/* colors
silver: #6c7783;
red: #cc0717;
off-white: #f0f0f0; */

@import url("reset.css");

body {
	background: #2c2c2e url(../images/bg.jpg) no-repeat center top;
	font: normal 11px/1.2 Arial, Helvetica, san-serif;
	color: #fff;
	margin: 0px 0px 20px 0px;
	padding: 0px;
	text-align: center;
}

a:link, a:visited, a:active {
	color: #dc241f; 
	text-decoration: none;
	background-color: transparent;
}

a:hover {
	color: #FF0000; 
	text-decoration: underline;
	background-color: transparent;
}

img {
	vertical-align: top;
}

fieldset {
	border: 0px;
	padding: 0px;
}

select {
	font-size: 10px;
	border: 1px solid #999999;
}

h3 {
	font-size: 20px;
	margin: 0px;
	padding: 0px 0px;
}

h3.dark {
	margin: 0px;
	padding: 0px;
}

h4 {
	color: #d73330;
	text-transform: uppercase;
	font-size: 13px;
	margin: 0px;
	padding: 0px;
}

h4.small {
	color: #d73330;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	text-transform: none;
}

h5 {
	text-transform: uppercase;
	font-size: 18px;
	margin-top: 15px;
}

h6 {
	color: #FF0000;
	font-size: 18px;
	margin: 0px;
	padding: 0px 0px;
}

h7 {
	text-transform: uppercase;
	font-size: 18px;
}

h8 {
	color: #d73330;
	font-size: 13px;
	margin: 0px;
	padding: 0px;
}

p span {
	font-weight: bold;
	color: #000;
}

p.title {
	color: #000;
	margin-bottom: 0px;
	font-weight: bold;
	font-size: 14px;
	position: relative;
	top: 5px;
}

p.standout {
	font-size: 18px;
	text-align: center;
}

p.small {
	font-size: 9px;
	margin-top: 0px;
	color: #000;
}

div#wrap {
	width: 928px;
	margin:0px auto;
	text-align: center;
	background: url(../images/shadow.png) no-repeat center bottom;
}

div#main {
	margin: 0px auto;
	text-align: left;
	width: 905px;
	background-color: #000;
}

div#header {
	background: url(../images/header_bg.jpg) no-repeat;
	height: 60px;
	position: relative;
}

div#header h1 {
	margin: 0px 0px 0px 30px;
	padding: 8px 0px 0px 0px;
}

div#header h1 a {
	background: url(../images/logo_wheelPros.gif) no-repeat;
	width: 181px;
	height: 40px;
}

div#header div {
	position: absolute;
	right: 20px;
	top: 0px;
	text-align: right;
	padding-top: 15px;
	width: 200px;
}

div#header div a {
	margin: 0px 0px 15px auto;
	height: 7px;
}

div#header div a.guidesCatalogs{
	background-image: url(../images/btn_guidesCatalogs.gif);
	width: 139px;
}

div#header div a.guidesCatalogs_en{
	background-image: url(../images/btn_guidesCatalogs_en.gif);
	width: 139px;
}

div#header div a.guidesCatalogs_de{
	background-image: url(../images/btn_guidesCatalogs_de.gif);
	width: 139px;
}

div#header div a.guidesCatalogs_es{
	background-image: url(../images/btn_guidesCatalogs_es.gif);
	width: 139px;
}

div#header div a.guidesCatalogs_fr{
	background-image: url(../images/btn_guidesCatalogs_fr.gif);
	width: 139px;
}

div#header div a.guidesCatalogs_it{
	background-image: url(../images/btn_guidesCatalogs_it.gif);
	width: 139px;
}

div#header div a.guidesCatalogs_ru{
	background-image: url(../images/btn_guidesCatalogs_ru.gif);
	width: 139px;
}

div#header div a.guidesCatalogs_jp{
	background-image: url(../images/btn_guidesCatalogs_jp.gif);
	width: 139px;
}

div#header div a.guidesCatalogs_zh{
	background-image: url(../images/btn_guidesCatalogs_zh.gif);
	width: 139px;
}

div#header div a.findDealer {
	background-image: url(/images/btn_findDealer.gif);
	width: 99px;
}

div#header div a.findDealer_en {
	background-image: url(/images/btn_findDealer_en.gif);
	width: 99px;
}

div#header div a.findDealer_de {
	background-image: url(/images/btn_findDealer_de.gif);
	width: 200px;
}

div#header div a.findDealer_fr {
	background-image: url(/images/btn_findDealer_fr.gif);
	width: 200px;
}

div#header div a.findDealer_it {
	background-image: url(/images/btn_findDealer_it.gif);
	width: 200px;
}

div#header div a.findDealer_jp {
	background-image: url(/images/btn_findDealer_jp.gif);
	width: 103px;
}

div#header div a.findDealer_zh {
	background-image: url(/images/btn_findDealer_zh.gif);
	width: 75px;
}

div#header div a.findDealer_es {
	background-image: url(/images/btn_findDealer_es.gif);
	width: 200px;
}

div#header div a.findDealer_ru {
	background-image: url(/images/btn_findDealer_ru.gif);
	width: 99px;
}

div#header div a.guidesCatalogs:hover, div#header div a.findDealer:hover {
	background-position: left bottom;
}

div#footer {
	text-align: left;
	margin: 10px 0px 0px;
	clear: both;
}

#footer a, #footer span{
	color: #bbbbbb;
	margin-left: 7.5px;
	font-size: 10px;
}

#footer span a {
	margin-left: 0px;
	color: #fff;
}

div#content {
	min-height:350px;
	height:auto !important;
	height:350px;
}

div#content.alt {
	background-color: #ffffff;
	color: #6c7783;
}
div#content.altLug {
	background-color: #000000;
}

