@charset "utf-8";

/* ##### General Styles ##### */
*{
	padding: 0;
	margin: 0; 
}
body{
	background: url(/data/cssimages/tile.gif) center 0 repeat-y;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .7em;
}

.skipLinks {display:none;}

#container{
	width: 748px;
	background-color: white;
	margin: 0 auto;
	padding: 0 10px 10px 10px;
}
h1{
	color: white;
	font-size: 1.5em;
	background-color: #223366;
	padding: 10px 10px;
	float: left;
	width: 523px;
}
*:first-child+html h1{
	padding: 10px 10px 10px 10px;
}
h2{
	color: #223366;
	font-size: 1.1em;
}
h3{
	color: black;
	font-size: 1em;
}
a img{
	border: 0;
}
/* ##### Header Styles ##### */
#header .items
{
	float: right;
	width:550px;
	text-align:right;
}

#header ul
{
	clear:both;
	float: right;
	list-style-type: none;
	margin: 0;
	width:343px;
}

#header ul.langs
{
	margin:0 0 5px 0;
	width:auto;
}

#header ul li{
	float: left;
	margin: 0 10px 0 0;
	padding:4px 0 0;
}
#header ul li.last{
	margin: 0;
}
#header ul li.noBord a{
	border: 0!important;
	padding-right: 0;
}
#header ul li a{
	border-right: 1px solid black;
	text-decoration: none;
	color: black;
	padding-right: 10px;
}

#header ul li.help
{
	background:transparent url('images/help_button_1.png') no-repeat scroll 0 0;
	width:98px;
	height:24px;
	padding:3px 0 0 0;	
	margin:0;
	float:left;
}

#header ul li.help a, #header ul li.help a:link, #header ul li.help a:visited, #header ul li.help a:hover
{
	color:#fff;
	border:none;
}

#header ul li.last a{
	border:none;
}

#header ul li a:hover{
	color: #770011;
	text-decoration: underline;
}
#header .logo{
	float: left;
	margin:10px 0 0;
}
/* ##### Main Nav Tab Styles ##### */
#mainNavTabs ul{background: url(/media/21940/nav_ul.gif) 0 0 no-repeat;
	list-style-type: none;
	float: left;
	width: 100%;
	margin: 15px 0 0 0;
}
#mainNavTabs ul li{
	
	float: left;
	text-align: center;
	width: 106px;
	height: 23px;
	padding-top: 10px;
	margin: 0 1px 0 0;
}
#mainNavTabs ul li.double{
	height: 31px;
	padding-top: 2px;
}
#mainNavTabs ul li a{
	color: white;
	text-decoration: none;
	width: 106px;
	height: 33px;
}
#mainNavTabs ul li a:hover{
	color: white;
	text-decoration: underline;
}
#mainNavTabs ul li.last{
	margin-right: 0;
}
/* ##### Main Nav Styles ##### */
#mainNav ul{
	list-style-type: none;
	background-color: #770011;
	float: left;
	width: 100%;
	margin: 15px 0 0 0;
}
* html #mainNav ul{
	padding: 0 0 10px 0;
}
#mainNav ul li{
	float: left;
	margin: 10px 28px 10px 10px;
}
* html #mainNav ul li{
	margin: 10px 25px 10px 10px;
}
#mainNav ul li a{
	color: white;
	text-decoration: none;
}
#mainNav ul li a:hover{
	color: white;
	text-decoration: underline;
}
#mainNav ul li.last{
	margin-right: 0;
}
/* ##### Form Styles ##### */
table.form td{
	background-color: #770011;
}
table.form tr{
	padding: 0; 
	margin: 0; 
	border: 0;
}
table.form td{
	padding: 0; 
	margin: 0; 
	border: 0; 
	height: 10px; 
	text-align: left;
}
#formRight{
	float: left;
	width: 205px;
	height: 225px;
	background-color: #770011;
	margin: 0 0 10px 0;
}
#formRight h2{
	font-size: .9em;
	font-weight: bold;
	margin: 10px 0 5px 10px;
	color: white;
}
#form{
	background: url(/media/48314/form_bg.gif) 0 0 repeat-y;
	float: left;
	margin-bottom: 20px;
}
form{
	float: left;
	color: white;
	margin-left: 10px;
	font-size: 1em;
	
}
*html form{
	margin-top: -5px;
	margin-left: 5px;
}
form div{
	float: left;
	width: 50px!important;
	margin-right: 5px;
}
form div.last{
	margin-right: 20px;
}
form div label{
	width: 50px!important;
}
form div select{
	width: 50px!important;
}
form label{
	width: 185px!important;
	clear: both;
}
form .selectDate{
	float:left;
	font-size: .9em; 
	margin: 5px 0 9px 0;
	width: 80px;
}
* html form .selectDate{
	height: 11px;
}
form .ui-datepicker-trigger{
	margin: 5px 0 9px 3px;
}

