.clear {clear:both;}
.error {color:red !important;}
.center{text-align:center;}
.left{float:left;}
img {max-width:800px; max-height:800px;}

#frame{
	background:#FFFFFF;
	margin:0 auto;
	padding:0 32px 10px 32px;
	width:960px;
}

#embed{
	background: #fff;
}

.lead_frame{
	background:#ffffff;
	font-family: Arial,Helvetica,sans-serif;
    float:left;
}

#body-container {
	min-height:350px;
	padding-bottom:10px;
	width:960px;
}

#ie6_mask {
    display:none;
    width:100%;
    height:2000px;
    background-color:#fff;
    color:#000;
    text-align:center;
    position:absolute;
    z-index:9900;
}

.details-container {
	padding-bottom:10px
}

.details-container-lead {
	width: 100%;
	padding: 10px;
	padding-bottom:10px;
	height: 100%;
}

.details-container-lead h1 {
	font-size: 18pt;
	font-weight: bold;
	line-height: 1em;
	margin-bottom:0em;
	text-align: justify;
}

.details-container-lead h3 {
	font-size: 12pt;
	margin:0 0 20px;
}

.highlight {
	background:#ffcc00;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px
}

#left-col, #right-col {
	overflow: hidden;
	padding-bottom: 20px;
}

#left-col {
	float:left;
	width:650px;
}

#right-col {
	float:right;
	margin-left:30px;
	width:280px;
}

#left-col.half, #right-col.half {
	width:465px;
}

#right-col h2 {
	color:#2F406B;
	font-size: 19px;
}

#logo_container{
	float:left;
	width:320px;
	height:115px;
}

#logo{
	display:block;
}

#logo_mini{
	color: #fff;
	float:left;
	width: 145px;
	height:57px;
	background:url(../images/logo-ecampers-mini.png) no-repeat;
	background-position: 0px 10px;
}

#logo_camperhire_mini{
	color: #fff;
	float:left;
	width: 145px;
	height:57px;
	background:url(../images/logo-camperhire-mini.png) no-repeat;
	background-position: 0px 10px;
}

#logo_container .fb_page {
	background: url("../images/facebook_logo_15.png") no-repeat right top;
	color: #909090;
	display:block;
	font-size:11px;
	line-height: 15px;
	margin:-10px 0 0 50px;
	padding-right:20px;
	text-decoration:none;
	width:50px;
}

#logo_container .fb_page span {
	display:none;
}

#headline{
	float:left;
	margin:0 10px;
	width:390px;
	height:110px;
}

#headline h1, #headline p{
	float: left;
	font-size: 24px;
	font-weight: bolder;
	margin-top: 35px;
}

#widget_header {
	color: #8ED1DA
}

#login-container a.existing{
	float:right;
	color:#909090;
	text-decoration:none;
	margin-top:30px;
	margin-right:10px;
}

#login-container a.existing:hover{
	color:#2f406b;
}

#sign-in-drop{
	float:right;
	position:absolute;
	right:0px;
	height:auto;
	width:230px;
	background-color:#ededed;
	height:0px;
	overflow:hidden;
	z-index:1000;
}

#sign-in-drop .inner{
	float:left;
	width:194px;
	padding:18px;
}

#sign-in-drop #signin_email,
#sign-in-drop #signin_password{
	padding:0px;
	margin:0px;
	border:0px;
	height:22px;
	padding-top:3px;
	padding-left:5px;
	width:187px;
	margin-bottom:10px;
	border:1px solid #ededed;
	font-size:14px;
}

#sign-in-drop #signin_email:focus,
#sign-in-drop #signin_password:focus{
	border:1px solid #ffa55a;
	background-color:#fcf2e9;
}

#sign-in-drop .inner form label{
	display:block;
	width:194px;
	color:#646464;
	line-height:18px;
    text-align:left;
}

#sign-in-drop #signin_rememberme{
	margin:0px 10px 0px 0px;
}

#sign-in-drop .inner form a{
	display:block;
	text-decoration:none;
	color:#373e66;
	margin-top:5px;
}

#sign-in-drop .inner form a:hover{
	text-decoration:underline;
}

#sign-in-drop .inner form .b-log-in{
	float:right;
	margin:0px;
	padding:0px;
	border:0px;
	text-indent:-9000px;
	margin-top:8px;
}

#signed-in {
	color:#909090;
	font-size:11px;
	line-height:18px;
	margin:10px 0;
}

#sign-in-drop.sign-in-drop-with-errors .inner {
	height: 191px;
}

#login-container .sign-in-drop-with-errors .inner .error {
	display:block;
	font-weight:bold;
	padding-bottom:5px;
	height: 11px;
}

#sign-in-drop .button_small {
	float:right;
	margin-top:8px;
}

#locale_selector img {
	vertical-align:top
}

.home #body-container {
	margin-top:10px;
}

.hpblock-container, #car-container, #blog-container {
	clear:both;
	margin:0 -32px;
	padding: 20px 32px;
}

#blog-container {
	background:#dedede;
}

.hpblock-container h2, #car-container h2, #blog-container h2 {
	margin-bottom:1em;
}

.hpblock-container p, #car-container p {
	line-height: 1.5em;
	margin-bottom: 0.5em;
}

#breadcrumb-container {
	color:#909090;
	min-height:15px;
	padding-bottom: 20px;
}

#breadcrumb-container, #breadcrumb-container a {
	font-size:13px;
	text-decoration:none;
}

form.auth_form table td {
	height:30px;
	padding-right: 10px;
}

form.auth_form input[type=text], form.auth_form input[type=password] {
	border:1px solid #ccc;
	padding:2px 10px;
	left:220px;
}

form.auth_form .error p {
	color: red;
}

/* Make checkbox bigger */
#q_email_questions {
    width: 20px;
    height: 20px;
/* All browsers except webkit*/
/*    transform: scale(1.5);*/
/* Webkit browsers*/
/*    -webkit-transform: scale(1.5);*/
    margin-right: 10px;
}

label.q_email_questions {
    line-height: 28px;
}

#q_comments {
    width: auto !important;
}
.your-details-container .required_field {
	padding: 2px 5px;
	font-weight: normal;
	margin: 3px 0 1px 0;
	text-decoration: none;
	background: transparent url(../images/icon_requiredfield.gif) no-repeat;
	line-height: 12px;
}

.your-details-container .optional_field {
    padding: 2px 5px;
    font-weight: normal;
    margin: 3px 0 1px 0;
    text-decoration: none;
    line-height: 12px;
}


#lead-form-popup .required_field {
    float:left;
}

#lead-form-popup .notice {
    font-size: 12px;
}

#lead-form-popup label.required_label {
    display: inline !important;
}

.your-details-container .already-member{
	font-size:12px;
	color:#909090;
	float:left;
	line-height:21px;
	margin-left:40px;
}

.your-details-container .break-row{
	float:left;
	width:600px;
	height:15px;
}

.your-details-container {
	float:left;
	margin-top:20px;
	width:480px;
}

.details-container-lead .details-container-heading {
    width: 100%;
    float:left;
    margin-bottom:10px;
}

.details-container-lead .lead_form_section {
    clear:both;
    text-align:center;
}

.your-details-container.lead  {
	float:left;
	width:100%;
	margin:0px;
}

.your-details-container .phone-input {
    margin-left: 14px;
}

.lead-form-wrap .tnc {
    margin-top: 10px;
    text-align: center;
}

.your-details-container .form-row{
	float:left;
    clear:both;
	min-height:27px;
	margin-bottom:10px;
    width:100%;
    position:relative;
}

.your-details-container label.error {
    float: none !important;
    margin-left: 10px;
}

.your-details-container .form-row .required_label {
    width:12px;
}

.your-details-container .form-row .left, #book_or_quote_fields span.label, .drop-box-container span.label{
	width:140px;
	height:28px;
	padding-right:10px;
	text-align:right;
	/*float:left;*/
    /*line-height: 28px;*/
    margin-top: 0px;
}

.your-details-container .form-row.backup label {
	width: 31px;
}

.your-details-container .form-row.backup .b-submit {
	margin-left: 5px;
	margin-top: 0
}

.your-details-container .padded-left{
	padding-left:150px;
	width:460px;
}

.your-details-container .form-row select{
	margin-top:4px;
}

