@charset "utf-8";
/* CSS Document */
/********************************/
/* Eric Meyer's CSS reset sheet */
/********************************/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
/* forces browsers to show scrollbars even when not needed */
/* so that page doesn't jump when dynamic content is       */
/* expanding vertically									   */
html {
	overflow:scroll;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
div.clear {
	clear:both;
	width:0;
	height:0;
	padding:0;
	margin:0;
}
span.reg {
	font-size:.6em;
	vertical-align:text-top;
}
/****************************************************/
/* normalizing a simple ul or ol list               */
/****************************************************/
ul.normalized, ol.normalized { 
   margin:auto -3em 1em 0; 
   padding:0; 
   position:relative; 
   left:-3em;
}
 
ul.normalized li,
ol.normalized li { 
   margin-top:0.25em;
   margin-bottom:0.25em; 
}
 
ul.normalized ul, ul.normalized ol, 
ol.normalized ol, ol.normalized ul { 
   margin-left:1em; 
   padding-left:0; 
}
 
ul.normalized li, ol.normalized li { 
   margin-left:5em; 
}
 
ul.normalized li li,
ol.normalized li li{ 
   margin-left:1em; 
}
/****************************************************/
body {
	background-color:#ffffff;
	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
}

div#container {
	position:relative;
	top:0px;
	width:750px;
	margin:0 auto;
}
div#header {
	position:relative;
	width:750px;
	height:50px;
	overflow:hidden;
}
div#topNav {
	position:relative;
	width:750px;
	height:24px;
	overflow:hidden;
	border:1px solid #999999;
	background:#cccccc url('/img/global/bg_topnav.gif') top left repeat-x;
	text-align:center;
}
div#mainContent {
	position:relative;
	width:750px;
	margin:12px 0;
}
div#footer {
	position:relative;
	margin-top:20px;
	text-align:center;
}
div.holder {
	display:table;
	margin: 0 auto;
}
div.holder ul {
	display:inline-block;
}
div.holder ul {
	display:inline;
}
div.holder ul {
	display:table-row;
	font-size:11px;
}
div.holder ul li {
	display:inline;
	float:left;
	line-height:24px;
}
div.holder ul li a {
	text-decoration:none;
	font-weight:bold;
	color:#00a952;
}
div.holder ul li a:hover {
	text-decoration:underline;
}
div#mainContent {
	position:relative;
	width:750px;
}
div#footer {
	position:relative;
	width:750px;
	height:25px;
	overflow:hidden;
}

/**********************************************/
/* Tire Finder Module                         */
/**********************************************/
div.kt_module {
	height:200px;
	width:240px;
	border:1px solid #999999;
	background:#cccccc url('/img/global/bg_module_1x200.gif') top left repeat-x;
}
div.kt_home_module {
	position:absolute;
	height:125px;
}
div.kt_module_float_rt {
	position:relative;
	float:right;
}
h2.kt_module_title,
h2.kt_module_title a {
	font-weight:bold;
	color:#00A952;
	font-size:14px;
	text-decoration:none;
}
p.kt_module_txt {
	font-size:11px;
	color:#666666;
	padding-right:20px;
}

ul.kt_tire_finder_tabs {
	font-size:10px;
	margin-left:10px;
}
ul.kt_tire_finder_tabs li {
	float:left;
}
ul.kt_tire_finder_tabs li a {
	text-decoration:none;
	color:#00A952;
}
ul.kt_tire_finder_tabs li span {
	color:#00A952;
	font-weight:bold;
	cursor:pointer;
}
div.kt_tire_finder_form {
	position:absolute;
	display:none;
	font-size:10px;
}
div.kt_tire_finder_form form label {
	display:block;
	float:left;
	width:75px;
	text-align:left;
	margin:5px 5px 0;
}
div.kt_tire_finder_form form select {
	width:105px;
	margin:2px 0 1px;
	height:16px;
	font-size:10px;
}
div.kt_tire_finder_form form input.btn {
	height:16px;
	width:25px;
	font-size:10px;
	border:none;
	background-color:#00A952;
	color:#ffffff;
	cursor:pointer;
}
div#kt_tireFinderMod br {
	clear:left;
}
div.find_retailer_form {
	position:absolute;
	bottom:5px;
}
div.find_retailer_form form fieldset label {
	display:block;
	float:left;
	width:75px;
	color:#00A952;
	font-weight:bold;
	font-size:12px;
	margin: 5px 5px 0;
}
input.zip_field {
	height:16px;
	font-size:10px;
	width:100px;
	padding:0;
}
input.zip_go_btn {
	height:16px;
	width:25px;
	font-size:10px;
	border:none;
	background-color:#00A952;
	color:#ffffff;
	cursor:pointer;
}

