/*
  $Id: stylesheet.css 1739 2007-12-20 00:52:16Z hpdl $

  osCommerce, Open Source E-Commerce Solutions
  http://www.oscommerce.com

  Copyright (c) 2003 osCommerce

  Released under the GNU General Public License
*/

.boxText { font-family: Georgia, Times New Roman, Times, serif; font-size: 11px; }
.errorBox { font-family : Georgia, Times New Roman, Times, serif; font-size : 11px; background: #ffb3b5; font-weight: bold; }
.stockWarning { font-family : Georgia, Times New Roman, Times, serif; font-size : 12px; color: #FFFFFF; }
.productsNotifications { background: #8E2323; }
.orderEdit { font-family : Georgia, Times New Roman, Times, serif; font-size : 11px; color: #70d250; text-decoration: underline; }

BODY {
  background: #8E2323;
  color: #FFFF00;
/* color changes inventory numbers, some text in infoboxes */
  margin: 0px;
}

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

A:hover {
  color: #AABBDD;
}

FORM {
	display: inline;
}

TR.header {
  background: #8E2323;
}

TR.headerNavigation {
  background: #660000;
}

TD.headerNavigation {
  font-family: Georgia, Times New Roman, Times, serif;
  font-size: 11px;
  background-image: url('images/bground.gif');
  background-repeat:repeat;
  height:20px;
/* this is the grey bar towards the top where it say TOP >> CATALOG >> ETC. */
  color: #FFFFFF;
  font-weight : bold;
}

A.headerNavigation { 
  color: #FFFFFF; 
}

A.headerNavigation:hover {
  color: #ffffff;
}

TR.headerError {
  background: #660000;
}

TD.headerError {
  font-family: Tahoma, Georgia, Times New Roman, Times, serif;
  font-size: 12px;
  background: #660000;
  color: #FFFFFF;
  font-weight : bold;
  text-align : center;
}

TR.headerInfo {
  background: #00ff00;
}

TD.headerInfo {
  font-family: Tahoma, Georgia, Times New Roman, Times, serif;
  font-size: 12px;
  background: #00ff00;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
}

TR.footer {
  background: #bbc3d3;
}

TD.footer {
  font-family: Georgia, Times New Roman, Times, serif;
  font-size: 11px;
  background: #660000;
  color: #ffffff;
  font-weight: bold;
}

.infoBox {
  background: #660000;
/* this is the border for the info boxes */
}

.infoBoxContents {
  background: #8E2323;
/* this is the background color for the info boxes */
  font-family: Georgia, Times New Roman, Times, serif;
  font-size: 11px;
}

.infoBoxNotice {
  background: #8E2323;
}

.infoBoxNoticeContents {
  background: #8E2323;
  font-family: Georgia, Times New Roman, Times, serif;
  font-size: 11px;
  border: 1px;
  border-style: solid;
  border-color: #660000;
}

TD.infoBoxHeading {
  font-family: Georgia, Times New Roman, Times, serif;
  font-size: 11px;
  font-weight: bold;
  background: #660000;
  color: #FFFFFF;
}

TD.infoBox, SPAN.infoBox {
  font-family: Georgia, Times New Roman, Times, serif;
  font-size: 11px;
}

TR.accountHistory-odd, TR.addressBook-odd, TR.alsoPurchased-odd, TR.payment-odd, TR.productListing-odd, TR.productReviews-odd, TR.upcomingProducts-odd, TR.shippingOptions-odd {
  ;
}

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

TABLE.productListing {
  border: 1px;
  border-style: solid;
  border-color: #8E2323;
  border-spacing: 1px;
}

.productListing-heading {
  font-family: Georgia, Times New Roman, Times, serif;
  font-size: 11px;
  background: #660000;
  color: #FFFF00;
  font-weight: bold;
}

TD.productListing-data {
  font-family: Georgia, Times New Roman, Times, serif;
  font-size: 11px;
  background: #8E2323;
}

A.pageResults {
  color: #FFFFFF;
}

TD.pageHeading, DIV.pageHeading {
  font-family: Georgia, Times New Roman, Times, serif;
  font-size: 20px;
  font-weight: bold;
  color: #ffffff;
}

TR.subBar {
  background: #f4f7fd;
}

TD.subBar {
  font-family: Georgia, Times New Roman, Times, serif;
  font-size: 11px;
  color: #000000;
}

TD.main, P.main {
  font-family: Georgia, Times New Roman, Times, serif;
  font-size: 12px;
  line-height: 1.2;
}

TD.smallText, SPAN.smallText, P.smallText {
  font-family: Georgia, Times New Roman, Times, serif;
  font-size: 11px;
}

TD.accountCategory {
  font-family: Georgia, Times New Roman, Times, serif;
  font-size: 13px;
  color: #aabbdd;
}

TD.fieldKey {
  font-family: Georgia, Times New Roman, Times, serif;
  font-size: 12px;
  font-weight: bold;
}

TD.fieldValue {
  font-family: Georgia, Times New Roman, Times, serif;
  font-size: 12px;
}

TD.tableHeading {
  font-family: Georgia, Times New Roman, Times, serif;
  font-size: 12px;
  font-weight: bold;
}

SPAN.newItemInCart {
  font-family: Georgia, Times New Roman, Times, serif;
  font-size: 11px;
  color: #ffff00;
}

CHECKBOX, INPUT, RADIO, SELECT {
  font-family: Georgia, Times New Roman, Times, serif;
  font-size: 11px;
  background-color: FFFFCC;
}

TEXTAREA {
  width: 100%;
  font-family: Georgia, Times New Roman, Times, serif;
  color: #000000;
  font-size: 11px;
  background-color: #FFFFCC;
  border-color: #FFFFCC;
  border-style: solid;
  border-width: 1px;
}

#productspecifications {
  width: 644px ;
  margin-left: auto ;
  margin-right: auto ;
  /* this is for centering the product image with specifications */
}

SPAN.greetUser {
  font-family: Georgia, Times New Roman, Times, serif;
  font-size: 12px;
  color: #ffff00;
  font-weight: bold;
}

TABLE.formArea {
  background: #FFFFCC;
  border-color: #FFFFCC;
  border-style: solid;
  color: #c76170;
  border-width: 1px;
}

TD.formAreaTitle {
  font-family: Tahoma, Georgia, Times New Roman, Times, serif;
  font-size: 12px;
  font-weight: bold;
}

SPAN.markProductOutOfStock {
  font-family: Tahoma, Georgia, Times New Roman, Times, serif;
  font-size: 12px;
  color: #c76170;
  font-weight: bold;
}

SPAN.productSpecialPrice {
  font-family: Georgia, Times New Roman, Times, serif;
  color: #FFFFFF;
}

SPAN.errorText {
  font-family: Georgia, Times New Roman, Times, serif;
  color: #660000;
}

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

.checkoutBarFrom, .checkoutBarTo { font-family: Georgia, Times New Roman, Times, serif; font-size: 11px; color: #8c8c8c; }
.checkoutBarCurrent { font-family: Georgia, Times New Roman, Times, serif; font-size: 11px; color: #000000; }

/* message box */
.messageBox { font-family: Georgia, Times New Roman, Times, serif; font-size: 11px; background-color: #660000; }
.messageStackError, .messageStackWarning { font-family: Georgia, Times New Roman, Times, serif; font-size: 11px; background-color: #660000; }
.messageStackSuccess { font-family: Georgia, Times New Roman, Times, serif; font-size: 11px; background-color: #660000; }
/* input requirement */

.inputRequirement { font-family: Georgia, Times New Roman, Times, serif; font-size: 11px; color: #FFFFFF; }

/*** Begin Header Tags SEO ***/

h1 {

 font-family: font-family: Georgia, Times New Roman, Times, serif;

 font-size: 18px;

 font-weight: bold;

 margin-bottom: 0;

 padding-bottom: 0;

 color: #ffffff;

}

h2 {

 font-family: font-family: Georgia, Times New Roman, Times, serif;

 font-size: 12px;

 font-weight: normal;

 margin-bottom: 0;

 padding-bottom: 0;

 color: #FFFF00;

}

/*** End Header Tags SEO ***/

/*  Categories in the Categories Images box  */
.imageBox {
  width: 12.5em;  /* Width of each Category */
  height: 15.75em;  /* Height of each Category */
  padding: 5px;  /* Padding between the category contents and the border */
  border: 1px solid #182d5c;  /* Border around each Category -- See the Readme file */
  margin: 3px;  /* Margin between the Category border and other objects */
  font-family: Georgia, Times New Roman, Times, serif;  
  font-size: 8pt;
  background: #ffffff;  /* Background color of each Category */
  float: left;  /* Don't change this */
  
/*BOF Options as Images*/
SPAN.optionsAvailable {
font-family: Georgia, Times New Roman, Times, serif;
font-size: 11px;
color: #ffff00;
}
/*EOF Options as Images*/
  
}


