/*
  $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: 12px; background: #ffb3b5; font-weight: bold; }
.stockWarning { font-size: 12px; color: #cc0033; }
.productsNotifications { background: #f2fff7; }
.orderEdit { font-size: 12px; color: #70d250; text-decoration: underline; }
A { color: #2F3B87; }
A:hover { color: #EE8934; }
FORM { display: inline; }
TR.header { background: #fff; }
TR.headerNavigation { background: #D6DFE8; }
TD.headerNavigation { font-size: 12px; background: #1D2349; color: #fff; font-weight: bold; padding: 6px; }
A.headerNavigation { color: #fff; }
A.headerNavigation:hover { color: #fff; }
TR.headerError { background: #ff0000; }
TD.headerError { font-size: 12px; background: #f00; color: #fff; font-weight: bold; text-align: center; }
TR.headerInfo { background: #0f0; }
TD.headerInfo { font-size: 12px; background: #0f0; color: #fff; font-weight: bold; text-align: center; }
TR.footer { background: #D6DFE8; }
TD.footer { font-size: 12px; background: #D6DFE8; color: #fff; font-weight: bold; }
.infoBox { background: #b6b7cb; }
.infoBoxContents { background: #F4F5E7; font-size:11px; }
table.infoBoxContents { padding: 5px; }
.infoBoxNotice { background: #FF8E90; }
.infoBoxNoticeContents { background: #FFE6E6; font-size: 12px; }
TD.infoBoxHeading { font-size: 11px; font-weight: bold; background: #B6B7CB; color: #000; }
TD.infoBox, SPAN.infoBox { font-size: 12px; }
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: #F4F5E7; }
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: #F4F5E7; }
TABLE.productListing { border: 1px; border-style: solid; border-color: #b6b7cb; border-spacing: 1px; }
.productListing-heading { font-size: 12px; background: #b6b7cb; color: #fff; font-weight: bold; }
TD.productListing-data { font-size: 12px; }
A.pageResults { color: #0000FF; }
A.pageResults:hover { color: #0000FF; background: #FFFF33; }
TD.pageHeading, DIV.pageHeading { padding-top:10px; font-size: 20px; font-weight: bold; color: #000080; }
TR.subBar { background: #f4f7fd; }
TD.subBar { font-size: 12px; color: #000; }
TD.smallText, SPAN.smallText, P.smallText { font-size: 12px; }
TD.accountCategory { font-size: 13px; color: #aabbdd; }
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: 12px; color: #ff0000; }
CHECKBOX, INPUT, RADIO, SELECT { font-size: 12px; }
TEXTAREA { width: 100%; font-size: 12px; }
SPAN.greetUser { color: #EE8934; 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: #D7E9F7; cursor: pointer; cursor: hand; }
.moduleRowSelected { background-color: #E9F4FC; }
.checkoutBarFrom, .checkoutBarTo { font-size: 12px; color: #8c8c8c; }
.checkoutBarCurrent { font-size: 12px; color: #000; }
.smallText a > img { margin: 5px 10px; -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; -moz-box-shadow: 2px 2px 4px #777; -webkit-box-shadow: 2px 2px 4px #777; box-shadow: 2px 2px 4px #777; }

/* message box */
.messageBox { font-size: 12px; }
.messageStackError, .messageStackWarning { font-size: 12px; background-color: #ffb3b5; }
.messageStackSuccess { font-size: 12px; background-color: #99ff00; }

/* input requirement */
.inputRequirement { font-size: 12px; color: #ff0000; }

