/*
  $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
*/

/* Herb-Pharm styles */

/* special style for image in checkout_shipping */

#ship_arrow img { margin-right: 7px; }

/* Styling for rollover buttons: */

a.button {
  display: block;
  font-size: 11px;
  margin: 0 0;
  padding: 0 0;
  background-repeat: no-repeat;
}

a.button span { display: none; }

br.button { display: none; }
a.button:hover { text-decoration: none; /*border: 1px dashed yellow;*/ } 

/* Specific information for specific buttons */

a#search				    {    height: 28px;    width: 125px;    }
a#cat_21, a#cat_21_selected {    height: 20px;    width: 144px;    }
a#cat_23, a#cat_23_selected {    height: 20px;    width: 144px;    }
a#cat_22, a#cat_22_selected {    height: 20px;    width: 144px;    }
a#cat_24, a#cat_24_selected {    height: 20px;    width: 144px;    }
a#cat_31, a#cat_31_selected {    height: 20px;    width: 144px;    }
a#cat_34, a#cat_34_selected {    height: 20px;    width: 144px;    }
a#cat_36, a#cat_36_selected {    height: 29px;    width: 144px;    }
a#cat_25, a#cat_25_selected {    height: 29px;    width: 144px;    }
a#cat_33, a#cat_33_selected {    height: 20px;    width: 144px;    }
/*a#cat_41, a#cat_41_selected {    height: 29px;    width: 144px;    }*/
a#faq 				{    height: 28px;    width: 175px;    }
a#view_cart 			{    height: 29px;    width: 143px;    }

/* Now come subcategories */
a#cat_39, a#cat_39_selected {    margin-left: 20px; height: 20px;    width: 124px;    }


a#search 							{  background-image: url("images/buttons/search.off.gif");  }
a#search:hover 						{  background-image: url("images/buttons/search.on.gif"); border: none; /* hack for ie6 */ }

a#cat_21 							{  background-image: url("images/buttons/singles_off.gif"); }
a#cat_21_selected, a#cat_21:hover 	{  background-image: url("images/buttons/singles_on.gif");  border: none; }

a#cat_23 							{  background-image: url("images/buttons/comp_off.gif");  }
a#cat_23_selected, a#cat_23:hover 	{  background-image: url("images/buttons/comp_on.gif");  border: none; }

a#cat_22 							{  background-image: url("images/buttons/gly_off.gif");  }
a#cat_22_selected, a#cat_22:hover 	{  background-image: url("images/buttons/gly_on.gif");  border: none; }

a#cat_24 							{  background-image: url("images/buttons/oils_off.gif");  }
a#cat_24_selected, a#cat_24:hover 	{  background-image: url("images/buttons/oils_on.gif");  border: none; }

a#cat_31 							{  background-image: url("images/buttons/caps_off.gif");  }
a#cat_31_selected, a#cat_31:hover 	{  background-image: url("images/buttons/caps_on.gif"); border: none;  }

a#cat_34 							{  background-image: url("images/buttons/ech_off.gif");  }
a#cat_34_selected, a#cat_34:hover 	{  background-image: url("images/buttons/ech_on.gif");  border: none; }

a#cat_36							{  background-image: url("images/buttons/womens_off.gif");  }
a#cat_36_selected, a#cat_36:hover 	{  background-image: url("images/buttons/womens_on.gif");  border: none; }

a#cat_39							{  background-image: url("images/buttons/meno_off.gif");  }
a#cat_39_selected, a#cat_39:hover 	{  background-image: url("images/buttons/meno_on.gif");  border: none; }

a#cat_25 							{  background-image: url("images/buttons/books_off.gif");  }
a#cat_25_selected, a#cat_25:hover 	{  background-image: url("images/buttons/books_on.gif"); border: none;  }

a#cat_33 							{  background-image: url("images/buttons/new_off.gif");  }
a#cat_33_selected, a#cat_33:hover 	{  background-image: url("images/buttons/new_on.gif");  border: none; }

