@charset "UTF-8";
/* CSS Document */

.align-center {
  text-align:center;
}
.icon {
  float:left;
  padding-right:5px;
}

.hidden {
    display: none;
}

hr.hr-rule-shade {
height:15px;
background-color:#fff;

}

.hr-rule-shade {
  background-image:none;
  background-repeat:repeat-x;
  background-position:left top;
  border-top: 1px solid #f1f1f1;
}
#available-trims input {
  vertical-align:top;
}
#summary .hr-rule-shade {
  padding:25px 0px 0px 0px;
  background-position:left 8px;
}
#summary ul {
  margin-left:5px;
}
#summary h4 {
  font-size:14px;
}
/* -- Legacy new-and-notable code -- */
#summary .bulletbox {
    border-collapse: collapse;
    border-width: 0;
    font-family: verdana,arial,sans-serif;
    font-size: 11px;
}
#summary .bulletbox td {
    padding: 0 0 5px;
}
#summary .bulletbox #orange {
    display: none;
}

#summary .list-container h4 {
	padding-left: 15px;
}

#summary .container-a h4 {
	background: url(/images/icon-crp-ex.gif) left no-repeat;
}

#summary .container-b h4 {
	background: url(/images/icon-crp-plus.gif) left no-repeat;
}

#summary .container-c h4 {
	background: url(/images/icon-crp-minus.gif) left no-repeat;
}

/* --- pop-in trimlist styles --- */
#trimpop {
    border: 1px solid #ccc;
    background-color: #fff;
    z-index: 10;
    padding: 10px;
    -moz-box-shadow: 5px 5px 5px #888;
    -webkit-box-shadow: 5px 5px 5px #888;
    box-shadow: 5px 5px 5px #888;
}

#trimpop li {
    cursor: pointer;
}
#trimpop li:hover{
	background: #d8d8d8
}

#trimpop li.selected {
    cursor: default;
	background: #d8d8d8;
	border-bottom: 1px dotted #AAAAAA;
}

.trimHeaderName{ border-bottom: 2px solid #f1f1f1; margin-bottom: 3px; text-align: center; width: 55px; margin: 0 auto;}
.trimHeaderNameButton{ margin: 3px auto; padding-left: 5px; width: 55px; margin: 3px auto}


/* --- MYID switcher --- */
#switcher {
float: left;
clear: both;
background-color: #fffff7;
border:2px solid #e2e2af;
padding: 10px;
color: #333;
font-family:Verdana,Arial,Helvetica,sans-serif;
font-size: 11px;
margin-bottom: 15px;
min-width: 500px;
}
#switcher h4 {
color: #333;
font-family:Verdana,Arial,Helvetica,sans-serif;
font-size: 11px;
font-weight: bold;
margin: 0 0 5px;
}
#switcher label {
    padding-right: 10px;;
}
#switcher label.enabled {
color: #003399;
text-decoration: underline;
cursor: pointer;
}

/* --- For tables with bottom row border --- */
.row-bottom-border{
	border-collapse:collapse;
}

.row-bottom-border{
	border-bottom: 1px solid #F1F1F1;
}

.row-bottom-border .noborder{
	border:0px;
}

.chartLegend {
	border:1px solid #333333;
	height:5px;
	padding:10px 10px 10px 10px;
	border:5px solid #ccc;
}


.glossary, #kbb-explainer {
    background: url("/images/questionMark_clear.gif") no-repeat 0 0;
    cursor: pointer;
    padding: 0 0 5px 10px;
    text-decoration: none !important;
    display: inline;
}

#warranty h2, #specifications h2, #jd-power-ratings h2, #total-cost h2{
color: #333333;
    font-weight: bold;
    font-size: 13px;
}
/* --- Main module with footer styling --- */
.main-overview {
  background: none;
}
.main-overview .module-header {
  background: none;
}
.main .module-header h1, .main .module-header h2 {
  margin: 0;
  padding: 15px 0 5px 15px;
  background: none;
  color: #309;
}
.main-overview .module-body {
  padding: 0 15px;
  clear: both;
  background: none;
  border: 0;
}
.main-overview .module-body h2 {
  font-size: 13px;
  margin: 0 0 10px 0;
}
#overview .photo {
  height:auto;
}

#overview .module-header {
  padding-bottom:5px;
  padding-top:10px;
}
#overview h4 {
  font-size:16px;
}

#overview .container-a, #overview .container-b {
    width: auto;
}

#overview .sub-container-a {
  width:100%;
}

