@charset "UTF-8";

/* ===== colors ================================================== */

.blue1 { color: #76ABCA; }

.blue2 { color: #026DAC; }

.red1 { color: #E00; }

.red2,
.redAst,
 .required { color: #B00; }

.error {
	font-weight: bold;
	color: #B00;
}

.success {
	font-weight: bold;
	color: #0B0;
}

/* ===== base ================================================== */

html,
body {
	background: #78a6c0 url('../images/bg.jpg') repeat-x fixed left top;
	margin: 0;
	padding: 0;
	font: normal 12px Arial, Helvetica, sans-serif;
	color: #444;
	text-align: center;
}

a {
	color: #026DAC;
	outline: none;
}

a:hover { color: #B00; }

a img { border: none; }

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: bold;
	color: #026DAC;
	margin-bottom:0px;
}

h1 { font-size: 2.5em; }

h2 { font-size: 1.5em; }

h3 {
	font-size: 1.33em;
	margin-top: 15px;
}

h4 {
	font-size: 1.25em;
	margin-top: 19px;
}

h5 {
	font-size: 1.125em;
	margin-top: 22px;
}

h6 {
	font-size: 1em;
	margin-top: 27px;
}

h2 { margin-top: 0; }

#content li { margin-bottom: 1em; }

strong,
em {
	color: #026DAC;
	font-weight: bold;
}

.disclaimer {
	color:#999999;
	font-size:9px;
}

.splashImage {
	padding: 0px 0px 0px 20px;
	margin: 0px 0px 0px -7px;
}

.pageNav {
	font-size:10px;
	margin-bottom:20px;
}

.required,
.redAst {
	font-size:1em;
	font-weight:bold;
}

p {
	margin-top:3px;
	margin-bottom: 12px;
}

ul {
	padding-left: 40px;
	margin-top: 12px;
	margin-bottom: 12px;
}

/* ===== layout ================================================== */

#container {
	position: relative;
	width: 960px;
	margin: 0 auto;
	text-align: left;
}

#container2 { background: #FFF url('../images/container2.gif') repeat-y left top; }

#container2 .column1 {
	width: 720px;
	float: right;
}

#container2 .column2 {
	width: 240px;
	float: right;
}

#content { padding: 1.5em 30px 3em; }

#content_cols { width:100% }

#content_col_0 {
	width:260px;
	margin:0;
	float:left;
}

#content_col_1 {
	padding-left:35px;
	width:350px;
	float:left;
}

#content_col_1 .splashImage { padding: 0px 0px 0px 0px; }

#schedule_cols {
	width:600px;
	margin-top:20px;
}

#schedule_col_0 {
	width:200px;
	float:left;
}

#schedule_col_1 {
	padding-left:60px;
	width:340px;
	float:right;
}

.schedule_choice {
	width:350px;
	padding-bottom:10px;
}

.schedule_col_1_1 p,
.schedule_col_1_2 p,
.schedule_col_1_3 p { margin-bottom:4px; }

.schedule_col_1_1,
.schedule_col_1_2,
.schedule_col_1_3 { margin-bottom:14px; }

.schedule_col_1_1 {
	width:33%;
	float:left;
}

.schedule_col_1_2 {
	width:33%;
	float:left;
}

.schedule_col_1_3 {
	width:33%;
	float:left;
}

#schedule_col_1 .ext { width:40px; }

.schedule_col_1_1 select,
.schedule_col_1_2 select,
.schedule_col_1_3 select { }

/* ===== header ================================================== */

.header h1 a {
	display: block;
	background: #CCC url('../images/hdr_logo.jpg') no-repeat left top;
	height: 95px;
}

#header .column1 {
	width: 240px;
	height: 95px;
	float: left;
}

#header .column2 {
	background: #FFF url('../images/hdr.jpg') no-repeat left top;
	width: 720px;
	height: 95px;
	float: left;
}

/* ===== nav ================================================== */

#nav ul li { height: 30px; }

#nav ul li a {
	display: block;
	background: #B00 url('../images/nav.jpg') repeat-x left top;
	height: 22px;
	padding: 8px 15px 0;
	font: normal 12px Arial, Helvetica, sans-serif;
	color: #FFF;
	text-decoration: none;
}

