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

BODY  { color: #000000; background: #fff; margin: 0 }

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

A:hover {
  color: #AABBDD;
  text-decoration: underline;
}

FORM {
	display: inline;
}

TR.header {
  background: #ffffff;
}

TR.headerNavigation {
  background: #bbc3d3;
}

TD.headerNavigation   { color: #ffffff; font-size: 10px; font-family: courier, Arial, sans-serif; font-weight: bold; background: #000000 }

A.headerNavigation { 
  color: #FFFFFF; 
}

A.headerNavigation:hover {
  color: #ffffff;
}

TR.headerError {
  background: #ff0000;
}

TD.headerError  { color: #ffffff; font-size: 12px; font-family: courier, Arial, sans-serif; font-weight: bold; background: #ff0000; text-align: center }

TR.headerInfo {
  background: #00ff00;
}

TD.headerInfo  { color: #ffffff; font-size: 12px; font-family: courier, Arial, sans-serif; font-weight: bold; background: #00ff00; text-align: center }

TR.footer  { background: #000000 }

TD.footer   { color: #ffffff; font-size: 10px; font-family: courier, Arial, sans-serif; font-weight: bold; background: #000000 }

.infoBox  { background: #000000 }

.infoBoxContents  { font-size: 10px; font-family: courier, Arial, sans-serif; background: #f8f8f9 }

.infoBoxNotice {
  background: #FF8E90;
}

.infoBoxNoticeContents  { font-size: 10px; font-family: courier, Arial, sans-serif; background: #ffe6e6 }

TD.infoBoxHeading   { color: #ffffff; font-size: 10px; font-family: courier, Arial, sans-serif; font-weight: bold; background: #000000 }

TD.infoBox, SPAN.infoBox  { font-size: 10px; font-family: courier, Arial, sans-serif }

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

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

TABLE.productListing  { border: solid 1px #000000; border-spacing: 1px }

.productListing-heading   { color: #ffffff; font-size: 10px; font-family: courier, Arial, sans-serif; font-weight: bold; background: #000000 }

TD.productListing-data  { font-size: 10px; font-family: courier, Arial, sans-serif }

A.pageResults {
  color: #0000FF;
}

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

TD.pageHeading, DIV.pageHeading   { color: #000000; font-size: 20px; font-family: courier, Arial, sans-serif; font-weight: bold }

TR.subBar {
  background: #f4f7fd;
}

TD.subBar  { color: #000000; font-size: 10px; font-family: courier, Arial, sans-serif }

TD.main, P.main  { font-size: 11px; font-family: courier, Arial, sans-serif; line-height: 1.5 }

TD.smallText, SPAN.smallText, P.smallText  { font-size: 10px; font-family: courier, Arial, sans-serif }

TD.accountCategory   { color: #000000; font-size: 13px; font-family: courier, Arial, sans-serif }

TD.fieldKey  { font-size: 12px; font-family: courier, Arial, sans-serif; font-weight: bold }

TD.fieldValue  { font-size: 12px; font-family: courier, Arial, sans-serif }

TD.tableHeading  { font-size: 12px; font-family: courier, Arial, sans-serif; font-weight: bold }

SPAN.newItemInCart  { color: #ff0000; font-size: 10px; font-family: courier, Arial, sans-serif }

CHECKBOX, INPUT, RADIO, SELECT  { font-size: 11px; font-family: courier, Arial, sans-serif }

TEXTAREA  { font-size: 11px; font-family: courier, Arial, sans-serif; width: 100% }

SPAN.greetUser  { color: #f0a480; font-size: 12px; font-family: courier, Arial, sans-serif; font-weight: bold }

TABLE.formArea  { background: #f1f9fe; border: solid 1px #000000 }

TD.formAreaTitle  { font-size: 12px; font-family: courier, Arial, sans-serif; font-weight: bold }

SPAN.markProductOutOfStock  { color: #c76170; font-size: 12px; font-family: courier, Arial, sans-serif; font-weight: bold }

SPAN.productSpecialPrice  { color: #ff0000; font-family: courier, Arial, sans-serif }

SPAN.errorText  { color: #ff0000; font-family: courier, Arial, sans-serif }

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

.checkoutBarFrom, .checkoutBarTo  { color: #8c8c8c; font-size: 10px; font-family: courier, Arial, sans-serif }
.checkoutBarCurrent  { color: #000000; font-size: 10px; font-family: courier, Arial, sans-serif }

/* message box */

.messageBox  { font-size: 10px; font-family: courier, Arial, sans-serif }
.messageStackError, .messageStackWarning  { font-size: 10px; font-family: courier, Arial, sans-serif; background-color: #ffb3b5 }
.messageStackSuccess  { font-size: 10px; font-family: courier, Arial, sans-serif; background-color: #99ff00 }

/* input requirement */

.inputRequirement  { color: #ff0000; font-size: 10px; font-family: courier, Arial, sans-serif }
