#left-content { float: left; height: 456px; width: 265px; position: relative;}
#right-content { margin-top: 4px; float: right; position: relative;}

#spotlightbox { background: url(../images/region-box-bg.png) repeat-x left top; height: 153px; }
#spotlightbox ul {display: inline; font-size: .8em; margin: 0; padding: 0;}
#spotlightbox ul li a { text-decoration: none; color: black; position: relative; top: 0;}

/* --------------------- */
/* Property CSS     */
/* --------------------- */

#mainImage { height: 100%; width: 375px; float: left; margin: 10px 10px 0 10px; *margin: 0 5px 0 5px; }
#thumbScroller { height: 100%; overflow: auto; width: 145px; margin: 0; margin-bottom: 6px;}
#thumbScroller img { padding: 2px 0 2px 0; }


#propertycontent { 
	clear: both;
	height: 340px; 
}

#propertycontent .images {
	float: right;
	width: 550px;
	height: 100%;
	margin-top: 10px;
}

#imageCache { display: none; }

#propertycontent .text {
	width: 430px;
	float: left;
	font-size: .9em;
	margin-left: 6px;
}

#propertycontent .text h3 {
	background-color: #b63f20;
	color: white;
	text-align: left;
	padding-left: 6px;
	font-size: 1.2em;
}

#property-rates {
	clear: both;
	background-color: #eeeeee;
}

#property-rates .titlebar {
	background-color: #C8C9BD;
	height: 1.5em; 
	margin-top: 8px;
}

#property-rates .titlebar span {
	font-weight: bold;
	color: #66644e;
}

.titlebar #roomoptions { margin-left: 470px; }
.titlebar #weekends { margin-left: 100px; }
.titlebar #weekdays { margin-left: 30px; }


#roomdescriptions {
	background-color: white;
	width: 480px;
	height: auto !important; *height: 95px; min-height: 95px;
	float: left;
	clear: both;
	border: 2px solid #812418;
	margin: 3px 0 0 3px;
}

#roomdescriptions div {
	clear: both;
	font-size: .9em;
	vertical-align: top;
	border-bottom: 2px solid #ccc;
	padding: 6px;
}
#roomdescriptions strong {

	display: block;
}
#roomdescriptions span {

	clear: both;
}

#rates-table {
	font-size: .9em;
}

#rates-table strong {
	background-color: #d1d1c2;
	color: #333333;
	display: block;
}

#rates-table .row {
	padding: 3px;
}

#rates-table .spacer {
	width: 1px;
}

.weekend {
	background-color: #bebdb0;
	width: 40px;
	text-align: center;
	color: #444444;
	font-weight: bold;
	font-size: .9em;
}

.weekendcell {
	text-align: center;
	color: #333333;
	background-color: #d9d6c5;
}

.weekday {
	background-color: #d6d5bb;
	width: 40px;
	text-align: center;
	color: #444444;
	font-weight: bold;
	font-size: .9em;
}

.weekdaycell {
	text-align: center;
	color: #333333;
	background-color: #d6d6ca;
}

#rates-table .availability {	
	background-color: #bebdb0;
	width: 158px;
	text-align: center;
}
#rates-table .availability a {	
	text-decoration: none;
	color: #333333;
}

#rates-table .book {
	background-color: #bebdb0;
	
	text-align: center;
}
#rates-table .book a {	
	text-decoration: none;
	color: #333333;
}

#calendarHolder {
	clear: both;
}

.horizontal-spacer {
	height: 10px;
}