/* @group Main Nav */
div#topNav {
	padding: 0px;
	margin: 0px auto;
	text-align: center;
	position: relative;
	z-index: 999;
}

#nav, #nav ul {
	padding: 0px;
	margin: 0px;
	list-style: none;
	line-height: 1;
}

#nav {
	text-align: center;
	width: 813px;
	height: 20px;
	background: url(../images/menu_bg.jpg) no-repeat;
	padding-left: 54px;
	margin: 0px auto;
}

#nav a {
	display: block;
	padding: 0px 20px;
}

#nav li {
	float: left;
	margin: 0px;
	line-height: 20px;
	padding: 0px;
}

#nav li ul {
	position: absolute;
	width: auto;
	left: -999em;
	background: #1f1f1f url(../images/menu_listBg.jpg) repeat-x center top;
	border: 1px solid #606267;
	border-width: 0px 1px 1px 1px;
	padding: 14px 0px 6px;
	margin-left: 0em;
	z-index: 2000;
}

#nav li ul li {
	text-align: left;
	width: auto;
	float: none;
	height: auto;
}

#nav li ul li.hidden {
	height: 0px;
	visibility: hidden;
	overflow: hidden;
	line-height: 0px;
	display: block;
	font-size: 0px;
}

#nav li ul ul {
	width: 160px;
	margin: -2em 0 0 8.2em;
	border: 0px;
	padding: 0px;
	background:url(/images/empty.gif) no-repeat;
}

#nav li ul ul span.psuedoList {
	background-color: #1f1f1f;
	border: 1px solid #606267;
	border-width: 1px;
	padding: 6px 0px;
}

#nav li ul ul span {
	display: block;
	background-color: #1f1f1f;
}

#nav li ul ul span li {
	padding: 0px;
	margin: 0px;
}

#nav li:hover > ul{
	left: auto;
    zoom:1; /* fix ie7 disappear */
    clear: both;
}

#nav li ul li a {
	width: auto;
	color: #fff;
	font-size: 11px;
	font-weight: bold;
	padding: 0px 11px;
	line-height: 16px;
}

#nav li ul li a:hover {
	text-decoration: none;
	background: #6c7783;
}

#nav li ul li a.brand {
	margin: 0px 0px 0px 10px;
	padding: 0px;
	color: #6c7783;
	font-weight: normal;
}

#nav li ul li a.brand:hover {
	color: #9babbc;
	background-color: transparent;
}

#nav li ul li.toggle {
	cursor: pointer;
}

#nav li:hover {
	position: static;
}

/* @end */

/* @group Main Nav Buttons */

li.brands a.btn {
	background-image: url(../images/menu_brands.jpg);
	width: 56px;
}

li.brands_en a.btn {
	background-image: url(../images/menu_brands_en.jpg);
	width: 56px;
}

li.brands_zh a.btn {
	background-image: url(../images/menu_brands_zh.jpg);
	width: 56px;
}

li.brands_fr a.btn {
	background-image: url(../images/menu_brands_fr.jpg);
	width: 64px;
}

li.brands_de a.btn {
	background-image: url(../images/menu_brands_de.jpg);
	width: 56px;
}

li.brands_it a.btn {
	background-image: url(../images/menu_brands_it.jpg);
	width: 56px;
}

li.brands_jp a.btn {
	background-image: url(../images/menu_brands_jp.jpg);
	width: 56px;
}

li.brands_ru a.btn {
	background-image: url(../images/menu_brands_ru.jpg);
	width: 56px;
}

li.brands_es a.btn {
	background-image: url(../images/menu_brands_es.jpg);
	width: 56px;
}

li.shopWheels a.btn {
	background-image: url(../images/menu_shopWheels.jpg);
	width: 94px;
}

li.shopWheels_en a.btn {
	background-image: url(../images/menu_shopWheels_en.jpg);
	width: 94px;
}

li.shopWheels_zh a.btn {
	background-image: url(../images/menu_shopWheels_zh.jpg);
	width: 103px;
}

li.shopWheels_fr a.btn {
	background-image: url(../images/menu_shopWheels_fr.jpg);
	width: 103px;
}

li.shopWheels_de a.btn {
	background-image: url(../images/menu_shopWheels_de.jpg);
	width: 103px;
}

li.shopWheels_it a.btn {
	background-image: url(../images/menu_shopWheels_it.jpg);
	width: 103px;
}

li.shopWheels_jp a.btn {
	background-image: url(../images/menu_shopWheels_jp.jpg);
	width: 103px;
}

li.shopWheels_ru a.btn {
	background-image: url(../images/menu_shopWheels_ru.jpg);
	width: 103px;
}

li.shopWheels_es a.btn {
	background-image: url(../images/menu_shopWheels_es.jpg);
	width: 103px;
}

li.dealers a.btn {
	background-image: url(../images/menu_dealers.jpg);
	width: 60px;
}

li.dealers_en a.btn {
	background-image: url(../images/menu_dealers_en.jpg);
	width: 60px;
}

li.dealers_de a.btn {
	background-image: url(../images/menu_dealers_en.jpg);
	width: 63px;
}

li.dealers_es a.btn {
	background-image: url(../images/menu_dealers_es.jpg);
	width: 103px;
}

li.dealers_fr a.btn {
	background-image: url(../images/menu_dealers_fr.jpg);
	width: 117px;
}

li.dealers_it a.btn {
	background-image: url(../images/menu_dealers_it.jpg);
	width: 78px;
}

li.dealers_ru a.btn {
	background-image: url(../images/menu_dealers_ru.jpg);
	width: 50px;
}

li.dealers_zh a.btn {
	background-image: url(../images/menu_dealers_zh.jpg);
	width: 103px;
}

li.merchandise a.btn {
	background-image: url(../images/menu_merchandise.jpg);
	width: 98px;
}

