﻿.prod {
	border-bottom: 1px solid #333;
}

#hpclub {
	width: 205px; height: 150px; float: right; margin-right:15px;
}

#racercorner {
	width: 765px; height: 150px; margin-left:10px;
	position: absolute;
}

.input {
	display: block;
	float: left;
	margin: 3px 0 3px 0;
	font-size: 11px;
	width: 200px;
	}
.submit {
	font-weight: bold;
	padding: 5px;
}
.formlabel {
	float: left;
	display: block;
	width: 200px 
	}
.leftclear {
	clear: left;
}
/*===================================================
TAGS
===================================================*/
body {
	margin: 0;
	font-family: verdana, Arial, Helvetica, sans-serif;
	color: #FFF;
	font-size: 76%;
	background: url("/images/whole-border-tear.gif") #202020;
	background-repeat: repeat-y;
	background-position:center;
	
}
h1, h1 a, h1 a:hover, h1 a:visited {
	margin: 0;
	padding: 0;
	font-size: 30px;
	font-weight: lighter;
	color: #333;
	text-decoration: none;
	outline: none;
}
h3 {
	color: #EdEdEd;
	padding: 0;
	margin: 0 0 5px 0;
	letter-spacing: -1px;
	font-size: 15px;
	outline: none;
}
img {
	border: 0;
}
a, a:visited {
	text-decoration: none;
	color: #8ba0ba;
	outline: none;
}
a:hover {
	text-decoration: none;
	color: #F40159;
	outline: none;
}
/*===================================================
LAYOUT
===================================================*/
#wrapper {
	margin: 5px auto;
	background: #000;
	background-repeat: no-repeat;
	width: 1000px;
}

/*===================================================
HEADER
===================================================*/

#topbar {
	background: #000;
	color: #FFF;
	height: 35px;
	padding: 0 5px 0 5px;
}
#topbar .center {
	margin: 0 auto;
	padding: 0;
}
#topbarleft {
	width: 300px;
	float: left;
}
#topbarright {
	width: 680px;
	float: right;
	text-align: right;
}
#tabs {
	text-align: right;
	color: #FFF;
	padding: 7px 0 0 0;
}
#tabs a {
	color: #FFF;
	text-decoration: none;
}
#tabs a:hover {
	color: #FFF;
	text-decoration: none;
	border-bottom: 3px solid #FFF;
	outline: none;
}
#tabs ul {
	margin-left: 0;
	padding-left: 0;
	display: inline;
	} 
#tabs ul li {
	margin-left: 2px;
	margin-bottom: 0;
	padding: 5px 15px 8px;
	list-style: none;
	display: inline;
	}
#tabs ul li.current {
	margin-left: 0;
	margin-bottom: 0;
	padding: 5px 15px 8px;
	list-style: none;
	display: inline;
	}
/*===================================================
CONTENT
===================================================*/
#contentleft {
	width: 660px;
	margin: 0 10px 0 10px;
	float: left;
}
#contentright {
	width: 305px;
	float: right;
	margin: 0 10px 0 0;
}
#contentmiddle {
	width: 200px;
	float: right;
	margin: 0 5px 10px 5px;
}
#contentfull {
}
/*===================================================
CONTENT LEFT
===================================================*/
#contentleft .contentheading {
	padding: 2px 0 4px 0;

	background: url(/images/blank_hdr_bar_lg.gif);
	background-repeat: no-repeat;
}
#contentleft .content {
	padding: 5px;
}
#contentleft h1 {
	font-weight: bold;
	color: #FFF;
	padding: 0 0 0 5px;
	margin: 0;
	letter-spacing: -1px;
	font-size: 26px;
}
#contentleft h4 {
	font-weight: bold;
	color: #FFF;
	padding: 2px 0 0 5px;
	margin: 0;
	letter-spacing: -1px;
	font-size: 21px;
}
#contentleft .wptitle a{
	font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #99a;
	padding: 0 0 0 1px;
	margin: 0;
	font-size: 23px;
	font-weight: bold;
	text-decoration: none;
}
#contentleft .wptitle a:hover{
	font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #e00;
	padding: 0 0 0 1px;
	margin: 0;
	font-size: 23px;
	font-weight: bold;
	text-decoration: none;
	outline: none;
}
/*===================================================
CONTENT RIGHT / CONTENT MIDDLE
===================================================*/
#contentright h2, #contentmiddle h2 {
	color: #FFF;
	background: #000;
	padding: 5px;
	margin: 0;
	font-size: 13px;
	border-bottom: 2px solid #333;
}
#contentright ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#contentright li {
	margin: 0;
	border-bottom: 1px solid #333;
}
#contentright li a {
	display: block;
	color: #CCC;
	background: #000;
	text-decoration: none;
	padding: 6px 0 6px 0;
	width: 100%;
}
#contentright ul a:hover {
	outline: none;
	background: #333;
}
#contentright span {
	margin: 0;
	padding: 0 0 0 15px;
}
#contentright .content {
	padding: 5px;
	background: #fff;
	border: 1px solid #ccc;
}
#ymm {
	padding: 50px 0 0 10px;
	margin: 0 0 10px 0;
}
#ymm form {
	margin: 0;
	padding: 0;
}
#ymm select {
	width: 285px;
}
/*===================================================
FOOTER
===================================================*/
#footer {
	margin: 0;
	padding: 15px 15px 35px 10px;
	border-top: 1px solid #333;
}
#footer h1 {
	font-size: 18px;
	color: #fff;
	letter-spacing: normal;
	border-bottom: 1px solid #FFF;
}
#footer a 	{
	color: #888;
	text-decoration: none;
}
#footer a:hover 	{
	color: #FFF;
	text-decoration: none;
	outline: none;
}
#footerleft {
	width: 320px;
	float: left;
	margin: 0 10px 0 10px;
}
#footermid {
	width: 320px;
	float: right;
	margin: 0;
}
#footerright {
	width: 320px;
	float: right;
	margin: 0 10px 0 10px;
}
#footer ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#footer li {
	margin: 0;
	border-bottom: 1px solid #CCC;
}
#footer li a {
	display: block;
	color: #ccc;
	text-decoration: none;
	padding: 6px 0 6px 0;
	width: 100%;
}
#footer ul a:hover {
	background: #888;
	outline: none;
}
#footer span {
	margin: 0;
	padding: 0 0 0 15px;
}
/*========================================
ITEMMATRIX.ASP
=========================================*/
#refinemake {
	width: 100%;
	margin: 0 auto;
	padding: 5px 0 5px 0;
}
#refinemake div {
	background: #212121;
	border-top: 1px solid #333;
	border-bottom: 1px solid #333;
	padding: 5px;
}
#refinemake form {
	display: inline;
}
#refinemake select {
	width: 250px;
}

