@charset "utf-8";
/* the overlayed element */
.floor_overlay {
	/* must be initially hidden */
	display:none;
	/* place overlay on top of other elements */
	z-index:10000;
	/* styling */
	background-color: #fff;
	background:url(/images/gradients/gradient-blue.png) repeat-x;
	background-position: top center;
	width:725px;
	min-height:200px;
	padding: 5px 5px 5px 5px;
	border:1px solid #666;
	/* CSS3 styling for latest browsers */
	-moz-box-shadow:0 0 90px 5px #000;
	-webkit-box-shadow: 0 0 90px #000;
	-khtml-box-shadow: 0 0 90px #000;
	font-family: Tahoma, Geneva, sans-serif;
}
/* close button positioned on upper right corner */
.floor_overlay .close {
	background-image:url(/images/overlay/close.png);
	position:absolute;
	right:-15px;
	top:-15px;
	cursor:pointer;
	height:35px;
	width:35px;
}
/* close button positioned on upper right corner */
/* styling for elements inside overlay */
.details {
	position:absolute;
	top:25px;
	right:45px;
	font-size:12px;
	color:#000;
	width:200px;
}
.details h3 {
	color:#8B6508;
	font-size:18px;
	margin:0 0 -10px 0;
	font-family: Arial, Helvetica, sans-serif;
}
.details h4 {
	font-size: 90%;
}
.details li {
	margin: 0px 0px 0px 15px;
	line-height: 13px;
	padding: 1px;
	text-align: left;
}
.details a:link {
	color: #fff;
	text-decoration: none;
}
.details a:visited {
	color: #fff;
	text-decoration: none;
}
.details a:hover {
	text-decoration: none;
	font-size: 95%;
	color: #CD9F18;
}
.thumb_img {
	cursor: url(/images/zoom-in1.cur), pointer;
}
#check_avail_over {
	position:relative;
	top: 70px;
	width: 155px;
}


