@charset "utf-8";
@import "../../SharedCSS/reset.css";
@import "../../SharedCSS/text.css";
@import "../../SharedCSS/forms.css";
@import "../../SharedCSS/gallery.css";
@import "../../SharedCSS/slideshow.css";
/* global on/off */
#HIDDENCONTROLS { display: none }
.hiddenAffiliations { display: block }
#ccAff {
  display:inline-table;
  margin-left:30px;
  padding-top:20px;
  width:80%;
}
#paymentsAccepted { padding-bottom: 20px }
/* begin layout */
html,
body {
  height: 100%;
  margin: 0;
  padding: 0;
}
body { background: #b31422 url(images/bg_body_x.png) repeat-x; }
#container {
  min-height: 100%;
  margin: 0 auto -268px;
  width: 1029px;
  position: relative;
  background: transparent url(images/bg_container.png) repeat-y right top;
}
/*  if IE6

#container {height: 100%;}

*/

#header {
  height: 295px;
  background: url(images/bg_header.jpg) no-repeat;
  color: #fff;
  position: relative
}
#footer {
  height: 268px;
  position: relative;
  background: url(images/bg_footer_x.png) repeat-x;
}
#innerFoot {
  width: 1029px;
  height: 268px;
  margin: 0 auto;
  background: url(images/bg_footer.jpg) no-repeat;
  position: relative;
  line-height: normal
}
.clearfooter {
  height: 268px;
  clear: both;
}
/* //end layout */

#header #dealerName {
  position: absolute;
  left: 236px;
  top: 251px
}
/* begin menu */

#nav {
  width: 219px;
  float: left;
  height: auto
}
#nav ul,
#nav ul li,
#nav ul ul {
  margin: 0;
  border: 0 none;
  padding: 0;
  width: 180px; /*For KHTML*/
  list-style: none;
  z-index:901
}
#nav ul {
  margin:0 0 0 28px;
  padding: 0;
}
#nav ul:after /*From IE 7 lack of compliance*/ {
  clear: both;
  display: block;
  font: 1px/0px serif;
  content: ".";
  height: 0;
  visibility: hidden;
}
#nav ul li {
  float: left; /*For IE 7 lack of compliance*/
  display: block !important; /*For GOOD browsers*/
  display: inline; /*For IE*/
  position: relative;
}
/* Root Menu */
#nav ul a {
  padding:6px 18px 5px 0;
  display: block;
  color: #fff;
  line-height: 18px;
  font: bold 14px Helvetica, Verdana, Arial, sans-serif;
  text-decoration: none;
  text-align: right;
  height: auto !important;
  height: 1%; /*For IE*/
  background: #0e74d4 url(images/bg_menu.png) no-repeat right top;
}
/* Root Menu Hover Persistence */
#nav ul a:hover,
#nav ul li:hover a,
#nav ul li.iehover a {
  color: #333;
  background-position: bottom right;
  z-index:900
}
#nav ul li a span { width: 129px; }
/* 2nd Menu */
#nav ul li:hover li a,
#nav ul li.iehover li a {
  background: #1069C3;
  color: #fff;
}
/* 2nd Menu Hover Persistence */
#nav ul li:hover li a:hover,
#nav ul li:hover li:hover a,
#nav ul li.iehover li a:hover,
#nav ul li.iehover li.iehover a {
  background: #b31422;
  color: #333;
}
#nav ul ul,
#nav ul ul ul,
#nav ul ul ul ul {
  display: none;
  position: absolute;
  top: 0;
  left: 181px;
}
/* Do Not Move - Must Come Before display:block for Gecko */
#nav ul li:hover ul ul,
#nav ul li:hover ul ul ul,
#nav ul li.iehover ul ul,
#nav ul li.iehover ul ul ul { display: none; }
#nav ul li:hover ul,
#nav ul ul li:hover ul,
#nav ul ul ul li:hover ul,
#nav ul li.iehover ul,
#nav ul ul li.iehover ul,
#nav ul ul ul li.iehover ul { display: block; }
#nav ul li ul li a { padding: 5px 10px 2px; }
#nav ul li ul {
  padding: 10px;
  background: #1069C3;
  width: auto
}
#MainMenu li ul.SubMenu { }
/* // end menu */

