/*
  $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: Arial, Trebuchet MS, Verdana, sans-serif; font-size: 12px; }
.errorBox { font-family : Arial, Trebuchet MS, Verdana, sans-serif; font-size : 12px; background: #ffb3b5; font-weight: bold; }
.stockWarning { font-family : Arial, Trebuchet MS, Verdana, sans-serif; font-size : 12px; color: #cc0033; }
.productsNotifications { background: #EEEEEE; font-family : Arial, Trebuchet MS, Verdana, sans-serif; font-size : 12px; color: #000000; }
.orderEdit { font-family : Arial, Trebuchet MS, Verdana, sans-serif; font-size : 12px; color: #70d250; text-decoration: underline; }

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

.columnLeft {
  /* Mozilla ignores crazy MS image filters, so it will skip the following */
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='./images/design/column_left_bg.png');
}
/* IE ignores styles with [attributes], so it will skip the following. */
.columnLeft[class] {
  background: url('./images/design/column_left_bg.png');
}

.columRight {
  background: #E9F4D0;
  width: 185px;
}

.botanicaLogo {
  /* Mozilla ignores crazy MS image filters, so it will skip the following */
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='./images/design/botanica_logo.png');
}
/* IE ignores styles with [attributes], so it will skip the following. */
.botanicaLogo[class] {
  background: url('./images/design/botanica_logo.png');
}	
	
