/*
  $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; }
.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; }

/* center the content in a fixed width container */
body{text-align:center;}

body {
  font-size: 13px;
}
div#main_body {
  margin:auto;text-align:left;
  width:78.766em;*width:76.868em;min-width:1024px;
  padding-top: 2px;
}

BODY {
  background: #ffffff;
  color: #000000;
  margin: 0px;
  font-family: Verdana, Arial, sans-serif;
}

A {
  color: #7b7e3c;  /* Southern Herb dark green link.  originally #000000 */
  text-decoration: none;
}

a.cat {
  display: block;
}
a.level_1 {
  margin-left: 15px;
}
a.level_2 {
  margin-left: 25px;
}
a.level_3 {
  margin-left: 35px;
}
a.level_4 {
  margin-left: 45px;
}

A:hover {
  color: #9462bc;   /* Southern Herb logo purple.  originally #AABBDD.  tried #6055BD, the blue logo color */
  text-decoration: underline;
}

FORM {
	display: inline;
}

div.header {
  background: #f0f3e5;   /* Southern Herb background green.  originally #ffffff.  tried #f8f8e8, lightest gold */
  background-image: url("/catalog/images/header/sh_index_header.jpg");
  background-repeat: no-repeat;
  height: 129px;
  width: 1024px;
  cursor: hand;
}
div.headerTopNav {
  position: relative;
  font-family: sans-serif, Verdana, Arial;
  font-size: 15px;
  font-weight: bold;
  top: 110px;
 /* left: 40%; */
 /*  width: 60%; */
  float: right;
  text-align: right;
}
div.headerTopNav a {
  color: #5d93bf;
  margin: 0 15px 0 0;
}

div.headerNavigation {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  background: #abbe7c;  /* Southern Herb olive green.  originally #bbc3d3.  tried #e5b200, gold */
  color: #ffffff;
  font-weight: bold;
  width: 1024px;
}

div#logo_container img {
  text-align: left;
  margin: 5px 5px 5px 3px;
}

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;
}

td.home_right {
  width: 180px;
  padding: 0px;
  text-align: left;
}
td.home_right h3 {
  font-size: 12px;
  font-family: Verdana, Arial, sans-serif;
  font-weight: bold;
  line-height: 1.4em;
  margin: 12px 0px 5px 0px;
  padding: 2px 11px 6px 2px;
}

div#shoutlet {
  height: 255px;
  width: 200px;
  margin: 0;
  padding: 0;
  _margin-left: 0px; /* ie hack */
  text-align: center;
}

/* cat interior pages */
td.catImage {
  width: 65px;
}
td.catTitle h1, td.catTitle h2, td.catTitle h3 {
  padding: 0;
  margin: 0;
}

td.catTitle {
  vertical-align: middle;
  padding-left: 10px;
}
td.filter {
  width: 220px;
  text-align: right;
  font-size: 8px;
}
div.catXLImage {
  float: right;
}

table.category_holder {
/*   border: dotted yellow 1px; */
  height: 100%;
}
table.category_holder tr {
  vertical-align: top;
}
table.category_holder#cat_1 {
  background-image: url(/catalog/images/categories/photo/interior_img_herbs.jpg);
  background-position: bottom right;
  background-repeat: no-repeat;
}
table.category_holder#cat_2 {
  background-image: url(/catalog/images/categories/photo/interior_img_tools.jpg);
  background-position: bottom right;
  background-repeat: no-repeat;
}
table.category_holder#cat_3 {
  background-image: url(/catalog/images/categories/photo/interior_img_flower.jpg);
  background-position: bottom right;
  background-repeat: no-repeat;
}
table.category_holder#cat_4 {
  background-image: url(/catalog/images/categories/photo/interior_img_tea.jpg);
  background-position: bottom right;
  background-repeat: no-repeat;
}
table.category_holder#cat_5 {
  background-image: url(/catalog/images/categories/photo/interior_img_bodycare.jpg);
  background-position: bottom right;
  background-repeat: no-repeat;
}
table.category_holder#cat_6 {
  background-image: url(/catalog/images/categories/photo/interior_img_books.jpg);
  background-position: bottom right;
  background-repeat: no-repeat;
}

td.catTitle h2 {
  font-family: Georgia, serif;
  font-weight: normal;
}

td.catTitle h2.cat_1 {
  color: #A0B17D;
}
td.catTitle h2.cat_2 {
  color: #E6B42F;
}
td.catTitle h2.cat_3 {
  color: #BC8088;
}
td.catTitle h2.cat_4 {
  color: #C9A170;
}
td.catTitle h2.cat_5 {
  color: #97B3C9;
}
td.catTitle h2.cat_6 {
  color: #8A7EAE;
}
td.catTitle h2.cat_7 {
  color: #FFFFFF;
}


/* catalog quick order */
.qo_description {
  padding-left: 1em;
  font-weight: bold;
  
}

TR.footer {
  background: #abbe7c;  /* Southern Herb olive green.  originally #bbc3d3.  tried #e5b200, gold */
}

TD.footer {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: #abbe7c;  /* Southern Herb olive green.  originally #bbc3d3.  tried #e5b200, gold */
  color: #ffffff;
  font-weight: bold;
}


A.infoBox {
  color: #ffffff;
}

.infoBox {
  background: #abbe7c;  /* Southern Herb olive green.  originally #bbc3d3.  tried #e5b200, gold */
}

.infoBoxContents {
  background: #f0f3e5;   /* Southern Herb background green.  originally #ffffff.  tried #f8f8e8, lightest gold */
  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: 12px;
  font-weight: bold;
  background: #abbe7c;  /* Southern Herb olive green.  originally #bbc3d3.  tried #e5b200, gold */
  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: #f0f3e5;   /* Southern Herb background green.  tried #f8f8e8, lightest gold */
}

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: #f0f3e5;   /* Southern Herb background green.  tried #f8f8e8, lightest gold */
}

