/*
  $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
*/


H3   {
  color: #660000;
  text-decoration: none;
  font-family: Verdana, Arial, sans-serif;
  font-size: 16px;
  font-weight : bold;

}
BODY {
  background: #ffffff;
  color: #000000;
  margin: 0px;
  font-size: 12px;
	FONT-FAMILY: Verdana;
        SCROLLBAR-FACE-COLOR: #DDDDDD;
        SCROLLBAR-HIGHLIGHT-COLOR: #CCCCCC;
        SCROLLBAR-ARROW-COLOR: ##0033CC;
        SCROLLBAR-TRACK-COLOR: #0033CC;
        SCROLLBAR-BASE-COLOR: #0033CC
}


A { color: #0033CC; text-decoration: none; font-family: Verdana, Arial, sans-serif;  font-size: 11px; font-weight : bold; }
A:hover { color: ##FF66FF; text-decoration: none; font-family: Verdana, Arial, sans-serif; font-size: 11px; font-weight : bold;}

FORM {
	display: inline;
}

TD {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  color: #000000;
}
CHECKBOX, INPUT, RADIO, SELECT {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
}

TEXTAREA {
  width: 100%;
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
}

SPAN.greetUser {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  color: #f0a480;
  font-weight: bold;
}

TABLE.formArea {
  background: #f1f9fe;
  border-color: #7b9ebd;
  border-style: solid;
  border-width: 1px;
}

TD.formAreaTitle {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  color: #660000;
}

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;
}

SPAN.errorText {
  font-family: Verdana, Arial, sans-serif;
  color: #ff0000;
}

.moduleRow { }
.moduleRowOver { background-color: #D7E9F7; cursor: pointer; cursor: hand; }
.moduleRowSelected { background-color: #E9F4FC; }

.checkoutBarFrom, .checkoutBarTo { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #8c8c8c; }
.checkoutBarCurrent { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #000000; }

/* message box */

.messageBox { font-family: Verdana, Arial, sans-serif; font-size: 10px; }
.messageStackError, .messageStackWarning { font-family: Verdana, Arial, sans-serif; font-size: 10px; background-color: #ffb3b5; }
.messageStackSuccess { font-family: Verdana, Arial, sans-serif; font-size: 10px; background-color: #99ff00; }

/* input requirement */

.inputRequirement { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #ff0000; }
