@charset "utf-8";
/* CSS Document */
#coreleft .top-secret{
	background:#000;
}
#coreleft .top-secret a{
	color:#999;
	font-size:100%;
	line-height:20px;
}
#coreleft .top-secret a:hover{
	color:#eee;
	background:none;
	text-decoration:underline;
}
.center {
text-align:center;
}
.left{
float:left;
margin-right:20px;
}
.right{
float:right;
margin-left:20px;
}
.tire-sizes{
margin:0;
padding:0;
}
.tire-sizes li{
list-style:none;
}
.sale-text{
text-transform:uppercase;
font-weight:bold;
display:block;
color:#f00;
}
img{
border:none;
}
.cell{
margin:0 auto;
padding:0;
list-style:none;
overflow:hidden;
width:720px;
}
.cell li{
margin:10px 0;
}
.cell .header{
width:720px;
}
.threeCol li{
float:left;
width:33%;
}
.cell li h3{
margin:10px 0 0;
padding:0;
}
.cell li ul{
list-style:none;
margin:10px;
padding:0;
}
.cell li ul li{
width:100%;
margin:0;
}
.cell .clear{
clear:both;
}
.cell .cell-products{
overflow:hidden;
padding:0;
margin:0;
}
.cell .cell-products li{
margin-bottom:10px;
text-align:center;
width:180px;
float:left;
}
.cell .cell-products li a span{
display:block;
}
/*---------TABLES----------*/
.tabularData{
border-collapse:collapse;
width:720px;
margin:0 auto;
}
.tabularData td{
padding:5px;
border-bottom:1px solid #eee;
}
.tabularData tr:hover{
background:#FFFF66;
}
tr.title td,tr.title td:hover{
background:#eee;
font-weight:bold;
border-bottom:1px solid #ddd;
}
