/* @override http://5.59.169.139/css/products.css */

@import url(tables.css);

img {
	border: none;
}

h1 sup {
	font-size:12px;
}

div#main-content {
	margin-bottom:33px;
	background:url(/img/main-background.gif) no-repeat scroll left top;
	min-height:573px;;
}

div#main-content h1 {
	position:relative;
	z-index:2;
	width:300px;
}

div#productBox {
	margin-left:-14px;
	margin-top:-30px;
	background:#ffffff url(/img/product/product-background.jpg);
	height:166px;
	position:relative;
	
}

div#productBox div.png {
	margin-top:9px;
	position:absolute;
	bottom:-2px;
}

div#productBox a#enlargePhoto {
	float:left;
	margin-left:29px;
	margin-top:55px;
}

div#productBox a#enlargePhoto:link, div#productBox a#enlargePhoto:visited {
	color:#CCCCCC;
	text-decoration:none;
	font-size:10px;
	font-weight:bold;
	background:url(/img/product/enlarge_button.gif) no-repeat 0% 50%;
	padding-left:15px;
	letter-spacing:-0.06em;	
}

div#productBox a#enlargePhoto:hover {
	color:#444444;
}

/*enlarged photo*/
div#enlargedPhoto-wrapper {
	display:none;
	position:absolute;
	z-index:100;
	left:13%;
	top:13px;
}

div#enlargedPhoto {
	position:relative;
}

div#enlargedPhoto a#closePhoto:link, div#enlargedPhoto a#closePhoto:visited {
	background:url(/img/product/x-button.gif) no-repeat;
	width:10px;
	padding-top:10px;
	height:0;
	overflow:hidden;
	display:block;
	position:absolute;
	right:12px;
	top:6px;
}

div#enlargedPhoto img#large_image {
	position:absolute;

}

/*tabs*/
ul#product_tabs {
	list-style-type:none;
	margin:0;
	margin-left:-16px;
	padding:0;
	padding-top:3px;
	float:left;
	background:#D8D8D8;
	display:block;
	width:605px;
}

ul#product_tabs li {
	float:left;
}

ul#product_tabs a:link, ul#product_tabs a:visited {
	background:#515151;
	color:#fff;
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
	width:150px;
	display:block;
	text-align:center;
	line-height:22px;
	border-left:solid 1px #CECECE;
	border-bottom:solid 1px #CECECE;
	border-top:solid 1px #CECECE;
}

ul#product_tabs li.last a:link, ul#product_tabs li.last a:visited {
	border-right:solid 1px #C7D7E6;
}

ul#product_tabs li.last a:link, ul#product_tabs li.last a:visited {
	border-right:solid 1px #C7D7E6;
}

ul#product_tabs a:hover {
	background:#fff url(/img/product/tab-box-hover.gif) no-repeat top;
	color:#CB0000;
	border-bottom:solid 1px #FFFFFF;
}

ul#product_tabs li.selected a:link, ul#product_tabs li.selected a:visited {
	background:#F2F6FA;
	border-bottom:solid 1px #F2F6FA;
	border-top:solid 3px #FFEA00;
}

div.tab_box {
	clear:left;
	background:#fff;
	margin-left:-16px;
	border:solid 1px #CECECE;
	border-top:none;
	margin-right:5px;
	padding-top:25px;
	padding-left:15px;
	padding-bottom:20px;
	margin-bottom:30px;
}

/*features and benefits*/
p.highlight {
	color:#444444;
	background:#d8d8d8;
	padding-top:10px;
	padding-bottom:10px;
	margin-bottom:5px;
	margin-right:25px;
	padding-right:15px;
}


/*specifications*/
div.tab_box ul {
	list-style-type:square;
	margin-left:0;
	padding-left:23px;
	padding-right:32px;
	margin-top:0;
}

div.tab_box h4 {
	margin-left:13px;
	margin-bottom:5px;
	font-size:11px;
}

div.tab_box a:link, div.tab_box a:visited {
	font-weight:normal;
}

/*tables*/

/*specific tables*/
table#specsTableM {
	display: none;
}
table#specsTableE {
	display: block;
}

table thead th {
	color:#555555;
}

div.scroller {
	width:560px;
	overflow:auto;
	overflow-y:hidden;
}

/*load and inflation table*/
table.load-and-inflation-table {
	width:345px;
}

table.load-and-inflation-table thead th.first {
	width:86px;
}

table.load-and-inflation-table tbody th {
	vertical-align:top;
}

/*TAB SWITCHER*/
/*product overview*/
body.product-overview ul#product_tabs li#overview_tab a:link, 
body.product-overview ul#product_tabs li#overview_tab a:visited,
/*features and benefits*/
body.product-features-and-benefits ul#product_tabs li#features-and-benefits_tab a:link,
body.product-features-and-benefits ul#product_tabs li#features-and-benefits_tab a:visited,
/*specifications*/
body.product-specifications ul#product_tabs li#specifications_tab a:link,
body.product-specifications ul#product_tabs li#specifications_tab a:visited,
/*load&pressure*/
body.product-load-and-pressure ul#product_tabs li#load-and-pressure_tab a:link,
body.product-load-and-pressure ul#product_tabs li#load-and-pressure_tab a:visited
{	
	background:#fff url(/img/product/tab-box-hover.gif) no-repeat top;
	color:#CB0000;
	border-bottom:solid 1px #FFFFFF;
}

/* SHOW THE APPROPRIATE CONTENT */
body.product-overview div#overview_content,
body.product-features-and-benefits div#features-and-benefits_content,
body.product-specifications div#specifications_content,
body.product-load-and-pressure div#load-and-pressure_content
{
	display:block !important;
}

div#specifications_content {
	width:588px;
}

div#features-and-benefits_content p.highlight {
	padding: 18px;
	padding-left: 60px;
	background-position: 10px 50%;
	background-repeat: no-repeat;
}

p.warning {
	color: red;
	font-weight: bold;
}

div#find_dealer a:link, div#find_dealer a:visited {
	display:block;
	margin-top:15px;
	background:url(/img/product/find_dealer.gif) no-repeat;
	width:170px;
	height:32px;
	text-indent:-9999em;
}

a.button:link, a.button:visited{
	background:url(/img/tire-retread/red_clickthrough.gif) no-repeat 0% 50%;
	padding-left:23px;
	line-height:18px;
	display:block;
	color:#024882;
	text-decoration:none;
	text-transform:uppercase;
}

p.buttonholder {
	padding:0;
	margin-bottom:50px;
}
