/*
  $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
*/
/* susan
.boxText {  }
*/
.boxText {  color: #ffffff; background-color: #414750; }
.errorBox { background: #ff3000; font-weight: bold; }
.stockWarning { color: #cc0033; }
.productsNotifications { background: #595C66; }
.orderEdit { color: #70d250; text-decoration: underline; }

BODY {
  margin: 0px;
  background: #595C66;
}
BODY, P, B, I, LI, TD, SPAN, DIV, TEXTAREA, INPUT, SELECT, A  {
  font-family: Arial, Verdana, sans-serif;
  font-size: 11px;
}
BODY, P, B, I, LI, TD, SPAN, DIV {
  color: #ffffff;
}
TEXTAREA, INPUT, SELECT {
  color: #000000;
}

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

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

FORM {
	display: inline;
}

TR.header {
  background: #595C66;
}

TR.headerNavigation {
	background: #41434a;
	border-top: 1px #333 solid;
}

TD.headerNavigation {
	background: #41434a;
	border-top: 1px #333 solid;
	color: #ffffff;
	font-weight : bold;
}

A.headerNavigation { 
	color: #FFFFFF; 
	line-height: 18px;
}

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

TR.headerError {
	background: #ff0000;
}

TD.headerError {
  font-size: 12px;
  background: #ff0000;
  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: #595C66;
}

TD.footer {
  font-size: 10px;
  background: #595C66;
  color: #ffffff;
  font-weight: bold;
}

.infoBox {
	background: #414750;
	border: 1px #000 solid;
}

.infoBoxContents {
	background: #414750;
}

.infoBoxNotice {
	background: #414750;
}

.infoBoxNoticeContents {
	background: #414750;
}

TD.infoBoxHeading {
	font-weight: bold;
	background: #414750;
	color: #ffffff;
	border: 1px #000 solid;
}

TD.infoBox, SPAN.infoBox {
	background: #414750;
	color: #ffffff;
}

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

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

TABLE.productListing {
  border: 1px;
  border-style: solid;
  border-color: #b6b7cb;
  border-spacing: 1px;
}

.productListing-heading {
  background: #595C66;
  color: #FFFFFF;
  font-weight: bold;
}

TD.productListing-data {
}

A.pageResults {
  color: #FFFFFF;
}

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

A.downloadPkt {
  font-size: 12px;
  line-height: 1.5;
  color: #FFCC66;
  font-weight: bold;
}

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

TD.downloadMajor {
  font-size: 14px;
  font-weight: bold;
}

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

TR.subBar {
  background: #595C66;
}

TD.subBar {
  color: #ffffff;
}

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

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

TD.accountCategory {
  font-size: 14px;
  color: #ffffff;
}

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;
}

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

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

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

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

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

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

SPAN.productSpecialPrice {
  color: #ff0000;
}

SPAN.errorText {
  color: #ff0000;
}

.moduleRow { }
.moduleRowOver { background-color: #595C66; cursor: pointer; cursor: hand; }
.moduleRowSelected { background-color: #595C66; }

.checkoutBarFrom, .checkoutBarTo { color: #ffffff; }
.checkoutBarCurrent { color: #ffffff; }

/* message box */

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

/* input requirement */

.inputRequirement { color: #ffcc66; }
