/* Use Yahoo reset.css to start all styles with a level playing field */
@import url("../../yui.yahooapis.com/2.4.1/build/reset-fonts-grids/reset-fonts-grids.css");

body {text-align:left;}

/* Basic form styling */
/* Form styles */
.waxform { margin: 10px; padding: 5px; }

.waxform .legend { margin-bottom: 1em; }
.waxform .legend em { color: #C00; font-style: normal; }

.user_errors, .user_messages {
  background-color: rgb(255, 255, 204);
  border: 1px solid rgb(255, 204, 102);
  margin: 0px 0px 10px 0px;
  padding: 5px 10px;
}
.user_errors p { margin: 0; }
.user_errors p em { color: #C00; font-style: normal; font-weight: bold; }


.waxform fieldset { margin: 10px 0; padding: 10px; border: #DDD 1px solid; }
.waxform legend { font-weight: bold; color: #666; }

.waxform span label {
  display: block;
  border: none;
  color: rgb(34, 34, 34);
  font-size: 95%;
  font-weight: bold;
  line-height: 150%;
  margin: 0px;
  padding: 0px 0px 3px 0px;
}
.waxform span .input_field, .waxform span .textarea {
  border-bottom: 1px solid rgb(221, 221, 221);
  border-left: 1px solid rgb(195, 195, 195);
  border-right: 1px solid rgb(195, 195, 195);
  border-top: 1px solid rgb(124, 124, 124);
  color: rgb(51, 51, 51);
  padding:3px 2px;
}
.waxform span .error_field { color: #C00; }
.waxform input.error_field { border-color: #C00; background-color: #FEF; }
.waxform input:focus,
.waxform input.error_field:focus,
.waxform textarea:focus {	background-color: #FFC; border-color: #FC6; }

.waxform .error_message {color: #C00; font-size:77%; display:block; }
.waxform span { margin-bottom:10px; display:block;}
.waxform .submit_field {
  display:block;
  margin:10px 0;
}
.waxform .checkbox_field {float:left; margin-right:4px;vertical-align:bottom;}


/****** Pagination and error Styles **********/
.pagination {
  margin:15px 0;
  padding-bottom:15px;
}
.pagination li.pagination_link {
  float:left;
  margin-right:4px;
  padding:3px 0;
}
.pagination li.pagination_link a, .pagination span {
  padding:2px 5px;
}
.pagination li.pagination_link a, .pagination span.disabled {
  border:1px solid #009EE0;
}


/********* END Pagination and errors ****************/


/* Nasty clearfix hacks */
.clearfix {display:inline-block;}
/* Hide from IE Mac \*/
.clearfix {display:block;}
/* End hide from IE Mac */
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.previous_button, .next_button {
  width:1%;
  text-align:center;
  position:relative;
  float:left;
  top:100px;
  z-index:100;
}
.next_button {
  margin-left:20px;
  float:right;
}
.previous_button:hover, .next_button:hover {
  cursor:pointer;
}

.vehicle_image_gallery ul {
  float:left;
  height:190px;
}

.gallery_wrapper {
  background:url(../index2.html) no-repeat center bottom;
  padding:0 20px;
  margin-bottom:20px;
}
.vehicle_image_gallery ul li {
  float:left;
  text-align:center;
  margin-right:23px;
  margin-left:23px;
  margin-top:15px;
}
.vehicle_image_gallery ul li img {
  vertical-align:bottom !important;
}

html, body {
	height: 100%;
}

div#fancy_overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #666;
	display: none;
	z-index: 30;
}

* html div#fancy_overlay {
	position: absolute;
}

div#fancy_wrap {
	text-align: left;
}

div#fancy_loading {
	position: absolute;
	height: 40px;
	width: 40px;
	cursor: pointer;
	display: none;
	overflow: hidden;
	background: transparent;
	z-index: 100;
}

div#fancy_loading div {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 480px;
}

div#fancy_loading_overlay {
	position: absolute;
	background-color: #FFF;
	z-index: 30;
}

div#fancy_loading_icon {
	position: absolute;
	z-index: 35;
	width: 16px;
	height: 16px;
}

div#fancy_outer {
	position: absolute;
    top: 0;
    left: 0;
    z-index: 90;
    padding: 18px 18px 33px 18px;
    margin: 0;
    overflow: hidden;
    background: transparent;
    display: none;
}

