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

.boxText { font-family:Arial,sans-serif; font-size:10px; }

.errorBox { background:#f0d58c none repeat scroll 0 0; font-family:Arial,sans-serif; font-size:10px; font-weight:bold; }
.stockWarning { color:#CC0033; font-family:Arial,sans-serif; font-size:10px; }
.productsNotifications { background:#F2FFF7 none repeat scroll 0 0; }
.orderEdit { color:#70D250; font-family:Arial,sans-serif; font-size:10px; text-decoration:underline; }

body {
  background:#000000 none repeat scroll 0 0;
  color:#f0d58c;
  margin:0;
}
a {
  color:#f0d58c;
  text-decoration:none;
}
a:hover {
  color:#f0d58c;
  text-decoration:underline;
}
form {
  display:inline;
}
tr.header {
  background:#000000 none repeat scroll 0 0;
}
tr.headerNavigation {
  background:#970401 none repeat scroll 0 0;
}
td.headerNavigation {
  background:#970401 none repeat scroll 0 0;
  color:#f0d58c;
  font-family:Arial,sans-serif;
  font-size:10px;
  font-weight:bold;
}
a.headerNavigation {
  color:#f0d58c;
}
a.headerNavigation:hover {
  color:#f0d58c;
}
tr.headerError {
  background:#FF0000 none repeat scroll 0 0;
}
td.headerError {
  background:#FF0000 none repeat scroll 0 0;
  color:#FFFFFF;
  font-family:Arial,sans-serif;
  font-size:12px;
  font-weight:bold;
  text-align:center;
}
tr.headerInfo {
  background:#00FF00 none repeat scroll 0 0;
}
td.headerInfo {
  background:#00FF00 none repeat scroll 0 0;
  color:#FFFFFF;
  font-family:Arial,sans-serif;
  font-size:12px;
  font-weight:bold;
  text-align:center;
}
tr.footer {
  background:#970401 none repeat scroll 0 0;
}
td.footer {
  background:#970401 none repeat scroll 0 0;
  color:#000000;
  font-family:Arial,sans-serif;
  font-size:10px;
}
.infoBox {
  background:#970401 none repeat scroll 0 0;
}
.infoBoxContents {
  background:#500b03 none repeat scroll 0 0;
  font-family:Arial,sans-serif;
  font-size:10px;
}
.infoBoxNotice {
  background:#FF8E90 none repeat scroll 0 0;
}
.infoBoxNoticeContents {
  background:#500b03 none repeat scroll 0 0;
  font-family:Arial,sans-serif;
  font-size:10px;
}
td.infoBoxHeading {
  background:#970401 none repeat scroll 0 0;
  color:#f0d58c;
  font-family:Arial,sans-serif;
  font-size:10px;
  font-weight:bold;
}
td.infoBox, span.infoBox {
  font-family:Arial,sans-serif;
  font-size:10px;
}
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:#500b03 none repeat scroll 0 0;
}
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:#500b03 none repeat scroll 0 0;
}
table.productListing {
  border:1px solid #97040;
  border-spacing:1px;
}
.productListing-heading {
  background:#97040 none repeat scroll 0 0;
  color:#f0d58c;
  font-family:Arial,sans-serif;
  font-size:10px;
  font-weight:bold;
}
td.productListing-data {
  font-family:Arial,sans-serif;
  font-size:10px;
}
a.pageResults {
  color:#0000FF;
}
a.pageResults:hover {
  background:#FFFF33 none repeat scroll 0 0;
  color:#0000FF;
}
td.pageHeading, div.pageHeading {
  color:#970401;
  font-family:Arial,sans-serif;
  font-size:18px;
  font-weight:bold;
}
tr.subBar {
  background:#F4F7FD none repeat scroll 0 0;
}
td.subBar {
  color:#000000;
  font-family:Arial,sans-serif;
  font-size:10px;
}
td.main, p.main {
  font-family:Arial,sans-serif;
  font-size:11px;
  line-height:1.5;
}
td.smallText, span.smallText, p.smallText {
  font-family:Arial,sans-serif;
  font-size:10px;
}
td.accountCategory {
  color:#AABBDD;
  font-family:Arial,sans-serif;
  font-size:13px;
}
td.fieldKey {
  font-family:Arial,sans-serif;
  font-size:12px;
  font-weight:bold;
}
td.fieldValue {
  font-family:Arial,sans-serif;
  font-size:12px;
}
td.tableHeading {
  font-family:Arial,sans-serif;
  font-size:12px;
  font-weight:bold;
}
span.newItemInCart {
  color:#FF0000;
  font-family:Arial,sans-serif;
  font-size:10px;
}
checkbox, input, radio, select {
  font-family:Arial,sans-serif;
  font-size:11px;
}
textarea {
  font-family:Arial,sans-serif;
  font-size:11px;
  width:100%;
}
span.greetUser {
  color:#f0d58c;
  font-family:Arial,sans-serif;
  font-size:12px;
  font-weight:bold;
}
table.formArea {
  background:#500b03 none repeat scroll 0 0;
  border:1px solid #970401;
}
td.formAreaTitle {
  font-family:Verdana,Arial,sans-serif;
  font-size:12px;
  font-weight:bold;
}
span.markProductOutOfStock {
  color:#500b03;
  font-family:Arial,sans-serif;
  font-size:12px;
  font-weight:bold;
}
span.productSpecialPrice {
  color:#FF0000;
  font-family:Arial,sans-serif;
}
span.errorText {
  color:#FF0000;
  font-family:Arial,sans-serif;
}
.moduleRow {
}
.moduleRowOver {
  background-color: #f4322d;
  cursor: pointer;
}
.moduleRowSelected {
  background-color: #970401;
}
.checkoutBarFrom, .checkoutBarTo {
  color:#970401 ;
  font-family:Arial,sans-serif;
  font-size:10px;
}
.checkoutBarCurrent {
  color:#000000;
  font-family:Arial,sans-serif;
  font-size:10px;
}
.messageBox {
  font-family:Arial,sans-serif;
  font-size:10px;
}
.messageStackError, .messageStackWarning {
  background-color: #ff0000;
  font-family:Arial,sans-serif;
  font-size:10px;
}
.messageStackSuccess {
  background-color: #99FF00;
  color: #000000;
  font-family:Arial,sans-serif;
  font-size:10px;
}
.inputRequirement {
  color:#FF0000;
  font-family:Arial,sans-serif;
  font-size:10px;
}

