body {
	text-align: center;
	margin: 0px;
	padding: 0px;
	background: #fff url("images/bg.gif") repeat-x;
}

h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 20px;
	font-weight: bold;
	color: #195397;
}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;
	font-weight: bold;
	color: #000000;
	margin: 0;
}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 20px;
	font-weight: bold;
	color: #000000;
	margin: 25px 0 20px 0;
}

a:link { color:#195397; text-decoration:underline;}
a:visited { color:#195397; text-decoration:underline;}
a:hover { color:#000000; text-decoration:underline;}
a:active { color:#195397; text-decoration:underline;}


/* CONTAINER */

#container {
	background-color: #FFFFFF;
	width: 770px;
	margin: auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 20px;
	color: #2C2C2C;
	background-image: none;
	text-align: left;
}

/* CONTENT */

#content-left {
	text-align: left;
	float: right;
	width:201px;
}

#content-main {
	text-align: left;
	background-image: none;
	margin: 0px;
	width: 560px;
}

.content {
	margin-right: 0px;
	margin-left: 15px;
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: left;
	display: block;
	width: 560;
}

#news {
	padding: 0 25px 0 16px;
	font-size: 10px;
	line-height: 14px;
	width: 160px;
}

a.back:link { font-size:10px;color:#5c5c5c; text-decoration:underline;}
a.back:visited { font-size:10px;color:#5c5c5c; text-decoration:underline;}
a.back:hover { font-size:10px;color:#333333; text-decoration:underline;}
a.back:active { font-size:10px;color:#5c5c5c; text-decoration:underline;}

.lightgrey {
	color: #888888;
}

#breadcrumb {
	border-bottom: 1px dashed #dddddd;
	padding:7px 0px;
	color: #888888;
}

.price {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 21px;
	font-weight: bold;
	color: #000000;
}

.listing {
	padding: 10px 0;
	border-bottom: 1px dashed #bbbbbb;
}

.listing-header {
	padding: 30px 0 2px 0;
	border-bottom: 1px dashed #bbbbbb;
	font-weight: bold;
	font-size: 16px;
	color: #195397;
}

.heading1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #000000;
}



/* PRODUCTS */

.product-listing {
	padding: 20px 0;
	border-bottom: 1px dashed #dddddd;
}



/* LOCATER RESULTS */

#locator-results td {
	padding: 7px 5px;
	font-size: 10px;
	line-height: 13px;
	border-bottom: 1px dashed #dddddd;
}

#locator-results {
	width: 500px;
}

#locator-results .heading {
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	height: 18px;
	border: 0;
	background-image: url(../images/table-header-bg.jpg);
	background-position: left top;
	background-repeat: repeat-x;
}


/* TECH SUPPORT */

#tech-support .listing {
	padding: 7px 5px;
	border-bottom: 1px dashed #dddddd;
}

#tech-support {
	width: 540px;
	font-size: 11px;
	line-height: 13px;
}

#tech-support .leveltwo {
	padding-left: 25px;
}

#tech-support .heading {
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	height: 18px;
	padding: 7px 5px;
	border: 0;
	background-image: url(../images/table-header-bg.jpg);
	background-position: left top;
	background-repeat: repeat-x;
}



/* PANELS */

.panel-listing {
	padding: 10px 10px;
	border-bottom: 1px dashed #bbbbbb;
	font-size: 10px;
}

.panel-listing select {
	color: #333333;
	font-size: 11px;
	background-color: #FFFFFF;
}

.formfield {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 11px;
	background-color: #FFFFFF;
	border: 1px solid #bbbbbb;
	height: 19px;
	padding: 5px 0 0 3px;
	width: 190px;
}








/* PRODUCT NAV */

#product-category {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 12px;
	text-decoration: none;
	text-align: left;
}	