/*========================================
ITEMDESC.ASP
=========================================*/
#itemdesctop {
	width: 100%;
}
.classification {
	background: #f5f3de;
	border: 1px solid #dddab5;
	padding: 2px;
	margin: 0 0 5px 0;
}
#itemdescimage {
	float: right; 
	margin: 0 0 10px 10px; 
	width: 305px; 
	height: 305px; 
	text-align: center; 
	background: #000;
}
#itemdescbuy {
	width: 280px;
	float: right;
}
#itemdescbuy p {
	margin: 1px 0 1px 0;
	padding: 0;
}
.buy {
	padding: 5px;
	margin: 0 0 5px 0;
	background: #F5F5F5;
	border: 1px solid #CCC;
	text-align: center;
}
.buy .label {
	width: 125px;
	display: block;
	float: left;
	text-align: right;
	padding: 1px;
}
.buy .value {
	width: 125px;
	display: block;
	float: right;
	text-align: left;
	padding: 1px;
}
.buy .price {
	width: 125px;
	display: block;
	float: right;
	color: #CC3300;
	text-align: left;
	padding: 1px;
}
.moreoptions {
	padding: 5px;
	margin: 0 0 5px 0;
	background: #F5F5F5;
	border: 1px solid #CCC;
}
.moreoptions ul {
	list-style: none;
}
/*========================================
TABLES
=========================================*/
table {
	border-collapse: collapse;
	width: 100%;
}
.tbl_head{
	padding: 5px;
	font-size: 13px;
	font-weight: bold;
	border-bottom: 1px solid #F40159;
	background: #212121;
}
.tbl_cont {
	padding: 5px;
	vertical-align:top;
	border-bottom: 1px solid #333;

}
.tbl_cont span {
	padding: 10px;
}
.tbl_cont_indent {
	padding: 3px 3px 10px 3px;
	vertical-align:top;
	border-bottom: 1px solid #FFF;
	background: #F0F0F0;
}
.tbl_cont_indent_alt {
	padding: 3px 3px 10px 3px;
	margin: 10px;
	vertical-align:top;
	border-bottom: 1px solid #FFF;
	background: #F0F0F0;
}


.tbl_head_blk_faq {
	padding: 5px 0 5px 5px;
	font-weight: bold;
	border-bottom: 1px solid #F20091;
	border-top: 10px solid #000;
	background: #212121;
}
.tbl_cont_padded_faq {
	padding: 5px 5px 5px 35px;
	vertical-align: top;
}
.light_right {
	width: 100%;
	font-size: 76%;
	color: #333;
	border-top: 1px solid #333;
	float: right;
	text-align: right;
}


#specstable {
	margin: 0 0 0 25px;
	border: 1px solid #fff;
}
#specstable td {
	padding: 3px;
	background: #333;
	border-bottom: 1px solid #999;
}

.style1 {
	margin: 0;
}
.style2 {
	font-weight: normal;
	color: #E6E6FF;
}
.style7 {
	border: 1px solid #212121;
	background-color: #2C2C2C;
}
.style8 {
	color: #F8F0FF;
}
.style9 {
	font-weight: normal;
	color: #F8F0FF;
}
.style10 {
	color: #E6E6FF;
}

.rupev {
	font-family: Arial, Helvetica, sans-serif;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #870051;
	border-bottom-color: #63003B;
	
	font-size: 9pt;
	font-weight: bold;
	clip: rect(auto,auto,auto,auto);
	padding-top: 6px;
	padding-bottom: 6px;
}