#overview .sub-container-a p{
  font-size:13px;
  margin:0px auto;
  font-family:Arial, Verdana, Helvetica, sans-serif
}

#overview .sub-container-a p.smaller{
    font-size: 11px;
    margin: 0 0 10px;
    font-family: verdana, arial, helvetica, sans-serif
}

#overview .sub-container-a h4 span{
font-size:13px;
font-weight:normal;
}

#overview .sub-container-a h4{
  font-size:13px;
  margin:10px 10px 2px 0px;
}
#overview h2 {
  font-size:14px;
}
#overview h2 span {
  font-size:14px;
  color:#333;
  font-weight:normal;
}

#overview h2 a, h2 a:visited{
  display:inline;
  color:#003399;
  text-decoration:underline;
}

a.button.white, a.button.white:link, a.button.white:visited {
  	font-family: arial, helvetica, sans-serif;
	padding: 6px 15px 7px 15px;
	color:#5c707c;
	font-weight: normal;
font-size: 14px;
border: 1px solid #e1e1e1;
cursor: pointer;
border-radius: 5px;
margin: 5px 0 0 0;
display: inline-block;
text-decoration: none;
background: #eef1f3;
background: -moz-linear-gradient(top, #fff 0%, #eef1f3 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fff), color-stop(100%,#eef1f3));
background: -webkit-linear-gradient(top, #fff 0%,#eef1f3100%);
background: -o-linear-gradient(top, #fff 0%,#eef1f3 100%);
background: -ms-linear-gradient(top, #fff 0%,#eef1f3 100%);
background: linear-gradient(to bottom, #fff 0%,#eef1f3 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eef1f3',GradientType=0 );
	}
a.button.white span {

}
a.button.white:hover {
background: #eef1f3;
}
.record {
  clear:both;
  margin-bottom:20px;
}
.record h4{
  margin-bottom: 1px;
}
.record .msrp{
  color: #999;
  font: bold 13px arial;
  margin-top: 10px;
}
.thumb {
  border:1px solid #d1d1d1;
}
.photo-caption {
  font-size:10px;
  color:#999;
  line-height:11px;
}
.photo-caption a {
  background: url("http://www.cars.com/crp/images/orng_arrow_small.gif") no-repeat scroll right 5px transparent;
padding-right:7px;
}

#content table {
}

a.change {
  background-image:url("/images/switch-arrow-down.gif");
  background-position:right center;
  background-repeat:no-repeat;
  padding: 0 17px 0 0;
}

#vehicle-header a.change {
  float:left;
  margin-top:13px;
}

#available-trims .container-a {
  width:300px;
}
#available-trims .container-b {
  text-align:right;
  width:265px;
}
#available-trims .sub-container-a {
  width:auto;
}
#available-trims .sub-container-b {
  margin-top:15px;
  text-align:left;
}

#available-trims table td{
  vertical-align:top;
  }
#available-trims table .engine-col{
  width:74px;
}
#available-trims table .mpg-col{
  width:50px;
}
#available-trims table .msrp-col{
  width:68px;
}
#available-trims table .invoice-col{
  width:68px;
}

.help-text {
  color:#999;
}
.help-text-small {
  color:#999;
  font-size:10px;
}
.align-right {
  text-align:right;
}
.align-left {
  text-align:left;
}
#dealer-inventory tr {
    border-bottom: 1px solid #f1f1f1;
  line-height:14px;
}

#dealer-inventory tr.used {
    border: none;
    background-position: left -1 px;
}

#dealer-inventory tr.last {
  border-bottom:1px solid #ccc;
}

td.detailsLink a {
    display: block;
    font: bold 13px Arial,Verdana,sans-serif;
}
td.modelInfo div {
    margin-bottom: 5px;
    padding: 0;
}
div.phone, td.modelInfo div.phone {
    background: url("/search/images/phone_Icon.gif") no-repeat scroll 0 1px transparent;
    margin-bottom: 10px;
    padding-left: 16px;
}
td.photo {
    width: 110px;
}
td.photo img {
    border: 1px solid #CCCCCC;
    height: 75px;
    padding: 3px;
    width: 100px;
}
td.modelInfo span.certified {
    background-color: #F3F3F3;
    border: 1px solid #CCCCCC;
    font-size: 10px;
    padding: 1px 5px;
}
td.mileage, td.price {
    text-align: right;
}
td.price {
    font-weight: bold;
}

 .sub-container-b {
  margin-top:15px;
  /*width:153px;*/
  width:auto;
}

