/*BEGIN HTML5 ADJUSTS */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
    color:#211f20;
}

body {
    line-height:1;
        
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
	display:block;
}

nav ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
    color:#233e84;
}

a:hover {
  text-decoration: underline;
}

/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#211f20;
    text-decoration:none;
}

/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#211f20; 
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}

/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;   
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}
/* END HTML5 ADJUSTS */

html, body{
    height: 100%;
    width: 100%;
}

body {
    margin: 0px auto;
    font-family : Arial, Helvetica, "Nimbus Sans L", "Liberation Sans", FreeSans, Sans-serif;
    font-size: 12px;
    text-align: center;
    background: #040404 url(/images/layout/bg_tile_gradient.png) repeat-x top left fixed;
}

h1 {
  font-size: 22px;
  margin-bottom: 0px;
  margin-top: 0px;
  font-weight:bold;
  font-weight: 900;
  font-family: Arial Black, Arial, Helvetica, "Nimbus Sans L", "Liberation Sans", FreeSans, Sans-serif;
  font-variant: small-caps;
}

h1 a{
    font-size: 22px;
    margin-bottom: 0px;
    margin-top: 0px;
    font-weight:bold;
    font-weight: 900;
    font-family: Arial Black, Arial, Helvetica, "Nimbus Sans L", "Liberation Sans", FreeSans, Sans-serif;
}

h2 {
  font-size: 13px;
  margin-bottom: 0px;
  font-weight:bold;
  font-weight: 900;
  font-family: Arial Black, Arial, Helvetica, "Nimbus Sans L", "Liberation Sans", FreeSans, Sans-serif;
}

h2 a {
  font-size: 13px;
  margin-bottom: 0px;
}

h3 {
  font-size: 14px;
  margin-bottom: 4px;
  font-weight:bold;
  font-weight: 900;
  font-family: Arial Black, Arial, Helvetica, "Nimbus Sans L", "Liberation Sans", FreeSans, Sans-serif;
}

input {		font-size: 11px;	}
select {	font-size: 11px;	}

p{
	font-size: 14px;
	line-height:18px;
	margin: 14px 6px 14px 0;
}
a {		text-decoration:none;
}
a:hover{	text-decoration: underline;	}
.article{
     overflow:hidden;
     position:relative;
     z-index:50;
}
.article a {
		text-decoration: underline;
		color:#212f64;
		font-variant:normal;
		font-size:14px;
		line-height:18px;
}




#noleft_content a {
		text-decoration: underline;
		color:#212f64;
		font-variant:normal;
		font-size:13px;
}

ul,ol{
	margin-left:20px;
}

li{
	font-size: 14px;
	line-height:18px;
	margin: 14px 6px 14px 0;
}

.compressed li{
	margin: 2px 6px 2px 0;
}
.error_list{
    font-family:Times New Roman, serif;
    font-style: italic;
    font-weight:bold;
    color:red !important;
    font-size: 15px;
    margin-left:30px;
    margin-top:10px;
}

ul.error_list li{
    color:red !important;
}
.error_list li{
    margin: 2px 6px 2px 0;
    font-size: 15px;
    color:red !important;
}
th {
  font-size: 12px;
  text-align: left;
  font-weight: bold;
}
td {		font-size: 12px;	}
td.noheight {	line-height: 0px;	}
td.col_right{
    padding:4px;
    text-align:right;
    padding-left:10px;
}
td.col_left{
    padding:4px;
    text-align:left;
    padding-right:10px;
}

