/* Campertrave Stylesheet */

html, body {
	background: url(images/page-background.png) repeat-x #3983c2 top;
	font-family: tahoma,arial;
	font-size: 12px;
	overflow-x: hidden;
}
.header {
	background:url(images/header-background.png) top repeat-x #2676bd ;
	height: 154px;
}
.header .contact {
	color: #fff;
}
#logo p {
	position:absolute;
	right:9999px;
}
#contact-countries {
	text-transform: uppercase;
	font-weight: bold;
	margin-top: 3px;
}
#contact-countries ul {
	list-style: none;
	font-weight: normal;
	margin: 0;
	padding: 0;
}
#contact-countries ul li a{
	color: #fff;
	font-weight: bold;
    font-size: 11px;
}
a { cursor:pointer; }

/* flag icons */
li span { margin-left: 20px;}
li.bullet {
	background:url(images/icons/bullet_orange.png) left no-repeat;
}
li.uk {
	background: url(images/icons/gb.png) left no-repeat;
}
li.de {
	background: url(images/icons/de.png) left no-repeat;
}
li.nz {
	background: url(images/icons/nz.png) left no-repeat;
}
li.us {
	background: url(images/icons/us.png) left no-repeat;
}
li.ca {
	background: url(images/icons/CA.png) left no-repeat;
}
li.au {
	background: url(images/icons/au.jpg) left no-repeat;
}
li.skype {
	background: url(images/icons/mini-skype.png) left no-repeat;
	text-transform:none;
}
li.skype a 
{
    text-decoration:none;
}
.navigation {
	height: 38px; 
	background: url(images/navigation-list-background-main.gif);
	width:100%;
}
.nav-bg 
{
    height: 38px; 
    background: url(images/navigation-list-background-main.gif);
    position:absolute;
}
ul.nav {
    width:932px;
	height:37px;
	background: url(images/navigation-list-background-main.gif);
	margin-top:117px;
	position:relative;
	z-index:9000;
}
.nav li {
	list-style:none;
	float:left;
}
.nav li a {
	list-style:none;
	float:left;
	padding:10px 10px;
	margin-right:20px;
	font-family:tahoma, arial;
	color:#0066CC;
	font-weight:bold;
	font-size:12px;
	text-decoration:none;
	display:inline;
}
.nav li a:hover {
	color:#fff;
	background:#2676bd;
	text-shadow:-1px -1px 0 #2676bd;
	/* Mozilla: */
    background: -moz-linear-gradient(top, #2676bd, #28bce2);
    /* Chrome, Safari:*/
    background: -webkit-gradient(linear,
    left top, left bottom, from(#2676bd), to(#28bce2));
    /* MSIE */
    filter: progid:DXImageTransform.Microsoft.Gradient(
    StartColorStr='#2676bd', EndColorStr='#28bce2', GradientType=0);
}
.navigation ul {
	list-style: none;
	padding: 0;
	margin: 0;
	padding-left: 40px;
}
.navigation li {
	display: inline-block;
	height: 40px;
	margin: 0;
	padding: 0;
}

li.home {
	background: url(images/navigation-bg.jpg) -64px 0;
	width: 83px;
}
li.home a:hover {
	background:  url(images/navigation-bg.jpg) -64px -45px;
}
li.favorites {
	background: url(images/navigation-bg.jpg) -147px 0;
	width: 168px;
}
li.favorites a:hover {
	background: url(images/navigation-bg.jpg) -147px -45px;
}
li.affiliate-program {
	background: url(images/navigation-bg.jpg) -315px 0;
	width: 176px;
}
li.affiliate-program a:hover {
	background: url(images/navigation-bg.jpg) -315px -45px;
}
li.contact-us {
	background: url(images/navigation-bg.jpg) -491px 0;
	width: 124px;
}
li.contact-us a:hover {
	background: url(images/navigation-bg.jpg) -491px -45px;
}
.required {
	color: #eb9f45;
}
.quote-calculator, .side-box {
	background: url(http://www.campertravelusa.com/Content/themes/default/images/quote-calc-bg.png) #f4f2ec; 
	border: 3px solid #e0dacd;
	margin-top: 20px;
	margin-bottom: 20px;
	border-radius: 3px;
	-moz-border-radius: 3px; 
	-webkit-border-radius: 3px;
}
#contents {
	color: #333;
	text-shadow: 1px 0px #ccc;
	background: #fff;
}
.quote-details {
	border: 1px solid #e0dacd;
	background: #fff;
	border-radius: 3px;
	-moz-border-radius: 3px; 
	-webkit-border-radius: 3px;
	margin-left: 20px;
	margin-bottom: 5px;
}
#footer {
	color: #fff;
	text-shadow: 1px 0px #666;
	background: #3983c2;
}
#footer ul {
	padding: 10px;
}
#footer li {
	list-style: none;
}
#footer li a {
	color: #fff;
	text-decoration: none;
	font-weight:normal;
	text-shadow:1px 0 #333333;
}
#footer p {
	margin: 10px;
}
#footer li a:hover {
	color: #f6f2ec;
	text-align: none;
}