.numeric a {
color:#999999;
text-decoration:none;
}


#column-b #incentives-used .container-a  {
  width:auto;

}

.module-header .headerlink {
  color:#003399;
  float:right;
  font-family:verdana, arial, tahoma;
  font-size:11px;
  font-weight:normal;
  text-decoration:underline;
  margin: 5px 10px 0 0;
}

#dealer-inventory .error {
    display: none;
}

#dealer-inventory .actions {
  border:0px;
}
#dealer-inventory .actions td {
  vertical-align:top;
}

#dealer-inventory .actions .button {
    float: right;
}

#dealer-inventory .price {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:13px;
	margin: 0 30px 0 10px;
}

tr.actions{
	border: 0px;
}

































/* CRP NAVIGATION CODE

.crp-navigation {
  background-image:url(../../images/crp-nav-bg.gif);
  background-position:bottom;
  background-repeat:repeat-x;
  height:32px;
  margin-bottom:25px;
  padding-left:10px;
  margin-top:10px;
}
.crp-navigation ul {
  margin: 0px;
  padding: 0px;
}
.crp-navigation li {
  margin: 0px 2px;
  padding: 0px;
  float:left;
  list-style-type:none;
  list-style-image: none;
  background:none;
}
.crp-navigation a {
  display:block;
  padding:0 0 0 14px;
  text-decoration:none;
  display:block;
  float:left;
  margin-right: 4px;
}
.crp-navigation a span {
  font-family:Arial, Helvetica, sans-serif;
  font-size:14px;
  font-weight:bold;
  color:#868686;
  display:block;
  padding:8px 14px 10px 0px;
}
.crp-navigation a:hover span {
  color:#333;
}
.crp-navigation a.active, .crp-navigation a.active:hover {
  background:transparent url(../../images/crp-nav-tab.gif) no-repeat scroll left 5px;
  margin-bottom:2px;
}
.crp-navigation a.active span, .crp-navigation a.active:hover span {
  margin-bottom:2px;
  color:#333;
  background:transparent url(../../images/crp-nav-tab-span.gif) no-repeat scroll right 5px;
}
.crp-navigation .subnav {
  clear:both;
}
.crp-navigation .subnav a span {
  color:#3e3e7f;
  font-size:13px;
  font-weight:normal;
  padding-top:0px;
}
.crp-navigation a.disabled span, .crp-navigation a.disabled:hover span {
  color:#ccc;
}
.crp-navigation .subnav a {
  color:#3e3e7f;
  font-size:13px;
  font-weight:normal;
  padding-top:3px;
  height:21px;
}
.crp-navigation .subnav a:hover span {
  color:#9898c3;
}
.crp-navigation .subnav a.active:hover span {
  color:#3e3e7f;
}
.crp-navigation .subnav a.active, .crp-navigation .subnav a.active:hover {
  background:transparent url(../../images/crp-subnav-a.gif) no-repeat scroll left 3px;
  padding-left:10px;
  padding-top:3px;
}
.crp-navigation .subnav a.active span {
  background:transparent url(../../images/crp-subnav-a-span.gif) no-repeat scroll right 0px;
  padding-right:10px;
  padding-top:0px;
  font-weight:bold;
}
*/



/* NEW CRP TAB NAVIGATION CODE*/

.crp-navigation {
  height:32px;
  margin-bottom:50px;
  padding-left:10px;
  margin-top:10px;
  color: #5C707C;
  border-bottom: 1px solid #E1E1E1;
  height: 35px;
}
.crp-navigation ul {
  margin: 0px;
  padding: 0px;
}
.crp-navigation li {
  margin: 0px 2px;
  padding: 0px;
  float:left;
  list-style-type:none;
  list-style-image: none;
  background:none;
}
.crp-navigation a {
  display:block;
  padding:0 0 0 14px;
  text-decoration:none;
  display:block;
  float:left;
  margin-right: 4px;
  background-color: #95A1AA;
  border-radius: 5px 5px 0 0;
  color: #FFF;
  border: solid 1px #E1E1E1;
}

.crp-navigation a:hover {
  background-color: #fff;
}