#nav ul li a:hover {
	background-color: #E00;
	background-position: left bottom;
}

/* ===== index ================================================== */

#i_header .column1 {
	width: 240px;
	height: 245px;
	float: left;
}

#i_header .column2 {
	background: #FFF url('../images/i_hdr.jpg') no-repeat left top;
	width: 720px;
	height: 245px;
	float: left;
}

/* ===== storeLocator ================================================== */

#storeLocator {
	width: 271px;
	margin-top: 10px;
	float: right;
}

#header #storeLocator { margin-top: 62px; }

#storeLocator ol li { float: left; }

#storeLocator ol li.first {
	background: transparent url('../images/i_label_findAStore.gif') no-repeat left center;
	padding: 2px 7px 0 82px;
}

#header #storeLocator ol li.first { background: transparent url('../images/label_findAStore.gif') no-repeat left center; }

#storeLocator input {
	border: 1px solid #CCC;
	width: 100px;
}

/* ===== tireSelector ================================================== */

#tireSelector {
	background: #555 url('../images/tireSelector.jpg') repeat-x left top;
	padding: 15px 0 18px 10px;
	border-top: 4px solid #AAA;
}

#tireSelector form ul li,
#tire_selector_by_vehicle ul li,
#tire_selector_by_size ul li { float: left; }

#tireSelector a {
	padding: 5px 0px 0px 0px;
	color:#FFF;
	font-size:9px;
}

#tsForms input[type="text"],
#tsForms textarea,
#tsForms select {
	font-size: .92em;
	border: 1px solid #666;
	color: #000;
	padding: 3px 0 0 3px;
	margin: 0;
}

.tsZip {
	margin-top:-2px;
	height:18px;
	width:90px;
}

#tsForms input[type="text"]:focus,
#tsForms textarea:focus,
#tsForms select:focus { border: 1px solid #000; }

#tsForms ul {
	list-style: none;
	padding: 0;
	margin: 0;
	display: inline;
}

#tsForms li {
	float: left;
	padding-left: 8px;
	margin: 0;
	display: inline;
}

#tsForms li a {
	float: left;
	display: inline;
}

#tsSearchText {
	float: right;
	padding-right: 30px;
	text-align: right;
	color: #ccc;
	font-size: 11px;
}

#tsSearchText a:link,
#tsSearchText a:hover,
#tsSearchText a:visited,
#tsSearchText a:active {
	color: #ccc;
	text-decoration: underline;
}

.selectHi { background-color: #999999; }

.x-combo-list-item { text-align: left; }

/* ===== bins ================================================== */

#bin1,
#bin2,
#bin3,
#bin4 {
	width: 240px;
	height: 240px;
	float: left;
}

a.bin1_nav1 {
	display: block;
	height: 105px;
}

a.bin1_nav1:hover {
	background-color: #76ABCA;
	background-position: left bottom;
}

a.bin1_nav2,
a.bin1_nav3,
a.bin1_nav4 {
	display: block;
	background: #B00 url('../images/bin1_navMatrix.jpg') no-repeat left top;
	height: 45px;
}

a.bin1_nav1 { background: #555 url('../images/bin1_nav1.jpg') no-repeat left top; }

a.bin1_nav2 { background-position: left top; }

a.bin1_nav3 { background-position: left -45px; }

a.bin1_nav4 { background-position: left -90px; }

a.bin1_nav2:hover {
	background-color: #76ABCA;
	background-position: right top;
}

a.bin1_nav3:hover {
	background-color: #76ABCA;
	background-position: right -45px;
}

a.bin1_nav4:hover {
	background-color: #76ABCA;
	background-position: right -90px;
}

#bin2 a,
#bin3 a,
#bin4 a {
	display: block;
	height: 240px;
}

#bin2 a { background: #76ABCA url('../images/bin2.jpg') no-repeat left top; }

#bin3 a { background: #76ABCA url('../images/bin3.jpg') no-repeat left top; }

