/*
************************************************************************************************
*************************************** GABRIELS STYLES ****************************************
************************************************************************************************

All Gabriels content (besides popups and errors/notices) is inside <div id="gabriels"> so the 
generic styles below are preceded by #gabriels to ensure they don't interfere with the client's 
wrapper styles. The client controls the main body styles with their wrapper.

************************************************************************************************
************************************************************************************************
************************************************************************************************
*/


/********** Generic Styles ***********/

#gabriels 
{
	line-height: 1em;
	font-family: Arial, Verdana, Sans-Serif;
	/*font-family: Trebuchet MS,Verdana,Georgia,Helvetica;*/
	font-size: 12px;
	color: #000;
}
#gabriels ol, #gabriels ul, #gabriels li 
{
	list-style: none;
	margin: 0;
	padding: 0;
}
#gabriels form 
{
	margin: 0;
	padding: 0;
}
#gabriels table 
{
}
#gabriels td 
{
	vertical-align: top;
}
#gabriels a:link, #gabriels a:active, #gabriels a:visited 
{
	color: #871e30;
	text-decoration: none;
}
#gabriels a:hover 
{
	color: #666;
	text-decoration: underline;
}
#gabriels h1 
{
	font-size: 1.4em;
	margin: 14px 0 20px 0;
	line-height: 1em;
}
#gabriels h2 
{
	font-size: 1.5em;
	margin: 0 0 10px 0;
}
#gabriels h3 
{
	font-size: 1.2em;
	margin: 10px 0 10px 0;
}
#gabriels img 
{
	border: 0;
}
#gabriels p 
{
	margin: 8px 0 8px 0;
	line-height: 1.2em;
}
#gabriels select, #gabriels input 
{
	margin: 4px 0 4px 0;
}
#gabriels hr 
{
	border-color: #ccc;
	border-style: solid;
	border-width: 1px 0 0;
	clear: both;
	margin: 10px 0 10px;
	height: 0;
}
#gabriels label 
{
	margin: 0 6px 0 0;
	font-weight: bold;
	color: #4b4b4b;
}

/********** Layout Divs ***********/

div#gabrielsLeft 
{
	float: left;
	background: #fff;
    border: 1px solid #b3b3b3;
    padding:4px;
    position: relative;
    width:666px !important;
}
.t1-light 
{
	width:8px;
	height:9px;
	position: absolute;
	top: -1px;
	left: -1px;
	background: url('/images/rounded-corner-t1.png');
	border:none;	
}
.t2-light 
{
	width:8px;
	height:9px;
	position: absolute;
	top: -1px;
	right: -1px;
	background: url('/images/rounded-corner-t2.png');
	border:none;	
}
.t1-dark 
{
	width:8px;
	height:9px;
	position: absolute;
	top: -1px;
	left: -1px;
	background: url('/images/rounded-corner-t1b.png');
	border:none;	
}
.t2-dark 
{
	width:8px;
	height:9px;
	position: absolute;
	top: -1px;
	right: -1px;
	background: url('/images/rounded-corner-t2b.png');
	border:none;	
}

div#gabrielsRight 
{
	margin-left: 10px;
	float: left;
	text-align: center;
}

/********** Popular Styles ***********/

