/*
  $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: 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;
}

A {
  color: #15740B;
  text-decoration: none;
}

A:hover {
  color: #0A4211;
  text-decoration: underline;
  font-weight: bold;
}


td{
 font-family: tahoma,verdana,arial;
 font-size: 11px;
 color: #565859;
}

 .ch3{
 border-left: #C7C7C7 1px solid;
 border-right: #C7C7C7 1px solid;
 }

 .ch4{
 font-size: 11px;
 color: #1C92CB;
 font-weight: bold;
 text-decoration: none; 
 }

 
 .ch6{
 font-size: 10px;
 color: #707173;
 }

 .image_border{
  border:1px solid #B3B2B2; 
 }