#bin4 a { background: #76ABCA url('../images/bin4.jpg') no-repeat left top; }

#bin2 a:hover,
#bin3 a:hover,
#bin4 a:hover {
	background-color: #026DAC;
	background-position: right top;
}

/* ===== footer ================================================== */

#footer {
	background: transparent url(../images/ftr.jpg) repeat-x left top;
	height: 45px;
	padding: 10px 0 0;
	font: normal 10px Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #FFF;
	text-align: center;
}

#footer ul li {
	display: inline;
	padding: 0 1em;
	border-left: 1px solid #999;
}

#footer ul li a {
	color: #FFF;
	text-decoration: none;
}

#footer ul li a:hover { text-decoration: underline; }

#footer ul li.first { border: none; }

/* ===== btns ================================================== */

#i_header a.btn_submit,
a.btn_submit {
	display: block;
	background: transparent url('../images/btn_submit.jpg') no-repeat left top;
	width: 65px;
	height: 30px;
}

#header a.btn_submit { background: transparent url('../images/btn_submit_grey.jpg') no-repeat left top; }

#header a.btn_submit,
#i_header a.btn_submit { display: inline-block; }

a.btn_select,
a.btn_go,
a.btn_seeMore,
a.btn_go_tireSelector {
	display: block;
	height: 30px;
}

a.btn_go {
	background: transparent url('../images/btn_go.jpg') no-repeat left top;
	width: 45px;
	height: 30px;
}

a.btn_select {
	background: transparent url("../images/btn_select.jpg") no-repeat left top;
	width: 65px;
}

a.btn_seeMore {
	background: transparent url("../images/btn_seeMore.jpg") no-repeat left top;
	width: 85px;
}

a.btn_go_tireSelector {
	background: transparent url('../images/btn_go_tireSelector.jpg') no-repeat left top;
	float: left;
	width: 45px;
}

a.btn_continue {
	background: transparent url('../images/btn_continue.jpg') no-repeat left top;
	width: 85px;
	float: left;
	height: 30px;
	margin-bottom:20px;
}

a.btn_submit:hover,
#header a.btn_submit:hover,
#i_header a.btn_submit:hover,
a.btn_select:hover,
a.btn_go:hover,
a.btn_seeMore:hover,
a.btn_go_tireSelector:hover,
a.btn_viewMaint:hover,
a.btn_signUp:hover,
a.btn_continue:hover { background-position: left bottom; }

a.btn_viewMaint {
	display: block;
	background: transparent url('../images/btn_viewMaint.jpg') no-repeat left top;
	width: 195px;
	height: 30px;
}

a.btn_signUp {
	display: block;
	background: transparent url('../images/btn_signUp.jpg') no-repeat left top;
	width: 195px;
	height: 30px;
}

/* ===== forms ================================================== */

input[type="text"],
textarea,
select {
	border: 1px solid #666;
	font: normal .92em Arial, Helvetica, sans-serif;
	color: #666;/*min-width:70px;*/
}

input[type="text"],
textarea {
	margin-bottom:2px;
	padding: 2px 4px;
}

input[type="text"]:focus,
textarea:focus,
select:focus {
	color: #000;
	border: 1px solid #000;
}

.frmLbl {
	color:#000;
	text-transform:uppercase;
}

/* ===== icons ================================================== */

#oilTypesSt,
#oilTypesPl,
#oilTypesPr { padding: 1px 0 0px 90px; }

#oilTypesSt { margin-top: 15px; }

#oilTypesSt {
	background-color: #FFF;
	background-image:url(../images/icon_standard.gif);
	background-repeat: no-repeat;
}

#oilTypesPl {
	background-color: #FFF;
	background-image: url(../images/icon_plus.gif);
	background-repeat: no-repeat;
}

#oilTypesPr {
	background-color: #FFF;
	background-image: url(../images/icon_premium.gif);
	background-repeat: no-repeat;
}

#oilTypesSt ul,
#oilTypesPl ul,
#oilTypesPr ul { list-style: none; }

#oilTypesSt li,
#oilTypesPl li,
#oilTypesPr li {
	line-height: 13px;
	padding-left: 12px;
	background: transparent url(../images/bluesquare.gif) no-repeat left 3px;
}

