  div#wrapper{
  width:100%!important;
  border:none;
}
  
  body{
  font-size:16px;
}
  
  h1{
  background-color: #ECECEC;
  border-bottom: 1px solid #DADADA;
  color: #686666;
  font-family: "Arial";
  font-size: 16px;
  font-weight: bold;
  margin-top: 15px;
  padding: 8px 0 8px 8px;
}

body h3{
  color:#3C8BB2;
}
  
  a{
  color:black;
}
  
  a:hover{
  color:#2F78A5;
}
  
  /*-------Specific A Tags--------*/
  td.page-column-center a{
  color:#AD0A0A;
}
  td.page-column-center a:hover{
  color:#2F78A5;
}
  
  div.breadcrumb span a{
  color:black;
}
  
  div.breadcrumb span a:hover{
  color:#2F78A5;
}
  
  div.product-list-options h5 a{
  color: #000000 !important;
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
}
  
  div.product-list-options h5 a:hover{
  color: #2F78A5 !important;
  font-size: 12px;
  text-decoration: none;
}
  /*-----------------------------*/
  
  table.page-body-columns{
  margin:0 auto;
  width:960px;
  margin-top:20px;
}
  
  div#wrapper td.page-column-center{
  padding:0 0 0 20px;
}
  
  div#wrapper td.page-column-center {
  width: 735px;
}
  
  /*--------------Header-------------*/
  
  .header-inner-wrap{
  width: 960px; 
  margin: 0 auto;
  position:relative;
}
  
  
  #header-top-wrap{
  width: 100%; 
  height: 110px; 
  display: block; 
  padding-top: 10px; 
  background-image: -moz-linear-gradient(bottom, rgba(0,0,0,.28) 6%, rgba(255,255,255,.28) 94%);
  background-image: -o-linear-gradient(bottom, rgba(0,0,0,.28) 6%, rgba(255,255,255,.28) 94%);
  background-image: -webkit-linear-gradient(bottom, rgba(0,0,0,.28) 6%, rgba(255,255,255,.28) 94%);
  background-image: linear-gradient(bottom, rgba(0,0,0,.28) 6%, rgba(255,255,255,.28) 94%);  
}
  
  .a1-logo{
  position:relative;
  left:0px;
}
  
  .top-nav{	 
  text-align: right; 
  margin-right: 10px;
  float:right; 
}
  
  .top-nav ul{
  margin: 0;
  padding: 0;
  font-size:13px;
}
  
  .top-nav ul li{
  float:left;
  padding:0 8px 0 8px;
  font-weight:bold;
  list-style:none;
  border-right:solid 1px gray;
  
}
  
  .top-nav ul li a, .top-nav ul li a:hover{
  color:black!important;
  font-size:12px;
  display:block;
}
  
  .top-nav ul li a:hover{
  text-decoration: underline;
}
  
  .top-nav ul li:last-child{
  border:none;
}	
  
  .num-cart{
  padding-left:20px;
  background:url('/images/cart.png')no-repeat left center;
}
  
  /*------Main Nav------*/
  
  #header-nav-wrap{
  width: 100%; 
  height: 40px; 
  background-color:black;
  background-image: -moz-linear-gradient(bottom, rgba(0,0,0,.28) 6%, rgba(255,255,255,.28) 94%);
  background-image: -o-linear-gradient(bottom, rgba(0,0,0,.28) 6%, rgba(255,255,255,.28) 94%);
  background-image: -webkit-linear-gradient(bottom, rgba(0,0,0,.28) 6%, rgba(255,255,255,.28) 94%);
  background-image: linear-gradient(bottom, rgba(0,0,0,.28) 6%, rgba(255,255,255,.28) 94%);   
}
  
  .main-nav ul{
  margin: 0;
  padding: 0;
  font-size:13px;
}
  
  .main-nav ul li{
  float:left;
  border-right:solid 1px gray;
  list-style:none;
}
  
  .main-nav ul li a{
  display:block;
  color: #fff;
  font-family: "Arial"!important;
  font-size: 14px;
  font-weight: bold;
  line-height:20px;
  padding:10px 15px;
}
  
  .main-nav ul li a:hover{
  background-image: -moz-linear-gradient(bottom, rgba(136,136,136,.28) 6%, rgba(255,255,255,.28) 94%);
  background-image: -o-linear-gradient(bottom, rgba(136,136,136,.28) 6%, rgba(255,255,255,.28) 94%);
  background-image: -webkit-linear-gradient(bottom, rgba(136,136,136,.28) 6%, rgba(255,255,255,.28) 94%);
  background-image: linear-gradient(bottom, rgba(136,136,136,.28) 6%, rgba(255,255,255,.28) 94%);
  display:block;
  color: #fff;
  font-family: "Arial"!important;
  font-size: 14px;
  font-weight: bold;
  line-height:20px;
  padding:10px 15px;
}
  
  .main-nav ul li a:active{
  background-image: -moz-linear-gradient(bottom, rgba(255,255,255,.22) 29.9%, rgba(0,0,0,.22) 178.9%);
  background-image: -o-linear-gradient(bottom, rgba(255,255,255,.22) 29.9%, rgba(0,0,0,.22) 178.9%);
  background-image: -webkit-linear-gradient(bottom, rgba(255,255,255,.22) 29.9%, rgba(0,0,0,.22) 178.9%);
  background-image: linear-gradient(bottom, rgba(255,255,255,.22) 29.9%, rgba(0,0,0,.22) 178.9%);
}
  
  .main-nav ul li:first-child{
  padding-left:none;
  
}
  
  .main-nav ul li:last-child{
  border:none;
}
  
  
  .search-input{
  float: right;
  margin-top: 25px;
  padding-right:8px;
}
  
  .custom-search-field input{
  border: 1px solid #ABABAB;
  margin-right: -3px;
  margin-top: 2px;
  padding: 6px 0 5px 5px !important;
  width: 192px;
}
  
  .custom-search-button{
  background:none;
}
  
  
  /*----------Sidebar------------------*/
  
  div#wrapper td.page-column-left {
  display: inline-block;
  padding-bottom: 40px;
  width: 225px;
}
  
  
  td.page-column-left a {
  color: #085f94;
  font-size:12px!important;
  font-weight:normal;
}
  
  td.page-column-left a:hover{
  text-decoration: underline;
  color:#085f94;
  font-weight:normal;
  font-size:12px!important;
}
  
  ul.cat-nav li.selected span {
  color:black;
  font-weight:bold;
}
  
  ul.module-list {
  list-style-type: none;
  margin: 0;
  padding: 5px 0 0 10px;
}
  
  table.module{
  margin-top:20px;
}
  
  td.module-header{
  padding-left:10px;
  padding-top:10px;
  
}
  
  ul.module-list li{
  padding:0 0 5px 20px;
  
}
  
  .page-column-left select{
  margin: 9px 0 0 11px;
  padding-left: 10px;
  width: 200px;
}
  
  .category-module{
  border-top:solid 1px white;
}
  
  
  /*----------Footer-------------*/
  
  #footer-aspot{
  width:100%;
  background-color:#f5f5f5;
  margin-top:20px;
  padding:15px 0 15px 0;
}
  
  #footer-wrap{
  font-weight:normal;
  padding: 10px 0 51px;
  width:100%;
  background-color:black;
  background-image: -moz-linear-gradient(bottom, rgba(0,0,0,.16) 6%, rgba(255,255,255,.16) 94%);
  background-image: -o-linear-gradient(bottom, rgba(0,0,0,.16) 6%, rgba(255,255,255,.16) 94%);
  background-image: -webkit-linear-gradient(bottom, rgba(0,0,0,.16) 6%, rgba(255,255,255,.16) 94%);
  background-image: linear-gradient(bottom, rgba(0,0,0,.16) 6%, rgba(255,255,255,.16) 94%);
  display:block;
}
  
  #footer-inner-wrap{
  width:960px;
  margin:0 auto;
}
  
  .footer-col{
  width:280px;
  float:left;
  margin-right:30px;
  margin-top:40px;
}
  
  .footer-col ul{
  padding-left:0;
}
  
  .footer-col li{
  list-style:none;
  color:white;
  text-align:left;
  padding:0 0 5px 0;
}
  
  .footer-col li a{
  font-weight:normal;
  color:white;
}
  
  .footer-col li a:hover{
  color:white;
  font-weight: normal;
  color: #085f94;
  
  
  
}
  
  .footer-col h1{
  border-bottom:solid 1px gray;
  background:none;
  padding:0;
  color:white;
  text-align:left;
  font-weight:bold;
  padding-bottom:5px;
}
  
  #social-wrap{
  border-top:solid 1px gray;
  width:100%;
  padding:0;
  margin:10px 0 5px 0;
}
  
  #social-buttons ul{
  width:210px;
  height:35px;
  float:left;
  display:block;
  padding:0;
}
  
  #social-buttons li{
  float:left;
  margin-right:5px;
  list-style:none;
  text-indent: 9999px;
  overflow:hidden;
}
  
  li a.facebook{
  background:url('/images/social-facebook.png')no-repeat top center;
  width:33px;
  height:33px;
  display:block;		
}
  
  li a.twitter{
  background:url('/images/social-twitter.png')no-repeat top center;
  width:33px;
  height:33px;
  display:block;
}
  
  li a.googleplus{
  background:url('/images/social-google-plus.png')no-repeat top center;
  width:33px;
  height:33px;
  display:block;
}
  
  li a.youtube{
  background:url('/images/social-youtube.png')no-repeat top center;
  width:33px;
  height:33px;
  display:block;
}
  
  #social-buttons li a:hover{
  background-position:bottom center;
}
  
  footer p{
  text-align:right;
  color:white;
  margin-top:28px;
  font-size:14px;
}
  
  /*--------Clearfix--------*/
  /* slightly enhanced, universal clearfix hack */
  .clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
  .clearfix { display: inline-block; }
  
  /* start commented backslash hack \*/
  * html .clearfix { height: 1%; }
  .clearfix { display: block; }
  /* stop commented backslash hack */
  
  /*---------Home page Buckets------------*/
  h1.bucket-title{
  color: #686666;
  font-family: "Arial";
  font-size: 16px;
  font-weight: bold;
  background-color: #ececec;
  border-bottom:solid 1px #dadada;
  padding:8px 0 8px 8px;
  margin-top:15px;
}
  
  .featured-categories td, .featured-products td{
  text-align:center;
}
  
  .featured-categories td a, .featured-products td a{
  font-weight:bold;
  color:black!important;
  text-decoration:none;
  font-size:12px;
}
  
  .featured-categories td a:hover, .featured-products td a:hover{
  color:#2f78a5!important;
  font-size:12px;
}
  
  
  p.priced-from-home{
  font-style: italic;
  color:#2f78a5!important;
  font-size:12px;	
  
}
  
  a.shop-now{
  background:url('http://shop.a1racing.com/images/shop-now-but.png')no-repeat;
  width:107px;
  height:30px;
  margin:0 auto;
  display:block;
  margin-top:8px;
}
  
  a.shop-now:active{
  background:url('http://shop.a1racing.com/images/shop-now-but-hover.png')no-repeat;
}
  
  table.featured-categories img, table.featured-products img{
  width:auto;
  height:128px;
  
}
  
  td.bucket{
  width:245px;
  padding-bottom:55px;
}
  
  td.bucket h4{
  margin:8px 0 0 0;
}
  
  table.distro-logos{
  border-top:solid 1px #dadada;
  padding:20px 0 20px 0;
  margin-top:20px;
}
  
  /*------------General Buckets----------------*/
  .product-list-msrp, span.product-list-msrp-value{   
  font-style: italic;
  font-weight:normal;
  font-family:arial; 
  font-size:11px;
  color:gray;
}
  
  div.product-list-qty label, span.product-list-msrp-label, span.product-list-cost-label, span.product-list-sale-label, span.product-list-save-label {
  font-weight: normal!important;
}
  
  span.product-list-cost-label {
  font-family:arial; 
  font-size:15px; 
  font-weight:bold!important; 
  font-style:italic; 
  color:#3c8bb2;
}
  
  div.product-list-text{
  color:gray;
  font-size:12px;
}
  
  td.product-list-item-container, td.product-list-item-container-alt{
  border:none!important;
}
  
  table.product-list{
  margin:45px 0;
}
  
  table.product-list-results-header {
  border-bottom: 1px solid #DADADA;
  margin-bottom: 5px;
  padding-bottom: 15px;
}



  /*---------------Products Pages----------------------*/

  td.prod-detail-lt {
    text-align:center; 
  }

  table.prod-detail {
    width: 100%;
  }

  .prod-detail-msrp-label, span.prod-detail-msrp-value{
  color: #808080;
  font-family: arial;
  font-size: 16px;
  font-style: italic;
}
  .prod-detail-cost{
  border-bottom:solid 1px #dadada;
  padding-bottom:5px;
}
  .prod-detail-cost-label{
  color: #3C8BB2;
  font-family: arial;
  font-size: 23px;
  font-style: italic;
  font-weight: bold !important;
}
  span.prod-detail-cost-value{
  color: #CC0000;
  font: 14pt Verdana,Geneva,sans-serif;
  text-decoration: none;
}
  .prod-detail-man{
  margin-top:0!important;
  padding-bottom:5px;
  margin-bottom:10px;
  border-bottom:solid 1px #dadada;
}
  td.prod-detail-rt {
  font-size: 13px!important;
}
  div.prod-detail-purchase{
  margin-top:10px;
  margin-bottom:10px;
  padding:5px 0 28px 0;
  border-bottom:solid 1px #dadada;
  border-top:solid 1px #dadada;
  
}
  div.prod-detail-purchase label.label{
  font-size:16px;
  margin-right:5px;
}
  div.prod-detail-desc{
  color: #808080;
}
  
  .product-list-control{
  display:none;
}

