/*
 * @author ( Angie Radtke )
*/

/* not ready */

/* ##########################  general  ########################### */




/* ############################################ DLC Styles ############################################ */


/* ####################################### DLC Header ####################################### */
/*
div.dlcHeader{
	height:170px;	
	background: #e9e9e9 url(/images/headerBackground.jpg) center no-repeat;
}
*/




div.dlcHeaderWrap{
	width:968px;
	margin:0 auto;	
}

div.dlcHeaderLeft{
	width:320px;
	float:left;
}

div.dlcHeaderLeft h1{
	font-size:23px;
	font-weight:500;
	line-height:23px;
	padding:30px 30px 0 0;
}

div.dlcHeaderMiddle{
	width:285px;
	float:left;
	margin-left:10px;
	padding-top:30px;
}

div.dlcHeaderRight{
	float:right;
	margin-bottom:-25px;
	padding-top:25px;
	position:relative;
	z-index:2;
	color:#7c829d;
	text-align:right;
	font-size:17px;
	line-height:20px;
}

/* ####################################### Pricing Page ####################################### */

div.pricingTable{
	bac
}
div.pricingRow{

}
div.pricingRow ul{
	list-style:none;
	margin:0;
	padding:0;
}
div.pricingRow li{
	display:inline-block;
	width:16%;
}


/* ####################################### DLC Nav ####################################### */

div.dlcNavBar{
	background: #e00024; /* Old browsers */
	background: -moz-linear-gradient(top,  #008ee8 0%, #0068a9 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#008ee8), color-stop(100%,#0068a9)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #008ee8 0%,#0068a9 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #008ee8 0%,#0068a9 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #008ee8 0%,#0068a9 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #008ee8 0%,#0068a9 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#008ee8', endColorstr='#0068a9',GradientType=0 ); /* IE6-9 */
	height:40px;
}

div.dlcNavWrap{
	width:968px;
	margin:0 auto;	
}

div.dlcNav{
	height:40px;	
}

.dlcNav ul.ux-menu{

}

div.dlcNav ul.ux-menu li.ux-menu-item-main a{
	line-height:40px;
	text-decoration:none;
	padding:0 20px 0 20px;
  	color:#fff;
  	background:none;
  	border-left:1px solid #005388;
  	border-top:0;
  	border-bottom:0;
  	border-right:0;
  	
}

div.dlcNav ul.ux-menu li.ux-menu-item-main a.ux-menu-link-last{
  	border-left:1px solid #005388;
    	border-right:1px solid #005388;
}

div.dlcNav ul.ux-menu li.ux-menu-item-main a.ux-menu-link-last:hover{
  	border-left:1px solid #005388;
    	border-right:1px solid #005388;
	background: #005388; /* Old browsers */
	background: -moz-linear-gradient(top,  #008ee8 0%, #005388 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#008ee8), color-stop(100%,#005388)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #008ee8 0%,#005388 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #008ee8 0%,#005388 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #008ee8 0%,#005388 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #008ee8 0%,#005388 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#008ee8', endColorstr='#005388',GradientType=0 ); /* IE6-9 */
}

div.dlcNav ul.ux-menu li.ux-menu-item-main a:hover{
    	color:#fff;
	background: #005388; /* Old browsers */
	background: -moz-linear-gradient(top,  #008ee8 0%, #005388 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#008ee8), color-stop(100%,#005388)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #008ee8 0%,#005388 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #008ee8 0%,#005388 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #008ee8 0%,#005388 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #008ee8 0%,#005388 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#005388', endColorstr='#0068a9',GradientType=0 ); /* IE6-9 */
}

div.dlcNav ul.ux-menu li.ux-menu-item-parent a{
	padding:10px 15px 10px 15px;
}

div.dlcNav ul.ux-menu li.ux-menu-item-parent a:hover{
	padding:15px 15px 10px 15px;
}

div.dlcNav ul.ux-menu-sub {

}

div.dlcNav ul.ux-menu-sub li.ux-menu-item-level-1 a{

}

div.dlcNav ul.ux-menu-sub li.ux-menu-item-level-1 a:hover{

}

span.ux-menu-arrow{
	background:url(../images/navArrow.png);
	background-repeat:no-repeat;
	display: block;
	font-size: 0;
	height: 11px;
	position: absolute;
	right: 6px;
	top: 12px;
	width: 10px;
}

/* ####################################### DLC Promo Area ####################################### */

div.dlcPromoArea{
	background:#fff;
	border-bottom:1px solid #2f2e2e;
}

div.promoImage{
	background:url(/images/carHeader.jpg) center;
	height:156px;
}

/* ####################################### DLC Button Sets ####################################### */

div#topLeftMenuWrap{
	height:40px;
	color:#fff;
}

div#topLeftMenu{
	float:left;
	margin-right:10px;
}

div#topLeftMenu a{
	color:#fff;
	font-size:16px;
	line-height:16px;
	padding: 8px;
	display:block;
	background: #e00024; /* Old browsers */
	background: -moz-linear-gradient(top,  #008ee8 0%, #0068a9 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#008ee8), color-stop(100%,#0068a9)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #008ee8 0%,#0068a9 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #008ee8 0%,#0068a9 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #008ee8 0%,#0068a9 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #008ee8 0%,#0068a9 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#008ee8', endColorstr='#0068a9',GradientType=0 ); /* IE6-9 */
	-webkit-border-radius: 0 0 4px 4px;
	-moz-border-radius:  0 0 4px 4px;
	border-radius:  0 0 4px 4px;
	border-left:1px solid #0068a9;
	border-right:1px solid #0068a9;
	border-bottom:1px solid #0068a9;
}

div#topLeftMenu a:hover{
	padding: 12px 8px 8px 8px;
}

