table { empty-cells:show; }
body.body-checkout { background:#fff!important;}
.regheader{
	width:80%;
	color:black;
	padding:3px;
	text-align:left;
	font-size:12px;}
/*checkbox without margin*/
input.checknomarging{
	margin: 0px;
}
/*input.input_message{
	color: #aaaaaa;
}
input.input_message_focus{
	color: #000000;
}*/
ul.product_list{
 list-style-type:none;
 margin: 0px;
 padding: 0px;
 overflow: hidden;
 width: auto;
 text-align:center;
}

ul.product_list li{
text-align:center;
margin: 0px;
padding: 0px;
float: left;
}

#powered_by{
	font-size: 70%;
	text-align: center;
	color: #777777;
	padding-top: 10px;
	padding-bottom:5px;
}
#powered_by a{
	color: #777777;
	text-decoration: none;
}


/*  styles for the unit rater     */
.sm-current-rating1 { /*general.css (line 56)*/ 
	background:transparent url(../images_common/star0sm.gif) repeat-x  scroll left top; 
	height:13px; 
	line-height:13px; 
	margin:4px; 
	position:relative; 
	width:65px; 
	overflow:hidden; 
}
.sm-current-rating1 div.sm-current-rating1-back { /*general.css  (line 63)*/ 
	background:transparent url(../images_common/star0sm.gif) repeat-x  scroll left top; 
	height:13px; 
	line-height:13px; 
	font-size:0px; 
	position:absolute; 
	width:65px; 
	z-index:10; 
}
.sm-current-rating1 div.sm-current-rating1-front {  /*general.css (line 69)*/ 
	background:transparent url(../images_common/star1sm.gif) repeat-x  scroll left top; 
	height:13px; 
	line-height:13px; 
	font-size:0px; 
	position:absolute; 
	z-index:20; 
}

.current-rating1 {/*general.css (line 75)*/ 
	background:transparent url(../images_common/star0.gif) repeat-x  scroll left top; 
	height:20px; 
	line-height:20px; 
	position:relative; 
	width:100px; 
	overflow:hidden; 
}
.current-rating1 div.current-rating1-back { /*general.css (line 81)*/ 
	background:transparent url(../images_common/star0.gif) repeat-x  scroll left top; 
	height:20px; 
	line-height:20px; 
	position:absolute; 
	width:100px; 
	z-index:10; 
	font-size:0px; 
}

.current-rating1 div.current-rating1-front { 
	/*general.css (line 87)*/ 
	background:transparent url(../images_common/star1.gif) repeat-x  scroll left top; 
	height:20px; 
	line-height:20px; 
	position:absolute; 
	z-index:20; 
	font-size:0px; 
}
.unit-rating { /* the UL */
	list-style:none;
	margin: 0px;
	padding:0px;
	height: 20px;
	position: relative;
	background: url('../images_common/starvote.gif') top left repeat-x;		
	}

.unit-rating li{
    text-indent: -90000px;
	padding:0px;
	margin:0px;
	/*\*/
	float: left;
	/* */
	}
	
.unit-rating li a {
	outline: none;
	display:block;
	width:20px;
	height: 20px;
	text-decoration: none;
	text-indent: -9000px;
	z-index: 20;
	position: absolute;
	padding: 0px;
	}
	
.unit-rating li a:hover{
	background: url('../images_common/star1.gif') left center;
	z-index: 2;
	left: 0px;
	}

.unit-rating a.r1-unit{left: 0px;}
.unit-rating a.r1-unit:hover{width:20px;}
.unit-rating a.r2-unit{left:20px;}
.unit-rating a.r2-unit:hover{width: 40px;}
.unit-rating a.r3-unit{left: 40px;}
.unit-rating a.r3-unit:hover{width: 60px;}
.unit-rating a.r4-unit{left: 60px;}	
.unit-rating a.r4-unit:hover{width: 80px;}
.unit-rating a.r5-unit{left: 80px;}
.unit-rating a.r5-unit:hover{width: 100px;}

.unit-rating li.current-rating {
	background: url('../images_common/starvote.gif') left bottom;
	position: absolute;
	height: 20px;
	display: block;
	text-indent: -9000px;
	z-index: 1;
	}	
.review_content {
	/*width: 90%;*/
	overflow:hidden;
	oveflow-x:hidden;
	padding:0 85px 0 0;
	zoom:1;
}
@media print {
	input,.noprint {
		display: none;
	}
}

/*masud rana*/


/* Remove or Reset Default Styles
-------------------------------------------------------------------------*/
* { margin:0; padding:0; list-style-type:none;}
hr { display: none; }
img { border: none; }
/*img { behavior: url(iepngfix.htc); }*/
/* Clear Floats
--------------------------------------------------------------------------*/
.clear {
 clear: both;
 font-size: 0px;;
 height: 0px;
 line-height: 0px;
 overflow: hidden;}

