.hotels_form_header
{
	width: 448px;
	height: 37px;
	background: url('img/hotels_form_header.png') no-repeat;
	
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	padding-left: 20px;
}

.hotels_form_middle
{
	width: 448px;
	background: url('img/hotels_form_middle.png') repeat-y;
}

.hotels_form_bottom
{
	width: 448px;
	height: 13px;
	background: url('img/hotels_form_bottom.png') no-repeat;
}

.hotels_form_label
{
	font-family: Arial,sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #13486C;
	padding-left: 5px;
}

.hotels_form_select
{
	font-family: Arial,sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #565656;
	border: 1px solid #A6D1EE;
	width: 145px;
}

.hotels_form_text
{
	font-family: Arial,sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #139b49;
}

.hotels_result
{
	font-family: Arial,sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #d42323;
	cursor: pointer;
}

.hotels_no_result
{
	font-family: Arial,sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #ba2323;
}

.hotels_show_result_button
{
	width: 155px;
	height: 27px;
	background: url('img/show_results.png') no-repeat;
	background-position: right;
	cursor: pointer;
}

.hotel_list_title
{
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	line-height: 20px;
	color: #990000;
	text-decoration: none;
	cursor: pointer;
}

.hotel_list_subtitle
{
	height: 15px;
	vertical-align: top;
	font-family: Tahoma;
	font-size: 10px;
	font-weight: bold;
	color: #425c78;
}

.hotel_list_img_box
{
	width: 100px;
	padding-right: 3px;
}

.hotel_list_lead
{
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	color: #425c78;
}

.hotel_list_price
{
	font-family: Arial;
	font-size: 18px;
	font-weight: normal;
	color: #990000;
	text-align: right;
	padding-left: 15px;
}

.hotel_list_readmore a
{
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	color: #2857c2;
	text-decoration: none;
	cursor: pointer;
}

.blue_line
{
	background: url('img/blue_line.png') repeat-x;
}


.pages_text
{
	padding-right: 16px;
	font-family: Arial;
	font-weight: bold;
	font-size: 16px;
	color: #303030;
	text-align: center;
}

.pager_td
{
	font-family: Arial;
	font-weight: normal;
	font-size: 16px;
	color: #606060;
	text-align: center;
	text-decoration: none;
	border: solid 1px #c6c6c6;
	cursor: pointer;
}

.pager_active
{
	background: #acfcc8;
}