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

.errorBox { font-size : 10px; background: #ffb3b5; font-weight: bold; }
.stockWarning { font-size : 10px; color: #cc0033; }
.productsNotifications { background: #f2fff7; }
.orderEdit { font-size : 10px; color: #70d250; text-decoration: underline; }

/*
A {
  color: #000000;
  text-decoration: none;
}

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

A.smallText {
  color: #000000;
  text-decoration: none;
}

A.smallText:hover {
  color: #AABBDD;
  text-decoration: underline;
}
*/

FORM {
	display: inline;
}

/* start of header navigation */
TD.headerNavigation, TR.headerNavigation {
font-size: 10px;
margin: 0;
padding: 0 5px 0 5px;
  background: #8E99AB;
  color: #000000;
}

A.headerNavigation { 
  font-size: 10px;
  color: #ffffff;
  text-decoration: none;
}

A.headerNavigation:hover { 
  font-size: 10px;
  color: #ffffff;
  text-decoration: underline; 
}

.headernavigation_bkgd {
	background: url(../images/cart/nav.gif) no-repeat;
	height: 25px;
	vertical-align: middle;
	text-align: center;
}

/* end of header navigation */

A.boxes {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #000000;
  text-decoration: underline; 
  background: #8E99AB;
}

A.boxes:hover {
  font-family: Verdana, Arial, Helvetica, sans-serif; 
  color: #ffffff;
  font-size: 11px;
  text-decoration: none;
}

.boxText { 
    font-size: 10px; 
    color: #000000; 
    font-family: Verdana, Arial, Helvetica, sans-serif;
    background: #8E99AB;
}

.infoBox {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  background: #8E99AB;
}

.infoBoxContents {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  background: #8E99AB;
  font-size: 10px;
}

.infoBoxNotice {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  background: #FF8E90;
}

.infoBoxNoticeContents {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  background: #FFE6E6;
  font-size: 10px;
}

TD.infoBoxHeading {
  font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	background: #000066;
	color: #FFFFFF;
}

TD.infoBox, SPAN.infoBox {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
    color: #FFFFFF;
    background-color: #2D354A;
}

TD.pageHeading, DIV.pageHeading {
  font-family: Verdana, Arial, Helvetica, sans-serif; 
  font-size: 14pt;
  font-weight: bold;
  color: #CC0000;
  background-color: #ffffff;
}

SPAN.greetUser {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12pt;
  color: #FFB732;
  font-weight: bold;
}

.greetUser {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12pt;
  color: #FFB732;
  font-weight: bold;
}

TD.main, P.main {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #000000;
  background: #ffffff;
}

TD.smallText, SPAN.smallText, P.smallText {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #000000;
  background: #ffffff;
}

A.smallText {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  color: #000000;
  font-size: 10px;
  text-decoration: none;
}

A.smallText:hover {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  color: #000000;
  font-size: 10px;
  text-decoration: underline;
}

.billing_bordertop {
	border-top: 2px solid #FFB732
}

.billing_borderside {
	border-right: 1px solid #FFB732;
}

TR.header {
}

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: #ffffff;
  color: #000000;
  font-weight: bold;
  text-align: center;
}

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

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.productListing2 {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  border: 1px #000066 solid;
  border-spacing: 1px;
}

.productListing-heading, A.productListing-heading {
  font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background: #8E99AB;
	color: #ffffff;
	text-decoration: none;
}

A.productListing-heading:hover {
  font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background: #8E99AB;
	color: #FFFFFF;
	text-decoration: none;
}

TD.productListing-data {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
	background: #ffffff;
	color: #CC0000;
	font-weight: bold;
	
}

TR.footer {
  background: #bbc3d3;
}

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

A.pageResults {
  color: #0000FF;
}

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

TR.subBar {
  background: #f4f7fd;
}

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

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: 10px;
  color: #0000FF;
}

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

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

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: #0000FF;
	font-size: 11px;
}

SPAN.errorText {
  color: #ff0000;
}

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

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

/* message box */

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

/* input requirement */

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