/*
 * $Id: bookingPages.css,v 1.9 2010/10/07 07:59:52 andy.f Exp $
 */

@import "../accommodationGrid.css";
@import "villaDetails.css";
	
#booking_details_div{
	border: 2px solid #CCC2CD;
	line-height:13px;
	padding:13px;
	font-size:12px;
	font-weight:normal;
}
.booking_details_div_left_col,
.your_details_div_left_col{
	width:420px;
	margin-bottom:5px;
}
#lev12_body{
	clear:both;
	display:block;
	padding:0px;
	margin:5px 0px;
}
.booking_details_div_right_col,
.your_details_div_right_col{
	display:block;
	float:right;
	width:294px;
	margin-bottom:5px;
	margin-left:15px;
}
.booking_details_div_image_panel{
	border:solid 1px #A290A3;
	background-color:#fff;
	color:inherit;
	padding-left: 2px;
	padding-top: 2px;
}
.large_image{
	height:210px;
	width:280px;
}

.small_image{
	width:70px;
	height:52px;
	padding:0px;
	margin:0px;
	border-left:solid 0px white;
	border-bottom:solid 2px white;
	border-top:solid 0px white;
	border-right:solid 0px white;
}
#booking_details_div h2{
	background-color: #C6D8E1;
	color: #000000;
	font-size: 11px;
	margin-bottom: 5px;
	padding: 3px;
}

.priceBlock{
	margin-left:400px;
	width:330px;
}
#cols_two_and_three span.pageheader_price{
	text-align:left;
	color: #FF0000;
	font-weight: bold;
	font-size: 28px;
	line-height:28px;
	margin-top: 0px;
	margin-left:0px;
}
.right, .headerright {
	padding: 5px 0px;
	width:auto;
}
.left, .headerleft {
	width:auto;
}
#back_to_search, .back_to_search {
	float:right;
}

.headerleft{
	width:400px;
}
.headerright{
	margin-right:125px;
	text-align:right;
}
.right_price_small {
	font-weight: bold;
	color: #89ACC0;
}

.extra_details_div_left_col {
	width:440px;
}
.your_details_div_left_col {
	width:545px;
}
.extra_details_div_right_col,
.your_details_div_right_col {
	display:block;
	float:right;
	margin-bottom:5px;
	margin-left:0px;
	width:270px;
	cursor: help;
}
.extra_details_div_right_col h2{
	margin-top: 0px;
}
.internal_header {
	background-color:#89ACC0;
	clear:both;
	color:#FFFFFF;
	font-weight:bold;
	padding:5px;
}
.extra_option_table {
	border-collapse:collapse;
	border:solid 1px #89ACC0;
	position:relative;
/*	left:-13px;*/
	width:440px;
	text-align:left;

}
.extra_option_table td{
	padding-left:15px;
	text-align:left !important;
	border:solid 1px #89ACC0;
}
.extra_option_table .singleRow1 {
	width:290px;
}
.extra_option_table .singleRow2 {
	width:70px;
}
.extra_option_table .insuranceRow1 {
	border-right:0px solid #89ACC0 !important;
	border-top:1px solid #89ACC0 !important;
	padding-top:10px;
	vertical-align:top !important;
	width:20px;

}
.extra_option_table .insuranceRow2 {
	border-left:0px solid #89ACC0 !important;
	border-top:1px solid #89ACC0 !important;
	padding:10px 0px;
	text-align:left !important;
	vertical-align:top !important;
	width:340px;
}

.your_details_div_right_col {
	border: 2px solid #C6D8E1;
	float:right;
	width:154px;
	margin-bottom:5px;
	margin-left:10px;
	padding: 10px 5px;
}

/* ******************************************************************* */
/* Payment Page			                           */
/* ******************************************************************* */

.verticalBarLight3,
.bookConfirmation {
	background-color:#CDCDE2;
	font-size:14px;
	font-weight:bold;
	margin-bottom:15px;
	padding:5px;
	float:left;
	width:99%;
}

.paymentDetailsText{
	width:545px;
}
.paymentRight{
	float:right;
}
.payment_summary, .payment_details {
	width:100%;
}
.payment_summary td, .payment_details td {
	font-size: 12px;
	padding: 0;
	text-align: left;
	vertical-align: top;
}
.payment_summary td.price {
	font-weight:bold;
	text-align:right;
}
#pleaseWaitDiv{
	display:none;
	padding-top:15px;
}
/* ******************************************************************* */
/* Confirmation								                           */
/* ******************************************************************* */

.bookConfirmation {
	background-color: transparent;
	color:#89ACC0;
	padding:0px;
}
.details {
	border-collapse:collapse;
	padding:0px;
	width:470px;
}
.details td, .contact_details td {
	font-size: 12px;
	text-align: left;
	vertical-align: top;
}
.details td.date {
	width: 75px;
}
.details td.item {
	width: 175px;
}
.details td.unitPrice {
	text-align: right;
	width: 75px;
}
.details td.totalPrice {
	font-weight: bold;
	text-align: right;
	width: 95px;
}

.details td.quantity {
	width: 20px;
	text-align: right;
}

.details td.multiply {
	width: 40px;
	text-align: center;
}

.details td.class {
	text-align: right;
}

/* ******************************************************************* */
/* Browse Pages			                           */
/* ******************************************************************* */

.headerDetails{
	float: left;
	width: 400px;
}
.reviewButtonContainer{
	float: right;
}

/* ******************************************************************* */
/* Payments Page			                           */
/* ******************************************************************* */

#cardchargewarning{
	display:none;
	font-size:11px;
	font-weight:bold;
	padding-bottom:5px;
}

/* ******************************************************************* */
/* New Flights page design section			                           */
/* ******************************************************************* */

.includedFlight:hover {
	background-color: #C6D8E1;
}

.includedFlight {
	border: 1px solid #89ACC0;
	margin-bottom: 3px;
	padding: 3px;
}

.goingOut {
	text-align: left;
	padding-left: 5px;
}

.comingBack {
	text-align: left;
	padding-left: 5px;
}

.flightHeading {
	margin: 3px 0px;
	background-color: #CCC2CD;
	font-weight: bold;
}

.flight_option_table {
	border-collapse:collapse;
	position:relative;
}
.flight_option_table th {
	border:1px solid #89ACC0;
	font-weight:bold;
	height:50px;
	text-align:center !important;
}
.flight_option_table td {
	border-right:solid 1px #89ACC0;
	border-left:solid 1px #89ACC0;
	height:50px;
	padding:0px 15px;
}

.flight_option_table td.table_sep {
	background-color:#FFFFFF;
	border-bottom:1px solid #89ACC0;
	border-left:0px solid #FFFFFF;
	border-right:0px solid #FFFFFF;
	border-top:1px solid #89ACC0;
	line-height:1px;
	color:inherit;
	font-weight:normal;
	height:4px;
	padding-left:15px;
	padding-right:15px;
	text-align:center !important;
}
.flight_option_table td.endRow {
	font-weight:normal;
	text-align:center !important;
	height:10px;
	background-color:#fff;
	color:inherit;
	border-top:solid 0px #89ACC0;
	border-left:solid 0px #fff;
	border-right:solid 0px #fff;
	padding:0px 15px;
}
