html {
  filter: expression(document.execCommand("BackgroundImageCache", false, true));
}
/* get rid of that flicker on the hover states of navigation*/
/* http://evil.che.lu/2006/9/25/no-more-ie6-background-flicker */
*	{ padding: 0; margin: 0; }
body	{
	font-size: 95%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	background-color: #eee;
	color: 4a4a4a;
	}
a:link { color: #036; }
a:visited { color: #066; }


a:hover, a:active	{
	color: #036;
	}	
p	{ font-size: 70%; }
/*	layout	*/
#main_container	{
	width: 800px;
	margin: 10px auto 10px auto;
	padding-top: 10px;
	text-align: left;
	background: white;
	}
#container_a	{
	float: left;
	width: 160px;
	/*background: #eee;*/
	margin-left: 10px;
	}
#container_b	{
	float: right;
	width: 605px;
	padding-right: 10px;
	}
#body_container	{
	float: right;
	}
#main	{
	float: left;
	width: 585px;
	}
#main_container.shop #side_bar	{
	display: none;
	}
#side_bar	{
	float: right;
	width: 190px;
	}
/*	container_a, ca_panel = container_a panel, which is the far left full length column	*/
div.ca_panel#logo	{
	margin-bottom: 10px;
	}
	/*	stockist search	*/
form#stockist 	{
	background: url(../global/stockist_search_bg_base.gif) no-repeat bottom left;
	}
form#stockist fieldset 	{
	border: none;
	background: url(../global/stockist_search_bg.gif) no-repeat top left;
	}
form#stockist ol	{
	list-style: none;
	padding: 10px;
	}
form#stockist label	{
	font-size: 70%;
	}
form#stockist label span	{
	font-weight: bold;
	font-size: 120%;
	}
form#stockist input#postcode	{
	font-size: 80%;
	color: #999;
	width: 70%;
	}
form#stockist input#postcode_submit	{
	vertical-align: middle;
	}
/*	article navigation	*/
div.ca_panel#article_nav h2	{
	color: #fff;
	background: url(../global/stockist_search_bg.gif) no-repeat top left;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 6px;
	padding-bottom: 6px;
	margin-bottom: 1px;
	margin-top: 20px;
	font-weight: normal;
	font-size: 120%;
	border-bottom: 1px solid #fff;
	}
/*nav_articles*/
ul#nav_articles	{
	list-style-type: none;
	
	}
ul#nav_articles li { 
	margin: 0 0 1px 0; 
	background:  url(../global/left_nav_bg.gif) no-repeat bottom right;
	}
ul#nav_articles a	{
	display: block;
	padding: 5px 10px;
	font-size: 80%;
	font-weight: bold;
	width: 140px;
	color: #fff;
	background: url(../global/left_nav_bg.gif) no-repeat bottom right;
	text-decoration: none;
	}
ul#nav_articles a:hover	{
	color: #fff;
	background:  url(../global/left_nav_bg-on.gif) no-repeat bottom right;/*limegreen*/
	text-decoration: none;
	}
ul#nav_articles ul li { 
	margin: 0 0 1px 0; 
	}
ul#nav_articles ul a	{
	display: block;
	padding: 5px 5px 5px 10px;
	width: 145px;
	
	color: #fff;
	background-color: #c1d62f;/*limegreen*/
	text-decoration: none;
	}
ul#nav_articles ul a:hover	{
	color: #fff;
	background-color: #69C;
	text-decoration: none;
	}
	/*shop navigation*/
/*#shop_nav { margin-left: 30px; }*/

#shop_nav ul	{
	list-style-type: none;
	}
#shop_nav li { 
	margin: 0 0 1px 0; 
	}
#shop_nav a	{
	display: block;
	padding: 5px 10px;
	width: 140px;
	color: #fff;
	background-color: #69C;
	text-decoration: none;
	}
#shop_nav a:hover	{
	color: #fff;
	background-color: #c1d62f;/*limegreen*/;
	text-decoration: none;
	}
