/* Description (Property, Location, Rooms) */
div.description {
	text-align: justify;
	overflow: hidden;
}

div.description div {
	float: left;
	margin: 4px 10px 5px 0;
	display: inline;
}

div.description div a {
	display: block;
	text-align: center;
}

div.description div img {
	border-width: 0px;
}


/* Property slides in description */
div.slide_header {
	clear: left;
	margin-top: 10px;
	margin-bottom:5px;
	padding: 2px 3px;
	font-weight: bold;
}

div.slide_header span {
	float: right;
}

ul.slides_thumbs {
	margin: 10px 2px 0px 0px;
	padding: 0px;	
	list-style-type: none;
	text-align: left;
	overflow: hidden;
}

* html ul.slides_thumbs {
	height: 1%;
}

ul.slides_thumbs li {
	margin: 0px 2px 0px 0px;
	float: left;
}

ul.slides_thumbs li img {
	width: 90px;
	height: 72px;
}


/* Image */

#main_img {
	margin-top: 15px;
}

/* Rooms list */
div.form_hotel_info {
	padding-top: 5px;
}

div.form_hotel_info div.room {
	clear: left;
	border-width: 1px;
	border-style: solid;
	margin-top: 3px;
	padding: 7px 3px;
}

div.form_hotel_info span.room_price {
	padding: 0 0 2px 2px;
	margin-left: 10px;
}

div.form_hotel_info a.book_link {
	margin-right: 0px;
}

div.form_hotel_info img.warning {
	margin-top: -5px;
	margin-bottom: -5px;
	margin-right: 5px;
	cursor: help;
}

/* Rateplans */

h3.rateplan {
	font-size: 1em;
	font-weight: bold;
	float: left;
	display: inline;
	border-top-width: 2px;
	border-top-style: solid;
	width: 100%;
	margin: 1.5em 0 0.5em;
}

* html h3.rateplan {
	position: relative;
	margin-bottom: 0;
	clear: both;
}

h3.rateplan span {
	float: left;
	display: inline;
	position: relative;
	margin: -0.8em 2em 0em;
	padding: 0 1em;
	z-index: 2;
}


/* Title bar */
div.title_bar {
	margin: 20px 0 0 0;
	padding: 3px 5px;
	border-width: 2px;
	border-style: solid;
	font-weight: bold;
}

/* Table containing services */
table.form_hotel_info_services {
	clear: right;
}

table.form_hotel_info_services ul {
	margin: 0;
	padding: 0;
}

/* HOTFIX Services and Canc Pol */
.tabbed_content li {
	margin-left: 13px;
}

* html .tabbed_content li {
	margin-left: 0;
}

/* Addtional costs advice */

.tabbed_content p.additional_cost {
	margin: 10px 0 5px 0;
	padding: 3px 8px;
	text-align: justify;
	font-size: 0.9em;
	border: 1px solid;
	/*
	border: 3px solid orange;
	background-color: lightgray;
	*/
}

/* Ajax more room details link */

.form_room_details {
	margin-left: 5px;
	font-size: 0.8em;
	text-transform: uppercase;
}

.form_hotel_info span.link {
	margin-left: 1px;
	margin-right: 1px;
	text-decoration: none;
	color: blue;
	cursor: pointer;
}

.form_hotel_info span.link:hover {
	text-decoration: underline;
}

div.rateplan_desc_title,
div.room_name_title,
div.bk_cond_title,
div.bk_cp_desc_title {
	font-weight: bold !important;
	margin-top: 5px;
	margin-bottom: 2px;
}

div.bk_cond_title {
	line-height: 23px;
}

div.bk_cond_title span img, .room span.room_details_close img {
	margin-bottom: -3px !important;
}

div.bk_cond_title img {
	margin-top: 5px;
}

div.bk_cp_desc_msg {
	margin-bottom: 5px;
}

/* Added 10/04/2009 */
.room_details{ 
	margin-top:15px;
	margin-bottom: 5px;
	padding-left: 8px;
	border-width:1px 0 1px;
	border-color:#B4B4B4;
	border-style:dashed;
}

.room span.room_details_close {
	cursor:pointer; 
	float:right;
}

.room_details .bk_cond_msg{ 
	background-color: white;/* #F4F4F4; */
	margin-bottom: 8px;
}

