﻿/* File Created: December 6, 2012 */

/* General Styles */
.red-color-details {
    color: #cc0000;
}

.width60per
{
    width: 60%;
}

.nopadding {
    padding: 0;
}
.nomargin {
    margin: 0;
}

.margin-bottom-10 {
    margin-bottom: 10px;
}

/* Top Funcionality */
#detailtopbar
{
    background: #f0f0f0;
    font-size: 11px;
    padding: 10px 0 0 0;
    width: 950px;
    border-bottom: 1px solid #ddd;
    height: 55px;
}
#detailtopbar a
{
    text-decoration: none;
    padding-bottom: 4px;
}
#detailtopbar a:hover
{
    color: #CC6600;
}
#detailtopbar div.steps-list
{
    float: left;
    padding-left: 12px;
}
#detailtopbar div.contact-list
{
    float: right;
    margin-top: 7px;
}

.YearMakeModelDetails {
    font-size: 1.4em;
}
.trim-text {
    font-size: 16px;
}

.stocknum-text {
    font-size: 14px;
}

.padding-right-40 {
    padding-right: 40px;
}

#detailmain
{
}

#detailtopinfo {
    display: inline-block;
    width: 100%;
    font-size: 1.5em;
    margin-top: 5px;
}

#detailtopinfo ul{
    list-style: none;
}

.ul-detailstopinfo {
    padding: 0;
    margin: 0;
}

.align-right-text {
    text-align: right;
}

.detail-leftside
{
    float: left;
    width: 550px;
    /*background-color: #ddd;*/
}

.detail-rightside
{
    float: right;
    width: 390px;
    /*background-color: #ddd;*/
    margin-left: 5px;
    border: 1px solid #333;
}

.section-title-details {
    color: white;
    text-align: center;
    margin: 0;
    padding: 5px 0;
    background-color: #333;
}

.section-details {
    margin: 10px;
}

.price-del {
   margin: 0; 
}

.title-font {
    font-size: 1.3em;
}

ul.glance-list {
    padding-left: 0;
    font-weight: normal;
}

ul.glance-list li{
    margin-bottom: 5px;
}

ul.glance-list > li > label {
    font-weight: bold;
    margin-right: 10px;
}

.fitzway-list {
    
}

ul.fitzway-list {
    padding-left: 0px;
    text-align: left;
    font-size: 12px;
    font-weight: bold;
}

ul.fitzway-list li {
    background:url(../Content/imgs/details/red-checkmark.png) no-repeat 0 0%;
    padding-left: 30px;
    min-height: 30px;
}

table#smallbuttonstable td {
    width: 50%;
    padding: 2px 8px;
}

#price-container {
    margin-left: 20px;
}


/*PHOTO CAROUSEL*/


/*Tabs*/
#tab-container { clear: both; width: 100%;position: relative;}

.features-disclaimer {
    margin-top: 20px;
    font-size: .8em;
}

.ul-fea {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
}

.li-fea {
    float: left;
    width: 50%;
    margin: 0;
    padding: 0;
}

#contactform
{
    /*width: 500px;*/
    padding: 20px;
    background: #f0f0f0;
    overflow: auto; /* Border style */
    border: 1px solid #cccccc;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border-radius: 7px; /* Border Shadow */
    -moz-box-shadow: 2px 2px 2px #cccccc;
    -webkit-box-shadow: 2px 2px 2px #cccccc;
    box-shadow: 2px 2px 2px #cccccc;
}


#tab-container a { color: #333; font-weight: bold;}
#tab-container a:hover { color: #C00; font-weight: bold;}

#vdetail-tabs
{
    padding: 0px;
    background: none;
    border-width: 0px;
}
#vdetail-tabs .ui-tabs-nav
{
    padding-left: 0px;
    background: transparent;
    border-width: 0px 0px 1px 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
}
#vdetail-tabs .ui-tabs-panel
{
    background-color: #fff;
    border-width: 0px 1px 1px 1px;
}

#lbpp-details 
{
    border: 1px solid black;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 2px;
    background-color: #fff;
    font-size: .95em;
    text-align: center;
    /*font-weight: bold;*/
}

/*Buttons*/
#buttons-section {
    text-align: center;
    margin-top: 10px;
}

