/* Tag Rules */

body { 
	background: #fff url(../images/bg.jpg) 0 0 repeat-x;
	color: #000;
	font: 12px verdana;
}

h1, h2, h3, h4 {
	color: #0071fb;
	font-family: Verdana, sans-serif;
	font-weight: 900;
	padding: 0.25em 0;
}

h1 {
  padding: 10px;
	font-size: 18px;
}

h2 {
	font-size: 16px;
	color: #FF0000;
}

h3 {
	font-size: 14px;	
}

h4 {
	font-size: 14px;
}

strong {
	font-weight: bold;
}

em {
	font-weight: bolder;
}

a {
	color: red;
	text-decoration: none;	
}

a:hover {
  color: #0071fb;
	font-weight: normal;
}

ul {
	/*padding: 5px;*/
}

li {
	list-style-type: none;
	color: #000;
}

/* Classes */

.clear {
	clear: both;
}

.clearleft {
	clear: left;
}

.clearright {
	clear: right;
}

.clearboth {
	clear: both;
	font-size: 1px;
	height: 1%;
}

label.required {
	font-size: 9px;
	color: gray;
	width: auto;
	margin-bottom: 0;
}

input.zipcode {
	width: 40px;
}

/* Form Rules */
		
input {
	display: block;
	width: 9em;
	float: left;
	margin-bottom: 12px;
}

textarea {
	display: block;
	width: 200px;
	height: 125px;
	float: left;
	margin-bottom: 12px;
}

select {
	/*display: block;*/
	width: 125px;
	/*float: left;*/
	margin-bottom: 10px;
	font-size: 12px;
}

label {
	text-align: right;
	width: 6em;
	padding-right: 10px;
	padding-left: 5px;
	font-size: 14px;
	float: left;	
  clear: left;
}

form {
	padding-top: 10px;
}


br.left {
	clear: left;
}

#certifiedSearch {
	padding: 65px 0px 60px 0px;
}

#certifiedSearch label {
	width: 75px;
}

#certifiedSearch select {
	width: 75px;
}

#certifiedSearch input.submit {
	background: transparent url(../images/certified-searchbtn.gif) no-repeat;
	width: 124px;
	height: 20px;
	border: 0;
}

#vehiclepayment label {
	width: 100px;
	padding: 0 10px;
}

#vehiclepayment form {
	padding-top: 5px;
}

p.paymentsearch {
	font-size: 10px;
	padding: 5px 10px;
	line-height: 1.5em;
}

#pagecontent {
	background: #fff;
}

#pagecontent p {
	line-height: 1.5em;
	padding: 5px;
}

#pagecontent li {
	list-style-type: none;
}

#pagecontent ul {
	padding: 5px;
}

/*#pagecontent h1, h2, h3, h4 {
	padding: 5px 0;
	text-indent: 3px;
}*/

/***** Front Page Layout *****/

#wrapper { 
	width: 960px;
	height: auto;
	margin: 0 auto;
	background: #fff;
}

#container {
	margin: 0 auto; 
	width: 960px; 
	background-color: #fff;
}

#chat {
	width: 960px;
	height: 19px;
	background-color: #fff;
}

#chatWrapper {
	background: transparent;
	float: right;
}

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

#header img {
	border: 0;
}

#nav {
	margin: 0 0 0 0;
  padding: 4px 0 0 0px;
	width: 960px;
	height: 20px;
	background: #fff url(../images/nav_bck.jpg) 0 0 repeat-x;
}

#nav li {
  margin: 0 0 0 74px;
  display: inline;
}

#nav a {
  color: #fff;
 	font-weight: 600;
 	text-decoration: none;
}

#nav a:hover {
  color: #ccc;
}

/* Form Pages */

#formcontainer {
	width: 100%;
	height: auto;
}

#formcontainer label {
	width: 100px;
}

#formcontainer select {
	width: 100px;
}

#formcontainer input {
	width: 120px;
}

#formcontainer br {
	clear: left;
}

#formcolumn {
	float: left;
	width: 425px;
	height: auto;
	display: inline;
}