#shop_nav ul ul li { 
	margin: 0 0 1px 0; 
	}
#shop_nav ul ul a	{
	display: block;
	padding: 5px 5px 5px 10px;
	width: 145px;
	font-size: 80%;
	color: #fff;
	background-color: #c1d62f;/*limegreen*/
	text-decoration: none;
	}
#shop_nav ul ul a:hover	{
	color: #fff;
	background-color: #69C;
	text-decoration: none;
	}
	/*previous articles*/
div.ca_panel#previous_articles h2	{
	color: #c0d52e;
	padding-right: 10px;
	padding-bottom: 6px;
	margin-bottom: 18px;
	font-weight: normal;
	font-size: 120%;
	border-bottom: 6px solid #c0d52e;
	}
div.ca_panel#previous_articles h3	{
	font-weight: bold;
	}
div.ca_panel#previous_articles h3 a	{
	color: #696969;
	padding-right: 10px;
	font-size: 90%;
	line-height: .7em;
	
	}
div.ca_panel#previous_articles h3 a span	{
	padding-right: 10px;
	margin-top: 6px;
	font-size: 60%;
	text-decoration: none;	
	display: block;
	color: #c0d52e;
	margin-bottom: 3px;
	}
div.ca_panel#previous_articles p	{
	color: #696969;
	padding-right: 10px;
	padding-bottom: 6px;
	border-bottom: 3px solid #ebf4bf;
	}
div.ca_panel#previous_articles p img	{
	border: none;
	float: left;
	margin-right: 5px;
	}

/*	header, #strap, #main_nav	*/
div#strap	{
	background-color: #5e8dcb;
	margin-bottom: 5px;
	}
div#strap h2	{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: white;
	text-align: center;
	padding: 10px 0;
	}
#main_nav ul	{
	float: left;
	list-style: none;
	background-color: #47aa42;
	padding-bottom: 10px;
	margin-bottom: 10px;
	}
#main_nav li	{
	float: left;
	background: #fff url(../global/tab_on.gif) no-repeat top left;
	}
#main_nav li a	{
	float: left;
	display: block;
	
	width: 89px;
	height: 30px;
	font-size: 70%;
	background: #fff url(../global/tab.gif) no-repeat top left;
	border-bottom: 1px solid white;
	border-right: 1px solid #fff;
	text-decoration: none;
	color: white;
	padding: 5px;
	}
#main_nav li a:hover	{
	background: #fff url(../global/tab_on.gif) no-repeat top left;
	border-bottom: 1px solid #47aa42;
	}
#main_nav li.selected a	{
	background: #fff url(../global/tab_on.gif) no-repeat top left;
	border-bottom: 1px solid #47aa42;
	}

/*	main, m_panel (#extra_fwbw, #welcome, #start_well)	*/
/*div.m_panel	{
	margin-bottom: 20px;
	display: block;
	}*/
p.breadcrumbs	{
	padding: 0 0 10px 0;
	color: #47aa42;
	}
div#extra_fwbw	{
	background: url(../global/extra.jpg) no-repeat top left;
	height: 198px;
	clear: both;
	}
div#extra_fwbw ul	{
	padding-left: 25px;
	padding-top: 40px;
	width: 180px;
	color: #003366;
	line-height: 1em;*/
	}
div#extra_fwbw li a	{
	color: #003366;
	font-size: 90%;
	text-decoration: none;
	
	}
div#extra_fwbw li a:hover	{
	text-decoration: underline;
	}
div#welcome.m_panel, div#start_well	{
	border-bottom: 20px solid #fff;
	display: block;
	float: left;
	}
div#welcome h2, div#start_well h2	{
	color: #c0d52e;
	padding-bottom: 6px;
	margin-bottom: 10px;
	font-weight: normal;
	font-size: 180%;
	border-bottom: 6px solid #c0d52e;
	clear: both;
	}
p.welcome_txt	{
	float: right;
	width: 315px;
	}
.green_highlight	{
	color: #c0d52e;
	}