a.headerLink:link { font-family: Arial, Trebuchet MS, Verdana, sans-serif; font-size: 12px; color: #393C35; font-weight: bold; text-decoration: none; }
a.headerLink:visited { font-family: Arial, Trebuchet MS, Verdana, sans-serif; font-size: 12px; color: #393C35; font-weight: bold; text-decoration: none; }
a.headerLink:active { font-family: Arial, Trebuchet MS, Verdana, sans-serif; font-size: 12px; color: #96CC20; font-weight: bold; text-decoration: none; }
a.headerLink:hover { font-family: Arial, Trebuchet MS, Verdana, sans-serif; font-size: 12px; color: #96CC20; font-weight: bold; text-decoration: underline; }

a.FooterLink:link { font-family: Arial, Trebuchet MS, Verdana, sans-serif; font-size: 12px; color: #B0B0B0; font-weight: bold; text-decoration: none; }
a.FooterLink:visited { font-family: Arial, Trebuchet MS, Verdana, sans-serif; font-size: 12px; color: #B0B0B0; font-weight: bold; text-decoration: none; }
a.FooterLink:active { font-family: Arial, Trebuchet MS, Verdana, sans-serif; font-size: 12px; color: #96CC20; font-weight: bold; text-decoration: none; }
a.FooterLink:hover { font-family: Arial, Trebuchet MS, Verdana, sans-serif; font-size: 12px; color: #96CC20; font-weight: bold; text-decoration: underline; }

A {
  color: #393C35;
  text-decoration: none;
}

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

FORM {
	display: inline;
}

.headerMain {
	background: url('./images/design/header_banner.jpg') 50% no-repeat;
}

/* Herb Background Images */

.herbCalendula {
	background: url('./images/design/herb_calendula.jpg') top right no-repeat;
}

.herbChamomile {
	background: url('./images/design/herb_chamomile.jpg') top right no-repeat;
}

.herbEchinacea {
	background: url('./images/design/herb_echinacea.jpg') top right no-repeat;
}

.herbGingko {
	background: url('./images/design/herb_gingko.jpg') top right no-repeat;
}

.herbLavender {
	background: url('./images/design/herb_lavender.jpg') top right no-repeat;
}

.herbMilkthistle {
	background: url('./images/design/herb_milkthistle.jpg') top right no-repeat;
}

.herbMullein {
	background: url('./images/design/herb_mullein.jpg') top right no-repeat;
}

.herbPeony {
	background: url('./images/design/herb_peony.jpg') top right no-repeat;
}

.herbRosemary {
	background: url('./images/design/herb_rosemary.jpg') top right no-repeat;
}

.header {
	background: url('./images/design/header_bg.jpg');
}

TD.headerNavigation {
  font-family: Arial, Trebuchet MS, Verdana, sans-serif;
  font-size: 14px;
  color: #FFFFFF;
}

A.headerSearch { 
  color: #96CC20; 
}

A.headerSearch:hover {
  color: #03341D;
}

A.headerNavigation { 
  color: #FFFFFF; 
}

A.headerNavigation:hover {
  color: #4C6219;
}

TR.headerError {
  background: #ff0000;
}

TD.headerError {
  font-family: Arial, Trebuchet MS, Verdana, sans-serif;
  font-size: 12px;
  background: #ff0000;
  color: #ffffff;
  font-weight : bold;
  text-align : center;
}

TR.headerInfo {
  background: #00ff00;
}

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

.footer {
  background: url('./images/design/footer_bg.jpg');
  height: 120px;
  border-top: 1px solid #B2B9B1;
  font-family: Arial, Trebuchet MS, Verdana, sans-serif;
  font-size: 12px;
  color: #B0B0B0;
  font-weight: bold;
}

.footerText {
  font-family: Arial, Trebuchet MS, Verdana, sans-serif;
  font-size: 12px;
  color: #B0B0B0;
  font-weight: bold;
}

.headerNav {
  background: #FFFFFF;
  height: 25px;
  border-bottom: 1px solid #B2B9B1;
  font-family: Arial, Trebuchet MS, Verdana, sans-serif;
  font-size: 12px;
  color: #B2B9B1;
  font-weight: bold;
}

.mainBox {
  background: #FFFFFF;
}

.infoBox {
}

.infoBoxContents {
  font-family: Arial, Trebuchet MS, Verdana, sans-serif;
  padding: 4px;
  font-size: 12px;
}

.subHeading {
  font-family: Arial, Trebuchet MS, Verdana, sans-serif;
  padding: 0px;
  font-size: 18px;  
  font-weight: bold;
  color: #96CC20;
}

.contentBoxContents {
  font-family: Arial, Trebuchet MS, Verdana, sans-serif;
  padding: 4px;
  font-size: 12px;
}

.infoBoxReview {
  background: #F3F2FF;
  font-family: Arial, Trebuchet MS, Verdana, sans-serif;
  font-size: 12px;
}

.infoBoxNotice {
  background: #FF8E90;
}

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

TD.infoBoxHeading {
  font-family: Arial, Trebuchet MS, Verdana, sans-serif;
  padding: 4px;
  font-weight: bold;
  background: #CAE692;
  font-size: 14px;
  line-height: 1.5;
  color: #4C6219;
}

TD.contentBoxHeading {
  font-family: Arial, Trebuchet MS, Verdana, sans-serif;
  font-size: 16px;
  font-weight: bold;
  color: #4C6219;
}

TD.infoBox, SPAN.infoBox {
  font-family: Arial, Trebuchet MS, Verdana, sans-serif;
  font-size: 12px;
}

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.productListing-even, TR.productReviews-even, TR.upcomingProducts-even, TR.shippingOptions-even {
  background: #FFFFFF;
}

TABLE.productListing {
}

.productListing-heading {
  font-family: Arial, Trebuchet MS, Verdana, sans-serif;
  font-size: 12px;
  padding: 6px;
  background: #FFFFFF;
  color: #333333;
  font-weight: bold;
}

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

A.pageResults {
  color: #4C6219;
  font-weight: bold;
}

A.pageResults:hover {
  color: #96CC20;
  font-weight: bold;
}


.pageHeading {
  font-family: Arial, Trebuchet MS, Verdana, sans-serif;
  font-size: 30px;
  font-weight: bold;
  color: #96CC20;
}

TR.subBar {
  background: #f4f7fd;
}

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

.main {
  font-family: Arial, Trebuchet MS, Verdana, sans-serif;
  font-size: 12px;
  line-height: 1.5;
}

TD.mainText, P.mainText {
  font-family: Arial, Trebuchet MS, Verdana, sans-serif;
  font-size: 12px;
  line-height: 1.5;
  color: #4C6219;
}

TD.subtotal, P.subtotal {
  font-family: Arial, Trebuchet MS, Verdana, sans-serif;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.5;
  color: #000000;
}

.mainblue {
  font-family: Arial, Trebuchet MS, Verdana, sans-serif;
  font-size: 12px;
  line-height: 1.5;
}

TD.mainheader, P.mainheader {
  font-family: Arial, Trebuchet MS, Verdana, sans-serif;
  padding: 4px;
  color: #4C6219;
  font-size: 14px;
  line-height: 1.5;
  background-color: #CAE692;
}

TD.mainheaderGray, P.mainheaderGray {
  font-family: Arial, Trebuchet MS, Verdana, sans-serif;
  padding: 4px;
  color: #FFFFFF;
  font-size: 12px;
  line-height: 1.5;
  background-color: #999999;
}

TD.smallText, SPAN.smallText, P.smallText {

  font-family: Arial, Trebuchet MS, Verdana, sans-serif;
  padding: 4px;
  font-size: 12px;
}

TD.smallTextHeader, SPAN.smallTextHeader, P.smallTextHeader {
  font-family: Arial, Trebuchet MS, Verdana, sans-serif;
  padding: 4px;
  font-size: 12px;
}

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

.fieldbg {
  font-family: Arial, Trebuchet MS, Verdana, sans-serif;
  font-size: 12px;
  font-weight: bold;
  background-color: #f8f8f9;
}

TD.fieldKey {
  font-family: Arial, Trebuchet MS, Verdana, sans-serif;
  font-size: 12px;
  font-weight: bold;
  background-color: #FF9B9B;
}

TD.fieldValue {
  font-family: Arial, Trebuchet MS, Verdana, sans-serif;
  font-size: 12px;
  background-color: #D1E0FC;
}

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

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

CHECKBOX, INPUT, RADIO, SELECT {
  font-family: Arial, Trebuchet MS, Verdana, sans-serif;
  font-size: 12px;
}

TEXTAREA {
  width: 100%;
  font-family: Arial, Trebuchet MS, Verdana, sans-serif;
  font-size: 12px;
}

SPAN.greetUser {
  font-family: Arial, Trebuchet MS, Verdana, sans-serif;
  font-size: 12px;
  color: #f0a480;
  font-weight: bold;
}

TABLE.formArea {
  background: #f1f9fe;
  border-color: #7b9ebd;
  border-style: solid;
  border-width: 1px;
}

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

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

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

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

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

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

/* message box */

.messageBox { font-family: Arial, Trebuchet MS, Verdana, sans-serif; font-size: 12px; }
.messageStackError, .messageStackWarning { font-family: Arial, Trebuchet MS, Verdana, sans-serif; font-size: 12px; background-color: #ffb3b5; }
.messageStackSuccess { font-family: Arial, Trebuchet MS, Verdana, sans-serif; font-size: 12px; background-color: #99ff00; }

/* input requirement */

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

.inputRequirementheader { font-family: Arial, Trebuchet MS, Verdana, sans-serif; font-size: 12px; color: #4C6219; background-color: #CAE692; }