@charset "utf-8";
/* Default CSS Document */

/* CSS Reset */
html,body,div,span,
applet,object,iframe,
h1,h2,h3,h4,h5,h6,p,blockquote,pre,
a,abbr,acronym,address,big,cite,code,
del,dfn,em,font,img,ins,kbd,q,s,samp,
small,strike,strong,sub,sup,tt,var,
dd,dl,dt,li,ol,ul,
fieldset,form,label,legend, input, select,
table,caption,tbody,tfoot,thead,tr,th,td {
	border: 0;
	margin: 0;
	padding: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: normal;
	font-weight: normal;
	line-height: 130%;
	text-align: left;
}
:focus {
	outline: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
ol,ul,li {
	list-style:none;
	margin: 0;
	padding: 0;
}
a{
	outline:none;
}
a img,
a:link img,
a:visited img {
	border:none
}


/* Basic Styles */

body {
	background-color:#0392c1;
/*	background: #ffffff url(../images/bg_body.gif) repeat-x; */
	color: #666666;
	font-family: Tahoma, "Lucida Grande", Verdana, Helvetica, sans-serif;
	font-size:12px;
	margin: 0;
	width: 100%;
}
a {
	color: #0e98e8;
	text-decoration:none;
}
a:hover {
	text-decoration: underline !important;
}
a:visited {
	color: #0082c1;

}
h1 {
	color: #0096df;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 25px;
	font-weight:normal;
	margin-bottom: 10px;
}
h2 {
	color: #0096df;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 23px;
	font-weight:normal;
	margin-bottom: 7px;
}
h3 {
	color: #0096df;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight:normal;
	margin-bottom: 3px;
	margin-left: -2px;
}
h4 {
	font-size: 13px;
	font-weight:bold;
	margin-bottom: 5px;
	margin-bottom: 5px;
}

p {
	margin-bottom: 5px;
	line-height: 130%;
}
strong,
b {
	font-weight: bold !important;
}
input,select,textarea {
	border: 1px solid #7f9db9;
	color: #666666;
	font-family: Tahoma, "Lucida Grande", Verdana, Helvetica, sans-serif;
	font-size: 12px;
	padding: 2px;
}
textarea {
	height: 30px;
}
input.checkbox {
	border: 0;
	background: transparent;
}
input.textbox {
	padding: 3px 2px;
}
.btn {
	margin: 0;
	padding: 0;
	border: 0;
}
.right {
	text-align:right !important;
}
.floatleft {
	float:left;
}
.floatright {
	float:right;
}
.group {
	clear:both;
	width: 100%;
	position: relative;
}
.duration {
	background: transparent url(../images/icon_time.png) no-repeat 0 0;
	padding-left: 21px;
	height: 16px;
}
.location {
	background: transparent url(../images/icon_world.png) no-repeat 0 0;
	padding-left: 21px;
	height: 16px;
}
.productcode {
	background: transparent url(../images/icon_tag.png) no-repeat 0 0;
	padding-left: 21px;
	height: 16px;
}
.traveldate {
	background: transparent url(../images/date_go.png) no-repeat 0 0;
	padding-left: 21px;
	height: 16px;
}
.date {
	background: transparent url(../images/icon_date.png) no-repeat 0 0;
	padding-left: 21px;
	height: 16px;
}
.traveloption {
	background: transparent url(../images/icon_option.png) no-repeat 0 0;
	padding-left: 21px;
	/*height: 16px;*/
	overflow:auto;
}
.adults {
	background: transparent url(../images/icon_user.png) no-repeat 0 0;
	padding-left: 21px;
	height: 16px;
}
.status {
	background: transparent url(../images/icon_cog.png) no-repeat 0 0;
	padding-left: 21px;
	height: 16px;
}
.empty {
	background: transparent;
	padding-left: 21px;
	height: 16px;
}
.note {
	font-size: 11px;
}
.remove {
	background: transparent url(../images/icon_delete.png) no-repeat left;
	padding: 2px 0 3px 21px;
	font-size: 13px;
}
.print {
	background: transparent url(../images/icon_print.gif) no-repeat left;
	padding: 2px 0 3px 21px;
	font-size: 13px;
}
.change {
	background: transparent url(../images/comment_edit.png) no-repeat 0 0;
	padding: 2px 0 3px 21px;
	font-size: 12px;
	line-height: 20px;
}
.details {
	background: transparent url(../images/page_white_text.png) no-repeat 0 0;
	padding: 2px 0 3px 21px;
	font-size: 12px;
	line-height: 20px;
}
.viewmore {
	font-weight:bold;
	font-size: 10px;
	height: 7px;
	padding: 3px;
}
.areabottom {
	display: block;
	text-align:right;
	font-size: 13px;
	margin-top: 5px;
	width: 100%;
	overflow: auto;
}
.found {
	font-weight: bold;
}
.datebox {
	background: #ffffff url(../images/icon_calendar.gif) no-repeat right;
}
.small {
	font-size:10px;
}
.overflow {
	overflow: auto;
}
.error {
	padding: 7px 7px 7px 25px;
	border: 1px solid #CC0000;
	background: #FFCCCC url(../images/icon_stop.png) no-repeat 5px 7px;
	color: #CC0000;
	overflow: auto;
	margin-bottom: 7px;
}

/* Buttons */
.btnSearch {
	background: transparent url(../images/btn_go.png) no-repeat 0 0;
	height: 23px;
	width: 46px;
}
.btnSearchOver {
	background: transparent url(../images/btn_go.png) no-repeat 0 -23px;
	height: 23px;
	width: 46px;
}
.btnShoppingCart,
.btnCheckout {
	width: 96px;
}
.btnCheckout img {
	background: transparent url(../images/btn_checkout.png) no-repeat 0 0;
	height: 25px;
	margin-top: 3px;
	width: 96px;
}
.btnCheckout:hover img {
	background-position: 0 -25px;
}
.btnCheckoutBig {
	width: 168px;
}
.btnCheckoutBig img {
	background: transparent url(../images/btn_checkout_big.png) no-repeat 0 0;
	height: 25px;
	width: 168px;
}
.btnCheckoutBig:hover img {
	background-position: 0 -25px;
}
.btnShoppingCart img {
	background: transparent url(../images/btn_gotocart.png) no-repeat 0 0;
	height: 19px;
	margin-top: 3px;
	width: 96px;
}
.btnShoppingCart:hover img {
	background-position: 0 -19px;
}
.btnPrevious img {
	background: transparent url(../images/btn_prev.png) no-repeat 0 0;
	height: 19px;
	width: 78px;
}
.btnPrevious:hover img {
	background-position: 0 -19px;
}
.btnNext img {
	background: transparent url(../images/btn_next.png) no-repeat 0 0;
	height: 19px;
	width: 55px;
}
.btnNext:hover img {
	background-position: 0 -19px;
}
.btnCheckDates img {
	background: transparent url(../images/btn_checkdates.png) no-repeat 0 0;
	height: 19px;
	width: 92px;
}
.btnCheckDates:hover img {
	background-position: 0 -19px;
}
.btnViewPricing img {
	background: transparent url(../images/btn_viewpricing.png) no-repeat 0 0;
	height: 19px;
	width: 97px;
}
.btnViewPricing:hover img {
	background-position: 0 -19px;
}
.btnConfirm {
	background: transparent url(../images/btn_confirm.png) no-repeat 0 0;
	height: 23px;
	width: 179px;
}
.btnConfirmOver {
	background: transparent url(../images/btn_confirm.png) no-repeat 0 -23px;
	height: 23px;
	width: 179px;
}
.btnBooknow {
	background: transparent url(../images/btn_booknow.png) no-repeat 0 0;
	height: 25px;
	width: 142px;
}
.btnBooknowOver {
	background: transparent url(../images/btn_booknow.png) no-repeat 0 -25px;
	height: 25px;
	width: 142px;
}
.btnSignin {
	background: transparent url(../images/btn_signin.png) no-repeat 0 0;
	height: 19px;
	width: 63px;
}
.btnSigninOver {
	background: transparent url(../images/btn_signin.png) no-repeat 0 -19px;
	height: 19px;
	width: 63px;
}
.btnSend {
	background: transparent url(../images/btn_send.png) no-repeat 0 0;
	height: 19px;
	width: 50px;
}
.btnSendOver {
	background: transparent url(../images/btn_send.png) no-repeat 0 -19px;
	height: 19px;
	width: 50px;
}
.btnRegister {
	background: transparent url(../images/btn_register.png) no-repeat 0 0;
	height: 23px;
	width: 98px;
}
.btnRegisterOver {
	background: transparent url(../images/btn_register.png) no-repeat 0 -23px;
	height: 23px;
	width: 98px;
}
.btnUpdate {
	background: transparent url(../images/btn_update.png) no-repeat 0 0;
	height: 23px;
	width: 98px;
}
.btnUpdateOver {
	background: transparent url(../images/btn_update.png) no-repeat 0 -23px;
	height: 23px;
	width: 98px;
}
.btnEdit {
	background: transparent url(../images/btn_edit.png) no-repeat 0 0;
	height: 19px;
	width: 46px;
}
.btnEditOver {
	background: transparent url(../images/btn_edit.png) no-repeat 0 -23px;
	height: 19px;
	width: 46px;
}


/*Site Structure*/

#navigation {
	width: 100%;
	height: 34px;
	border-bottom: 1px solid #1f83cd;
	background: #026aba url(../images/bg_topnav.jpg) repeat-x 0 0;
}
#navwrapper {
	width: 960px;
	margin: 0 auto;
}
#body {
	background-image:url(../images/bg_logo.png);
	background-position:top center;
	background-repeat:no-repeat;
	width: 100%;
}
#wrapper {
	width: 960px;
	margin: 0 auto;
}
/*
#leftbar {
	float: left;
	margin-right: 10px;
	overflow:auto;
	width: 150px;
}
*/
#centerbar {
	float: left;
	width: 750px;
}