.your-details-container.details-form .form-row label, .your-details-container .form-row span.label{
    margin-top: 0px;
    color:#333;
    font-size:12px;
/*    line-height:28px;*/
    padding:0px 0;
    min-width:10px;
    min-height:10px;
    float:left;
/*    display:block;*/
    margin-right:2px;
}
.your-details-container .form-row label.multi-line, .your-details-container .form-row span.label.multi-line{padding-top:0px;}
.your-details-container .form-row span.label.long{padding-left:5px;float:left;padding-right:5px;margin-left:5px;width:290px;}
.your-details-container .form-row label.inner{float:left;margin-left:30px;}
.your-details-container .form-row label.right{float:left;margin-left:10px;margin-right:50px;}
.your-details-container .form-row input.text{
    /*float:left;*/
    padding-left:8px;
    height:21px;
    padding-top:4px;
    background-color:#e9e8e8;
    border:1px solid #e9e8e8;
    color:#909090;
    font-size:12px;
}
.your-details-container .form-row .right_label {float:left;height:21px;padding-top:4px;}
.your-details-container .form-row input.text:focus, .your-details-container .form-row input.text.active{background-color:#fcf2e9;border:1px solid #ffa55a;}
.your-details-container .form-row input.short{width:220px;}
.your-details-container .form-row input.wide{width:295px;}
.your-details-container .form-row.invalid input.wide {background-color: #FFF0F0;border: 1px solid #E00000;}
.your-details-container .form-row input.inner{float:left;margin-left:10px;}
.your-details-container .form-row .checkbox{float:left;margin:0px;margin-top:5px;}
.your-details-container p{line-height:15px;color:#909090;}

#step-nav {clear:both;height:30px;text-align:right}
#step-nav li{color:#a2e585;display:inline;font-size:15px;font-weight:bolder;padding:7px 15px 5px 10px;text-transform:uppercase;}
#step-nav li.active span, #step-nav li.hover span {color:#a2e585;}
#step-nav li a{color:inherit;text-decoration:none;}

#phone-numbers {float: right; text-align: right; clear: both; font-size: 14px; font-weight: bold; padding: 10px; height: 50px;margin: -42px 0 10px 0;}
#international-number {font-size: 12px; color: #808080;}
#skypeID {color: #808080;display: block;line-height: 20px;padding-left: 24px;}
#skypeID img {vertical-align: bottom;}
#skypeID a {text-decoration: none;}

#edit_share_book{background:#369808;margin-bottom:10px;padding:10px;}
#edit_share_book .details{color:#fff;float:left;width:795px;}
#edit_share_book .actions {float:right;}
#edit_share_book #share_link { background: url("../images/share_arrow.png") no-repeat right 0;display:none;float: right;margin: 10px 20px 0;padding: 5px 0;width: 900px;}
#edit_share_book #share_link .share-wrapper {background:#fff;padding:10px;}
#edit_share_book #share_link .share-label {color:#369808;font-weight:bold;}
#edit_share_book #share_link input#share_url {color:#369808;font-weight:bold;width:680px;font-size:14px;}
#share_link .fb_like_button_count {margin:2px}
#edit_share_book #edit_details{clear:both;background:#2C3F6B;display:none;margin-top:10px;}
#edit_share_book #edit_details #resform {margin:10px 20px 0;}
.action-edit-details, .action-edit-details:hover, .action-view-map, .action-view-map:hover, .car-search .action-edit-details, .action-share, .action-share:hover, .action-edit, .action-edit:hover {background:#2e406b;color:#fff;text-decoration:none;font-size:13px;padding: 3px 6px;}
.action-share {margin-left:20px;}

#car_search.floating {position: fixed;top: 0;box-shadow: 0 4px 2px -1px rgba(0, 0, 0, 0.25);-moz-box-shadow: 0 4px 2px -1px rgba(0, 0, 0, 0.25);-webkit-box-shadow: 0 4px 2px -1px rgba(0, 0, 0, 0.25);}
#car_search #seating { height: 50px; width: 200px; clear: none; float: left;}
#car_search #booking_sleep_note { color: white;font-size: 10px; }
#car_search #vehicles { height: 50px; width: auto; float:left; }

.choose-car .box-grid  .no-results ul { float:none; width: 500px; list-style: decimal; padding-left: 50px; }
#rental_companies .column {float:left;width:185px}
.vehicle_subheading {width: 960px; display:block; clear: both; padding-left: 10px; padding-bottom: 5px; font-size: 14pt; font-weight: bold; color: #fff;}
.vehicle_subheading a, .vehicle_subheading a:hover {color: #fff;}
.vehicle_navigation {background:#2f406b;margin-bottom:10px;padding:0px;width: 960px; height: 67px;z-index:1;}
#vehicle_navigation {width: 193px; font-weight: bolder; height: 58px; background: url(../images/vehicle_navigation.png) no-repeat; display: block; float:left; padding:19px 0px 0px 15px;}
#try_one {color: #FF7200;}
.vehicle_type {float: left; text-align: center;height: 70px; color: #fff; padding-right: 5px; padding-top: 10px;padding-left: 5px;}
.vehicle_type a:hover {color: #8ED1DA; text-decoration: underline;}
.vehicle_type a {color: #fff; text-decoration: none;}

#book_or_quote_fields_row.form-row.invalid, #book_or_quote_fields_row.form-row.valid {background-position-x: 695px;background-position-y: 50px;float: left;width: 940px;}
#car_image{float:left;margin-left: 30px;margin-top: 20px;width: 450px;}

.drop-box-container {position:relative;float:left;margin-bottom:20px;width:940px;}
.drop-box {width:185px;margin-right:15px;float:left;z-index:1000;}
.drop-box .dropped-box{overflow:hidden;z-index:1000;padding:0px;}
.drop-box .extra-dropped-box{overflow:hidden;width:170px; z-index:1000;padding:0 0 0 15px; background-color: #EDEDED;}
.drop-box .dropped-box p.total {font-size:12px;color:#646464;display:block; padding-top: 5px;}
.drop-box .dropped-box #gps_estimate, .drop-box .dropped-box #seat_estimate{font-size:12px;color:#646464;display:block;padding: 5px 0 15px;}
.drop-box .dropped-box #seat_estimate {width: 370px; padding-left: 15px;}
.drop-box .dropped-box label{color:#646464;display:block;font-size:12px;line-height:18px;width:194px;}
.drop-box .dropped-box input.checkbox{margin:0px 10px 0px 0px;}
.drop-box .dropped-box select{margin-top:5px;margin-bottom:5px;}
.drop-box .dropped-box .extra-dropped-box select{margin-top:0;margin-bottom:0;}
.drop-box .dropped-box hr{border:0px;display:block;height:1px;background-color:#d3d3d3;}
.drop-box .dropped-box p{font-size:11px;color:#646464;line-height:15px;}
.drop-box .dropped-box p span {display:block;}
.drop-box .dropped-box a{font-size:11px;color:#2f406b;line-height:15px;}
.drop-box .dropped-box a:hover{color:#369808;}
/*gps*/
.drop-box.gps {background: #EDEDED; min-height: 70px; top:0px;left:0px;}
.drop-box.gps .action{display:block;float:left;width:185px;height:30px;background: #EDEDED url(../images/sprite-buttons-cr.png) no-repeat left -211px;text-indent:-9000px;cursor:pointer;}
.drop-box.gps .action.dropped{cursor:pointer;background-position:right -211px;}
.drop-box.gps .dropped-box{height:auto;float:left;}
/*booster*/
.drop-box.booster {width: auto;background: #EDEDED;}
.drop-box.booster .action{width:185px;height:30px;background: #EDEDED url(../images/sprite-buttons-cr.png?20101207) no-repeat left -240px;text-indent:-9000px;}
.drop-box.booster .action.dropped{background-position:right -240px;}
.drop-box.booster .dropped-box{min-height: 70px;float:left;width: auto;}
.drop-box.booster .extra-dropped-box {float:left;width:150px;}
/*excess*/
.drop-box.excess {position: relative;left: 0; top:0px;}
.drop-box.excess span.action{display:block;float:left;width:185px;cursor:pointer;}
.drop-box.excess span.action.dropped{cursor:pointer;background-position:right -269px;}
.drop-box.excess .dropped-box{display: none;height:auto;float:left;padding: 20px 15px;width: 155px;background: #fff;border: 3px solid #EDEDED;}
.drop-box-container .form-row label.left, .drop-box-container .form-row label.inner, .drop-box-container .form-row label.comment {color: #909090;float: left;font-size: 12px;line-height: 13px;padding: 0 10px;text-align: right;width: 170px;}
.drop-box-container .form-row label.comment {display: block;margin-bottom: 10px;padding: 3px 0 0;text-align: left;width: 777px;}
.notice-icon {background: url("../images/bg-notice-icon.png") no-repeat scroll left top transparent;float: left;height: 39px;margin-left: 112px;margin-top: 20px;padding-left: 30px;}
.details-container .submit {margin: 0px;}

#book_drop_box .form-row {margin-top:20px;}
#book_drop_box .form-row:first-child {margin-top:0;}
#book_drop_box .form-row input.inner, #book_drop_box .form-row input[type=checkbox] {float:left;margin-left:10px;}
#book_drop_box .form-row input.text {background-color: #E9E8E8;border: solid #E9E8E8;color: #909090;font-size: 12px;height: 21px;padding-left: 8px;padding-top: 0;}

#book_drop_box, #quote_drop_box {display:none;}
#bookOnBehalf {margin-bottom:40px;}
#bookOnBehalf label {font-weight: bolder;}
#on_behalf_of{margin-left:9px;padding-left:8px;height:21px;/*padding-top:4px;*/background-color: #FCF2E9;border: 1px solid #FFA55A;color:#909090;width:320px;}

#email_response {background-color: #FCF2E9;border: 1px solid #FFA55A;display: none;float: left;line-height:20px;margin-bottom: 18px;margin-left: 110px;padding: 5px;width: 318px;}
#email_response input{border: 1px solid silver;}
#account_update {display:none;color:orange;clear:both;}

#vehicle_selection {background: url(../images/bg_drop.png) no-repeat 50% 50% #F5F5F5;height:102px;margin: 0 10px 10px 0;}
#vehicle_pool {min-height:102px; clear:both;}
#vehicle_selection.hover {background:#fcf2e9;border:1px solid #ffa55a;}
.draggable {position:relative;}
.draggable .ui-icon {position:absolute;bottom:5px;right:5px;}
.draggable {cursor:pointer;float:left;width:100px;height:100px;margin: 0 10px 10px 0;border:1px solid silver;}
.draggable .caption{background: rgba(0,0,0,0.7);color:white;font-size: 10px;left: 0;position: relative;top: -101px;display:none;padding: 5px;}
.draggable .offer{background: rgba(204,0,1,0.7);color:white;font-size: 10px;left: 0;position: relative;top: -101px;display:block;padding: 5px;text-align: center;}
.draggable .price{background: rgba(255,255,255,0.8);color:#CC0001;font-size: 10px;left: 0;position: relative;top: -101px;display:block;padding: 5px;text-align: center;}
.draggable:hover .caption{display:block;}

#dragme {background:#fff;border:1px solid silver;height:100px;padding:5px;width:250px;}
#dragme img {float:left;margin-right:5px;}
#dragme .caption {font-weight:bolder;}
#dragme p {margin-top:1em;}
#extra_vehicles {display:none;}

.half {float:left;width:50%;}
table.summary td {padding: 5px 5px 5px 0;}
table.summary td:nth-child(1) {padding-right:20px;text-align:right;}

.blog_listing .post {margin-bottom:20px;}
.blog_listing .post .date {background: url(../images/bg-blog-date.png) no-repeat;float:left;height:70px;width:86px;}
.blog_listing .post .date .month, .blog_listing .post .date .day {font-weight:bolder;text-align:center;width:80px;}
.blog_listing .post .date .month {color:white;font-size:12px;margin:6px 3px;}
.blog_listing .post .date .day {color:gray;font-size:32px;margin:12px 3px;}
.blog_listing .post .media {float:left;margin-left:10px;padding-top:1px;width:90px;}
.blog_listing .post .description {float:left;margin-left:10px;padding-top:5px;width:755px;}
.blog_listing.narrow .post .description {width:450px;}
.blog_listing .post .description p {line-height:1.5em;margin-bottom: 0.5em;}
.pubdate {font-style:italic;}
#addthis{float:right;min-width:140px;}

#request_listing .received, #request_listing .reserved, #request_listing .paid, #request_listing .expired, #request_listing .expires_in, #request_listing .error {display:block;min-height:20px;padding-left:25px;}
#request_listing .expired {font-style:italic;}
#request_listing .expires_in {background: url(../images/btn-excl.png) 0 0 no-repeat;}
#request_listing .confirmed {background: url(../images/btn-tick.png) 0 0 no-repeat;display:block;min-height:20px;padding-left:25px;}
#request_listing.manage {clear:both;margin:10px 0;}

#request_listing.manage th:nth-child(2), #request_listing.manage td:nth-child(2) {background:#ffffc5;}
#request_listing.manage tr {border-bottom:1px dashed #ddd;}

table.manage td {padding:10px;}

#booking_actions {float: right;margin-top:-40px;text-align:right;}
#booking_actions #print {background: url("../images/sprite-buttons-cr.png") no-repeat scroll 0 -496px transparent;display: block;float: right;height: 23px;overflow: hidden;text-indent: 1000em;width: 62px;}

.mini_img {max-width:100px;}

#booking_preview .manage td {border-top:1px solid silver;padding:5px;}
.print_me {position: absolute;right: 20px;top: 20px; background: url("../images/sprite-buttons-cr.png") no-repeat scroll 0 -496px transparent;display: block;height: 23px;overflow: hidden;text-indent: 1000em;width: 62px;}

#toc {width:250px;float:right;border:1px solid #ddd;padding:4px;margin-left:10px;}
#toc p {font-weight:bolder;margin-bottom:1em;text-align:center;}
#toc ol {margin: 0 5px;list-style:none;}
#toc li {line-height:2em;}

#submenu .title, #tagged .title {font-size:1.7em;font-weight:bolder;}
#submenu ul {margin-left: 0px;}
#submenu ul li, #right-col ul li {line-height:1.5em;padding-top:7px;text-align: left;}
#submenu ul li a {font-weight: bold; text-decoration:none;}
#submenu ul li a:hover {text-decoration:underline;}
#tagged {margin-top:40px;}
#tagged p {margin-bottom:1em;}
#tagged p a {font-weight:bolder;}

/* auth */
#forgot_password, #totalAmount {background:#eef;border:2px solid #ccf;font-weight:bolder;margin:1em auto 0 auto;padding:1em;text-align:center;width:60%}
#expired {border:1px solid #ddd;margin:60px auto 0 auto;padding:20px;text-align:center;width:400px;}
#expired strong {color: #444;font-size:20px;font-weight: bolder;}

/* payment page */
#totalAmount {background-color:#DFF0D8;border: 1px solid #D6E9C6;font-size:larger;margin:0;width:490px; color:#468847;}
#totalAmount span#amount, #totalAmount span#symbol {font-weight:bolder;}
#totalAmount span#amount_currency {font-weight:bolder;margin-left:10px;}
#totalAmount small {font-size: 11px;font-weight: normal;}
#mainblock #totalAmount { text-align:center; }
#txn_response {background-color:#f5f5f5;border: 1px solid #ddd;margin:2em auto;width:500px;}
#txn_response td {padding: 7px;}

#amex_tooltip {margin: -10px 78px 0 78px;text-align:center;}

.trust_seals {margin-top:20px;}

.tooltip {background:#ffd;border:1px solid silver;line-height:1.5em;padding:10px;
    -moz-box-shadow: 0px 2px 5px rgba(0,0,0,0.4);
    -webkit-box-shadow: 0px 2px 5px rgba(0,0,0,0.4);
    box-shadow: 0px 2px 5px rgba(0,0,0,0.4);
    width: 250px;
}

/* jQuery UI tweaks */
.ui-autocomplete {width:280px;background-color: white;margin: 0;padding: 0;}
.ui-menu-item a {cursor: default;display: block;font-size: 12px;line-height: 16px;padding: 2px 5px;}
.ui-menu-item a:hover {border:0}
.ui-autocomplete-category {font-weight: bold;padding: .2em .4em;margin: .8em 0 .2em;line-height: 1.5;}
.ui-datepicker,.popup{z-index:9999;}
.ui-datepicker-title{color:white}

/*
    ColorBox Core Style
    The following rules are the styles that are consistant between themes.
    Avoid changing this area to maintain compatability with future versions of ColorBox.
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative; overflow:hidden;}
#cboxLoadedContent{overflow:auto;}
#cboxLoadedContent iframe{display:block; width:100%; height:100%; border:0;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
/*
    Example user style
    The following rules are ordered and tabbed in a way that represents the
    order/nesting of the generated HTML, so that the structure easier to understand.
*/
#cboxOverlay{background:url(../images/overlay.png) 0 0 repeat;}
#colorbox{margin-top:25px;}
#cboxTopLeft{width:21px; height:21px; background:url(../images/controls.png) -100px 0 no-repeat;}
#cboxTopRight{width:21px; height:21px; background:url(../images/controls.png) -129px 0 no-repeat;}
#cboxBottomLeft{width:21px; height:21px; background:url(../images/controls.png) -100px -29px no-repeat;}
#cboxBottomRight{width:21px; height:21px; background:url(../images/controls.png) -129px -29px no-repeat;}
#cboxMiddleLeft{width:21px; background:url(../images/controls.png) left top repeat-y;}
#cboxMiddleRight{width:21px; background:url(../images/controls.png) right top repeat-y;}
#cboxTopCenter{height:21px; background:url(../images/border.png) 0 0 repeat-x;}
#cboxBottomCenter{height:21px; background:url(../images/border.png) 0 -29px repeat-x;}
#cboxContent{background:#fff;}
#cboxLoadedContent{margin-bottom:10px;}
#cboxTitle{position:absolute; bottom:3px; left:0; text-align:center; width:100%; color:#949494;}
#cboxCurrent{position:absolute; bottom:3px; left:58px; color:#949494;}
#cboxSlideshow{position:absolute; bottom:3px; right:30px; color:#0092ef;}
#cboxPrevious{position:absolute; bottom:0; left:0px; background:url(../images/controls.png) -75px 0px no-repeat; width:25px; height:25px; text-indent:-9999px;}
#cboxPrevious.hover{background-position:-75px -25px;}
#cboxNext{position:absolute; bottom:0; left:27px; background:url(../images/controls.png) -50px 0px no-repeat; width:25px; height:25px; text-indent:-9999px;}
#cboxNext.hover{background-position:-50px -25px;}
#cboxLoadingOverlay{background:url(../images/loading_background.png) center center no-repeat;}
#cboxLoadingGraphic{background:url(../images/ajax-loader.gif) center center no-repeat;}
#cboxClose{position:absolute; top:0; right:0; background:url(../images/controls.png) -25px 0px no-repeat; width:25px; height:25px; text-indent:-9999px;}
#cboxClose.hover{background-position:-25px -25px;}

/*Box Grid*/
.box-grid{float:left;width:960px;}
.box-grid ul{list-style:none;float:left;width:960px;}
.box-grid .box{float:left;margin-right:22px;border:1px solid #cccccc;margin-bottom:22px;padding:24px 14px 10px 18px;}
.box-grid .box .top{float:left;width:271px;height:190px;}
.box-grid .box .bottom{float:left;width:271px;height:32px;}
.box-grid .box .read-more{width:64px;height:30px;background:url(../images/sprite-buttons-cr.png) no-repeat left -109px;float:right;margin-right:10px;}
.box-grid .box .popup{position:absolute;padding:20px 20px 20px 40px;width:404px;height:190px;background-color:#ccc;display:inline;z-index:20;position:absolute;float:left;top:auto;left:auto;margin-top:-91px;margin-left:261px;}
.box-grid .box:nth-child(3n) .popup{margin-left:-255px;margin-top:-91px;}
.box-grid .box .popup{display:none;}
.box-grid h1{display:block;margin-bottom:10px;}
.box-grid h4{display:block;margin-bottom:10px;line-height:16px;}
.box-grid p{line-height:18px;}
.box-grid .box:nth-child(3n){margin-right:0px;}
.box-grid .box .read-more:hover{background-position:right -109px;cursor:pointer;}
.box-grid .box .read-more .indent{text-indent:-9000px;float:left;}
/*Remove when you no longer care microsoft sucks*/
.box-grid .box.third-box{margin-right:0px;}
/* Microsoft sucks,so Jquery kindly adds this class to every third box - Thank you Jquery */
.box-grid .box.third-box .popup{margin-left:-255px;margin-top:-91px;}
.home .box-grid .box {width:271px;}
.box-grid .box a.action-edit-details {white-space: nowrap;}

.choose-car .box-grid .message{color:#ffc48f;font-size:16px; font-weight: bold;}
.choose-car .box-grid ul{width:960px; margin: 0;}
.choose-car .box-grid ul.car-sort{position:relative;}

.choose-car .box-grid .box a.close-x{float:left;width:21px;height:20px;position:absolute;top:0px;z-index:999;left:0px;}
.choose-car .box-grid .box.dropped .opaque{z-index:998;position:absolute;float:left;width:279px;height:996px;margin-top:9px;margin-left:9px;background-color:#000;opacity:0.7;-moz-opacity:0.7;filter:alpha(opacity=70);}
.choose-car .box-grid .box.dropped a.close-x{background-position:bottom;}
.choose-car .box .btn-book:lang(nl){background: #339900; color: #fff; display: block; width: 160px; height: 51px; margin: 0 10px 5px; font-size:25px;font-weight: bold;line-height:51px;text-align: center;text-decoration:none;}

/* vehicle info overlay */
.vehicle_overlay {background: #2f406b;display:none;width:580px;position:absolute;top:20px;left:30px;z-index:9999;-webkit-box-shadow: 3px 3px 3px #000;-moz-box-shadow: 3px 3px 3px #000;box-shadow: 3px 3px 3px #000;}
.vehicle_overlay.right {-webkit-box-shadow: -3px 3px 3px #000;-moz-box-shadow: -3px 3px 3px #000;box-shadow: -3px 3px 3px #000;}
.vehicle_overlay .arrow {background: url("../images/bg_blue_speech_header.png") no-repeat 0 0;height: 19px;margin-left: -17px;position: absolute;width: 17px;}
.vehicle_overlay.right .arrow {background: url("../images/bg_blue_speech_header_right.png") no-repeat 0 0;height: 19px;margin-right: -17px;position: absolute;right:0;width: 17px;}
.vehicle_overlay .left_pane {background: #2f406b;float:left;padding:10px;width:270px}
.vehicle_overlay .right_pane {background: #212D4C;float:right;padding:10px;width:270px}
.vehicle_overlay .section ul {width:260px;}
.vehicle_overlay .section ul li {background:url("../images/bg_blue_speech_tick.png") no-repeat 2px 1px;color: #fff;line-height: 14px;padding:  0 0 5px 20px;}
.vehicle_overlay .section ul li a {color: #ffb300;text-decoration:none;}
.vehicle_overlay .section h2 {clear:both;color:#FF7200;padding:10px 0 10px 25px;font-size:13px;}
.vehicle_overlay .section h2.pricing {background:url("../images/bg_blue_speech_pricing.png") no-repeat 0 center;}
.vehicle_overlay .section h2.insurance {background:url("../images/bg_blue_speech_insurance.png") no-repeat 0 center;}
.vehicle_overlay .section h2.vehicle {background:url("../images/bg_blue_speech_vehicle.png") no-repeat 0 center;}
.vehicle_overlay .section h2.extras {background:url("../images/bg_blue_speech_extras.png") no-repeat 0 center;}
.vehicle_overlay .section h2.camping {background:url("../images/bg_blue_speech_camping.png") no-repeat 0 center;}
.vehicle_overlay .section h2.beds {background:url("../images/bg_blue_speech_beds.png") no-repeat 0 center;}
.vehicle_overlay .section h2.photos {background:url("../images/bg_blue_speech_photos.png") no-repeat 0 center;}
.vehicle_overlay .section h2.campervans {background:url("../images/bg_blue_speech_campervans.png") no-repeat 0 center;}
.vehicle_overlay .section h2.videos {background:url("../images/bg_blue_speech_videos.png") no-repeat 0 center;}

.vehicle_profile_header { float:left; width:960px; }
.vehicle_profile_header .vehicle_image_wrap { float:left; width:405px; height:300px; padding:10px; text-align:center; }
.vehicle_profile_header .vehicle_image_wrap img { max-width:410px; max-height:300px; }
.vehicle_profile_header .vehicle_info_wrap { float:right; width:535px; padding:0px; }
.vehicle_profile_header .key_features_wrap { float:left; clear:both; margin:0 0 10px 0; padding-left:35px; width:100%; }
.vehicle_profile_header .key_features_wrap h2 {margin-left: -20px;}
.vehicle_profile_header .key_feature_item { float:left; margin:0 5px 0 0; color:#313131; text-align:center; font-size:11px; margin:0 20px 0 0; }
.vehicle_profile_header .key_feature_item_end { margin:0; }
.vehicle_profile_header .key_feature_item .qty_content { float:left; margin-right:5px; }
.vehicle_profile_header .key_feature_item .feature_number { font-size:18px; font-weight:bold; color:#313131; float:left; margin:20px 0px 0 0; width:50%; text-align:right; }
.vehicle_profile_header .key_feature_item .feature_img { float:left; width:50%; text-align:left; }
#mainblock .vehicle_profile_header .key_feature_item p { text-align:center; }
.vehicle_profile_header .car_media_wrap { float:left; clear:both; height:125px; margin:10px 0 0 0; }
.vehicle_profile_header .car_media_wrap .scrollable { width:455px; }
.vehicle_profile_header .car_media_wrap .scrollable .thumbs { float:left; padding:2px; width:100px; height:75px; text-align:center; margin:0 10px 0 0; border:1px solid #3e547d; overflow:hidden; }
.vehicle_profile_header .car_media_wrap h2 {margin-left: 15px;margin-bottom: 10px;}
.vehicle_profile_header .car_media_wrap .scrollable .thumbs img {  border:0; margin:0; padding:0;}
.vehicle_profile_header .car_media_wrap img { max-height:89px; }
.vehicle_profile_header  .v_middle { height:42px; font-weight:bold; font-size:15px; display:table; float:left; margin-right:5px; }
.vehicle_profile_header  .v_middle .item_label { display:table-cell; vertical-align:middle; }

.vehicle_profile_body { float:left; clear:both; margin:10px 0; width:960px; }
.vehicle_profile_body .section { float:left; margin:0 0 10px 0; }
.vehicle_profile_body .left_pane {float:left;padding:10px;width:460px}
.vehicle_profile_body .right_pane {float:left;padding:10px;width:460px}
.vehicle_profile_body .section ul {width:420px; list-style: url(../images/green-bullet.png);margin-left: 25px;}
.vehicle_profile_body .section ul li {line-height: 18px;padding:0 0 5px 0px; color:#000;}
.vehicle_profile_body .section ul li .item_label { font-weight:bold; }
.vehicle_profile_body .section ul li a {color: #000;text-decoration:underline;}


.info_overlay{/*display:none;*/background: url("../images/bg_blue_speech_header.png") no-repeat -2px 0;/*width:290px;*/position:absolute;top:20px;left:30px;z-index:1000;}
.info_overlay.right {background: url("../images/bg_blue_speech_header_last.png") no-repeat 271px -1px;top:60px;left:290px;z-index:100000;}
.info_overlay .sections {-webkit-box-shadow: 3px 3px 3px #000;-moz-box-shadow: 3px 3px 3px #000;box-shadow: 3px 3px 3px #000;background: url(../images/bg_overlay.png) 0 0 repeat-y;float:left;}
.info_overlay .sections.campervan {width: 580px; overflow: hidden;}
.info_overlay .sections.last {-webkit-box-shadow: 3px 3px 3px #000;-moz-box-shadow: 3px 3px 3px #000;box-shadow: 3px 3px 3px #000;background:#2f406b;float:left;margin-left:13px; margin-top: 16px;}
.info_overlay .sections .subsection {float: left; width: 50%; height: 100%;margin-bottom: -2000px;padding-bottom: 2000px;}
.info_overlay .section {float:left; width:270px;padding: 0 0 5px 15px;}
.info_overlay .subsection:first-child .section {padding: 0 0 5px 28px;}
.info_overlay .section.even {float:left;width:270px;padding: 0 0 5px 15px; background: #212d4c;}
.info_overlay .section ul {width:260px;}
.info_overlay .section ul li {background:url("../images/bg_blue_speech_tick.png") no-repeat 2px 1px;color: #fff;line-height: 14px;padding:  0 0 5px 20px;}
.info_overlay .section ul li a {color: #ffb300;text-decoration:none;}
.info_overlay .section h2 {color:#FF7200;padding:10px 0 10px 25px;font-size:13px;}
.info_overlay .section h2.pricing {background:url("../images/bg_blue_speech_pricing.png") no-repeat 0 center;}
.info_overlay .section h2.insurance {background:url("../images/bg_blue_speech_insurance.png") no-repeat 0 center;}
.info_overlay .section h2.vehicle {background:url("../images/bg_blue_speech_vehicle.png") no-repeat 0 center;}
.info_overlay .section h2.extras {background:url("../images/bg_blue_speech_extras.png") no-repeat 0 center;}
.info_overlay .section h2.camping {background:url("../images/bg_blue_speech_camping.png") no-repeat 0 center;}
.info_overlay .section h2.beds {background:url("../images/bg_blue_speech_beds.png") no-repeat 0 center;}
.info_overlay .section h2.photos {background:url("../images/bg_blue_speech_photos.png") no-repeat 0 center;}
.info_overlay .section h2.campervans {background:url("../images/bg_blue_speech_campervans.png") no-repeat 0 center;}
.info_overlay .section h2.videos {background:url("../images/bg_blue_speech_videos.png") no-repeat 0 center;}

.choose-car .box-grid .box .price-slider{float:left;width:239px;background-color:#373e66;height:283px;padding:20px;margin-top:9px;}
.choose-car .box-grid .box .price-slider .close-price{position:relative;float:right;color:#6d74a1;font-size:12px;text-decoration:underline;}
.choose-car .box-grid .box .price-slider .close-price:hover{color:#fff;cursor:pointer;}
.choose-car .box-grid .box .price-slider .car-title{background-color:#fff;font-size:12px;color:#373e66;padding:2px 3px 1px 3px;text-transform:uppercase;float:left;clear:left;margin-bottom:2px;}
.choose-car .box-grid .box .price-slider dl dt{font-size:11px;color:#b3badc;font-weight:bold;display:block;margin-bottom:3px;}
.choose-car .box-grid .box .price-slider dl dd{display:block;text-indent:20px;color:#fff;font-size:11px;line-height:15px;}
.choose-car .box-grid .box .price-slider dl.list dd{background:url(../images/bg-dd.png) no-repeat 10px 50%;}
.choose-car .box-grid .box .price-slider dl dd a{color:#fff;text-decoration:underline;}
.choose-car .box-grid .box .price-slider dl.inline{float:left;width:239px;margin-bottom:4px;}
.choose-car .box-grid .box .price-slider dl.inline dt{display:inline;}
.choose-car .box-grid .box .price-slider dl.inline dd{display:inline;}
.choose-car .box-grid .box .price-slider dl{float:left;width:239px;display:block;margin-bottom:4px;}
.choose-car .box-grid .box .price-slider dl dt.larger-font{font-size:13px;color:#b3badc;font-weight:bold;}
.choose-car .box-grid .box .price-slider dl dd.larger-font{font-size:13px;color:#ffffff;font-weight:bold;background:transparent;}
.choose-car .box-grid .box .price-slider dl dd.larger-font span.smaller-font{font-size:11px;font-weight:normal;}

.choose-car .box-grid .box .description-slider{float:left;width:239px;background-color:#373e66;height:283px;padding:20px;margin-top:9px;}
.choose-car .box-grid .box .description-slider .close-price{position:relative;float:right;color:#6d74a1;font-size:12px;text-decoration:underline;}
.choose-car .box-grid .box .description-slider .close-price:hover{color:#fff;cursor:pointer;}
.choose-car .box-grid .box .description-slider .car-title{background-color:#fff;font-size:12px;color:#373e66;padding:2px 3px 1px 3px;text-transform:uppercase;float:left;clear:left;margin-bottom:2px;}
.choose-car .box-grid .box .description-slider dl dt{font-size:11px;color:#b3badc;font-weight:bold;display:block;margin-bottom:3px;}
.choose-car .box-grid .box .description-slider dl dd{display:block;text-indent:20px;color:#fff;font-size:11px;line-height:15px;}
.choose-car .box-grid .box .description-slider dl.list dd{background:url(../images/bg-dd.png) no-repeat 10px 50%;}
.choose-car .box-grid .box .description-slider dl dd a{color:#fff;text-decoration:underline;}
.choose-car .box-grid .box .description-slider dl.inline{float:left;width:239px;;margin-bottom:4px;}
.choose-car .box-grid .box .description-slider dl.inline dt{display:inline;}
.choose-car .box-grid .box .description-slider dl.inline dd{display:inline;}
.choose-car .box-grid .box .description-slider dl{float:left;width:239px;display:block;margin-bottom:4px;}
.choose-car .box-grid .box .description-slider dl dt.larger-font{font-size:13px;color:#b3badc;font-weight:bold;}
.choose-car .box-grid .box .description-slider dl dd.larger-font{font-size:13px;color:#ffffff;font-weight:bold;background:transparent;}
.choose-car .box-grid .box .description-slider dl dd.larger-font span.smaller-font{font-size:11px;font-weight:normal;}
.choose-car .box-grid .box .description-slider a.extra-links{display:block;color:#fff;float:left;clear:both;line-height:15px;width:239px;}

.choose-car ul.view-options{float:left;width:925px;height:45px;padding-right:35px;}
.choose-car .box-grid ul.view-options{width:902px;background-position:680px 11px;}
.choose-car ul.view-options li{display:inline;float:right;padding-left:8px;padding-top:15px;}
.choose-car ul.view-options li a span{margin-left:-9000px;}
.choose-car ul.view-options li a.resize-larger{float:left;width:62px;height:21px;background:url(../images/sprite-buttons-cr.png) no-repeat left -139px;}
.choose-car ul.view-options li a.resize-larger:hover,.choose-car ul li a.resize-larger.current{background-position:right -139px;}
.choose-car ul.view-options li a.resize-smaller{float:left;width:60px;height:21px;background:url(../images/sprite-buttons-cr.png) no-repeat left -160px;}
.choose-car ul.view-options li a.resize-smaller:hover,.choose-car ul li a.resize-smaller.current{background-position:right -160px;}
.choose-car .table-container table{float:left;width:890px;margin-left:20px;margin-right:35px;background-color:#fff;}
.choose-car .table-container table thead tr{}
.choose-car .table-container th{background-color:#373e66;padding:0px;margin:0px;border:0px;font-size:11px;color:#fff;font-weight:bold;text-transform:uppercase;text-align:left;line-height:35px;}
.choose-car .table-container table th.supplier{width:140px;text-align:left;text-indent:10px;}
.choose-car .table-container table th.car-type{width:118px;}
.choose-car .table-container table th.vehicle{width:300px;}
.choose-car .table-container table th.transmission{width:150px;}
.choose-car .table-container table th.total-price{width:110px;}
.choose-car .table-container table th.book{width:72px;}
.choose-car .table-container tbody tr{}
.choose-car .table-container tbody tr.alternate td{background-color:#f3f3f3;}
.choose-car .table-container table td{font-size:11px;color:#373e66;text-transform:uppercase;line-height:50px;overflow:hidden;}
.choose-car .table-container table td a{color:#373e66;}
.choose-car .table-container table td.supplier{text-indent:10px;}
.choose-car .table-container table td.vehicle img{float:left;height:44px;overflow:hidden;margin-top:3px;margin-bottom:3px;padding-right:5px;}
.choose-car .table-container table td.total-price{font-size:17px;color:#373e66;line-height:30px;vertical-align:top;}
.choose-car .table-container table td.total-price .points{font-size:11px;clear:both;display:block;line-height:10px;text-transform:none;}
.choose-car .table-container table td.vehicle a .vehicle-title{position:relative;}
.choose-car .table-container table td .popup{position:absolute;width:200px;height:214px;display:block;display:none;z-index:10;padding-top:30px;padding-left:15px;padding-right:16px;}
.choose-car .table-container table td .popup p{font-size:11px;line-height:15px;color:#717171;line-height:12px;font-size:11px;}
.choose-car .table-container table td .popup a{line-height:12px;font-size:11px;}
.choose-car .table-container table td .popup .close{position:absolute;top:25px;right:10px;float:left;height:20px;width:40px;display:block;}
.choose-car .table-container table td.book{height:auto;line-height:0px;vertical-align:middle;}
.choose-car .table-container table td.book a.btn-book{line-height:0px;}
.choose-car .table-container table td.book .btn-book span{margin-left:-9000px;}
.choose-car .table-container table td.book .btn-book{width:63px;height:34px;float:right;margin-right:15px;}
.choose-car .table-container table td.book .btn-book:hover{background-position:bottom;}
.choose-car .table-container table td.vehicle .btn-book span,.choose-car .table-container table td.total-price .btn-book span{margin-left:-9000px;}
.choose-car .table-container table td.vehicle .btn-book,.choose-car .table-container table td.total-price .btn-book{width:63px;height:34px;margin-right:15px;position:absolute;display:block;top:185px;right:0px;}
.choose-car .table-container table td.vehicle .btn-book:hover,.choose-car .table-container table td.total-price .btn-book:hover{background-position:bottom;}
.choose-car .table-container table td .popup{text-transform:none;}
.choose-car .table-container table td .popup .popup-contents{float:left;width:200px;height:200px;overflow:hidden;position:absolute;}
.choose-car .table-container table td .popup span{line-height:12px;text-transform:none;}
.choose-car .table-container table td .popup .car-title{background-color:#fff;font-size:12px;color:#373E66;padding:2px 3px 1px 0px;text-transform:uppercase;float:left;clear:left;margin-bottom:6px;}
.choose-car .table-container table td .popup dl dt{font-size:11px;color:#373E66;font-weight:bold;display:block;margin-bottom:3px;}
.choose-car .table-container table td .popup dl dd{display:block;text-indent:20px;color:#7a7a7a;font-size:11px;line-height:15px;}
.choose-car .table-container table td .popup dl.list dd{background:url(../images/bg-dd.png) no-repeat 10px 50%;}
.choose-car .table-container table td .popup dl dd a{color:#7a7a7a;text-decoration:underline;}
.choose-car .table-container table td .popup dl.inline{float:left;width:200px;;margin-bottom:4px;}
.choose-car .table-container table td .popup dl.inline dt{display:inline;}
.choose-car .table-container table td .popup dl.inline dd{display:inline;color:#717171;}
.choose-car .table-container table td .popup dl{float:left;width:200px;display:block;margin-bottom:4px;line-height:11px;}
.choose-car .table-container table td .popup dl dt.larger-font{font-size:13px;color:#373E66;font-weight:bold;}
.choose-car .table-container table td .popup dl dd.larger-font{font-size:13px;color:#373E66;font-weight:bold;background:transparent;}
.choose-car .table-container table td .popup dl dd.larger-font span.smaller-font{font-size:11px;font-weight:normal;color:#7a7a7a;}
.choose-car .table-container table td .popup a.extra-links{display:block;color:#7a7a7a;float:left;clear:both;line-height:15px;width:260px;}
.choose-car .table-container table td .popup .popup-contents a.extra-links {color:#373E66;padding-top:5px;width:200px;}
.choose-car .table-container table td .popup .car-company{clear:both;font-size:12px;text-transform:uppercase;padding:1px 3px;color:#fff;float:left;clear:both;margin-bottom:10px;}
.choose-car .box-grid .box .description-slider .car-company{clear:both;font-size:12px;text-transform:uppercase;padding:1px 3px;color:#fff;float:left;clear:both;margin-bottom:10px;}

.scrollable {
    /* required settings */
    position:relative;
    overflow:hidden;
    width: 280px;
    height:110px;
    float:left; /* this makes it possible to add next button beside scrollable */
}
.scrollable .thumbs { float:left; padding:2px; width:100px; height:75px; text-align:center; margin:0 10px 0 0; border:1px solid #3e547d; overflow:hidden; }
.scrollable .thumbs img {  border:0; margin:0; padding:0;}
.scrollable img { max-height:89px; }

#scrollable_popup {width: 400px;}
.scrollable .items {width:20000em;position:absolute;clear:both;}
.items div {float:left;margin-left:10px;}
.scrollable img {float:left;margin: 0px 5px 2px 15px;background-color:#fff;padding:2px;border:1px solid #ccc;width:100px;height:75px;-moz-border-radius:4px;-webkit-border-radius:4px;}
.scrollable .active {border:2px solid #000;position:relative;cursor:default;}

/* prev, next, prevPage and nextPage buttons */
a.browse {background:url(../images/hori_large.png) no-repeat;display:block;width:30px;height:30px;float:left;margin:25px 10px;cursor:pointer;font-size:1px;}
/* right */
a.right {background-position: 0 -30px; /*clear:right;*/ margin-right: 0px;}
a.right:hover {background-position:-30px -30px;}
a.right:active {background-position:-60px -30px;}
/* left */
a.left {margin-left: 0px;}
a.left:hover {background-position:-30px 0;}
a.left:active {background-position:-60px 0;}
/* up and down */
a.up, a.down {float: none;margin: 10px 50px;}
/* up */
a.up:hover {background-position:-30px 0;}
a.up:active {background-position:-60px 0;}
/* down */
a.down {background-position: 0 -30px;}
a.down:hover {background-position:-30px -30px;}
a.down:active {background-position:-60px -30px;}
/* disabled navigational button */
a.disabled {visibility:hidden !important;}

.fb_like_button_count {float: right;height: 25px;margin-top:-5px;width: 90px;}

.lead_frame .details-container-lead { padding: 0 10px 0 10px; height: 100%;width: 550px; float:left; }

@media screen and (max-width: 560px) {
    .lead_frame .details-container-lead { padding: 0 10px 0 10px; height: 100%;width: 340px; float:left; }
    .fixed-dialog{
      position: fixed !important;
      top: 46% !important;
      left: 17% !important;
    }
    #reservationForm label {clear:left !important;}
    #reservationForm .form-right {/*margin-top:10px;*/}
    .lead_frame .details-container-lead .form-right {clear: none !important;}
}

.lead_frame .details-container-lead h2 {
    font-size: 16pt;
    font-weight: bold;
    line-height: 1.3em;
    margin:0;
    text-align: justify;
}
.lead_frame .your-details-container .form-row{
    float:left;
    height:100%;
    margin:0 auto 16px auto;
    min-width:230px;
    width:100%;
    clear:both;
    position:relative;
}

.lead_frame .your-details-container .form-row .left{
    width:100px;
    height:25px;
    padding-right:10px;
    text-align:right;
    float:inherit;
}

.lead_frame .form-right {
    width:235px;
    float:left;
}
.lead_frame .form-left {
    width:235px;
    float:left;
    margin-right:30px;
}

.lead_frame .your-details-container .form-row input.text{
    background-color: #ffffff;
    border: 1px solid #cccccc;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
    -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
    -o-transition: border linear 0.2s, box-shadow linear 0.2s;
    transition: border linear 0.2s, box-shadow linear 0.2s;
    height: 20px;
    padding: 4px 6px;
    font-size: 14px;
    line-height: 20px;
    color: #555555;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    width: 235px;
    margin: 0;
}

.lead-form-questions .form-row input.text{
    background-color: #ffffff;
    border: 1px solid #cccccc;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
    -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
    -o-transition: border linear 0.2s, box-shadow linear 0.2s;
    transition: border linear 0.2s, box-shadow linear 0.2s;
    height: 16px;
    padding: 2px 3px;
    font-size: 13px;
    line-height: 18px;
    color: #555555;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    width: 235px;
    margin: 0;
}

.lead-form-questions .form-row input.longtext{
    width:97% !important;
}

.lead-form-questions .form-row textarea.text{
    background-color: #ffffff;
    border: 1px solid #cccccc;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
    -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
    -o-transition: border linear 0.2s, box-shadow linear 0.2s;
    transition: border linear 0.2s, box-shadow linear 0.2s;
    font-size: 12px;
    color: #555555;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.lead-form-questions .form-row {
    padding-top: 10px;
}

.lead-form-questions input.radio {
    margin-left: 7px;
}

.lead_frame .modal_close {
    background: url(../images/x.png) no-repeat;
    width: 25px;
    height: 29px;
    display: inline;
    z-index: 3200;
    position: absolute;
    top: -6px;
    right: -7px;
    cursor: pointer;
    padding: 0;
    margin-right: 0;
}

#confirmPhoneDialog {
    font-size: 14px;
    line-height: 20px;
}

.ui-dialog-title-confirmPhoneDialog {
    font-size:17px;
}

.fixed-dialog{
  position: fixed !important;
  top: 35% !important;
  left: 35% !important;
}

.lead_frame .your-details-container .error{display:block; clear:both; font-size: x-small;}
.lead_frame .your-details-container label.error{display:none !important;}
.lead_frame .your-details-container input.error{border-color: red !important;}
.lead_frame .your-details-container input.error[type="radio"]{display:inline; outline: 1px solid red !important;} /* using outline as no other way works for some reason... */
.lead_frame .your-details-container select.error{border:1px solid red !important;display:inline;font-size:inherit;}
.lead_frame .highlight { padding:0 5px 0 5px;}
.lead_frame .button_large {border-bottom: 0 !important;}
.lead_frame .your-details-container .form-row select {width:174px;}
.lead_frame .popover-title i {float:right}
.lead_frame .popover-content span {height:1.3em;text-overflow: ellipsis;white-space: nowrap;overflow: hidden;display: block;}
.lead_frame input[type=number]::-webkit-inner-spin-button,
.lead_frame input[type=number]::-webkit-outer-spin-button {-webkit-appearance: none;margin: 0;}
.lead_frame .ui-autocomplete {max-height: 135px;overflow-y: auto;overflow-x: hidden;min-height: 21px;}
.lead_frame .valid {border-color: green !important}

.lead-form-questions p{line-height:15px;color:#909090;}

#email_popover_container {
    height:70px;
    position:absolute;
        top:-78px;
        left:20px;
    z-index:2329;
    overflow:hidden;
    display:none;
    font-size:20px;
    width:600px;
}

.email_popover {
    float:left;
    background-repeat: no-repeat;
    width:20px;
    height:70px;
}

.email_popover_left {
    background-image:url(../images/popover_bg_left.png);
}

.email_popover_right {
    background-image:url(../images/popover_bg_right.png);
}

#email_popover_content {
    float:left;
    height:37px;
    padding-top:22px;
    background-color:#fff;
    border-top:3px solid #000;
    border-bottom:3px solid #000;
    min-width:120px;
    max-width:540px;
    overflow:hidden;
}

#tnc {font-size: xx-small}
#edit_account label.error, #reservationForm span.error, #reservationForm label.error, #reservationForm_contact span.error, #reservationForm_contact label.error {font-size: x-small !important; white-space: nowrap;}
#lead-form-error {
    width:302px;
}
.lead_frame #lead-form-error .error {
    clear:both;
    text-shadow:none;
    float:left;
}
.form-loader {
    width:100%;
    height:100%;
    background-color:rgba(0, 0, 0, 0.6);
    text-align:center;
    position:absolute;
        top:0px;
        left:0px;
    display:none;
}

.form-loader img {
    margin:50% auto 0 auto;
}

body#embed #lead_form_submit:lang(de) {font-size: 16pt}
#affiliate .form-row .left {width: 55px;display: block;float: left;text-align: right;padding: 6px 10px;}
#affiliate .new-div {clear: both;padding-top: 15px;margin-left: 80px;}
#affiliate .form-row {padding: 5px 0;}
#affiliate .new-div div.left, #affiliate .new-div .right {float:left;width: 230px;}
.strike {text-decoration: line-through}
#affiliate .notification {height: 12px;border: 0;color: white;font-weight: bolder;}
#affiliate .valid-message {background: green;}
#affiliate .error-message {background: red;}
#affiliate .error {border-color: red !important}
#affiliate .form-row input[type='text'], #affiliate .form-row textarea {width:330px}
#affiliate label.error {display:none !important}

.title {
    width:960px;
}

.bookings-header {
    width: 955px;
    height:40px;
    border-bottom: 1px solid white;
    overflow:hidden;
}

.bookings-header-heading {
    border-right: 1px solid white;
    font-size: 15px;
    font-weight: bold;
    float: left;
    padding: 13px 0 13px 10px;
}

.bookings-header-heading:last-child {
    border-right: none;
}

#camperhire .bookings-header-heading {
    background-color: #8ED1DA;
}

#ecamper .bookings-header-heading {
    color: white;
}

.bookings-header-heading .pickup_dropoff {
    line-height:17px;
    display:inline-block;
}

.bookings-header-heading .pickup_dropoff img {
    vertical-align:top;
}

.bookings-body-row {
    border-bottom: 1px solid #ccc;
    height:131px;
    padding-bottom:15px;
    width:965px;
}

.bookings-body .bookings-body-cell {
    float: left;
    padding: 10px;
    position:relative;
    border-right:1px dashed #DDDDDD;
    height:126px;
}

.bookings-body .booking-status {
    font-weight: bold;
    font-size: 13px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.bookings-body .booking-type {
    -webkit-border-top-left-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    float: left;
    color: black;
}

.bookings-body .booking-status-details {
    float: left;
    color: white;
    line-height: 17px;
}

.bookings-body .booking-status-details a {
    color: white;
}

.bookings-body .booking-status-hint {
    float: right;
    padding: 7px 8px;
}

.bookings-body .booking-status-hint-box {
    position:absolute;
        left:18px;
        top:38px;
    width:185px;
    height:45px;
    background-image:url(../images/booking_hint_bg.png);
    background-repeat:no-repeat;
    text-align: center;
    color:#333;
    font-size:12px;
}

.bookings-body .booking-extra-info-wrap {
    float:left;
    clear:both;
    margin:10px 0 0 5px;
    font-size:13px;
}

.bookings-body .booking-status {
    background-color: #FF6600;
    width: 220px;
    height:31px;
    overflow:hidden;
}


.bookings-body .booking-status a {
    display:block;
    text-decoration:none;
}

.bookings-body .booking-type {
    line-height:17px;
}

.bookings-body .booking-type a {
    line-height:17px;
    color:#000;
}

.bookings-body .status-pending { background-color:#ff6600; }
.bookings-body .status-expired, .bookings-body .status-provided, .bookings-body .status-closed { background-color:#999999; }
.bookings-body .status-active { background-color:#33cc00; }
.bookings-body .status-paid { background-color:#0099ff; }
.bookings-body .status-processing { background-color:#33cc00; }

.bookings-body .status-pending .booking-type { background-color:#FF944D; }
.bookings-body .status-expired .booking-type, .bookings-body .status-provided .booking-type, .bookings-body .status-closed .booking-type { background-color:#b8b8b8; }
.bookings-body .status-active .booking-type { background-color:#71db4d; }
.bookings-body .status-paid .booking-type { background-color:#4db8ff; }
.bookings-body .status-processing .booking-type { background-color:#71db4d; }

.bookings-body .status-pending .booking-status-details { background-color:#ff6600; }
.bookings-body .status-expired .booking-status-details, bookings-body .status-provided .booking-status-details, bookings-body .status-closed .booking-status-details { background-color:#999999; }
.bookings-body .status-active .booking-status-details { background-color:#33cc00; }
.bookings-body .status-paid .booking-status-details { background-color:#0099ff; }
.bookings-body .status-processing .booking-status-details { background-color:#33cc00; }

.bookings-body .booking-location {
    background-color: #eee;
    font-weight: bold;
    font-size: 13px;
    width: 193px;
    height:34px;
    margin-bottom:10px;
    padding:6px 0px 6px 30px;
    background-repeat:no-repeat;
    background-position:left top;
}

.bookings-body .booking-location-pickup {
    background-image:url(../images/pickup_icon_bg.png);
    background-position:0px 1px;
}

.bookings-body .booking-location-dropoff {
    background-image:url(../images/dropoff_icon_bg.png);
}

.bookings-body .booking-location-header {
    color:#444;
    font-size:14px;
}

.bookings-body .booking-location-date {
    color:#777;
    font-size:12px;
    line-height:25px;
}

.bookings-body .booking-vehicle-img {
    width:150px;
    height:100px;
    text-align:center;
}

.bookings-body .booking-vehicle-img img {
    max-width:150px;
    max-height:100px;
}

.bookings-body .booking-vehicle-img-text {
    color:#fff;
    text-align:left;
    width:140px;
    padding:5px;
    position:absolute;
        left:0;
        top:0;
    background-image:url(../images/vehicle_trans_bg.png);
}

.bookings-body .booking-price-main {
    float:right;
    color:#cc0001;
    text-align:right;
}

.bookings-body .booking-price-large {
    font-size:26px;
}

.bookings-body .booking-price-small {
    font-size:11px;
}

.bookings-body .booking-price-total {
    float:right;
    clear:both;
    margin-top:8px;
    text-align:right;
    font-size:18px;
    width:120px;
}

.bookings-body .button_regular {
    display:block;
    width:140px;
    line-height:40px;
    padding:0 !important;
    background-color:#33cc00;
    color:#fff;
    font-weight:bold;
    border: none !important;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    font-size:16px !important;
    text-decoration:none;
    text-transform:uppercase;
    float:left;
    margin-top:20px;
}

.bookings-body .button_regular:hover { color:#fff; text-decoration:none; }

.bookings-body .submit_button_regular {
    border-top:0;
    border-bottom: 7px solid #fff !important;
    border-left:0;color: white;
    font-size: 14px !important;
    font-weight: bolder;
    padding: 7px 0 7px 7px !important;
    text-decoration:none;
    text-transform: uppercase;
    white-space: nowrap;
}

.bookings-body .grey_button {
    display:block;
    width:56px;
    height:11px;
    background-image:url(../images/modify_or_cancel.png);
    background-repeat:no-repeat;
    padding:4px 5px 6px 5px;
    color:#666;
    text-decoration:none;
    float:left;
    margin-left:4px;
    text-transform:uppercase;
}

.bookings-body .view_button_wrap {
    float:left;
    margin:12px 0 0 33px;
}

.bookings-body .modify_cancel_wrap {
    float:left;
    margin-top:30px;
}

.bookings-body .blanking_class {
    height:110px;
    /*background-color:#eee;*/
    margin:0;
}

.bookings-body .booking-info-light {
    font-size:12px;
    color:#9f9f9f;
}

.bookings-body .booking-info-dark {
    font-size:12px;
    color:#666;
    font-weight:bold;
}

.bookings-body .booking-price-saving {
    float:right;
    clear:both;
    background-repeat:no-repeat;
    color:#fff;
    text-align:right;
    font-weight:bold;
    display:table-cell;
}

.bookings-body .booking-price-saving-ie {
    float:right;
    clear:both;
    width:69px;
    line-height:17px;
    background-image:url(../images/booking_price_banner_bg.png);
    background-repeat:no-repeat;
    color:#fff;
    padding:5px;
    text-align:center;
    margin-top:5px;
    font-weight:bold;
    display:block;
}

.booking-price-saving .offer {color:white;background: url('../images/offer-middle.png') repeat-x; display: inline-block;line-height:25px;}
.booking-price-saving .offer img {vertical-align:top;}

.details_heading { margin-top:20px; }

#booking_preview .button_regular {
    display:block;
    width:100px;
    line-height:28px;
    padding:0 !important;
    background-color:#33cc00;
    color:#fff;
    font-weight:bold;
    border: none !important;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    font-size:12px !important;
    text-decoration:none;
    text-transform:uppercase;
    float:left;
    text-align:center;
}

#booking_preview .button_regular:hover { color:#fff; text-decoration:none; }

.vendor_list_item {
    float: left;
    width: 320px;
    border: 0px solid #000;
}

.bookings-body .booking-type {
    padding: 9px 8px;
}

.bookings-body .booking-status-details {
    padding: 9px 8px;
}

.ui-autocomplete-loading {
    background-position:right top;
    background-image:url(../images/ajax-loader.gif);
    background-repeat:no-repeat;
}

.hidden_on_screen {
    display:none;
}

.mobile-bookings-body-row {
    float:left;
    clear:both;
    width:95%;
    border:3px solid #888;
    border-radius:5px;
    margin:8px 0;
    padding:5px;
}

#mainblock .mobile-bookings-body-row p {
    font-size:12px;
    padding:0;
    margin:3px 0;
    text-align:left;
    color:#000;
}

#mainblock .mobile-bookings-body-row p.heading {
    font-size:14px;
    margin:5px 0 8px 0;
    text-align:center;
    font-weight:bold;
}

#mainblock .mobile-bookings-body-row p.account-label {
    text-indent:5px;
}

.mobile-bookings-body-row .my-account-half {
    float:left;
    width:50%;
}

.mobile-bookings-body-row .my-account-third {
    float:left;
    clear:both;
    width:100%;
    margin:5px 0;
    padding:5px 0 0 0;
    border-top:1px solid #EEEEEE;
}

.mobile-booking-location {
    background-color: #eee;
    font-weight: bold;
    font-size: 12px;
    margin-bottom:5px;
    padding:5px;
}

.mobile-booking-location .booking-location-header {
    font-size:13px;
}

.mobile-bookings-body-row .modify_cancel_wrap, .mobile-bookings-body-row .view_button_wrap {
    margin:0;
    text-align:center;
}

.mobile-bookings-body-row .bookings-body .booking-location-date {
    font-size:11px;
}

.mobile-status-wrap {
    padding:3px;
    border-radius:5px;
    margin-right:3px;
    color:#000;
}

.mobile-bookings-body-row .paynow {
    display:block;
    width:56px;
    padding:4px 5px 6px 5px !important;
    color:#666;
    text-decoration:none;
    float:left;
    margin-left:4px;
    text-transform:uppercase;
    font-family:arial, sans-serif;
    border:1px solid #CCC !important;
    border-radius:5px;
    font-size: 12px !important;
    line-height:normal;
    font-weight:normal;
    margin:0 0 5px 5px;
    box-shadow:none;
    background: #f6f6f6; /* Old browsers */
    background: -moz-linear-gradient(top,  #f6f6f6 0%, #e5e5e5 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f6f6f6), color-stop(100%,#e5e5e5)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #f6f6f6 0%,#e5e5e5 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #f6f6f6 0%,#e5e5e5 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #f6f6f6 0%,#e5e5e5 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #f6f6f6 0%,#e5e5e5 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f6f6', endColorstr='#e5e5e5',GradientType=0 ); /* IE6-9 */
}

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

.mobile-price-wrap {
    width:33%;
    float:left;
    padding:5px 0;
    margin-top:5px;
    border-top:1px solid #eee;
    text-align:center;
    color:#000;
}

.mobile-bookings-body-row .modify_cancel_wrap a, .mobile-bookings-body-row .view_button_wrap a, .mobile-bookings-body-row .paynow {
    margin:0 5px 0 0;
}

#lead-form-popup, #contact-form-popup {
    padding:10px;
    background-color:#fff;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

.contactForm {
    min-height:580px;
}

.contactForm .form-row {
    float:left;
    clear:both;
    margin:0 0 10px 0;
    font-family:arial, sans-serif;
    font-size:13px;
}

.contactForm .form-row label {
    display:block;
    width:160px;
    float:left;
}

.contactForm .form-row input[type="text"],
.contactForm .form-row input[type="tel"],
.contactForm .form-row input[type="email"],
.contactForm .form-row textarea {
    float:left;
    width:200px;
}

.contactForm .form-row textarea {
    height:80px;
    margin:0;
    border:1px solid #ccc;
}

.contactForm .required_field {
    padding: 2px 5px;
    font-weight: normal;
    margin: 3px 0 1px 0;
    text-decoration: none;
    background: transparent url(../images/icon_requiredfield.gif) no-repeat;
    line-height: 12px;
    float:left;
}

.contactForm .form-row .error {
    float:left;
    margin:5px 0 4px 3px;
}

.contactForm .form-row .checkbox_wrap {
    float:left;
}

.contactForm .form-row .checkbox_wrap label {
    width:auto;
    line-height:20px;
    width:50px;
    font-weight:normal;
}

.contactForm .form-row .checkbox_wrap input {
    width:auto;
}

.contactForm .spacer {
    float:left;
    clear:both;
    width:100%;
    height:10px;
}

.contactForm .our-quote-wrap, .contactForm .supplier-quote-wrap {
    margin-left:10px;
}

.contactForm #loading, .contactForm #contact-us-thankyou {
    width:400px;
    text-align:center;
    margin:30px 0 60px 0;
    float:left;
    clear:both;
}

.contactForm #contact-us-thankyou p {
    text-align:center;
}

.error_message {
    color: #f00;
    display:block;
    line-height: 12px;
    font-weight: bold;
    padding: 0px;
    margin:10px 0 0px 0
}

.cancellation-popup {
    background-color:#fff;
    padding:5px;
    line-height:20px;
    position:absolute;
        right:120px;
        top:120px;
    z-index:560;
}

.input-prepend {
    display: inline-block;
    /*margin-bottom: 10px;*/
    font-size: 0;
    white-space: nowrap;
    vertical-align: middle;
}

.lightbox_me_close {
    position:absolute;
    right:5px;
    top:5px;
    width:20px;
    cursor: pointer;
}

.input-prepend .add-on:first-child {
-webkit-border-radius: 4px 0 0 4px;
-moz-border-radius: 4px 0 0 4px;
border-radius: 4px 0 0 4px;
margin-right: -1px;
}

.input-prepend .add-on {
display: inline-block;
width: auto;
height: 20px;
min-width: 16px;
padding: 4px 5px;
font-size: 14px;
font-weight: normal;
line-height: 20px;
text-align: center;
text-shadow: 0 1px 0 #ffffff;
background-color: #eeeeee;
border: 1px solid #ccc;
}

.input-prepend input {
    display: inline-block;
}
input.country {width:192px !important;border-left:none;border-bottom-left-radius: 0 !important;border-top-left-radius: 0 !important;}

.f32 .flag {vertical-align: top !important; margin-top:-6px;}

bod.choose-car .ui-autocomplete {left:419px !important;width:243px !important;}
