@charset "UTF-8";

.left {
	float: left;
	width: 560px;
}
.right {
	float: right;
	width: 370px;
}

.back_btn { float: right; padding-top: 15px; }
.back_btn a {
	background: url(../images/suite_details_back.png) top left no-repeat;
	display: block;
	text-decoration: none;
	width: 124px;
	height: 20px;
}


.left h2 {
	color: #9e1e00;
	font-size: 24px;
	font-weight: normal;
}
.left h3 {
	color: #9e1e00;
}
.left h5 {
	color: #444;
	font-weight: normal;
	font-size: 11px;
	line-height: .8em;
}

ul.features {
	float: left;
	width: 180px;
	margin-bottom: 12px;
}
ul.features li strong {
	color: #333;
}

#reservations {
	clear: both;
	padding: 10px;
	background-color: #fff;
	border: 1px dotted #ccc;
	-moz-border-radius: 	5px;
	-webkit-border-radius:	5px;
	margin-bottom: 10px;
}
#reservations p {
	margin-bottom: 5px;
}

#reservations label { color: #9e1e00; font-size: 11px; display: block; }

#reservations td { vertical-align: top; padding-right: 10px; }
#reservations td.submit { padding-top: 20px; padding-right: 0px; }

#reservations td em { font-size: 9px; color: #666; font-style: normal; }

#reservations .submit_btn a {
	padding: 2px 8px;
	background-color: #2d2927;
	border: 1px solid #787573;
	color: #c3bfbb;
	text-decoration: none;
	text-shadow: 1px 1px 2px black;
}
#reservations .submit_btn a:hover {
	background-color: #9e1e00;
	color: white;
}


table#features {
	border-top: 1px dashed #666;
	border-left: 1px dashed #666;
}
table#features td {
	padding: 4px;
	border-bottom: 1px dashed #666;
}
table#features tr.altrow td {
	background-color: #fff;	
}
table#features td.a {
	font-weight: bold;
	padding-left: 8px;
}
table#features td.b {
	border-right: 1px dashed #666;
	padding-right: 8px;
}

#amenities p { color: #222; }
#amenities ul {
	list-style-type: disc;
	margin-left: 25px;
	margin-top: 12px;
}
#amenities li {
	line-height: 1.2em;
	padding-bottom: 8px;
}

.main_img {
	padding-bottom: 3px;
	margin-bottom: 3px;
	border-bottom: 6px solid #9e1e00;
}
#thumbnails li {
	float: left;
	width: 120px;
	margin-right: 5px;
}
#thumbnails li.third { margin-right: 0px; }
#thumbnails li img {
	border: 2px solid #9e1e00;
	width: 116px;
	height: 80px;
}