/*
  $Id: stylesheet.css,v 1.1.1.1 2005/08/16 08:31:30 sstolyarov 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: "palatino linotype", Verdana, Arial, sans-serif;
	font-size: 12px;
}
.errorBox {
	font-family: "palatino linotype", Verdana, Arial, sans-serif;
	font-size: 12px;
	background: #ffb3b5;
	font-weight: bold;
	color: Black;
}
.stockWarning { font-family : "palatino linotype", Verdana, Arial, sans-serif; font-size : 12px; color: #cc0033; }
.productsNotifications { background: #000000; }
.orderEdit { font-family : "palatino linotype", Verdana, Arial, sans-serif; font-size : 12px; color: #70d250; text-decoration: underline; }

BODY {
  background: #000000;
  color: #a6caf0;
  margin: 0px;
}

A {
  color: #a6caf0;
  text-decoration: none;
}

A:hover {
  color: #a6caf0;
  text-decoration: underline;
}

FORM {
	display: inline;
}

TR.header {
  background: #000000;
}

TR.headerNavigation {
	background: #a6caf0;
	color: Black;
}

TD.headerNavigation {
	font-family: "palatino linotype", Verdana, Arial, sans-serif;
	font-size: 12px;
	background: #a6caf0;
	color: Black;
	font-weight: bold;
}

A.headerNavigation { 
  color: #000000; 
}

A.headerNavigation:hover {
  color: #000000;
}

TR.headerError {
	background: #ffb3b5;
	color: Black;
}

TD.headerError {
  font-family: "palatino linotype", Verdana, Arial, sans-serif;
  font-size: 14px;
  background: #ffb3b5;
  color: #000000;
  font-weight : bold;
  text-align : center;
}

TR.headerInfo {
	background: #00ff00;
	color: Black;
}

TD.headerInfo {
  font-family: "palatino linotype", Verdana, Arial, sans-serif;
  font-size: 14px;
  background: #00ff00;
  color: #000000;
  font-weight: bold;
  text-align: center;
}

TR.footer {
	background: #a6caf0;
	color: Black;
}

TD.footer {
  font-family: "palatino linotype", Verdana, Arial, sans-serif;
  font-size: 12px;
  background: #a6caf0;
  color: #000000;
  font-weight: bold;
}

.infoBox {
	background: #a6caf0;
	color: Black;
}

.infoBoxContents {
  background: #000000;
  font-family: "palatino linotype", Verdana, Arial, sans-serif;
  font-size: 12px;
}

.infoBoxNotice {
	background: #FF8E90;
	color: Black;
}

.infoBoxNoticeContents {
  background: #000000;
  font-family: "palatino linotype", Verdana, Arial, sans-serif;
  font-size: 12px;
}

TD.infoBoxHeading {
  font-family: "palatino linotype", Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
  background: #a6caf0;
  color: #000000;
}

TD.infoBox, SPAN.infoBox {
  font-family: "palatino linotype", Verdana, Arial, sans-serif;
  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: #000000;
}

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: #000000;
}

TABLE.productListing {
  border: 1px;
  border-style: solid;
  border-color: #a6caf0;
  border-spacing: 1px;
}

.productListing-heading {
  font-family: "palatino linotype", Verdana, Arial, sans-serif;
  font-size: 12px;
  background: #a6caf0;
  color: #000000;
  font-weight: bold;
}

TD.productListing-data {
  font-family: "palatino linotype", Verdana, Arial, sans-serif;
  font-size: 12px;
}

A.pageResults {
  color: #a6caf0;
}

A.pageResults:hover {
	color: White;
	background: #3399cc;
}

TD.pageHeading, DIV.pageHeading {
  font-family: "palatino linotype", Verdana, Arial, sans-serif;
  font-size: 22px;
  font-weight: bold;
  color: #a6caf0;
}

TR.subBar {
  background: #000000;
}

TD.subBar {
  font-family: "palatino linotype", Verdana, Arial, sans-serif;
  font-size: 12px;
  color: #a6caf0;
}

TD.main, P.main {
  font-family: "palatino linotype", Verdana, Arial, sans-serif;
  font-size: 13px;
  line-height: 1.5;
}

TD.smallText, SPAN.smallText, P.smallText {
  font-family: "palatino linotype", Verdana, Arial, sans-serif;
  font-size: 12px;
}

TD.accountCategory {
	font-family: "palatino linotype", Verdana, Arial, sans-serif;
	font-size: 15px;
	color: #a6caf0;
}

TD.fieldKey {
  font-family: "palatino linotype", Verdana, Arial, sans-serif;
  font-size: 14px;
  font-weight: bold;
}

TD.fieldValue {
  font-family: "palatino linotype", Verdana, Arial, sans-serif;
  font-size: 14px;
}

TD.tableHeading {
  font-family: "palatino linotype", Verdana, Arial, sans-serif;
  font-size: 14px;
  font-weight: bold;
}

SPAN.newItemInCart {
  font-family: "palatino linotype", Verdana, Arial, sans-serif;
  font-size: 12px;
  color: #3399cc;
}

CHECKBOX, INPUT, RADIO, SELECT {
	font-family: "palatino linotype", Verdana, Arial, sans-serif;
	font-size: 13px;
	color: #a6caf0;
	background: black;
}

TEXTAREA {
	width: 100%;
	font-family: "palatino linotype", Verdana, Arial, sans-serif;
	font-size: 13px;
	color: #a6caf0;
	background: black;
}

SPAN.greetUser {
  font-family: "palatino linotype", Verdana, Arial, sans-serif;
  font-size: 14px;
  color: #3399cc;
  font-weight: bold;
}

TABLE.formArea {
  background: #000000;
  border-color: #a6caf0;
  border-style: solid;
  border-width: 1px;
}

TD.formAreaTitle {
  font-family: "palatino linotype", Verdana, Arial, sans-serif;
  font-size: 14px;
  font-weight: bold;
}

SPAN.markProductOutOfStock {
  font-family: "palatino linotype", Verdana, Arial, sans-serif;
  font-size: 14px;
  color: #c76170;
  font-weight: bold;
}

SPAN.productSpecialPrice {
  font-family: "palatino linotype", Verdana, Arial, sans-serif;
  color: #ffb3b5;
}

SPAN.errorText {
	font-family: "palatino linotype", Verdana, Arial, sans-serif;
	color: #ffb3b5;
}

.moduleRow { }
.moduleRowOver {
	background-color: #494949;
	cursor: pointer;
	cursor: hand;
	color: #a6caf0;
}
.moduleRowSelected {
	background-color: #494949;
	color: #a6caf0;
}

.checkoutBarFrom, .checkoutBarTo { font-family: "palatino linotype", Verdana, Arial, sans-serif; font-size: 11px; color: #8c8c8c; }
.checkoutBarCurrent { font-family: "palatino linotype", Verdana, Arial, sans-serif; font-size: 11px; color: #a6caf0; }

/* message box */

.messageBox {
	font-family: "palatino linotype", Verdana, Arial, sans-serif;
	font-size: 12px;
	background: black;
	color: #a6caf0;
}
.messageStackError, .messageStackWarning {
	font-family: "palatino linotype", Verdana, Arial, sans-serif;
	font-size: 12px;
	background-color: #ffb3b5;
	color: Black;
}
.messageStackSuccess {
	font-family: "palatino linotype", Verdana, Arial, sans-serif;
	font-size: 12px;
	background-color: #99ff00;
	color: Black;
}

/* input requirement */

.inputRequirement {
	font-family: "palatino linotype", Verdana, Arial, sans-serif;
	font-size: 12px;
	color: Red;
}