p.welcom_txt img	{
	float: left;
	}
p.start_txt	{
	padding-bottom: 20px;
	}
div.start_well_article	{
	width: 180px;
	float: left;
	padding-right: 17px;
	}
div.start_well_article h3	{
	font-weight: bold;
	color: #696969;
	font-size: 90%;
	margin-bottom: 4px;
	}
div.start_well_article p a	{
	font-weight: bold;
	color: #c0d52e;
	}
div.start_well_article p a:hover	{
	text-decoration: none
	}
div.start_well_article a img	{
	border: 4px solid #c1d62f;
	margin-right: 5px;
	}
/*	main_article	*/
div#main_article h2	{
	color: white;
	font-weight: bold;
	padding: 5px 10px;
	background-color: #c1d62f;/*limegreen*/
	border-bottom: 1px solid #fff;
	}
div#main_article h2 span	{
	font-size: 50%;
	font-weight: normal;
	}
div#main_article h3	{
	padding: 10px 0;
	font-size: 100%;
	color: #c1d62f;/*limegreen*/
	}
div#main_article p	{
	padding: 4px 0;
	}
div#main_article p span.sub_title	{
	font-size: 120%;
	color: #c1d62f;/*limegreen*/
	font-weight: bold;
	display: block;
	margin-top: 10px;
	}
#main_article p span.quote	{
	margin: 10px 0;
	display: block;
	font-family: "Times New Roman", Times, serif;
	font-weight: normal;
	padding: 10px 0;
	font-size: 160%;
	border-top: 4px solid #c1d62f;/*limegreen*/
	border-bottom: 4px solid #c1d62f;/*limegreen*/
	}
ul#next_page	{
	list-style: none;
	margin: 10px 0;
	}
ul#next_page li	{
	float: left;
	}
ul#next_page li a	{
	float: left;
	border: 1px solid #c1d62f;/*limegreen*/
	padding: 3px 6px;
	font-size: 80%;
	margin-right: 4px;
	}
ul#next_page li a:hover	{
	text-decoration: none;
	background-color: #eee;
	color: #999;
	}
ul#next_page li#selected a	{
	text-decoration: none;
	background-color: #eee;
	color: #999;
	}
/*	content.asp	*/
span.pg_title	{
	font-size: 160%;
	margin: 20px 0 0 0;
	font-weight: bold;
	display: block;
	color: #c1d62f;/*limegreen*/
	}
span.title	{
	font-size: 120%;
	font-weight: bold;
	color: #c1d62f;/*limegreen*/
	}
span.faq_links a, span.faq_links a:active, span.faq_links a:visited	{
	text-decoration: none;
	font-size: 120%;
	color: #5E8DCB;
	line-height: 2em;
	padding-right: 10px;
	}
span.faq_links a:hover	{
	text-decoration: underline;
	}
span.dr_answer	{
	color: #666;/*limegreen*/
	font-weight: bold;
	}
span.answer	{
	color: #666;
	}
/*	contact.asp	*/
span.alert, p.alert	{
	color: red;
	}
form.contact_us fieldset	{
	border: none;
	}
form.contact_us label	{
	
	width: 100px;
	display: inline-block;
	}
form.contact_us ol	{
	list-style: none;
	}
form.contact_us li label	{
	font-size: 70%;
	}
form.contact_us li input#customer, form.contact_us li input#telephone, form.contact_us li input#emailad	{
	width: 200px;
	}
form.contact_us li textarea#address, form.contact_us li textarea#details	{	
	width: 200px;
	}
/*	side_bar	*/
div#forms	{
	margin-bottom: 10px;
	}
#forms fieldset	{
	border: none;
	}
#forms ol	{
	list-style: none;
	}
#forms form li	{
	padding: 5px 10px;
	}
#forms li label	{
	font-size: 140%;
	font-weight: bold;
	}
#forms li	{
	font-size: 60%;
	}	
#forms form#search	{
	background: url(../global/search_bg.jpg) no-repeat top left;
	border-bottom: 1px solid #999;
	margin-bottom: 1px;
	}	
