/*
  $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: Myriad; font-size: 13px; color:#786734; }
.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;
}

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

.infoBoxContents {
  background: #EFEDD9;
  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: 10px;
  font-weight: bold;
  background: #76A350;
  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:  #EFEDD9;
}

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

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

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

TD.productListing-data {
  font-family: Arial;
  font-size: 13px;
}

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

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

 .topHeaderPic{background-image:url('images/header_new.jpg');width:850px;height:135px;background-repeat:no-repeat;}

 .topMenuPic{background-image:url('images/leaves.jpg');width:799px;height:154px;background-repeat:no-repeat; background-color:#EFEDD9;}

.menuLeaf{background-image:url('images/leftmenuicon.png');width:34px;height:12px;background-repeat:no-repeat;}

.menuLeafnew{background-image:url('images/leftmenuiconNew.png');width:40px;height:20px;background-repeat:no-repeat;margin-right:35px;margin-bottom:15px;}

.leftmenu,.leftmenu:active,.leftmenu:visited{font-family:sans-serif ;font-size:12px ;font-style:none ;font-variant:crisp;font-weight:bold;color: #8E895F;text-align:justify;text-decoration:none}
.leftmenu:hover{font-family:sans-serif ;font-size:12px ;font-style:none ;font-variant:crisp;font-weight:bold;color: #508537;text-align:justify;text-decoration:none}

.menuDiv{ padding-left: 22px; padding-top: 8px; margin: auto; overflow: hidden; width: 160px; text-align: left; padding-bottom: 7px;}

.footerPic{background-image:url('images/footer.jpg');width:850px;height:144px;background-repeat:no-repeat;}

.flashDiv{width: 300px; height: 260px; border: 1px #8A8889 solid;}

.newsDiv{width: 185px; height: 260px; border: 1px #8A8889 solid;}

.topmenu,.topmenu:active,.topmenu:visited{font-family:verdana ;font-size:11px ;font-style:none ;font-variant:crisp;font-weight:normal;color: #FFFFFF;text-align:justify;text-decoration:none}
.topmenu:hover{font-family:verdana ;font-size:11px ;font-style:none ;font-variant:crisp;font-weight:normal;color: #F5EFBF;text-align:justify;text-decoration:none}

.leafDiv{margin: auto; overflow: hidden; font-family:Myriad Pro;}

.videoHeading{font-family:verdana ;font-size:12px ;font-style:none ;font-variant:crisp;font-weight:normal;color: #B4B19E;text-align:center;text-decoration:none}

.newsHeading{font-family:Myriad Pro ;font-size:12px ;font-style:none ;font-variant:crisp;font-weight:bold;text-align:center;text-decoration:none;color:#333333;}

.newsHeading:hover{font-family:Myriad Pro ;font-size:12px ;font-style:none ;font-variant:crisp;font-weight:bold;text-align:center;text-decoration:underline;color:#786734;}

.newsHeading:active{font-family:Myriad Pro ;font-size:12px ;font-style:none ;font-variant:crisp;font-weight:bold;text-align:center;text-decoration:none;color:#786734;}


.newsText{padding: 5px;font-family:verdana ;font-size: 9px ;font-style:none ;font-variant:crisp;font-weight:normal;color: #8B8786;text-align:justify;text-decoration:none}

.newslink,.newslink:active,.newslink:visited{font-family:verdana ;font-size:9px ;font-style:none ;font-variant:crisp;font-weight:normal;color: #60923D;text-align:left;text-decoration:none}
.newslink:hover{font-family:verdana ;font-size:9px ;font-style:none ;font-variant:crisp;font-weight:normal;color: #8B8786;text-align:left;text-decoration:none}

.formContent{font-family:verdana; font-size:10px; font-weight:normal; text-decoration:none; color:#4D4E49; text-align:left; line-height:17px;}

.inputbox{background-color: #F5EFBF; color:#4D4E49; font-size:10px; font-family:arial; width:90px;height:15px;border:1px #888888 solid;}

.buttonText{padding-top: 2px;font-family:verdana ;font-size:10px ;font-style:none ;font-variant:crisp;font-weight:normal;color: #FFFFFF;text-align:center;text-decoration:none}

.address{font-family:Myriad Pro ;font-size:11px ;font-style:none ;font-variant:crisp;font-weight:normal;color: #FFFFFF;text-align:right;text-decoration:none}

.headertext{font-family:verdana; font-size:10px; font-weight:normal; text-decoration:none; color:#6D6B6E; text-align:left; line-height:17px;}
.headertext:hover{font-family:verdana; font-size:10px; font-weight:normal; text-decoration:none; color:#6D6B6E; text-align:left; line-height:17px;}

.inputbox1{background-color: #FFFFFF; color:#4D4E49; font-size:10px; font-family:arial; width:85px;height:15px;border:0px #888888 solid;}
.inputbox_custom{background-color: #FFFFFF; color:#4D4E49; font-size:10px; font-family:arial; width:177px;height:15px;border:0px #888888 solid;}
.headertext_link,.headertext_link:active,.headertext_link:visited{font-family:Myriad Pro; font-size:10px; font-weight:normal; text-decoration:none; color:#6D6B6E; text-align:left; line-height:17px;}
.headertext_link:hover{font-family:verdana; font-size:10px; font-weight:normal; text-decoration:none; color:#FFFFFF; text-align:left; line-height:17px;}

.content{font-family:verdana; font-size:11px; font-weight:normal; text-decoration:none; color:#FFFFFF; text-align:justify; line-height:17px;}

table.main{
background:#EFEDD9;}