.justify	{ 	text-align:justify; 		}
.right		{ 	text-align:right; 		}
.left		{ 	text-align:left; 		}
.blue		{	color: #212f64 !important;font-style: italic	}
.black		{	color:#211f20 !important;			}
.noU		{	text-decoration:none;		}
.clear		{	clear:both;			}
.darker_row	{	background-color:#ddd;		}
.white		{	color:#fff !important;		}
.orange		{	color:rgb(255,147,30) !important;		}
.grayborder	{	border:solid 1px #211f20;	}
.orange_hilight	{	background-color:rgb(255,147,30);font-weight:bold;		}
.free_shipping	{	background-color:rgb(255,147,30);
			font-weight:bold;
			font-size:11px;
			padding: 0px 3px 0px 3px;
			line-height:14px;
		}
.imagebox{
	vertical-align:middle;
	text-align:center;
	border: 1px solid #211f20;
	width:300px;
	padding:0px;
}


hr.blue {
  border: 1px solid #212f64;
  background-color:#212f64;
}

.haze_masthead{
    -moz-box-shadow: 0 0 10px 5px #333;
    -webkit-box-shadow: 0 0 10px 5px #333;
    box-shadow: 0 0 10px 5px #333;
}
.haze_down_right{
    -moz-box-shadow: -2px 3px 8px 3px rgba(80,80,80,0.3);
    -webkit-box-shadow: -2px 3px 8px 3px rgba(80,80,80,0.3);
    box-shadow: -2px 3px 8px 3px rgba(80,80,80,0.3);
}
.haze_down_right_left{
    -moz-box-shadow: 0px 3px 9px 3px rgba(80,80,80,0.5);
    -webkit-box-shadow: 0px 3px 9px 3px rgba(80,80,80,0.5);
    box-shadow: 0px 3px 9px 3px rgba(80,80,80,0.5);
}
.haze_down_left{
    -moz-box-shadow: 2px 3px 8px 3px rgba(80,80,80,0.3);
    -webkit-box-shadow: 2px 3px 8px 3px rgba(80,80,80,0.3);
    box-shadow: 2px 3px 8px 3px rgba(80,80,80,0.3);
}
.haze_up_right{
    -moz-box-shadow: -2px -3px 8px 3px rgba(80,80,80,0.3);
    -webkit-box-shadow: -2px -3px 8px 3px rgba(80,80,80,0.3);
    box-shadow: -2px -3px 8px 3px rgba(80,80,80,0.3);
}
.knockout_left{
    background: url("images/layout/knockout_sprite.png") 0px 0px no-repeat;
    position:absolute;
    bottom:-14px;
    right:-14px;
    width:36px;
    height:36px;
    z-index:10;
}
.knockout_right{
    background: url("images/layout/knockout_sprite.png") -36px 0px no-repeat;
    position:absolute;
    bottom:-14px;
    left:-14px;
    width:36px;
    height:36px;
    z-index:2;
}
#knockout_bottom{
    background: url("images/layout/knockout_sprite.png") -36px -36px no-repeat;
    position:absolute;
    top:-14px;
    left:-14px;
    width:36px;
    height:36px;
    z-index:2;
}

#right_col_joint{
    background-image: url("images/layout/right_col_joint.png");
    background-repeat: no-repeat;
    background-position: center top;
    position:absolute;
    bottom:-25px;
    left:-26px;
    width:190px;
    height:40px;
    z-index:3;
}

.gradient_right_dark{
    background-color:#343433;
    /*
    background-image: -ms-linear-gradient(right , #2d2b2b 1%, #343433 35%);
    background-image: -moz-linear-gradient(right , #2d2b2b 1%, #343433 35%);
    background-image: -o-linear-gradient(right , #2d2b2b 1%, #343433 35%);
    background-image: linear-gradient(right , #2d2b2b 1%, #343433 35%);
    background-image: -webkit-linear-gradient(right , #2d2b2b 1%, #343433 35%);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1, startColorstr='#343433', endColorstr='#2d2b2b'); 
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType='1', startColorstr='#343433', endColorstr='#2d2b2b')";
    */
}
.gradient_left_dark{
    background-color:#343433;
    /*
    background-image: -ms-linear-gradient(left , #2d2b2b 1%, #343433 35%);
    background-image: -moz-linear-gradient(left , #2d2b2b 1%, #343433 35%);
    background-image: -o-linear-gradient(left , #2d2b2b 1%, #343433 35%);
    background-image: linear-gradient(left , #2d2b2b 1%, #343433 35%);
    background-image: -webkit-linear-gradient(left , #2d2b2b 1%, #343433 35%);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1, startColorstr='#2d2b2b', endColorstr='#343433'); 
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType='1', startColorstr='#2d2b2b', endColorstr='#343433')";
    */
}
.gradient_left_light{
    background-color:#666666;
    /*
    background-image: -ms-linear-gradient(left , #343433 1%, #666666 35%);
    background-image: -moz-linear-gradient(left , #343433 1%, #666666 35%);
    background-image: -o-linear-gradient(left , #343433 1%, #666666 35%);
    background-image: linear-gradient(left , #343433 1%, #666666 35%);
    background-image: -webkit-linear-gradient(left , #343433 1%, #666666 35%);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1, startColorstr='#343433', endColorstr='#686868'); 
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType='1', startColorstr='#343433', endColorstr='#686868')";
    */
}
.gradient_right_light{
    background-color:#666666;
    /*
    background-image: -ms-linear-gradient(right , #343433 1%, #666666 35%);
    background-image: -moz-linear-gradient(right , #343433 1%, #666666 35%);
    background-image: -o-linear-gradient(right , #343433 1%, #666666 35%);
    background-image: linear-gradient(right , #343433 1%, #666666 35%);
    background-image: -webkit-linear-gradient(right , #343433 1%, #666666 35%);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1, startColorstr='#686868', endColorstr='#343433'); 
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType='1', startColorstr='#686868', endColorstr='#343433')";
    */
}

.button_150_tall{
    position:relative;
    height:46px;
    width:150px;
    text-align:center;
    cursor: pointer;
    line-height:45px;
    font-size:13px;
    font-weight:bold;
    font-weight: 900;
    font-family: Arial Black, Arial, Helvetica, "Nimbus Sans L", "Liberation Sans", FreeSans, Sans-serif;
}
.button_150_tall a{
    line-height:45px;
    font-size:13px;
    font-weight:bold;
    font-weight: 900;
    font-family: Arial Black, Arial, Helvetica, "Nimbus Sans L", "Liberation Sans", FreeSans, Sans-serif;
    color:#fff;
}
.button_150_tall a:hover{
    color:rgb(255,147,30);
    text-decoration:underline;
}
.button_150_short{
    height:28px;
    width:150px;
    text-align:center;
    font-size:11px;
    line-height:28px;
    cursor: pointer;
}
.button_150_short a{
    font-size:11px;
    line-height:28px;
    color:#fff;
}
.button_150_short a:hover{
    color:rgb(255,147,30);
    text-decoration:underline;
}

#container {
  position: relative;
  width: 960px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0px;
  margin-bottom: 0px;
  /*background: #fff url("/images/layout/body_borders.png") repeat-y scroll 0% 0%;*/
  background: #fff url("/images/layout/body_borders_sans_gradient.png") repeat-y scroll 0% 0%;

}
#masthead {
  position: relative;
  width: 960px;
  height: 205px;
}
#masthead img{
  position: relative;
  top: 0px;
  left: -10px;
  border:solid #211f20 2px;
  height:135px;
  margin:0px;
}
#top_menu{
    margin:-2px;
}
#top_menu a {
    display: inline-block;
    height:45px;
    width:114px;
    padding-top:16px;
    vertical-align: top;
    font-size: 13px;
    font-weight: normal;
    background-image:url("/images/layout/top_menu_tab.png");
    background-repeat: no-repeat;
    background-position: top center;
    color:#fff;
}
#top_menu a:hover {
    color:rgb(255,147,30);
    text-decoration:underline;
}
#top_menu a.twoline {
    padding-top:10px;
}

#left_col {
  position: relative;
  float:left;
  width: 180px;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
}

#content {
  float:right;
  width: 762px;
  text-align: left;
}
#three_col_content{
    float:left;
    width: 402px;
    margin-left: 3px;
}
#two_col_content {
  float:left;
  width: 572px;
  margin-left: 3px;
}