/* Why Book */
#whybook {
	background-color:#eff9fe;
	float: left;
	width: 932px;
	z-index:10;
}
#whybook .inside {
	padding: 15px;
}
#whybook ul {
	padding-bottom: 7px;
	overflow: auto;
}
#whybook ul li {
	float: left;
	width: 300px;
	padding: 7px 0 0 0;
}

/* Why Book Thin */
#whybookthin {
	background-color:#ededed;
	float: left;
	/*width: 932px;*/
	z-index:10;
}
#whybookthin .inside {
	padding: 15px;
	height: 95px;
}
#whybookthin ul {
	padding-bottom: 7px;
	overflow: auto;
}
#whybookthin ul li {
	float: left;
	width: 300px;
	padding: 7px 0 0 0;
}

/* Navigation */
#navwrapper table {
	border-left: 1px solid #2f8ccc;
	border-right: 1px solid #115797;
	width: 100%;
}
#navwrapper td {
	color: #9ed5ff;
	position: relative;
	z-index:2000 !important;
}
#navwrapper td.logo 
{
    
}
#navwrapper td a {
	border-left: 1px solid #115797;
	border-right: 1px solid #2f8ccc;
	color: #9ed5ff;
	display:block;
	padding: 8px 15px 9px;
	text-decoration:none !important;
}
#navwrapper td.logo a {
	padding: 7px 15px 8px;
}
#navwrapper td a:hover {
	background: url(../images/bg_topnav.jpg) repeat-x 0 -34px;
	text-decoration: none;
}
#navwrapper td a span {
	background: url(../images/arrow_down.png) no-repeat 0px 2px;
	display: block;
	padding-left: 18px;
}
#navwrapper td a.popup span {
	background: transparent;
	padding-left: 0;
}
#navwrapper td.logo a span {
	background-position: 0px 3px;
	overflow:hidden;
}
#navwrapper td div{
	border-left: 1px solid #115797;
	border-right: 1px solid #2f8ccc;
	padding: 8px 15px 9px;
}
#navwrapper td ul {
	background: url(../images/bg_subnav.png);
	border: 1px solid #2f8ccc;
	border-top: 0;
	display: none;
	overflow:auto;
	position: absolute;
	top: 35px;
	width: 200px;
	z-index:2000;
}
#navwrapper td li a,
#navwrapper td.logo li a {
	border: 0;
	padding: 8px 15px 9px;
}
#navwrapper td li a:hover {
	background: none;
	background: url(../images/bg_subnav_sel.png);
}

/* Top */
#top {
	overflow: auto;
}
#leftcol {
	float: left;
	overflow:auto;
	width: 442px;
}
.rightcol {
	float: right;
	overflow:hidden;
	width: 518px;
}
#banners {
	height: 346px;
	position:relative;
	width: 518px;
	z-index: 500;
}
#prev {
	cursor:pointer;
	left: 94px;
	position: absolute;
	top: 157px;
	z-index: 700;
}
#next {
	cursor:pointer;
	left: 441px;
	position: absolute;
	top: 157px;
	z-index: 750;
}
#loading {
	left: 234px;
	position: absolute;
	top: 150px;
}
.tagline {
	height: 140px;
}
.tagline h1 {
	color: #ffffff;
	line-height:30px;
	padding: 0;
	position: relative;
	top: -10px;
}

/*Searchbox*/
#searchbox {
	background-color:#eff9fe;
	margin-bottom: 10px;
	padding: 9px;
	width: 154px;
}
#searchbox ul li {
	padding-bottom: 10px;
	padding-top: 0px;
}
#searchbox ul li label {
	padding-bottom: 3px;
	float: left;
}
/*BAM APR 19,2010*/
#searchbox ul li span {
	/*font-size: 9px;*/
}
#searchbox ul li.right {
	padding-bottom: 0;
}
#searchbox .textbox,
#searchbox .datebox {
	width: 148px;
}
#searchbox .selectbox {
	width: 154px;
}
#searchbox input#date1 {
	margin-bottom: 3px;
}

/*Help box*/
#helpbox {
	background-color:#eff9fe;
	margin-bottom: 10px;
	padding: 9px;
	width: 154px;
}
#helpbox ul {
	padding: 5px 0 0 15px;
}
#helpbox ul li {
	padding: 0;
	list-style:disc;
}

/*Contac Cards*/
#ContacCards {
	margin-bottom: 10px;
	padding: 0px;
	width: 154px;
}

/* Search */
.homepage #search {
	background: transparent url(../images/bg_search.png) no-repeat 0 0;
	height: 70px;
	overflow: auto;
	width: 442px;
}
.homepage #search ul {
	margin-top: 17px;
	margin-left: 47px;
	overflow:hidden;
}
.homepage #search ul li {
	float: left;
	
}
.homepage #frmSearch {
	float: left;
}
.qboxbig 
{
    /*background-color: Green;*/
	background: transparent;
	/*border: 1 solid #ffffff;*/
	border: 0 solid #ffffff;
	/*color: #c6c6c6;*/
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:normal;
	padding: 0px 0;
	width: 300px;
}



.subpage #search h2 {
	margin-bottom: 0;
}
.subpage #search ul {
	margin: 0;
	overflow:auto;	
}
.subpage #search ul li {
	float: left;
	vertical-align:middle;
}

