/*-------global -------*/

body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 100%;
}

* {
	margin: 0px;
	padding: 0px;
}

sup {
	font-size: 50%;
	vertical-align: super;
}

ol, ul {
	margin-left: 15px;
	padding-left: 15px;
	font-size: 85%;
}

.hlisting { display:none;}

.vcard { display:none;}
	

.clear {
	clear: both;
}

.divspacer {
	margin: 12px 0px;
}

#header {
	width: 965px;
	margin: 0px auto;
	height: auto;
}

#wrapper {
	/*border-left: #E0E0E0 solid 1px;
	border-right: #E0E0E0 solid 1px;*/
	border-left: #6F7387 solid 1px;
	border-right: #6F7387 solid 1px;
	width: 965px;
	margin: 0px auto;
	height: auto;
	background-color:#FFF;
}

.content {
	margin: 0px 20px 10px 20px;
}

#ecl-logo {
	width: 257px;
	height: 68px;
	float: left;
	display:block;
}

#nav-container {
	width: 708px;
	height: 68px;
	float: right;
	display: block;
}

.navigation {
	background-image: url(http://static.ypautos.com/ecl/410/images/naviation.jpg);
	width: 708px;
	height: 36px;
	margin: auto;
}

.navigation p {
	font-size: 84%;
	color: #FFF;
	text-decoration: none;
	line-height: 36px;
	text-align: center;
	padding: 0px;
	margin-right: 20px;
	}

.navigation p a:link, .navigation p a:visited, .navigation p a:active {
	color: #FFF;
	text-decoration: none;
}

.navigation p a:hover {
	color: #FFF;
	text-decoration: underline;
}

.main-title {
	color: #000;
	font-weight: bold;
	border-bottom:  #000 solid 1px;
	font-size: 120%;
}

.titles {
	color: #000;
	font-weight: bold;
	font-size: 120%;
}

h1 {
	color: #2B324F;
	font-weight: bold;
	font-size: 120%;
}

.login {
	width: 708px;
	height: 32px;
	background-color: #FFF;
	margin: 0px;
	padding: 0px;
}

.login h1 {
	color: #2B324F;
	font-weight: bold;
	font-size: 90%;
	line-height: 32px;
	margin: auto;
	padding: 0px;
	text-align: left;
}

.login p {
	color: #000;
	font-size: 80%;
	margin: auto;
	padding: 0px;
	line-height: 32px;
	text-align: right;
	margin-right: 20px;
}

.floatLeft {
	float: left;
	display: block;
}

.floatRight {
	float: right;
	display: block;
}

a:link, a:visited, a:active {
	color: #2B324F;
	text-decoration: underline;
}

a:hover {
	color: #000;
	text-decoration: none;
}

#search-bar {
	background-image: url(http://static.ypautos.com/ecl/410/images/search-bar.jpg);
	width: 925px;
	height: 45px;
	margin: auto;
	padding: 0px 20px;
	border-left: #666666 solid 1px;
	border-right: #666666 solid 1px;
}

#search-bar .bar {
	float: left;
	display: block;
}

#search-bar label {
	font-size: 100%;
	color: #FFF;
	font-weight: bold;
	line-height: 45px;
	margin: 0px;
	padding: 0px;
}

#search-bar .browseby {
	height: 45px;
	margin: 0px;
	padding: 0px;
}

#search-bar .browse {
	font-size: 85%;
	color: #FFC423;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}

#search-bar .links {
	font-size: 80%;
	color: #fff;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}

#search-bar .links a:link, #search-bar .links a:visited, #search-bar .links a:active {
	color: #fff;
	text-decoration: underline;
}

#search-bar .links a:hover {
	color: #fff;
	text-decoration: none;	
}

input.txt {
	border: #666666 solid 1px;
	font-size: 70%;
	color: #333;
	font-weight: normal;
	padding: 2px;
}

select {
	border: #666666 solid 1px;
	font-size: 70%;
	color: #333;
	font-weight: normal;
	padding: 2px;
}

