@charset "utf-8";
 @import "../../SharedCSS/forms.css";
/* global on/off */
#HIDDENCONTROLS { display: none }
html,
body { height: 100%; }
body {
  margin: 20px auto 10px;
  font-size: 12px;
  font-family: tahoma;
  color: black;
  background-color:white;
}
.menu a:link,
.menu a:active,
.menu a:visited {
  display:block;
  padding:3px 10px 0px 10px;
  font: bold 13px tahoma;
  color: white;
  height:20px;
  text-decoration: none;
}
.menu a:hover {
  background-color:#999999;
  font: bold 13px tahoma;
  color: white;
  text-decoration: none;
}
.menuAt a:link,
.menuAt a:active,
.menuAt a:visited,
.menuAt a:hover {
  display:block;
  height:20px;
  background-color:#999999;
  padding:3px 10px 0px 10px;
  font: bold 13px tahoma;
  color: white;
  text-decoration: none;
}
#contentPad {
  padding: 10px;
  width: 540px;
  margin: 0
}
/* user cart */

#userCart {
  background: #eaeaea url(../../SharedImages/assorted/icon_cart.png) no-repeat scroll 0 6px;
  color:#333333;
  padding:10px 0 10px 38px;
  margin:10px 0;
}
#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 */
/* Schedule Appt */

table#appTable tr td {
  font-family: Tahoma, Arial;
  font-size: 11px
}
td#yourInfo {
  background: url(/chino2/Files/Images/Content/CMS/bg_yourInfo.gif) no-repeat left top;
  padding-top: 65px
}
#vehicleInfo { background: url(/chino2/Files/Images/Content/CMS/bg_vehicleInfo.gif) no-repeat left top; }
#whenWhere { background: url(/chino2/Files/Images/Content/CMS/bg_whenWhere.gif) no-repeat left top; }
#send {
  background: url(/chino2/Files/Images/Content/CMS/bg_send.gif) no-repeat left top;
  height: 100px;
}
td.leftCol { width: 147px; }
#headYourInfo { background: url(/chino2/Files/Images/Content/CMS/head_yourInfo.gif) no-repeat left top; }
.headSection { background: url(/chino2/Files/Images/Content/CMS/head_section.gif) no-repeat left top; }
#vehicleTD { padding-top: 40px; }
#vehicleTD div { margin: 0 0 6px 0 }
#serviceDiv {
  float: left;
  width: 190px;
  padding-right: 5px;
}
.flag { color: red }
table#appTable tr td input,
table#appTable tr td textarea,
table#appTable tr td select,
table#appTable tr td option {
  color:#00008B;
  font-family: Tahoma, Arial;
  font-size: 11px;
  font-weight: inherit;
  padding: inherit;
  margin: inherit;
}
.appButton {
  padding: 8px;
  font-weight: bold
}
/* End Schedule Appt */

/* selector page */

/* Tire Size Search Label Corrections */
#formSizeSearch { margin-top: 20px; *margin-top: 60px;
}
form#formOEMSearch label { width: 100px; }
#TS_vehicle { margin-top: 10px; }
#formSizeSearch label {
  width: 80px;
  clear: none;
  margin: 0 !important;
}
##brandSearchForm { padding-top: 20px }
.leftCap,
.rightCap { display: none }
#gobuttonSelect { padding: 12px 0 0 4px }
span.fill {
  float: left;
  display: block;
  width: 60px;
}
#formSizeSearch label.labelFormat[for="ratio"] { width: 60px }
#gobuttonSelect input#findTires,
#gobuttonSelect input#findWheels {
  height: 40px;
  margin-right: 10px;
}
#mvtContent #vehicleSearchForm select,
#mvtContent #tireSearchForm select { border: 1px solid #aaa }
#mvtContent #brandSearchForm {
  position: inherit;
  padding: 0
}
#brandSearchForm #brandSearchFormCap {
  clear: both;
  position: relative !important;
  bottom:-20px !important;
  left:-10px !important;
  border: none;
  vertical-align: baseline;
  line-height: normal
}
.result .panel a.buyNow {
  margin-top: 3px;
  background:transparent url(../../SharedTemplates/LambsDuplicate/images/btn_results_addToCart.png) no-repeat scroll 0 0;
}
input.addToCart { background:transparent url(../../SharedTemplates/LambsDuplicate/images/btn_addToCart_2.gif) no-repeat scroll 0 0; }
#td_submitQuote,
#td_printQuote {
  font-size: 15px;
 vertical-align:;
  font-weight: bold;
  padding-top: 6px;
  padding-bottom: 6px
}
#td_submitQuote button,
#td_printQuote button {
  width: 160px;
  margin-right: 16px;
  margin-top: -5px;
  font-weight: bold;
  float: left;
}
/* //end selector page */

