/*
  $Id: stylesheet.css,v 1.50 2002/11/02 03:06:05 hpdl Exp $

  osCommerce, Open Source E-Commerce Solutions
  http://www.oscommerce.com

  Copyright (c) 2001 osCommerce

  Released under the GNU General Public License
*/

.boxText { }
.errorBox { background: #ffb3b5; font-weight: bold; }
.stockWarning { color: #cc0033; }
.productsNotifications { background: #f2fff7; }

form { display: inline; }
checkbox, input, radio, select { }
textarea { width: 100%; }

tr.header { background: #ffffff; }

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

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

tr.headerError { background: #ff0000; }
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: #bbc3d3; }
td.footer { background: #bbc3d3; color: #ffffff; font-weight: bold; }

table.infoBox { border: 1px solid #f65fad; }
.infoBox { background: #fef5fb; }
.infoBox tr td { color: #808080; }
.infoBoxContents { background-color: #fef5fb; }
.infoBoxNotice { background-color: #FF8E90; }
.infoBoxNoticeContents { background-color: #fef5fb; }
td.infoBoxHeading { font-weight: bold; background-color: #bbc3d3; color: #ffffff; }

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

tr.productListing-heading { background-color: #d2e9fb; }
td.productListing-heading { background-color: #d2e9fb; color: #000000; font-weight: bold; font-variant: small-caps; }

td.productListing-data { }

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

td.pageHeading, div.pageHeading { font-weight: bold; color: #9a9a9a; }

tr.subBar { background: #f4f7fd; }
td.subBar { color: #000000; }

td.main, p.main { line-height: 1.5; }

td.accountCategory { color: #aabbdd; }

td.fieldKey { font-weight: bold; }
td.fieldValue { }

td.tableHeading { font-weight: bold; }

span.newItemInCart { color: #ff0000; }

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

table.formArea { background-color: #fef5fb /*#f1f9fe*/; border: 1px solid #f65fad /*#7b9ebd*/; }

td.formAreaTitle { font-weight: bold; }

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

span.productSpecialPrice { color: #ff0000; }

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

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