#search_subpage h2 {
	margin-bottom: 0;
}
#search_subpage ul {
	margin: 0;
	overflow:auto;	
}
#search_subpage ul li {
	float: left;
	vertical-align:middle;
}

#search_subpage {
	background: #e5f4ff;
	margin-bottom:10px;
	padding: 9px;
	width: 154px;
}
#search_subpage .qboxsmall {
	/*color: #c6c6c6;*/
	/*
	width: 100px;
	margin-right: 5px;
	margin-top: 1px;
	background: #ffffff;
	border: 1 solid #ffffff;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:15px;
	font-weight:normal;
	padding: 2px 2px 2px 2px;
	*/
	/*color: #c6c6c6;*/
	width: 70px;
	margin-right: 3px;
	margin-top: 1px;
}

#search_subpage h2 {
	margin-bottom: 0;
}
#search_subpage ul 
{
	/*background: Yellow;*/
	margin: 0;
	overflow:auto;
	border: 1 solid #ffffff;
}
#search_subpage ul li {
	float: left;
	vertical-align:middle;
}

/*Shopping cart*/
#shoppingcart 
{
    /*background-position: top right;*/
	/*background: #e5f4ff url(../images/bg_cart.gif) no-repeat 3px 100% ;*/
    /*background: transparent url(../images/bg_cart.gif) no-repeat top left;*/
	background: #e5f4ff 100%;
	margin-bottom: 10px;
	padding: 9px;
	width: 154px;
}
#shoppingcart ol {
	border-top: 1px dotted #0392c1;
	border-bottom: 1px dotted #0392c1;
	margin: 5px 0 10px 0;
	padding: 0 0 5px 25px;
	
}
#shoppingcart ol li {
	color: #0e98e8;
	font-size:11px;
	list-style-type:decimal;
	margin: 5px 0 0 0;
	padding: 0;
}
#shoppingcart .shoppingcart_bottom
{
    /*background-position: top right;*/
	background: #e5f4ff url(../images/bg_cart.gif) no-repeat;
	width: 154px;
	height: 100px;
}

#shoppingcart .shoppingcart_bottom_buttons
{
    float: right;
	background: transparent;
}
/* Content */
#content {
	background-color:#ffffff;
	overflow: auto;
	padding: 14px;
	width: 932px;
}

/* Footer */
/* Footer */
#footer {
	background-color:#eff9fe;
	overflow: auto;
	width: 100%;
}
#footer h3 {
	color: #0392c1;
	padding-bottom: 5px;
	border-bottom: 1px dotted #0392c1;
}
#footer a {
	color: #0392c1;
	text-decoration:none;
}
#footer a:visited {
	color: #0392c1;
}
#footer a:hover {
	text-decoration:underline;
}
#footer .inside {
	padding: 15px;
	overflow: auto;
}
#footer li {
	padding-top: 4px;
}
#footer .area1 {
	width: 450px;
	float: left;
	margin-right: 20px;
}
#footer .area1 li {
	float: left;
	width: 225px;
}
#footer .area2 {
	width: 220px;
	float: left;
	margin-right: 20px;
}
#footer .area3 {
	width: 220px;
	float: left;
}
/* Copyright Logo */
#copyright {
	display: block;
	color: #ffffff;
	font-size:10px;
	margin-top: 5px;
}
#copyright p {
	text-align:right;
}
#copyright span {
	vertical-align:middle;
}
#copyright img {
	vertical-align:middle;
}

/* Breadcrumbs and icons */
#breadcrumbs {
	padding: 7px;
	background: #eff9fe;
	overflow: auto;
	font-size:11px;
	margin-bottom:1px;
}
#breadcrumbs p {
	margin: 0;
	margin-top: 2px;
}
#breadcrumbs img {
	margin-left: 10px;
}

/* Pagination and sorting */
.pagination {
	padding: 5px 0 5px 7px;
	background: #f4f4f4;
	overflow: auto;
	font-size:11px;
}
.pagination.top {
	margin-top:1px;
	border-bottom: 1px dotted #0392c1;
}
.pagination.bottom {
	margin-bottom:10px;
}
.pagination div {
	float: left;
}
.pagination select.perpage {
	width: 100px;
	vertical-align:middle;
}
.pagination select.sortby {
	width: 130px;
	vertical-align:middle;
}
.pagination input {
	width: 25px;
}
.pagination .area1 {
	width:270px;
}
.pagination .area2 {
	width: 200px;
}
.pagination .area3 {
	width: 266px;
	text-align: right;
	overflow: auto;
	height: 23px
}
.pagination p {
	padding-right: 7px;
	display: inline;
	font-weight:bold;
	margin: 0;
	vertical-align: middle;
}
.pagination a img {
	vertical-align: middle;
	margin-left: 3px;
	margin-top: 1px;
}


/* Homepage */
#leftbar {
	float: left;
	margin-right: 10px;
	overflow:auto;
	width: 172px;
}

#centerbar h1 {
	font-size: 31px;
}
#topactivities {
	/*width: 450px;*/
	width: 375px;
	float: left;
	padding-bottom: 10px;
}
#findthings {
	float: left;
	/*width: 360px;*/
	width: 360px;
	margin-left: 15px;
	padding-bottom: 10px;
}

/* Homepage - Top Activities */
#topactivities .deal {
	background: #ffffff;
	border-bottom: 1px dotted #cccccc;
	width: 100%;
	overflow:auto;
	
}
#topactivities .deal a.deallink {
	float: left;
	padding: 5px 0px 5px 0px;
	text-decoration: none !important;
	width: 370px;
	cursor: pointer;
}
#topactivities .deal div {
	float:left;
}
#topactivities .deal .area1 {
	background: transparent url(../images/bg_img.png) no-repeat 0 0;
	height: 65px;
	position:relative;
	width: 87px;
}
#topactivities .deal .area1 img {
	border: 1px solid #ffffff;
	height: 55px;
	left: 4px;
	position: absolute;
	top: 4px;
	width: 77px;
}
#topactivities .deal .area2 {
	width: 208px;
	padding-left: 5px;
}
#topactivities .deal .area2 h3 {
	overflow: auto;
	padding: 0px;
}
#topactivities .deal .area2 p {
	line-height: 130%;
	color: #666666 !important;
	overflow: auto;
}
#topactivities .deal .area3 {
	color: #ff6e18;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	padding-top: 5px;
	text-align: center;
	width: 65px;
}
#topactivities .deal .area3 p {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 19px;
	line-height:100%;
	text-align: center;
	padding-top: 3px;
}
/* Homepage - Find things */
#findthings .bunch {
	BORDER-BOTTOM: #0392c1 1px dotted; WIDTH: 100%; 
	BACKGROUND: #ffffff; 
	OVERFLOW: auto;
}
#findthings .bunch .inside 
{
    
	PADDING-BOTTOM: 5px; 
	PADDING-LEFT: 0px; 
	PADDING-RIGHT: 0px; 
	PADDING-TOP: 5px; 
    
	FLOAT: left; CURSOR: pointer; TEXT-DECORATION: none; 
	
	width: 355px; 
}
#findthings .bunch .inside DIV {
	FLOAT: left;
}
#findthings .bunch .area1 {
	POSITION: relative; WIDTH: 87px; BACKGROUND: url(../images/bg_img.png) no-repeat 0px 0px; HEIGHT: 65px
}
#findthings .bunch .area1 IMG {
	BORDER-BOTTOM: #ffffff 1px solid; POSITION: absolute; BORDER-LEFT: #ffffff 1px solid; WIDTH: 77px; HEIGHT: 55px; BORDER-TOP: #ffffff 1px solid; TOP: 4px; BORDER-RIGHT: #ffffff 1px solid; LEFT: 4px
}
#findthings .bunch .area2 {
	PADDING-LEFT: 5px; WIDTH: 262px; 
}
#findthings .bunch .area2 H3 a{
	color: #0096df;	
}
#findthings .bunch .area2 a {
	color: #666666;	
}
#findthings .bunch .area2 P {
	LINE-HEIGHT: 130%; COLOR: #666666 !important
}


