/* common stylesheet - styling for common elements */
/* -- header ---------------------------------------- */
#header {
	background:#c00 url(/_assets/images/header/bg392x45.gif) no-repeat top left;
	margin-bottom:4px;
	height:45px;
}
#header img {
	float:right;
	margin-right:15px;
}

/* -- crumbtrail ------------------------------------ */
#crumbtrail {
	background-color:#606;
	color:#fff;
	margin-bottom:4px;
	padding:3px 7px 4px 7px;
}
#crumbtrail ul {
	font-size:0.7em;
	margin:0;
	padding:0;
}
#crumbtrail li {
	background:transparent url(/_assets/images/crumbtrail/bg_separator.gif) no-repeat left;
	display:inline;
	padding-left:14px;
}
#crumbtrail li.first {
	background:none;
	display:inline;
	padding:0;
}
#crumbtrail a {
	color:#fff;
}

/* -- progress indicator ----------------------------- */
#progress {
	margin-top:10px;
	position:relative;
}
#progress ol {
	list-style-type:none;
	margin:0;
	padding:0;
}
#progress #instruction {
	padding:60px 10px 0 10px;
}
#progress li, #progress a {
	color:#6d6d6d;
	display:block;
	height:20px;
	text-align:center;
}
#back {
	background:transparent url(/_assets/images/progress/bg_previous.gif) no-repeat 50%;
	left:0;
	margin:0;
	padding:32px 0 0 4px;
	position:absolute;
	width:78px;
}
#backDisabled {
	background:transparent url(/_assets/images/progress/bg_previous_off.gif) no-repeat 50%;
	color:#6d6d6d;
	left:0;
	margin:0;
	padding:32px 0 0 4px;
	position:absolute;
	width:78px;
}
#back a {
	color:#606;
	font-weight:bold;
	text-align:left;
}

/* individual item styles for progress indicator steps */
/* hotel progress items */
#progress li {
	background:transparent url(/_assets/images/progress/bg_inactive.gif) no-repeat 50%;
	padding-top:30px;
	position:absolute;
}
#progress li.active1 {
	background:transparent url(/_assets/images/progress/bg_active_1.gif) no-repeat 50%;
	color:#c00;
	font-weight:bold;
}
#progress li.activeOther {
	background:transparent url(/_assets/images/progress/bg_active_other.gif) no-repeat 50%;
	color:#c00;
	font-weight:bold;
}
#progress li.historic1 {
	background:transparent url(/_assets/images/progress/bg_historic_1.gif) no-repeat 50%;
}
#progress li.historic1 a {
	color:#606;
	font-weight:bold;
}
#progress li.historicOther {
	background:transparent url(/_assets/images/progress/bg_historic_other.gif) no-repeat 50%;
}
#progress li.historicOther a {
	color:#606;
	font-weight:bold;
}
/* adding specific car image within the hotel booking progress indicator - at VH request */
#progress #p4 {
	background-image: url(/_assets/images/progress/car_inactive.gif);
}
#progress #p4.activeOther {
	background-image: url(/_assets/images/progress/car_active_other.gif);
}
#progress #p4.historicOther {
	background-image: url(/_assets/images/progress/car_historic_other.gif);
}

#p1 {
	left:67px;
	width:85px;
}
#p2 {
	left:152px;
	width:85px;
}
#p3 {
	left:237px;
	width:85px;
}
#p4 {
	left:322px;
	width:85px;
}
#p5 {
	left:407px;
	width:85px;
}
#p6 {
	left:492px;
	width:85px;
}

/* car progress items */
#progress ol.cars li {
	background:transparent url(/_assets/images/progress/car_inactive.gif) no-repeat 50%;
	padding-top:30px;
	position:absolute;
}
#progress ol.cars li.active1 {
	background:transparent url(/_assets/images/progress/car_active_1.gif) no-repeat 50%;
	color:#c00;
	font-weight:bold;
}
#progress ol.cars li.activeOther {
	background:transparent url(/_assets/images/progress/car_active_other.gif) no-repeat 50%;
	color:#c00;
	font-weight:bold;
}
#progress ol.cars li.historic1 {
	background:transparent url(/_assets/images/progress/car_historic_1.gif) no-repeat 50%;
}
#progress ol.cars li.historic1 a {
	color:#606;
	font-weight:bold;
}
#progress ol.cars li.historicOther {
	background:transparent url(/_assets/images/progress/car_historic_other.gif) no-repeat 50%;
}
#progress ol.cars li.historicOther a {
	color:#606;
	font-weight:bold;
}
#c1 {
	left:100px;
	width:119px;
}
#c2 {
	left:219px;
	width:119px;
}
#c3 {
	left:338px;
	width:119px;
}
#c4 {
	left:457px;
	width:119px;
}