div#fancy_inner {
	position: relative;
	width:100%;
	height:100%;
	border: 1px solid #BBB;
	background: #FFF;
}

div#fancy_content {
	margin: 0;
	z-index: 100;
	position: absolute;
}

div#fancy_div {
	background: #000;
	color: #FFF;
	height: 100%;
	width: 100%;
	z-index: 100;
}

img#fancy_img {
	position: absolute;
	top: 0;
	left: 0;
	border:0;
	padding: 0;
	margin: 0;
	z-index: 100;
	width: 100%;
	height: 100%;
}

div#fancy_close {
	position: absolute;
	top: -12px;
	right: -15px;
	height: 30px;
	width: 30px;
	cursor: pointer;
	z-index: 181;
	display: none;
}

#fancy_frame {
	position: relative;
	width: 100%;
	height: 100%;
	display: none;
}

#fancy_ajax {
	width: 100%;
	height: 100%;
	overflow: auto;
}

a#fancy_left, a#fancy_right {
	position: absolute;
	bottom: 0px;
	height: 100%;
	width: 35%;
	cursor: pointer;
	z-index: 111;
	display: none;
	outline: none;
}

a#fancy_left {
	left: 0px;
}

a#fancy_right {
	right: 0px;
}

span.fancy_ico {
	position: absolute;
	top: 50%;
	margin-top: -15px;
	width: 30px;
	height: 30px;
	z-index: 112;
	cursor: pointer;
	display: block;
}

span#fancy_left_ico {
	left: -9999px;
}

span#fancy_right_ico {
	right: -9999px;
}

a#fancy_left:hover {
  visibility: visible;
}

a#fancy_right:hover {
  visibility: visible;
}

a#fancy_left:hover span {
	left: 20px;
}

a#fancy_right:hover span {
	right: 20px;
}

.fancy_bigIframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
}

div#fancy_bg {
	position: absolute;
	top: 0; left: 0;
	width: 100%;
	height: 100%;
	z-index: 70;
	border: 0;
	padding: 0;
	margin: 0;
}

div.fancy_bg {
	position: absolute;
	display: block;
	z-index: 70;
	border: 0;
	padding: 0;
	margin: 0;
}

div.fancy_bg_n {
	top: -18px;
	width: 100%;
	height: 18px;
}

div.fancy_bg_ne {
	top: -18px;
	right: -13px;
	width: 13px;
	height: 18px;
}

div.fancy_bg_e {
	right: -13px;
	height: 100%;
	width: 13px;
}

div.fancy_bg_se {
	bottom: -18px;
	right: -13px;
	width: 13px;
	height: 18px;
}

div.fancy_bg_s {
	bottom: -18px;
	width: 100%;
	height: 18px;
}

div.fancy_bg_sw {
	bottom: -18px;
	left: -13px;
	width: 13px;
	height: 18px;
}

div.fancy_bg_w {
	left: -13px;
	height: 100%;
	width: 13px;
}

div.fancy_bg_nw {
	top: -18px;
	left: -13px;
	width: 13px;
	height: 18px;
}

div#fancy_title {
	position: absolute;
	bottom: -33px;
	left: 0;
	width: 100%;
	z-index: 100;
	display: none;
}

div#fancy_title div {
	color: #FFF;
	font: bold 12px Arial;
	padding-bottom: 3px;
}

div#fancy_title table {
	margin: 0 auto;
}

div#fancy_title table td {
	padding: 0;
	vertical-align: middle;
}