#forms form#newsletter	{
	background: url(../global/newsletter_bg.jpg) no-repeat bottom left;
	}	
#forms form#newsletter input#name, #forms form#newsletter input#email, #forms form#search input#search_box	{
	width: 120px;
	color: #999;
	}	
#forms form#newsletter input#newsletter_submit, #forms form#search input#search_submit	{
	vertical-align: bottom;
	padding-left: 10px;
	}
/*	main_article links	*/
div.sb_panel_main_article	{
	clear: both;
	background: url(../global/main_article_bg.gif) no-repeat bottom left;
	margin-bottom: 10px;
	padding-bottom: 5px;
	float: left;
	width: 190px;
	}
div.sb_panel_main_article h3	{
	color: white;
	font-size: 90%;
	font-weight: bold;
	padding: 5px 10px;
	background-color: #c1d62f;/*limegreen*/
	
	border-bottom: 1px solid white;
	}	
div.sb_panel_main_article a img	{
	margin: 0 5px 5px 5px;
	border: 4px solid  #c1d62f;
	}
div.sb_panel_main_article p	{
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	}	
	
/*	min_article adverts	*/	
#main_article_adverts	{
	background-color: #e8f0b6;
	border-bottom: 10px solid #c1d62f;/*limegreen*/
	padding-bottom: 10px;
	float: left;
	margin-bottom: 10px;
	}
#main_article_adverts h3 a	{
	font-size: 100%;
	color: white;
	font-weight: bold;
	padding: 5px 10px;
	display: block;
	background-color: #c1d62f;/*limegreen*/
	}
#main_article_adverts p	{
	padding: 5px 10px;
	}
#main_article_adverts ul	{
	padding: 5px 10px 5px 23px;
	font-size: 70%;
	}
/* noframes_categoreis.asp	*/
.group2	h3	{
	color: #B1D521;
	}
/*	products.asp	*/
.prodtable {
	color:#808080;
	font-size: 95%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.prodtable P {
	color:#808080;
	font-size: 95%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.prodname	{
	background-color: #c1d62f;/*limegreen*/
	color: #fff;
	padding: 5px;
	display: block;
	font-weight: bold;
	font-size: 60%;
	}
.proddesc div.prodname	{
	font-size: 100%;
	}
.prodname a	{
	background-color: #c1d62f;/*limegreen*/
	color: #fff;
	padding: 5px;
	display: block;
	font-weight: bold;
	text-decoration: none;
	font-size: 100%;
	}
.prodname a:hover	{
	background-color: #003366;/*limegreen*/
	color: #fff;
	}
.prodname a:visited	{
	color: #fff;
	}
.proddesc	{
	font-size: 80%;
	}
.prodoption	{
	font-size: 80%;
	}
.prodoption select	{
	display: block;
	}
.mainHeading	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	}
.mainTitle	{
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 22px; 
	font-weight: bold;
	}
/*	view.asp	*/
/*styles added to hold long desc only-prod_info_container are for short desc and spec info to be displayed*/
#prod_desc_wrapper	{
	padding: 10px;
	border: 1px solid #c1d62f;/*limegreen*/
	background: #fff url(images/prodtabon_bg.gif) repeat-x top left;
	}
#prod_info_container	{
	border: 1px solid #c1d62f;/*limegreen*/ 
	}
ul#prod_tabs	{
	list-style: none;
	
	}
ul#prod_tabs li	{
	float: left;
	}
ul#prod_tabs li a	{
	float: left;
	display: block;
	height: 35px;
	width: 124px;
	text-decoration: none;
	}
ul#prod_tabs li.prodtabon a	{
	background: #fff url(images/prodtabon_bg.gif) repeat-x top left;
	padding: 10px;
	}
ul#prod_tabs li.prodtab a	{
	background: #fff url(images/prodtab_bg.gif) repeat-x top left;
	padding: 10px;
	}
