@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 }

/* begin layout */
html, body {
	height: 100%;
	margin: 0;
	padding: 0;
}

body {
	background: #fff;
	font-family: arial;
}

table { margin-bottom: 0; }

#sideMenu {
	position: relative;
	z-index: 30;
w
}

td#content {
	z-index: 20;
	vertical-align: text-top;
	width: 610px !important;
	position: relative;
	height: 100%
}

/*#ContentContainer {
	padding: 10px 0 0 10px;
	width: 610px;
	min-height:500px;
	height:auto !important;
	height:500px;
}*/
#paymentsAccepted,#affiliations{background:#444;padding: 10px}
#affiliations img{margin: 3px;}
#paymentsAccepted img{margin: 0 3px;}
#rightStripe {
	background: url(images/rightBarFill.gif) repeat-y right top;
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
}

#navWrap {
	width: 140px;
	/*	position: absolute;
	top:149px;*/
	margin-bottom: 10px;
	height: 100%;
}

#navWrap ul, #navWrap ul li, #navWrap ul ul {
	margin: 0;
	border: 0 none;
	padding: 0;
	width: 137px; /*For KHTML*/
	list-style: none;
	z-index:901;
}

#navWrap ul {
	margin:0;
	padding: 0;
}

#navWrap ul:after /*From IE 7 lack of compliance*/ {
	clear: both;
	display: block;
	font: 1px/0px serif;
	content: ".";
	height: 0;
	visibility: hidden;
}

#navWrap ul li {
	float: left; /*For IE 7 lack of compliance*/
	display: block !important; /*For GOOD browsers*/
	display: inline; /*For IE*/
	position: relative;
}

/* 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;
	z-index:900
}

/* 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; }

/* // end menu */

#ccPanel{
text-align: left !important;
width:100%;
}

/* user cart */

#userCart {
	position:  absolute;
	right: 10px;
	top: 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 }

#gobuttonSelect input#findTires, #gobuttonSelect input#findWheels {
	height: 40px;
	margin-right: 10px;
}

/*#gobuttonSelect input#findTires {
	width: 122px;
	background: url(images/btn_findTires.png) no-repeat;
}

#gobuttonSelect input#findWheels {
	width: 144px;
	background: url(images/btn_findWheels.png) no-repeat;
}

#gobuttonSelect input#findTires:hover, #gobuttonSelect input#findWheels:hover { background-position: left bottom }*/

/* //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;
}

#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: #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: 157px;
	height: 40px;
	background: url(images/btn_viewResults.png) no-repeat;
}

a#btn_filter:hover { background-position: left bottom; }

/* // end filtering */

#adminLogin {
   width: 137px;
   height: 42px;
   background: transparent url(images/btn_admin.png) no-repeat;
   cursor: pointer;
   text-decoration: none;
   display: block;
   position: relative;
    bottom: 14px;
}
#adminLogin:hover{background-position: bottom left;}
/* hide for flash vars */
#dealerName, #dealerPhone { visibility: hidden; display: none }
