@charset "utf-8";
/* CSS Document */


/* Hotels */

a.hotels_return {
	background: #333;
	padding: 7px 15px;
	min-height: 20px;
	font: bold 12px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #FFF;
	display: block;
	position: relative;
	width: 150px;
	text-align: center;
	border-bottom: 1px solid #000;
	border-top: 1px solid #393939;
	text-decoration: none;
	float: right;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin-bottom: 15px;
}

a.hotels_return:hover {
	background: #444;
	text-decoration: none;
}

a.hotels_return:active {
	background: #222;
}


.hotel_thumb {
	float: right;
	margin: 0 0 15px 15px;
	max-width: 100px;
	border: 1px solid #999;
}

.hotel_pictures {
	margin: 0 0px 15px 10px;
	padding: 15px;
	background: #eee;
	border: 1px solid #000;
	float: right;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

.hotel_largethumb {
	float: right;
	max-width: 300px;
	border: 1px solid #000;
	clear: both;
}

.hotel_tinythumb {
	float: left;
	max-width: 70px;
	border: 1px solid #000;
	margin: 1px;
	margin-top: 10px;
}

.hotel_summary {
}


.hotel_item {
	width: 550px;
	border-bottom: 1px solid #DDD;
	padding-bottom: 10px;
	margin-bottom: 20px;
	float: left;
}

.hotel_logo {
	float: right;
	margin: 0 0 15px 15px;
	max-width: 150px;
	border: 1px solid #555;
}

ul.hotel_buttons {
	float: right;
	min-height: 100px;
	display: block;
	width: 100px;
}

a.button {
	width: 70px;
	padding: 5px;
	border: 1px solid #999;
	font: 10px Verdana, Geneva, sans-serif;
	text-align:center;
	background: url(http://berkeleygoodlife.com/images/button_bg.png) repeat-x center center #ddd;
	vertical-align: middle;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	float: right;
	display: block;
}

a.hotel_bookroom, a.hotel_moreinfo, a.hotel_map, a.hotel_coupons {
	margin-right: 10px;
	margin-bottom: 10px;
}

a.hotel_coupons {
	background: #FD7 !important;
}

#column2-3 a.button {
	margin-right: 30px;
	margin-bottom: 30px;
}

a.button:hover {
	background: url(http://berkeleygoodlife.com/images/button_bg_hover.png) repeat-x bottom #FF5 !important;
	text-decoration: none;
}

.hotel_features li {
	display: block;
	float: right;
	text-align: right;
	margin: 5px 5px;
	color: #FFF;
	clear: both;
	padding-right: 20px;
	background: url(http://www.berkeleygoodlife.com/images/squarebutton.png) no-repeat right 7px;
}

.hotel_description li {
	list-style: square;
	margin-left: 15px;
}