#formpiccolumn {
	float: right;
	width: 340px;
	height: auto;
	display: inline;
}

#formpiccolumn img {
	width: 340px;
}

.calc form {
	margin: 0;
}

.form_col1 {
  width: 300px;
  float: left;
}

.form_col2 {
  width: 400px;
  float: left;
}

.form_col2 label {
  width: 200px;
}

.calc fieldset {
	margin: 1.0em auto;
	padding: 1.0em;
	border: 1px solid #000;
	background: #efefef;
	width: 350px;
	height: auto;
}

.calc legend {
	font-size: 14px;
	font-weight: bold;
}

/* Inventory Pages */

#searchbox {
	width: 100%;
	height: auto;
	background-color: #dcdcdc;
	padding: 10px 0px;
	margin-top:5px;
	border-top: 2px solid #999;
	border-bottom: 2px solid #999;
}

.paginationleft {
	width: 100%;
	padding: 5px 0px;
	font-size: 10px;
	text-indent: 5px;
	color: #333;
}

.paginationleft a {
	background-color: #ccc;
	color: #666;
	padding: 2px 5px;
	border: 1px solid #999;
	text-decoration: none;
	font-size: 10px;
}

.paginationleft a:hover {
	background-color: #666;
	color: #fff;
}

.paginationright {
	width: 100%;
	padding: 5px 0px;
	font-size: 10px;
	color: #333;
}

.paginationright a {
	background-color: #ccc;
	color: #666;
	padding: 2px 5px;
	border: 1px solid #999;
	text-decoration: none;
	font-size: 10px;
}

.paginationright a:hover {
	background-color: #666;
	color: #fff;
}

/* Footer */

.separator {
	width: 98%;
	margin: 10px auto;
	height: 2px;
	background: #999;
	font-size: 1px;
}

#storeColLeft {
	float:left;
	margin: 0 0 10px 15px;
	width: 250px;
}

.storeLink {
	display: block;
	margin: 5px 0;
	text-decoration: none;
	font-weight: bold;
}

#storeColRight {
	float: right;
	margin: 0 0 10px 0;
	width: 200px;
}

#footerHeading {
	display: block;
	text-align: center;
	width: 100%;
	font: bold italic 18px "Georgia", "Verdana", sans-serif;
	color: red;
	margin: 5px auto;
}

.dealerPhone {
	display: block;
	width: 100%;
	color: #333;
	font: bold 14px normal "Lucida Grande", "Arial", sans-serif;
	line-height: 1.5em;
	margin: 5px 0;
}

/* Field Validation Javascript */

.validation-advice {
	display: block;
	padding: 5px;
	background-color: #FF3300;
	color: #fff;
	font-weight: bold;
	margin: 25px -50px 5px -150px;
	font-size: 9px;
	width: 140px;
	height: auto;
	float: left;
	z-index: 5;
}

#pagecontent {
  width: 960px;
  background: #fff;
}

#pagecontent h2, h3, h4 {
  padding: 20px 0 10px 10px;
}

#pagecontent p {
  padding: 0 20px 20px; 20px;
}

#location_wrap {
  width: 100%;
}

#vt_wrap p {
  padding: 10px 0 20px 20px;
}

.vt_col {
  padding: 10px 10px 30px 50px;
  width: 400px;
  display: inline;
  float: left;
}

.vt_col li {
  padding: 0 0 20px 0;
}

#vt_autplex_wrap {
  width: 600px;
  margin: 25px 0 0 30px;
}

/* Tag Rules */

strong {
	font-weight: bold;
}

#departmentHeading {
	font: italic bold 18px normal "Georgia", "Arial", sans-serif;
	margin: 8px;
}

#serviceDeptInfo, #partsDeptInfo, #financeDeptInfo {
	height: 140px;
	width: 97%;
	margin: 8px auto;
}

#serviceDeptInfo {
	background: transparent url(http://www.dealereprocess.net/en/images/forms/people.jpg) 0 0 no-repeat;
}

#financeDeptInfo {
	background: transparent url(../images/finance_dept.jpg) 0 0 no-repeat;
}