.calculator-button {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #fe1a00), color-stop(1, #ce0100) );
	background:-moz-linear-gradient( center top, #fe1a00 5%, #ce0100 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fe1a00', endColorstr='#ce0100');
	background-color:#fe1a00;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #d83526;
	display:inline-block;
	color:#ffffff;
	font-family:Arial;
	font-size:21px;
	font-weight:bold;
	padding:6px 18px;
	text-decoration:none;
	text-shadow:1px 1px 0px #b23e35;
}.calculator-button:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ce0100), color-stop(1, #fe1a00) );
	background:-moz-linear-gradient( center top, #ce0100 5%, #fe1a00 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ce0100', endColorstr='#fe1a00');
	background-color:#ce0100;
}.calculator-button:active {
	position:relative;
	top:1px;
}

.contactus-button {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #fe1a00), color-stop(1, #ce0100) );
	background:-moz-linear-gradient( center top, #fe1a00 5%, #ce0100 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fe1a00', endColorstr='#ce0100');
	background-color:#fe1a00;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #d83526;
	display:inline-block;
	color:#ffffff;
	font-family:Verdana;
	font-size:15px;
	font-weight:bold;
	padding:3px 53px;
	text-decoration:none;
	text-shadow:1px 1px 0px #b23e35;
}.contactus-button:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ce0100), color-stop(1, #fe1a00) );
	background:-moz-linear-gradient( center top, #ce0100 5%, #fe1a00 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ce0100', endColorstr='#fe1a00');
	background-color:#ce0100;
}.contactus-button:active {
	position:relative;
	top:1px;
}

.bestprice-button {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #fe1a00), color-stop(1, #ce0100) );
	background:-moz-linear-gradient( center top, #fe1a00 5%, #ce0100 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fe1a00', endColorstr='#ce0100');
	background-color:#fe1a00;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #d83526;
	display:inline-block;
	color:#ffffff;
	font-family:Verdana;
	font-size:13px;
	font-weight:bold;
	padding:5px 25px;
	text-decoration:none;
	text-shadow:1px 1px 0px #b23e35;
}.bestprice-button:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ce0100), color-stop(1, #fe1a00) );
	background:-moz-linear-gradient( center top, #ce0100 5%, #fe1a00 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ce0100', endColorstr='#fe1a00');
	background-color:#ce0100;
}.bestprice-button:active {
	position:relative;
	top:1px;
}

.smallcontact-button {
	background-color:#fe1a00;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #d83526;
	display:inline-block;
	color:#ffffff;
	font-family:Verdana;
	font-size:14px;
	font-weight:bold;
	padding:5px 5px;
	text-decoration:none;
	text-shadow:1px 1px 0px #b23e35;
    width: 100%;
}
.smallcontact-button:hover {
	background-color:#ce0100;
}
.smallcontact-button:active {
	position:relative;
	top:1px;
}

.clearselections-button {
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background-color:#ffffff;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #636363;
	display:inline-block;
	color:#666666;
	font-family:arial;
	font-size:13px;
	font-weight:bold;
	padding:2px 13px;
	text-decoration:none;
	text-shadow:1px 1px 0px #ffffff;
}
.clearselections-button:hover {
	background-color:#f6f6f6;
}
.clearselections-button:active {
	position:relative;
	top:1px;
}

.yellowbutton {
	-moz-box-shadow:inset 0px 1px 0px 0px #f9eca0;
	-webkit-box-shadow:inset 0px 1px 0px 0px #f9eca0;
	box-shadow:inset 0px 1px 0px 0px #f9eca0;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #f0c911), color-stop(1, #f2ab1e) );
	background:-moz-linear-gradient( center top, #f0c911 5%, #f2ab1e 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f0c911', endColorstr='#f2ab1e');
	background-color:#f0c911;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #e65f44;
	display:inline-block;
	color:#c92200;
	font-family:arial;
	font-size:21px;
	font-weight:bold;
	padding:6px 18px;
	text-decoration:none;
	text-shadow:1px 1px 0px #ded17c;
}
.yellowbutton:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #f2ab1e), color-stop(1, #f0c911) );
	background:-moz-linear-gradient( center top, #f2ab1e 5%, #f0c911 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f2ab1e', endColorstr='#f0c911');
	background-color:#f2ab1e;
}
.yellowbutton:active {
	position:relative;
	top:1px;
}


.backtoresults {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #f0c911), color-stop(1, #f2ab1e) );
	background:-moz-linear-gradient( center top, #f0c911 5%, #f2ab1e 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f0c911', endColorstr='#f2ab1e');
	background-color:#f0c911;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #e65f44;
	display:inline-block;
	color:#c92200;
	font-family:arial;
	font-size:14px;
	font-weight:bold;
	padding:2px 8px;
	text-decoration:none;
	text-shadow:1px 1px 0px #ded17c;
}
.backtoresults a:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #f2ab1e), color-stop(1, #f0c911) );
	background:-moz-linear-gradient( center top, #f2ab1e 5%, #f0c911 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f2ab1e', endColorstr='#f0c911');
	background-color:#f2ab1e;
}
.backtoresults a:active {
	position:relative;
	top:1px;
}

.tab-font-size
{
    font-size: .8em;
}
        
.VehLotLink
{
    max-width: 970px;
}
img.minheight
{
    max-width: 132px !important;
}
        
.wrapper-center-outer
{
    text-align: center;
}
        
.wrapper-center
{
    display: inline-block;
    margin: 0 auto;
}
        
.fldset
{
    padding: 5px;
}
        
.marginleft20
{
    margin-left: 20px;
    width: 330px;
}
        
        
        
#paycalc
{
    width: 380px;
    padding: 20px;
    background: #f0f0f0;
    overflow: auto; /* Border style */
    border: 1px solid #cccccc;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border-radius: 7px; /* Border Shadow */
    -moz-box-shadow: 2px 2px 2px #cccccc;
    -webkit-box-shadow: 2px 2px 2px #cccccc;
    box-shadow: 2px 2px 2px #cccccc;
}
        
.field {
    display: block;
    margin-bottom: 5px;
}
        
.field label
{
    font-family: Arial, Verdana;
    text-shadow: 2px 2px 2px #ccc;
    display: inline-block;
    float: left;
    font-weight: bold;
    margin-right: 10px;
    text-align: right;
    width: 120px;
    line-height: 25px;
    font-size: 15px;
}
        
.input
{
    font-family: Arial, Verdana;
    font-size: 15px;
    padding: 5px;
    border: 1px solid #b9bdc1;
    width: 300px;
    color: #797979;
}
        
.hint
{
    display: none;
}
        
.field:hover .hint
{
    position: absolute;
    display: block;
    margin: -30px 0 0 455px;
    color: #FFFFFF;
    padding: 7px 10px;
    background: rgba(0, 0, 0, 0.6);
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border-radius: 7px;
}
        
.button
{
    float: right;
    margin: 10px 55px 10px 0;
    font-weight: bold;
    line-height: 1;
    padding: 6px 10px;
    cursor: pointer;
    color: #fff;
    text-align: center;
    text-shadow: 0 -1px 1px #64799e; /* Background gradient */
    background: #a5b8da;
    background: -moz-linear-gradient (top, #a5b8da 0%, #7089b3 100%);
    background: -webkit-gradient (linear, 0% 0%, 0% 100%, from(#a5b8da), to(#7089b3)); /* Border style */
    border: 1px solid #5c6f91;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px; /* Box shadow */
    -moz-box-shadow: inset 0 1px 0 0 #aec3e5;
    -webkit-box-shadow: inset 0 1px 0 0 #aec3e5;
    box-shadow: inset 0 1px 0 0 #aec3e5;
}
        
label.error
{
    float: none;
    color: red;
    padding-left: .5em;
    vertical-align: top;
}


#tab-equip h4{
    color: #206AB6;
}
        
.onorder-span {
    background-color: #F0CB11;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid;
    color: #C92200;
    padding: 1px;
}

div.newLogo { float: right;padding-right: 20px; }
.with-logo img {margin: 3px 5px 0 0;}
.car_title {width: 350px; float: left;} 


/* Recently viewed layout */
div.results-col h3 { margin: 10px 0; color: #003366; font-weight: bold; }
#recently-viewed {float:left;width: 940px; margin: 0px; padding: 10px 0 0 30px; padding-top: 20px; }
ul.recently-viewed-container {float:left;list-style:none; padding: 0 0 20px 0;}
ul.recently-viewed-container li {float:left; margin-right:28px; _margin-right: 25px;width:154px; height:186px; background:url(/img/common/bg_viewed_cars.gif) -2px -2px no-repeat; border: 1px solid #ccc;}
#recently-viewed .inner {width:138px; margin:10px 0 0 5px; background:transparent;}
html>body #recently-viewed .inner {margin:11px 0 0 10px;}
#recently-viewed .inner .img {float:left;border:1px solid #8C8C8C; width: auto; height: auto;}
#recently-viewed .inner .img  a {height: 99px;}
#recently-viewed .inner a {float:left;}
#recently-viewed .inner .copy {float:left;width:138px;margin:4px 0 0 0;}
#recently-viewed .inner .copy a {float:left;height:46px;}
#recently-viewed .inner .copy a:hover {color:#040;}
#recently-viewed .inner .priceContainer {float:left; width:130px;}
#recently-viewed .inner .price {float:left; font-weight:bold;}
#recently-viewed .inner .miles {float:right;}

/*alternatives*/
#bottom-rule  {float:left; margin-top:20px; padding:0; }
div.bottom-rule {margin-top: 0px; padding: 0; width: 970px; float: left; }
div.results-col div.results-lots { width: 999px; overflow: hidden; }
div.results-col h3 { margin: 0px 0 8px 0px;}
div.bottom-rule h3 { margin: 20px 0 10px 10px;}
div.results-col div.lots { width: 950px; _width: 960px; margin: 0 0 30px 10px; overflow: hidden; }
div.results-col div.lot {width: 148px; float: left; display: inline; margin: 0 11px 2px 0; _margin: 0 6px 2px 0; }
div.results-col div.lot div.info {position: relative; min-height: 215px;  width: 135px; padding: 8px; margin: 0 0 10px 0; border: 1px solid #D0D0D0; background-color: #fff; overflow: hidden; }
div.results-col div.results-lots div.lot div.info { background: transparent url(/img/findacar/search/bg_lot_a.gif) 0 0 repeat-x; }
div.results-col div.lot div.info img { border: 1px solid #9C9C9C; margin: 0 0 6px 0; }
div.results-col div.lot div.info small { display: block; color: #878787; margin: 0 0 10px 0; }
div.results-col div.lot div.info h5 { color: #336600; margin: 0 0 14px 0; height:50px; text-decoration: underline;}
div.results-col div.lot div.info h5:hover { color: #004400;}
div.results-col div.lot div.info p { font-size: 0.8em; line-height: 130%; margin: 0 0 10px 0; }
div.results-col div.lot div.info ul { margin: 0 0 12px 0; padding: 0; list-style: none; }
div.results-col div.lot div.info ul li { font-weight: bold; font-size: 0.8em; }
div.results-col div.lot div.info div.detail { width: 135px; overflow: hidden; position: absolute; bottom: 5px; right: 5px; }
div.results-col div.results-lots div.lot div.info div.detail { margin: 0 0 14px 0; }
div.results-col div.lot div.info div.detail div.mile { float: left; display: inline; font-weight: bold; color: #333; }
div.results-col div.lot div.info div.detail div.price { float: right; display: inline; font-weight: bold; color: #093C73; }
div.results-col div.results-lots div.lot div.info div.detail div.price { font-size: 1.3em; }
div.results-col div.lot div.info div.detail2 { width: 135px; height: 20px; overflow: hidden; }
div.results-col div.lot div.info div.detail2 div.compare { float: left; display: inline; }
div.results-col div.lot div.info div.detail2 div.promo { float: right; display: inline; }
div.results-col div.lot div.info div.detail2 div.promo img { border: none; }
div.results-col div.lot a.btn { display: block; width: 137px; height: 25px; background: transparent url(/img/findacar/search/btn_more_like_this.gif) 0 0 no-repeat; margin: 0 0 0 10px; }
div.results-col div.lot a.btn span { display: block; width: 0; height: 0; overflow: hidden; }
div.results-col div.lots p.disclaimer { font-size: 0.8em; padding: 15px 0 0 0; clear: both; }
div.results-col div.lot div.info div.compare { margin: 0 0 3px 0; }
.lots .highlighted, .lots .highlighted * {background-color:#f0f6ff !important; background-image:none !important;cursor:pointer; cursor:hand;}

#watermark { position:absolute; z-index:100 }
	
/*PHOTO CAROUSEL*/						
.car-gallery {
  width: 460px;
}
.car-gallery, .car-gallery * {
  margin: 5px 0 0 0;
  padding: 0;
}
  .car-gallery .ad-image-wrapper {
    width: 100%;
    height: 350px;
    margin-bottom: 10px;
    position: relative;
    overflow: hidden;
    margin: 10px;
  }
    .car-gallery .ad-image-wrapper .ad-loader {
      position: absolute;
      z-index: 10;
      top: 48%;
      left: 48%;
      border: 1px solid #CCC;
    }
    .car-gallery .ad-image-wrapper .ad-next {
      position: absolute;
      right: 0;
      top: 0;
      width: 25%;
      height: 100%;
      cursor: pointer;
      display: block;
      z-index: 10;
    }
    .car-gallery .ad-image-wrapper .ad-prev {
      position: absolute;
      left: 0;
      top: 0;
      width: 25%;
      height: 100%;
      cursor: pointer;
      display: block;
      z-index: 10;
    }
    .car-gallery .ad-image-wrapper .ad-prev, .car-gallery .ad-image-wrapper .ad-next {
      /* Or else IE will hide it */
      /*background: url(non-existing.jpg)\9*/
    }
      .car-gallery .ad-image-wrapper .ad-prev .ad-prev-image, .car-gallery .ad-image-wrapper .ad-next .ad-next-image {
        background: url(../Content/gallery/ad_prev.png);
        width: 30px;
        height: 30px;
        display: none;
        position: absolute;
        top: 47%;
        left: 0;
        z-index: 11;
      }
      .car-gallery .ad-image-wrapper .ad-next .ad-next-image {
        background: url(../Content/gallery/ad_next.png);
        width: 30px;
        height: 30px;
        right: 0;
        left: auto;
      }
    .car-gallery .ad-image-wrapper .ad-image {
      position: absolute;
      overflow: hidden;
      top: 0;
      left: 0;
      z-index: 9;
    }
      .car-gallery .ad-image-wrapper .ad-image a img {
        border: 0;
      }
      .car-gallery .ad-image-wrapper .ad-image .ad-image-description {
        position: absolute;
        bottom: 0px;
        left: 0px;
        padding: 7px;
        text-align: left;
        width: 100%;
        z-index: 2;
        background: url(../Content/gallery/opa75.png);
        color: #000;
      }
      * html .car-gallery .ad-image-wrapper .ad-image .ad-image-description {
        background: none;
        filter:progid:DXImageTransform.Microsoft.AlphaImageLoader (enabled=true, sizingMethod=scale, src='opa75.png');
      }
        .car-gallery .ad-image-wrapper .ad-image .ad-image-description .ad-description-title {
          display: block;
        }
  .car-gallery .ad-controls {
    height: 20px;
      font-size: 14px;
  }
    .car-gallery .ad-info {
      float: left;
    }
    .car-gallery .ad-slideshow-controls {
      float: right;
    }
      .car-gallery .ad-slideshow-controls .ad-slideshow-start, .car-gallery .ad-slideshow-controls .ad-slideshow-stop {
        padding-left: 5px;
        cursor: pointer;
      }
      .car-gallery .ad-slideshow-controls .ad-slideshow-countdown {
        padding-left: 5px;
        font-size: 0.9em;
      }
    .car-gallery .ad-slideshow-running .ad-slideshow-start {
      cursor: default;
      font-style: italic;
    }
  .car-gallery .ad-nav {
    width: 440px;
    position: relative;
    margin-left: 20px;
    height: 45px;
  }
    .car-gallery .ad-forward, .car-gallery .ad-back {
      position: absolute;
      top: 0;
      height: 100%;
      z-index: 10;
    }
    /* IE 6 doesn't like height: 100% */
    * html .car-gallery .ad-forward, .car-gallery .ad-back {
      height: 100px;
    }
    .car-gallery .ad-back {
      cursor: pointer;
      left: -20px;
      width: 13px;
      display: block;
      background: url(../Content/gallery/ad_scroll_back.png) 0px 22px no-repeat;
    }
    .car-gallery .ad-forward {
      cursor: pointer;
      display: block;
      right: -20px;
      width: 13px;
      background: url(../Content/gallery/ad_scroll_forward.png) 0px 22px no-repeat;
    }
    .car-gallery .ad-nav .ad-thumbs {
      overflow: hidden;
      width: 100%;
    }
.car-gallery .ad-thumbs .ad-thumb-list {
    float: left;
    width: 9000px;
    list-style: none;
}
.car-gallery .ad-thumbs li {
    float: left;
    padding-right: 5px;
    width: 48px;
}
.car-gallery .ad-thumbs li a {
    display: block;
}
.car-gallery .ad-thumbs li a img {
    border: 3px solid #CCC;
    display: block;
    width: 48px;
}
.car-gallery .ad-thumbs li a.ad-active img {
    border: 3px solid #616161;
    width: 48px;
}
/* Can't do display none, since Opera won't load the images then */
.ad-preloads {
  position: absolute;
  left: -9000px;
  top: -9000px;
}

.wrapper-center-outer { text-align: center; }

.wrapper-center  {
    display:inline-block;
    margin: 0 auto;
}

.ul-fea {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
}

.li-fea {
    float: left;
    width: 25%;
    margin: 0;
    padding: 0;
}

.other-prices {
    margin-top: 20px;
    font-size: 16px;
    text-align: left;
}

.price-val {
    /*text-align: right;*/
    padding-right: 10px;
}

.price-inv {
    /*text-align: right;*/
    padding-right: 10px;
        min-width: 110px;
    display: inline-block;
}

.price-kbb {
    text-align: right;
    padding-right: 10px;
        min-width: 110px;
    display: inline-block;
}

.price-msrp {
    /*text-align: right;*/
    padding-right: 10px;
        min-width: 110px;
    display: inline-block;
}

#price-val {
    display: none;
}

#price-del {
    display: none;
}

#price-inv {
    display: none;

}

#price-kbb {
    display: none;
}

#price-msrp {
    display: none;
}

.q-mark {
    margin-right: 4px;
}

/*NEW*/
.wide-col {
    width: 710px !important;
    /*border: 1px solid gray;*/
    float: left;
    margin-top: 14px;
}

.skinny-col {
    width: 230px !important;
    float: right;
}

.header-stripe {
    width: 100%;
    height: 70px;
    display: block;
}
.header-gradient {
    filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr='#BFBFBF', endColorStr='#E4E4E4', GradientType=1);
    -ms-filter: "progid:DXImageTransform.Microsoft.Gradient(startColorStr='#BFBFBF', endColorStr='#E4E4E4', GradientType=1)";
     /* IE10 Consumer Preview */ 
    background-image: -ms-linear-gradient(left, #BFBFBF 0%, #E4E4E4 100%);
    background-image: -moz-linear-gradient(left, #BFBFBF 0%, #E4E4E4 100%);
    background-image: -o-linear-gradient(left, #BFBFBF 0%, #E4E4E4 100%);
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #BFBFBF), color-stop(1, #E4E4E4));
    background-image: -webkit-linear-gradient(left, #BFBFBF 0%, #E4E4E4 100%);
    background-image: linear-gradient(to right, #BFBFBF 0%, #E4E4E4 100%);
}

.vehicle-info {
    float: left;
    padding: 5px;
    font-size: 14px;
    width: 460px;
}

.bannercontainer {
    float: right;
    position: relative;
}

.resultsa-title {
    color: #1616D6;
    font-size: 22px;
}

.style-text {
    font-size: 12px;
}

.bannerimage {
    position: absolute;
    top: -3px;
    left: -246px;
    z-index: 11;
}

.prices {
    position: absolute;
    top: 5px;
    text-align: center;
    left: -240px;
    width: 250px;
    font-weight: bold;
    -webkit-print-color-adjust: exact;
    z-index: 12;
}

.prices-freight {
    position: absolute;
    top: 0px;
    text-align: center;
    left: -240px;
    width: 250px;
    -webkit-print-color-adjust: exact;
    z-index: 12;
    height: 75px;
    line-height: 1;
}

.price-text-freight {
    font-size: 12px;
    font-weight: normal;
    display: inline-block;
    text-align: right;
    width: 120px;
    padding-right: 10px;
}

.price-bold-freight {
    font-weight: bold;
    font-size: 16px;
}

.freight-line {
    margin: 3px 0;
    color: #000;
    background-color: #000;
    height: 1px;
    width: 220px;
    margin-left: 12px;
 }

.next-to-new {
    position: absolute;
    z-index: 10;
}

.price-text {
    font-size: 1em;
    /*color: #EEDDC3;*/
}


.list-quick-links-details {
    list-style: none;
    padding-left: 0px;
    font-size: 13px;
    margin: 0;
}

.list-quick-links-details li{
    background-color: #333;
    margin-bottom: 5px;
    /*margin-right: 20px;*/
    -webkit-border-top-right-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    -moz-border-radius-topright: 4px;
    -moz-border-radius-bottomright: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.list-quick-links-details img {
    vertical-align: middle;
    margin-right: 10px;
}

.list-quick-links-details a{
    color: #fff;
    font-weight: bold;
    display: block;
    text-decoration: none;
}

.list-quick-links-details a:hover{
    background-color: #B2B2B2;
    -webkit-border-top-right-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    -moz-border-radius-topright: 4px;
    -moz-border-radius-bottomright: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}


#image-col {
    width: 480px;
    min-height: 450px;
    background-color: #fff;
    /*border-right: 1px solid gray;*/
}

#details-col { 
    width: 206px;
    min-height: 450px;
    border-left: 1px solid gray;
    background-color: white;
    padding-left: 10px;
    padding-right: 10px;  
}

.skinny-section-title {
    text-align: center;
    margin: 0;
    padding: 5px 0;
    background-color: silver;
    font-size: 14px;
    font-weight: bold;
}

.skinny-section-details {
    margin: 10px;
    font-size: 12px;
    
}

.wrapper-box {
    border: 1px solid silver;
    text-align: center;
    margin-bottom: 10px;
    background-color: #fff;
}

.fontnormal {
    font-weight: normal;
}

.comments {
    padding: 5px;
}

.skinny-detail-button {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #fe1a00), color-stop(1, #ce0100) );
	background:-moz-linear-gradient( center top, #fe1a00 5%, #ce0100 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fe1a00', endColorstr='#ce0100');
	background-color:#fe1a00;
	-moz-border-radius:20px;
	-webkit-border-radius:20px;
	border-radius:20px;
	display:inline-block;
	color:#ffffff;
	font-family:Trebuchet MS;
	font-size:13px;
	font-weight:normal;
	padding:1px 22px;
	text-decoration:none;
	text-shadow:1px 1px 0px #b23e35;
}
.skinny-detail-button:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ce0100), color-stop(1, #fe1a00) );
	background:-moz-linear-gradient( center top, #ce0100 5%, #fe1a00 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ce0100', endColorstr='#fe1a00');
	background-color:#ce0100;
}
.skinny-detail-button:active {
	position:relative;
	top:1px;
}

#mpg-box {
    text-align: center;
    font-size: 12px;
}

#details-box {
    font-size: 12px;
}

#tab-box {
    padding-top: 10px;
    clear: both;
    font-size: 13px;
    font-weight: normal;    
}

.wrapper-box-top {
    height: 525px;
    position: relative;
    border: 1px solid #AAA;
}


/*CATEGORIES*/
#categories-list {
    padding: 0;
    margin: 0;
}
#categories-list li {
    display: inline;
    list-style-type: none;
    font-size: 10px;
    float: left;
}

.cat-item {
    min-height: 30px;
    min-width: 105px;
    max-height: 35px;
    max-width: 120px;
    padding: 2px;
}

.cat-item-img {
    min-height: 30px;
    max-height: 35px;
    padding: 2px;
}

.cat-item-text {
    display: block;
}

.bar-clearance {
    background-color: #ff8533;
    min-height: 30px;
    min-width: 10px;
    float: left;    
}
.bar-clearance-link:hover > span.bar-clearance {
    background-color: #ff6600;
}
.bar-mgrspecial {
    background-color: #d63333;
    min-height: 30px;
    min-width: 10px;
    float: left;
}
.bar-mgrspecial-link:hover > span.bar-mgrspecial {
    background-color: #cc0000;
}
.bar-certified {
    background-color: #5c5c5c;
    min-height: 30px;
    min-width: 10px;
    float: left;
}
.bar-certified-link:hover > span.bar-certified {
    background-color: #333;
}
.bar-plusused {
    background-color: #4966a8;
    min-height: 30px;
    min-width: 10px;
    float: left;
}
.bar-plusused-link:hover > span.bar-plusused {
    background-color: #1c4092;
}
.bar-valueused {
    background-color: #fed55e;
    min-height: 30px;
    min-width: 10px;
    float: left;
}
.bar-valueused-link:hover > span.bar-valueused {
    background-color: #fecb3b;
}
.bar-handyman {
    background-color: #408559;
    min-height: 30px;
    min-width: 10px;
    float: left;
}
.bar-handyman-link:hover > span.bar-handyman {
    background-color: #006633;
}

.bar-other {
    background-color: #adadad;
    min-height: 30px;
    min-width: 10px;
    float: left;
}
.bar-other-link:hover > span.bar-other {
    background-color: #999;
}

.rep-photo {
    font-size: 9px;
    text-align: center;
    margin-bottom: 5px;
}

#banner-box {
    border: 1px solid #AAA;
}
/*Start*/
#tellfriend {
	position: absolute;
	margin-top: 10px;
	margin-left: -90px;
	/*left: 400px;*/
	color: #000;
	padding: 15px;
	margin-bottom: 20px;
	width: 380px;
	z-index: 1001;
	border: 1px solid #000;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	background-color: #f2f2f2;
	-webkit-box-shadow: 7px 7px 5px rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 7px 7px 5px rgba(50, 50, 50, 0.75);
    box-shadow: 7px 7px 5px rgba(50, 50, 50, 0.75);
}

#tellfriend a.close {
	position: absolute;
	right: -10px;
	top: -10px;
	background: url(imgs/details/fancy_closebox.png) no-repeat;
	height: 30px;
	width: 30px;
	overflow: hidden;
	text-indent: -1000px;
}

#tellfriend form textarea {
	height: 80px;
}

#tellfriend2 {
	position: absolute;
	margin-top: 10px;
	margin-left: -200px;
	/*left: 700px;*/
	color: #000;
	padding: 15px;
	margin-bottom: 20px;
	width: 380px;
	z-index: 1001;
	border: 1px solid #000;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	background-color: #f2f2f2;
	-webkit-box-shadow: 7px 7px 5px rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 7px 7px 5px rgba(50, 50, 50, 0.75);
    box-shadow: 7px 7px 5px rgba(50, 50, 50, 0.75);
}

#tellfriend2 a.close {
	position: absolute;
	right: -10px;
	top: -10px;
	background: url(imgs/details/fancy_closebox.png) no-repeat;
	height: 30px;
	width: 30px;
	overflow: hidden;
	text-indent: -1000px;
}

#tellfriend2 form textarea {
	height: 80px;
}

#topinterested {
	position: absolute;
	margin-top: 10px;
	margin-left: -90px;
	/*left: 700px;*/
	color: #000;
	padding: 15px;
	margin-bottom: 20px;
	width: 380px;
	z-index: 1001;
	border: 1px solid #000;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	background-color: #f2f2f2;
	-webkit-box-shadow: 7px 7px 5px rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 7px 7px 5px rgba(50, 50, 50, 0.75);
    box-shadow: 7px 7px 5px rgba(50, 50, 50, 0.75);
}

#topinterested a.close {
	position: absolute;
	right: -10px;
	top: -10px;
	background: url(imgs/details/fancy_closebox.png) no-repeat;
	height: 30px;
	width: 30px;
	overflow: hidden;
	text-indent: -1000px;
}

#topinterested form textarea {
	height: 80px;
}


/* @group Forms */


.contact-form {
	padding: 15px;
	margin-bottom: 20px;
	border: 1px solid #ccc;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	background-color: #f2f2f2;
}

.contact-form form input.std_input {
	margin-bottom: 10px;
}

form label.clear {
	clear: both;
	float: left;
	margin-top: 10px;
}

form label.full {
	width: 99%;
}

form label.required {
	font-weight: bold;
}

form select {
	margin-bottom: 10px;
	background-color: #fff;
	border: 1px solid #ccc;
	font: 14px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #6e6e6e;
}

form label {
	/*color: #808080;*/
	font-size: 14px;
}

form input.std_input,
form textarea {
	border: 1px solid #ccc;
	width: 97%;
	font: 15px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	padding: 5px;
	color: #6e6e6e;
}

form table {
	width: 100%;
}

form table input.std_input {
	width: 93%;
}

form table.three-col input.std_input {
	width: 90%;
}

form input.form_but {
	margin-top: 10px;
	background-color: #93ba31;
	border: 3px solid #afdd39;
	color: #fff;
	font: bold 15px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	padding: 5px 10px;
}

/* @end */

.ul-share-menu {
	list-style: none;
    display: inline-block;
    padding-left: 0;
    margin: 0;
}

ul.ul-share-menu li {
    float: left;
    padding: 5px;
}

div#share-menu 
{
    display: inline-block;
    line-height: 0px;
    text-align: center;
}



.incentives {
    border-bottom: 1px solid;
    text-align: left;
    font-size: 12px;
    padding: 5px;
    font-weight: normal;
}

.sharethisvehicle {
    margin-bottom: 2px;
    font-weight: bold;
    color: #333;
    font-size: 12px;
}

.tools {
    display: inline-block;
    line-height: 0px;
    text-align: center;
    float: right;
}

.ul-share-menu2 {
	list-style: none;
    display: inline-block;
    padding-left: 0;
    margin: 5px 0;
}

ul.ul-share-menu2 li {
    float: left;
    /*padding: 5px;*/
}



div#share-menu2 
{
    display: inline-block;
    line-height: 0px;
    text-align: center;
}

div#share-menu2:before {
    content: ' ';
    display: block;
    position: absolute;
    left: 130px;
    top: -8px;
    width: 14px;
    height: 14px;
    border-color: #A0A0A0;
    border-width: 1px;
    border-style: none none solid solid;
    background-color: #fff;
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);      
}