/* ===== tire selector ================================================== */

#tire_selector {
	background-image:url(../images/shop_1.jpg);
	background-repeat:no-repeat;
	width:653px;
	height:158px;
}

#tire_selector_zip {
	padding-top:15px;
	margin-left:230px;
	font-size:12px;
	color:#fff;
}

#tire_selector_by_vehicle {
	padding-top:50px;
	margin-left:165px;
}

#tire_selector_by_size {
	padding-top:18px;
	margin-left:165px;
}

#tire_selector_by_vehicle input { width:80px; }

#tire_selector_by_size input { width:80px; }

/* ===== interactive vehicle ================================================== */

.circ:hover { background-position: left bottom; }

.circ {
	width:20px;
	height:20px;
	position:absolute;
	background-image:url(../images/transp.gif);
	cursor:pointer;
	background-position: left top;
}

#circ_0 {
	background-image:url(../images/car_1.gif);
	margin-left:27px;
	margin-top:115px;
}

#circ_1 {
	background-image:url(../images/car_2.gif);
	margin-left:355px;
	margin-top:90px;
}

#circ_2 {
	background-image:url(../images/car_3.gif);
	margin-left:59px;
	margin-top:74px;
}

#circ_3 {
	background-image:url(../images/car_4.gif);
	margin-left:110px;
	margin-top:64px;
}

#circ_4 {
	background-image:url(../images/car_5.gif);
	margin-left:116px;
	margin-top:114px;
}

#circ_5 {
	background-image:url(../images/car_6.gif);
	margin-left:176px;
	margin-top:101px;
}

#carContainer { margin-left:-50px; }

#hotCar {
	background-image:url(../images/complete_car.gif);
	width:400px;
	height:199px;/*margin-left:-50px;*//*margin-top:-175px;*/
}

.detail {
	display: none;
}

.learnMore { padding:15px 0px 15px 0px; }

/* ===== callouts ================================================== */


.yellBoxTable {
	background-image: url(../images/yellbox_bgtile.gif);
	background-repeat: repeat-y;
	background-position: left top;
}

#redSquareList,
#blueSquareList { padding: 0px 30px 0px 30px; }

#redSquareList ul,
.redSquareList ul,
#blueSquareList ul,
.blueSquareList ul { list-style: none; }

#redSquareList li,
.redSquareList li {
	line-height: 11px;
	padding: 0 0 0px 13px;
	background: transparent url(../images/redsquare_b.gif) no-repeat left 2px;
}

#blueSquareList li,
.blueSquareList li {
	/*line-height: 11px;*/
	padding: 0 0 0px 13px;
	background: transparent url(../images/bluesquare_b.gif) no-repeat left 2px;
}

.blueSquareList li strong { color:#444; }

.blueSquareList { padding: 0px 30px 0px 0px; }

#whiteSquareList {
	padding: 0 2px;
	color: #FFFFFF;
}

#whiteSquareList ul { list-style: none; }

#whiteSquareList li {
	line-height: 11px;
	padding: 0 0 5px 13px;
	margin-left: 0;
	background: transparent url(../images/whitesquare_b.gif) no-repeat left 2px;
}

.gray10 {
	color:#666;
	font-size:10px;
	padding-left:40px;
	padding-right:40px;
	line-height: 11px;
	display:block;
}

.gray10_alt {
	color:#666;
	font-size:10px;
	/*padding-left:40px;	*/
	padding-right:40px;
	line-height: 11px;
	display:block;
}

.subList {
	line-height: 14px;
	padding: 0 0 10px 55px;
	margin-left: 0;
	list-style: square;
}

.subBulletList {
	list-style: square;
	list-style-image:none;
}

/* ===== pressure table ================================================== */

#pressure_form {
	height: 122px;
	background-image: url(../images/tpressure_finder_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

#pressure_form_zip {
	padding-top:15px;
	margin-left:230px;
	font-size:12px;
	color:#fff;
}

#pressure_form_by_recommend {
	padding-top:38px;
	margin-left:25px;
}