#noleft_content {
  width:100%;
}

#double_right_col {
    float:right;
    width:340px;
}

#single_right_col {
    float:right;
    width:168px;
}

#double_right_col div.right_menu {
    height:106px;
    width:336px;
    margin-bottom:20px;
    border:solid 2px #211f20;
}

#single_right_col div.right_menu {
    height:170px;
    width:164px;
    margin-bottom:20px;
    border:solid 2px #211f20;
}

#right_col {
    position: relative;
    z-index:5;
    float:left;
    width: 154px;
    text-align: left;
}	
#far_right_col {
    position: relative;
    float:right;
    width: 168px;
    text-align: left;
}

/* --------------  LEFT COL ------------------------- */

.module_left{
    width:180px;
    border:solid 2px #211f20;
    color:#fff;
    margin-bottom:20px;
}
.module_far_right{
    width:168px;
    border:solid 2px #211f20;
    color:#fff;
    margin-bottom:20px;
}
.module_far_right p,
.module_far_right a{
    font-size: 12px;
    line-height: 14px;
    font-variant: small-caps;
    color:#fff;
}
.module_right{
    width:150px;
    background-color:#343433;
    border:solid 2px #211f20;
    color:#fff;
    margin-bottom:20px;
}
.module_right p,
.module_right a {
    font-size: 12px;
    line-height: 14px;
    font-variant: small-caps;
    color:#fff;
}

.module_left h2{
    margin-top:10px;
    margin-bottom:10px;
    color:#fff;

}
.module_left h2,
.module_left h3{
    padding-left:18px;
    color:#fff;
}
#search_box{
    position:relative;
    height:80px;
}
#search_field{
    width:105px;
    height:16px;
    margin-left:18px;
    vertical-align: top;
}
#search_go{
    vertical-align: top;
    position:relative;
    top: -3px;
    left:6px;
}

#event_field{
    width:105px;
    height:16px;
    margin-left:18px;
    vertical-align: top;
}
#event_go{
    vertical-align: top;
    position:relative;
    top: -3px;
    left:6px;
}
.discount_mesg{
    margin:0px 10px 10px 10px;
    font-size:12px;
    line-height: normal;
}

#leftMenuDiv{
    position:relative;
    border-top: solid 1px #211f20;
    padding-bottom:30px;
}
#left_toggle_menu{
}
#left_toggle_menu h2{
    font-size:21px;
    background: url("/images/layout/left_toggle_menu_h2.png") no-repeat bottom right;
    padding-bottom:10px;
}
#left_toggle_menu h3{
    font-size:13px;
    position:relative;
    top:-4px;
}

#eventcode{
    position:relative;
    padding-bottom:5px;
}

#eventcode h2{
    font-size:12px;
    background: url("/images/layout/left_toggle_menu_h2.png") no-repeat bottom right;
    padding-bottom:10px;
}

#leftMenuDiv a{		 color:rgb(255,255,255);	}
#leftMenuDiv a:hover{	 color:rgb(255,147,30);		}
.menuLinks {
  margin: 6px 6px 0px 34px;
  text-indent: -12px;
  
}
.menuLinks a{
  font-size:12px;
  line-height:15px;
}
.menuAreas {
  margin: 4px 0 2px 0px;
  height:26px;
  padding-left:18px;
  border-bottom: solid 1px #211f20;
  background-image: url("images/layout/arrow_down_gray.png");
  background-repeat: no-repeat;
  background-position: right;
  cursor:pointer;
}
.menuAreas a{
    font-size:13px;
    line-height:24px;
    font-weight: bold;
}
#newsletter{
    position:relative;
}
#newsletter div{
    margin:10px 17px 10px 15px;
}
#project_cars{
    position:relative;
}
#project_cars div{
    margin:10px 17px 10px 15px;
}
#youtube_sm_outer {
    padding-bottom:20px;
    position:relative;
}
#youtube_sm_inner {
    padding-left:17px;
}
#youtube_sm_caption {
    font-size:12px;
    line-height:13px;
    font-variant: small-caps;
    color:#fff;
    padding-left:18px;
    background: url("/images/layout/title_squig_dark_3.png") no-repeat top right;
    padding-top:20px;
    margin-top:0px;
}
#youtube_sm_outer h3{
    background: url("/images/layout/youtube_sm_outer_h3.png") no-repeat bottom right;
    padding-bottom:10px;
    margin-top:10px;
    margin-bottom:10px;
}
#socialmedia{
    padding-bottom:18px;
    position:relative;
}
#socialmedia h3{
    background: url("/images/layout/socialmedia_h3.png") no-repeat bottom right;
    padding-bottom:10px;
    margin-top:10px;
    margin-bottom:10px;
}
#socialmedia a{
    color:#fff;
}
#rss_subscribe {
  width: 145px;
  margin-left:18px;
  text-align: left;
  font-size: 11px;
  line-height: 13px;
  font-weight:normal;
  font-variant:small-caps;
}
#facebook_group{
    margin-left:18px;  
}
#facebook_group p{
    line-height:10px;
    font-weight:bold;
    font-size:12px;
    line-height:13px;
	margin:0px 0px 5px 0px;
}
#facebook_group a{
    color:rgb(255,147,30);	
}
#facebook_icon{
   float:left;
   margin-right:4px;
}
#facebooklike{
    border:none;
    overflow:hidden;
    width:50px;
    height:21px;
    margin-top:2px;
}
#instagram{
	margin:0px 0px 5px 18px;
}
#instagram img{
   float:left;
   margin-right:4px;
   margin-bottom:5px;
}
#instagram a{
	line-height:10px;
    font-weight:bold;
    font-size:12px;
    line-height:15px;
    color:rgb(255,147,30);
 }
#rss_subscribe a {
  text-decoration: none;
  font-size:11px;
  line-height:11px;

}
#rss_subscribe img {
  float: left;
  margin-right: 4px;
  margin-top: 3px;
  margin-bottom: 2px;
}