#footer .headline{
    color: #FCD84E;
    font-size: 11px;
    font-weight: bold;
    line-height: 16px;
    max-height: 16px;
    min-height: 16px;
    overflow: hidden;
    padding: 0;
    text-align: left;
    vertical-align: middle;	
}
/* buttons */
/* button basics */
a.second-link {
	font-weight: bold;
	color: #eee;
	text-decoration: none;
	font-size: 11px;
}
a.minibutton {
	display:inline-block;
	height:23px;
	padding:0 0 0 3px;
	font-size:11px;
	font-weight:bold;
	color:#333;
	text-shadow:1px 1px 0 #fff; 
	background: url(images/minibutton_matrix.png) 0 -210px no-repeat;
	white-space:nowrap;
	border:none;
	overflow:visible;
	cursor:pointer;
	text-decoration:none;
	font-style: normal;
}
a.minibutton>span {
	display:block;
	height:23px;
	padding:0 10px 0 8px;
	line-height:23px;
	background:url(images/minibutton_matrix.png) 100% -210px no-repeat;
}
a.minibutton:hover, a.minibutton:focus {
	color:#fff;
	text-decoration:none;
	text-shadow:-1px -1px 0 rgba(0,0,0,0.3);
	background-position:0 -240px;
}
a.minibutton:hover>span, a.minibutton:focus>span {background-position:100% -240px;}
a.minibutton.mousedown{background-position:0 -240px; }
a.minibutton.mousedown>span{background-position:100% -240px; }

a.secondarybutton {
	display:inline-block;
	height:23px;
	padding:0 0 0 3px;
	margin-top:8px;
	font-size:11px;
	font-weight:bold;
	color:#333;
	text-shadow:1px 1px 0 #fff; 
	background: url(images/minibutton_matrix.png) 0 -150px no-repeat;
	white-space:nowrap;
	border:none;
	overflow:visible;
	cursor:pointer;
	text-decoration:none;
}
a.secondarybutton>span {
	display:block;
	height:23px;
	padding:0 10px 0 8px;
	line-height:23px;
	background:url(images/minibutton_matrix.png) 100% -150px no-repeat;
}
a.disabled, a.disabled:hover {
	filter:alpha(opacity=40);
	-moz-opacity:0.4;
	-khtml-opacity: 0.4;
	opacity: 0.4;
	cursor: default;
	color:#333;
	text-shadow:1px 1px 0 #fff;
}

a.secondarybutton:hover, a.secondarybutton:focus {
	color:#333;
	text-decoration:none;
	text-shadow:-1px -1px #fff;
	background-position:0 -150px;
}
a.secondarybutton:hover>span, a.secondarybutton:focus>span {background-position:100% -150px;}
a.secondarybutton.mousedown{background-position:0 -150px; }
a.secondarybutton.mousedown>span{background-position:100% -150px; }



