/*
  $Id: stylesheet.css 1739 2007-12-20 00:52:16Z hpdl $

  osCommerce, Open Source E-Commerce Solutions
  http://www.oscommerce.com

  Copyright (c) 2003 osCommerce

  Released under the GNU General Public License
*/

.boxText { 
}

.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 {
}

A {
  color: #000000;
  text-size: 11px; 
  text-decoration: none;
}

A:hover {
  color: #1414FF;
  text-style: bold;
  text-decoration: underline;
}

FORM {
  display: inline;            
}

TR.header {
  background: #FFFFF0;
}

TR.headerNavigation {
  background: #FAF3EA;
  text-align: center;
}

TD.headerNavigation {
  font-family: Georgia;
  font-size: 13px;
  background: #FAF3EA;
  color: #862D2D;
  border: 4px;
  border-style: outset;
  border-color: #FFFFF0;
  border-spacing: 4px
  padding-color: #FFFFFF;
  font-weight : bold;
}

A.headerNavigation { 
  color: #862D2D; 
}

A.headerNavigation:hover {
  color: #FAF6F0;
}

TR.headerError {
  background: #ff0000;
}

TD.headerError {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  background: #ff0000;
  color: #862D2D;
  font-weight : bold;
  text-align : center;
}

TR.headerInfo {
  background: #00ff00;
}

TD.headerInfo {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  background: #00ff00;
  color: #862D2D;
  font-weight: bold;
  text-align: center;
}

TR.footer {
  background: #B9C7D5;
  
}

TD.footer {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  background: #996633;
  border: 3px;
  border-color: #EED5BA;
  border-style: outset;
  border-spacing: 3px;
  color: #ffffff;
  font-weight: bold;
}




.infoBox {
  background: #FAF3EA;
  border: 1px;
  border-color: #F8F8F9;
  border-style: solid;
  border-spacing: 1px;
}

.infoBoxContents {
  background: #FAF6F0;
  font-family: Verdana, Arial;
  font-size: 11px;
  font-color: #000000;
  line-height: 1.5;
}

.infoBoxNotice {
  background: #FF8E90;
}

.infoBoxNoticeContents {
  background: #F2F2F2;
  font-family: Verdana, Arial;
  font-size: 11px;
  font-color: #000000;
}

TD.infoBoxHeading {
  font-family: Verdana, Arial;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  background: #FAF3EA;
  color: #862D2D;
  line-height: 1.5;

  
}

TD.infoBox, SPAN.infoBox {
  font-family: Verdana, Arial;
  font-size: 12 px;
}


TR.accountHistory-odd, 
TR.addressBook-odd, 
TR.alsoPurchased-odd, 
TR.payment-odd, 

TR.productListing-odd,
{
  background: #F4ECDD;
}
TR.productReviews-odd, 
TR.upcomingProducts-odd, 
TR.shippingOptions-odd 
{
  background: #f8f8f9;
}

TR.accountHistory-even, 
TR.addressBook-even, 
TR.alsoPurchased-even, 
TR.payment-even, 
TR.productListing-even, 
{
  background: #FAF3EA;
}
TR.productReviews-even, 
TR.upcomingProducts-even, 
TR.shippingOptions-even {
  background: #F8F8F9;
}

TABLE.productListing {
  border-style: solid;
  border-width: 4px;
  border-color: #FFFFFF; 
}

.productListing-heading {
  font-family: Verdana;
  font-size: 13px;
  background: #BE8961;
  color: #FFFFFF;
  font-weight: bold;
}

TD.productListing-data {
  font-family: Verdana;
  font-size: 11px;
  font-color: #000000;
  border-style: solid;
  border-width: 1px;
  border-color: #FFFFFF;
}
  

A.pageResults {
  color: #000000;
}

A.pageResults:hover {
  color: #000000;
  background: #FFFFFF;
}

TD.pageHeading, DIV.pageHeading {
  font-family: Ariel;
  font-size: 16px;
  font-weight: bold;
  color: #996633;
  text-align: center;
}

TR.subBar {
  background: #330033;
}

TD.subBar {
  font-family: Ariel;
  font-size: 10px;
  color: #000000;
}

TD.main, P.main {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  line-height: 1.5;
}

TD.smallText, SPAN.smallText, P.smallText {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

TD.accountCategory {
  font-family: Verdana, Arial, sans-serif;
  font-size: 13px;
  color: #aabbdd;
}

TD.fieldKey {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

TD.fieldValue {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
}

TD.tableHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  font-weight: bold;
}

SPAN.newItemInCart {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  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: 11px;
}

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

TABLE.formArea {
  background: #fffff0;
  border-color: #E7EBEF;
  border-style: outset;
  border-width: 2px;
}

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: #CC0033;
  font-weight: bold;
}

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

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: 11px; 
  color: #336699; }
.checkoutBarCurrent { font-family: Verdana, Arial, sans-serif; 
  font-size: 11px; 
  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; }