/* Searchresults page */
#searchresults {
	margin-bottom: 0px;
}
#searchresults .deal {
	border-bottom: 1px dotted #0392c1;
	overflow:auto;
	float: left;
	padding: 5px 0px 5px 5px;
	width: 745px;
}
#searchresults .deal h3 {
	padding-left: 5px;
}
#searchresults .deal div {
	float:left;
}
#searchresults .deal .area1 {
	background: transparent url(../images/bg_img_big.png) no-repeat 0 0;
	height: 110px;
	position:relative;
	width: 162px;
}
#searchresults .deal .area1 img {
	border: 1px solid #ffffff;
	height: 100px;
	left: 4px;
	position: absolute;
	top: 4px;
	width: 152px;
}
#searchresults .deal .area2 {
	width: 458px;
	padding-left: 7px;
	padding-top: 5px;
}
#searchresults .deal .area2 p {
	line-height: 130%;
	color: #666666 !important;
	overflow: auto;
}
#searchresults .deal .area3 {
	color: #005774;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	padding-top: 5px;
	text-align: center;
	width: 118px;
}
#searchresults .deal .area3 p {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:35px;
	line-height:100%;
	text-align: center;
	padding-bottom:15px;
}
#searchresults .noresults {
	overflow:auto;
	float: left;
	padding: 20px 0px 20px 5px;
	width: 720px;
}
#searchresults .noresults p {
	text-align: center;
}
#searchresults #foundin ol {
	padding: 0 0 0 25px;
	margin-bottom: 10px;
}
#searchresults #foundin ol li {
	list-style-type:decimal;
	margin: 0;
	padding: 0;
}
#searchresults #foundin ul  {
	overflow:auto;
	margin-bottom: 5px;
	margin-top: 5px;
	width: 100%;
}
#searchresults #foundin ul li {
	padding: 0;
}

/* Product setails page */
#productdetail {
	margin-bottom: 10px;
	overflow: auto;
}
#productdetail h1 {
	padding-left: 7px;
	margin-bottom: 3px;
}
#productdetail .detail {
	background: #ffffff;
	overflow:auto;
	float: left;
	padding: 5px 0px 5px 5px;
	width: 745px;
}
#productdetail .detail h3 {
	padding-left: 5px;
}
#productdetail .detail div {
	float:left;
}
#productdetail .detail .area1 {
	background: transparent url(../images/bg_img_big.png) no-repeat 0 0;
	height: 110px;
	position:relative;
	width: 162px;
}
#productdetail .detail .area1 img {
	border: 1px solid #ffffff;
	height: 100px;
	left: 4px;
	position: absolute;
	top: 4px;
	width: 152px;
}
#productdetail .detail .area2 {
	width: 458px;
	padding-left: 7px;
	padding-top: 5px;
}
#productdetail .detail .area2 p {
	line-height: 130%;
	color: #666666 !important;
	overflow: auto;
}
#productdetail .detail .area3 {
	color: #ff6e18;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	padding-top: 5px;
	text-align: center;
	width: 118px;
}
#productdetail .detail .area3 p {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 25px;
	line-height:100%;
	text-align: center;
	padding-bottom:15px;
}
#bookingtabs {
	min-height: 545px;
	/*height: 545px;*/
	position: relative;
	overflow: auto;
	width: 500px;
}
/* Tabs */
#tabs {
	z-index: 20;
}
#tabs .tab {
	width: 445px;
}
#tabs.ui-tabs {
	padding:5px 5px 10px 5px;
}
#tabs.ui-tabs .ui-tabs-panel {
	padding: 10px;
}
#tabs.ui-corner-all,
#tabs .ui-corner-all {
	-moz-border-radius-bottomleft:0;
	-moz-border-radius-bottomright:0;
	-moz-border-radius-topleft:0;
	-moz-border-radius-topright:0;
}
#tabs.ui-tabs .ui-tabs-nav {
	padding:7px 0 0;
	position:relative;
}
#tabs.ui-widget-content,
#tabs .ui-widget-content {
	background:transparent;
	border:0px;
	color:#666666;
}
#tabs.ui-widget {
	font: inherit;
}
#tabs .ui-widget-header {
	background:#f3f3f3;
	border:0;
	border-bottom: 1px solid #0392c1;
	color:#666666;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:15px;
	font-weight:bold;
}
#tabs.ui-tabs .ui-tabs-nav li {
	margin:0 0 -1px 7px;
}
#tabs .ui-state-default {
	background:#f3f3f3;
	border:1px solid #d0d0d0;
	color:#777777;
	font-weight:bold;
}
#tabs .ui-state-hover,
#tabs .ui-widget-content .ui-state-hover {
	background:#f8f8f8;
}
#tabs .ui-tabs-selected,
#tabs .ui-state-active {
	background:#ffffff;
	border:1px solid #d0d0d0;
	border-bottom: 1px solid #ffffff;
}
#tabs .ui-corner-top {
	-moz-border-radius-topleft:6px;
	-moz-border-radius-topright:6px;
}
#tabs.ui-tabs .ui-tabs-nav li a {
	display:block;
	padding:4px 10px;
	text-decoration:none !important;
}
#tabs.ui-tabs .ui-tabs-nav li a:hover {
	text-decoration:none !important;
}
#tabs .ui-state-default a {
	color:#666666 !important;
}
.showmore {
	position: absolute;
	float: right;
	z-index:600;
	top: 16px;
	right: 14px;
}
#tabs .tab div {
	margin-bottom: 15px;
}
#tabs .tab ul {
	padding: 0 0 0 15px;
	margin: 5px 0;
}
#tabs .tab ul li {
	list-style-type: disc;
	margin: 0;
	padding: 0;
}
#tabs .tab table {
	border: 1px solid #eeeeee;
	margin: 15px 0;
}
#tabs .tab th {
	font-weight:bold;
}
#tabs .tab th,
#tabs .tab td {
	padding: 3px;
	border: 1px solid #eeeeee;
	vertical-align: top;
	font-size: 11px;
}

.main {
	width: 750px;
}
.main #left {
	width: 320px;
	float: left;
}
.main #right {
	float: right;
	width: 250px;
}
/* Booking box */
#booking {
	width: 260px;
	/*position: absolute;*/
	/*
	position: relative;
	right: 5px;
	top: 55px;
	*/
	background-color: #cce6f9;
	z-index:30;
}
#booking .inner {
	padding: 10px;
}
#booking h2 {
	margin-top:-5px;
}
#booking h3 {
	font-size: 19px;
}
#booking h3 span {
	width: 20px;
	float: left;
}
#booking .age {
	width: 30px;
}
#booking .selectbox {
	width: 154px;
}
#booking .error {
	/*display: none;*/
}
#booking .datetbox {
	width: 154px;
}
#booking form .inner {
	margin-left: 20px;
	margin-bottom: 5px;
	padding: 0;
}
#booking form .inner a,
#booking form .inner label {
	display: block;
	margin-top: 3px;
	margin-bottom: 2px;
	clear: both;
}
#booking form a#popup6 {
	display:inline;
	margin: 0;
	clear:none;
}
#booking form .note {
	font-size: 11px;
	margin: 10px 0;
}
#booking form .inner .area {
	float: left;
	width: 65px;
	margin-right: 5px;
	
}
#booking form .inner .selectbox {
	width: 195px;
}
#booking form .inner .area .selectbox {
	width: 55px;
}
#booking form .right {
	margin-top: 15px;
}
#booking form .children,
#booking form .infants {
	margin-top: 7px;
}

