﻿/*
  $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
*/

.boxText {
   font-family: Tahoma;
   font-size: 12px;
}
.errorBox {
   font-family: Tahoma;
   font-size: 11px;
   background: ThreedHighlight;
   font-weight: bold;
}
.stockWarning { font-family: Tahoma;
 font-size : 11px; color: #cc0033; }
.productsNotifications {
   background: White;
   border: 1px 1;
}
.orderEdit {
   font-family: Tahoma;
   font-size: 12px;
   color: #383838;
   text-decoration: underline;
}

BODY {
   background: #FAF2CE;
   color: Black;
   margin: 0px;
}

A {
   color: Black;
   text-decoration: bold;
}

A:hover {
   color: #840000;
   text-decoration: none;
   font-style: bold;
}

FORM {
        display: inline;
}

TR.header {
   background: White;
}

TR.headerNavigation {
   background: #F1F1F1;
   border: 1px solid Black;
}

TD.headerNavigation {
   font-family: Tahoma;
   font-size: 12px;
   background: #F8F8F8;
   color: Black;
   font-weight: bold;
}

A.headerNavigation {
	color: Black;
}

A.headerNavigation:hover {
   color: #990000;
}

TR.headerError {
	background: Aqua;
}

TD.headerError {
   font-family: Tahoma;
   font-size: 11px;
   background: #C6C6C6;
   color: #ffffff;
   font-weight: bold;
   text-align: center;
}

TR.headerInfo {
   background: #D8D8D8;
}

TD.headerInfo {
  font-family: Tahoma;
  font-size: 12px;
  background: #4B1700;
  color: #ff0000;
  font-weight: bold;
  text-align: center;
}

TR.footer {
   background: #D8D8D8;
}

TD.footer {
   font-family: Tahoma;
   font-size: 13px;
   background: #D8D8D8;
   color: #696969;
   font-weight: bold;
}

.infoBox {
   background: Silver;
}

.infoBoxContents {
   background: #F0F0F0;
   font-family: Tahoma;
   font-size: 11px;
   font: bold;
}

.infoBoxNotice {
   background: #EBECE6;
   border: 1px Black;
   border-bottom: 1px;
   border-bottom-color: Black;
}

.infoBoxNoticeContents {
   background: White;
   font-family: Tahoma;
   font-size: 12px;
}

TD.infoBoxHeading {
   font-family: Tahoma;
   font-size: 12px;
   font-weight: bold;
   background: #DFDFDF;
   color: #6C0000;
   font: bold;
   background-image: url(images/infobox/11.jpg);
}

TD.infoBox, SPAN.infoBox {
  font-family: Tahoma;
  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: #E4E4E4;
}

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: #F6F6F6;
}

TABLE.productListing {
	border-spacing: 1px;
	border: 1px #FAF2CE ridge;
}

.productListing-heading {
   font-family: Tahoma;
   font-size: 12px;
   background: ThreedHighlight;
   color: Black;
   font-weight: bold;
}

TD.productListing-data {
   font-family: Tahoma;
   font-size: 11px;
}

A.pageResults {
	color: #FAF2CE;
}

A.pageResults:hover {
	color: Black;
	background: #FF0000;
}

TD.pageHeading, DIV.pageHeading {
   font-family: Tahoma;
   font-size: 13px;
   color: #404040;
}

TR.subBar {
   background: #DCDCDC;
}

TD.subBar {
   font-family: Tahoma;
   font-size: 11px;
   color: #C7C7C7;
}

TD.main, P.main {
  font-family: Tahoma;
  font-size: 11px;
  line-height: 1.5;
}

TD.smallText, SPAN.smallText, P.smallText {
  font-family: Tahoma;
  font-size: 11px;
}

TD.accountCategory {
   font-family: Tahoma;
   font-size: 11px;
   color: #C7C7C7;
}

TD.fieldKey {
  font-family: Tahoma;
  font-size: 11px;
  font-weight: bold;
}

TD.fieldValue {
  font-family: Tahoma;
  font-size: 12px;
}

TD.tableHeading {
  font-family: Tahoma;
  font-size: 11px;
  font-weight: bold;
}

SPAN.newItemInCart {
   font-family: Tahoma;
   font-size: 11px;
   color: #606060;
}

CHECKBOX, INPUT, RADIO, SELECT {
   font-family: Tahoma;
   font-size: 11px;
}

TEXTAREA {
   width: 100%;
   font-family: Tahoma;
   font-size: 12px;
}

SPAN.greetUser {
	font-family: Tahoma;
	font-size: 11px;
	color: #154CAE;
	font-weight: bold;
}

TABLE.formArea {
   background: #F5F5F5;
   border-color: #CBCBCB;
   border-style: solid;
   border-width: 1px;
}

TD.formAreaTitle {
  font-family: Tahoma;
  font-size: 12px;
  font-weight: bold;
}

SPAN.markProductOutOfStock {
   font-family: Tahoma;
   font-size: 12px;
   color: #c76170;
   font-weight: bold;
   border-bottom-color: Black;
   border-bottom-width: 1px;
   border-bottom-style: solid;
}

SPAN.productSpecialPrice {
   font-family: Tahoma;
   color: #7D0000;
   font: bold;
   font-size: 13px;
}

SPAN.errorText {
  font-family: Tahoma;
  color: #ff0000;
}

.moduleRow { }
.moduleRowOver { background-color: #D7E9F7; cursor: pointer; cursor: hand; }
.moduleRowSelected {
   background-color: #B9B9B9;
}

.checkoutBarFrom, .checkoutBarTo { font-family: Tahoma; font-size: 11px; color: #8c8c8c; }
.checkoutBarCurrent { font-family: Tahoma; font-size: 11px; color: #000000; }

/* message box */

.messageBox { font-family: Tahoma; font-size: 11px; }
.messageStackError, .messageStackWarning { font-family: Tahoma; 
font-size: 11px; background-color: #ffb3b5; }
.messageStackSuccess { font-family: Tahoma; font-size: 11px; background-color: #99ff00; }

/* input requirement */

.inputRequirement {
   font-family: Tahoma;
   font-size: 11px;
   color: #000000;
}