.crp-navigation a span {
  font-family:Arial, Helvetica, sans-serif;
  font-size:14px;
  font-weight:bold;
  display:block;
  padding:8px 14px 10px 0px;
  border-radius: 5px 5px 0 0;
}
.crp-navigation a:hover span {
  color:#5C707C;
  background-color: #fff;
}
.crp-navigation a.active, .crp-navigation a.active:hover {
  background-color:#FFF;
  margin-bottom:2px;
  color: #5C707C;
  border-bottom: none;
}
.crp-navigation a.active span, .crp-navigation a.active:hover span {
  margin-bottom:2px;
  color:#5C707C;
  background-color: #fff;

}
.crp-navigation .subnav {
  clear:both;
}
.crp-navigation .subnav a span {
  background-color: #FFFFFF;
  color: #0B61A8;
  font-size: 12px;
  margin: 0;
  padding: 3px 5px;
  border-radius: 5px;
}
.crp-navigation a.disabled span, .crp-navigation a.disabled:hover span {
  color:#ccc;
  background:none;
}
.crp-navigation .subnav a.disabled:hover span {
  background: none;
  color: #ccc;
}
.crp-navigation .subnav a {
  color:#fff;
  font-size:13px;
  font-weight:normal;
  padding-top:13px;
  border: none;
  background: none;
  margin: 0px;

}
.crp-navigation .subnav a:hover span {
  color:#fff;
  background-color: #0c92ff;
}
.crp-navigation .subnav a.active:hover span {
  color:#fff;
  background-color: #0c92ff;
}
.crp-navigation .subnav a.active, .crp-navigation .subnav a.active:hover {
  padding-left:10px;
  padding-top:3px;
}
.crp-navigation .subnav a.active span {
  background-color: #0B61A8;
    border: 0 none;
    border-radius: 5px;
    color: #FFFFFF;
    font-size: 12px;
    margin: 10px 0 0 10px;
    padding: 3px 5px;
}
#model-search h4 {
  font-size:16px;
  font-weight: normal;
}

#model-search h4 .result-count {
  font-weight:bold;
}

#calculator .module-header{
  background-image:none;
  }

#calculator .module-header h3{
  background-image:none;
  color:#7b2b84;
  }

#calculator .module-body{
  background-image:none;
  }

#ymm-change{display:none}

#ymm-change select {
  width:auto;
}

#ymm-change form {
  float:left;
  margin:15px 10px 0 0;
}

#ymm-change .container-b {
  float:left;
width:200px;
}



/*360 tabs*/

#tabs{
background-image:url(http://www.cars.com/images/evox/navfade.jpg);background-position:bottom;background-repeat:repeat-x;height:45px; padding-left:10px;width:500px;
}


#tabs ul{
margin: 0px;
padding: 0px;
}

#tabs li{
margin: 0px;
padding: 0px;
float:left;
list-style-type:none;
list-style-image: none;
background:none;
width:auto;
height: 33px; overflow: hidden
}


#tabs a {
background:transparent url(http://www.cars.com/images/evox/tabbg-evox.gif) no-repeat scroll left top;
display:block;
padding:0 0 0 31px;
text-decoration:none;
display:block;
float:left;
margin-right: 4px;
}


#tabs a span {
font-family:Arial,Helvetica,sans-serif;
font-size:14px;
font-weight:bold;
color:#666;
background:transparent url(http://www.cars.com/images/evox/tabbg-evox.gif) no-repeat scroll right -86px;
display:block;
padding:8px 45px 10px 15px;
}



#evox .container-a{

  float:none;
  width:530px;
  height:458px;
  background-image:url(http://www.cars.com/images/evox/spin-bg.gif);
  background-position:0px 32px;
  background-repeat:no-repeat;
  padding-left: 9px;
  margin: 0px auto;

}

#evox .container-b{
  width:100%;
  margin:5px 18px 0;
  width:550px;
}

#evox h2 {
  font-size:14px;
  font-weight: bold;
}

/* module no border*/

.no-border, .no-border h3, .no-border .module-footer, .no-border .module-footer span, .no-border .module-body{
background-image: none;
border:0px;
}

.colorbox{
border:1px solid #000;
width:25px;
height:15px;
}

/* Reviews Stuff */

.main-reviews {
  background: none;
}
.main-reviews .module-header {
  background: none;
}
.main .module-header h1, .main .module-header h2 {
  margin: 0;
  padding: 15px 0 5px 15px;
  background: none;
  color: #309;
}
.main-reviews .module-body {
  padding: 0 15px;
  clear: both;
  background: none;
  border: 0;
}
.main-reviews .module-body h2 {
  font-size: 13px;
  margin: 0 0 10px 0;
}





#consumer-reviews .contextual-nav {
  background-image: none;
  border-top: 1px solid #e1e1e1;
  height:36px;
  margin:10px 0 0 0;
  padding:5px 5px 5px 5px;
}