/* Dialogs */
.ui-widget {
	z-index: 3999;
	font-family:Tahoma, Arial, Helvetica, sans-serif
}
.ui-widget-shadow {
	z-index: 3999;
	background:#000000;
	margin:-5px 0 0 -5px;
	opacity: 0.2;
	padding:5px;
}
.ui-dialog-title {
	font-weight: bold;
}
.dialog {
	display: none;
	margin-top: 10px;
	margin-bottom: 20px;
}
.dialog a {
	color: #0e98e8 !important;
	text-decoration:none !important;
}
.dialog a:hover {
	text-decoration: underline !important;
}
.dialog a:visited {
	color: #0082c1 !important;
}
.dialog p {
	margin-bottom: 10px;
	color: #222222 !important;
	line-height: 160%;
}
.dialog ul {
	padding: 0 0 0 15px;
	margin: 5px 0;
	color: #222222 !important;
}
.dialog ul li {
	list-style-type: disc;
	margin: 0;
	padding: 0;
	color: #222222 !important;
}
.dialog label {
	float:left;
	width: 100px;
	color: #222222 !important;
}
.dialog div {
	display: block;
	overflow: auto;
	margin-bottom: 5px;
	color: #222222 !important;
}
.dialog input.textbox {
	float:left;
	width: 150px;
}
.dialog textarea {
	float:left;
	width: 300px;
	height: 30px;
}
.dialog input.checkbox {
	float:left;
	margin-right: 5px;
}
.dialog .error {
	margin-bottom: 10px;
}
.dialog #contact_subject {
	width: 300px;
}


/* Booking steps */
#steps {
	padding: 6px 0 6px 7px;
	background: #cce6f9;
	overflow: auto;
	font-size:15px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color: #0e98e8;
	margin-bottom:10px;
}
#steps h2 {
	float: left;
	margin: 0;
}
#steps .step {
	float: left;
	margin-right: 10px;
	background: transparent url(../images/bg_checkoutarrow_noline.png) no-repeat 100% -38px;
	height: 23px;
	padding: 4px 7px;
}
#steps .step.selected {
	float: left;
	margin-right: 10px;
	background: transparent url(../images/bg_checkoutarrow_noline.png) no-repeat 100% 0px;
	height: 23px;
	padding: 4px 7px;
	/* border-left: 2px solid #0e98e8; */
}
#steps .step span {
	padding: 3px;
}
#steps .stepno {
	float: left;
	width: 130px;
	margin-right: 10px;
}
#steps .step1 {
	width: 105px;
}
#steps .step1 span {
	background: transparent url(../images/icon_check.png) no-repeat left center;
	padding-left: 20px;
}
#steps .step2 {
	width: 120px;
}
#steps .step2 span {
	background: transparent url(../images/icon_review.png) no-repeat left center;
	padding-left: 20px;
}
#steps .step3 {
	width: 145px;
}
#steps .step3 span {
	background: transparent url(../images/icon_secure.png) no-repeat left center;
	padding-left: 20px;
}
#steps .step4 {
	width: 130px;
}
#steps .step4 span {
	background: transparent url(../images/icon_printout.png) no-repeat left center;
	padding-left: 20px;
}

/* Shopping cart page */
#cart {
	margin-bottom: 10px;
	overflow: auto;
	min-height: 450px;
	_height: 450px;
}
#cart h1 {
	padding-left: 5px;
}
#cart .title {
	overflow:auto;
	float: left;
	width: 745px;
}
#cart .title h3 {
	float: left;
	width: 665px;
}
#cart .title .remove {
	float: right;
}
#cart .item {
	background: #ffffff;
	border-top: 1px dotted #cccccc;
	overflow:auto;
	float: left;
	padding: 5px 0px 5px 5px;
	width: 745px;
}
#cart .item h3 {
	padding-left: 5px;
}
#cart .item div {
	float:left;
}
#cart .item .area1 {
	background: transparent url(../images/bg_img_big.png) no-repeat 0 0;
	height: 110px;
	position:relative;
	width: 162px;
}
#cart .item .area1 img {
	border: 1px solid #ffffff;
	height: 100px;
	left: 4px;
	position: absolute;
	top: 4px;
	width: 152px;
}
#cart .item .area2 {
	width: 325px;
	padding-left: 7px;
	padding-top: 5px;
}
#cart .item .area2 p {
	line-height: 130%;
	color: #666666 !important;
	overflow: auto;
}
#cart .item .area3 {
	color: #005774;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	text-align: right;
	width: 250px;
}
#cart .item .area3 p {
	color: #005774;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:35px;
	line-height:100%;
	text-align: right;
	margin-top: 65px;
}
#cart .total {
	border-top: 1px dotted #0392c1;
	border-bottom: 1px dotted #0392c1;
	padding: 0 0 0 5px;
	float: left;
	overflow: auto;
	width: 745px;
}
#cart .total p {
	color: #005774;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:35px;
	line-height:130%;
	text-align: right;
	float: right;
}
#cart .total h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:23px;
	line-height:100%;
	color: #005774;
	padding-top: 15px;
	float: left;
}
#cart .noresults {
	overflow:auto;
	float: left;
	padding: 20px 0px 20px 5px;
	width: 720px;
}
#cart .noresults p {
	text-align: center;
}
#cart .proceed {
	overflow:auto;
	float: left;
	padding: 10px 0px 20px 5px;
	width: 745px;
}


/* Checkout page */

/* Shopping cart page */
#checkout_cart {
	margin-bottom: 10px;
    overflow: hidden;
}
#checkout_cart h1 {
	padding-left: 5px;
}
#checkout_cart .title {
	overflow:auto;
	float: left;
	width: 745px;
}
#checkout_cart .title h3 {
	float: left;
	width: 665px;
}
#checkout_cart .title .remove {
	float: right;
}
#checkout_cart .item {
	background: #ffffff;
	border-top: 1px dotted #cccccc;
	overflow: hidden;
	float: left;
	padding: 5px 0px 5px 5px;
	width: 745px;
}
#checkout_cart .item h3 {
	padding-left: 5px;
}
#checkout_cart .item div {
	float:left;
}
#checkout_cart .item .area1 {
	background: transparent url(../images/bg_img_big.png) no-repeat 0 0;
	height: 110px;
	position:relative;
	width: 162px;
}
#checkout_cart .item .area1 img {
	border: 1px solid #ffffff;
	height: 100px;
	left: 4px;
	position: absolute;
	top: 4px;
	width: 152px;
}
#checkout_cart .item .area2 {
	width: 400px;
	padding-left: 7px;
	padding-top: 5px;
}
#checkout_cart .item .area2 p {
	line-height: 130%;
	color: #666666 !important;
	overflow: auto;
}
#checkout_cart .item .area3 {
	color: #005774;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	text-align: right;
	
}
#checkout_cart .item .area3 p {
	color: #005774;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:35px;
	line-height:100%;
	text-align: right;
	margin-top: 65px;
}
#checkout_cart .total {
	border-top: 1px dotted #cccccc;
	border-bottom: 1px dotted #cccccc;
	padding: 0 0 0 5px;
	float: left;
	overflow: auto;
	width: 745px;
}
#checkout_cart .total p {
	color: #005774;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:35px;
	line-height:130%;
	text-align: right;
	float: right;
}
#checkout_cart .total h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:23px;
	line-height:100%;
	color: #005774;
	padding-top: 15px;
	float: left;
}
#checkout_cart .noresults {
	overflow:auto;
	float: left;
	padding: 20px 0px 20px 5px;
	width: 720px;
}
#checkout_cart .noresults p {
	text-align: center;
}
#checkout_cart .proceed {
	overflow:auto;
	float: left;
	padding: 10px 0px 20px 5px;
	width: 745px;
}


