/* Common
-----------------------------------------------------------------------------*/

#leftCol {
	width: 150px;
}
#leftColPadding {
	padding: 10px 0 0 0;
}

#middleCol {
	padding: 10px 0 0;
}
#middleColContent {
	padding: 0px 20px;
	line-height: 18px;
}


/* Landing
-----------------------------------------------------------------------------*/

#landingIntro	{
	color:#393939;
	font-size:14px;
	padding:94px 0 0 30px;
	width:560px;
	}
#landingIntro .introBold	{
	font-weight:bold;
	}	
#landingIntro a	{
	color:#bc0101;
	background: transparent url(/_media/images/wheels/landing/arrow-right.gif) top right no-repeat;
	padding:0 10px 0 0;
	text-transform:none;
	}
#landingMain	{
	background: url(/_media/images/common/landing-bg.jpg) top left no-repeat #d8d8d8;
	}	
.box {
	box-shadow: 0 4px 4px rgba(0,0,0,.3);
	-webkit-box-shadow: 0 4px 4px rgba(0,0,0,.2);
	-moz-box-shadow: 0 4px 4px rgba(0,0,0,.2);
	background: #fff;
	display:inline;/* IE6 Right Margin Fix */
	float:left;
	height:280px;
	margin:0 0 8px 10px;
	width:476px;
	}
.emptyBox {
	background: url(/_media/images/wheels/landing/empty-box.gif) top left no-repeat;
	float:left;
	height:280px;
	margin:0 0 8px 10px;
	width:476px;
	}
.bottom	{
	margin:0 0 20px 10px;
	}
.box img 	{
	float:left;
	padding:0 0 0 30px;
	}
.box h1	{
	color:#62666a;
	font-size:24px;
	font-weight:normal;
	padding:20px 0 10px 0;
	margin:0;
	}
.box ul	{
	list-style-type:none;
	margin:30px 0 0 0;
	}
 ul.right	{
	padding:0 0 0 25px;
	}
.box ul li	{
	padding:0 0 10px 0;
	}
.box ul li a	{
	color:#bc0101;
	font-weight: bold;
	background: transparent url(/_media/images/wheels/landing/arrow-right.gif)  right no-repeat;
	font-size:16px;
	padding:2px 10px 0 0;
	}
#landingHeader	{
	background: url(/_media/images/accessories/header.jpg) top left no-repeat #eeeeee;
	height:220px;
	}




/* Accessory Category Landing Pages
-----------------------------------------------------------------------------*/
.pagination {
	text-align: right;
	padding-right: 45px;
}
#accessoryTable {
}
#accessoryTable td {
	padding: 0 15px 20px 15px;
}
#accessoryTable img {
	border: 1px solid #d0d0d0;
}
#accessoryTable h4 {
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0px;
	padding: 5px 0 0;
	color: #000000;
}
#accessoryTable p {
	width: 210px;
	margin: 0px;
	padding: 3px 0 0;
	font-size: 11px;
	line-height: 15px;
}
#accessoryTable a {
	font-weight: bold;
}
#accessoryTable p.button {
	width: auto;
	float: left;
	margin: 10px 10px 0 0;
	padding: 0;
}
#accessoryTable .accessoryBtns {
	margin: 2px 0 0;
}

#accessoryTable .accessoryBtns img {
	border: none;
	margin: 0 10px 0 0;
}


/* Accessory Detail Pages
-----------------------------------------------------------------------------*/

#tabcontentContainer table#sizeChart th {
	padding; 2px 5px;
	text-align: left;
	background: #000000;
	font-color: #ffffff;
}
#tabcontentContainer table#sizeChart td {
	padding; 2px 5px;
	border: 1px solid #666666;
}