li.merchandise_de a.btn {
	background-image: url(../images/menu_merchandise_de.jpg);
	width: 40px;
}

li.merchandise_en a.btn {
	background-image: url(../images/menu_merchandise_en.jpg);
	width: 98px;
}

li.merchandise_es a.btn {
	background-image: url(../images/menu_merchandise_es.jpg);
	width: 83px;
}

li.merchandise_fr a.btn {
	background-image: url(../images/menu_merchandise_fr.jpg);
	width: 103px;
}

li.merchandise_it a.btn {
	background-image: url(../images/menu_merchandise_it.jpg);
	width: 44px;
}

li.merchandise_jp a.btn {
	background-image: url(../images/menu_merchandise_jp.jpg);
	width: 98px;
}

li.merchandise_ru a.btn {
	background-image: url(../images/menu_merchandise_ru.jpg);
	width: 38px;
}

li.merchandise_zh a.btn {
	background-image: url(../images/menu_merchandise_zh.jpg);
	width: 98px;
}

li.photoGallery a.btn {
	background-image: url(../images/menu_photoGallery.jpg);
	width: 108px;
}

li.photoGallery_de a.btn {
	background-image: url(../images/menu_photoGallery_de.jpg);
	width: 87px;
}

li.photoGallery_en a.btn {
	background-image: url(../images/menu_photoGallery_en.jpg);
	width: 108px;
}

li.photoGallery_es a.btn {
	background-image: url(../images/menu_photoGallery_es.jpg);
	width: 118px;
}

li.photoGallery_fr a.btn {
	background-image: url(../images/menu_photoGallery_fr.jpg);
	width: 128px;
}

li.photoGallery_it a.btn {
	background-image: url(../images/menu_photoGallery_it.jpg);
	width: 150px;
}

li.photoGallery_jp a.btn {
	background-image: url(../images/menu_photoGallery_jp.jpg);
	width: 113px;
}

li.photoGallery_ru a.btn {
	background-image: url(../images/menu_photoGallery_ru.jpg);
	width: 83px;
}

li.photoGallery_zh a.btn {
	background-image: url(../images/menu_photoGallery_zh.jpg);
	width: 108px;
}

li.media a.btn {
	background-image: url(../images/menu_media.jpg);
	width: 41px;
}

li.media_de a.btn {
	background-image: url(../images/menu_media_de.jpg);
	width: 50px;
}

li.media_en a.btn {
	background-image: url(../images/menu_media_en.jpg);
	width: 41px;
}

li.media_es a.btn {
	background-image: url(../images/menu_media_es.jpg);
	width: 50px;
}

li.media_fr a.btn {
	background-image: url(../images/menu_media_fr.jpg);
	width: 50px;
}

li.media_it a.btn {
	background-image: url(../images/menu_media_it.jpg);
	width: 41px;
}

li.media_jp a.btn {
	background-image: url(../images/menu_media_jp.jpg);
	width: 41px;
}

li.media_ru a.btn {
	background-image: url(../images/menu_media_ru.jpg);
	width: 41px;
}

li.media_zh a.btn {
	background-image: url(../images/menu_media_zh.jpg);
	width: 41px;
}

li.company a.btn {
	background-image: url(../images/menu_company.jpg);
	width: 68px;
}

li.store a.btn {
	background-image: url(../images/menu_store.jpg);
	width: 41px;
}

li.deals a.btn {
	background-image: url(../images/menu_deals.jpg);
	width: 41px;
}

li.canada a.btn {
	background-image: url(../images/menu_canandian.jpg);
	width: 41px;
}

li.wheelCare a.btn {
	background-image: url(../images/menu_wheelCare.jpg);
	width: 41px;
}

li.wheels a.btn {
	background-image: url(../images/menu_wheels.jpg);
	width: 41px;
}

li.affiliate a.btn {
	background-image: url(../images/menu_affiliate.jpg);
	width: 81px;
}

/* @end */

/* @group Home Page */

#findColumn {
	margin-right: 20px;
	width: 200px;
	height: 323px;
	float: left;
}

#flashArea {
	border: 1px solid #73757a;
	width: 645px;
	height: 323px;
	float: left;
}

div#findWheels, div#findDealer {
	padding: 12px;
	border: 1px solid #73757a;
	background: #9b9b9b url(../images/td_background.jpg) repeat-x;
	color: #000;
	margin-bottom: 10px;
}

div#findWheels_de, div#findDealer_de {
	padding: 12px;
	border: 1px solid #73757a;
	background: #9b9b9b url(../images/td_background.jpg) repeat-x;
	color: #000;
	margin-bottom: 5px;
}

div#findWheels_es, div#findDealer_es {
	padding: 12px;
	border: 1px solid #73757a;
	background: #9b9b9b url(../images/td_background.jpg) repeat-x;
	color: #000;
	margin-bottom: 5px;
}

div#findWheels_en, div#findDealer_en {
	padding: 12px;
	border: 1px solid #73757a;
	background: #9b9b9b url(../images/td_background.jpg) repeat-x;
	color: #000;
	margin-bottom: 5px;
}

div#findWheels_fr, div#findDealer_fr {
	padding: 12px;
	border: 1px solid #73757a;
	background: #9b9b9b url(../images/td_background.jpg) repeat-x;
	color: #000;
	margin-bottom: 5px;
}

div#findWheels_it, div#findDealer_it {
	padding: 12px;
	border: 1px solid #73757a;
	background: #9b9b9b url(../images/td_background.jpg) repeat-x;
	color: #000;
	margin-bottom: 5px;
}

div#findWheels_jp, div#findDealer_jp {
	padding: 12px;
	border: 1px solid #73757a;
	background: #9b9b9b url(../images/td_background.jpg) repeat-x;
	color: #000;
	margin-bottom: 5px;
}

