.specialOfferBasketLineItem {
	margin: 0 0 0 12px;
	padding-bottom: 1px;
	width: 58px;
	height: 34px;
	background: url(/images/special-offer-basket-tiny.png);
}



/* Classes for the Edit Basket page */
.basketMoreTicketsBubble {
	width: 390px;
	height: 148px;
	position: absolute;
	top: -25px; left: 234px;
	background: url(/images/basket-bubble.gif);
	z-index: 5000;
}
	.basketMoreTicketsBubble h2 {
		margin: 13px 0 6px 0;
		font-size: 200%;
		letter-spacing: -0.04em;
		color: rgb(61,35,124);
	}
	.basketMoreTicketsBubble p {
		margin: 0 20px 4px 10px;
		color: rgb(61,35,124);
		clear: both;
	}
	.basketMoreTicketsBubble  .closingNote {
		font-style: italic;
		font-size: 85%;
	}
	.basketMoreTicketsBubble .ticketPos {
		float: left;
		display: inline;
		margin: 0 5px 3px 5px;
		width: 180px;
		height: 45px;
	}
		.basketMoreTicketsBubble .ticketPos a {
			display: block;
			height: 100%;
			width: 100%;
			text-decoration: none;
		}
		.basketMoreTicketsBubble .ticketPos #transfer {
			background: url(/images/bubble-button-transfer.gif) left bottom no-repeat;
		}
		.basketMoreTicketsBubble .ticketPos #transfer:hover {
			background: url(/images/bubble-button-transfer.gif) left top no-repeat;
		}
		.basketMoreTicketsBubble .ticketPos #skipass {
			background: url(/images/bubble-button-skipass.gif) left bottom no-repeat;
		}
		.basketMoreTicketsBubble .ticketPos #skipass:hover {
			background: url(/images/bubble-button-skipass.gif) left top no-repeat;
		}
		.basketMoreTicketsBubble .ticketPos #rental {
			background: url(/images/bubble-button-skirental.gif) left bottom no-repeat;
		}
		.basketMoreTicketsBubble .ticketPos #rental:hover {
			background: url(/images/bubble-button-skirental.gif) left top no-repeat;
		}
	
#shippingList li {
	margin-bottom: 5px;
}
#shipWarn {
	width: 450px;
	margin: 0 auto;
	text-align: left;
}	
	#shipWarn p {
		margin: 0 0 10px 0;
	}


h1 {
	font-size: 2em;
	color: black;
}
#basketSecureIcons {
	width: 100%;
	margin: 10px auto 0 auto;
	vertical-align: middle;
}
	#basketSecureIcons a {
		text-decoration: none;
	}