#prod_desc_container	{ 
	padding: 10px;
	}
#prod_desc_container p	{
	font-size: 100%;
	}
.prodprice	{
	font-weight: bold;
	}
div.border_img	{
	border: 1px solid #c1d62f;/*limegreen*/
	}

p.tell a	{
	color: #fff;
	font-weight: bold;
	font-size: 120%;
	background-color: #c1d62f;/*limegreen*/
	display: block;
	padding: 10px;
	margin-bottom: 1px;
	
	}
p.tell a:hover	{
	background-color: #6699cc;
	text-decoration: none;
	color: #fff;
	}
p.print a	{
	color: #fff;
	font-weight: bold;
	font-size: 120%;
	background-color: #c1d62f;/*limegreen*/
	display: block;
	padding: 10px;
	}
p.print a:hover	{
	background-color: #6699cc;
	text-decoration: none;
	color: #fff;
	}
div.view a, div.adviser a	{
	display: block;
	width: 350px;
	padding: 4px;
	font-size: 80%;
	text-decoration: none;
	color: #fff;
	font-weight: bold;
	margin-bottom: 1px;
	background-color: #c1d62f;/*limegreen*/
	}
.subtotal	{
	font-size: 80%;
	}
/*	addprod.asp	*/

td.orderfrom	{
	padding: 4px;
	font-weight: bold;
	font-size: 80%;
	}
td.orderfill	{
	padding: 4px;
	font-size: 80%;
	}
td.subtotal	{
	font-weight: bold;
	padding: 4px;
	border-top: 1px solid #003366;
	border-bottom: 1px solid #003366;
	}
/*	memb_login.asp	*/
td.login	{
	font-size: 80%;
	}
/*	searchrated	*/
.results	{
	color: #003366;
	}
/*	memb_update.asp	*/
td.orderfrom	{
	padding: 4px;
	font-weight: bold;
	font-size: 70%;
	}
div.orderfrom	{
	padding: 4px;
	font-weight: bold;
	font-size: 80%;
	}
td.orderfill	{
	padding: 4px;
	font-size: 70%;
	}
div#fix	{
	float:left;
	margin-right:20px;
	width: 585px;
	}
/*	shop - misc	*/
a.category	{
	color: #003366;
	font-weight: bold;
	text-decoration: none;
	}
a:hover.category	{
	
	text-decoration: underline;
	}
div.categoryname	{
	background-color: #c1d62f;/*limegreen*/
	color: #fff;
	padding: 4px;
	margin-bottom: 10px;
	}
div.categoryname a	{
	color: #fff;
	}
div.categoryname a:visited	{
	color: #fff;
	}
h2.pagetitle	{
	background-color: #c1d62f;/*limegreen*/
	color: #fff;
	padding: 5px;
	
	font-size: 110%
	}
div.alert	{
	font-size: 70%;
	}
img.viewprod_but {
	margin: 10px 0 0 10px;
	display: block;
	}



div#footer	{
	background-color: #c0d52e;
	clear: both;
	height: 20px;
	padding: .5em 1em;
	border-top: 30px solid #fff;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	border-left: 1px solid #fff;
	}

div#footer ul	{
	padding: 0;
	margin: 0;
	list-style-type: none;
	}
div#footer ul#f_site_tools	{
	font-size: 70%;
	width: 50%;
	float: left;
	}
div#footer ul#msit	{
	font-size: 70%;
	width: 50%;
	float: right;
	text-align: right;
	}
div#footer li	{
	display: inline;
	margin-right: 1em;
	}
/* mini cart styles added 7/2/8 */
table.min_tbl	{
	
	}
div.ca_panel#mini_basket a	{
	text-decoration: none;
	}
.mini_titles p	{
	font-weight: bold;
	padding-left: 3px;
	}
.mini_desc p, mini_price	{
	padding-left: 3px;
	}
.mini_hr hr	{
	height: 1px;
	color: #c0d52e;
	border: 0;
	background-color: #c0d52e;
	}
