@CHARSET "UTF-8";

/**
 * Autoweb Unity Platform
 * Line Color: #BABABA
 * Text Color: #111
 * Link Color: #191919 bold
 * Link Hover Color: #111 bold
 */
body {
    background-color: #FFF;
    text-align: center;
}

body {
    color: #333;
    font: 12px/18px Arial, Helvetica, sans-serif;
    background-color: #EFEFEF;
}

h1,h2,h3,h4,h5,h6 {
    color: #191919;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 500;
    line-height: 1.2em;
    margin: 0 0 19px;
    text-shadow: 0 0 1px rgba(25, 25, 25, 0.1);
}

h1 {
    font-size: 18px;
    margin-bottom: 1.1em;
}

h4 {
    border-bottom: 1px solid #D1D1D1;
    font-size: 18px;
    padding-bottom: 5px;
}

h6 {
    font-size: 16px;
    margin: 0 0 14px;
}

h3 {
    font-size: 16px;
    margin: 5px 0;
    font-weight: bold;
}

#top-line {
    width: 100%;
    height: 5px;
    min-height: 5px;
    max-height: 5px;
    background-color: #191919;
    display: block;
    border-bottom: 2px solid #D1D1D1;
}

.spacer {
    height: 10px;
    min-height: 10px;
    max-height: 10px;
    display: block;
}

.right {
    float: right;
}

a {
    color: #191919;
    font-weight: bold;
    text-decoration: underline;
}

a:hover {
    color: #111;
    font-weight: bold;
    text-decoration: none;
}

p {
    margin: 1em 0;
}

strong { font-weight: bold;}

.hr {
    display: block;
    height: 1px;
    background-color: #EEE;
    border: 0;
    margin: 0;
    padding: 0;
}

#wrapper {
    text-align: left;
    position: relative;
    margin: 0 auto;
    width: 920px;
    padding: 0 20px 10px;
    background-color: #fff;
    border: 1px solid #D1D1D1;
    border-width: 0 1px;
    min-height: 600px;
}

#header {
    display: block;
    position: relative;
    border: 3px solid #191919;
    border-width: 0 0 3px 0;
    padding-bottom: 0;
}

#header .logo {
    float: left;
    min-height: 80px;
    margin: 10px 0;
}

#header .dynamic-logo {
    display: block;
    color: #111;
    font-size: 36px;
    padding: 30px 0 0;
}

#header .dynamic-logo h1 {
    color: #111;
    font-size: 36px;
    padding: 0;
    margin: 0;
}

#header .dynamic-logo a {
    font-weight: 500;
    text-decoration: none;
}

#header #top-ad-banner {
    width: 468px;
    height: 60px;
    margin: 5px 0 10px 0;
    background-color: #ccc;
    float: right;
}

#header #navigation {
    display: block;
    position: relative;
    display: block;
    background-color: #FCFCFC;
}

#header #navigation ul.navigation {
    list-style: none outside none;
}

#header #navigation .navigation li {
    position: relative;
}

#header #navigation .navigation>li {
    float: left;
    margin-right: 1px;
}

#header #navigation .navigation li a {
    color: #FFFFFF;
    font-size: 13px;
    display: block;
    line-height: 19px;
    font-weight: bold;
}

#header #navigation .navigation>li>a {
    color: #191919;
    padding: 10px 10px;
    text-decoration: none;
}

#header #navigation .navigation>li:hover>a,#header #navigation .navigation>li.active>a
    {
    background-color: #191919;
    color: #fff;
    border-top-left-radius: 4px 4px;
    border-top-right-radius: 4px 4px;
    -moz-border-radius-topleft: 4px 4px;
    -moz-border-radius-topright: 4px 4px;
}

#main {
    display: block;
    position: relative;
    min-height: 400px;
}

#main .column2-left {
    width: 455px;
    margin-right: 5px;
    float: left;
    display: block;
    overflow: hidden;
}

#main .column2-right {
    width: 455px;
    margin-left: 5px;
    float: left;
    display: block;
    overflow: hidden;
}

#main .column2-left-wide {
    width: 610px;
    margin-right: 5px;
    float: left;
    display: block;
}

#main .column2-left-slim {
    width: 300px;
    margin-right: 5px;
    float: left;
    display: block;
}

#main .column2-right-wide {
    width: 610px;
    margin-left: 5px;
    float: left;
    display: block;
}

#main .column2-right-slim {
    width: 300px;
    margin-left: 5px;
    float: left;
    display: block;
    position: relative;
}

#main .column1 {
    width: 920px;
    display: block;
}