.product-list-item-container-alt img.product-list-img{
  display:block;
  margin:0 auto;
}

.prod-detail-purchase input.prod-detail-add {
    position: relative;
    right: 0;
    top: 16px;
}

.prod-detail-price .prod-detail-sale, .prod-detail-price .prod-detail-cost{
  padding-top:10px;
}

.prod-detail-rt .prod-detail-man{
  padding-bottom:10px;
}

.prod-detail-bt div.prod-detail-desc {
  border-bottom: 1px solid #DADADA;
  border-top: 1px solid #DADADA;
  color: #000000;
  padding: 10px 0;
}

img.product-list-img {
  padding:10px;
  max-height:160px;
  max-width:160px;
}

.prod-detail-lt img{
  max-height:300px;
}
  
  /*----------------Checkout Page---------------------*/
  table.cart-container td.content-head h1 {
  background-color: #ECECEC;
  border-bottom: 1px solid #DADADA;
  color: #686666;
  font-family: "Arial";
  font-size: 16px;
  font-weight: bold;
  margin-top: 15px;
  padding: 8px 0 8px 8px;
}
  
  
  table.cart-container td.content-body {
  color: black!important;
  font: bold 8pt Verdana,Geneva,sans-serif;
}
  
  td.cart-actions{
  padding:10px 0 10px 0;
  border-bottom: 1px solid #DADADA;
}
  
  
  
  td.cart-actions select{
  border: 1px solid #808080;
  float: left;
  font: 12px Arial,"sans serif";
  margin-right: 10px;
  margin-top: 5px;
  padding: 1px 0;
}
  
  td.cart-options, td.cart-summary{
  padding-top:40px;
  padding-bottom:40px;
  border-bottom: 1px solid #DADADA;
}
  
  td.cart-continue{
  padding-top:15px;
}
  
  input#ctl00_pageContent_imbEnterCouponCode, input#ctl00_pageContent_shippingButton{
  top:9px!important;
}