/*a#cat_41							{  background-image: url("images/buttons/featured_off.gif");  }
a#cat_41_selected, a#cat_41:hover 	{  background-image: url("images/buttons/featured_on.gif");  border: none; }*/

a#faq 								{  background-image: url("images/buttons/faq.off.gif");  }
a#faq:hover 						{  background-image: url("images/buttons/faq.on.gif");  border: none; }

a#view_cart 						{  background-image: url("images/buttons/view.cart.gif");  }
a#view_cart:hover 					{  background-image: url("images/buttons/view.cart.on.gif");  border: none; }

/* End buttons */

.desc_header {
  text-align: center;
  font-family: Verdana,Helvetica, Arial;
  color: black;
  font-weight: bold;
  padding-top: 6px;
}


.number1, .number2, .number3, .number4 {
  font-family: Verdana, Tahoma, Arial, sans-serif;
  font-size: 11px;
  color: #336633;
  font-weight: bold;
  border: 1px dotted #669966;  
  background: #ddeedd;
} 

.number2  {
  background: #ddeedd url(images/circle.red.gif) no-repeat;
  padding: 0px 1px 0px 1px;
  border: 0;
}

.clickme {
font-size: 11px;
}
  
.cart_attribs {
  font-size: 11px;
  font-style: normal;
  color: black;
}

#shopping_cart_box {
  border: 1px green;
}

div.alphajumplist {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  text-align: center; 
  margin-bottom: 5px; 
}

NUM {
  color: #336633;
  text-decoration: underline;
  font-weight : bold;
  font-size: 11px;
  font-family: Verdana, Arial, sans-serif;
}

/*End H-P styling */

.boxText { font-family: Verdana, Arial, sans-serif; font-size: 12px; }
.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: #336633; text-decoration: underline; }

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

A {
  color: #336633;
}

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

FORM {
	display: inline;
}

TR.header {
  background: #ffffff;
}

TR.headerNavigation {
  background: #bbc3d3;
}

TD.headerNavigation {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  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: Verdana, Arial, sans-serif;
  font-size: 11px;
/*  background: #00ff00;
  color: #ffffff;
*/  font-weight: bold;
  text-align: center;
}

TR.footer {
/*  background: #bbc3d3;
*/}

TD.footer {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
/*  background: #bbc3d3;
  color: #ffffff;   */
  font-weight: bold;
}

.infoBox {
/*  background: #b6b7cb; */
}

.infoBoxContents {
/*  background: #f8f8f9;  */
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
}

.infoBoxNotice {
/*  background: #FF8E90;
*/}

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

TD.infoBoxHeading {
	font-size: 14px;
	font-family: Verdana, Georgia, "Times New Roman", Times, serif;
	color: #336633;
/*  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;
*/  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: #f8f8f9;
*/  background: #fefdd0;
}

TABLE.productListing {
  border: 1px;
  border-style: solid;
  border-color: #b6b7cb;
  border-spacing: 1px;
}

.productListing-heading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  background: #336633;
  color: #FFFFFF;
  font-weight: bold;
}

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

A.pageResults {
/*  color: #0000FF; */
}

td.smallText span {
  margin: 0 auto;
}

A.pageResults:hover {
/*  color: #339933;  */
  text-decoration: none;
}

TD.pageHeading, DIV.pageHeading {
  font-size: 28px;
  text-align: left;
  font-family: Helvetica, Arial, Verdana;
  color: #73450a;
  padding-top: 6px;
  font-weight: bold;
}

TR.subBar {
  background: #f4f7fd;
}

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

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

TD.smallText, SPAN.smallText, P.smallText {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  line-height: 1.25;
}

TD.accountCategory {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  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: 11px;
  color: #ff0000;
}

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

TEXTAREA {
  width: 50%;
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
}

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

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

/* Old PWA style
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: 12px; color: #ff0000; }

table.productListing td { font-family: Verdana, Arial, sans-serif; vertical-align: top; font-size: 12px; line-height: 1.25; }
