@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;
  background: #fff;
  margin-left:18px;
  padding-top:20px;
}
#paymentsAccepted { padding-bottom: 20px }
/* begin layout */
html,
body {
  height: 100%;
  margin: 0;
  padding: 0;
}
body { background: #363636 url(images/bg_body_x.jpg) repeat-x; }
#container {
  min-height: 100%;
  margin: 0 auto -52px;
  width: 900px;
  position: relative;
  background: transparent url(images/bg_belly_y.png) repeat-y 50% 0;
}
a#adminLogin {
  display: block;
  position: absolute;
  cursor: pointer;
  width: 83px;
  height: 40px;
  right: -83px;
  top: 0;
  text-decoration: none;
  background: url(images/btn_admin.png) no-repeat left bottom;
}
a#adminLogin:hover { background-position: left top }
/*  if IE6

#container {height: 100%;}

*/
#header {
  height: 310px;
  background: url(images/bg_header_top.jpg) no-repeat;
  position: relative;
  margin: 0;
}
#innerHead {
  height: 202px;
  width: 100%;
  background: transparent url(images/bg_header_bottom.png) no-repeat;
  position: absolute;
  top: 108px;
  left: 0;
  z-index: 200
}
#headInfo {
  position: absolute;
  right: 20px;
  top: 40px;
  width: 600px;
  text-align: right
}
#belly {
  width: 797px;
  height: 100%;
  margin: 0 auto;
}
#footer {
  height: 52px;
  width: 797px;
  position: relative;
  margin: 0 auto;
  background: url(images/bg_footer.png) no-repeat;
}
.clearfooter {
  height: 52px;
  clear: both;
}
/* cufon styles */

#header h1 {
  color: #c70404;
  font-size: 32px;
  margin: 0;
  z-index: 400;
  position: relative
}
#header h2 {
  color: #807b7b;
  font-size: 22px;
  margin:0;
  z-index: 401;
  position:relative;
  right:30px;
  top: 24px;
 *position: absolute;
 *top: -24px;
 *right: 0
}
/* //end cufon */

/* begin menu */

#nav {
  width: 179px;
  float: left;
  background: url(images/bg_nav_top.jpg) no-repeat 18px 0;
  position: relative;
  z-index: 30;
  margin-bottom: 10px
}
#nav ul,
#nav ul li,
#nav ul ul {
  margin: 0;
  border: 0 none;
  padding: 0;
  width: 161px; /*For KHTML*/
  list-style: none;
  z-index:901
}
#nav ul {
  margin:0 0 0 17px;
  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*/
}
/* Root Menu Hover Persistence */
#nav ul a:hover,
#nav ul li:hover a,
#nav ul li.iehover a {
  color: #A30404;
  background-position: right bottom;
  z-index:900
}
/* 2nd Menu */
#nav ul li ul { background: url(images/bg_nav_top.jpg) no-repeat; }
#nav ul li:hover li a,
#nav ul li.iehover li a { 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 { color: #A30404; }
#nav ul ul,
#nav ul ul ul,
#nav ul ul ul ul {
  display: none;
  position: absolute;
  top: 0;
  left: 162px;
}
/* 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 {
  padding: 10px;
  background-position: left bottom;
  background-repeat:repeat;
  width: auto
}
#nav ul li ul li { width: 200px; }
#nav ul li ul li a { padding: 5px 10px 2px; }
/* // end menu */



img#navBottom {
  position: relative;
  width: 161px;
  height: 129px;
  display: block;
  bottom: -4px;
  left: 18px;
}
/* // end menu */

/* begin content*/
#content {
  width: 590px;
  float: left;
  margin: 0 0 0 10px;
  padding: 0 10px 10px 0;
  z-index: 20px;
}
/* // end content */

/* footer contents */
#footer #copy {
  position: absolute;
  left: 30px;
  top: 10px;
  width: 400px;
  color: #fff
}
#footer #dealerInfo {
  position: absolute;
  right: 20px;
  top: 10px;
  width: 300px;
  text-align: right;
  color: #222
}
#footer #dealerInfo span {
  font-weight: bold;
  color: #111
}
#footer #dealerInfo span#emailLink a {
  font-weight: normal;
  color:#C90;
}
/* //end footer content */


/* user cart 

#userCart {
  position:  absolute;
  right: 10px;
  text-align: right;
  width: 500px;
  padding: 0 38px 0 0;
  z-index: 300;
  color: #fff;
  background: url(../../SharedImages/assorted/icon_cart.png) no-repeat right 4px;
}
#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 */

/* selector page */

#gobuttonSelect { padding: 12px 0 0 4px }
#vehicleSearchForm #findWheels {
  left: 360px !important;
  top: 147px !important
}
#gobuttonSelect input#findTires,
#gobuttonSelect input#findWheels,
input#findTires {
  height: 40px !important;
  margin-right: 10px !important;
  top: 147px !important
}
input#findTires { top: 92px !important }
#gobuttonSelect input#findTires,
#tireSearchForm #findTires {
  width: 122px !important;
  background: url(images/btn_findTires.png) no-repeat !important;
}
#gobuttonSelect input#findWheels {
  width: 144px;
  background: url(images/btn_findWheels.png) no-repeat;
}
#gobuttonSelect input#findTires:hover,
#gobuttonSelect input#findWheels:hover,
#tireSearchForm #findTires:hover,
input#findTires:hover { background-position: left bottom !important }
/* //end selector page */

/* 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 #ccc;
  text-decoration: none;
  color: #ccc;
  background-color: #333;
}
div.breadCrumb a:hover,
div.breadCrumb a:active,
div.numberNav_Black a:hover,
div.numberNav_Black a:active {
  border:1px solid #960606;
  color: #fff;
  background-color: #960606;
}
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: #960606;
  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;
}
.capShadow { displaY: none }
#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
}
#belly #content .result { width: 570px }
.podBody label:hover { color: #05487e }
.podBody { color: #000; }
.podControls {
  background-color: #333;
  cursor:pointer;
  position: relative;
  color: #fff;
  font-size: 16px;
}
.podControls:hover {
  background-color: #960606;
  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: #333 url(/../../assets/SharedImages/assorted/Remove.png) no-repeat right center; }
.inactivePod { background: #333 url(/../../assets/SharedImages/assorted/Add.png) no-repeat right center; }
div.breadCrumb,
div.numberNav_Black,
#yourVehicle,
#searchResults_Tires,
.podControls,
.podBody { margin-left: 12px; }
a#btn_filter {
  display: block;
  float: right;
  margin: 0;
  width: 152px;
  height: 40px;
  background: url(images/btn_viewResults.png) no-repeat;
}
a#btn_filter:hover { background-position: left bottom; }
#content #directSearch span { line-height: 40px }
/* // end filtering */
/* slideshow tweaks */
#content .geckSlider { width: 590px; }
#content .geckSlider .slidewrapper {
  width: 508px;
  margin: 0 41px;
}
.geckSlider ul li { width: 508px; }
#content .geckSlider .arrow { width: 41px; }
#content .geckSlider .forward { right: 0; }
#content .geckSlider .back {
  left: 0;
  background-position: -93px 0
}
#content .geckSlider .back:hover { background-position: -93px -200px; }
/* // slideshow tweaks */
/* **************************** BEGIN ECOMMERCE ************************************* */
#ecomPatch {
  display: none;
  left:70px;
  position:absolute;
  bottom:0
}
#content #cart_wrapper {
  width: auto;
  padding: 10px;
}
#content #cart_actions b { font-size: 14px }