#ctl00_pageContent_lrLoginOptions_leftPane, #ctl00_pageContent_lrLoginOptions_rightPane{
  text-align: left;
  border-top: 1px solid #DADADA;
  padding-top:15px;
}

table.cart-container{
  margin-bottom:5px;
}

td.cart-item-image {
  padding-right: 20px;
}

table.cart-container h5{
  color:#3C8BB2;
}

#ctl00_pageContent_checkoutLink{
  margin:10px 0;
  display:block;
}

.checkout-customer-container .content-head h1{
  font-weight:bold !important;
  color:#686666 !important;
  font-size:16px !important;
}

.checkout-customer-container a{
  font-weight:normal !important;
  color:#085F94 !important;
}

  .checkout-customer-container a:hover{
    text-decoration: underline !important;
  }

.page-body-content input,.page-body-content select{
  padding:5px;
}
  
  /*-------------Rewards Form---------------*/
  
  input.catalog-submit{
  background:url('../../../images/catalog-form-submit.png')no-repeat;
  width:110px;
  height:27px;
  margin:15px 10px 15px 0;
  text-indent:-9999px;
  border:none;
}
  input.catalog-submit:hover{
  background-position:0 -27px;
  cursor:pointer;
}
  
  input.catalog-clear{
  background:url('../../../images/catalog-form-clear.png')no-repeat;
  width:110px;
  height:27px;
  margin:15px 10px 15px 0;
  text-indent:-9999px;
  border:none;
}
  input.catalog-clear:hover{
  background-position:0 -27px;
  cursor:pointer;
}