a.largebutton {
	margin: 10px 0 0 5px;
	font-family: tahoma, arial;
	display:inline-block;
	height:37px;
	padding:0 0 0 3px;
	font-size:18px;
	font-weight:bold;
	text-transform: uppercase;
	color:#333;
	text-shadow:1px 1px 0 #fff; 
	background: url(images/minibutton_matrix.png) 0 -272px no-repeat;
	white-space:nowrap;
	border:none;
	overflow:visible;
	cursor:pointer;
	text-decoration:none;
	font-style: normal;
	
}
a.largebutton>span {
	display:block;
	height:37px;
	padding:2px 24px 0 18px;
	line-height:36px;
	background:url(images/minibutton_matrix.png) 100% -272px no-repeat;
}
a.largebutton:hover, a.largebutton:focus {
	color:#fff;
	text-decoration:none;
	text-shadow:-1px -1px 0 rgba(0,0,0,0.3);
	background-position:0 -320px;
}
a.largebutton:hover>span, a.largebutton:focus>span {background-position:100% -320px;}
a.largebutton.mousedown{background-position:0 -320px; }
a.largebutton.mousedown>span{background-position:100% -320px; }

/* specific buttons */
a.btn-search .icon {
	float:left;
	margin: 5px 5px 5px 0px;
	width:18px;
	height:23px;
	background:url(images/minibutton_icons.png) 0 0 no-repeat;
}
a.btn-search .icon {background-position:-214px 0px;}
a.btn-search:hover .icon, a.btn-search:focus .icon {background-position:-214px 0px;}



a.btn-check-avail .icon {
	float:left;
	margin-left:-4px;
	width:18px;
	height:22px;
	background:url(images/minibutton_icons.png) 0 0 no-repeat;
}
a.btn-check-avail .icon {background-position:-955px -24px;}
a.btn-check-avail:hover .icon, a.btn-check-avail:focus .icon {background-position:-955px -24px;}


a.btn-send-enquiry .icon {
	float:left;
	margin-left:-4px;
	width:18px;
	height:22px;
	background:url(images/minibutton_icons.png) 0 0 no-repeat;
}
a.btn-send-enquiry .icon {background-position:-485px -24px;}
a.btn-send-enquiry:hover .icon, a.send-enquiry:focus .icon {background-position:-485px -24px;}