input.dlcButton {
	padding: 4px 6px 4px 6px;
	background: #005388; /* Old browsers */
	background: -moz-linear-gradient(top,  #008ee8 0%, #005388 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#008ee8), color-stop(100%,#005388)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #008ee8 0%,#005388 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #008ee8 0%,#005388 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #008ee8 0%,#005388 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #008ee8 0%,#005388 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#008ee8', endColorstr='#005388',GradientType=0 ); /* IE6-9 */
	-webkit-border-radius: 4px;
	-moz-border-radius:  4px;
	border-radius:  4px;
	border:0;
	color:#fff;
	cursor:pointer;
	cursor:hand;
}

input.dlcButton:hover {
	background: #005388; /* Old browsers */
	background: -moz-linear-gradient(top,  #008ee8 0%, #005388 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#008ee8), color-stop(100%,#005388)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #008ee8 0%,#005388 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #008ee8 0%,#005388 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #008ee8 0%,#005388 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #008ee8 0%,#005388 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#005388', endColorstr='#0068a9',GradientType=0 ); /* IE6-9 */
}

div.dlcReadMore a{
	padding: 4px 6px 4px 6px;
	background: #005388; /* Old browsers */
	background: -moz-linear-gradient(top,  #008ee8 0%, #005388 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#008ee8), color-stop(100%,#005388)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #008ee8 0%,#005388 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #008ee8 0%,#005388 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #008ee8 0%,#005388 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #008ee8 0%,#005388 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#008ee8', endColorstr='#005388',GradientType=0 ); /* IE6-9 */
	-webkit-border-radius: 4px;
	-moz-border-radius:  4px;
	border-radius:  4px;
	border:0;
	color:#fff;
}

div.dlcReadMore a:hover {
	background: #005388; /* Old browsers */
	background: -moz-linear-gradient(top,  #008ee8 0%, #005388 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#008ee8), color-stop(100%,#005388)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #008ee8 0%,#005388 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #008ee8 0%,#005388 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #008ee8 0%,#005388 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #008ee8 0%,#005388 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#005388', endColorstr='#0068a9',GradientType=0 ); /* IE6-9 */
}

/* ####################################### DLC Home Page ####################################### */

div.bookNowBtn{
	margin-top:60px;
}

div.bookNowBtn a{
	font-weight: normal;
	background: #f2f2f2; /* Old browsers */
	background: -moz-linear-gradient(top,  #f2f2f2 0%, #cfcfcf 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f2f2f2), color-stop(100%,#cfcfcf)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #f2f2f2 0%,#cfcfcf 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #f2f2f2 0%,#cfcfcf 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #f2f2f2 0%,#cfcfcf 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #f2f2f2 0%,#cfcfcf 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f2', endColorstr='#cfcfcf',GradientType=0 ); /* IE6-9 */	
	padding:10px 15px;
	font-size:15px;
	color:#000;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;	
	border:0;		
}

div.bookNowBtn a:hover {
	background: #eaf6fd; /* Old browsers */
	background: -moz-linear-gradient(top,  #eaf6fd 0%, #a7d9f5 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eaf6fd), color-stop(100%,#a7d9f5)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #eaf6fd 0%,#a7d9f5 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #eaf6fd 0%,#a7d9f5 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #eaf6fd 0%,#a7d9f5 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #eaf6fd 0%,#a7d9f5 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eaf6fd', endColorstr='#a7d9f5',GradientType=0 ); /* IE6-9 */
}

div.homeLeft{

}

div.homeRight{
	float:right;
}

div.homeGreenBoxOut{
	background: #008a24; /* Old browsers */
	background: -moz-linear-gradient(top,  #05d74f 0%, #008a24 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#05d74f), color-stop(100%,#008a24)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #05d74f 0%,#008a24 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #05d74f 0%,#008a24 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #05d74f 0%,#008a24 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #05d74f 0%,#008a24 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#05d74f', endColorstr='#008a24',GradientType=0 ); /* IE6-9 */	
	color:#fff;
	padding:10px 0 10px 20px;
	-webkit-border-radius: 6px;
	-moz-border-radius:  6px;
	border-radius:  6px;
}

div.homeGreenBoxOut h2{
	font-weight:400;
}

div.priceBoxOutLeft{
	width:130px;
	padding:20px;
	float:left;
	background: #4d4c4c; /* Old browsers */
	background: -moz-linear-gradient(top,  #4d4c4c 0%, #393939 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4d4c4c), color-stop(100%,#393939)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #4d4c4c 0%,#393939 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #4d4c4c 0%,#393939 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #4d4c4c 0%,#393939 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #4d4c4c 0%,#393939 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4d4c4c', endColorstr='#393939',GradientType=0 ); /* IE6-9 */	
	-webkit-border-radius: 6px;
	-moz-border-radius:  6px;
	border-radius:  6px;
}

div.priceBoxOutRight{
	width:130px;
	padding:20px;
	float:right;
	background: #4d4c4c; /* Old browsers */
	background: -moz-linear-gradient(top,  #4d4c4c 0%, #393939 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4d4c4c), color-stop(100%,#393939)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #4d4c4c 0%,#393939 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #4d4c4c 0%,#393939 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #4d4c4c 0%,#393939 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #4d4c4c 0%,#393939 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4d4c4c', endColorstr='#393939',GradientType=0 ); /* IE6-9 */	
	-webkit-border-radius: 6px;
	-moz-border-radius:  6px;
	border-radius:  6px;
}


div.largeRightBoxOut{
	padding:20px;
	background: #96031f; /* Old browsers */
	background: -moz-linear-gradient(top,  #96031f 0%, #33000b 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#96031f), color-stop(100%,#33000b)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #96031f 0%,#33000b 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #96031f 0%,#33000b 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #96031f 0%,#33000b 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #96031f 0%,#33000b 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#96031f', endColorstr='#33000b',GradientType=0 ); /* IE6-9 */	
	-webkit-border-radius: 6px;
	-moz-border-radius:  6px;
	border-radius:  6px;
}

div.largeRightBoxOut h3{
	font-size:30px;
	line-height:36px;
	margin:0;
	padding:0 0 15px 0;
	color:#e5e5e5;
}

/* ####################################### DLC Content Styles ####################################### */

div.dlcContentBoxOut{
	background:#454444;
	padding:10px;
}

/* ####################################### DLC Pricelist ####################################### */

table.dlcPrices{
	font-size:12px;
}

table.dlcPrices td{
	padding:5px;
}

table.dlcPrices tr#odd{

}

table.dlcPrices tr#even{
	background:#2e2e2e;
}

/* ####################################### DLC Booking Styles ####################################### */

div.dlcReturnCheckbox {
	background:url(/images/returnIcon2.png) no-repeat;
	width:23px;
	height:23px;
	font-size:15px;
}

div.dlcReturnCheckbox label{
	font-size:15px;
}

div.dlcReturnCheckbox input{
	margin-top:-2px;
}

div.dlcMyOrders{
	background-color:#bdbdbd;
	padding:15px;
}

tr.dlcMyOrdersTopBar{
	background:#606060;
	padding:10px;
	font-size:12px;
	font-weight:normal;
}

tr.myAccount_row0 td{
	background:#bdbdbd;
}

tr.myAccount_row1 td{
	background:#fff;
}

tr.myAccount_row0{
	background:#bdbdbd;
}

tr.myAccount_row1{
	background:#fff;
}

div.myAccountHeader{
	padding:15px;
	margin:0;
	background: #565a6c; /* Old browsers */
	background: -moz-linear-gradient(top,  #7b819c 0%, #565a6c 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7b819c), color-stop(100%,#565a6c)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #7b819c 0%,#565a6c 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #7b819c 0%,#565a6c 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #7b819c 0%,#565a6c 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #7b819c 0%,#565a6c 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7b819c', endColorstr='#565a6c',GradientType=0 ); /* IE6-9 */			
}

div.myAccountPane1 h3{
	background: url(/images/bookingIcon-Passengers.png) left no-repeat;
	padding-left:50px;
	height:30px;
	line-height:20px;
	font-size:20px;
	color:#fff;
}

div.myAccountPane1{
	color:#fff;
	float:left;
	height:50px;
	margin-right:15px;
	padding-right:15px;
	border-right:1px dotted #000;
}

div.myAccountPane2{
	float:left;
	width:120px;
	height:50px;
	margin-right:15px;
	padding-right:15px;
	border-right:1px dotted #000;
}

div.myAccountPane3{
	float:left;
	width:180px;
	margin-right:15px;
	padding-right:15px;
	border-right:1px dotted #000;
}

div.myAccountPane3 h4{
	padding-left:50px;
	font-weight:400;
	font-size:18px;
	margin-bottom:5px;
}

div.myAccountPane4{
	float:right;
}

div.dlcMyOrders tr{
	color:#dedede;
}

tr#dlcOrders:hover{
	background:#dce9f4;
}

div.dlcMyOrders tr.odd{
	
}

div.dlcMyOrders a{
	color:#000;
}

div.dlcMyOrders h3{
	color:#3a3a3a;
	font-weight:300;
	font-size:18px;
	padding-bottom:10px;
}
div.dlcProfilePane{
	background:#d9d9d9;
	color:#1f1f1f;
	float:left;
	width:48%;
}

td.viewButton a{
	color:#fff;
	padding: 4px 6px 4px 6px;
	background: #575b6e; /* Old browsers */
	background: -moz-linear-gradient(top,  #797f9a 0%, #575b6e 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#797f9a), color-stop(100%,#575b6e)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #797f9a 0%,#575b6e 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #797f9a 0%,#575b6e 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #797f9a 0%,#575b6e 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #797f9a 0%,#575b6e 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#797f9a', endColorstr='#575b6e',GradientType=0 ); /* IE6-9 */
	-webkit-border-radius: 4px;
	-moz-border-radius:  4px;
	border-radius:  4px;
}

tr.myAccount_row0{
	background:#f7f7f7;
}

tr.myAccount_row1{
	background:#d9d9d9;
}

div.myOrderPane1 {
	float:left;
	width:49%;
}

div.myOrderPane1Top {
	background:#606060;
	padding:10px;
	font-size:15px;
	min-height:80px;
	color:#fff;
}

div.myOrderPane1Bottom {
	background:#d9d9d9;
	border:1px solid #9f9f9f;
	color:#1f1f1f;
	padding:10px;
}

div.myOrderPane1Bottom td{
	padding:6px;
}

div.myOrderPane1 h3{
	color:#fff;
	font-size:21px;
	font-weight:400;
	padding:0 0 10px 0;
	margin:0 0 20px 0;
	border-bottom:1px dotted #000;
}

div.myOrderPane2 {
	float:left;
	width:49%;
}

div.myOrderPane2Top {
	color:#fff;
	background:#606060;
	padding:10px;
	font-size:15px;
	min-height:80px;
}

div.myOrderPane2Bottom {
	background:#d9d9d9;
	border:1px solid #9f9f9f;
	color:#1f1f1f;
	padding:10px;
}

div.myOrderPane2 h3{
	color:#fff;
	font-size:21px;
	font-weight:400;
	padding:0 0 10px 0;
	margin:0 0 20px 0;
	border-bottom:1px dotted #000;
}

div.dlcAddPickUpOff{
	position:relative;
	z-index:1;
	height:30px;
}

div.dlcAddPickUpOn{
	position:relative;
	z-index:10;
	background:#404351;
	margin-top:-30px;
	height:30px;
}

div.passengerListPopUp{
	color:#292929;
}

div.addExtraTravellerBottomScrolling input{
	padding:2px;
	font-size:12px;
}

div.addExtraTravellerBottomScrolling textarea{
	padding:2px;
	font-size:12px;
	font-family:Ubuntu;
	height:35px;
}

div.addExtraTraveller{
	color:#292929;
}

div.addExtraTravellerTop{
	padding:15px;
	border:1px solid #cccccc;
}

div.divMessage{
	background:#00dc00;
	padding:10px 20px;
	font-size:16px;
	font-weight:700;
	color:#fff;
	margin-left:20px;
}

div.passengerLabel{
	float:left;
	width:130px;
	height:25px;
	margin-bottom:5px;
}

div.passengerInput{
	float:left;
	height:25px;
	margin-bottom:5px;
}

div.addExtraTravellerTopLeft{
	float:left;
	width:450px;
}

div.addExtraTravellerTopRight{
	float:right;
	width:250px;
}

div.addExtraTravellerTopLeft input{
	padding:4px;
}

div.addExtraTravellerTopLeft select{
	color:#292929;
}

div.addExtraTravellerTopLeft td{
	padding:2px;
	color:#292929;
}

div.addExtraTravellerBottom{
	font-size:11px;
	background:#cccccc;
	padding:5px;
	overflow:auto;
}

div.addExtraTravellerBottomScrolling{
	font-size:11px;
	background:#cccccc;
	padding:5px;
	height:330px;
	overflow:auto;
}

div.addExtraTravellerBottom a{
	color:#292929;
}

div.addExtraTravellerBottom a:hover{
	color:#000;
	text-decoration:underline;
}

div.addExtraTravellerBottom td{
	padding:5px;
	border:1px solid #cccccc;
}

tr.row-odd{
	background:#eeeeee;
}

tr.row-odd:hover{
	background:#c9e6e9;
}

tr.row-even{
	background:#e3e3e3;
}

tr.row-even:hover{
	background:#c9e6e9;
}

div.passengerAdded{
	color:#262626;
	padding:15px;
	border:1px solid #cccccc;
}

div.passengerAdded a{
	background: #f2f2f2; /* Old browsers */
	background: -moz-linear-gradient(top,  #f2f2f2 0%, #cfcfcf 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f2f2f2), color-stop(100%,#cfcfcf)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #f2f2f2 0%,#cfcfcf 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #f2f2f2 0%,#cfcfcf 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #f2f2f2 0%,#cfcfcf 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #f2f2f2 0%,#cfcfcf 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f2', endColorstr='#cfcfcf',GradientType=0 ); /* IE6-9 */	
	padding:3px 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius:  4px;
	border-radius:  4px;
	border:1px solid #979797;
	color:#262626;
	margin-top:25px;
}

div.passengerAdded h3{
	color:#262626;
}

input.deletePassenger{
	color:red;
}

input.deletePassenger:hover{
	color:#d70000;
	cursor:pointer;
}

div.dlcMyOrdersHeading{
	background:#bdbdbd;
	margin:0;
	padding:10px;
}

div.dlcMyOrdersHeading h1{
	margin:0;
}

div.userEditButton{
	float:right;
	margin-top:7px;
}

div.userEditButton a{
	background: #f2f2f2; /* Old browsers */
	background: -moz-linear-gradient(top,  #f2f2f2 0%, #cfcfcf 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f2f2f2), color-stop(100%,#cfcfcf)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #f2f2f2 0%,#cfcfcf 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #f2f2f2 0%,#cfcfcf 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #f2f2f2 0%,#cfcfcf 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #f2f2f2 0%,#cfcfcf 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f2', endColorstr='#cfcfcf',GradientType=0 ); /* IE6-9 */	
	padding:4px 6px;
	-webkit-border-radius: 4px;
	-moz-border-radius:  4px;
	border-radius:  4px;
	border:1px solid #979797;
	color:#262626;	
}

div.userEditButton a:hover{
	background: #b4b3b3; /* Old browsers */
	background: -moz-linear-gradient(top,  #f2f2f2 0%, #b4b3b3 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f2f2f2), color-stop(100%,#b4b3b3)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #f2f2f2 0%,#b4b3b3 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #f2f2f2 0%,#b4b3b3 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #f2f2f2 0%,#b4b3b3 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #f2f2f2 0%,#b4b3b3 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f2', endColorstr='#b4b3b3',GradientType=0 ); /* IE6-9 */	
}

dt.dlcProfilePane-odd{
	background:#f7f7f7;
	padding:5px;
}

dd.dlcProfilePane-odd{
	background:#f7f7f7;
	padding:5px;
}

dt.dlcProfilePane-even{
	background:#e8e8e8;
	padding:5px;
}

dd.dlcProfilePane-even{
	background:#e8e8e8;
	padding:5px;
}

tr.dlcProfilePane-odd{
	background:#f7f7f7;
	padding:5px;
}

tr.dlcProfilePane-odd td{
	color:#262626;
}

tr.dlcProfilePane-even{
	background:#e8e8e8;
	padding:5px;
}

tr.dlcProfilePane-even td{
	color:#262626;
}

tr.dlcProfilePane-odd input{
	padding:5px;
}

tr.dlcProfilePane-even input{
	padding:5px;
}

select.seat_options option{
	seat_options span2 select hours
}

div.paymentType{
	padding-left:100px;
}

div.paymentType h4{
	font-weight:400;
	margin:-20px 15px 0 0;
	padding-bottom:5px;
	border-bottom:1px dotted #000;	
}

div.paymentType ul{
	list-style:none;
	padding:0 15px 0 0;
	margin:0;
}

div.paymentType li{
	padding:15px 5px;
	border-bottom:1px dotted #000;
}

div.paymentType li:hover{
	background:#404351;
}

div.paymentType li input{
	float:left;
}

div.paymentType li label{
	padding-left:15px;
}

/* ####################################### DLC Login / Register Styles ####################################### */

div.dlcLoginPopupLeft{
	float:left;
	width:150px;
	color:#565656;
}

div.dlcLoginPopupLeft a{
	color:#565656;
	font-size:11px;
}

div.dlcLoginPopupRight{
	float:right;
	width:150px;
	color:#565656;
}

/* ####################################### DLC Footer ####################################### */
/*
div.dlcFooterTop{
	height:135px;
	background: #565a6c; /* Old browsers */
	background: -moz-linear-gradient(top,  #7c829d 0%, #565a6c 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7c829d), color-stop(100%,#565a6c)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #7c829d 0%,#565a6c 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #7c829d 0%,#565a6c 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #7c829d 0%,#565a6c 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #7c829d 0%,#565a6c 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7c829d', endColorstr='#565a6c',GradientType=0 ); /* IE6-9 */
}

div.dlcFooterTopWrap{
	width:968px;
	margin:0 auto;
	padding-top:20px;
	font-size:12px;
	color:#e1e1e1;
}

div.dlcFooterTopWrap a{
	color:#e1e1e1;
}

div.dlcFooterTopWrap a:hover{
	color:#ffffff;
}

div.dlcFooterTopWrap p{
	margin:0;
	padding:0;
}

div.dlcFooterTopWrap h3{
	padding:0 0 15px 0;
	margin:0;
	font-size:19px;
	font-weight:400;
	line-height:19px;
}

div.dlcFooterTopLeft{
	float:left;
	width:200px;
	padding-right:45px;
	border-right:1px solid #6a6a6a;
}

div.dlcFooterTopMiddle{
	float:left;
	width:200px;
	padding-left:45px;
	padding-right:45px;
	border-right:1px solid #6a6a6a;
}

div.dlcFooterTopMiddle ul.footerMenu{
	width:50%;
	float:left;
}

div.dlcFooterTopMiddle ul.footerMenu li{
	line-height:21px;
	margin:0 0 0 18px;
}

div.dlcFooterTopMiddle ul.footerMenu li a{
	color:#acacac;
}

div.dlcFooterTopMiddle ul.footerMenu li a:hover{
	color:#ffffff;
}

div.dlcFooterTopRight{
	float:right;
	width:380px;
	padding-left:40px;
}

div.dlcFooterMiddle{
	height:130px;
	background:#606060;
	border-top:1px solid #7b7b7b;
	border-bottom:1px solid #7b7b7b;
}

div.dlcFooterMiddleWrap{
	width:968px;
	margin:0 auto;
	padding-top:15px;
	font-size:11px;
}

div#footerLoginRight ul{
	margin:-5px 0 0 0;
	font-size:10px;
}

div#footerLoginRight li{
	margin:0 0 0 25px;
}

div.dlcDisclaimer{
	width:968px;
	margin:0 auto;
	font-size:11px;
	color:#acacac;
	padding-top:8px;
}

div.dlcDisclaimerWrap{
	background:#404351;
}

/* ############################################ Original Joomla Styles ############################################ */

body
{
	background: #E7F0F7;
	font-family: Ubuntu, helvetica, sans-serif;
}

#all
{
	color: #5d5d5d;
	border:solid 0px ;
	padding-top:0px;
}

#header
{
	padding-top:10em
}

a:link,
a:visited
{
	text-decoration:none;
	color:#fff;
}

a:hover,
a:active,
a:focus
{

}

input:focus
{
	border:solid 2px;
}

fieldset
{
	border:solid 0px #ccc
}

.article-info
{
	color:#444
}

.article-info dd span
{
	color:#444;
	border-right:solid 0px;
	background:#eee
}

/* ##########################  back  ########################### */

#back
{

}

/* ##########################  logo  ########################### */

#logo span
{
	color:#fff;
	padding-left:50px;
	font-size:0.3em !important;
	text-transform:none;
	font-family:arial, sans-serif
}
#all #header
{padding-top:8.0em ;
}
.logoheader
{

	background:  #0c1a3e  URL(../images/personal/personal2.png) no-repeat bottom right ;
	color:#fff;
	min-height:200px;
	margin:0em 10px 0 10px !important;

}


h1#logo
{
	   font-family: 'Titillium Maps',  Arial;
	   padding:0.9em 20px 20px 10px;
	   text-transform:uppercase;
	   font-weight:normal;
	   margin-top:0;
}



#line
{
	width:98% ;
	max-width:100% ;
	top:0px;
	left:0px;
	padding:5px 10px !important;
	margin-right:10px;
	text-align:right;

}


/* ##########################  header  ########################### */

#header
{
	background:#fff;
	font-size:1em;
	position:relative


}

/* ++++++++++++++  lists, skiplinks  ++++++++++++++ */
#header ul.menu
{


   /* top:62px; */
   top:5em;

	padding: 0px 0px 0px 0 ;
	background:#e0e0e0  url(../images/personal/ecke.gif) top left repeat-x ;
	border:0 ;
	text-align:left;
	left:0px;
	 display:block;
	 margin:0px 10px 0 10px;
	 border-top:solid 1px #ddd;

}


#header ul.menu li
{border:0; margin:0 !important;	   }
#header ul.menu li a:link,
#header ul.menu li a:visited
{

	color:#333;
	border:0 ;
	border-right:solid 1px #ddd;
	margin:0px 0 0 0 ;
	padding:12px 15px ;
	position:relative;
	background: #e0e0e0 url(../images/personal/ecke.gif) repeat-x top left;
	display:inline-block

}

#header ul.menu li a:hover,
#header ul.menu li a:active,
#header ul.menu li a:focus
{
	background:#0d4c89 ;
	color:#fff;
}

#header ul li.active a:link,
#header ul li.active a:visited
{
	color:#f5f5f5;
	background:url(../images/personal/navi_active.png) ;
	text-shadow: 1px 1px 1px #000;
}


#header ul.skiplinks
{
	width:100%;
	text-align:left;
	background:none;
	z-index:20000;
	top:0;
	display:inline;
	padding:0
}

#header ul.skiplinks li a.u2:active,
#header ul.skiplinks li a.u2:focus

{
	background:#095197 !important;
	color:#fff !important;
	border:solid 1px;
	top:0 !important;
	z-index:10000;
	right:auto;
	left:0 !important;
	display:block
}


/* ++++++++++++++  fontsize  ++++++++++++++ */

#fontsize
{
	 display:inline;


}

#fontsize p a:link,
#fontsize p a:visited
{
	color:#222;
	border-right:solid 1px #ccc
}


#fontsize p a.larger,
#fontsize p a.reset,
#fontsize p a.smaller
{
	padding-left:5px;
	padding-right:5px;
	text-decoration:none;
	margin:0;
}



#fontsize p a:hover,
#fontsize p a:active,
#fontsize p a:focus
{
	background:#095197 !important;
	color:#fff
}

#fontsize h3
{
	color:#222;
	font-weight:bold
}

/* ++++++++++++++  search  ++++++++++++++ */
#header form,
#header form .search,
#header form .finder
{
display:inline;
padding-right:1px ;


}

#header form .inputbox
{
	background:url(../images/header-bg.gif) repeat-x;
	border:solid 1px #ccc;
	border-bottom:0;
	border-right:0;
	padding:5px

}

#header form .inputbox:focus
{
	border:solid 2px #000;
}

#header form .button
{
	border:solid 0px #ddd;
	background:#ccc url(../images/personal/button.png);
	color:#333;
	padding:4px !important
}

/* ##########################  contentarea  ########################### */

#contentarea,
#contentarea2
{

}


/* ##########################  breadcrumbs  ########################### */

#breadcrumbs
{
	color:#333;
}

#breadcrumbs span
{
	color:#333;
}

#breadcrumbs span a:link,
#breadcrumbs span a:visited
{
	background:#fff;
	color:#333;
}

#breadcrumbs span a:hover,
#breadcrumbs span a:active,
#breadcrumbs span a:focus
{
	background:#095197;
	color:#fff;
}


/* ##########################  navigation column  ########################### */

.module_content
{
	border:solid 1px #ddd;

}
.moduletable_js
{
	border:solid 0px #ddd;
}

#right .moduletable_js
{
	border:0
}

#nav h3
{
  border-bottom:solid 1px #ddd;
  font-family: 'Titillium Maps', Arial;
  color:#555
}

h3.js_heading
{
	border-bottom:solid 1px #ddd;
	background:#eee;
	font-family: 'Titillium Maps', Arial;
}

h3.js_heading span.backh
{
	border:solid 0px #000
}

h3.js_heading span.backh1
{

}

h3.js_heading a
{
	border:0
}

h3.js_heading a img
{
	border:0
}

h3.js_heading a.opencloselink:hover,
h3.js_heading a.opencloselink:active,
h3.js_heading a.opencloselink:focus
{
	background:none
}


#right h3 span.backh
{

}

#right h3 span.backh2
{

}

#right h3 span.backh3
{
padding-left:0
}

h3.js_heading a:link,
h3.js_heading a:visited,
h3.js_heading a:hover,
h3.js_heading a:active,
h3.js_heading a:focus
{

}

#nav h3.js_heading a:focus
{

}

#nav form
{
	color:#000;
}

#nav form a:hover,
#nav form a:active,
#nav form a:focus
{
	color:#fff;
	background:#095197;
	text-decoration:none
}

/* ++++++++++++++  first level  ++++++++++++++ */
#nav .moduletable-example ul.menu
{
	background:#fff;
	border:0;
}

ul.menu
{
	border:0;
	background:#fff /* url(../images/nature/nav_level_1.gif) repeat-x */;
	border:solid 0px #eee;
}

.module_content ul.menu
{
	border:0;
}

ul.menu li
{
	border-bottom:solid 1px #ddd;
}


ul.menu li a:link,
ul.menu li a:visited
{
	color:#444;
	background:url(../images/nature/karo.gif) 5px 12px no-repeat
}

ul.menu li.active a:link,
ul.menu li.active a:visited
{
	color:#333;
}

ul.menu li a:hover,
ul.menu li a:active,
ul.menu li a:focus,
ul.menu li.active a:hover,
ul.menu li.active a:active,
ul.menu li.active a:focus
{
	background: #fff url(../images/nav_level_1.gif) repeat-x ;
	color:#095197;
}


/* ++++++++++++++  second level  ++++++++++++++ */

ul.menu li ul
{
	border:solid 0px #eee;
}

 ul.menu li ul li
{
	border:solid 0px #000;
	background:#fff;
}

 ul.menu li.active ul li a:link,
 ul.menu li.active ul li a:visited
{
	color:#444;
	border:0;
	border-bottom:solid 1px #fff;
	background: #e8e8e8
}

 ul.menu li.active ul li.active a:link,
 ul.menu li.active ul li.active a:visited
{
	border:0;
	color:#333;
	border-bottom:solid 1px #fff;
}

 ul.menu li.active ul li a:hover,
 ul.menu li.active ul li a:active,
 ul.menu li.active ul li a:focus
{
	background:#666 !important;
	color:#fff !important;
}


/* ++++++++++++++  third level  ++++++++++++++ */

ul.menu li ul li ul
{
	border:0 !important;
	background:#f5f5f5 !important;
	padding-bottom:0
}

ul.menu li.active ul li.active ul li a:link,
ul.menu li.active ul li.active ul li a:visited
{
	background:#f5f5f5 ;
	border-bottom:solid 1px #fff;
	color:#444
}

ul.menu li.active ul li.active ul li.active a:link,
ul.menu li.active ul li.active ul li.active a:visited
{
	color:#333;
}



/* ++++++++++++++  fourth level  ++++++++++++++ */

ul.menu li ul li ul li ul
{
	border:solid 1px #eee !important;
	padding-top:10px !important;
	padding-bottom:10px !important;
	background:#fff url(../images/nature/level4.png) repeat-x !important;
}


ul.menu li.active  ul li.active  ul li.active  ul li  a:link,
ul.menu li.active  ul li.active  ul li.active  ul li a:visited
{
	font-weight:normal;
	padding: 3px 2px 3px 40px;
	font-size:0.9em;
	background:#fff url(../images/nature/arrow_small.png) no-repeat  30px 5px;
	color:#444
}


ul.menu li.active  ul li.active  ul li.active  ul li.active  a:link,
ul.menu li.active  ul li.active  ul li.active  ul li.active a:visited
{font-weight:bold;
color:#333 }



/* ++++++++++++++  fifth level  ++++++++++++++ */

ul.menu li ul li ul li ul li ul
{
	border:solid 0px #eee !important;
	padding-top:5px !important;
	padding-bottom:10px !important;
	background:#fff !important;
}


ul.menu li.active  ul li.active  ul li.active  ul li.active	ul li  a:link,
ul.menu li.active  ul li.active  ul li.active  ul li.active	ul li a:visited
{
	font-weight:normal;
	padding: 3px 2px 3px 5px;
	font-size:0.9em;
	background:#fff ;
	color:#444;
	margin:0 10px  0 35px;
	border-bottom:solid 1px #ddd
}


ul.menu li.active  ul li.active  ul li.active  ul li.active  ul li.active  a:link,
ul.menu li.active  ul li.active  ul li.active  ul li.active  ul li.active a:visited
{font-weight:bold; color:#333}

/* ##########################  content - main   ########################### */


#main
{

}

#main a:link,
#main a:visited
{

}

#main a:hover,
#main a:active,
#main a:focus
{

}

#main th a:hover,
#main th a:active,
#main th a:focus
{

}

.items-row
{
	background:#fff
}

.items-row h2
{
	border-bottom:solid 1px #ddd;
	border-top:solid 1px #ddd;
	color:#555
}

.column-1,
.column-2
{
	border: solid 0px ;
}

.item-separator
{
	border: solid 0px #333333;
}

#main ul li
{

}

.small
{
	border:solid 0;
}

ul#archive-items li.row0,
ul#archive-items li.row1
{
	border-bottom:solid 1px #ddd
}

.archive #adminForm fieldset
{
	border:0;
	padding:0;
	margin:20px 0
}
/* ++++++++++++++  images  ++++++++++++++ */

.image-left
{
	padding:2px;
}

.image-right
{
	border:solid 1px #ddd;
	padding:2px
}

/* ++++++++++++++  leading  ++++++++++++++ */

.items-leading
{

}


/* ++++++++++++++++++++ headings +++++++++++++ */
#main h1
{ 

	font-weight:200;


}


#main .blog  h1,
#main .blog-featured  h1
{
	color:#0d4c89;
	border-top:solid 1px #ddd;
	border-bottom:solid 1px #ddd;
	font-family: 'Titillium Maps', Arial;
	margin-top:-1px !important

}

/* h1 on frontpage */

.items-row h2
{

}

.items-leading h2,
#main h3,
#main h4
{

}

#main h2

{
	font-weight:200;
	font-size:24px;

}

#main h2 a
{
	color:#095197
}


/* ++++++++++++++  readmore  ++++++++++++++ */

.readmore a:link,
.readmore a:visited,
a.readmore:link,
a.readmore:visited
{
	color:#095197;
	background:#eee url(../images/nature/arrow1.gif) no-repeat left top;
	border:solid 1px #ddd;
}

.readmore a:hover,
.readmore a:active,
.readmore a:focus,
a.readmore a:hover,
a.readmore a:active,
a.readmore a:focus
{
	background:#555 url(../images/nature/arrow2.gif) no-repeat left 6px !important;
	color:#fff;
}

a.readmore:hover,
a.readmore:active,
a.readmore:focus
{
	background:#555;
	color:#fff;
}

/* ++++++++++++++  icons  ++++++++++++++ */

.actions img
{
	border:0;
}

/* ++++++++++++++  items-more  ++++++++++++++ */

#main .items-more h3
{
	border-bottom:solid 1px #ddd;
	border-top:solid 1px #ddd;
	color:#444;
}

#main .items-more ol
{
	color:#000;
}

#main .items-more ol li a
{
	background:#FFFFFF url(../images/blog_more.gif) no-repeat 0px center;
	color:#095197
}

#main .items-more ol li a:hover,
#main .items-more ol li a:active,
#main .items-more ol li a:focus
{
	background: #095197 url(../images/blog_more_hover.gif) no-repeat 0px center;
	color:#fff;
}

/* ++++++++++++++  pagination  ++++++++++++++ */

#main .pagination
{
	border-top:solid 1px #ddd;
	clear: both;
}

/* ++++++++++++++  article index  ++++++++++++++ */

table.contenttoc
{
	border:solid 1px #ccc;
}


/* ##########################  right column   ########################### */

#right
{

}



#right h3
{

}

#right h4
{
	color:#555;
	border:solid 0;
}





#right ul li a:hover,
#right ul li a:active,
#right ul li a:focus
{
	background:#095197;
	color:#fff;
}

/* ++++++++++++++  button for closing right column  ++++++++++++++ */
#close span
{
	color:#000;
}

/* ##########################  modules  ########################### */

/* ++++++++++++++  mostread, latest news ++++++++++++++ */

.mostread li a:link,
.mostread li a:visited,
.latestnews li a:link,
.latestnews li a:visited
{
	background: url(../images/personal/arrow2_grey.png) 2px 7px  no-repeat ;
}

.mostread li a:hover,
.latestnews li a:hover,
.mostread li a:active,
.latestnews li a:active,
.mostread li a:focus,
.latestnews li a:focus
{
	background:#555 url(../images/arrow_white_grey.png) 2px 7px  no-repeat !important;
}

/* ++++++++++++++  newsfeed  ++++++++++++++ */

ul.newsfeed
{
	border:solid 0px #000;
}

.newsfeed-item
{
	border-bottom:solid 1px #ddd;
}

.newsfeed-item h5 a
{

}

/* ++++++++++++++  newsflash  ++++++++++++++ */
/* newsflash horizontal */

ul.newsflash-horiz
{
	background:#F5F5F5 url(../images/nature/box.png) repeat-x;
	border:1px solid #EEEEEE;
}

ul.newsflash-horiz li
{
	border:solid 0px #eee;
	background:#f5f5f5;
}

ul.newsflash-horiz li h4
{
	font-family: 'Titillium Maps', Arial;
}


/* newsflash vertical */

.newsflash-vert
{

}

/* ++++++++++++++  banner  ++++++++++++++ */

.banneritem
{
	border:0
}

.banneritem a
{
	background:none
}

.banneritem a img
{
	background:none;
	border:0
}

/* ++++++++++++++  login  ++++++++++++++ */

#login-form .inputbox
{
	border:solid 1px #ddd;
	background:url(../images/content_bg.gif) repeat-x;

}

fieldset.input
{
	border:0 ;
}

input.button,
button.button,
button.validate
{

	background:#FFFFFF url(../images/nature/arrow1.gif) no-repeat left top;
	border:1px solid #DDDDDD;
	color:#444444;
}

/* ++++++++++++++  tabs/ slide  ++++++++++++++ */

ul.tabs
{
	border:solid 1px #ddd;
	border-bottom:0;
	background:#f5f5f5 url(../images/nature/box.png) repeat-x;
}

ul.tabs li
{
	background:#f5f5f5 url(../images/nature/box.png) repeat-x;
	border-right:solid 1px #ddd
}

ul.tabs li a:link,
ul.tabs li a:visited
{
	color:#333;
}

ul.tabs li a:hover,
ul.tabs li a:active,
ul.tabs li a:focus
{
	color:#000
}

.tabcontent
{
	border:solid 1px #ddd;
	background:#fff;
	color:#000;
}

.tabcontent .linkclosed
{
	color:#000;
	border-bottom:solid 1px #e5e5e5;
}

ul.tabs li a.linkopen
{
	background:#fff;
	color:#333;
	border:0
}

ul.tabs li a.linkclosed:hover,
ul.tabs li a.linkclosed:active,
ul.tabs li a.linkclosed:focus,
ul.tabs li a.linkopen:hover,
ul.tabs li a.linkopen:active,
ul.tabs li a.linkopen:focus
{
	background:#555;
	color:#fff
}

/* ++++++++++++++  category-module  ++++++++++++++ */

#right .category-module h4 a:link,
#right .category-module h4 a:visited
{
	color:#0D4C89
}

#right .category-module h4 a:hover,
#right .category-module h4 a:active,
#right .category-module h4 a:focus
{
	color:#fff
}


.category-module li
{
	border-bottom:solid 1px #ddd;
}

.category-module li li
{
	border:0
}



/* ##########################  search   ########################### */

.searchintro img
{
	border:0px
}

.inputbox:focus
{
	border:solid 2px #000;
}

.word
{
	background:#fff;
	border:solid 0px #ccc ;
}

.word input
{
	border:solid 1px #ddd;
	background:url(../images/content_bg.gif) repeat-x;
	color:#333;
}

.only
{
	border:solid 1px #ccc;
}

.phrases
{
	color:#000;
	border:solid 1px #ccc;
}

/* ++++++++++++++  selects  ++++++++++++++ */
.phrases .inputbox
{
	background:#fff;
	color:#000;
}

.phrases .inputbox option
{
	background:#f5f5f5;
	border-bottom:solid 1px #ccc;
}

.phrases .inputbox option a:hover
{
	background:#C00;
	border-color:#CFD0D6;
	color:#fff;
}

/* ++++++++++++++   search results	++++++++++++++++++ */

dl.search-results
{
	background:#f5f5f5;
}

dl.search-results dt.result-title
{
	border-top:dotted 1px #ddd
}

dl.search-results dd.result-url
{
	border-bottom:solid 5px #fff;
	color:#115599;
}

dl.search-results dd.result-created
{
	border-bottom:solid 5px #fff;
}

/* ##########################  forms   ########################### */


/* ++++++++++++++  form validation  ++++++++++++++ */

.invalid
{
	border-color:red !important;
}

label.invalid
{
	color:red;
}


/* ##########################  user profile  ########################### */
#users-profile-core,
#users-profile-custom
{
	border:solid 1px #ccc;
}

#member-profile fieldset
{
	border:solid 1px #ccc;
}


/* ##########################  tables   ########################### */
table
{

}

tbody
{

}

tr.odd,
.cat-list-row1
{
	background:url(../images/news.gif)  repeat-x;
}

table.newsfeeds td,
table.weblinks td
{

}

table.weblinks th,
table.newsfeeds th,
table.category th,
table.jlist-table th
{
	background:#444 ;
}

table.weblinks th a,
table.newsfeeds th a,
table.category th a,
table.jlist-table th a,
table.weblinks th,
table.newsfeeds th,
table.category th,
table.jlist-table th
{
	color:#fff
}


td.table_footer
{
	background:#ddd url(../images/table_footer.gif) bottom left repeat-x;
}

td.counter
{

}

td.num,
td.hits
{

}

td p
{

}

table.category th a img
{
	border:solid 0px ;
}

/* for opera */
tr, td
{

}


#main table.moduletable td,
#main table.moduletable tr
{border:0;}
fieldset.filters
{
	border:solid 0px #ddd;

}

/* ##########################  contacts   ########################### */

.contact form
{
	background:#fff;
	color:#000;
}

.contact input
{
	background:#fff;
	color:#000;
}

.contact .button
{

}

.contact input.invalid,
.contact textarea.invalid
{
	border:solid 2px red;
}

.contact label.invalid
{
	color:red;
}


/* ++++++++++++++  Error Message contact form  ++++++++++++++ */

p.error
{
	color:#044b63;
	background:#eee;
	border-top:3px solid #044b63;
	border-bottom:3px solid #044b63;
}

body.contentpane
{
	background:#fff;
}


/* ##########################  footer   ########################### */

#footer
{
	  /*  background:url(../images/footer_bg.gif) repeat-x;*/
	background:#333333 url(../images/personal/tabs_back.png) repeat-x;
	color:#fff;
	border-top:solid 0px #ccc;
}

#footer-inner
{
	background:#f5f5f5 url(../images/personal/footer.jpg) repeat-x left bottom;
	border-top:solid 1px #ddd
}

#footer a
{
	color:#fff;
}

#bottom a img
{
	border:0
}

.box h3
{
	font-family: 'Titillium Maps', Arial;
	font-size:1.2em
}
.box ul
{padding-left:0}

.box1
{border-right:solid 1px #ccc}
.box3
{border-left:solid 1px #ccc}
#bottom  ul li a
{background-image:none;
padding-left:0}
/* ##########################  editor  ########################### */

.contentpaneopen_edit img
{
	border:0
}

form.editor fieldset
{
	border:solid 1px #ccc;
}


/* ++++++++++++++  edit  ++++++++++++++ */

form#adminForm
{
	border:solid 0px #000
}

.edit form#adminForm fieldset
{
	border:solid 1px #ddd
}
.edit form#adminForm  legend
{
	font-weight:bold
}
/* ++++++++++++++  tooltip  ++++++++++++++ */
.tip
{
	border:solid 1px #333;
	background:#ffffcc;
}


/*-------------------------------*/


table.pagenav,
table.pagenav tr,
table.pagenav td
{border:0 !important}

.cat-children ul ul,
.categories-list ul ul
{
	list-style-type:none;

}

.cat-children ul ul ul,
.categories-list ul ul ul
{


}
.categories-list .category-desc ul li
{list-style-type:square
}

/* contact  plain */
#main .contact h3
{
	border-bottom:solid 1px #ddd;
	margin: 20px 0
}

.form-required
{
	font-weight:bold;
	margin:10px 0;
	background:#fff url(../images/req.png) no-repeat;
	padding:10px 40px

}

.contact .inputbox,
.registration input,
.profile-edit input,
.login-fields input,
.remind input,
.reset input


{
	background:#fff url(../images/content_bg.gif) repeat-x ;
	border:solid 1px #ccc;
	padding:3px
}

.profile-edit select
{
	padding:0px;
	border:solid 1px #ccc;
	background:#f5f5f5;

}
.profile-edit select option
{
	padding:3px

}
/* contact  slider */

.panel
{
	border:solid 1px #ddd;
	margin-top:-1px

}
#main .contact .panel h3
{
	margin:0px 0 0px 0;
	padding: 0;
	background:#eee;
	border:0
}
.panel h3 a
{
	display:block;
	padding:6px;
	text-decoration:none;
	color:#444;
	padding:6px;
}


.panel h3.pane-toggler a
{
	background:#f5f5f5 url(../images/slider_plus.png) right  top no-repeat;
}
.panel h3.pane-toggler-down a
{
	background:#f5f5f5  url(../images/slider_minus.png) right  top no-repeat;
	border-bottom:solid 1px #ddd;
}

.pane-slider
{
	border:solid 0px;
	padding:0px 10px !important;
	margin:0;
	background: url(../images/nav_level_1.gif) repeat-x ;
}

.panel .contact-form,
.panel  .contact-miscinfo
{
	padding:10px
}

.contact .panel .contact-form form,
.contact .panel .contact-address
{
	margin:20px 0 0 0
}


/* tabs */

div.current
{

	background: url(../images/nav_level_1.gif) repeat-x ;
}

/* image upload modal */

#all #upload-flash ul li a:hover,
#all .item a:hover span {
	background:#095197;
	color:#fff;
}
#close a
{text-decoration:none}

/* ########################## sample module styling  ########################### */

div.sample-module {
    border: 2px dashed #ddd;
    padding: 10px;
    background-color: #f5f5f5;
}







#backgroundPopup {
    z-index:10001;
    position: fixed;
    display:none;
    height:100%;
    width:100%;
    background:#000000;
    top:0px;
    left:0px;
}
#backgroundPopup2 {
    z-index:10001;
    position: fixed;
    display:none;
    height:100%;
    width:100%;
    background:#000000;
    top:0px;
    left:0px;
}
#backgroundPopup3 {
    z-index:10001;
    position: fixed;
    display:none;
    height:100%;
    width:100%;
    background:#000000;
    top:0px;
    left:0px;
}
#backgroundPopup4 {
    z-index:10001;
    position: fixed;
    display:none;
    height:100%;
    width:100%;
    background:#000000;
    top:0px;
    left:0px;
}
#backgroundPopup5 {
    z-index:10001;
    position: fixed;
    display:none;
    height:100%;
    width:100%;
    background:#000000;
    top:0px;
    left:0px;
}
#backgroundPopup6 {
    z-index:10001;
    position: fixed;
    display:none;
    height:100%;
    width:100%;
    background:#000000;
    top:0px;
    left:0px;
}
#backgroundPopup7 {
    z-index:10001;
    position: fixed;
    display:none;
    height:100%;
    width:100%;
    background:#000000;
    top:0px;
    left:0px;
}
#backgroundPopup8 {
    z-index:10001;
    position: fixed;
    display:none;
    height:100%;
    width:100%;
    background:#000000;
    top:0px;
    left:0px;
}
#toPopup {
    font-family: "lucida grande",tahoma,verdana,arial,sans-serif;
    background: none repeat scroll 0 0 #FFFFFF;
    border: 10px solid #ccc;
    border-radius: 3px 3px 3px 3px;
    color: #333333;
    display: none;
    font-size: 14px;
    left: 50%;
    margin-left: -402px;
    margin-top:-225px;    
    position: fixed;
    top: 40%;
    width: 800px;
    z-index: 10100;
}
#toPopup2 {
    font-family: "lucida grande",tahoma,verdana,arial,sans-serif;
    background: none repeat scroll 0 0 #FFFFFF;
    border: 10px solid #ccc;
    border-radius: 3px 3px 3px 3px;
    color: #333333;
    display: none;
    font-size: 14px;
    left: 50%;
    margin-left: -402px;
    margin-top:-225px;
    position: fixed;
    top: 20%;
    width: 800px;
    z-index: 10100;
}
#toPopup3 {
    font-family: "lucida grande",tahoma,verdana,arial,sans-serif;
    background: none repeat scroll 0 0 #ccc;
    border: 10px solid #ccc;
    border-radius: 3px 3px 3px 3px;
    color: #333333;
    display: none;
    font-size: 14px;
    left: 50%;
    margin-left: -202px;
    position: fixed;
    top: 30%;
    min-width: 200px;
    z-index: 10100;
}
#toPopup4 {
    font-family: "lucida grande",tahoma,verdana,arial,sans-serif;
    background: none repeat scroll 0 0 #ccc;
    border: 10px solid #ccc;
    border-radius: 3px 3px 3px 3px;
    color: #333333;
    display: none;
    font-size: 14px;
    left: 50%;
    margin-left: -202px;
    position: fixed;
    top: 20%;
    min-width: 200px;    
    z-index: 10100;
}
#toPopup5 {
    font-family: "lucida grande",tahoma,verdana,arial,sans-serif;
    background: none repeat scroll 0 0 #FFFFFF;
    border: 10px solid #ccc;
    border-radius: 3px 3px 3px 3px;
    color: #333333;
    display: none;
    font-size: 14px;
    left: 50%;
    margin-left: -402px;
    position: fixed;
    top: 20%;
    width: 800px;
    z-index: 10100;
}
#toPopup6 {
    font-family: "lucida grande",tahoma,verdana,arial,sans-serif;
    background: none repeat scroll 0 0 #FFFFFF;
    border: 10px solid #ccc;
    border-radius: 3px 3px 3px 3px;
    color: #333333;
    display: none;
    font-size: 14px;
    left: 50%;
    margin-left: -402px;
    position: fixed;
    top: 20%;
    width: 800px;
    z-index: 10100;
}
#toPopup7 {
    font-family: "lucida grande",tahoma,verdana,arial,sans-serif;
    background: none repeat scroll 0 0 #FFFFFF;
    border: 10px solid #ccc;
    border-radius: 3px 3px 3px 3px;
    color: #333333;
    display: none;
    font-size: 14px;
    left: 50%;
    margin-left: -402px;
    position: fixed;
    top: 20%;
    width: 800px;
    z-index: 10100;
}
#toPopup8 {
    font-family: "lucida grande",tahoma,verdana,arial,sans-serif;
    background: none repeat scroll 0 0 #FFFFFF;
    border: 10px solid #ccc;
    border-radius: 3px 3px 3px 3px;
    color: #333333;
    display: none;
    font-size: 14px;
    left: 50%;
    margin-left: -402px;
    position: fixed;
    top: 20%;
    width: 800px;
    z-index: 10100;
}
div.loader {
    background: url("../img/loading.gif") no-repeat scroll 0 0 transparent;
    height: 32px;
    width: 32px;
    display: none;
    z-index: 99999;
    top: 40%;
    left: 50%;
    position: absolute;
    margin-left: -10px;
}
div.close {
    background: url("../img/closebox.png") no-repeat scroll 0 0 transparent;
    cursor: pointer;
    height: 30px;
    position: absolute;
    right: -27px;
    top: -24px;
    width: 30px;
    color:#232323;
}
option.close {
	font-size:13px;
	color:#232323;
	font-weight:300;
}
span.ecs_tooltip {
    background: none repeat scroll 0 0 #000000;
    border-radius: 2px 2px 2px 2px;
    color: #FFFFFF;
    display: none;
    font-size: 11px;
    height: 16px;
    opacity: 0.7;
    padding: 4px 3px 2px 5px;
    position: absolute;
    right: -62px;
    text-align: center;
    top: -51px;
    width: 93px;
}
span.arrow {
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 7px solid #000000;
    display: block;
    height: 1px;
    left: 40px;
    position: relative;
    top: 3px;
    width: 1px;
}
div#popup_content {
    margin: 4px 7px;
    /* remove this comment if you want scroll bar
    overflow-y:scroll;
    height:200px
    */
}