div.close_btn {
	position:absolute;
	height:16px;
	width:16px;
	border-left:1px solid #999999;
	border-bottom:1px solid #999999;
	top:0px;
	right:0px;
	cursor:pointer;
	overflow:hidden;
	display:none;
}
div.close_btn div {
	position:absolute;
	top:2px;
	left:4px;
	color:#999999;
	font-weight:bold;
	font-size:12px;
}
div#plusminuslabel {
	float:left;
	width:75px;
	margin:5px 0 5px 5px;
}
div#plusminuslabel p {
	font-size:10px;
}
div#plusminus {
	float:left;
	width:100px;
	padding:5px 5px 0;
}
div#plusminus label {
	float:left;
	width:auto;
}
div#plusminus input {
	float:left;
}

/**********************************************/
/* Breadcrumb Navigation					  */
/**********************************************/
div#breadcrumbs {
	margin-top:12px;
	width:750px;
}
div#breadcrumbs p {
	font-size:12px;
	}
div#breadcrumbs p a {
	text-decoration:none;
	color:#999999;
}
div#breadcrumbs p span {
	color:#00A952;
	font-weight:bold;
}
/************************************************/
/* accordion styles								*/
/************************************************/
.kt_accordion {
	margin-top:15px;
}
img.kt_acc_closed {
	float:left;
}
img.kt_acc_open {
	float:left;
	display:none;
}
.kt_acc_header {
	cursor:pointer;
}
.kt_acc_header h3 {
	color:#00A952;
	font-size:14px;
}
.kt_acc_content {
	display:none;
	overflow:hidden;
	height:auto;
	padding-bottom:20px;
}


/************************************************/
/* eligible tires								*/
/************************************************/
div.kt_elig_tire_mod {
	width:168px;
	height:100px;
	float:left;
	margin:19px 19px 0 0;
}
div.kt_elig_tire_mod img {
	float:right;
}
div.kt_elig_tire_mod h4 a {
	color:#00A952;
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
}
div.kt_elig_tire_mod h4 a:hover {
	text-decoration:underline;
}
div.kt_elig_tire_mod p {
	font-size:11px;
	color:#333333;
}
div.kt_elig_tire_mod p a {
	font-size:11px;
	color:#00A952;
}

/************************************************/
/* sizes and specs table						*/
/************************************************/
table.specs_table tr th {
	font-size:9px;
	font-weight:normal;
	color:#333333;
	border-right:1px solid #333333;
	text-align:center;
	vertical-align:middle;
	height:50px;
	padding:0 5px;
}
table.specs_table tr td {
	height:18px;
	border-right:1px solid #333333;
	font-size:12px;
	text-align:center;
	vertical-align:middle;
}
table.specs_table tr th.last_column,
table.specs_table tr td.last_column {
	border-right:none;
}

/*************************************************/
/* tire display pages							 */
/*************************************************/
div#tdp_topBtns {
	width:750px;
	height:25px;
}
div#tdp_34View {
	position:relative;
	float:right;
	width:200px;
	height:375px;
}
div#tdp_tireName {
	position:relative;
	top:0;
	left:0;
	width:385px;
	height:100px;
	padding:0 0 0 15px;
}
div#tdp_tireName h1 {
	font-size:30px;
	color:#00A952;
	font-weight:bold;
}
div#tdp_tireName p {
	font-size:18px;
	color:#999999;
	line-height:24px;
}
div#tdp_featureMenu {
	float:left;
	width:220px;
	overflow:visible;
	margin-left:15px;
}
div#tdp_featureMenu h4 {
	font-size:12px;
	line-height:20px;
	color:#999999;
	font-weight:normal;
	cursor:pointer;
}
div.feature_desc {
	display:none;
	position:absolute;
	top:16px;
	left:20px;
	border:1px solid #666666;
	background:#dcdede url('/img/global/bg_module.gif') top left repeat-x;
	width:200px;
	padding:15px;
	z-index:5;
	color:#00A952;
	font-size:12px;
	line-height:16px;
}
div#tdp_treadviewDiv {
	z-index:1;
	position:relative;
	float:left;
	height:275px;
	width:300px;
}
div.hotspot {
	position:absolute;
	height:14px;
	width:14px;
	overflow:hidden;
	cursor:pointer;
	z-index:10;
}
.hotspot_on {
	display:none;
}
img.tire_feature {
	position:absolute;
	top:0;
	left:0;
	z-index:3;
	display:none;
}

div.sitemap {
	float:left;
	width:230px;
}
div.sitemap h2 {
	color:#00a962;
	margin-bottom:10px;
}
div.sitemap ul li a {
	color:#333333;
	font-size:12px;
	line-height:16px;
	}
	
/***********************************************/
/* adds divider to tire display pages          */
/***********************************************/
div.tireDisplay {
	border-top:1px solid #666666;
	}