.clearfix {display:inline-block;}
.clearfix {display: block;}
	
.clearfix:after {
  content:".";
  display:block;
  height:0px;
  clear:both;
  visibility:hidden;}

/*
P.I.E. FLOAT CLEARING
--------------------- */

.clearfix:after {
  content: ".";
  clear: both;
  height: 0px;
  visibility: hidden;
  display: block;
}
.clearfix {
  display: inline-block; /* Fixes IE/Mac */
}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */		


/* General Form Styles 
-------------------------------------------------------------------------*/
input, textarea, select {font-family:Arial, Helvetica, sans-serif;
	border:1px solid #798c3d;}
fieldset br{ clear:both;}
fieldset{ border:none;}


body {
	margin: 0px;
	padding: 0px; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: .7em;
	color: #21140a;
	background: url(../images_common/bg-rep.gif) repeat left top;
	}

p {
	margin: 0px;
	padding: 0px; 
	line-height: 140%;
	text-align:left;
	font-size:13px;
	}	
	
a img {
	border: none;
	}	

a {
	color: #21140a;
	text-decoration: none;
	overflow:hidden; 
	}	

a:hover {
	color: #7A8E3B;
	}
	
/*
CONTENT --------------------- */
#wrapper {
	margin:0px auto;
	padding:0px;
	width:794px;
	background:url(../images_common/body-bg-rep.gif)
}
#page {
	width:767px;
	margin:0px auto;
}
#branding {
	height:272px;
	/*background:url(../images_common/banner.jpg) left top no-repeat;*/
}
.top-bar {
	height:26px;
	line-height:26px;
	margin:auto 0px;
}
.callus {
	float:left;
	font-weight:bold;
	color:#FFFFFF;
	padding-left:12px;
	font-size:11px;
}
.loginbar {
	float:right;
	font-weight:bold;
	color:#FFFFFF;
	width:250px;
	text-align:right;
}
.loginbar li{
	float:left;
	display:inline-block;
	padding-right:10px;
}
.loginbar a{
	color:#FFFFFF;
/*	padding-right:10px;
	text-align:right*/
	text-transform:lowercase;
}
.loginbar a:hover{
	text-decoration:underline;
}
.branding-mid {
	height:198px;
}
#logo {
	width:186px;
	height:184px;
	margin-left:5px;
	margin-top:1px;
	float:left;
}
#logo a{
	background:url(../images_common/hototropic-logo.gif) no-repeat left top;
	width:186px;
	height:184px;
	display:block;
	text-indent:-999999px;
}
.top-pro-box {
	width:484px;
	height:112px;
	float:right;
	margin-right:25px;
	background:#eaead6;
	margin-top:30px;
	border:1px solid #dbd4ae;
	padding:10px;
}
.top-pro-box h5{
	font-size:14px;
	color:#7a8e3b;

}
.top-pro-box h4{
	font-size:11px;
	color:#21140a;
	padding-left:20px;
	background:url(../images_common/pro-top-blt.gif) no-repeat left 8px;
	line-height:30px;

}
.top-pro-box p{
	font-size:11px;
	line-height:16px;
	color:#000000;
}
.top-pro-box img{
	background:#FFFFFF;
	padding:6px;
	margin-right:10px;
	float:left;
	border:1px solid #000000;
}
.top-pro-box a{
 	color:#7a8e3b;
	font-size:11px;
	font-weight:bold;
 }
 .top-pro-box a:hover{
	color:#000000;
}
#branding-right {
	width:703px;
	float:right;
}
.top-nav {
	height:33px;
	clear:both;
	background:url(../images_common/top-bar-bg.jpg) repeat-x left top;
	margin-top:12px;
}
.menu-img {
	margin-right:15px;
}
.top-nav li{
	float:left;
	line-height:33px;
	text-transform:uppercase;
}
.top-nav li.home{
	background:url(../images_common/home-nor-btn.jpg) no-repeat left 4px;
	width:58px;
	height:33px;
	display:block;
	line-height:33px;
	margin-right:3px;
}
.top-nav li.home a:hover{
	background:url(../images_common/home-hov-btn.jpg) no-repeat left 4px;
}




.top-nav li.createAccount{
	background:url(../images_common/create-account-nor-btn.jpg) no-repeat left 4px;
	width:132px;
	height:33px;
	display:block;
	line-height:33px;
	margin-right:3px;
}
.top-nav li.createAccount a:hover{
	background:url(../images_common/create-account-nor-hov-btn.jpg) no-repeat left 4px;
}

