input#selectPass{
	background:#404351;
	color:#fff;
	margin:0 0 0 0;
	border:0;
	height:30px;
	padding:5px;
	width:220px;
	-webkit-border-radius: 0 0 4px 4px;
	-moz-border-radius:  0 0 4px 4px;
	border-radius:  0 0 4px 4px;
}

input#selectPass:hover{
	background:#23252d;	
}














































































.order {

}

/*Fix Google autosuggest width*/
.pac-container{
	width: auto !important;
	font-size: 12px;
	color:#171717;
}
	
#directions_panel, #map_canvas {
/*  background-color: white;*/
}
#map_canvas {
/*  width: 100% !important;*/
  height: 300px;
  overflow: hidden;
}

#directions_panel {
/*  width: 100% !important;*/
  height: 300px;
  overflow: auto;
  font-size: 12px;
	font-weight: normal;
}
/* Google address autocomplete */

/* POI dropdown */
.poi_from_wrapper {	
	position: relative;
}
.poi_from_wrapper .poi_dropdown_wrapper {
	background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #CCCCCC;
	position: absolute;
	top: 38px;
	left: 0px;
	z-index: 1000;
	padding: 5px;
	width: 100%;
	max-height: 350px;
	overflow-y: scroll;
}


div.poi_dropdown_wrapper div.poi_link img.poicat_icon {
	max-width: 15px;
}

