@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 }
html,
body { height: 100%; }
body {
  padding: 0;
  margin: 0;
  font-family: Helvetica, Verdana, Arial, sans-serif;
  color: #4c4c4c;
  background: #fff;
}
#vehicleSearchForm,
#tireSearchForm,
#brandSearchForm { margin: 0 0 0 40px }
#vehicleSearchForm { margin:20px 0 0 40px; }
#wrapperModelDetail,
#model table#modelInfo { width: 98% !important }
#cartStatus {
  margin:0 auto 10px;
  padding:14px 5px;
}
/* user cart 

#userCart {
  width: auto;
  padding: 6px 0 6px 38px;
  z-index: 200;
  color: #039;
  background: url(../../SharedImages/assorted/icon_cart.png) no-repeat;
  margin-bottom:20px;
  border: 1px solid #ccc;
  background: #eaeaea;
  font-weight: bold;
  position: relative
}
#userCart a#btn_checkout {
  color: #000;
  background: url(../../SharedImages/assorted/icon_check.png) no-repeat right center;
  padding: 0 20px 3px 0;
  position: absolute;
  right: 20px;
  top: 6px;
}
#userCart a#btn_emptyCart {
  color: #000;
  background: url(../../SharedImages/assorted/icon_delete.png) no-repeat right center;
  padding: 0 20px 3px 10px;
  position: absolute;
  right: 130px;
  top: 6px;
}
#userCart a#btn_checkout:hover,
#userCart a#btn_emptyCart:hover { color: #F00 }
 // 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 #333;
  text-decoration: none;
  color: #05487e;
  background-color: #ccc;
}
div.breadCrumb a:hover,
div.breadCrumb a:active,
div.numberNav_Black a:hover,
div.numberNav_Black a:active {
  border:1px solid #222;
  color: #fff;
  background-color: #666;
}
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: #aaa;
  color: #05487e;
}
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: #666;
}
#yourVehicle span { color: 	#333; }
#searchResults_Tires {
  margin:0;
  padding:0;
  background: #d2d2d2
}
.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: #ccc;
  cursor:pointer;
  position: relative;
  color: #fff;
  font-size: 16px;
}
.podControls:hover {
  background-color: #333;
  color: #fff;
}
.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: #05487e url(/../../assets/SharedImages/assorted/Add.png) no-repeat right center; }
div.breadCrumb,
div.numberNav_Black,
#yourVehicle,
#searchResults_Tires,
.podControls,
.podBody { margin-right: 12px; }
a#btn_filter {
  display: block;
  float: right;
  margin-top: 10px;
  padding-right: 12px;
  text-decoration: none;
  width: 117px;
  height: 32px;
  background: transparent url(/../../assets/SharedImages/assorted/btn_lightSearch.jpg) no-repeat;
}
a#btn_filter:hover { background-position: left bottom; }
#TS_size { *padding-top: 8px;
}
/* // end filtering */


/* **************************** BEGIN CUSTOM TEMPLATE ************************************* */
* {
  margin:0;
  padding:0;
}
html,
body,
#wrap {
  height: 100%;
  min-width: 801px
}
body > #wrap {
  height: auto;
  min-height: 100%;
}
#contentBody { padding-bottom: 180px; }  /* must be same height as the footer */
#footer {
  position: relative;
  margin-top: -180px; /* negative value of footer height */
  height: 180px;
  clear:both;
}
/* CLEAR FIX*/
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.clearfix { display: inline-block; }
/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */	


#wrap { background: url(images/left_y.png) repeat-y; }
#header {
  background: url(images/top_x.gif) repeat-x;
  height: 139px;
}
#contentBody {
  background: url(images/left.png) no-repeat;
  min-width: 801px
}
#navWrap {
  width: 171px;
  height: 100%;
  min-height: 446px;
  float: left;
}
#contentPad {
  float: left;
  width: 630px !important;
}
#ContentContainer {
  z-index: 200 !important;
  position: relative
}
#footer { background: url(images/footer_x.png) repeat-x left bottom }
#innerFoot {
  background: url(images/footer.png) no-repeat left bottom;
  height: 180px;
  position: relative;
}
#adminLogin {
  width: 137px;
  height: 42px;
  background: transparent url(images/btn_admin.png) no-repeat;
  cursor: pointer;
  text-decoration: none;
  display: block;
  position: absolute;
  bottom: 96px;
  right: 10px;
}
#adminLogin:hover { background-position: bottom left; }
/* hide for flash vars */
#dealerName,
#dealerPhone {
  visibility: hidden;
  display:none
}
/* Root Menu */
#navWrap ul a {
  padding:6px 2px 5px;
  display: block;
  color: #000;
  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 */
#navWrap ul a:hover,
#navWrap ul li:hover a,
#navWrap ul li.iehover a {
  color: #333;
  background-position: right bottom;
}
/* 2nd Menu */
#navWrap ul li ul {
  background: #dc2c2c;
  border: 1px solid #333;
  border-left: 1px solid #900;
}
#navWrap ul li:hover li a,
#navWrap ul li.iehover li a { color: #fff }
/* 2nd Menu Hover Persistence */
#navWrap ul li:hover li a:hover,
#navWrap ul li:hover li:hover a,
#navWrap ul li.iehover li a:hover,
#navWrap ul li.iehover li.iehover a { color: #333; }
#navWrap ul ul,
#navWrap ul ul ul,
#navWrap ul ul ul ul {
  display: none;
  position: absolute;
  top: 0;
  left: 137px;
}
/* Do Not Move - Must Come Before display:block for Gecko */
#navWrap ul li:hover ul ul,
#navWrap ul li:hover ul ul ul,
#navWrap ul li.iehover ul ul,
#navWrap ul li.iehover ul ul ul { display: none; }
#navWrap ul li:hover ul,
#navWrap ul ul li:hover ul,
#navWrap ul ul ul li:hover ul,
#navWrap ul li.iehover ul,
#navWrap ul ul li.iehover ul,
#navWrap ul ul ul li.iehover ul { display: block; }
#navWrap ul li ul {
  padding: 10px;
  background-position: left bottom;
  background-repeat:repeat;
  width: auto
}
#navWrap ul li ul li { width: 200px; }
#navWrap ul li ul li a { padding: 5px 10px 2px; }
#navWrap .sf-menu li a.sf-with-ul {
  min-width:1px;
  padding-right:20px !important;
}
#navWrap .sf-menu li a > .sf-sub-indicator,
#navWrap .sf-menu li a > .sf-sub-indicatorBlack { top:7px; }
#navWrap .sf-menu li a .sf-sub-indicator,
#navWrap .sf-menu li a .sf-sub-indicatorBlack { background: none }
#paymentsAccepted { padding-top: 70px; }
#paymentsAccepted img { margin: 3px }
div#slideshow ul li {
  padding-top:1px;
  padding-left: 1px;
}