.top-nav li.myaccount{
	background:url(../images_common/myaccount-nor-btn.jpg) no-repeat left 4px;
	width:105px;
	height:33px;
	display:block;
	line-height:33px;
	margin-right:3px;
}
.top-nav li.myaccount a:hover{
	background:url(../images_common/myaccount-hov-btn.jpg) no-repeat left 4px;
}

.top-nav li.products{
	background:url(../images_common/pro-nor-btn.jpg) no-repeat left 4px;
	width:86px;
	height:33px;
	display:block;
	line-height:33px;
	margin-right:3px;
}
.top-nav li.products a:hover{
	background:url(../images_common/pro-hov-btn.jpg) no-repeat left 4px;
}
.top-nav li.facts{
	background:url(../images_common/facts-nor-btn.jpg) no-repeat left 4px;
	width:122px;
	height:33px;
	display:block;
	line-height:33px;
	margin-right:3px;
}
.top-nav li.facts a:hover{
	background:url(../images_common/facts-hov-btn.jpg) no-repeat left 4px;
}
.top-nav li.aboutus{
	background:url(../images_common/about-nor-btn.jpg) no-repeat left 4px;
	width:84px;
	height:33px;
	display:block;
	line-height:33px;
	margin-right:3px;
}
.top-nav li.aboutus a:hover{
	background:url(../images_common/about-hov-btn.jpg) no-repeat left 4px;
}
.top-nav li.feedback{
	background:url(../images_common/feedback-nor-btn.jpg) no-repeat left 4px;
	width:85px;
	height:33px;
	display:block;
	line-height:33px;
	margin-right:3px;
}
.top-nav li.feedback a:hover{
	background:url(../images_common/feedback-hov-btn.jpg) no-repeat left 4px;
}

.top-nav li a{
	padding-left:10px;
	padding-right:10px;
	font-family:"Clan Narrow", arial, tahoma;
	font-size:15px;
	color:#FFFFFF;
	display:block;
	font-weight:bold;
	word-spacing:-1px;
	text-indent:-999999px;
}
.top-nav li a:hover{
	background:url(../images_common/top-nav-hov-bg.jpg) repeat-x left 4px;
	color:#000000;
	display:block;
}
.top-search-bar {
	clear:both;
	float:right;
}
.top-search {
	margin:0px;
	padding:0px;
	width:481px;
	margin-top:8px;
	margin-right:5px;
}
.top-search-input {
	background:url(../images_common/search-imgput-left-img.jpg) no-repeat left top #f1f1f1;
	border:none;
	height:12px;
	padding:6px 11px;
	font-size:10.5px;
	color:#999999;
	width:400px;
	float:left;
}
.top-search-btn {
	background:url(../images_common/top-search-btn.jpg) no-repeat left top;
	width:59px;
	border:none;
	height:24px;
	text-indent:-999999px;
	float:right;
}
.top-search-link {
	margin:0px;
	padding:0px;
	clear:both;
	padding-top:3px;
}
.top-search-link li{
	float:left;
	padding-left:7px;
	padding-right:6px;
}
#container {
	padding-top:10px;
	padding-bottom:10px;
}
.mainbody {
	width:520px;
	float:left;
	margin-right:9px;
	margin-left:9px;
	padding-bottom:20px;
}
.sidebar {
	width:196px;
	float:left;
	background:#f4f3e4;
	border:1px solid #e0d9b2;
	margin-left:9px;
	margin-right:9px;
	padding-top:8px;
	padding-bottom:8px;
}
.get20 {
	background:url(../images_common/get20-bg.jpg) no-repeat left top;
	width:181px;
	padding-top:76px;
	_padding-top:65px;
	padding-bottom:10px;
	margin-left:7px;
	_margin-right:7px;
	padding-left:7px;
}
.get20 h4{
	background:url(../images_common/get20-top-hdbg.jpg) no-repeat left 2px;
	line-height:13px;
	height:13px;
	margin-bottom:6px;
	margin-left:4px;
	text-indent:-999999px;
}
.get20 h4 a{
	display:block;
}
.get20 h4 a{
	color:#5c8ca6;
	text-indent:inherit;
	padding-left:100px;
	font-size:11px;
	margin-top:-10px;
}
.get20 h4 a:hover{
	color:#000000;
}
.get20-inputitem{
	border:1px solid #7a8e3b;
	padding:2px;
	height:20px;
	width:118px;
	position:relative;
	top:-2px;
	margin-left:0px;
}
html* .get20-inputitem{
	top:1px;
}
.get20-ok-btn{
	border:none;
	background:url(../images_common/ok-btn.jpg) no-repeat left top;
	color:#000000;
	text-align:center;
	height:22px;
	width:40px;
	text-indent:-999999px;
	cursor:pointer;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
.get20-ok-btn { 
	position:relative;
	top:-8px; 
}
}
/*.get20 p{
	font-size:10px;
	font-weight:bold;
	color:#271f1d;
	font-family:tahoma, arial;
	margin-left:3px;
	margin-right:3px;
	margin-top:-8px;
	padding-left:3px;
	_border:4px solid #d9e1b2;
	border:1px solid #FF0000;
}*/
.get20 p{
	font-size:10px;
	font-weight:bold;
	color:#271f1d;
	font-family:tahoma, arial;
	margin-left:3px;
	margin-right:3px;
	padding-top:4px;
}