.poi_to_wrapper {
	position: relative;
}
.poi_to_wrapper .poi_dropdown_wrapper {
	background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #CCCCCC;
	position: absolute;
	top: 38px;
	left: 0px;
	z-index: 1000;
	padding: 5px;
	width: 100%;
	max-height: 300px;
	overflow-y: scroll;
}
.poi_dropdown_wrapper .poi_link {
	font-size: 12px;
	cursor: pointer;
	padding: 2px;
	border-bottom: 1px solid #CCCCCC;
	width: 100%;
}

.poi_from_wrapper .arrow_wrapper,
.poi_to_wrapper .arrow_wrapper,
.routes_wrapper .arrow_wrapper {
	float: right;
    width: 10px;
	 cursor: pointer;
}
.routes_wrapper {	
	position: relative;
}
.routes_wrapper .route_dropdown_wrapper {
	background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #CCCCCC;
	position: absolute;
	top: 30px;
	left: 0;
	z-index: 1000;
	padding: 5px;
}
.routes_wrapper .route_dropdown_wrapper .route_link {
	font-size: 12px;
	cursor: pointer;
	padding: 2px;
	border-bottom: 1px solid #CCCCCC;
}
/* */ 

.info {

}

.check {
	margin-top: 0;
}

.info h4 {
	text-align: center;
	border-bottom: 1px solid #474747;
	/*width: 95%;*/
/*	margin-left: 10px;*/
	text-decoration: underline;
	font-weight: normal;
}

