/* Dupage Chrysler Dodge Jeep */

/*body styles*/
body.default {
  background-color: #333333;
}

/* Styles for left navigation */
/*Controls overall left navigation*/
.leftNav { width: 182px; }
td.leftNav {
  background-color:#e6e6e6;
  width: 182px;
}
/*controls the links in the left navigation.  Change rollovers and leftnav buttons here*/
.link {
  cursor: pointer;
  background-color: transparent;
  background-repeat: no-repeat;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: bold;
  text-decoration: none;
}
.link a {
  display: block;
  padding: 1px 0px 0px 25px;
  width: 147px;
  text-decoration: none;
  height: 17px;
  background-image: url(/1/70612/template/images/interface/button-bg.gif);
  background-repeat:no-repeat;
}
.link a:link, .link a:visited { color: #4f3737; }
.link a:hover, .link a:active {
  color: #a86e6e;
  display: block;
  padding: 1px 0px 0px 25px;
  width: 147px;
  text-decoration: none;
  height: 17px;
  background-image: url(/1/70612/template/images/interface/button-bg.gif);
  background-repeat: no-repeat;
}

.content {
  background-color: #fff;
}

/*control height of input box on quick search here*/
.searchinput {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  height: 16px;
}

/*control padding of pages for set layouts*/
.pageContent {
  padding: 10px;
}

/* Start Custom css classes */

/*header for inventory details page*/
.dp-headercell {
  width: 740px;
  height: 78px;
  background-image:  url(/1/70612/template/images/interface/banner.jpg);
  background-repeat: no-repeat;
}

.ebrochure-banner {
  width: 650px;
  height: 69px;
  background-image:  url(/1/70612/template/images/interface/ebrochure_banner.jpg);
  background-repeat: no-repeat;
}

/*set a right side border image here*/
.contentBackground {
  background-color: #FFFFFF;
}

/*button styles for forms or any buttons set up in VOCC*/
.buttonLeft {
  width: 11px;
  height: 21px;
  background-image:  url(/1/Resources/Content/Misc/button_left_cap_black.gif);
  background-repeat: no-repeat;
}

.buttonCenter {
  height: 21px;
  background-image:  url(/1/Resources/Content/Misc/button_background_black.gif);
  background-repeat: repeat-x;
}

.buttonRight {
  width: 11px;
  height: 21px;
  background-image:  url(/1/Resources/Content/Misc/button_right_cap_black.gif);
  background-repeat: no-repeat;
}

.buttonText {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #FFFFFF;
  font-weight: bold;
  text-decoration: none;
}

.buttonText:link,
.buttonText:visited {
}

.buttonText:active,
.buttonText:hover {
  color: #FFCC00;
}

.si-alternateheader, .si-alternateprice {
	font-size:13px;
}

.si-primaryheader, .si-primaryprice {
	font-size:13px;
}

/* End Custom css classes */
/* CSS HACK */
html>body .seoText {
		background-color:#660000; 
		margin:10px 10px 5px 10px; 
		width:964px;
		height:70px;
		text-align:left;
		overflow: auto;
		padding: 0px 5px 5px 5px;
		color: #a86e6e;
		scrollbar-base-color: #310000; 
		scrollbar-arrow-color: #660000;
		scrollbar-DarkShadow-Color: #310000; 
}


.seoText {
		background-color:#660000; 
		margin:10px; 
		width:974px;
		height: 70px; 
		text-align:left;
		overflow: auto;
		padding: 5px;
		color: #a86e6e;
		scrollbar-base-color: #310000; 
		scrollbar-arrow-color: #660000;
		scrollbar-DarkShadow-Color: #310000; 
}