#checkout_cart .credit_card_details
{ padding: 15px 0; border-top: 1px dotted #cccccc; overflow:auto; }

#checkout_cart .credit_card_box p { padding: 3px 0; margin: 0; clear:both; }
#checkout_cart .credit_card_box p label { float: left; width: 160px; }
* html #checkout_cart .credit_card_box p label { width: 157px; }
* html #checkout_cart .credit_card_box p label.required { width: 160px; }
#checkout_cart .credit_card_box select { width: 100px; }
#checkout_cart .credit_card_box input { width: 234px; }
#checkout_cart .credit_card_box .label_header .credit_card_firstname { width: 240px; margin-left: 161px;}
#checkout_cart .credit_card_box .credit_card_firstname { margin-right: 5px; }
#checkout_cart .credit_card_box input.billing_address2 { background-color: #fff; }
#checkout_cart .credit_card_box select.credit_card_type,
#checkout_cart .credit_card_box select.billing_country,
#checkout_cart .credit_card_box select.billing_state { width: 242px; float:left; }
#checkout_cart .credit_card_box select.credit_card_year { width: 89px; float: none; margin-left: 5px; }
#checkout_cart .credit_card_box label.billing_unlisted_state { width: 205px; float: none; padding-left: 5px; }
#checkout_cart .credit_card_box input.billing_unlisted_state { width: 130px; background-color: #fff; }
#checkout_cart #credit_card_security { margin-right: 6px; width: 70px;}
#checkout_cart #creditcard_type,
#checkout_cart .credit_card_type_img {
    float: left;
	padding-left: 5px;
}









#checkout .top {
	overflow: auto;
	clear: both;
}
#checkout #mainform p {
	display: block;
}
#checkout #mainform select { margin: 0 6px 0 0; float: left; }
#checkout #mainform label { padding: 3px 0; font-weight:bold; }
#checkout label em { color: #ce2b1a; float: left; margin-right: 4px; width: 8px; }
#checkout p em { color: #ce2b1a; }
#checkout em.white { color: #ffffff; text-indent: -9999px; width: 7px; }
#checkout #mainform .remind_text { height: 30px; }
#checkout #mainform .validation { background-color: #ce2b1a; }

#checkout .checkout_overlimit,
#checkout .checkout_errors,
#checkout .traveler_details,
#checkout .contact_details,
#checkout .tours_details,
#checkout .gift_certificate,
#checkout .credit_card_details,
#checkout .earn_miles,
#checkout .road_support,
#checkout .conditions_policy,
#checkout .cancellation_insurance,
#checkout .book_now,
#checkout .submit_order { padding: 15px 0; border-top: 1px dotted #cccccc; overflow:auto; }

#checkout .label_header {
    padding-top: 0;
    margin-bottom: 0;
    padding-bottom: 0;
}
#checkout .label_header label{
    padding-right: 0;
    padding-left: 0;
    float: left;
    margin-right: 5px;
}
#checkout .note_body {
	background:#fffde3;
	font-size:11px;
	line-height:1.4;
	padding:10px;
}

/* 2.2 traveler detials
-------------------------------------------------------------- */
#checkout .traveler_list {
    clear: both;
}
#checkout .traveler_list p {
    margin: 2px 0;
    padding: 3px;
	background-color: #eeeeee;
}
#checkout .traveler_list .traveler_firstname {
    margin-right: 5px;
}
#checkout .label_header .traveler_index {
    width: 75px;
}
#checkout .label_header .traveler_title {
    width: 55px;
	_width: 51px;
}
#checkout .label_header .traveler_firstname {
    width: 120px;
}
#checkout .traveler_index {
    width: 75px;
    float: left;
}
#checkout .traveler_index label {
    width: 75px;
    float: left;
}
#checkout input.traveler_title { width: 45px; }
#checkout input.traveler_firstname,
#checkout input.traveler_lastname { width: 115px; }

/* 2.3 contact detials
-------------------------------------------------------------- */
#checkout .contact_list { clear: both; }
#checkout .contact_list p {
    margin: 2px 0;
    padding: 5px;
	background-color: #eeeeee;
	overflow: auto;
}
#checkout .label_header .area_code { width: 70px; margin-left: 165px; }
#checkout .contact_list .area_code,
#checkout .contact_list .email_address { width: 160px; float: left; padding-left: 10px; }
#checkout .contact_list label.verify_email_address { width: 140px; float: left; margin-left: 15px;}
#checkout .contact_list input.verify_email_address { width: 168px; padding-left: 3px;}
#checkout .contact_list input.email_address { width: 221px; padding-left: 3px; }
#checkout .contact_list input.area_code { width: 63px; margin-right: 5px; padding-left: 3px; }
#checkout .contact_list input.phone_number { width: 146px; float: left; padding-left: 3px; }

#checkout .contact_list .password { width: 160px; float: left; padding-left: 10px; }
#checkout .contact_list input.password { width: 221px; padding-left: 3px; }
#checkout .contact_list label.retype_password { width: 140px; float: left; margin-left: 15px;}
#checkout .contact_list input.retype_password { width: 168px; padding-left: 3px;}

/* 2.4 tour & activity details
-------------------------------------------------------------- */
#checkout .tours_item { padding: 5px 10px; margin-bottom: 2px; overflow:auto; }
#checkout .tours_item label { line-height: 1.3; font-size: 11px; font-weight: normal !important; width: 150px; float: left; }
#checkout .tours_item p { padding: 3px 0; margin-bottom: 0; font-size: 11px; }
#checkout .tours_item p span { padding-bottom: 5px; font-size: 11px;  display: block;}
#checkout .special_require textarea { width: 500px; float: left; height: 30px; }
* html #checkout .special_require label { padding-left: 7px; }
#checkout .tours_item input { width: 500px; float: left; }
#checkout .tours_item .passenger_weight span { display: block; clear: both; }