.info .info_wrap .info_top_left .info_input_wrap .info_label,
.info .info_wrap .info_top_left .info_input_wrap.to, 
.info .info_wrap .info_top_left .info_input_wrap.from,
.info .info_wrap .info_top_left .info_input_wrap .info_inputbox .addin {
	color: #454545 !important;
}

.info .info_wrap .info_top_left .info_input_wrap {
	margin-bottom: 0;
}

.info .info_wrap .info_top_left .info_input_wrap .tb_paymentmethods {
	float: left;
}

.info .info_wrap .info_top_left .info_input_wrap .info_inputbox .input1,
.info .info_wrap .info_top_left .info_input_wrap .info_select,
.info_input_wrap .info_inputbox textarea {
	background: #fff;
	color: #454545;
	margin-bottom: 0px !important;
	width: 40%;
}

.info .info_wrap .info_top_left .info_input_wrap .info_inputbox span.error {
	display: block;
	color: red;
	width: 60%;
	margin-left: 38.5%;
	float: left;
}

.info .info_wrap .info_box {
	border: 1px solid #ddd;
}

.booking {
	color: #fff;
	font-weight: bold;
	font-size: 12px;
	text-shadow: none;
}

.order .top .top_left {
	float: left;	

}

.order .top .top_left .input_wrap .control-label {
	color: #fff;
	font-weight: 400;
	text-shadow: none;
}