td#fancy_title_left {
	height: 32px;
	width: 15px;
}

td#fancy_title_main {
	height: 32px;
}

td#fancy_title_right {
	height: 32px;
	width: 15px;
}
/********************************************************
********************   HTML     ************************
*********************************************************/
html {background:white;}
body{font-family: Helvetica, Arial, sans-serif;}
h1 {font-size:211%;font-weight:bold;margin:10px 0;}
h2 {font-size:131%;font-weight:bold;}
h3 {font-size:131%;font-weight:bold;}
p {margin:10px 0; font-size: 100%;line-height:160%;}
h1,h2,h3,p {color:#221d0c;}
h3 {margin:15px 0;}
p em {text-decoration: underline;}
h2.price {font-size:197%;font-weight:bold;}
h2.price span {font-size:50%;font-weight:normal;}
table {width:100%;}
table td, table th {font-size:85%; padding:4px 9px;vertical-align:top;}
table thead tr {background:#fbfbfb;border-bottom:1px solid #eaeaea;}
table tbody tr {border-bottom:1px solid #eaeaea;}
table tbody table tr {border-bottom:0px solid #eaeaea;}
table thead th {font-weight:bold;}
table td.highlighted {background:#d1d1d1;}
strong {font-weight:bold;}
p.first_para {font-weight:bold;font-size:116%;line-height:160%;}
small {line-height:50%;font-size:77%;}
/********************************************************
********************* STRUCTURE *************************
*********************************************************/
#header_container {
}
.dealer #header_container,
.approved-used-cars #header_container,
.contact #header_container,
.finance #header_container {
}
#content_header h1 {color:#343434;font-size:260%;margin:0;padding:10px 0px;}

.finance.index #header_container,
.about.index #header_container,
.index #header_container,
.vehicles #header_container,
.about #header_container,
.competitions #header_container,
.offers #header_container {
}




#site_nav .action_links li {
  padding:5px 0;
}
#site_nav .action_links .td_link {
  padding-left:25px;
  margin-right:10px;
}
#site_nav .action_links .br_link {
  padding-left:30px;
}

#navigation #vehicle_nav{margin-top:4px;}
#vehicle_nav li {
  padding:0 !important;
}
#vehicle_nav li a {
  padding-right:10px;
  padding-left:10px;
  font-weight:bold;
}


#vehicle_nav li a {color:#FFF;text-shadow: #6c0004 0px -1px 1px;display:block;line-height:41px;}
#vehicle_nav li:first-child a {border-left:0;}
#vehicle_nav li:last-child a {border-right:0;}
#vehicle_nav li a:hover {text-shadow:#111 -1px -1px 7px;}
/********************************************************
*************** Vehicle Nav Hover Styles ****************
*********************************************************/
body.performance .performance,
body.features .features,
body.parts .parts,
body.towing .towing,
body.offroad .offroad,
body.compare .features,
.vehicle_subnav li.selected  {
  padding-left:20px;
}
body.performance .performance a,
body.features .features a,
body.parts .parts a,
body.towing .towing a,
body.offroad .offroad a,
body.compare .features a,
.vehicle_subnav li.selected a
{color:#b60000;font-weight:bold;}



#footer, #content_body,#content_header, #header,
.press #content, .finance #content, .dealer-locator #content, .home #content,
.news #content, .become-an-isuzu-dealer #content {width:891px; margin:auto;}
#header{width:891px;}
.approved-used-cars #footer, .approved-used-cars #content, .approved-used-cars #header {width:1007px; margin:auto;}

#content_container {
  background:white;
  padding-bottom:30px;
}
#content {min-height:350px;}

#content_body .content_col_a, #content_body .content_col_b {
  float:left;
  padding-right:4%;
}
#content_body .content_col_a {
  margin-right:2%;
  width:38%;
}
#content_body .content_col_b {width:55%;padding-right:0;}
#content_body .content_col_full {width:97%;}