/* filtering styles */
div.breadCrumb,
div.numberNav_Black {
  padding:3px 3px 3px 0;
  margin:3px;
  overflow: auto
}
div.breadCrumb a,
div.numberNav_Black a {
  padding: 2px 5px 2px 5px;
  margin: 3px;
  float: left;
  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 #1422c1;
  color: #fff;
  background-color: #1422c1;
}
div.breadCrumb span.current,
div.numberNav_Black span.current {
  padding: 2px 5px 2px 5px;
  margin: 3px;
  float: left;
  border: 1px solid #333;
  font-weight: bold;
  background-color: #1422c1;
  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
}
.pod {
  width: 520px;
  background-color: #fff;
  border-bottom: 2px solid #B0b3b3;
  border-top: 2px solid #B0b3b3;
  padding: 0;
  margin: 0 0 10px
}
.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;
  border-left: 2px solid #B0b3b3;
  border-right: 2px solid #B0b3b3;
  padding: 10px
}
.podControls {
  background-color: #f5f5f5;
  cursor:pointer;
  position: relative;
  color: #000;
  font-size: 18px;
  font-weight: bold;
  height: 22px;
  border-left: 2px solid #B0b3b3;
  border-right: 2px solid #B0b3b3
}
.podControls:hover { background-color: #7896b4; }
.podControls span {
  position: absolute;
  right: 50px;
  top: 10px;
  text-align:right;
  float: none;
  display: inline;
  color: #000;
}
.podControls:hover span { color: #000; }
.activePod { background: #f5f5f5 url(/../../assets/SharedImages/assorted/Remove.png) no-repeat right center; }
.inactivePod { background: #f5f5f5 url(../../SharedTemplates/LambsDuplicate/images/Add.png) no-repeat right center; }
div.breadCrumb,
div.numberNav_Black,
#yourVehicle,
#searchResults_Tires,
.podControls,
.podBody { /*margin-left: 12px;*/ }
a#btn_filter {
  background:transparent url(../../SharedImages/selectors/btn_lightSearch.jpg) no-repeat scroll 0 0;
  display:block;
  float:right;
  height:32px;
  margin:8px 0 0 0;
  text-decoration:none;
  width:117px;
}
a#btn_filter:hover { background-position: left bottom; }
#contentPad #directSearch span { line-height: 40px }
#contentPad .result { border: 2px solid #999; }
/* // end filtering */
#summary { clear: both }
.result { width: 520px }
.result h2 {
  position: absolute;
  display: inline;
  top: 20px;
  left: 124px;
  border-left: 1px dotted #000;
}
.result .panel { top: 34px }
.result .novalue {
  font-size: 18px;
  padding: 0;
}
.distance { height: 80px }
.alertMessage {
  text-align: left;
  margin: 20px 0;
}
.alertMessage h2 {
  margin-top:0;
  margin-bottom: 0;
  font-size: 18px !important;
*padding: 0 20px 0 40px !important
}
a#btn_filter { margin-right: 20px }
#formComplete h1 { font-size: 24px !important }
/* ********************** AD COLUMN */
#headerAd {
  left:208px;
  position:relative;
  top:-62px;
/* IE 7 hacks */
*left:0;
*top:0;
}
#headerAd img { border: 1px solid blue; }
#ads { padding: 20px 20px 0 0 }
#ads img {
  margin: 0 0 20px;
  border: 1px solid #000
}