/* 2.6 credit card details
-------------------------------------------------------------- */
#checkout .credit_card_box p { padding: 3px 0; margin: 0; clear:both; }
#checkout .credit_card_box p label { float: left; width: 160px; }
* html #checkout .credit_card_box p label { width: 157px; }
* html #checkout .credit_card_box p label.required { width: 160px; }
#checkout .credit_card_box select { width: 100px; }
#checkout .credit_card_box input { width: 234px; }
#checkout .credit_card_box .label_header .credit_card_firstname { width: 240px; margin-left: 161px;}
#checkout .credit_card_box .credit_card_firstname { margin-right: 5px; }
#checkout .credit_card_box input.billing_address2 { background-color: #fff; }
#checkout .credit_card_box select.credit_card_type,
#checkout .credit_card_box select.billing_country,
#checkout .credit_card_box select.billing_state { width: 242px; float:left; }
#checkout .credit_card_box select.credit_card_year { width: 89px; float: none; margin-left: 5px; }
#checkout .credit_card_box label.billing_unlisted_state { width: 205px; float: none; padding-left: 5px; }
#checkout .credit_card_box input.billing_unlisted_state { width: 130px; background-color: #fff; }
#checkout #credit_card_security { margin-right: 6px; width: 70px;}
#checkout #creditcard_type,
#checkout .credit_card_type_img {
    float: left;
	padding-left: 5px;
}
* html #checkout #creditcard_type {
    margin-left: 3px;
}
#checkout .credit_card_type_img a{
    float: left;
    width: 37px;
    height: 23px;
    margin-right: 3px;
    cursor: pointer;
}
#checkout .credit_card_type_img a span{
    text-indent: -9999px;
    display: block;
    text-align: left;
}
#checkout .credit_card_type_img .visa {
    background: transparent url(../images/creditcards.gif) no-repeat top left;
}
#checkout .credit_card_type_img .mastercard {
    background: transparent url(../images/creditcards.gif) no-repeat -40px 0;
}
#checkout .credit_card_type_img .amex {
    background: transparent url(../images/creditcards.gif) no-repeat -80px 0;
}
#checkout .credit_card_type_img .switch {
    background: transparent url(../images/creditcards.gif) no-repeat -120px 0;
}
#checkout .credit_card_type_img .solo {
    background: transparent url(../images/creditcards.gif) no-repeat -160px 0;
}
#checkout .credit_card_type_img .carte {
    background: transparent url(../images/creditcards.gif) no-repeat -200px 0;
}
#checkout .credit_card_type_img .dankort {
    background: transparent url(../images/creditcards.gif) no-repeat -240px 0;
}
#checkout .ccv_info {
    margin-left:170px;
    display: none;
    width: 400px;
    font-size: 11px;
}
#checkout #visa_mc_info img, #checkout #amex_info img { float: left; }
#checkout .book_now { text-align: center; margin-bottom: 20px; }


/* My Bookings page */
#mybookings {
	margin-bottom: 10px;
	overflow: auto;
	min-height: 450px;
	_height: 450px;
}
#mybookings .top {
	overflow: auto;
	clear: both;
}
#mybookings .floatright {
	margin-top: 15px;
}
#mybookings h3 {
	padding-left: 5px;
}
#mybookings .title {
	overflow:auto;
	float: left;
	width: 745px;
}
#mybookings.title h3 {
	float: left;
	width: 665px;
}
#mybookings .pagination .area1 p {
	display:block;
	padding-top: 5px;
	padding-left: 5px;
}
#mybookings .item {
	background: #ffffff;
	border-bottom: 1px dotted #0392c1;
	border-collapse:collapse;
	overflow:auto;
	float: left;
	padding: 5px 0px 5px 5px;
	width: 745px;
}
#mybookings .item h3 {
	padding-left: 5px;
}
#mybookings .item div {
	float:left;
}
#mybookings .item .area1 {
	background: transparent url(../images/bg_img_big.png) no-repeat 0 0;
	height: 110px;
	position:relative;
	width: 162px;
}
#mybookings .item .area1 img {
	border: 1px solid #ffffff;
	height: 100px;
	left: 4px;
	position: absolute;
	top: 4px;
	width: 152px;
}
#mybookings .item .area2 {
	width: 400px;
	padding-left: 7px;
	padding-top: 5px;
}
#mybookings .item .area2 p {
	line-height: 130%;
	color: #666666 !important;
	overflow: auto;
}
#mybookings .item .area3 {
	color: #005774;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align: right;
	width: 175px;
}
#mybookings .item .area3 p {
	color: #005774;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:35px;
	line-height:100%;
	text-align: right;
}
#mybookings .item .area4 {
	float: right;
	padding-left: 7px;
	text-align: right;
	position: relative;
	top: -3px;
	width: 400px;
}
#mybookings .request,
#mybookings .details {
	margin-left: 10px;
}
#mybookings .divider {
	display: block;
	background:#fffde3;
	padding: 7px 12px;
	overflow: auto;
	margin: 0;
	border-bottom: 1px dotted #0392c1;
}

/*  Confirm page */
#confirm {
	margin-bottom: 10px;
	overflow: auto;
	min-height: 450px;
	_height: 450px;
}
#confirm h1 {
	padding-left: 5px;
}
#confirm p.undertitle {
	padding-left: 5px;
	padding-bottom: 10px;
	border-bottom: 1px dotted #0392c1;
}
#confirm .refnumber {
	color: #CC3300;
}
#confirm .title {
	overflow:auto;
	float: left;
	width: 745px;
}
#confirm .title h3 {
	float: left;
	width: 640px;
}
#confirm .title .remove {
	float: right;
}
#confirm .item {
	background: #ffffff;
	border-bottom: 1px dotted #0392c1;
	overflow:auto;
	float: left;
	padding: 5px 0px 5px 5px;
	width: 745px;
}
#confirm .item h3 {
	padding-left: 5px;
	padding-bottom: 5px;
}
#confirm .item div {
	float:left;
}
#confirm .item .top {
	display: block;
}
#confirm .bookrefid {
	overflow:auto;
	width:735px;
	padding: 5px;
}
#confirm .item .area1 {
	width: 330px;
	padding-left: 7px;
	padding-top: 5px;
}
#confirm .item .area1 p {
	line-height: 130%;
	color: #666666 !important;
	overflow: auto;
}
#confirm .item .area2 {
	width: 400px;
	padding-left: 7px;
	padding-top: 5px;
}
#confirm .item .area2 p {
	line-height: 130%;
	color: #666666 !important;
	overflow: auto;
}
#confirm .item .bottom {
	display: block;
	padding-left: 7px;
	padding-top: 10px;
	padding-bottom: 5px;
}
#confirm .item .bottom p {
	line-height: 130%;
	color: #666666 !important;
}
#confirm .noresults {
	overflow:auto;
	float: left;
	padding: 20px 0px 20px 5px;
	width: 720px;
}
#confirm .noresults p {
	text-align: center;
}
#confirm .vouchertitle {
	display: none;
	padding-bottom: 10px;
	border-bottom: 1px dotted #0392c1;
}



/*  Itinerary details */
#itinerary {
	margin-bottom: 10px;
	overflow: auto;
	min-height: 450px;
	_height: 450px;
}
#itinerary h1 {
	padding-left: 5px;
}
#itinerary p.undertitle {
	padding-left: 5px;
	padding-bottom: 10px;
	border-bottom: 1px dotted #0392c1;
}
#itinerary .refnumber {
	color: #CC3300;
}
#itinerary .title {
	overflow:auto;
	float: left;
	width: 745px;
}
#itinerary .title h3 {
	float: left;
	width: 640px;
}
#itinerary .title .remove {
	float: right;
}
#itinerary .item {
	background: #ffffff;
	border-top: 1px dotted #0392c1;
	border-bottom: 1px dotted #0392c1;
	overflow:auto;
	float: left;
	padding: 5px 0px 5px 5px;
	width: 745px;
}
#itinerary .item h3 {
	padding-left: 5px;
	padding-bottom: 5px;
}
#itinerary .item div {
	float:left;
}
#itinerary .item .top {
	display: block;
}
#itinerary .bookrefid {
	overflow:auto;
	width:735px;
	padding: 5px;
}
#itinerary .item .area1 {
	width: 330px;
	padding-left: 7px;
	padding-top: 5px;
}
#itinerary .item .area1 p {
	line-height: 130%;
	color: #666666 !important;
	overflow: auto;
}
#itinerary .item .area2 {
	width: 400px;
	padding-left: 7px;
	padding-top: 5px;
}
#itinerary .item .area2 p {
	line-height: 130%;
	color: #666666 !important;
	overflow: auto;
}
#itinerary .item .bottom {
	display: block;
	padding-left: 7px;
	padding-top: 10px;
	padding-bottom: 5px;
}
#itinerary .item .bottom p {
	line-height: 130%;
	color: #666666 !important;
}
#itinerary .noresults {
	overflow:auto;
	float: left;
	padding: 20px 0px 20px 5px;
	width: 720px;
}
#itinerary .noresults p {
	text-align: center;
}
#itinerary .vouchertitle {
	display: none;
	float: left;
	padding-right: 7px;
}

