/*
  $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
  
  Color codes:
  #13ff01 Bright Green for testing changes
  #fde951 Yellow from checkered.gif
  #000000 Black
  #ffffff White
  #ff0000 Red
  #0000FF Blue
*/

.boxText { font-family: Verdana, Arial, sans-serif; font-size: 10px; }
.errorBox { font-family : Verdana, Arial, sans-serif; font-size : 10px; background: #ffb3b5; font-weight: bold; }
.stockWarning { font-family : Verdana, Arial, sans-serif; font-size : 10px; color: #cc0033; }
.productsNotifications { background: #000000; }
.orderEdit { font-family : Verdana, Arial, sans-serif; font-size : 10px; color: #70d250; text-decoration: underline; }

BODY {
  background: #000000;
  /*background: url('images/checkered3.gif')
  background-repeat: repeat-y;
  background-position: top;
  */
  color: #ffffff;
  margin: 0px;
}

/*writing under categories, new prodcuts, information, whats new*/
A {
  color: #fde951;
  text-decoration: none;
}

/*hover over hyperlinks*/
A:hover {
  color: #ff0000;
  text-decoration: underline;
}

FORM {
	display: inline;
}

/*flash before header with plane and "shop mountain canyon flying"*/
TR.header {
  background: #000000;
}

TR.headerNavigation {
  background: #13ff01;
}

/*header menu color under my account*/
TD.headerNavigation {
  font-family: MS Reference Sans serif;
  font-size: 12px;
  background: #fde951;
  color: #000000;
  font-weight : bold;
}

/*header menu font color*/
A.headerNavigation { 
  color: #000000; 
}

/*header menu font color hover*/
A.headerNavigation:hover {
  color: #ff0000;
}

TR.headerError {
  background: #ff0000;
}

TD.headerError {
  font-family: MS Reference Sans serif;
  font-size: 12px;
  background: #ff0000;
  color: #ffffff;
  font-weight : bold;
  text-align : center;
}

TR.headerInfo {
  background: #13ff01;
}

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

TR.footer {
  background: #13ff01;
}

/*footer menu*/
TD.footer {
  font-family: MS Reference Sans serif;
  font-size: 12px;
  background: #fde951;
  color: #000000;
  font-weight: bold;
}

/*borders around categories, whats new, quick find, information, shopping cart, reviews, languages, and currencies*/
.infoBox {
  background: #fde951;
}

.infoBoxContents {
  background: #000000;
  font-family: MS Reference Sans serif;
  font-size: 11px;
}

.infoBoxNotice {
  background: #FF8E90;
}

/*Credit card error menu*/
.infoBoxNoticeContents {
  background: #000000;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

TD.infoBoxHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
  background: #fde951;
  color: #000000;
}

TD.infoBox, SPAN.infoBox {
  font-family: Verdana, Arial, 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: #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;
}

/*product border*/
TABLE.productListing {
  border: 1px;
  border-style: solid;
  border-color: #fde951;
  border-spacing: 1px;
}

/*product header menu*/
.productListing-heading {
  font-family: MS Reference Sans serif;
  font-size: 12px;
  background: #fde951;
  color: #000000;
  font-weight: bold;
}

/*product name font and size*/
TD.productListing-data {
  font-family: Verdana, Arial, sans-serif;
  font-size: 15px;
}

A.pageResults {
  color: #0000FF;
}

A.pageResults:hover {
  color: #0000FF;
  background: #fde951;
}
/* Main header at every page "welcome to our store!" */
TD.pageHeading, DIV.pageHeading {
  font-family: MS Reference Sans serif;
  font-size: 22px;
  font-weight: bold;
  color: #ffffff;
}

TR.subBar {
  background: #13ff01;
}

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

/*welcome message*/
TD.main, P.main {
  font-family: MS Reference Sans serif;
  font-size: 14px;
  font-weight:normal;
  line-height: 1.5;
}

/*new products text*/
TD.smallText, SPAN.smallText, P.smallText {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
}

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

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

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

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

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

/*checkboxes and quantity boxes*/
CHECKBOX, INPUT, RADIO, SELECT {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
}

TEXTAREA {
  width: 100%;
  font-family: Verdana, Arial, sans-serif;
  font-size: 11spx;
}

SPAN.greetUser {
  font-family: Verdana, Arial, sans-serif;
  font-size: 16px;
  color: #ffffff;
  font-weight: bold;
}

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

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

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

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

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

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

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

/* message box */

.messageBox { font-family: Verdana, Arial, sans-serif; font-size: 10px; }
.messageStackError, .messageStackWarning { font-family: Verdana, Arial, sans-serif; font-size: 10px; background-color: #AABBDD; }
.messageStackSuccess { font-family: Verdana, Arial, sans-serif; font-size: 10px; background-color: #000000; }

/* input requirement */

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

TABLE.popup {
  border-width: 1px;
  border-style: dotted;  
  border-color
}