/* algemeen */


a{
	color: #9a71ab;
	text-decoration: none;
	font-weight: bold;	
}


.roomAd{
	clear: both;
}


.room{
	position: relative;
	float: left;
	width: 130px;
	height: 139px;
	background-image: url('../images/room.jpg');
	margin-right: 5px;
	margin-bottom: 15px;
	color: #54b6d0;
  	cursor: pointer;
  	cursor: hand;
	z-index: 10;	
}


.roomVip{
	position: relative;
	float:left;
	width: 130px;
	height: 139px;
	background-image: url('../images/room_vip.jpg');
	margin-right: 5px;
	margin-bottom: 15px;
	color: #9a71ab;
  	cursor: pointer;
  	cursor: hand;
	z-index: 10;
}


.adultroom{
	position: relative;
	float: left;
	width: 130px;
	height: 139px;
	background-image: url('../images/room.jpg');
	margin-right: 5px;
	margin-bottom: 15px;
	color: #54b6d0;
  	cursor: pointer;
  	cursor: hand;
	z-index: 10;	
}


.adultroomVip{
	position: relative;
	float:left;
	width: 130px;
	height: 139px;
	background-image: url('../images/room_vip.jpg');
	margin-right: 5px;
	margin-bottom: 15px;
	color: #9a71ab;
  	cursor: pointer;
  	cursor: hand;
	z-index: 10;
}


.roomImg{
	position: absolute;
	top: 29px;
	left: 9px;
	width: 110px;
	height: 82px;
	border: 1px solid #7ecae1;
	z-index: 11;
	background-color: #fff;
}


.roomImgVip{
	position: absolute;
	top: 29px;
	left: 9px;
	width: 110px;
	height: 82px;
	border: 1px solid #a988b7;
	z-index: 11;
	background-color: #fff;
}


.roomNoHost{
	position: absolute;
	top: 25px;
	left: 25px;
	z-index: 20;
	font-size: 11px;
	z-index: 11;		
}


.roomText1{
	position: absolute;
	top: 13px;
	left: 9px;
	font-size: 11px;
	font-weight: bold;
	z-index: 11;		
}


.roomText2{
	position: absolute;
	top: 115px;
	right: 10px;
	font-size: 11px;
	font-weight: bold;
	z-index: 11;	
}


.roomText3{
	position: absolute;
	top: 115px;
	left: 9px;
	font-size: 10px;
	z-index: 11;
}

.noResult{
	color: #ff0000;
}