input.button {
	background-image: url(http://static.ypautos.com/ecl/390/images/ecl-btn.jpg);
	background-color: #FFC423;
	background-position: top;
	background-repeat: repeat-x;
	border: #000 solid 1px;
	font-size: 80%;
	color: #000;
	font-weight: bold;
	padding: 0px 3px;
	cursor: pointer;
}

input.review-btn-ie {
	background-image: url(http://static.ypautos.com/ecl/390/images/ecl-btn.jpg);
	background-color: #FFC423;
	background-position: top;
	background-repeat: repeat-x;
	border: #000 solid 1px;
	font-size: 80%;
	color: #000;
	font-weight: bold;
	padding: 0px 3px;
	cursor: pointer;
}

input.return-btn-ie {
	background-image: url(http://static.ypautos.com/ecl/390/images/ecl-btn.jpg);
	background-color: #FFC423;
	background-position: top;
	background-repeat: repeat-x;
	border: #000 solid 1px;
	font-size: 80%;
	color: #000;
	font-weight: bold;
	padding: 0px 3px;
	cursor: pointer;
}

.footer {
	background-image: url(http://static.ypautos.com/ecl/400/images/footer.jpg);
	background-repeat: repeat-x;
	width: 969px;
	height: 41px;
	padding: 0;
	margin: auto;
	font-size: 75%;
	}

.footer span {
	margin: 6px 25px 0 25px;
	}

.footer p {
	vertical-align: middle;
	text-align: center;
	padding-top: 16px;
	margin: 0;
	}
	
.smallgrey {
	color: #000;
	font-size: 65%;
	margin: 10px 35px;
	color: #3A3A3A;
}

.fifteen {
	font-size: 100%; 
	}
	
.ecl-greybox {
	background-color: #E5E5E5;
	border: #2D334A solid 1px;
	}


/*--------------home page css--------------*/

.home-maingrey .col1 {
	width: 295px;
	float: left;
	display: block;
	margin: 10px;
}

.home-maingrey .col2 {
	width: 295px;
	float: left;
	display: block;
	margin: 10px 0px;
}

.home-maingrey .col3 {
	width: 295px;
	float: right;
	display: block;
	margin: 10px;
}

.home-map {
	width: 608px;
	float: right;
	display: block;
	margin: 10px 10px 10px 0px;
}

.search-wizards {
	width: 290px;
	float: left;
	display: block;
	margin: 10px 5px 10px 10px;
}

.search-wizards .sub p {
	font-size: 90%;
	color: #000;
	margin: 0px;
	padding: .5em 0px;
}

.search-wizards p a {
	font-size: 115%;
	font-weight: bold;
	margin: 0px;
	padding: .5em 0px;
}

.search-wizards img {
	margin: 0px;
	float: left;
}

.home-maingrey ul {
	line-height: 1.4em;
	list-style-position:outside;
	margin:3px 3px 10px 14px;
	padding:0 2px 0 5px;
	text-indent:2px;
	font-size: 75%;
}

.home-maingrey {
	background-color: #EAEAEA;
}

.home-topgrey {
	background-color: #EAEAEA;
}

.home-topgrey .col1 {
	width: 295px;
	float: left;
	display: block;
	margin: 10px;
}

.home-topgrey .col2 {
	width: 295px;
	float: left;
	display: block;
	margin: 10px 0px;
}

.home-topgrey .col3 {
	width: 295px;
	float: right;
	display: block;
	margin: 10px;
}

.home-maingrey .col3 p {
	font-size: 75%;
	font-weight: bold;
	margin: 0px;
	padding: 3px 0px 10px 0px;
}

.home-form label { 
	display: block;  /* block float the labels to left column, set a width */
	float: left; 
	width: 80px; 
	padding: 0; 
	margin: 5px 0 0;  /*set top margin same as form input - textarea etc. elements */
	text-align: left; 
	font-size: 85%;
}

.home-form span { 
	font-size: 85%;
}

.home-form input, .home-form select {
	display: inline;
	width: auto;      /* set width of form elements to auto-size, otherwise watch for wrap on resize */
	margin: 5px 0 0 10px; /* set margin on left of form elements rather than right of
                              label aligns textarea better in IE */
}


/* ------------Detail Page -------------- */

.detail-col1 { 
	width: 238px;
	display: block;
	float:left;
	margin: 0px 10px 0px 0px;
	padding: 0px;
}

.detail-col2 { 
	width: 320px;
	display: block;
	float:left;
	margin: 0px 10px 0px 0px;
	padding: 0px;
}

.detail-col3 { 
	width: 347px;
	display: block;
	float:left;
	margin: 0px;
	padding: 0px;
}

.detail-linksinterest { 
	width: 558px;
	display: block;
	float:left;
	margin: 0px 10px 0px 0px;
	padding: 0px;
}

.detail-linksinterest a { 
	font-size: 95%;
}

.detail-linksinterest img { 
	border: none;
	text-decoration: none;
}

.detail-dealerinfo { 
	width: 347px;
	display: block;
	float:left;
	margin: 0px;
	padding: 0px;
}

.detail-dealerinfo p {
	font-size: 90%;
}

.detail-dealerinfo span {
	font-size: 80%;
}

.detail-car-info {
	background: url(http://static.ypautos.com/ecl/410/images/detail-carinfo.jpg) #6F7387 repeat-x;
	width: 238px;
	color:#FFF;
	margin: 12px 0px;
	text-align: center;
	padding: 10px 0px;
}

.detail-car-info .car {
	font-size: 105%;
	font-weight: bold;
}

.detail-car-info .pm {
	font-size: 90%;
	}
	
#paneltab {
	float:left;
	font-size:13px;
	background-color: #FFFFFF;
    line-height: 30px;
	width: 320px;
	}
	
#paneltab:focus { -moz-outline: none; }
#paneltab ul:focus { -moz-outline: none; }
#paneltab li:focus { -moz-outline: none; }

#paneltab ul {
	margin:0;
    padding:0;
    list-style:none !important;	
	border-bottom: #CCC solid 1px;	
	height:30px;
}

#paneltab li {
	display:inline;
    margin:0;
    padding:0;
	        }
#paneltab a {
	float:left;
    margin:0;
    padding:0;
    text-decoration:none;
      }
	  
#paneltab a span {
    float:left;
    display:block;
	width: auto;
	margin: 0;
	margin-right: 5px;
	height:30px;
    padding: 0px 8px;
    color:#000;
	font-weight: bold;
	background-color: #ccc;
	border-right: #CCC solid 1px;
	border-left: #CCC solid 1px;
	border-top: #CCC solid 1px;
	cursor: pointer;
		
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
#paneltab a span {float:none;}
    /* End IE5-Mac hack */
#paneltab a:hover span {
	color: #000;
	width: auto;
      }
#paneltab a:hover {
	margin:0;
	color:#000;
	 }
#paneltab a:hover span {
	background-color: #fff;
	background-image: url(http://static.ypautos.com/ecl/350/images/tab-bg.jpg);
	background-repeat:repeat-x;
	border-right: #CCC solid 1px;
	border-left: #CCC solid 1px;
	border-top: #CCC solid 1px;
	margin:0;
	margin-right: 5px;
	color: #000;
	cursor: pointer;
      }
	
#paneltab .active a {
	margin: 0;
	color:#000;
		 }
#paneltab .active span {
    color:#000;
	background-color: #fff;
	background-image: url(http://static.ypautos.com/ecl/350/images/tab-bg.jpg);
	background-repeat:repeat-x;
	border-right: #CCC solid 1px;
	border-left: #CCC solid 1px;
	border-top: #CCC solid 1px;
	margin: 0;
	margin-right: 5px;
	width: auto;
	padding: 0px 8px;
	background-position:bottom;
	border-bottom: none !important;
	cursor: pointer;
        }
			
