@import url("../styles/main.css");
/*
  $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: 10px;
}
.errorBox { font-size : 10px; background: #ffb3b5; font-weight: bold; }
.stockWarning { font-size : 10px; color: #cc0033; }
.productsNotifications {
	background: rgb(233, 237, 243);
 }

.orderEdit {
	font-size : 10px;
	text-decoration: underline;
}


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

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

/*
FORM {
	display: inline;
}
*/

TR.header {
  background: #ffffff;
}

TR.headerNavigation {
  background: #bbc3d3;
}

TD.headerNavigation {
  font-size: 10px;
  background: #bbc3d3;
  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;
}

TR.footer {
  background: #bbc3d3;
}

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

.infoBox {
  background: rgb(255, 255, 255);
  margin-bottom:10px;
}

.infoBoxContents {
  background: rgb(255, 255, 255);
}

.infoBoxNotice {
  background: #FF8E90;
}

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

TD.infoBoxHeading, TD.tableHeading {
   color: rgb(170, 25, 25);
   font-size: 100%;
   font-weight: bold;
   padding-bottom: 10px;
   border-bottom: 1px solid rgb(194, 194, 194);
}

TD.infoBox, SPAN.infoBox {
  font-size: 10px;
}

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: rgb(233, 237, 243);
}

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: rgb(243, 247, 253);
}

TABLE.productListing {
  border: 1px;
  border-style: solid;
  border-color: rgb(98, 128, 172);
  border-spacing: 1px;
}

.productListing-heading {
  background: rgb(98, 128, 172);
  color: rgb(255, 255, 255);
  font-weight: bold;
}

TD.productListing-data {
  font-size: 11px;
}

A.pageResults {
  color: #0000FF;
}

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

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

TR.subBar {background: rgb(243, 247, 253)}

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

TD.main, P.main {
	padding-right: 20px;
}

.main {
	padding-bottom: 5px;
}

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


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

CHECKBOX, INPUT, RADIO, SELECT {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
}

TEXTAREA {
  width: 100%;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
}

SPAN.greetUser {
  color: rgb(98, 128, 172);
  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;
}

TD.productPriceInListing {
}

TD.productPriceInBox {
}

TD.productPriceInProdInfo {
}

.moduleRow {
}

.moduleRowOver {
	background-color: rgb(243, 247, 253);
	cursor: pointer;
}

.moduleRowSelected {
	background-color: rgb(233, 237, 243);
}

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

/* message box */

.messageBox {  font-size: 10px; }

.messageStackError, .messageStackWarning {
	color: rgb(0, 0, 0);
	font-weight: bold;
	background-color: rgb(255, 255, 255);
	border: 1px solid red
}

.messageStackSuccess {color: rgb(0, 0, 0); font-weight: bold; background-color: rgb(255, 255, 255); border: 1px solid lime}

/* input requirement */



.inputRequirement {
	color: red;
	font-weight: bold;
}

.tax_info, #main a.tax_info {
  color: rgb(150, 150, 150);
  font-size: 9px;
}