div#findWheels_ru, div#findDealer_ru {
	padding: 9px;
	border: 1px solid #73757a;
	background: #9b9b9b url(../images/td_background.jpg) repeat-x;
	color: #000;
	margin-bottom: 4px;
}

div#findWheels_zh, div#findDealer_zh {
	padding: 12px;
	border: 1px solid #73757a;
	background: #9b9b9b url(../images/td_background.jpg) repeat-x;
	color: #000;
	margin-bottom: 5px;
}

div#findWheels h2, div#findDealer h2 {
	padding: 0px;
	margin: 0px auto;
	text-indent: -999px;
	overflow: hidden;
	height: 14px;
}

div#findWheels_de h2, div#findDealer_de h2 {
	padding: 0px;
	margin: 0px auto;
	text-indent: -999px;
	overflow: hidden;
	height: 14px;
}

div#findWheels_en h2, div#findDealer_en h2 {
	padding: 0px;
	margin: 0px auto;
	text-indent: -999px;
	overflow: hidden;
	height: 14px;
}

div#findWheels_es h2, div#findDealer_es h2 {
	padding: 0px;
	margin: 0px auto;
	text-indent: -999px;
	overflow: hidden;
	height: 14px;
}

div#findWheels_fr h2, div#findDealer_fr h2 {
	padding: 0px;
	margin: 0px auto;
	text-indent: -999px;
	overflow: hidden;
	height: 14px;
}

div#findWheels_it h2, div#findDealer_it h2 {
	padding: 0px;
	margin: 0px auto;
	text-indent: -999px;
	overflow: hidden;
	height: 14px;
}

div#findWheels_jp h2, div#findDealer_jp h2 {
	padding: 0px;
	margin: 0px auto;
	text-indent: -999px;
	overflow: hidden;
	height: 14px;
}
div#findWheels_ru h2, div#findDealer_ru h2 {
	padding: 0px;
	margin: 0px auto;
	text-indent: -999px;
	overflow: hidden;
	height: 11px;
}

div#findWheels_zh h2, div#findDealer_zh h2 {
	padding: 0px;
	margin: 0px auto;
	text-indent: -999px;
	overflow: hidden;
	height: 14px;
}

div#findWheels {
	height: 175px;
	position: relative;
}

div#findWheels h2 {
	background: url(../images/find_wheels_title.gif) no-repeat;
	width: 107px;
}

div#findWheels_es h2 {
	background: url(../images/find_wheels_title_es.gif) no-repeat;
	width: 107px;
}

div#findWheels_en h2 {
	background: url(../images/find_wheels_title_en.gif) no-repeat;
	width: 107px;
}

div#findWheels_de h2 {
	background: url(../images/find_wheels_title_de.gif) no-repeat;
	width: 107px;
}

div#findWheels_fr h2 {
	background: url(../images/find_wheels_title_fr.gif) no-repeat;
	width: 107px;
}

div#findWheels_it h2 {
	background: url(../images/find_wheels_title_it.gif) no-repeat;
	width: 107px;
}

div#findWheels_jp h2 {
	background: url(../images/find_wheels_title_jp.gif) no-repeat;
	width: 107px;
}

div#findWheels_ru h2 {
	background: url(../images/find_wheels_title_ru.gif) no-repeat;
	width: 107px;
}

div#findWheels_zh h2 {
	background: url(../images/find_wheels_title_zh.gif) no-repeat;
	width: 107px;
}

div#findWheels select {
	color: #666666;
	font-size: 12px;
	margin-bottom: 10px;
	width: 170px;
}

div#findWheels_de select {
	color: #666666;
	font-size: 12px;
	margin-bottom: 5px;
	width: 170px;
}

div#findWheels_es select {
	color: #666666;
	font-size: 12px;
	margin-bottom: 5px;
	width: 170px;
}

div#findWheels_en select {
	color: #666666;
	font-size: 12px;
	margin-bottom: 5px;
	width: 170px;
}

div#findWheels_fr select {
	color: #666666;
	font-size: 12px;
	margin-bottom: 5px;
	width: 170px;
}

div#findWheels_it select {
	color: #666666;
	font-size: 12px;
	margin-bottom: 5px;
	width: 170px;
}

div#findWheels_jp select {
	color: #666666;
	font-size: 12px;
	margin-bottom: 5px;
	width: 170px;
}

div#findWheels_ru select {
	color: #666666;
	font-size: 12px;
	margin-bottom: 5px;
	width: 170px;
}

div#findWheels_zh select {
	color: #666666;
	font-size: 12px;
	margin-bottom: 5px;
	width: 170px;
}

div#findDealer {
	height: 80px;
}

div#findDealer_de {
	height: 99px;
}

div#findDealer_es {
	height: 99px;
}

div#findDealer_en {
	height: 99px;
}

div#findDealer_fr {
	height: 99px;
}

div#findDealer_it {
	height: 99px;
}

div#findDealer_jp {
	height: 99px;
}

div#findDealer_ru {
	height: 99px;
}

div#findDealer_zh {
	height: 99px;
}

div#findDealer h2 {
	background: url(../images/find_dealer_title.gif) no-repeat;
	width: 121px;
}

div#findDealer_de h2 {
	background: url(../images/find_dealer_title_de.gif) no-repeat;
	width: 121px;
}

div#findDealer_es h2 {
	background: url(../images/find_dealer_title_es.gif) no-repeat;
	width: 121px;
}

div#findDealer_en h2 {
	background: url(../images/find_dealer_title_en.gif) no-repeat;
	width: 121px;
}

div#findDealer_fr h2 {
	background: url(../images/find_dealer_title_fr.gif) no-repeat;
	width: 121px;
}

div#findDealer_it h2 {
	background: url(../images/find_dealer_title_it.gif) no-repeat;
	width: 121px;
}

