@charset "utf-8";
.room_pictures  .imgspace {
	border: 1px solid #B6B6B6;
	margin-bottom: 20px;
}

#main_boxstyle  #room_types  {
	height: 26px;
	width: 300px;
	margin-top: 10px;
	background-color: #FFFFFF;
	margin-left: 25px;
	margin-bottom: 20px;
}
#room_types  .bg {
	height: 21px;
	width: 129px;
	background-image: url(../../images/styles/roomtype_bg.png);
	float: left;
	margin-right: 10px;
	margin-left: 10px;
	text-align: center;
	padding-top: 5px;
}
#room_types .bg a {
	text-decoration: none;
	font-size: 12px;
	color: #002674;
	font-weight: bold;
}
#room_types .bg a:hover {
	text-decoration: none;
	color: #FFFFFF;
}
.bg .room_current {
	color: #FFFFFF;
}
#main_boxstyle #img_roomspage {
	float: right;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}
#main_boxstyle  .room_pictures {
	width: 300px;
	height: 50px;
	margin-left: 50px;
	margin-bottom: 20px;
}
.rooms_text {
	width: 500px;
	float: left;
}
#main_boxstyle #sideimg img {
	margin-bottom: 15px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#main_boxstyle #sideimg {
	text-align: center;
}
#pop-open {
     display: block;
     margin: 200px auto 0 auto;
}
#overlay, #popup {
     display: none;
     position: absolute;
}
#overlay {
	width: 100%;
	height: 100%;
	opacity: 0.70;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	filter: alpha(opacity=70);
	-moz-opacity: 0.70;
	z-index: 14;
	background-color: #000;
	left: 0px;
	top: 0px;
	position: fixed;
}
#popup {
	top: 100px;
	left: 350px;
	width: 10px;
	height: 10px;
	line-height: 100px;
	text-align: center;
	background: #fff;
	border: 1px solid #999;
	z-index: 15;
	position: fixed;
}

#popup img {
	border: 15px solid #FFFFFF;
}
#main_boxstyle #roompic_header {
	width: 500px;
	height: 280px;
	text-align: center;
	background-image: url(../../images/rooms/pool.jpg);
	background-repeat: no-repeat;
	margin-bottom: 15px;
	margin-left: 7px;
}
#main_boxstyle #roompic_header2 {
	width: 500px;
	height: 280px;
	text-align: center;
	background-image: url(../../images/rooms/property.jpg);
	margin-bottom: 15px;
	margin-left: 7px;
}