.bannerImage 
{
	margin-bottom: 4px;
}

/* -- styles for hotel/car tabs on homepages --------- */

#homeTabs 
{
	height:23px;
}
#homeTabs ul 
{
	margin:0;
	padding:0;
	list-style-type:none;
	display:block;
}
#homeTabs li {
	background:#FFF url("/_assets/images/tabs/tab_off.jpg") no-repeat top left;
	color:#fff;
	float:left;
	width:118px;
	height:23px;
	font-weight:bold;
	font-size:15px;
	text-align:center;
	margin:0 5px 0 0;
	text-transform:uppercase;
}
#homeTabs li.current {
	background:#FFF url("/_assets/images/tabs/tab_on.jpg") no-repeat top left;
	font-weight:bold;
}
#homeTabs li a {
	color:#fff;
	text-decoration:none;
}




/* -- right column boxes ----------------------------- */
/* rightCol positioning defined in global.css */
#rightCol h2 {
	background-color:#606;
	color:#fff;
	padding:3px 5px;
	margin-top:0;
}
#rightCol h2.first {
	margin:0;
}
.rightBox {
	border:2px solid #606;
	border-top:0;
	padding:4px;
	margin-bottom:4px;
}
.matchBannerHeight{
	height:69px;
}

#rightCol > .matchBannerHeight{
	height: auto;
	min-height:69px;
}

.rightBox ul {
	list-style-type:none;
	margin:0 0 0 4px;
	padding:0;
}
#rightCol h2.grey {
	background-color:#999;
}
#rightCol div.grey {
	border:2px solid #999;
}
#rightCol div.callToAction {
	margin:15px 0;
	text-align:center;
}
#rightCol div.callToAction a {
	display:block;
	height:20px;
}
.flyingClubBox 
{
	background-color:#C00;	
	color:#FFF;
	margin-bottom:4px;
}

#rightCol .flyingClubBox h2 
{
	background-color:#C00;
}

.flyingClubBox p 
{	
	font-weight:normal;
	margin:0;
	padding:0.3em 7px 1.1em 7px;
}

.bookCarHire
{
	background-color:#CE8995;
	margin-bottom:4px;
	padding:0 0 1em 0;
			
}
#rightCol .bookCarHire h2 
{
	background-color:#CE8995;
	color:#000;
}
.bookCarHire p 
{	
	font-weight:bold;
	margin:0;
	padding:0.5em 7px;
}

#poweredBy {
	margin:5px 0 1px;
	text-align:center;
}
#creditCards {
	text-align:center;	
}
#creditCards img 
{
	display:inline;
	padding:5px;
	padding-bottom:10px;
}
#creditCards div{
	margin-bottom:15px;
}
#creditCards div p{
	margin:0;	
	text-align:left;
}

#carSearchTop
{
	background: #CC0000 url(/_assets/images/booking/header_car_hire.gif) no-repeat scroll left top;
	border-bottom: 1px solid #990000;
	padding: 33px 3px 9px 5px;
	text-align: center;
}
#carSearchBottom
{
	background: #CC0000 url(/_assets/images/booking/footer.gif) no-repeat scroll left bottom;
	border-top: 1px solid #FF0000;
	padding: 9px 7px 4px;	
}

/* -- right-hand itinerary ------------------ */
.itinerary .subtitle b {
	font-size: 1.1em !important;
}
.itinerary p.subtitle {
	margin: 0 0 1em 0;
}
.itinerary dl {
	font-size: 0.7em;
	margin-bottom: 1.2em;
	margin-top: 0em;
}
.itinerary dt {
	font-size: 0.9em;
	margin: 0.5em 0 0 0;
}
.itinerary dd {
	margin: 0;
}
.itinerary dd.qtyinfo {
	margin-left: 18px;
	padding: 1px 0 0 0;
	position: relative;
}
.itinerary dd.qtyinfo span.qty {
	left: -18px;
	position: absolute;
}
.itinerary hr.divider, .itinerary .specialrequests hr.divider {
	background-color: #660066;
	border: 0;
	color: #660066;
	display: block;
	height: 1px;
	left: 0;
	margin: 0 0 0 0;
	position: relative;
	top: 0;
	width: 175px;
}
.itinerary > hr.divider {
	margin: 0 0 0.5em 0;
}

