/*
  $Id: stylesheet.css 1739 2007-12-20 00:52:16Z hpdl $

  osCommerce, Open Source E-Commerce Solutions
  http://www.oscommerce.com

  Copyright (c) 2003 osCommerce

  Released under the GNU General Public License
*/

.boxText { font-family: Verdana, Arial, sans-serif; font-size: 10px; }
.errorBox { font-family : Verdana, Arial, sans-serif; font-size : 10px; background: #ffb3b5; font-weight: bold; }
.stockWarning { font-family : Verdana, Arial, sans-serif; font-size : 10px; color: #cc0033; }
.productsNotifications { background: #f2fff7; }
.orderEdit { font-family : Verdana, Arial, sans-serif; font-size : 10px; color: #70d250; text-decoration: underline; }

BODY {
  background: #ffffff;
  color: #000000;
  margin: 0px;
}
img
{  border-style: none;
}

A {
  color: #000000;
  text-decoration: none;
}

A:hover {
  color: #AABBDD;
  text-decoration: underline;
}

FORM {
        display: inline;
}

TR.header {
  background: #ffffff;
}

TR.headerNavigation {
  background: #bbc3d3;
}

TD.headerNavigation {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: #bbc3d3;
  color: #ffffff;
  font-weight : bold;
}

A.headerNavigation { 
  color: #FFFFFF; 
}

A.headerNavigation:hover {
  color: #ffffff;
}

TR.headerError {
  background: #ff0000;
}

TD.headerError {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  background: #ff0000;
  color: #ffffff;
  font-weight : bold;
  text-align : center;
}

TR.headerInfo {
  background: #00ff00;
}

TD.headerInfo {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  background: #00ff00;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
}

TR.footer {
  background: #bbc3d3;
}

TD.footer {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: #bbc3d3;
  color: #ffffff;
  font-weight: bold;
}

.infoBox {
  background: #b6b7cb;
}

.infoBoxContents {
  background: #f8f8f9;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

.infoBoxNotice {
  background: #FF8E90;
}

.infoBoxNoticeContents {
  background: #FFE6E6;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

TD.infoBoxHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  font-weight: bold;
  background: #bbc3d3;
  color: #ffffff;
}

TD.infoBox, SPAN.infoBox {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

TR.accountHistory-odd, TR.addressBook-odd, TR.alsoPurchased-odd, TR.payment-odd, TR.productListing-odd, TR.productReviews-odd, TR.upcomingProducts-odd, TR.shippingOptions-odd {
  background: #f8f8f9;
}

TR.accountHistory-even, TR.addressBook-even, TR.alsoPurchased-even, TR.payment-even, TR.productListing-even, TR.productReviews-even, TR.upcomingProducts-even, TR.shippingOptions-even {
  background: #f8f8f9;
}

TABLE.productListing {
  border: 1px;
  border-style: solid;
  border-color: #b6b7cb;
  border-spacing: 1px;
}

.productListing-heading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: #b6b7cb;
  color: #FFFFFF;
  font-weight: bold;
}

TD.productListing-data {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

A.pageResults {
  color: #0000FF;
}

A.pageResults:hover {
  color: #0000FF;
  background: #FFFF33;
}

TD.pageHeading, DIV.pageHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 20px;
  font-weight: bold;
  color: #9a9a9a;
}

TR.subBar {
  background: #f4f7fd;
}

TD.subBar {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #000000;
}

TD.main, P.main {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  line-height: 1.5;
}

TD.smallText, SPAN.smallText, P.smallText {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

TD.accountCategory {
  font-family: Verdana, Arial, sans-serif;
  font-size: 13px;
  color: #aabbdd;
}

TD.fieldKey {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

TD.fieldValue {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
}

TD.tableHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

SPAN.newItemInCart {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #ff0000;
}

CHECKBOX, INPUT, RADIO, SELECT {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
}

TEXTAREA {
  width: 100%;
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
}

SPAN.greetUser {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  color: #f0a480;
  font-weight: bold;
}

TABLE.formArea {
  background: #f1f9fe;
  border-color: #7b9ebd;
  border-style: solid;
  border-width: 1px;
}

TD.formAreaTitle {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

SPAN.markProductOutOfStock {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  color: #c76170;
  font-weight: bold;
}

SPAN.productSpecialPrice {
  font-family: Verdana, Arial, sans-serif;
  color: #ff0000;
}

SPAN.errorText {
  font-family: Verdana, Arial, sans-serif;
  color: #ff0000;
}

.moduleRow { }
.moduleRowOver { background-color: #D7E9F7; cursor: pointer; cursor: hand; }
.moduleRowSelected { background-color: #E9F4FC; }

.checkoutBarFrom, .checkoutBarTo { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #8c8c8c; }
.checkoutBarCurrent { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #000000; }

/* message box */

.messageBox { font-family: Verdana, Arial, sans-serif; font-size: 10px; }
.messageStackError, .messageStackWarning { font-family: Verdana, Arial, sans-serif; font-size: 10px; background-color: #ffb3b5; }
.messageStackSuccess { font-family: Verdana, Arial, sans-serif; font-size: 10px; background-color: #99ff00; }

/* input requirement */

.inputRequirement { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #ff0000; }

body { text-align: center}

.clear {
clear: left; 
line-height: 0; 
height: 0;
}

#menu {
width:100%;
background-color: #000000;
}

#thicktabs {
margin: 0;
padding: 0;
width: 100%;
font: bold 12px Tahoma;
background-color: #000000;
border-bottom: 0px solid #6f0c09; /*thick bottom border below tabs*/
border-top: 0px solid #6f0c09;
height: 26px;
}

#thicktabs li{
display: inline;
border-left:0px solid #DADADA;
}

#thicktabs li a{
float: left;
color: white;
padding: 6px 21px; /*padding of tabs*/ 
text-decoration: none;

border-left:1px solid white;
border-right:0px solid #6f0c09;
}

#thicktabs li a#leftmostitem{ /*Extra CSS for left most menu item*/
border-left: 0px solid #6f0c09; /*left border style*/
}

#thicktabs li a#rightmostitem{ /*Extra CSS for right most menu item*/
border-right: 0px solid #6f0c09; /*right border style*/
background-position: top left; /*Position background image to the left instead of default right, to hide indented underline for this link*/
}

#thicktabs li a:visited{
color: white;
}

#thicktabs li a:hover{
color: #cebd77;
background-image: url(../images/redbgover.gif); /*background image swap on hover*/
}

#thicktabs li a:active{
color: white;
background-image: url(../images/redbg.gif); /*background image swap on hover*/
}
#outerwrap {
        width:  950px;
        /*background: url(images/contentbg.gif) repeat-y top;*/
        margin: 0 auto;
        background-color: white;
}
#innerwrap {
        background-color: white;
        padding: 0 0px 0 0px;
        margin: 0 auto;
}
#body{
        padding: 0;
        background-color: white;
}

#body-content {
        background-color: white;
        text-align: left;
        margin-left: 5px;
}

#footer {
        background-color: #cebd77;
        /*background: url(images/footerbg.gif) no-repeat center top;*/
        margin: 0 auto;
        text-align: left;
        clear: both;
}
#footer-content{
        /*padding: 0 20px 0 13px;*/
}
#header {
        background-color: #FFFFFF;
        position: relative;
        background: url(http://www.awdtuning.com/images/background.png);
        background-repeat: repeat-x;
        margin: 0 auto;
        text-align: left;
        clear: both;
        height: 110px;
}
#header .logo {
        position: absolute;
        margin: 0; 
        padding: 0 0 0px 0;
        font: bolder 3.3em 'Trebuchet MS', Arial, Sans-serif;
        letter-spacing: -2px;
        color: #FFF;
        text-transform: none;
        
        /* change the values of top and left to adjust the position of the logo*/
        top: 0px; left: 0px;    
}

