/*
  $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
*/

.boxTextBigg { }
.boxTextBig { }
.errorBox {  background: #ffb3b5; font-weight: bold; }
.stockWarning { color: #FF0000; } 
.productsNotifications { background: #f2fff7; }
.orderEdit {  
color: #70d250; text-decoration: underline; }

BODY {
  background: #ffffff;
  color: #000000;
  margin: 0px;
  font-family : verdana, arial, helvetica, sans-serif;
  font-size: 11px;
}

h1{ FONT-WEIGHT: bold; COLOR: #F6F9FC;LETTER-SPACING: 1pt; TEXT-ALIGN: center; VERTICAL-ALIGN: top; margin-bottom:0px; margin-top:0px;}

td {
  font-size: 11px;
}

ul#category-list,
#category-list li {
	list-style: none;
	margin: 0;
	padding: 0;
}


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

A:hover {
	text-decoration: underline;
}
A.INLINE {
  color: #9ED9CA;
  text-decoration: underline;
}

A.INLINE:hover {
  color: #9ED9CA;
  text-decoration: none;
}
FORM {
	display: inline;
}

TR.header {
  background: #ffffff;
}

TR.headerNavigation {
  background: #9ED9CA;
}

TD.headerNavigation {
  background: #9ED9CA;
  color: #663300;
  font-weight : bold;
}

A.headerNavigation { 
  color: #FFFFFF; 
}

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

A.red { 
  color: #FF0000; 
  font-weight : bold;
  font-size: 14px;
}

A.red:hover {
  color: #FF0000;
  font-weight : bold;
  font-size: 14px;
}

TR.headerError {
  background: #ff0000;
}

TD.headerError {

  
  background: #ff0000;
  color: #663300;
  font-weight : bold;
  text-align : center;
}

TR.headerInfo {
  background: #00ff00;
}

TD.headerInfo {

  
  background: #00ff00;
  color: #663300;
  font-weight: bold;
  text-align: center;
}

TR.footer {
  background: #9ED9CA;
}

TD.footer {
  background: #9ED9CA;
  color: #663300;
  font-weight: bold;
  padding: 3px;
}

.infoBox 				{ background: #9ED9CA; }
.infoBoxContents 		{ background: #f8f8f9; }
.infoBoxNotice 			{ background: #FF8E90; }
.infoBoxNoticeContents 	{ background: #FFE6E6; }

TD.infoBoxHeading {
  padding: 3px;
  font-weight: bold;
  background: #9ED9CA;
  color: #663300;
}

TD.infoBox, SPAN.infoBox { }

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: #9ED9CA;
  border-spacing: 1px;
}

.productListing-heading {
  background: #9ED9CA;
  color: #663300;
  font-weight: bold;
}

TD.productListing-data {
  
}

A.pageResults {
  color: #0000FF;
}

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

A.link {
  color: #FEFDFD;
  font-size: 6px;
}

A.link:hover {
  color: #FEFDFD;
  /*background: #FFFF33;*/
  font-size: 6px;
}

TD.pageHeading, DIV.pageHeading {
  font-size: 1.3em;
  font-weight: bold;
  color: #663300;
}

TR.subBar {
  background: #f4f7fd;
}

TD.subBar {

  
  color: #663300;
}

TD.main, P.main {
  line-height: 1.5;
  color: #663300;
}

TD.smallText, SPAN.smallText, P.smallText {

  
}

TD.accountCategory {

  
  color: #aabbdd;
}

TD.fieldKey {

  
  font-weight: bold;
}

TD.fieldValue {

  
}

TD.tableHeading {

  
  font-weight: bold;
  color: #663300;

}

SPAN.newItemInCart {

  
  color: #ff0000;
}

CHECKBOX, INPUT, RADIO, SELECT {
}

TEXTAREA {
  width: 100%;
}

SPAN.greetUser {

  
  font-weight: bold;
}

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

TD.formAreaTitle {

  
  font-weight: bold;
}

SPAN.markProductOutOfStock {
  color: #ff0000;
  font-weight: bold;
}

SPAN.howwehelp {
  font-weight: bold;
}

SPAN.howwehelpBig {

  font-weight: bold;
}

SPAN.productSpecialPrice {

  color: #ff0000;
}

SPAN.errorText {

  color: #ff0000;
}

SPAN.errorText2 {

  color: #9ED9CA;
}

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

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

/* message box */

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

/* input requirement */

.inputRequirement {  color: #ff0000; }
