/* override base styles */

#pageTitle {
	margin:60px 0 0 0;
	width:100%;
	position:relative;
	border-bottom:1px solid #CACACA;
}

#main {
	float:none;
	width:auto;
}

/* page controls - add , print , email */

#ctrls {
	padding-bottom:10px;
	text-align:right;
}

#ctrls ul {
 	display:inline;
	list-style-type:none;
	padding:0;
	margin:0;
}

#ctrls ul li {
 	float:right;
}

#ctrls ul li a#email {
	background:transparent url(/_assets/images/special_offers/small_email_icon.gif) left 3px no-repeat;
	color:#000;
	padding-left:20px;
	margin-right:5px;
}
#ctrls ul li a#email:hover {
	color:#C00;
}


/* special offers table */


div#border_top {
	width:984px;
	height:16px;
	background:transparent url(/_assets/images/special_offers/border_top.jpg) no-repeat scroll left top;
}

div#border_mid {
	width:984px;
	padding:0 0 0 20px;
	background:transparent url(/_assets/images/special_offers/border_mid.jpg) repeat-y scroll left top;
}

div#border_bot {
	width:984px;
	height:15px;
	background:transparent url(/_assets/images/special_offers/border_bot.jpg) no-repeat scroll left top;
}

div#border_mid table.mainTable {
	width:940px;
}

th {
	padding:6px 3px;
	color:#7E7E7E;
	background-color:#E9E9E9;
}

td {
	font-size:0.9em;
	color:#666;
	padding:3px;	
}

th a {
	text-decoration:none !important;
}

th a .by {
	text-decoration:underline;
}

.order {
	display:inline !important;
	vertical-align:middle;
}

.destination {
	font-size:1.4em;
	font-weight:bold;
	color:#C00;
	display:block;
	margin:3px 0;
}

.hotelname {
	display:block;
	/*
	padding-left:25px;
	height:20px;
	background:transparent url(/_assets/images/special_offers/camera_icon.gif) no-repeat top left; 
	*/
}

.rating {
	margin:3px 0;
}

.airport {
	display:block;
}

.was {
	font-size:1.5em;
	color:#999;
	font-weight:bold;
	background:transparent url(/_assets/images/special_offers/strike-thru.gif) no-repeat top left;
}

.from {
	font-size:1.5em;
	font-weight:bold;
	color:#666;
}

.saving {
	font-size:1.5em;
	font-weight:bold;
	color:#C00;
}

/* special offer - reverse colours for current offer */

tr.CurrentOffer {
	background-color:#EDEDED;
}

tr.CurrentOffer td {
	border-top:1px solid #C00;
}

/* special offer info - hotel */

.HotelInfoHolder {
	padding:10px !important;
	border-left:1px solid #C00;
	border-right:1px solid #C00;
}

.HotelInfoHolder h3 {
	margin:5px 10px;
}

div.hotelimg {
	float:left;
	width:270px;
	height:160px;
}

div.facilities b {
	color:#333;
}

div.facilities ul {
	
}

div.facilities ul li {
	list-style-image:url(/_assets/images/special_offers/bullet.gif);
	padding-bottom:3px;
}

div.facilities {
	float:left;
	width:150px;
	height:160px;
	font-size:1.1em;
}

div.tripadvisor b {
	color:#333;
}

div.tripadvisor {
	font-size:1.1em;
	float:left;
	width:380px;
	height:160px;
}

.custRating {
	width:300px !important;
}
.custRating a {
	margin-left:128px;
}

.flights_included {
	float:right;
}

div.ataglance b {
	color:#333;
}

div.ataglance {
	font-size:1.1em;
	float:right;
	_height:150px;
	height:auto;
	min-height:150px;
}
div.ataglance a img {
	margin:5px 0 0 20px;
}

.more {
	background:transparent url(/_assets/images/icons/more_plus.gif) no-repeat scroll left top;
	height:17px;
	margin:1em 0;
	padding-left:23px;
}

.bx_sum {
	background:#ffffff url(/_assets/images/product/summary_box_top.gif) left top no-repeat;
	margin-bottom: 10px;
	position: relative;
	width:225px;
}

