@charset "ISO-8859-1";
/* CSS Document */


/* HEADER STYLES */

.hotel_headerwrapper {
	margin:5px 0px 13px 0px;
	line-height:15px;
}

.hotel_headerwrapper a:link, .hotel_headerwrapper a:visited, .hotel_headerwrapper a:hover {
	color:#333333;
	text-decoration:underline;
}

.hotel_headerwrapper h2 {
	line-height:18px;
	padding-bottom:5px;
	border-bottom:solid #e9e4d9 1px;
}

.hotel_headerwrapper h5 {
	font-size:11px;
	line-height:15px;
	font-weight: bold;
	padding-top:2px;
}

/* LISTING STYLES */

.hotel_sectionheader {
	padding:0px 0px 0px 0px;
}

.hotel_sectionheader h2 {
	margin:0px;
}

.hotel_featuredwrapper {
	margin:20px 0px 15px 0px;
	border-bottom:solid #e9e4d9 1px;
	font-size:11px;
	line-height:16px;
}

#hotel_listingtable {
	font-size:10px;
	line-height:15px;
	width:485px;
}

.hotel_featuredwrapper h5, #hotel_listingtable h5 {
	font-size:11px;
	line-height:14px;
	font-weight: bold;
	margin:0px 0px 1px 0px;
}

.hotel_leftcolfeatured {
	float:left;
	width:165px;
	padding-bottom:5px;
	margin:0px;
}

.hotel_rightcolfeatured {
	float:right;
	width:310px;
	padding:25px 0px 5px 0px;
	margin:0px;
}

.hotel_leftcol {
	width:235px;
	padding:5px 25px 8px 0px;
}

.hotel_rightcol {
	width:235px;
	padding:5px 0px 8px 0px;
}

.hotel_othercol {
	width:215px;
	padding:5px 20px 8px 0px;
}

.hotel_leftcol img, .hotel_rightcol img, .hotel_othercol img {
	float:right;
	padding:0px 0px 5px 8px;
	margin:0px;
}

.hotel_emptycol {
	padding:8px 20px 15px 0px;
}


.hotel_linecell {
	padding-bottom:20px;
	line-height:17px;
	border-bottom:solid #e9e4d9 1px;
	text-transform:uppercase;
}

.hotel_linecell ul {
	padding-top:0px;
}

.hotel_location, .hotel_locationcell {
	color:#aa3b0e;
	text-transform:uppercase;
	font-weight:bold;
	font-size:11px;
	padding-left:1px;
}

.hotel_locationcell {
	padding:27px 0px 5px 0px;
}

.hotel_dropdown {
	text-align: left;
	height:20px;
	background-color:#fffdf8;
	border: solid #776c2f 1px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	line-height: 12px;
	color: #333333;
	padding-left: 2px;
	margin:0px 0px 5px 0px;
}