#financeDeptInfo p {
	font: 13px normal "Lucida Grande", "Verdana", sans-serif;
	line-height: 1.5em;
	color: #000;
	margin-left: 125px;
	margin-bottom: 8px;
}

#serviceDeptInfo p {
	font: 13px normal "Lucida Grande", "Verdana", sans-serif;
	line-height: 1.5em;
	color: #000;
	margin-left: 225px;
	margin-bottom: 8px;
}

#partsDeptInfo p {
	font: 13px normal "Lucida Grande", "Verdana", sans-serif;
	line-height: 1.5em;
	color: #000;
	margin-left: 225px;
	margin-bottom: 8px;
}	

#partsDeptInfo {
	background: transparent url(../images/parts_dept.jpg) 0 0 no-repeat;
}

#bodyShopDeptInfo {
	background: transparent url(../images/dupontAlliance.jpg) 15px 0 no-repeat;
}

#bodyShopDeptInfo p {
	font: 13px normal "Lucida Grande", "Verdana", sans-serif;
	line-height: 1.5em;
	color: #000;
	margin-left: 225px;
	margin-bottom: 8px;
}

#bodyShopDeptInfo ul {
	margin-left: 250px;
	margin-bottom: 10px;
}

#bodyShopDeptInfo ul li {
	list-style-type: disc;
	font-size: 12px;
	line-height: 1.5em;
}

.departmentCol {
	float: left;
	display: inline;
	width: 175px;
	margin: 0 0 10px 13px;
}

.departmentCol img {
	margin-bottom:1.5em;
}

.departmentCol h2, .departmentCol h3 {
	font: normal bold 11px/1.5em normal "Verdana", "Arial", sans-serif;
	margin: 5px 0;
	color: #555;
}

.departmentCol h3 {
	color: #666;
}

.address {
	display: block;
	width: 100%;
	color: #676767;
	font: 12px normal "Lucida Grande", "Arial", sans-serif;
	line-height: 1.5em;
}

a.departmentLink {
	display: block;
	color: #333;
	font: bold 12px normal "Lucida Grande", "Arial", sans-serif;
	text-decoration: none;
	text-indent: 3px;
	margin: 8px 0;
}

table.departmentStaff, table.departmentHours {
	width: 98%;
	margin: 0 auto;
}

.departmentStaff td, .departmentHours td {
	padding: 8px 6px;
	font: normal 11px "Lucida Grande", "Arial", sans-serif;
	color: #333;
}

tr.odd {
	background-color: #ebebeb;
}

#serviceLocations {
	float: left;
	width: 300px;
	margin: 0 0 0 10px;
}

#serviceLocations ul li {
	display: inline;
}

#serviceLocations ul li a {
	color: #000;
}

.locationInfo {
	margin: 18px 0;
}

#gMap {
	float: left;
	width: 630px;
	border: 1px solid #f1f1f1;
}

#mapReset {
	display: block;
	padding: 5px;
	color: #333;
}

#map {
	border: 8px solid #fff;
}