#product-category ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#product-category li a {
	text-decoration: none;
	color: #2F2F2F;
	font-weight: bold;
	display: block;
	width: 138px;
	padding: 8px 50px 8px 13px; 
	background-image: url(../images/core/bg-category.jpg);
	background-position: left top;
	background-repeat: repeat-y;
	margin-bottom: 1px;
}	
	
#product-category li a:hover {
	color: #2F2F2F;
	font-weight: bold;
	padding: 8px 50px 8px 13px; 
	background-image: url(../images/core/bg-category-2.jpg);
	background-position: left top;
	background-repeat: repeat-y; 
}

#product-category .subcats li a {
	text-decoration: none;
	color: #3E3D3E;
	display: block;
	font-weight: normal;
	width: 131px;
	padding: 8px 50px 8px 20px;
	background-image: url(../images/core/bg-subcategory.jpg);
	background-position: left top;
	background-repeat: repeat-y;  
	margin-bottom: 1px;
}	
	
#product-category .subcats li a:hover {
	color: #3E3D3E;
	font-weight: normal;
	padding: 8px 50px 8px 20px; 
	background-image: url(../images/core/bg-subcategory-2.jpg);
	background-position: left top;
	background-repeat: repeat-y; 
}



/* SEARCH STRIP */

#searchstrip {
	height: 45px;
	background-image: url(../images/core/bg-searchstrip-right.gif);
	background-position: center top;
	background-repeat: repeat-x;
	font-size: 9px;
}

#searchstrip .bg-left {
	background-image: url(../images/core/bg-searchstrip-left.gif);
	background-position: center top;
	background-repeat: repeat-x;
	text-align: left;
}


/* MOTOR SPORTS */

.motor-sports .listing {
	padding: 7px 5px;
	border-bottom: 1px dashed #dddddd;
}

.motor-sports {
	width: 540px;
	font-size: 11px;
	line-height: 13px;
}

.motor-sports .leveltwo {
	padding-left: 25px;
}

.motor-sports .heading {
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	height: 18px;
	padding: 7px 5px;
	border: 0;
	background-image: url(../images/table-header-bg.jpg);
	background-position: left top;
	background-repeat: repeat-x;
}

/* NEWS */

.news .listing {
	padding: 7px 5px;
	border-bottom: 1px dashed #dddddd;
}

.news {
	font-size: 11px;
	line-height: 13px;
}

.news .leveltwo {
	padding-left: 25px;
}

.news .heading {
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	height: 18px;
	padding: 7px 5px;
	border: 0;
	background-image: url(../images/table-header-bg.jpg);
	background-position: left top;
	background-repeat: repeat-x;
}
.news .heading a {
	color: #FFFFFF;
}

/* FOOTER */

#footer {
	color: #cccccc;
	font-size: 9px;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	line-height: 14px;
	background-image: url(images/footer-bg.gif);
	background-repeat: no-repeat;
	text-align: left;
	padding: 10px;
	height: 43px;
}

#footer a:link { color:#fff; text-decoration:underline;}
#footer a:visited { color:#fff; text-decoration:underline;}
#footer a:hover { color:#ccc; text-decoration:underline;}
#footer a:active { color:#fff; text-decoration:underline;}

#copyright {
	font-size: 9px;
	text-align: left;
	padding: 10px;
}

#banners .feature {
	background-image: url(images/feature-bg.gif);
	background-repeat: no-repeat;
	height: 135px;
	width: 175px;
	margin: 6px 5px 6px 0px;
	text-align: left;
}
#banners .hdr {
	font-size: 11px;
	font-weight: bold;
	color: #39689C;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
}
#banners {
	line-height: 10px;
}
#banners a {
	color: #195598;
	font-weight: bold;
	text-decoration: underline;
}
#banners p {
	margin: 0px;
	padding: 0px 0px 5px;
}
#btm-img {
	background-position: left bottom;
	background-repeat: no-repeat;
	padding-bottom: 20px;
	width: 770px;
}



/* PRINT OPTIONS */

.onlyforprint {
	display: block;
}

.hideforprint {
	display: none;
}