/* About Us page */
#aboutus {
	min-height: 450px;
	_height: 450px;
}
#aboutus p {
	line-height: 160%;
	margin-bottom: 10px;
}


/* Register page */
#register .top {
	overflow: auto;
	clear: both;
}
#register #registerform h2 {
	margin-top: 10px;
	margin-bottom:0;
}
#register #registerform p {
	display: block;
}
#register #registerform select { margin: 0 6px 0 0; float: left; }
#register #registerform label { padding: 3px 0; font-weight:bold; }
#register label em { color: #ce2b1a; float: left; margin-right: 4px; width: 8px; }
#register p em { color: #ce2b1a; }
#register em.white { color: #ffffff; text-indent: -9999px; width: 7px; }
#register #registerform .remind_text { color: #959595; }
#register #registerform .validation { background-color: #ce2b1a; }
#register #registerform input.validation { color: #111; }
#register #registerform label.validation { color: #ce2b1a; background-color: transparent; }

#register .conditions_policy,
#register .book_now,
#register .submit_order { padding: 15px 0; border-top: 1px dotted #cccccc; overflow:auto; }

#register .label_header {
    padding-top: 0;
    margin-bottom: 0;
    padding-bottom: 0;
}
#register .label_header label{
    padding-right: 0;
    padding-left: 0;
    float: left;
    margin-right: 5px;
}
#register .note_body {
	background:#fffde3;
	font-size:11px;
	line-height:1.4;
	padding:10px;
}
#register .registration_box { margin-bottom: 15px; }
#register .registration_box p { padding: 3px 0; margin: 0; clear:both; }
#register .registration_box p label { float: left; width: 160px; }
* html #register .registration_box p label { width: 157px; }
* html #register .registration_box p label.required { width: 160px; }
#register .registration_box select { width: 100px; }
#register .registration_box input { width: 234px; }
#register .registration_box .label_header .registration_firstname { width: 244px; margin-left: 161px;}
#register .registration_box .registration_firstname { margin-right: 5px; }
#register .book_now { text-align: center; margin-bottom: 20px; }


/* PRINT */
@media print
{
.noprintthis {
	visibility:hidden;
	position:static;
}
.printthis {
	display:block;
	visibility: visible;
}
#itinerary {
	position:absolute;
	top: 0;
	left: 0;
}
#confirm {
	position:absolute;
	top: 0;
	left: 0;
}
.item p {
	padding-left: 0;
}
.undertitle {
	display: none;
}
#confirm .vouchertitle,
#itinerary .vouchertitle {
	display:block;
}
}

.pricearea {
	font-size:12px;
	line-height: 100%;
	text-align: center;
	padding-top: 3px;
	color: #005774;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:24px;
	line-height:130%;
	text-align: right;
	float: right;
	width: 170px;
}

.pricearea p {
	text-align: right;
}

.priceareagrid {
	font-size:12px;
	line-height: 100%;
	color: #005774;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
}

.priceareagridright {
	line-height: 100%;
	color: #005774;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:24px;
	float: right;
	width: 100%;
	padding-right: 0px;
}

.priceareagridright p {
	line-height: 100%;
	color: #005774;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:24px;
	text-align: right;
	
}

.priceareagrid_curr {
	color: #005774;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
}
.mainitemheader {
	color: #0e98e8;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size:20px;

}

.dateboxsrch_startdate {
	background: #ffffff url(../images/icon_calendar.gif) no-repeat right;
}

#searchbox .dateboxsrch_startdate {
	width: 148px;
}

.dateboxsrch_enddate {
	background: #ffffff url(../images/icon_calendar.gif) no-repeat right;
}

#searchbox .dateboxsrch_enddate {
	width: 148px;
}

.inner_radiobuttons input
{
	border-color: #cce6f9;
}

.TicketGridViewCssClass table
{
	border: 0px solid #FFFFFF;
}

.TicketGridViewCssClass tr
{
	border: 0px solid #FFFFFF;
}

.TicketGridViewCssClass td
{
	border: 0px solid #FFFFFF;
}

.selectbox {
	width: 154px;
}

.termslist_ol 
{
	margin: 15px;
	padding: 15px;
}

.termslist_li 
{
	list-style-type:decimal;
	margin: 2px;
	padding: 2px;
}

.faq_ol 
{
	margin: 15px;
	padding: 15px;
}

.faq_li 
{
	list-style-type:decimal;
	margin: 2px;
	padding: 2px;
}

#TicketCommission
{   
    
	background-color:#eff9fe;
	border: 0 solid #ffffff;
    margin: 0px 0px 20px 0px;
    color: #0e98e8;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	font-weight:bold;
	padding: 9px;
	/*
	background-color:#eff9fe;
	margin-bottom: 10px;
	padding: 9px;
	width: 154px;
    */
    text-align: center;
} 

.TicketCommissionCartItem
{   
    
	background-color:#eff9fe;
	border: 0 solid #ffffff;
    margin: 0px 0px 20px 0px;
    color: #0e98e8;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	font-weight:bold;
	padding: 9px;
	/*
	background-color:#eff9fe;
	margin-bottom: 10px;
	padding: 9px;
	width: 154px;
    */
    text-align: center;
    width: 90%;
} 


#cart .TicketCommissionCartItemTotal {
	border-top: 1px dotted #0392c1;
	border-bottom: 1px dotted #0392c1;
	padding: 0 0 0 5px;
	float: left;
	overflow: auto;
	width: 745px;	
	background-color:#eff9fe;
}
#cart .TicketCommissionCartItemTotal p {
    color: #0e98e8;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:35px;
	line-height:130%;
	text-align: right;
	float: right;
}
#cart .TicketCommissionCartItemTotal h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:23px;
	line-height:100%;
    color: #0e98e8;
	padding-top: 15px;
	float: left;
}

.TicketCommissionOrderItem
{   
    
	background-color:#eff9fe;
	border: 0 solid #ffffff;
    margin: 0px 0px 20px 0px;
    color: #0e98e8;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	font-weight:bold;
	padding: 5px;
	/*
	background-color:#eff9fe;
	margin-bottom: 10px;
	padding: 9px;
	width: 154px;
    */
    text-align: center;
    width: 125px;
} 


.TicketCommissionOrderTotal
{   
    
	background-color:#eff9fe;
	border: 0 solid #ffffff;
    margin: 0px 0px 20px 0px;
    color: #0e98e8;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:20px;
	padding: 1px;
	
	/*
	background-color:#eff9fe;
	margin-bottom: 10px;
	padding: 9px;
	width: 154px;
    */
    width: 100%;
} 
.TicketCommissionOrderTotal_priceareagrid_curr 
{
    color: #0e98e8;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	
}

.Commission
{   
    font-size: 10px;   
    font-weight:bold;  
    font-variant: small-caps;   
} 

.CommissionCart
{   
    font-size: 12px;   
    font-weight:bold;  
    font-variant: small-caps;   
    line-height: 50%;  
} 


#agent_welcome_box {
	background-color: #ff6e18;
	padding: 5px;
	width: 95%;
	color: white;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:20px;
	padding-top: 5px;
	text-align: center;

}