div#findDealer_jp h2 {
	background: url(../images/find_dealer_title_jp.gif) no-repeat;
	width: 121px;
}

div#findDealer_ru h2 {
	background: url(../images/find_dealer_title_ru.gif) no-repeat;
	width: 121px;
}

div#findDealer_zh h2 {
	background: url(../images/find_dealer_title_zh.gif) no-repeat;
	width: 121px;
}

div#findDealer select {
	width: 60px;
}

div#findDealer_de select {
	width: 60px;
}

div#findDealer_en select {
	width: 60px;
}

div#findDealer_es select {
	width: 60px;
	margin:0;
	padding:0;
	float:right;
}

div#findDealer_fr select {
	width: 60px;
}

div#findDealer_it select {
	width: 60px;
}

div#findDealer_jp select {
	width: 60px;
}

div#findDealer_ru select {
	width: 60px;
}

div#findDealer_zh select {
	width: 60px;
}

div#findDealer p {
	font-size: 10px;
	width: 195px;
}

div#findDealer_de p {
	font-size: 10px;
	width: 195px;
}

div#findDealer_en p {
	font-size: 10px;
	width: 195px;
}

div#findDealer_es p {
	font-size: 10px;
	width: 195px;
}

div#findDealer_fr p {
	font-size: 10px;
	width: 195px;
}

div#findDealer_it p {
	font-size: 10px;
	width: 195px;
}

div#findDealer_jp p {
	font-size: 10px;
	width: 195px;
}

div#findDealer_ru p {
	font-size: 10px;
	width: 195px;
}

div#findDealer_zh p {
	font-size: 10px;
	width: 195px;
}
/* @end */

/* @group Brands Page */
div#flashSplash  {
	height: 350px;
	background: #fff;
}

div#info div#cta {
	float: left;
	width: 421px;
	padding: 0px 15px;
	margin: 15px 0px;
	border-right: 1px solid #aeaeae;
}

div#info div#cta div {
	float: left;
	width: 210px;
	margin-top: 5px;
}

div#info div#cta div.border {
	border-left: 1px solid #aeaeae;
	padding-left: 10px;
	width: 200px;
}

div#info div#cta div p {
	font-size: 13px;
}

div#info div#brandListing div {
	float: left;
	min-width: 135px;
	width: auto !important;
	width:135px;
	padding: 0px;
	margin: 0px;
	margin-top: 5px;
}

div#info div#brandListing div a {
	display: block;
	font-size: 12px;
	color: #626569;
	margin-bottom: 5px;
}

div#info div#brandListing {
	float: right;
	width: 406px;
	padding: 0px 15px;
	margin: 15px 0px;
}

/* @end */

/* @group Browse Page */

#brand_column_container {
	display: block;
	margin-left: 20px;
	margin-bottom: 0;
	padding-bottom: 0;
	background: #000;
}

#brand_column_container h3 {
	margin: 0;
	padding-top: 10px;
	padding-bottom: 16px;
}

.brand_column {
	padding-left: 9px;
	border-left: 1px solid #828282;
	display: table-cell;
	float: left;
	width: 120px;
	min-height: 93px;
	height: auto !important;
	height: 93px;
}

.brand_column a, .brand_column a:visited {
	display: block;
	color: #cccccc;
	font: 11px Arial;
	margin-bottom: 1px;
	margin-top: 1px;
	padding: 2px 5px 2px 2px;
	margin-right: 9px;
}

.brand_column a.selected, .brand_column a.selected:hover {
	color: #ffffff;
	background-color: #7e8a95;
}

.brand_column a.new, .brand_column a.new:hover {
	color: #cc0717;
}

#wheelContainer {
	padding: 16px 19px 0px;
	background-color: #000;
	clear: both;
	min-height: 185px;
	height: auto !important;
	height: 185px;
}

#Table1 {
	empty-cells: hide;
	width: 780px;
	margin-top: 15px;
}

#Table1 #page_numbers span {
	font-size: 10px;
	font-weight: normal;
	font-style: normal;
	display: block;
	width: 40px;
	height: 12px;
	border: 1px solid #fff;
	float: left;
	text-align: center;
	margin-right: 5px;
	color: #8f8f8f;
	line-height: 13px;
}

#Table1 #page_numbers {
	padding-top: 25px;
}

#Table1 #page_numbers:hover {
	background-color: #000;
}

#Table1 #page_numbers a {
	width: 100%;
	height: 100%;
	display: block;
	color: #fff;
	background-color: #4a4a4a;
}

#Table1 #page_numbers a:hover {
	background-color: #7e8a95;
	text-decoration: none;
	color: #fff;
}

#Table1 #page_numbers .page_numbers_text {
	border-style: none;
	font-size: 11px;
	color: #c6c6c6;
	width: 45px;
}

#Table1 .wheel_link span {
	text-decoration: none;
	font-weight: normal;
	color: #c6c6c6;
	font-size: 11px;
	font-style: normal;
	text-align: center;
	padding-top: 7px;
	display: block;
	padding-bottom: 4px;
}

#Table1 td {
	vertical-align: top;
}

#Table1 td:hover {
	background-color: #151515;
}

#Table1 .wheel_link {
	text-decoration: none;
	color: #c6c6c6;
	text-align: center;
	width: 100%;
	height: 100%;
	display: block;
	margin-top: 8px;
}

#Table1  .wheel_link:hover {
	text-decoration: none;
	color: #c6c6c6;
}

#Table2 img {
	border: 1px solid #7e8a95;
	padding: 4px;
}

#Table2 td.blackregular {
	font-size: 14px;
	line-height: 20px;
	color: #c6c6c6;
}

#Table2 td.blackregular img {
	padding: 15px;
	background: url(/images/browse/zoom_img.gif) no-repeat right bottom;
}