#header .links {
        position: absolute;
        margin: 0; padding: 0;
        color: #FFF;
        text-transform: none;
        top: 5px; right: 5px; 
}

#sidebar {
        float: left;
        width: 19.7%;
        height: 450px;
        margin-top: 9px;
        margin-left: 5px;
        margin-right: 5px;
        margin-bottom: 9px;
        border: 1px;
        border-color: #94864a;
        border-style: solid;    
}       
#main {
        background-color: white;
        float: left;
        width: 100%;
        height: 450px;
        margin-top: 9px;
        margin-left: 5px;
        margin-right: 5px;
        margin-bottom: 9px;
        border: 1px;
        border-color: #94864a;
        border-style: solid; 
}

#main img {
*margin: 0px 0px -5px; 0px;
}

#sidebarright{
        float: left;
        width: 20%;
        margin-top: 9px;
        margin-left: 5px;
        margin-right: 5px;
        margin-bottom: 9px;
        border: 1px;
        border-color: #94864a;
        border-style: solid;
        height: 450px;
}

#one{
        float: left;
        width: 460px;
        margin-top: 1px;
        margin-left: 5px;
        margin-right: 5px;
        margin-bottom: 9px;
        border: 1px;
        border-color: #94864a;
        border-style: solid;
        height: 600px;
}
#two{
        float: left;
        width: 225px;
        margin-top: 1px;
        margin-left: 5px;
        margin-right: 5px;
        margin-bottom: 9px;
        border: 1px;
        border-color: #94864a;
        border-style: solid;
        height: 155px;
}
#three{
        float: left;
        width: 220px;
        margin-top: 1px;
        margin-left: 5px;
        margin-right: 5px;
        margin-bottom: 9px;
        border: 1px;
        border-color: #94864a;
        border-style: solid;
        height: 155px;
}
#four{
        float: left;
        width: 225px;
        margin-top: 1px;
        margin-left: 5px;
        margin-right: 5px;
        margin-bottom: 9px;
        border: 1px;
        border-color: #94864a;
        border-style: solid;
        height: 155px;
}
#five{
        float: left;
        width: 456px;
        margin-top: 1px;
        margin-left: 5px;
        margin-right: 5px;
        margin-bottom: 9px;
        border: 1px;
        border-color: #94864a;
        border-style: solid;
        height: 431px;
}