TABLE.productListing {
  border: 1px;
  border-style: solid;
  border-color: #abbe7c;  /* Southern Herb olive green.  originally #b6b7cb.  tried #e5b200, gold */
  border-spacing: 0px;    /* 1px; */
}

.productListing-heading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  background: #abbe7c;  /* Southern Herb olive green.  originally #b6b7cb.  tried #e5b200, gold */
  color: #FFFFFF;
  font-weight: bold;
}

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

A.pageResults {
  color: #0000FF;
}

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

TD.pageHeading, DIV.pageHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 20px;
  font-weight: bold;
  color: #606060;  /* #9a9a9a */
}

TD.pageSubHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 14px;
  color: #606060;  /* #9a9a9a */
}

span.pageSubHeading {
  font-size: 16px;
}

TR.subBar {
  background: #f4f7fd;
}

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

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

TD.login_notice {
  font-size: 10px;
  color: red;
  width: 200px;
  text-align: center;
  padding: 2px 0px 4px 0px;
  border: dotted 1px red; 
}

P.title {
  font-weight: bold;
  font-size: 14px;
  line-height: 1;
}

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;
  padding: 8px 15px;
  height: 4em;
}

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-size: inherit;
  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; }

.TitleLarge {
  font-weight: bold;
  font-size: 20px;
  color: #000000;
}

.TitleBlue {
  color: #94628c;  /* Southern herb logo purple.  Tried blue #6255be */
}

.TitleSmall {
  font-weight: bold;
  font-size: 15px;
  color: #000000;
}

div.SolidColorBar {
  background-color: #abbe7c;  /* Southern Herb olive green.  tried #e5b200, gold */
  background: #abbe7c;  /* Southern Herb olive green.  tried #e5b200, gold */
  background-repeat: repeat-x;
  width: 1024px;
  height: 10px;
}

TD.oneSunBackground {
  background-image: url("images/catalog_misc/sun_art.jpg");
  background-position: center center;   /* vertical, then horizontal */
  background-repeat: no-repeat;
}


/* Experimental graphical horizontal bars */
div.HorizontalSunBars {
  background-image: url("images/header/horizontal_suns2.gif");
  background-repeat: repeat-x;
  width: 100%;
  height: 45px;
}

div.HorizontalHerbBar {
  background-image: url("images/footer/bottom_bar_herbs.jpg");
  background-repeat: repeat-x;
  width: 100%;
  height: 45px;
}

/* rules for the category bars on the home page */
ul#homecats {
  list-style: none;
  padding: 0;
   margin: 0;
}
ul#homecats li {
  display: block;
  width: 615px;
  height: 75px; 
  padding: 4px;
  margin: 2px 0px 7px 0px;
  overflow: hidden;
}
ul#homecats > li {
   padding: 3px; 
   margin: 2px 0px 0px 0px; 
}
/* headline and lede */
ul#homecats li h2, ul#homecats li h3, ul#homecats li h4 {
  position: relative;
  margin: 0;
  padding: 0;
  top: 3px;
  margin-left: 75px;
}

h2.cat_name {
  color: white;
  font-family: Georgia, serif;
  font-size: 20pt;
  font-weight: normal;
  line-height: 1em;
}
h4.cat_text {
  font-family: Verdana, san-serif;
  font-size: 11px;
  font-weight: normal;
  line-height: 1.2em;
  padding-top: 2px !important;
}


ul#homecats a, ul#homecats a:hover {
  text-decoration: none;
  color: inherit;
}
/* category colors for index (home) page */
.cat_1 {
  color: #3D4A2C;
}
.cat_2 {
  color: #5D4E12;
}
.cat_3 {
  color: #682957;
}
.cat_4 {
  color: #5C491C;
}
.cat_5 {
  color: #325052;
}
.cat_6 {
  color: #2F2879;
}
/* these are the ledes  they are all different colors, and may need to be difference widths */
/* and the _width lines are for IE. should be moved to another stylesheet */
h4.cat_1 {
  width: 70%;
  _width: 79%;
}
h4.cat_2 {
  width: 60%;
  _width: 70%;
}
h4.cat_3 {
  width: 45%;
  _width: 55%;
}
h4.cat_4 {
  width: 45%;
  _width: 55%;
}
h4.cat_5 {
  width: 40%;
  _width: 42%;
}
h4.cat_6 {
  width: 35%;
  _width: 42%;
}

li#cat_1 {
  background-repeat: no-repeat;
  background-image: url("/catalog/images/categories/herb_category.jpg");
}
li#cat_2 {
  background-repeat: no-repeat;
    background-image: url("/catalog/images/categories/tool_category.jpg");
}
li#cat_3 {
    background-repeat: no-repeat;
  background-image: url("/catalog/images/categories/flower_category.jpg");
}
li#cat_4 {
    background-repeat: no-repeat;
  background-image: url("/catalog/images/categories/teas_category.jpg");
}
li#cat_5 {
    background-repeat: no-repeat;
  background-image: url("/catalog/images/categories/bodycare_category.jpg");
}
li#cat_6 {
    background-repeat: no-repeat;
  background-image: url("/catalog/images/categories/books_category.jpg");
}
li#cat_7 {
    background-repeat: no-repeat;
  background-image: url("/catalog/images/categories/herb_category.jpg");
}

div.add_to_order_msg {
  font-size: 12px;
  font-weight: bold;
  padding: 10px 0 0 0;
}