.bx_sum_btm {
	background:#ffffff url(/_assets/images/product/summary_box_btm.gif) left top no-repeat;
	bottom: 0;
	height:5px;
	margin-top: 10px;
	position: absolute;
	width:225px;
}
.bx_sum ul {
	margin:0 0 0 20px;
	list-style-type:none;
}
.bx_sum ul li {
	background: transparent url(/_assets/images/product/summary_box_bullet.gif) no-repeat 0 .5em;
	padding-left:10px;
	line-height:1.1em;
}

/* special offer booking form */

#BookingFormPanel {
	padding:10px;
	position:relative;
	height:200px;
	background-color:#EDEDED;
	border-left:1px solid #C00;
	border-right:1px solid #C00;
	border-bottom:1px solid #C00;
}

#BookingFormPanel fieldset {
	border:none;
	float:left;
	margin-right:15px;
}


#BookingFormPanel legend {
	margin:0 0 10px 0;
	padding:0;
	font-size:1.1em;
	font-weight:bold;
	color:#333;
}

#BookingFormPanel fieldset#where label {
	display:none;
}


#BookingFormPanel fieldset#when legend {
	padding:0 0 0 20px;
}

#BookingFormPanel .WideSelect {width:125px;}
.altdates {clear:both;float:left;}
.altdates a {font-size: 1.1em; margin-top: 202px; margin-left: 482px; position: absolute; z-index: 100;}
html>body .altdates a {*margin-top: 225px; *margin-left: 483px;}

.ui-datepicker-days-cell {
	background-color:#fff;
}

.adult {
	margin:0 0 5px 0;
	width:130px;
}

.children {
	margin:0 0 5px 0;
}

.infants {
	margin:0 0 5px 0;
}

.adult select,
.children select,
.infants select {
    width:35px;
}

#Pax2paxwrap {
	width:150px;
}

#vChildAgesDisplay {
	margin-top:20px;
}

.ChildAgesPanel {
	background-color:#FEFEFE;
	border:3px solid #DDDDDD;
	padding:10px;
	position:absolute;
	right:-20px;
	top:0;
	width:330px;
	z-index:9999;
}

#BookingFormPanel .showage {
	width:50px !important;
}

#BookingFormPanel .childexplanation {
    clear: both;
    color: #CC0000;
    font-size: 0.9em;
    line-height: 1.25;
    margin: 0.5em 0;
}

#vokBtn {
	-moz-background-inline-policy: continuous;
    background: url("/_assets/images/product/done_btn.gif") no-repeat scroll left top transparent;
    display: block;
    float: left;
    height: 27px;
    margin-top: 5px;
    text-indent: -9999px;
    width: 104px;
}

.ChildAgesPanel a.OKButton {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:transparent url(/_assets/images/product/done_btn.gif) no-repeat scroll left top;
	display:block;
	float:left;
	height:27px;
	margin-top:5px;
	text-indent:-9999px;
	width:104px;
}

.OfferNotes {
	background-color:#FCFCFC;
	display:block;
	float:left;
	font-size:1.1em;
	height:195px;
	margin-right:20px;
	width:280px;
}

.OfferNotes li {
	margin:10px 15px;
	list-style-image:url(/_assets/images/special_offers/bullet.gif);
}

.showage {
	width:40px !important;
}

#bookNowBtn {
	position:absolute;
	right:15px;
	bottom:20px;
}

#childexplanation {
	font-size:0.9em;
	position:absolute;
	right:10px;
	top:30px;
	width:180px;
}

/* terms and conditions at the bottom of the page */

.notes {
	padding:10px;
	margin:10px;
	border:1px solid #eee;
	background:#FCFCFC;
}

.notes ul {
	font-size:0.9em;
}

.soDate			{ background: none repeat scroll 0 0 #FFEF8F; }
.soDate a		{ color: #CC0000; }
.soDate:hover	{ background: none repeat scroll 0 0 #CC0000 !important; }
.soDate:hover a { color: #FFFFFF !important; }

.soDateHigh		{ background: none repeat scroll 0 0 #FFEF8F;}

 