/* -------------- Right Top ------------------- */

#right_menu_all {}
#right_menu_all td{
    padding:11px  0px 0px 11px;
}
#right_menu_chkout {}
#right_menu_chkout td{
    padding:11px  0px 0px 7px;
}

.bg_button_gray_short{
    background: url("/images/layout/button_gray_short.png") no-repeat center top;
}
.bg_button_gray_tall{
    background: url("/images/layout/button_gray_tall.png") no-repeat center top;
}
.bg_button_cart_tall{
    background: url("/images/layout/button_blue_cart.png") no-repeat center top;
    text-align:right;
}
.bg_button_blue_tall{
    background: url("/images/layout/button_blue_tall.png") no-repeat center top;
    position:relative;
    height:46px;
    width:150px;
    text-align:center;
    line-height:45px;
    font-size:13px;
    font-weight:bold;
    font-weight: 900;
    font-family: Arial Black, Arial, Helvetica, "Nimbus Sans L", "Liberation Sans", FreeSans, Sans-serif;
    cursor: pointer; 
}
.bg_button_cart_tall a,
.bg_button_blue_tall a{
    color:rgb(255,147,30);
    text-decoration:none;
}
.bg_button_cart_tall a:hover,
.bg_button_blue_tall a:hover{
    text-decoration:underline;
}
a.bg_button_blue_tall{
    color:rgb(255,147,30);
}
.bg_button_cart_tall a{
    padding-right:12px;
}
.bg_button_cart_tall span{
    position: absolute;
    left:25px;
    top:-3px;
    width:15px;
    text-align:center;
    color:#212f64;
}

/* -------------- Far Right ------------------- */

#forumfeed {
    position:relative;
    padding-bottom:20px;
    position:relative;
    width:164px;

}
#forumfeed h2{
    padding-left:15px;
    background: url("/images/layout/forumfeed_h2.png") no-repeat bottom right;
    padding-bottom:10px;
    margin-top:10px;
    margin-bottom:4px;
    color:#fff;
}
#atom_feed {
    margin-left:15px;
    width:134px;
    overflow: hidden;
}
#atom_feed h3{
  margin: 0px;
  padding: 0px;
  color:#fff;
}
#atom_feed h3 a{
  color:#fff;
}
#atom_feed h3 a:hover{
  color:rgb(255,147,30);
}

#atom_feed h4 {
    margin-top: 10px;
    padding: 0px;
    color:#fff;
}
#atom_feed p{
    margin:0px;
    color:#fff;
}
#atom_feed p.attribution{
    font-weight:bold;
}

#testimonial_outer {
    padding-bottom:20px;
    position:relative;
    width:164px;
}
#testimonial_outer h2{
    padding-left:15px;
    background: url("/images/layout/forumfeed_h2.png") no-repeat bottom right;
    padding-bottom:10px;
    margin-top:10px;
    margin-bottom:4px;
    color:#fff;
}
#testimonial {
    margin-left:15px;
    width:134px;
    overflow: hidden;
}
#testimonial p {
    margin: 10px 0 0 0;
    padding: 0px;
    color:#fff;
}

#testimonial p.attribution {
    margin: 0 0 0 0;
    font-weight:bold;
    color:rgb(255,147,30);	
}


#video_wanted_outer {
    background: url("/images/layout/wanted_poster.jpg") no-repeat top right;
    background: url("/images/layout/wanted_poster_top.jpg") right top no-repeat,url("/images/layout/wanted_poster_bottom.jpg")right bottom no-repeat,url("/images/layout/wanted_poster_mid.jpg") right repeat-y;
    padding-bottom:20px;
    position:relative;
    width:164px;
}

#video_wanted{
    color:#2d1a06;
    padding:24px 12px 10px 16px;
    font-family: Times New Roman, serif;
}

#video_wanted h4{
    text-align:center;
    font-size:16px;
    color:#2d1a06;
    margin-top:8px;
    margin-bottom:6px;
    font-variant: small-caps;
}

#video_wanted p{
    margin:0px;
    text-align:center;
    font-size:13px;
    color:#2d1a06;
    line-height:13px;
}

#video_wanted ol{
    font-size:12px;
    color:#2d1a06;
    margin: 4px 0 0 2px;
    line-height:14px;
}
#video_wanted li{
    font-size:12px;
    color:#2d1a06;
    margin: 0px 0 0 17px;
    line-height:13px;
}

#video_wanted a{
    font-size:13px;
    color:#2d1a06;
    text-decoration:underline;
    font-variant: normal;
}


/* -------------- Right ------------------- */

#partspecials{
    position:relative;
    width:150px;
    padding-bottom:20px;
    border-bottom:none;
}
#partspecials a{
    text-decoration:none;
}
#partspecials a:hover{
    text-decoration: underline;
}
#partspecials h2{
    padding-left:15px;
    background: url("/images/layout/partspecials_h2.png") no-repeat bottom right;
    padding-bottom:10px;
    margin-top:10px;
    margin-bottom:10px;    
}
div.salecol_item{
    width:130px;
    margin-left:15px;
    margin-bottom:20px;
}
img.salecol_image{
    border:solid 1px #211f20;
}
#partspecials p{
    margin-top:4px;
    margin-bottom:4px;
}
p.salecol_description{
}
p.salecol_headline{
    font-style:italic;
    margin-top:0px;
}
#partspecials p.salecol_moreinfo{
    margin-top:6px;
    margin-bottom:0px;
}
#partspecials p.salecol_price{
    margin-top:4px;
    font-weight:bold;
}
img.buy_button{
    position:relative;
    top:5px;
    margin-right:4px;
}
p.salecol_seeall{
    margin-left:15px;
    font-weight:bold;
}

