/***********************************/
/* Style common definition library */
/***********************************/

form {
	margin-bottom : 0; /* Form fix in IE */
	display: inline; /* To be checked */
}

.bold {
	font-weight: bold;
}

/* Border used with images */
.border_only { 
	border-width: 1px;
	border-style: solid;
}

/* Boxed table definition */
.boxed_table {  
	border-width: 1px;
	border-style: solid;
}
table.boxed_table {
	width: 100%;
}
.boxed_table td {
	white-space: nowrap; 
}

/* Fix special offer description bug */
.boxed_table td.description {
	white-space: normal;
}

/* Floating baloon */
#float_baloon {
	position:absolute;
	z-index: 2;
	visibility: hidden;
	border-width: 1px;
	border-style: solid;
	padding: 2px 6px 2px 6px;
}
#float_baloon table tr td {
	font-weight: normal;
}

/* Noscrip submit button */
input.noscript_submit {
	padding: 0 2px;
}

/* Horizontal search availability form */
/* Used in:
		- form_locality_avail_check
		- form_region_avail_check
		- form_hotel_info
*/

table.search_avail {
	padding: 0;
	margin-bottom: 5px;
}

table.search_avail td {
	padding: 2px;
}

table.search_avail tr.titles td {
	padding: 2px 0 0 2px;
	margin: 0;
}

.nowrap, table.nowrap td {
	white-space: nowrap;
}

/* Special offer class */
table.special_offer tr.header td, table.so_date_selector tr.so_month_header td, table.special_offer tr.footer td {
	padding: 2px 5px;
}

table.special_offer tr td.description {
	padding: 5px;
	text-align:justify;
}

/* form_hotel_avail_form */
table.so_date_selector tr.so_month_header td {
	text-align: center;
}

span.room_price {
	float: right;
	padding-left: 5px;
	padding-right: 3px;
}

span.room_price a {
	margin-right: 4px;
}

span.more_types, span.special_offer  {
	font-style: italic;
}

.room_price del, div.ab0 span.ab, div.ab1 span.ab, div.sp0 span.ab, div.sp1 span.ab {
	display: block;
}

/* Room description an link styles */
div.room {
	text-align: left;
	overflow: hidden;
	padding: 5px 0 5px 5px;
}

div.room a.book_link {
	float: right;
	margin: -3px 10px;
}

div.room a.book_link img {
	border-width: 0px;
}

/* Advice */
table.form_hotel_info_advice {
	width: 300px;
}
table.form_hotel_info_advice tr td {
	text-align: justify;
}


/* Search riepilogue */
/* Used in:
	 - form_locality_avail_check.xslt
	 - form_hotel_info.xslt
	 - title_bar
*/

table.riepilogue {
	margin: 10px auto 0;
	width: 95%;
	border-width: 2px;
	border-style: solid;
}

table.riepilogue tr td {
	white-space: nowrap;
	padding: 5px;
}


/* Error message box */
div.error_message {
	padding: 10px 0px 10px 0px;
	margin-top: 8px;
	margin-bottom: 5px;
	text-align: center;
	font-weight: bold;
}

/* Back button */
/* Usend in:
	 - form_locality_avail_check.xslt
*/

div.back_button {
	margin-top: 8px;
	padding-top: 10px;
	text-align: center;
	border-width: 1px 0px 0px 0px;
	border-style: solid;
}
div.back_button a {
	font-weight: bold;
}

/* Banner style */
img.banner {
	float:left;
	margin-right: 5px
}

div.banner {
	text-align: justify;
}


/* Hotel Header default layout */
table.hotel_content_header, div.hotel_content_header {
	overflow: hidden;
	margin-bottom: 5px;
}

div.hotel_content_header span {
	font-weight: bold;
	font-size: 1.2em;
}

div.hotel_content_header div {
	font-size: 0.8em;
}

div.hotel_content_header span img {
	display: inline;
	float: none;
	margin-left: 5px;
	margin-bottom: -5px;
}


/* 
	Table list definition
	used up to render list with tables
*/
table.list td {
	text-align: justify;
}

table.list td.bullet {
	vertical-align: top;
	white-space: nowrap;
}


/* ------------------ */
/* Tabbed view styles */
/* ------------------ */

table.tabbed, table.tabbed tr.tabbed_header td {
	width: 100%;
}

table.tabbed td.tabbed_content {
	border-width: 0px 1px;
	border-style: none solid;
	padding: 5px;
}

table.tabbed tr.tabbed_header div {
	background-repeat: no-repeat;
	padding-left: 15px;
}

table.tabbed tr.tabbed_header div div {
	padding-left: 0px;
	padding-right: 15px;
}

#tabs_list {
	list-style-type: none;
}

#tabs_list, #tabs_footer {
	margin: 0px;
	padding: 0px;
	overflow: hidden;
}

#tabs_footer {
	height: 5px;
}

#tabs_footer, #tabs_list {
	background-repeat: repeat-x;
	background-position: top left;
}

* html #tabs_list {
	height: 1%;
}

#tabs_list li {
	margin-left: 3px;
	float: left;
} 

#tabs_list img {
	border-width: 0px;
	display: block;
}

#tabs_list #tab_title {
	float: right;
	vertical-align: middle;
	line-height: 53px;
	font-weight: bold;
	font-size: 1.3em;
}


/* Book button in tabbed mode */
div#tabbed_book_button {
	float: right;
	padding: 10px 15px;
	border-width: 1px;
	border-style: solid;
	margin: 0px 0px 5px 15px;
}

div#tabbed_book_button img {
	border-width: 0px;
}


/* ------------------ */
/* Tag clouds used in */
/* form_hotel_tags    */
/* ------------------ */

ul.form_hotel_tags {	
	margin: 0;
	padding: 0;
	text-align: justify;
	list-style-type: none;
	list-style-position: outside;
}

ul.form_hotel_tags li {
	display: inline;
}

.form_hotel_tags a {
	text-align: justify;
}

/* ----------------- */
/* Official category */
/* ----------------- */

#offcl_cat_id { border-style:dashed; border-width:1px; margin:5px 0; padding:5px; font-weight:normal; text-align:justify; }
#offcl_cat_id p { margin:0 }
#offcl_cat_id strong { color:black }

/* --------------------------------- */
/* Cancel policies and CC conditions */
/* --------------------------------- */

p.cp_condition, p.prv_trms {
	margin: 0 0 5px 0;
	text-align: justify;
}