/* begin content*/
#content {
  width: 788px;
  float: left;
  margin: 0 0 0 20px
}
/* ie7 fix */
#content { *min-height:640px;
}
#contentPad { padding: 10px; }
/* // end content */
#BrandSearchForm { padding: 10px 0; }
/* footer contents */
#innerFoot #copy {
  position: absolute;
  left: 229px;
  top: 127px;
  width: 500px;
  color: #1171d2
}
#innerFoot #dealerInfo {
  position: absolute;
  right: 120px;
  top: 118px;
  width: 300px;
  text-align: right;
  color: #4c4c4c
}
#innerFoot #dealerInfo span { font-weight: bold }
a#dealerLogin {
  position: absolute;
  left: 934px;
  top: 120px;
  width: 89px;
  height:48px;
  background: url(images/btn_dealerLogin.png) no-repeat;
  text-decoration: none
}
a#dealerLogin:hover { background-position: left bottom }
/* //end footer content */
/*#ccPanel {
	bottom:290px;
	left:22px;
	position:absolute;
	width:200px;
}*/

/* user cart 

#userCart {
	position: absolute;
	top: 0;
	left: 0;
	width: 500px;
	padding: 0 0 0 38px;
	z-index: 300;
	color: #1171D2;
	background: url(../../SharedImages/assorted/icon_cart.png) no-repeat
}

#userCart a#btn_checkout {
	color: #f00;
	background: url(../../SharedImages/assorted/icon_check.png) no-repeat right center;
	padding: 0 20px 3px 0;
}

#userCart a#btn_emptyCart {
	color: #f00;
	background: url(../../SharedImages/assorted/icon_delete.png) no-repeat right center;
	padding: 0 20px 3px 10px;
}

#userCart a#btn_checkout:hover, #userCart a#btn_emptyCart:hover { color: #fff }

 // end user cart */



/* filtering styles */
div.breadCrumb,
div.numberNav_Black {
  padding:3px 3px 3px 0;
  margin:3px;
}
div.breadCrumb a,
div.numberNav_Black a {
  padding: 2px 5px 2px 5px;
  margin-right: 2px;
  border: 1px solid #05487e;
  text-decoration: none;
  color: #05487e;
  background-color: #6bc7ff;
}
div.breadCrumb a:hover,
div.breadCrumb a:active,
div.numberNav_Black a:hover,
div.numberNav_Black a:active {
  border:1px solid #6ac5fc;
  color: #6ac5fc;
  background-color: #05487e;
}
div.breadCrumb span.current,
div.numberNav_Black span.current {
  padding: 2px 5px 2px 5px;
  margin-right: 2px;
  border: 1px solid #333;
  font-weight: bold;
  background-color: #6ac5fc;
  color: #FFF;
}
div.breadCrumb span.disabled,
div.numberNav_Black span.disabled {
  padding: 2px 5px 2px 5px;
  margin-right: 2px;
  border: 1px solid #f3f3f3;
  color: #ccc;
}
#yourVehicle {
  font-size: 14px;
  font-weight: bold;
  color: #0ac4df;
}
#yourVehicle span { color: 	#05487e; }
#searchResults_Tires {
  margin:0;
  padding:0
}
.podBody label {
  width: 100%;
  clear: none;
  display: inline;
  float: none;
  margin:0;
  padding:0;
  text-align: left;
  cursor: pointer
}
.podBody label:hover { color: #05487e }
.podBody { color: #000; }
.podControls {
  background-color: #05487e;
  cursor:pointer;
  position: relative;
  color: #fff;
  font-size: 16px;
}
.podControls:hover {
  background-color: #6ac5fc;
  color: #222
}
.podControls span {
  position: absolute;
  right: 50px;
  top: 10px;
  text-align:right;
  float: none;
  display: inline;
  color: #fff;
}
.podControls:hover span { color: #fff; }
.activePod { background: #05487e url(/../../assets/SharedImages/assorted/Remove.png) no-repeat right center; }
.inactivePod { background: #05487e url(/../../assets/SharedImages/assorted/Add.png) no-repeat right center; }
div.breadCrumb,
div.numberNav_Black,
#yourVehicle,
#searchResults_Tires,
.podControls,
.podBody { margin-left: 22px; }
a#btn_filter {
  display: block;
  float: right;
  margin: 0;
  width: 166px;
  height: 43px;
  background: url(images/btn_viewResults.png) no-repeat;
}
a#btn_filter:hover { background-position: left bottom; }
/* // end filtering */