/*html> .get20 p{ border:1px solid #FF0000}*/
.get20 p a{
	color:#5c8ca6;
	text-indent:inherit;
}
.get20 p a:hover{
	color:#000000;
}

.clickhere {
	background:url(../images_common/click-here.jpg) no-repeat left top;
	width:181px;
	height:96px;
	margin-left:7px;
	_margin-left:7px;
}
.clickhere a{
	width:181px;
	height:96px;
	display:block;
	text-indent:-999999px;
}
.sidebar h1{
	font-family:"Clan Narrow", arial, tahoma;
	font-size:18px;
	text-align:right;
	color:#7a8e3b;
	background:url(../images_common/sidebarhd-bg.jpg) no-repeat 2px top;
	padding-top:15px;
	height:27px;
	padding-right:12px;
	margin-bottom:10px;
}
.sidebarlist ul{
	margin:0px;
	padding:0px;
}
.sidebarlist ul li{
	list-style:none;
	font-size:11px;
	font-weight:bold;
	line-height:18px;
	color:#7a8e3b;
	width:181px;
	margin:auto;
	text-align:left;
}
.sidebarlist ul li a{
	padding:6px;
	color:#7a8e3b;
}
.sidebarlist ul li a:hover{
	color:#669900;
	text-decoration:underline;
}
.body-top-search {
	background:#d9e1b2;
	border:1px solid #c1cb92;
	color:#7a8e3b;
	height:40px;
	line-height:40px;
	padding-left:10px;
	padding-right:10px;
	margin-bottom:20px;
}
.whatsu {
	font-weight:bold;
	margin-right:20px;
}
.top-seatch-box {
	border:1px solid #c1cb92;
	padding:4px;
	color:#8d8080;
	font-size:11px;
	width:325px;
}
.top-search-icon {
	background:url(../images_common/top-search-icon.jpg) no-repeat left top;
	height:16px;
	width:15px;
	border:none;
	text-indent:-999999px;
	cursor:pointer;
}
.top-paging-container {
	background:url(../images_common/top-paging-bg.jpg) repeat-x left top;
	height:67px;
	margin-bottom:20px;
}
.top-paging {
	background:url(../images_common/top-paging-top-img.jpg) no-repeat left top;
	height:42px;
}
.top-paging-box {
	width: auto;
	border:0px solid #FF0000;
	padding-top:4px;
}

.top-paging-box p{ float:right; padding-right:4px; padding-top:8px;}
.top-paging ul{
	float:right;
	padding-top:6px;
	text-align:right;
	margin-right:25px;
}
.top-paging ul li{
	float:left;
	display:inline-block;
	text-align:center;
	padding-left:0px;
	font-size:14px;
	text-align:right
}
.top-paging ul li a{
	margin-left:4px;
	color:#d9e1b2;
	font-weight:bold;
	padding-right:3px;
}
.top-paging ul li a:hover{
	color:#FFFFFF
}
.top-paging span{
	position:relative;
	top:2px;
	left:8px;
}
.top-paging span a{
	margin-left:4px;
	color:#d9e1b2;
	font-weight:bold;
	padding-right:6px;
}
.top-paging span a:hover{
	color:#FFFFFF
}
.breadcrumbs {
	color:#d9e1b2;
	font-weight:bold;
	padding-top:4px;
	padding-left:5px;
}
.breadcrumbs a {
	font-size:14px;
	margin-left:4px;
	color:#d9e1b2;
	font-weight:bold;
	padding-right:6px;
}
.breadcrumbs a:hover{
	color:#FFFFFF
}
.welcomecontainer {
	margin:0px;
	padding:0px;
	clear:both;
	margin-bottom:10px;
}
.welcomebox {
	background:url(../images_common/top-homepage-hd-bg.jpg) repeat-x left 75px;
	height:178px;
	margin-bottom:20px;
}
.welcomebox h1{
	width:324px;
	height:178px;
	float:left;
}
.welcomebox h1 a{
	background:url(../images_common/welcome-img.jpg) no-repeat left 0px;
	width:324px;
	height:178px;
	display:block;
	text-indent:-999999px;
	margin-left:20px;
}
.welcomebox h2 {
	background:url(../images_common/yournatural-img.jpg) no-repeat left top;
	width:150px;
	height:45px;
	float:right;
	margin-top:80px;
	margin-right:10px;
}
.maincontain {
	background:#f4f3e4;
	border:1px solid #e0d9b2;
	padding:12px 19px;
	color:#21140a;
	line-height:16px;
}
.maincontain h5{
	font-size:14px;
	color:#7a8e3b;

}
.maincontain h4{
	font-size:11px;
	color:#21140a;
	padding-left:20px;
	background:url(../images_common/pro-top-blt.gif) no-repeat left 8px;
	line-height:30px;

}
/*.home-text-box {
	margin:0px;
	padding:0px;
}
.home-text{
	margin:0px;
	padding:0px;
	padding-bottom:10px;
	padding-top:10px;
	color:#21140a;
	text-align:right;
}
.home-text img{
	margin-left:10px;
	border:1px solid #000000;
}
.home-text img.top-img{
	margin-left:0px;
	margin-right:10px;
	border:1px solid #000000;
}*/

