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

.errorBox {
  font-size : 11px;
  background: #ffb3b5;
  font-weight: bold;
}
.stockWarning {
  font-size : 11px;
  color: #cc0033;
}
.productsNotifications { 
  background-color: #FBFBFC;
  border-color: #999999; 
}
.orderEdit {
  font-size : 11px;
  color: #FF6868;
  text-decoration: underline;
}

bory {
  background: #ffffff;
  color: #000000;
  margin: 0px;
}

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

a:hover {
  color: #FFB515;
  text-decoration: underline;
}

form {
	display: inline;
}

tr.header {
  background: #ffffff;
}

tr.headerError {
  background: #ff0000;
}

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

tr.headerInfo {
  background: #00ff00;
}

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

tr.footer {
  background: #bbc3d3;
}

td.footer {
  font-size: 11px;
  background: #bbc3d3;
  color: #ffffff;
  font-weight: bold;
}

.infoBox {
  background: #FBFBFC;
  border: medium double #CCCCCC;
}

.infoBoxContents {
  background: #FBFBFC;
  font-size: 11px;
}

.infoBoxNotice {
  background: #FF8E90;
}

.infoBoxNoticeContents {
  background: #FFE6E6;
  font-size: 11px;
}
/*
td.infoBoxHeading {
  font-size: 11px;
  font-weight: bold;
  background: #bbc3d3;
  color: #ffffff;
}
*/
td.infoBox, span.infoBox {
  font-size: 11px;
}

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

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

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

.productListing-heading {
  font-size: 11px;
  background: #999999;
  color: #FFFFFF;
  font-weight: bold;
}

td.productListing-data {
  font-size: 11px;
}

a.pageResults {
  color: #000000;
}

a.pageResults:hover {
  color: #000000;
}

td.pageHeading, div.pageHeading {
  font-size: 20px;
  font-weight: bold;
  color: #9a9a9a;
  padding: 5px 10px 0px;
}

tr.subBar {
  background: #f4f7fd;
}

td.subBar {
  font-size: 10px;
  color: #000000;
}

td.main, p.main {
  font-size: 11px;
  line-height: 1.5;
}

td.smallText, span.smallText, p.smallText {
  font-size: 11px;
}

td.accountCategory {
  font-size: 13px;
  color: #FFB515;
}

td.fieldKey {
  font-size: 12px;
  font-weight: bold;
}

td.fieldValue {
  font-size: 12px;
}

td.tableHeading {
  font-size: 12px;
  font-weight: bold;
}

span.newItemInCart {
  font-size: 11px;
  color: #ff0000;
}

checkbox, input, radio, select {
  font-size: 11px;
}

textarea {
  width: 100%;
  font-size: 11px;
}

span.greetUser {
  font-size: 12px;
  color: #f0a480;
  font-weight: bold;
}

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

td.formAreaTitle {
  font-size: 12px;
  font-weight: bold;
}

span.markProductOutOfStock {
  font-size: 12px;
  color: #c76170;
  font-weight: bold;
}

span.productSpecialPrice {
  color: #ff0000;
}

span.errorText {
  color: #ff0000;
}

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

.checkoutBarFrom, .checkoutBarTo { font-size: 11px; color: #8c8c8c; }
.checkoutBarCurrent { font-size: 11px; color: #000000; }

/* message box */

.messageBox { font-size: 11px; }
.messageStackError, .messageStackWarning { font-size: 11px; background-color: #ffb3b5; }
.messageStackSuccess { font-size: 11px; background-color: #99ff00; }

/* input requirement */

.inputRequirement { font-size: 10px; color: #ff0000; }
