/*
  $Id: stylesheet.css 1739 2007-12-20 00:52:16Z hpdl $

  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, sans-serif; font-size: 10px; }
.errorBox { font-family :  Arial, sans-serif; font-size : 10px; background: #ffb3b5; font-weight: bold; }
.stockWarning { font-family :  Arial, sans-serif; font-size : 10px; color: #cc0033; }
.productsNotifications { background: #f2fff7; }
.orderEdit { font-family :  Arial, sans-serif; font-size : 10px; color: #70d250; text-decoration: underline; }

body {
  background: #ffffff;
  color: #000000;
  margin:0 auto;
  background:url(images/bg.gif) repeat-x;
  font-family:Arial, sans-serif;

}

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

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

FORM {
	display: inline;
}

TR.header {
  background: #ffffff;
}

TR.headerNavigation {
  background: #bbc3d3;
}

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

TR.footer {
  background: #bbc3d3;
}

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

.infoBox {
  background: #b6b7cb;
}

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

.infoBoxNotice {
  background: #FF8E90;
}

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

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

TD.infoBox, SPAN.infoBox {
  font-family:  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;
}

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

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

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

A.pageResults {
  color: #0000FF;
}

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

TD.pageHeading, DIV.pageHeading {
  font-family: Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
  color: #000000;
}

TR.subBar {
  background: #f4f7fd;
}

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

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

TD.smallText, SPAN.smallText, P.smallText {
  font-family:  Arial, sans-serif;
  font-size: 10px;
}

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

TD.fieldKey {
  font-family:  Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

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

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

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

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

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

SPAN.greetUser {
  font-family:  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,  Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

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

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

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

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

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

/* message box */

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

/* input requirement */

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

#mainbox { width:776px; margin:0 auto; }

#bgback {width:776px; height:570px; margin:0 auto; background:url(images/bscreen.jpg) no-repeat; padding:0}

h2{ font-size:13px; font-weight:bold;}

p {font-size:11px; text-align:justify; line-height:12px;} 

#hmenu {
color:#FFFFFF;
text-align:center;
padding:10px 0;
}

#hmenu a{
color:#FFFFFF;
padding-left:15px;
padding-right:15px;
}
#Layer1 {
	position:absolute;
	width:400px;
	height:230px;
	z-index:2;
	margin-top:-20px;
}

#Layer2 {
	position:absolute;
	width:100px;
	height:100px;
	z-index:2;
	margin-top:-55px;
	margin-left:360px;

}

#Layer3 {
	position:absolute;
	width:230px;
	height:250px;
	z-index:2;
	margin-top:40px;
	margin-left:-25px;

}

#Layer4 {
	position:absolute;
	width:400px;
	height:200px;
	z-index:2;
	margin-top:-30px;
}

#Layer5 {
	position:absolute;
	width:100px;
	height:100px;
	z-index:2;
	margin-top:15px;
	margin-left:-225px;

}

#Layer6 {
	position:absolute;
	width:100px;
	height:100px;
	z-index:2;
	margin-top:15px;
	margin-left:450px;

}

#Layer7 {
	position:absolute;
	width:100px;
	height:100px;
	z-index:2;
	margin-top:325px;
	margin-left:-20px;

}

#Layer8 {
	position:absolute;
	width:100px;
	height:100px;
	z-index:2;
	margin-top:150px;
	margin-left:450px;

}

#Layer9 {
	position:absolute;
	width:100px;
	height:100px;
	z-index:3;

}

#price_hold {width:400px;}
#phleft {width:300px; float:left;}
#phright {width:100px; float:left; margin-top:-60px}


#home-content {
width:400px; height:270px; padding-top:10px; padding-left:30px; padding-right:30px; background:#FFF; text-align:justify;
}

#produce-content {
width:600px; height:350px; padding-top:10px; padding-left:30px; padding-right:30px; text-align:justify;
background:#FFF url(images/honey_drop.gif) no-repeat 95% 100%;
}

#login-content {
width:600px; height:450px; padding-top:10px; padding-left:30px; padding-right:30px; text-align:justify;
background:#FFF; margin-left:50px; margin-top:30px;
}

#bee_content {
width:660px; height:445px; padding-top:10px; padding-left:30px; padding-right:30px; text-align:justify;
background:#FFF ;
}

#bee_left {width:165px; height:440px; margin-right:10px; float:left; background:url(images/honey_drop.gif) no-repeat 55% 80% ; border-right:#000 1px solid; }

#bee_right {width:480px; float:left;}

#about_content {
width:690px; height:445px; padding-top:10px; padding-left:0px; padding-right:30px; text-align:justify;
background:#FFF url(images/honey_drop_bottom.gif) no-repeat 450px 100%;
}

#terms_content {
width:690px; height:445px; padding-top:10px; padding-left:30px; padding-right:30px; text-align:justify;
background:#FFF url(images/honey_drop_bottom.gif) no-repeat 450px 100%;
}

#terms_content p{font-size:11px; line-height:18px;}

#about_left {width:165px; height:440px; margin-right:10px; float:left; background:url(images/honey_drop.gif) no-repeat -100px 80% ; border-right:#000 1px solid; padding-left:30px; }

#about_right {width:480px; float:left; }

#contact_content {
width:690px; height:465px; padding-top:10px; padding-left:0px; padding-right:30px; text-align:justify;
background:#FFF url(images/honey_drop_bottom.gif) no-repeat 450px 100%;
}

#contact_left {width:185px; height:440px; margin-right:10px; float:left; background:url(images/honey_drop.gif) no-repeat -100px 80% ;  padding-left:30px; }

#contact_right {width:460px; float:left; }

#gallery_content {
width:690px; height:445px; padding-top:10px; padding-left:0px; padding-right:30px; text-align:justify;
background:#FFF;
}

#gallery_left {width:165px; height:440px; margin-right:10px; float:left; border-right:#000 1px solid; padding-left:30px; }

#gallery_right {width:480px; float:left; }



#distributors_content {
width:600px; height:350px; padding-top:10px; padding-left:30px; padding-right:30px; text-align:justify;
background:#FFF;
}


.price_tag {color:#644668; font-size:14px; font-weight:bold;}

.menucat {color:#624768; font-size:13px; font-weight:bold;}
.menupro a{color:#624768; font-size:12px; font-weight:normal; padding-left:10px;}

.submenupro a{color:#624768; font-size:11px; font-weight:normal; padding-left:10px;}

.tmbimage {width:100px; margin:5px 10px; padding:0; float:left;}

#dist {font-size:12px; line-height:18px;}

#dist a{color:#624768;}

#tc {text-align:left; margin-top:-40px; padding-left:40px;}
#tc a{font-size:11px; color:#660099;}