#video-archive-main {
        background-color: white;
        float: left;
        width: 730px;
        height: 1200px;
        margin-top: 9px;
        margin-left: 5px;
        margin-right: 5px;
        margin-bottom: 9px;
        border: 1px;
        border-color: #94864a;
        border-style: solid; 
}
#customerreviews {
        background-color: white;
        float: left;
        width: 76%;
        height: 450px;
        margin-top: 9px;
        margin-left: 5px;
        margin-right: 5px;
        margin-bottom: 9px;
        border: 1px;
        border-color: #94864a;
        border-style: solid; 
}
#bluebar {
        /*padding: 2px 20px 2px 13px;   */
        background-color: #181852;

        
}

.style3 {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 11px;
        color: black;
}
a:link {
        color: #000000;
        text-decoration: none;
}
a:visited {
        text-decoration: none;
        color: #000000;
}
a:hover {
        text-decoration: underline;
        color: #000000;
}
a:active {
        text-decoration: none;
}
.style4 {font-weight: bold}
.style7 {font-size: 24px}
.style13 {font-size: 18px; color: #FFFFFF; }
.style15 {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 18px;
        color: #FFFFFF;
}

h4 {
background-color: #efece3;
text-align: left;
display:block;
color: #928346;
font-family: arial, verdana, helvetica, tahoma;
font-weight: bold;
font-size: 18px;
padding:2px 5px 2px 5px;
border-bottom: 1px solid #b8af88;
margin-top: 0px;
margin-bottom: 3px;
}

/* Dropdown menu styles*/
.slidetabsmenu{float:left;width:100%;font:bold 12px Tahoma;line-height:normal;border-bottom:0px solid gray;}
* html .slidetabsmenu{margin-bottom:1em;}

.slidetabsmenu ul{list-style-type:none;margin:0;padding:0;}
.slidetabsmenu li{display:inline;margin:0;padding:0;}
.slidetabsmenu a{float:left;margin-right: 5px;padding:0 0 0 9px;text-decoration:none;color:white;}
.slidetabsmenu a:visited{float:left;text-decoration:none;color:white;}
.slidetabsmenu a span {float:left;display:block;padding:2px 13px 2px 4px;font-weight:bold;color:#3B3B3B;}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
.slidetabsmenu a span {float:none;}
/* End IE5-Mac hack */
.slidetabsmenu a:visited span{color: white;}
.slidetabsmenu a:hover span, .slidetabsmenu li.selected a span{color: black;}
.slidetabsmenu a:hover, .slidetabsmenu li.selected a{background-position:0% -125px;}
.slidetabsmenu a:hover span, .slidetabsmenu li.selected a span{background-position:100% -125px;}

html>/**/body .IEonlybr{ /*None IE browsers hack*/
display: none; /*Hide BR tag in non IE browsers, since it's not needed*/
}

/* ######### Style for Drop Down Menu ######### */
.dropmenudiv_c{text-align:center;position:absolute;top:0;font-weight:bold;font-family:Tahoma,Helvetica,Arial;line-height:20px;z-index:100;background-color:#9f211f;font-size:12px;width:100px;visibility:hidden;}
.dropmenudiv_c a{width:auto;display:block;text-indent:2px;padding:2px 0px;text-decoration:none;background-color:#9f211f;color:white;}
.dropmenudiv_c a:visited{width:auto;display:block;text-decoration:none;color:white;background-color:#9f211f;}
* html .dropmenudiv_c a{width: 100%;}
.dropmenudiv_c a:hover{color: #cebd77;text-decoration:none;background-image: url(../images/redbgover.gif); /*background image swap on hover*/}

<!--[if IE]>
p.iepara{ /*Conditional CSS- For IE (inc IE7), create 1em spacing between menu and paragraph that follows*/
padding-top: 1em;
}
<![endif]-->

img
{  border-style: none;
}