/*
  $Id: stylesheet.css,v 1.56 2006/04/10 20:04:02 hpdl Exp $

  osCommerce, Open Source E-Commerce Solutions
  http://www.oscommerce.com
  
  modified by atto webaffordable.net/gbakery.com

  Copyright (c) 2000 osCommerce  -2006

  Released under the GNU General Public License
*/

.boxText { font-family: Verdana, Arial, font-size: 10px; 
}
.errorBox { font-family: Verdana, Arial, font-size : 10px; background: url(/images/line-c.jpg); font-weight: bold;
}
.stockWarning { font-family: Verdana, Arial, font-size : 10px; color: Red;
}
.productsNotifications { background: #FF9900;
}
.orderEdit { font-family: Verdana, Arial, font-size : 10px; color: Red; text-decoration: underline;
}

BODY {
	
	color: #000000;;
}

A {
	color: #CC3300;
}

A:hover {
  color: #FF9900;
}
FORM {
	display: inline;
}

TR.header {
	background-color: #FFFFFF;
}

TR.headerNavigation {
	background-color: #FF6600;
}

TD.headerNavigation {
	font-family: Verdana, Arial;
	font-size: 11px;
	font-weight: bold;
	background: #FF9900;
}

A.headerNavigation {
	background: #FF9900;
}

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

TR.headerError {
	background-color: Red;
}

TD.headerError {
	font-family: Tahoma, Verdana, Arial;
	font-size: 10px;
	background: Red;
	color: #CCCCCC;
	font-weight: bold;
	text-align: center;
}

TR.headerInfo {
  background: #FFFFFF;
}

TD.headerInfo {
	font-family: Tahoma, Verdana, Arial;
	font-size: 10px;
	background: #FFCC00;
	color: #cccccc;
	font-weight: bold;
	text-align: center;
	background-color:  #FFFFFF;
}

TR.footer {
	background: #FFFFFF;
}

TD.footer {
	font-family: Verdana, Arial;
	font-size: 10px;
	background: #FFFFFF;
	color: #FF9900;
	font-weight: bold;
}

.infoBox {
	background: #FF9900;
       
	
}

.infoBoxContents {
	background: #FFFFFF;
        font-size: 12px;
         
}

.infoBoxNotice {
	background: ;
}

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

TD.infoBoxHeading {
	font-family: Verdana, Arial;
	font-size: 12px;
	font-weight: bold;
	background: url(/images/line-c.jpg);
	color: #FF9900;
	height: 20px;
	padding-right: 5px;
}

TD.infoBox, SPAN.infoBox {
	font-family: Verdana, Arial;
	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: #EEEEEE;
}

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

TABLE.productListing {
	border: 4px;
	border-style: line;
	border-color: #FFCC00;
	border-spacing: 5px;
}

.productListing-heading {
	font-family: Verdana, Arial;
	font-size: 12px;
	background: #FF0000;
	color: #FFFFFF;
	font-weight: bold;
}

TD.productListing-data {
  font-family: Verdana, Arial;
  font-size: 12px;
}

A.pageResults {
  color: #FF9900;
}

A.pageResults:hover {
  color: #FF9900;
  background: #C9D0DA;
}

TD.pageHeading, DIV.pageHeading {
	font-family: Verdana, Arial;
	font-size: 12px;
	font-weight: bold;
	color: #FF0000;
}

TR.subBar {
  background: #FFCC00;
}

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

TD.main, P.main {
  font-family: Verdana, Arial;
  font-size: 10px;
  line-height: 2.5;
}

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

TD.accountCategory {
  font-family: Verdana, Arial;
  font-size: 12px;
  color: #FFCC00;
}

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

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

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

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

CHECKBOX, INPUT, RADIO, SELECT {
  font-family: Verdana, Arial;
  font-size: 10px;
  color: #666666;
}

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

SPAN.greetUser {
  font-family: Verdana, Arial;
  font-size: 11px;
  color: #FF9900;
  font-weight: bold;
}

TABLE.formArea {
  background: #C9D0DA;
  border-color: #CCCCCC;
  border-style: line;
  border-width: 1px;
}

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

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

SPAN.productSpecialPrice {
	font-family: Verdana, Arial;
	color: #FF0000;
	font-size: 15px;
}

SPAN.errorText {
  font-family: Verdana, Arial;
  color: #0000FF;
}

.moduleRow { }
.moduleRowOver { background-color: #EEEEEE; cursor: pointer; cursor: hand; }
.moduleRowSelected { background-color: #FFFFFF; }

.checkoutBarFrom, .checkoutBarTo { font-family: Verdana, Arial; font-size: 10px; color: #000000; }
.checkoutBarCurrent { font-family: Verdana, Arial; font-size: 13px; color: #ff6600; }

/* message box */

.messageBox { font-family: Verdana, Arial; font-size: 12px; }
.messageStackError, .messageStackWarning { font-family: Verdana, Arial; font-size: 12px; background-color: #FFFFFF; }
.messageStackSuccess { font-family: Verdana, Arial; font-size: 12px; background-color: #EEEEEE; }

/* input requirement */

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