.l-button {
	background:url(images/checkAvailability.png) repeat-x;
    width:190px;
    height:52px;
}
.l-button:hover	{
	background-position:0px -52px;
}
/**************************
Check box 
*************************/
.checkbox, .radio {
	width: 15px;
	height: 18px;
	padding: 0 5px 0 0;
	background: url(images/checkbox.gif) no-repeat;
	display: block;
	clear: left;
	float: left;
}
.radio {
	background: url(images/radio.gif) no-repeat;
}
.select {
	position: absolute;
	width: 158px; /* With the padding included, the width is 190 pixels: the actual width of the image. */
	height: 21px;
	padding: 0 24px 0 8px;
	color: #fff;
	font: 12px/21px arial,sans-serif;
	background: url(http://www.campertravelusa.com/Content/themes/default/select.gif) no-repeat;
	overflow: hidden;
}
.loading {
    background: url(images/icons/loading.gif) center center no-repeat !important;
    opacity: 0.5;
    filter:alpha(opacity=50);
    width:630px;
    float: left;
    height: 252px;
    margin: 20px 0 20px 40px;
    width: 630px;
    border: 3px solid #E0DACD;
    border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;

}
/*
        Text Format
*************************/
.head {
	border-bottom: 1px solid #E0DACD; 
	margin:15px 17px 3px 10px;
	padding-bottom: 3px;
	font:bold 14px/100% tahoma, arial;
	text-transform: uppercase;
	text-shadow: -1px 1px #fff;
}
.side-box .pickup, .left-quote .pickup {
	background: url(images/icons/car--plus.png) no-repeat #fff 10px 10px;
}
.side-box .dropoff, .left-quote .dropoff {
	background: url(http://www.campertravelusa.com/images/icons/car--minus.png) no-repeat #fff 10px 10px;
}
.p {
	padding: 10px 0 0 10px;
	width: 100px;
	float: left;
	text-shadow: -1px 1px #fff;
}
.p label 
{
    margin-left:25px;
}
.p .da {
	float: right;
	margin-top: -3px;
	margin-bottom: 5px;
	color: #999;
	text-shadow: none;
}
.d{
	width: 55px;
	float: right;
	text-align: center;
	font-family:  tahoma, arial;
	margin-top: 4px;
}
.side-box .d .mo, .side-box .d .ye, .left-quote .d .ye, .left-quote .d .mo {
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
	margin: 0 0 -10px 0;
	padding: 0;
}
.d .da {
	font-size: 24px;
	font-weight: bold;
	margin: 0 0 -10px 0;
}
.side-box .total, .left-quote .total {
	background: #fff;
}
.side-box .total p, .left-quote .total p {
	padding: 12px 0 0px 10px;
	text-align: center;
}
.impt {
	font-family:  tahoma, arial;
	font-weight: bold;
	font-size: 22px;
	padding-left: 3px;
	display: block;
	margin-top: -3px;
	margin-bottom: -2px;
}
.left-quote {
	border-radius: 3px;
	-moz-border-radius: 3px; 
	-webkit-border-radius: 3px;
	margin-left:20px;
}
.pickup, .dropoff,  .total{
	border: 1px solid #e0dacd;
	border-radius: 3px;
	-moz-border-radius: 3px; 
	-webkit-border-radius: 3px;
	margin: 0 0 4px 10px;
	padding-right: 10px;
	background: #fff;
}
.side-box .pickup, .left-quote .pickup {
	background: url(images/icons/car--plus.png) no-repeat #fff 10px 10px;
}
.side-box .dropoff, .left-quote .dropoff {
	background: url(images/icons/car--minus.png) no-repeat #fff 10px 10px;
}
.quote-calculator .headline {
	border-bottom: 1px solid #e0dacd;
	margin-left: 20px;
}
.quote-calculator .sub-headline {
	font-family: tahoma, arial; font-size: 12px;
	margin-top: 4px;
	margin-left: 20px;
	text-shadow: 0;
	color: #333;
	text-shadow: 1px 0px #fff;
	
}
.quote-calculator h2, .vehicle-details h2 {
	padding: 0; 
	margin: 0;
	margin:5px -5px 0;
	font:bold 25px/100% tahoma, arial;
	font-family: tahoma, arial; 
	text-transform: uppercase; 
	text-shadow: -1px 1px #fff;
	color: #333333;
}
.contactus 
{
    width:150px;
    float:left;
}
.quote-calculator fieldset {
	margin-left: 20px;
}
.avail-form {
	background: #fff; 
	margin-left: 10px; 
	margin-right: 0;
	padding-bottom: 20px;
	margin-bottom: 20px;
	border: 1px solid #E0DACD;
	border-radius: 5px;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
}
avail-form h3 {
	padding: 5px 10px 0 10px;
	font-size: 16px;
	font-weight: bold;
	font-family:  tahoma, arial;
	text-shadow: -1px 1px #fff;
}
.avail-form fieldset {
	border-top: 1px solid #333; border: 0; padding: 0;
}
.avail-form label {
	width: 150px;
	vertical-align: top;
	margin-top: 10px;
	float: left;
	text-shadow: -1px 1px #fff;
	
}
.avail-form input, .avail-form textarea {
	margin-left: 10px;
	border: 3px solid #e8e5de;
	border-radius: 5px;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
	background: url(http://www.campertravelusa.com/Content/themes/images/avail-form-bg.png) #fff bottom repeat-x;
	padding: 4px;
}
/*
    Home Content
****************************/
.LpBannerDefault2 
{
    background:url(images/LP-Default2.jpg);
    width:879px;
    height:169px;
    margin:20px auto 0 auto;
    border:1px solid #ccc;
}

.default2 
{
    width:950px;
   
	margin:0 auto;
	text-decoration:none !important;
	text-shadow:none !important;
}
   .def-wrap {
	   width:270px;
	   float:left;
	   margin-right:20px;
	   padding-bottom:20px;
   }
   .def-wrap a {
	   text-decoration:none;
	   color:#558caf;
   }
   .def-wrap a:hover {
	   text-decoration:underline;
   }
   .def-header {
	   width:260px;
	   height:42px;
	   background:#3983c2;
	   
	 	-moz-border-radius:5px; 
    	-webkit-border-radius:5px;
    	 border-radius:5px;
		 
	 font-size:18px;
	 padding:14px 0 0 10px;
	 color:#fff;
   }
   .def-img {
	   width:264px;
	   height:96px;
	   
	    -moz-border-radius:5px; 
    	-webkit-border-radius:5px;
    	 border-radius:5px;
		 margin-top:10px;
		 padding:2px;
		 border:solid 1px #eceae5;
   }
   .def-content {
	   margin-top:20px;
	   text-align:justify;
   }
   .def-content p strong {
	   color:#3983c2;
   }
   .defcontent-sublink
   {
       margin:10px 0;
   }
/*
    Search Results
****************************/
.vehicle-list {
	background: #f4f2ec; border: 1px thin #e0dacd;

}
/*
    Search Results Box
****************************/
.spec-label {
	color:#666;
	width:110px;
}
.vehicle-details table td {
	padding-bottom: 4px;
}
.vehicle-details td.spec-label {
	width: 140px;
	border-bottom: 1px solid #efefef;
	font-size: 11px;
	font-weight: bold;
	text-shadow: #fff 0px 1px 0px;
}
.vehicle-details td.spec-data {
	border-bottom: 1px solid #efefef;
	font-size: 11px;
	text-shadow: #fff 0px 1px 0px;
}
.vehicle-details td.spec-data div.addl-info {
	display: block;
	clear: both;
	color: #333;
	font-weight: normal;
	font-size: 10px;
	text-shadow: #fff 0px 1px 0px;
}
.spec-data {
	text-align: left;
	font-weight: bold;
}
/*
    Online Quote
****************************/
.price {
	text-align: right;
}

/*
Quote Caclulator
**********************************/
.foriesavequote .common-form 
{
    width:507px;
    margin-top:10px;
}
.foriesavequote .span-16 
{
    width:100%;
    margin:0;
}
.quoteMinsidepanel .nz-forfloat 
{
    width:252px !important;
    margin: 20px 20px 0 0 !important;
    
}
.quoteMinsidepanel .span-5 
{
    width:220px;
}
.common-form .col 
{
    float:left;
    display:inline;
    
}
.common-form .col-1
{
    width:440px;
}

.common-form .row 
{
    float: left;
    width: 430px;
    display: inline;
    padding-bottom:10px; 
}

.common-form .row .item-wrap 
{
    float:left;
    display:inline-block;
    margin-right:5px;
}

.common-form .col .item-wrap span 
{    
    /*
    display:block;    
    font-size: 11px;   
    color: Gray;
    padding-left:3px;   
*/
    font-size: 12px;
    color: #333;
    text-shadow: 1px 0px #CCC;
    display: block;
}


/*
    For Static Pages
****************************/

.box {
	background: url(http://www.campertravelusa.com/Content/themes/images/box-bg.png) bottom repeat-x #fff; border: 2px solid #e0dacd;
	margin-left: 35px;
	border-radius: 5px;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
	display: block;
	padding: 8px;
	height: 170px;
}

.vehicle-list h2 {
	font-size: 18px;
	padding: 10px 0 0 20px;
	font-family: tahoma, arial;
	font-weight: bold;
	color: #333;
	text-shadow: none;
	text-shadow: -1px 1px #fff;
}
/* boxes on main page */
.box {
	background: url(images/box-bg.png) bottom repeat-x #fff; border: 2px solid #e0dacd;
	margin-left: 35px;
	border-radius: 5px;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
	display: block;
	padding: 8px;
	height: 170px;
	}
.vehicle-details-box {
	background: url(images/box-bg.png) bottom repeat-x #fff; border: 2px solid #e0dacd;
	border-radius: 5px;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
	display: block;
	padding: 8px;
	margin-bottom: 10px;
	}
.vehicle-details-box h4 {
	font-family: tahoma, arial;
	font-size: 14px;
	font-weight: bold;
	text-shadow: -1px -1px #F4F2EC;
	margin: 0;
	padding: 0;
}
.box h3 {
	font-size: 1.06em !important;
	font-weight: bold;
	font-family: tahoma, arial !important;
	margin: 0;
	padding: 0;
	color: #333;
	text-shadow: none;
	text-shadow: -1px -1px #F4F2EC;
	max-height:20px;
	min-height:20px;
	width:auto;
	text-align:left !important;
	
}
.box p.sub-headline{
	font-size: 11px;
	color: #1c598f;
	padding: 0;
	margin: 0;
	font-weight: bold;
	min-height: 48px;
	max-height: 48px;
	line-height: 16px;
	overflow: hidden;
	text-align: left !important;
	vertical-align:middle;
}
.box p.desc {
	font-size: 10px;
	color: #666666;
	padding: 5px 0 10px 0;
	min-height: 40px;
	max-height: 40px;
	height: 40px;
}
/*
	__Vehicle Details 3
*************************************/
#tsh_container{position:relative; width:100%; background:#f3f1ed; margin:10px 0; border:1px solid #dfd9cb}
#tsh_container .thumbScroller {position:relative; overflow:hidden;}
#tsh_container .thumbScroller, #tsh_container .thumbScroller .img-container, #tsh_container .thumbScroller .content{height:120px;}
#tsh_container .customScrollBox .horWrapper{position:relative; left:0;}
#tsh_container .thumbScroller .img-container{position:relative; left:0; display:inline-block; *display:inline;}
#tsh_container .thumbScroller .content{float:left;}
#tsh_container .thumbScroller .content div{padding:10px 10px; height:100%;}
#tsh_container .thumbScroller img{border:5px solid #fff; width:120px; height:90px;}
#tsh_container .thumbScroller .content div a{display:block; -moz-box-shadow:0 0 5px #000; -webkit-box-shadow:0 0 5px #000; box-shadow:0 0 5px #000;}
#tsh_container .thumbScroller .content div a:hover{-moz-box-shadow:0 0 15px #000; -webkit-box-shadow:0 0 15px #000; box-shadow:0 0 15px #000;}
.vdc h2 {
	font:bolder 24px/100% Arial, Helvetica, sans-serif;
	color:#333;
	margin-bottom:10px;
}
.vdc h4 
{
    margin-bottom:10px;
}
.vdc p 
{
    width:580px;
}
.vehicle-details-rightcol 
{
    padding:0 8px;
}
.virtual-tour-btn 
{
    background:url(http://www.campertravelusa.com/images/virtual-tour.png);
    width:250px;
    height:60px;
    cursor:pointer;
}
.vehicle-details-fucos 
{
    background:#DBD1BC;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#DBD1BC'); /* for IE */
    background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#DBD1BC)); /* for webkit browsers */
    background: -moz-linear-gradient(top,  #ffffff,  #DBD1BC); /* for firefox 3.6+ */
    border: 2px solid #DBD1BC;
    border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    padding:8px;
}
.ca-fieldset 
{
    margin:0;
}
.ca-fieldset td
{
    vertical-align:middle;
    font-size:10px;
    text-align:left;
    padding-left:5px;
}
.ca-fieldset input, .SFR
{
    float:right;
}
.chkhide 
{
    display:none;
}
.ca-fieldset input, .ca-fieldset select, #cphMainPanel_txtComments
{
    border:1px solid #AAA498;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
    border-radius:3px;
    background:url(images/quote-calc-form-bg.png) repeat-x;   
}
#cphMainPanel_txtComments 
{
    background:#fff;
}
.VD-pnlwarnings th
{
    background:none;
}
.VD-pnlwarnings 
{
     margin-bottom:10px;
}
.vh-checkavail 
{   
    background: #2c85d7; /* for non-css3 browsers */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#55a5ef', endColorstr='#2c85d7'); /* for IE */
    background: -webkit-gradient(linear, left top, left bottom, from(#55a5ef), to(#2c85d7)); /* for webkit browsers */
    background: -moz-linear-gradient(top,  #55a5ef,  #2c85d7); /* for firefox 3.6+ */
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    border-radius:5px;
    padding:10px 3px 10px 5px;
}
.vh-checkavail h3 
{
    margin:0;
    text-shadow:none !important;
    color:#fff;
    font:bold 12px/100% arial;
}
.ca-fieldset 
{
    margin:0;
}
.ca-fieldset td
{
    vertical-align:middle;
    font-size:10px;
    text-align:left;
    padding-left:5px;
}
.ca-fieldset input, .SFR
{
    float:right;
}
.ca-fieldset input, .ca-fieldset select, #cphMainPanel_txtComments
{
    border:1px solid #AAA498;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
    border-radius:3px;
    background:url(images/quote-calc-form-bg.png) repeat-x;   
}
select#Country_CountryID
{
    width:144px;
}
#cphMainPanel_txtComments 
{
    background:#fff;
}
.VD-pnlwarnings th
{
    background:none;
}
.VD-pnlwarnings 
{
     margin-bottom:10px;
}
.greenbtn 
{
    width:230px;
    height:53px;    
    background:url(images/greensendbtn.png) no-repeat;
    margin-right:4px;
    display:inline;
}
.greenbtn-2 
{
    background:url(images/greensendbtn-2.png) no-repeat;

}
.greenbtn:hover
{
    background-position:0px -57px;
}
.greenbtn:active
{
    background-position:0px -115px;
}
/*
    QuoteDetailsMin
********************************/

.qdm, table.qdm
{
    margin:0 0 10px 10px;
    padding:0;
}
.qdm h5 
{
    color:#2769BA;
    border-bottom:1px solid #ccc;
    margin:0;
}
.qdm h5 span 
{
    font-weight:normal !important;
    color:#666;
}
.qdm label 
{
    font-weight:bold;
    display:block;
}
.qdm label span 
{
    font-weight:normal;
}
.qdm ul 
{
    margin:0;
}
.qdm-select 
{
    width:147px;
    float:right;
}
a.toggleLink {
	 font-size: 10px;
	 text-decoration: none;
	 color: #999;
	 text-shadow: none;
	 font-weight: normal;
	 cursor:pointer;
}
.extrahire-label {
	font-family:tahoma, arial;
	font-size:12px;
	color: #000;
}
.extrahire-desc {
	font-size: 11px;
	font-family:tahoma, arial;
	padding:0 0 15px 15px;
	color: #484848;
}

.SearchItem .tooltip-best-offer
{
    color: #000; 
    text-decoration: none;
    position: absolute; 
    float: left;
    width:65px;
    height:56px;
    top: 40px; 
    left: 305px; 
    text-align: center;
    font-size: 12px; 
    line-height: 12px; 
    font-weight: bold;
    z-index:9999
}
/*
    How To Book
********************************/
.howtobooksteps 
{
    margin:20px 0;    
}
.static p.pad10 
{
    padding-top:10px;
    margin-top:0;
}
.howtobooksteps span 
{
    display:block;   
    font-weight:bold;
}
.howtobookhead 
{
    font:normal 24px/100% arial;
    margin:20px 0 0 20px;
}

/* Place css here for pop-out page */
.PO-page 
{
    width:945px;
    background:#fff;
    min-height:1000px;
    background:#fff;
}
.PO-page .span-22 {
width:901px;
}
.PO-page .span-1
{
    width:0px;
}
.PO-page .vehicle-details 
{
    margin-left:10px;
}
.PO-page .vehicle-details-box 
{
    width:616px;
}

.for-fancy-box
{
    width:450px;
    min-height:400px;
    background:#fff;
}
.for-fancy-box h2, .for-fancy-box li.col-1
{
    font-weight:bold;
}

.for-fancy-box ul
{
    list-style:none;
    clear:both;
    margin:0;
    padding:0;
}
.for-fancy-box ul li
{
    float:left;
    margin-bottom:10px;
}
.for-fancy-box ul li.col-1
{
    width:100px;
}
.for-fancy-box ul li.col-2 
{
    width:350px;
}
/*checkboxes */
input.styled { display: none; } select.styled { position: relative; width: 190px; opacity: 0; filter: alpha(opacity=0); z-index: 5; } .disabled { opacity: 0.5; filter: alpha(opacity=50); }


/*
    for info pages
------------------------------*/

.for-info-pages 
{
    width:862px !important;
}
.for-info-pages .avail-form 
{
    width:840px !important;
    margin:10px;    
}
.for-info-pages h3 
{
    margin:20px;
   
}
.for-info-pages .inside-box 
{
    margin-left:20px;
}


#Quote-Details-VehicleQuote
{
    
}

.quote-details table tbody td {
padding: 0 5px 0 5px;
height: 20px;
border-bottom: 1px dotted #EEE;
}


table.qdm tr td.col-1
{
    width:157px;
}
table.qdm tr td.col-2
{
    width:153px;
}
table.qdm tr td.col-3
{
    width:20px;
}
table.qdm tr td.col-4
{
    width:67px;
}
table.qdm tr td.col-5
{
    width:103px;
}
.ca-co_ch 
{
    position:absolute;
}
.bottomdetails table td 
{
    margin:0;
    padding:0;
}
.bottomdetails .col-1-1 
{
    width:40px;
}
.bottomdetails .col-1-2
{
    min-width:100px;
    
}

.bottomdetails .col-2-1
{
    min-width:50px;
}
.bottomdetails .col-2-2
{
    min-width:100px;
}

.bottomdetails .col-3-1 
{
    min-width:100px;
}
.bottomdetails .col-3-2
{
    min-width:100px;
}

#home-uvp .col {
	width:240px;
	height:200px;
	padding:9px 18px 0;
	float:left;
	margin:0 20px 20px 0;		
	display:inline;
    background: url(images/uvp-col-bg.png) left bottom repeat-x;
    position:relative;
    border:1px solid #b5b5b5;
    border-radius: 15px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
}


#home-uvp 
{
    float:left;
    width:880px;
    margin:0 35px;
    display:inline;
}
#home-uvp h1 {
	font-size:18px;	
	font-weight:normal;
	margin:0;
	font-family:Arial;	
}
#home-uvp p 
{
    color:#666;
  
}
#home-uvp .col-1 .img-bpg
{
    float:right;
    width: 65px;
    height:56px;
    margin-top:30px;
    display:inline;
    background: url(images/tag-best-price-guarantee.png)  no-repeat;
}

#home-uvp .col-3 .uvp-content .img-ps 
{
    float:right;
    width:112px;
    height:74px;
    margin:2px 5px 0 0;    
    display:block;   
    padding:1px;
    background: url(images/img-ps.png) 0 0  no-repeat;
}
#home-uvp .col-2 .uvp-content 
{
    background: url(images/uvp-approve.png) 185px bottom no-repeat;
}
#home-uvp .uvp-content 
{
    padding-top:5px;	
}
#home-uvp .no-mar 
{
    margin:0;
}
li.capacity {
background: url(images/icons/capacity.png) no-repeat;
list-style: none;
padding-bottom: 5px;
}
li.transmission {
background: url(images/icons/transmission.png) no-repeat;
list-style: none;
padding-bottom: 5px;
}
li.fuel {
background: url(images/icons/fuel_icon.png) no-repeat;
list-style: none;
padding-bottom: 5px;
}
li.gas {
background: url(images/icons/gas.png) no-repeat;
list-style: none;
padding-bottom: 5px;
}
.AllInclusive-wrap 
{
    position:absolute;
    right:250px;
}

.long-description 
{
    position:relative;
    height:145px;
}
.long-description .btn-check-avail
{
    position:absolute;
    bottom:0;
    left:0;
}
#masthead { position:relative; }
.skype_pnh_dropart_span { display:none !important; }

#contact-countries { position:absolute; right:15px; top:0; }

#masthea .span-4 { width:auto }


.vehicle-image { height:94px; }

.col-wrap { display:inline;}

.imgArea p { z-index:2000; position:relative}
.phoneicon { z-index:1000; position:relative }

.col3 {display:inline}

.ui-datepicker {z-index:10000 !important;}