/*----------------------------------------------------------------------------*/
/* General                                                                    */
/*----------------------------------------------------------------------------*/

body
	{
	margin: 0px;
	padding: 0px;
	}

div, span, ul, li, img, a, h1, h2, h3, h4, h5, h6, hr, p, 
table, tr, td, form, legend, label, dt, dd
	{ 
	margin: 0px; 
	padding: 0px;
	border: 0px;
	}

a{
	text-decoration: none;
	color: #FF6600;
        line-height: 22px;
	}

a:hover
	{
	text-decoration: underline;
	color: #FF6600;
	}
	
.clear
	{
	clear: both;
	}


/*----------------------------------------------------------------------------*/
/* Content center                                                             */
/*----------------------------------------------------------------------------*/

body
	{
	}

div
	{
	text-align: left;
	}

.wrapper
	{
	text-align: center;
	}
	
.page
	{
	margin: 0 auto 0 auto;
	}

/*----------------------------------------------------------------------------*/
/* Main page structure														  */
/*----------------------------------------------------------------------------*/

.page
	{
	width: 1030px;
	}

#bigsizebanner_wrapper
	{
	border-bottom: 1px solid #cccccc;
	margin-bottom: 10px;
        height:90px;
	}
	
#bigsizebanner
	{
	width: 1030px;
	margin-bottom: 10px;
	}
	
#main
	 { 
	 float: left;
	 margin-top: 4px;
	 margin-right: 10px; 
	 margin-bottom: 5px; 
	 width: 502px;
	 }

#main_wide
	 { 
	 float: left; 
	 margin-bottom: 5px; 
	 width: 100%;
	 /*border-right: 1px solid #dfdedb;*/
	 }

#sidebar
	 { 
	 float: left; 
	 width: 326px;
	 margin-top: 7px;
	 margin-bottom: 5px;
	 padding-left: 10px;
	 padding-right: 10px;
	 border-left: 1px solid #dfdedb;
	 border-right: 1px solid #dfdedb;
	 }

#margin
	 { 
	 float: left;
	 margin-top: 7px;
	 margin-left: 10px;
	 width: 160px;
	 }

#content_footer
	{
	clear: both;
	}

	

/*----------------------------------------------------------------------------*/
/* font and text properties, excl. of link indication, alignment, text-indent */
/*----------------------------------------------------------------------------*/

body
	{
	font-family: "Helvetica", Arial, sans-serif;
	font-size: 12px;
	}

p
	{
	line-height: 1.45em;
	}
h1
	{
	font-size: 1.6em;
	font-weight: normal;
	letter-spacing: 0em;
	text-indent: -1px;
	}

h2
	{
	font-size: 1.8em;
	font-weight: normal;
	}

h3
	{
	font-size: 1.13em;
	font-weight: normal;
	}
	
#mainnav ul li.active a
	{
	font-weight: bold;
	}

#claim h2
	{
	font-size: 12px;
	}

/*----------------------------------------------------------------------------*/
/* colors, backgrounds, borders, link indication                              */
/*----------------------------------------------------------------------------*/

body
{
	background: url(/images/affiliate/331840/page_background.gif) top center repeat-y #EDE9E2;
}

#content_header_wrapper
	{
	background: #52180D;
	background: url(/images/affiliate/331840/content_header_background.gif) top center repeat-y #EDE9E2;
	}

#google_map	
	{
	background: #EDE9E2;
	background: url(/images/affiliate/331840/google_map_background.gif) top center repeat-y #EDE9E2;
	}

#rootline_wrapper
	{
	background: #F7E4B4;
	background: url(/images/affiliate/331840/rootline_background.gif) top center repeat-y #EDE9E2;
	}

#content_title_wrapper
	{
	background: #FBD26C;
	background: url(/images/affiliate/331840/content_title_background.gif) top center repeat-y #EDE9E2;
	}

#destination_header_wrapper
	{
	background: #FABB21;
	background: url(/images/affiliate/331840/destination_header_background.gif) top center repeat-y #EDE9E2;
	}

#mainnav ul li
	{
	background-color: #FFE2B0;
	background-image: url('/images/affiliate/331840/ul_FFE2B0.gif');
	background-repeat: no-repeat;
	}

#mainnav ul li.active
	{
	background-color: #52180d;
	background-image: url('/images/affiliate/331840/ul_52180d.gif');
	}

#mainnav ul li a
	{
	color: #912C16;
	background-repeat: no-repeat;
	background-image: url('/images/affiliate/331840/ur_FFE2B0.gif');
	background-position: top right;
	padding:13px 7px 0 7px;
	}