form .calIcon{
	position: relative; 
	top: 3px;
	margin-right: 30px;
}
* html form .calIcon{
	top: -1px;
}
form .submit{
	float: left;
	position: relative;
	left: 3px;
}
form #Promotion{
	width: 120px;
	float: left;
}
* html form #Promotion{
	margin-left: -5px;
}
#formRight select{
	width: 185px;
	margin: 3px 5px 6px 0;
	font-size: .9em;
}
#formRight select.auto{
	width: auto;
}
div.field label{
	float: left;
}
table.radiolist td{
	background-color: white;
	color: black;
}
table.radiolist label{
	text-align: left;
	position: relative;
	top: -13px;
	left: 12px;
}
*:first-child+html table.radiolist label {
	top: -17px;
	left: 17px;
} 
* html table.radiolist label{
	top: -17px;
	left: 17px;
}
#mainBanner{
	float: left;
	width: 543px;
	overflow: hidden;
}
#mainBanner img, #mainBanner object{
	float: left;
}
.mainBannerBlue{
	background-color: #6699cc;
	color: white;
	padding: 2px 5px 0 0;
	float: left;
	width: 363px;
}
.mainBannerBlue p, .mainBannerBlue h2, .mainBannerBlue h3, .mainBannerBlue p a{
	margin: 7px 10px 7px 10px;
	color: white;
}
#mainBanner h1.sml{
	width: 523px;
	float: left;
	padding: 4px 10px 4px 10px!important;
}
/* ##### Column Styles ##### */
.hpLeft{
	float: left;
	width: 170px;
	border: 2px solid #223366;
	padding: 10px;
min-height: 1000px;
}
* html .hpLeft{
	height: 1000px;
}
.hpMiddle{
	float: left;
	width: 350px;
}
.hpRight{
	float: left;
	width: 202px;
	border: 2px solid #223366;
	margin-left: -2px;
	min-height: 1020px;
}
* html .hpRight{
	height: 1020px;
}
.contentLeft{
	float: left;
	width: 200px;
}
.contentRight{
	float: left;
	width: 200px;
}