#photos {
	float: left;
	display: block;
	margin: 0;
	padding: 0;
	height: 240px;
	width: 320px;
	margin-right: 5px;
	border-right: #CCC solid 1px;
	border-left: #CCC solid 1px;
	border-bottom: #CCC solid 1px;
	}
	
#photos a, #photos img {
	border: none;
	text-decoration: none;
}

.dealerbadge a img {
	border: none;
}
	
#videos {
	float: left;
	display: block;
	margin: 0;
	padding: 0;
	height: 260px;
	width: 320px;
	overflow: hidden;
	margin-bottom: 10px;
	margin-right: 5px;
	border-right: #CCC solid 1px;
	border-left: #CCC solid 1px;
	border-bottom: #CCC solid 1px;
	}
	
#videos a, #videos img {
	border: none;
	text-decoration: none;
}

.thumb-scroller {
	width: 320px; height: 80px; overflow: auto; margin-top: 12px;
}

.thumb-scroller a, .thumb-scroller img {
	border: none;
	text-decoration: none;
}

#contact_form label.error { margin-left: 5px; color:#F00; font-weight:bold}
#contact_listing label.error { margin-left: 5px; color:#F00; font-weight:bold}

.contact_dealer {
	border: #CBCBCB solid 1px;
	background-color: #EEE;
	width: 347px;
	overflow: hidden;
	color: #333;
}

.contact_dealer textarea {
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	font-size:80%;
}

.contact_dealer .title {
	margin: 5px 0px;
	padding: 0px;
	font-size: 80%;
	font-weight: bold;
	color: #000;
	}
	
.contact_dealer .par {
	margin: 5px 0px;
	padding: 0px;
	font-size: 80%;
	}

.contact_dealer form {
	margin: 10px;	
}

.contact_dealer label  { 
	display: inline;  /* block float the labels to left column, set a width */
	width: auto; 
	padding: 0; 
	margin: 0; /* set top margin same as form input - textarea etc. elements */
	text-align: left; 
	font-size: 80%;
}

.contact_dealer input, .contact_dealer textarea, .contact_dealer select {
	color: #333;
	display: inline;
	width:auto;      /* set width of form elements to auto-size, otherwise watch for wrap on resize */
	margin:5px 0 0 0px; /* set margin on left of form elements rather than right of
                              label aligns textarea better in IE */
}

.phone-reveal {
	border: #CBCBCB solid 1px;
	background-color: #EEE;
	padding:4px; margin-bottom: 12px;
	text-align: center;
}

.phone-reveal .dealername {
	color: #2B324F;
	text-align: center;
	font-weight: bold;
	font-size: 90%;
}

.phone-reveal .phonenum {
	color: #000;
	font-size: 130%;
}

.ad-container {
	float: right;
	display: block;
	width: 728px;
}

.ad {
	width: 728px;
	height: 90px;
}

.ad a, .ad img {
	border: none;
	text-decoration: none;
}

.vehicle-info {
	width: 728px;
}

.confirm-availability {
	width: 187px;
	float: left;
	display: block;
	overflow: hidden;
}

.confirm-availability .box {
	border: #CBCBCB solid 1px;
	background-color: #EEE;
	color: #333;
	height: 394px;
	overflow: hidden;
}

.confirm-availability span {
	margin: 5px 0px;
	padding: 0px;
	font-size: 80%;
	}

.confirm-availability form {
	margin: 5px;	
}

.confirm-availability textarea {
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	font-size:80%;
}

.confirm-availability label { 
	display: block;  /* block float the labels to left column, set a width */
	float: left; 
	width: 75px; 
	padding: 0; 
	margin: 5px 0 0; /* set top margin same as form input - textarea etc. elements */
	text-align: left; 
	font-size: 80%;
}

.confirm-availability .radio label  { 
	display: inline;  /* block float the labels to left column, set a width */
	float: none; 
	width: auto; 
	padding: 0; 
	margin: 0; /* set top margin same as form input - textarea etc. elements */
	text-align: left; 
	font-size: 80%;
}

.confirm-availability input, .confirm-availability textarea, .confirm-availability select {
	display: inline;
	width:auto;      /* set width of form elements to auto-size, otherwise watch for wrap on resize */
	margin:5px 0 0 0px; /* set margin on left of form elements rather than right of
                              label aligns textarea better in IE */
}
.detail-disclaimer {
	font-size: 70%;
}

.ordered-listings ol {
	font-size: 80%;
}

.ordered-listings li {
	float: left;
	width: 175px;
	margin: 10px 0px;
	height: 125px;
}
.ordered-listings ol li a:link {
	color: #2B324F;
	text-decoration: underline !important;
}

#vehiclespec { line-height: 1.75; font-size: 12px; margin: 0; padding: 0; }
#vehiclespec table { width: 400px; float: left; margin-right: 20px; padding: 0; border-collapse: collapse; }
#vehiclespec table td { border-bottom: 1px #000 solid;}
#vehiclespec table tr { margin:0; padding: 0; }
#vehiclespec .col2 { width: 250px; float: left; display: block; margin: 0px 10px; }
#vehiclespec a { background: none; margin: 0; padding: 0; }