#info_links{
    position:relative;
    border-top:none;
    left:6px;
    top:-4px;
    width:140px;
    padding-top:2px;
    padding-bottom:25px;
    z-index:10;
}
#info_links h3{
    padding-left:16px;
    padding-bottom:10px;
    margin-top:10px;
    margin-bottom:4px;
    font-weight:normal;
    background: url("/images/layout/info_links_h3.png") no-repeat bottom right;
    font-family: Arial, Helvetica, "Nimbus Sans L", "Liberation Sans", FreeSans, Sans-serif;
}    
#info_links a{
    font-size:10px;
    font-weight:normal;
}
#info_links a:hover{
    color:rgb(255,147,30);
    text-decoration:underline;
}

/*----------------- Bottom Menu ---------------------*/
#bottom{
    width:960px;
    height:102px;
    clear: both;
    padding-top:20px;
}

#bottom_menu {
    float:right;
    margin: 0px;
    padding: 0px;
    position:relative;
    right:2px;
    width: 850px;
    text-align:left;
    border:solid 2px #211f20;
    border-right:0px;
    padding:20px;
    padding-bottom:8px;
}
#bottomMenu{
    position:relative;
    margin-left:30px;
    z-index:10;
}
#bottom_menu_line{
    position:absolute;
    right:0px;
    top:10px;
    width:840px;
    height:45px;
    z-index:0;
    background: url("/images/layout/bottom_menu.png") no-repeat top right;
}
#bottom_menu a {
    display: inline-block;
    border-right: solid 1px #fff;
    width:90px;
    text-align:center;
    vertical-align:middle;
    padding-top:5px;
    font-size: 12px;
    text-decoration: none;
    color: #fff;
    font-weight: normal;
}
#bottom_menu a:hover {
    color:rgb(255,147,30);
    text-decoration: underline;
}
#footer {
    margin-top:26px;
    text-align: center;
    color: #dddddd;
    font-size: 11px;
    line-height:13px;
}


/* --------------   VEHICLE PAGES -------------------- */

#area_title{
    font-size:26px;
    font-variant:small-caps;
}
#area_title a{
    text-decoration:none;
}
#area_image{
    border:solid 1px #211f20;
    margin-top:12px;
}
div.area_paragraph{
}

div.framing {
  text-align: left;
  margin-top: 20px;
  background-color: #e6e6e6;
  padding: 10px;
}

#title_table{
	width:100%;
}
#title_table th,
#title_table td{
	padding-bottom:10px;
	padding-right:0px;
	line-height:16px;
}
#title_table th{
	font-size:15px;
	padding-bottom:15px;
}
a.catlink{
	display:block;
	text-indent:-10px;
	margin-left:20px;
	color: #212f64;	
	font-weight:bold;
	font-variant:normal;
}

div.youtube {
  width: 425px;
  margin: auto auto 12px;
  text-align: center;
  font-size: 12px;
  font-variant: small-caps;
  border: 4px double #C0C0C0;
}

div.youtube_inner {
  background-color: #FF951C;
}

div.youtube_caption {
  text-align: center;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 2px;
  width: 425px;
}

/* --------------   CATALOG PAGES -------------------- */

.nowrap{
    white-space: nowrap;
}

#titles_list{
	margin:30px 0 30px 0;
	background-color: #e6e6e6;
	padding:20px 20px 10px 20px;

}
#category_title{
    font-size:26px;
    font-variant:small-caps;
    color:#211f20;
}

#category_title a{
    font-size:26px;
    font-variant:small-caps;
    color:#211f20;
    text-decoration:none;
}
#category_title a:hover{
    text-decoration:underline;
}

img.banner_image_left{
    float:left;
    margin-right:15px;
    position:relative;
    top:2px;
    border:solid 1px #211f20;
}
img.banner_image_right{
    float:right;
    margin-left:15px;
    position:relative;
    top:2px;
    border:solid 1px #211f20;
}
img.banner_image_full{
    margin-top:6px;
    border:solid 1px #211f20;
}

div.catalog_item_list{
	margin:30px 0 30px 0;
}

.catalog_item_list h2{
    margin-bottom:15px;
    font-size:15px;
    font-variant:small-caps;
}

h1.current_specials{
    font-size:20px;
    color:red;
    font-variant:small-caps;
    font-style:italic;
}

.items_table{
	width:572px;
}
.items_table_heading{
	padding-top:20px;

}
.items_table td{
	vertical-align:middle;
}
td.items_table_image{
	width:100px;
	padding:10px 10px 10px 10px;
}
.items_table_image img{
	border:solid 1px #211f20;
}
td.items_table_description{
    font-weight:bold;
	padding:10px 20px 10px 0px;
}
	
td.items_table_price{
	text-align:right;
	padding:10px 10px 10px 0px;
}
td.items_table_qty{
	width:35px;
	padding:10px 5px 10px 0px;
	text-align:center;
}
td.items_table_buy{
	width:60px;
	padding:10px 0px 10px 0px;
}

tr.rowalt{
    background-color: #e6e6e6;
}

div.wishlist_item_list{
	margin:15px 0 30px 0;
}

.wishlist_item_list h2{
    margin-bottom:15px;
    font-size:15px;
    font-variant:small-caps;
}


.items_small_table{
	width:405px;
}
.items_small_table_heading{
	padding-top:20px;

}
.items_small_table td{
	vertical-align:middle;
}
td.items_small_table_image{
	width:100px;
	padding:10px 10px 10px 10px;
}
.items_small_table_image img{
	border:solid 1px #211f20;
}
td.items_small_table_description{
    font-weight:bold;
	padding:10px 20px 10px 0px;
}
	
td.items_small_table_price{
	text-align:right;
	padding:10px 10px 10px 0px;
}
td.items_small_table_qty{
	width:35px;
	padding:10px 5px 10px 0px;
	text-align:center;
}
td.items_small_table_buy{
	width:60px;
	padding:10px 0px 10px 0px;
}




/* ----------------  FLYPAGE ------------------*/

