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

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

.middleCol {
	height: auto;
    padding: 6px 0 0 19px;
    width: 502px !important;
}
.middleColContent {
	padding: 0px 20px;
	line-height: 18px;
}


h3 {
	font-family:"proxima-nova-n7","proxima-nova", arial, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #242424;
	margin: 10px 0 10px 0px;
	padding: 0px;
}

#middleColContent {
	background: #ffffff;
	line-height: 18px;
}


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

#landingTitle {
	padding: 20px 0 24px 30px;
}
#landingIntro {
	color: #333333;
	float: left;
	font-size: 15px;
	height: auto;
	line-height: 1.5;
	overflow: hidden;
	padding-bottom: 48px;
	width: 980px;
	background:#fff url(/_media/images/wheels/landing/top-gradient.jpg) left bottom no-repeat;
}
#landingMain {
	background: #fff;
}
.box-row {
	color: #333333;
	float: left;
	clear:both;
	height: auto;
	line-height: 1.5;
	overflow: hidden;
	padding-bottom: 38px;
	width: 980px;
	background:#fff url(/_media/images/wheels/landing/top-gradient.jpg) left bottom no-repeat;
}
.box-row.box-bottom {
	margin-bottom:23px;
}
.box {
	background: #fff;
	display:inline;/* IE6 Right Margin Fix */
	float:left;
	height:280px;
	margin:0 0 8px 10px;
	width:475px;
	position:relative;
}
.box.left {
	background: url(/_media/images/wheels/landing/box-dots.gif) right 29px no-repeat;
}
.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 22px 0 10px;
}

.box ul {
	list-style-type:none;
	margin:0;
}
ul.right {
	padding:0 0 0 25px;
}
.box ul li {
	background: transparent url(/_media/images/wheels/landing/arrow-right.gif) left 7px no-repeat;
	display: inline-block;
	padding: 0 0 9px 10px;
	width: 130px;
	line-height:1.3;
}
.box ul li a {
	color:#75889d;
	font-size:13px;
	padding:0;
	font-weight:bold;
}
.box ul li:hover {
	background:url(/_media/images/common/_nav/sub-nav-red-arrow.png) left 7px no-repeat;
}
.box ul li:hover a {
	color:#CA0000;
}

#landingHeader	{
	height:200px;
	clear:both;
	}

#landingHeader  h1{
	padding:0;
	margin:0;
	float:left;
}

.box h2 a {
	color:#9aa4af;
	font-size:26px;
	font-weight: bold;
	font-family: "proxima-nova-n7","proxima-nova", arial, sans-serif;
	position: absolute;
    right: 20px;
    top: 26px;
	text-transform:uppercase;
	line-height:26px;
}

#accHeader {
	height:200px;
	clear:both;
}

#accHeader h1 {
	float: left;
    margin: 0;
    padding: 0;
}

h1.headline {
	position: relative;
	top: 0px;/*right: 205px;*/
	padding:0;
	margin:0;
	font-family: "proxima-nova-n7","proxima-nova", Verdana, sans-serif;
	font-size:42px;
	color:#242424;
	text-transform:uppercase;
	left:0;
	width:381px;
	line-height:.9;
}



/* Accessory Category Landing Pages
-----------------------------------------------------------------------------*/
.pagination {
	text-align: right;
	padding-right: 21px;
	margin-top:25px;
}

.pagination a.Selected {
	text-decoration:underline;	
}
#accessoryTable {
	padding-top:4px;
}
#accessoryTable td {
	padding: 0 15px 20px 0;
    width: 210px;
}
#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;
}

/* Breadcrumbs
-----------------------------------------------------------------------------*/

#breadcrumbs {
	padding: 20px 0 16px 17px;
	font-family: arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color: #666666;
}

#breadcrumbs a {
	padding: 0 4px;
	color: #75889c;
}
#breadcrumbs a:hover {
	text-decoration: underline;
}
#breadcrumbs select {
	font-family: arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color: #666666;
	margin: 0 4px;
	padding:2px 0 1px 0;
}