/*--------------------Cash for Guzzlers------------------------*/
	#guzzlers {
		margin: 5px 20px;
		font-family:Arial,Helvetica,sans-serif;
		font-size:12px;
		line-height:1.5em;
	}
	
	/*-------Guzzlers Top Container-------*/
	
	#guzzlers_left {
		padding: 15px 0 0;
		width: 679px;
		float: left;
		display: inline;
	}
	
	#guzzlers_left p {
		margin: 0 auto;
		padding:5px 0;
		width: 95%;
		font-size: 110%;
	}
	
	#guzzlers_right {
		float: right;
		width: 180px;
		display: inline;
	}
	
	#guzzlers_right br {
		margin: 0;
		padding: 0;
		height: 1px;
		font-size: 2px;
	}
	
	#guzzlers_clunkersLogo {
		margin: 0 auto;
		width: 144px;
		height: 150px;
		display: block;
	}
	
	/*-------Guzzlers Center Content-------*/
	
	#guzzlers_mainContent {
		margin: 0 auto;
		width: 700px;
		font-size: 110%;
	}
	
	#guzzlers_mainContent h2 {
		padding: 8px 0 0;
		font-size: 150%;
		font-weight: bold;
		font-style: normal;
	}
	
	#guzzlers_mainContent p {
		margin-left: 15px;
		padding:5px 0;
	}
	
	#guzzlers_mainContent li {
		margin-left: 40px;
		list-style: disc;
		font-size: 12px;
	}
	
	/*-------Guzzlers Table-------*/
	#guzzlers_tableTitle {
		padding: 10px 0 5px;
		font-size: 150%;
		font-weight: bold;
		font-style: normal;
		text-align: center;
	}
	
	#guzzlers td {
		padding: 4px 2px;
		border: 1px solid #000;
		font-size: 120%;
		text-align: center;
	}
	
	#guzzlers_tableHeader {
		font-weight: bold;
	}
	 
	#guzzlers td.guzzlers_tableCol1 {
	 	width: 23%;
		text-align: left;
	 }
	 
	 #guzzlers td.guzzlers_tableCol2 {
	 	width: 17%;
	 }
	 
	 #guzzlers td.guzzlers_tableCol3 {
	 	width: 30%;
	 }
	 
	 #guzzlers td.guzzlers_tableCol4 {
	 	width: 30%;
	 }
	 
	 #guzzlers_disclaimer {
	 	text-align: center;
	 }
/*-----------------End of Cash for Guzzlers-------------------*/






#map {
  width: 612px;
  float: left;
}

#foot_left {
 float: left;
}

foot_right {
  float: right;
}

/* Locations Page */
#locations_info {
  margin: 0 0 20px 0;
  width: 360px;
  float: left;
}

.location_blck {
  margin: 0 0 20px 15px;
}

#locations_map_wrap {
  float: left;
}

#locations_map {
  margin: 65px 0 0 0;
  width: 590px;
  height: 590px;
  float: left;
}
 .address {
  font-size: 12px;
  color: #666;
 }
 
 
 
.leftcol {
	float: left;
	display: inline;
	width: 475px;
	height: auto;
	margin-left: 5px;
}

.leftcol br {
	clear: left;
}

.leftcol label {
	width: 125px;
}

.leftcol input {
	width: 125px;
}

.rightcol {
	float: right;
	display: inline;
	width: 475px;
	height: auto;
}

.rightcol p {
	line-height: 1.5em;
	padding: 5px;
}

.leftcolheader {
	width: 365px;
	height: auto;
	background: #ccc;
	border: 1px solid #999;
	margin: 10px 0 0 5px;
}

.leftcolheader h2 {
	text-indent: 10px;
}

.leftcol p {
	line-height: 1.5em;
	padding: 5px;	
}

.leftcol h2 {
	text-indent: 10px;
}

#rightcolheader {
	width: 365px;
	height: auto;
	background: #ccc;
	border: 1px solid #999;
	margin-top: 10px;
}

#rightcolheader h2 {
	text-indent: 10px;
}

#rightcolheader p {
	line-height: 1.5em;
	padding: 5px;	
}

.rightcol label {
	width: 125px;
}

#finance_left {
  padding: 40px;
  width: 400px;
  float: left;
  background-color: #fff;
}

#finance_right {
  padding: 40px;
  width: 400px;
  float: left;
  background-color: #fff;
}

/* footer blocks */

.foot_blck {
  width: 200px;
}

.footercol {
	float: left;
}

#footer {
background-color: #3278ff;
}

#footer a {
	color: #ccc;
	text-decoration: none;
}
#footer a:hover {
	color: #ccc;
	text-decoration: underline;
}
.footercol ul {
	margin: 0.5em 1.5em 1em 3em;
	list-style-image: url(../images/list-item-grey.gif);
}
.footercol li {
	line-height: 1.5em;
}
.footercol h3 {
	margin: 0.5em 3em 0.35em 1.4em;
	color: #fbdba8;
	font-size: 15px;
	font-weight: 600;
}

#back_btn_container {
	background: url(http://assets.dealereprocess.com/en/images/details/back_arrow.gif) top left no-repeat;
	margin: 0 0 5px 10px;
}

#details_backbutton {
	margin: 0 0 10px 20px;

}