#Table2 a {
	color: #7e8a95;
}

#Table2 a:hover {
	text-decoration: none;
}

#Table2 td {
	vertical-align: top;
}

#Table3 {
	position: relative;
	top: -1px;
	z-index: 100;
}

#Table3 td {
	vertical-align: top;
	margin: 0;
	padding: 0 0 15px;
	text-align: right;
}

#Table3 td.blackregular {
	text-align: left;
}

#Table5 {
	position: relative;
	top: 1px;
	z-index: 100;
	border-spacing: 0px;
}

#Table5 th {
	white-space: nowrap;
	color: #000;
	text-transform: uppercase;
	background: url(/images/browse/th_bg.gif);
	height: 15px;
	font: normal bold 11px Arial, Helvetica, Geneva, sans-serif;
	padding: 2px 9px;	
}

#Table5 td {
	border-bottom: 1px solid #6c6c6c;
	padding: 5px;
	font-size: 11px;
	background-repeat: repeat-x;
	text-align: center;
}

#Table5 tr {
	background: url(/images/browse/td_bg.jpg) repeat;
}

#Table5 tr:hover {
	color: #000;
	background: #7e8a95 url(/images/browse/td_hover_bg.jpg) repeat;
}

#Table6 {
	empty-cells: hide;
	width: 780px;
	margin-top: 15px;
}

#Table6 td {
	vertical-align: top;
}

#Table6 td:hover {
	background-color: #151515;
}

#Table6 .wheel_link {
	text-decoration: none;
	color: #c6c6c6;
	text-align: center;
	width: 96%;
	height: 100%;
	display: block;
}

#Table6  .wheel_link:hover {
	text-decoration: none;
	color: #c6c6c6;
}

#Table7 {
	empty-cells: hide;
	width: 780px;
	margin-top: 15px;
}

#Table7 td {
	vertical-align: top;
}

#Table8 td {
	text-align: right;
	vertical-align: middle;
	padding: 0px 5px 15px;
}

#Table8 td.blackregular {
	text-align: left;
}

/* @end */

/* @group Tires Page */

div#tires {
	background: url(../images/bg_tires.jpg) repeat-x left top;
	min-height: 200px;
}

div#tires table {
	width: 100%;
	border-spacing: 0px;
}

div#tires table td {
	padding: 0px;
	text-align: center;
}

div#tires table td img{
	display: block;
	margin: 0px auto 10px;
}

div#tires table td p {
	font-size: 12px;
	color: #000;
	padding: 0px 5px;
}

div#tires table td p.name {
	background: #000;
	color: #fff;
	font-size: 10px;
	display: inline;
	width: auto;
	padding: 2px 4px;
}


/* @end */

/* @group Photo Gallery */
div#photoGallery {
	text-align: center;
	margin-bottom: 30px;
}

div#photoGallery div#flash {
	margin: 15px auto;
}

div#photoGallery table {
	margin: 10px auto;
}

div#photoGallery table td {
	vertical-align: top;
}

div#photoGallery table td label {
	margin-top: 3px;
	height: 22px;
}


/* @end */

/* @group Logos Page */

table.logo {
	border-spacing: 0px;
	width: 100%;
	margin-bottom: 20px;
}

table.logo tr td {
	text-align: center;
	border-bottom: 1px solid #838383;
}

table.logo img {
	margin: 15px 0px 10px;
}

table.logo a {
	color: #535353;
	font-size: 10px;
}

table.logo a:hover {
	text-decoration: none;
}

table.logo a:hover span {
	text-decoration: underline;
}


/* @end */

/* @group Static Pages */

div#container {
	padding: 16px 19px 8px;
	font-size: 12px;
	min-height: 200px;
	height: auto !important;
	height: 200px;
}

div#container div.twoCol {
	width: 420px;
	margin-left: 10px;
	float: left;
}

div#container div.fourCol {
	width: 205px;
	margin-right: 10px;
	float: left;
}

div#container.dealerLocator{
	background: url(/images/header_findDealer.jpg) no-repeat top right;
}

div.dealerLocator form{
	width: 650px;
	margin-bottom:20px;
	padding-bottom:15px;
	border-bottom:1px solid #7e8a95;
} 

div.dealerLocator form table {
	 height: 42px;
}

div.dealerLocator form td{
	 vertical-align: middle;
	 padding: 0px 5px 0px 0px;
}

div.dealerLocator div.titlehead {
	display: none;	
}

div#container.lugnotes_zh {
	background: url(../images/bg_lugnotes_en.jpg);
	background-repeat:no-repeat;
	background-position:top left;
	padding-top: 140px;
}

div#container.lugnotes_en {
	background-image:url(../images/bg_lugnotes_en.jpg);
	background-repeat:no-repeat;
	background-position:top left;
	padding-top: 140px;
}

div#container.lugnotes {
	background: url(../images/bg_lugnotes_en.jpg);
	background-repeat:no-repeat;
	background-position:top left;
	padding-top: 140px;
}

div#container.lugnotes_fr {
	background: url(../images/bg_lugnotes_en.jpg);
	background-repeat:no-repeat;
	background-position:top left;
	padding-top: 140px;
}

div#container.lugnotes_de {
	background: url(../images/bg_lugnotes_en.jpg);
	background-repeat:no-repeat;
	background-position:top left;
	padding-top: 140px;
}

div#container.lugnotes_it {
	background: url(../images/bg_lugnotes_en.jpg);
	background-repeat:no-repeat;
	background-position:top left;
	padding-top: 140px;
}

div#container.lugnotes_jp {
	background: url(../images/bg_lugnotes_en.jpg);
	background-repeat:no-repeat;
	background-position:top left;
	padding-top: 140px;
}

div#container.lugnotes_es {
	background: url(../images/bg_lugnotes_en.jpg);
	background-repeat:no-repeat;
	background-postion:top left;
	padding-top: 140px;
}

