/*
  $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: 12px; line-height: 14px; }
.errorBox { font-size : 10px; background: #ffb3b5; font-weight: bold; }
.stockWarning { font-size : 10px; color: #cc0033; }
.productsNotifications { background: #f2fff7; }
.orderEdit { font-size : 10px; color: #70d250; text-decoration: underline; }

BODY { background: #FFFAE0; color: #808183; font-size: 12px; font-family: Arial, Helvetica, verdana, sans-serif; margin: 0; }

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

A:hover {
  text-decoration: underline;
}

FORM {
	display: inline;
}

TR.header {
  background: #ffffff;
}

TR.header1 {
  background: #ffffff;
  background-image: url(/catalog/images/pfname-bktile.jpg); 
  background-position: 0 top;
}

TR.headerNavigation { background: #2fa568; height: 30px; }

TD.headerNavigation {
  font-size: 13px;
  background: #cc6600;
  color: #ffffff;
  font-weight : bold;
}

A.headerNavigation { 
  color: #FFFFFF; 
}

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

TR.headerError {
  background: #ff0000;
}

TD.headerError {
  font-size: 12px;
  background: #c73829;
  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: #cc6600; height: 30px; }

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

.infoBox {
  background: #cc6600;
}

.infoBoxContents { background: #fdf5e6; font-size: 12px; padding: 0; }

}

.infoBoxContents01 { background: #ffffff; font-size: 12px; padding: 0; }



.infoBoxNotice {
  background: #FF8E90;
}

.infoBoxNoticeContents {
  background: #ffffff;
  font-size: 10px;
}

TD.infoBoxHeading { font-size: 12px; font-weight: bold; background: #ffc643; color: #000000; height: 30px; }

TD.infoBox, SPAN.infoBox {
  font-size: 10px;
}

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

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

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

.productListing-heading { font-size: 10px; background: #ffc643; color: #000000; text-transform: uppercase; }

TD.productListing-data {
  font-size: 10px;
}

TD.productListing-data2 {
  font-size: 12px;
}

A.pageResults {
  color: #c73829;
}

A.pageResults:hover {
  color: #c73829;
  background: #ffff33;
}

TD.pageHeading, DIV.pageHeading {
  font-size: 20px;
  font-weight: bold;
}

TR.subBar {
  background: #f4f7fd;
}

TD.subBar {
  font-size: 10px;
}

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

TD.smallText, SPAN.smallText, P.smallText { font-size: 10px; padding: 8px; }

TD.accountCategory {
  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 {
  font-size: 10px;
  color: #2fa568;
}

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

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

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

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

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

SPAN.markProductOutOfStock {
  font-size: 12px;
  font-weight: bold;
}

SPAN.productSpecialPrice {
  color: #2fa568;
}

SPAN.errorText {
  color: #2fa568;
}

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

.checkoutBarFrom, .checkoutBarTo { font-size: 10px; }
.checkoutBarCurrent { font-size: 10px; }

/* message box */

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

/* input requirement */

.inputRequirement { font-size: 10px; color: #2fa568; }
TD.infoBoxHeading img { visibility: hidden; }
