/*
  $Id: stylesheet.css,v 1.42 2002/01/29 12:21:15 jan0815 Exp $

  osCommerce, Open Source E-Commerce Solutions
  http://www.oscommerce.com

  Copyright (c) 2001 osCommerce

  Released under the GNU General Public License
*/

.boxText      {
              font-family: Verdana, Arial, sans-serif; 
              font-size: 11 px; 
              padding-left: 0 px;
}
.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: crimson; }


BODY  { color: #000000; background-color: #EDEDED; margin-top: 10px; margin-left: 10px; scrollbar-3dlight-color: Silver; scrollbar-arrow-color: White; scrollbar-base-color: darkorange; scrollbar-darkshadow-color: Black; scrollbar-face-color: #990033; scrollbar-highlight-color: Silver; scrollbar-shadow-color: Black; scrollbar-track-color: Silver }

FONT  { font-family: Verdana, Arial, sans-serif; font-size: 11 px; padding-left: 0 px;
              
A       {  color: #666666; text-decoration: none; }
A:hover {  color: #660000; text-decoration: none; }

FORM    {  display: inline; }

TR.header {  background: orange; }

TR.headerNavigation {
  
}

TD.headerNavigation  { color: #990033; font-weight: bold; font-size: 10px; font-family: Verdana, Arial, sans-serif; }

A.headerNavigation       { color: #990033; }
A.headerNavigation:hover { color: #990033; }

TR.headerError {
  background: #ff0000;
}

TD.headerError {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  background: #ff0000;
  color: #DCD4EA;
  font-weight : bold;
  text-align : center;
}

TR.headerInfo {
  background: #DCD4EA, color:#C40000;
}

TD.headerInfo {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  background: #00ff00;
  color: #DCD4EA;
  font-weight: bold;
  text-align: center;
}

TR.footer {

}

TD.footer {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: darkorange; 
  color: #DCD4EA;
  font-weight: bold;
}

/* TABLE.infoBox            { border: solid 1px #e9e9e9 } */

TABLE.infoBoxContents    { font-size: 10px; font-family: Verdana, Arial, Helvetica, sans-serif }


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: #aabbdd;
}

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: #C9D3E9;
}

TR.productListing-heading  { background-color: #94ABB9 }

TD.productListing-heading  { color: #000000; font-weight: bold; font-size: 20px; font-family: Verdana }

TD.productListing-data  { font-size: 10px; border: solid 0px #000000 border: inset 1px }; font-family: Verdana, Arial, sans-serif; background-color: #e9e9e9 }


}

TD.pageHeading, DIV.pageHeading  { color: #336; font-style: italic; font-size: 20px; font-family: Arial }

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;

}

TABLE.formArea  { background-color: #f8f8ff; border: solid 1px #336 }

}

FORM {
  border: 0px 
  margin-left: 0px; 
  margin-right: 0px; 
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 0px;
}