div#container.lugnotes_ru {
	background: url(../images/bg_lugnotes_en.jpg);
	background-repeat:no-repeat;
	background-position:top left;
	padding-top: 140px;
}


div#container.lugnotes_en table {
	width: 100%;
	border-spacing: 0px;
}

div#container.lugnotes_en table td {
	padding: 0px 0px 10px;
	text-align: left;
}

div#container.lugnotes_en table td a {
	width: 200px;
	text-decoration: none;
	color: #ffffff;
	font-size: 10px;
	text-align: left;
}

div#container.lugnotes_en table td a img {
	margin-bottom: 5px;
}

div#container.lugnotes table {
	width: 100%;
	border-spacing: 0px;
}

div#container.lugnotes table td {
	padding: 0px 0px 10px;
	text-align: left;
}

div#container.lugnotes table td a {
	width: 200px;
	text-decoration: none;
	color: #FFFFFF;
	font-size: 10px;
	text-align: left;
}

div#container.lugnotes table td a img {
	margin-bottom: 5px;
}

div#container.lugnotes_zh table {
	width: 100%;
	border-spacing: 0px;
}

div#container.lugnotes_zh table td {
	padding: 0px 0px 10px;
	text-align: left;
}
div#container.lugnotes_ru table td a {
	width:200px;
	text-decoration:none;
	color:#FFFFFF;
	font-size:10px;
	text-align:left;
}

div#container.lugnotes_zh table td a {
	width: 200px;
	text-decoration: none;
	color: #FFFFFF;
	font-size: 10px;
	text-align: left;
}

div#container.lugnotes_zh table td a img {
	margin-bottom: 5px;
}

div#container.lugnotes_fr table {
	width: 100%;
	border-spacing: 0px;
}

div#container.lugnotes_fr table td {
	padding: 0px 0px 10px;
	text-align: left;
}

div#container.lugnotes_fr table td a {
	width: 200px;
	text-decoration: none;
	color: #FFFFFF;
	font-size: 10px;
	text-align: left;
}

div#container.lugnotes_fr table td a img {
	margin-bottom: 5px;
}

div#container.lugnotes_de table {
	width: 100%;
	border-spacing: 0px;
}

div#container.lugnotes_de table td {
	padding: 0px 0px 10px;
	text-align: left;
}

div#container.lugnotes_de table td a {
	width: 200px;
	text-decoration: none;
	color: #FFFFFF;
	font-size: 10px;
	text-align: left;
}

div#container.lugnotes_de table td a img {
	margin-bottom: 5px;
}

div#container.lugnotes_it table {
	width: 100%;
	border-spacing: 0px;
}

div#container.lugnotes_it table td {
	padding: 0px 0px 10px;
	text-align: left;
}

div#container.lugnotes_it table td a {
	width: 200px;
	text-decoration: none;
	color: #FFFFFF;
	font-size: 10px;
	text-align: left;
}

div#container.lugnotes_it table td a img {
	margin-bottom: 5px;
}

div#container.lugnotes_jp table {
	width: 100%;
	border-spacing: 0px;
}

div#container.lugnotes_jp table td {
	padding: 0px 0px 10px;
	text-align: left;
}

div#container.lugnotes_jp table td a {
	width: 200px;
	text-decoration: none;
	color: #FFFFFF;
	font-size: 10px;
	text-align: left;
}

div#container.lugnotes_jp table td a img {
	margin-bottom: 5px;
}

div#container.lugnotes_es table {
	width: 100%;
	border-spacing: 0px;
}

div#container.lugnotes_es table td {
	padding: 0px 0px 10px;
	text-align: left;
}

div#container.lugnotes_es table td a {
	width: 200px;
	text-decoration: none;
	color: #FFFFFF;
	font-size: 10px;
	text-align: left;
}

div#container.lugnotes_es table td a img {
	margin-bottom: 5px;
}

div#container.appguide {
	background: url(/images/header_findDealer.jpg) no-repeat top right;
}

div.appguide form#wheelSel table{
	border-spacing: 0px;
}

div.appguide form#wheelSel table td{
	vertical-align: middle;
	padding: 0px inherit;
}

div.appguide form#wheelSel table td select{
	margin-top: 2px;
}

/* @end */

/* @group Banners */

#banners {
	width: 620px;
	background-color:#000000;
}
#banners.lugBanners {
	background-color:#000000;
}
#banners.alt {
	background-color: #000;
	float:left;
}

#banners table {
	border-spacing: 0px;
	width: 100%;
	background-color:#000000;
	height:165px;
}

#banners.alt table {
	width: 620px;
}



#banners td a {
	display: block;
}


div#findWheelsBanner {
	width: 193px;
	background: url(/images/banners/findWheels_bg.jpg) repeat-y;
	background-color:#000000;
	border: 1px solid #606267;
	padding: 10px 0px 7px;
	float:left;
	text-align: center;
}

div#findWheelsBanner select {
	color: #666666;
	font-size: 12px;
	margin-bottom: 10px;
	width: 170px;
}

/* @end */

/* @group Fancy Zoom */

div#ShadowBox img, div#ZoomCapDiv img, div#ZoomBox img {
	display: block;
}

div#ZoomBox img#ZoomImage, div#ZoomBox div#ZoomClose img {
	cursor: pointer;
}

div#ZoomSpin, div#ZoomBox, div#ZoomBox div#ZoomClose, div#ShadowBox, div#ZoomCapDiv {
	position: absolute;
	visibility: hidden;
}

div#ZoomSpin {
	left: 10px;
	top: 10px;
	z-index: 1525;
}

div#ZoomBox {
	left: 10px;
	top: 10px;
	z-index: 1499;
}

