/*
  $Id: stylesheet.css,v 1.40 2002/01/11 22:36:46 dgw_ 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; font-size: 12px; }
.errorBox { font-family : verdana; font-size : 12px; background-color: #ffb3b5; font-weight: bold; }
.stockWarning { font-family : verdana; font-size : 12px; color: crimson; }

BODY {
  font-family : verdana;
  font-size : 12px;
  background-color: #000000;
  color: #333333; 
  margin: 0px;
}

A { 
  color: #5A5A5A;
  text-decoration: none; 
}

A:hover { 
  color: #FF0000;
  text-decoration: underline; 
}

FORM {
	display: inline;
}

TR.header {
  background-color: #FFFFFF;
  color: #333333;
  
}

TR.headerNavigation {
  background-color: #333333; 
}

TD.headerNavigation {
  font-family: verdana;
  font-size: 12px;
  background-color: #333333;
  font-weight : bold;
}

A.headerNavigation { 
  color: #FFFFFF; 
}

TR.headerError {
  background-color: #ff0000;
}

TD.headerError {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  background-color: #ff0000;
  color: #ffffff;
  font-weight : bold;
  text-align : center;
}

TR.headerInfo {
  background-color: #00ff00;
}

TD.headerInfo {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  background-color: #00ff00;
  color: #ffffff;
  font-weight : bold;
  text-align : center;
}

TR.footer {
  background-color : #bbc3d3;
}

TD.footer {
  font-family : verdana;
  font-size : 12px;
  background-color : #333333;
  color : #FFFFFF;
  font-weight : bold;
}

TABLE.infoBox {
  background-color: #EDEDED;
}

TABLE.infoBoxContents {
  background-color: #C0BEBE;
  font-family : verdana;
font-size : 12px;
}

TD.infoBoxHeading {
  font-family: verdana;
  font-size: 12px;
  background-color : #333333;
  color: #FFFFFF;
font-weight : bold;
}

TD.infoBoxHeading2 {
  font-family: verdana;
  font-size: 12px;
  color: #000000;
}

TD.infoBox, SPAN.infoBox {
  font-family : verdana;
  font-size : 12px;
}

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-color : #F7F7F7;
}

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-color : #E7F0FF;
}

TR.productListing-heading {
  background-color : #333333;
color : #FFFFFF
}

TD.productListing-heading {
  font-family : verdana;
  font-size : 12px;
  background-color : #333333;
  color : DW_LISTTOPFONTCOLOR;
  font-weight : bold;
  font-variant : small-caps;
}

TD.productListing-data {
  font-family : verdana;
  font-size : 12px;
}

A.pageResults { 
  color: #0000FF; 
}

A:hover.pageResults { 
  color: #0000FF; 
  background-color: #FFFF33; 
}

TD.pageHeading, DIV.pageHeading {
  font-family : verdana;
  font-size : 20px;
  font-weight : bold;
  color: #999898;
}

TR.subBar {
  background-color : #f4f7fd;
}

TD.subBar {
  font-family : verdana;
  font-size : 12px;
  color : #000000;
}

TD.main, P.main {

  font-family : verdana;

  font-size : 11px;
  line-height : 1.5;
}

TD.smallText, SPAN.smallText {
  font-family : verdana;
  font-size : 12px;
}

TD.accountCategory {
  font-family : verdana;
  font-size : 13px;
  color : #aabbdd;
}

TD.fieldKey {
  font-family : verdana;
  font-size : 12px;
  font-weight : bold;
}

TD.fieldValue {
  font-family : verdana;
  font-size : 12px;
}

TD.tableHeading {
  font-family : verdana;
  font-size : 12px;
  font-weight : bold;
}

SPAN.newItemInCart {
  font-family : verdana;
  font-size : 12px;
  color : #ff0000;
}

CHECKBOX, INPUT, RADIO, SELECT {
  font-family : verdana;
  font-size : 11px;
}

TEXTAREA {
  width: 100%;
  font-family : verdana;
  font-size : 11px;
}

SPAN.greetUser {

  font-family : verdana;
  font-size : 12px;
  color : #333333;
  font-weight : bold;
}

TABLE.formArea {
  background-color : %DW_GREETCOLOR%;
  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;
  color: #ff0000;
}

TD.checkoutBar {
  font-family : verdana;
  font-size : 12px;
  color: #aabbdd;
}

SPAN.checkoutBarHighlighted {
  font-family : verdana;
  font-size : 12px;
  color: #000000;
}