.box {
    border: 1px solid #D1D1D1;
    padding: 5px;
    border-radius: 4px;
    -moz-border-radius: 4px;
}
/* search */
.search-box {
    float: none;
    height: auto;
}
.search-box .search select {
    margin-bottom: 7px;
    margin-left: 7px;
    width: 133px;
}

.box .telephone {
    margin-bottom: 5px;
    font-size: 16px;
}

.box p {
    margin: 0.9em 0;
}

.contact-page-header {
    border-radius: 4px;
    -moz-border-radius: 4px;
    background-color: #D1D1D1;
}

.contact-page-header .boxwrap {
    width: 300px;
    float: left;
}

.contact-page-header .box {
    border: none;
}

.contact-page-header .box h4 {
    border-bottom: 1px solid #BFBFBF;
}

.contact-page-header .leftmost {
    margin: 0 5px;
}

.contact-page-header .rightmost {
    margin: 0 5px;
}

.vehicle-list {
    position: relative;
}

.vehicle-list .vehicle {
    padding: 5px;
    border-bottom: 1px solid #D1D1D1;
    padding-bottom: 10px;
    margin-bottom: 10px;
    min-height: 120px;
}
.vehicle-list .vehicle .vehicle-image {
    width: 220px;
    float: left;
    border: 1px solid #D1D1D1;
    padding: 5px;
    position:relative;
}

.vehicle-list .vehicle .vehicle-image img.promotion-img {
    position:absolute;
    top:0px;
    left:0px;
    height:143px;
    width:143px;
}

.vehicle-list .vehicle .vehicle-image img {
    width: 220px;
}

.vehicle-list .vehicle .vehicle-information {
    width: 346px;
    float: left;
    padding-left: 10px;
}

.vehicle-list .vehicle .vehicle-information .vehicle-description {
    margin-bottom: 5px;
}

.vehicle-list .vehicle .vehicle-information .vehicle-description ul {
    margin-left: 20px;
}

.vehicle-list .vehicle .vehicle-information .vehicle-name {
    font-size: 15px;
    font-weight: bold;
    padding: 0 5px 5px;
}

.vehicle-list .vehicle .vehicle-information .vehicle-price {
    padding: 5px;
    position: relative;
    backgroun-color: #D1D1D1;
    color: #111
}

.vehicle-list .vehicle .vehicle-information .vehicle-price .price {
    float: left;
}

.price {
    font-size: 24px;
    font-weight: bold;
    color: #ff0000;
}

.vehicle-list .vehicle .vehicle-information .vehicle-price .vehicle-link
    {
    float: right;
    margin-top: -10px;
}

.vehicle-details {
    position: relative;
}
.vehicle-details h1 {border-bottom: 1px solid #D1D1D1;
    font-size: 18px;
    padding-bottom: 5px;
    padding-right: 120px;
}
.vehicle-details .back-link {margin-top: -15px; margin-bottom: 5px; float: left;}
.vehicle-details .allvehicles-link {margin-top: -15px; margin-bottom: 5px; float: right;}

.listing-all-stock { padding: 5px 0; float: right; }

.vehicle-details .price {
    position: absolute;
    right: 0;
    top: 0;
}

.vehicle-details .vehicle-image { width: 598px; margin-bottom: 10px;}
.vehicle-details .vehicle-image img { width: 598px;}
.vehicle-details .vehicle-image-thumbs{ margin-bottom: 10px; width: 598px; overflow: hidden; scroll: auto;}
.vehicle-details .vehicle-image-thumbs img { border: 1px solid #EEEEEE; margin-bottom: 0;
    padding: 5px; width: 85px;}
.vehicle-details .vehicle-information { }
.vehicle-details .vehicle-information ul {margin-left: 20px; }

.pagination { text-align: center; }