a.mini_price h3	{
	font-size: 80%;
	text-decoration: underline;
	}
a:hover.mini_price h3	{
	text-decoration: underline;
	}
div.ca_panel#mini_basket h2	{
	font-size: 110%;
	padding-right: 10px;
	}
div.ca_panel#mini_basket table	{
	width: 100%;
	}
div.ca_panel#mini_basket table td	{
	margin: 0 3px;
	color: #4a4a4a4;
	}
/* styles for view.asp ticks */
.tick	{
	list-style: none;
	margin: 10px 0;
	}
.tick li	{
	padding-left: 20px;
	background-image: url(../global/tick.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
	}
/*form - Press Info pg*/
div#main_article form.formcoup fieldset	{
	border: none;
	}
div#main_article form.formcoup ol	{
	list-style: none;
	}
div#main_article form.formcoup label	{
	font-weight: bold;
	font-size: 80%;
	width: 100px;
	float:left;
	display: inline-block;
	}
div#main_article form.formcoup input#login_submit	{
	vertical-align: bottom;
	padding-left: 10px;
	}
/*	promo stuff	*/
p.promo	{
	
	}
p.promo a	{
	display: block;
	height: 55px;
	font-size: 1.2em;
	background: url(../global/promo-img.gif) no-repeat left center;
	padding: 10px 10px 10px 70px;
	}
/*	added 17/9/08 for view.asp page	*/
div.avg, div.press-reviews	{
	width: 130px;
	padding-bottom: 5px;
	margin-bottom: 5px;
	margin-top: 5px;
	}
div.avg, div.press-reviews	{
	background: url(../global/avg-bottom-img.gif) no-repeat bottom left;
	}
p.avg-title, p.pressre-title	{
	background: url(../global/avg-top-img.gif) no-repeat top left;
	padding: 5px 5px 0 5px;
	margin: 0;
	}
p.avg-title strong	{
	padding: 0;
	margin: 0;
	}
.avg p img	{
	display: block;
	padding:0;
	margin:  -10px 5px;
	}
p.avg-links a	{
	padding: 0 5px;
	margin: -5px 0;
	display: block;
	}
p.pressre-p	{
	padding: 0 5px;
	}
tr td div.avg p.avg-links a	{
	padding-bottom: 0;
	margin-bottom: -12px;
	}
tr td div.press-reviews p.pressre-title	{
	padding-bottom: 0;
	margin-bottom: -8px;
	}

/* average customer rating */
div.avgCustomerRate	{
	background: #fff url(../global/avgCustomerRate-bg.gif) no-repeat top left;
	height: 120px;
	margin-top: 20px;
	}
.avgCustomerRate h2	{
	color: #474550;
	padding: 5px;
	font-size: .9em;
	font-weight: bold;
	}
p.reviewAvgPercent	{
	font-weight: bold;
	font-size: 1.2em;
	color: 5E8DCB;
	}
/* end */
/* customer reviews */
div.customer-reviews	{
	clear: both;
	margin-top: 20px;
	height: 50px;
	background: url(../global/customerReview-bg.gif) no-repeat top left;
	}
.customer-reviews h2	{
	color: #474550;
	padding: 5px;
	font-size: .9em;
	font-weight: bold;
	height: 40px;
	}
.customer-reviews ul	{
	background-color: #527E2A;
	list-style: none;
	margin: 0;
	border-bottom: 1px solid #fff;
	border-top: 1px solid #fff;
	padding: 5px;
	height: 15px;
	}
.customer-reviews li	{
	float: left;
	font-weight: bold;
	padding-right: 20px;
	color: #fff;
	}
.customer-reviews li a	{
	float: left;
	font-weight: normal;
	color: #fff;
	text-decoration: underline;
	font-size: 0.8em;
	}
	/* end */
/* pdfs */
div.downloads	{
	clear: both;
	padding-top: 20px;
	width: 270px;
	}
