/*
  $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: Verdana, Arial, sans-serif; font-size: 10px; }
.prdname { color: #bd5d07; font-size: 16px; font-family: Arial; font-weight: bold }
.prdtxt { color: #666; font-size: 11px; font-family: Arial }
.prdherbs { color: #616161; font-size: 11px; font-family: Arial; line-height: 18px; }
.prdherbs2 { color: #616161; font-size: 12px; font-family: Arial; text-decoration: none; }
.prdherbs2 A { color: #bd5d07; font-size: 12px; font-family: Arial; text-decoration: underline; }
.prdherbs2 A:hover { color: #e2b993; font-size: 12px; font-family: Arial; text-decoration: underline; }
.fptext { color: #666; font-size: 11px; font-family: Arial }
.prdtxt1   { color: #006953; font-size: 12px; font-family: Arial }
.prdtxt2 { color: #666; font-size: 12px; font-family: Arial; font-weight: 700 }
.prdtxt2 A:hover  { color: #999; font-size: 12px; font-family: Arial; font-weight: 700; text-decoration: underline }
.prdtxt2 A  { color: #666; font-size: 12px; font-family: Arial; font-weight: 700; text-decoration: underline }
.prdtxt3 { color: #fff; font-size: 12px; font-family: Arial; font-weight: 700 }
.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: #f2fff7; }
.orderEdit { font-family : Verdana, Arial, sans-serif; font-size : 10px; color: #70d250; text-decoration: underline; }

BODY {
  background: #ffffff;
  color: #000000;
  margin: 0px;
}

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

A:hover {
  color: #AABBDD;
  text-decoration: underline;
}

FORM {
	display: inline;
}
.sideLnk { color: #063; font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif }
.magneticclay { color: white; font-size: 12px; font-family: Arial ; text-decoration: none; }
.sideLnk1 { color: #606060; font-size: 12px; font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: bold }
.sideLnk A { color: #063; font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif; text-decoration: underline }
.prdtxt1 A     { color: #333; font-size: 12px; font-family: Arial; text-decoration: underline }
.magneticclay A   { color: white; font-size: 12px; font-family: Arial ; text-decoration: none; }
.sideLnk A:hover { color: #004c26; font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif; text-decoration: underline }
.prdtxt1 A:hover    { color: #666; font-size: 12px; font-family: Arial; text-decoration: underline }
.magneticclay A:hover  { color: white; font-size: 12px; font-family: Arial; text-decoration: underline }
TR.header {
  background: #ffffff;
}

TR.headerNavigation {
  background: #bbc3d3;
}

TD.headerNavigation {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: #bbc3d3;
  color: #ffffff;
  font-weight : bold;
}

A.headerNavigation { 
  color: #FFFFFF; 
}

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

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: #bbc3d3;
  color: #ffffff;
  font-weight: bold;
}

.infoBox  { background: #e8ebcf }

.infoBoxContents  { font-size: 10px; font-family: Verdana, Arial, sans-serif; background-color: #fff }

.infoBoxNotice {
  background: #FF8E90;
}

.infoBoxNoticeContents {
  background: #FFE6E6;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

TD.infoBoxHeading  { color: #ffffff; font-size: 10px; font-family: Verdana, Arial, sans-serif; font-weight: bold; background: #e8ebcf }

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

TR.accountHistory-even, TR.addressBook-even, TR.alsoPurchased-even, TR.payment-even, TR.productReviews-even, TR.upcomingProducts-even, TR.shippingOptions-even {
  background: #f8f8f9;
}
TR.productListing-even,{
  background: #ffffff;
}
TABLE.productListing   { border-spacing: 10px  }
TABLE.productListing1 { border: solid 1px #e8ebcf; border-spacing: 1px  }
.productListing-heading   { color: #989898; font-size: 10px; font-family: Verdana, Arial, sans-serif; font-weight: bold; background: #e8ebcf }

TD.productListing-data {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

A.pageResults {
  color: #0000FF;
}

A.pageResults:hover {
  color: #0000FF;
  background: #FFFF33;
}

TD.pageHeading, DIV.pageHeading { font-family: Arial; font-size: 20px; color: #bd5d06; line-height: 41px; background-image: url(images/headingbk.gif); }

TR.subBar {
  background: #f4f7fd;
}

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

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

TD.smallText, SPAN.smallText, P.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;
}

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

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: #f0a480;
  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.productSpecialPrice {
  font-family: Verdana, Arial, sans-serif;
  color: #ff0000;
}

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: #ff0000; }
.scprice { color: #be5c05; font-size: 12px; font-family: Arial; font-weight: bold }
.scsmtxt { color: #666; font-size: 11px; font-family: Arial }
.disclaimer { color: #063; font-size: 10px; font-family: Tahoma }
.productheader { color: #066; font-size: 16px; font-family: "Arial Narrow"; font-weight: bold }
.seachfield { color: #4d4d4d; font-size: 12px; font-family: Arial; background-color: #fff; border-width: 1px; border-color: #b3b3b3 }
.legalprivacy { color: #063; font-size: 11px; font-family: Arial; text-decoration: underline }
.legalprivacy A { color: #063; font-size: 11px; font-family: Arial; text-decoration: underline }
.legalprivacy A:hover { color: #063; font-size: 11px; font-family: Arial; text-decoration: underline }
.topnav2 { color: #7b9738; font-size: 10px; font-family: Arial; font-weight: 600; text-decoration: none; background: url(../images/arrow_top_nav.gif) no-repeat left center; padding-left: 13px; }
.topnav2 A { color: #7b9738; font-size: 10px; font-family: Arial; font-weight: 600; text-decoration: none; background-color: transparent; background-repeat: no-repeat; background-attachment: scroll; background-position: left center; }
.topnav2 A:hover { color: #7b9738; font-size: 10px; font-family: Arial; font-weight: 600; text-decoration: underline; background-color: transparent; }
.topnav { color: #7b9738; font-size: 10px; font-family: Arial; background: url(../images/arrow_top_nav.gif) no-repeat left center; text-decoration: none; padding-left: 13px; }.topnav A { color: #7b9738; font-size: 10px; font-family: Arial; background-color: transparent; background-repeat: no-repeat; background-attachment: scroll; background-position: left center; text-decoration: none; }
.topnav A:hover { color: #7b9738; font-size: 10px; font-family: Arial; background-color: transparent; text-decoration: underline; }
.sidenav a { display:block; width:168px; background-color: #E8EBCF}
.sidenav a:hover { background-color: #DBE1BF}