div.consumerbox {
    font-size: 12px;
    -moz-box-shadow: 1px 3px 5px #000000;
    -webkit-box-shadow: 1px 3px 5px #000000;
    box-shadow: 1px 3px 5px #000000;
    border: 1px solid gray;
    padding: 10px;
    margin-bottom: 10px;
    background-color: #E6E6E6;
}

span.florida-coninfo {
    display: inline-block;
    font-size: 12px;
}

div.freight-img {
    text-align: center;
    margin-top: 10px;
    margin-bottom: -20px;
}

#freight-link {
    display: block;
    font-size: 9px;
}


a.checkavailable  {
    background-color: #f5c95a;
    -webkit-border-top-right-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    -moz-border-radius-topright: 4px;
    -moz-border-radius-bottomright: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    color: #000;
}

a.checkavailable:hover {
    /*background-color: darkgreen;*/
    color: #000;
}

#iaminterested2 {
    background-color: darkgreen;
}

.accord-content {
    background-color: #fff;
    display: none;
}



.fieldq {
    display: block;
}

.fieldq label {
    font-family: Arial, Verdana;
    display: inline-block;
    float: left;
    font-weight: bold;
    margin-right: 2px;
    text-align: right;
    width: 80px;
    line-height: 20px;
    font-size: 12px;
}