/*--------------Tutorials Page ------------------*/

body.videos-page div#wrapper td.page-column-left {
  display: none;
}

body.videos-page div#wrapper td.page-column-center {
  width: 960px;
  padding:0;
}

body.videos-page td.first{
  padding:10px 15px 10px 0;
}

body.videos-page td.last{
  padding:10px 0 10px 15px;
}

td.video-bucket{
  width:300px;
  padding:10px 15px;
}

td.video-bucket .video-bucket-inner-wrapper a{
  display:block;
  
}

td.video-bucket img{
  padding:10px 0;
  width:300px;
  height:165px;
  overflow:hidden;
}

td.video-bucket .video-description-wrapper{
  background-color:#ECECEC;
  min-height:270px;
  width:300px;
}

body.videos-page table h6{
  font-size: 16px;
  margin: 0;
  padding: 10px 10px 0 10px;
}

small.video-description{
  font-size:12px;
  color:white;
  color:#686666;
  padding:10px 15px;
  display:block;
}

/*-----------------Search Results-------------------*/

td.page-column-center .search-suggestions a{
  font-weight:normal;
  text-decoration: underline;
}

.search-filters, .search-categories{
  padding-left:10px;
  border-left:5px solid #ECECEC;
  margin:20px 0;
}
.search-filters h5, .search-categories h5{
  font-size:13px;
  color:#EA212D;
  margin-bottom:0;
}

.search-filters ul, .search-categories ul{
  padding-left:15px;
  margin:5px 0;
}

  .search-filters ul li, .search-categories ul li{
    list-style: none;
  }

    .search-filters ul li a, .search-categories ul li a{
      font-weight:normal;
    }

      .search-filters ul li a:hover, .search-categories ul li a:hover{
        font-weight:normal;
      }

/*--------------Contact Us----------------------------*/

.contact-us h2{
  margin-bottom:0;
}

td.page-column-center .contact-us a{
  font-weight:normal;
}

  td.page-column-center .contact-us a:hover{
    text-decoration: underline;
    font-weight: normal;
  }

.contact-us ul{
  padding-left:10px;
  margin-top:5px;
  border-left:solid 2px #ECECEC;
}

  .contact-us ul li{
    list-style: none;
  }