.home-text-box {
margin:0px;
padding:0px;
background:#e2e7be;
border:1px solid #c5c899;
height:140px;
}
.home-text{
margin:0px;
padding:0px;
color:#21140a;
text-align:left;
font-size:12px;
}
.home-text img{
margin-right:10px;
float:left;
}
.home-text p{
padding-top:16px;
padding-right:12px;
}

.float-left {
	float:left;
}
.float-right {
	float:right;
}
.sections-container {
	padding-top:10px;
	padding-bottom:10px;
}
.herbal-remedies-box {
	background:url(../images_common/herbal-remedies-bg.jpg) no-repeat left top;
	width:282px;
	height:156px;
	padding:20px;
	padding-right:221px;
	border:1px solid #e0d9b2;
	margin-bottom:10px;
	_width:520px;

}
.herbal-remedies-box h3{
	background:url(../images_common/herbal-remedies-home-hd.jpg) no-repeat left top;
	height:24px;
	color:#7a8e3b;
	text-indent:-999999px;
	margin:0px;
	padding:0px;
}
.herbal-remedies-box p{
	line-height:16px;
	padding-top:3px;
	padding-bottom:3px;
}
.herbal-remedies-box h4{
	height:41px;
	color:#d9e1b2;
	margin-top:-7px;
}
.herbal-remedies-box h4 a{
	background:url(../images_common/click-more-bg-bar.jpg) no-repeat left top;
	display:block;
	font-size:14px;
	height:41px;
	line-height:41px;
	color:#d9e1b2;
	font-weight:bold;
	padding-left:45px;
}
.herbal-remedies-box h4 a:hover{
	color:#FFFFFF;
}
.beauty-skin-box {
	background:url(../images_common/beauty-skin-bg.jpg) no-repeat left top;
	width:282px;
	height:156px;
	padding:20px;
	padding-right:221px;
	border:0px solid #e0d9b2;
	margin-bottom:10px;
   _width:520px;
}
.beauty-skin-box h3{
	background:url(../images_common/beauty-skin-home-hd.jpg) no-repeat left top;
	height:24px;
	color:#7a8e3b;
	text-indent:-999999px;
		margin:0px;
	padding:0px;
}
.beauty-skin-box p{
	line-height:16px;
	padding-top:3px;
	padding-bottom:3px;
}
.beauty-skin-box h4{
	height:41px;
	color:#d9e1b2;
	margin-top:42px;
}
.beauty-skin-box h4 a{
	background:url(../images_common/click-more-bg-bar.jpg) no-repeat left top;
	display:block;
	font-size:14px;
	/*padding-left:55px;*/
	height:41px;
	line-height:41px;
	color:#d9e1b2;
	font-weight:bold;
	padding-left:45px;
}
.beauty-skin-box h4 a:hover{
	color:#FFFFFF;
}
.temedial-teas-box {
	background:url(../images_common/temedial-teas-bg.jpg) no-repeat left top;
	width:282px;
	height:156px;
	padding:20px;
	padding-right:221px;
	border:1px solid #e0d9b2;
	margin-bottom:10px;
   _width:520px;
}
.temedial-teas-box h3{
	background:url(../images_common/temedial-teas-home-hd.jpg) no-repeat left top;
	height:24px;
	color:#7a8e3b;
	text-indent:-999999px;
	margin:0px;
	padding:0px;
}
.temedial-teas-box p{
	line-height:16px;
	padding-top:3px;
	padding-bottom:3px;
}
.temedial-teas-box h4{
	height:41px;
	color:#d9e1b2;
	margin-top:24px;
}
.temedial-teas-box h4 a{
	background:url(../images_common/click-more-bg-bar.jpg) no-repeat left top;
	display:block;
	font-size:14px;
/*	padding-left:55px;*/
	height:41px;
	line-height:41px;
	color:#d9e1b2;
	font-weight:bold;
	padding-left:45px;
}
.temedial-teas-box h4 a:hover{
	color:#FFFFFF;
}
.testimonies-container {
	margin:0px;
	padding:0px;
}
.testimonies-container h3{
	background:url(../images_common/testimonials-hd.jpg) no-repeat right top;
	display:block;
	text-indent:-999999px;
	padding-bottom:6px;
}
.testimonies-each-item {
margin:0px;
padding:0px;
background:#dfd9b7;
border-top:5px solid #685d4c;
padding-top:18px;
padding-left:23px;
padding-right:30px;
padding-bottom:18px;
font-size:12px;
margin-left:5px;
margin-right:1px;
width:466px;
height:125px;
border-bottom:1px solid;
margin-bottom:13px;
border-bottom:0px;
}
html* .testimonies-each-item {
width:491px;
}

