/*
  $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: 11px; }
.errorBox {   background: #ffb3b5; font-weight: bold; }
.stockWarning {   color: #cc0033; }
.productsNotifications { background: #f2fff7; }
.orderEdit {  }

BODY {
  background: #ffffff;
  color: #000000;
  margin: 0px;
}



FORM {
	display: inline;
}

TR.header {
  background: #ffffff;
}

TR.headerNavigation {
   background: #f0f0f0;
}

TD.headerNavigation {
  
  
   background: #f0f0f0;
  color: #ffffff;
  font-weight : bold;
}

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



.infoBox {
   background: #cccccc;
}

.infoBoxContents {
  background: #ffffff;
  
  
}

.infoBoxNotice {
  background: #E69BE2;
}

.infoBoxNoticeContents {
  background: #F4E0F7;
  
  
}

TD.infoBoxHeading {
  font-weight: bold;
  background: #cccccc;
  color: #ffffff;
}

TD.productListing-data {
  background: #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: #ffffff;
}

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

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

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




TD.pageHeading, DIV.pageHeading {
font-size: 25px;
color: #660066;
font-weight: bold;
padding-bottom:5px;
padding-top:5px;
line-height: 29px;
}

TR.subBar {
  background: #f4f7fd;
}

TD.subBar {
  color: #000000;
}

TD.main, P.main {
}

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

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 {
  
  
  color: #ff0000;
}

CHECKBOX, INPUT, RADIO, SELECT {
}

TEXTAREA {
  width: 100%;
}

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

TABLE.formArea {
  background: #f0f0f0;
  border-color: #eeeeee;
  border-style: solid;
  border-width: 1px;
}

TD.formAreaTitle {
border-bottom : 3px solid #ddd;
color: #000000;
font-weight: bold;
font-size: 12px;
}

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

SPAN.productSpecialPrice {
  
  color: #ff0000;
}

SPAN.errorText {
  
  color: #ff0000;
}

.moduleRow { }
.moduleRowOver { background-color: #CBE43E; cursor: pointer; cursor: hand; }
.moduleRowSelected { background-color: #D0DE7E; }

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

/* message box */

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

/* input requirement */

.inputRequirement {   color: #ff0000; }