/* Special requests in itinerary */
.specialrequests hr {
	display: none;
}
.itinerary .specialrequests h3 {
	font-size: 0.8em;
	margin: 0;
	padding: 0 0 0.5em 0;
}
.itinerary .specialrequests > h3 {
	padding-top: 0.5em;
}
.itinerary .specialrequests ul {
	list-style-type: disc;
	margin: 0 0 10px 18px;
}


/* -- link styles for link icons ------------------ */
p.readMore {
	background:transparent url(/_assets/images/link_icons/bg_read_more.gif) no-repeat center right;
	display:inline;
	padding-right:20px;
}
p.scrollDown {
	background:transparent url(/_assets/images/link_icons/bg_scroll_down.gif) no-repeat center right;
	display:inline;
	padding-right:16px;
}
p.newWindow {
	background:transparent url(/_assets/images/link_icons/bg_new_window.gif) no-repeat center right;
	display:inline;
	padding:0 16px 1px 0;
}
p.expand {
	background:transparent url(/_assets/images/link_icons/bg_expand.gif) no-repeat center right;
	display:inline;
	padding-right:20px;
}
p.shrink {
	background:transparent url(/_assets/images/link_icons/bg_shrink.gif) no-repeat center right;
	display:inline;
	padding-right:20px;
}

/* -- flying club --------------------------------- */
#flyingClub {
	background-color:#c00;
	color:#fff;
	padding:10px;
	position: relative;
}
#flyingClub img {
	float:left;
	margin-right:10px;
}
#flyingClub h3 {
	color:#fff;
	margin-top:0;
}
#flyingClub h2 {
	background-color:transparent;
	color:#fff;
	margin:0;
	padding:0;
}
#flyingClub a {
	color: #fff;
}
#flyingClub a.joinlink {
	bottom: 13px;
	font-size: 0.8em;
	left: 25px;
	position: absolute;
}
#flyingClub #vffText {
	margin-left:200px;
}
#flyingClub fieldset {
	margin-left:-200px;
	padding-left:200px;
}

.pagination {
	background-color: #EFEFEF;
	margin:15px 0;
	padding:5px 7px;
	text-align: right;
	font-size: 0.7em;
}
.pagination .current,
.pagination em
 {
	padding: 0 5px;
}

/* -- footer -------------------------------------- */
#footer {
	background-color:#c00;
	color:#fff;
	margin-top:20px;
	padding:2px 7px;
}
#footer ul {
	list-style-type:none;
	margin:0;
	padding:0;
}
#footer li {
	background:transparent url(/_assets/images/footer/bg_separator.gif) no-repeat right;
	display:inline;
	margin-right:4px;
	padding-right:4px;
}
#footer li.first {
	display:inline;
	padding-right:10px;
}
#footer a {
	color:#fff;
}

#copyright {
	color:#999;
	font-size:0.7em;
	margin-top:4px;
}

.copyright {
	color:#999;
	font-size:0.7em;
	margin-top:4px;
	text-align:right;
}

/* calendar positioning styles */
.bookingcalendar {
	position:relative;
}
.bookingcalendar .on {
	display:block;
	left:-100px;
	position:absolute;
	top:0px;
	z-index:999;
}
#fs_dates > .bookingcalendar .on {
	left:100px;
}
.bookingcalendar .off {
	display:none;
	left:100px;
	position:absolute;
	top:0px;
	z-index:999;
}

/* offer item styles */
div.offerItem {
	background-color:#c00;
	clear:both;
	margin-bottom:4px;
	padding:2px;
	width:171px;
}
div.offerItem div.offerImage {
	float:right;
	text-align:right;
}
div.offerItem img.stars {
	display:inline;
	margin:2px 2px 4px 2px;
}
div.offerItem p {
	background-color:#c00;
	color:#fff;
	margin:0 0 2px 0;
	padding:2px;
}
div.offerItem a:link, div.offerItem a:active, div.offerItem a:visited, div.offerItem a:hover {
	color:#fff;
}
div.offerItem div.offerInfo {
	background-color:#fff;
	clear:right;
	margin-top:4px;
	padding:2px 2px 4px 2px;
}
div.offerItem div.offerInfo a {
	color:#c00;
}
div.offerItem p.hotelInfo {
	background:transparent url(/_assets/images/link_icons/bg_read_more.gif) no-repeat center right;
	display:inline;
	font-size:.6em;
	padding-right:20px;
}
div.offerItem p.hotelInfo a:link, div.offerItem p.hotelInfo a:active, div.offerItem p.hotelInfo a:hover {
	color:#c00;
}
div.offerItem p.hotelInfo a:visited {
	color:#900;
}