.rupevold {
	font-family: Arial, Helvetica, sans-serif;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
	border-bottom-color: #333333;
	border-bottom-color: #33001F;
	font-size: 9pt;
	font-weight: none;
	clip: rect(auto,auto,auto,auto);
	padding-top: 6px;
	padding-bottom: 6px;
}

.sponsoredcars
{
	margin-top: 10px;
	margin-top: 20px;
}

#contentleft .wpdate
{
font-size: 11px;
color: #a0a0ab;
background-color: lime;
background: transparent url(/images/wptimerace.gif) no-repeat 0 -1px;
padding-left: 20px;
padding-bottom: 10px;
}

#contentleft  hr {
	border: 0;
	width: 100%;
	color: #222;
	background-color: #222;
	height: 1px;
	margin-top:15px;
	margin-bottom:15px;
}


.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft {
   float: left;
}

.alignright {
   float: right;
}

/* Racing News Start */
.wordpressnewsracetitle
{ 
	font-size: 16pt;
	color: #fff;
	font-weight: bold;
	font-family: "century gothic", Helvetica, Tahoma, Arial, sans-serif;
	width:100%;
	display:block;
	border-bottom: 2px solid #ee008c;
	margin-bottom:3px;
}

.wordpressnewsracetitle a
{ 
	color: #fff;
}

.wordpressnewsracetitle a:hover
{ 
	color: #9db9ff;
}

.wp-caption {
   border-top: 1px solid #222222;
	 border-left: 1px solid #222222;
	 border-right: 1px solid #181818;
	 border-bottom: 1px solid #181818;
   text-align: center;
   /*background-color: #f3f3f3;*/
   background-color: #111111;
   padding-top: 5px;
   margin: 10px;
	/*padding-right:10px;*/
   /* optional rounded corners for browsers that support it */
   -moz-border-radius: 3px;
   -khtml-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px;
}

.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}

.wp-caption p.wp-caption-text {
   font-size: 10px;
	 color: #888;
   line-height: 12px;
   padding: 0 2px 2px;
   margin: 0;
}

.wp-embed
{
   border-top: 1px solid #222222;
	 border-left: 1px solid #222222;
	 border-right: 1px solid #181818;
	 border-bottom: 1px solid #181818;
   background-color: #111111;
   padding-top: 5px;
	 padding-left: 5px;
	 padding-right: 5px;
	 padding-bottom: 17px;
   margin: 10px;
	 display: block;
   -moz-border-radius: 3px;
   -khtml-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px;
}

.wp-embed p
 { 
	 font-size: 10px;
	 color: #888;
   line-height: 12px;
   padding: 0 2px 1px;
   margin: 0;
	 text-align:center;
}

/* Racing News End */


.rcsource
{
  margin-top:10px;
	font-size:75%;
  color:#556;
}
.rcsource a
{
	color:#556;
}
.rcsource a:hover
{
	color:#556;
  text-decoration:none;
}

.apparel-list
{
width:100%;height:100px;display:block;
}

.apparel-list:hover
{
background-color:#09090b;
}

/*tech videos start*/
.techvidhead
{
	width:604px;height:80px;
	margin-bottom:12px;
	background-color:#141415;
	display:block;
	-moz-border-radius: 2px 15px 15px 2px;
	-khtml-border-radius: 2px 15px 15px 2px;
	-webkit-border-radius: 2px 15px 15px 2px;
	border-radius: 2px 15px 15px 2px;
	background-image: url('/race/images/greyarrow.gif'); background-repeat: no-repeat; background-position: 570px 22px;
}

.techvidhead:hover
{
	/*non hover =    #141415;*/
  background-color:#1D1D21;
	background-image: url('/race/images/whitearrow.gif'); background-repeat: no-repeat; background-position: 571px 23px;
	cursor:pointer;
}

.techvidthumb
{
	margin-top:4px;
	margin-left:4px;
	width:128px;
	height:72px;
	display:block;
	float:left;
}

.techvidtitledesc
{
	font-family: arial,sans-serif;
	margin-left:18px;
	margin-top:9px;
	display:block;
	width:400px;
	height:65px;
	float:left;
}

.techvidtitle
{
	color: white;
	font-weight: bold;
	font-size: 14px;
}
.techvidtitle a
{
	color: white;
	text-decoration:none;
}
.techvidtitle a:hover
{
	color: white;
	text-decoration:none;
}
.techviddesc
{
	color:#808083;
  font-weight: normal;
	font-size: 12px;
	margin-top:3px;
}
.techviddesc a
{
	color:#656568;
	font-weight: normal;
	text-decoration:none;
}
/*tech videos*/

/*wp news tags*/
.newstechvids
{
  	display:block;
	width:412px;
	height:314px;	
	background-image: url('http://www.exedyusa.com/php_uploads/tech-vids-news.jpg');
}
.newstechvids:hover
{
	cursor:pointer;
	background-image: url('http://www.exedyusa.com/php_uploads/tech-vids-news-hover.jpg');
}
/*wp news tags*/