#item_description{
    font-size:26px;
    line-height:26px;
    font-variant:small-caps;
}
#item_application{
    margin-top:4px;
    font-size:22px;
    line-height:26px;
    font-variant:small-caps;
    font-family: Arial, Helvetica, "Nimbus Sans L", "Liberation Sans", FreeSans, Sans-serif;
    font-weight:normal;
}
#item_headline{
    margin-top:8px;
}
#flypage_breadcrumb{
    margin-bottom:2px;
    margin-top:10px;
    float:right;
}
#flypage_breadcrumb a{
    text-decoration:none;
    color:#211f20;
}
#flypage_breadcrumb a:hover{
    text-decoration:underline;
}

#product_price_info{
	float:right;
	width:255px;
	padding-top:40px;
}
#product_price_info p{
	margin:4px;
}
span.price, span.matrix_price {
  color: rgb(255, 0, 0);
  font-weight: bold;
}

#product_comment {
  padding-top: 20px;
  padding-bottom: 20px;
  	font-size: 14px;
	line-height:18px;
}

#others_who_bought{
    margin-bottom:10px;
}

#others_who_bought td.items_table_description{
    font-weight:normal;
    line-height:14px;
    font-size:12px;

}
img.others_bought_buy{
   float:right;
}

#others_who_bought h4{
    font-size:15px;
}

#others_who_bought a{
	text-decoration: underline;
	color:#211f20;
	font-variant:small-caps;
	font-size:14px;
}

#others_who_bought a.more_info{
    line-height:normal;
    font-size:12px;
}


/* ----------- CART & CHECKOUT ---------*/

#checkout_page{
    width:690px;
}
#checkout_page h1{
    font-size:26px;
    font-variant:small-caps;
    color:#211f20;
}

/*-----CART-------*/

#basket_items{
	width:100%;
}

#basket_items td{
	vertical-align:middle;
	padding:10px 5px 10px 5px;
}
#basket_items th{
	vertical-align:middle;
	padding:10px 5px 10px 5px;
	font-variant:small-caps;
}

#subtotal_checkout{
	text-align:right;
	float:right;
}
#subtotal_checkout p{
	margin:0px;
	font-size:13px;
}
#basket_button_checkout{
    float:right;
    margin-top:17px;
	
}
#checkout_continueshopping{
    width:330px;
}
#basket_button_continue_shopping{
    
}
#basket_button_recalculate{
    float:right;
}
#basket_button_member_checkout{
    float:right;
}


#basket_login_wishlist{
    margin-top:20px;

}

#shopping_cart_nototal{
	width:100%;

}
#shopping_cart_nototal th{
	vertical-align:top;
	padding:10px 10px 10px 0px;

}
#shopping_cart_nototal td{
	vertical-align:top !important;
	padding:10px 10px 10px 0px;

}

#basket_reward_status{
    border:solid 1px #211f20;
    padding:10px;
    background-color:#e6e6e6;
    margin-top:20px;
}
#basket_reward_status h3{
    margin:0px;
    text-align:center;
}
h3.reward_reset{
    color:green !important;
}

h3.almost_reward{
    
}
h3.almost_there{

}
#no_cookies{
    text-align:left;
    font-weight:bold;
    color:#f60;
    margin-left:40px;
    margin-right:40px;
}

#wishlist_display{
    width:345px;
    float:right;
    margin-top:60px;
}

#wishlist_display h2{
    text-align:right;
    font-size:16px;
    line-height:16px;
    margin:0px;
    font-variant:small-caps;
}

#wishlist_display p{
    font-weight:normal;
}

#wishlist_table{
    margin:0px;
    width:100%;
}
#wishlist_table th,
#wishlist_table td{
    padding-bottom:5px;
    padding-left:20px;
}

/*---- SAVE WISH LIST PAGE---*/

#button_save_wishlist{
    float:right;
}


/*---CHECKOUT------*/

#checkout {
  margin-left:85px;
  width:780px;
}

div.checkout_include {
    position:relative;
  text-align: left;
  margin-top: 30px;
  border: 2px solid #211f20;
  background-color: #f6f6ff;
  padding: 20px;
  /*haze_down_left*/
    -moz-box-shadow: 2px 3px 8px 3px rgba(80,80,80,0.3);
    -webkit-box-shadow: 2px 3px 8px 3px rgba(80,80,80,0.3);
    box-shadow: 2px 3px 8px 3px rgba(80,80,80,0.3);
}

.checkout_include table{
}

.checkout_include td{
    padding:0 5px 5px 5px;
    vertical-align: top;
    line-height: 20px;
}

.checkout_include a{
    font-size:12px;
}


#checkout h1 {
  margin: 20px 0px 15px;
  font-size: 14px;
}

#checkout h2 {
  margin: 0px 0px 15px;
  font-style: italic;
  font-size: 16px;
}

#checkout h3 {
  margin: 8px 0px 12px 20px;
  color: rgb(68, 68, 68);

  font-variant: small-caps;
}

#surveychoices{
    margin-top:10px;
}

#surveychoices input{
    vertical-align:bottom;
    
}
#surveychoices td{
    text-indent:-24px;
    margin-left:24px;
    padding-right:15px;
    padding-bottom:0px;
    line-height: normal;
    padding-left:20px;
    white-space: nowrap !important;
}

#receipt {
  margin-left:85px;
  width:780px;
}

#receipt th,td{
    padding:4px;
    text-align:left;
}



/*----------- MEMBERS AREA ------------*/

.member_area h2{
    line-height:16px;
}

#members_home{		margin:0px;	}