.order .top .top_left .input_wrap .controls .span2.select {
	background: #fff;
	color: #454545;
}

.order .top .top_left .input_wrap .controls .span2.select.hours option,
.order .top .top_left .input_wrap .controls .span2.select.hours {
	color: #454545;
	font-size: 14px;
	margin-bottom: 0px;
}
	
.order .top .top_left .input_wrap .controls .span2.select option {
	background: #fff;
	/*background: -moz-linear-gradient(top,  #656565 0%, #454545 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#656565), color-stop(100%,#454545));
	background: -webkit-linear-gradient(top,  #656565 0%,#454545 100%);
	background: -o-linear-gradient(top,  #656565 0%,#454545 100%);
	background: -ms-linear-gradient(top,  #656565 0%,#454545 100%);
	background: linear-gradient(top,  #656565 0%,#454545 100%);*/
	line-height: 20px;
	height: 20px;
	color: #454545;
	margin-bottom: 0px !important;
}

.order .top .top_left .input_wrap .controls.booster .span2.select {
	color: #454545;
	font-weight: 400;
}

.order .top .top_left .input_wrap .span2.time .span2.date .mins,
.order .top .top_left .input_wrap .span2.time .span2.date .hrs,
.order .top .top_left .input_wrap .span2.time .span2.date .calender {
	background: #fff;
/*	background: #656565;
	background: -moz-linear-gradient(top,  #656565 0%, #454545 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#656565), color-stop(100%,#454545));
	background: -webkit-linear-gradient(top,  #656565 0%,#454545 100%);
	background: -o-linear-gradient(top,  #656565 0%,#454545 100%);
	background: -ms-linear-gradient(top,  #656565 0%,#454545 100%);
	background: linear-gradient(top,  #656565 0%,#454545 100%);*/
	color: #454545;
	border: 2px solid #fff;
	border-radius: 5px;
	-moz-border-radius: 5px;
	width: 50px;
	float: left;
}

.order .top .top_left .input_wrap .span2.price .see_price {
	border-radius: 5px;
	-moz-border-radius: 5px;
	color: #454545;
	font-weight: 400;
	padding:10px;
	
}

.order .row.bottom {
	background: #404351 url(/images/bk-bookings.jpg) bottom right no-repeat;
	padding:5px;
}

.order .row.bottom .span9.travel .cars {
	background: #fff;
	margin-bottom: 5px;
	margin-left:-15px;
	width: 100%;
}

.order .row.bottom .span9.travel .cars td {
	padding: 5px 5px !important;
	border-left:1px dotted #ccc;
	width: 20%;
}

.order .row.bottom .span9.travel .cars td img {

}

.order .row.bottom .span9.travel .message {
	padding-top: 14px;
	margin-bottom: 20px;
	color: #ff0000;
	background:#6a0116;
}

.order .row.bottom .span9.travel .cars .span1.vehicle_price h5,
.order .row.bottom .span9.travel .cars .span2.vehicle_time h5,
.order .row.bottom .span9.travel .cars .span2.vehicle_type h5 {
	font-size: 16px;
	font-weight:400;
}

.order .row.bottom .span9.travel .cars .span2.vehicle_desc a:link,
.order .row.bottom .span9.travel .cars .span2.vehicle_desc a:visited,
.order .row.bottom .span9.travel .cars .span2.vehicle_desc a:active {
	font-weight: bold;
	color: #006696;
	font-size: 12px;
}