/* ##### Left and Right Nav Styles ##### */
#leftNav{
	width: 175px;
	float: left;
	margin-right: 10px;
}
#leftNav h2, .rightBox h2{
	padding: 10px;
	background: #6699cc;
	color: white!important;
	font-size: 1.1em!important;
	margin-bottom: 10px;
}
.box{
	border: 1px solid #6699cc;
	margin-bottom: 10px;
}
#content .box h2{
	text-transform:uppercase;
}
#content .box h2 a{
	color: white;
}
#content .box p{
	margin: 10px;
}
#content .box p, #content .box ul{
	font-size: 1em!important;
}
#content .box ul{
	padding-left: 25px;
}
#content .box ul.leftNav{
	list-style-type: none;
	padding: 0;
	margin: 10px;
	font-weight: bold;
}
.box ul li{
	width: 140px;
}
.box ul.leftNav li{
	border-bottom: 1px solid #6699cc;
	padding: 0 0 5px 0;
	margin: 5px 0 0 0;
	width: 150px;
}
.box ul.leftNav li.last{
	border-bottom: none;
	margin: 5px 0 0 0;
	padding: 0;
}
.box ul.leftNav li a{
	text-decoration: none;
}
.box ul.leftNav li a:hover{
	color: #770011!important;
}
#contentMain{
	float: left;
	width: 563px;
}
#contentMain img{
	float: right;
	margin: 0 0 10px 10px;
}
#contentMain .rightBox img{
	float: none;
	margin: 0 0 10px;
}
#contentMain .promo img{
	float: left;
	margin: 0 10px 0 0;
}
.rightBox{
	float: right;
	margin: 0 0 10px 10px;
	width: 200px;
}
.rightBox img{
	margin: 0 0 10px 0;
}
/* ##### Hp Styles ##### */
.hpLeft h2{
	margin: 0;
	padding-bottom: 5px;
	color: #223366;
	font-size: 1.1em;
	border-bottom: 1px solid #6699cc;
}
.leftPromo{
	margin: 0;
	float: left;
}
.leftPromo h4{
	margin: 5px 0 6px 0;
	padding-bottom: 5px;
	border-bottom: 1px dotted #6699cc;
	color: #223366;
font-size: 1em;
}
.leftPromo h4 a{
	color: #223366;
	text-decoration: none;
}
.leftPromo img{
	float: left;
	margin-right: 5px;
	position: relative;
	top: 3px;
}
.leftPromo p{
	float: left;
	width: 80px;
}
.leftPromo p a{
	color: #223366;
	text-decoration: none;
}
.leftPromo p a:hover, .leftPromo h4 a:hover{
	color: #223366;
	text-decoration: underline;
}
.hpMiddleWrap{
	clear: both;
}
.hpMiddlePromo{
	float: left;
	width: 174px;
}
.hpMiddlePromo h2{
	background-color: #6699cc;
	color: white;
	padding: 10px 0 10px 10px;
	font-size: 1.1em;
}
.hpMiddlePromo h2 a{
	color: white;
	text-decoration: none;
}
.hpMiddlePromo h2 a:hover{
	color: white;
	text-decoration: underline;
}
.hpMiddlePromo p{
	margin: 10px;
	line-height: 1.4em;
}
.hpRight h2{
	margin: 10px 10px 0 10px;
	padding-bottom: 5px;
	color: #223366;
	font-size: 1.1em;
	border-bottom: 1px solid #6699cc;
}
.hpRight dl{
	list-style-type: none;
	margin: 0 10px 10px 10px;
	padding-bottom: 15px;	
}
.hpRight dl a{
	color: #223366;
}
.hpRight dt{
	margin: 2px 0 0 0;
	padding: 0 5px 8px 0;
	float: left;
	width: 157px;
}
.hpRight dd{	
	margin: 2px 0 0 0;
	padding: 0 0 8px 0;
	float: left;
	width: 18px!important;
	color: #223366;
	font-weight: bold;
}
.hpRight dd a:hover, .hpRight dt a:hover{	
	color: #6699cc;
}
* html .hpRight dt, * html .hpRight dd{
	height: 19px;
}
html hr{
	display: none;
}
/* ##### Content Styles ##### */
#content{
	clear: both;
} 
#content h2{
	color: #223366;
	font-size: 1.4em;
}
#content h3{
	color: black;
	font-size: 1.1em;
}
#content ul{
	padding-left: 20px;
	line-height: 1.4em;
}
#content p, #content ul, #content table, #content dl, #content ol{
	line-height: 1.4em;
	margin: 0 0 15px 0;
	font-size: 1.1em;
}
#content h2, #content h3, #content h4{
	margin-bottom: 15px;
}
#content a{
	color: #223366;
}
#content a:hover{
	text-decoration: none;
}
#content small{
	clear: both;
	width: 500px;
}
#content .promo{
	float: left;
	margin-bottom: 20px;
}


/* ##### Table Styles ##### */
table{
	margin: 10px 0;
	border-collapse: collapse;
	font-size: 1em!important;
}
table tr{
	border-bottom: 1px solid white;
}
table th{
	background-color: #770011;
	color: white;
	padding: 5px;
}
table th a, table td a{
	color: white;
}
table td{
	margin: 10px 0;
	padding: 2px 5px;
	text-align: center;
	height: 30px;
	background-color: #223366;
	color: white;
}
table th.left{
	text-align: left;
}
table td.color{
	background-color: #6699cc;
	text-align: left;
	color: white;
}
#tableconf table th a{
	color: white;
}
#content table td.color a, #content table th a{
	color: white;
}
table#hotelfinder tr{
	border-bottom: 1px solid #ccccff;
}
table#hotelfinder td{
	background-color: white;
}
table#hotelfinder td.color, table#hotelfinder th{
	background-color: #223366;
}
table#hotelfinder td{
	color: #223366;
}