#consumer-reviews .contextual-nav .pager {
    float:right;
}

.contextual-nav .pager .BVRRPagerColumn {
    display: inline;
}

.BVRRCurrentPage {
    color: #666666;
    float: left;
    font-size: 10px;
    line-height: 18px;
    margin: 0 3px 0 0;
    float:left;
}

.BVRRCurrentPage .BVRRFirstRowNumber, .BVRRCurrentPage .BVRRLastRowNumber {
    font-weight: bold
}

#BVSecondaryCustomerRatings, #BVRRDisplayContentHeaderID, #BVReviewsContainer {
    display: none;
}

.BVRRReviewTitle {
    color: #333333;
    font: bold 13px Arial,Helvetica,sans-serif;
    margin: 0 0 5px;
    padding: 0;
}

.BVRRReviewTitleSuffix {
    display: none;
}

.BVRRReviewDisplayStyle2UserContainer {
    color: #999;
    font-size: 10px;
    margin-bottom: 10px;
}

.BVRRReviewDisplayStyle2UserContainer .BVRRUserNicknameContainer span {
    color: #DF4600;
    font-weight: bold;
}

.BVRRReviewTextContainer, .BVRRRecommendedContainer, .BVRRContextDataValueContainer {
    margin-bottom: 10px;
}

span.BVRRValue {
    font-weight: bold;
}

.BVRRReviewDisplayStyle2UserContainer span {
    font-weight: normal;
}

.BVRRContentReview .BVRRSecondaryRatingsContainer {
    float:right;
    margin-left: 10px;
}

.BVRRContentReview .BVRRReviewDisplayStyle2UserContainer div {
    display: inline;
}

.BVRRRatingContainerStar .BVRRRatingNormalLabel {
    float: left;
}

.BVRRRatingContainerStar {
    text-align: center;
}

.BVRRRatingEntry {
    text-align: right;
}

.BVRRRatingNormalImage, .BVRRRatingEntry div {
    display: inline;
}

.BVRRBuyAgainContainer {
    text-align: left;
}

.BVDI_FVSum, .BVRRBuyAgainPercentage, .BVRRBuyAgainSuffix {
    display: none;
}

.pager .BVRRPagerColumn a, .BVDI_FVReportLink a {
    color: #999999;
    font-size: 10px;
    margin-bottom: 10px;
}

.BVRRBuyAgainContainer {
    padding: 0 5px;
    margin: 10px 0;
}

.basic {
  margin-left:0px;
}
.basic .module-header,  .basic  .module-header {
  background: none;
  height: auto;
}
.basic h3 {
  background: none;
}
.basic .module-body {
  border-top:none;
  padding-top:0px;
}

h3 a, h3 a:visited {
display:none;
}

h4 a {
  color: #333;
  text-decoration: none;
}


#consumer-review-summary .module-header {
  padding-top:10px;
  padding-bottom:5px;
}

#consumer-review-summary .dealer-logo {
  width:120px;
  border:1px solid #E1E1E1;
}

#consumer-review-summary li {
  padding-right:0;
  margin-right:-1px;
}

#consumer-review-summary .container-a  {
    padding-right:10px;
    width:220px;
}

#consumer-review-summary .container-b  {
    width:280px;
}

#consumer-review-summary .sub-container-b  {
  width:51%;
  margin-top:0;
}

.overall-ratings {
  text-align:center;
  width:310px;
  margin: auto auto;
}

#consumer-reviews  {
    border: none;
}

#consumer-reviews  h3{
    color: #7B2B84;
    font-size: 24px;
    font-weight: normal;
    line-height: 26px;
}
#consumer-reviews .overall-ratings div {
    display: inline;
}

#consumer-reviews .overall-ratings h4 {
  padding: 15px 0 5px;
}

#consumer-review-summary .overall-ratings{
  width:150px;
  margin:auto auto;
}

.BVRRRatingsHistogramButton, .BVRRRatingSummaryLinks {
    display: none;
}


/* --- Start Ratings Table Styling --- */

.ratings {
  width:100% !important;
}

.ratings td{
  padding:0px 5px 0px 5px !important;
  text-align:left !important;
}

.ratings th{
  text-align:center;
}

.ratings p{
  padding-top:10px;
  text-align:center;
}

/* --- End Ratings Table Styling  --- */

#tell-us .tertiary {
  margin-top:15px;
}

