/*
  $Id: stylesheet.css,v 1.1.1.1 2003/09/18 19:01:39 wilt Exp $

  osCommerce, Open Source E-Commerce Solutions
  http://www.oscommerce.com

  Copyright (c) 2003 osCommerce

  Released under the GNU General Public License

*/

/* Weird bug fix */
br {
  background-color: #FFFFFF;
}

body {
  background-color: #2E2E2E;
  color: #000000;
  margin: 0px;
  font-family: Verdana, Arial, sans-serif;
}

.outerOuterTable {
  background-color: #D9D9D9;/*#FCF3E4;*/
  /*
  border-left:  1px solid #EDEBE9;
  border-right: 1px solid #EDEBE9;
  border-bottom: 1px solid #EDEBE9;
  */
}

A {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  cursor: hand;
}

A:hover {
  color: #E13726;
  text-decoration: underline;
}

/* This code is compatible with Firefox  */
hr {
  color: #C1BCB5;
  height: 1px;
  width: 100%;
  border-style: solid;
  border-top-width: 1px;
  border-bottom-width: 0px;
}

.main {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  line-height: 1.3;
}

/* body.main is needed for the backoffice WYSWYG */
body.main {
  background-color: #FFFFFF;
}

/* class="main larger" can be used as the default homepage text size */
.larger {
  font-size: 13px;
  line-height: 1.5;
}

.leading {
  line-height: 1.5;
}

.smaller {
  font-size: 9px;
}

.shiftDown input {
  position: relative;
  top: 1pt;
}

.hilite {
  color: #981300;
}

.boxTextHeading, .boxTextHeading table {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  font-weight: bold;
  padding: 3px;
  border: 1px solid #A5ACB2;
  margin-bottom: 8px;
  background-color: #4A4A4A;
  color: #FFFFFF;
}

.boxTextHeading a, .boxTextHeading table a {
  color: #FFFFFF;
}

.boxTextHeading a:hover, a:hover div.boxTextHeading {
  text-decoration: underline;
  color: #FFFFFF;
}

.boxText, table.boxText {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

a div.boxTextHeading {
  cursor: pointer;
  cursor: hand;
}

table.boxText {
  width: 154px;
}

.boxText img {
  margin-bottom:6px;
  b
}

.boxText a {
  text-decoration: underline;
  color: #000000;
}

.boxText a:hover {
  text-decoration: underline;
  color: #E13726;
}

.boxText input {
  margin-bottom:5px;
}

.boxText div {
  margin-bottom:4px;
}

.boxBorder {
  border: 1px solid #C1BCB5;
}

.imgBorder img {
  margin-bottom: 4px;
  border: 0px solid #4A4A4A;/*#ACACAC;/*#BFBFBF;*/
}

.bLine {
  border-bottom:1px dashed #A5ACB2;
  padding-bottom: 8px;
  margin-bottom: 16px;
}

.newItemInCart {
  font-style: italic;
}

.cat {
  padding: 5px;
  background-color: #EAEAEA;
  margin-bottom: 3px;
  text-decoration: none;
}

.catOver {
  padding: 5px;
  background-color: #B9CCD7;
  margin-bottom: 3px;
}

a.catLink {
  text-decoration: none;
  color: #000000;
}

a.catLink:hover {
  color: #000000;
  text-decoration: underline;
}

.subCat {
  line-height:1.4;
  margin-left: 10px;
}

a.subCatLink {
  text-decoration: none;
  color: #000000;
}

a.subCatLink:hover {
  color: #000000;
}

.pageSubcatHeading {
  font-size: 14px;
  color: #981300;/*#B5816F;*/
  font-weight: bold;
  margin-bottom: 8px;
}

.pageSubcat {
  margin-bottom: 5px;
}

.pageSubcat a {
  text-decoration: underline;
}

.moduleWidth {
  width: 97%;
}

.module {
  font-size: 11px;
}

.module td {
  /*padding-right: 1px;*/
  padding-bottom: 20px;
}

.moduleHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  /*font-weight: bold;*/
  background-color: #E9E9E9;
  margin-bottom: 8px;
  padding: 3px;
  padding-left: 7px;
  border: 1px solid #CECECE;
  /*width: 100%*/;
}