table#sitemap{
	clear:both;
}
table#sitemap td{
	text-align: left;
}
table#sitemap a{
	color: white;
}
table.lowest-rates-calendar tr{
	border: 1px solid #223366!important;
}
table.lowest-rates-calendar tr table td{
	background-color: #c0c0c0;
	border: 1px solid #c0c0c0;
	color: black;
	font-weight: bold;
	font-size: 1.1em;
	padding-top: 5px;
}
#offercontent table a{
	color: white;
}
#offercontent table td{
	text-align: left;
}
#offercontent table img{
	margin: 10px;
}
#offer td h2{
	color: white;
margin-top: 10px;
}
.other-month{
	color: black;
	border: 1px solid balck;
}
ul.key{
	margin-top: 20px;
	list-style-type: none;
}
ul.key li{
	height: 40px;
	padding: 10px 0 0 50px;
}
ul.key li.plane{
	background: url(/data/images/plane_icon.gif) 3px 0 no-repeat;
}
ul.key li.health{
	background: url(/data/images/spindles_icon.gif) 7px 0 no-repeat;
}
ul.key li.music{
	background: url(/data/images/music_icon.gif) 0 0 no-repeat;
}
/* ##### Booking form Styles ##### */
.bookingForm h1{
	width: 728px;
	margin: 10px 0;
}
.bookingForm table td{
	border: 0;
	padding: 0 2px;
}
.bookingForm table td.end{
	padding-right: 25px;
}
/* ##### Footer Styles ##### */
/* ##### Footer Styles ##### */
#footer{
	clear: both;
	padding-top: 20px;
}
#footer ul.top{
	width: 728px;
	list-style-type: none;
	float: left;
	background-color: #eae9e9;
	padding: 10px;
}
* html #footer ul.top{
	padding: 12px 10px;
	margin-bottom: -20px;
}
#footer ul.top li{
	float: left;
	line-height: 1.6em;
	width: 142px;
}
#footer a{
	color: #333;
	text-decoration: none;
}
#footer a:hover{
	text-decoration: underline;
}
#footer p a{
	color: #333;
	text-decoration: underline;
}
#footer a:hover{
	text-decoration: none;
}
#footer .bottom{
	width: 728px;
	float: left;
	background-color: #dbdada;
	padding: 10px;
	margin-bottom: 10px;
}
#footer ul.footer-column{
	float: left;
	width: 145px;
	list-style-type:none;
	padding:0;
	margin:0;
}

#footer ul.footer-column li{
	padding:3px;
	line-height:1.4em;
	font-size:1em;
}


#footer p{
	margin: 10px 0;
	color: #333;
	text-align: center;
}
/* #### Lowest Rates Calendar styles #### */
.lowest-rates-calendar
{
	color:#000;
}

.lowest-rates-calendar .lowest-rates-calendar td
{
	font-weight:bold;
}

.rates-legend
{
	background-color:#6699CC;
	border:1px solid #EAE9E9;
	display:block;
	height:12px;
	width:30px;
}

.lowest-rates-calendar .day{
	background-color:#FFF;
	color:#000;
}
	
.lowest-rates-calendar .other-month{
	background-color:#EAE9E9;
}

.lowest-rates-calendar .available
{
	background-color:#6699CC;
}

/* #### City Guides ####*/
#content table td h2 a{
	color:#fff;
}
div.cityGuide table td{
	padding: 10px;
	text-align: left;
}
/* ##### Forms ##### */
#content form
{
	width:100%;
	margin:0;
	color:#000;
}

#content form div
{
	float:none;
}

#content form div.field
{
	float:none;
	clear:both;
	width:100% !important;
	padding:5px 0;
}

#content form div.field label
{
	width:300px !important;
	font-weight:bold;
	padding:0 0 0 10px;
}

#content form div.field select
{
	width:200px !important;
}

