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

.HeaderText {
  font-family: Arial, sans-serif;
  font-size: 13px;
  color: black;
}

.boxText { /* font-family: "Tempus Sans itc", "Comic Sans ms", Arial, sans-serif; font-size: 13px; */ }
.errorBox {
  font-family: Arial, sans-serif;
  background: #ffb3b5;
  font-weight: bold;
}
.stockWarning {
  font-family: Arial, sans-serif;
  font-size: 13px;
  color: #cc0033;
}
.productsNotifications {
  background-color: #f2fff7;
}
.orderEdit {
  font-family: Arial, sans-serif;
  font-size: 13px;
  color: red;
  text-decoration: underline;
}

BODY {
  margin: 0px;
  background: #2f2f2f;
  background-image: url('images/layout/catalogbg.jpg');
  background-repeat: repeat-y;
  background-position: 100px 0px; 
  background-attachment: fixed;
  font-family: Arial, sans-serif;
  font-size: 13px;
  color: black;
}

h1, h2 {
	font-size: 18px;
}

A {
  color: black;
  text-decoration: none;
}

A:hover {
  color: darkred;
  text-decoration: underline;
}

a.homepagelink {
	text-decoration: underline;
}

p, ul {
	font-size: 12px;
}

FORM {
	display: inline;
}

TR.header {
  background-color: gold;
}

TR.headerNavigation {
}

TD.headerNavigation {
  font-family: Arial, sans-serif;
  font-size: 13px;
  color: black;
  font-weight : bold;
}

A.headerNavigation { 
  color: white;
}

A.headerNavigation:hover {
  color: white;
}

TR.headerError {
  background-color: #ff0000;
}

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

TR.headerInfo {
  background-color: #00ff00;
}

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

TR.footer {
  font-family: Arial, sans-serif;
  font-size: 13px;
  color: black;
  font-weight : bold;
}

TD.footer {
  font-family: Arial, sans-serif;
  font-size: 13px;
  color: black;
  font-weight : bold;
}

/*** INFOBOX ***/

.infoBox {
/*  background-color: crimson; */
  border: 1px;
  border-style: solid;
  border-color: gray;
  background-image: url('images/layout/white_trans.png');
}

.infoBoxContents {
 /* background-color: gold; 
  font-family: "Tempus Sans itc", "Comic Sans ms", Arial, sans-serif;
  background-image: url('images/layout/white_trans.png'); */
  font-size: 13px;
}

.infoBoxNotice {
  background-color: #FF8E90;
}

.infoBoxNoticeContents {
  background-color: #FFE6E6;
/*  font-family: "Tempus Sans itc", "Comic Sans ms", Arial, sans-serif;
  font-size: 13px; */
}

TD.infoBoxHeading {
}

TD.infoBoxHeadingText {
  font-size: 15px;
  color: black;
  vertical-align: bottom;
}

TD.infoBoxHeadingTextLighter {
  font-size: 15px;
  color: white;
  vertical-align: bottom;
}

TD.infoBoxHeadingTextDarker {
  font-size: 15px;
  color: darkgray;
  vertical-align: bottom;
}

TD.infoBox, SPAN.infoBox {
  /* font-family: "Tempus Sans itc", "Comic Sans ms", Arial, sans-serif;
  font-size: 13px; */
}

/***   ***/

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: #f8f8f9; */
}

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: #f8f8f9; */
}

TABLE.productListing {
  border: 1px;
  border-style: solid;
  border-color: gray;
  background-image: url('images/layout/white_trans.png');
  border-spacing: 2px;
}

.productListing-heading {
  font-family: Arial, sans-serif;
  font-size: 13px;
  color: black;
  font-weight: bold;
}

A.productListing-heading { 
  color: black;
}

A.productListing-heading:hover {
  color: white;
}

TD.productListing-data {
  font-family: Arial, sans-serif;
  color: black;
  font-size: 15px;
  font-weight: bold;
}

A.pageResults {
  color: crimson;
}

A.pageResults:hover {
  background-color: gold;
  color: red;
}

TD.pageHeading, DIV.pageHeading {
  font-family: Arial, sans-serif;
  color: black;
  font-size: 22px;
  font-weight: bold;
}

IMG.pageHeading {
	border-style: ridge;
	border-color: red;
	border-width: 10px;
  background-image: url('images/layout/white_trans.png');
}

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

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

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

TD.smallmain, P.smallmain {
  font-family: Arial, sans-serif;
  font-size: 13px;
  color: black;
  line-height: 1.5;
}

TD.smallText, SPAN.smallText, P.smallText {
  font-family: Arial, sans-serif;
  font-size: 13px;
  color: black;
}

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

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

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

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

SPAN.newItemInCart {
  font-family: Arial, sans-serif;
  font-size: 13px;
  color: #ff0000;
}

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

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

SPAN.greetUser {
  font-family: Arial, sans-serif;
  font-size: 21px;
  color: orangered;
  font-weight: bold;
}

TABLE.formArea {
  background-color: #f1f9fe;
  border-color: #7b9ebd;
  border-style: solid;
  border-width: 2px;
}

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

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

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

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

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

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

/* message box */

.messageBox {
  font-family: Arial, sans-serif;
  font-size: 13px;
}
.messageStackError, .messageStackWarning {
  font-family: Arial, sans-serif;
  font-size: 13px;
  background-color: #ffb3b5;
}
.messageStackSuccess {
  font-family: Arial, sans-serif;
  font-size: 13px;
  background-color: #99ff00;
}

/* input requirement */

.inputRequirement {
  font-family: Arial, sans-serif;
  font-size: 13px;
  color: #ff0000;
}

