@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; }
#affiliations img { margin: 3px; }
#paymentsAccepted img { margin: 0 3px; }
/* begin layout */
html,
body {
  height: 100%;
  margin: 0;
  padding: 0;
  font-family: Arial, Helvetica, sans-serif
}
body {
  background: #363636 url(images/bg.jpg);
  font-family: arial;
}
table {
  border-collapse: separate;
  border-spacing: 2px;
}
#wrapper {
  width: 780px;
  height: auto;
  margin: 0 auto 10px;
  background: url(images/bg_wrapper.png) repeat-y;
  position: relative;
}
#ccPanel {
  height:auto;
  margin:10px auto;
  width:780px;
  z-index: 19 !important
}
#footer {
  height: 36px;
  background: url(images/bg_footer.png) no-repeat;
  clear: both;
  text-align: right;
  padding:5px 20px 0 0;
  font-size: 16px;
  font-weight: bold;
  color: #000099;
  position: relative
}
#footer span#count { color: #000 }
#mvtMenu {
  width: 149px;
  position: relative;
  float: left;
  z-index: 300;
  margin-left: 2px;
}
.SubMenu { z-index: 10 !important }
#mvtContent {
  z-index: 20;
  width: 607px !important;
  position: relative;
  float: right;
  padding: 10px 10px 10px 0;
  z-index: 20
}
#ContentContainer { width: 607px !important; }
span#coupons {
  display: block;
  width: 600px
}
#mvtContent p { margin: 10px 0; }
#mvtContent ul { padding-left: 35px }
a#adminLogin {
  background:transparent url(images/btn_adminLogin.png) no-repeat 0 0;
  cursor:pointer;
  display:block;
  height:33px;
  position:absolute;
  right:-100px;
  text-decoration:none;
  top:0;
  width:100px;
}
#adminLogin:hover { background-position: left bottom }
form div#formLast input,
input.appButton {
  padding:10px;
  height: auto
}
form table#appTable tr td input.appButton {
  margin-top: 20px;
  height: auto
}
label[for*="radio"] {
 width: 200px;
}
#consumerform div { padding: 10px 0; }
#contactInfo { line-height: 1.2 }
table#appTable { }
form table#appTable tr td { font-size: 11px }
form table#appTable tr td input { height: 13px }
/* Homepage Styles */
#locator_video {
  /*width: 606px;*/
	width: 607px;
  height: 262px;
  margin: 20px auto 10px;
  padding: 10px 0;
  background: url(/chino2/Files/Images/Content/CMS/locatorBG.jpg) no-repeat;
}
#locator {
  float: left;
  width: 231px;
  padding: 0 0 0 10px;
  position: relative;
}
form input,
form #cityStRow select {
  height: 20px;
  font-size: 14px;
  color: #666;
  padding: 2px;
}
div#zipRow {
  position: absolute;
  left: 10px;
  top: 100px;
  width: 220px;
}
#zipRow input { width: 102px }
#cityStRow input { width: 192px }
form #cityStRow select {
  width: 110px;
  padding: 3px 8px;
  height: 28px;
  margin-top: 5px
}
#city { margin: 0 0 10px }
div#cityStRow {
  margin:0;
  padding:0;
  top: 160px;
  left: 10px;
  width: 220px;
  position: absolute;
  overflow: visible
}
#or {
  display: none;
  padding: 0 0 0 80px;
  margin: 8px 0;
  font-weight: bold;
  font-size: 20px;
  color: #999;
  position: absolute;
  top: 120px;
  left: 10px;
}
#video {
  float: right;
  margin-right: 10px;
  width: 355px;
  z-index: 100
}
form input#zipSubmit {
  background:transparent url(/chino2/Files/Images/Content/CMS/btn_zip.jpg) no-repeat;
  display:block;
  height:33px;
  width:104px;
  margin:0;
  padding:0;
  outline: none;
  position: absolute;
  right: 0;
  top:0;
}
form input#citySubmit {
  background:transparent url(/chino2/Files/Images/Content/CMS/btn_city.jpg) no-repeat;
  display:block;
  height:33px;
  width:104px;
  margin:0;
  padding:0;
  outline: none;
  position: absolute;
  right: 0;
  top: 40px;
}
input#zipSubmit:hover,
input#citySubmit:hover { background-position: bottom left; }
a#btn_welcome {
  background: url(/chino2/Files/Images/Content/CMS/btn_welcome.jpg) no-repeat;
  height: 68px;
  width: 338px;
  display: block;
  margin: 0 auto;
  outline: none;
  text-decoration: none
}
a#btn_welcomeHide {
  font-weight: bold;
  font-size: 14px;
  color: #036;
}
a#btn_welcome:hover { background-position: bottom left; }
#backgroundPopup {
  display:none;
  position:fixed;
  _position:absolute; /* hack for internet explorer 6*/
  height:100%;
  width:100%;
  top:0;
  left:0;
  background:#000000;
  border:1px solid #cecece;
  z-index:1;
}
object { vertical-align: baseline }
#popupVideo {
  display:none;
  height: 256px;
}
/* End Homepage */

/* user cart */

#userCart {
  position:  absolute;
  right: 10px;
  top: 10px;
  text-align: right;
  width: 500px;
  padding: 0 38px 0 0;
  z-index: 300;
  color: #333;
  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 */
/* 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 }
#formSizeSearch label {
  width: 80px;
  clear: none;
  margin: 0 !important;
}
.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: -4px !important;
  left: 0px !important;
  border: none;
  vertical-align: baseline;
  line-height: normal
}
#BrandSearchForm {
  margin-top: 40px;
  margin-bottom: 20px
}
/* //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 #1422c1;
  color: #fff;
  background-color: #1422c1;
}
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: #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
}
.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: #333;
  cursor:pointer;
  position: relative;
  color: #fff;
  font-size: 16px;
}
.podControls:hover {
  background-color: #1422c1;
  color: #FF0
}
.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 {
  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; }
#mvtContent .result { width: 560px }
#directSearch {
  padding: 0;
  margin: 14px 0 10px;
}
#directSearch span {
  display: inline;
  font-size: 20px;
  color: #375BC7;
  padding-left: 14px
}
#directSearch a#btn_filter {
  float:left;
  margin-top:0 !important;
}
/* // end filtering */


/* hide for flash vars */
#dealerName,
#dealerPhone { visibility: hidden }
.dealer {
  overflow: auto;
  height: 130px
}
.dealer ul {
  left:110px;
  padding-left:0 !important;
  position:absolute;
  top:30px;
}
.dealer b {
  position: absolute;
  left: 110px;
  padding: 0 !important
}
.distance { height: 80px }
/* slideshow tweaks */
#mvtContent .geckSlider { width: 590px; }
#mvtContent .geckSlider .slidewrapper {
  width: 508px;
  margin: 0 41px;
}
#mvtContent .geckSlider ul{padding-left: 0}
#mvtContent .geckSlider ul li {width: 508px;}
#mvtContent .geckSlider .arrow { width: 41px; }
#mvtContent .geckSlider .forward { right: 0; }
#mvtContent .geckSlider .back { left: 0; background-position: -93px 0 }
#mvtContent .geckSlider .back:hover { background-position: -93px -200px; }
/* // slideshow tweaks */