ul {
  -webkit-padding-start: 0px;
}
.align-center {
  text-align:center;
}





/* Start User Meta Stylying */

.meta {
  font-size:10px;
  color:#999;
  margin-bottom:10px;
}

.user {
  color:#532380;
  font-weight:bold;
  float:left;
  margin-right:5px;
}


/* End User Meta Stylying */


#sub-head .contextual-nav {
  margin-bottom:10px;


}

.helpful .small {margin-top: -3px;}


.contextual-nav .container-a {
  float:left;
}
.contextual-nav .container-b {
  float:right;
}

.contextual-nav .container-b img {
  display: none;
}
#consumer-reviews .row {
  margin-bottom:15px;
  padding-top:0px;
}

#finance-calculator .sub-container-b {
  float:left;
  margin:0;
  padding:0 5px 5px 0;
  width:148px;
}
#finance-calculator .sub-container-a {
  float:left;
  margin:0 8px 0 0;
  width:24px;
}
#finance-calculator input {
  width:120px;
  background: url("/finance/images/dollarCalc.gif") no-repeat scroll left top transparent;
    padding-left: 12px;
}


/* Expert Review Table Chart Stylying */


table#vpChart{ width:auto;}
#vpChart{color: #333333;background:#f1f1f1; border:solid 1px #cccccc; border-collapse:collapse;padding:5px; margin:20px 10px 4px 0px;}
#vpChart th {font-family: Arial, sans-serif; font-size:13px; color:#ffffff; background:#532380; text-align:left; border:solid 1px #cccccc; padding:5px;}
#vpChart td {font-family:Verdana;font-size:10px; border:solid 1px #cccccc; padding:5px;}
#vpChart .subhead{color:#333333; background:#c3b8d9; font-family:verdana, sans-serif; font-size:10px; font-weight:bold; text-align:left;}
#vpChart .headerrow{color:#333333; font-family:verdana, sans-serif; font-size:10px; font-weight:bold; text-align:left;}
#vpChart .sectionheader{text-align:center;}
#vpChart .chartfooter{font-style:italic;}
#vpChart .rowlabel{font-weight:bold;}

#vpAuthorBox{
    margin-bottom: 13px;
}

#mediabar {
    float:right;
    background-color:#eaeaea;
    border: 1px solid #CCCCCC;
    font-family: verdana,arial,sans-serif;
    font-size: 13px;
    margin: 15px 0 10px 10px;
    padding: 0;
    width: 132px;
}

#mediabar .header {
    background-color:#532380;
    margin-bottom: 10px;
    border-bottom: 1px solid #CCCCCC;
    color: #FFFFFF;
    font-family: arial,sans-serif;
    font-size: 13px;
    font-weight: bold;
    margin: 0;
    padding: 7px 10px;
}

#mediabar .body {
    margin: 9px;
    width: 110px;
}

#mediabar .caption {
    font-family: verdana,arial,sans-serif;
    font-size: 11px;
}

#additional-reviews table{
 margin-bottom:10px;

}

#ste .module-body {
    /*overflow-x: scroll;*/
}

#ste h2 {
font-size:13px;
padding:10px 0 10px 0;

}

#ste table .options {
text-align:center;
border-left:1px solid #F1F1F1;
}

#ste table .child {
padding-left:20px;
}

#ste table th h2 {
  margin:0px auto;
  padding:0px;
  min-height: 35px;
  }

#ste a.but  {
 margin-left:30px;
 margin-top:5px;
}

#ste td, #ste th {
font-weight:normal;
}

#ste td {
padding:1px 0 2px 10px;
border-bottom:1px solid #F1F1F1;
padding-right: 5px
}

#ste h2 {
  margin-left:-10px;
}





#reviews .headerlink {
    float: right;
    font-family: verdana,arial,tahoma;
    font-size: 11px;
    font-weight: normal;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 15px;
    margin-top: 15px;

}

.but {
  padding-left:25px;
  padding-top:10px;

}

form .field-hint {
  font-size:10px;
  color:#999;
  display:block;
}

/* Consumer incentives */
#consumer-incentives a.update-zip {
    float: right;
    margin: 5px 10px 0 0;
}

#consumer-incentives span.or {
    color: #e14931;
    font-weight: bold;
}

#consumer-incentives tr {
    border-bottom:  1px solid #f1f1f1;
    line-height: 14px;
}

#content #consumer-incentives th {
    padding-left: 0;
}

#consumer-incentives tr.style-details {
    background-color: #f9f9f9;
    display: none;
}