.testimonies-quotes-left {
	background:url(../images_common/testomonial-quote-left.jpg) no-repeat #dfd9b7;
	width:22px;
	height:100px;
	display:block;
	float:left;
}
.testimonies-each-item p {
	font-style:italic;
	width:408px;
	float:left;
	margin-left:5px;
	background:#dfd9b7;
}
.testimonies-quotes-right {
	background:url(../images_common/testomonial-quote-right.jpg) no-repeat left bottom #dfd9b7 ;
	width:22px;
	height:18px;
	display:block;
	float:left;
	height:100px;
}
.testimonies-each-item h2{
	margin:0px;
	font-size:14px;
	text-align:right;
	clear:both;
	padding: 15px 0px 0px;
}
/*Contact page*/
.contact-hd {
	background:url(../images_common/contact-hd.jpg) no-repeat right top;
	width:114px;
	height:18px;
	text-indent:-999999px;
	margin-top:10px;
	float:right;
	margin-right:12px;
}

.contact-hd2 {
	background:url(../images_common/shareFriend.jpg) no-repeat right top;
	width:215px;
	height:19px;
	text-indent:-999999px;
	margin-top:10px;
	float:right;
	margin-right:12px;
}
.contact-text-box {
	margin-bottom:30px;
	/*border:1px solid #FF0000;*/
	margin-left:25px;
}
.contact-text {
	width:200px;
	margin-right:22px;
	float:left;
	/*border:1px solid #FF0000;*/
}
.contact-text h6 {
	font-weight:bold;
	font-size:11px;
	padding-left:12px;
}
.contact-form {
	margin:0px;
	padding:0px;
	width:350px;
	margin:auto;
}
.contact-form .inputtext{
	padding-left:12px;
}
.contact-form .inputitem{
	border:1px solid #7a8e3b;
	padding:2px;
	height:22px;
	width:232px;
	margin-top:2px;
}
.contact-form .inputtextarea{
	border:1px solid #7a8e3b;
	padding:2px;
	height:14px;
	width:340px;
	height:180px;
	margin-top:2px;
}
.contact-form .sent-btn{
	border:none;
	background:url(../images_common/pagingnation-bg.jpg) no-repeat left top;
	color:#FFFFFF;
	text-align:center;
	height:25px;
	line-height:25px;
	padding-left:10px;
	padding-right:10px;
	float:right;
	margin-right:2px;
	margin-top:10px;
	cursor:pointer;
	margin-bottom:10px;
}


.sent-btn2{
	border:none;
	background:url(../images_common/pagingnation-bg.jpg) no-repeat left top;
	color:#FFFFFF;
	text-align:center;
	height:25px;
	line-height:25px;
	padding-left:10px;
	padding-right:10px;
	float:right;
	margin-right:40px;
	margin-top:10px;
	cursor:pointer;
	margin-bottom:10px;
}
/**/
.inneer-top-hd {
	background:url(../images_common/innder-hd-bg.jpg) repeat-x left top;
	height:52px;
	margin-bottom:20px;
}

.inneer-top-hd-left-img{
	background:url(../images_common/top-paging-top-img.jpg) no-repeat left top;
	height:42px;
}
.about-hd {
	background:url(../images_common/about-hd.jpg) no-repeat right top;
	width:102px;
	height:19px;
	text-indent:-999999px;
	margin-top:10px;
	float:right;
	margin-right:12px;
}

.about-hd2 {
background:transparent url(../images_common/facts-on-harbs.png) no-repeat scroll right top;
float:right;
height:19px;
margin-right:12px;
margin-top:10px;
text-indent:-999999px;
width:165px;
}