#content_body .content_col_half_a, #content_body .content_col_half_b {width:46%;float:left;margin-top:20px;}
#content_body .content_col_half_a {margin-right:5%;margin-left:2%;}
#content_body .power_performance {
  padding-left:120px;
}
#content_body .emissions {
  padding-left:120px;
}
#content_body .content_col_a ul li, #content_body .content_col_b ul li {
  padding-left:25px;
  font-size:107%;
  margin-left:40px;
  margin-bottom:7px;
}



#footer_container {
  background:black;
  border-top:3px solid #f9040e;
  padding-top:20px;
}
#footer h3, #footer p {color:#F1F1F1;}
#footer h3 {margin:0;}
#footer #brochure_link, #footer #callback, #footer #test_drive {
  float:left; width:175px;margin-right:13px; padding:5px 15px; padding-left:120px;
}
#footer fieldset {border:0; margin:0;padding:0;}
#footer #brochure_link {
   padding-left:148px;
   clear:left;
}
#footer #callback {
  margin-right:0;
  padding-left:88px;
}
#footer #test_drive {
}


/********************************************************
******************* USER INTERFACE  *********************
*********************************************************/

.button, input[type=submit] {
  padding:5px 8px;
  border-radius:4px;
  margin:3px 2px 3px 0;
  background-color: #ee1e25;
}
.button a,input[type=submit] {
  color:white !important;
  text-shadow: #333 1px 1px 1px;
  text-decoration: none;
}
input[type=submit] {
  border:0;
}
input[type=submit]:hover {
  cursor:pointer;
}
.button:hover a {text-shadow:#111 2px 2px 3px;}

.new_button {
  padding:10px 15px;
}
  html.countrywide_action .vehicle_heading .new_button{padding:15px;}
.new_button a {
  text-shadow: rgba(0,0,0,0.3) 0 -1px 1px;
}

.tabs {border:0;background:none;}
.tabs .ui-tabs-nav li.ui-state-default {
  border:none;
  -webkit-border-radius:0;
  -moz-border-radius:0;
  margin:0 6px;
  padding:4px 2px;
}
.tabs .ui-tabs-nav li a {font-size:85%; padding:3px 5px;}
.tabs .ui-tabs-nav li.ui-state-default a {color:#f1f1f1;font-weight:normal;}
.tabs .ui-tabs-nav li.ui-tabs-selected {
  background:white;
  -webkit-border-radius:0;
  -moz-border-radius:0;
  border:0;
  top:2px;
  -webkit-box-shadow:0px -4px 4px #888;
  margin:0 2px;
  padding:4px 2px;
  margin-bottom:-9px;
  padding-bottom:7px;
}
.tabs .ui-tabs-nav li.ui-tabs-selected a {color:#343434;font-weight:bold;}
.tabs .ui-widget-header {background:none;border:0;border-bottom:5px solid #b80000;-webkit-border-radius:0;padding-left:15px;}

/********************************************************
***************** VEHICLE NAVIGATION   *******************
*********************************************************/
body.denver #vehicle_nav .denver,
body.denver-max #vehicle_nav .denver-max,
body.denver-max-plus #vehicle_nav .denver-max-plus,
body.denver-max-le #vehicle_nav .denver-max-le,
body.rodeo-sport-le #vehicle_nav .rodeo-sport-le,
body.single-cab #vehicle_nav .single-cab,
body.approved-used-cars #vehicle_nav .approved-used
 {
  height:51px;
}
body.approved-used-cars #content_container,
body.dealer-locator #content_container {padding-top:10px;}


/********************************************************
******************* VEHICLE PAGES   *********************
*********************************************************/
body.vehicles #content_container,
body.finance.index #content_container,
body.about #content_container,
body.competitions #content_container,
body.offers #content_container {
}


.vehicle_subnav {
  float:left;
  width:290px;
}
.vehicle_subnav ul li {
  padding:12px 9px;
  margin-left:10px;
  margin-right:20px;
  background:white;
  font-size:93%;
  color:#4f4f4f;
  border-bottom:1px solid #f3f3f3;
}

.vehicle_subnav ul li a {
  color:#4f4f4f;
  text-decoration: none;
}
.vehicle_subnav ul li a:hover {
  color:#111;
  text-shadow:1px 1px 6px #AAA;
}
.vehicle_subnav #colour_pick {
  padding:9px 9px 11px 9px;
  margin-left:0;
  margin-right:0;
  border-bottom:none;
}
.vehicle_subnav #colour_pick strong, .vehicle_subnav #colour_pick img {
  vertical-align:middle;
}
.vehicle_subnav #colour_pick .swatch {
  margin-left:3px;
}
.vehicle_subnav .wrapper {
  -webkit-box-shadow:3px 3px 12px #333;
  -moz-box-shadow:3px 3px 12px #333;
  display:block;
  margin-left:10px;
  margin-right:20px;
  -webkit-border-radius:5px;
  -moz-border-radius:5px;
}
.vehicle_subnav .wrapper li {
  margin-left:0px;
  margin-right:0px;
}
.vehicle_subnav ul li:first-child {
  -webkit-border-top-left-radius:5px;
  -webkit-border-top-right-radius:5px;
  -moz-border-radius-topleft:5px;
  -moz-border-radius-topright:5px;
}
.vehicle_subnav ul .wrapper li:first-child {
  -webkit-border-top-left-radius:0px;
  -webkit-border-top-right-radius:0px;
  -moz-border-radius-topleft:0px;
  -moz-border-radius-topright:0px;
}
.vehicle_subnav ul li:last-child {
  -webkit-border-bottom-left-radius:5px;
  -webkit-border-bottom-right-radius:5px;
  -moz-border-radius-bottomleft:5px;
  -moz-border-radius-bottomright:5px;
}
.simple ul .wrapper li:first-child {
  -webkit-border-top-left-radius:5px;
  -webkit-border-top-right-radius:5px;
  -moz-border-radius-topleft:5px;
  -moz-border-radius-topright:5px;
}
.simple ul .wrapper {
  margin-left:0;
  margin-top:10px;
  margin-bottom:10px;
}
.shadow {margin:0 !important;padding:0 !important;
  background:transparent !important;border:0 !important;}
