/* Formerly searchGlobal.css */




/**********************************************************************/
/* Functional styles */
/**********************************************************************/
.clear{
    clear: both;
    display: block;
    height: 1px;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.floatLeft {
   float: left !important;
}
.floatRight {
   float: right !important;
   
}

.paddedBox {
  margin: 0 0 15px 0;
  width: auto;
  clear: left;
  line-height: 18px;
}

/**********************************************************************/
/*Universal search elements */
/**********************************************************************/
/*set the body to 100% so that we can stretch the left navigation*/
body {
   background-color: #ffffff;
   color: #333;
   font-family: Arial,Helvetica,sans-serif !important;
   font-size: 14px !important;
}
h1 {
	font-family: 'Effra', Helvetica Neue, HelveticaNeue, Helvetica-Neue, sans-serif;
	font-size: 28px;
	margin: 0 0 10px 0;
	color: #7b2b84;
	font-weight: normal;
	background-color: inherit;
}

h2 {
	font-family: 'Effra', Helvetica Neue, HelveticaNeue, Helvetica-Neue, sans-serif;
	font-size: 20px;
	line-height: 30px;
	margin: 5px 0;
	color: #7b2b84;
	font-weight: normal;
}

h3 {
	color: #7B2B84;
    font-family: 'Effra',Helvetica Neue,HelveticaNeue,Helvetica-Neue,sans-serif;
    font-weight: normal;
    margin: 0 0 10px;
    font-size: 24px;
    line-height: 26px;
}
.label {
   font-weight: bold;
   font-size: 100%;
}
/*.data {
   font-size: 100%; /* 13px  */
}*/
.button {
   border: 1px solid #444444;
   padding: 3px;
}
.print {
   background: transparent url(http://graphics.cars.com/search/images/print_icon.gif) no-repeat 0px 3px;
   width: 232px;
   margin: 5px 0px 10px 0px;
   padding-left: 14px;
}
.email {
   background: transparent url(http://graphics.cars.com/images/email02.gif) no-repeat;
   background-position: 0px 2px !important;
   background-position: 0px 3px;
   width: 68px;
   padding-left: 17px;
   margin: 0px;
}
.newSearch {
   margin-right: 5px;
}

.back {
background: transparent url(http://graphics.cars.com/images/icon_left.gif) no-repeat 0px 2px;
padding-left: 15px;
margin: 0 8px 0 0;
}

.back a {
  margin: 0 4px 0 0;
}

.previous {
background: transparent url(http://graphics.cars.com/images/icon_left.gif) no-repeat 0px 2px;
padding-left: 15px;
margin: 0 8px 0 0;
}

.back {
   /*width: 148px;*/
}
.previous {
   /*width: 86px;*/
}

.next {
background: transparent url(http://graphics.cars.com/images/icon_right.gif) no-repeat right 3px;
width: 68px;
margin: 0px;
}

.required {
	color: #900;
   background-color: inherit;
	font-weight: normal;
	font-size: 10px;
}
/*Prev Next text styling */
#previousNextBox {
   float: right;
   /*width: 165px;*/
   padding-right: 0px;
}
/**********************************************************************/
/* Body Content */
/**********************************************************************/
/*the content holder div to allow the content to expand to 100% height*/
#contentHolder {
   height: auto;
}

/**********************************************************************/
/* YMM header */
/**********************************************************************/
#detailHeaderBox {
   width: auto;  
	max-width: 980px;
	min-width: 775px;  
   overflow: hidden;
   color: inherit;
	background-color:#ffffff;
	padding-bottom: 0px;
   margin: 32px 0px 10px;
   /*height: 165px;*/
}
/*flexi styling for IE*/
* html #detailHeaderBox {
   width:expression(document.documentElement.clientWidth > 981 ? '980px' : (document.documentElement.clientWidth < 801 ? '800px' : 'auto'));
}

/*header bar elements*/
.headerBar {
	background: none;
	height: 20px;
	padding: 3px 0 5px 6px;
	margin: 0px 0px 5px 0px;
}
.headerBar .newSearch, .headerBar .back, .headerBar .previous {
   float: left;
}
.headerBar .next {
   float: right;
   margin-left: -3px;
}
.headerBar .previous a, .headerBar .next a {
padding: 2px 0px 10px;
background-color: inherit;
text-decoration: none;
}
/*.headerBar .previous a:hover, .headerBar .next a:hover {
	color: #333333;
   background-color: inherit;
}*/
/*makes Prev Next click target taller */
.headerBar .previous a, .headerBar .next a {
	padding: 2px 0px 10px 0px;
}

/*basic vehicle info*/
.basicInfo {
	float: left;
	margin: 0px 0px 5px 10px;
	line-height: 1.7em;
	width:665px;
}

.basicInfo h1{
	line-height: 1em;
}`

.basicInfo h1 span.vehiclePrice {
	line-height: 1em;
	font-weight: normal !important;
}

/*.basicInfo .data {
	font-size: 120%;
}*/
.basicInfo .phoneRow .data {
	font-weight: bold;
	font-size: 120%;
}
.basicInfo .phoneRow .phoneType {
	font-size: 120%;
	font-weight: normal;
}
.vehiclePrice {
	color:#333333;
   background-color: inherit;
}
.bestOffer {
   color:#333333;
   font-weight: normal;
}
.calculatePayments {
	font: normal 10px Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
   background-color: inherit;
}
/********  furniture styles  ************/
.furniture {
   font-size: 11px;
   float: right;
   width:165px;
}

#saveAdHolder {
   text-align: left;
   font-size: 10px;
   padding-left:3px;
   /*margin-top:5px;*/
}

#saveAdLinks{
    padding-top:2px;
	margin-left: 25px;
}

#adSavedCheckBox {
	padding:0px;
	left:3px;
	float:left;
}

#send2PhoneLink, #emailLink{
	text-align: left;
	font-size: 10px;
	padding-left: 7px;
}

#emailLink{
	margin-top:6px;
}

.send2PhoneLinkA{
   padding-left: 20px;
   padding-top:3px;
   background: url('/images/core/sendtophone-icon.png') no-repeat 0px 0px ;
   
}

.send2PhoneLinkA:link{
   background: url('/images/core/sendtophone-icon.png') no-repeat 0px 0px ;
}

.send2PhoneLinkA:visited{
   background: url('/images/core/sendtophone-icon.png') no-repeat 0px 0px ;
}

.send2PhoneLinkA:hover {
   background: url('/images/core/sendtophone-icon.png') no-repeat 0px 0px;
}

.send2PhoneLinkAOpen{
   padding-left: 20px;
   padding-bottom: 10px;
   padding-top:3px;
   background: url('/images/core/sendtophone-icon.png') no-repeat 0px 0px ;
}

.emailLinkA{
   padding-left: 20px;
   background: url('http://graphics.cars.com/search/detail/images/email1.gif') no-repeat 0px 2px ;
}
.emailLinkA:link{
   background: url('http://graphics.cars.com/search/detail/images/email1.gif') no-repeat 0px 2px ;
}
.emailLinkA:visited{
   background: url('http://graphics.cars.com/search/detail/images/email1.gif') no-repeat 0px 2px ;
}
.emailLinkA:hover{
   background: url('http://graphics.cars.com/search/detail/images/email2.gif') no-repeat 0px 2px ;
}
/*print summary button*/

div.printSummaryBtn {
	/*
	background: url('http://graphics.cars.com/search/detail/images/printListing_button.gif') no-repeat 0px 0px ;
	width:144px;
	*/
	
}

.printSummaryBtn a {
	/*background: url('http://graphics.cars.com/search/detail/images/printListing_buttonHvr.gif') no-repeat 0px 75px;*/
	background: url('http://graphics.cars.com/search/detail/images/printListing_button.gif') no-repeat 0px 0px ;
	font-weight: bold;
	width: 122px; /* was 158px - mp */
	padding: 3px 0px 0px 22px;
	margin: 5px 2px 10px 0px;
	height: 19px;
	text-align: left;
	color: #666666;
   background-color: inherit;
	text-decoration: none;
	display: block;
}

.printSummaryBtn a:hover {
	background: url('/search/images/reskin/printListing_buttonHvr.gif') no-repeat 0px 0px;
	color: #666666;
	text-decoration: none;
}
.printSummaryBtn a:visited {
	color: #666666;
	text-decoration: none;
}

	color: #666666;
	text-decoration: none;
}
.printSummaryBtn a:visited {
	color: #666666;
	text-decoration: none;
}

/**********************************************************************/
/* Tabs */
/**********************************************************************/
.tabSet {
   margin-bottom: 0px; 
}
* html div.tabSet  {
   width:expression(document.documentElement.clientWidth > 981 ? '980px' : (document.documentElement.clientWidth < 940 ? '939px' : 'auto'));
}
.tab {
	color: #fff;
	/*width: 130px;*/
	/*height: 40px;*/
	float: left;
	text-align: center;
	margin: 10px 2px 4px;      
}
/*extra left margin for vehicle description tab */
#summary.tab  {
	margin-left: 10px;
}
/*extra left margin for vehicle description tab */
#finance.tab  {

	/*width: 140px; For Monthly Payment Calculator Change*/
		/*width: 140px;*/
}

#photos.tab  {

  /*width: 140px; For Monthly Payment Calculator Change*/
   /* width: 140px;*/
}
.tab h3 {
	font-size: 13px;
	font-family: Arial, Verdana, sans-serif;
	font-weight: bold;
	margin: 0;
	padding: 0;
	color: #fff;
	background-color: #95A1AA;/* */
	/*height: 27px;*/
	border: 1px solid #95A1AA;
	border-radius: 5px 5px 0 0;
}
.tab h3 a:hover, .tab:hover h3 a {
	color: #5c707c;
}

.tab h3:hover, .tab:hover h3 {
	background-color: #FFFFFF;
    border-color: #E1E1E1 #E1E1E1 #fff;
    border-style: solid;
    border-width: 1px;
    z-index: 100;
  position: relative;
}

.tab a {
   display: block; 
   font-weight: bold;
}
.active {
	background-color: #fff;
	z-index: 100;
  position: relative;
	/*height: 43px; */  
}
.active h3  {
	background-color: #FFFFFF;
    border-color: #E1E1E1 #E1E1E1 #fff;
    border-style: solid;
    border-width: 1px;
}

.active h3 a:hover {
	color:#5c707c;
	background-color: #fff;
}
.tab a, .tab a:visited, .tab a:link, .tab a:active {
   text-decoration: none;
   color: #fff;
   /*background-color: inherit;*/
   /*height: 29px;*/
   padding: 4px 15px;
}  
.active a, .active a:visited, .active a:link, .active a:active {
   text-decoration: none;
   color: #5c707c;
   /*background-color: inherit;*/
} 
.affiliateTabLinks {
   margin: 20px 0px 0px 10px;
   font-size: 11px;
   float: left;
}
.tabFooter {
   clear: both;
   position:relative;
   top: -5px;
   overflow: hidden;
   display: block;
   height: 1px;
   margin: 0px 0px -5px 0px;
   padding: 0;
   color: inherit;
   width: auto;  
   max-width: 980px;
   min-width: 940px;
   border-top: 1px solid #e1e1e1;
}

/**********************************************************************/
/* main content box */
/**********************************************************************/
/* holds the data that falls below the tabs */
#mainContent { 
	width: 980px;  
	margin: 0px 0px 10px 0px;
	font-size: 100%; /*11px*/
	overflow: hidden; /*mp added*/
}
/*  Generic styles for main body content -- crp tabs will use different styles */
#mainContent .data {
   font-size: 100%;
}

/**********************************************************************/
/* left navigation */
/**********************************************************************/
#navigation {
  width: 330px;
 /*  width:348px;*/
   color: inherit;
  /* background-color: #EEf1f3;*/
   margin: 0px 0px 0px 0px;
  /* padding: 10px 0px 10px 10px;*/
   float: left;
   margin:0 10px 0 0;
   /*height: 100%;*/
}

#navigation .dottedrule {
   display:none;
   width: 310px;
   border-top: 1px solid #e1e1e1;
   border-bottom: none;
   margin-top: 20px;
}

#navigation.collapse {
	display: none;
}
/*left navigation photo styles*/
/*hide the disclaimer if this is not a stock photo*/
#disclaimerPhotoCaption {
	display: none;
	text-align: left;
   color: #ffffff;
   font-size: 10px;
	padding: 7px 5px 7px 10px;
	background-image: url('http://graphics.cars.com/images/mnfctrDisclaimer_bckgrnd.gif');
	background-repeat: repeat-x;
	background-position: top left;
}
.manufacturerPhoto #disclaimerPhotoCaption {
   display: block;
}
.manufacturerPhoto #chosenPhotoCaption {
	display: none;
}
.manufacturerPhoto #popupSellerPhoto {
	cursor: default
}
#navigation #navPhotos  {
   margin: 0px 0px 10px 0px;
   width: 310px;
   border:1px solid #E1E1E1;
   border-radius:10px;
   padding:12px;
  
}
#navPhotos .caption {
   color: #7c7c7c;
   background-color: inherit;
   padding: 5px 0px 5px 0px;
   font-size: 10px;
   font-weight: normal;
}
#navPhotos .caption .instruction{
   font-weight: normal;
}
#sellerMainPhoto {
  position: relative; width: 310px; 
  min-height: 200px;
/*  height: 233px;*/ /* for IE 6 */
  margin-right: 10px;
  text-align: center;
	background-repeat: repeat-x;
	background-position: top left;
  color: inherit;
	background-color: #aeaeae;
	overflow: hidden;
}


  .manufacturerPhoto #sellerMainPhoto, .manufacturerPhotoVideo #sellerMainPhoto { /* height: 208px;  for IE 6 */}
  #sellerMainPhoto.chosenPhoto {/* border: 4px double #e1e1e1;*/}
 #navPhotos #sellerMainPhoto.chosenPhoto {/*border: 4px double #e1e1e1;*/ width:312px; }
  #sellerMainPhoto img { display: block; margin: auto; width: 310px;}
  
.dottedrule {
  margin: 15px 0;
  padding: 0px;
  line-height: 0px;
  }
  
.thumbnails .thumbnail {
	/*display: inline;*/
	float: left;
	margin: 2px 2px 2px 1px; /* mp changed from 1 */
	width: 61px;
	height: 48px; 
	voice-family: "\"}\"";   
	voice-family: inherit;
	width: 59px;
	height: 46px;
	position: relative;
}

.thumbnails .thumbnail .photo {
	border: 1px solid #666666;  
	width: 58px;
	height: 45px;
	voice-family: "\"}\"";   
	voice-family: inherit;
	width: 56px;
	height: 44px;
}
.thumbnails .thumbnail .photoHighlight {
	border: 1px solid #0c92ff;
	width: 51px;
	height: 39px;
	voice-family: "\"}\"";   
	voice-family: inherit;
	width: 56px;
	height: 44px;
}
#leadFrame {
   height: 780px;
   width: 312px;
}
/*lead form styles*/
#leadFormHolder {
   padding-top: 10px !important;
   padding-top: 0px; /*use this for IE*/
   margin-left: -6px; /* Robinder 06/04/13 */
   /*height: 100%;*/
}

/**********************************************************************/
/*Common Components in the body of various tabs*/
/**********************************************************************/

/*container for the body content, must be a table to resize consistently*/
#bodyContentBox {
	padding: 0px 10px 0px 10px;
   width: auto !important; /*firefox sees this one and will ignore the following width*/
   width: 100%;
   }	

/* About the Vehicle Styles */

#vehicleListBox {
   width: 100%;
   margin: 0px;
   padding: 0px;
}


#vehicleFeaturesBox .vehicleColumn {
   margin-right: 10px;
   width: 50%;
}

#aboutThisVehicleBox {
   width: auto !important;  /*firefox sees this one and will ignore the following width*/
   /*width: 430px;*/
}


#aboutThisVehicleBox .dataPoint {
  margin: 8px 20px 8px 0;
  width: 205px;
}

aboutThis h2 {
margin-top: -4px;
}

/* About the Seller Styles */
#aboutSellerBox.Dealer {
	background: none;
   /*height: 165px;*/
}
#aboutSellerBox {
	width: auto;
	height: auto;
	display: block;
    margin: 20px 0px 0px 0px;
    border-top: 1px solid #e1e1e1;
	clear:both;
	overflow: hidden;
  padding-top: 15px;
}
#aboutSellerBox h2 {
   margin-top: 13px;
}
/*#dealerLogoTile {
   border: 1px solid #9A9A9A;
}*/

#aboutSellerBox #dealerLogoBox {
float: left;
margin: 0 8px 0 0;
text-align: left;

}


#aboutSellerBox #dealerLogoBox #dealerLogo{
float:left;
/*height:92px;*/
/*width:122px;*/
}





#aboutSellerBox #dealerLogoBox .caption {
   padding: 0px;
   margin: 0px;
   text-align: center;
   width: 100%;
}

#aboutSellerBox #sellerAddress {
   /*width: 260px;*/
   background-color: transparent;
   margin-top: 12px;
	
}

#aboutSellerBox .caption {
	font-weight: bold;
   font-size: 100%;
   text-align: center;
   width: 140px;
}

div.creditLink {
margin-top:10px;
}

.headerText {
   color:#333333;
   font-size: 14px;
   font-weight: bold;
   font-family: arial;
}

#carFax {
	background: url('/search/images/reskin/carFax_icon.gif') no-repeat 0px 2px;
	padding-left: 20px;
	padding-bottom: 2px;
	font-size: 10px;
}
#loadingMessage {
   text-align: center;
   margin-top: 30px;
}

/**********************************************************************/
/*Advertising box styles*/
/**********************************************************************/
#searchAdBox {
   width: 160px;
   padding: 10px 0px 0px 0px;
}
.advertbox {
   margin-top: 20px;
   margin-bottom: 0px !important;
   height: auto;
   font-size: 11px;
}
#relatedServices, #featuredPartner {
   margin-top: 20px;
   border-top: 1px solid #e1e1e1;
}
#relatedServices h2 {
   margin-top: 10px;
}
.advertbox li {
padding-bottom: 10px;
}

/**********************************************************************/
/*Footer Styles*/
/**********************************************************************/
#footerNavigationBox {
   float: left; width: 98%; 
   clear: both; padding: 0 1%;
   margin-top: 30px; display: inline; /* ie */
}
.navigationBox {
/*   clear: both;
   float: right;
   overflow: hidden;
   width: 100%;*/
}
#footerNavigationBox .newSearch, #footerNavigationBox .back {
   float: left;
}
#footerNavigationBox .newSearch {
   padding-left: 3px;
}
#footerNavigationBox #previousNextBox {
   padding-right: 8px;
   /*width: 165px;*/
}
#footerNavigationBox .previous {
   background: transparent url('http://graphics.cars.com/images/icon_left.gif') no-repeat 0px 1px;
   float: left;
}
#footerNavigationBox .next {
   background: transparent url('http://graphics.cars.com/images/icon_right.gif') no-repeat right 3px;
   padding-right: 0px;
   float: right;
}
#footerNavigationBox .inaccurateListing, #footerNavigationBox .email {
   margin-top: 15px;
   float: right;
}
#footerNavigationBox .inaccurateListing {
  /*width: 255px;*/
  margin-top: 32px;
  float: none;
}
#footerNavigationBox .emailDealer {
   padding-right: 10px;
}
/*Search Disclaimer*/
/*.disclaimer {
   margin-top: 20px;
   font-size: 11px;
   width: 980px;
}*/

/*Hidden elements for crp pages*/
#hiddenLeadForm {
   width:5px;
   height:5px;
   position:absolute;
   left:0px;
   top:0px;
   overflow:hidden;
   display:none;
}

/**********************************************************************/
/*Universal errors */
/**********************************************************************/
#errorContentHolder {
   width: 980px;
}
#errorText {
   width: 760px;
   padding-left: 30px;
   text-align: left;
}

/**********************************************************************/
/* Debug Table */
/**********************************************************************/
#dump thead {
   background: #223195;
   font-size: 10px; 
   color: #fff;
}
#dump tbody {
   background: #dcdff8; 
   font-family: Verdana, Courier; 
   font-size:9px; 
   color: #000;
}
#dump tbody td {
   border-bottom: 1px solid #ffe;
}


/**********************************************************************/
/* Dealer Specials */
/**********************************************************************/

.detailSpecials{
font-weight: bold;
}

.previewSpecials{
margin-top: 7px;
}

/**********************************************************************/
/* KBB Window Sticker */
/**********************************************************************/

.kbbWindowSticker {
background-image:url(http://graphics.cars.com/search/images/kbbWindowSticker.gif);
background-repeat: no-repeat;
background-position: 0 8px;
padding-left: 18px;
width: 200px;
padding-top: 5px;
float: left;
}



/*********************************** Dealer Specials Link/button Treatment ************************************/

.dealerSpecials {
display:inline;
padding-left: 17px;
margin-left: 5px;
padding-bottom: 3px;
}


/*span.dealerSpecialsBttn {

    width: 125px;
    height: 19px;
    margin-left: 0px;
	margin-right: 5px;
    margin-top: 5px;
	margin-bottom: 5px;
    background: url(http://graphics.cars.com/search/images/dealerSpecialsLarger_Hover.gif) no-repeat 0px 0px; }*/

span.dealerSpecialsBttn a {
    padding: 2px 5px 5px 23px;
    color: #224201;
    /*background: url(http://graphics.cars.com/search/images/dealerSpecialsBttnHover.gif) no-repeat 0px 0px;*/
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    line-height: 20px;
    text-decoration: none;
    height: 19px;
}
.dealerSpecialsBttn a:link {
background: url(http://graphics.cars.com/search/images/dealerSpecialsLargeBack.gif) no-repeat 0px 0px;

}
.dealerSpecialsBttn a:visited {
    color: #224201;
    text-decoration: none;
}
.dealerSpecialsBttn a:hover {
    background: url(http://graphics.cars.com/search/images/dealerSpecialsLarger_Hover.gif) no-repeat 0px 0px;
    color: #101F00;
    text-decoration: none;
}

.specialsWrapper{
margin-bottom: 5px;
}

/*******************    NEW CARS SPECIALS BUTTON **************************/

span.dealerSpecialsBttnNew {
	width: 125px;
	height: 19px;
	margin-right: 5px;
	margin-top: 5px;
	background: url(http://graphics.cars.com/search/images/dealerSpecialsNEWBttnHover.gif) no-repeat 0px 0px;
}

span.dealerSpecialsBttnNew a {
	padding: 2px 15px 5px 22px;
	color: #224201;
	/*background: url(http://graphics.cars.com/search/images/dealerSpecialsBttnHover.gif) no-repeat 0px 0px;*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 20px;
	text-decoration: none;
	height: 19px;
}
.dealerSpecialsBttnNew a:link {
background: url(http://graphics.cars.com/search/images/dealerSpecialsNEWBttnBack.gif) no-repeat 0px 0px;

}
.dealerSpecialsBttnNew a:visited {
background: url(http://graphics.cars.com/search/images/dealerSpecialsNEWBttnBack.gif) no-repeat 0px 0px;
	color: #224201;
	text-decoration: none;
}
.dealerSpecialsBttnNew a:hover {
	background: url(http://graphics.cars.com/search/images/dealerSpecialsNEWBttnHvr.gif) no-repeat 0px 0px;
	color: #101F00;
	text-decoration: none;
}

/*******************  Inventory Level Video **************************/

a#videoButton {
	float: right;
	height: 17px;
	padding: 0 5px 0 31px;
	background: url(http://graphics.cars.com/search/detail/images/detailsVideoBG.gif) no-repeat top left;
	line-height:1.6;
	font-size: 10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#fff;
	height: 17px;
	text-decoration:none;
}
a#videoButton:hover {
background-position:bottom left;
}

#videoButtonDiv{

width: 130px;
float: right;
}

#dottedrulemanuphoto{
margin-top: 25px;

}
#chosenPhotoCaption, #chosenVideoCaption{
margin-top: -3px;
margin-bottom: 3px;
}

/*******************  Send to phone window styles **************************/




#sendToPhone{
	position:absolute;
	z-index:101;
	width:520px;
	border: 3px solid #d8d6ad;
	background-color:#fffff2;
	padding:10px;
	display:none;
    overflow: hidden
}

#heading{
	font-family: Arial; 
	font-size:14px;
	color:#df4600;
	font-weight:bold;
	margin:0px;
	padding:0px 0px 0px 15px;
}

#copy{
	font-family: Verdana; 
	font-size:11px;
	color:#333333;
	padding:0px 0px 5px 15px;
	line-height:18px;
    margin: -10px 0px 0px 0px;
	}
#responseMessage{
	font-family: Verdana; 
	font-size:11px;
	color:#df4600;
	font-weight:bold;
	margin:0px;
	display:block;
	overflow: hidden;
	height:32px;
}

#cancelLink{
	font-family: Verdana; 
	font-size:11px;
	color:#003399;
	position:relative;
	top:-18px;
	left:475px;
}
#phoneFormHolder {
	margin:0px 0px 7px 15px;
}
#phoneForm{
	margin-top:5px;
	margin-right:15px;
	float:left;
}
#phoneSubmitt {
	padding:0px 0px 0px 15px;
}
#note{
    padding:3px 0px 0px 15px;
	display:block;
	float:left;
	color:#999999;
	white-space: nowrap;
}
.nwListOn img{
margin-left: 10px;
margin-bottom: 2px;
}

/*******************  New Secure Credit App module **************************/


span.scaBttnSmall {
	width: 125px;
	height: 19px;
	margin-left: 2px;
	margin-top: 5px;
	background: url(http://graphics.cars.com/search/images/sca_sm_btnHover.gif) no-repeat 0px 0px;
}

span.scaBttnSmall a {
	padding: 2px 15px 5px 27px;
	color: #224201;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 20px;
	text-decoration: none;
	height: 19px;
}

.scaBttnSmall a:link {
	background: url(http://graphics.cars.com/search/images/sca_sm_btnBack.gif) no-repeat 0px 0px;
}

.scaBttnSmall a:visited {
	background: url(http://graphics.cars.com/search/images/sca_sm_btnBack.gif) no-repeat 0px 0px;
	color: #333;
	text-decoration: none;
}

.scaBttnSmall a:hover {
	background: url(http://graphics.cars.com/search/images/sca_sm_btnHvr.gif) no-repeat 0px 0px;
	color: #644d98;
	text-decoration: none;
}


#fitbMessageForm h2 {
	background: url('/search/images/reskin/emailDealer_icon.gif') no-repeat center right !important;
}

/* Dealer Chat */

div#dealerChatLarge {
	width: 310px;
	margin-top: 0px;
	/*margin-left: 5px;*/
	margin-bottom: 10px;
	border:1px solid #E1E1E1;
	border-radius:10px;
	/*padding:13px 19px 13px 13px;*/
	padding:12px;
	
		
}
#navigation #dealerChatLarge {
	width: 310px;
	margin-top: 0px;
	/*margin-left: 5px;*/
	margin-bottom: 10px;
	border:1px solid #E1E1E1;
	border-radius:10px;
	/*padding:13px 19px 13px 13px;*/
	padding:2px 12px 18px 12px; 
	
		
}


h3#dealerChatLargeNotice {
	
	padding: 2px 12px 2px 0px;
	float:left;
	font-family: 'Effra',Helvetica Neue,HelveticaNeue,Helvetica-Neue,sans-serif;
	font-size: 24px;
	width: 234px;
	color: #7B2B83;
	line-height: 20px;
	font-weight:normal;
	margin-top:8px;
}

div#dealerChatLargeButton {
	background: url(http://graphics.cars.com/search/detail/images/dealerChat/LeadFormOffline.gif) no-repeat;
	height: 17px;
	width: 260px;
	background-position: left;
}

.chatIntro {
font-family:Verdana,Helvetica,sans-serif;
font-size:11px;
font-weight:normal !important;
margin:0px 0px 4px;
color:#333;
margin-top: -20px;
}

/* Styles for "Large" version duplicated in crp.css for CRP content when Lead Form is inlcuded in iframe. */

div#dealerChatSmallHeader {
	display: inline;
	height: 17px;
	width: 160px;
	margin-left: 13px;
}

div#dealerChatSmallBody {
	display: inline;
	align: left;
	height: 17px;
	width: 180px;
	float: right;
	margin-top:16px;
}

span.dealerChatSmallNoticeBold {
   font-weight: bold;
   font-size: 100%;
}

span.dealerChatSmallNotice {
   font-weight: normal;
   font-size: 100%;
   float:left;
   margin:4px 0px 0px;
}

div#dealerChatSmallButtonHeader {
	margin-left: 5px;
	background: url(http://graphics.cars.com/search/detail/images/dealerChat/chat_header_off.gif) no-repeat;
	background-position: bottom left;
	align: left;
	display: inline;
	height: 17px;
	width: 110px;
}

div#dealerChatSmallButtonBody {
	background: url(http://graphics.cars.com/search/detail/images/dealerChat/chat_header_off.gif) no-repeat scroll 0 0 transparent;
	/*margin-top:120px;*/
	/*margin-left: -130px;*/
	padding-top: 0px;
	vertical-align: baseline;
	z-index: 0;
	margin-left:60px;
	margin-top:2px;
   [if ie] padding-top: 0px;
}

div#dealerChatSmallButtonBodyIE{
	background: url(http://graphics.cars.com/search/detail/images/dealerChat/chat_header_off.gif) no-repeat scroll 0 0 transparent;
	margin-top:2px;
	margin-left: 60px;
	padding-top: -2px;
	vertical-align: baseline;
	z-index: 0;
}


.dealerChatSmallButton {
  position: absolute;
  margin: 1px 0 0 10px;
}

div.dealerChatSmallButton img.trans {
	z-index: -1;
	display: inline;
	position: inherit;
}

div.dealerChatSmallButton img.chatButton {
	z-index: 1;
	vertical-align: baseline;
	padding-top: 2px;
	margin-bottom: -3px;
	display:inline;
}

/* End Dealer Chat */


/* Dealer Reviews */

#reviewsTile{
margin-top: 5px;
}

/* ILV styles */
  .video-overlay, .video-overlay:link, .video-overlay:active, .video-overlay:visited {
    display: block; width: 100%; height: 100%;
    position: absolute; top: 0; left: 0;
    background:url(../search/images/Play_button_69x66.png) no-repeat 50% 45% ; 
    z-index: 20; text-decoration: none;
       -moz-text-blink: none !important;
  }  
  
    .video-overlay:hover {
   /* background: url(../search/images/Play_button_69x66_hover.png ) no-repeat 50% 45% ; */
      
  }
  
 

    .video-overlay p { text-align: center; width: 100%; position: absolute; left: 0; top: 50%; margin-top: 25px; color: #fff; font: 18px Arial; }
  .video-overlay-bg {
    position: absolute; top: 0; left: 0;
    width: 100%; height: 100%;
     color: #fff; font: 18px Arial; z-index: 10; 
      opacity: .65; filter: alpha(opacity=65);
    
  }
    .thumbnail .video-overlay, .thumbnail .video-overlay:link, .thumbnail .video-overlay:active, .thumbnail .video-overlay:visited {
      background:  url(../search/images/PlayButton_28x27.png   ) no-repeat 50% 45% ;
      -moz-text-blink: none !important;
    }
    .thumbnail .video-overlay:hover{
    /* background: url(../search/images/PlayButton_hover_28x27.png ) no-repeat 50% 45% ;
     -moz-text-blink: none !important;*/
    }
  
    .thumbnail .video-overlay p { display: none; }
    .thumbnail .video-overlay-bg {  height: 45px; width: 57px; margin: 3px; /* w/h 99% */ }
    #navPhotos .thumbnail .video-overlay-bg {/* border: 1px solid #000;*/ height: 38px; width: 50px; margin: 3px; /* w/h 99% */ }
    
	
	.bvMdHeader{
font-size: 100% !important;
margin-bottom: 5px !important;
}

/**********************************************************************/
/* Bulleted VDP styles */
/**********************************************************************/

.ulHolder{
clear: both;
width: 450px;
}

.fkLi{
float: left;
margin-top: 5px;
width: 220px;

}

.openNewBullets, .closeNewBullets{
padding-top: 5px;
padding-left: 9px;
clear: both;
float: left;
}
.ulHolderTwo{
height: 1px;
overflow-y: hidden;
}



.fexp-wrapper{

	width: 450px;
  margin-bottom: 15px;
	}


.fexp-wrapper table{

	margin: 0px;

	}
	

	

.fexp-expand, .fexp-expand-content{

margin: 0px;
padding: 0px;
}

.fexp-expand{
margin-top: -13px !important;
}

#page ul.container-a li{
	width: 170px !important;
	}

.expItem{
	padding: 0px !important;
	margin: 0px !important;
	width: 220px;
	}

/*.expItem li{
	padding-left: 10px !important;
	margin: 0px !important;
	}	*/
	.fexp-expand{
	height: 1px;
	overflow-y: hidden;
	}

	.fexp-toggle{
	margin-top: 10px;
	}
	.fexp-expand li{
padding-bottom: 6px;
}
.moreTextHolder{
display: none;
}
	.fexp-wrapper td{

	vertical-align: top;

	}
	
	.alert {
	border: 4px solid #E5DA6A;
	background-color: #FFFFE3;
	}

	.beta {
	margin: 15px auto;
	padding: 15px;
	font-size: 14px;
	line-height: 1.4em;
	font-family: Arial, Helvetica, sans-serif;
	width: 550px;
	}
	
	.back-to {
	margin: 5px auto;
	padding: 5px;
	font-size: 11px;
	line-height: 1.4em;
	font-family: Verdana;
	text-align: center;
	}
	
	.alert .back-to{
	border: 1px solid #E5DA6A;
	width: 975px;
	}

	.alert form {
	font-family: Verdana;
	font-size: 11px;
	}

	.alert span.icon {
	float: left;
	margin: 0px 15px 10px 0px;
	width: 40px;
	height: 40px;
	background: url('http://graphics.cars.com/images/vdp-sprite.png') no-repeat scroll left -160px transparent;
	}
	
	
	.siyFraudLink{
	margin: 5px 22px 0px 0px;
	float: right;
	clear:both;
	/*width: 130px;*/
	}
    
    .phoneRow{
      vertical-align: middle;
    } 
	
	#aboutSellerBox #dealerLogoBox {
	float: left;
	margin: 10px 8px 58px 0;
	text-align: center;
	width:130px;
  height: 80px;
	
	}
	#reviewsTile a img {
	vertical-align: text-bottom;
	}
	.featured-review {
	margin: 10px 0 8px 138px;
	padding-right: 5px;
	}
	.featured-label {
	font-size: 11px;
	color: #666;
	}
	.featured-review p {
	margin: 0px;
	}
	.specialsWrapper, .print {
	margin-top:15px;
	}
	span.dealerSpecialsBttn a {
	padding-right: 18px;
	} 




#formfield input{
	width:52px !important;
	}
	
	#imge {
    background: url("/search/images/reskin/chat_icon_big.gif") no-repeat scroll center center transparent;
    height: 20px;
    left: 110px;
    position: relative;
    top: -26px;
    width: 22px;
    clear:left;
    margin-top:37px;
}
#idcaption{
	position:relative;
	top:5px;
	
}

.dealer-name{
  margin: 0px
}

.dealer-contact a.button, .dealer-contact a.button:hover {
    background: url("/images/core/primary-button.png") repeat-x scroll 0 0 #93A445;
    border: 1px solid #93A533;
    border-radius: 5px 5px 5px 5px;
    cursor: pointer;
    display: inline-block;
    line-height: normal;
    margin: 0;
    font-size: 12px !important;
}

.dealer-contact a.button:hover {
    background-color: #93A445;
    background-image: none;
}

.dealer-contact input.small[type="button"], .dealer-contact input.small[type="submit"], .dealer-contact a.button.small {
    font-weight: bold;
}

.dealer-contact .check-availability {
    margin: 0px 7px -1px 0px;
}

.dealer-contact a.button, .dealer-contact a.button:hover {
    color: #FFFFFF !important;
}

/*.show-more, a.show-less,a.show-more:visited, a.show-less:visited {
    cursor: pointer;
    color: #0B61A8;
    padding-left: 20px;
    background: url(/images/core/show-more.png) no-repeat 0 0 transparent;
}

.show-less {
    padding-left: 20px;
    background: url(/images/core/show-less.png) no-repeat 0 0 transparent;
}*/

h4.accordian {
  padding: 0 0 10px 15px;
  cursor: pointer;
}

h4.accordian.show-more{
  background: url("/images/core/icon-more.png") no-repeat 0 4px;
}

h4.accordian.show-less{
  background: url("/images/core/icon-less.png") no-repeat 0 4px;
}

.local-offer-box h2 {
    color: #7B2B84;
    font-family: 'Effra',Helvetica Neue,HelveticaNeue,Helvetica-Neue,sans-serif;
    font-weight: normal;
    margin: 0 0 10px;
    font-size: 24px;
    line-height: 26px;
}

.local-offer-box  {
    border-bottom: 1px solid #E1E1E1 !important;
}

.local-offer-box h2 a {
    font: 14px Arial,Helvetica,sans-serif normal !important;
    margin-left: 5px;
    margin-top: 5px;
    position: absolute;
}

#configuratorBoxPlusPhone {
  margin-bottom: 15px;
}

/*Legacy Core CSS Fix For Features and Standard Equipments Test*/
li.col13 {
    width: 208px;
    margin-left: 0;
    float: left;
}

.js-features, .js-st-equipment {
  margin-bottom: 10px;
  border-bottom: 1px solid #E1E1E1;
}

.js-slide {
  margin-bottom: 15px;
}