﻿/* The basket */
table.basket
{
	border-collapse: collapse;
	width: 100%;
	margin-top: 0px;
	margin-bottom: 10px;
	position: relative;
	top: 0px;
	left: 0px;
}
table.basket td.basketheader
{
	width: 580px;
	height: 22px;
	vertical-align: middle;
	padding: 0 0 4px 0;
}
table.basket td.basketheader img
{
	margin: 5px;
	float: left;
}
table.basket td.basketheader span
{
	color: Black;
	font-weight: bold;
	font-size: 22px;
	margin: 20px 0px 5px 0px;
	float: left;
}
table.basket td.printerheader
{
	width: 180px;
	height: 22px;
	vertical-align: middle;
	padding: 0 0 4px 0;
}
table.basket td.printerheader img
{
	margin: 5px;
	float: left;
}
table.basket td.printerheader span
{
	margin: 25px 0px 5px 0px;
	float: left;
	padding: 0 0 0 40px;
	font-weight: bold;
	color: black;
	font-size: 13px;
}
table.basket tr.topline
{
	/*border-top: #f4f4f4 2px solid;*/
}
table.basket td.leftcolumn
{
	border-top: #f4f4f4 2px solid;
	border-left: #f4f4f4 2px solid;
	border-bottom: #f4f4f4 2px solid;
}
table.basket td.rightcolumn
{
	border-left: #f4f4f4 2px solid;
	padding-left: 5px;
}
/* The section */
table.section
{
	width: 100%;
	border-collapse: collapse;
}
table.section th.headerincluded
{
	background-color: #e2dbf8;
	height: 34px;
	vertical-align: middle;
	text-align: left;
}
table.section th.headerexcluded
{
	background-color: #e2dbf8;
	height: 34px;
	vertical-align: middle;
	text-align: left;
}
span.sectionHeaderIncluded
{
	color: #3110a5;
	font-size: 20px;
	padding-left: 5px;
}
span.sectionHeaderExtra
{
	color: #3110a5; /*#f64f00;*/
	font-size: 20px;
	padding-left: 5px;
}
table.section th.subheader
{
	background-color: #f4f4f4;
	font-size: 16px;
	padding-left: 20px;
	border-top: #f4f4f4 2px solid;
	border-bottom: #f4f4f4 2px solid;
	vertical-align: middle;
	height: 45px;
}
table.bookItemTable
{
	width: 100%;
	border-collapse: collapse;
	margin-top: 10px;
	font-size: 12px;
}
table.bookItemTable td.prompt
{
	white-space: nowrap;
	width: 70px;
}
table.bookItemTable td
{
	/*border-bottom: #cccccc 1px dotted;*/
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 0px;
}

table.itemoptions
{
	width: 90%;
	border-collapse: collapse;
}
table.itemoptions tr
{
	background-image: none;
}
.bookItemContentInfo
{
	/*border-bottom: #cccccc 1px dotted;*/
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
}
table.receipt
{
	background-color: #f4f4f4; /*#f4f4fc;*/
	border: solid 1px #e3d3f8;
	font-size: 12px;
	width: 175px;
}
table.breakdown
{
	font-size: 12px;
	font-weight: bold;
	color: black;
}
table.breakdown td.heading
{
	font-size: 18px;
	border-bottom: 1px dotted;
}
table.breakdown td.holiday
{
	font-size: 13px;
	border-top: 1px dotted;
}

table.breakdown td.total
{
	font-size: 14px;
	border-top: 1px dotted;
}
span.price
{
	color: #f64f00;
	font-weight: bold;
	font-size: 16px;
}
span.update
{
	color: #f64f00;
	font-weight: bold;
	font-size: 16px;
}
span.sectionPrice
{
	color: Black;
	font-style: italic;
	font-size: 16px;
	padding-right: 5px;
}

span.yourholiday
{
	font-weight: bold;
	color: black;
	font-size: 18px;
}
.info
{
	color: Gray;
	font-size: 11px;
	font-style: italic;
	padding-left: 12px;
}
.errorMSG
{
	background-color: Black;
	color: White;
	font-weight: bold;
	height: 20px;
	padding-left: 5px;
	padding-top: 3px;
}
.pageError
{
	color: #f64f00;
	font-weight: bold;
	height: 20px;
	font-size: 18px;
}
.style1
{
	width: 8px;
}
.bookcollapsePanelHeader
{
	background-image: url('images/arrow_orange.gif');
	background-position: top center top;
	background-repeat: no-repeat;
	background-color: #f4f4f4;
	width: 560px;
	height: 26px;
	border-top: #f4f4f4 2px solid;
	border-bottom: #f4f4f4 2px solid;
	color: #f64f00;
	font-weight: bold;
	font-size: 16px;
	cursor: pointer;
	margin-left: 10px;
	margin-right: 10px;
}
.bookcollapsePanel
{
	height: 0px;
	overflow: hidden;
	height: auto;
}
.watermarked
{
	padding:  2px 0px 0px 2px; /*background-color: #f0f8ff;*/
	background-color: #f4f4fc;
	color: gray;
	height: 20px;
}
table.passenger
{
	font-size: 12px;
}
table.passenger td.rowheight
{
	height: 28px;
}
table.passenger input
{
	background-color: #f4f4fc;
	font-size: 12px;
	height: 18px;
}
table.passenger select
{
	background-color: #f4f4fc;
	font-size: 12px;
}
table.payment
{
	font-size: 12px;
}
table.payment input
{
	background-color: #f4f4fc;
	font-size: 12px;
	height: 18px;
}
table.payment select
{
	background-color: #f4f4fc;
	font-size: 12px;
}
.modalBackground {
	background-color: Gray;
	filter: alpha(opactiy=70);
	opacity: 0.7;
}
.modalPopup {
	background-color: #ffffdd;
	border-width: 3px;
	border-style: solid;
	border-color: gray;
	padding: 3px;
	width: 400px;
}