div#ZoomBox div#ZoomClose {
	left: -15px;
	top: -15px;
}

div#ShadowBox {
	left: 50px;
	top: 50px;
	width: 100px;
	height: 100px;
	z-index: 1498;
}

div#ZoomCapDiv {
	margin: 0px auto;
	z-index: 1501;
}

div#ZoomCapDiv td#ZoomCaption {
	font: bold 14px Helvetica, Arial, san-serif;
	color: #fff;
	white-space: nowrap;
	text-shadow: 0px 2px 4px #000;
}

/* Zoom Box Fix */

div#ZoomBox td, div#ZoomCapDiv td, div#ShadowBox td {
	padding: 0px;
	vertical-align: middle;
	text-align: right;
}

/* @end */

/* @group Buttons */

a.findBtn {
	width: 37px;
	height: 22px;
	background-image: url(/images/btn_find.gif);
	float: right;
}

a.findBtn_zh {
	width: 34px;
	height: 22px;
	background-image: url(/images/btn_find_zh.gif);
	float: right;
}

a.findBtn_en {
	width: 37px;
	height: 22px;
	background-image: url(/images/btn_find_en.gif);
	float: right;
}

a.findBtn_fr {
	width: 57px;
	height: 22px;
	background-image: url(/images/btn_find_fr.gif);
	float: right;
}

a.findBtn_de {
	width: 50px;
	height: 22px;
	background-image: url(/images/btn_find_de.gif);
	float: right;
}

a.findBtn_it {
	width: 59px;
	height: 22px;
	background-image: url(/images/btn_find_it.gif);
	float: right;
}

a.findBtn_jp {
	width: 60px;
	height: 22px;
	background-image: url(/images/btn_find_jp.gif);
	float: right;
}

a.findBtn_ru {
	width: 46px;
	height: 22px;
	background-image: url(/images/btn_find_ru.gif);
	float: right;
}

a.findBtn_es {
	width: 69px;
	height: 22px;
	background-image: url(/images/btn_find_es.gif);
	float: right;
}

a.catalog {
	width: 101px;
	height: 22px;
	background-image: url(/images/btn_catalog2009.gif);
}

a.catalog_de {
	width: 101px;
	height: 22px;
	background-image: url(/images/btn_catalog2009_de.gif);
}

a.catalog_es {
	width: 101px;
	height: 22px;
	background-image: url(/images/btn_catalog2009_es.gif);
}

a.catalog_en {
	width: 101px;
	height: 22px;
	background-image: url(/images/btn_catalog2009_en.gif);
}

a.catalog_fr {
	width: 101px;
	height: 22px;
	background-image: url(/images/btn_catalog2009_fr.gif);
}

a.catalog_it {
	width: 101px;
	height: 22px;
	background-image: url(/images/btn_catalog2009_it.gif);
}

a.catalog_jp {
	width: 101px;
	height: 22px;
	background-image: url(/images/btn_catalog2009_jp.gif);
}

a.catalog_zh {
	width: 101px;
	height: 22px;
	background-image: url(/images/btn_catalog2009_zh.gif);
}

a.catalog_ru {
	width: 101px;
	height: 22px;
	background-image: url(/images/btn_catalog2009_ru.gif);
}

a.lugnotes {
	width: 101px;
	height: 22px;
	background-image: url(/images/btn_lugnotes.gif);
}

a.findWheels {
	width: 87px;
	height: 22px;
	background-image: url(/images/btn_findWheels.gif);
	float:right;
	padding-right: 15px;
}

a.findWheels_de {
	width: 87px;
	height: 22px;
	background-image: url(/images/btn_findWheels_de.gif);
	float:right;
	padding-right: 15px;
}

a.findWheels_en {
	width: 87px;
	height: 22px;
	background-image: url(/images/btn_findWheels_en.gif);
	float:right;
	padding-right: 15px;
}

a.findWheels_es {
	width: 87px;
	height: 22px;
	background-image: url(/images/btn_findWheels_es.gif);
	float:right;
	padding-right: 15px;
}

a.findWheels_fr {
	width: 87px;
	height: 22px;
	background-image: url(/images/btn_findWheels_fr.gif);
	float:right;
	padding-right: 15px;
}

a.findWheels_it {
	width: 87px;
	height: 22px;
	background-image: url(/images/btn_findWheels_it.gif);
	float:right;
	padding-right: 15px;
}

a.findWheels_jp {
	width: 87px;
	height: 22px;
	background-image: url(/images/btn_findWheels_jp.gif);
	float:right;
	padding-right: 15px;
}

a.findWheels_ru {
	width: 87px;
	height: 22px;
	background-image: url(/images/btn_findWheels_ru.gif);
	float:right;
	padding-right: 15px;
}

a.findWheels_zh {
	width: 87px;
	height: 22px;
	background-image: url(/images/btn_findWheels_zh.gif);
	float:right;
	padding-right: 15px;
}

/* @end */

/* @group Classes */

.boxlink:link, .boxlink:visited {
	font-size: 12px; 
	color: #fff; 
	text-decoration: none; 
	text-transform: uppercase; 
	border:1px solid #626469; 
	padding: 2px 5px;
	background: #000;
}

.boxlink:hover, .boxlink:active { 
	color: #000;
	background: #bdbfc1;
}

.btn {
	display: block;
	overflow: hidden;
	text-indent: -999px;
	background-position: left top;
	background-repeat: no-repeat;
}

.btn:hover {
	background-position: left bottom;
}

.btn span {
	visibility: hidden;
}

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}

.clear {
	clear: both;
	height: 1px;
	margin: 0px;
	padding: 0px;
}

.hide {
	display: none;
}

div.rule {
	height: 1px;
	border-bottom: 1px solid #bdbfc1;
	margin-bottom: 15px;
}

td.right {
	text-align: right;
}

/* @end */

        