.img {
	border: none;
}
.container {
	width: 1100px;
	font-family: Verdana, Geneva, sans-serif;
}
/* LEFT SIDEBAR */

.sidebar_left {
	display: block;
	float: left;
	width: 356px;
	margin: 0 20px 0 0;
}
.hotel_logo_header {
	text-align: center;
	padding: 20px 0;
}
.features_container {
	display: block;
	float: left;
	width: 316px;
	padding: 20px;
	margin: 20px 0;
	border: 1px solid #666;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	background: #ffffCC;
	color: #333;
}
#hotel_logo {
	text-align: center;
	margin-bottom: 20px;
}
.features_container h4 {
	font-size: 16px;
	margin: 0;
}
.features_container h5 {
	font-size: 12px;
	margin: 0 0 20px 0;
}
.features_container h6 {
	font-size: 12px;
	font-weight: normal;
	margin: 10px 0 10px 10px;
}
.features_container p {
	font-size: 12px;
	font-weight: normal;
}
.img_sidebar {
	width: 295px;
	border: 10px solid #ededed;
	margin: 10px 0;
}
.features_container #stars {
	background: url(http://www.lasvegasdirect.com/hotels/hotelpix/star45gold.gif) no-repeat;
	width: 100px;
	height: 20px;
}
/* HOTEL CONTENT - RIGHT SIDE */

.hotel_content {
	display: block;
	float: left;
	width: 690px;
}
#slogan {
	display: block;
	padding: 10px;
	background: #ededed;
	margin: 0 0 20px 0;
	border: 1px solid #333;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
}
#slogan h1 {
	font-size: 18px;
	margin: 0;
}
#slogan h2 {
	font-size: 14px;
	margin: 0;
}
.hotel_title {
	float: left;
}
.hotel_title #logo {
	float: left;
	width: 120px;
	border: none;
	margin-right: 10px;
	padding: 20px 20px 10px 30px;
}
/* HEADER STAR RATING SELECT */

.hotel_title #stars2 {
	background: url(http://lasvegasdirect.com/hotels/hotelpix/twostars.gif) no-repeat;
	float: right;
	width: 100px;
	height: 12px;
	margin: 10px 0 0 10px;
	clear: left;
}
.hotel_title #stars25 {
	background: url(http://lasvegasdirect.com/hotels/25stargold.gif) no-repeat;
	float: right;
	width: 100px;
	height: 12px;
	margin: 10px 0 0 10px;
	clear: left;
}
.hotel_title #stars3 {
	background: url(http://lasvegasdirect.com/hotels/3star.gif) no-repeat;
	float: right;
	width: 100px;
	height: 12px;
	margin: 10px 0 0 10px;
	clear: left;
}
.hotel_title #stars35 {
	background: url(http://lasvegasdirect.com/hotels/35stargold.gif) no-repeat;
	float: right;
	width: 100px;
	height: 12px;
	margin: 10px 0 0 10px;
	clear: left;
}
.hotel_title #stars4 {
	background: url(http://lasvegasdirect.com/hotels/hotelpix/hotstar40.gif) no-repeat;
	float: right;
	width: 100px;
	height: 12px;
	margin: 10px 0 0 10px;
	clear: left;
}
.hotel_title #stars45 {
	background: url(http://lasvegasdirect.com/hotels/hotelpix/star45gold.gif) no-repeat;
	float: right;
	width: 100px;
	height: 12px;
	margin: 10px 0 0 10px;
	clear: left;
}
.hotel_title #stars5 {
	background: url(http://lasvegasdirect.com/hotels/hotelpix/hotstar50.gif) no-repeat;
	float: right;
	width: 100px;
	height: 12px;
	margin: 10px 0 0 10px;
	clear: left;
}
/* END STAR RATING */

.promo_area {
	background: #E8E8E8;
	padding: 20px 20px 20px 50px;
	margin: 0 0 20px 0;
	border: 1px solid #666;
}
#discount_rates {
	float: left;
	font-size: 18px;
	font-weight: bold;
	color: #000;
}
#discount_rates span {
	font-size: 14px;
	font-weight: normal;
	color: #900;
	float: left;
}
.price_watcher {
	float: left;
	margin: 10px 0 10px 0;
	color: #900;
	font-size: 12px;
}
.price_watcher span {
	color: #333;
}
.price_watcher span a {
	text-decoration: underline;
	font-weight: bold;
}
.price_watcher #magnify {
	background: url(http://lasvegasdirect.com/hotels/datepi2sm.gif) no-repeat;
	width: 50px;
	height: 30px;
	float: left;
	margin: 2px;
}
.hotel_content p {
	font-size: 14px;
}
.hotel_content h3 {
	float: left;
	margin: 20px 0 0 10px;
	font-size: 20px;
	font-weight: normal;
}
.hotel_content h4 {
	font-size: 16px;
	font-weight: normal;
	text-transform: uppercase;
}
.hotel_content h5 {
	font-size: 16px;
	font-weight: normal;
	text-transform: capitalize;
}
.hotel_content #bullet_arrows {
	background: url(../hotel-images/bullet_arrows.png) no-repeat;
	width: 30px;
	height: 20px;
	float: left;
}
.hotel_content img {
	border: 10px solid #ededed;
	margin: 0;
}
.hotel_content #rooms {
	width: 45%;
}
.map {
}
.pin {
	width: 17px;
	height: 30px;
	background: url(../hotel-images/pin_marker.png) no-repeat;
	position: relative;
}
.rooms_container {
	display: block;
	overflow: auto;
	background: #f4f4f4;
	padding: 10px;
	margin: 0 0 20px 0;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	border: 1px solid #666;
}
.ammenities {
	background: #f4f4f4;
	padding: 10px;
	margin: 0 0 20px 0;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	border: 1px solid #666;
}
.ammenities li {
	font-size: 12px;
	list-style: outside circle;
	margin-left: -20px;
}
.three_column {
	float: left;
	width: 33.3%;
	min-height: 400px;
}
.three_column h5 {
	border: none;
}
