/*
  $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
*/

.boxText { font-family: Arial; font-size: 10pt }
.errorBox { font-family : Arial; font-size : 10pt; background: #ffb3b5; font-weight: bold; }
.stockWarning { font-family : Arial; font-size : 10pt; color: #cc0033; }
.productsNotifications { background: #f2fff7; }
.orderEdit { font-family : Arial; font-size : 10pt; color: #70d250; text-decoration: none; }

BODY {
  color: #000000;
  margin: 0pt; 
  font-family:Arial; 
  font-size:10pt 
}

A {
  color: #000000;
  font-size:10pt; 
  font-family:Arial; 
  text-decoration:underline 
}

A:hover {
  color: #ffffff;
  font-size:10pt; 
  font-family:Arial; 
  text-decoration:none 
}

A.headerNavigation { 
  color: #ffffff;
  font-family: Arial;
  font-size: 16px; 
  font-style: none;
  font-weight: none;
  text-decoration:none 
}

a:hover.headerNavigation {
  color: #ffffff;
  font-family: Arial;
  font-size: 16px; 
  font-style: none;
  font-weight: none;
  text-decoration:none 
}

TD.header1 {
  font-family: Arial;
  font-size: 16pt;
  background: #638dbb;
  color: #ffffff;
  font-weight : none;
}

TD.header2 {
  font-family: Arial;
  font-size: 14pt;
  background: #638dbb;
  color: #ffffff;
  font-weight : none;
} 

TD.header3 {
  font-family: Arial;
  font-size: 12pt;
  background: #638dbb;
  color: #ffffff;
  font-weight : bold;
} 

TD.header4 {
  font-family: Arial;
  font-size: 16pt;
  background: #a3ad94;
  color: #000000;
  font-weight : bold;
} 

A.footer { 
  color: #000000;
  font-size:9pt; 
  font-style:none; font-family:Arial; font-weight:none 
}

a:hover.footer {
  color: #ffffff;
  font-size:9pt; 
  font-style:none
}

table.body {
  color: #000000;
  font-family:Arial; 
  font-size:10pt 
}

TD.headerError {
  font-family: Arial;
  font-size: 10pt;
  background: #ff0000;
  color: #ffffff;
  font-weight : none;
  text-align : center;
}

TR.headerInfo {
  background: #5F4330;
}

TD.headerInfo {
  font-family: Arial;
  font-size: 10pt;
  background: #5F4330;
  color: #ffffff;
  font-weight: none;
  text-align: center; height:20
}