.members_login {

}
.members_login input.login_submit{
}
.members_login td.top{
	padding-right:2px;
}
.members_login td.bottom{
	color:#4c4d4e;
	font-size:11px;
	font-weight:bold;
}
.members_login input.login{
	width:110px;
	height:18px;
}
.members_spot_1{
	position:absolute;
	top:50px;
	left:450px;
}
.members_spot_2{
	position:absolute;
	top:245px;
	left:420px;
	border-top:solid #ddd 1px;
	border-left:solid #ddd 1px;
	width:210px;
	height:175px;
}
.members_spot_2 p{
	color:#ccc;
	font-variant: small-caps;
	font-size:20px;
	text-align:center;
	margin-top:70px;
}
#members_benefits{

}
#members_benefits ul{

}
#members_benefits li{
	font-size:12px;
	font-weight:bold;
	/*list-style-image: url('/images/layout/blue_ring_bullet.gif');*/
	margin:0px;
	padding-left:5px !important;
	padding-left:10px;
	margin-bottom:4px;
}
#members_benefits p{
	font-weight:bold;
	font-size:12px;
}
#why_join a{
	color:#4c4d4e;
	text-decoration:underline
}

#members_area{
    position:relative;
    width:100%;
}

#member_home_top{
	position:relative;
	left :200px;
	top:0px;
	width:360px;
}

#gauge_container{
	position:absolute;
	top:-14px;
	left:0px;
}

/****************** ORDER HISTORY ********************/

#member_order_info{
	margin-top:12px;
}

.member_order_info{
	width:100%;
	border: solid 1px #003366;
}

.member_order_info th,
.member_order_info td{
	padding:5px;
	padding-top:10px;
	padding-bottom:10px;
}
.member_order_info th{
	border-bottom: solid 1px #003366;
}

#member_order_detail{
	margin-top:12px;
}

.member_order_detail{
	width:100%;
}

.member_order_detail th,
.member_order_detail td{
	padding:5px;
	padding-top:5px;
	padding-bottom:5px;
}
.member_order_detail th{
	border-bottom: solid 1px #003366;
}

input.members_field{
    width:146px;
    height:16px;
}

.see_full_options{
    width:300px;
    margin-top:2px;
    text-align: right;
}

div.stars{
    margin-top:10px;
}
#rate_product h2{
    margin:5px 0px 5px 0px;
}
#rate_product input{
    position:relative;
    top:-3px;
}
#play_fair{
    margin:5px;
    margin-top:0px;
    color:red;
    font-weight:bold
}
.norating{
    display:none;
}

select.gallery_parts{
    width:380px;
    /*height:100px;*/
}

table.gallery_parts{
    margin-top:10px;
}
table.gallery_parts td.col_right{
    width:130px;
}

table.gallery_parts td.col_left{

}

button.button_thin{
    height:24px;
    font-size:12px;
    line-height:0px;
}

#select_gallery_vehicle td{
   padding-right:10px;
}


/*--------------- GALLERY ---------------*/

div.gallery_desc{
       margin-top:5px;
    font-size: 14px;
    line-height: 18px;
    margin-bottom:10px;
}

#gallery p.caption{
    margin:0px;
    padding:0px;
    font-weight:normal;
    font-size:11px;
    font-style:italic;
}

#gallery h3{
    margin-top:10px;
    color:#211f20;
    font-size:14px;
    font-variant:small-caps;
    padding-top:10px;
    border-top:solid #aaa 1px;
}

.gallery_detail_images{
    width:570px;
    margin-bottom:0px;
}

.gallery_detail_images td{
    width:285px;
}

#gallery table.items_table{
    width:100%;
    margin-top:0px;
}

.gallery_sm_parts{
    margin-top:0px;
    margin-bottom:0px;
    margin-left:13px;
    width:250px;
}

.gallery_sm_parts li{
    margin-top:0px;
    margin-bottom:0px;
    font-weight:normal;
    font-size:11px;
}

#gallery_vehicle h3{
    margin-top:10px;
    color:#211f20;
    font-size:12px;
    padding:5px 0px 0px 0px;
    text-align:left;
    border-top:solid #aaa 1px;
}

.vehicle_gallery_display{
    width:570px;
    margin-bottom:0px;

}
.vehicle_gallery_display td{
     width:285px;
}

#gallery_vehicle p.more_info{
    margin-top:7px;
    font-weight:bold;
    font-size:11px;
}

.content_menu{
    font-size:13px;
    font-weight:bold;
    font-variant:small-caps;
    margin-top:0px;
    margin-bottom:15px;
    width:100%;
    text-align:center;
}

.content_menu a{
	font-size:13px;
    color:#fff;
    text-decoration:none;
    display:inline-block;
    padding:6px 2px 6px 2px;
    font-variant:small-caps;
}
.content_menu a:hover{
    text-decoration:underline;
    color:rgb(255,147,30)
}

#reviews {
  margin-top: 10px;
  margin-bottom: 20px;
}

.review {
      border-bottom: dashed 2px #aaa;
}

#reviews p.review_text {
  text-align: justify;
}

#reviews p.review_response {
  text-align: justify;
  background-color:#efefff;
  margin-left:40px;
  font-style:italic;
}

#reviews p.review_byline {
  text-align: right;
  margin-right: 30px;
  font-style: italic;
  font-weight: bold;
  margin-bottom: 20px;
  color: #003366;
}


#your_cart{
	margin-top:0px;
	margin-bottom:12px;
	font-size:12px;
	font-weight:bold;
}
#your_cart img{
	position:relative;
	top:3px;
}

#shipping_quote{
    margin-top:20px;
}
#shipping_quote a{

    background-color: rgb(255, 149, 28);
    font-weight: bold;
    text-decoration: none;
    color: rgb(0, 0, 0);
}







#subPageContent {
    padding: 12px 36px 36px;
}

#contact_table td{
	vertical-align:top;
	padding:4px;
}



span.review_error {
  color: rgb(255, 0, 0);
  font-weight: bold;
  font-size: 10px;
}

span.mv_contrast {
  color: rgb(255, 0, 0);
}



#about_page img{
	margin-bottom:20px;
}

.smcap_subtitle{
    font-variant:small-caps;
    margin-top:10px;
    font-size:16px;
}
.smcap_subtitle a{
    font-variant:small-caps;
    margin-top:10px;
    font-size:16px;
    color:#211f20;
    text-decoration:none;
}
.smcap_subtitle a:hover{
    text-decoration:underline;
}