div.fueleconomy { margin: 20px 0; background: url(http://static.ypautos.com/ecl/320/images/fuel-economy-info-label.gif) no-repeat 10px 0; font-size: 24px;  width:230px; height:90px;}
div.fueleconomy .citympg { position: relative; float: left; top: 43px; left: 0px; }
div.fueleconomy .hwympg { position: relative; float: right; top: 43px; right: 0px;  }

.cert{width:88px;height:31px;display:block;}
.cert_gmc { background: url(http://static.ypautos.com/certificationprograms/gmc.gif); }
.cert_cadillac { background: url(http://static.ypautos.com/certificationprograms/cadillac.gif); }
.cert_hummer { background: url(http://static.ypautos.com/certificationprograms/hummer.gif); }
.cert_saturn { background: url(http://static.ypautos.com/certificationprograms/saturn.gif); }
.cert_ford { background: url(http://static.ypautos.com/certificationprograms/ford.gif); }
.cert_lincoln { background: url(http://static.ypautos.com/certificationprograms/lincoln.gif); }
.cert_mercury { background: url(http://static.ypautos.com/certificationprograms/mercury.gif); }
.cert_jaguar { background: url(http://static.ypautos.com/certificationprograms/jaguar.gif); }
.cert_volvo { background: url(http://static.ypautos.com/certificationprograms/volvo.gif); }
.cert_chrysler { background: url(http://static.ypautos.com/certificationprograms/chrysler.gif); }
.cert_dodge { background: url(http://static.ypautos.com/certificationprograms/dodge.gif); }
.cert_jeep { background: url(http://static.ypautos.com/certificationprograms/jeep.gif); }
.cert_chevrolet { background: url(http://static.ypautos.com/certificationprograms/chevrolet.gif); }
.cert_pontiac { background: url(http://static.ypautos.com/certificationprograms/pontiac.gif); }
.cert_buick { background: url(http://static.ypautos.com/certificationprograms/buick.gif); }
.cert_land { background: url(http://static.ypautos.com/certificationprograms/land.gif); }
.cert_kia { background: url(http://static.ypautos.com/certificationprograms/kia.gif); }
.cert_infiniti { background: url(http://static.ypautos.com/certificationprograms/infiniti.gif); }
.cert_volkswagon { background: url(http://static.ypautos.com/certificationprograms/volkswagon.gif); }
.cert_toyota { background: url(http://static.ypautos.com/certificationprograms/toyota.gif); }

/* .cert_acura { background: url(http://static.ypautos.com/certificationprograms/acura.gif); }
.cert_audi { background: url(http://static.ypautos.com/certificationprograms/audi.gif); }
.cert_bmw { background: url(http://static.ypautos.com/certificationprograms/bmw.gif); }
.cert_honda { background: url(http://static.ypautos.com/certificationprograms/honda.gif); }
.cert_lexus { background: url(http://static.ypautos.com/certificationprograms/lexus.gif); }
.cert_mazda { background: url(http://static.ypautos.com/certificationprograms/mazda.gif); }
.cert_mercedesbenz { background: url(http://static.ypautos.com/certificationprograms/mercedesbenz.gif); }
.cert_nissan { background: url(http://static.ypautos.com/certificationprograms/nissan.gif); } 
.cert_oldsmobile { background: url(http://static.ypautos.com/certificationprograms/oldsmobile.gif); }
.cert_porsche { background: url(http://static.ypautos.com/certificationprograms/porsche.gif); }
.cert_saab { background: url(http://static.ypautos.com/certificationprograms/saab.gif); }
.cert_subaru { background: url(http://static.ypautos.com/certificationprograms/subaru.gif); }
.cert_AAAU { width: 88px; height: 31px; display: block; background: #fff url(http://dev.static.ypautos.com/certificationprograms/pontiac.gif); }*/

/*---------------Certified Search Page ----------------*/

.certified-search {
	width: 350px;
	float: left;
	display: block;
	padding: 10px;
}

.certified-search label { 
	display: block;  /* block float the labels to left column, set a width */
	float: left; 
	width: 150px; 
	padding: 0; 
	margin: 5px 0 0; /* set top margin same as form input - textarea etc. elements */
	text-align: right; 
	font-size: 85%;
}

.certified-search input, .certified-search textarea, .certified-search select {
	display: inline;
	width:auto;      /* set width of form elements to auto-size, otherwise watch for wrap on resize */
	margin:5px 0 0 10px; /* set margin on left of form elements rather than right of
                              label aligns textarea better in IE */
}

/*----------------Page Styles--------------*/

.greybox {
	background-color: #E5E5E5;
	border: #2D334A solid 1px;
	}

.bounding-box-404page {
	margin:0px auto; padding: 0px 10px; width: 450px;
}

.greybox-404page {
	background-color: #E5E5E5;
	border: #2D334A solid 1px;
	margin:0px auto; padding: 10px; width: 450px;
	}
	
.greybox-mustknow {
	background-color: #E5E5E5;
	border: #2D334A solid 1px;
	margin:0px 35px; padding: 10px;
	}
	
#breadcrumbs {
	font-size:80%;
}

.breadcrumbscurrentnode {
	color: #333;
}

p {
	font-size: 85%;
	padding: 6px 0px;
}

.certified-table {
	font-size: 85%;
}

.largertxt {
	font-size: 100%;
	padding: 6px 0px;
}

.largertxt-bold {
	font-size: 100%;
	padding: 6px 0px;
	font-weight: bold;
}

.financing-box {
	width: 272px;
	margin: 0px 6px;
	float: left;
	display: block;
	border: #CBCBCB solid 1px;
	padding: 10px;
	overflow: hidden;
	height: 300px;
}

.compare td { border-bottom: #F5F5F5 solid 1px; font-size: 85%; padding: 2px; }

.small-white {
	color:#fff;
	text-decoration:none;
	font-weight:bold;
	}

.small-white a:link, small-white a:visited, small-white a:active {
	color:#fff;
	text-decoration:none;
	font-weight:bold;
	}

.small-white a:hover {
	color:#fff;
	text-decoration:underline;
	font-weight:bold;
	}
	
.whitemyecl {
	font-weight: bold;
	color: #FFF;
}

/*-------------------Power Search Page -----------------*/
.power-filter {
	float: left;
	display: block;
	margin: 0px;
	width: 185px;
	font-size: 90%;
}

.power-filter p {
	font-weight: bold;
	cursor: pointer;
	padding: 3px;
	margin: 0px;
}

.power-filter .link {
	background-color: #E5E5E5;
	color: #000;
}

.power-filter p:hover {
	background-color: #2D334A;
	color: #FFFFFF;
}

.power-filter .active {
	background-color: #fff;
	color: #000;
}

.power-content {
	float: right;
	display: block;
	margin: 0px;
	padding: 10px;
	width: 720px;
	background-color: #fff;
	min-height: 340px;
	height: auto !important;
	height: 100% !important;
	background-image: url(http://static.ypautos.com/ecl/340/images/wheel.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	font-size: 85%;
}

.power-wrapper {
	width: 925px;
	background-color: #E5E5E5;
	border: #2D334A solid 1px;
}

/*-------------------Contact Us Page--------------------*/

.contact-text {
	border: #CBCBCB solid 1px;
	background-color: #EEE;
	width: 250px; 
	margin-left: 150px;
	margin-right: 20px;
	float: left;
	display:block;
	height: 335px;
	padding: 10px;
}

.contact-page-form {
	border: #CBCBCB solid 1px;
	background-color: #EEE;
	width: 250px; 
	margin-right: 150px;
	float: left;
	display: block;
	padding: 10px;
	height: 335px;
}

.contact-page-form label { 
	display: block;  /* block float the labels to left column, set a width */
	float: left; 
	width: 80px; 
	padding: 0; 
	margin: 5px 0 0; /* set top margin same as form input - textarea etc. elements */
	text-align: left; 
	font-size: 85%;
}

.contact-page-form .radio label  { 
	display: inline;  /* block float the labels to left column, set a width */
	float: none; 
	width: auto; 
	padding: 0; 
	margin: 0; /* set top margin same as form input - textarea etc. elements */
	text-align: left; 
	font-size: 85%;
}

.contact-page-form input, .contact-page-form textarea, .contact-page-form select {
	display: inline;
	width:auto;      /* set width of form elements to auto-size, otherwise watch for wrap on resize */
	margin:5px 0 0 10px; /* set margin on left of form elements rather than right of
                              label aligns textarea better in IE */
}

.contact-page-form textarea {
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	font-size:85%;
}

/*----------------Selling Cars Page-------------*/
.selling-columnleft {
	width: 420px;
	float: left;
	display:block;
	}

.selling-columnright {
	width: 420px;
	float: right;
	display: block;
	}
	
/*-----------News Section/Dealer Track/Make Track/Geo Track -------------------*/

.bluebanner {
	background-color: #2D334A; height:25px; }
	
.bluebanner span {
	color:#FFF; font-size: 100%; font-weight: bold; line-height:25px; margin: 10px 20px; }
	
.text {
	margin: 0px 20px; line-height:16px; font-size: 85%; }
	
.newsRight {
	float:right;
	display: block;
	width:450px;
	font-size: 80%;
}

.newsLeft {
	float:left;
	display: block;
	width:450px;
	font-size: 80%;
}

.newsp {
	margin: 0px; padding: 0px 15px; font-size: 100%;
}

.condition-left {
	float:left; width: 250px; display: inline-block;}
	
.make-right {
	float:right; width: 580px; display: inline-block; }
	
.state-usa-listings {
	float:right; width: 300px; display: inline-block;
}

.greybox-model-right {
	background-color: #E5E5E5;
	border: #2D334A solid 1px;
	float:right; width: 300px; display: inline-block;
}

.nogreybox-model-right {
	float:right; width: 300px; display: inline-block;
}

.greybox-model-left {
	background-color: #E5E5E5;
	border: #2D334A solid 1px;
	float:left; width: 300px; display: inline-block;
}

.greybox-cities {
	background-color: #E5E5E5;
	border: #2D334A solid 1px;
	float:right; width: 450px; display: inline-block;
}

#tipBox{  
    background-color: #fff;  
    border: 1px solid #666;
	font-family: Arial, Helvetica, sans-serif;
    padding: 3px;  
    width: auto;
}    
#tipBox.state{  
    width: auto;
	font-size: 13px;
	font-weight: bold;
	color: #666;
}

dd#backDef{ top: 5px; left: 5px; }
dd#backDef a{ position: absolute; width: 13px; height: 13px; text-decoration: none; }

dt{ margin: 0; padding: 0; position: absolute; font-size: 85%; display: none; font-family: Arial, Helvetica, sans-serif; }
dd{ margin: 0; padding: 0; position: absolute;  font-size: 85%; font-family: Arial, Helvetica, sans-serif; }

dl#StateMap{
	margin: 0;
	padding: 0;
	border: none;
	height: 400px;
	width: 400px;
	position: relative;
}

.state-img {
	float:left; width:425px; display:inline-block;
}

.or {
	font-size: 18px; color:#000; font-weight: bold;
	margin: 10px 0px;
	text-align: center;
	}
	
.box-cars {
	float:left; width:608px; display:inline-block;
}

.dealerdetail-box {
	margin: 10px 0 10px 10px; float:left; display: block; width:180px;
}

.dealerdetail-banner {
	float:right; display: block; width: 728px; margin: 10px 10px 0 0;
}

.dealerdetail-pager {
	margin-right: 30px; float:right; display: block; width: 325px;
}

.dealerdetail-info {
	margin: 10px 0 10px 30px;float:left; display: block; width:400px;
}

.dealerdetail-info2 {
	margin: 10px 0 10px 30px; _margin: 10px 0 10px 15px; float:left; display: block; width:500px;
}

.dealerdetail-oops {
	margin:0px auto; padding: 0px 10px; width: 450px; color: #2D334A; text-align: center;
}

.dealerdetail-info-box {
	width: 428px; margin-left: 30px; float:left; display: block;  min-height:150px; background-color: #E5E5E5;
	border: #2D334A solid 1px;
}

.dealerdetail-map-box {
	width: 428px; margin-right: 30px; _margin-right: 15px; float:right; display: block; background-image: url(http://static.ypautos.com/ecl/400/images/map2dealership.jpg); background-repeat:no-repeat; min-height:150px; _height:150px;
	background-color: #E5E5E5;
	border: #2D334A solid 1px;
}

/*-----------------------Sitemap Page--------------------*/
.sitemap-container {
	width: 700px;
	margin: auto;
}

.sitemap_col1 {
	float: left;
	width: 270px;
	margin: 0;
	padding: 0 15px 15px 15px;
	list-style-type:circle;
	list-style-position:inside;
	line-height: 18px;
	}

.sitemap_col1 ul {
	list-style-image: url(http://static.ypautos.com/ecl/340/images/arrow.jpg);
	list-style-position:inside;
	line-height: 18px;
	}

.sitemap_col2 {
	float: right;
	width: 270px;
	margin: 0;
	padding: 0 15px 15px 15px;
}

.sitemap_col2 ul {
	list-style-image: url(http://static.ypautos.com/ecl/340/images/arrow.jpg);
	list-style-position:inside;
	line-height: 18px;
	}

.sitemap_col2 li {
	text-indent: 25px;
	}

.sitemap_col1 li {
	text-indent: 25px;
	}
	
/*------------------Trade In Page -----------------------*/
.bluebar {
	height: 31px;
	width: auto;
	background-image:url(http://static.ypautos.com/ecl/340/images/bluebar.jpg);
	background-repeat: repeat-x;
	}

.bluebar span {
	font-size: 105%;
	font-weight: bold;
	padding: 0;
	margin: 0;
	margin-left: 25px;
	line-height: 31px;
	color: #fff;
	}
	
.tradein-red {
	color: #900; margin: 0px 15px 0px 0px; text-align: right; font-weight: bold;
}

.tradein-power {
	border: #000 solid 1px; margin:0px auto; padding: 10px; width: 200px; text-align: center;
}

/*-------------Review Section------------------*/
.nocars {
	font-size: 100%;
	color: #2D334A;
	}
	
.review-noreview {
	background-color: #E5E5E5;
	border: #2D334A solid 1px;
	width: 276px; height: 228px;
	text-align: center;
	margin: auto;
	padding: 10px;
}

.review_imageLeft {
	margin-left: 15px;
}

.review_imageRight {
	margin-right: 15px;
}

.review_listingCol1 {
	width: 457px;
	float: left;
	display: inline-block;
	margin-right: 5px;
}

.review_listingCol2 {
	width: 457px;
	float: right;
	display: inline-block;
	margin-left: 5px;
}

.reviewh2 {
	color: #2D334A;
	font-size: 12px;
	font-weight: bold;
	line-height: 17px;
	padding: 0;
	margin: 0;
	}

.review_titles {
	color: #2D334A;
	font-size: 15px;
	font-weight: bold;
	line-height: 17px;
	padding: 0;
	margin: 0;
	}

.review_titles a:link {
	color: #2D334A;
	text-decoration: none;
	}

.review_titles a:visited {
	color: #2D334A;
	text-decoration: none;
	}

.review_titles a:hover {
	color: #000;
	text-decoration: underline;
	}

.review_titles a:active {
	color: #2D334A;
	text-decoration: none;
	}
	
.invisible300 {
	float: left;
	margin-right: 5px;
	display:block;
	width: 300px;
	padding: 10px 0px 10px 10px;
}

.invisible600 {
	float: right;
	margin: 0px;
	display:block;
	width: 600px;
}

.reviewh3 {
	color: #686868;
	font-size: 12px;
	font-style:italic;
	line-height: 14px;
	padding: 0;
	margin: 0;
	margin-left: 12px;
	}
	
	
/*----------------Listings Map Graph Dealer Pages -------------*/
.search-main .col1 {
	width: 732px;
	float: right;
	display: block;
	margin: 0px;
	border-left: #CCC solid 1px;
	min-height: 730px;
}

.search-main .col1 .container {
	width: 728px;
	margin-left: 5px;
	margin-top: 15px;
}

.search-main .col2 {
	width: 187px;
	float: left;
	display: block;
	margin-right: 5px;
}

.search-main .col2 .items-main p {
	font-size: 80%;
	float: right;
	display: block;
	width: 160px;
	margin: 5px 0px;
	padding: 0px;
}
	
.search-main .col2 .items-main img {
	display: block;
	margin: 5px 0px;
	padding: 0px;
	float: left;
}

.search-main .col2 .items-main .none {
	display: inline;
	margin: 0px 0px;
	padding: 0px;
	float: none;
}

.string { font-weight: bold; font-size: 95%;  }

.pager { float: right; display: inline-block; width:300px; padding: 0; margin: 0; height: 26px; vertical-align: top; background-image: url(http://static.ypautos.com/ecl/320/images/page_gradient.jpg); background-repeat:repeat-x; border: #000 solid 1px; }
.pager .previous { float: left; display: block; background: url(http://static.ypautos.com/ecl/320/images/previous_on.jpg) no-repeat; width: 77px; height: 26px; border-right: #000 solid 1px;  }
.pager .next { float: right; display: block; background: url(http://static.ypautos.com/ecl/320/images/next_on.jpg) no-repeat; width: 77px; height: 26px; border-left: #000 solid 1px; }
.pager .pager-text { width:130px; display: block; font-size: 80%;line-height:26px;margin:auto;text-align:center; }

/*Search Filters */
.searchfilter { 
	width: 187px; 
	float: left;
	}
.searchfilter hr { 	
	color: #383838;
	width: 85%;
	height: 1px;
	margin: 5px 6px 5px 12px;
	}
		
.searchfilter .black {
	background-color: #262626;
	width: 187px;
	}
	
.blackinner {
	width: 175px;
	margin: 0 auto;
	padding: 6px 0px;
	}
	
.blackinner .title {
	font-size: 17px;
	font-weight: bold;
	padding: 0;
	margin: 0;
	line-height: 19px;
	color: #fff;
	}
	
.searchfilter .title a {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 13px;
	font-style: normal;
	padding: 0 0 0 15px;
	-moz-outline: none;
}

.searchfilter .title a:link {
	color: #FFFFFF;
	text-decoration: none;
}

.searchfilter .title a:active {
	color: #FFFFFF;
	text-decoration: none;
}

.searchfilter .title a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

.searchfilter .title a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
	
.searchfilter .black h1 {
	color: #FFFFFF;
	font-size: 16px;
	font-weight: bold;
	}
	
.searchingforval .remove { background:url(http://static.ypautos.com/ecl/320/images/red-x.gif) no-repeat; margin-top:2px; width:16px; height:14px; display: block; float: left;}
.searchingforval .pos { background:url(http://static.ypautos.com/ecl/320/images/the-+.gif) no-repeat; margin-top:2px; width:16px; height:16px; display: block; float: left;}
.searchingforval .neg { background:url(http://static.ypautos.com/ecl/320/images/the--.gif) no-repeat; margin-top:2px; width:16px; height:16px; display: block; float: left; }
.searchingforval .value { padding: 0 0 0px 5px; vertical-align:top; height: 1em; display: block; color: #FFFFFF; font-size: 90%;  }
.searchingforval { width:174px; height:19px; padding: 1px 0 0 4px; margin: 2px 0 2px; margin-left: 10px;}

div.searchpri {	margin: 0;
      padding:0; text-indent: 0px;
    list-style:none; }
div.searchpri .submenu { margin-left: -10px;}
div.searchpri dt.option { font-weight: bold; }
div.searchpri .submenu li { clear:left; width:168px; height: 19px; padding: 1px 0 0 4px; margin: 2px 0 2px; list-style: none; overflow: hidden;  }
div.searchpri .submenu .pos { background:url(http://static.ypautos.com/ecl/320/images/the-+.gif) no-repeat;  margin-top:2px;width:16px; height:16px; display: block; float: left;  }
div.searchpri .submenu .neg { background:url(http://static.ypautos.com/ecl/320/images/the--.gif) no-repeat;  margin-top:2px;width:16px; height:16px; display: block; float: left;  }
div.searchpri .submenu span { padding: 0 0 0px 5px; vertical-align:top; height: 1em; display: block; color: #FFFFFF; font-size: 90%; }

.webdings { font-family: webdings; background: url(http://static.ypautos.com/ecl/320/images/arrowdown.gif) no-repeat; text-indent: -5000px; }
.arrowright { background: url(http://static.ypautos.com/ecl/320/images/arrowright.gif) no-repeat 0 0; width: 7px; height: 10px; display: inline; }
* html .arrowright { background: url(http://static.ypautos.com/ecl/320/images/arrowright.gif) no-repeat 0 0; width: 7px; height: 10px; display: inline; }
.arrowdown { background: url(http://static.ypautos.com/ecl/320/images/arrowdown.gif) no-repeat 0 0; width: 10px; height: 7px; display: inline; }
* html .arrowdown { background: url(http://static.ypautos.com/ecl/320/images/arrowdown.gif) no-repeat 0 0; width: 10px; height: 7px; display: inline; }
.pos { background:url(http://static.ypautos.com/ecl/320/images/the-+.gif) no-repeat; width:16px; height:16px; display: block; vertical-align:bottom; z-index: 1;  }
.neg { background:url(http://static.ypautos.com/ecl/320/images/the--.gif) no-repeat; width:16px; height:16px; display: block; vertical-align:bottom; z-index: 1;  }

#bluenav {
	width: 100%;
	background-color: #FFFFFF;	
	font-size: 90%;
    line-height: 30px;
	float:left;
	border-bottom: #CCC solid 1px;	
	}
	
#bluenav:focus { -moz-outline: none; }
#bluenav ul:focus { -moz-outline: none; }
#bluenav li:focus { -moz-outline: none; }

#bluenav ul {
	margin:0;
    padding:0;
    list-style:none !important;	
	height:30px;
	float: left;
      }

#bluenav li {
    display:inline;
    margin:0;
    padding:0;
	 }
#bluenav a {
    float:left;
    margin:0;
    padding:0;
    text-decoration:none;
 }
#bluenav a span {
	float:left;
    display:block;
	width: auto;
	margin: 0;
	margin-right: 5px;
	height:30px;
    padding: 0px 8px;
    color:#000;
	font-weight: bold;
	background-color: #ccc;
	border-right: #CCC solid 1px;
	border-left: #CCC solid 1px;
	border-top: #CCC solid 1px;
	cursor: pointer;
    }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
#bluenav a span {float:none;}
    /* End IE5-Mac hack */
#bluenav a:hover span {
    color: #000;
	width: auto;
      }
	  
#bluenav a:hover {
	margin:0;
	color:#000;
	 }
#bluenav a:hover span {
	background-color: #fff;
	background-image: url(http://static.ypautos.com/ecl/350/images/tab-bg.jpg);
	background-repeat:repeat-x;
	border-right: #CCC solid 1px;
	border-left: #CCC solid 1px;
	border-top: #CCC solid 1px;
	margin:0;
	margin-right: 5px;
	color: #000;
	cursor: pointer;
      }
#bluenav #current a {
	margin: 0;
	color:#000;
		 }
#bluenav #current a span {
    color:#000;
	background-color: #fff;
	background-image: url(http://static.ypautos.com/ecl/350/images/tab-bg.jpg);
	background-repeat:repeat-x;
	border-right: #CCC solid 1px;
	border-left: #CCC solid 1px;
	border-top: #CCC solid 1px;
	margin: 0;
	margin-right: 5px;
	width: auto;
	padding: 0px 8px;
	background-position:bottom;
	border-bottom: none !important;
	cursor: pointer;
        }

/*Help on result pages*/
 #bluenav .help {
      float:right;
      margin:0;
      }
	  
#bluenav .help img {
	margin: auto;
	padding: 6px;
 }
#bluenav .help a {
	font-size: 90%;
	}
	
.ad728x90 { width: 728px; height: 90px; margin:0 0 12px 0; border: none;}
.ad728x90 a img { border: none; }
.adcol { width: 305px; float: right; }
.adcol a img { border: none; }
.adcolleft { width: 135px; float: left; }
.adcolright { width: 170px; float: right; }
.ad728x90 { width: 728px; height: 90px; float: right; margin:0 0 12px 0; border: none;}
.ad125x125 { width: 125px; height: 125px; margin: 5px; border: none;}
.ad300x250 { width: 300px; height: 255px; margin: 0 5px 5px;border: none; }
.ad160x600 { width: 160px; height: 600px; margin: 5px; border: none; }
.col747 { width: 728px; float: right; display: inline-block;}

.compare-boxes {
	width: 225px;
	height: 108px;
	background-color: #F5F5F5;
	border: #666 solid 1px;
	float:right;
	display: block;
	margin: 0px;
	margin-left: 6px;
	padding: 0px;
}

.compare-boxes a img {
	border: none;
}

.compare-red {
	height: 110px;
	width: 20px;
	float:left;
	display: block;
	margin: 0px;
	margin-right: 6px;
	padding: 0px;
}

.compare-x {
	margin: 5px 0 0 5px;
}

.compare-black {
	background-color: #262626;
	color: #FFF;
	font-size: 14px;
	width: 225px;
	height: 25px;
	line-height: 25px;
	margin: 0px;
	padding: 0px;
}

.compare-black a:link, .compare-black a:visited, .compare-black a:active {
	color: #FFF;
	font-size: 95%;
	text-decoration: none;
}

.compare-black a:hover {
	color: #FFF;
	font-size: 95%;
	text-decoration: underline;
}

.compare-thumb {
	width: 94px;
	height: 73px;
	float: left;
	display: block;
	margin: 5px;
}

.compare-text {
	width: 111px;
	height: 73px;
	float: right;
	display: block;
	margin: 5px;
	font-size: 80%;
}

#gmap .color,
#gmap .odometer,
#gmap .price { display:inline; white-space:nowrap; height: 1.25em; overflow:hidden; }
#gmap .odometer { width: 40%; padding-right: 25px; }
#gmap .price { width: 25%; padding-right: 25px; }
#gmap .color { width: 34%; }
#gmap div { cursor:pointer; }
.legend { width:728px; padding: 0; margin: 0; height: 55px; background-image: url(http://static.ypautos.com/ecl/320/images/gradient.jpg); background-repeat:repeat-x; background-color:#E3E3E3; border: #ACACAC solid 1px; }
.legend p { vertical-align: middle; margin-top: 6px; line-height: 18px; }
div.chartdiv { margin: 0 0 10px 5px; }

/*--------------------MyCars Page------------------------------------*/
.pager123 { float: left; display: inline-block; margin-left: 25px; padding: 0px; width: 125px;}
.pager123 .previous { float: left; display: block; background: url(http://static.ypautos.com/ecl/340/images/pager-previous.gif) no-repeat; width: 17px; height: 17px; }
.pager123 .next { float: right; display: block; background: url(http://static.ypautos.com/ecl/340/images/pager-next.gif) no-repeat; width: 17px; height: 17px; }
.pager123 .number { float: left; display: block; margin: 0px; font-size:13px; width: 91px; }

.corner_l4 { 
	padding: 21px 10px;
	margin: 0px;
	background-image: url(http://static.ypautos.com/ecl/320/images/ecl_blue.jpg);
	background-repeat: repeat-x;
	background-color: #B8B8B8;
	}
	
.eclCol1 {
	width: 120px;
	float: left;
	margin: 0px 15px;
}

.eclCol2 {
	width: 200px;
	float: left;
	margin-right: 15px;
}

.eclCol3 {
	width: 100px;
	float: left;
	margin-right: 15px;
	color: #FFF;
	font-size: 13px;
	font-weight: bold;
}

.eclCol4 {
	width: 200px;
	float: left;
	margin-right: 15px;
	color: #FFF;
	font-size: 13px;
	overflow: hidden;
}

.eclCol5 {
	width: 100px;
	float: left;
	margin-right: 15px;
	color: #FFF;
	font-size: 13px;
	font-weight: bold;
}

div.mycarthumb {
	width: 290px;
	margin: 0 auto;
	height:100%;
	background-repeat:repeat-y;
	background-color: #E5E5E5;
	border: #2D334A solid 1px;
	}
	
.myecl_delete {
	float: right;
	position: relative;
	margin: 0px;
	padding: 0px;
	margin-top: -135px;
	background-color:#FFFFFF;
}

.myecl_delete a img {
	border: none;
}

.mycars-topgrey {
	background-color: #EAEAEA;
}

.mycars-topgrey .col1 {
	width: 295px;
	float: left;
	display: block;
	margin: 10px;
}

.mycars-topgrey .col2 {
	width: 295px;
	float: left;
	display: block;
	margin: 10px 0px;
}

.mycars-topgrey .col3 {
	width: 295px;
	float: right;
	display: block;
	margin: 10px;
}

.voucher {
	background-image: url(http://static.ypautos.com/ecl/390/images/voucher-printout-bg.jpg);
	background-repeat:no-repeat;
	width: 897px;
	height: 325px;
	border: #2D334A solid 1px;
}