/*
  $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    { color:#707070; font-size: 13px;}
.errorBox { font-size:12px; background: #ffb3b5; font-weight: bold; }
.stockWarning { font-size:12px; color: #cc0033; }
.productsNotifications  { background: #ddd }
.orderEdit { font-size:12px; color: #000; text-decoration: underline; }


TR.header {
  background: #ffffff;
}

TR.headerNavigation  { background: #ce3131 }

TD.headerNavigation     { color: #ffffff; font-size: 9px; font-weight: bold; background-color: #113075; border-top: 3px solid #fff }

A.headerNavigation { 
  color: #FFFFFF; 
}

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

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

.infoBox   { background-image: none; background-repeat: repeat; background-attachment: scroll; background-position: 0 0;}

.infoBoxContents    { color:#1e509c; font-size:12px;text-decoration:none; }

.infoBoxContents .listlink    { color:#707070;display:block;padding:0 5px; margin:3px 0;border-bottom:1px solid #ccc;}
.infoBoxContents .listlink:hover    { color:#444;border-bottom:1px solid #999;text-decoration:none;}

.infoBoxNotice {
  background: #FF8E90;
}

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

TD.infoBoxHeading     { 
padding:0 0 10px 0;
font-size:16px;
color:#1e509c;
font-weight:bold;
}

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

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

.productListing-heading  { color: #ffffff; font-size: 12px; font-weight: bold; line-height: 100%; background: #1141ad }

TD.productListing-data  { padding:5px;font-size: 12px; border-bottom: 1px #003a8e }

A.pageResults {
  color: #004bb0;
}

A.pageResults:hover {
  color: #000;
}

TD.pageHeading, DIV.pageHeading      { 
margin:0 0 10px 0;
padding:0;
font-size:16px;
color:#1e509c;
font-weight:bold;
 }

TR.subBar {
  background: #f4f7fd;
}

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

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

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

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

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: 12px;
  font-weight:bold;
  color: #333;
}

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

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

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

TABLE.formArea {
  background: #f1f9fe;
  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: #D7E9F7; cursor: pointer; cursor: hand; }
.moduleRowSelected { font-size:12px; font-weight:bold; background-color: #FFF;padding:5px;border:1px solid #ccc; }

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

/* message box */

.messageBox { font-size:12px; }
.messageStackError, .messageStackWarning { font-size:12px; font-weight:bold; background-color: #ffb3b5;padding:5px;border:1px solid #ccc;}
.messageStackSuccess { font-size:12px; font-weight:bold; background-color: #FFF;padding:5px;border:1px solid #ccc; }
.messageStackSuccess, .messageStackError, messageStackWarning img { vertical-align:-3px; }

/* input requirement */

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