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

form {display: inline;}

tr.header {
  background: #ffffff;
}

tr.headerNavigation {
  background: #adadad;
}

td.headerNavigation {
  background: #adadad;
  color: #ffffff;
  font-weight : bold;
}

a.headerNavigation, a.headerNavigation:hover {
  color: #ffffff;
}

td.headerError {
  background: #ff0000;
  color: #ffffff;
  font-weight : bold;
  text-align : center;
}

tr.headerInfo {
  background: #00ff00;
}

td.headerInfo {
  background: #00ff00;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
}

tr.footer {
  background: #adadad;
}

td.footer {
  background: #adadad;
  color: #ffffff;
  font-weight: bold;
}

.infoBox {
  background: #b6b7cb;
  margin:0 0 20px;
 }
 
.infoBoxNotice {
  background: #FF8E90;
}

.infoBoxNoticeContents {
  background: #FFE6E6;
}

td.infoBoxHeading {
  font-weight: bold;
  background: #adadad;
  color:#6b0e0e;
  line-height:1.3em;
  text-align: center;
}

tr.accountHistory-odd, tr.addressBook-odd, tr.alsoPurchased-odd, tr.payment-odd, tr.productListing-odd, tr.productReviews-odd, tr.upcomingProducts-odd, tr.shippingOptions-odd,
tr.accountHistory-even, tr.addressBook-even, tr.alsoPurchased-even, tr.payment-even, tr.productListing-even, tr.productReviews-even, tr.upcomingProducts-even, tr.shippingOptions-even,
.infoBoxContents
{
  background: #f8f8f9;
}

table.productListing {
  border: 1px;
  border-style: solid;
  border-color: #b6b7cb;
}

.productListing-heading {
  background: #adadad;
  color: #FFFFFF;
  font-weight: bold;
}
.productListing-data { text-align:center; }


a.pageResults {
  color: #0000ff;
}

a.pageResults:hover {
  color: #0000FF;
  background: #FFFF33;
}

tr.subBar {
  background: #f4f7fd;
}


td.accountCategory {
  color: #aabbdd;
}

td.fieldKey, td.formAreaTitle, td.tableHeading {
  font-weight: bold;
}

textarea {
  width: 80%;
}

span.greetUser {
  color: #6b0e0e;
  font-weight: bold;
}

table.formArea {
  background: #f1f9fe;
  border-color: #7b9ebd;
  border-style: solid;
  border-width: 1px;
}
span.markProductOutOfStock {
  color: #c76170;
  font-weight: bold;
}

span.productSpecialPrice, span.errorText, .inputRequirement, span.newItemInCart, tr.headerError {
  color: #ff0000;
}

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

.checkoutBarFrom, .checkoutBarTo {color: #8c8c8c; }
.checkoutBarCurrent { color: #000000; }

/* message box */

.messageStackError, .messageStackWarning {background-color: #ffb3b5; }
.messageStackSuccess {background-color: #99ff00; }