#mainnav ul li.active a
	{
	color: white;
	background-image: url('/images/affiliate/331840/ur_52180d.gif');
	padding-top:20px;
	}

	

/*----------------------------------------------------------------------------*/
/* box properties (excl. borders), pos, alig, list types, text-indent         */
/*----------------------------------------------------------------------------*/

/*----------------------------------------------------------------------------*/
/* Elements															          */
/*----------------------------------------------------------------------------*/

#header
	{
	position: relative;
	height: 60px;
	}

#identification
	{
	position: absolute;
	bottom:0;
	}

#headline
	{
	position: relative;
	height: 20px;
	}
	
#claim
	{
	position: absolute;
	left:0;
	}
#header_links
	{
	position: absolute;
	right: 0;
	}
	
#mainnav ul
	{
	list-style-type: none;
	position: absolute;
	bottom: 0;
	right: 0;
	}
	
#mainnav ul li
	{
	float: left;
	padding: 13px 0 5px 0;
	margin-left:5px;
	margin-top:7px;
	}

#mainnav ul li.active
	{
	padding: 20px 0 5px 0;
	margin-top: 0;
	}
	
#mainnav ul li a
	{
	}

#mainnav ul li.active a
	{
	}



ul.navigation
	{
	list-style-type: none;
	}
	
ul.navigation li
	{
	display: block;
	float: left;
	}
	
ul.navigation li a
	{
	margin-left: 5px;
	}

/*
ul.navigation li:after
	{
	content: " | "
	}

ul.navigation li.last_element:after
	{
	content: "";
	}
*/

.page_navigation
	{
	clear: both;
	}
	
.page_navigation ul
	{
	list-style-type: none;
	}
	
.page_navigation ul li
	{
	display: block;
	float: left;
	}

.page_navigation ul li.page_element:after
	{
	content: " | "
	}
	
.page_navigation ul li.first_element:after,
.page_navigation ul li.last_element:after
	{
	content: " "
	}

.page_navigation ul li a
	{
	margin-left: 5px;
	}

#content_title_wrapper
	{
	padding: 3px 0 3px 0;
	}


/* +++++++++++++++++++++New Sheet has come to light, man+++++++++++++++++++++ */
#b_sortBy {
padding: 0.3em;
}

.b_hotelSummary div table thead {
background-color: #F7F7F7 !important;
}

.b_hotelSummary div table {
align:center !important;
margin:0px auto !important;
margin-top:1em !important;
width:80% !important;
}

.b_hotelSummary div table tfoot tr td {
text-align:right !important;
}

.b_hotelSummary div table tfoot tr td a {
font-weight:bold !important;
}

.b_hotelSummary div table tbody tr td.b_figure, div.b_roomsFormInner table tbody tr td.b_figure {
color:#D10000 !important;
font-weight:bold !important;
padding:10px;
}

.b_undiscountedPrice {
color: #666666 !important;
font-weight:normal !important;
padding-right:0.6em !important;
}

.b_bContent input.b_submitButton, .b_roomsBook input {
cursor:pointer;
font-size:1em !important;
font-weight:bold !important;
}


#b_searchboxInc #b_frm, #b_hotelTmpl .b_availForm {border:0px solid #003580!important; line-height: 22px;}

div.b_promoItemCityInc h3, div.b_hotelSummary h3 {background-color:transparent !important;border-bottom:1px solid #CCCCCC!important;}

.b_bContent a {
 text-decoration:none;
}

.b_bContent a:hover {
 text-decoration:underline;
}


#b_langSelect, #b_breadcrumb, #b_indexSpecials, #b_mainContent, #b_additionalBookingsArea {
 border:none!important;
}

/*
.b_bContent h1, .b_bContent h2, .b_bContent h3, #b_searchDest p, div#b_availcheckArea label {
color:#B1613A;
}
*/

.b_bContent h1, #b_searchboxInc h2, #ab_mapdiv h2, #b_featHotelsNearInc h2, .b_featPromosInc h2{
color:#000;
}



#b_searchresultsTmpl #b_mainContent h3 {
font-size:15px;
}

.b_roomsFormInner td {
 color:#000!important;
}

#b_indexFeats {
 width:36%;
}

#b_indexSpecials {
 width:60%;
}

.b_promoItemCityInc .b_price {
color:#ff6600;
display:block;
font-weight:bold;
text-align:right;
}
#b_footerInc {
clear:both;
margin-bottom:-10px;
padding-top:0;
}

#b_pagePrev a, #b_pageNext a, #b_calendarPopup .b_calSelected a, div#b_pageUp a {
 color:#FFF!important;
}

.b_hotelCity {
border-top:1px solid #DFDEDB;
border-bottom:1px solid #DFDEDB;
}

