/*
  $Id: stylesheet.css,v 1.3 2003/09/30 16:22:42 serg 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;
	font-size: 11px;
	color: #4668AE;
	font-style: normal;
	font-weight: normal;
}
.errorBox {
	font-family : Arial;
	font-size : 11px;
	background: #ffb3b5;
	font-weight: bold;
	color: #4668AE;
	font-style: normal;
}
.stockWarning {
	font-family : Arial;
	font-size : 11px;
	color: #cc0033;
	font-style: normal;
	font-weight: normal;
}
.productsNotifications {
	background: #f2fff7;
	color: #4668AE;
	font-family: Arial;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
}
.orderEdit {
	font-family : Arial;
	font-size : 11px;
	color: #70d250;
	text-decoration: underline;
	font-style: normal;
	font-weight: normal;
}

BODY {
	background: #ffffff;
	color: #4568AE;
	margin: 0px;
	font-family: Arial;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
}

A {
	color: #4568AE;
	text-decoration: none;
	font-family: Arial;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
}

A:hover {
	color: #4568AE;
	text-decoration: underline;
	font-family: Arial;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
}

FORM {
	display: inline;
	color: #4668AE;
	font-family: Arial;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
}

TR.header {
	background: #ffffff;
	color: #4668AE;
	font-family: Arial;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
}

TD.headerNavigation {
  font-family: Arial;
  font-size: 11px;
  color: #4568AE;
  font-weight : bold;
}

A.headerNavigation {
	color: #4568AE;
	font-family: Arial;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
}

A.headerNavigation:hover {
	color: #4568AE;
	font-family: Arial;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
}

TR.headerError {
	background: #ff0000;
	color: #4668AE;
	font-family: Arial;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
}

TD.headerError {
  font-family: Arial;
  font-size: 11px;
  background: #ff0000;
  color: #ffffff;
  font-weight : bold;
  text-align : center;
}

TR.headerInfo {
	background: #4568AE;
	color: #4668AE;
	font-family: Arial;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
}

TD.headerInfo {
  font-family: Arial;
  font-size: 11px;
  background: #4568AE;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
}

TR.footer {
	background: #95ABD2;
	color: #4668AE;
	font-family: Arial;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
}

TD.footer {
  font-family: "Bookman Old Style";
  font-size: 11px;
  background: #95ABD2;
  color: #ffffff;
  font-weight: bold;
}

.infoBox {
	background: #95ABD2;
	color: #4668AE;
	font-family: Arial;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
}

.infoBoxContents {
	background: #D7DEEF;
	font-family: Arial;
	font-size: 11px;
	color: #4668AE;
	font-style: normal;
	font-weight: normal;
}

.infoBoxNotice {
	background: #4567AE;
	color: #4668AE;
	font-family: Arial;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
}

.infoBoxNoticeContents {
	background: #95ABD2;
	font-family: Arial;
	font-size: 11px;
	color: #4668AE;
	font-style: normal;
	font-weight: normal;
}

TD.infoBoxHeading {
  font-family: Arial;
  font-size: 11px;
  font-weight: bold;
  background: #95ABD2;
  color: #ffffff;
}

TD.infoBox, SPAN.infoBox {
	font-family: Arial;
	font-size: 11px;
	color: #4668AE;
	font-style: normal;
	font-weight: normal;
}

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: #BECEE4;
	color: #4668AE;
	font-family: Arial;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
}

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: #BECEE4;
	color: #4668AE;
	font-family: Arial;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
}

TABLE.productListing {
	border: 1px solid #95ABD2;
	border-spacing: 1px;
	color: #4668AE;
	font-family: Arial;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
}

.productListing-heading {
  font-family: Arial;
  font-size: 11px;
  background: #95ABD2;
  color: #FFFFFF;
  font-weight: bold;
}

TD.productListing-data {
	font-family: Arial;
	font-size: 11px;
	color: #4668AE;
	font-style: normal;
	font-weight: normal;
}

A.pageResults {
	color: #4668AE;
	font-family: Arial;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
}

A.pageResults:hover {
	color: #4668AE;
	background: #FFFF33;
	font-family: Arial;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
}

TD.pageHeading, DIV.pageHeading {
  font-family: Arial;
  font-size: 14px;
  font-weight: bold;
  color: #4668AE;
}

TR.subBar {
	background: #BECEE4;
	color: #4668AE;
	font-family: Arial;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
}

TD.subBar {
	font-family: Arial;
	font-size: 11px;
	color: #4668AE;
	font-style: normal;
	font-weight: normal;
}

TD.main, P.main {
	font-family: Arial;
	font-size: 11px;
	line-height: normal;
	color: #4668AE;
	font-style: normal;
	font-weight: normal;
}

TD.smallText, SPAN.smallText, P.smallText {
	font-family: Arial;
	font-size: 11px;
	color: #4668AE;
	font-style: normal;
	font-weight: normal;
}

TD.accountCategory {
	font-family: Arial;
	font-size: 12px;
	color: #aabbdd;
	font-style: normal;
	font-weight: normal;
}

TD.fieldKey {
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	color: #4568AE;
}

TD.fieldValue {
	font-family: Arial;
	font-size: 11px;
	color: #4668AE;
	font-style: normal;
	font-weight: normal;
}

TD.tableHeading {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #4668AE;
}

SPAN.newItemInCart {
	font-family: Arial;
	font-size: 11px;
	color: #ff0000;
	font-style: normal;
	font-weight: normal;
}

CHECKBOX, INPUT, RADIO, SELECT {
	font-family: Arial;
	font-size: 11px;
	color: #4668AE;
	font-style: normal;
	font-weight: normal;
}

TEXTAREA {
	width: 100%;
	font-family: Arial;
	font-size: 11px;
	color: #4668AE;
}

SPAN.greetUser {
  font-family: Arial;
  font-size: 12px;
  color: #4264AC;
  font-weight: bold;
}

TABLE.formArea {
	background: #C1CCE4;
	border-color: #7b9ebd;
	border-style: solid;
	border-width: 1px;
	font-family: Arial;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
}

TD.formAreaTitle {
  font-family: Arial;
  font-size: 12px;
  font-weight: bold;
}

SPAN.markProductOutOfStock {
  font-family: Arial;
  font-size: 12px;
  color: #E63229;
  font-weight: bold;
}

SPAN.productSpecialPrice {
	font-family: Arial;
	color: #ff0000;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
}

SPAN.errorText {
	font-family: Arial;
	color: #ff0000;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
}

.moduleRow {
	font-family: Arial;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
}
.moduleRowOver {
	background-color: #BECEE4;
	cursor: pointer;
	cursor: hand;
	font-family: Arial;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
}
.moduleRowSelected {
	background-color: #BECEE4;
	font-family: Arial;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
}

.checkoutBarFrom, .checkoutBarTo {
	font-family: Arial;
	font-size: 11px;
	color: #4668AE;
	font-style: normal;
	font-weight: normal;
}
.checkoutBarCurrent {
	font-family: Arial;
	font-size: 11px;
	color: #4668AE;
	font-style: normal;
	font-weight: normal;
}

/* message box */

.messageBox {
	font-family: Arial;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
}
.messageStackError, .messageStackWarning {
	font-family: Arial;
	font-size: 11px;
	background-color: #FDBAB3;
	font-style: normal;
	font-weight: normal;
}
.messageStackSuccess {
	font-family: Arial;
	font-size: 11px;
	background-color: #00CC00;
	font-style: normal;
	font-weight: normal;
}

TABLE.popup {
  border-width: 1px;
  border-style: dotted;  
  border-color
}

/* input requirement */

.inputRequirement { font-family: Arial; font-size: 10px; color: #ff0000; }
