/* Hotel Search */

	/* Tabs */

#HotelSearch #menu {
	*overflow: hidden;
}

#HotelSearch .tabs_blue li a {
	*margin-bottom: -1px;
	_margin-bottom: -2px;
}

#HotelSearch .sectionname {
	margin-top: .72em;
}

#HotelSearch label {
	margin-bottom: .27em;
}

#HotelSearch label span {
	margin: 0;
	padding: 0;
	display: inline;
}

#HotelSearch .mode_tab_city #form_airport {
	display: none;
}

#HotelSearch .mode_tab_airport #form_city {
	display: none;
}

	/* Errors */

#fhot_error {
	/*display: none;*/
}

#fhot_error .error_box {
	margin: 0 0 .45em 5%;
	width: 80%;
}

	/* Hotel Name */

#hs_hotelname {
	margin: 0 0 .363em 0;
}

#hs_hotelname label {
	font-size: 1.181em;
	text-transform: uppercase;
	font-weight: bold;
	color: #515151;
	margin-bottom: .72em;
}

#hs_hotelname #hotelname_text input {
	margin-right: .45em;
	width: 49%;
}

#hs_hotelname #hsname_search input {
	margin-top: -.45em;
}

#hs_hotelname #hotelname_text, #hs_hotelname #hotelname_submit {
	display: inline;
	margin: 0;
}

	/* Hotel City */

		/* Set width in IE */
#hs_city {
	width: auto;
	clear:both;	
}
#hs_listing{
	clear:both;	
}
	
#hs_city input, #hs_city select {
	margin-bottom: .45em;
}

#hs_location input {
	width: 98%;
	*width: 96%;
}

#hs_location input {
	*margin: -.09em 0 .363em;
}

#hs_location select {
	width: 100%;
}

		/* Date Selection */
		
#hs_dates input {
	width: 70%;
}

		/* Travellers */


#fhot_travellers label,
#hs_children label {
	white-space: nowrap;
}

div#fhot_travellers div {
	float: left;
	width: auto;
	margin-right: 1.363em;
}

#fhot_travellers,
#hs_children {
	display: block;
	overflow: hidden;
}

#hs_children .block_inline {
	width: 100%;
	overflow: visible;
}

div#fhot_travellers div.last {
	margin-right: 0;
}