.downloads h2	{
	color: #4a4a4a;
	padding: 5px 5px 20px 5px;
	font-size: .9em;
	font-weight: bold;
	background: url(../global/downloads-bg.gif) no-repeat top left;
	}
.downloads ul	{
	list-style: none;
	margin: 0;
	padding: 0;
	float: left;
	padding: 5px 0 0 5px;
	/*width: 765px;*/
	}
.downloads li	{
	/**/
	
	}
.downloads li a	{
	width: 215px;
	height: 50px;
	padding: 5px 5px 5px 40px;
	display: block;
	/*float: left;*/
	font-size: .7em;
	margin-right: 2px;
	margin-bottom: 2px;
	color: #527E2A;
	background: url(../global/pdf_icon.png) no-repeat top left;
	}
.downloads li a:hover	{
	background: url(../global/pdf_icon.png) no-repeat top left;
	}
/* end */
p.review-snip	{
	display: block;
	background-color: #eee;
	margin: 0;
	padding: 10px 5px;
	border-bottom: 1px dashed #999;
	}
/* calls contact nutritionist, print page, tell friend */ */
div.calls	{
	clear: both;
	padding-top: 20px;
	margin-bottom: 20px;
	}
div.calls ul	{
	list-style: none;
	margin: 20px 0 0 0;
	padding: 0;
	}
.calls li	{
	float: left;
	}
.calls li a	{
	float: left;
	width: 80px;
	height: 30px;
	text-align: center;
	margin-right: 5px;
	padding: 50px 0 0 0;
	color: #fff;
	font-size: .6em;
	text-decoration: none;
	}
.calls li.qu a	{
	background: url(../global/emailAdvisorButton.gif) no-repeat top center;
		height:90px;
	}
.calls li.prnt a	{
	background: url(../global/printPgButton.gif) no-repeat top center;
		height:90px;
	}
.calls li.tell a	{
	background: url(../global/emailFriendButton.gif) no-repeat top center;
	height:90px;
	}
/* end */
div.press	{
	clear: both;
	padding-top: 20px;
	}
.press h2	{
	color: #527E2A;
	border-bottom: 1px solid #527E2A;
	padding: 5px;
	font-size: 1em;
	font-weight: normal;
	/*margin-bottom: 2px;
	margin-right: 3px;*/
	font-weight: bold;
	}
#main .press p, #main p.normalTxt, #main span.reviewDate	{
	color: #666;
	font-size: .7em;
	}
#main span.reviewDate	{
	display: block;
	color: #5E8DCB;
	font-style: oblique;
	font-weight: bold;
	}
#main p.reviewedBy	{
	font-size: .8em;
	padding-top: 20px;
	}
#main p.reviewedBy strong	{
	color: #B1D521;
	}

#main p.normalTxt.comment	{
	padding-left: 20px;
	background: url(../../GLOBAL/comment.png) no-repeat left center;
	}
.bgReview	{
	background: url(../GLOBAL/bgReview.gif) repeat-x top left;
	}
#main p.normalTxt#review	{
	padding-bottom: 10px;
	}
/* tabs for view page Product Overview/Further Inforamtion/Product Ingredients */
.tabBox	{
	margin-top: 10px;
	margin-bottom: 6px;
	float: left;
	}
.tabBox ul	{
	list-style: none;
	}
.tabBox li	{
	float: left;
	}
.tabBox a	{
	float: left;
	display: block;
	width: 79px;
	height: 38px;
	background: url(../../GLOBAL/tabOff.gif) no-repeat top left;
	color: #abaca6;
	padding: 6px 10px;
	margin-right: 2px;
	font-weight: bold;
	font-size: .9em;
	text-decoration: none;
	}
.tabBox a:hover, .tabBox .selected a	{
	color: #4a4a4a;
	}
.tabBox .selected a	{
	background: url(../../GLOBAL/tabSelected.gif) no-repeat top left;
	}
/*	pay response call back pages	*/
/* balance activ */
.displaybox	{
	border: 3px solid 390c84d;
	float: left;
	background: #999;
	padding: 10px;
	}
/* end */