#pressure_form_selector {
	padding-top:12px;
	margin-left:25px;
	font-size:12px;
	color:#fff;
}

#pressure_form_selector select { padding: 0px; }

#pressure_form_by_recommend form ul li { float: left; }

#pressure_form_by_recommend form ul li { margin-right: 5px; }

.activeStep {
	background-image:url(../images/bluesquare.gif);
	background-repeat:no-repeat;
	color:#da0000;
	font-size:14px;
	font-weight:bold;
	padding-left:20px;
	background-position: 5px 5px;
}

.inactiveStep {
	color:#999999;
	font-size:12px;
	padding-left:20px;
}

.legalPageContent strong { color:#444; }

.legalPageContent li { list-style-type: disc; }

.mapLbl { line-height:13px; }

#mapLbl_1,
#mapLbl_2,
#mapLbl_3,
#mapLbl_4 { margin-top:-37px; }

#mapLbl_1 { margin-left:150px; }

#mapLbl_2 { margin-left:280px; }

#mapLbl_3 { margin-left:420px; }

#mapLbl_4 { margin-left:550px; }

#mapLbl_1 .clr { background-color:#b42339; }

#mapLbl_2 .clr { background-color:#6f9dac; }

#mapLbl_3 .clr { background-color:#a3797e; }

#mapLbl_4 .clr { background-color:#007b9f; }

.clr {
	margin-top:0px;
	margin-left:-15px;
	width:10px;
	height:10px;
	background-color:#9a9b9d;
	border: 1px solid #000000;
}

.cpy { margin-top:-12px; }

#us_map { padding:15px 0 15px 0px; }

.whatsThis { font-size:10px; }

.formTitle { margin-top:0px; }

.checkboxList {
	margin-left:10px;
	width:350px;
}

.checkboxList input { margin: 3px 3px 2px 4px; }

#printLogo { display:none; }

#utqgBox {
	float: right;
	width: 306px;
	height: 170px;
	padding-top: 26px;
	padding-left: 40px;
	padding-bottom: 2px;
	background-color: #FFFFFF;
	background-image: url(../images/utqg_ratingbox_bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

#utqgTireImg {
	width:102px;
	float:left;
}

#utqgContent {
	width: 204px;
	margin-top:-4px;
	height: 68px;
	float:left;
}

#utqgContent ul {
	list-style: none;
	font-weight: bold;
	color: #9e1313;
}

#utqgContent li.first {
	padding-left: 85px;
	padding-bottom: 8px;
}

#utqgContent li.second {
	padding-left: 85px;
	padding-bottom: 8px;
}

#utqgContent li.third { padding-left: 85px; }

#utqgContent li,
#nav-utqgContent li a { margin: 0; }

#specTable { margin-left:10px; }

.blueBold,
.tinyblueBold {
	color: #026DAC;
	font-weight: bold;
}

.tinyblueBold { font-size: 9px; }

.cBox_20 {
	margin-left:20px;
	width:600px;
}

.tireCompBg {
	background-image: url(../images/tire_compare_0.jpg);
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	background-position: left top;
}

/* ===== default ================================================== */

#sitemap ul { list-style: none; }

#sitemap li {
	line-height: 13px;
	padding-left: 12px;
	background: transparent url('../images/bluesquare.gif') no-repeat left 3px;
}

.reduced,
form,
h1 {
	margin: 0;
	padding: 0;
	list-style: none;
}

.right {
	margin: 0 0 1em 1em;
	float: right;
}

.left {
	margin: 0 1em 1em 0;
	float: left;
}

.clear { clear: both; }

.reduced,
form,
h1,
#nav ul,
#storeLocator ol,
#bin1 ul,
#bins p,
#footer ul {
	margin: 0;
	padding: 0;
	list-style: none;
	border: none;
}

.hide,
.header h1 a span,
#storeLocator label,
#bin1 span,
#bins span,
a.btn_submit span,
a.btn_select span,
a.btn_go span,
a.btn_seeMore span,
a.btn_go_tireSelector span,
a.btn_viewMaint span,
a.btn_signUp span,
a.btn_continue span { display: none; }