/* validation message style */
.ValidationError {
	background:#c00 url(/_assets/images/booking/bg_validation_error.gif) no-repeat top left;
	color:#fff;
	display:block;
	font-weight:bold;
	font-size:12px;
	margin-bottom:2px;
	padding:2px 0 3px 20px;
	text-align:left;
}

.ErrataValidationError {    
	background:#c00 url(/_assets/images/booking/bg_validation_error.gif) no-repeat top left;
	color:#fff;
	display:block !important;
	font-weight:bold;
	font-size:12px;
	margin-top:2px !important;
	margin-bottom:2px;
	padding:2px 0 3px 20px;
	text-align:left;
    clear: both !important;
}

#validationSummary {
	font-size: 1em;
}
table.ValidationError {
	border: 0;
	border-collapse: separate;
	margin: 0;
	width: auto;
}
table.ValidationError td {
	font-size: 1em;
	text-align: left;
}

/* SPECIAL OFFERS ------------------------------------------------------------ */
#carSearchForm .promo_simple {
	border:2px solid #990000;
	width:183px;
	margin-bottom:5px;
}
#carSearchForm .promo_simple p{
	margin:0;
	border-bottom:1px solid #C00;
}
#carSearchForm .promo_simple .txt {
	line-height: 1.1;
    padding: 2px 4px 3px;
	border-bottom:0;
}

.SpecialOfferBoxes {
	margin:0;
	padding:0;
}
.SpecialOfferBoxes li {
	font-size: 1em;
	list-style-type: none;
	margin: 0 0 4px;
	position: relative;
	width: 187px;
}
.SpecialOfferBoxes.Cars li {
	border: 2px solid #900;
	width: 183px;
}
.SpecialOfferBoxes a, .SpecialOfferBoxes a:visited {
	border: 2px solid #900;
	display: block;
	height: 100%;
	padding: 0;
	text-decoration: none;
}
.SpecialOfferBoxes b {
	background-color: #900;
	color: #fff;
	display: block;
	padding: 0 4px 4px;
	text-decoration: none;
}
.SpecialOfferBoxes a:hover {
	border: 2px solid #c00;
}
.SpecialOfferBoxes a:hover b {
	background-color: #c00;
}
.SpecialOfferBoxes span.image {
	background: transparent none no-repeat 50% 50%;
	border-bottom: 1px solid #c00;
	cursor: pointer;
	display: block;
	height: 80px;
}
.SpecialOfferBoxes.Cars span.image {
	cursor: auto;
}
.SpecialOfferBoxes .textline {
	display: block;
	line-height: 1.1;
	padding: 2px 4px 3px;
	position: relative;
}
.SpecialOfferBoxes .rating {
	background:#c00 none no-repeat 3px 2px;
	display: block;
	height: 16px;
	right: -1px;
	position: absolute;
	top: -16px;
	width: 60px;
}
.SpecialOfferBoxes .textline > .rating {
	right: 0;
}
.SpecialOfferBoxes .rating.v20 {
	background-image: url(/_assets/images/ratings/2.0_v.gif)
}
.SpecialOfferBoxes .rating.v25 {
	background-image: url(/_assets/images/ratings/2.5_v.gif)
}
.SpecialOfferBoxes .rating.v30 {
	background-image: url(/_assets/images/ratings/3.0_v.gif)
}
.SpecialOfferBoxes .rating.v35 {
	background-image: url(/_assets/images/ratings/3.5_v.gif)
}
.SpecialOfferBoxes .rating.v40 {
	background-image: url(/_assets/images/ratings/4.0_v.gif)
}
.SpecialOfferBoxes .rating.v45 {
	background-image: url(/_assets/images/ratings/4.5_v.gif)
}
.SpecialOfferBoxes .rating.v50 {
	background-image: url(/_assets/images/ratings/5.0_v.gif)
}

.SpecialOffersNote {
	color: #666;
	font-size: 0.6em;
	margin: 0 0 1em 3px;
}
.SpecialOffersNote dt {
	clear: both;
	float: left;
	width: 10px;
}
.SpecialOffersNote dd {
	float: left;
	margin: 0 0 0.5em 0;
	width: 165px;
}

/* MISC -------------------------------------------- */
#paymentDetails table {
	margin: 0.5em 0;
}
#paymentDetails p.spaced {
	margin: 0;
}
#paymentDetails h3 {
	margin-bottom: 0;
}
