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

.leftCol {
	width: 180px;
}
#leftColPadding {
	padding: 10px 0 0 0;
}
.middleCol {
	padding: 4px 25px 0 32px;
}
#middleColContent {
	background: #ffffff;
	line-height: 22px;
}
#landingImg {
    float: right;
    margin: 5px 0 7px 20px;
}
h2 {
	font-family:"proxima-nova-n7","proxima-nova", arial, sans-serif;
	font-size: 38px;
	font-weight: bold;
	color: #444444;
	margin: 0 0 5px 0px;
	padding: 0px;
	text-transform:uppercase;
	line-height:38px;
}
h3 {
	font-family:"proxima-nova-n7","proxima-nova", arial, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #242424;
	margin: 20px 0 3px 0;
	padding: 0px;
	display:block;
	clear:both;
}
.blueCaps {
	color: #75889C;
	text-transform: uppercase;
}
#middleColContent .dottedline {
	background: url(/_media/images/common/dottedline.gif) repeat-x bottom left;
}
/* 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:20px 48px 0 20px;
}
.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/technologies/header.jpg) top left no-repeat #eeeeee;
	height:220px;
}
.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;
}
/* Tech Landing
-----------------------------------------------------------------------------*/
#mainContent.subsection {
	background: #fff;
	min-height: 485px;
}
.tech {
	display:block;
	float:left;
	height:165px;
	margin:10px 10px 0 0;
	width:140px;
}
.tech a.arrowRight {
	font-size:14px;
}
.tech img {
	box-shadow: 0 0 4px rgba(0, 0, 0, .2);
	-webkit-box-shadow: 0 0 4px rgba(0, 0, 0, .2);
	-moz-box-shadow: 0 0 4px rgba(0, 0, 0, .2);
	border: 2px solid #fff;
	height:106px;
	width:136px;
}
/* Misc
-----------------------------------------------------------------------------*/


#techlandingImg {
	margin: 3px 0 7px 0;
}
.mediaList {
	margin-bottom: 10px;
}
.mediaList object, .mediaList img {
	float: left;
	margin: 2px 15px 0 0;
}
.mediaList .content {
	float: left;
	width: 415px;
}
.mediaList .content p {
	font-size: 11px;
	line-height: 15px;
	margin: 0;
	padding: 0px;
}
.mediaList .content a {
	font-weight: bold;
}
.mediaList .blue {
	font-size: 11px;
}
#zipcastCallout {
	float: right;
	padding: 10px 12px;
	border: 1px solid #d1d1d1;
	width: 150px;
	margin: 10px 5px 5px 10px;
	color: #7e7e7e;
	font-weight: bold;
	line-height: 15px;
}
#zipcastCallout p {
	margin: 0 0 3px 0;
	padding: 0px;
}
#zipcastCallout .date {
	color: #000000;
	font-weight: normal;
	font-size: 11px;
}
#zipcastCallout object {
	float: left;
	margin: 0 10px 0 0;
}
a.back {
	float:right;
	padding-left: 10px;
	background: url(/_media/images/technologies/arrow_back.gif) no-repeat left 55%;
}
/* Tabs
-----------------------------------------------------------------------------*/


#tabs {
	padding: 3px 0 5px;
	margin: 0;
	list-style-type: none;
	text-align: left; /*set to left, center, or right to align the menu as desired*/
}
#tabs li {
	display: inline;
}
#tabs li a {
	padding: 3px 10px;
	color: #2d2b2b;
	font-family: "Trebuchet MS";
	font-size: 11px;
	font-weight: bold;
	line-height: 15px;
}
#tabs li.active a {
	color: #cc0000;
}
#tabs li a:hover {
	text-decoration: underline;
	color: #cc0000;
}
#tabs li.active a:hover {
	text-decoration: none;
}
#tabcontentContainer {
	width: 504px;
	border-top: 1px solid #999999;
	position: relative;
}
.panes {
	width: 504px;
	display: block;
}
table.specsTable {
	width: 340px;
	border-collapse: collapse;
	margin-bottom: 15px;
}
table.specsTable.apparelTable {
	width: 385px;
	border-collapse: collapse;
	margin-bottom: 15px;
}
table#priceTable {
	width: 391px;
	_width:381px;
 *width:381px;
	border-collapse: collapse;
	margin-bottom: 15px;
	overflow:hidden;
	height:auto;
	position:relative;
}
table.specsTable td, table#priceTable td {
	font-size: 12px;
	text-align: left;
	border: 1px solid #9ab2c1;
	padding: 4px 18px;
	_padding: 4px 9px;
 *padding:4px 9px;
}
table.specsTable.apparelTable td {
	font-size: 12px;
	text-align: left;
	border: 1px solid #9ab2c1;
	padding: 4px 4px;
	_padding: 4px 4px;
 *padding:4px 4px;
}
table.specsTable tr.totalWeight td {
	font-size: 13px;
	font-weight: bold;
	color: #d10b29;
	border: none;
}
table.specsTable tr.powertapWeight td {
	border: none;
	color: #444444;
}
table.specsTable tr.hubWheels td {
	border: none;
	color: #444444;
	padding: 0 ;
}
table.specsTable tr.hubWheels td.specsLeft {
	font-weight: bold;
}
table.specsTable tr.totalWeight td.specsLeft, table.specsTable tr.powertapWeight td.specsLeft {
	padding: 4px 18px 4px 0px;
}
table.specsTable td.specHeader, span.priceHeader {
	color: #000000;
	font-size: 13px;
	font-weight: bold;
	border: none;
	padding: 15px 0 5px 0;
}
table.specsTable td.specChildHeader, table#priceTable td.priceChildHeader {
	font-size: 13px;
	color: #ffffff;
	text-align: left;
	font-weight: bold;
	background: #000000;
	border: 1px solid #000000;
	padding: 3px 18px;
}
table.specsTable td.specsLeft {
	color: #62666a;
	font-weight:bold;
	width: 46%;
}
table.specsTable td.specsRight {
	color: #75889c;
	font-weight:bold;
	width: 60%;
}
table.specsTable.apparelTable td.specsFirst {
	color: #1d1d1d;
	width: 40%;
}
table.specsTable.apparelTable td.specsLeft {
	color: #1d1d1d;
	width: 10%;
}
table.specsTable.apparelTable td.specsRight {
	color: #3f5f6c;
	width: 10%;
}
table.specsTable tr.darkBlue td, table#priceTable tr.darkBlue td {
	background: #ebf2f5;
}
table.specsTable tr.lightBlue td, table#priceTable tr.lightBlue td {
	background: #fafbfc;
}