.alert_bold{
     color:red;
     font-weight:bold;
}
.alert_normal{
     color:red;
     font-weight:normal;
}
.label{
    font-weight:bold;
}

.specials_menu{
    font-size:15px;
    font-weight:bold;
    font-variant:small-caps;
    margin-top:0px;
    margin-bottom:15px;
    width:100%;
    text-align:center;
}

.specials_menu a{
    color:#fff;
    text-decoration:none;
    display:inline-block;
    padding:6px;
    font-variant:small-caps;
}
.specials_menu a:hover{
    text-decoration:underline;
}

.shopping_howto ol{
    padding-top:0px;
    margin-left:30px;
    position:relative;
    top:-10px;
}
.shopping_howto li{
    margin:0px;
}

.shopping_howto a{
    color: #212f64;
    text-decoration:underline;
}

table.wishform{
    text-align:center;
    width:320px;
    margin-bottom:20px; 
}


#yearsort{
    float:right;
}
#yearsort label{
    color: #212f64;
    font-weight:bold;
    height:20px;
}

#yearsort select{
    color: #212f64;
    font-weight:bold;
    height:20px;
}

#select_size{
    float:left;
}

#select_size label{
    color: #212f64;
    font-weight:bold;
    height:20px;
}

#wishlist_instructions{
    margin:15px;
    
}

#wishlist_instructions p,li{
    font-size:12px;
    line-height:14px;
    
}
#wishlist_instructions a{
    font-size:12px;
    line-height:14px;
    
}
#wishlist_instructions ol{
     top:2px;
    
}
#wishlist_instructions p{
    margin-bottom:0px;
    margin-top:4px;
    
}

#paypal_express{
    position:absolute;
    right:5px;
    top:0px;
    text-align:center;
}
#paypal_express p{
    font-weight:bold;
    font-size:12px;
    margin-bottom:4px;
}

.tech_illustration{
     float:right;
     margin-left:15px;
     margin-bottom:15px;
     text-align:center;
     border:solid 1px #bbb;
     padding:10px
}
.tech_illustration img{
    margin-bottom:4px;
}

.faq dl{
    margin:10px 0px 30px 0px;
    background-color: #e6e6e6;
    padding:10px;
}
.faq dt{
    margin-bottom:5px;
}
.faq dt a{
    color:#212F64;
    font-weight:bold;
    text-decoration:none;
}
.faq dt a:hover{
    text-decoration:underline;
}

.faq ul,ol{
    margin-top:15px;
    margin-bottom:20px;
}
.faq li{
    margin-top:0px;
    margin-bottom:8px;
    font-size:14px;
    line-height:18px;
}

.faq li a{
    
}

.faq  h3{
    border-top:solid 1px #ddd;
    padding-top:8px;
    margin-top:10px;
}

#project_menu{
    margin-bottom:20px;
}

.project_menu_item{
    float:left;
    margin-top:10px;
    margin-right:10px;
    width:270px;
    text-align:center;
}

.project_menu_item a{
    font-size:11px;
    font-weight:bold;
    line-height:11px;
}

#homepage_project_menu .project_menu_item{
    width:190px;
}

#homepage_project_menu h1{
    font-variant:small-caps;
    margin-top:10px;
    font-size:16px;
}

.reward_status{
    margin:0px;
    text-align:center;
    border:1px solid #aaa;
    padding:10px;
    background-color:#fff;
}
#reward_messages h3 {
    margin:5px 0px 5px 0px !important;
    text-align:center;
    border:1px solid #aaa;
    padding:10px;
    background-color:#fff;
    line-height: 20px !important;
    font-variant: small-caps;
}
#reward_messages a {
    font-variant: small-caps;
    font-weight: bold !important;
    font-size: 14px;
}
.reset_reward{
    color:green !important;
}
.green_bold{
    color:green !important;
    font-weight:bold;
}
.almost_reward{
    color:#003366 !important;
}
.almost_there{
    color:#003366 !important;

}

#dealer_portal{
    position:absolute;
    right:0px;
    top:10px;
    color:#ffffff;
    font-size:24px;
    font-weight: bold;
    font-variant: small-caps;
    z-index: 200;
}

.more_list{
    text-align: right;
    margin:10px 0px 5px 0px;
}
.more_list img{
    position:relative;
    top:2px;
}


.selected_more{
    font-weight: bold;
    background-color: #ddddff;
    padding:0px 4px 0px 4px;
}

.more_list_bottom{
    text-align: right;
}
.more_list_bottom img{
    position:relative;
    top:2px;
}

#authorized_dealer{
    text-align: center;
}

#product_views{
    margin: 10px 0px 10px 0px;
}
.view_image{
    position:relative;
    left:-25px;
}
.view_frame{
    height:50px;
    width:50px;
    overflow:hidden;
    border:solid #aaa 1px;
    margin-right:2px;
    display: inline-block;
}

#product_videos{
    
}

tr.admin_visibility{
	display:none;
}

tr.members_only{
	display:none;
}

#winners_circle_popup{
    position: absolute;
    display: none;
    top:0px;
    left0px;
    width:100%;
    background-color:rgba(42,42,41,0.65);
}
#winners_circle_popup #winners_circle{
    width:85%;
    background-color:rgba(42,42,41,0.90);
    margin:40px auto 40px auto;
    padding:20px;
    color:#fff;
}

#winners_circle p,#winners_circle h2,#winners_circle ol,#winners_circle li,#winners_circle a{
    font-size:14px;
    color:#fff;
    
}

.image_disclaimer{
    color:#444;
    font-weight: bold;
    text-align: center;
}

.epa_exclusion{
	margin-top:4px;
	padding-right:20px;
	color:green;
	font-weight: normal !important;
	line-height: normal !important;
}

.media_post{
	display:inline-block;
	margin:20px 0px 0px 0px;
	text-align: center;
}