#content form div.buttons
{
	width:100% !important;
	text-align:right;
	padding:10px 0 20px 0;
}

#content form div.buttons input
{
	background-color:#770011;
	color:#FFFFFF;
	font-weight:bold;
	margin-right:15px;
	padding:1px 5px;
}

#content form legend
{
	color:#223366;
	font-size:1.2em;
	font-style:normal;
	font-weight:bold;
	line-height:130%;
	margin:0 0 20px;
	padding:0;
}

#content form div.info
{
	width:200px !important;
	padding:5px 15px 5px 310px;
}

#content form div.field .radiolist
{
	display:block;
	float:left;
	width:420px;
}

#content form div.field .radiolist label
{
	padding:0 5px;
	width:30px !important;
	float:left;
}

#content form div.group-travel
{
	width:100% !important;
}

#content form div.group-travel div.field .radiolist label
{
	width:auto !important;
}

#content form div.field .radiolist input
{
	float:left;
}

#content form div.field .radiolist br
{
	display:none;
}

#content form div.summary
{
	width:100% !important;
}


.gsc-search-box td{
	background-color:#fff;
}

.gsc-webResult{
	clear:both;
}

input.gsc-input {
	width:157px !important;
}

.gsc-branding-text{
text-align:right !important;
vertical-align:top;
width:120px !important;
}

.gsc-branding-img{
	vertical-align:top !important;
}

/* ##### Override Styles ##### */
.mT05{
	margin-top: 5px;
}
.mT10{
	margin-top: 10px;
}
.mT15{
	margin-top: 15px;
}
.mT20{
	margin-top: 20px;
}
.mL05{
	margin-left: 5px;
}
.mL10{
	margin-left: 10px;
}
.mL20{
	margin-left: 20px;
}
.mT15{
	margin-left: 15px;
}
.mT20{
	margin-left: 20px;
}
.mR05{
	margin-right: 5px;
}
.mR10{
	margin-right: 10px;
}
.mR15{
	margin-right: 15px;
}
.mR20{
	margin-right: 20px;
}
.mB05{
	margin-bottom: 5px;
}
.mB10{
	margin-bottom: 10px;
}
.mB15{
	margin-bottom: 15px;
}
.mB20{
	margin-bottom: 20px;
}
.mB30{
	margin-bottom: 30px;
}
.floatL{
	float: left;
}
.floatR{
	float: right;
}
.clearer{
	clear: both;
}

/*booking search*/
#search-result .ui-widget
{
	font-size:1em;
}
.search-summary
{
	background-color:#233366;
	-webkit-border-radius:7px;
	-moz-border-radius:7px;
	border:solid 1px #233366;
	padding:20px;
	margin-bottom:20px;
	color:#fff;
}

#content .search-summary h3
{
	color:#fff;
}

.search-summary span
{
	border-right:solid 1px #fff;
	padding:0 10px;
}

.search-summary span.first
{
	padding:0 10px 0 0;
}

.search-summary span.last
{
	border:none;
}

.hotel
{
	border-bottom:1px solid #700519;
	padding:10px;
}

.hotel-image
{
	-webkit-border-radius:7px;
	-moz-border-radius:7px;
	border:solid 1px #99cccc;
	float:left;
	height:135px;
	width:200px;
}

.hotel-info
{
	float:right;
	width:70%;
}

.hotel-info-large
{
	width:100% !important;
	float:none !important;
}

#content .hotel-info h3
{
	margin:0;
	font-size:130%;
}

.hotel-info h3 a
{
	text-decoration:none;
}

.hotel-info .sub-info
{
	width:80%;
	float:left;
	font-size:90%;
	padding:5px 0;
}

.hotel-info .book-now
{
	width:18%;
	float:right;
	padding:5px 0;
	text-align:right;
}

.hotel-info .book-now a
{
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	background-color:#07ba2b;
	color:#FFFFFF !important;
	font-weight:bold;
	padding:5px;
	text-decoration:none;
	border:solid 1px #333;
	display:inline-block;
	width:70px;
	text-align:center;
}

.hotel-info .address
{
	font-weight:bold;
}

.clear
{	clear:both;
}