#emptyBasketMsg {
	color: maroon;
	font: bold 1.4em/1.2em verdana, arial, sans-serif;
}
.basketBox {
	width: 670px;
	float: right;
	display: inline;
	margin: 0 20px 0 0;
	text-align: left;
	color: black;
}
.grayBox860 .icon50 {
	float: left;
	display: inline;
	margin: 0;
	width: 145px;
	text-align: right;
}
.sectionHeader {
	width: 670px;
	height: 30px;
	text-align: right;
	position: relative;
}
.sectionHeader h2 {
	font: bold 1.4em/1.2em verdana, arial, sans-serif;
	position: absolute;
	top: 4px; left: 0;
	width: 640px;
}
.sectionHeader img {
	float: right;
	display: inline;
}
#sectionTable {
	font: 11px/1.2em verdana, arial, sans-serif;
	width: 100%;
	border: 2px rgb(181,181,181) solid;
	table-layout: fixed;
	border-collapse: collapse;	
}
#sectionTable th {
	background-color: rgb(193,181,223);
	height: 18px;
}
#sectionTable .excursionsHeader {
	background-color: rgb(80%,80%,80%);
}
#sectionTable td {
	height: 1.4em;
}
#sectionTable td.alt {
	background-color: rgb(95%,95%,95%);
}
#sectionTable .delete {
	text-align: center;
	width: 50px;
	color: white;
	border-right: 1px rgb(181,181,181) solid;
}
#sectionTable .qty {
	text-align: center;
	width: 30px;
}
#sectionTable .type {
	width: 50px;
}
#sectionTable .date {
	width: 100px;
}
#sectionTable .desc {
	font-style: italic;
	width: 250px;
}
#sectionTable .discount {
	width: 70px;
}
#sectionTable .curr {
	text-align: right;
	width: 20px;
}
#sectionTable .price {
	text-align: right;
	padding: 0 5px 0 5px;
	width: 60px;
}
#sectionTable .discount {
	color: rgb(205,43,14);
	font-style: italic;
	padding: 0 5px 0 0;
	text-align: right;
}
#sectionTable .oldPrice {
	color: red;
	text-decoration: line-through;
}
.sectionSubTotal {
	margin: 5px 0 0 0;
	text-align: right;
	font-style: italic;
	color: rgb(50%,50%,50%);
}
.sectionSubTotalAmount {
	font-weight: bold;
	display: inline;
	margin: 0 25px 0 10px;
}
.sectionSubTotalCurrency {
	display: inline;
}
.subTotalBox {
	margin: 0;
	padding: 0 5px 0 0;
	text-align: right;
	font-style: italic;
	border-top: 2px rgb(61,35,124) solid;	/* Dark Link Blue */
}
.subTotalBox #subTLbl {
	color: black;
	display: inline;
	margin: 0 25px 0 10px;
}
.subTotalBox #subTAmnt {
	display: inline;
}
.totalBox {
	margin: 0;
	padding: 5px 5px 3px 0;
	text-align: right;
	font-weight: bold;
	font-size: 1.1em;
	border-bottom: 2px rgb(61,35,124) solid;	/* Dark Link Blue */
	color: rgb(61,35,124);						/* Dark Link Blue */
}
.totalBox #totLbl {
	color: black;
	display: inline;
	margin: 0 25px 0 10px;
}
.totalBox #totAmnt {
	display: inline;
}
.changeCurrencyBox {
	text-align: right;
	margin: 0 25px 0 0;
}
.changeCurrencyBox select {
	width: 150px;
	font: 8pt/1em "trebuchet ms",arial,verdana,sans-serif;
}
#selCurrecnyText {
	color: black;
}
.GetTicketBox {
	position: relative;
	height: 33px;
}
.GetTicketBox .orderBtn {
	margin: 0 auto 0 auto;
	width: 165px;
	height: 33px;
	background: url(../images/btn-order.gif) left bottom no-repeat;
}
.GetTicketBox .orderBtn:hover {
	background: url(../images/btn-order.gif) left top no-repeat;
}
.GetTicketBox .orderBtnDisabled {
	cursor: default;
	margin: 0 auto 0 auto;
	width: 165px;
	height: 33px;
	background: url(../images/btn-order.gif) left center no-repeat;
}
	.GetTicketBox .orderBtn-de {
		margin: 0 auto 0 auto;
		width: 165px;
		height: 33px;
		background: url(../images/btn-order-de.gif) left bottom no-repeat;
	}
	.GetTicketBox .orderBtn-de:hover {
		background: url(../images/btn-order-de.gif) left top no-repeat;
	}
	.GetTicketBox .orderBtnDisabled-de {
		cursor: default;
		margin: 0 auto 0 auto;
		width: 165px;
		height: 33px;
		background: url(../images/btn-order-de.gif) left center no-repeat;
	}
.GetTicketBox .continueShoppingBtn {
	position: absolute;
	left: 18px;
	top: 0;
	height: 33px;
	width: 180px;
	background: url(../images/btn-continueshopping.gif) left bottom no-repeat;
}
.GetTicketBox .continueShoppingBtn:hover {
	background: url(../images/btn-continueshopping.gif) left top no-repeat;
}
.GetTicketBox .continueShoppingBtnDisabled {
	position: absolute;
	left: 18px;
	top: 0;
	height: 33px;
	width: 180px;
	cursor: default;
	background: url(../images/btn-continueshopping.gif) left center no-repeat;
}
.continueShoppingBtn a {
	display: block;
	height: 100%;
	width: 100%;
	cursor: pointer;
}
	.GetTicketBox .continueShoppingBtn-de {
		position: absolute;
		left: 18px;
		top: 0;
		height: 33px;
		width: 180px;
		background: url(../images/btn-continueshopping-de.gif) left bottom no-repeat;
	}
	.GetTicketBox .continueShoppingBtn-de:hover {
		background: url(../images/btn-continueshopping-de.gif) left top no-repeat;
	}
	.continueShoppingBtn-de a {
		display: block;
		height: 100%;
		width: 100%;
		cursor: pointer;
	}
