/* amenities */
.dynamicOptions {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
.dynamicOptions li {
	margin: 2px;
	padding: 2px;
	font-family: Arial, Helvetica, sans-serif;
	border: 1px solid #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: 12px;
	color: #FFFFFF;
	background-color: #02365F;
}
.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: 10px;
	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;
}
