/*
  $Id: stylesheet.css,v 1.47 2002/06/11 19:49:51 hpdl 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: 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; }

BODY {
  background: White;
  color: #000000;
  margin: 0px;
}

A { 
  color: #993333; 
  text-decoration: none;
  font-weight : bolder;
 }

A:hover { 
  color: Red; 
  text-decoration: underline;
}

FORM {
	display: inline;
}

TR.header {
  background: #527B94;
}

TR.headerNavigation {
  background: #990000;
}

TD.headerNavigation {
  font-family: Arial, "Times New Roman", serif;
  font-size: 1px;
  background: #993333;
  color: #ffffff;
}

A.headerNavigation { 
  color: #FFFFFF;
   font-size : 14px;
   font-weight : bold;
}

A.footerNavigation { 
  color: Black;
   font-size : 22px;
   font-weight : bold;
}

A.footerNavigation:hover { 
  color: #990000;
   font-size : 22px;
   font-weight : bold;
}

A.headerNavigation:hover {
  color: #ffffff;
}

TD.main, P.main {
  font-family: inherit, "Times New Roman", serif;
  font-size: 14px;
  line-height: 1.5;
  color : Black;
   padding-bottom : 12;
  padding-left : 24;
  padding-right : 24;
  padding-top : 12;
}

DIV.SectionTitle {
 font-family: inherit, "Times New Roman", serif;
 font-size: 18px;
 color : Black;
font-weight : bold;
}


TD.tableHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

TABLE.redborder {
	  background: #DCDCDC;
  border-color: #993333;
  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;
}

TD.checkoutBar {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #aabbdd;
}

TD.indexSections {
  font-family: serif;
  font-size: 14	px;
  color: Black;
  background-color : White;
  width : 310px;
  padding-bottom : 8;
  padding-left : 8;
  padding-right : 8;
  padding-top : 8;
    border-spacing : 8px;
    }

	TD.welcomeSections {
  font-family: serif;
  font-size: 14	px;
  color: Black;
  background-color : White;
  width : 660px;
  padding-bottom : 8;
  padding-left : 8;
  padding-right : 8;
  padding-top : 8;
    border-spacing : 8px;
    }
	
	TD.expertiseSections {
  font-family: serif;
  font-size: 14	px;
  color: Black;
  background-color : White;
  padding-bottom : 8;
  padding-left : 8;
  padding-right : 2;
  padding-top : 8;
    border-spacing : 8px;
    }
	
SPAN.checkoutBarHighlighted {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #000000;
}