#choosePaymentBox .creditCardBtn {
	float: left;
	display: inline;
	margin: 0 0 0 40px;
	width: 176px;
	height: 107px;
	background: url(../checkout/images/btn-creditcard.jpg) left bottom no-repeat;
}
#choosePaymentBox .creditCardBtn:hover {
	background: url(../checkout/images/btn-creditcard.jpg) left top no-repeat;
}
#choosePaymentBox .payPalBtn {
	float: right;
	display: inline;
	margin: 0 40px 0 0;
	width: 176px;
	height: 107px;
	background: url(../checkout/images/btn-paypal.jpg) left bottom no-repeat;
}
#choosePaymentBox .payPalBtn:hover {
	background: url(../checkout/images/btn-paypal.jpg) left top no-repeat;
}
#choosePaymentBox .purchaseBtn {
	margin: 0 auto 0 auto;
	width: 165px;
	height: 33px;
	background: url(../images/btn-purchase.gif) left bottom no-repeat;
}
#choosePaymentBox .purchaseBtn:hover {
	background: url(../images/btn-purchase.gif) left top no-repeat;
}
#choosePaymentBox .purchaseBtnDisabled {
	cursor: default;
	width: 165px;
	height: 33px;
	background: url(../images/btn-purchase.gif) left center no-repeat;
}
.continueCheckoutBtn {
	margin: 0 auto 0 auto;
	width: 165px;
	height: 33px;
	background: url(../images/btn-next.gif) left bottom no-repeat;
}
.continueCheckoutBtn:hover {
	background: url(../images/btn-next.gif) left top no-repeat;
}
.continueCheckoutBtnDisabled {
	cursor: default;
	width: 165px;
	height: 33px;
	background: url(../images/btn-next.gif) left center no-repeat;
}
.reviewTable {
	font: 11px/1.2em verdana, arial, sans-serif;
	width: 350px;
	margin:0 auto 3px auto;
	color: black;
	table-layout: fixed;
	border-collapse: collapse;
	text-align: left;
	border: 1px rgb(85%,85%,85%) solid;	
}
.reviewTable td {
	background-color: rgb(95%,95%,95%);
	height: 1.5em;
}
.reviewTable .qty {
	width: 30px;
	text-indent: 10px;	
}
.reviewTable .desc {
	width: 220px;
	text-indent: 10px;	
}
.reviewTable .qty {
	width: 30px;
	text-indent: 10px;	
}
.reviewTable .currency {
	text-align: right;
	padding-right: 5px;	
}
.reviewTable .price {
	text-align: right;
	padding-right: 10px;
	width: 50px;	
}
.reviewTable .value {
	width: 250px;	
}
.reviewTable .label {
	width: 100px;
	text-indent: 10px;	
}
.dataLabel {
	width: 350px;
	margin: 0 auto 3px auto;
	text-align: left;
	color: rgb(50%,50%,50%);
	font-style: italic;
}
.purchaseTotalsBox {
	width: 350px;
	margin: 0 auto 0 auto;
	text-align: left;
	color: black;
}
.purchaseTotalsBox .subTotalBox {
	float: right;
	display: inline;
	width: 150px;
	margin: 0;
	padding: 1px 5px 0 0;
	text-align: right;
	font-style: italic;
	color: rgb(50%,50%,50%);
	border-top: 1px rgb(61,35,124) solid;	/* Dark Link Blue */
}
.purchaseTotalsBox #subTLbl, 
.purchaseTotalsBox #shipLbl,
.purchaseTotalsBox #totLbl {
	float: left;
	display: inline;
	margin: 0;
	color: rgb(50%,50%,50%);
}
.purchaseTotalsBox #subTAmnt,
.purchaseTotalsBox #shipAmnt,
.purchaseTotalsBox #totAmnt {
	float: right;
	display: inline;
}
.purchaseTotalsBox .shippingBox {
	float: right;
	display: inline;
	position: relative;
	overflow: visible;
	width: 150px;
	clear: right;
	margin: 0;
	padding: 0 5px 2px 0;
	text-align: right;
	font-style: italic;
	color: rgb(50%,50%,50%);
}
	.purchaseTotalsBox .shippingBox #partnerCode {
		position: absolute;
		top: -16px;
		left: -195px;
		color: rgb(50%,50%,50%);
		font-weight: normal;
		text-align: left;
	}
	.purchaseTotalsBox .shippingBox #partnerCode input {
		position: relative;
		left: 0; top: 0;
		margin-top: 2px;
		width: 65px;
		font-size: 11px;
		color: black;
		letter-spacing: 0.05em;
	}
.purchaseTotalsBox .totalBox {
	float: right;
	display: inline;
	clear: right;
	width: 150px;
	margin: 0;
	padding: 5px 5px 3px 0;
	text-align: right;
	font-weight: bold;
	font-size: 1.1em;
	border-top: 1px rgb(61,35,124) solid;		/* Dark Link Blue */
	border-bottom: none;
	color: rgb(61,35,124);						/* Dark Link Blue */
}

#sectionTable .carRentalHeader {
	color: white;
	background-color: teal;
}
#sectionTable .col2 {
	text-indent: 10px;
}
#sectionTable .upArrow {
	margin: 0 5px 0 50px;
	float: left;
	display: inline;
	width: 27px;
	height: 22px;
	background: transparent url(../images/updownarrows.gif) top left no-repeat;
}
#sectionTable .downArrow {
	margin: 0 5px 0 75px;
	float: left;
	display: inline;
	width: 27px;
	height: 22px;
	background: transparent url(../images/updownarrows.gif) bottom left no-repeat;
}





#sectionTable .skipassHeader {
	background-color: rgb(157,23,38);
	color :white;
}
#sectionTable .skiRentalHeader {
	background-color: rgb(219,134,0);
	color :white;
}