/*
  $Id: stylesheet.css,v 1.56 2003/06/30 20:04:02 hpdl Exp $

  osCommerce, Open Source E-Commerce Solutions
  http://www.oscommerce.com

  Copyright (c) 2003 osCommerce

  Released under the GNU General Public License
*/
#list-menu {
/*width: 190px;
 this width value is also effected by
the padding we will later set on the links. */
}
#list-menu ul {
margin: 0;
padding: 0;
list-style-type: none;
font-family: verdana, arial, sanf-serif;
font-size: 12px;
}
#list-menu li {
margin: 0px 0 0;
}

#list-menu a {
display: block;
width: 180px;
padding: 0px 0px 0px 0px;
border: 0px solid #000000;
background: #505050;
text-decoration: none; /*lets remove the link underlines*/
}

#list-menu a:link,
#list-menu a:active,
#list-menu a:visited {
color: #FFFFFF;
}

#list-menu a:hover {
/*border: 1px solid #000000;*/
background: red;
color: #ffffff;
font-weight: bolder;
}

#list-menu2 {
width: 180px; 
 /* this width value is also effected by
the padding we will later set on the links. */
}
#list-menu2 ul {
margin: 0;
padding: 0;
list-style-type: none;
font-family: verdana, arial, sanf-serif;
font-size: 12px;
}
#list-menu2 li {
margin: 0px 0 0;
}

#list-menu2 a {
display: block;
width: 180px;
padding: 0px 0px 0px 0px;
border: 0px solid #505050;
background: #505050;
text-decoration: none; /*lets remove the link underlines*/
}

#list-menu2 a:link,
#list-menu2 a:active,
#list-menu2 a:visited {
color: #ffffff;
}

#list-menu2 a:hover {
/*border: 0px solid #000000;*/
background: red;
color: #ffffff;
font-weight: bolder;
}

#logo {
border-top: 1px solid #000066;
background-color: #000066;
color: #ffffff;
}
#logo h1 {
font-family: Verdana, sans-serif;
font-size: 200%;
padding-left: 10px;
}
/* ----- Pure CSS tabs start here ----- */
#nav ul {
display: block;
list-style: none outside;
padding: 1;
margin: 0 0 0 0;
font-family:  sans-serif; /* Verdana, */
font-size: 75%;

}
#nav li {
padding: 2px;
margin: 0 2px 0px 0;
border-top: 0px solid #505050; /*cecbc6;*/
border-right: 0px solid #505050;
border-left: 0px solid #505050;
background-color: #191919;
color: #ffffff;
/*font-weight: bold; */
font-size: 80%; 
/* the next 4 lines are magic */
display: block;
float: left;
position: relative;
/*top: -1.32em; */
top: -0.001em;
}
#nav a:link,
#nav a:visited {
background-color: #505050;
color: #ffffff;
text-decoration: none;
padding-left: 1px;
padding-right: 1px;
/*font-weight: bold;*/
}
#nav a:hover {
background-color: red;
/* color: #76787b; */
color: #ffffff;
font-weight: bold;
}
#navclear {
display: none;
}
body #navclear {
display: block;
clear: both;
}
/* ----- now highlight active tab based on body @class attribute ----- */
body.index #nav li#nav-index a,
body.about #nav li#nav-about a,
body.products #nav li#nav-products a,
body.payment #nav li#nav-payment a,
body.shipping #nav li#nav-shipping a,
body.contact_us #nav li#nav-contact_us a,
body.login #nav li#nav-login a, 
body.cart #nav li#nav-cart a,
body.logout #nav li#nav-logout a,
body.empty #nav1 li#nav-empty a
{
background-color: #ffffff;
color: #000000;
}


.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 {
  font-family: verdana, arial, sanf-serif;
  
  background: #191919;
  color: #ffffff;
  top-margin: 0px;
  left-margin: 0px;
  right-margin: 0px;


}

A.categories {
  color: #ffffff;
}

A.categories:hover {
  color: #ffffff;
  text-decoration: none;
}

A {
  color: #ffffff;
  text-decoration: none;
}

A2 {
  color: #505050;
  text-decoration: none;
}

A:hover {
  color: #d8d8d8;
  text-decoration: underline;
  font-weight: bold;
}

A2:hover {
  color: #0C0C0C;
  text-decoration: underline;
  font-weight: bold;
}

FORM {
	display: inline;
}



TR.header {
  background: #ffffff;
}

TR.headerNavigation {
  background: #76787B;
}

TD.headerNavigation {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: #76787B;
  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: #505050;
}

TD.headerInfo {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  background: #505050;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
}

TR.footer {
  background: #505050;
}

TD.footer {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: #505050;
  color: #ffffff;
  font-weight: bold;
}

.infoBox {
  background: #505050;
}

.infoBoxContents {
/*  background: #E0DBD3;*/
 background: #505050;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #ffffff;
}

.infoBoxNotice {
  background: #505050;
}

.infoBoxNoticeContents {
  background: #FFE6E6;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
    color: #d8d8d8;
}

TD.infoBoxHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  font-weight: bold;
  /* background: #BBC3D3;*/
  background: #CECBC6;
  color: #000000;
}

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: #D9D9DC; */
background: #505050; 
}

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: #505050;
}

TABLE.productListing {
 /* border: 10px; */
  border-style: solid;
 /* border-color: #b6b7cb; */
border-color: #505050;
  border-spacing: 10px;
}

.productListing-heading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: #76787B;
  color: #d8d8d8;
  font-weight: bold;
}

TD.productListing-data {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  font-weight: bold;
  color: #ffffff;
}

A.pageResults {
  color: #FFFFFF;
}

A.pageResults:hover {
  color: #d8d8d8;
  background: #191919;
}

TD.pageHeading, DIV.pageHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 20px;
  font-weight: bold;
  color: #ffffff;
}

TR.subBar {
  background: #f4f7fd;
}

TD.subBar {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #000000;
}

TD.main{
  font-size: 12px;
  line-height: 1.5;
 /* color: #76787B;  */
color: #ffffff;
}


TD.main2{
  font-size: 12px;
  line-height: 1.5;
 /* color: #76787B;  */
color: #ffffff;
}



P.main {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  line-height: 1.5;
  color: #ffffff;
}

TD.smallText, SPAN.smallText, P.smallText {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #ffffff;
}

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; }