.marker
{
	/*background:red;*/
	color:#fff;
	font-size:100%;
	font-weight:bold;
	width:40px;
	padding:3px;
	text-align:center;
}


#search-result .ui-widget-header
{
	background-color:transparent;
	background-image:none;
	border: none;
}

#search-result .ui-widget-content
{
	border:none;
}

#search-result .ui-tabs .ui-tabs-nav li a {
	padding:0.2em 1.5em;
}

#search-result .ui-state-default, #search-result .ui-widget-content .ui-state-default 
{
	background:#933F4C none repeat scroll 0 0;
	border:1px solid #933F4C;
}

#search-result .ui-state-active, #search-result .ui-widget-content .ui-state-active {
	background:#700519;
	border:1px solid #700519;
}

#search-result .ui-tabs .ui-tabs-panel
{
	padding:10px;
	border:solid 1px #700519;
	overflow:hidden;
}

#search-result .ui-tabs .ui-tabs-nav li a
{
	color:#fff;
}

#content #search-result ul
{
	padding-left:0;
	margin:0;
}


.hotel-info-rates table
{
	width:100%;
}

.hotel-info-rates table th{
	background-color:#999999;
	border:2px solid #FFFFFF;
	border-top-style:hidden;
	border-bottom-style:hidden;
	min-width:50px;
	text-align:center;
}

.hotel-info-rates table th.first
{
	border-left:solid 2px #999;
}


.hotel-info-rates table th.last
{
	border-right:solid 2px #999;
}

.hotel-info-rates table td{
	background-color:#fff;
	border:2px solid #233366;
	border-top-style:hidden;
}

.hotel-info-rates .rate
{
	color:#999;
	font-size:120%;
	display:block;
}

.hotel-info-rates .selected .rate, .hotel-info-rates .selectedfirst .rate, .hotel-info-rates .selectedlast .rate
{
	color:#780417;
	font-weight:bold;
	font-size:120%;
}

.hotel-info-rates .old-rate
{
	color:#ccc;
	text-decoration:line-through;
	display:block;
}
.hotel-info-rates th.selected
{
	background-color:#233366;
	color:#fff;
}

.hotel-info-rates th.selectedfirst
{
	background-color:#233366;
	color:#fff;
	border-left:solid 2px #233366;
}

.hotel-info-rates th.selectedlast
{
	background-color:#233366;
	color:#fff;
	border-right:solid 2px #233366;
}

.hotel-info-rates .selected .old-rate, .hotel-info-rates .selectedfirst .old-rate, .hotel-info-rates .selectedlast .old-rate
{
	color:#111;
	font-weight:bold;
}


#content #search-result p
{
	margin:0;
}

#content #search-result div.intro
{
	font-size:100%;
	padding:0 2px 15px;
}

.safesender h2
        {
        }
        

        
        .safesender ul
        {
        	margin:0!important;
        	padding:0!important;
        	list-style-type:none;
        }
        
        .safesender ul li
        {
        	width:181px;
        	margin:5px;
        	display:block;
        	text-align:left;
        	float:left;
        }
        
        .safesender ul li .title
        {
        	font-weight:bold;
        }
        
        .safesender ul li .image
        {
        	
        }
.safesender .step{
	clear:both;
	padding:20px 0;
}
.safesender .step .right{
	width:170px;
	float:right;
}

.safesender .step .right .title{
	font-weight:bold;
}

.safesender .step .left{
	width:auto;
	float:left;
	width:300px;
}

#contentMain .safesender img{
	float:none;
	margin:0 0 10px 0;
}

#leftNav .safesenders{
padding:10px;
}


#content .contactus-main{
	width:40%;
	float:left;
}

#content .button-help{
	background: url("images/help_button_large.png") no-repeat scroll 0 0 transparent; 
	float: left; 
	height: 27px; 
	margin: 0; 
	padding: 7px 14px;
	width: 103px;
}

#content .button-help a, 
#content .button-help a:link, 
#content .button-help a:active, 
#content .button-help a:visited
{
	color:#fff;
	text-decoration:none;
	font-weight:bold;
	font-size:12px;
}

#content .button-help a:hover{
	text-decoration:underline;
}





















































































































































/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