form input.error, form textarea.error, form select.error {border:1px solid #FF0000;}
form { padding: 0; margin: 0; }
form label { font-weight: bold; width: 200px; display:inline-block;}
input, textarea, select, button{padding:0.3em;margin:0;}
form {width:100%;}
input, textarea, select{font-size:12px; border:1px solid #666666; font-family:Verdana,Arial,Tahoma,sans-serif;}
input:focus, textarea:focus, select:focus {color:#000000;border:1px solid #666666;}
input[type="text"] {width: 160px;}
input[type="image"] {border: none;}
select {}
textarea {width: 400px;}
button, .button{font-size:12px; background-color:#003366; border:1px solid #000; color:#FFF; font-weight:bold; margin:0;
padding:0.15em 0.3em 0.45em 0.3em;}
button[type="submit"] { display:inline-block; }
fieldset{border:1px solid #CCC; margin:0; padding:10px; margin-bottom:10px; background-color: #FEFEFE;}
legend{margin-left:10px;padding:0 5px;font-weight:bold;color:#333}
fieldset p { margin: 10px 0;}
fieldset div { padding: 5px 0;}

fieldset table.fieldset-table td {padding: 6px;}

form ul.errors { font-size: 11px; list-style-type:square; margin: 10px; margin-left: 30px;}
form ul.errors li {margin-left: 20px; color: #cc0000;}

.button {
    -moz-transition: all 0.218s ease 0s;
    -moz-user-select: none;
    background-color: #F5F5F5;
    background-image: -moz-linear-gradient(center top, #F5F5F5, #F1F1F1);
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 3px 3px 3px 3px;
    color: #444444;
    cursor: default;
    display: inline-block;
    font-size: 12px;
    font-weight: bold;
    height: 32px;
    line-height: 27px;
    min-width: 46px;
    padding: 0 12px;
    text-align: center;
    cursor: pointer;
    font-family: 81.25%/ 1 arial, helvetica, sans-serif;
}

.button-more {
    background-color: #111;
    background-image: -moz-linear-gradient(center top, #666, #111);
    border: 1px solid #000033;
    color: #FFFFFF;
    text-shadow: 0 1px rgba(0, 0, 0, 0.1);
}

.button-more:hover,.button-more:active {
    background-color: #666;
    background-image: -moz-linear-gradient(center top, #111, #666);
}

.button-submit {
    background-color: #666;
    background-image: -moz-linear-gradient(center top, #FFF, #666);
    border: 1px solid #999;
    color: #000;
    text-shadow: 0 1px rgba(0, 0, 0, 0.1);
}

.button-submit:hover,.button-submit:active {
    background-image: -moz-linear-gradient(center top, #666, #FFF);
    cursor: pointer;
}

.button-back {
    background-color: #FF6600;
    background-image: -moz-linear-gradient(center top, #FF6600, #F46201);
    border: 1px solid #D45500;
    color: #FFFFFF;
    text-shadow: 0 1px rgba(0, 0, 0, 0.1);
}

.button-back:hover {
    background-image: -moz-linear-gradient(center top, #F46201, #FF6600);
}

#breadcrumbs {
    margin: 5px 0 0 0;
    display: block;
}

#breadcrumbs a {
    padding: 0 3px;
    text-decoration: underline;
    cursor: pointer;
}

#breadcrumbs a:hover {
    text-decoration: none;
}

#footer {
    display: block;
    position: relative;
    border-top: 3px solid #191919;
    text-align: center;
}

#footer p {
    margin: 5px 0;
}

#footer .copyright {
    font-size: 12px;
    color: #666;
}

#footer .copyright a {
    text-decoration: none;
    color: #333;
    font-weight: bold;
}

#footer .copyright a:hover {
    text-decoration: none;
}

.message-info { min-height:15px; margin-top:10px 0; border: solid 1px #fcd344; color:#003366;
    background: #fafaec url(/static/images/icons/note_msg_icon.gif) no-repeat 10px 10px;
    padding:10px 10px 10px 32px !important; font-size:12px !important; font-weight:bold !important; }
.message-info li {list-style-type: none;}

#recaptcha_logo { height: 0; width: 0; position: absolute; }
#recaptcha_tagline { height: 0; width: 0; position: absolute;}

.vehicle-information .vi-inner { padding: 20px; }
.vehicle-information h2 {margin: 1em 0; font-weight: bold; font-size: 120%}
.vehicle-information ul {}
.vehicle-information ul:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;}
.vehicle-information li { float: left;
    margin-left: 10px;
    padding: 2px;
    width: 250px; }
.vehicle-details .vehicle-information h4 { margin-bottom: 0;}

.vehicle-list .vehicle-information .vehicle-description li { padding: 0; }

.info-column-follow-wrap {
    display: block;
    position: relative;
    width: 300px;
}
.info-column-follow { width: 300px; }

#calculatorresult
{
    background:#FCFCFC;
    color:#111;
    font-size:14px;
    font-weight:bold;
    /*border:2px solid #191919;*/
    padding:10px;
}

#calculatorresult:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.calcresultfield
{
    float:left;
    width:165px;
    margin:0 0 0 10px;
    font-size:100%;
}
.calcresultfield input
{
    border:none;
    width:165px;
    height:30px;
    margin:5px 0 0 0;
    padding:0 0 0 5px;
    font-weight:bold;
    font-size:120%;
}

.finance-form-calc { border: 2px solid #191919}

.finance-form-calc #calculatorresult { border-top: 1px dotted #191919}

.finance-form-calc table td, .finance-form-calc table th { padding: 8px; font-size:110%; }

img.feature { border: 1px solid #666; margin: 5px; padding: 5px;}

.vehicle-featured-box  {}
.vehicle-featured-box h3 { font-size: 110%; margin-bottom: 1em; }

.make-links-wrapper {
    padding: 10px;
}

.make-links-wrapper ul.make-links {
    padding-left: 20px;
}
.make-links-wrapper ul.make-links li {
    width: 30%;
    float: left;
}

/* ########tech spec####### */
.technical li {
    width:600px;
    list-style:none;
    font-size:14px;
    font-weight:bold;
}
.technical li ul li {
    width:275px;
    list-style:disc;
    font-size:12px;    
}
/*
.tabs ul li {
	list-style-type: none;
	border: 1px solid #111;
	float: left;
	padding: 0.5em;
	margin-bottom: 0;
    border-bottom: none;
    background-color: #fff;
	color: #000;
}

.tabs ul li.active, .tabs ul li:hover {
    z-index: 10;
    background-color: #000;
    color: #fff;
    cursor: pointer;
}

.tab {
	padding: 10px;
	border:1px solid #111;
	z-index: 1;
}*/

/* SolveMedia Captcha padding fix */
#adcopy-outer div {
    padding: 0px !important;
}

.MainImageUnityGallery {
    width: 588px;
    height: 400px;
}

.thumbListUnityGallery li {
    float: left;
    list-style-type: none;
}

.image-thumbs .image-thumb-border {
    border: 2px solid #FFFFFF;
}
.image-thumbs .image-thumbnail {
    float: left;
    margin-right: 6px;
    max-height: 116px;
    padding: 1px;
    width: 156px;
}
img {
    border: medium none;
}

.images-details #image-main {
    border: 1px solid #9C9C9C;
    float: left;
    margin-bottom: 10px;
    max-height: 447px;
    padding: 1px;
    width: 585px;
}

#image-thumbs-wrapper {
    height: 150px;
    left: 0;
    margin: 15px 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 100%;
}
#image-thumbs-wrapper-vertical {
    height: 100%;
    left: 0;
    margin: 15px 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 174px;
}
#image-thumbs-slider {
    height: 150px;
    position: relative;
    width: 100%;
}

.vertical-slider {
    height: 447px !important;
    width: 174px !important;
    float: right !important;
    overflow-y: hidden;
}

.image-scroll-down {
    background: url("/static/images/right_grey.png") no-repeat scroll 0 0 transparent;
    height: 50px;
    position: absolute;
    left: 60px;
    top: 407px;
    width: 48px;
    z-index: 9999;
}

.image-scroll-up {
    background: url("/static/images/left_grey.png") no-repeat scroll 0 0 transparent;
    height: 50px;
    left: 60px;
    position: absolute;
    top: 0px;
    width: 48px;
    z-index: 9999;
}

.image-scroll-right {
    background: url("/static/images/right_grey.png") no-repeat scroll 0 0 transparent;
    height: 50px;
    position: absolute;
    right: 0;
    top: 55px;
    width: 48px;
    z-index: 9999;
}

.image-scroll-left {
    background: url("/static/images/left_grey.png") no-repeat scroll 0 0 transparent;
    height: 50px;
    left: 0;
    position: absolute;
    top: 55px;
    width: 48px;
    z-index: 9999;
}

.image-thumb-border-selected {
    border: 2px solid #9C9C9C;
    border-radius: 10px 10px 10px 10px;
}

.footer-link {
    background:#fff !important; 
    width:131px !important;
    height:18px !important;
    font-size:10px !important; 
    padding:3px 21px 3px 5px !important; 
    position: absolute !important; 
    box-shadow:0 0 3px #000 !important; 
    border-radius:4px !important; 
    bottom:5px !important; 
    right:5px !important;
    color:#333 !important;
    font-weight:normal !important;
    font-family:arial !important;
    line-height:18px;
}
.footer-link a {
    color:#000 !important;
    font-weight:normal !important;
    text-decoration: none !important;
}
.footer-link img {
    position:absolute !important; top:7px; right:3px;
}

#form-mileagemin, #form-mileagemax, #form-keyword {
    display: none;
}
.home-fader {
    height:auto !important;
}
.grecaptcha-badge{
    display:none;
}
#fieldset-captchaFieldset{
    display: none;
}