.clearfix:after 
{
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.clearfix {display:inline-block;}

/* Hide from IE Mac \*/
	.clearfix {display:block;}
/* End hide from IE Mac */

input.redButton 
{
	background: url('/images/btn-submit.gif') no-repeat;
	color: #fff;
	font-weight: bold;
	font-size: 1.2em;
	text-transform: uppercase;
	width: 115px;
	height: 24px;
	cursor: pointer;
	border: none !important;
}
.gabrielsButton 
{
	font-size: 11px;
	height: 20px;
	cursor: pointer;
	background: url('/images/searchbutton.gif');
	text-align: center;
	margin: 0;
	border: 1px solid #ccc;
	padding: 0 6px;
}
.smallText 
{
	font-size: .8em;
}
.horizontalForm 
{
	vertical-align: middle;
}
.horizontalForm select, .horizontalForm input 
{
	margin: 0;
}
.verticalForm td 
{
	padding: 2px;
	vertical-align: middle !important;
	font-size: 12px;
}
.verticalForm select, .verticalForm input 
{
	padding: 0;
	margin: 0;
}

/********** Default Home and iFrames ***********/

.iframes
{
	background: transparent;
}
.homeSearch
{
	width: 592px;
	height: 239px;
	padding: 45px 0 0 20px;
	margin: 0;
	background: url('/images/home-search.jpg') no-repeat;
}
.homeSearch .left
{
	float: left;
	width: 290px;
}
.homeSearch .right
{
	float: right;
	width: 290px;
}
.homeSearch h1
{
	color: #aa261a;
	text-transform: uppercase;
	margin: 6px 0 10px 0 !important;
	font-size: 1.2em !important;
}
.homeSearch select, .iframes select, .findaCar select
{
	background: #85868a;
	color: #fff;
	font-size: .9em;
}
.homeSearch td, .iframes td
{
	text-align: right;
	color: #4b4b4b;
	font-weight: bold;
}
.searchBox .radioButtons, .iframes .radioButtons
{
	color: #4b4b4b;
	font-weight: bold;
	margin: 0 0 0 54px;
}
.searchBox .radioButtons input, .iframes .radioButtons input
{
	width: 14px;
	height: 10px;
	padding: 0;
	margin: 0;	
}

/********** Portfolio ***********/

.portfolio 
{
	line-height: 18px;
    position: relative;
	font-size: .9em;
    margin: 0 0 10px 0;
	width: 294px;
	text-align: left;
}
.portfolio .top 
{
    background: url('/images/header-my-portfolio.png') top left no-repeat;
    height: 37px;
}
.portfolio .bottom 
{
    background: #fff url('/images/header-my-portfolio-bg.png') top right no-repeat;
    padding:6px 14px 14px 14px;
    border-left: 1px solid #b3b3b3;
    border-right: 1px solid #b3b3b3;
    border-bottom: 1px solid #b3b3b3;
}
.portfolio .left 
{
	float: left;
}
.portfolio .right 
{
	float: right;
	padding-top: 10px;
}
.portfolio .teaser 
{
	float: left;
	padding-top: 10px;
	width: 150px;
	line-height: 1.2em;
}
.portfolio .boldLinks 
{
	float: right;
	font-weight: bold;
	margin-top: 6px;
	text-align: right;
}
.portfolio select 
{
	font-size: .9em;
}
.dealerMarkerHtml 
{
	line-height: 13px;
	background-color: White !important;
	font-size: 11px;
	height: 120px;
	width: 140px;
	display: block;
}
.dealerMarkerHtml a 
{
	text-decoration: none;
}
.dealerMarkerHtml #directionsForm form 
{
	margin-top:10px;
}

/********** Auto Links ***********/

.saveListing
{
	display:block;
	padding:4px 0 4px 18px;
	background-image:url('/images/sprite.png');
	background-position:3px 5px;
	background-repeat:no-repeat;
}
.deleteListing
{
	display:block;
	padding:4px 0 4px 18px;
	background-image:url('/images/sprite.png');
	background-position:3px -18px;
	background-repeat:no-repeat;
}
.testDrive
{
	display:block;
	padding:4px 0 0 20px;
	background-image:url('/images/icons/testdrive.gif');
	background-position:left;
	background-repeat:no-repeat;
}

.printBrochure
{
	display:block;
	padding:4px 0 4px 18px;
	background-image:url('/images/icons/print.gif');
	background-position:left;
	background-repeat:no-repeat;
}
.emailFriend
{
	display:block;
	padding:0 0 0 18px;
	background-image:url('/images/sprite.png');
	background-position:2px -70px;
	background-repeat:no-repeat;
	margin:0 0 8px 0;
}
.sendToCell
{
	display:block;
	padding:4px 0 4px 18px;
	background-image:url('/images/sprite.png');
	background-position:6px -228px;
	background-repeat:no-repeat;
}
.loanCalculator
{
	display:block;
	padding:0 0 0 18px;
	background-image:url('/images/sprite.png');
	background-position:3px -45px;
	background-repeat:no-repeat;
	margin:0 0 8px 0;
}
.printBrochure
{
	display:block;
	padding:4px 0 4px 18px;
	background-image:url('/images/sprite.png');
	background-position:3px -203px;
	background-repeat:no-repeat;
}
.kbb
{
	display:block;
	padding:4px 0 4px 18px;
	background-image:url('/images/sprite.png');
	background-position:2px -252px;
	background-repeat:no-repeat;
}
.carFax
{
	display:block;
	padding:4px 0 4px 18px;
	background-image:url('/images/sprite.png');
	background-position:2px -252px;
	background-repeat:no-repeat;
}
.morePhotos
{
	display:block;
	padding:4px 0 2px 18px;
	margin: 0 0 4px 0;
	background-image:url('/images/more_photos.gif');
	background-position:left;
	background-repeat:no-repeat;
}
.video
{
	display:block;
	padding:0 0 0 18px;
	margin: 0 0 4px 0;
	background-image:url('/images/sprite.png');
	background-position:0px -95px;
	background-repeat:no-repeat;
	margin:0 0 8px 0;
}
.listingRight .printBrochure, .listingRight .saveListing, .listingRight .deleteListing, .listingRight .emailFriend, .listingRight .sendToCell, .listingRight .loanCalculator, .listingRight .kbb, .listingRight .carFax {
	margin: 0 !important;
	padding: 0 0 0 20px !important;
} 
     
/********** Search Results ***********/

.searchResultsLeft
{
	float:left;
	margin-right:6px;
}
.searchResultsRight
{
	width:500px;
	float:left;
	background:url('/images/results-bg.jpg') top right no-repeat;
}
.mapInfo
{
	float: left;
	width: 120px;
}

.mapNum
{
	float: right;
}
.gabrielsEndecaBreadcrumbs
{
	margin-bottom:10px;
}
.gabrielsEndecaBreadcrumbs #bcTop
{
	width:153px;
	height:22px;
	padding:12px 0 0 7px;
	background-image:url(../images/bgBreadCrumbs.gif);
	background-repeat:no-repeat;
}
.gabrielsEndecaBreadcrumbs #bcBottom
{
	width:144px;
	background-color: #dddddd;
	border-left:1px solid #bbbbbb;
	border-right:1px solid #bbbbbb;
	border-bottom:1px solid #bbbbbb;
	font-size:11px;
	padding: 6px 0px 10px 5px;
	line-height: 1.4em;
}
.gabrielsEndecaBreadcrumbs a:link, .gabrielsEndecaBreadcrumbs a:active, .gabrielsEndecaBreadcrumbs a:visited
{
	font-family: arial;
	color:#004276;
	text-decoration: none;
}
.gabrielsEndecaBreadcrumbs td
{
	font-size:11px;
}
.gabrielsEndecaBreadcrumbsRemoval
{
	margin:4px 0;
}
.gabrielsEndecaBreadcrumbsRemoval a:link, .gabrielsEndecaBreadcrumbsRemoval a:visited, .gabrielsEndecaBreadcrumbsRemoval a:hover, .gabrielsEndecaBreadcrumbsRemoval a:active
{
	font-size:14px;
	position:relative;
	top:2px;
	color:red;
}
.gabrielsGuidedNav
{
	margin:10px 0 10px 0;
	background:#f7f7f7;
	padding:5px 5px 5px 16px;
	width:130px;
	line-height:1.2em;
	position: relative;
}
.gabrielsGuidedNav .A-Z
{
	position: absolute;
	top: 0;
	right: 0;
	margin: 4px 4px 0 0;
}
.guidedNavHeader a
{
	display: block;
	font-size: 1.1em;
	font-weight: bold;
	color: #6a7161 !important;
	text-transform: uppercase;
	border-bottom:solid 1px #ccc;
	margin-left: -11px;
}
.guidedNavHeader a:hover
{
	text-decoration: none !important;
}
.gabrielsGuidedNav img
{
	padding:3px 3px 0px 0px;
}
.gabrielsGuidedNav div
{
	font-weight:bold;
	font-size:.9em;
	margin-bottom:10px;
}
.gabrielsGuidedNav div a
{
	display: block;
}
.gabrielsGuidedNav div a:hover, div .gabrielsGuidedNav a:active
{
	color:Black;
}
.gabrielsGuidedNav div div
{
	border:0;
	margin:0px;
}
.gabrielsGuidedNav a:link, .gabrielsGuidedNav a:visited
{
	text-decoration:none;
	color:#000;
}
.gabrielsGuidedNav a:hover, .gabrielsGuidedNav a:active
{
	color:White;
}
.gabrielsGuidedNav ul
{
	margin: 0;
	padding-left:5px;
}
.gabrielsGuidedNav li, .gabrielsGuidedNav div ul li
{
	list-style: none;
	list-style-image: none;
	font-weight:normal;
	white-space:nowrap;
}
.gabrielsGuidedNav li a:link, .gabrielsGuidedNav li a:visited, .gabrielsGuidedNav li a:hover, .gabrielsGuidedNav li a:active
{
	width: 100%;
	color: #336699;
	display: block;
	border-bottom:none;
}
.gabrielsGuidedNav li a:hover
{
	color:red;
}
.aToZlink
{
	position:absolute;
	top:0;
	right:0;
	cursor:pointer;
	display: inline;
	font-weight: bold !important;
	font-size: 11px !important;
}
.featuredAutosSearchResults
{
	padding:0;
	margin:0 0 0 40px;
	line-height:14px;
	font-size: .9em;
}
.featuredAutosSearchResults img
{
	padding-bottom:10px;
}
.searchResultsMisc
{
	margin:10px 0 0 0;
	height:22px;
	padding: 0 0 0 0;
}
.dealerMapLink
{
    margin: 10px 5px 5px 0;
    padding: 0 0 4px 19px;
    display: block;
    color: #993300;
    background:url('/images/icons/globe.png') no-repeat;
}
.searchResultsMap
{
	padding: 6px 0 6px 0;
	text-align: left;
	background: #fff;
	border:1px solid #b3b3b3;
    position: relative;
    margin: 0 0 10px 0;
    width: 291px;
}
.searchResultsMap #dealerMapDiv
{
    padding:40px 0 0 0;
    background: url('/images/header-dealer-map.jpg') top no-repeat;
    width: 287px;
}
.searchResultsMap #dealerMapDiv #iFrameDealerMap
{
    width: 274px;
    height:310px;
    margin-left: 6px;
    overflow: hidden;
    border: 2px solid #d8d4d5;
}
.sort
{
	float:right;
	font-size: .9em;
	margin-right: 6px;
	vertical-align: middle;
}
.sort select
{
	padding:0;
	margin:0;
	font-size: 1em;
	background: #85868a;
	color: #fff;
	border: 1px solid #333;
}
.compareButton
{
	float:left;
	padding:0;
	margin:0 0 0 10px;
	height:20px;
}
.gabrielsSearchResultTable
{
	width:500px;
	margin-top:10px;
	border-top: 1px solid #d6d6d6;
}
.gabrielsSearchResultTable th
{
	background-color:#f1f1f1;
	font-weight:bold;
	border:1px solid #ccc;
	padding:6px;
}
.resultsTD 
{
	padding:6px 0 6px 0;
	border-top:1px solid #fff;
	border-left:1px solid #fff;
	border-right:1px solid #fff;
	border-bottom:1px solid #ccc;
}
.resultsLeft
{
	width:340px;
	float:left;
	padding-right:6px;
	border-right:1px solid #e2e2e2;
}
.resultsHeader
{
	background-color:#f2f2f2;
	padding:8px;
	font-size:.8em;
}
.resultsHeader .resultCheckBox
{
	float:left;
	margin:0 6px 0 0;
	width:15px;
}
.resultsHeader .resultCheckBox input
{
	margin:0;
	padding:0;
	width:15px;
	height:10px;
}
.resultsHeader .headerRight
{
	float:left;
	margin:0;
	padding:0;
	width:220px;
}
.saveDeleteResults
{
	float:right;
	margin: 12px 20px 0 0;	
}
.resultsHeader h3
{
	margin:3px 0 3px 0 !important;
	padding:0;
}
.mainContentLeft
{
	float:left;
	width:130px;
	height:98px;
	margin:6px 7px 0 8px;
	position: relative;
}
.mainContentLeft img
{
	padding: 0;
	margin: 0;
	border: 1px solid #999 !important;
}
.mainContentLeft .overlay
{
	position: absolute;
	width: 123px;
	left: 0;
	bottom: 3px;
    background:url('/images/shadow25.png') repeat;
    color: #fff;
    font: bold 11px arial,helvetica,sans-serif;
    padding: 2px;
    text-align: center;
    z-index:10;
}
.mainContentLeft .overlay img
{
    vertical-align: middle;
	border: none !important;
}
.thumbLoading2 
{
	width:125px;
	height:64px;
	position:absolute;
	top:1px;
	left:1px;
	text-align:center;
	padding-top:30px;
	background:url('/images/opaque50.png');
}
.mainContentMiddle
{
	float:left;
	width:90px;
	margin-top:6px;
	line-height:1.3em;
}
.mainContentMiddle .price
{
	font-size:14px;
	font-weight:bold;
	padding-bottom:5px;
}
.mainContentRight
{
	float:right;
	margin:4px 0 0 0;
	width: 70px;
}
.mainContentRight a
{
	font-size:.8em;
}
.resultsRight
{
	float:left;
	padding-left:6px;
	line-height:1.5em;
	width:140px;
	overflow:hidden;
	font-size:.9em;
	position: relative;
}
.resultsRight img
{
	padding:6px 0;
}
.CPO_icon
{
    font-size: .9em;
    margin-top: 5px;
    margin-bottom: 5px;
    color: #993300;
    background:url('/images/icons/rosette.png') no-repeat;
    padding-left: 19px;
}
.gabrielsSearchResultsHot
{
	
}
.gabrielsSearchResultsBandingTrue td
{
	background-color:#fff;
}
.gabrielsSearchResultsBandingFalse td
{
	background-color:#fff;
}

/********** Listing Page ***********/

.listingPage
{
	margin:0;
	padding: 0;
	background:url('/images/results-bg.jpg') top right no-repeat;
}
.listingTop
{
	padding:10px 0 0 10px;
	line-height:16px;
	background:url('/images/results-bg.jpg') top right no-repeat;
}
.listingTop h1
{
	margin: 10px 0 0 0 !important;
}
.listingTop .left
{
	float:left;
	font-size: .9em;
}
.listingTop .left h1
{
	font-size: 1.8em !important;
	margin-bottom: 10px !important;
}
.listingTop .right
{
	float:right;
	font-size: .9em;
	margin-right: 8px;
}
.listingTop .right div
{
	float:left;
	text-align: center;
}
.listingLeft
{
	width:400px;
	float:left;
	line-height:16px;
	margin: 0 10px 0 10px;
}
.listingRight
{
	width:180px;
	float:left;
	line-height:16px;
	padding-top: 12px;
}
.listingRight a
{
	line-height:18px;
}
.listingRight h3
{
	color: #871e30;
}
.listingRight .tools
{
	font-size: .9em;
	margin: 20px 0 0 10px;
}
.listingRight .tools .saveListing
{
	padding:4px 0 4px 18px;
	background-position:3px 2px;
}
.listingRight .tools .emailFriend
{
	padding:0 0 0 18px;
	background-position:2px -66px;
}
ul.gabrielsListingNav
{
}
.gabrielsListingNav li
{
	display:inline;
	border: 1px solid #dfdfdf;
	background: #f6f6f6;
	padding:4px 10px !important;
	margin: 0 0 10px -1px !important;
	text-transform: uppercase;
	float: left;
}
.gabrielsListingNav a
{
	text-decoration: !important;
	color: #333 !important;
	font-size: .9em  !important;
}
.gabrielsListingNav .current
{
	border-bottom: 1px solid #fff;
	background: #fff;
	font-weight:bold;
	color:#ccc;
}
.gabrielsListingNav .current a
{
	color:#333;
}
.photoVideoContainer
{
	width: 380px;
	height: 280px;
	overflow: hidden;
	margin: 0 0 8px 0;
}
.listingPhotos
{
	text-align:center;
}
.listingPhotos img
{
	border:1px solid #333;
}
.listingBody
{

}
.listingBody table
{
	margin-bottom:10px;
}
.listingBody td
{
	padding:3px 10px 3px 0;
}
.listingBody .gabrielsBandingTrue
{
	background-color:#fff;
}
.listingBody ul
{
	margin:10px !important;
}
.listingBody li
{
	list-style-type:disc !important;
	list-style-image:url('/images/bullet.gif') !important;
	margin-left:6px !important;
	text-transform:lowercase;
}
.disclaimer
{
	margin: 20px;	
	font-size: .9em;
}
.gabrielsMoreInStock th
{
	font-weight:bold;
	text-align:left;
}
.gabrielsMoreInStock td
{
	padding:0px;
}
.gabrielsImageFloat div
{
	float:left;
	padding-right: 10px;
	width: 90px;
}
.gabrielsImageFloat div div
{
	padding: 0px 0px 0px 0px;
}
.gabrielsThumbFloat div
{
	float:left;
	padding-right: 10px;
	width: 75px;
}
.listingDealerInfo
{
	line-height: 1.4em;
	margin: 10px;
}
.listingDealerInfo .left
{
	float: left;
	margin: 0;
	width: 170px;
}
.listingDealerInfo .right
{
	float: left;
	margin: 0;
}
.listingMap
{
	padding: 6px 0 6px 2px;
	text-align: left;
	background: #fff;
	border:1px solid #b3b3b3;
    position: relative;
    margin: 0 0 10px 0;
    width: 289px;
}
.listingMap #dealerMapDiv
{
    padding:40px 0 0 4px;
    width: 283px;
    background: url('/images/header-seller.jpg') top no-repeat;
}
.contactSeller 
{
	line-height: 18px;
	text-align: left;
    border: 1px solid #b3b3b3;
    padding:46px 0 10px 4px;
    position: relative;
	font-size: .8em;
    margin: 0 0 10px 0;
    width: 287px;
    background: #fff url('/images/header-contact-seller.jpg') 2px 4px no-repeat;
}
.contactSeller td 
{
	padding: 0;
}
.contactSeller form 
{
	padding: 0;
	margin: 0;
}
.contactSeller td.text 
{
	white-space:nowrap;
	text-align:right;
	vertical-align: bottom;
}
.contactSeller input 
{
	border: 1px solid #c1c1c9;
	padding: 0;
	margin: 0;
}
.contactSeller select 
{
	border: 1px solid #c1c1c9;
	padding: 0;
	margin: 0;
	height: 19px;
	font-size: 1em;
}
.contactSeller .red 
{
	color: #b0271d;
}

/********** Listing Compare Page ***********/

.listingCompare
{
	width:640px;
	padding: 8px;
}
.listingCompare td
{
	padding:6px 6px 6px 12px;
	line-height:1.2em;
	border-bottom:1px solid #ccc;
}
.listingCompare td.labels
{
	font-weight:bold;
	width:160px;
	background-color:#f1f1f1;
}
.listingCompare td li
{
	list-style-type:disc;
	list-style-image:url('/images/bullet.gif');
	margin-left:16px;
	text-transform:lowercase;
}
.listingCompare .photo
{
	border:1px solid #333;
}
.listingCompare .header
{
	font-weight:bold;
	font-size:12px;
}
.New
{
	color:#a81817;
	font-size:10px;
}

/********** Dealers Page ***********/

.gabrielsDealerSearchIconOverlay
{
	font-weight:bold;
	color: #fff;
	position:relative;
	background: url('/images/icons/googleMarker.gif') no-repeat; 
	width:20px;
	height:26px;
	line-height:20px;
	text-align:center;
	font-size:11px;
}
.dealer
{
	width: 646px;
	padding: 50px 10px 10px 10px;
	background: url('/images/header-find-dealer.jpg') top left no-repeat; 
}
.dealer #iFrameDealerMap
{
	width:646px;
	height:340px;
	overflow:hidden;
	margin: 10px 0 20px 0;
	border: 2px solid #ccc;
}
.dealer h1
{
	font-size:1.4em;
	margin:10px 0;
}
.dealer h2
{
	font-size:1em !important;
	margin:10px 0;
}
.dealer .header
{
	background-color:#f1f1f1;
	height:20px;
	padding:10px;
}
.dealer .header .left
{
	float:left;
}
.dealer .header .left a
{
	font-weight:bold;
	margin-top:4px;
	display:block;
}
.dealer .header .left a
{
	font-weight:bold;
	margin-top:4px;
}
.dealer .header .right
{
	float:right;
	margin-top:2px;
}
.dealer .header .right img
{
	vertical-align:bottom;
}
.dealer .body
{
	padding:10px;
	line-height:18px;
}
.dealer .body .left
{
	float:left;
	width:35%;
	border:1px solid #fff;
}
.dealer .body .middle
{
	float:left;
}
.dealer .body .right
{
	float:right;
}
.gabrielsDealerLogo
{
	margin-bottom:2px;
}

/********** Find a Car Page ***********/

.findaCar
{
	padding: 45px 0 0 20px;
	margin: 0;
	background: url('/images/header-find-car.jpg') no-repeat;
}
.findaCar .radioButtons
{
	color: #4b4b4b;
	font-weight: bold;
	margin: 0 0 0 0;
}
.findaCar .radioButtons input
{
	width: 14px;
	height: 12px;
	padding: 0;
	margin: 0;	
}
.findaCar .left
{
	width: 260px;
	float: left;
	padding: 10px;
	margin-top: 10px;
}
.findaCar h3
{
	margin: 10px 0 10px 0;
}
.findaCar .right
{
	width: 300px;
	float: left;
	padding: 10px;
	margin-top: 10px;
}
.quickSearch
{
	background: url('/images/header-quick-search.jpg') top left no-repeat;
	padding: 40px 0 0 0;
	margin: 0;
}
.keywordSearch
{
	background: url('/images/header-keyword-search.jpg') top left no-repeat;
	padding: 40px 0 0 0;
	margin: 20px 0 0 0;
}
.searchPrice
{
	background: url('/images/header-search-price.jpg') top left no-repeat;
	padding: 40px 0 0 0;
	margin: 20px 0 0 0;
}
.searchBodyStyle
{
	background: url('/images/header-search-body-styles.jpg') top left no-repeat;
	padding: 40px 0 0 0;
	margin: 0;
}
.searchMakes
{
	background: url('/images/header-search-make.jpg') top left no-repeat;
	padding: 40px 0 0 0;
	margin: 0;
}
.radioButton
{
	display:inline;
	padding-right:2px;
	height:10px;
	margin:0;
	vertical-align:top;
}
.radioButton input
{
	padding-right:4px;
	margin:0;
}
.radioButtons
{
}
#endecaBodyStyles
{
	margin:10px 0 20px 0;
	display:block;
}
#endecaBodyStyles div
{
	float:left;
	text-align:center;
	margin: 0 6px 6px 0;
}
#endecaBodyStyles img
{
	display:block;
}
.endecaMakesTable
{
	width: 100%;
}
.endecaMakesTable td div
{
	padding: 3px;
}
.searchPrices
{
	line-height: 16px;
}

/********** Research Pages ***********/

.researchMain
{
	margin: 20px;
}
.researchMain .left
{
	float: left;
	width: 260px;
}
.researchMain .right
{
	float: left;
	width: 460px;
}
.researchSelect
{
	padding: 40px 10px 10px 10px;
	background: url('/images/header-vehicle-research.jpg') top left no-repeat; 
}
.researchSelect td
{
	padding: 4px;
	line-height: 14px;
}
.researchPages
{
	margin: 10px;
}
.researchPages .left
{
	float: left;
	width: 230px;
	line-height: 1.4em;
}
.researchPages .left a
{
	font-weight: bold;
}
.researchPages .right
{
	float: left;
	margin-left: 10px;
}
.researchPages .right img
{
	border: 1px solid #333;
}
.researchNavigation
{
	position: relative;
	border:1px solid #b5b5b5;
	background: url('/images/header-research.jpg') 6px 2px no-repeat;
	padding: 40px 10px 10px 10px;
}
.researchNavigation ul
{
	padding: 0;
	margin: 0;
	font-size: 11px;
}
li.gabrielsResearchNav a
{
	font-size: 12px;
}
.gabrielsResearchNavSelected a
{
	color: #000 !important;
	text-decoration: underline !important;
}
.researchDetailsLeft ul
{
	list-style: none;
}
.researchDetailsLeft
{
	padding:10px;
}
.researchDetailsLeft select
{
	width:196px;
	margin-top:8px;
}
.researchOverview img
{
	margin-bottom:10px;
}
.researchOverview
{
	margin-left:10px;
	line-height:14px;
	width:380px;
}
.researchOverview table
{
	margin-top:10px;
	width:380px;
}
.researchOverview td
{
	padding:2px;
}
.researchMisc
{
	line-height:16px;
	width: 380px;
}
.researchMisc p
{
	margin-bottom:16px;
}
.researchMisc h3, .researchShowroom h3
{
	margin-top:0;
}
.researchMisc ul
{
	margin-bottom:20px;
}
.researchMisc li
{
	list-style-type:disc;
	list-style-image:url('/images/bullet.gif');
	margin-left:16px;
	text-transform:lowercase;
}
.researchMisc li img
{
	border:none !important;
}
.researchShowroom
{
	line-height:16px;
	margin-left:10px;
	width: 380px;
}
.researchShowroom .bigPhoto
{
	text-align:center;
	padding:10px 0 20px 0;
}
.researchShowroom .photoThumbs
{
	text-align:center;
}
.researchShowroom .photoThumbs img
{
}
.bigPhoto .iframe
{
}
.researchCompare
{
	line-height:16px;
	width:600px;
}
.researchCompare .main
{
	width:600px;
}
.researchCompare .main th
{
	padding:6px;
	background:#f1f1f1;
	border:1px solid #ccc;
	text-align:left;
}
.researchCompare .main td
{
	padding:12px;
	width:302px;
	border:1px solid #ccc;
}
.researchCompare .gas
{
	background-image:url('/images/mpg.png');
	background-repeat:no-repeat;
	width:55px;
	height:76px;
	font-family:Arial; 
	font-size:14px; 
	font-weight:bold;	
	float:right;
}
.researchCompare .gas span
{
	top:16px;
	left:15px;
	position:relative;
}
.researchCompare .compareLinks
{
	float:left;
}
.researchCompare .compareLinks a
{
	font-size:12px;
}
.gabrielsCompareTable
{
	border:1px solid #ccc;
}
.gabrielsCompareTable td
{
	text-indent:20px;
	padding:4px;
}
.gabrielsCompareFirstCellFalse
{
	white-space:nowrap;
}
.gabrielsCompareTitle
{
	text-align:left;
	font-size:14px;
	background-color:#f1f1f1;
	padding:0 0 6px 6px;
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
}
.gabrielsCompareHeader
{
	text-align:left;
	text-indent:10px;
	cursor:pointer;
	padding:4px;
	color:Blue;
}
.greenHouseScore
{
	text-align:center;
	padding:10px;
	margin-bottom:10px;
}
.featuredResearch
{
	padding:0;
}
.featuredResearch .photo
{
}
.featuredResearch .text
{
	max-width:240px;
	margin:10px 0 20px 0;
}
.researchModule
{
	width:400px;
	margin-bottom:10px;
}

/********** Alerts Page ***********/

.alerts
{
	padding:10px;
	width:720px;
}
.alerts p
{
	margin:20px 0 20px 0;
}
.alerts .status
{
	background-color:#f1f1f1;
	padding:10px;
	font-weight:bold;
	color:blue;
	margin-bottom:10px;
}
.alerts .red
{
	color:#ff0000;
}
.alerts .alertDiv
{
	border:1px double #ccc;
	border-width:3px;
	background-color:#f1f1f1;
	padding:10px;
	margin:10px 10px 10px 0;
	float:left;
	line-height:18px;
	width:200px;
}
.alerts .alertForm
{
	padding:10px;
	margin:10px 10px 10px 0;
	line-height:18px;
}

/********** Quote Page ***********/

.quote
{
	padding:10px;
	width:720px;
}
.quote img
{
	float:left;
}
#vehicleData
{
	border:1px solid #ccc;
	background-color:#f1f1f1;
	padding:10px;
	width:240px;
	float:left;
	margin-left:20px;
}
.quote td
{
	padding:4px;
}
.quote ol
{
	margin:14px;
	padding:4px;
}
.quote li
{
	list-style-type:decimal;
	line-height:18px;
}

/********** Popups ***********/

.gabrielsPopup /* does padding here screw up the javascript sizing calculations? */
{
	border:1px solid #333;
	background-image: url('/images/opaque50.png');
	padding:0px;	
}
.gabrielsPopupBg
{
	color: #333333;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100% !important;
	background-image: url('/images/shadow25.png');
	background-repeat:repeat;
	text-align: left;
	overflow: auto;	
}
.gabrielsPopupInterior
{
	font-family: arial, Sans-Serif;
	font-size: 12px;
	padding: 6px;
	background-color: #ccc; 
}
.gabrielsPopupTitle
{
	background-image: none; 
	background-color: #90150d; 
	border: 1px solid #aaa; 
	padding: 10px;
	color: #fff;
	font-weight: bold;
}
.gabrielsPopupTitle h3
{
	color: #fff;
	font-size: 1em;
	font-weight: bold;
	float: left;
	margin:0;
}
.gabrielsPopupTitle a
{
	color: #fff !important;
	display: block;
	float: right;
}
#popupContents
{
	padding: 10px;
	color: #333;
	line-height: 14px;
	background-color: #fff; 
	border: 1px solid #aaa; 
}
#popupContents li
{
	list-style-type:disc;
	list-style-image:url('/images/bullet.gif');
	margin-left:16px;
}

/********** Pagination ***********/

.pagination
{
	margin:10px 0 20px 0;
	text-align:center;
	font-weight:bold;
	font-size: .9em;
}
.pagination a
{
	text-decoration:none;
}
.pagingPrev
{
	border-right:1px solid #e2e2e2;
	padding:14px 8px 14px 0;
	font-weight:bold;
	margin-right:5px;
}
.pagingNext
{
	border-left:1px solid #e2e2e2;
	padding:14px 0 14px 8px;
	font-weight:bold;
	margin-left:5px;
}
.pagingPrevDead
{
	border-right:1px solid #e2e2e2;
	padding:14px 8px 14px 0;
	font-weight:bold;
	margin:5px;
	color:#aaa;
}
.pagingNextDead
{
	border-left:1px solid #e2e2e2;
	padding:14px 0 14px 8px;
	font-weight:bold;
	margin:5px;
	color:#aaa;
}
.pagingCurrent
{
	padding:4px 6px 4px 6px;
	width:18px;
	height:21px;
	color:#333;
	text-align:center;
	background:#e2e2e2;
	border:1px solid #e6e6e6;
	margin-right:1px;
}
.pagingOther a
{
	padding:4px 6px 4px 6px;
	width:10px;
	height:13px;
	text-align:center;
	background:#ffffff;
	border:1px solid #e6e6e6;
	margin-right:1px;
	font-weight:bold;
}
.pagingOther a:hover
{
	background:#edf2fa;
}
.pagingDotDotDot
{
	padding:4px 6px 4px 6px;
	width:18px;
	height:21px;
	text-align:center;
	background:#fff;
	color:#333;
	border:1px solid #e6e6e6;
	margin-right:1px;
	font-weight:bold;
}
.budgetForm
{
	background-color:#f1f1f1;
	border:1px solid #ccc;
	padding:12px;
}
.budgetForm h3
{
	margin:0 0 10px 0;
}
.budgetForm td
{
	vertical-align:middle;
	padding:4px;
}
.calculatorInputs
{
	margin:0;
	padding:0;
	border:1px solid #ccc;
	background-color:#fff;
}
#styles
{
	width:500px;
	margin-top:20px;
}
#styles div
{
	float:left;
	text-align:center;
}

/********** Errors and Notices ***********/

#errorsAndNoticesWrapper
{
	position:absolute;
	top:0px;
	left:0px;
	background-color:#FDFECC;
	border:1px solid #ccc;
	padding:10px;
	margin:4px;
	text-align:left;
	font-family: arial, Sans-Serif;
	font-size: 12px;
}
#errorsAndNotices
{
	display:none;
	padding:10px;
}
#errorsAndNotices li
{
	list-style-type:disc;
	list-style-image:url('/images/redarrow.gif');
	margin:0 0 6px 20px;
}

/********** Repair Pal ***********/

#repairPalWrapper
{
    padding: 10px;
    font-size: 12px !important;
    position: relative;
    width: 620px;
    line-height: 1.2em;
}
#repairPalWrapper .logo
{
    background: url('/images/repairPal/repairInfo.png') no-repeat 0px 0px;
    width: 291px;
    height: 51px;
    text-indent: -9999px;
    margin-bottom: 20px;
}
#repairPalWrapper .tools
{
	position:absolute;
	right:0px;
	top: 20px;
	width: 250px;
}
#repairPalWrapper .tools div
{
	float:left;
	height: 40px;
}
#repairPalWrapper .tools .print
{
	font-family: Arial, Verdana, Sans-Serif !important;
    background: url('/images/repairPal/print.png') no-repeat 0px 0px;
	width: 38px;
	padding:10px 0 0 36px;
}
#repairPalWrapper .tools .save
{
    background: url('/images/repairPal/savethis.gif') no-repeat 0px 8px;
	width: 44px;
	padding:10px 0 0 26px;
}
#repairPalWrapper .tools .back
{
    background: url('/images/repairPal/back.png') no-repeat 0px 0px;
	width: 54px;
	padding:6px 0 0 36px;
}
#repairPalWrapper .tools ul
{
    margin: 0px;
    padding: 0px;
}
#repairPalWrapper .tools li
{
	float: left;
	margin-right:15px;
	height: 25px;
	padding-left: 38px;
	padding-top: 10px;
	list-style: none; /*turns off display of bullet*/
}
#repairPalWrapper .tag
{
    font-size: 16px;
    position: absolute;
    top: 20px;
    left: 350px;
    line-height: 16px !important;
    font-weight: normal;
    color: #096ACE;
}
#repairPalWrapper p
{
    font-size: 1.3em !important;
    line-height:1.2em;
}
#repairPalWrapper li
{
    font-size: 1.1em !important;
}
#repairPalWrapper .serviceHeader
{
    font-size: 18px;
    color: #096ACE;
    background: url('/images/repairPal/step2.png') no-repeat 0px 0px;
    padding: 7px 40px 30px 50px;
    font-size: 1.3em;
}
#repairPalWrapper .serviceTitle
{
    color: #CE6D0B;
    font-size: 16px;
}
#repairServiceTable 
{
    margin-top: 40px;
}
#repairServiceTable table td
{
    font-size:12px;
    margin-top:5px;
    padding:4px;
    line-height:2em;
}
#repairPalWrapper .main
{
    float: left;
    text-align: center;
}
#repairPalWrapper .vehicleImg
{
    border:1px solid #CCCCCC;
    padding: 3px;
    margin-bottom: 10px;
    width: 350px;
}
#repairPalWrapper .range2
{
    background: url('/images/repairPal/rp_priceRange.png') no-repeat 70px 0px;
    width: 400px;
    height: 128px;
    float: right;
    padding: 3px;
    position: relative;
}
#repairPalWrapper .low
{
	background-color:white;
	font-size:1.6em;
	left:95px;
	padding-left:10px;
	padding-right:10px;
	position:absolute;
	top:70px;
	width:146px;
	text-align: center;
	color: #096ACE;
}
#repairPalWrapper .high
{
    position:absolute;
    font-size: 16px;
    font-weight: bold;
    left:210px;
	top:70px;
}
#repairPalWrapper .specs
{
    background: url('/images/repairPal/rp_Bck.gif') repeat-x;
    width: 330px;
    float: right;
	background-color:#ffffff;
	border:1px solid #CE6D0B;
	padding: 15px;
	position: relative;
}
#repairPalWrapper .specs h1
{
    margin-bottom: 20px;
    color: #096ACE;
}
#repairPalWrapper .specs sub
{
    color: #666666;
}
#repairPalWrapper .range
{
    background: url('/images/repairPal/rp_priceRange.png') no-repeat 40px 0px;
    width: 300px;
    height: 80px;
    margin-bottom: 15px;
}
#repairPalWrapper .searchMod
{
    background: url('/images/repairPal/rp_Bck.gif') repeat-x;
    background-color:#ffffff;
    border:1px solid #CE6D0B;
	padding: 30px 0 10px 20px;
	position: relative;
	margin-bottom: 20px;
	min-height: 50px;
}
#repairPalWrapper .searchMod h1
{
    margin-bottom: 20px;
    color: #096ACE;
}
#repairPalWrapper .formPiecesWrap
{
    display:inline;
    margin-right: 10px;
}
#repairPalWrapper .formPiecesWrap label
{
	font-weight:bold;
	margin-right:5px;
	display: inline;
}
#repairPalWrapper .selectDisabled, #repairPalWrapper select
{
    font-size: 1.0em !important;
}
#repairPalWrapper .gabrielsTextInput
{
    margin: 0px !important;
    font-size: 1.05em !important;
    height: 15px;
    padding-top: 1px;
}
#repairPalWrapper .variant
{
    margin-left: 160px;
    margin-top: 15px;
    display: none;
}
.variant select
{
    width: 210px !important;
}
#repairPalWrapper .variant b
{
    float: left;
    margin-right:10px;
}
#repairPalWrapper .btn
{
    margin: 25px 0 0 50px;
    cursor:pointer;
}
#repairPalWrapper .ctr
{
    background: url('/images/repairPal/rp_curveTR.gif') no-repeat;
    position:absolute;
    top: -1px;
    right: -2px;
    width: 19px;
    height: 19px;
}
#repairPalWrapper .ctl
{
    background: url('/images/repairPal/rp_curveTL.gif') no-repeat;
    position:absolute;
    top: -1px;
    left: -1px;
    width: 19px;
    height: 19px;
}
#repairPalWrapper .cbl
{
    background: url('/images/repairPal/rp_curveBL.gif') no-repeat;
    position:absolute;
    bottom: -1px;
    left: -1px;
    width: 19px;
    height: 19px;
}
#repairPalWrapper .cbr
{
    background: url('/images/repairPal/rp_curveBR.gif') no-repeat;
    position:absolute;
    bottom: -1px;
    right: -1px;
    width: 19px;
    height: 19px;
}
#repairPalWrapper .detail
{
    float: right;
    padding: 5px;
    width: 100%;
    font-size:1.1em;
	line-height:1.2em;
}
#repairPalWrapper .detail h1
{
    border-bottom: solid 1px #cccccc;
    margin-bottom: 5px;
}
#repairPalWrapper h1
{
    color: #CC6600;
   /* font-size: 1.6em; */
}

#repairPalWrapper .step1
{
	background:transparent url(/images/repairPal/step1.png) no-repeat scroll 0 0;
	color:#096ACE;
	font-size:1.3em;
	padding:7px 40px 30px 50px;
}
#repairPalWrapper .step2
{
	background:transparent url(/images/repairPal/step2.png) no-repeat scroll 0 0;
	color:#096ACE;
	font-size:1.3em;
	padding:7px 40px 30px 50px;
}
#repairPalWrapper .step3
{
	color:#096ACE;
	font-size:1.3em;
	line-height:1.3em;
	margin-left:-95px;
	padding:7px 40px 30px 50px;
	width:400px;
}

/* Repair Estimator Print CSS */

#repairPalPrintWrapper
{
    padding: 10px;
    font-size: 12px !important;
	font-family: Arial, Verdana, Sans-Serif;
    position: relative;
}
#repairPalPrintWrapper .logo
{
    width: 291px;
    height: 51px;
}
#repairPalPrintWrapper .tag
{
    font-size: 16px;
    position: absolute;
    top: 20px;
    left: 350px;
    line-height: 16px !important;
}
#repairPalPrintWrapper p
{
    font-size: 1.3em !important;
}
#repairPalPrintWrapper li
{
    font-size: 1.1em !important;
}
#repairPalPrintWrapper .serviceHeader
{
    font-size: 18px;
    color: #096ACE;
    background: url('../images/repairPal/step2.png') no-repeat 0px 0px;
    padding: 7px 40px 30px 50px;
    font-size: 1.3em;
}
#repairPalPrintWrapper .serviceTitle
{
    color: #CE6D0B;
    font-size: 16px;
}
#repairPalPrintWrapper .main
{
    float: left;
    text-align: center;
}
#repairPalPrintWrapper .vehicleImg
{
    border:1px solid #CCCCCC;
    padding: 3px;
    margin-bottom: 10px;
}
#repairPalPrintWrapper .range2
{
    background: url('../images/repairPal/rp_priceRange.png') no-repeat 70px 0px;
    width: 400px;
    height: 128px;
    float: right;
    padding: 3px;
    position: relative;
}
#repairPalPrintWrapper .low
{
	background-color:white;
	font-size:1.3em;
	font-weight: bold;
	left:75px;
	padding-left:10px;
	padding-right:10px;
	position:absolute;
	top:60px;
	z-index: 99;
}
#repairPalPrintWrapper .specs
{
    background: url('../images/repairPal/rp_Bck.gif') repeat-x;
    width: 295px;
    float: right;
	background-color:#ffffff;
	border:1px solid #CE6D0B;
	padding: 15px;
	position: relative;
}
#repairPalPrintWrapper .specs h1
{
    margin-bottom: 20px;
    color: #096ACE;
}
#repairPalPrintWrapper .specs sub
{
    color: #666666;
}
#repairPalPrintWrapper .range
{
    background: url('../images/repairPal/rp_priceRange.png') no-repeat 20px 0px;
    width: 300px;
    height: 80px;
    margin-bottom: 15px;
}
#repairPalPrintWrapper .rangeBck
{
	left:35px;
	position:absolute;
	top:52px;
}
#repairPalPrintWrapper .searchMod
{
	background: url('../images/repairPal/rp_Bck.gif') repeat-x;
	background-color:#ffffff;
	border:1px solid #CE6D0B;
	padding: 30px 0 10px 60px;
	position: relative;
	margin-bottom: 20px;
	min-height: 50px;
}
#repairPalPrintWrapper .searchMod h1
{
    margin-bottom: 20px;
    color: #096ACE;
}
#repairPalPrintWrapper .formPiecesWrap
{
    display:inline;
    margin-right: 10px;
}
#repairPalPrintWrapper .formPiecesWrap label
{
	font-weight:bold;
	margin-right:5px;
}
#repairPalPrintWrapper .ctr
{
    background: url('../images/repairPal/rp_curveTR.gif') no-repeat;
    position:absolute;
    top: -1px;
    right: -2px;
    width: 19px;
    height: 19px;
}
#repairPalPrintWrapper .ctl
{
    background: url('../images/repairPal/rp_curveTL.gif') no-repeat;
    position:absolute;
    top: -1px;
    left: -1px;
    width: 19px;
    height: 19px;
}
#repairPalPrintWrapper .cbl
{
    background: url('../images/repairPal/rp_curveBL.gif') no-repeat;
    position:absolute;
    bottom: -1px;
    left: -1px;
    width: 19px;
    height: 19px;
}
#repairPalPrintWrapper .cbr
{
    background: url('../images/repairPal/rp_curveBR.gif') no-repeat;
    position:absolute;
    bottom: -1px;
    right: -1px;
    width: 19px;
    height: 19px;
}
#repairPalPrintWrapper .detail
{
    float: right;
    padding: 5px;
    width: 100%;
	line-height:1.2em;
}
#repairPalPrintWrapper .detail h1
{
    border-bottom: solid 1px #cccccc;
    margin-bottom: 5px;
}
#repairPalPrintWrapper h1
{
    color: #CC6600;
    font-size: 1.3em !important;
    margin: 0px;
}
#repairPalPrintWrapper h2
{
    margin: 0px;
}

/********** Misc ***********/

.bodyStyleButton
{
	width:83px;
	float:left;
	text-align:center;
	margin:0 0 4px 0;
	padding:0 8px 0 0;
	white-space:nowrap;
}
.bodyStyleButton a
{
	color:#666;
}

/********** Dealer Carousel ***********/

.stepcarousel
{
	position: relative; /*leave this value alone*/
	border: 1px solid #cccccc;
	overflow: scroll; /*leave this value alone*/
	width: 298px; /*Width of Carousel Viewer itself*/
	height: 268px;
	min-height: 265px; /*Height should enough to fit largest content's height*/
	margin-left: 0px;
}
.stepcarousel .belt
{
	position: absolute; /*leave this value alone*/
	left: 0;
	top: 0;
}
.stepcarousel .left 
{
    float: left;
}
.stepcarousel .panel
{
}
.listing 
{
	width:88px; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
	height: 108px;
	_height: 108px;
	text-decoration: none;
	font-size: 11px;
	font-family: arial;
	background-color: #E4E4E6;
	float: left;
	margin: 92px 2px 0 6px;
	padding: 2px 0px 2px 2px;
	text-align: center;
}
.stepcarousel .listing img
{
	border: 0;
	text-decoration: none;
}
.stepcarousel h1 
{
    font-family: arial;
    font-size: 14px;
    margin-left: 30px;
}
.stepcarousel h2
{
	font-size: 14px;
	font-weight:bold;
	padding:5px 0px 5px 10px;
	margin: 0px;
	background:transparent url(../images/carousel/hdr_bg_grey_300.gif) repeat-x scroll 0 0;
	border-bottom: 1px solid #cccccc;
}
.stepcarousel .dealer 
{
    width: 299px;
	height: 67px;
	_height: 67px;
	float: left;
	margin: 35px 1px 10px 0px;
}
.stepcarousel .dealerLogo
{
    position:absolute; 
    left: 170px;    
}
.stepcarousel .dealerInfo
{
    position:absolute; 
    left: 15px;    
    font-size: 12px;
    font-family: arial;
    width: 150px;
}
.stepcarousel .dealerInventory
{
    position:absolute;
    top:212px;
    left:173px;
    font-size: 10px;
    font-family: arial;
}
.stepcarousel a 
{
	text-decoration: none;
	color: #015FB6;
}

/********** Dealer-specific Page ***********/

#dealerContainer
{
    padding:50px 10px 10px 10px;
    font-size:12px;
    line-height:18px;
    position:relative;
	background: url('/images/header-dealer-profile.jpg') no-repeat;
}
#dealerContainer h1
{
    font-size:22px;
    color:#666;
    font-family:Tahoma;
    margin:0;
    line-height:26px;
}
#dealerContainer .left
{
    float:left;
    width:360px;
}
#dealerContainer .logo
{
    float:left;
    margin:10px 20px 10px 0;
}
#dealerContainer .address
{
    float:left;
    margin:10px 0 0 0;
}
#dealerContainer .clear
{
    clear:both;
    height:1px;
    margin:0;
}
#dealerContainer .callus
{
    font-size:18px;
    font-family:Tahoma;
    color:#871e30;
    padding:0;
    margin:0 0 10px 0;
}
#dealerContainer .quote
{
    font-style: italic;
    color:#063c78;
    padding-left:40px;
}
#dealerContainer .right
{
    float:right;
    width:240px;
    margin:0;
}
#dealerContainer #dealerMapDiv
{
    overflow:hidden;
    padding:2px;
}
#dealerContainer #iFrameDealerMap
{
    border:solid 1px #ccc;
    width:230px;
    height:130px;
    overflow:hidden;
}
#dealerContainer #icons
{
}
.email_icon
{
    padding: 1px 4px 1px 22px;
    font-size: .9em;
    color: #666666;
    background:url('../images/icons/04.png') no-repeat 0 0px;
}
.listings_icon
{
    padding: 1px 4px 1px 22px;
    font-size: .9em;
    color: #666666;
	background-image:url('/images/sprite.png');
	background-position:1px -146px;
	background-repeat: no-repeat;
    cursor:pointer;
}
.compass_icon
{
    padding: 1px 4px 1px 22px;
    font-size: .9em;
    color: #666666;
	background-image:url('/images/sprite.png');
	background-position:0px -117px;
	background-repeat: no-repeat;
}
.globe_icon
{
    padding: 1px 4px 1px 22px;
    font-size: .9em;
    color: #666666;
	background-image:url('/images/sprite.png');
	background-position:1px -178px;
	background-repeat: no-repeat;
}

/* -- Dealer Featured Vehicles Module --*/

#dealerFeaturedVehiclesContainer
{
    width: 620px;
    padding: 40px 10px 10px 10px;
    margin: 30px 0 16px 10px;
	background: url('/images/header-dealer-featured.jpg') no-repeat;
}
#dealerFeaturedVehiclesContainer h3
{
    margin: 0 0 5px; 
    font-size: 18px;
    font-family: Tahoma, sans-serif;
    color: #871e30;
}
.dealerFeaturedVehiclesContainer_InnerContainer
{
    width:120px;
    position: relative;
    float: left;
    color: #000000;
    font-size: 11px;
    font-family: arial, Geneva, helvetica, sans-serif;
    padding: 15px;
}
#dealerFeaturedVehiclesContainer .gabrielsFeaturedAutosImage
{
	width: 120px;
	height: 90px;
    border: solid 1px #c2b467;
    background: #fff;
    padding: 3px;
    margin-bottom:4px;
}
#dealerFeaturedVehiclesContainer .clear
{
	clear: both;
	height:1px;
}
#dealerFeaturedVehiclesContainer a,
#dealerFeaturedVehiclesContainer a:visited
{
    color: #B80A00;
}
#dealerFeaturedVehiclesContainer a:hover
{
    color: #B80A00;
}

/* -- Dealer Search Module --*/

.dealerSearchContainer
{
    width: 620px;
    margin: 4px 0 20px 10px;
    padding:40px 10px 10px 10px;
	background: url('/images/header-dealer-search.jpg') no-repeat;
}
.dealerSearchContainer h1
{
    margin: 0px 0px 20px; 
    font-size: 18px;
    font-family:Tahoma;
    color: #871e30;
}
.iframeSleek
{
	position: relative; /*leave this value alone*/
	border: 1px solid #cccccc;
	margin-left: 0px;
}
.iframeSleek h2
{
	font-size: 14px;
	font-weight:bold;
	padding:5px 0px 5px 10px;
	margin: 0 0 10px 0;
	background:transparent url(../images/carousel/hdr_bg_grey_300.gif) repeat-x scroll 0 0;
	border-bottom: 1px solid #cccccc;
}

/********** Most Popular ***********/

.gabrielsMostPopular
{
	font-size:11px;
	width:254px;
	margin-top:8px;
}
.gabrielsMostPopularButton
{
	background-color: #F0F4F5 !important;
	color: #333333;
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	font-size:11px;
	line-height:9px;
	width:90px;
}
.gabrielsMostPopularButton div
{	
	padding: 8px;
	border-bottom: 1px solid #E2E2E2;
	border-right: 1px solid #CCCCCC;
}
.gabrielsMostPopularButtonSelected
{
	border-right: 0px !important;
	background-color:White;
}
.gabrielsMostPopularBody
{	
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	font-size:11px;
	padding:8px;
	vertical-align:top;
}
.gabrielsMostPopularPage
{
	width: 100%;
}
.gabrielsMostPopularPage th
{
	background-color: #c8c8c8;
	padding: 1px 5px 1px 5px;
	border-color: White;
	border-width: 0px 2px 0px 0px;
	border-style: solid;
}
.gabrielsMostPopularPage td
{
	padding: 10px 5px 20px 5px;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	border-bottom-color: Gray;
}
.gabrielsMostPopularBox
{
	width: 175px;
	background-color: #c8c8c8;
	font-weight: bold;
	border-right-width: 50px;
}
.gabrielsMostPopularBox th
{
	color: black;
	padding: 5px;
	border-bottom-style: solid;
	border-bottom-color: White;
	border-bottom-width: 1px;
}
.gabrielsMostPopularBox td
{
	padding: 1px 5px 1px 5px;
}
.gabrielsMostPopularSelected a
{
	color: #8a8a8a;
}
.gabrielsMostPopularControl td
{
	
}
.gabrielsMostPopularControl th
{
	padding-bottom: 5px;
}
.gabrielsMostPopularCSelected
{
	width: 165px;
}
.gabrielsMostPopularCSelected td
{
	padding: 2px 0px 2px 0px;
}
.gabrielsMostPopularCSelected th
{
	padding-bottom: 4px;
}
#mapView 
{
	background-image:url('/images/mapViewBg.png');
	background-repeat:no-repeat;
	background-position:bottom left;
	width: 76px;
	height: 76px;
	padding:14px 0 0 0;
	position:absolute;
	right:4px;
	top:-68px;
}
#mapView a
{
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	display: block;
	color: #3b62b1;
	line-height: 1.5em;
	padding-left: 10px;
	text-align: left;
	margin: 0 1px;
}
#mapView a:hover
{
	color: #204590;
	background: #c4d6fc url('/images/right-arrow-gray.gif') left no-repeat;
}
.mapButtonStreet 
{
	background-image: url('/images/mapButtonStreet.png');
	background-repeat: no-repeat;
	width: 54px;
	height: 34px;
	padding: 0;
	cursor: pointer;
}
#mapWrap
{
	background: #fff url('/images/configurator/ico_notincluded.gif') no-repeat;
	width: 11px;
	height: 11px;
	padding: 0;
	position: absolute;
	right: 7px;
	top: 7px;
	z-index: 3;
	display: block;
	cursor: pointer;
}
#directionsForm
{
	font-size: .9em;
	width: 270px;
	margin-top: 10px;
}
#directionsForm form
{
	margin: 0;
}
#directionsForm .textInput
{
	height: 16px;
	border: 1px solid #ccc;
	font-size: 1em;
}
.recentlyViewed
{
	background: url('/images/header-recently-viewed.jpg') top left no-repeat;
	padding: 34px 0 0 0;
	margin: 10px 0 10px 20px;
	line-height: 1.4em;
}
.recentlyViewed a
{
	font-weight: bold;
	color: #991d13 !important;
}


/*************************/
/** GABRIELS CONTAINER  **/
/*************************/

.gabContainer
{
    clear: both;
    margin-bottom: 20px;
}
.gabContainer a, .gabContainer a:active, .gabContainer a:visited 
{
    color:#004276;
    text-decoration: none;
}

.gabContainer h4
{
    line-height: 14px !important;
}
.gabContainerBlue
{
    background-color: #1B7FCB;
    border: solid 1px #1B7FCB;
}
.blueGradBck
{
	background:transparent url(../images/gradBackgnd.png) repeat-x scroll;
	background-position: bottom;
}
.gabContainerGrey
{
    background-color: #D5D5D5;
    border: solid 1px #D5D5D5;
}
.gabContainerGrey h4
{
    color:#000000;
    font-size:1.25em;
    margin:0 !important;
    padding: 3px 0 3px 7px;
    letter-spacing: normal !important;
}
.gabContainerBlue h4
{
    color:white;
    font-size:1.25em;
    margin:0 !important;
    padding:3px 0 3px 7px;
    letter-spacing: normal !important;
    font-weight:bold;
}
.gabContainer_inner
{
    padding: 10px;
    background-color: #ffffff;
    border-top: solid 2px #003366;
}
.gabriel_H2_300
{
background:transparent url(../images/hdr_bg.png) repeat-x scroll 0 -7px;
padding: 3px 0 3px 8px;
margin: 0px;
color: #ffffff;

}
.gabriel_H2_300_gry
{
background:transparent url(../images/hdr_bg_gry.png) repeat-x scroll 0 -7px;
padding: 3px 0 3px 8px;
margin: 0px;
color: #ffffff;
font-weight: bold;
}
.gabriel_H2_450
{
background:transparent url(../images/hdr_bg.png) repeat-x scroll 0 0;
padding: 7px 0 7px 8px;
margin: 0px;
color: #ffffff;
}
.gabriel_H2_CC_450
{
padding: 5px 0 5px 8px;
margin: 0px;
color: #ffffff;
}
.gabriel_H2_766
{
margin:0;
padding:7px 0 7px 8px;
color: #ffffff;
background:transparent url(../images/hdr_bg.png) repeat-x scroll 0 0;
}

/********************************/
/** END OF GABRIELS CONTAINER  **/
/********************************/

/******************************/
/* vehicle spotlight controls */
/******************************/
.gabrielsVehicleSpotlightSmall 
{
}

.gabrielsVehicleSpotlightSmall div
{
}
.gabrielsVehicleSpotlightSmall img
{
	width:63px;
	height:63px;
}
.gabrielsVehicleSpotlight 
{
}

.gabrielsVehicleSpotlight
{
	float:left;
}
.gabrielsVehicleSpotlight img
{
	border: solid 1px #ffffff;
	width:120px;
	height:120px;
}

/*************************************/
/* end of vehicle spotlight controls */
/*************************************/

/*************************************/
/* research & reviews green page */
/*************************************/

.review_green
{
}
.research_reviews_green_inner {padding:10px;}

.research_green_photo {border:1px solid #000;width:120px;float:left;}

.review_green_copy {width:150px;float:left;}


.review_green_copy h3 
{margin:0;
padding:0 0 0 10px;
}

.review_green_copy h3 a
{color:#004276; text-decoration:none;}

.review_green_copy p
{margin:0;
padding:0 0 0 10px;
width:160px;
overflow:hidden;
}

.review_green_links {margin:0;padding:5px 0 7px 0; clear: both;}

.review_green_links a {color:#004276; text-decoration:none;}

.review_green_links a:hover, .review_green_copy h3 a:hover {text-decoration:underline;}

/*************************************/
/* Top Ten module START				 */
/*************************************/

.topTen-h3
{
	font-size:14px;
	font-weight:bold;
	margin-top:30px;
	margin-bottom:14px;
	color:#333;
}
.topTenAlive
{
	display:block;
	background-image:url('/images/lrgGradientBck.gif');
	background-position:bottom;
	padding:12px 0 30px 0;
	
}
.topTenAlive p
{
	padding: 5px 0px 0px 5px;  
	_padding: -30px 0px 5px 5px; /* IE Fix */
	_margin: -10px 0px 8px; /* IE Fix */
}	
	
.topTenDead
{
	display:none;
}	
.topTenTextDead
{
	border:1px solid #cccccc;
	float:left;
	background:#f1f1f1;
	width:55px;
	white-space:nowrap;
	text-align:center;
	margin:0 -1px 0 0;
}	
.topTenTextAlive
{
	border-top:1px solid #cccccc;
	border-left:1px solid #cccccc;
	border-right:1px solid #cccccc;
	float:left;
	background:#ffffff;
	font-weight:bold;
	width:55px;
	white-space:nowrap;
	text-align:center;
	margin:0 -1px 0 0;
}


/*************************************/
/* Top Ten module End				 */
/*************************************/

.clearBoth
{
	clear:both; 
	height: 0px; 
	overflow: hidden;
}