#consumer-incentives tr.disclaimers {
    display: none;
    color: #a0a0a0;
    font-size: 10px;
    padding: 10px;
}

#consumer-incentives tr.selected, .listings ul li ul li.selected {
    background-color: #f1f1f1;
	cursor: hand;
	cursor: pointer;

}

#consumer-incentives tr.last {
    border-bottom: none;
}

#consumer-incentives th span, tr.style-details span {
    display: block;
    font-weight: normal;
}

#incentives-rollup h5 {
    color: #709514;
    font-size: 15px;
    font-weight: normal;
}

td.summary-item-true {
    background: url("/advice/images/checkmark.gif") no-repeat scroll 0 50% transparent;
}

.style-details td {
    vertical-align: top;
}

/* Recalls */
.recall-item label, .recall-item .date {
    font-weight: bold;
}

.recall-body label {
    display: block;
}

.recall-name label {
    display: none;
}

.recall-body {
    margin: 10px 5px;
}


/* The following styles should be use for soft alerts */

.info, .success, .error {
  border: 4px solid;
  margin: 10px 0px;
  padding:15px 10px 15px 35px;
  background-repeat: no-repeat;
  background-position: 10px 17px;
}
.info {
  color: #333;
  background-color: #fdfce8;
  background-image:url(../../images/msg-info.png);
  border-color:#e0ddba;
}
.info h5 {
  color:#69674c;
}
.success {
  color: #333;
  background-color: #EDF4DD;
  background-image:url(../../images/msg-success.png);
  border-color:#93A370;
}
.success h5 {
  color:#657C33;
}
.error {
  color: #333;
  background-color: #fcf2f2;
  background-image:url(../../images/msg-error.png);
  border-color:#DB4C4C;
}
.error h5 {
  color:#cc0000;
}
input.error-spit {
  color:#cc0000;
  background-color:#fcf2f2;
  border:1px solid #cc0000;
  padding:3px;
}

.error-icon {

  background-image:url("../../images/msg-error.png");
  background-position:left 4px;
  background-repeat:no-repeat;
  float:left;
  height:19px;
  margin-right:5px;
  width:14px;
}
span.error-spit {
  color:#cc0000;
  font-weight:bold;
  margin-bottom:5px;
  padding-left:19px;
}

ul.bread-crumbs {
  margin-top: 0px;

}
#pc_compareLink {
background:url("/comparephotos/images/compare_icon.gif") no-repeat scroll 0 0 transparent;
line-height:18px;
margin-top:3px;
padding-left:25px;
}

.jdpLegend > div{
	width: 50%; float:left
}

#BVWriteFrame{
	min-height:300px;
	overflow-y:auto;
	width:645px;
}

.shareThis{float: right}
#vehicle-header{
	clear:right;
	height:47px;
	padding-top:5px;
}
#vehicle-header .cancel{
  background-position:right center;
  background-repeat:no-repeat;
  float:left;
  margin-top:13px;
  padding-bottom:0;
  padding-left:0;
  padding-right:17px;
  padding-top:0;
  color: #aeaeae;
  }

.competingActionBox_Compare{
	padding-left:30px; width:138px; float:left; background: url(/images/arrow-up.gif) no-repeat left center; display:block
}

.competingActionBox_SeeMoreLess{
	width:100px; display: block; text-align: right; float: right;
}
.competingActionBox_SeeMore{
	width:100px; display: block; text-align: right; float: left; padding: 12px 0; background: url(/images/plus.gif) no-repeat 34px 16px;
}
.competingActionBox_SeeLess{
	width:100px; display: block; text-align: right; float: left; padding: 12px 0; background: url(/configurator/images/minus.gif) no-repeat 42px 16px;
}

.recommendedActionBox_Compare{
	padding-left:30px; width:138px; float:left; background: url(/images/arrow-up.gif) no-repeat left center; display:block
}
.recommendedActionBox_SeeMoreLess{
	width:100px; display: block; text-align: right; float: right;
}
.recommendedActionBox_SeeMore{
	width:100px; display: block; text-align: right; float: left; padding: 12px 0; background: url(/images/plus.gif) no-repeat 34px 16px;
}
.recommendedActionBox_SeeLess{
	width:100px; display: block; text-align: right; float: left; padding: 12px 0; background: url(/configurator/images/minus.gif) no-repeat 42px 16px;
}

.previousnextbox {
    margin: 10px;
}
.module-body .previousnextbox{
	margin-left: 0px
}

