/*
  $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;color:#000000; }
.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;color:brown; }
.orderEdit { font-family : Verdana, Arial, sans-serif; font-size : 10px; color: #70d250; text-decoration: underline; }

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

A :link{
  color: #000000;
  text-decoration: none;
  font-size : 12px;
}

A:hover {
  color: #AABBDD;
  text-decoration: underline;
  font-size : 12px;
}
A:visited {
  color: #AABBDD;
  text-decoration: underline;
  font-size : 12px;
}
A:active {
  color: #AABBDD;
  text-decoration: underline;
  font-size : 12px;
}
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: brown;
}

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

.infoBoxNotice {
  background: #F7F3D6;
}

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

TD.infoBoxHeading {
  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;
}

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: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: #b6b7cb;
  color: #FFFFFF;
  font-weight: bold;
}

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



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

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;
  color:#000000;
  /*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;color:#000000; }
.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; }
/*new stylesheet*/
/* CSS Document */
body{
background-image:url(images/bg.jpg);
font-family: Verdana, Arial, sans-serif; 
font-size: 10px;
background-color:#5C4028;
color: #DFD69B;
margin:0px;
}
a:link {
font-size: 12px;
color:red;
text-decoration: none;
font-weight:bold;
 }
a:visited {
font-size: 12px;
color:red;
text-decoration: none;
font-weight:bold;
}
a:hover {
font-size: 12px;
color: red;
font-weight:bold;	
}
a:active {
font-size: 12px;
color: red;
text-decoration: none;
font-weight:bold;
}
#holder{
width:830px;
height:100%;
overflow:hidden;
}
#headermain{
width:100%;
height:90px;
margin-top:10px;
margin-bottom:7px;
}
#logomain{
float:left;
width:305px;
height:91px;
}
#logo{
width:305px;
height:91px;
}
#menumain{
width:525px;
float:left;
}
#menutop{
width:100%;
margin-top:30px;
height:20px;
text-align:right;
color:#D7BB96;
}
#menubottom{
width:524px;
height:40px;
border-top:1px solid #A2915D;
border-right:1px solid #A2915D;
border-bottom:1px solid #A2915D;
background-color:#2B2318;
}
#menu{
margin-top:5px;
margin-bottom:5px;
margin-right:5px;
background-image:url(images/menu_bg.jpg);
background-repeat:repeat-x;
height:30px;
}
.menublock0{
width:12%;
float:left;
margin-top:10px;
}
.menublock1{
width:14%;
float:left;
margin-top:10px;
}
.menublock2{
width:22%;
float:left;
margin-top:10px;
}
.menublock3{
width:22%;
float:left;
margin-top:10px;
}
.menulinks{
	color:#FFE2C5;
	text-decoration: none;
	font-weight:bold;
	font-size:10px;
}
.menulinks:hover{
	color:#FFE2C5;
	text-decoration: none;
	font-weight:bold;
	font-size:10px;
}
#contentmain{
width:828px;
border:1px solid #A2915D;
background-color:#2B2318;
}
#contentmargin{
margin:5px;
background-color:#D8BB91;
padding:5px;
}
#content{
width:808px;
overflow:hidden;
}
#contentspacer{
width:100%;
height:5px;
background-color:#FF00FF;
}
#contentleft{
width:200px;
height:500px;
float:left;
}
#contentcenter{
width:380px;
float:left;
margin-left:5px;

}
.centerblockupabout{
height:40px;
width:601px;
border:1px solid #2B2318;
background-image:url(images/aboutus.jpg);
background-repeat:no-repeat;
}
.centerblockupprom{
height:40px;
width:601px;
border:1px solid #2B2318;
background-image:url(images/promotion.jpg);
background-repeat:no-repeat;
}
.centerblockuprecipe{
height:40px;
width:601px;
border:1px solid #2B2318;
background-image:url(images/recipe.jpg);
background-repeat:no-repeat;
}
.centerblockupcontact{
height:40px;
width:601px;
border:1px solid #2B2318;
background-image:url(images/contactus.jpg);
background-repeat:no-repeat;
}
.centerblockmainupabt{
height:47px;
width:603px;
background-color:#AC855E;
}
#contentright{
width:218px;
height:500px;
float:left;
margin-left:5px;
}
.leftblockmainup{
height:224px;
width:200px;
background-color:#AC855E;
}
.leftblockup{
height:219px;
width:200px;
background-color:#2B2318;
}
.leftblockmaindown{
width:200px;
height:270px;
background-color:#AC855E;
margin-top:5px;
}
.leftblockdown{
width:200px;
height:265px;
background-color:#2B2318;
}
.leftblock{
width:190px;
margin-left:5px;
margin-right:5px;
margin-bottom:5px;
}
.inmixhead{
height:23px;
width:190px;
margin-bottom:5px;
}
.inmixhead2{
height:80px;
width:190px;
margin-bottom:5px;
}
.inmixhead3{
width:190px;
}
.centerblockmainup{
height:297px;
width:380px;
background-color:#AC855E;
}
.centerblockmainupnotindex{
width:598px;
/*background-color:#AC855E;*/
}
#centerblockmainupnotindex2{
width:598px;
/*background-color:#AC855E;*/
overflow:hidden;
}
.centerblockup{
height:290px;
width:378px;
border:1px solid #2B2318;
background-color:#2B2318;
}
.centerblockmaindown{
height:198px;
width:380px;
background-color:#AC855E;
margin-top:5px;
}
.centerblockdown{
height:191px;
width:378px;
border:1px solid #2B2318;
background-color:#2B2318;
}
.centerblockmaindownabt{
height:auto;
width:603px;
background-color:#AC855E;
margin-top:5px;
}
.centerblockdownabt{
text-align:left;
height:auto;
width:591px;
border:1px solid #2B2318;
background-color:#F7F3D7;
color: #2B2318;
padding:5px;
}
.abtblockmain{
height:auto;
width:591px;
margin:5px;
}
.rightblockmainup{
height:122px;
width:218px;
background-color:#AC855E;
}
.rightblockup{
height:114px;
width:216px;
border:1px solid #2B2318;
background-color:#2B2318;
}
.rightblockmaindown{
height:121px;
width:218px;
margin-top:5px;
background-color:#AC855E;
}
.rightblockdown{
height:114px;
width:216px;
border:1px solid #2B2318;
background-color:#2B2318;
}
#footermain{
width:100%;
height:60px;
margin-top:10px;
}
#footer{
font-size:11px;
color:#C3A780;
text-align:center;
}
.footerwrapper{
height:17px;
}