a div.moduleHeading {
  color: #4A4A4A;
  text-decoration: none;
  cursor: pointer;
  cursor: hand;
}

.moduleLabel {
  width: 80%;
}

.price {
  color: #D53715;
  margin-top: 4px;
  line-height: 1.2;
}

.specialPrice, SPAN.productSpecialPrice {
  font-size: 13px;
  color: #D53715;
}

.smallerTitle {
  font-size: 15px;
  font-weight: bold;
}

.productDesc {
  color: #4A4A4A;
  line-height: 1.4;
}
.productDesc a {
  color: #4A4A4A;
}

.fadeBack {
  color: #7E7467;
}

a:hover div.fadeBack {
  text-decoration: underline;
}

.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-color: #D9DFE8; }
.orderEdit { font-family : Verdana, Arial, sans-serif; font-size : 10px; color: #9A9A9A; text-decoration: underline; }

.keywordSearch input {
  width: 100%;
}

FORM {
  display: inline;
}

.headerNavigation, .headerNavigation a {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: #D9D9D9;
  color: #000000;
}

.headerNavigation a:hover {
  color: #E13726;
}

TR.headerError {
  background: #ff0000;
}

TD.headerError {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  background: #ff0000;
  color: #ffffff;
  font-weight : bold;
  text-align : center;
}

TR.headerInfo {
  background: #00ff00;
}

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: /*#bbc3d3*/;
}

TD.footer {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: #4A4A4A;
  color: #FFFFFF;
}

TD.footer a {
  text-decoration: none;
  color: #FFFFFF;
}

TD.footer a:hover {
  text-decoration: none;
  color: #FFFFFF;
}

.infoBox {
  background: #b6b7cb;
}

.infoBoxContents {
  background-color: #F9F8F7;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

.infoBoxNotice {
  background: #FF8E90;
}

.infoBoxNoticeContents {
  background: #FFE6E6;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

TD.infoBoxHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  font-weight: bold;
  background: #bbc3d3;
  color: #ffffff;
}

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: #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: #f8f8f9;
}

.prodListLinks, .prodListLinks a {
  color: #5B534A;
  line-height: 1.5;
}

TABLE.productListing {
  border: 1px;
  border-style: solid;
  border-color: #b6b7cb;
  /*border-spacing: 1px;*/
}

.productListing-heading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: #E9E9E9;
  color: #9A9A9A;
  font-weight: bold;
  padding: 6px;
}

.bottomBorder{
  border-bottom: 1px solid #C1BCB5;
}

TD.productListing-data {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  padding: 6px;
}

TD.productListing-data img {
  border: 1px solid #B6B7CB;
  margin-right: 5px;
}

A.pageResults {
  color: #0000FF;
}

A.pageResults:hover, pageResults a:hover {
  color: #0000FF;
  background: #FFFF33;
}

TD.pageHeading, DIV.pageHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 18px;
  /*font-weight: bold;*/
  color: #DC3522;/*#B5816F;*/
  position: relative;
  /*top: -5px;*/
  left: -2;
  margin-bottom: 3px;
}

TR.subBar {
  background: #f4f7fd;
}

TD.subBar {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #000000;
}

.smallText, SPAN.smallText, P.smallText, TABLE.smallText {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

TD.accountCategory {
  font-family: Verdana, Arial, sans-serif;
  font-size: 13px;
  color: #aabbdd;
}

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;
}

TD.category_desc {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  line-height: 1.5;
}

CHECKBOX, INPUT, RADIO, SELECT {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
}

TEXTAREA {
  width: 100%;
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
}

SPAN.greetUser {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  color: #DC3522;
  font-weight: bold;
}

TABLE.formArea {
  background: #f1f9fe;
  border-color: #7b9ebd;
  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.errorText {
  font-family: Verdana, Arial, sans-serif;
  color: #ff0000;
}

.moduleRow { }
.moduleRowOver { background-color: #D7E9F7; cursor: pointer; cursor: hand; }
.moduleRowSelected { background-color: #E9F4FC; }

.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: #ffb3b5; }
.messageStackSuccess { font-family: Verdana, Arial, sans-serif; font-size: 10px; background-color: #99ff00; }

/* input requirement */
.inputRequirement { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #981300; }