@charset "utf-8";
@import "../../SharedCSS/text.css";
@import "../../SharedCSS/forms.css";
@import "../../SharedCSS/gallery.css";
@import "../../SharedCSS/slideshow.css";
/* global on/off */
#HIDDENCONTROLS { display: none }
#vehicleSearchForm,
#tireSearchForm,
#brandSearchForm { margin: 0 0 0 20px }
#brandSearchForm { margin-bottom: 20px !important }
#vehicleSearchForm { margin:20px 0 0 20px; }
#wrapperModelDetail,
#model table#modelInfo { width: 98% !important }
#cartStatus {
  margin:0 auto 10px;
  padding:14px 5px;
}
#slideshow,
#slideshow li,
#ssNav { width: 540px }
#slideshow { background: none }
/* user cart */

#userCart {
  width: auto;
  padding: 6px 0 6px 38px;
  z-index: 300;
  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 */
.content .result { width: 540px }
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; }
.content #directSearch span { line-height: 40px }
/* // end filtering */


/* **************************** BEGIN CUSTOM TEMPLATE ************************************* */
html {
  margin: 0px;
  padding: 0px;
}
body {
  margin: 0px;
  padding: 0px;
  background-color: #669acc;
}
.wrap {
  background: #336799 url(images/bg_menu.gif) repeat-y;
  border: 1px solid #fff;
  font-family: Verdana;
  color: #fff;
  margin: 10px auto;
  padding: 3px 0;
  width: 750px;
}
.nonHomeWrap {
  background: #fff url(images/bg_wrap.gif) repeat-y;
  padding: 0;
}
.menu {
  width: 179px;
  height: 100%;
  float: left;
  margin-right: 5px;
  background: #669acc;
  position: relative;
  z-index: 100 !important;
  min-height:296px;
}
.nonHomeMenu {
  border: none;
  height: 100%;
  background: none;
}
#home_pic {
  width: 424px;
  float: left;
  border: 1px solid #fff;
}
#home_logos {
  border: 1px solid #fff;
  border-right: none;
  float: right;
  width: 133px;
  height: 296px;
  background: #669acc;
  font-size: 9px;
  text-align: center;
  color: #000;
  line-height: 10px
}
#home_logos img { border:none }
/* inner styles */
#header { display: none; }
a:link,
a:visited,
a:active { color: #000; }
.content {
  float: left;
  width: 563px;
  height: auto;
  color: #000;
  position: relative;
  z-index: 50 !important;
}
.HomeContent {
  color:#fff;
  float:right;
  width:560px;
}
#footer {
  clear: both;
  height: 137px;
  background: #669acc;
  color:#FFFFFF;
  font-family:Arial, Helvetica, sans-serif;
  font-size:10px;
}
#block1 {
  background-color: #336799;
  width: 180px;
  float: left;
  height: 87px;
  text-align: center;
  padding-top: 50px;
  font-size: 12px
}
#block2,
#block3,
#block4 {
  float: left;
  width: 190px;
  text-align: center;
 *padding-top: 10px
}
#login {
  width: 750px;
  margin: 0 auto 10px
}
/* menu */
.sf-vertical,
.sf-vertical li { width:180px; }
.sf-vertical li { height: 34px }
.sf-menu ul { width:180px; }
.sf-vertical li.sfHover ul {
  left: 180px;
  background: #669acc;
  padding: 4px 0;
}
/* default home store info/hours */
.days {
  text-align: right;
  font-weight: bold;
  width: 100px;
  color: #333
}
.hours { padding-left: 6px; }
#michInfo {
  width: 560px;
  height:  100%;
  overflow:auto
}
#michStoreInfo {
  width: 280px;
  float: left;
}
#michStoreInfo h3 {
  margin:20px 0 0;
  font-size: 17px
}
#michStoreHours {
  margin-left:10px;
  margin-top:30px;
  width:270px;
  float: left;
}
#homeWelcome { font-size: 20px }
.content textarea { width:340px }
#affiliations { margin: 10px 0 }
#paymentsAccepted img,
#affiliations a img {
  margin: 0 4px 4px;
  padding: 4px;
  border: 0
}
/* 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 */