.fieldc {
    display: block;
}

.fieldc label {
    font-family: Arial, Verdana;
    display: inline-block;
    float: left;
    font-weight: bold;
    margin-right: 2px;
    text-align: right;
    width: 125px;
    line-height: 20px;
    font-size: 12px;
}

.fieldc span {
    font-family: Arial, Verdana;
    display: inline-block;
    float: left;
    font-weight: bold;
    margin-right: 2px;
    text-align: right;
    width: 125px;
    line-height: 20px;
    font-size: 12px;
}


.accord-wrapper {
    background-color: #FFF;
    border: 1px solid;
    width: 228px;
}

.input-width-quick {
    width: 130px;
}

.title-quick {
    text-align: center;
    display: block;
    padding: 5px;
}

.quick-response {
    text-align: center;
    display: block;
    padding: 5px;
}

.trade-quick {
    margin-bottom: 5px;
}

.payment-box {
    border: 1px solid;
    padding: 5px;
    margin: 10px;
    height: 20px;
    background-color: #F5F5DC;
}

.nextsteps {
    text-align: center;
    font-size: 18px;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
     border: 3px solid #ff9d00/*{borderColorActive}*/; 
     background: #fed000/*{bgColorActive}*/ /*{bgImgUrlActive}*/ 50%/*{bgActiveXPos}*/ 50%/*{bgActiveYPos}*/ repeat-x/*{bgActiveRepeat}*/; 
     font-weight: bold/*{fwDefault}*/; 
     color: #212121/*{fcActive}*/;
}

