/*
 * Autoweb Site Global CSS
 *
 */

/* Font Faces */
@font-face { font-family: "Charles Wright"; src: url('/static/fonts/CharlesWright.woff'); font-weight: normal; font-style: normal; }

/* Root Element Rules */
body { padding: 0; margin: 0; background-color: #DDDDDD; font-family: Arial,sans-serif;	font-size: 12px; }
select, input, textarea { font-size: inherit; font-family: inherit; }
h1 { font-size: 16px; margin: 0; padding: 0; color: #020150; font-weight: bold; }
h2, h3, h4, h5, h6 { font-size: 12px; margin: 2px 0; padding: 0; color: #020150; }
ul { list-style: none; padding: 0; margin: 0; }
dl, dd, dt { list-style: none; padding: 0; margin: 0; }
dd, dt { display: inline; }
p { line-height: 15px; margin: 10px 0; }
a { text-decoration: none; color: inherit; }
img { border: none; }
form { margin: 0; padding: 0; }
iframe { border: 0; overflow: hidden; }

.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.clearfix { display: inline-block; }
/* required comment for clearfix to work in Opera \*/
* html .clearfix { height:1%; }
.clearfix { display:block; }
/* end clearfix */

.floatingtopmessage {
    text-align: center;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;       
}

.floatingtopmessage span {
    padding: 13px;
    display: inline-block;
}

.floatingtopmessage.error {
    background-color: #FFBABA;
    color: #D8000C;
}

.floatingtopmessage.success {
    color: #4F8A10;
    background-color: #DFF2BF;
}

/* Global gradient backgrounds */
.blue-linear {
    background: #0b06b1;
    background: -moz-linear-gradient(top,  #0b06b1 0%, #08064b 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0b06b1), color-stop(100%,#08064b));
    background: -webkit-linear-gradient(top,  #0b06b1 0%,#08064b 100%);
    background: -o-linear-gradient(top,  #0b06b1 0%,#08064b 100%);
    background: -ms-linear-gradient(top,  #0b06b1 0%,#08064b 100%);
    background: linear-gradient(to bottom,  #0b06b1 0%,#08064b 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0b06b1', endColorstr='#08064b',GradientType=0 );
}
.orange-linear {
    background: #ff9047;
    background: -moz-linear-gradient(top,  #ff9047 0%, #ff6c0a 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff9047), color-stop(100%,#ff6c0a));
    background: -webkit-linear-gradient(top,  #ff9047 0%,#ff6c0a 100%);
    background: -o-linear-gradient(top,  #ff9047 0%,#ff6c0a 100%);
    background: -ms-linear-gradient(top,  #ff9047 0%,#ff6c0a 100%);
    background: linear-gradient(to bottom,  #ff9047 0%,#ff6c0a 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff9047', endColorstr='#ff6c0a',GradientType=0 );
}
.grey-linear {
    background: #707070;
    background: -moz-linear-gradient(top,  #707070 0%, #505050 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#707070), color-stop(100%,#505050));
    background: -webkit-linear-gradient(top,  #707070 0%,#505050 100%);
    background: -o-linear-gradient(top,  #707070 0%,#505050 100%);
    background: -ms-linear-gradient(top,  #707070 0%,#505050 100%);
    background: linear-gradient(to bottom,  #707070 0%,#505050 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#707070', endColorstr='#505050',GradientType=0 );
}
.grey-bars {
    background: #7c7c7c;
    background: -moz-linear-gradient(top,  #7c7c7c 0%, #666666 49%, #585858 51%, #484848 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7c7c7c), color-stop(49%,#666666), color-stop(51%,#585858), color-stop(100%,#484848));
    background: -webkit-linear-gradient(top,  #7c7c7c 0%,#666666 49%,#585858 51%,#484848 100%);
    background: -o-linear-gradient(top,  #7c7c7c 0%,#666666 49%,#585858 51%,#484848 100%);
    background: -ms-linear-gradient(top,  #7c7c7c 0%,#666666 49%,#585858 51%,#484848 100%);
    background: linear-gradient(to bottom,  #7c7c7c 0%,#666666 49%,#585858 51%,#484848 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7c7c7c', endColorstr='#484848',GradientType=0 );
}
.red-linear {
    background: #da0000;
    background: -moz-linear-gradient(top,  #da0000 0%, #830000 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#da0000), color-stop(100%,#830000));
    background: -webkit-linear-gradient(top,  #da0000 0%,#830000 100%);
    background: -o-linear-gradient(top,  #da0000 0%,#830000 100%);
    background: -ms-linear-gradient(top,  #da0000 0%,#830000 100%);
    background: linear-gradient(to bottom,  #da0000 0%,#830000 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#da0000', endColorstr='#830000',GradientType=0 );
}

/* General Rules */
.link {
    text-decoration: underline;
    color: #0000EE;
}

.regplate {
    background: url(/static/images/regplate.png) 0px 0px no-repeat;
    text-align:center; border-radius: 4px;
    padding: 0px 5px 0px 32px!important;
    width: 207px!important;
    margin: 0 0 10px 0px;
    height:51px!important;
    border:0;
    text-transform: uppercase;
    font-size:38px;
    font-family: "Charles Wright",Tahoma,Arial,Helvetica,sans-serif;
}

.bluebar { background: #020147 url(/static/images/infobox-heading.gif) left 0px repeat-x; color: #FFFFFF; font-weight: bold; font-size: 12px; overflow: hidden; margin: 8px 0px; }
.bluebar a { color:#FFFFFF; text-decoration: none; padding: 0px 2px; }
.bluebar p { color:#FFFFFF; font-size: 12px; float: left; font-weight: bold; margin: 0; }
.bluebar .left-bluebar { background: url(/static/images/infobox-heading.gif) left -32px no-repeat; }
.bluebar .right-bluebar { background: url(/static/images/infobox-heading.gif) right -64px no-repeat; height: 15px; line-height: 15px; padding: 9px 16px 8px 16px; }
.bluebar .pagination { float: right; font-size: 14px; }
.bluebar .sort { float: left; margin-left: 20px; }
.bluebar #sort-select-element #sort-select { font-size: 10px; }
.bluebar .current-pagination { padding: 0px 2px; font-size: 16px; } 
.bluebar .prev-pagination,#content .bluebar .next-pagination { font-size: 12px; }

.button-dynam { text-align: center; color: #FFFFFF; margin-right: 1px; font-weight: bold; background-color: black; float:left; }
.button-dynam a { padding: 5px 12px; display: block; }
.button { height: 23px; width: 200px; text-align: center; color: #FFFFFF; font-weight: bold; }
.button span { background: url(/static/images/buttons.gif) left 0px no-repeat; display: block; }
.button span span { display: block; }
.button span span span { background-repeat: repeat-x; display: block; height: 15px; padding: 4px 0; margin: 0 5px; }
.button-orange span { background-position: left 0px; }
.button-orange span span { background-position: right -46px; }
.button-orange span span span { background-position: left -23px; }
.button-red span { background-position: left -69px; }
.button-red span span { background-position: right -115px; }
.button-red span span span { background-position: left -92px; }
.button-grey span { background-position: left -138px; }
.button-grey span span { background-position: right -184px; }
.button-grey span span span { background-position: left -161px; }
.button-blue span { background-position: left -207px; }
.button-blue span span { background-position: right -253px; }
.button-blue span span span { background-position: left -230px; }
.button-orange span { background-position: left 0px; }
.button-orange span span { background-position: right -46px; }
.button-orange span span span { background-position: left -23px; }
.button-white span { background-position: left -276px; }
.button-white span span { background-position: right -322px; }
.button-white span span span { background-position: left -299px;  }

.adtag-wrapper-left { width: 295px; height: 800px; position: fixed; right: 50%; margin-right: 497px; margin-top: 0px; }
.adtag-wrapper-right { width: 295px; height: 800px; position: fixed; left: 50%; margin-left: 497px; margin-top: 0px; }

#wrapper { margin: auto; padding: 2px 10px 10px 10px; width: 960px; border: 7px solid #EEEEEE; border-top: 0px; background-color: #FFFFFF; }

#header { height: 102px; }
#header #logo { float: left; padding-left: 4px; }
#header .adtag { float: right; margin: 4px 2px 8px 2px; height: 90px; width: 728px; overflow: hidden; }
#header .adtag iframe { height: 90px; width: 728px; }

#content { word-wrap: break-word; }
#print-link { text-align:right; float: right; padding: 16px 6px; font-size: 16px; font-weight: bold; }

#mainnav { height: 41px; width: 960px; }
#mainnav { font-size: 12px; font-weight: bold; background: #020147 url(/static/images/navigation.png) no-repeat; }
#mainnav a { text-decoration: none; color: #FFFFFF; padding: 4px 8px 13px; margin: 4px 5px 0; display: block; line-height: 15px; }
#mainnav ul { padding: 0px 0px 0px 4px; height: 41px; }
#mainnav li { padding: 0; margin: 5px 3px 0; text-align: center; float: left; }
#mainnav li:hover, #mainnav li.active { background-color: #fff; color: #000066;
-webkit-border-top-left-radius: 5px;
-webkit-border-top-right-radius: 5px;
-moz-border-radius-topleft: 5px;
-moz-border-radius-topright: 5px;
border-top-left-radius: 5px;
border-top-right-radius: 5px; }
#mainnav li:hover a, #mainnav li.active a { color: #000066; }
#mainnav li:last-child { float:right !important; margin-right: 10px; width: 123px;  }

/*
#search { margin: 6px 0px; }
#search #search-tabs { float: left; width: 652px; margin-right: 8px; }
#search #search-tabs .ui-tabs-panel select { width: 145px; height: 22px; padding: 2px; border-width: 1px; }
#search .ui-tabs-panel input { width: 139px; height: 16px; padding: 2px; border-width: 1px; }
#search #car-postcode, #search #commercial-postcode, #search #motorbike-postcode, #search #contracthire-postcode, #search #carsearch-postcode { background: #EEEEEE url(/static/images/input-bg.gif) center 0px no-repeat; }
#search #car-keyword, #search #commercial-keyword, #search #motorbike-keyword, #search #contracthire-keyword, #search #form-keyword { background: #EEEEEE url(/static/images/input-bg.gif) center -20px no-repeat; }
#search .button-submit,#search #commercialsubmit,#search #motorbikesubmit,#search #contracthiresubmit { width: 145px; height: 22px; }
#search #search-tabs .ui-tabs-panel dt { display: none; }
#search #search-tabs .ui-tabs-panel dd { float: left; margin: 9px; height: 22px; }
#search #search-tabs .ui-tabs-panel { background: url(/static/images/search-back.jpg) left top no-repeat; height: 194px; overflow: hidden; }
#search #search-tabs #search-tabs-car-minimal, #search #search-tabs #search-tabs-commercial-minimal, #search #search-tabs #search-tabs-motorbike-minimal { background: #DDD; height: 40px; overflow: hidden; border-radius:0px 5px 5px 5px; -moz-border-radius:0px 5px 5px 5px;}
#search #search-tabs #search-tabs-car-minimal dt, #search #search-tabs #search-tabs-commercial-minimal dt, #search #search-tabs #search-tabs-motorbike-minimal dt { display: none; }
#search #search-tabs #search-tabs-car-minimal dd, #search #search-tabs #search-tabs-commercial-minimal dd, #search #search-tabs #search-tabs-motorbike-minimal dd { float: left; margin: 9px; height: 22px; }
#search #search-tabs .ui-state-default { background: #E9E9E9; margin-top: 4px; }
#search #search-tabs .ui-state-default span { background: url(/static/images/search-heading.gif) left -70px no-repeat; display: block; }
#search #search-tabs .ui-state-default span span { background: url(/static/images/search-heading.gif) right -101px no-repeat; display: block; height: 15px; padding: 8px 15px 8px 15px; line-height: 15px; }
#search #search-tabs .ui-state-active { background: #DDDDDD; margin-top: 0px; }
#search #search-tabs .ui-state-active span { background: url(/static/images/search-heading.gif) left 0px no-repeat; display: block; }
#search #search-tabs .ui-state-active span span { background: url(/static/images/search-heading.gif) right -35px no-repeat; display: block; height: 15px; padding: 12px 15px 8px 15px; color: black; line-height: 15px; }
#search #search-tabs .ui-tabs-nav li { margin-right: 1px; _width: 0; }
#search #search-tabs .ui-tabs-nav a { font-weight: bold; color: #434343; text-decoration: none; }
#search-tabs-commercial { background-position: -652px 0 !important; }
#search-tabs-motorbike { background-position: -1304px 0 !important; }
*/
#valuation {padding: 15px; }
#valuation h5 { color:#ff6702; font-size: 24px; }
#valuation form { width: 270px; margin-top: 14px; }
#valuation form dt { display:inline-block; color: #292929; font-weight: bold; margin: 0px 14px; }
#valuation form dd { display:inline-block; float: none; margin: 7px 10px; }
#valuation form input[type="text"] { border-radius: 0px; width: 226px; font-size: 21px; font-weight: bold; text-align: center; padding: 6px; border:1px solid #D9D9D9; margin:10px 0; }
#valuation form #registration-element { background: url(/static/images/regplate.png) 0px 0px no-repeat; height: 52px; }
#valuation form #registration {text-align:center; border-radius: 4px; padding: 8px 8px 8px 18px; width: 229px; margin: 0 0 10px 0px; height:34px; border:0; text-transform: uppercase; font-size:30px; font-weight:600; }
#valuation form #submit { width: 130px; height: 30px; margin-left: 79px; }

#valuation form.expanded { width: 620px; margin: 20px auto; padding: 10px; border: 1px solid #d7d7d7; border-radius: 6px; }
#valuation form.expanded dt { width: 80px; margin: 0px; }
#valuation form.expanded dd { width: 500px; margin: 4px 5px; }
#valuation form.expanded input[type="text"] { font-size: 14px; padding: 3px; width: 165px; }
#valuation form.expanded #submit { margin: 15px 0px; }
#valuation form.expanded .errors { padding: 4px 5px 4px 15px; margin-left: 2px; background:url(/static/images/error-arrow.gif) no-repeat #a90000; float: none; font-size: 10px; }

#val-search { margin: 6px 0px; }
#val-search #search-tabs { float: left; width: 644px; }
#val-search .adtag { float: right; width: 300px; height: 250px; overflow: hidden; }
#val-search .adtag iframe { width: 300px; height: 250px; }

#vid-search .adtag { float: right; width: 300px; height: 250px; overflow: hidden; }
#vid-search .adtag iframe { width: 300px; height: 250px; }


#search {
    margin: 6px 0px 8px 0px;
    padding: 12px;
    background-color: #DDDDDD;
    border-radius: 5px;
}
#search h1 {
    font-size: 12px;
    margin: 0px 0px 3px 6px;
}

#search dt {
    display: none;
}
#search select {
    width: 142px;
    height: 25px;
    margin: 3px 5px;
    padding: 3px 4px;
    border: 1px solid #ABADB3;
}
#search input {
    width: 132px;
    height: 17px;
    margin: 3px 5px;
    padding: 3px 4px;
    border: 1px solid #ABADB3;
}

#search .button-submit {
    background: #dadada;
    background: -moz-linear-gradient(top,  #dadada 0%, #dadada 49%, #bcbcbc 51%, #bcbcbc 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#dadada), color-stop(49%,#dadada), color-stop(51%,#bcbcbc), color-stop(100%,#bcbcbc));
    background: -webkit-linear-gradient(top,  #dadada 0%,#dadada 49%,#bcbcbc 51%,#bcbcbc 100%);
    background: -o-linear-gradient(top,  #dadada 0%,#dadada 49%,#bcbcbc 51%,#bcbcbc 100%);
    background: -ms-linear-gradient(top,  #dadada 0%,#dadada 49%,#bcbcbc 51%,#bcbcbc 100%);
    background: linear-gradient(to bottom,  #dadada 0%,#dadada 49%,#bcbcbc 51%,#bcbcbc 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dadada', endColorstr='#bcbcbc',GradientType=0 );
    width: 142px;
    height: 25px;
    margin: 3px 5px;
    padding: 3px 4px;
    border: 1px solid #ABADB3;
    color: #020147;
    border-radius: 6px;
    font-weight: bold;
}

#search .button-submit:HOVER {
    cursor: pointer;
}

#search #car-postcode, #search #commercial-postcode, #search #motorbike-postcode, #search #contracthire-postcode, #search #carsearch-postcode {
    background: #EEEEEE url(/static/images/input-bg.gif) center 2px no-repeat;
    text-transform: uppercase;
}
#search #car-keyword, #search #commercial-keyword, #search #motorbike-keyword, #search #contracthire-keyword, #search #form-keyword {
    background: #EEEEEE url(/static/images/input-bg.gif) center -18px no-repeat;
}


.noresults { text-align: center; font-size: 14px; line-height: 24px; }

.column-left { float: left; margin-right: 5px; }
.column-right { float: right; margin-left: 5px; }

/* Grey Tabs */
.column .tabs-grey .ui-tabs-panel dt { display: none; }
.column .tabs-grey .ui-tabs-panel dd { float: left; margin: 10px; height: 22px; }
.column .tabs-grey .ui-tabs-panel { background: #DDDDDD; }
.column .tabs-grey .ui-state-default { background: #E9E9E9; margin-top: 4px; }
.column .tabs-grey .ui-state-default span { background: url(/static/images/search-heading.gif) left -70px no-repeat; display: block; }
.column .tabs-grey .ui-state-default span span { background: url(/static/images/search-heading.gif) right -101px no-repeat; display: block; height: 15px; padding: 8px 25px 8px 25px; line-height: 15px; }
.column .tabs-grey .ui-state-active { background: #DDDDDD; margin-top: 0px; }
.column .tabs-grey .ui-state-active span { background: url(/static/images/search-heading.gif) left 0px no-repeat; display: block; }
.column .tabs-grey .ui-state-active span span { background: url(/static/images/search-heading.gif) right -35px no-repeat; display: block; height: 15px; padding: 12px 25px 8px 25px; color: black; font-size: 13px; line-height: 15px; }
.column .tabs-grey .ui-tabs-nav li { margin-right: 1px; _width: 0; }
.column .tabs-grey .ui-tabs-nav a { font-weight: bold; color: #434343; text-decoration: none; }

#main { margin: 10px 0px; }
#main .column { float: left; width: 830px; margin-right: 5px; }
#main .column-right .adtag { margin-top:5px; }
/*
#main .column-right { float: right; width: 120px; min-height: 600px; overflow: hidden; }
#main .column-right .social { width: 120px; overflow: hidden; margin-bottom: 5px; }
#main .column-right .social a {margin:2px 2px 8px 7px; float: left;}
#main .column-right .adtag { width: 120px; height: 600px; overflow: hidden; margin-top:5px; }
#main .column-right .adtag iframe { width: 120px; height: 600px; }
*/
#info-tabs, #info-tabs-2 { margin-top: 10px; }
#info-tabs .ui-tabs-panel, #info-tabs-2 .ui-tabs-panel {
    border: 1px solid #a8a8a8;
    overflow-x: hidden;
    background: #f1f1f1;
    background: -moz-linear-gradient(top,  #f1f1f1 0%, #e3e3e3 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f1f1f1), color-stop(100%,#e3e3e3));
    background: -webkit-linear-gradient(top,  #f1f1f1 0%,#e3e3e3 100%);
    background: -o-linear-gradient(top,  #f1f1f1 0%,#e3e3e3 100%);
    background: -ms-linear-gradient(top,  #f1f1f1 0%,#e3e3e3 100%);
    background: linear-gradient(to bottom,  #f1f1f1 0%,#e3e3e3 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1f1f1', endColorstr='#e3e3e3',GradientType=0 );
    position: relative;
    top: -1px;
    font-size: 13px;
}
#info-tabs .ui-corner-top, #info-tabs-2 .ui-corner-top {border-top-left-radius: 5px; border-top-right-radius: 5px;}
#info-tabs .ui-state-default span, #info-tabs-2 .ui-state-default span { display: block; }
#info-tabs .ui-state-default span span, #info-tabs-2 .ui-state-default span span { display: block; height: 15px; padding: 9px 24px 8px 24px; line-height: 15px; }
#info-tabs .ui-tabs-nav .ui-state-active, #info-tabs-2 .ui-tabs-nav .ui-state-active { background: #f1f1f1 !important; border: solid 1px #A8A8A8; border-bottom: 0; z-index: 2}
#info-tabs .ui-state-active span, #info-tabs-2 .ui-state-active span { display: block; }
#info-tabs .ui-state-active span span, #info-tabs-2 .ui-state-active span span { color: #0c0c70; display: block; height: 15px; padding: 9px 24px 8px 24px; line-height: 15px; }
#info-tabs .ui-tabs-nav li, #info-tabs-2 .ui-tabs-nav li { margin-right: 1px; _width: 0; background: #040092;
background: -moz-linear-gradient(top,  #040092 0%, #030071 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#040092), color-stop(100%,#030071));
background: -webkit-linear-gradient(top,  #040092 0%,#030071 100%);
background: -o-linear-gradient(top,  #040092 0%,#030071 100%);
background: -ms-linear-gradient(top,  #040092 0%,#030071 100%);
background: linear-gradient(to bottom,  #040092 0%,#030071 100%);
}
#info-tabs .ui-tabs-nav a, #info-tabs-2 .ui-tabs-nav a { font-weight: bold; color: #FFFFFF; }
#details .technical {float: left; width: 565px;}
#details .technical .technicalTitle { font-size: 18px; overflow:auto; min-height: 23px; color: #000078; font-weight: bold;}
#details .technical .technicalItem {border-radius:5px; border:1px solid #c2c2c2; padding: 5px; width: 260px; float: left; background: #fff;}

#details #info-tabs #info-tabs-contactdetails h2 { font-size: 26px; border: none; }
#details #info-tabs #info-tabs-contactdetails #contactdetails-main {background: #fff; padding: 5px; overflow: auto; width: 802px;}
#details #info-tabs #info-tabs-contactdetails .btn-contactdetails {
    -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; float: left; font-size: 14px; margin-bottom: 5px; padding: 10px; text-align: center; width: 190px; height:auto;
}
#details #info-tabs #info-tabs-contactdetails #contactdetails-icon { float:left; width: 55px; }
#details #info-tabs #info-tabs-contactdetails #contactdetails-address {float:left; width: 500px; border-left: solid 1px #A8A8A8; min-height: 190px; padding: 0 10px;}
#details #info-tabs #info-tabs-contactdetails #contactdetails-buttons {float: left; width: 100px; border-left: solid 1px #A8A8A8; padding: 0 10px; min-height: 190px}
#details .title .titleMakeModel {font-size: 21px;}

#main .column-gallery-left { float: left; width: 150px; min-height: 600px; overflow: hidden; background: #ff7700; padding: 10px 0; border-radius:10px; -moz-border-radius:10px; /* Old Firefox */}
#main .column-gallery-left h1 { color:#FFF; text-align: center; }
#main .column-gallery-left #imagesearch select { width:139px; margin-top:5px; }
#main .column-gallery-left #imagesearch button { margin:5px 5px 5px 0; float:right; border: 1px solid #000033; color: #FFFFFF; background-color: #000066; background-image: -moz-linear-gradient(center top, #000099, #000066);}
#main .column-gallery-left #imagesearch button:hover {background-image: -moz-linear-gradient(center top , #000066, #000099);}
#main .column-gallery-left .social { width: 120px; overflow: hidden; margin-bottom: 5px; }
#main .column-gallery-left .social a {margin:2px 2px 8px 7px; float: left;}
#main .column-gallery-left .adtag { width: 120px; height: 600px; overflow: hidden; margin:5px auto 0; }
#main .column-gallery-left .adtag iframe { width: 120px; height: 600px; }
#main .column-gallery-left ul li {margin-left:10px; margin-bottom:5px;}
#main .column-gallery-left ul li a {display:block;width:120px;color:white;font-weight:bold;}
#main .column-gallery-left .gallery-divider {background:white;margin:10px auto 0;height:2px; width: 130px;}
#main .column-gallery { float: right; width: 790px; margin:0 0 10px 10px; background: #DDDDDD; border-radius:10px; -moz-border-radius:10px; padding: 10px 0 10px 10px;}
#main .column-gallery .thumbnail-span {display:block; float: left; width: 187px; margin-right: 10px; margin-bottom: 20px; max-height: 252px;}
#main .column-gallery .thumbnail { display: block; padding: 4px; line-height: 20px; border: 1px solid #BEBEBE; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; background:white; }
#main .column-gallery .thumbnail img {max-width: 177px; max-height: 135px; margin: 0 auto;}
#main .column-gallery .thumbnail .pinPin img {max-width: 25px; max-height: 25px; }
#main .column-gallery .thumbnail a {width: 177px; height: 135px; display:block; text-align:center;}
#main .column-gallery .thumbnail .pinPin a {width: 25px; height: 25px; display:block; text-align:center;}
#main .column-gallery .thumbnail .caption p {font-weight:bold;}
#main .column-gallery .thumbnail .currency {color: #C10000; font-size: 18px; font-weight: bold;}
#main .column-gallery h1 {margin-bottom:10px;}
#ajax-loading { background: url(/static/images/ajax-loader.gif) no-repeat; display: block; line-height: 32px; height: 32px; width: 150px; padding-left: 40px; margin: 0 auto; font-weight: bold;}

.infobox { background: url(/static/images/infobox-back.png) 0 32px repeat-x; padding:0 0 10px 0; margin-bottom: 10px; }
.infobox .inner { margin: 0px 10px; }
.infobox .inner-float { float: left; width: 183px; margin: 0 0 0 19px; }
.infobox img { border: 1px solid #777777; }
.infobox h3, .infobox h6 { margin: 3px; }
.infobox p { margin: 3px; font-size: 10px; }
.infobox a { font-size: 10px;}
.infobox h2, .infobox h5 { background: #020147 url(/static/images/headings-32.gif) left 0px repeat-x; color: #FFFFFF; font-size: 12px; margin: 0 0 10px 0; }
.infobox h2 span,.infobox h5 span { background: url(/static/images/headings-32.gif) left -32px no-repeat; display: block; }
.infobox h2 span span, .infobox h5 span span { background: url(/static/images/headings-32.gif) right -64px no-repeat; display: block; height: 15px; padding: 9px 16px 8px 16px; }
.infobox h2 span span span, .infobox h5 span span span { background: none; display: inline; height: 15px; padding: 9px 16px 8px 16px; }
.index-social .infobox img {border:0; margin-left:6px;}
.index-social .infobox {height:150px;}

.infobox2 { background: url(/static/images/infobox-back.png) 0 32px repeat-x; padding:0 0 10px 0; margin-bottom: 10px; width:338px; float:left;}
.infobox2 .inner { margin: 0px 10px; }
.infobox2 .inner-float { float: left; width: 183px; margin: 0 0 0 19px; }
.infobox2 img { border: 1px solid #777777; }
.infobox2 h3, .infobox h6 { margin: 3px; }
.infobox2 p { margin: 3px; font-size: 10px; }
.infobox2 a { font-size: 10px; font-weight: bold; }
.infobox2 h2, .infobox h5 { background: #020147 url(/static/images/headings-32.gif) left 0px repeat-x; color: #FFFFFF; font-size: 12px; margin: 0 0 10px 0; }
.infobox2 h2 span,.infobox h5 span { background: url(/static/images/headings-32.gif) left -32px no-repeat; display: block; }
.infobox2 h2 span span, .infobox h5 span span { background: url(/static/images/headings-32.gif) right -64px no-repeat; display: block; height: 15px; padding: 9px 16px 8px 16px; }
.infobox2 h2 span span span, .infobox h5 span span span { background: none; display: inline; height: 15px; padding: 9px 16px 8px 16px; }

.infobox3 { background: url(/static/images/infobox-back.png) 0 32px repeat-x; padding:0 0 10px 0; margin-bottom: 10px; width:435px; float:right;}
.infobox3 .inner { margin: 0px 10px; }
.infobox3 .inner-float { float: left; width: 183px; margin: 0 0 0 19px; }
.infobox3 img { border: 1px solid #777777; }
.infobox3 h3, .infobox h6 { margin: 3px; }
.infobox3 p { margin: 3px; font-size: 10px; }
.infobox3 a { font-size: 10px; font-weight: bold; }
.infobox3 h2, .infobox h5 { background: #020147 url(/static/images/headings-32.gif) left 0px repeat-x; color: #FFFFFF; font-size: 12px; margin: 0 0 10px 0; }
.infobox3 h2 span,.infobox h5 span { background: url(/static/images/headings-32.gif) left -32px no-repeat; display: block; }
.infobox3 h2 span span, .infobox h5 span span { background: url(/static/images/headings-32.gif) right -64px no-repeat; display: block; height: 15px; padding: 9px 7px 8px 12px;}
.infobox3 h2 span span span, .infobox h5 span span span { background: none; display: inline; height: 15px; padding: 9px 0px 8px 0px; }

/* Brochure Tab*/
#info-tabs-brochure {padding:0px;}
#info-tabs-brochure .brochure-head { height:87px; background: repeat-x; width:100%; margin: 1px 0 0; }
#info-tabs-brochure .button-brochure { height: 35px; width: 90%; text-align: center; color: #404040; font-weight: bold; margin:0 auto; }
#info-tabs-brochure .button-brochure span { background: url(/static/images/brochure-button.gif) left 0px no-repeat; display: block; height: 35px;}
#info-tabs-brochure .button-brochure span span { display: block; background-position: right -70px;}
#info-tabs-brochure .button-brochure span span span { background-repeat: repeat-x; display: block; height: 15px; padding: 10px 0; margin: 0 11px; background-position: left -35px;}
#info-tabs-brochure .brochure { float:left; width:49%; border-right: 1px dotted #ccc; text-align:center; margin:10px 0; padding:10px 0;}
#info-tabs-brochure .testdrive { float:left; width:49%; text-align:center; margin:10px 0; padding:10px 0;}
#info-tabs-brochure .heading {font-size:18px; color:#01005a; font-weight:bold; margin:0 0 20px 0;}

/* Index Page */
#index h1 { padding: 7px 0px 3px 14px; height: 22px; margin-bottom: 5px; background: #e9e9e9 url(/static/images/index-heading.gif) left 0px no-repeat; width: 494px; float:left; }
#index #info-tabs .ui-state-active span span { width: 158px; }
#index #info-tabs .ui-state-default span span { width: 158px; }

#reg-box { height:22px; margin-bottom: 5px; float:right; width: 312px;}
#reg-box a { font-size: 12px; }
#reg-box h5 { margin: 0; }
.registerbg { background: url(/static/images/register-back.jpg) no-repeat; float: left; height: 15px; margin: 0 0 10px 10px; font-weight: bold; padding: 9px 16px 8px 16px; width: 280px;}
.registerbg a {color:#fff;}

/*Register Page */
.register-button {}
.register-button a {background:url(/static/images/register-button.gif) no-repeat; display:block; margin:0px auto 10px auto; color:#fff; font-size:16px; font-weight:bold; text-decoration:none; padding:12px 20px 12px 20px; width:260px; height:17px;}
.forgotten-button { margin:20px auto; width:200px;}
#register p { font-size:14px; }

.loginform {padding:10px; font-size:14px; font-weight:bold; background:#eeeeee;width:315px;}
.loginform input {padding:5px; margin: 5px 10px 0 0; display:block; width:200px;}
.loginform submit {padding:5px;}


/* Advice Articles */
#advice p {line-height:16px;}
#advice img {  padding: 5px; border: 1px solid #BEBEBE; margin: 10px 0 10px 10px; }
#advice .rightcolumn {float: right; width: 265px; margin: 10px 0 10px 10px;}
#advice .addthisbox {width: 220px; float: left;}
#advice .addthisboxcount {float: left; margin:8px 0 0 0;}

/* Reviews */
.review .thumb-result {
    width: 200px;
    max-height: 200px;
    float: left;
    padding: 3px;
    border: 1px solid #BEBEBE;
}

.nav-article { background: url(/static/images/infobox-back.png) 0px 0px repeat-x; border: 1px solid #DDDDDD; margin-bottom: 10px; padding: 10px; }
#ReviewSearch { margin: 10px 0; }

#reviews-index .infobox  a { font-size: inherit; font-weight: inherit; }
#reviews-index .infobox  h3 { font-size: 12px; font-weight: bold; text-decoration: none; width: auto; line-height: 12px; }
#reviews-index .infobox .result { padding: 6px 4px; margin: 0 5px; background: transparent; border-bottom: 1px dotted #777777; height: 102px; width: 394px; float: left; }
#reviews-index .infobox .result .thumb-result { width: 149px; padding: 0; border: 1px solid black; max-height: 200px; float: left; }
#reviews-index .infobox .result .text-result { margin-left: 160px; }
#reviews-index .infobox .link { font-size: 10px; }

#reviews .result { background-color: #EEEEEE; margin: 10px 0; padding: 10px; color: #3A3A3A; }
#reviews .result .thumb-result { width: 200px; max-height: 200px; float: left; padding: 3px; border: 1px solid #bebebe;}


#homebuyingorselling { float: left; margin: 0 10px 10px 10px; width: 270px; }
#homebuyingorselling .inner-float { width: auto; margin: 0 0 0 10px; width: 183px; overflow: hidden; }
#homebuyingorselling .inner { border-bottom: 1px dotted #777777; margin: 5px; padding: 0px 5px 5px 5px; }
#homebuyingorselling .inner p { font-weight: bold; }


#review-article h1 {font-size:12px; font-weight:normal;}
#review-article h2 {font-size:18px; margin:10px 0;}
#review-article p {line-height:18px;}

#review-article .rightcolumn {float: right; width: 262px; margin: 25px 0 10px 10px;}
#review-article .rev-img {padding: 5px; border: 1px solid #BEBEBE; margin: 10px 0 10px 10px;}

#review-article .specification {clear: both; width: 234px; padding: 13px; border: 1px solid #BEBEBE;  background:#e9e9e9; line-height:26px;}
#review-article .specification .title {font-size:14px; font-weight:bold; color:#020150;}
#review-article .specification strong {color: #a10000;}
#review-article .addthisbox {width: 220px; float: left;}
#review-article .addthisboxcount {float: left; margin:8px 0 0 0;}


#welcomevid { float: right; width: 270px; }
#welcomevid h5 { background-position: left -224px; text-align: center; }
#welcomevid p { font-size: 12px; }
#welcomevid a { font-size: 14px; }
#welcomevid h5 span { background-position: left -192px; }
#welcomevid h5 span span  { background-position: right -256px; }
#welcomevid h6 { letter-spacing: 1px; font-size: 24px; text-transform: uppercase; color: black; font-weight: bold; text-align: center; margin: 25px; padding: 12px 5px 12px 28px; background: url(/static/images/regplate.png) center 0px no-repeat; }
#welcomevid form { margin: 16px 0px; }
#welcomevid form input { text-align:center; border-radius: 4px; padding: 8px; width: 229px; margin: 0 0 10px 2px; height:34px;}
#welcomevid form label { width: 100px; display: inline-block; margin-left:2px; clear:both; display:block;}
#welcomevid form button { float: left; margin: 0px 22px 0 2px; padding: 5px 15px; font-weight: bold; width:250px; }
#welcomevid img { border: none; }
#registration-element #registration {background: url(/static/images/regplate.png) no-repeat;}
#welcomevid #mileage { width:229px; height:25px; font-size:32px;}
#welcomevid form input#registration { text-align:center; border-radius: 4px; padding: 8px 8px 8px 18px; width: 229px; margin: 0 0 10px 2px; height:34px; border:0; text-transform: uppercase; font-size:30px; font-weight:600; }

#welcomevid1 { float: right; width: 372px;}
#welcomevid1 h5 { background-position: left -224px; text-align: center; }
#welcomevid1 p { font-size: 12px; }
#welcomevid1 a { font-size: 14px; }
#welcomevid1 h5 span { background-position: left -192px; }
#welcomevid1 h5 span span  { background-position: right -256px; }
#welcomevid1 h6 { letter-spacing: 1px; font-size: 24px; text-transform: uppercase; color: black; font-weight: bold; text-align: center; margin: 25px; padding: 12px 5px 12px 28px; background: url(/static/images/regplate.png) center 0px no-repeat; }
#welcomevid1 form { margin: 16px 0px; }
#welcomevid1 form input { text-align:center; border-radius: 4px; padding: 8px; width: 229px; margin: 0 0 10px 22px; height:34px;}
#welcomevid1 form label { width: 100px; display: inline-block; margin-left:22px;}
#welcomevid1 form button { float: left; margin: 8px 22px 0 102px; padding: 5px 15px; font-weight: bold; }
#welcomevid1 img { border: none; }
#welcomevid1 #mileage { width:229px; height:25px;}

#latestnews h6 { font-size:10px; }
#latestnews img { width: 183px; height: 122px; border: 0; }







.results-nav {
    color: #f0f0f0;
    font-weight: bold;
    font-size: 12px;
    overflow: hidden;
    margin: 8px 0px;
    height: 18px;
    line-height: 17px;
    padding: 8px 16px 6px 16px;
    border-radius: 6px;
}

.results-nav .sort {
    display: inline-block;
    margin-left: 20px;
}

.results-nav .pagination {
    float: right;
    font-size: 14px;
}

.results-nav #sort-select {
    font-size: 10px;
    width: 120px;
    height: 18px;
    border: 1px solid #e6e6e6;
    border-radius: 1px;
    padding: 1px;
    color: #5c5c5c;
}
.results-nav .current-pagination {
    padding: 0px 2px;
    font-size: 17px;
} 
.results-nav .prev-pagination, .results-nav .next-pagination {
    font-size: 12px;
}

.result-wrapper {
    margin: 10px 0;
    color: #545454;
}
.result-wrapper h3 {
    height: 14px;
    line-height: 14px;
    margin-bottom: 3px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    color: #FFFFFF;
    padding: 10px;
    width: 500px;
    display: inline-block;
    float: left;
    font-weight: bold;
    font-size: 14px;
}

.result-wrapper h4 {
    height: 14px;
    line-height: 14px;
    margin-bottom: 3px;
    float: left;
    text-align: center;
    padding: 10px;
    width: 110px;
    color: #FFFFFF;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    font-weight: bold;
    font-size: 14px;
}

.result-wrapper .result {
    border: 1px solid #d7d7d7;
    border-radius: 6px;
    background-color: #f5f5f5;
    float:left;
}

.result-wrapper .result .result-main {
    margin: 7px 4px 10px 11px;
}

.result-wrapper .result .result-main .result-thumb {
    width: 182px;
    max-height: 182px;
    float: left;
    border: 1px solid #d7d7d7;
    border-radius: 6px;
}

.result-wrapper .result .result-main .result-text {
    float: left;
    width: 300px;
    height: 136px;
    overflow: hidden;
    margin: 0px 10px;
}

.result-wrapper .result .result-main .result-text .more {
    color: #020144;
    font-weight: bold;
}

.result-wrapper .result .result-main .result-text .result-logo {
    width: 80px;
    float: left;
}

.result-wrapper .result .result-main .result-text .result-seller {
    float: left;
    margin-left: 10px;
}

.result-wrapper .result .result-main .result-text .result-seller h6 {
    color: #ae210e;
    font-size: 20px;
    font-weight: bold;
}

.result-wrapper .result .result-main .result-buttons {
    float: left;
}

.result-wrapper .result .result-main .result-buttons .button {
    display: block;
    width: 125px;
    padding: 8px 2px;
    border-radius: 4px;
    font-size: 12px;
    line-height: 14px;
    height: 14px;
    margin: 0px 0px 4px 0px;
    font-weight: normal;
}

.result-wrapper .result .result-main .result-buttons .button:HOVER {
    box-shadow: 0px 0px 3px 0px #2d2d2d;
}

.result-wrapper .result .result-footer {
    background: #d7d7d7;
    padding: 5px;
}

.result-wrapper .result .result-footer ul li {
    display: inline-block;
    margin: 3px 1px;
    width: 138px;
    font-size: 12px;
    line-height: 14px;
    height: 14px;
    overflow: hidden;
}

.result-wrapper .result .result-footer ul li.fill {
    width: 204px;
}


.section {
    border: 1px solid #c4c4c4;
    border-radius: 6px;
    min-height: 100px;
    margin: 10px 0px;
    padding: 12px 10px;
    color: #fff;
}

.section h1 {
    color: #fff;
    font-size: 20px;
    font-weight: bold;
}

.section h2 {
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    margin-top: 12px;
}

.section img {
    border: 1px solid #b1b1b1;
    border-radius: 6px;
    float: left;
    width: 144px;
    margin: 10px 0px;
}

.section .result img {
    width: 120px;
}

.section .result .column-right {
    width: 148px;
}

.section .article {
    max-height: 198px;
    padding: 0px 5px 0px 0px;
    overflow-y: auto;
    overflow-x: hidden;
}

.section.videos .video {
    width: 276px;
    border: 1px solid #FFF;
    margin: 5px 0px;
}

.section.videos .button {
    display: inline-block;
    margin: 0px 4px;
    width: 125px;
}

.section .column-right {
    width: 124px;
}

.section .result {
    clear: both;
}

.section .result p {
    margin: 5px 0px;
}

.section .button {
    display: block;
    width: 120px;
    padding: 6px 2px;
    border-radius: 4px;
    font-size: 12px;
    line-height: 14px;
    height: 14px;
    margin: 0px 0px 4px 0px;
    font-weight: normal;
    box-shadow: 1px 1px 4px 1px #2d2d2d;
}

.section.valuation #Valuation {
    margin: 24px 16px;
}

.section.valuation #Valuation dt {
    margin: 5px 0px;
    display: block;
}

.section.valuation #Valuation #mileage {
    width: 238px;
    height: 42px;
    border: none;
    border-radius: 4px;
    background-color: #efefef;
    font-size: 34px;
    padding: 2px;
    text-align: center;
}

.section.valuation #Valuation #submit {
    width: 242px;
    height: 30px;
    font-size: 14px;
    font-weight: bold;
    padding: 2px;
    text-align: center;
}

.section.car-ad img, .section.car-clinic img, .section.videos img {
    width: 125px;
    border: none;
}

.section.car-ad p, .section.car-clinic p, .section.videos p {
    margin: 15px 0px;
}


.result .price { float: right; color: #C10000; font-size: 18px; font-weight: bold; line-height: 24px; text-align:right; }
.result .text-result { margin-left: 218px; }
/*.result li { margin: 8px 0; color: #636363; line-height: 15px; }
.result li .value { color: #3A3939; }
.result .logo { height: 50px; width: 200px; overflow: hidden; float: right; }*/
.result .left-col-result { float: left; min-width: 250px; }
.result .right-col-result { float: right; text-align: right; }
.result .footer-result { float: left; width: 100%; font-weight: bold; }
.result .counts-result { margin-right: 10px; line-height: 17px; }
.seo-headings { background-color: #E6E6E6; padding: 6px; margin-bottom: 10px; }
.seo-headings h1 { font-size:14px; }
.seo-headings h2 { font-size:11px; color:#636363; font-weight:normal; }
.seo-headings h3 { font-size:12px; margin-top: 10px; }
.seo-headings p { font-size:11px; color:#636363; margin: 0px; }
.seo-headings a { font-size:11px; }

#latest .heading { text-align: center; font-size: 18px; font-weight: bold; color: #040190; margin-top: 20px; }
#latest .result { width: 393px; height: 170px; overflow: hidden; float: left; padding: 5px; margin: 5px; border: 1px solid #06018F; }
#latest .result .thumb-result { width: 190px; max-height: 162px; }
#latest .result h3 { width: auto; font-size: 14px; height: 48px; }
#latest .result li { margin: 6px 0; }
#latest .result .text-result { margin-left: 202px; }

.nav-panel li { padding: 7px 7px; font-size: 13px; font-weight: bold; }


#footer { border-top: 1px solid #DDDDDD;	text-align: center;	padding-top: 8px; color: 333333; }
#footer .adtag { margin: 0 auto 5px auto; width: 728px; height: 90px; overflow: hidden; }
#footer .adtag iframe { width: 728px; height: 90px; }
#footer .legal { margin: 0; padding: 0; font-size: 10px; color: #555555; }

/* Vehicle Details Rules */
.seller { background-color: #f5f5f5; padding: 6px; border-radius: 6px; border: 1px solid #d7d7d7; }
.seller .logo { float: left; border: 1px solid #D4D4D4; }
.info-seller { float: left; font-weight: bold; font-size: 18px; color: #858484; margin-left: 4px; width: 540px;}
.info-seller a { float: left; margin-right: 5px;}
.info-seller h1 { color: #04008e; font-weight: bold; font-size: 32px; margin: 0; }
.info-seller h2 { color: #020057; font-weight: bold; font-size: 20px; margin: 0; }
.info-seller p { margin: 5px 0 0 0; }
.info-seller .phonenum { color: #940000; }
#details .title { height: 20px; margin: 0 0 10px 0; background: url(/static/images/bar.gif) repeat-x; border-top-left-radius: 4px; border-bottom-left-radius: 4px; color: #FFFFFF; padding: 7px 20px 5px 5px; width: 672px; display: inline-block; float: left;}
#details .title h1 { color: #FFFFFF; margin-top:-3px;}
.images-details #image-main { width: 600px; max-height: 447px; margin-bottom: 10px; padding: 1px; border: 1px solid #9C9C9C; float: left; }
.image-thumbs {
    float: left; width: 830px;
    cursor: pointer;
}
.image-thumbs .image-thumbnail { width: 156px; max-height: 116px; padding: 1px; margin-right: 6px; float:left; }
.image-thumbs .image-thumb-border {
    border: 2px solid #FFF; 
}
.image-thumbs  .image-thumb-border-selected {
    border:2px solid #9C9C9C;
    /* css3 */
    -webkit-border-radius:10px;
    -moz-border-radius:10px;
    border-radius:10px;
}
#details #image-thumbs-wrapper {width:830px; *max-height: 140px; overflow-x: hidden; overflow-y:hidden; margin: 15px 0;}
#details #image-thumbs-slider {position:relative;clear:both;}
#details #image-thumbs-slider .image-scroll {width: 48px; height: 48px; display:inline-block; position:absolute; z-index:2; opacity:0.8 }
#details #image-thumbs-slider .image-scroll:hover {cursor: pointer; opacity: 1;}
#details #image-thumbs-slider .image-scroll-left {background:url('/static/images/left_grey.png') no-repeat; top:37px; left:-13px;}
#details #image-thumbs-slider .image-scroll-right {background:url('/static/images/right_grey.png') no-repeat; top:37px; left:794px;}
#details .button-tall { height: 28px; width: 300px; background: url(/static/images/button-insurance-2.gif) left 0px no-repeat; text-align: center; color: #FFFFFF; font-weight: bold; }
#details .button-tall a { padding: 6px 10px; display: block; line-height: 17px; font-size: 13px; }
#details .button-large { height: 20px; width: 200px; border-radius: 4px; background: url(/static/images/button-insurance-2.gif) -10px 0px no-repeat; text-align: center; color: #FFFFFF; font-weight: bold; padding: 4px; font-size: 16px; float: left; margin-right: 10px; }
.nav-details ul { height: 75px; }
.nav-details li { width: 95px; padding: 0; margin: 20px 9px 10px; text-align: center; float: left; color: #0D0D6E; font-weight: bold; background: url(/static/images/buttons-details-small.jpg) 0px 0px no-repeat; }
.nav-details .print { background-position: -68px 0; }
.nav-details .linked { background-position: -142px 0; }
.nav-details .web { background-position: -237px 0; }
.nav-details .send { background-position: -281px 0; }
.nav-details .bookmark { background-position: -589px 0; }
.nav-details .directions { background-position: -484px 0; }
.nav-details .compare { background-position: -552px 0; }
.nav-details .button-grey { background-position: -624px 0 !important; }
.nav-details a { display: block; padding-top: 45px; }
#details #info-tabs { color: #4e4e4e; }
#details .price { font-size: 16px; font-weight:bold; }
#details .head-price { float: left; text-align: center; padding: 5px; background: none repeat scroll 0% 0% red; height: 22px; margin-left: 2px; font-size: 20px; font-weight: bold; width: 120px;background: #ff9047;
background: -moz-linear-gradient(top,  #ff9047 0%, #ff6c0a 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff9047), color-stop(100%,#ff6c0a));
background: -webkit-linear-gradient(top,  #ff9047 0%,#ff6c0a 100%);
background: -o-linear-gradient(top,  #ff9047 0%,#ff6c0a 100%);
background: -ms-linear-gradient(top,  #ff9047 0%,#ff6c0a 100%);
background: linear-gradient(to bottom,  #ff9047 0%,#ff6c0a 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff9047', endColorstr='#ff6c0a',GradientType=0 );
color: #fff; border-top-right-radius: 4px; border-bottom-right-radius: 4px;
}
#details .otherButtons { position: relative; margin-bottom: 10px; background: #ebebeb; float: left; width: 215px; padding:10px 5px; border-radius:0 10px 10px 0; border:1px solid #c2c2c2; border-left:0; -moz-box-shadow: 10px 10px 5px #888; -webkit-box-shadow: 10px 10px 5px #888; box-shadow: 2px 2px 2px #888; color: #020143; font-size: 16px; font-weight: bold; height: 50px;}
#details .phonenum { font-size: 23px;}
#details .email-text { position:relative; top: 15px; font-size: 18px;}
#details .insurance-text { position:relative; top: 4px; font-size: 18px;}
#details .icon {float:left; width:56px; height: 57px;}
#details .phone-icon {background:url(/static/images/phone.png) no-repeat; }
#details .email-icon {background:url(/static/images/email.png) no-repeat; }
#details .insurance-icon {background:url(/static/images/insurance.png) no-repeat; }
#details .price .value { color: #C10000; }
#details #info-tabs h2 { font-size: 18px; overflow:auto; min-height: 23px; margin: 10px 0; color: #000078; border-bottom: solid 1px #b7b7b7; }
#details #info-tabs h2 .value { width:183px; float: right; font-size: 22px; position: relative; top: -4px; text-align:right;}
#details #info-tabs h2 .vehicleTitle {width:625px; float:left;}
#details #info-tabs address { padding: 0; margin: 0; }
#details #info-tabs-vehicledetails h3 { margin-top: 15px; }
#details #info-tabs-vehicledetails .properties { width: 800px; }
#details .property-name { color: #2F2F2F; font-weight:bold; }
#details #info-tabs-vehicledetails .button { margin: 5px 0; }
#details .properties li { float: left; width: 265px; padding: 2px 0; }

#details .spec { list-style: none; }
#details .spec li { float: left; min-width: 250px; padding: 2px 0; line-height: 15px; margin-right: 15px; }
#details .telephone { font-size: 23px; font-weight:bold; min-height:75px;}
#details .telephone .value { color: #000078; }
#details .description p { margin: 0; }
#details .specification { overflow: hidden; }
#details .expanded { height: auto; max-height: none; }
#details .technical li { margin: 15px 0px; }
#details .technical li li { margin: 5px; }
#details .taxdisk {  width: 220px; height: 220px; color: black; font-size: 36px; padding-top: 55px; text-align:center; font-weight: bold; background: url(/static/images/tax-12.png) no-repeat; }

.article { max-height: 60px; overflow: hidden; }
.expanded { height: auto; max-height: none; }

/* BMW/MINI Approved */
.handcursor { cursor:pointer; }
.approved-link {}
.approved-link a { background:url(/static/images/approved-arrow.gif) no-repeat #e6e7e8; width:778px; display:block; font-weight:bold; color:#202d65; padding:7px 0 5px 30px; margin:5px 0 5px 0; }
.tabtextBMWText { font-size:11px; display:none; padding: 5px; }
.tabtextMINIText { font-size:11px; display:none; padding: 5px; }
#info-tabs-miniapproved h2 { color:#fff; }
.approved-link-mini {}
.approved-link-mini a { background:url(/static/images/approved-arrow-mini.gif) no-repeat #545454; width:778px; display:block; font-weight:bold; color:#fff; padding:7px 0 5px 30px; margin:5px 0 5px 0; }

/* Print Layout */
#layout-print {background: #FFF;}
#layout-print #wrapper { width: 640px; background:url(/static/images/print-back.png) repeat-x #FFF; padding: 0; border: none;}
#layout-print #main { margin: 0}
#layout-print #details .title { background: none; text-align: center; padding: 0; margin-bottom: 10px; height: auto; }
#layout-print #details .title h1 { color: black; font-size: 20px; }
#layout-print #details hr { border: solid 2px; color: #000;}
#layout-print .images-details { padding: 10px 10px 0 10px; }
#layout-print #image-main { border: none; padding: none; width: 300px; }
#layout-print .image-thumbs { width: 310px; }
#layout-print .image-thumbs .image-thumbnail { width: 145px; margin-right: 10px; padding: 0px; }
#layout-print .properties { margin-top: 5px; }
#layout-print .legal { margin-top: 5px; font-size: 9px; margin-left: 15px;; }

/* Directions */
#directions #Directions { margin: 10px; }
#directions .nav-details { float:right; }
#directions .title { min-height: 100px; }
#layout-print .title, #layout-print .nav-details { display: none; }

/* Dealer Directory */
#directory #DealerDirectory { margin: 10px; }
#directory .result .text-result { margin-left: 110px; }
#directory .result .thumb-result { width: auto; }
#directory .result li { margin: 0px; }
#directory .result p { margin: 0px; }
#directory .result h2 { width: 700px; }

/* Dealer Details */
#dealer-details h2 { font-size: 16px; margin-bottom: 10px; }
#dealer-details #contact dt { width: 100px; }
#dealer-details #contact dd { width: 100px; }
#dealer-details #contact #message { width: 240px; }
#dealer-details #contact #captcha-label,#dealer-details #contact #submit-label { width: 0; }
#dealer-details #map { float: left; }
#dealer-details #map-canvas { width: 400px; height: 500px; margin:7px 0 0 0; border: 1px solid #535353; padding: 2px; }
#dealer-details .nav-details li { margin: 30px 50px; }
#dealer-details .collection .item img { width: 150px; padding: 2px; border: 1px solid #9C9C9C; }
#dealer-details .collection .item { text-align: center; float: left; margin: 5px; color: #020150; width: 156px; overflow: hidden; }
#dealer-details .collection .item .price { color: #C10000; font-weight: bold; }

/* Dealer SEO */
#dealer-seo #info-tabs-nav ul li { width:312px; }
#dealer-seo dd { float:right; width:60%; text-align:center; }
#dealer-seo .left-col { background:#fba81a; width:230px; min-height:531px; float:left; padding:5px; }
#dealer-seo .mid-col { width:536px; padding:0px 3px; min-height:531px; float:left; }
#dealer-seo .right-col { background:#fba81a; width:168px; min-height:531px; float:right; padding:5px; color:#fff; font-weight:bold; }
#dealer-seo h4 { color:#fff; font-size:14px; font-weight: bold; }
#dealer-seo h4 span { background:url(/static/images/dealer-seo-box.gif) left -246px no-repeat #164883; display:block; }
#dealer-seo h4 span span { background:url(/static/images/dealer-seo-box.gif) right -274px no-repeat; display:block; padding:5px 5px 6px 30px; }
.dealer-seo-box-left { background:url(/static/images/dealer-seo-box.gif) left 0px no-repeat #164883; }
.dealer-seo-box-right { background:url(/static/images/dealer-seo-box.gif) right -123px no-repeat; padding: 10px 10px 0px 10px; height:113px; }

/* News */
.news .result {width: 798px;}
.news .result { width: 405px; height: 120px; overflow: hidden; float: left; margin: 5px 5px; background-color: transparent; padding: 0px; display: inline; }
.news .result h2 { width: auto; font-size: 12px; line-height: 14px; }
.news .result p { margin: 0px 0px 4px 0px; color: black; }
.news .result .thumb-result { width: 143px; max-height: 200px; float: left; padding: 3px; border: 1px solid #BEBEBE; }
.news .result .text-result { margin-left: 155px; font-size: 10px; }
.news .result-group { border-bottom: 1px solid #DBDBDB; padding: 5px 0px 0px 8px; clear: both; }
#news #formnews { margin-bottom: 10px; }
#news #formnews #news-keyword { background: #EEEEEE url(/static/images/input-bg.gif) center -40px no-repeat; }
#news-article a { text-decoration: underline; color: #0000EE; }
#news-article img { padding: 5px; border: 1px solid #BEBEBE; margin: 10px 0 10px 0px; }

#news-article .rightcolumn {float: right; width: 265px; margin: 10px 0 10px 10px;}
#news-article .addthisbox {width: 220px; float: left;}
#news-article .addthisboxcount {float: left; margin:8px 0 0 0;}

#news-team img { padding: 3px; border:1px solid #AAA; margin-top:28px; margin-left:10px; }

.news-team-social img {margin:0 !important;}
/* Forms */
/* OLD CODE FOR DT, DD TAGS
#enquiry dt, #contact dt, #send dt, #Comment dt { width: 200px; float: left; margin: 5px; padding: 5px 0; clear: left; }
#enquiry dd, #contact dd, #send dd, #Comment dd { width: 600px; float: left; margin: 5px; }
#enquiry dd input, #contact dd input, #send dd input, #Comment dd input { width: 180px; }
#enquiry dd ul, #contact dd ul, #send dd ul, #Comment dd ul { width: 390px; float: right; padding: 5px; }*/
.awform fieldset { padding: 15px 20px 20px 20px; margin: 10px 0 0 0; border: 1px solid #bbbbbb; width: 485px; background:#f1f1f1; }
.awform #submit-element { clear:both; }
.awform fieldset legend {font-size:13px; font-weight:bold; padding: 5px 5px; color:#fff; border-radius: 5px;
position:relative;
background: #0400AF;
background: -webkit-gradient(linear, 0 0, 0 bottom, from(#0400AF), to(#030252));
background: -webkit-linear-gradient(#0400AF, #030252);
background: -moz-linear-gradient(#0400AF, #030252);
background: -ms-linear-gradient(#0400AF, #030252);
background: -o-linear-gradient(#0400AF, #030252);
background: linear-gradient(#0400AF, #030252);
-pie-background: linear-gradient(#0400AF, #030252);
behavior: url('/static/css/unity/default/pie/PIE.htc');}
.steps {float:right;}
.awform fieldset dl dd { float: left; margin: 5px; width:200px;}
.awform fieldset dl dd input { width: 180px }
.awform fieldset dl dd input.chrome-yesno { width: 50px }
[for="chrome-Yes"] { margin-right:30px; }
.awform fieldset dl dd #submit { width: 180px; padding: 5px 0 5px 0; font-weight: bold; margin: 10px 0 0 0; }
.awform fieldset dl dt label { width: 200px; float: left; margin: 5px; padding: 5px 0; clear: left; display: auto;}
#enquiry #message, #contact #message, #send #message { width: 269px; height: 84px; }
.awform .errors { float: right; background:url(/static/images/error-arrow.gif) no-repeat #a90000; padding: 0 5px 0 10px; margin-left:10px; color:#fff; }
.awform .errors li { padding: 3px; }

.awformsmall .errors li { padding: 10px 3px 3px 3px; text-align:center; margin: 3px 0 0 0; font-size:11px; width:178px; clear:both; background:url(/static/images/error-arrow-up.gif) no-repeat  #a90000; color:#fff; }

.awformsmall fieldset { padding: 15px 10px 20px 20px; margin: 10px 0 0 0; border: 1px solid #bbbbbb; }
.awformsmall #submit-element { clear:both; }
.awformsmall fieldset legend {font-size:13px; font-weight:bold; padding: 0 5px;}
.awformsmall fieldset dl dd { float: left; margin: 5px;}
.awformsmall fieldset dl dd input { width: 180px }
.awformsmall fieldset dl dd #submit { width: 180px; padding: 5px 0 5px 0; font-weight: bold; margin: 10px 0 0 0; }
.awformsmall fieldset dl dt label { width: 150px; float: left; margin: 5px; padding: 5px 0; clear: left; display: auto;}
.awformsmall select { width:160px; padding:3px; }
#Comment #comments {width:350px; height: 150px;}

#contactdealer { float:right; width:415px; margin:10px 0 0 15px; }
#map { float:left; width:400px; margin:10px 0 0 0; }
.awformsmall #message {width:350px; height: 50px;}

/*User Comments*/
.comments-column { float:left; width:415px; margin:10px 0 0 0; }
.user-comment { width:390px; padding:5px 0px 5px 5px; margin:10px 0 0; border-bottom:1px dotted #dddddd;}
.star-rating {height:30px;}
.star-rating .yellow {float:left; background:url(/static/images/star-rating.gif) no-repeat left 0px; height:30px; width:30px;}
.star-rating .grey {float:left; background:url(/static/images/star-rating.gif) no-repeat right -31px; height:30px; width:30px;}
.user-comment p { margin:5px 0; }
.user-comment .name { font-weight:bold; color:#01005a; }

.faqlarge { font-size:20px; font-weight:bold; color:#ff6702;}

#faqs .grey, #scams .grey { background:#dddddd; padding:20px; }
#faqs .white, #scams .white { background:#fff; padding:20px; }
#faqs h3, #scams h3 { font-size:14px;}
#scams .rightcolumn {float: right; width: 265px; margin: 10px 0 10px 10px;}
#scams .addthisbox {width: 220px; float: left;}
#scams .addthisboxcount {float: left; margin:8px 0 0 0;}

/* Compare Panel */
.panel { position: fixed; top: 40px; right: 0px; display: none; width: 312px; min-height: 129px; padding: 8px 11px 11px 11px; background:#535353 url(/static/images/panel-back.gif) left 0px repeat-x; }
* html .panel { position: absolute; }
.panel h5 { color: #FFFFFF; }
.panel .panel-inner { background:#FFFFFF url(/static/images/panel-corners.gif) left 0px no-repeat; margin-top: 5px; }
.panel .panel-inner .panel-item { margin: 0 10px; padding: 7px; border-bottom: 1px dotted #777777; }
.panel .panel-inner .panel-item .thumb-result { width: 90px; float: left; }
.panel .panel-inner .panel-item p { width: 167px; float: left; margin: 0 0 0 5px; font-size: 11px; font-weight: bold; color: #4a4a4a; }
.panel .panel-footer { background:#FFFFFF url(/static/images/panel-corners.gif) -314px bottom no-repeat; padding: 5px 10px; }
.panel .panel-header a { color: #020150; font-weight: bold; }
.panel .panel-header { margin: 0 10px; padding: 5px 0; border-bottom: 1px dotted #777777; }
a.trigger { position: fixed; top: 40px; right: 0px; padding: 0; display: block; width: 36px; height: 148px; background: url(/static/images/buttons-comparison.gif) left 0px no-repeat; }
* html a.trigger { position: absolute; }
a.active { right: 334px; }
/* Compare Page */
#comparison table { width: 810px; }
#comparison td { padding: 5px; text-align: center; }
#comparison th { padding: 5px; text-align: center; line-height: 20px; min-width: 70px; }
#comparison th a { text-decoration: underline; }
#comparison .price { font-size: 14px; font-weight: bold; }
#comparison .button { width: 140px; }
#comparison .buttons { width: 140px; }
#comparison .ops { min-width: 15px; }
#comparison .images { border-bottom: 1px dotted #777777; border-right: 2px solid #C7C7C7; width: 88px; }
#comparison .even { border-bottom: 1px dotted #777777; border-right: 2px solid #C7C7C7; }
#comparison .odd { border-bottom: 1px dotted #777777; border-right: 2px solid #C7C7C7; background: #EEEEEE; }


/* Navigation List Rules */
.nav-seo li { float: left; width: 202px; padding: 2px 0; }

.loginfailed {
	font-size: 14px;
	color: #e80000;
	font-weight: bold;
	margin:10px;
	text-align: center;
}

/* Specific Page Rules */
#tradeservices table { width: 100%; border: 0; background-color: #CCCCCC; border-spacing: 1px; }
#tradesecvices table td, #tradeservices table th { padding: 1px; }

#aboutus {}
#aboutus p { line-height: 18px; margin: 15px 0; }
#aboutus img {  float: right; padding: 3px; border: 1px solid #BEBEBE; margin: 0 0 10px 10px; }

#valuation { position: relative; }
#valuation h1 { color: #04017b; font-size: 18px; margin: 10px 0px 0px 0px; width: 380px; }
#valuation h2 { color:#ff6702; font-size: 24px; padding: 5px 0; margin-top:10px;}
#valuation h3 { border-bottom-left-radius: 4px; border-top-left-radius: 4px; color: #FFFFFF; display: inline-block; float: left; font-size: 14px; font-weight: 700; height: 14px; line-height: 14px; margin-bottom: 3px; padding: 10px; width: 480px; }
#valuation .num { float: left; color: #FFFFFF; font-size: 18px; font-weight: bold; }
#valuation .collection { margin: 10px; padding: 5px; background: #EFEFEF; box-shadow: 3px 9px 5px #E9E9E9; }
#valuation .collection .item { text-align: center; display: inline-block; width: 224px; color: #04017b; font-size: 16px; margin: 5px 10px; padding: 0px 10px; }
#valuation .collection .item p { line-height: 20px;}
#valuation .collection .item img { width: 220px; }
#valuation .collection .item .price { font-weight: bold; }
#valuation #value { min-height: 310px; border: 5px solid #DDDDDD; border-radius: 4px; margin: 10px; background: #FFFFFF url(/static/images/valuationbox-back.png) 0px 0px no-repeat; width: 344px; text-align: center; padding: 8px; }
#valuation #next { 
    position:absolute;
    width: 410px;
    background: #0500b2;
    background: -moz-linear-gradient(top, #0500b2 0%, #02005b 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0500b2), color-stop(100%,#02005b));
    background: -webkit-linear-gradient(top, #0500b2 0%,#02005b 100%);
    background: -o-linear-gradient(top, #0500b2 0%,#02005b 100%);
    background: -ms-linear-gradient(top, #0500b2 0%,#02005b 100%);
    background: linear-gradient(to bottom, #0500b2 0%,#02005b 100%);
}
#valuation #next h3 { color: white; font-size: 18px; margin: 0; }
#valuation #showcase { border: 5px solid #DDDDDD; border-radius: 4px; position:absolute; font-size: 14px; background: #FFFFFF url(/static/images/valuationbox-back.png) 0px 0px no-repeat; width: 385px; text-align: left; padding: 8px; }
#valuation #showcase p { padding: 6px 10px; }
#valuation #showcase .button { margin: auto; width: 120px; color: black; text-decoration: underline; border: 4px solid; border-radius: 4px; padding: 5px 0px 0px 0px; box-shadow: 2px 2px 4px #777777; }
#valuation #showcase .button-red { 
    border-color: #db371d;
    background: #e6735f;
    background: -moz-linear-gradient(top, #e6735f 0%, #cb3219 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e6735f), color-stop(100%,#cb3219));
    background: -webkit-linear-gradient(top, #e6735f 0%,#cb3219 100%);
    background: -o-linear-gradient(top, #e6735f 0%,#cb3219 100%);
    background: -ms-linear-gradient(top, #e6735f 0%,#cb3219 100%);
    background: linear-gradient(to bottom, #e6735f 0%,#cb3219 100%);
}
#valuation #showcase .button-orange { 
    border-color: #f87800;
    background: #ffa145;
    background: -moz-linear-gradient(top, #ffa145 0%, #e36e00 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffa145), color-stop(100%,#e36e00));
    background: -webkit-linear-gradient(top, #ffa145 0%,#e36e00 100%);
    background: -o-linear-gradient(top, #ffa145 0%,#e36e00 100%);
    background: -ms-linear-gradient(top, #ffa145 0%,#e36e00 100%);
    background: linear-gradient(to bottom, #ffa145 0%,#e36e00 100%);
}
#valuation #showcase .button-green { 
    border-color: #1ddb41;
    background: #5fe579;
    background: -moz-linear-gradient(top, #5fe579 0%, #19cb3a 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#5fe579), color-stop(100%,#19cb3a));
    background: -webkit-linear-gradient(top, #5fe579 0%,#19cb3a 100%);
    background: -o-linear-gradient(top, #5fe579 0%,#19cb3a 100%);
    background: -ms-linear-gradient(top, #5fe579 0%,#19cb3a 100%);
    background: linear-gradient(to bottom, #5fe579 0%,#19cb3a 100%);
}
#valuation #showcase .button-blue { 
    border-color: #027bad;
    background: #3b8baa;
    background: -moz-linear-gradient(top, #3b8baa 0%, #036aaf 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3b8baa), color-stop(100%,#036aaf));
    background: -webkit-linear-gradient(top, #3b8baa 0%,#036aaf 100%);
    background: -o-linear-gradient(top, #3b8baa 0%,#036aaf 100%);
    background: -ms-linear-gradient(top, #3b8baa 0%,#036aaf 100%);
    background: linear-gradient(to bottom, #3b8baa 0%,#036aaf 100%);
}
#valuation #check { position:absolute; top: 375px; left: 540px; }
#valuation #check p { margin: 2px 0px; font-style: italic; font-size: 11px; }
#valuation #price { background: #030086; color: #FFFFFF; padding: 25px 15px; font-size: 10px; font-weight: bold; width: 180px; border-radius: 240px / 110px; margin: 10px auto 0px auto; }
#valuation #price span {  font-size: 36px; letter-spacing: 2px; }
#valuation #reg { text-align: center; font-size: 36px; font-weight: bold; margin: 40px; text-transform: uppercase; color: #0500b2; border-bottom: 6px solid #0500b2; }

#valuationseo #search-tabs { text-align: center; border: 4px solid #e5e5e5; width: 644px; background:#f5f5f5; position:relative;}
#valuationseo #search-tabs #valuationform { background: #f5f5f5; margin: 4px; height: 234px; }
#valuationseo #search-tabs h1 { font-size: 22px; padding: 10px; color: white; background: #020057; }
#valuationseo #search-tabs form { margin-top: 14px; text-align: center; margin-top: 1px; margin-bottom:10px; position:relative;}
#valuationseo #search-tabs form dt { display:inline-block; font-weight: bold; font-size: 24px; width: 250px; margin: 7px; text-align: right; color: #015AA8; background: url(/static/images/valuation-arrows.gif) center right no-repeat; padding-right: 34px; }
#valuationseo #search-tabs form dd { display:inline-block; float: none; width: 320px; margin: 7px 7px 7px 0; text-align: left; float:left; }
#valuationseo #search-tabs form input[type="text"] { border-radius: 4px; width: 220px; font-size: 16px; font-weight: bold; text-align: left; padding: 10px; margin-left:14px;}
#valuationseo #search-tabs form #registration-element { background: url(/static/images/regplate.png) 0px 0px no-repeat; height: 52px; }
#valuationseo #search-tabs form #registration {text-align:center; float:right; border-radius: 4px; padding: 8px 8px 8px 18px; width: 205px !important; margin: 0 38px 10px 0px; height:34px; border:0; text-transform: uppercase; font-size:30px; font-weight:600; }
#valuationseo #search-tabs form #submit-label { display: none; }
#valuationseo #search-tabs form #submit-element { text-align: center; margin: 0; }
#valuationseo #search-tabs form #submit { width: 150px; height: 30px; }
#valuationseo #description { 
    border: 1px solid grey;
    height:100%;
    width:97%;
    padding: 6px;
    font-size: 14px;
    margin:0;
    background: #ffffff;
    background: -moz-linear-gradient(top, #ffffff 0%, #e9e9e9 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e9e9e9));
    background: -webkit-linear-gradient(top, #ffffff 0%,#e9e9e9 100%);
    background: -o-linear-gradient(top, #ffffff 0%,#e9e9e9 100%);
    background: -ms-linear-gradient(top, #ffffff 0%,#e9e9e9 100%);
    background: linear-gradient(to bottom, #ffffff 0%,#e9e9e9 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e9e9e9',GradientType=0 );
}
#valuationseo #description img { border: 1px solid grey; margin: 0px 12px 4px 0px; float: left; }
#valuationseo #description a { text-decoration: underline; }
#valuationseo #description p { line-height: 20px; letter-spacing: 1px; }
#valuationseo #description h2 { background: #020057; color: white; text-align: center; font-size: 20px; padding: 4px; margin: 0px 0px 10px 0px; }
#valuationseo #description h3 { font-size: 14px; text-align: center; margin: 0px 0px 10px 0px; }
#valuationseo .box { 
    border: 1px solid grey;
    padding: 3px;
    margin-bottom: 4px;
    width: 190px;
    height: 190px;
    text-align: center;
    background: #ffffff;
    background: -moz-linear-gradient(top, #ffffff 0%, #e9e9e9 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e9e9e9));
    background: -webkit-linear-gradient(top, #ffffff 0%,#e9e9e9 100%);
    background: -o-linear-gradient(top, #ffffff 0%,#e9e9e9 100%);
    background: -ms-linear-gradient(top, #ffffff 0%,#e9e9e9 100%);
    background: linear-gradient(to bottom, #ffffff 0%,#e9e9e9 100%);
}
#valuationseo .box h4 { background: #020057; color: white; font-size: 16px; padding: 4px; margin: 0px 0px 10px 0px; }
#valuationseo .box .box-inner { padding: 4px; }
#valuationseo .box .box-inner img { border: 1px solid grey; }
#valuationseo .box button { width: 180px; height: 28px; margin: 10px; }
#valuationseo .car-inputs-user {width:280px; margin-left:20px;}
/* Lightbox */
#lightbox {
    position: fixed;
    top: 0;
    left: 50%;
    width: 728px;
    margin-left: -366px;
    background: #fff;
    z-index: 1001;
    display: none;
    border: 2px solid #747474;
    padding: 6px;
    text-align: center;
}
#lightbox-shadow {
    position: fixed;
    top: 0;
    width: 100%;
    height: 10000px;
    background: #000;
    filter: alpha(opacity=75);
    -moz-opacity: 0.75;
    -khtml-opacity: 0.75;
    opacity: 0.75;
    z-index: 1000;
    display: none;
}
#lightbox-image-main {
    width: 640px;
    padding: 1px;
    border: 1px solid #9B9C9E;
}
.lightbox-image-thumbnail {
    width: 48px;
    border: 1px solid #9B9C9E;
    cursor: pointer;
}
#lightbox-content {
    width: 638px;
    background: #EEEEEE;
    margin: 2px 0px 6px 42px;
    border: 1px solid #A1A1A1;
    padding: 2px;
}
#lightbox-title {
    font-weight: bold;
    font-size: 14px;
}
#lightbox-title .price { margin-left: 6px; }
#lightbox-close { background: url(/static/images/button-close-large.png) left 0px no-repeat; width: 40px; height: 40px; position:absolute; right:-20px; top:-20px; }
#lightbox-close span { display: none; }

/*
 * jQuery UI CSS Framework 1.8.9
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Theming/API
 */

/* Layout helpers
----------------------------------*/
.ui-helper-hidden { display: none; }
.ui-helper-hidden-accessible { position: absolute !important; clip: rect(1px 1px 1px 1px); clip: rect(1px,1px,1px,1px); }
.ui-helper-reset { margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none; }
.ui-helper-clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.ui-helper-clearfix { display: inline-block; }
/* required comment for clearfix to work in Opera \*/
* html .ui-helper-clearfix { height:1%; }
.ui-helper-clearfix { display:block; }
/* end clearfix */


/* Interaction Cues
----------------------------------*/
.ui-state-disabled { cursor: default !important; }


/* Icons
----------------------------------*/

/* states and images */
.ui-icon { display: block; text-indent: -99999px; overflow: hidden; background-repeat: no-repeat; }


/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }


/*
 * jQuery UI CSS Framework 1.8.9
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Theming/API
 *
 * To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Trebuchet%20MS,%20Tahoma,%20Verdana,%20Arial,%20sans-serif&fwDefault=bold&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=f6a828&bgTextureHeader=12_gloss_wave.png&bgImgOpacityHeader=35&borderColorHeader=e78f08&fcHeader=ffffff&iconColorHeader=ffffff&bgColorContent=eeeeee&bgTextureContent=03_highlight_soft.png&bgImgOpacityContent=100&borderColorContent=dddddd&fcContent=333333&iconColorContent=222222&bgColorDefault=f6f6f6&bgTextureDefault=02_glass.png&bgImgOpacityDefault=100&borderColorDefault=cccccc&fcDefault=1c94c4&iconColorDefault=ef8c08&bgColorHover=fdf5ce&bgTextureHover=02_glass.png&bgImgOpacityHover=100&borderColorHover=fbcb09&fcHover=c77405&iconColorHover=ef8c08&bgColorActive=ffffff&bgTextureActive=02_glass.png&bgImgOpacityActive=65&borderColorActive=fbd850&fcActive=eb8f00&iconColorActive=ef8c08&bgColorHighlight=ffe45c&bgTextureHighlight=03_highlight_soft.png&bgImgOpacityHighlight=75&borderColorHighlight=fed22f&fcHighlight=363636&iconColorHighlight=228ef1&bgColorError=b81900&bgTextureError=08_diagonals_thick.png&bgImgOpacityError=18&borderColorError=cd0a0a&fcError=ffffff&iconColorError=ffd27a&bgColorOverlay=666666&bgTextureOverlay=08_diagonals_thick.png&bgImgOpacityOverlay=20&opacityOverlay=50&bgColorShadow=000000&bgTextureShadow=01_flat.png&bgImgOpacityShadow=10&opacityShadow=20&thicknessShadow=5px&offsetTopShadow=-5px&offsetLeftShadow=-5px&cornerRadiusShadow=5px
 */


/* Component containers
----------------------------------*/
.ui-widget {  }
.ui-widget .ui-widget {  }
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {  }
.ui-widget-content { border: 0; background: none; }
.ui-widget-content a {  }
.ui-widget-header {  }
.ui-widget-header a {  }

/* Interaction states
----------------------------------*/
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default { }
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited { }
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus { }
.ui-state-hover a, .ui-state-hover a:hover { }
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active { }
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited { }
.ui-widget :active { outline: none; }

/* Interaction Cues
----------------------------------*/
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight  {border: 1px solid #fed22f; background: #ffe45c url(images/ui-bg_highlight-soft_75_ffe45c_1x100.png) 50% top repeat-x; color: #363636; }
.ui-state-highlight a, .ui-widget-content .ui-state-highlight a,.ui-widget-header .ui-state-highlight a { color: #363636; }
.ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error {border: 1px solid #cd0a0a; background: #b81900 url(images/ui-bg_diagonals-thick_18_b81900_40x40.png) 50% 50% repeat; color: #ffffff; }
.ui-state-error a, .ui-widget-content .ui-state-error a, .ui-widget-header .ui-state-error a { color: #ffffff; }
.ui-state-error-text, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error-text { color: #ffffff; }
.ui-priority-primary, .ui-widget-content .ui-priority-primary, .ui-widget-header .ui-priority-primary { font-weight: bold; }
.ui-priority-secondary, .ui-widget-content .ui-priority-secondary,  .ui-widget-header .ui-priority-secondary { opacity: .7; filter:Alpha(Opacity=70); font-weight: normal; }
.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled { opacity: .35; filter:Alpha(Opacity=35); background-image: none; }

/* Icons
----------------------------------*/

/* states and images */
.ui-icon { width: 16px; height: 16px; background-image: url(images/ui-icons_222222_256x240.png); }
.ui-widget-content .ui-icon {background-image: url(images/ui-icons_222222_256x240.png); }
.ui-widget-header .ui-icon {background-image: url(images/ui-icons_ffffff_256x240.png); }
.ui-state-default .ui-icon { background-image: url(images/ui-icons_ef8c08_256x240.png); }
.ui-state-hover .ui-icon, .ui-state-focus .ui-icon {background-image: url(images/ui-icons_ef8c08_256x240.png); }
.ui-state-active .ui-icon {background-image: url(images/ui-icons_ef8c08_256x240.png); }
.ui-state-highlight .ui-icon {background-image: url(images/ui-icons_228ef1_256x240.png); }
.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {background-image: url(images/ui-icons_ffd27a_256x240.png); }

/* positioning */
.ui-icon-carat-1-n { background-position: 0 0; }
.ui-icon-carat-1-ne { background-position: -16px 0; }
.ui-icon-carat-1-e { background-position: -32px 0; }
.ui-icon-carat-1-se { background-position: -48px 0; }
.ui-icon-carat-1-s { background-position: -64px 0; }
.ui-icon-carat-1-sw { background-position: -80px 0; }
.ui-icon-carat-1-w { background-position: -96px 0; }
.ui-icon-carat-1-nw { background-position: -112px 0; }
.ui-icon-carat-2-n-s { background-position: -128px 0; }
.ui-icon-carat-2-e-w { background-position: -144px 0; }
.ui-icon-triangle-1-n { background-position: 0 -16px; }
.ui-icon-triangle-1-ne { background-position: -16px -16px; }
.ui-icon-triangle-1-e { background-position: -32px -16px; }
.ui-icon-triangle-1-se { background-position: -48px -16px; }
.ui-icon-triangle-1-s { background-position: -64px -16px; }
.ui-icon-triangle-1-sw { background-position: -80px -16px; }
.ui-icon-triangle-1-w { background-position: -96px -16px; }
.ui-icon-triangle-1-nw { background-position: -112px -16px; }
.ui-icon-triangle-2-n-s { background-position: -128px -16px; }
.ui-icon-triangle-2-e-w { background-position: -144px -16px; }
.ui-icon-arrow-1-n { background-position: 0 -32px; }
.ui-icon-arrow-1-ne { background-position: -16px -32px; }
.ui-icon-arrow-1-e { background-position: -32px -32px; }
.ui-icon-arrow-1-se { background-position: -48px -32px; }
.ui-icon-arrow-1-s { background-position: -64px -32px; }
.ui-icon-arrow-1-sw { background-position: -80px -32px; }
.ui-icon-arrow-1-w { background-position: -96px -32px; }
.ui-icon-arrow-1-nw { background-position: -112px -32px; }
.ui-icon-arrow-2-n-s { background-position: -128px -32px; }
.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
.ui-icon-arrow-2-e-w { background-position: -160px -32px; }
.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
.ui-icon-arrowstop-1-n { background-position: -192px -32px; }
.ui-icon-arrowstop-1-e { background-position: -208px -32px; }
.ui-icon-arrowstop-1-s { background-position: -224px -32px; }
.ui-icon-arrowstop-1-w { background-position: -240px -32px; }
.ui-icon-arrowthick-1-n { background-position: 0 -48px; }
.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
.ui-icon-arrowthick-1-e { background-position: -32px -48px; }
.ui-icon-arrowthick-1-se { background-position: -48px -48px; }
.ui-icon-arrowthick-1-s { background-position: -64px -48px; }
.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
.ui-icon-arrowthick-1-w { background-position: -96px -48px; }
.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
.ui-icon-arrow-4 { background-position: 0 -80px; }
.ui-icon-arrow-4-diag { background-position: -16px -80px; }
.ui-icon-extlink { background-position: -32px -80px; }
.ui-icon-newwin { background-position: -48px -80px; }
.ui-icon-refresh { background-position: -64px -80px; }
.ui-icon-shuffle { background-position: -80px -80px; }
.ui-icon-transfer-e-w { background-position: -96px -80px; }
.ui-icon-transferthick-e-w { background-position: -112px -80px; }
.ui-icon-folder-collapsed { background-position: 0 -96px; }
.ui-icon-folder-open { background-position: -16px -96px; }
.ui-icon-document { background-position: -32px -96px; }
.ui-icon-document-b { background-position: -48px -96px; }
.ui-icon-note { background-position: -64px -96px; }
.ui-icon-mail-closed { background-position: -80px -96px; }
.ui-icon-mail-open { background-position: -96px -96px; }
.ui-icon-suitcase { background-position: -112px -96px; }
.ui-icon-comment { background-position: -128px -96px; }
.ui-icon-person { background-position: -144px -96px; }
.ui-icon-print { background-position: -160px -96px; }
.ui-icon-trash { background-position: -176px -96px; }
.ui-icon-locked { background-position: -192px -96px; }
.ui-icon-unlocked { background-position: -208px -96px; }
.ui-icon-bookmark { background-position: -224px -96px; }
.ui-icon-tag { background-position: -240px -96px; }
.ui-icon-home { background-position: 0 -112px; }
.ui-icon-flag { background-position: -16px -112px; }
.ui-icon-calendar { background-position: -32px -112px; }
.ui-icon-cart { background-position: -48px -112px; }
.ui-icon-pencil { background-position: -64px -112px; }
.ui-icon-clock { background-position: -80px -112px; }
.ui-icon-disk { background-position: -96px -112px; }
.ui-icon-calculator { background-position: -112px -112px; }
.ui-icon-zoomin { background-position: -128px -112px; }
.ui-icon-zoomout { background-position: -144px -112px; }
.ui-icon-search { background-position: -160px -112px; }
.ui-icon-wrench { background-position: -176px -112px; }
.ui-icon-gear { background-position: -192px -112px; }
.ui-icon-heart { background-position: -208px -112px; }
.ui-icon-star { background-position: -224px -112px; }
.ui-icon-link { background-position: -240px -112px; }
.ui-icon-cancel { background-position: 0 -128px; }
.ui-icon-plus { background-position: -16px -128px; }
.ui-icon-plusthick { background-position: -32px -128px; }
.ui-icon-minus { background-position: -48px -128px; }
.ui-icon-minusthick { background-position: -64px -128px; }
.ui-icon-close { background-position: -80px -128px; }
.ui-icon-closethick { background-position: -96px -128px; }
.ui-icon-key { background-position: -112px -128px; }
.ui-icon-lightbulb { background-position: -128px -128px; }
.ui-icon-scissors { background-position: -144px -128px; }
.ui-icon-clipboard { background-position: -160px -128px; }
.ui-icon-copy { background-position: -176px -128px; }
.ui-icon-contact { background-position: -192px -128px; }
.ui-icon-image { background-position: -208px -128px; }
.ui-icon-video { background-position: -224px -128px; }
.ui-icon-script { background-position: -240px -128px; }
.ui-icon-alert { background-position: 0 -144px; }
.ui-icon-info { background-position: -16px -144px; }
.ui-icon-notice { background-position: -32px -144px; }
.ui-icon-help { background-position: -48px -144px; }
.ui-icon-check { background-position: -64px -144px; }
.ui-icon-bullet { background-position: -80px -144px; }
.ui-icon-radio-off { background-position: -96px -144px; }
.ui-icon-radio-on { background-position: -112px -144px; }
.ui-icon-pin-w { background-position: -128px -144px; }
.ui-icon-pin-s { background-position: -144px -144px; }
.ui-icon-play { background-position: 0 -160px; }
.ui-icon-pause { background-position: -16px -160px; }
.ui-icon-seek-next { background-position: -32px -160px; }
.ui-icon-seek-prev { background-position: -48px -160px; }
.ui-icon-seek-end { background-position: -64px -160px; }
.ui-icon-seek-start { background-position: -80px -160px; }
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first { background-position: -80px -160px; }
.ui-icon-stop { background-position: -96px -160px; }
.ui-icon-eject { background-position: -112px -160px; }
.ui-icon-volume-off { background-position: -128px -160px; }
.ui-icon-volume-on { background-position: -144px -160px; }
.ui-icon-power { background-position: 0 -176px; }
.ui-icon-signal-diag { background-position: -16px -176px; }
.ui-icon-signal { background-position: -32px -176px; }
.ui-icon-battery-0 { background-position: -48px -176px; }
.ui-icon-battery-1 { background-position: -64px -176px; }
.ui-icon-battery-2 { background-position: -80px -176px; }
.ui-icon-battery-3 { background-position: -96px -176px; }
.ui-icon-circle-plus { background-position: 0 -192px; }
.ui-icon-circle-minus { background-position: -16px -192px; }
.ui-icon-circle-close { background-position: -32px -192px; }
.ui-icon-circle-triangle-e { background-position: -48px -192px; }
.ui-icon-circle-triangle-s { background-position: -64px -192px; }
.ui-icon-circle-triangle-w { background-position: -80px -192px; }
.ui-icon-circle-triangle-n { background-position: -96px -192px; }
.ui-icon-circle-arrow-e { background-position: -112px -192px; }
.ui-icon-circle-arrow-s { background-position: -128px -192px; }
.ui-icon-circle-arrow-w { background-position: -144px -192px; }
.ui-icon-circle-arrow-n { background-position: -160px -192px; }
.ui-icon-circle-zoomin { background-position: -176px -192px; }
.ui-icon-circle-zoomout { background-position: -192px -192px; }
.ui-icon-circle-check { background-position: -208px -192px; }
.ui-icon-circlesmall-plus { background-position: 0 -208px; }
.ui-icon-circlesmall-minus { background-position: -16px -208px; }
.ui-icon-circlesmall-close { background-position: -32px -208px; }
.ui-icon-squaresmall-plus { background-position: -48px -208px; }
.ui-icon-squaresmall-minus { background-position: -64px -208px; }
.ui-icon-squaresmall-close { background-position: -80px -208px; }
.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
.ui-icon-grip-diagonal-se { background-position: -80px -224px; }

/* Overlays */
.ui-widget-overlay { background: #666666 url(images/ui-bg_diagonals-thick_20_666666_40x40.png) 50% 50% repeat; opacity: .50;filter:Alpha(Opacity=50); }
.ui-widget-shadow { margin: -5px 0 0 -5px; padding: 5px; background: #000000 url(images/ui-bg_flat_10_000000_40x100.png) 50% 50% repeat-x; opacity: .20;filter:Alpha(Opacity=20); -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; }
/*
 * jQuery UI Resizable 1.8.9
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Resizable#theming
 */
.ui-resizable { position: relative;}
.ui-resizable-handle { position: absolute;font-size: 0.1px;z-index: 99999; display: block;}
.ui-resizable-disabled .ui-resizable-handle, .ui-resizable-autohide .ui-resizable-handle { display: none; }
.ui-resizable-n { cursor: n-resize; height: 7px; width: 100%; top: -5px; left: 0; }
.ui-resizable-s { cursor: s-resize; height: 7px; width: 100%; bottom: -5px; left: 0; }
.ui-resizable-e { cursor: e-resize; width: 7px; right: -5px; top: 0; height: 100%; }
.ui-resizable-w { cursor: w-resize; width: 7px; left: -5px; top: 0; height: 100%; }
.ui-resizable-se { cursor: se-resize; width: 12px; height: 12px; right: 1px; bottom: 1px; }
.ui-resizable-sw { cursor: sw-resize; width: 9px; height: 9px; left: -5px; bottom: -5px; }
.ui-resizable-nw { cursor: nw-resize; width: 9px; height: 9px; left: -5px; top: -5px; }
.ui-resizable-ne { cursor: ne-resize; width: 9px; height: 9px; right: -5px; top: -5px;}
/*
 * jQuery UI Selectable 1.8.9
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Selectable#theming
 */
.ui-selectable-helper { position: absolute; z-index: 100; border:1px dotted black; }
/*
 * jQuery UI Accordion 1.8.9
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Accordion#theming
 */
/* IE/Win - Fix animation bug - #4615 */
.ui-accordion { width: 100%; }
.ui-accordion .ui-accordion-header { cursor: pointer; position: relative; margin-top: 1px; zoom: 1; }
.ui-accordion .ui-accordion-li-fix { display: inline; }
.ui-accordion .ui-accordion-header-active { border-bottom: 0 !important; }
.ui-accordion .ui-accordion-header a { display: block; font-size: 1em; padding: .5em .5em .5em .7em; }
.ui-accordion-icons .ui-accordion-header a { padding-left: 2.2em; }
.ui-accordion .ui-accordion-header .ui-icon { position: absolute; left: .5em; top: 50%; margin-top: -8px; }
.ui-accordion .ui-accordion-content { padding: 1em 2.2em; border-top: 0; margin-top: -2px; position: relative; top: 1px; margin-bottom: 2px; overflow: auto; display: none; zoom: 1; }
.ui-accordion .ui-accordion-content-active { display: block; }
/*
 * jQuery UI Autocomplete 1.8.9
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Autocomplete#theming
 */
.ui-autocomplete { position: absolute; cursor: default; }	

/* workarounds */
* html .ui-autocomplete { width:1px; } /* without this, the menu expands to 100% in IE6 */

/*
 * jQuery UI Menu 1.8.9
 *
 * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Menu#theming
 */
.ui-menu {
	list-style:none;
	padding: 2px;
	margin: 0;
	display:block;
	float: left;
}
.ui-menu .ui-menu {
	margin-top: -3px;
}
.ui-menu .ui-menu-item {
	margin:0;
	padding: 0;
	zoom: 1;
	float: left;
	clear: left;
	width: 100%;
}
.ui-menu .ui-menu-item a {
	text-decoration:none;
	display:block;
	padding:.2em .4em;
	line-height:1.5;
	zoom:1;
}
.ui-menu .ui-menu-item a.ui-state-hover,
.ui-menu .ui-menu-item a.ui-state-active {
	font-weight: normal;
	margin: -1px;
}
/*
 * jQuery UI Button 1.8.9
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Button#theming
 */
.ui-button { display: inline-block; position: relative; padding: 0; margin-right: .1em; text-decoration: none !important; cursor: pointer; text-align: center; zoom: 1; overflow: visible; } /* the overflow property removes extra width in IE */
.ui-button-icon-only { width: 2.2em; } /* to make room for the icon, a width needs to be set here */
button.ui-button-icon-only { width: 2.4em; } /* button elements seem to need a little more width */
.ui-button-icons-only { width: 3.4em; } 
button.ui-button-icons-only { width: 3.7em; } 

/*button text element */
.ui-button .ui-button-text { display: block; line-height: 1.4;  }
.ui-button-text-only .ui-button-text { padding: .4em 1em; }
.ui-button-icon-only .ui-button-text, .ui-button-icons-only .ui-button-text { padding: .4em; text-indent: -9999999px; }
.ui-button-text-icon-primary .ui-button-text, .ui-button-text-icons .ui-button-text { padding: .4em 1em .4em 2.1em; }
.ui-button-text-icon-secondary .ui-button-text, .ui-button-text-icons .ui-button-text { padding: .4em 2.1em .4em 1em; }
.ui-button-text-icons .ui-button-text { padding-left: 2.1em; padding-right: 2.1em; }
/* no icon support for input elements, provide padding by default */
input.ui-button { padding: .4em 1em; }

/*button icon element(s) */
.ui-button-icon-only .ui-icon, .ui-button-text-icon-primary .ui-icon, .ui-button-text-icon-secondary .ui-icon, .ui-button-text-icons .ui-icon, .ui-button-icons-only .ui-icon { position: absolute; top: 50%; margin-top: -8px; }
.ui-button-icon-only .ui-icon { left: 50%; margin-left: -8px; }
.ui-button-text-icon-primary .ui-button-icon-primary, .ui-button-text-icons .ui-button-icon-primary, .ui-button-icons-only .ui-button-icon-primary { left: .5em; }
.ui-button-text-icon-secondary .ui-button-icon-secondary, .ui-button-text-icons .ui-button-icon-secondary, .ui-button-icons-only .ui-button-icon-secondary { right: .5em; }
.ui-button-text-icons .ui-button-icon-secondary, .ui-button-icons-only .ui-button-icon-secondary { right: .5em; }

/*button sets*/
.ui-buttonset { margin-right: 7px; }
.ui-buttonset .ui-button { margin-left: 0; margin-right: -.3em; }

/* workarounds */
button.ui-button::-moz-focus-inner { border: 0; padding: 0; } /* reset extra padding in Firefox */
/*
 * jQuery UI Dialog 1.8.9
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Dialog#theming
 */
.ui-dialog { position: absolute; padding: .2em; width: 300px; overflow: hidden; }
.ui-dialog .ui-dialog-titlebar { padding: .4em 1em; position: relative;  }
.ui-dialog .ui-dialog-title { float: left; margin: .1em 16px .1em 0; } 
.ui-dialog .ui-dialog-titlebar-close { position: absolute; right: .3em; top: 50%; width: 19px; margin: -10px 0 0 0; padding: 1px; height: 18px; }
.ui-dialog .ui-dialog-titlebar-close span { display: block; margin: 1px; }
.ui-dialog .ui-dialog-titlebar-close:hover, .ui-dialog .ui-dialog-titlebar-close:focus { padding: 0; }
.ui-dialog .ui-dialog-content { position: relative; border: 0; padding: .5em 1em; background: none; overflow: auto; zoom: 1; }
.ui-dialog .ui-dialog-buttonpane { text-align: left; border-width: 1px 0 0 0; background-image: none; margin: .5em 0 0 0; padding: .3em 1em .5em .4em; }
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset { float: right; }
.ui-dialog .ui-dialog-buttonpane button { margin: .5em .4em .5em 0; cursor: pointer; }
.ui-dialog .ui-resizable-se { width: 14px; height: 14px; right: 3px; bottom: 3px; }
.ui-draggable .ui-dialog-titlebar { cursor: move; }
/*
 * jQuery UI Slider 1.8.9
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Slider#theming
 */
.ui-slider { position: relative; text-align: left; }
.ui-slider .ui-slider-handle { position: absolute; z-index: 2; width: 1.2em; height: 1.2em; cursor: default; }
.ui-slider .ui-slider-range { position: absolute; z-index: 1; font-size: .7em; display: block; border: 0; background-position: 0 0; }

.ui-slider-horizontal { height: .8em; }
.ui-slider-horizontal .ui-slider-handle { top: -.3em; margin-left: -.6em; }
.ui-slider-horizontal .ui-slider-range { top: 0; height: 100%; }
.ui-slider-horizontal .ui-slider-range-min { left: 0; }
.ui-slider-horizontal .ui-slider-range-max { right: 0; }

.ui-slider-vertical { width: .8em; height: 100px; }
.ui-slider-vertical .ui-slider-handle { left: -.3em; margin-left: 0; margin-bottom: -.6em; }
.ui-slider-vertical .ui-slider-range { left: 0; width: 100%; }
.ui-slider-vertical .ui-slider-range-min { bottom: 0; }
.ui-slider-vertical .ui-slider-range-max { top: 0; }
/*
 * jQuery UI Tabs 1.8.9
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Tabs#theming
 */
.ui-tabs { position: relative; padding: 0; zoom: 1; } /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
.ui-tabs .ui-tabs-nav { margin: 0; padding: 0; }
.ui-tabs .ui-tabs-nav li { list-style: none; float: left; position: relative; margin: 0; border-bottom: 0 !important; padding: 0; white-space: nowrap; }
.ui-tabs .ui-tabs-nav li a { float: left; text-decoration: none; }
.ui-tabs .ui-tabs-nav li.ui-tabs-selected { margin-bottom: 0; padding-bottom: 0; }
.ui-tabs .ui-tabs-nav li.ui-tabs-selected a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-state-processing a { cursor: text; }
.ui-tabs .ui-tabs-nav li a, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a { cursor: pointer; } /* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
.ui-tabs .ui-tabs-panel { display: block; border-width: 0; padding: 10px; border: 0; }
.ui-tabs .ui-tabs-hide { display: none !important; }
/*
 * jQuery UI Datepicker 1.8.9
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Datepicker#theming
 */
.ui-datepicker { width: 17em; padding: .2em .2em 0; display: none; }
.ui-datepicker .ui-datepicker-header { position:relative; padding:.2em 0; }
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next { position:absolute; top: 2px; width: 1.8em; height: 1.8em; }
.ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover { top: 1px; }
.ui-datepicker .ui-datepicker-prev { left:2px; }
.ui-datepicker .ui-datepicker-next { right:2px; }
.ui-datepicker .ui-datepicker-prev-hover { left:1px; }
.ui-datepicker .ui-datepicker-next-hover { right:1px; }
.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span { display: block; position: absolute; left: 50%; margin-left: -8px; top: 50%; margin-top: -8px;  }
.ui-datepicker .ui-datepicker-title { margin: 0 2.3em; line-height: 1.8em; text-align: center; }
.ui-datepicker .ui-datepicker-title select { font-size:1em; margin:1px 0; }
.ui-datepicker select.ui-datepicker-month-year {width: 100%;}
.ui-datepicker select.ui-datepicker-month, 
.ui-datepicker select.ui-datepicker-year { width: 49%;}
.ui-datepicker table {width: 100%; font-size: .9em; border-collapse: collapse; margin:0 0 .4em; }
.ui-datepicker th { padding: .7em .3em; text-align: center; font-weight: bold; border: 0;  }
.ui-datepicker td { border: 0; padding: 1px; }
.ui-datepicker td span, .ui-datepicker td a { display: block; padding: .2em; text-align: right; text-decoration: none; }
.ui-datepicker .ui-datepicker-buttonpane { background-image: none; margin: .7em 0 0 0; padding:0 .2em; border-left: 0; border-right: 0; border-bottom: 0; }
.ui-datepicker .ui-datepicker-buttonpane button { float: right; margin: .5em .2em .4em; cursor: pointer; padding: .2em .6em .3em .6em; width:auto; overflow:visible; }
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current { float:left; }

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi { width:auto; }
.ui-datepicker-multi .ui-datepicker-group { float:left; }
.ui-datepicker-multi .ui-datepicker-group table { width:95%; margin:0 auto .4em; }
.ui-datepicker-multi-2 .ui-datepicker-group { width:50%; }
.ui-datepicker-multi-3 .ui-datepicker-group { width:33.3%; }
.ui-datepicker-multi-4 .ui-datepicker-group { width:25%; }
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header { border-left-width:0; }
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header { border-left-width:0; }
.ui-datepicker-multi .ui-datepicker-buttonpane { clear:left; }
.ui-datepicker-row-break { clear:both; width:100%; }

/* RTL support */
.ui-datepicker-rtl { direction: rtl; }
.ui-datepicker-rtl .ui-datepicker-prev { right: 2px; left: auto; }
.ui-datepicker-rtl .ui-datepicker-next { left: 2px; right: auto; }
.ui-datepicker-rtl .ui-datepicker-prev:hover { right: 1px; left: auto; }
.ui-datepicker-rtl .ui-datepicker-next:hover { left: 1px; right: auto; }
.ui-datepicker-rtl .ui-datepicker-buttonpane { clear:right; }
.ui-datepicker-rtl .ui-datepicker-buttonpane button { float: left; }
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current { float:right; }
.ui-datepicker-rtl .ui-datepicker-group { float:right; }
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header { border-right-width:0; border-left-width:1px; }
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header { border-right-width:0; border-left-width:1px; }

/* IE6 IFRAME FIX (taken from datepicker 1.5.3 */
.ui-datepicker-cover {
    display: none; /*sorry for IE5*/
    display/**/: block; /*sorry for IE5*/
    position: absolute; /*must have*/
    z-index: -1; /*must have*/
    filter: mask(); /*must have*/
    top: -4px; /*must have*/
    left: -4px; /*must have*/
    width: 200px; /*must have*/
    height: 200px; /*must have*/
}
/*
 * jQuery UI Progressbar 1.8.9
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Progressbar#theming
 */
.ui-progressbar { height:2em; text-align: left; }
.ui-progressbar .ui-progressbar-value {margin: -1px; height:100%; }

#breadcrumbs { margin: 4px 0; display: block;}
#breadcrumbs a {  color: #666; padding: 0 3px; text-decoration: underline; cursor: pointer;}
#breadcrumbs a:hover {color: #000066; text-decoration: none;}

.steps {float:right; background: url(/static/images/steps.jpg)no-repeat; width:252px; height:540px;text-align:center;padding-top: 40px;}
.steps a {color: #101069; font-size: 18px; }
.step2 {padding-top: 100px;}
.step3 {padding-top: 64px;}
.step4 { padding-top: 60px;}
.steps a:hover {color: #ea7400;}
.step22 {padding-top: 60px;}
.step44 {padding-top: 100px;}
.steps img {margin-top:20px;}
.back-val 
    {float:right;
    color: #fff;
    border-radius: 5px;
    margin-top:45px;
    padding:7px;
    background: #0400AF;
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#0400AF), to(#030252));
    background: -webkit-linear-gradient(#0400AF, #030252);
    background: -moz-linear-gradient(#0400AF, #030252);
    background: -ms-linear-gradient(#0400AF, #030252);
    background: -o-linear-gradient(#0400AF, #030252);
    background: linear-gradient(#0400AF, #030252);
    -pie-background: linear-gradient(#0400AF, #030252);
    behavior: url('/static/css/unity/default/pie/PIE.htc'); }
    
.back-val:hover {    background: #030252;
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#030252), to(#0400AF));
    background: -webkit-linear-gradient(#030252, #0400AF);
    background: -moz-linear-gradient(#030252, #0400AF);
    background: -ms-linear-gradient(#030252, #0400AF);
    background: -o-linear-gradient(#030252, #0400AF);
    background: linear-gradient(#030252, #0400AF);
    -pie-background: linear-gradient(#0400AF, #0400AF);
    behavior: url('/static/css/unity/default/pie/PIE.htc'); }
    
.back-val2 
    {float:right; color: #fff; border-radius: 5px; padding:7px; position:absolute; margin: 160px 0 0 840px;
    background: #0400AF;
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#0400AF), to(#030252));
    background: -webkit-linear-gradient(#0400AF, #030252);
    background: -moz-linear-gradient(#0400AF, #030252);
    background: -ms-linear-gradient(#0400AF, #030252);
    background: -o-linear-gradient(#0400AF, #030252);
    background: linear-gradient(#0400AF, #030252);
    -pie-background: linear-gradient(#0400AF, #030252);
    behavior: url('/static/css/unity/default/pie/PIE.htc'); }
    
.back-val2:hover {    background: #030252;
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#030252), to(#0400AF));
    background: -webkit-linear-gradient(#030252, #0400AF);
    background: -moz-linear-gradient(#030252, #0400AF);
    background: -ms-linear-gradient(#030252, #0400AF);
    background: -o-linear-gradient(#030252, #0400AF);
    background: linear-gradient(#030252, #0400AF);
    -pie-background: linear-gradient(#0400AF, #0400AF);
    behavior: url('/static/css/unity/default/pie/PIE.htc'); }

.alt-values {font-size:14px;}

#login h1 {width: 335px; padding: 5px;}
#user-label .required {float:left; width:90px; display:block;}
#pass-label .required {float:left; width:90px; display:block;}
.login-steps {background: url(/static/images/login-steps.jpg) no-repeat; width:815px; height:180px; float:left;}
.login-steps a {color: #101069; font-size: 18px; }
.login-step1 {padding-top:80px; padding-left:45px; float:left;}
.login-step2 {float:left; padding-left: 85px; padding-top: 80px; color: #101069; font-size: 18px; text-align:center; }
.steps-arrow {float:left; position:absolute; margin-left:240px;}
.login-step3 {float:left; padding-top:75px; padding-left:280px;text-align:center;}
.login-step4 {float:left; padding-top:75px; padding-left:65px;text-align:center;}
.login-steps a:hover {color: #ea7400;}
.login-val-form {float:left; width: 258px; height:200px;}

.login-bar {
	box-shadow: 0px 4px 3px #393939;
	-webkit-box-shadow: 0px 4px 3px #393939;
	-moz-box-shadow: 0px 4px 3px #393939;
	height:34px;
	position:fixed;
	z-index:9999999;
	top:0;
	width:100%;
	background: #424141;
    background: url(/static/images/login-bar.jpg) repeat-x; 
    behavior: url(/static/css/unity/default/pie/PIE.php);
}
.login-bar a {
	margin-top:-10px;
	margin-right:11px;
	float:right;
	color:#fff;
	padding:12px;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	background: #FF924A;
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#FF924A), to(#ff6c0a));
    background: -webkit-linear-gradient(#FF924A, #ff6c0a);
    background: -moz-linear-gradient(#FF924A, #ff6c0a);
    background: -ms-linear-gradient(#FF924A, #ff6c0a);
    background: -o-linear-gradient(#FF924A, #ff6c0a);
    background: linear-gradient(#FF924A, #ff6c0a);
    -pie-background: linear-gradient(#FF924A, #ff6c0a);
    behavior: url(/static/css/unity/default/pie/PIE.php);
}
.login-bar-inner {
	width:980px;
	margin:0 auto;
}

/* car clinic */
.car-clinic-link {
	margin-right:38px;
	float:left;
	position:relative;
}
.get-started a {
	color:#fff;
	position:absolute;
	bottom:50px;
	right:28px;	
}
.get-started a:hover {
	text-decoration: underline;
}
.coming-soon a {
	color:#fff;
    position:absolute;
    bottom:50px;
    right:15px; 
}
.advice-snipits .buying-snipits {
	margin-right:29px;
	padding:5px;
	background: url(/static/images/snipit-back.png) repeat-x;
	float:left;
	width: 235px;
}
.advice-snipits p {
	font-size:11px;
}
.advice-snipits a p {
	border-bottom:1px dotted #04009B; 
}
.advice-snipits a {
	color: #04009B;
	text-decoration:underline;
}
.advice-snipits a:hover {
	text-decoration: none;
}
.advice-snipits h2 {
	margin-bottom:10px;
	padding:10px;
	color:#fff;
	text-align:center;
	font-size:18px;
	background: url(/static/images/advice-links.png) center top no-repeat;
}
.advice-snipits .selling-snipits {
	margin-right:32px;
	padding:5px;
    background: url(/static/images/snipit-back.png) repeat-x;
    float:left;
    width: 235px;
}
.more-advice-links a {
	font-size:14px;
	text-align:center;
	color: #04009B;
    text-decoration:underline;
}
.more-advice-links a:hover {
    text-decoration: none;	
}

.car-clinic-navigation a {
	margin-bottom:10px;
	padding-top:14px;
	margin-left:-20px;
	background:url(/static/images/clinic-arrow.png) no-repeat;
	display:block;
	width:150px;
	height:40px;
	float:left;
	text-align:center;
}
.car-clinic-navigation2 a {
	margin-bottom:10px;
    padding-top:14px;
    margin-left:-52px;
    background:url(/static/images/clinic-arrow2.png) no-repeat;
    display:block;
    width:120px;
    padding-left:30px;
    height:40px;
    float:left;
    text-align:left;
}
.car-clinic-navigation a:hover, .clinic-active {
	color:#fff;
	background:url(/static/images/clinic-arrow-hover.png) no-repeat !important;
}
.car-clinic-navigation2 a:hover, .clinic-active2 {
    color:#fff;
    background:url(/static/images/clinic-arrow-hover2.png) no-repeat !important;
}
.clinic-navigation-wrapper {
	width:800px;
	margin-left:15px;
}
.clinic-navigation-wrapper2 {
	margin-left:54px;
	width:800px;
}
.car-clinic-images {
	margin:10px 0;
	float:left;
	width:825px;
	height:165px;
}
.car-clinic-articles .article-section {
	padding:5px;
	margin-top:20px;
	background:url(/static/images/article-background.jpg) center top repeat-x #eeeeee;
	border-bottom:1px dotted #393939;
	max-height: 60px;
    overflow: hidden;
}
.expanded {
	height:auto;
	max-height:none !important;
}
.car-clinic-articles .article-section h2 {
	font-size:14px;
	float:left;
}
.car-clinic-articles .article-section span {
	float:left;
	line-height:23px;
	font-size:11px;
	cursor:pointer;
	color:#7b7a7a;
	
}
.car-clinic-articles .article-section span:hover {
	color:#04009B;
}
.car-clinic-articles .article-section a {
	font-weight:bold;
}
.car-clinic-articles .article-section a:hover {
	color: #04009B;
}
.car-clinic-next-button {
	margin-top:20px;
}
.car-clinic-next-button a {
	float:left;
	font-size:18px;
	color:#04009B;
}
.car-clinic-next-button a:hover {
	text-decoration:underline;
}
.car-clinic-next-button2 {
	float:right;
	width:100px;
	height:20px;
	margin-bottom:10px;
    padding:10px;
    color:#fff;
    text-align:center;
    font-size:18px;
    border-radius:5px;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    background: #04009B;
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#04009B), to(#040330));
    background: -webkit-linear-gradient(#04009B, #040330);
    background: -moz-linear-gradient(#04009B, #040330);
    background: -ms-linear-gradient(#04009B, #040330);
    background: -o-linear-gradient(#04009B, #040330);
    background: linear-gradient(#04009B, #040330);
    -pie-background: linear-gradient(#04009B, #040330);
    behavior: url(/static/css/unity/default/pie/PIE.php);
}
.car-clinic-next-button2:hover {
	background: #040330;
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#040330), to(#04009B));
    background: -webkit-linear-gradient(#040330, #04009B);
    background: -moz-linear-gradient(#040330, #04009B);
    background: -ms-linear-gradient(#040330, #04009B);
    background: -o-linear-gradient(#040330, #04009B);
    background: linear-gradient(#040330, #04009B);
    -pie-background: linear-gradient(#040330, #04009B);
    behavior: url(/static/css/unity/default/pie/PIE.php);
}
.car-clinic-next-button2 p {
	margin: 2px 0;
}
.clinic-social {
	float:right;
}
.car-clinic-wrapper h1 {
	margin-bottom:10px;
	float:left;
}
.car-clinic-wrapper {
	float:left;
}
.tax-table tr td {
	border:none;
	text-align:center;
}
.car-clinic-link-wrapper {
	width:825px;
	float:left;
}
.car-clinic-inner-wrapper {
	float:left;
	width:825px;
}
.homebuttons {height:110px;}
.icon-text {width:120px; height:110px; float:right}
.home-about {background:url(/static/images/homeabout.jpg) center top no-repeat; float:left;width:260px; height:110px; margin-right:10px; margin-bottom:10px;}
.home-team {background:url(/static/images/hometeam.jpg) center top no-repeat; float:left;width:260px; height:110px; margin-right:10px; margin-bottom:10px;}
.home-jobs {background:url(/static/images/homejobs.jpg) center top no-repeat; float:left;width:260px; height:110px; margin-right:10px; margin-bottom:10px;}
#homecarclinic { float: left; width: 270px; }
.carcliniclinic {position:relative; float:left;}
.carcliniclinic img {border:0; float:left;margin-bottom: 20px;}
.carcliniclinic p {font-size: 24px; color: #030077; float:left;}
.get-started2 { color:#fff; position:absolute; bottom:36px; right:34px; }
.get-started3 { color:#fff; position:absolute; bottom:40px; right:34px; }
.homebuttons img {margin-right:7px;}
.trending-videos .playtime-image {width: 155px;}
.playtime-image {float: left; min-height: 70px; overflow: hidden; position: relative;}
.index-trending-vids .playtime-wrapper {width: 151px;}
.index-trending-vids .trending-videos {height:115px;}
.index-trending-vids .trending-videos .playtime-wrapper {background:0;}
.trending-videos .playtime-wrapper {background: url("/static/images/playtime-back.png") repeat scroll 0 0 transparent; bottom: 46px; color: #040085; left: 7px; padding: 2px; width: 156px;}
.playtime-wrapper {color: #040085; float: left; width: 160px;}
.playtime {background: url("/static/images/playtime-back.png") repeat scroll 0 0 transparent; border: 1px solid #C4C4C4; bottom: 11px; left: 7px; padding: 2px; position: absolute;}
.trending-videos {width: 825px; height:158px;}
.videosnavigation .navigationcolumn {float:left; width: 207px; }
.videosnavigation .navigationcolumn2 {float:left; width: 207px; }
.videosnavigation .navigationcolumn li {padding:2px; margin-right:5px;}
.videosnavigation .navigationcolumn2 li {padding:2px; margin-right:5px;}
.videosnavigation .navigationcolumn li a {background: url("/static/images/category-arrows.png") no-repeat scroll right center transparent; display: block; height: 15px; padding: 2px; width: 194px;}
.videosnavigation .navigationcolumn2 li a {background: url("/static/images/category-arrows.png") no-repeat scroll right center transparent; display: block; height: 15px; padding: 2px; width: 194px;}
.videosnavigation .navigationcolumn a {font-size:12px;}
.videosnavigation .navigationcolumn2 a {font-size:12px;}
.videosnavigation .navigationcolumn ul li:nth-child(2n) {background: #C8C8C8;}
.videosnavigation .navigationcolumn ul li:nth-child(2n+1) {background: #e5e5e5;}
.videosnavigation .navigationcolumn2 ul li:nth-child(2n+1) {background: #C8C8C8;}
.videosnavigation .navigationcolumn2 ul li:nth-child(2n) {background: #e5e5e5;}
.index-videos .index-trending-vids .playtime-wrapper {background:0;}
.index-videos .trending-videos {height:120px;}

/* end car clinic */

.vacancies-wrapper {
	margin-right:10px;
	width:400px;
	float:left;
	border:2px solid #ebebeb;
	margin-top:10px;
	height:295px;
	background: url(/static/images/article-background.jpg) center bottom repeat-x;
}
.vacancies {
	float:left;
	padding:10px;
	width:375px;
}
.vacancies ul {
	margin-left:20px;
	list-style:square;
}
.vacancies h2 {
	font-size:18px;
	
}
.apply {
	padding:10px;
	float:left;
	width:375px;
}

/*** JOBS ***/

#job-dialog {
	display:none;
	background:#fff;
	border:1px solid #ccc;
	padding:30px;
}
.ui-dialog-titlebar {
	display:none;
}
#Jobs textarea {
	width:265px;
	height:100px;
}
.apply-job {
	margin-top:20px;
	margin-left:90px;
	border-radius:10px;
	font-size:18px;
	text-align:center;
	color:#fff;
	position:relative;
	background: #04009B;
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#04009B), to(#040330));
    background: -webkit-linear-gradient(#04009B, #040330);
    background: -moz-linear-gradient(#04009B, #040330);
    background: -ms-linear-gradient(#04009B, #040330);
    background: -o-linear-gradient(#04009B, #040330);
    background: linear-gradient(#04009B, #040330);
    -pie-background: linear-gradient(#04009B, #040330);
    behavior: url(/static/css/unity/default/pie/PIE.php);
	padding:15px 10px 10px;
	width:180px;
	height:30px;
	cursor:pointer;
}
/*** END JOBS ***/

/* index slider */

.index-slide-tabs .news .result p {
	width:238px;
	float:left;
}

.index-slide-wrapper {
    width: 820px;
    height:310px
}
.index-text {
    float:left;
    height:283px;
    width: 252px; 
    border:4px solid #ebebeb;
}
.index-slide-tabs .ui-tabs .ui-tabs-nav li a {
	background:url("/static/images/index-tabs.png");
	color:#fff;
	display:block;
	height:15px;
	line-height:15px;
	padding: 9px 20px 8px 21px;;
	margin-right:1px;
}
.index-slide-tabs .ui-tabs .ui-tabs-nav li.ui-tabs-selected a, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a {
    background:url("/static/images/infobox-heading.gif");
}
.index-slide-tabs .ui-tabs .ui-tabs-nav li a:hover, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a:hover {
	background:url("/static/images/infobox-heading.gif");
}
.index-slide-tabs .ui-tabs .ui-tabs-nav {
	margin-left:4px;
	width:545px;
}
.index-slide-tabs {
	height:300px;
	width:551px;
	float:left;
	margin-right:9px;
}
.index-slide-tabs .ui-tabs {
	width:550px;
	background: #ebebeb;

}
.index-slide-tabs .ui-tabs .ui-tabs-panel {
	padding: 0;
}

.left-valuation-box {
	float:left;
	width: 235px;
}
.right-valuation-box {
	float:left;
	width:305px;
}
.slide-car-valuation {
	border: 4px solid #ebebeb;
	width:542px;
	height:250px;
	background: url(/static/images/slide-valuation.jpg) center top no-repeat;
}
.slide-car-valuation p {
	color:#fff;
	font-size:13px;
	font-weight:bold;
	text-align:center;	
	width:175px;
	margin-left:18px;
}
.slide-car-valuation .slide-val-text-box {
	width:200px;
	float:left;
	margin-top:55px;
}
.slide-car-valuation #welcomevid p {
	color:#000;
	font-size:16px;
	width:200px;
}
.slide-car-clinic {
	border: 4px solid #ebebeb;
    width:542px;
    height:250px;
    background: url(/static/images/slide-car-clinic.jpg) center top no-repeat;
}
.slide-car-clinic .slide-clinic-text-box {
	float:left;
	width:290px;
}
.slide-car-clinic .slide-clinic-text-box h5 {
	color: #000;
	font-size:40px;
	text-align:left;
	font-weight:bold;
	width:290px;
	line-height:35px;
	padding:10px 0 0 10px;
}
.slide-car-clinic .slide-clinic-text-box p {
	font-size:11px;
	color:#000;
	text-align:left;
	line-height:14px;
	width:240px;
	padding: 40px 0 0 10px;
}
.slide-car-clinic .slide-clinic-buttons {
	float:left;
	width:205px;
}
.slide-car-clinic .slide-clinic-buttons img {
	padding:30px 30px 10px;
}
.car-clinic-icon {
	width:205px;
	height:72px;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	background: #e9e9e9;
	border:3px solid #dfdfdf;
	margin-top:31px;
	margin-left:20px;
}
.car-clinic-img {
	background:url(/static/images/buy-image.jpg) no-repeat;
	height:80px;
	margin-top:12px;
}
.car-clinic-img2 {
	background:url(/static/images/sell-image.jpg) no-repeat;
    height:80px;
    margin-top:10px;
    margin-left:5px;
}
.index-slide-tabs .news .result {
    width:520px;
    height:228px;
    padding:10px;
    background:#fff;
}
.index-slide-tabs .news .result .thumb-result {
	width:260px;
	float:left;
	margin-right:10px;
}
.index-slide-tabs .news .link {

}
.index-slide-tabs .news h2 {
	font-size:24px;
	line-height:22px;
}
.index-slide-tabs .result .thumb-result {
	border: 3px solid #ebebeb;
}

.index-slide {
	height:250px;
	width:542px;
	border:4px solid #ebebeb;
	background:#fff;

}
.index-slide h6 {
	margin-top:5px;
	font-size:28px;
}
.index-slide img {
	float:left;
	width:300px; 
	margin-left:6px; 
	margin-top:10px; 
	border: 2px solid #ebebeb;
	margin-right:10px;
}
.free-car-ad-slide {
	border:4px solid #EBEBEB;
	width:542px;
    height:250px;
	background:url(/static/images/slider-freecarad.jpg) no-repeat;
}
.left-free-car-ad-slide {
	width:385px;
	float:left;
}
.left-free-car-ad-slide p {
	text-align:center;
	color:#fff;
}
.right-free-car-ad-slide {
	width:125px;
	float:right;
	margin-top:40px;
	margin-right:10px;
}
.right-free-car-ad-slide span p {
	font-weight:bold;
	font-size:16px;
	cursor: pointer;

}
.right-free-car-ad-slide p {
	text-align:center;
    color:#393939;
    font-size:14px;
}
/* end index slider */

/* scrolling blog */
#newsticker-container {
	height:283px !important;
}
#newsticker-container .inner-float {
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 0%, #ebebeb 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#ebebeb)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#ebebeb 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 0%,#ebebeb 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 0%,#ebebeb 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffffff 0%,#ebebeb 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ebebeb',GradientType=0 ); /* IE6-9 */
	padding:5px;
	height:115px;
}
#newsticker-container .inner-float h6 {
	margin-bottom:5px;
	font-size:12px;

}
#newsticker-container .inner-float img {
	float:left;
	margin-right:5px;
	border:2px solid #ebebeb;
	width:105px;
	height:75px;
}
/* end scrolling blog */

/* caught in the classifieds */
.classified-text {

}
.classified-text h2 {
	font-size:16px;
    padding:5px;
    color:#fff;
    border-radius:5px;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
}
.classified-text2 h2 {
	background:url("/static/images/infobox-heading.gif");
    font-size:16px;
    padding:5px;
    color:#fff;
    border-radius:5px;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
}
.classified-text2 a {
	color: #04009B;
	text-decoration:underline;
}
.classified-text2 img {
	width:411px;
	float:left;
	margin: 10px 10px 10px 0;
}
.classified-thumbs img {
	width: 193px;	
}
.classified-text-comp {
	margin-top:20px;
	background: #ebebeb;
	border:3px solid #c5c5c5;
	padding:10px;
	float:left;
}
.classified-text-comp h2 {
	font-size:22px;
}
.classified-text-comp img {
	width:263px;
	float:left;
	margin-top:-10px;
}
.classified-text h1 {
	background:url("/static/images/infobox-heading.gif");
	padding:5px;
	color:#fff;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
}
.classified-text-intro {
	float:left;
	margin-right:10px;
}
.classified-social {
	margin:5px;
	border:5px solid #ebebeb;
	padding:5px;
	background: #ebebeb; /* Old browsers */
	background: -moz-linear-gradient(top,  #ebebeb 0%, #ffffff 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ebebeb), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ebebeb 0%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ebebeb 0%,#ffffff 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ebebeb 0%,#ffffff 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ebebeb 0%,#ffffff 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ebebeb', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
	width:250px;
	float:left;
}
.classified-social .social {
	padding:10px;
	text-align:center;

}
.classified-social .social img {
	margin-right:5px;
}
.classified-social h2 {
	font-size:18px;
	text-align:center;
	margin:0;
	background:0;
    padding:5px;
    color:#000;
    border-radius:5px;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
}
.classified-wrapper {
	width:830px;
}
.classified-inner {
	float:left;
	width:530px;
	margin-right:10px;
}
.classified-more-button {
	color:#fff;
	margin-top:-30px;
	background: url("/static/images/infobox-heading.gif") repeat scroll 0 0 transparent;
	padding:8px 5px 3px 5px;
	float:right;
	border-radius:5px;
	width:150px;
	height:20px;
	text-align:center;
}
.classified-more-button a {
	text-decoration: none;
	color:#fff;
} 
.ray-image img {
    width:30px !important;
    border: 1px solid #AAAAAA;
    padding: 2px;
    float:right;
    margin-top:-60px;	
}
.ray-link {
	float:right;
	min-width:120px;
}
.auth-text {
    margin-top:14px;
    float:left;
}
.auth-image {
    float:left;
    width:25px !important;
}
/* end caught in the classifieds */
.browser-upgrade {
    padding: 4px;
    border: 1px solid #040330;
    border-radius: 4px;
}
.browser-upgrade h3 {
    font-size:14px;
}

.browser-upgrade li {
    display: inline-block;
    margin: 10px 20px;
}

.browser-upgrade li img {
    width: 64px;
}

#login form div.buttons { text-align: right; padding: 0; margin: 0; }
#login form fieldset { border: none; padding-top: 10px; margin-bottom: 15px; }
#login form fieldset legend { display:none; }
#login form fieldset p { font-size: 11px; padding: 10px 0; color: #888; }
#login form fieldset div > div { margin-bottom: 10px }
#login form div > div { margin-bottom: 10px }
#login form fieldset div > div > p { display: none; }
#login form label { font-size: 14px; font-weight: bold; width: 100px; display: inline-block;}
#login form fieldset span.errors { color: #D50000; padding: 10px; display:block; font-size: 12px; }
#login form .button { color:black; height: 28px; margin-bottom: 20px; }

/**
 * Account Controller Styles
 */
.account form div.public-register-form { border: 1px solid #E5E5E5; background-color: #f5f5f5; padding: 10px; width: 623px; float:left;}
.account form div.buttons { text-align: right; padding: 10px 0 0 0; margin: 0; }
.account form fieldset { border: none; padding: 0; margin-bottom: 20px; }
.account form fieldset legend { padding: 5px 0px; font-size: 18px; font-weight: bold; display: block; color: #000066;}
.account form fieldset p { font-size: 11px; padding: 10px 0; color: #888; }
.account form fieldset div > div { margin-bottom: 10px }
.account form div > div { margin-bottom: 10px }
.account form fieldset div > div > p { display: none; }
.account form label { font-size: 14px; font-weight: bold; width: 170px; display: inline-block;}
.account form fieldset .errors { color: #D50000; padding: 5px; margin-left: 5px; font-size: 12px; }
.account form fieldset input { width: 170px; }

.account .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;
    width: auto;
}

.account .button-submit {
    background: #ff7700;
    background: -moz-linear-gradient(top, #ff7700 0%, #ff6600 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff7700), color-stop(100%,#ff6600));
    background: -webkit-linear-gradient(top, #ff7700 0%,#ff6600 100%);
    background: -o-linear-gradient(top, #ff7700 0%,#ff6600 100%);
    background: -ms-linear-gradient(top, #ff7700 0%,#ff6600 100%);
    background: linear-gradient(to bottom, #ff7700 0%,#ff6600 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff7700', endColorstr='#ff6600',GradientType=0 );
    border: 1px solid #ff6600;
    color: #FFFFFF;
    text-shadow: 0 1px rgba(0, 0, 0, 0.1);
    font-size: 14px;
    width: 100px;
    height: 35px;
}
.account .button-submit:hover, .button-submit:active {
    background-image: -moz-linear-gradient(center top , #ff6600, #ff7700);  
}
.account .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);
}
.account .button-back:hover {
    background-image: -moz-linear-gradient(center top , #F46201, #FF6600);  
}

.account input[type="email"],.account input[type="number"],.account input[type="password"],.account input[type="text"],.account input[type="url"] {
    -moz-border-bottom-colors: none;
    -moz-border-image: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    -moz-box-sizing: border-box;
    background: none repeat scroll 0 0 #FFFFFF;
    border-color: #C0C0C0 #D9D9D9 #D9D9D9;
    border-radius: 1px 1px 1px 1px;
    border-right: 1px solid #D9D9D9;
    border-style: solid;
    border-width: 1px;
    display: inline-block;
    height: 29px;
    margin: 0;
    padding-left: 8px;
}

/**
 * Request Action Styles
 */
.request form div.form { border: 1px solid #E5E5E5; background-color: #F5F5F5; padding: 15px; max-width: 660px; }
.request form div.buttons { text-align: right; padding: 10px 0 0 0; margin: 0; }
.request form fieldset { border: none; padding: 0; margin-bottom: 20px; }
.request form fieldset legend { padding: 5px 0px; font-size: 18px; font-weight: bold; display: block; color: #000066;}
.request form fieldset p { font-size: 14px; padding: 10px 0; color: #888; }
.request form fieldset div > div { margin-bottom: 10px }
.request form div > div { margin-bottom: 10px }
.request form fieldset div > div p.hint { display: inline-block; padding: 5px; margin: 0px 5px; font-size: 12px; }
.request form label { font-size: 14px; font-weight: bold; width: 170px; display: inline-block;}
.request form fieldset .errors { color: #D50000; padding: 5px; margin-left: 5px; font-size: 12px; }
.request form fieldset input { width: 170px; }

.request .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;
    width: auto;
}

.request .button-submit {
    background: #ff7700;
    background: -moz-linear-gradient(top, #ff7700 0%, #ff6600 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff7700), color-stop(100%,#ff6600));
    background: -webkit-linear-gradient(top, #ff7700 0%,#ff6600 100%);
    background: -o-linear-gradient(top, #ff7700 0%,#ff6600 100%);
    background: -ms-linear-gradient(top, #ff7700 0%,#ff6600 100%);
    background: linear-gradient(to bottom, #ff7700 0%,#ff6600 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff7700', endColorstr='#ff6600',GradientType=0 );
    border: 1px solid #ff6600;
    color: #FFFFFF;
    text-shadow: 0 1px rgba(0, 0, 0, 0.1);
    font-size: 14px;
    width: 150px;
    height: 35px;
}
.request .button-submit:hover, .button-submit:active {
    background-image: -moz-linear-gradient(center top , #ff6600, #ff7700);  
}
.request .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);
}
.request .button-back:hover {
    background-image: -moz-linear-gradient(center top , #F46201, #FF6600);  
}

.request input[type="email"],.request input[type="number"],.request input[type="password"],.request input[type="text"],.request input[type="url"] {
    -moz-border-bottom-colors: none;
    -moz-border-image: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    -moz-box-sizing: border-box;
    background: none repeat scroll 0 0 #FFFFFF;
    border-color: #C0C0C0 #D9D9D9 #D9D9D9;
    border-radius: 1px 1px 1px 1px;
    border-right: 1px solid #D9D9D9;
    border-style: solid;
    border-width: 1px;
    display: inline-block;
    height: 29px;
    margin: 0;
    padding-left: 8px;
}

.request select {
    -moz-border-bottom-colors: none;
    -moz-border-image: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    -moz-box-sizing: border-box;
    background: none repeat scroll 0 0 #FFFFFF;
    border-color: #C0C0C0 #D9D9D9 #D9D9D9;
    border-radius: 1px 1px 1px 1px;
    border-right: 1px solid #D9D9D9;
    border-style: solid;
    border-width: 1px;
    display: inline-block;
    height: 29px;
    width: 220px;
    margin: 0;
    padding-left: 8px;
}
.login-register-boxes-wrap {
    margin: 10px 0px;
}
.login-register-boxes-wrap form div.form {
    border: none;
    padding:15px;
}

.login-register-boxes-wrap div.login {
    width: 610px;
    margin-right: 5px;
    height: 216px;
    min-height: 216px;
    max-height: 216px;
}
.login-register-boxes-wrap div.register {
    width: 296px;
    padding: 20px;
    margin-left: 5px;
    height: 176px;
    min-height: 176px;
    max-height: 176px;
}
.login-register-boxes-wrap div.login, .login-register-boxes-wrap div.register {
    float:left;
    border: 1px solid #E5E5E5;
    background-color: #F5F5F5;
    text-align: left;
}

.login-register-boxes-wrap form legend, .login-register-boxes-wrap div.register h2 {
    font-size: 18px; font-weight: bold; background: none; border: none; margin: 0; margin-bottom: 15px; color: #000066;
    padding: 0;}
.login-register-boxes-wrap div.register h4 {
    font-size: 12px; font-weight: normal; background: none; border: none; margin: 0; color: #111;
    padding: 0;}
.login-register-boxes-wrap div.register ul {
    padding: 10px; margin-left: 10px; font-size: 12px;}
.login-register-boxes-wrap div.register ul li {
    padding: 5px; font-size: 14px;}

.login-wrap {
    margin: 60px auto;
    width: 800px;
    height: 510px;
    background: #FFF;
    border: 1px solid #B7B7B7;
    border-radius: 6px;
    box-shadow: 0px 0px 15px 2px #B2B2B2;
}

.login-wrap h1 {
    text-align: left;
    font-weight: bold;
    font-size: 44px;
    color: #121075;
}

.login-wrap h2 {
    text-align: right;
    font-size: 28px;
    color: #121075;
    font-weight: 500;
}

.login-wrap #sidebar {
    width: 230px;
    padding: 24px 0px;
    background: url(/static/images/panel/sidebar.png) top left repeat-y;
    float: left;
    height: 462px;
    border-radius: 6px 0px 0px 6px;
    text-align: center;
}
.just-giving-box {
	background:url(/static/images/york-run.jpg) center top no-repeat;
	width:100%;
	height:230px;
	margin-top:16px;
	border-radius:6px;
	position: relative;
}
.just-giving-text {
	background:#fff;
	padding:10px;
	position: absolute;
	top:15px;
	right:16px;
	width:400px;
	border-radius:4px;
}
.just-giving-text h2 {
	font-size:24px;
	line-height:28px;
	text-align: center;
	font-weight:bold;
	color:#000;
}
.just-giving-text .donate {
	text-align: center;
	font-weight:bold;
	font-size:16px;
	line-height:20px;
	margin-bottom:2px;
}
.login-wrap .box {
    margin: 24px;
    padding: 10px;
    background: #f7f7f7; /* Old browsers */
    background: -moz-linear-gradient(top,  #f7f7f7 0%, #ececec 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f7f7f7), color-stop(100%,#ececec)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #f7f7f7 0%,#ececec 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #f7f7f7 0%,#ececec 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #f7f7f7 0%,#ececec 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #f7f7f7 0%,#ececec 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#ececec',GradientType=0 ); /* IE6-9 */
    border: 1px solid #b7b7b7;
    border-radius: 4px;
    color: #919191;
    font-size: 15px;
    font-weight: bold;
    text-align: right;
}

.login-wrap .box.carousel {
    padding: 0px;
    border-radius: 4px;
    /*border: 2px solid #fff;*/
    /*background: #144fa8;*/ /* Old browsers */
    /*background: -moz-linear-gradient(top,  #144fa8 0%, #001b44 100%);*/ /* FF3.6+ */
    /*background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#144fa8), color-stop(100%,#001b44));*/ /* Chrome,Safari4+ */
    /*background: -webkit-linear-gradient(top,  #144fa8 0%,#001b44 100%);*/ /* Chrome10+,Safari5.1+ */
    /*background: -o-linear-gradient(top,  #144fa8 0%,#001b44 100%);*/ /* Opera 11.10+ */
    /*background: -ms-linear-gradient(top,  #144fa8 0%,#001b44 100%);*/ /* IE10+ */
    /*background: linear-gradient(to bottom,  #144fa8 0%,#001b44 100%);*/ /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#144fa8', endColorstr='#001b44', GradientType=0); /* IE6-9 */
    box-shadow: 0px 0px 8px 1px #B2B2B2;
}
.box.carousel h3 {
    font-size:16px;
    color:#fff;
}
.box.carousel p {
    color:#eee;
}
.login-wrap strong {
    text-align: center;
    font-size:28px;
}
.login-wrap .box2.login {
    margin:24px;
    text-align: center;
}
.login-wrap .box.login {
    padding: 36px 96px 8px 10px;
    box-shadow: 0px 0px 8px 1px #B2B2B2;
    height: 190px;
}
.login-wrap .box fieldset{
    border: none;
    padding: 0;
}

.login-wrap .box label {
    display: inline-block;
    color: #323232;
    font-weight: bold;
    font-size: 16px;
    margin-right: 20px;
}

.login-wrap .box input {
    width: 215px;
    height: 25px;
    padding: 5px;
    display: inline-block;
    border: 1px solid #acacac;
    outline: 1px solid #dddddd;
    margin: 5px 0px;
}

.login-wrap .box input:FOCUS {
     box-shadow: 0px 0px 8px 1px #B2B2B2;
}

.login-wrap .box .errors {
    font-size: 11px;
    margin-left: 10px;
    color: #D50000;
    display: block;
}

.login-wrap .box .button-submit {
    width: 120px;
    height: 32px;
    margin-top: 8px;
    border: none;
    background: #0d10a1; /* Old browsers */
    background: -moz-linear-gradient(top,  #0d10a1 0%, #0f1183 50%, #101277 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0d10a1), color-stop(50%,#0f1183), color-stop(100%,#101277)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #0d10a1 0%,#0f1183 50%,#101277 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #0d10a1 0%,#0f1183 50%,#101277 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #0d10a1 0%,#0f1183 50%,#101277 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #0d10a1 0%,#0f1183 50%,#101277 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0d10a1', endColorstr='#101277',GradientType=0 ); /* IE6-9 */
    border-radius: 5px;
}

.login-wrap .box .button-submit:HOVER {
    cursor: pointer;
}

.login-wrap .box #forgot {
    margin-top: 10px;
    display: block;
}

.login-wrap .box legend, .login-wrap .box .hint {
    display: none;
}

.login-wrap #login-main {
    float: left;
    width: 570px;
}

/* Landscape phones and down */
@media (max-width: 480px) {
    .login-wrap {
        margin: 10px auto;
        width: 300px;
        height: auto;
    }
    
    .login-wrap .box {
        margin: 10px;
    }
    
    .login-wrap #sidebar {
        display: none;
    }
    
    .login-wrap #login-main {
        width: 300px;
    }
    
    .login-wrap .box.carousel {
        padding: 8px;
    }
    
    .login-wrap .box.login {
        padding: 16px 8px;
        box-shadow: 0px 0px 8px 1px #B2B2B2;
        height: auto;
    }
    
    .carousel {
        display: none;
    }
    
    .login-wrap .box input {
        width: 150px;
    }
    
    .login-wrap .box label {
        margin-right: 10px;
    }
}

/**
 * Message styles (global)
 */
.messages {
    position: absolute;
    top: 15px;
    left: 50%;
}
.message {
    margin-bottom: 20px;
    border: 1px solid #FE9900;
    color: #333333;
    font: 12px Arial;
    background-image: url("/static/images/panel/message-sprite.png");
    background-repeat: no-repeat;
    background-position: -419px 0;
    height: 100%;
    padding-left: 24px;
    line-height: 1em;
    position: relative;
    left: -50%;
    min-width: 400px;
}
.message.success {
    background-position: -493px 0;
    border-color: #448600;
}
.message.info {
    background-position: -567px 0;
    border-color: #1153DA;
}
.message.error {
    background-position: -345px 0;
    border-color: #DF0D0D;
}
.message .message-content {
    background: none;
    background-color: #fff;
    padding: 5px;	
}

/* remove add this count */
.pluginCountButton {
	display:none !important;	
}
.hcount .count-o {
	display:none !important;
}
.az .eX {
	display:none !important;
}
.az .U1 {
	display:none !important;
}
.az .fX {
	display:none !important;
}
.addthis_button_facebook_like.at300b {
	width:45px;
	overflow:hidden;	
	margin-right:4px;
}
.addthis_button_tweet.at300b {
	width:53px;
	overflow:hidden;
	margin-right:6px;
}
.addthis_button_google_plusone {
	width:33px;
	overflow:hidden;
	margin-right:4px;
}
.addthis_counter.addthis_pill_style.addthis_nonzero {
	overflow:hidden;
	width:54px;
}

.certificate {
   background-image: url("/static/images/certificate.jpg");
   background-repeat: no-repeat;
   width: 384px;
   height: 543px;
   margin: auto;
}

.carValMsg {
    position: absolute;
    top: 105px;
    right: 50px;
    text-align: left;
    width: 230px;
    background: white;
    padding: 5px;
    border: 2px solid white;
    
}
.shareButton {
    width: 150px;
    height: 45px;
    background: url(/static/images/icons.gif) no-repeat;
    float: right;
    position: relative;
    margin-bottom: 5px;
}

.shareLinks {
    position: absolute;
    width: 150px;
    height: 30px;
    padding:10px;
    text-align: center;
    left: -12.5px;
    top: -54px;
    border: 2px solid black;
    border-radius:5px;
    -moz-border-radius:5px;
    background: white;
    
}

.shareLinks:after,
.shareLinks::after {
    position: absolute;
    top: 100%;
    left: 50%;
    content: '';
    width: 0;
    height: 0;
    border-top: solid 15px black;
    border-left: solid 10px transparent;
    border-right: solid 10px transparent;
}

.facebookShare {
    float: left;
    padding: 3px;
    width: 24px;
    height: 24px;
    background: url(/static/images/socialIcons/facebook.png) no-repeat;
}

.twitterShare {
    float: left;
    padding: 3px;
    width: 24px;
    height: 24px;
    background: url(/static/images/socialIcons/twitter.png) no-repeat;
}

.googleShare {
    float: left;
    padding: 3px;
    width: 24px;
    height: 24px;
    background: url(/static/images/socialIcons/google.png) no-repeat;
} 

.pinterestShare {
    float: left;
    padding: 3px;
    width: 24px;
    height: 24px;
    background: url(/static/images/socialIcons/pinterest.png) no-repeat;
}

.friendShare {
    float: left;
    padding: 3px;
    width: 24px;
    height: 24px;
    background: url(/static/images/socialIcons/friend.png) no-repeat;
}

.hideSocial {
    display: none;
}

.valText {
    font-weight: bold;
    padding-left: 15px;
}

.paddingLeft {
    float: right;
    margin-right: 24px;
    margin-top: 7px; 
}

.pinPin {
    position: relative;
    right: -158px;
    top: -138px;
}

.caption {
    position: relative;
    right: -5px;
    top: -15px
}


.latestUpdateH3, .latestUpdateP, .latestUpdateUl {
    text-align: left;
}

.latestUpdateP, .latestUpdateUl {
   color: black; 
}

.latestUpdateH3 {
    color: #d70000;
}

.latestUpdateP, .latestUpdateUl {
    font-size: 12px;
}

.latestUpdateUl {
    font-weight: bold;
}

#dialog-form, #dialog-form-Youtube, #dialog-youtube-preview {
    display: none;
}

.feedbackButton {
    color: #d70000;
    font-weight: bold;
     cursor: pointer;
}
.print-image {
    width:100px;
}
.printStockListButton {
    float: left;
}

.printStockListSellerInfo {
    text-align: center;
}

.printStockListDealler {
    font-size: 26px;
    color: black;
}

.printStockListDeallerTel {
    font-size: 28px;
    color: black;
}

.printStockListDeallerPhoneNum {
    color: #FB6D01;
}

.printStockListDColHead {
    background: white;
    color: white;
    overflow: auto;
    height: 40px;
}

.printStockListHeadSpan {
    background-color: black;
    padding: 10px;
    display: block;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.printStockListDColHeadFull {
    border: 2px solid #D1D1D1;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.printStockListButton {
    margin: 10px;
}

.graybackground {
    background-color: #F5F5F5;
    font-weight: bold;
    border-bottom: 1px solid #d4d4d4;
}

.whitebackground {
    background-color: #FFF;
    font-weight: bold;
    border-bottom: 1px solid #d4d4d4;
}

.printStockListTable {
    border-collapse:collapse;
    border-spacing:0;
}

.showHideClear {
    clear: both;
}

.print-seller {padding-left: 15px; border-bottom: 1px dotted #B5B5B5;}
.print-info-seller {font-weight: bold;}
.print-info-seller p {line-height: 2em; margin: 0 0 10px 0;}
.print-info-seller h2 {font-size: 32px; color: #000}
.print-info-seller .print-phone {font-size: 32px; }
.print-info-seller .print-phonetext {color: #393939;}
.print-info-seller .print-phonenum {color: #000;}
.print-info-seller .print-towncounty {font-size: 20px; }
.print-leftcolumn {float:left; width:50%; background:#E3E3E3;}
.print-vehicle-details {margin-top: 10px;}
.print-vehicle-details h2 {font-weight: bold; font-size: 22px; color: #000; margin-bottom: 10px;}
.print-properties li {padding: 5px 10px; width: 280px; line-height: 1.0em; font-size: 18px;}
.print-properties li .print-property-name {width: 160px; display: inline-block;}
.print-properties li .print-property-value {width: 105px; display: inline-block;}
.print-properties .white {background: #FFF;}
.print-rightcolumn {float:right;width:50%;}
.print-rightcolumn .description-details {padding: 0 5px 0 20px;}
.print-rightcolumn .description-details h2 {font-size: 26px; color: #000;}
.print-rightcolumn .description-details h3 {color: #393939; font-size: 20px;}
.print-rightcolumn .description-details .print-price {margin: 15px 0 20px; font-size: 38px; font-weight: bold;}
.print-rightcolumn .description-details .print-spec-header {color: #393939; font-size: 24px; font-weight: bold; margin-bottom: 15px;}
.print-rightcolumn .description-details ul {list-style-type: disc;}
.print-rightcolumn .description-details ul li {font-size: 18px; line-height: 1.5em; margin-left: 20px;}
.print-rightcolumn .description-details .print-description-header {margin: 15px 0; font-size: 18px; font-weight: bold;}
#print-address {margin-top: 15px; margin-left: 15px;}
#print-address h2 {color: #000; font-weight: bold; font-size: 16px;}
#print-address p {font-size: 16px; line-height: 0.8em;}

/* end remove add this count */
.author {
    clear:both;
    margin:15px 0px;
    padding:10px 20px;
    border-bottom:1px dotted #333;
    background:#ededed;
}

.sortImageFloatRight {
    float: right;
}

.hideColumns {
    width: 98%;
    margin: auto;
}

.hideColumnsLegend {
    font-weight: bold;
}

.hideColumns input {
    margin-left: 10px;
}

.printStockListButton .hideColumns input {
    margin-top: 12px;
}

td:nth-child(even), hideTR th
{
background:#eeeeee;

}

/** CMS CSS **/
#aw_other_content {
    font-weight:bold;
    border-top: solid 1px #ddd;
    border-bottom: solid 2px #ded;
    margin: 10px 0;
    padding: 5px 0;
}
#aw_content_list {
    margin-left: 20px;
    list-style-type:square;
    color: #000088;
    line-height: 1.5em;
    font-weight: bold;
}
#aw_content_list a:hover {
    cursor: pointer;
}
.cms_author {
    float:right;
    font-style:italic;
}
.cms_author a {
    color: #000088;
}
#average-rating {
    color: #777;
    margin-left: 5px;
    
}
.comment-avatar {
    display:block;
    float:left;
    width: 7%;
    margin: 0 0 0 5px;
    min-height:30px;
}
.comment-element .comment-avatar img {
    width: 50px;
    min-height: 36px;
    margin:0;
}
.comment-main {
    float:left;
    width:90%;
    margin-left:2%;
    display:block;
    min-height:30px;
}
.comment-element {
    margin-top:17px;
    min-height: 60px;
    width: 100%;
}
.comment-extra {
    margin-top:5px;
    color:#777;
}
.comment-waiting-icon {
    padding: 5px;
    width: 24px;
    height: 24px;
    background: url(/static/images/ajax-loader-small.gif) no-repeat;
}
.comment-person-name {
    margin-bottom: 5px;
    color:#777;
}
.cmsSocialCommentLabel {
    font-size: 14px;
    font-weight: bold;
    color: #FF6C0A;
    margin-bottom:5px;
}
.comment-form-label {
    margin-bottom: 5px;
    margin-left: 4px;
}
.cmsFacebookShare {
    float: left;
    padding: 3px;
    width: 40px;
    height: 40px;
    background: url(/static/images/facebook-logo.png) no-repeat;
}
.cmsGoogleShare:hover {
    cursor:pointer;
}
#comment-form textarea {
    margin-left: 0;
}
.cmsTwitterShare {
    float: left;
    padding: 3px;
    width: 40px;
    height: 40px;
    background: url(/static/images/twitter-logo-1.png) no-repeat;
}

.cmsGoogleShare {
    float: left;
    padding: 3px;
    width: 40px;
    height: 40px;
    background: url(/static/images/google-plus.png) no-repeat;
}
.btn-comments-view-more {
    margin-top: 10px;
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #F5F5F5;
    background-image: linear-gradient(to bottom, #FFFFFF, #E6E6E6);
    background-repeat: repeat-x;
    border-color: #CCCCCC #CCCCCC #B3B3B3;
    border-image: none;
    border-radius: 4px 4px 4px 4px;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
    color: #333333;
    cursor: pointer;
    float: none;
    font-size: 12px;
    height: auto;
    line-height: 18px;
    margin-bottom: 0;
    padding: 4px 12px;
    text-align: center;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    text-transform: capitalize;
    vertical-align: middle;
    -moz-box-sizing: border-box;
    display: block;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
}
.btn-comments-view-more:hover {
    background-position: 0 -15px;
    color: #333333;
    text-decoration: none;
    transition: background-position 0.1s linear 0s;
    background-color: #E6E6E6;
}
.btn-comments-view-more img {
    height: 11px;
    margin: 0 auto;
    width: 16px;
    float: none;
}
#comment-form-avatar #comment-person-name {
    word-wrap:normal;
}
/** END OF CMS CSS **/

/* car registration form */

.car-inputs-hide, .hint {
    display: none;
}

#registration {
    background: url("/static/images/regplate.png") no-repeat scroll 0 0 transparent;
    width: 244px !important;
    float: left;
}

.car-inputs-mileage label{
	background: url(/static/images/valuation-arrows.gif) center right no-repeat; padding-right: 34px;
    color: #015AA8;
    font-size: 24px !important;
    font-weight: 700;
    text-align: right;
    margin-left:120px;
}
.car-inputs-reg label{
    background: url(/static/images/valuation-arrows.gif) center right no-repeat; padding-right: 34px;
    color: #015AA8;
    font-size: 24px !important;
    font-weight: 700;
    text-align: right;
    margin-left:70px;
    float:left;
    margin-top:10px;
}
.car-lookup-button {
    clear: left;
    margin-top: 10px !important;
}

.car-description label {
    width: 100% !important;
}

.media-sorter {
    background: url("/static/images/panel/64icons/drag.png") no-repeat scroll center 6px #EFEFEF;
    border: 1px dashed green;
    list-style-type: none;
    margin: 5px 2px;
    min-height: 64px;
    min-width: 50%;
    padding: 3px !important;
}
.media-sorter.hover {
    border-width: 2px;
    margin: 4px 1px;
}
.media-uploader .media-browse {
    display: list-item;
    margin: 5px 0;
}
.media-sorter li {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #D5D5D5;
    display: inline-block;
    margin: 3px;
    padding: 1px;
    position: relative;
}
.media-sorter li .media-delete {
    position: absolute;
    right: 5px;
    top: 5px;
}
.media-sorter li .thumb {
    max-height: 128px;
    max-width: 128px;
}
.media-sorter li.ui-state-highlight {
    border: 1px solid #FFFF00;
}

#description {
    height: 182px;
    width: 99%;
    margin:0;
}
.car-inputs-regu {
    clear: both;
}
.car-inputs-reg #registration {
	border: 0 none;
    border-radius: 4px 4px 4px 4px;
    float: right;
    font-size: 30px;
    font-weight: 600;
    height: 34px;
    margin: 0 0 10px;
    padding: 8px 8px 8px 18px;
    text-align: center;
    text-transform: uppercase;
    width: 229px;
    margin-right:30px;
}
.errorReg {
	font-size: 14px;
	font-weight:bold;
}
.car-lookup-button #lookup {
	background: #030268;
	padding:10px 15px;
	color:#fff;
	border:0;
	border-radius:5px;
	font-size:16px;
	float:right;
}
.car-lookup-button #lookup:hover {
	background: #0500ad;
}
.result-main .result-buttons .red-linear {
    background: #da0000;
    background: -moz-linear-gradient(top,  #da0000 0%, #830000 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#da0000), color-stop(100%,#830000));
    background: -webkit-linear-gradient(top,  #da0000 0%,#830000 100%);
    background: -o-linear-gradient(top,  #da0000 0%,#830000 100%);
    background: -ms-linear-gradient(top,  #da0000 0%,#830000 100%);
    background: linear-gradient(to bottom,  #da0000 0%,#830000 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#da0000', endColorstr='#830000',GradientType=0 );
    color:#fff;
}
.result-main .result-buttons .blue-linear {
	background: #0b06b1;
    background: -moz-linear-gradient(top,  #0b06b1 0%, #08064b 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0b06b1), color-stop(100%,#08064b));
    background: -webkit-linear-gradient(top,  #0b06b1 0%,#08064b 100%);
    background: -o-linear-gradient(top,  #0b06b1 0%,#08064b 100%);
    background: -ms-linear-gradient(top,  #0b06b1 0%,#08064b 100%);
    background: linear-gradient(to bottom,  #0b06b1 0%,#08064b 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0b06b1', endColorstr='#08064b',GradientType=0 );
    color:#fff
}
.result-main .result-buttons .orange-linear {
	background: #ff9047;
    background: -moz-linear-gradient(top,  #ff9047 0%, #ff6c0a 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff9047), color-stop(100%,#ff6c0a));
    background: -webkit-linear-gradient(top,  #ff9047 0%,#ff6c0a 100%);
    background: -o-linear-gradient(top,  #ff9047 0%,#ff6c0a 100%);
    background: -ms-linear-gradient(top,  #ff9047 0%,#ff6c0a 100%);
    background: linear-gradient(to bottom,  #ff9047 0%,#ff6c0a 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff9047', endColorstr='#ff6c0a',GradientType=0 );
    color:#fff;
}
.car-description .optional {
	margin-bottom:10px;
}
.car-inputs-user label {
    float:left;
    width:145px !important;
}

.car-inputs-mileage, .car-inputs-reg  {
    float: left;
}
.car-inputs-user  {
    width: 140px;
    float: left;
    margin-bottom:10px;
    font-weight:bold;
    text-align: left;
    margin-right:10px;
}
.car-inputs-pass  {
    width: 285px;
    float: left;
    margin-bottom:10px;
    font-weight:bold;
    text-align: left;
    margin-left:20px;
}
.car-inputs-regu {
	width: 285px;
    float: left;
    margin-bottom:10px;
    font-weight:bold;
    text-align: left;
    margin-left:20px;
}
.CarVal #getActivationCode {
	margin:8px 0 0 0;
    background:#030268;
    color:#fff;
    border:0;
    padding:10px 15px;
    border-radius:5px;
    font-size:15px;
    float:right;
}
.CarVal #getActivationCode:hover {
	background:#0500ad;
}
.priceReason {
    clear: both;
    font-weight:bold;
    font-size:14px;
}
#valuationYes {
	margin:0px;
    background:#030268;
    color:#fff;
    border:0;
    padding:10px 15px;
    border-radius:5px;
    margin-right:10px;
    font-size:16px;
}
#valuationYes:hover {
	background:#0500ad;
}
#valuationNo {
    margin:0px;
    background:#030268;
    color:#fff;
    border:0;
    padding:10px 15px;
    border-radius:5px;
    margin-right:10px;
    font-size:16px;
}
#valuationNo:hover {
    background:#0500ad;
}
.valuationTable {
	padding:10px;
	text-align: center;
	font-size:16px;
	background:#fff;
	border:1px solid #ddd;
	margin-top:10px;
}
.valuationTable td {
	padding:10px 10px !important;
    text-align: center;
    font-size:16px;
    background:#fff;
    border:1px solid #ddd;
    color:#000;
    font-weight:bold;
}
#submitVehicle {
	margin:0px;
    background:#030268;
    color:#fff;
    border:0;
    padding:10px 15px;
    border-radius:5px;
    font-size:16px;
    float:right;
}
#submitVehicle:hover {
	background:#0500ad;
}
.valuationTable tr {
	padding:10px 38px;
    text-align: center;
    font-size:16px;
    background:#fff;
    border:1px solid #ddd;
    background:#030268;
    color:#fff;
}
.valuationTable tr th {
	font-weight:normal !important;
}
.inputfieldsstyle {
    float: left;
    width: 310px;
    text-align: left;
}

.inputfieldsstyle label {
    width: 200px !important;
    float:left;
}

#valuation form input[type="password"] {
    border: 1px solid #D9D9D9;
    border-radius: 0 0 0 0;
    font-size: 21px;
    font-weight: bold;
    margin: 10px 0;
    padding: 6px;
    text-align: left;
    width: 226px;
    margin-left:14px;
    display:block;
    clear:both;
}
#valuation form input[type="text"] {
    border: 1px solid #D9D9D9;
    border-radius: 0 0 0 0;
    font-size: 21px;
    font-weight: bold;
    margin: 10px 0;
    padding: 6px;
    text-align: center;
    width: 226px;
}
#submitPersonalDetails {
	margin:0px;
    background:#030268;
    color:#fff;
    border:0;
    padding:10px 15px;
    border-radius:5px;
    float:right;
    margin-top:32px;
    font-size:16px;
}
#submitPersonalDetails:hover {
	background:#0500ad;
}
#continueVehicleDetails {
	margin:0 6px 0 0;
    background:#030268;
    color:#fff;
    border:0;
    padding:10px 15px;
    border-radius:5px;
    float:right;
    font-size:16px;
}
#continueVehicleDetails:hover {
	background:#0500ad;
}
.CarNext #nextStage {
	margin:0px;
    background:#030268;
    color:#fff;
    border:0;
    padding:10px 15px;
    border-radius:5px;
    font-size:16px;
    float:right;
}
.CarNext #nextStage:hover {
	background:#0500ad;
}
/* end car registration form */

/* valuation form */

#valuation form {
    max-width: 660px;
    float:left;
}
#valuation .checkCarMsg {
	padding:20px 10px;
	font-weight:bold;
	max-width:660px;
	font-size:18px;
}
#valuation .checkCarMsg #correctCar {
	margin:0 10px;
	background:#030268;
	color:#fff;
	border:0;
	padding:10px 15px;
	border-radius:5px;
	font-size:16px;
}
#valuation .checkCarMsg #correctCar:hover {
	background:#0500ad;
}
#valuation .checkCarMsg #wrongCar {
	margin:0 10px;
	background:#030268;
    color:#fff;
    border:0;
    padding:10px 15px;
    border-radius:5px;
    font-size:16px;
}
#valuation .checkCarMsg #wrongCar:hover {
	background:#0500ad;
}
#valuation #addDetails {
	margin:10px;
    background:#030268;
    color:#fff;
    border:0;
    padding:10px 15px;
    border-radius:5px;
    font-size:16px;
    float:right;
}
#valuation #addDetails:hover {
	background:#0500ad;
}
#valuation .previewRequestContainer {
	padding:20px 10px;
    max-width: 660px;
}
#valuation #confirmtext {
	margin:0;
    background:#030268;
    color:#fff;
    border:0;
    padding:10px 15px;
    border-radius:5px;
    margin-top:12px;
    font-size:16px;
}
#valuation #confirmtext:hover {
	background:#0500ad;
}
#valuation #advertSelect {
	margin:0;
    background:#030268;
    color:#fff;
    border:0;
    padding:10px 15px;
    border-radius:5px;
    float:right;
    font-size:16px;
}
#valuation #advertSelect:hover {
	background:#0500ad;
}
#valuation .reasonContainer {
    max-width: 660px;
}
#valuation .reasonContainer .checkboxReason {
	float:left;
}
#valuation .reasonContainer .checkboxReason input {
	margin-left:20px;
}
#valuation #reason {
	margin:0;
    background:#030268;
    color:#fff;
    border:0;
    padding:10px 15px;
    border-radius:5px;
    float:right;
    font-size:16px;
}
#valuation #reason:hover {
	background:#0500ad;
}
#valuation .valuationTable {
	padding:20px 10px;
    background-color: #F5F5F5;
    border: 1px solid #E5E5E5;
    margin-left:5px;
}
#valuation .valuationPriceSelect {
	padding:10px 10px;
	text-align:center;
	font-size:18px;
	background:#fff;
}
#valuation .result-wrapper .result {
	margin-bottom:10px;
	padding:10px 0;
}
#valuation #continueToRegisterCar {
	margin:0;
    background:#030268;
    color:#fff;
    border:0;
    padding:10px 15px;
    border-radius:5px;
    float:right;
    font-size:16px;
    margin-top:10px;
}
#valuation #continueToRegisterCar:hover {
	background:#0500ad;
}
#valuation #submitVehicleDetails {
    background:#030268;
    color:#fff;
    border:0;
    padding:10px 15px;
    border-radius:5px;
    width:150px;
    font-size:16px;
    position:absolute;
    right:10px;
    bottom:10px;
}
#valuation #submitVehicleDetails:hover {
	background:#0500ad;
}
#valuation .car-inputs-user label {
	width:200px !important;
	text-align: left;
}
#valuation .car-inputs-pass label {
	width:200px !important;
    text-align: left;
    float:left;
}
#valuation .buttonContainer {
	text-align: left;
	font-size:14px;
	font-weight:bold;
}
/* end valuation form */

/* Warranty Page */

.warranty-info-container {
	width:960px;
	float:left;
}
.warranty-left-thin {
	width:235px;
	float:left;
	background: #fff;
	border: 3px solid #ebebeb;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	margin-bottom:10px;
	position:relative;
}
.warranty-left-thin h2 {
	background: #0b06b1;
    background: -moz-linear-gradient(top,  #0b06b1 0%, #08064b 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0b06b1), color-stop(100%,#08064b));
    background: -webkit-linear-gradient(top,  #0b06b1 0%,#08064b 100%);
    background: -o-linear-gradient(top,  #0b06b1 0%,#08064b 100%);
    background: -ms-linear-gradient(top,  #0b06b1 0%,#08064b 100%);
    background: linear-gradient(to bottom,  #0b06b1 0%,#08064b 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0b06b1', endColorstr='#08064b',GradientType=0 );
    color:#fff;
    border-radius:5px 5px 0 0;
    padding:10px;
    font-size:16px;
    font-weight:normal;
    margin-bottom:10px;
}
.warranty-left-thin .inner {
	padding:10px;
}
.warranty-left-thin .inner ul li {
	padding:5px 5px 5px 25px;
	background: url(/static/images/blue-tick.png) 0px 0px no-repeat;
}
.warranty-right-wide {
	width:400px;
	float:left;
    background: #fff;
    border: 3px solid #ebebeb;
    border-radius:5px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    margin-bottom:10px;
    position:relative;
    height:642px;
    margin-bottom:10px;
}
.warranty-right-wide h2 {
	background: #0b06b1;
    background: -moz-linear-gradient(top,  #0b06b1 0%, #08064b 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0b06b1), color-stop(100%,#08064b));
    background: -webkit-linear-gradient(top,  #0b06b1 0%,#08064b 100%);
    background: -o-linear-gradient(top,  #0b06b1 0%,#08064b 100%);
    background: -ms-linear-gradient(top,  #0b06b1 0%,#08064b 100%);
    background: linear-gradient(to bottom,  #0b06b1 0%,#08064b 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0b06b1', endColorstr='#08064b',GradientType=0 );
    color:#fff;
    border-radius:5px 5px 0 0;
    padding:10px;
    font-size:16px;
    font-weight:normal;
    margin-bottom:10px;
}
.warranty-right-wide .inner {
	padding:10px;
}
.warranty-right-wide ul li {
	padding:5px 5px 5px 25px;
    background: url(/static/images/blue-tick.png) 0px 0px no-repeat;
    width:158px;
    float:left;
}
.warranty-outer-left {
	width:240px;
	margin-right:10px;
	float:left;
}
.warranty-outer-right {
	width:405px;
	float:left;
        margin-right: 5px;
}
.warranty-price {
	color:#fff;
	font-size:12px;
	background: url(/static/images/title-arrow.png) 0px 0px no-repeat;
	height:72px;
	width:45px;
	position:absolute;
	top:2px;
	right:5px;
	padding:5px;
	text-align: center;
	font-weight:bold;
}
.warranty-price span {
	font-size:26px;
}
.warranty-enquire a {
	display:block;
	background: #ff9047;
    background: -moz-linear-gradient(top,  #ff9047 0%, #ff6c0a 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff9047), color-stop(100%,#ff6c0a));
    background: -webkit-linear-gradient(top,  #ff9047 0%,#ff6c0a 100%);
    background: -o-linear-gradient(top,  #ff9047 0%,#ff6c0a 100%);
    background: -ms-linear-gradient(top,  #ff9047 0%,#ff6c0a 100%);
    background: linear-gradient(to bottom,  #ff9047 0%,#ff6c0a 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff9047', endColorstr='#ff6c0a',GradientType=0 );
    color:#fff;
    font-size:18px;
    border-radius:5px;
    padding:10px;
    text-align: center;
    float:left;
    width:385px;
}
.warranty-enquire a:hover {
	background: #ff6c0a;
    background: -moz-linear-gradient(top,  #ff6c0a 0%, #ff9047 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff6c0a), color-stop(100%,#ff9047));
    background: -webkit-linear-gradient(top,  #ff6c0a 0%,#ff9047 100%);
    background: -o-linear-gradient(top,  #ff6c0a 0%,#ff9047 100%);
    background: -ms-linear-gradient(top,  #ff6c0a 0%,#ff9047 100%);
    background: linear-gradient(to bottom,  #ff6c0a 0%,#ff9047 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff6c0a', endColorstr='#ff9047',GradientType=0 );
}
.warrentySidePanel {
	width: 300px;
	float:left;
}
.warrentySidePanel .section h2 {
	font-size:22px;
	font-weight:normal;
	margin-top:0;
}
/* end Warranty Page */

#valuationseo #valuationform {
	width:616px;
}
#valuationseo #valuationform #valuation {
	padding:0;
	width:636px;
}
#valuationseo #valuationform #valuation h1 {
	margin:0;
	width:616px;
}
#valuationseo #search-tabs form dt {
	background:0 !important;
	display:none !important;
}
#valuationseo #valuationform .car-inputs-mileage, .car-inputs-reg {
	clear:both;
	margin-top:10px;
}
#valuationseo #search-tabs .car-inputs-confirmation {
	float:left;
}
#valuationseo #search-tabs .checkboxAdvert {
	float:left;
}
#valuationseo #search-tabs .checkboxAdvert select, input, textarea {
	margin-left:20px;
}
#valuationseo #valuationform .result-wrapper .result .result-main .result-text {
	width:280px;
}
#valuationseo #valuationform .car-inputs-Price {
	float:left;
}
#valuationseo #search-tabs form dd {
	display:none;
}
#valuationseo #valuationform #description {
	height:200px;
}
#valuationseo .facebookShare {
	width:634px;
	margin-left:300px;
}
#valuationseo .facebookShare p {
    clear:both
}
#valuationseo .twitterShare {
	width:634px;
    margin-left:300px;
}
#register-form {
	border:4px solid #e5e5e5;
	background:#efefef;
	float:left;
	width:645px;
	margin-bottom:10px;
}
#register-form h1 {
	color:#fff;
	background:#020057;
	font-size:22px;
	padding:10px;
	text-align:center;
}
#register-form h1 span {
	font-weight:normal;
}
.public-register-form .car-inputs-mileage input[type="text"] {
	border-radius: 4px 4px 4px 4px;
    font-size: 16px;
    font-weight: bold;
    height:42px;
    text-align: center;
    width: 241px;
    border:1px solid #D9D9D9;
    margin:0px 0;
    margin-left:50px;
}
.public-register-form .car-lookup-button #lookup {
	flaot:right;
}
.public-register-form .carTitle {
	font-size:24px;
	color:#FF6702;
	font-weight:bold;
	text-align: center;
}
.public-register-form .carTitle .carTitleQuestion {
	color:#000;
}
.public-register-form .carTitle #checkCarYes {
	margin:0px;
    background:#030268;
    color:#fff;
    border:0;
    padding:10px 15px;
    border-radius:5px;
    margin-right:10px;
    font-size:16px;
}
.public-register-form .carTitle #checkCarYes:hover {
	background:#0500ad;
}
.public-register-form .carTitle #checkCarNo {
    margin:0px;
    background:#030268;
    color:#fff;
    border:0;
    padding:10px 15px;
    border-radius:5px;
    margin-right:10px;
    font-size:16px;
}
.public-register-form .carTitle #checkCarNo:hover {
    background:#0500ad;
}
.public-register-form .result-wrapper h3 {
	width:472px;
}
.public-register-form .result-wrapper .result .result-main .result-text {
	width:270px;
}
.public-register-form  #valuationCarYes {
	margin:0px;
    background:#030268;
    color:#fff;
    border:0;
    padding:10px 15px;
    border-radius:5px;
    margin-right:10px;
    font-size:16px;
    float:right;
}
.public-register-form  #valuationCarYes:hover {
	background:#0500ad;
}
.public-register-form  #valuationCarNo {
    margin:0px;
    background:#030268;
    color:#fff;
    border:0;
    padding:10px 15px;
    border-radius:5px;
    margin-right:10px;
    font-size:16px;
    float:right;
}
.public-register-form  #valuationCarNo:hover {
    background:#0500ad;
}
.public-register-form .requireValQuestion {
	font-size:18px !important;
	float:left;
}
.public-register-form  #submit_price {
	margin:0px;
    background:#030268;
    color:#fff;
    border:0;
    padding:10px 15px;
    border-radius:5px;
    margin-right:10px;
    font-size:16px;
    float:right;
}
.public-register-form  #submit_price:hover {
	background:#0500ad;
}
.public-register-form .registerTitle {
	font-size:18px !important;
    float:left;
}
.public-register-form #valuationYes {
	float:right;
}
.public-register-form .car-inputs-confirmation {
	float:left;
}
.public-register-form .inputfieldsstyle {
	width:140px !important;
	margin-left:0;
}
.public-register-form #placeAdvertButton {
	margin:0px;
    background:#030268;
    color:#fff;
    border:0;
    padding:10px 15px;
    border-radius:5px;
    margin:4px 10px 0 0;
    font-size:16px;
    float:right;
}
.public-register-form #placeAdvertButton:hover {
	background:#0500ad;
}
.public-register-form .carSuccess {
	text-align: center;
	font-size:18px !important;
}
.public-register-form .car-inputs-mileage, .car-inputs-reg {
	width:600px;
}
.public-register-form .car-inputs-mileage label {
    background: url("/static/images/valuation-arrows.gif") no-repeat scroll right center transparent;
    color: #015AA8;
    float: left;
    font-size: 24px !important;
    font-weight: 700;
    margin-left: 103px;
    padding-right: 3px;
    text-align: left;
}
.public-register-form .car-inputs-Price {
	float:left;
}
#register-form .valuationTable td {
	padding:10px 28px !important;
}

.noPointer {
    cursor: default !important;
}
.york-run {
	background:url(/static/images/york-run.jpg) center top no-repeat;
	width:963px;
	height:230px;
	text-align: left;
	float:left;
	padding:10px;
}
.york-run-inner {
	margin-top:80px;
	float:left;
	width:398px;
	font-size:13px;
	line-height:28px;
}
.york-run-inner h2 {
	font-weight:bold;
	font-size:16px;
}
.york-run-inner a {
	font-weight:bold;
	font-size:16px;
	color:#ef3b24;
}
.york-run-inner a:hover {
	text-decoration: underline;
}
.york-run2 {
	margin:0px 25px;
}
.york-run2 h2 {
	font-weight:bold;
    font-size:16px;
    text-align: left;
}
.york-run2 a {
	font-weight:bold;
    font-size:16px;
    color:#ef3b24;
}
.york-run2 a:hover {
	text-decoration: underline;
}

.export-to-csv {
    float: left;
}