@charset "UTF-8";
/* CSS Document */
*{
	padding: 0;
	margin: 0;
	line-height: 1.6em;
}
a:active, a:focus {
	outline: 0;
}
body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: .7em;
	background-color: #535552;
	text-align: center;
}
#container{
	width: 960px;
	text-align: left;
	margin: 0 auto;
	background-color: #272c28;
	height: 100%;
}
.logo{
	margin: 20px 500px 20px 20px;
	border: 0;
}
/* ### Homepage ### */
table.roomRating{
	border-collapse: collapse;
}
table.roomRating th{
	background-color: #666;
	padding: 10px 3px;
	color: white;
	font-weight: strong;
}
table.roomRating td{
	padding: 1px 5px;
	border-bottom: 1px solid #e5e5e5;
}
table.roomRating td a{
	color: #333;
	text-decoration: none;
}
table.roomRating tr{
	background:#F5F5F5;
}

table.roomRating tr:hover{
	background:#e3e3e3;
}

table.roomRating tr.highlighted{
	background:#EFEFEF;
}

table.roomRating td a:hover{
	color: #333;
	text-decoration: underline;
}
.h2 h2{
	color: white;
	background-color: black;
	border: 1px solid black;
	padding: 15px;
	margin: 0 0 -5px 0!important;
	border: 0;
	height: 30px;
}
#leftInnerHp{
	width: 501px;
	padding: 20px 20px 1px 20px;
	background-color: white;
}
#leftInnerHp h2, #leftContentInner h2{
	padding-bottom: 5px;
	border-bottom: 1px solid #bebebd;
	margin-bottom: 8px;
}
#leftInnerHp p{
	color: #333;
}
#leftContentInner div ul{
	font-size: 1em;
}
/* ### homepage news items ### */
.newsItem h3{
	font-size: 1em;
	margin-bottom: 5px;
}
.newsItem a{
	color: #333;
}
.newsItem{
	border-bottom: 1px dotted #999;
	margin-bottom: 15px;
	padding-bottom: 10px;
}
.newsItem p{
	margin-bottom: 5px!important;
}
.newsIcon{
	background: url(/img/news_icon.gif) 0 8px no-repeat;
	padding: 15px 0 10px 50px;
}
/* ### left content ### */
#leftContent{
	width: 521px;
	float: left;
	margin-left: 20px;
	padding-right: 20px;
}
#leftContent img{
	margin-bottom: 20px;
	float: left;
	border: 0;
}
h1{
	color: #a9aba9;
	font-size: 1.4em;
	border-bottom: 1px solid #a9aba9;
	margin: 10px 0;
	padding: 15px 0 5px 0;
	clear: both;
}
#leftContent ul{
	margin: 0 0 10px 0;
	list-style-type: none;
	font-size: 1.3em;
	line-height: 1.4em;
}
#leftContent p{
	clear: left;
	margin-bottom: 20px;
}
#leftContentInner{
	width: 501px;
	padding: 20px;
	background-color: white;
	float: left;
}
#leftContentInner p{
	margin-bottom: 0;
	color: #333;
}
#fullReview{
	color: #a9aba9;
}
#fullReview ul{
	list-style-type: disc;
	padding-left: 20px;
	margin-bottom: 10px;
	font-size: 1em;
}
#fullReview ul li{
	margin-top: -10px;	
}
/* ### right content ### */
#rightContent{
	float: left;
	margin: 0 0 20px 20px;
	width: 319px;
	padding: 20px;
	background-color: white;
}
#rightContent h2{
	font-size: 1.2em;
	border-bottom: 1px solid #bebebd;
	padding-bottom: 5px;
	margin-bottom: 5px;
	margin-top: 0;
	padding-top: 10px;
	clear: both;
}
#rightContent ul{
	list-style-type: square;
	line-height: 1.8em;
	margin-left: 12px;
	margin-bottom: 10px;
}
#rightContent ul.ratings, #rightContent ul.tick, #rightContent ul.icons, #rightContent ul.payments{
	list-style-type: none;
	margin-left: 0;
	margin-top: 10px;
}
#rightContent ul.ratings li{
	float: left;
	width: 75px;
	height: 35px;
	padding: 8px 0 0 30px;
}
.five{
	background: url(/img/5star_lrg.gif) 0 0 no-repeat;
}
.four{
	background: url(/img/4star_lrg.gif) 0 0 no-repeat;
}
.three{
	background: url(/img/3star_lrg.gif) 0 0 no-repeat;
}
.two{
	background: url(/img/2star_lrg.gif) 0 0 no-repeat;
}
.one{
	background: url(/img/1star_lrg.gif) 0 0 no-repeat;
}
#rightContent ul.tick li{
	float: left;
	width: 75px;
	height: 35px;
	padding: 8px 0 0 30px;
	background: url(/img/tick.gif) 0 0 no-repeat;
}
#rightContent ul.icons li{
	float: left;
	width: 55px;
	height: 35px;
	padding: 0 0 10px 0;
}
#rightContent ul.payments li{
	float: left;
	height: 35px;
	padding: 5px 0 0 0;
}
/* ### News review page ### */
#reviewNews{
	width: 100%;
	background-color: #1c1c1c;
	float: left;
	color: #a9aba9;
}
#reviewNews h2{
	color: white;
	float: left;
	width: 920px;
	margin: 15px 0 15px 20px;
	padding: 0 0 10px 0;
	border-bottom: 1px dotted #a9aba9;
}
#reviewNews .newsItem a{
	color: white;
}
#reviewNews .newsItem a:hover{
	text-decoration: none;
}
#reviewNews .newsItem{
	float: left;
	width: 280px;
	padding: 0 10px 0 20px;
	border: 0;
	height: auto;
}
/* ### footer ### */
#footer{
	clear: both;
	text-align: center;
	height: 20px;
	width: 100%;
	background: black;
	color: white;
	padding-top: 5px;
}
/* ### overrides ### */
.mR10{
	margin-right: 6px;
}
.clearer{
	clear: both!important;
}
html .tight{
	padding: 0!important;
}
html .w320{
	width: 360px!important;
}
html .mB20{
	margin-bottom: 20px;
}
html .noBord{
	border: 0;
}
html .floatR{
	float: right!important;
	margin: 0 0 0 10px;
}
html .tightTop{
	margin-top: 0!important;
	padding-top: 0!important;
}