.order .row.bottom .span9.travel .cars .span1.vehicle_booking .car_booking {
	color: #fff;
	border: none;
	padding: 4px 6px 4px 6px;
	background: #96031f; /* Old browsers */
	background: -moz-linear-gradient(top,  #96031f 0%, #33000b 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#96031f), color-stop(100%,#33000b)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #96031f 0%,#33000b 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #96031f 0%,#33000b 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #96031f 0%,#33000b 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #96031f 0%,#33000b 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#96031f', endColorstr='#33000b',GradientType=0 ); /* IE6-9 */
	-webkit-border-radius: 4px;
	-moz-border-radius:  4px;
	border-radius:  4px;
	border:0;
}

.order .row.bottom .span9.travel .cars .span1.vehicle_booking .car_booking:hover {
	color: #fff;
	border: none;
	padding: 4px 6px 4px 6px;
	background: #1b0006; /* Old browsers */
	background: -moz-linear-gradient(top,  #96031f 0%, #1b0006 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#96031f), color-stop(100%,#1b0006)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #e00024 0%,#1b0006 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #96031f 0%,#1b0006 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #96031f 0%,#1b0006 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #96031f 0%,#1b0006 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#96031f', endColorstr='#1b0006',GradientType=0 ); /* IE6-9 */
	-webkit-border-radius: 4px;
	-moz-border-radius:  4px;
	border-radius:  4px;
	border:0;
}

.order .row.bottom .span9.travel h4 {
	color:#454545;
}

.container.info .info_top {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

.container.info .info_top h3 {
	font-size: 18px;
	font-weight: normal;
}

.check .check_wrap .check_box .row .check_name,
.check .check_wrap .check_box .row .check_desc,
label.check,
label.security_code {
	color: #454545;
}


	.container.order {
		/*width: 900px;*/
/*		background: red;*/
	}
	
	.container.check {
		/*width: 700px;*/
		color:000;
	}
	
	.order .row.top {
		margin: 0px;
		width: 100%;
	}
	
	.order .row.bottom {
		width: 100%;
		margin: 0px;
	}
	
	.order .top .top_left {
		float: left;
		width: 100%;
	background: #565a6c; /* Old browsers */
	background: -moz-linear-gradient(top,  #7c829d 0%, #565a6c 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7c829d), color-stop(100%,#565a6c)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #7c829d 0%,#565a6c 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #7c829d 0%,#565a6c 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #7c829d 0%,#565a6c 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #7c829d 0%,#565a6c 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7c829d', endColorstr='#565a6c',GradientType=0 ); /* IE6-9 */
		margin-right: 11px;
		padding: 20px;
		margin-left: 0px;
		color:#fff;
	}
	
	.order .top .top_left .input_wrap {
	}
	
	.order .top .top_left .input_wrap.one {
		padding-bottom: 0;
	}
	
	.order .top .top_left .input_wrap.two {
		padding-bottom: 3px;
	}
	
	.order .top .top_left .input_wrap .control-label {
		float: left;
		width: 120px;
		font-size: 12px;
		padding-top: 5px;
		text-shadow: none;
	}
	
	.order .top .top_left .input_wrap .control-label .radio_form {
		float: right;
	}
	
	.order .top .top_left .input_wrap .controls {
		margin-left: 135px;
		position: relative;
	}
	
	.order .top .top_left .input_wrap .controls .arrow_img {
		position: absolute;
		top: 0px;
		left: -95px; 
	}
	
	.order .top .top_left .input_wrap .controls.adult {
		width: 112px;
		margin-left: 0px;
	}
	
	
	.order .top .top_left .input_wrap .controls.booster {
		margin-left: 0px;
		float: right;
	}
	
	.order .top .top_left .input_wrap .controls.form {
		padding-top: 8px;
	}
	
	.order .top .top_left .input_wrap .controls.adult .span2.select {
		width: 112px;
		float: left;
	}
	
	.order .top .top_left .input_wrap .controls .span2.select.extra {
		width: 152px;
	}
	
	.order .top .top_left .input_wrap .controls.booster .span2.select {
		width: 112px;
		float: right;
		color: #454545;
	}
	
	.order .top .top_left .input_wrap .controls .span2.inputbox {
		width: 138px;
/*		background: #656565;
		background: -moz-linear-gradient(top,  #656565 0%, #454545 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#656565), color-stop(100%,#454545));
		background: -webkit-linear-gradient(top,  #656565 0%,#454545 100%);
		background: -o-linear-gradient(top,  #656565 0%,#454545 100%);
		background: -ms-linear-gradient(top,  #656565 0%,#454545 100%);
		background: linear-gradient(top,  #656565 0%,#454545 100%);*/
		background: #fff;
		color: #454545;
		margin-bottom: 0px;
	}
	
	.order .top .top_left .input_wrap .controls .span2.inputbox.incorrect {
		border: 1px solid red;
	}
	
	.order .top .top_left .input_wrap .controls .span2.select {
		width: 166px;
		background: #fff;
/*		background: #656565;
		background: -moz-linear-gradient(top,  #656565 0%, #454545 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#656565), color-stop(100%,#454545));
		background: -webkit-linear-gradient(top,  #656565 0%,#454545 100%);
		background: -o-linear-gradient(top,  #656565 0%,#454545 100%);
		background: -ms-linear-gradient(top,  #656565 0%,#454545 100%);
		background: linear-gradient(top,  #656565 0%,#454545 100%);*/
		color: #454545;
		margin-bottom: 0px;
	}
	
	.order .top .top_left .input_wrap .controls .span2.select option {
		background: #fff;
		/*background: -moz-linear-gradient(top,  #656565 0%, #454545 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#656565), color-stop(100%,#454545));
		background: -webkit-linear-gradient(top,  #656565 0%,#454545 100%);
		background: -o-linear-gradient(top,  #656565 0%,#454545 100%);
		background: -ms-linear-gradient(top,  #656565 0%,#454545 100%);
		background: linear-gradient(top,  #656565 0%,#454545 100%);*/
		line-height: 20px;
		height: 20px;
		color: #454545;
	}
	
	.order .top .top_left .input_wrap .span2.time {
		
	}
	
	.order .top .top_left .input_wrap .span2.time .span2.date {
		margin-left: 0px;
		width: 165px;
		margin-bottom: 3px;
	}
	
	.order .top .top_left .input_wrap .span2.time .span2.date .calender {
		width: 90px;
		line-height: 16px;
		cursor: pointer;
	}
	
	.order .top .top_left .input_wrap .span2.time .span2.date .mins {
		margin-right: 3px;
		padding: 2px;
	}
	
	.order .top .top_left .input_wrap .span2.time .span2.date .hrs {
		margin-right: 3px;
		padding: 2px;
	}
	
	.order .top .top_left .input_wrap .span2.price {
		width: 100%;
		float: right;
		margin-left: 0px;
		margin-top: 74px;
	}
	
	.order .top .top_left .input_wrap .span2.price .see_price {
		line-height: 36px;
		border-radius: 5px;
		-moz-border-radius: 5px;
		color: #fff;
		font-weight: normal;
		background: #f2f2f2; /* Old browsers */
		background: -moz-linear-gradient(top,  #f2f2f2 0%, #cfcfcf 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f2f2f2), color-stop(100%,#cfcfcf)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top,  #f2f2f2 0%,#cfcfcf 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top,  #f2f2f2 0%,#cfcfcf 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top,  #f2f2f2 0%,#cfcfcf 100%); /* IE10+ */
		background: linear-gradient(to bottom,  #f2f2f2 0%,#cfcfcf 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f2', endColorstr='#cfcfcf',GradientType=0 ); /* IE6-9 */	
		padding:10px 15px;
		font-size:15px;
		color:#000;
		-webkit-border-radius: 2px;
		-moz-border-radius: 2px;
		border-radius: 2px;	
		border:0;
		-moz-box-shadow: 4px 4px 4px #404351;
		-webkit-box-shadow: 4px 4px 4px #404351;
		box-shadow: 4px 4px 4px #404351;		
	}	

	.order .top .top_left .input_wrap .span2.price .see_price:hover {
		background: #eaf6fd; /* Old browsers */
		background: -moz-linear-gradient(top,  #eaf6fd 0%, #a7d9f5 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eaf6fd), color-stop(100%,#a7d9f5)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top,  #eaf6fd 0%,#a7d9f5 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top,  #eaf6fd 0%,#a7d9f5 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top,  #eaf6fd 0%,#a7d9f5 100%); /* IE10+ */
		background: linear-gradient(to bottom,  #eaf6fd 0%,#a7d9f5 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eaf6fd', endColorstr='#a7d9f5',GradientType=0 ); /* IE6-9 */
	}

	a.step1BookNow{
		background: #f2f2f2; /* Old browsers */
		background: -moz-linear-gradient(top,  #f2f2f2 0%, #cfcfcf 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f2f2f2), color-stop(100%,#cfcfcf)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top,  #f2f2f2 0%,#cfcfcf 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top,  #f2f2f2 0%,#cfcfcf 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top,  #f2f2f2 0%,#cfcfcf 100%); /* IE10+ */
		background: linear-gradient(to bottom,  #f2f2f2 0%,#cfcfcf 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f2', endColorstr='#cfcfcf',GradientType=0 ); /* IE6-9 */
		padding:4px 6px;
		font-size:13px;
		color:#000;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		border-radius: 3px;	
		-moz-box-shadow: 2px 2px 2px #575757;
		-webkit-box-shadow: 2px 2px 2px #575757;
		box-shadow: 2px 2px 2px #575757;			
	}

	a.step1BookNow:hover{
		background: #eaf6fd; /* Old browsers */
		background: -moz-linear-gradient(top,  #eaf6fd 0%, #a7d9f5 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eaf6fd), color-stop(100%,#a7d9f5)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top,  #eaf6fd 0%,#a7d9f5 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top,  #eaf6fd 0%,#a7d9f5 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top,  #eaf6fd 0%,#a7d9f5 100%); /* IE10+ */
		background: linear-gradient(to bottom,  #eaf6fd 0%,#a7d9f5 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eaf6fd', endColorstr='#a7d9f5',GradientType=0 ); /* IE6-9 */	
	}



	.order .top .top_right {
		float: left;
		/*width: 100%;
*/		margin-left: 0px;
width: 50%;
	}
	
	.order .top #vehicle_loader {
		font-size:17px;
		z-index:1000;
		background:#000;
		position:fixed;
		top:50%;left:45%;
		padding:50px;
		opacity:.80;
		-webkit-border-radius: 8px;
		-moz-border-radius: 8px;
		border-radius: 8px;
	}
	
	.order .top .top_right .map {
		margin-left: 0px;
	}
	
	.order .top .top_right .map .map_img {
		margin-left: 0px;
		width: 100%;
		/*width: 580px;*/
	}
	
	.order .top .top_right .direction {
		margin-left: 0px;
		/*width: 580px;*/
/*		background: #fff;*/
	}
	
	.order .top .top_right .direction .panel {
		margin-left: 0px;
		text-align: center;
		/*height: 200px;*/		
		font-size: 12px;
		color: #525252;
		padding-top: 10px;
		width: 100%;
	}
	
	.order .bottom {
		margin-left: 0px;
		/*width: 900px;*/
	}
	
	.order .bottom .travel {
		width:96%;
		margin-left: 15px;

	}
	
	.order .bottom .travel h4 {
		color:#454545;
		/*width: 860px;*/
	}
	
	.order .bottom .result {
		color: #454545;
	}
	
	.order .bottom .travel .message {
		/*width: 860px;*/
	}
	
	.order .bottom .travel .cars {
		margin-left: 0px;
		/*width: 860px;*/
		padding: 25px 0px 18px 0px;
	}
	
	.order .bottom .travel .cars .car_wrap {
		margin-left: 5px;
		width: 25%;
	}
	
	.order .bottom .travel .cars .vehicle_time,
	.order .bottom .travel .cars .vehicle_type {
		width: 20%;
		color: #545454;
		font-size: 12px;
		text-align: center;
		margin-left: 20px;
	}
	
	.order .bottom .travel .cars .vehicle_price h5,
	.order .bottom .span9.travel .cars .span2.vehicle_time h5,
	.order .bottom .span9.travel .cars .span2.vehicle_type h5 {
		font-size: 16px;
		font-weight:400;
		margin-bottom: 5px;
		margin-top: 0px;
	}
	
	
	.order .bottom .span9.travel .cars .span2.vehicle_desc {
		color: #545454;
		text-align: right;
/*		width: 120px;*/
	}
	.order .bottom .span9.travel .cars .span2.vehicle_desc h5 {
		color: #017cbf;
		margin-bottom: 5px;
		margin-top: 0px;
		font-size: 12px;
	}
	
	.order .bottom .span9.travel .cars .span1.vehicle_price {
		width: 18%;
		color: #545454;
		font-size: 12px;
		margin-left: 20px;
		text-align: center;
	}
	
	.order .bottom .span9.travel .cars .span1.vehicle_booking {
		width: 14%;
		vertical-align: middle;
	}
	
	.order .bottom .span9.travel .cars .span1.vehicle_booking .car_booking {
		width: 80px;
	}
	
	/*---------------------step2 ---------------------*/
	
	.container.info {
		/*width: 664px;*/		
		width:928px;
		padding:20px;
		background:#606060;
		
	}
	
	.container.info h3 {
		font-size: 18px;
		font-weight: normal;
	}
	
	.info h4 {
		font-size: 15px;
	}
	
	.info .info_wrap {
		margin-left: 0px;
	}
	
	.info .info_wrap .info_top_left {
		float: left;
		width: 100%;
/*		background: #620115;
		border-radius: 5px;
		-moz-border-radius: 5px;*/
		padding: 0;
		margin-left: 10px;
	}
	
	.info .info_wrap .info_top_left .info_input_wrap {
		
	}
	
	.info .info_wrap .info_top_left .info_input_wrap .info_label {
		float: left;
		width: 38%;
		color: #fff;
		font-size: 12px;
		font-weight: bold;
		margin-right: 5px;
	}
	
	.info .info_wrap .info_top_left .info_input_wrap .info_label.add {
		padding-top: 20px;
	}
	
	.info .info_wrap .info_top_left .info_input_wrap .info_inputbox {
		
	}
	
	.info .info_wrap .info_top_left .info_input_wrap .info_inputbox .input1 {
		width: 40%;
		float: left;
		margin-right: 4px;
	}
	
	.info .info_wrap .info_top_left .info_input_wrap .info_inputbox .info_date_button {
		float: left;
	}
	
	.info .info_wrap .info_top_left .info_input_wrap .info_inputbox .info_time {
		width: 4%;
		float: left;
		padding: 0px;
		margin: 0px 5px 0px 5px;
	}
	
	.info .info_wrap .info_top_left .info_input_wrap .info_inputbox .addin {
		color: #fff;
	}
	
	.info .info_wrap .info_top_left .info_input_wrap .info_select {
		width: 15%;
	}
	
	.info .info_wrap .info_top_left .info_input_wrap.to,
	.info .info_wrap .info_top_left .info_input_wrap.from {
		color: #fff;
		font-weight: bold;
	}
	
	.info .info_wrap .info_top_left .info_input_wrap.buttons .info_last {
		width: 20%;
		margin-left: 0px;
		margin-bottom: 10px;
		margin-right: 5px;
		float: left;
	}
	
	.info .info_wrap .info_top_left .info_input_wrap.buttons .info_last .info_payment {
		width: 100%;
		background: #00be09;
		background: -moz-linear-gradient(top,  #00be09 0%, #007d18 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#00be09), color-stop(100%,#007d18));
		background: -webkit-linear-gradient(top,  #00be09 0%,#007d18 100%);
		background: -o-linear-gradient(top,  #00be09 0%,#007d18 100%);
		background: -ms-linear-gradient(top,  #00be09 0%,#007d18 100%);
		background: linear-gradient(top,  #00be09 0%,#007d18 100%);
		border-radius: 5px;
		-moz-border-radius: 5px;
		border: 1px solid #a1a1a1;
		color: #fff;
		height: 20px;
	}
	
	
	/*-----------------step 3-----------*/
	.check .check_wrap {
		margin-left: 0px;
	}
	
	.check h4 {
		text-align: center;
	}
	
	.check .check_wrap .check_box {
		float: left;
		width: 93%;
/*		background: #006599;
		border-radius: 5px;
		-moz-border-radius: 5px;*/
		padding: 0;
		margin-left: 0;
		color: #fff;
	}
	
	.check .check_wrap .check_box .row {
		margin-left: 0px;
		margin-bottom: 0;
	}
	
	.check .check_wrap .check_box .row.last {
		border-bottom: 1px solid #ddd;
		padding-bottom: 20px;
	}
	
	.check .check_wrap .check_box .row.detail .check_name {
		text-align: right;
		width: 100%;
	}
	
	.check .check_wrap .check_box .row.detail {
		width: 92%;
	}
	
	.check .check_wrap .check_box .row.detail .check_name a:link,
	.check .check_wrap .check_box .row.detail .check_name a:visited,
	.check .check_wrap .check_box .row.detail .check_name a:active {
		color: #000;
	}
	
	.check .check_wrap .check_box .row .check_name {
		width: 25%;
		margin-left: 0px; 
	}
	
	.check .check_wrap .check_box .row .check_desc {
		width: 75%;
		margin-left: 0px;
	}
	
	.check .check_wrap .check_box .row .check_input_wrap a:link,
	.check .check_wrap .check_box .row .check_input_wrap a:visited,
	.check .check_wrap .check_box .row .check_input_wrap a:active,
	.check .check_wrap .check_box .detail a:link,
	.check .check_wrap .check_box .detail a:visited,
	.check .check_wrap .check_box .detail a:active {
		text-decoration: underline;
		color: #000;
	}
	









/*  #######################################      DLC Styles      ####################################### */


div.dlcFormStyles{
	
}

div.dlcFormStyles h3{
	font-size:22px;
	font-weight:400;
	line-height:30px;
	color:#fff;
	padding:0;
	margin:0;	
}

div#dlcBookingPane1{
	float:left;
	width:330px;
}

div#dlcBookingPane2{
	float:left;
	width:250px;
}

div.dlcBookingPane3{
	float:left;
	width:250px;
	height:300px;
	margin:0 0 0 20px;
	padding:0 0 0 20px;
	border-left:1px solid #7a809a;
}

div.dlcBookingPane4{
	float:right;
	width:360px;
	margin-right:25px;
}

div.dlcDatePane2Left{
	float:left;
	width:150px;
}

div.dlcDatePane2Left{
	float:right;
	width:150px;
}

div.dlcResultsPane{
	padding:10px;
	background:#606060;
	margin:0;
	width:100%;
}

input.dlcContinueButton {
	float:right;
	background: #2f8e00; /* Old browsers */
	background: -moz-linear-gradient(top,  #83ee66 0%, #2f8e00 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#83ee66), color-stop(100%,#2f8e00)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #83ee66 0%,#2f8e00 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #83ee66 0%,#2f8e00 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #83ee66 0%,#2f8e00 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #83ee66 0%,#2f8e00 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#83ee66', endColorstr='#2f8e00',GradientType=0 ); /* IE6-9 */
}

dlcContinueButton{

}

div.dlcBookingStatus {
	background:#606060;
	padding:15px;
	width:100%;
	-webkit-border-radius: 6px 6px 0 0;
	-moz-border-radius: 6px 6px 0 0;
	border-radius: 6px 6px 0 0;
}

div.dlcBookingStatus div.step1{
	float:left;
	width:177px;
}

div.dlcBookingStatus div.step2{
	float:left;
	width:177px;
	padding:0 35px;
	margin:0 35px;
	border-left:1px dotted #1f1f1f;
	border-right:1px dotted #1f1f1f;
}

div.dlcBookingStatus div.step3{
	float:left;
	width:177px;
	padding:0 35px 0 0;
	margin:0 35px 0 0;
	border-right:1px dotted #1f1f1f;
}

div.dlcBookingStatus div.step4{
	float:left;
	width:177px;
}

div.dlcBookingHeader{
	width:938px;
	padding:15px;
	margin:0;
	background: #565a6c; /* Old browsers */
	background: -moz-linear-gradient(top,  #7c829d 0%, #565a6c 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7c829d), color-stop(100%,#565a6c)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #7c829d 0%,#565a6c 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #7c829d 0%,#565a6c 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #7c829d 0%,#565a6c 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #7c829d 0%,#565a6c 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7c829d', endColorstr='#565a6c',GradientType=0 ); /* IE6-9 */
	color:#fff;	
}

div.dlcDetailsPane1{
	float:left;
	width:300px;	
}

div.dlcDetailsPane2{
	float:left;
	width:220px;
	height:100px;
	margin:0 20px 0 20px;
	padding:0 20px 0 20px;
	border-left:1px solid #33000b;
	border-right:1px solid #33000b;	
}

div.dlcDetailsPane1 h3{
	font-size:22px;
	font-weight:400;
	line-height:30px;
	color:#fff;
	padding:0;
	margin:0;	
}

div.dlcDetailsPane3{
	float:left;
	width:150px;
	height:100px;
	margin:0 20px 0 0;
	padding:0 20px 0 0;	
	border-right:1px solid #33000b;	
}

div.dlcDetailsPane4{
	float:right;
	width:130px;	
}

div.dlcDetailsPaneLabel{
	float:left;
	width:100px;
}

div.dlcDetailsPane3 a{
	background: #f2f2f2; /* Old browsers */
	background: -moz-linear-gradient(top,  #f2f2f2 0%, #cfcfcf 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f2f2f2), color-stop(100%,#cfcfcf)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #f2f2f2 0%,#cfcfcf 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #f2f2f2 0%,#cfcfcf 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #f2f2f2 0%,#cfcfcf 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #f2f2f2 0%,#cfcfcf 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f2', endColorstr='#cfcfcf',GradientType=0 ); /* IE6-9 */	
	padding:3px 4px;
	font-size:12px;
	color:#000;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;	
}

div.dlcDetailsPane3 a:hover {
	background: #eaf6fd; /* Old browsers */
	background: -moz-linear-gradient(top,  #eaf6fd 0%, #a7d9f5 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eaf6fd), color-stop(100%,#a7d9f5)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #eaf6fd 0%,#a7d9f5 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #eaf6fd 0%,#a7d9f5 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #eaf6fd 0%,#a7d9f5 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #eaf6fd 0%,#a7d9f5 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eaf6fd', endColorstr='#a7d9f5',GradientType=0 ); /* IE6-9 */
}

div.dlcDetailsTopLeft{
	width:425px;
	float:left;
	padding:15px;
	margin-right:15px;
	background:#404351;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

div.dlcDetailsTopLeft h3{
	font-size:22px;
	line-height:22px;
	font-weight:300;
	padding-bottom:15px;
}

div.dlcDetailsTopRight h3{
	font-size:22px;
	line-height:22px;
	font-weight:300;
	padding-bottom:15px;
}

div.dlcDetailsTopRight{
	width:425px;
	float:right;
	padding:15px;
	margin-bottom:15px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background:#404351;
}

div.dlcDetailsWrap{
	background:#404351 url(/images/bk-bookings.jpg) bottom right no-repeat;
	padding:15px;
	margin-bottom:15px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

div.dlcDetailsWrap h3{
	font-size:22px;
	line-height:22px;
	font-weight:300;
}

div.dlcDetailsLeft{
	width:425px;
	float:left;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

h3#dlcDetailsTopLeftH3{
	font-size:22px;
	margin-top:30px;
}

div.dlcDetailsRight{
	width:425px;
	float:right;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

div.dlcDetailsBottom{
	background:#bdbdbd;
	padding:0;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin-top:15px;
}

div.dlcDetailsInfoBox{
	padding:10px;
	border:1px solid #7c829d;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

div.dlcDetailsRouteInfo{
	background:#7c829d;
	padding:10px;
	font-weight:400;
	font-size:16px;
	margin:10px 0;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

div.dlcDetailsFooter{
	margin-top:15px;
}

div#odd{
	background:#e3e3e3;
	padding:5px;
}

div#even{
	padding:5px;
}

div.dlcCheckFooter1{
	padding:5px 0;
	border-top:1px dotted #000;
	border-bottom:1px dotted #000;
}

div.dlcCheckFooter2{
	
}

div.dlcCheckFooter3{
	float:right;
}

div.dlcCheckFooter3 input{
	padding:10px 14px;
	margin-top:30px;
	
}

label.dlcLabelReturn{
	cursor:pointer;
	cursor:hand;
}

div.dlcBookingLoginLeft{
	width:420px;
	float:left;
	padding:20px;
	background:#adadad;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

div.dlcBookingLoginLeft, div.footerLoginRight{
	font-size:12px;
}

div.dlcBookingLoginLeft p#form-login-username{
	padding-bottom:15px;
}

h3#dlcBookingH3{
	font-size:25px;
	line-height:25px;
	border-bottom:1px dotted #606060;
	padding-bottom:25px;
	margin-bottom:25px;
	
}

div.dlcBookingLoginRight{
	width:400px;
	float:right;
	padding:20px;
	background:#adadad;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

div.dlcRouteWrapLink1Off{
	background:#6b0116;
	float:left;
	width:164px;
	border-left:1px solid #33000b;
	border-top:1px solid #33000b;
	padding:8px 0;
	text-align:center;
	-webkit-border-radius: 4px 0 0 0;
	-moz-border-radius: 4px 0 0 0;
	border-radius: 4px 0 0 0;
}

div.dlcRouteWrapLink1On{
	float:left;
	width:165px;
}

div.dlcRouteWrapLink1On a{
	background:#4d0010;
	color:#c50026;
	padding:8px 0 7px 0;
	text-align:center;	
	display:block;
	border-top:1px solid #33000b;
	border-left:1px solid #33000b;
	border-right:1px solid #33000b;
	border-bottom:1px solid #33000b;
	-webkit-border-radius: 4px 0 4px 0;
	-moz-border-radius: 4px 0 4px 0;
	border-radius: 4px 0 4px 0;
}

div.dlcRouteWrapLink1On a:hover{
	background:#580011;
	color:#e6012d;
}

div.dlcRouteWrapLink2Off{
	background:#6b0116;
	float:left;
	width:164px;
	border-right:1px solid #33000b;
	border-top:1px solid #33000b;
	padding:8px 0;
	text-align:center;
	-webkit-border-radius: 0 4px 0 0;
	-moz-border-radius: 0 4px 0 0;
	border-radius: 0 4px 0 0;
}

div.dlcRouteWrapLink2On{
	float:left;
	width:165px;
}

div.dlcRouteWrapLink2On a{
	background:#4d0010;
	color:#c50026;
	padding:8px 0 7px 0;
	text-align:center;	
	display:block;
	border-top:1px solid #33000b;
	border-left:1px solid #33000b;
	border-right:1px solid #33000b;
	border-bottom:1px solid #33000b;
	-webkit-border-radius: 0 4px 0 4px;
	-moz-border-radius: 0 4px 0 4px;
	border-radius: 0 4px 0 4px;
}

div.dlcRouteWrapLink2On a:hover{
	background:#580011;
	color:#e6012d;
}

div.dlcRouteWrap{
	background:#6b0116;
	padding:10px;
	border-left:1px solid #33000b;
	border-right:1px solid #33000b;
	border-bottom:1px solid #33000b;
	-webkit-border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	border-radius: 0 0 4px 4px;
}

div.myOrdersWrap{
	padding:10px;
	border:1px solid #9d9d9d;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;	
}

tr.dlcMyOrdersTopBar{
	background:#606060;
	padding:10px;
}

tr.myAccount_row0 {
	background:bdbdbd;
}

tr.myAccount_row1 {
	background:fff;
}

div#dlcMessage{
	background:#97021f;
	padding:10px;
	margin:10px;
}

select.selectPassenger option{
	width:300px;
}

div.dlcDetailsFooterLeft{
	background:#404351;
	padding:10px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

tr.detailsFooterLeft-odd{
	background:#4e5161;
}

tr.detailsFooterLeft-even{
	background:#5d6071;
}

tr.detailsFooterLeft-odd td{
	border:1px solid #404351;
}

tr.detailsFooterLeft-even td{ 
	border:1px solid #404351;
}

div.journeyTabOff{
	background:#404351;
	padding:15px;
	font-size:20px;
	line-height:20px;
	-webkit-border-radius: 6px 6px 0 0;
	-moz-border-radius:  6px 6px 0 0;
	border-radius:  6px 6px 0 0;
	font-weight:300;
}

div.journeyTabOn input{
	background:#5d6172;
	padding: 12px 15px 13px 15px;
	font-size:20px;
	line-height:20px;
	-webkit-border-radius: 6px 6px 0 0;
	-moz-border-radius:  6px 6px 0 0;
	border-radius:  6px 6px 0 0;
	border:0;
	color:#fff;
	font-weight:300;
	font-family:ubuntu;
}

div.returnDateWrap{
	background: #404351;
	padding:6px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	margin:0 -7px 0 -7px;
}

div.step2PassengerSelect{
	border-bottom:1px dotted #7a809a;
	padding-bottom:10px;
	margin-bottom:10px;
}

optgroup.order1opt{
	font-style:normal;
	font-weight:normal;
	font-size:16px;	
	margin-top:5px;
	padding-top:5px;
	border-top:1px dotted #ccc;
}

select.pointOfInterest1{
	width:400px;
}