.innercontainer {
	background:#f4f3e4;
	border:1px solid #e0d9b2;
	padding:22px;
	color:#21140a;
	line-height:16px;
}
.innercontainer h5{
	font-size:14px;
	color:#7a8e3b;
	padding-bottom:10px;

}
.innercontainer span{
	padding-left:12px;
}
.innercontainer span a{
	text-decoration:none;
	padding-bottom:15px;
}
.innercontainer span a:hover{
	color:#999999;
	text-decoration:underline;
}
.innercontainer p{
	padding-left:12px;
	padding-bottom:0px;
	font-size:12px;
}
.innercontainer p a{
	color:#7A8E3B;
	cursor:pointer;
}
.innercontainer p a:hover{
	color:#1C334D
}
.ell{
	color:#7A8E3B;
	cursor:pointer;
}
.ell:hover{
	color:#1C334D
}
.borderbottom {
	border-bottom:2px solid #e3e1cc;
	margin-bottom:10px;
	width:456px;
	margin:auto;
	margin-bottom:10px;
}
.print-this {
	text-align:right;
	font-size:12px;
	font-weight:bold;
	color:#7a8e3b;
	background:url(../images_common/print-icon.jpg) no-repeat left top;
	height:20px;
	float:right;
	margin-bottom:20px;
	width:130px;
}
.print-this a{
	color:#7a8e3b;
}
span.print-this a:hover{
	color:#000000;
}
/**/
.each-pro-box {
	background:#f4f3e4;
	border:1px solid #e0d9b2;
	color:#21140a;
	line-height:16px;
	margin-bottom:15px;
}
.each-pro-item {
	width:480px;
	padding:12px 19px;
	color:#21140a;
}

.each-pro-box img{
	background:#FFFFFF;
	/*padding:6px;*/
	margin-right:10px;
	float:left;
	border:1px solid #556427;
	margin-left:8px;
	padding:3px 3px 3px 3px;
}
.each-pro-box-right {
	float:right;
	width:340px;
}
.each-pro-box-right1 {
	width:250px;
	border:0px solid;
	margin-right:11px;
	_margin-right:0px;
}

.each-pro-box-right1 h3{
	font-size:14px;
}
.each-pro-box h5{
	font-size:14px;
	color:#7a8e3b;

}
.each-pro-box font{
	font-size:11px;
	color:#21140a;
	padding-left:20px;
	background:url(../images_common/pro-top-blt.gif) no-repeat left 0px;
	line-height:25px;
	padding-bottom:7px;
	/*margin-top:-10px;*/
}
.propricearea {
	margin:0px;
}
.proaddtocart {
	background:url(../images_common/cart-btn-bg.jpg) no-repeat left top;
	width:115px;
	height:25px;
	line-height:25px;
	float:left;
	display:inline-block;
	color:#FFFFFF;
	font-weight:bold;
	font-size:14px;
}
.proaddtocart a{
	padding-left:30px;
	color:#ecead5;
}
.proaddtocart a:hover{
	color:#FFFFFF;
	text-decoration:underline;
}
.propricearea1 {
	margin-top:5px;
	padding-left:10px;
	padding-right:10px;
}
.proaddtocart1 {
	background:url(../images_common/cart-btn-bg1.jpg) repeat-x left top;
	height:25px;
	line-height:25px;
	font-size:14px;
	color:#FFFFFF;
	font-weight:bold;
	margin-top:15px;
}
.proaddtocart1 a{
	padding-left:33px;
	color:#ecead5;
	background:url(../images_common/cart-btn-bg.jpg) no-repeat left -4px;
	position:relative;
	top:4px;
}
.proaddtocart1 a:hover{
	color:#FFFFFF;
	text-decoration:underline;
}
.propricearea1 h3{
	font-size:18px;
	color:#7a8e3b;
	margin-top:20px;
	line-height:18px;
	margin-bottom:20px;
}
.propricearea1 p{
	font-size:14px;
	color:#000000;
	margin-top:10px;
	line-height:16px;
	margin-bottom:10px;
}
.proprice {
	background:url(../images_common/price-bg.jpg) no-repeat left top;
	width:86px;
	height:25px;
	line-height:25px;
	float:right;
	display:inline-block;
	color:#ecead5;
	font-weight:bold;
	text-align:center;
}
.proprice a{
	padding-left:20px;
	color:#ecead5	
 }