/*    new Css */  
 .heading1111{ font-family: Verdana, Arial, sans-serif;
  font-size: 14px;
  font-weight: bold;
   color:brown;
  }
  .headingdata{font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
   color:brown;}
  .descriptiondata{font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  font-weight: bold;
  color:brown;}
  /*hr{background-color:red;}*/
  .pagging{font-family: Verdana, Arial, sans-serif;
    font-size: 10px;
    color:brown;
	}
  A.pageResults {
color:red;
font-weight: bold; 
font-size: 10px; 
}
A.pageResults:hover {
  color:red;
  font-weight: bold;  
  background: #FFFF33;
  font-size: 10px;
}
A.pageResults:active {
  color:red;
  font-weight: bold;  
  background: #FFFF33;
  font-size: 10px;
}
A.pageResults:visited {
  color:red;
  font-weight: bold;  
  background: #FFFF33;
  font-size: 10px;
}
A.pageResults1 {
  color:red;
  font-weight: bold;
  font-size: 10px;
}
A.pageResults1:hover {
  color:red;
  font-weight: bold;  
  font-size: 10px;
}
A.pageResults1:active {
  color:red;
  font-weight: bold;  
  font-size: 10px;
}
A.pageResults1:visited {
  color:red;
  font-weight: bold;    
  font-size: 10px;
}
.detailsdescription{font-family: Verdana, Arial, sans-serif;
    font-size: 12px;
	  color:brown;}
	 .dateadded{font-family: Verdana, Arial, sans-serif;
    font-size: 10px;
	color:#000000;
	}

	.headingdata12{font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
   color:#ffffff;
   background-color:#2B2318;}

   .headingdata123{font-family: Verdana, Arial, sans-serif;
    font-size: 12px; 
    color:brown;
   }
  