#lease-link {
    position: absolute;
    bottom: -20px;
    right: -1px;
}

#dropdown-area {
    display: none;
    width: 250px;
    position: absolute;
    right: 7px;
    z-index: 1001;
    top: 69px;
    box-shadow: 2px 3px 4px #666;
    -webkit-box-shadow: 2px 3px 4px #666;
}

#lease-calculator {
    background-color: #1616D6;
    color: #fff;
    display: block;
    font-size: 10px;
    padding: 5px;
    
}

#lease-contact {
    /*display: none;*/
    background-color: #FFE4C4;
    /*min-height: 290px;*/
    display: block;
    font-size: 11px;
    padding: 5px;
}

.leasecalc-text-left {
    min-width: 50px;
    display: inline-block;
    text-align: right;
}


.leasecalc-text-right {
    min-width: 50px;
    display: inline-block;
    text-align: left;
}

label.lease-radio {
    /*width: 60px;*/
    display: inline-block;
    font-size: inherit;
}

.fieldl {
    display: inline-block;
}

.lease-radio-span {
    display: block;
    width: 100%;
}

.no-close .ui-dialog-titlebar-close {
  display: none;
}

.topinterested {
    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #2382e8), color-stop(1, #1155c2) );
	background:-moz-linear-gradient( center top, #2382e8 5%, #1155c2 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#2382e8', endColorstr='#1155c2');
	background-color:#2382e8;
	-webkit-border-top-left-radius:11px;
	-moz-border-radius-topleft:11px;
	border-top-left-radius:11px;
	-webkit-border-top-right-radius:11px;
	-moz-border-radius-topright:11px;
	border-top-right-radius:11px;
	-webkit-border-bottom-right-radius:11px;
	-moz-border-radius-bottomright:11px;
	border-bottom-right-radius:11px;
	-webkit-border-bottom-left-radius:11px;
	-moz-border-radius-bottomleft:11px;
	border-bottom-left-radius:11px;
	text-indent:0;
	border:1px solid #1d70e3;
	display:inline-block;
	color:#ffffff;
	font-family:Arial;
	font-size:14px;
	font-weight:bold;
	font-style:normal;
	height:35px;
	line-height:35px;
	width:145px;
	text-decoration:none;
	text-align:center;

    margin-right: 20px;
}
.topinterested:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #1155c2), color-stop(1, #2382e8) );
	background:-moz-linear-gradient( center top, #1155c2 5%, #2382e8 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#1155c2', endColorstr='#2382e8');
	background-color:#1155c2;
	color:#ffffff;
}
.topinterested:active {
	position:relative;
	top:1px;
}

.lease-btn {
    background: #ededed;
    background-image: -webkit-linear-gradient(top, #ededed, #d4d4d4);
    background-image: -moz-linear-gradient(top, #ededed, #d4d4d4);
    background-image: -ms-linear-gradient(top, #ededed, #d4d4d4);
    background-image: -o-linear-gradient(top, #ededed, #d4d4d4);
    background-image: linear-gradient(to bottom, #ededed, #d4d4d4);
    -webkit-border-radius: 18;
    -moz-border-radius: 18;
    border-radius: 18px;
    font-family: Arial;
    color: #0c6696;
    font-size: 16px;
    padding: 10px 10px 10px 10px;
    text-decoration: none;
    display: block;
    margin-bottom: 5px;
    font-weight: bold;
}

.lease-btn:hover {
    background: #d4d4d4;
    text-decoration: none;
}

.savings-blue {
    background-color: #DDD;
    border: 1px solid blue;
    overflow: hidden;
    padding: 2px;
    font-size: 12px;
}

.paymentBox {
    display: inline-block;
    position:relative;
    top:5px;
    font-size: 12px;
    text-align: center;
}

.paymentfinlease {
    margin-top: 5px;
    border: 1px solid;
    padding: 5px;
    width:40%;
    background-color: antiquewhite;
}

.payment-price {
    font-weight: bold;
    font-size: 16px;
}