.shadow ul li {font-size:100%;}

.packshot {
  float:left;
  width:600px;
  height:400px;
}
.pack_overlay {
  width:600px;
  height:400px;
  background-image:none;
  background:no-repeat 30px -43px;
}


.colour_label {float:right;clear:left;color:#999;margin-top:-50px;padding-right:20px;font-size:145%;}


#content_header .header_copy {padding:0; width:430px; margin-left:20px;float:left;}
html.index_action .finance #content_header .header_copy {width:500px;margin-left:0;}
html.index_action .finance #content_header .header_copy h1 {font-size:210%;}

#content_header .header_copy h1, #content_header .header_copy p {color:#f5f5f5;font-weight:normal;margin:0px 0 10px 0;padding:0;}
.header_copy {min-height:300px;}

.load_specs img {margin:20px 0;}
#used_car_frame {
  border-bottom:45px solid black;
}

.performance_copy {
  margin-top:40px;
}
.performance_copy p {padding-right:200px;}
.performance_copy h2 {
  margin:20px 0;
}
.performance_copy p.small {width:30%;}
.parts_accs {margin-top:70px;}



.parts_accs div.contracted {
  height:16px;
  overflow:hidden;
}
.parts_accs img.detail {width:280px;}
.parts_accs img.contracted {width:120px;}
.parts_accs .acc_title {width:250px;}
.parts_accs td p {margin-top:0;}
.parts_accs td p.first_para {font-weight:normal;font-size:100%;}
.parts_accs .extra_row .detail {display:none;}
.parts_accs .intro a {color:#ff0000;font-weight:bold;text-decoration:none;}
.parts_accs .intro a:hover {text-decoration:underline;}
.parts_accs .acc_image {width:120px;}
.parts_accs .acc_icon {width:40px;}

.compare .comparison_table {margin-top:70px;}
.compare .compare_table th {width:150px; font-weight:bold;}
.compare .dynamic_table {display:none;}
.compare .spec_head th {height:117px;}
.compare .compare_table .selected {background:#ffeeee;}
.compare .compare_table .spec_cell {width:90px;text-align:left;}
.compare .spec_head td {background:white !important;}
.compare .spec_link td,.compare .spec_link th {padding:12px;background:none !important;border-top:1px solid #333;}
.compare .competitors input {float:left; width:23px;}
.compare .competitors label {float:left;}
/************ Contact Forms *************************/
fieldset.vehicle_choice {
 float:left;
 width:550px;
 margin:0 15px 0 0;
}
fieldset.personal_details {
  float:left;
  margin:0;
}
fieldset.vehicle_choice legend, fieldset.personal_details legend {
  font-size:116%;
}
.contact_options span {
  display:block;
  float:none !important;

}
fieldset.contact_options span label {color:#9d9d9d;}
.contact_options p {
  font-size:116%;
  color:#585858;
  font-weight:bold;
}
.contact_options p em {color:#cc0000;text-decoration:none;font-size:85%;vertical-align:top;font-weight:bold;}

.vehicle_choice span {
  display:block;
  float:left;
  margin-right:7px;
  padding-right:7px;
  border-right:1px solid #eaeaea;
}
.vehicle_choice * {
  vertical-align:middle;
}
.vehicle_choice span label {display:inline;}
.model_price {
  font-size:110%;
  color:#221d0c;
  margin:0;
  line-height:100%;
  font-weight:bold;
  padding-bottom:4px;
}
.vehicle_highlight .model_price {
  padding-bottom:0;
  margin-top:-5px;
}
.model_price em {
  color:#cc0000;
  text-decoration:none;
  font-weight:bold;
}
.compare .model_price em {
  line-height:200%;
}
.testdrive_form input[type=text],
.brochure_form input[type=text],
.callback_form input[type=text],
.testdrive_form textarea,
.brochure_form textarea {width:300px;}

.acc_button {float:right;}


/**************** Home Page *********************/


.index .vehicle_heading, html.countrywide_action .vehicle_heading {float:left;width:320px;padding-left:10px;display:none;padding-top:10px;}
  html.countrywide_action .vehicle_heading{width:490px;}
.index .vehicle_heading.selected, html.countrywide_action div.selected{display:block;}
.index #content_header .vehicle_heading h1, html.countrywide_action #content_header .vehicle_heading h1 {
  color:white !important;
  padding:10px 0;
  line-height:100%;
}
  html.countrywide_action #content_header .vehicle_heading h1{font-size:387%;}

.index #content_header .vehicle_heading h2, html.countrywide_action .vehicle_heading h2{color:#f5f5f5;font-size:131%;font-weight:normal;margin:10px 0 30px 0px;}
.index .home_packshot {
  float:left;
  width:610px;
  height:269px;
  overflow:hidden;
  margin-bottom:-30px;
  margin-top:20px;
}
.index .vehicle_browser {
  padding-left:7px;
  margin-top:-9px;
  height:230px;
  float:left;
  width:100%;
}
.index .vehicle_highlight {
  float:left;
  text-align:center;
  padding:0 4px;
  padding-top:14px;
  width:193px;
  height:208px;
  margin-right:-8px;
  position:relative;
  z-index:1001;
}



.dealer_locator, .used_search {
  width:48%;
  float:left;
}
.used_search {margin-left:20px;}
.dealer_locator h2,.used_search h2 {margin-top:20px;}
.dealer_locator .waxform, .used_search .waxform {margin:0;padding:5px 0;}
.dealer_locator, .used_search {font-weight:bold;}
.dealer_locator p a {color:#444;}
.dealer_locator input,.used_search input {margin-right:10px; padding:4px; font-size:100%;}
.dealer_locator select {
  border:1px solid #908762;
  padding:4px;
}
.used_search label {display:block; margin-top:7px;}
.dealer_locator fieldset, .used_search fieldset {border:0; margin:0;}
.used_search fieldset {padding:0;}
.ad_splash {
  -webkit-box-shadow:2px 2px 9px #333;
  border-top:5px solid black;
  border-bottom:5px solid black;
  padding:12px 9px;
  margin:10px 0;
  background-color:white;
}
.ad_splash img {float:right;}
.ad_splash h3, .ad_splash h2, h2.offer_headline, h3.offer_headline {
  color:#e20000;
  text-transform:uppercase;
  font-family:"Helvetica Neue",Arial, sans-serif;
  margin:0;
  letter-spacing: -1px;
  font-size:121%;
  line-height:100%;
}
h2.offer_headline, h3.offer_headline {
  margin-bottom:20px;
}


.ui-tabs-vertical { width: auto; }
.ui-tabs-vertical .ui-tabs-nav { padding: .2em .1em .2em .2em; float: left; width: 12em; }
.ui-tabs-vertical .ui-tabs-nav li { clear: left; width: 100%; border-bottom-width: 1px !important; border-right-width: 0 !important; margin: 0 -1px .2em 0; }
.ui-tabs-vertical .ui-tabs-nav li a { display:block; }
.ui-tabs-vertical .ui-tabs-nav li.ui-tabs-selected { padding-bottom: 0; padding-right: .1em; border-right-width: 1px; border-right-width: 1px; }
.ui-tabs-vertical .ui-tabs-panel { padding: 1em; float: left; width: 20em;}
.ui-tabs-vertical .ui-widget-header {border:0;}
.ui-tabs-vertical .ui-tabs-nav li.ui-state-default, .ui-tabs-vertical .ui-tabs-nav li.ui-tabs-selected {
  margin:0;
  margin-bottom:12px !important;
  -webkit-box-shadow:-4px 0px 7px #e1e1e1;
  -moz-box-shadow:-4px 0px 7px #e1e1e1;
}
.ui-tabs-vertical .ui-tabs-nav li.ui-state-default a {color:#222;}
.ui-tabs-vertical .ui-tabs-nav li.ui-tabs-selected {-webkit-box-shadow:0px !important;}
.ui-tabs-vertical .ui-tabs-nav li.ui-tabs-selected a {color:#ff0000;}

.offroad_tabs div {min-height:190px;}




#feedback {
  position:fixed;
  top:0px;
  right:10px;
}
#feedback_content {display:none;}
#feedback_content iframe {font-size:93%;}
#feedback_content iframe textarea {height:50px;}

#ad_rotator {
  min-height:150px;
  margin-top:25px;
}
.small_print {font-size:80%;}
.divider {margin:15px 0;}

.bik #info a {font-weight:normal;}

#main_home_vid {
  float:right;
  height:300px;
  margin-bottom:-300px;
  position:relative;
  top:-40px;
  z-index:1000;
  left:-70px;
}

#countrywide{float:right;margin-top:230px;}
.user_messages {margin:20px 0;}
.finance_links {margin-top:20px; color:#d1d1d1;font-weight:normal !important;}
.finance_links a {font-weight:normal !important; padding:0 10px;}


#logo{
  background:url('../images/logo.jpg') no-repeat top left;
  height:46px;
  width:250px;
}
  #logo span{display:none;}

.submit_form{background:#ED1D24;}
#ajaxBusy img{display:none;}



h2{margin-bottom:10px;color:#EE101B;}

#header .button{float:right;margin-top:10px;}