/*
  $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-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.errorBox {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10px;
	background: #ffb3b5;
	font-weight: bold;
}
.stockWarning {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10px;
	color: #CD363A;
}
.productsNotifications {
	background-color: #ffffff;
}
.orderEdit {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10px;
	color: #689F76;
	text-decoration: underline;
}

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

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

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

FORM {
	display: inline;
}

TR.header {
	height: 180px;
	background-color: #ffffff;
	background-image: url(images/header-background.gif);
}

TR.headerNavigation {
  background: #bbc3d3;
}

TD.headerNavigation {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #3B679E;
	font-weight : bold;
	background-color: #ffffff;
	background-image: url(images/header-nav-background.gif);
	padding-bottom: 9px;
	height: 25px;
	padding-top: 1px;
}

A.headerNavigation {
	color: #3B679E;
}

A.headerNavigation:hover {
	color: #3B679E;
}

TR.headerError {
  background: #ff0000;
}

TD.headerError {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: #ff0000;
	color: #ffffff;
	font-weight : bold;
	text-align : center;
}

TR.headerInfo {
  background: #00ff00;
}

TD.headerInfo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: #00ff00;
	color: #ffffff;
	font-weight: bold;
	text-align: center;
}

TR.footer {
  background: #bbc3d3;
}

TD.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #3B679E;
	font-weight: bold;
	background-color: #ffffff;
	height: 27px;
	background-image: url(images/footer-nav-background.gif);
	padding-top: 1px;
	padding-bottom: 6px;
}

.infoBox {
	background-color: #3B679E;
}

.infoBoxContents {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #ffffff;
}

.infoBoxNotice {
	background-color: #CD363A;
}

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

TD.infoBoxHeading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	background-color: #3B679E;
	height: 20px;
}

TD.infoBox, SPAN.infoBox {
	font-family: Arial, Helvetica, sans-serif;
	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-color: #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-color: #ffffff;
}

TABLE.productListing {
	border: 1px solid #C0C0C0;
	border-spacing: 1px;
}

.productListing-heading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	background-color: #C0C0C0;
	padding-bottom: 4px;
}

TD.productListing-data {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

A.pageResults {
	color: #3B679E;
}

A.pageResults:hover {
	color: #3B679E;
	background: #FFFF33;
}

TD.pageHeading, DIV.pageHeading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #CD363A;
}

TR.subBar {
	background-color: #ffffff;
}

TD.subBar {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}

TD.main, P.main {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 1.5;
}

TD.smallText, SPAN.smallText, P.smallText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

TD.accountCategory {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #8c8c8c;
}

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

TD.fieldValue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

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

SPAN.newItemInCart {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CD363A;
}

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 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CD363A;
	font-weight: bold;
}

TABLE.formArea {
	background-color: #ffffff;
	border: 1px solid #3B679E;
}

TD.formAreaTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

SPAN.markProductOutOfStock {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CD363A;
	font-weight: bold;
}

SPAN.productSpecialPrice {
	font-family: Arial, Helvetica, sans-serif;
	color: #CD363A;
}

SPAN.errorText {
	font-family: Arial, Helvetica, sans-serif;
	color: #CD363A;
}

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

.checkoutBarFrom, .checkoutBarTo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #8c8c8c;
}
.checkoutBarCurrent {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}

/* message box */

.messageBox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.messageStackError, .messageStackWarning {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #CD363A;
	color: ffffff;
}
.messageStackSuccess {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #689F76;
	color: #FFFFFF;
}

/* input requirement */

.inputRequirement {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CD363A;
}

.estimatedshippingBox {
	  background: #CD363A; 
	}

	TD.estimatedshippingBoxHeading {
	  font-family: Arial, Helvetica, sans-serif;
	  font-size: 12px;
	  font-weight: bold;
	  background: #CD363A;
	  color: #ffffff; 
	}

	.estimatedshippingBoxContents {
	  background: #ffffff;
	  font-family: Arial, Helvetica, sans-serif;
	  font-size: 10px; 
	}

	.ShowShipping {
	  background: #CD363A;
	  color: #ffffff;
	  font-family: Arial, Helvetica, sans-serif;
	  font-size: 10px;
	  text-align: center;
	}
