/*
  $Id: stylesheet.css,v 1.58 2003/12/04 14:12:16 hpdl Exp $

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

  Copyright (c) 2003 osCommerce

  Released under the GNU General Public License

  March 14, 2004.
  - Change TR.header background color.
  - Change body background color.
  - Change hover from white to black on header menu.
  March 16, 2004.
  - Add TD.textinfo for all text information.
  March 21, 2004.
  - Add TD.fonthead to support Menu, About Us and etc.
  May 02, 2004.
  - Modify A.hover for shopping_cart on column_right.
  May 03, 2004.
  - Add SPAN.trayNavigation for food tray.
  May 08, 2004.
  - Add FONT.productListing-option for option listbox.
  - Add color to listbox.
  - TD.main change font from 11px to 13px and no need line-height.
  - Add productListing-listbox for color in the box.
  May 14, 2004.
  - Remove background of .infoBox for contact_us.php
  May 26, 2004.
  - Remove background of .infoBoxContents for shopping_cart.php
  - Change background color of TABLE.productListing for shopping_cart.php (table line around).
  - Change background color of .productListing-heading for shopping_cart.php
  - Change background color of productListing-even and odd for shopping_cart.php
  - Make productListing-head special one for productListing.php page because it conflict with
   .productListing-heading on shopping_cart.php
*/

.boxText { font-family: Verdana, Arial, sans-serif; font-size: 10px; }
.errorBox { font-family : Verdana, Arial, sans-serif; font-size : 10px; background: #ffb3b5; font-weight: bold; }
.stockWarning { font-family : Verdana, Arial, sans-serif; font-size : 10px; color: #cc0033; }
.productsNotifications { background: #f2fff7; }
.orderEdit { font-family : Verdana, Arial, sans-serif; font-size : 10px; color: #70d250; text-decoration: underline; }

BODY {
  /* background: #ffffff; */
  background: #995c0a;
  color: #000000;
  margin: 0px;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

/* Joe add on March 21, 2004 */
TD.fonthead {
  //font-family: times new roman,times,serif;
  font-family: Verdana, Arial, sans-serif;
  font-size: 24px;
  font-weight: bold;
  font-style: italic;
  color: #ba720d;
}

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

/* Joe modify on May 05, 2004 */
/* Because of Shopping Cart column_right */
A:hover {
  /* color: #AABBDD; */
  /* color: blue; */
  text-decoration: underline;
}

FORM {
	display: inline;
}

// Joe modify on March 14, 2004
TR.header {
  // background: #ffffff;
  background: #995c0a;
}

TR.headerNavigation {
  background: #bf7b15;
}

TD.headerNavigation {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  background: #bf7b15;
  color: #ffffff;
  font-weight : bold;
}

A.headerNavigation { 
  color: #FFFFFF; 
}

/* March 14, 2004. Joe change to black. */
A.headerNavigation:hover {
  color: #000000;
  text-decoration: none;
}

/* May 03, 2004. Joe add it. */
SPAN.trayNavigation { 
  color: #FFFFFF; 
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
}

SPAN.trayNavigation:hover {
  color: #000000;
  text-decoration: none;
}

TD.foodNavigation {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  background: #f4b254;
  color: #ffffff;
  font-weight : bold;
  vertical-align: top;
}

A.foodNavigation { 
  color: #FFFFFF; 
}

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


/* Why do we need it
TD.textinfo {
  font-family: Verdana, Arial, sans-serif;
  font-size: 13px;
  color: #5f431d;
}
*/

A.textinfo {
  color: #ffffff;
  text-decoration: none;
}

A.textinfo:hover {
  color: #000000;
}

TD.textinfo {
  font-family: Verdana, Arial, sans-serif;
  font-size: 14px;
  color: #5f431d;
  font-weight : normal;
}

TR.headerError {
  background: #ff0000;
}

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

TR.headerInfo {
  background: #00ff00;
}

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

A.footerNavigation {
  color: #FFFFFF;
}

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

TR.footer {
  background: #bf7b15;
}

TD.footer {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  background: #bf7b15;
  color: #ffffff;
  font-weight: bold;
  vertical-align: top;
}

/* May 14, 2004. Remove it.
.infoBox {
  background: #b6b7cb;
}
*/

/* May 26, 2004. */
.infoBoxContents {
  /* background: #e4ac58; */
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

.infoBoxNotice {
  background: #FF8E90;
}

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

TD.infoBoxHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  font-weight: bold;
  background: #bbc3d3;
  color: #ffffff;
  vertical-align: top;
}

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

/* May 26, 2004.  It is original of below statement. Remove TR.productListing-odd.
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;
}
*/

/* May 26, 2004. */
TR.productListing-odd, TR.productListing-even {
  /* background: #e4ac58; */
  background: rgb(237, 199, 141);
}

TR.accountHistory-odd, TR.addressBook-odd, TR.alsoPurchased-odd, TR.payment-odd, TR.productReviews-odd, TR.upcomingProducts-odd, TR.shippingOptions-odd {
  background: #f8f8f9;
}

/* May 26, 2004.  It is original of below statement. Remove TR.productListing-odd.
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;
}
*/

TR.accountHistory-even, TR.addressBook-even, TR.alsoPurchased-even, TR.payment-even, TR.productReviews-even, TR.upcomingProducts-even, TR.shippingOptions-even {
  background: #f8f8f9;
}

/* May 26, 2004 */
TABLE.productListing {
  border: 1px;
  border-style: solid;
  /* border-color: #b6b7cb; */
  border-color: #995c0a;
  border-spacing: 1px;
}

/* May 26, 2004 */
.productListing-heading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 14px;
  /* background: #b6b7cb; */
  background: #d6850f;
  color: #000000;
  font-weight: normal;
}

/* May 26, 2004.  Make special one for productListing.php page because it conflict with
   .productListing-heading on shopping_cart.php */
TD.productListing-head {
  font-family: Verdana, Arial, sans-serif;
  font-size: 14px;
  /* background: #b6b7cb; */
  color: #000000;
  font-weight: normal;
}

FONT.productListing-data {
  font-family: Verdana, Arial, sans-serif;
  font-size: 13px;
  color: #663333;
}

TD.productListing-data {
  font-family: Verdana, Arial, sans-serif;
  font-size: 13px;
  color: #000000;
}

/* Add on May 08, 2004 */
FONT.productListing-options {
  font-family: Verdana, Arial, sans-serif;
  font-size: 13px;
  color: #000000;
}

/* Add on May 08, 2004 */
SELECT.productListing-listbox {
  font-family: Verdana, Arial, sans-serif;
  font-size: 13px;
  color: #663333;
  solid rgb(228, 172, 88); 
  background: rgb(237, 199, 141) none repeat scroll 0%; 
  -moz-background-clip: initial; 
  -moz-background-origin: initial;
}

A.pageResults {
  color: #0000FF;
}

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

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

TR.subBar {
  background: #f4f7fd;
}

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

/* Modify on 08, 2004. */
TD.main, P.main {
  font-family: Verdana, Arial, sans-serif;
  font-size: 13px;
  /* line-height: 1.5; */
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* message box */

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

/* input requirement */

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

.messageStack {
  margin: 5px;
  font-size: 10px;
  color: #465584;
  background-color: #FFFCF5;
  border-width: 1px;
  border-style: dotted;
}

