/* amenities */
.dynamicOptions {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
.dynamicOptions li {
	margin: 2px;
	padding: 2px;
	font-family: Arial, Helvetica, sans-serif;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
.dynamicOptions li.clear, .propDetailNav li.clear {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	clear: both;
	float: none;
	margin: 0px;
	padding: 0px;
	font-size: 1%;
	line-height: 1%;
	height: 1px;
	background-color: transparent;
}
.amenitiesLayer h3 {
	margin: 2px;
	padding: 2px;
	font-size: 14px;
	color: #064571;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #064571;
	line-height: 16px;
	font-weight: normal;
}
.dynamicOptions li.yes {
	padding-left: 20px;
	background-image: url(/img/yes.png);
	background-repeat: no-repeat;
	background-position: 5px center;
}

.dynamicOptions li.nope {
	padding-left: 20px;
	display: none;
}
.dynamicOptions li {
	float: left;
	width: 16%;
	font-size: 11px;
	line-height: 10px;
}
#bedsWrapper ul {
	float: left;
	list-style-type: none;
	margin: 0px;
	width: 50%;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
}
#bedsWrapper li {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	background-color: #EFE8E4;
}

ul.amenitiesPrint .yes {
	padding-left: 20px;
}
ul.amenitiesPrint .nope {
	padding-left: 20px;
}
#re_propdetail_basic {
	width: 526px;
	position: absolute;
	margin-left: 400px;
	z-index: 100;
	height: 290px;
	font-size: 12px;
	line-height: 12px;
}
#re_amenities {
}

.amenitiesLayer {
	clear: both;
	float: none;
}
#frmBooking h2 {
	color: #6489AF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 24px;
	margin: 0px;
	padding: 0px;
}
#frmBooking {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#frmBooking label {
	text-align: right;
}
#frmBooking td {
	padding: 5px;
}
.detailsHeader {
	background:#600;
	padding:5px;
	margin-bottom:10px;
	color:#FFF;
	margin-top: 20px;
}
.detailsHeader2 {
	padding:5px;
	margin-bottom:10px;
	margin-top: 10px;
}
.rentalDetailsContainer {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 25px;
}

#thetumbs img {
	margin-right: 2px;
}
#mainImage {
	float: left;
	width: 360px;
	height: 250px;
	padding: 2px;
	overflow: hidden;
}
#propertyFacts {
	float: right;
	width: 400px;
	height: 240px;
}
.propDetailsControl a {
	line-height: 20px;
	height: 20px;
	width: 89px;
	border: 1px solid #510000;
	display: block;
	color: #B79D50;
	text-decoration: none;
	text-align: center;
	float: left;
	margin-right: 2px;
}
#rentalDetailOuter {
	font-size: 12px;
	line-height: 16px;
}
#rentalsPage a {
	color: #FFF;
	text-decoration: none;
}


/* the overlayed element */ 
.simple_overlay { 
     
    /* must be initially hidden */ 
    display:none; 
     
    /* place overlay on top of other elements */ 
    z-index:10000; 
     
    /* styling */ 
    background-color:#fff; 
     
    width:600px;     
    min-height:200px; 
    border:1px solid #666; 
	padding:10px;
     
    /* CSS3 styling for latest browsers */ 
    -moz-box-shadow:0 0 90px 5px #000; 
    -webkit-box-shadow: 0 0 90px #000;     
} 
 
/* close button positioned on upper right corner */ 
.simple_overlay .close { 
    background-image:url(/img/close.png); 
    position:absolute; 
    right:-15px; 
    top:-15px; 
    cursor:pointer; 
    height:35px; 
    width:35px; 
}

#thetumbs a img, #thetumbs a {
	float: left;
	display: block;
}
#thetumbs {
	height: 140px;
	overflow: auto;
	white-space:nowrap;
	margin-top: 10px;
}
#propsList th a {
	color: #005696;
	text-decoration: none;
}
.legalNotice{
	text-align:center;
	}
#allThumbsStrip {
	width: 790px;
	height: 160px;
	background-color: #FFF;
}

