/*Main Color Settings*/
/* Bottom Rule of City Hotel Page between each hotel */
.ch_content {border-bottom: 1px solid #FEC739;}

/* Default Font and Color for Hotel Detail pages */
#hotel_detail {					
	font: normal 13px Arial, Helvetica, sans-serif;
	color: #5B384A;
}

/* Rate Form Font and Color */
form {
	font-size: 11px;
	font-weight: bold;
	color: #F9E7B8;
}
/* Rate Form border decoration color */
.searchboxborder {
	border-top: 1px solid #D10318;
	border-bottom: 1px solid #D10318;
}
/* Rate Form Background Color */
#searchform table {
	background: #EB9318;
}
/* Rate Form Button Color */
#searchform input {
	background: #FFC53D;
}
/* END Color Settings */

/*City Hotel*/
.ch_content {
	margin-bottom: 15px;
}
.ch_content ul {
	list-style: none;
	margin: 1px 0 0 0;
}
.ch_image {
	float: left;
	width: 175px;
	height: 160px;
}
.ch_hotelname, .ch_rates span {
	font-weight: bold;
}
.ch_address {}
.ch_rates {}
.ch_rate_link {
	margin: 1em 0 1em 0;
}
.ch_rate_link img {
	padding-right: 3px;
	vertical-align: middle;
}
.ch_hotel_detail {
	clear: both;
	padding: 5px 0 20px 0;
}
/*City Hotel -end*/

/*Hotel Detail*/
ul {margin-top: 0px;}
#hotel_detail {					/*container for hotel detail*/
	padding: 30px 0 30px 0;
}
#hotel_detail h2 {margin-left: 20px;}

#location_cont {width: 480px;}
#location {
	float: left;
	padding-left: 20px;
}
#logo {float: right;}
.h_name {}
.h_address{}
.h_rates{}
.h_rates_value {
	font-weight: bold;
}
.h_rating{}

/*input form*/
form {
	margin: 0;
}
#searchform {
	clear: both;
	width: 470px;
	margin-left: 20px;
	padding-top: 20px;
}
.searchboxborder {
	height: 2px;
	font-size: 0;
}
#searchform table {
	width: 100%;
	padding: 0;
}
#searchform td {
	text-align: center;
	vertical-align: middle;
	padding: 3px;
}
#searchform td span {
	display: block;
	width: 110px;
}
#searchform input, #searchform select {
	font-size: 11px;
}
#searchform input {
	font-weight: bold;
}
/*input form -end*/

.h_content {
	margin: 20px;
}
.h_content h4, .h_content p {
	margin: 0;
}
.h_media_caption {}

.h_amenities,.h_amenities td {
	vertical-align: top;
	margin: 0;
	background: transparent;
}
.h_amenities ul li{
	list-style-type: disc;
}

.h_room_info {
	margin-left: 25px;
}
.h_room_info img {
	margin-top: .5em;
}
.h_room_info ul {
	margin: 0;
	padding: 0;
}
.h_room_info_name {
	list-style-type: none;
	font-weight: bold;
	margin-bottom: .5em;
}
.h_room_info_desc {
	list-style-type: none;
	margin-top: -.5em;
	margin-bottom: 1.5em;
}
.h_misc_info ul {}

.h_restaurant_name {}
.h_restaurant_desc {}
.h_restaurant_img_caption {}

.h_meeting_img_caption {
	margin-bottom: 1em;
}
.h_meeting_name {
	text-decoration: underline;
	font-weight: bold;
	display: block;	
}
.h_meeting_desc {}

.h_rec_name {
	text-decoration: underline;
	font-weight: bold;
	display: block;	
}
.h_rec_desc {}

.h_attr_name {
	text-decoration: underline;
	font-weight: bold;
	display: block;
}
.h_attr_desc {
	padding-bottom: 1em;
	display: block;
}
/*Hotel Detail -end*/

