
/*
  $Id: stylesheet.css,v 1.56 2003/06/30 20:04:02 hpdl Exp $

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

  #006600

  Released under the GNU General Public License
*/

.boxText    { font-size: 12px }
.errorBox   { font-size: 12px }
.stockWarning   { color: #cc0033; font-size: 12px }
.productsNotifications { background: #f2fff7; }
.orderEdit     { font-size: 12px; text-decoration: underline }

FORM {
	display: inline;
}

TR.header {
  background: #ffffff;
}

TR.headerNavigation      { color: #1A4F7A; font-size: 13px }

TD.headerNavigation    { color: #1a4f7a; font-size: 13px }

A.headerNavigation     { color: #1a4f7a; font-size: 13px }

A.headerNavigation:hover      { color: #1a4f7a; font-size: 13px; text-decoration: underline }
A.headerNavigation:visited      { color: #1a4f7a; font-size: 13px }
TR.headerError {
  background: #ff0000;
}

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

TR.headerInfo   { font-size: 13px; background: #1a4f7a }

TD.headerInfo     { color: #ffffff; font-size: 13px; font-weight: bold; background: #2c5987; text-align: center }

TR.footer {
  background: #1A4F7A;
}

TD.footer    { color: #ffffff; font-size: 12px; font-weight: bold; background: #1a4f7a }

.infoBox   { color: #ffffe0; font-size: 12px; background: #1a4f7a }

.infoBoxContents    { font-size: 12px; background: #f8f8f9 }

.infoBoxNotice  { font-size: 12px; background: #ff8e90 }

.infoBoxNoticeContents    { font-size: 12px; background: #ffe6e6 }

TD.infoBoxHeading    { color: #ffffff; font-size: 13px; font-weight: bold; line-height: 25px; background: #1a4f7a }
A.infoBoxHeading  { color: #ffffff; font-size: 13px; font-weight: bold; background: #1a4f7a }
A.infoBoxHeading:hover  { color: #ffffff; font-size: 13px; font-weight: bold; text-decoration: underline; background: #1a4f7a }
A.infoBoxHeading:visited  { color: #ffffff; font-size: 13px; font-weight: bold; background: #1a4f7a }
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: #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: 1px;
  border-style: solid;
  border-color: #2c5987;
  border-spacing: 1px;
}

.productListing-heading     { color: #ffffff; font-size: 13px; font-weight: bold; background: #1a4f7a }
A.productListing-heading:link  { color: #ffffff; font-size: 13px; font-weight: bold; background: #1a4f7a }
A.productListing-heading:hover  { color: #ffffff; font-size: 13px; font-weight: bold; text-decoration: underline; background: #1a4f7a }

TD.productListing-data     { font-size: 12px }

A.pageResults {
  color: #0000FF;
}

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

TD.pageHeading, DIV.pageHeading       { color: #1a4f7a; font-size: 18px; font-weight: bold }

TR.subBar {
  background: #f4f7fd;
}

TD.subBar    { color: #000000; font-size: 12px }

TD.main, P.main     { font-size: 13px; line-height: 1.5 }

TD.smallText, SPAN.smallText, P.smallText     { font-size: 12px }

TD.accountCategory   { color: #aabbdd; font-size: 13px; }

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

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

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

SPAN.newItemInCart    { color: #ff0000; font-size: 12px }

CHECKBOX, INPUT, RADIO, SELECT    { font-size: 12px }

TEXTAREA    { font-size: 12px; width: 100% }

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

TABLE.formArea {
  background: #f1f9fe;
  border-color: #1A4F7A;
  border-style: solid;
  border-width: 1px;
}

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

SPAN.markProductOutOfStock   { color: #c76170; font-size: 12px; font-weight: bold }
TABLE.price   { background-color: #cbdbe5; border: solid 1px black }


SPAN.pricecrossout   { color: #000; font-size: 18px; font-weight: normal; text-decoration: line-through }
SPAN.productSpecialPrice    { color: #c1272d; font-weight: bold; line-height: 24px }
SPAN.pricematch  { color: #C1272D; font-weight: bold; line-height: 15px }
SPAN.errorText {
  color: #ff0000;
}

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

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

/* message box */

.messageBox    { font-size: 12px }
.messageStackError, .messageStackWarning    { font-size: 12px; background-color: #ffb3b5 }
.messageStackSuccess      { color: #ffffe0; font-size: 12px; background-color: #1a4f7a }

/* input requirement */

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

.imagesBoxContents    { font-size: 12px }