.previousnextbox .reviewPrev{
	background:none;
	padding-left:7px;
}
.previousnextbox .reviewNext{
	background:none;
padding-right:7px;
}

.nhtsaDataStyle, .iihsDataStyle{
	padding: 5px 0;
}

.nhtsaDataStyle div{
	width: 84px; float:right;
}
.nhtsaDataStyle div span{
	display:block; background: url(http://www.cars.com/go/compare/images/stars/nhtsa_star_5.gif) no-repeat 0 0; height: 14px; 
}

#specifications .module-body div {
    padding: 5px
}

.bttntxt {
    background-image: url("/images/long_back_orng.gif");
    background-position: left top;
    background-repeat: no-repeat;
    height: 17px;
    text-indent: 20px;
}

.orngbttn {
    padding: 0;
    vertical-align: middle;
}

ul.bread-crumbs {
  margin-top: 0px;

}

.overflow-x {overflow-x: auto;}

.autodata-disclosure {
    color:  #666;
    font-family: verdana,arial,sans-serif;
    font-size: 10px;
    line-height: 12px;
}


/* Google Maps Dealer Inventory Styles Start*/

.infobox {
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	width:300px;
}

.info-content {

}

	.info-content .name {
			font-family:Arial, Helvetica, sans-serif;
			font-size:13px;
			font-weight:bold;
			color:#333;
			width: 200px;
			margin-bottom: 5px;
			}

	.info-content .phone {
		font-family: Verdana, Geneva, sans-serif;
		font-size:11px;
		color:#333;
		background-position:0 4px;
		}

	.info-content .dots {
		color:#e1e1e1;
		padding:0;
		margin:0;
		}



/****** Inventory Modele and Ad Switching *******/
#column-b .show { display:block;}
#column-b .hide { display:none;}

#column-b .show { display:block;}
#column-b .hide { display:none;}

.listings .count-link { color:#003399;}

.listings .count{font: bold 15px Arial, Helvetica, sans-serif; color:#003399; margin: -23px 0 0 10px;}

/****** Brightcove Styles *******/

.brightcove {
  padding: 10px 0 20px 0;
}

.current-video .video-description img { display: none;}

#scroll-list a {text-decoration: none; color: #333; }

#scroll-list .basic-module {
  border:1px solid #e1e1e1;
  margin:0px 0 10px 0;
  padding:15px 15px 5px 15px;
  border-radius:5px;
  -moz-border-radius:5px;
  -webkit-border-radius:5px;
  background-color:#fff;

  transition-duration:0.5s;
  -moz-transition-duration:0.5s;
  -o-transition-duration:0.5s;
  -webkit-transition-duration:0.5s;

  transition-property:background-color;
  -moz-transition-property:background-color;
  -o-transition-property:background-color;
  -webkit-transition-property:background-color;
}

#scroll-list .basic-module:hover{ background-color:#f1f1f1;}

.basic .module-header {
    background: none;
    height: auto;
    padding: 15px 0 5px 15px;
}

#scroll-list .scroll-list {margin:10px 0 0 0; padding:0px 10px 0px 0px; overflow-x:hidden; overflow-y:auto; max-height:381px;}

#scroll-list .related-video h4 { margin-left: 130px;}

#scroll-list .related-video img { float: left; margin: -17px 10px 10px 0;}


/*Explore Global Push Overrides*/

.module-header h3 {font-size: 24px; font-weight: normal;line-height: 26px;}
.promotional h3 {color: #5d6d79;}
#featured-services {background-color: #faf8f3; border-color:#faf8f3; }

#editorial .module-header h2 {font-size: 24px; font-weight: normal;line-height: 26px;color: #7b2b84;}

.pagination-secondary .next a {background-image: none !important;}
.pagination-secondary .previous a {background-image: none !important;}

.listings ul ul .text {margin-top: 18px;}

#photos .module-header {display: none;}

/* Featured listing styles */
  .featured-listing {
    background-color:#FAF8F3;
    padding:16px;
    border-radius:9px 9px 9px 9px;
  }

  .featured-listing .sponsored-vehicle {
    font-size: 12px;
    color:#95A1AA;
    width:192px;
    font-family: Arial, Helvetica, sans-serif;
  }

  .featured-listing .container-a {
    width:192px;
    float:left;
  }

  .featured-listing .container-b {
    padding-left:10px;
    width:220px;
    float:left;
  }

  .featured-listing .container-c {
    width:120px;
    text-align: right;
  }

  /* End Featured listing styles */