.proprice a:hover{
	color:#FFFFFF;
	text-decoration:underline;
}
/*pagingnation*/
.pagingnation {
	background:url(../images_common/pagingnation-bg.jpg) repeat-x left top;
	line-height:33px;
	height:33px;
	text-align:center;
}
.pagingnation li{
	color:#d9e1b2;
	display: inline;
	font-weight:bold;
	font-size:14px;
}
.pagingnation li a{
	color:#d9e1b2;
	line-height:25px;
	margin-right:10px;
	font-weight:bold;
	margin-left:2px;
}
.pagingnation li a:hover{
	color:#FFFFFF;
	text-decoration:underline;
}
/*Footer*/
#footer-conainer {
	width:735px;
	margin:auto;
	padding:0px;
	border-top:1px solid #685d4c;
}
#footer-conainer p{
	padding-left:27px;
	padding-right:18px;
	padding-top:10px;
	font-size:9px;
}
#footer-conainer h6{
	text-align:center;
	font-size:12px;
	font-style:italic;
	font-weight:normal;
}
.footer-paybox {
	margin-top:20px;
	margin-top:20px;
	height:44px;
	margin-bottom:15px;
}
.footer-paybox-img {
	width:500px;
	float:left;
}
.footer-paybox-img img {
	vertical-align:middle;
	margin-right:3px;
	float:left;
}
.footer-paybox-img img.secure {
	position:relative;
	right:-170px;
}
.footer-paybox span{
	font-size:12px;
	text-align:right;
	vertical-align:middle;
}
.footer-paybox-text {
	float:right;
	text-align:right;
	width:200px;
	margin-right:10px;
}
.page-bottom {
		background:url(../images_common/page-bottom-img.gif) no-repeat left bottom;
		width:794px;
		padding-top:10px;
		height:36px;
		margin:0px auto;
		margin-top:-10px;
}
#email22{ _margin-top:-7px;
margin-top:2px;
height:23px;
color:#8D8080;}

#para{text-align:right; font-size:11px; color:#000000;}
#para2{text-align: left; font-size:11px; color:#000000;}


.top-paging-box p a{ color:#d9e1b2; font-size:14px; font-weight:bold;}
.pagingnation p a{color:#d9e1b2; font-size:14px; font-weight:bold;}
.cpt_product_name h1{color:#7A8E3B;
font-size:14px; height:20px;}

.background1{ display:none;}
.cpt_custom_html{ display:none;}

.cpt_divisions_navigation li{ border:0px solid #0000FF;}

.innercontainer h5 {
color:#7A8E3B;
font-size:14px;
padding-bottom:10px;
}
.common_wrapper{ border:1px solid #FF0000;}

.browseHd {
font-family:"Clan Narrow", arial, tahoma;
font-size:18px;
text-align:right;
color:#7a8e3b;
height:42px;
margin-bottom:10px;
position:relative;
left:1.5px;
margin-right:.3px;
border:0px solid #FF0000;
width:195px;
_width:197px;
height:42px;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
.browseHd{ width:196px;}

}

.blacksubhead{ font-weight:bolder; color:#86984b;}
.each-pro-box-right h5 a{ color:#7A8E3B;}
.each-pro-box-right h5 a:hover{ 
	color:#1C334D;
	text-decoration:underline;
}
.cpt_product_related_products a
{
	color:#7A8E3B;
}
.cpt_product_related_products a:hover
{
	color:#1C334D;
	text-decoration:underline;
}
.contact-text h5 a{
	color:#7A8E3B;
}
.contact-text h5 a:hover
{
	color:#1C334D;
	text-decoration:underline;
}
/*pagination*/

/*#pag{ 
padding-right:6px;
padding-top:3px;
height:20px;
 width:99%;
  border:1px solid;
   text-align:right;
    background:#57391f;
	 color:#d9e1b2;
	  font-size:10px;
	  }
.pagingnav{ color:#FFFFFF;
font-size:12px;
font-weight:bold;}

#pag a{ color:#d9e1b2;
font-size:12px;}*/
#pag{ 
padding-right:6px;
padding-top:10px;
height:42px;
 width:99%;
  border:0px solid #FF0000;
  width:530px;
   text-align:right;
    /*background:#57391f;*/
	background-image:url(../images_common/bgaa.png);
	background-repeat:no-repeat;
	 color:#d9e1b2;
	  font-size:14px;
	  }
.pagingnav{ color:#FFFFFF;
font-size:14px;
font-weight:bold;}

#pag a{ color:#d9e1b2;
font-size:14px;
padding:2px;}
#pagga{border:0px solid #FF0000; text-align:right; margin-top:2px; padding-right:7px;}
#pag span{float:left; color:#c3bf99; font-size:23px;font-weight:bold; border:0px solid #FF0000; padding-left:10px;  margin-top:-3px;}

.pro_table{ margin-top:-10px;}
.cpt_product_params_fixed{ margin-left:16px;}

.nutrition-head {
color:#DD0000;
font-family:Arial,Helvetica,san-serif;
font-size:21px;
font-weight:bold;
}
.nutrition-body p{
color:#666666;
font-family:Arial;
font-size:14px;
}
.nutrition-body{
color:#666666;
font-family:Arial;
font-size:14px;
}

#devine table{ border:0px solid #FF0000; background:#f4f3e4}
#devine table table{ padding-left:10px; border:1px solid #000000; background:#FFFFFF}

