/*
  $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 { font-family: arial; font-size:small; }
.errorBox { font-family: arial; font-size : small; background: #ffb3b5; font-weight: bold; }
.stockWarning { font-family: arial; font-size: small; color: #cc0033; }
.productsNotifications { background: #f2fff7; }
.orderEdit { font-family: arial; font-size : small; color: #70d250; text-decoration: underline; }

BODY {
  background: #fffceb;
  margin: 5px;
}

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

A:hover {
  color: #02be02;
  text-decoration: underline;
}

FORM {
	display: inline;
}



TR.headerNavigation {
background: #ebe1c8;

}

TD.headerNavigation {
  font-family: arial;
  font-size:1.2em;
  color: #3f3013;
}

A.headerNavigation { 
  color: #3f3013; 
}

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

TR.headerError {
  background: #ff0000;
}

TD.headerError {
  font-family: arial, Arial, Arial, sans-serif;
  font-size: 1.05em;
  background: #ff0000;
  color: #3f3013;
  font-weight : bold;
  text-align : center;
}

TR.headerInfo {
  background: #00ff00;
}

TD.headerInfo {
  font-family: arial, Arial, Arial, sans-serif;
  font-size: 1.2em;
  background: #336633;
  color: #3f3013;
  font-weight: bold;
  text-align: center;
}

TR.footer {
  background: #336633;
  height: 30px;
}

TD.footer {
  font-family: arial;
  font-size: small;
  background: #336633;
  color: #ebe1c8;
  font-weight: bold;
}

.infoBox {
  background: #ebe1c8;
}

.infoBoxContents {
  background: #fffceb;
  font-family: arial;
  font-size: small;
}

.infoBoxNotice {
  background: red;
}

.infoBoxNoticeContents {
  background: #fffceb;
  font-family: Arial;
  font-size: small;
}

TD.infoBoxHeading {
  font-family: Arial;
  font-size: 1.06em;
    background: #ebe1c8;
  color: #3f3013;
text-align:center;
}
infoBoxHeading {
border-top-width: thick;
border-bottom-width: thick;
border-color: #F00;
}

TD.infoBox, SPAN.infoBox {
  font-family: arial;
  font-size: small;
}

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: #fffceb;
}

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: #fffceb;
}

TABLE.productListing {
  border: 1px;
  border-style: solid;
  border-color: #b3a381;
  border-spacing: 1px;
  
}

.productListing-heading {
  font-family: arial;
  font-size: small;
  color: #336633;
  font-weight: bold;
  
}

TD.productListing-data {
  font-family: arial;
  font-size: small;

}

A.pageResults {
  color: #fffceb;
}

A.pageResults:hover {
  color: #0000FF;
  background: #fffceb;
}

TD.pageHeading, DIV.pageHeading {
  font-family: arial;
  font-size: 1.1em;
  font-weight: bold;
  color: #336633;
}

TR.subBar {
  background: #00F;
}

TD.subBar {
  font-family: Arial, Arial, sans-serif;
  font-size: small;
  color: #000000;
}

TD.main, P.main {
  font-family: arial;
  font-size: small;
  line-height:1.5;
}

TD.smallText, SPAN.smallText, P.smallText {
  font-family: arial;
  font-size: small;
}

TD.accountCategory {
  font-family: arial;
  font-size: 1.1em;
  color: #aabbdd;
}

TD.fieldKey {
  font-family: arial;
  font-size: 1.1em;
  font-weight: bold;
}

TD.fieldValue {
  font-family: arial;
  font-size: 1.1em;
}

TD.tableHeading {
  font-family: arial;
  font-size: 1.2em;
  font-weight: bold;
}

SPAN.newItemInCart {
  font-family: arial;
  font-size: small;
  color: #ff0000;
}

CHECKBOX, INPUT, RADIO, SELECT {
  font-family: arial;
  font-size: 1.1em;
}

RADIO {
	font-weight:400;
}

TEXTAREA {
  width: 100%;
  font-family: arial;
  font-size: small;
}

SPAN.greetUser {
  font-family: Arial, Arial, sans-serif;
  font-size:1.1em;
  font-weight:400;
  color: #336633;
}

TABLE.formArea {
  background: #fffceb;
  border-color: #533419;
  border-style: solid;
  border-width: 1px;
}

TD.formAreaTitle {
  font-family: arial, Arial, Arial, sans-serif;
  font-size: 1.1em;
  font-weight: bold;
}

SPAN.markProductOutOfStock {
  font-family: arial, Arial, Arial, sans-serif;
  font-size: small;
  color: #c76170;
  font-weight: bold;
}

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

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

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

.checkoutBarFrom, .checkoutBarTo { font-family: Arial, Arial, sans-serif; font-size: small; color: #ebe1c8; }
.checkoutBarCurrent { font-family: Arial, Arial, sans-serif; font-size: small; color: #000000; }

/* message box */

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

/* input requirement */

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