/* CSS Document */


/*html settings redefined here*/
html * {
	padding: 0;
	margin: 0;
	border: 0;
	}

body {
	padding:0px; 
	margin:0px; 
	background-image:url(../images/bg-tile.gif); 
	background-position:top center; 
	background-repeat:repeat-y;
	font-family:Georgia, "Times New Roman", Times, serif;
	}
body.popwin {
	background-image:none;
	padding:33px;
	background-color:#DDF1BD;
	}
	
a:link, a:visited {
	color:#435C1F;
	text-decoration:none;
	}
a:hover {
	color:#669900;
	text-decoration:none;
	border-bottom:1px solid #CFD8C1;
	}
a:active {
	color:#9EB482;
	text-decoration:none;
	}
p, ul, ol, dd {
	font:normal 12px/16px Georgia, "Times New Roman", Times, serif;
	color:#333333;
	margin:5px 0px 15px 0px;
	padding:0px;
	} 
dd {
	margin:0px 0px 8px 0px;
	}
dt {
	font:bold 13px/15px Georgia, "Times New Roman", Times, serif;
	color:#333333;
	margin:8px 0px 0px 0px;
	padding:0px;
	border-bottom:1px solid #669900;
	}
ul, ol {
	margin-bottom:25px;
	}
ul li {
	list-style-image:url(../images/zelens-bullet.gif);
	margin:0px 0px 0px 15px;
	}
ol li {
	margin:0px 0px 0px 20px;
	}
li {
	padding:0px 0px 4px 0px;

	}
h1 {
	font:bold 17px/20px Georgia, "Times New Roman", Times, serif;
	color:#333333;
	margin:0px 0px 15px 0px;
	padding:0px;
}
ul.faqs li p {
	margin:5px 0px 5px 0px;
	
	}
/*
h2 same as h1 but more headroom to go in middle of text flow
*/
h2 {
	font:bold 17px/20px Georgia, "Times New Roman", Times, serif;
	color:#333333;
	margin:33px 0px 15px 0px;
	padding:0px;
}
h3 {
	font:bold 15px/15px Georgia, "Times New Roman", Times, serif;
	color:#333333;
	margin:0px 0px 15px 0px;
	padding:0px;
	}
h4 {
	font:bold 13px/15px Georgia, "Times New Roman", Times, serif;
	color:#333333;
	margin:0px 0px 15px 0px;
	padding:0px;
	}
h5 {
	font:bold 12px/14px Georgia, "Times New Roman", Times, serif;
	color:#333333;
	margin:0px 0px 15px 0px;
	padding:0px;
	}
h6 {
	font:bold 11px/13px Georgia, "Times New Roman", Times, serif;
	color:#333333;
	margin:0px 0px 10px 0px;
	padding:0px;
	}
h4.amnt {
	margin:8px 0px;
	}
.paneltxt h3 {
	font:bold 13px/15px Georgia, "Times New Roman", Times, serif;
	margin-bottom:5px;
	}
.paneltxt a:link, .paneltxt a:visited, .paneltxt a:hover, .paneltxt a:active {
	color:#333333;
	border:none;
	}
blockquote {
	font-size:14px;
	line-height:18px;
	margin:0px 26px;
	padding:0px;
	font-weight:normal;
	color:#333333;
	}
	
input, textarea, select {
	font:12px Verdana, Geneva, Helvetica, sans-serif;
	color:#333333;
	margin:0px;
	}
form {
	padding:0px;
	margin:0px;
	}
caption {
	text-align:left;
	}

label {
	padding-top:4px;
	color:#333333;
	font-size:12px;
	font-weight:bold;
	display:block;
	}
.greybox label {
	width:133px;
	float:left;
	position:relative;
	}
.drophint label {
	width:133px;
	float:left;
	}
.pad16 label {
	width:112px;
	float:left;
	}
.pad25 label {
	width:105px;
	float:left;
	}
.lefthalf .pad25 input.outline {
	width:175px;
	}
.payform label {
	width:166px;
	float:left;
	}
.payform .outline {
	margin-top:4px;
	}
.greybox p.postLbl {
	padding:0px 0px 8px 0px;
	margin:0px;
	color:#333333;
	font-size:12px;
	font-weight:bold;
	position:relative;
	}
.formFix {
	padding-left:133px;
	position:relative;
	}
.drophint .formFix {
	padding-top:5px;
	}
.pad16 .formFix {
	padding-left:0px;
	}
.formAlign {
	padding-left:158px;
	}
.formAlign2 {
	padding-left:201px;
	}
.formAlign3 {
	padding-left:402px;
	}/*main classes here */
.outline {
	border:1px solid #A4B97F;
	/*padding:1px;*/

}
.outline2 {
	border:1px solid #A4B97F;
	width:300px;
	}
a.clicked:link, a.clicked:visited {
	color:#9EB482;
}
a.bigbasketlink:link, a.bigbasketlink:visited {
	font-weight:bold;
	font-size:12px;
	padding:0px 23px 0px 0px;
	margin-left:4px;
	background-image:url(../images/icon-basket-off.gif);
	background-position:top right;
	background-repeat:no-repeat;
	}
a.bigbasketlink:hover {
	background-image:url(../images/icon-basket-on.gif);
	}
a.bigbasketlink:active {
	background-image:url(../images/icon-basket-active.gif);
	}
a.bigcclink:link, a.bigcclink:visited {
	font-weight:bold;
	font-size:12px;
	padding:0px 23px 0px 0px;
	margin-left:4px;
	background-image:url(../images/icon-card-off.gif);
	background-position:top right;
	background-repeat:no-repeat;
	}
a.bigcclink:hover {
	background-image:url(../images/icon-card-on.gif);
	}
a.bigcclink:active {
	background-image:url(../images/icon-card-active.gif);
	}
input.lineup {
	vertical-align: middle;
	margin:0px 0px 1px 8px;
	}
.hproduct {
	padding-right:15px;
	}
a.icon-photo, a.icon-photo:link, a.icon-photo:visited {
	padding:1px 0px 1px 23px;
	background-image:url(../images/icon-photo-off.gif);
	background-position:left;
	background-repeat:no-repeat;
	}
a.icon-photo:hover {
	background-image:url(../images/icon-photo-on.gif);
	border-bottom:none;
	}
a.icon-photo:active {
	background-image:url(../images/icon-photo-active.gif);
	border-bottom:none;
	}
a.icon-testing, a.icon-testing:link, a.icon-testing:visited {
	padding:1px 0px 1px 23px;
	background-image:url(../images/icon-testing-off.gif);
	background-position:left;
	background-repeat:no-repeat;
	}
a.icon-testing:hover {
	background-image:url(../images/icon-testing-on.gif);
	border-bottom:none;
	}
a.icon-testing:active {
	background-image:url(../images/icon-testing-active.gif);
	border-bottom:none;
	}
a.icon-endorsements, a.icon-endorsements:link, a.icon-endorsements:visited {
	padding:1px 0px 1px 23px;
	background-image:url(../images/icon-endorsements-off.gif);
	background-position:left;
	background-repeat:no-repeat;
	}
a.icon-endorsements:hover {
	background-image:url(../images/icon-endorsements-on.gif);
	border-bottom:none;
	}
a.icon-endorsements:active {
	background-image:url(../images/icon-endorsements-active.gif);
	border-bottom:none;
	}
a.icon-ingredients, a.icon-ingredients:link, a.icon-ingredients:visited {
	padding:1px 0px 1px 23px;
	background-image:url(../images/icon-ingredients-off.gif);
	background-position:left;
	background-repeat:no-repeat;
	}
a.icon-ingredients:hover {
	background-image:url(../images/icon-ingredients-on.gif);
	border-bottom:none;
	}
a.icon-ingredients:active {
	background-image:url(../images/icon-ingredients-active.gif);
	border-bottom:none;
	}
a.icon-description, a.icon-description:link, a.icon-description:visited {
	padding:1px 0px 1px 23px;
	background-image:url(../images/icon-description-off.gif);
	background-position:left;
	background-repeat:no-repeat;
	}
a.icon-description:hover {
	background-image:url(../images/icon-description-on.gif);
	border-bottom:none;
	}
a.icon-description:active {
	background-image:url(../images/icon-description-active.gif);
	border-bottom:none;
	}
	

a.icon-email, a.icon-email:link, a.icon-email:visited {
	padding:1px 0px 1px 23px;
	background-image:url(../images/icon-email-off.gif);
	background-position:left;
	background-repeat:no-repeat;
	}
a.icon-email:hover {
	background-image:url(../images/icon-email-on.gif);
	border-bottom:none;
	}
a.icon-email:active {
	background-image:url(../images/icon-email-active.gif);
	border-bottom:none;
	}
	
a.icon-hint, a.icon-hint:link, a.icon-hint:visited {
	padding:1px 0px 1px 23px;
	background-image:url(../images/icon-hint-off.gif);
	background-position:left;
	background-repeat:no-repeat;
	}
a.icon-hint:hover {
	background-image:url(../images/icon-hint-on.gif);
	border-bottom:none;
	}
a.icon-hint:active {
	background-image:url(../images/icon-hint-active.gif);
	border-bottom:none;
	}
	
	
a.icon-reviews, a.icon-reviews:link, a.icon-reviews:visited {
	padding:1px 0px 1px 23px;
	background-image:url(../images/icon-endorsements-off.gif);
	background-position:left;
	background-repeat:no-repeat;
	}
a.icon-reviews:hover {
	background-image:url(../images/icon-endorsements-on.gif);
	border-bottom:none;
	}
a.icon-reviews:active {
	background-image:url(../images/icon-endorsements-active.gif);
	border-bottom:none;
	}

a.infbutton, a.infbutton:link, a.infbutton:visited {
	padding:5px 15px 5px 25px;
	background-image:url(../images/icon-info-off.gif);
	background-position:left;
	background-repeat:no-repeat;
	font-size:11px;
	font-weight:bold;
	display:block;
	float:left;
	}
.productRow td a.infbutton, .productRow td a.infbutton:link, .productRow td a.infbutton:visited {
	padding-right:0px;
	}
a.infbutton:hover {
	background-image:url(../images/icon-info-on.gif);
	border-bottom:none;
	}
a.infbutton:active {
	background-image:url(../images/icon-info-active.gif);
	border-bottom:none;
	}

a.addbutton, a.addbutton:link, a.addbutton:visited {
	padding:5px 0px 5px 25px;
	background-image:url(../images/icon-bask-off.gif);
	background-position:left;
	background-repeat:no-repeat;
	font-size:11px;
	font-weight:bold;
	display:block;
	float:left;
	}
a.addbutton:hover {
	background-image:url(../images/icon-bask-on.gif);
	border-bottom:none;
	}
a.addbutton:active {
	background-image:url(../images/icon-bask-active.gif);
	border-bottom:none;
	}
	
a.giftbutton, a.giftbutton:link, a.giftbutton:visited {
	padding:5px 0px 5px 25px;
	background-image:url(../images/icon-gift-off.gif);
	background-position:left;
	background-repeat:no-repeat;
	font-size:11px;
	font-weight:bold;
	white-space:nowrap;
	/*display:block;
	float:left;*/
	}
a.giftbutton:hover {
	background-image:url(../images/icon-gift-on.gif);
	border-bottom:none;
	}
a.giftbutton:active {
	background-image:url(../images/icon-gift-active.gif);
	border-bottom:none;
	}
	
a.docbutton, a.docbutton:link, a.docbutton:visited {
	padding:5px 0px 5px 25px;
	background-image:url(../images/icon-doc-off.gif);
	background-position:left;
	background-repeat:no-repeat;
	font-size:11px;
	font-weight:bold;
	display:block;
	}
a.docbutton:hover {
	background-image:url(../images/icon-doc-on.gif);
	border-bottom:none;
	}
a.docbutton:active {
	background-image:url(../images/icon-doc-active.gif);
	border-bottom:none;
	}
	
a.tickbutton, a.tickbutton:link, a.tickbutton:visited {
	padding:5px 0px 5px 25px;
	background-image:url(../images/icon-tick-off.gif);
	background-position:left;
	background-repeat:no-repeat;
	font-size:11px;
	font-weight:bold;
	/*float:left;*/
	}
a.tickbutton:hover {
	background-image:url(../images/icon-tick-on.gif);
	border-bottom:none;
	}
a.tickbutton:active {
	background-image:url(../images/icon-tick-active.gif);
	border-bottom:none;
	}
	
a.editbutton, a.editbutton:link, a.editbutton:visited {
	padding:5px 0px 5px 25px;
	margin:4px;
	background-image:url(../images/icon-edit-off.gif);
	background-position:left;
	background-repeat:no-repeat;
	font-size:11px;
	font-weight:bold;
	}
a.editbutton:hover {
	background-image:url(../images/icon-edit-on.gif);
	border-bottom:none;
	}
a.editbutton:active {
	background-image:url(../images/icon-edit-active.gif);
	border-bottom:none;
	}
a.plusbutton, a.plusbutton:link, a.plusbutton:visited {
	padding:5px 0px 5px 25px;
	margin:4px;
	background-image:url(../images/icon-plus-off.gif);
	background-position:left;
	background-repeat:no-repeat;
	font-size:11px;
	font-weight:bold;
	}
a.plusbutton:hover {
	background-image:url(../images/icon-plus-on.gif);
	border-bottom:none;
	}
a.plusbutton:active {
	background-image:url(../images/icon-plus-active.gif);
	border-bottom:none;
	}
a.deletebutton, a.deletebutton:link, a.deletebutton:visited {
	padding:5px 0px 5px 25px;
	margin:4px;
	background-image:url(../images/icon-x-off.gif);
	background-position:left;
	background-repeat:no-repeat;
	font-size:11px;
	font-weight:bold;
	}
a.deletebutton:hover {
	background-image:url(../images/icon-x-on.gif);
	border-bottom:none;
	}
a.deletebutton:active {
	background-image:url(../images/icon-x-active.gif);
	border-bottom:none;
	}
	
	
a.quesbutton, a.quesbutton:link, a.quesbutton:visited {
	padding:5px 0px 5px 25px;
	margin:4px;
	background-image:url(../images/icon-ques-off.gif);
	background-position:left top;
	background-repeat:no-repeat;
	font-size:11px;
	font-weight:bold;
	}
a.quesbutton:hover {
	background-image:url(../images/icon-ques-on.gif);
	border-bottom:none;
	}
a.quesbutton:active {
	background-image:url(../images/icon-ques-active.gif);
	border-bottom:none;
	}
a.reloadbutton, a.reloadbutton:link, a.reloadbutton:visited {
	padding:5px 0px 5px 25px;
	margin:4px;
	background-image:url(../images/icon-reload-off.gif);
	background-position:left;
	background-repeat:no-repeat;
	font-size:11px;
	font-weight:bold;
	}
a.reloadbutton:hover {
	background-image:url(../images/icon-reload-on.gif);
	border-bottom:none;
	}
a.reloadbutton:active {
	background-image:url(../images/icon-reload-active.gif);
	border-bottom:none;
	}
	
a.testingbadge, a.testingbadge:link {
	margin-top:0px;
	padding:5px 0px 5px 30px;
	background-image:url(../images/testing-badge-on.gif);
	background-position:left;
	background-repeat:no-repeat;
	font-size:11px;
	line-height:12px;
	display:block;
	}
a.testingbadge:visited {
	background-image:url(../images/testing-badge-off.gif);
	border-bottom:none;
	}
a.testingbadge:hover {
	background-image:url(../images/testing-badge-on.gif);
	border-bottom:none;
	}
a.testingbadge:active {
	background-image:url(../images/testing-badge-active.gif);
	border-bottom:none;
	}
a.testingbadgeclicked:link, a.testingbadgeclicked:visited, a.testingbadgeclicked:hover {
	margin-top:0px;
	padding:5px 0px 5px 30px;
	background-image:url(../images/testing-badge-active.gif);
	background-position:left;
	background-repeat:no-repeat;
	font-size:11px;
	line-height:12px;
	display:block;
	border-bottom:none;
	color:#9EB482;
	}
a.plainbadge, a.plainbadge:link {
	margin-top:0px;
	padding:2px 0px 2px 30px;
	background-image:url(../images/plain-badge-on.gif);
	background-position:left;
	background-repeat:no-repeat;
	font-size:11px;
	line-height:12px;
	display:block;
	}
a.plainbadge:visited {
	background-image:url(../images/plain-badge-off.gif);
	border-bottom:none;
	}
a.plainbadge:hover {
	background-image:url(../images/plain-badge-on.gif);
	border-bottom:none;
	}
a.plainbadge:active {
	background-image:url(../images/plain-badge-active.gif);
	border-bottom:none;
	}
a.plainbadgeclicked:link, a.plainbadgeclicked:visited, a.plainbadgeclicked:hover {
	margin-top:0px;
	padding:2px 0px 2px 30px;
	background-image:url(../images/plain-badge-active.gif);
	background-position:left;
	background-repeat:no-repeat;
	font-size:11px;
	line-height:12px;
	display:block;
	border-bottom:none;
	color:#9EB482;
	}
a.pressbadge, a.pressbadge:link {
	margin-top:0px;
	padding:2px 0px 2px 30px;
	background-image:url(../images/press-badge-on.gif);
	background-position:left;
	background-repeat:no-repeat;
	font-size:11px;
	line-height:12px;
	display:block;
	}
a.pressbadge:visited {
	background-image:url(../images/press-badge-off.gif);
	border-bottom:none;
	}
a.pressbadge:hover {
	background-image:url(../images/press-badge-on.gif);
	border-bottom:none;
	}
a.pressbadge:active {
	background-image:url(../images/press-badge-active.gif);
	border-bottom:none;
	}
a.pressbadgeclicked:link, a.pressbadgeclicked:visited, a.pressbadgeclicked:hover {
	margin-top:0px;
	padding:2px 0px 2px 30px;
	background-image:url(../images/press-badge-active.gif);
	background-position:left;
	background-repeat:no-repeat;
	font-size:11px;
	line-height:12px;
	display:block;
	border-bottom:none;
	color:#9EB482;
	}
	
.badge {
	/*float:left;*/
	position:absolute;
	top:0px;
	/*left:28px;*/
	width:150px;
	}
	
.badge2 {
	/*float:left;*/
	position:absolute;
	top:-6px;
	/*left:28px;*/
	width:75px;
	}
.flush {
	margin-bottom:0px;
	}
.leftClear {
	clear:left;
	height:0px;
	margin:0px;
	padding:0px;
	overflow:hidden;
	}
.rightClear {
	clear:right;
	height:0px;
	margin:0px;
	padding:0px;
	overflow:hidden;
	}
.clear {
	clear:both;
	height:0px;
	margin:0px;
	padding:0px;
	overflow:hidden;
	}
.greybox .clear, .payform .clear, .pad16 .clear, .pad25 .clear {
	height:3px;
	position:relative;
	}
.drophint .clear {
	height:5px;
	}
.statustxt {
	color:#000000;
	font-size:12px;
	line-height:12px;
	margin:0px;
	}
.homepanels {
	border-top:1px solid #999999;
	padding-top:6px;
	}
.softpanel {
	background-image:url(../images/homepanelsbg.jpg);
	background-position:top;
	background-repeat:repeat-x;
	height:100px;
}
.paneltxt {
	padding:8px 10px;
	margin-right:84px;
	}
.rightpic {
	float:right;
	margin:0px 0px 10px 8px;
	}
.panelpic {
	float:right;
	margin:0px 0px 10px 52px;
	}
.leftpic {
	float:left;
	margin:0px 8px 10px 0px;
	}
.content {
	padding:33px 28px;
	min-height:321px;
	height:auto !important;
	height:321px;
	}
.contentRange {
	padding:33px 28px 16px 28px;
	
	}
.sglcolLeft {
	float:left;
	/*width:217px;*/
	width:222px;
	}
/* IE6 Hates this so not used..
	have to do old fashioned stuff instead..
.sglcolLeft > *:first-child {
	margin-top:33px;
	}*/
.sglcolLeftSml{
	float:left;
	/*width:184px;*/
	width:189px;
	}

.thirdCol{
	float:left;
	width:190px;
	}
.frame {
	float:right;
	border:1px solid #9EB482;
	}
	
.borderPic {
	border:1px solid #9EB482;
	}
.dblcolRight {
	/*width:444px;*/
	width:449px;
	float:right;
	}
.dblcolRightMain {
	/*width:477px; */
	width:482px;
	float:right;
	}
.padleft {
	padding-left:33px;
	}
.margleft {
	margin-left:33px;
	}
.padright {
	padding-right:33px;
	}
.padsides {
	padding:0px 33px;
	}
/*main ids defined here*/
#wrapper {
	width:770px;
	border-top:9px solid #577625;
	text-align:left;
	padding-bottom:10px;
	}
#holder {
	padding:0px 5px;
	}
#mast {
	padding:19px 1px 13px 28px;
	/* switch to padding below to add mininav */
	/*padding:16px 1px 13px 28px;*/
	border-bottom:1px solid #999999;
	}
#logolink {
	display:block;
	float:left;
	/* add margin-top to add mininav */
	/*margin-top:7px;*/
	border:none;
	}
ul#masternav {
	text-align:right;
	/*Float losing the border underline hover on IE7 !
	float:right;*/
	margin:25px -9px 0px 0px;
	/* switch to margin below to add mininav */
	/*margin:19px -9px 0px 0px;*/
	padding:0px;
	}
ul#masternav li {
	display:inline;
	list-style-type:none;
	/*margin:0px 14px 0px 0px;*/
	margin:0px 21px 0px 0px;
	padding:0px;
	font-weight:bold;
	font-size:12px;
	}	
	
#homesplash {
	width:760px;
	/* IE6 rubbish!! class not overwriting ID..
	height:333px;
	background-image:url(../images/homesplash.jpg);
	background-position:0px 0px;*/
	height:343px;
	/*background-image:url(../images/homesplash-serum2.jpg);
	background-position:89px 49px;*/
	background-image:url(../images/homesplash-serum3.jpg);
	background-position:70px 49px;
	background-repeat:no-repeat;
	position:relative;
	}
#homesplash.serum {
	width:760px;
	height:343px;
	background-image:url(../images/homesplash-serum.jpg);
	background-position:89px 49px;
	background-repeat:no-repeat;
	position:relative;
	}
#homesplash.serum_new {
	width:760px;
	height:343px;
	/*background-image:url(../images/homesplash-serum2.jpg);
	background-position:89px 49px;*/
	background-image:url(../images/homesplash-serum3.jpg);
	background-position:70px 49px;
	background-repeat:no-repeat;
	position:relative;
	}
	
#homesplash a.giftbutton, #homesplash a.giftbutton:link, #homesplash a.giftbutton:visited, #homesplash a.addbutton, #homesplash a.addbutton:link, #homesplash a.addbutton:visited {
	display:block;
	float:none;
	}
#homesplash p {
	position:absolute;
	/* original position */
	/*left:485px;
	top:266px;
	/* top left */
	left:86px;
	top:20px;
	}
#homesplash.serum .infoblock, #homesplash.serum_new .infoblock {
	left:507px;
	top:65px;
	width:197px;
	position:absolute;
	}
#homesplash.serum .infoblock p, #homesplash.serum_new .infoblock p {
	position:relative;
	margin-bottom:15px;
	left:auto;
	right:auto;
	}

#homesplash.serum .infoblock2, #homesplash.serum_new .infoblock2 {
	left:507px;
	top:65px;
	width:228px;
	position:absolute;
	}
#homesplash.serum .infoblock2 p, #homesplash.serum_new .infoblock2 p {
	position:relative;
	margin-bottom:15px;
	margin-right:31px;
	left:auto;
	right:auto;
	}
#homesplash.serum_new .infoblock2 p {
	top:auto;
	}
#homesplash.serum .infoblock2 p.leftbit, #homesplash.serum .infoblock2 .rightbit p, #homesplash.serum_new .infoblock2 p.leftbit, #homesplash.serum_new .infoblock2 .rightbit p {
	margin-right:0;
	}
#homesplash p.leftlink {
	position:absolute;
	/*
	bottom left*/
	/*left:86px;
	width:366px;
	/*bottom midpoint*/
	/*top:266px;
	left:377px;
	/*top right*/
	top:20px;
	left:585px;
	width:100px;
	}
#homesplash h2 {
	position:absolute;
	left:86px;
	/*top:266px;*/
	top:30px;
	font-size:24px;
	color:#666666;
	padding:10px 0px;
	margin:0px;
	}

#homesplash h4 {
	margin:0 0 15px 0;
	padding:0;
	}
#homesplash.serum h2, #homesplash.serum_new h2 {
	position:absolute;
	left:36px;
	/*top:266px;*/
	top:10px;
	font-size:24px;
	color:#577625;
	padding:10px 0px;
	margin:0px;
	text-align:center;
	}
	
#homesplash.serum_new h2 {
	left:0;
	width:100%;
	}
#homesplash.serum_new h2.shrink {
	font-size:21px;
	}
#homesplash.serum_new h1 {
	position:absolute;
	left:0;
	/*top:266px;*/
	top:10px;
	font-size:31px;
	color:#577625;
	padding:10px 0px;
	margin:0px;
	text-align:center;
	width:100%;
	}
#homesplash.serum h2 a:link, #homesplash.serum h2 a:visited, #homesplash.serum_new h2 a:link, #homesplash.serum_new h2 a:visited {
	color:#577625;
	}

#homesplash.serum h2 a:hover, #homesplash.serum_new h2 a:hover {
	color:#669900;
	}
	
.subnav {
	padding:0px 6px 0px 28px;
	position:relative;
	border-bottom:1px solid #CFD8C1;
	}
.subnav ul {
	text-align:right;
	/*Float losing the border underline hover on IE7 !
	float:right;*/
	margin:7px 0px;
	padding:0px;
	}
.subnav ul.leftspc {
	padding-left:125px;
	}
.subnav ul li {
	display:inline;
	list-style-type:none;
	/*padding:0px 9px;*/
	padding:0px 7px;
	margin:0px;
	font-size:12px;
	/*border-left:1px solid #CCCCCC;*/
	}
.subnav ul li a {
	white-space:nowrap;
	}
ul.smallnav {
	padding:0px;
	margin:0px 0px 7px 150px;
	}
ul.smallnav li {
	font-size:10px;
	/*white-space:nowrap;
	padding-top:0px;*/
	}
.subnav ul li.first {
	border-left:none;
	}

#productdetails {
	width:235px;
	float:right;
	padding:33px 0px;
	}
#productdisplay {
	width:505px;
	min-height:391px;
	}
.paddisplay {
	/*padding:33px 33px 33px 66px;*/
	padding:33px;
	}
.boxed {
	padding:33px;
	background-color:#EFF2EA;
	}
/*#productdescription, #producttesting, #productendorsements, #productingredients, #productreviews {
	display:none;
	}*/
#displayselector {
	border-left:3px solid #CDDDAB;
	}
#displayselector li, #displayselector li.notlive {
	list-style-type:none;
	list-style-image:none;
	font-weight:bold;
	font-size:12px;
	padding:3px 3px 3px 10px;
	margin:0px 0px 0px -3px;
	}
#displayselector li.live {
	border-left:3px solid #669900;
	background-color:#EFF2EA;
	padding-left:7px;
	color:#435C1F;

	}
#statusbar {
	/*background-color:#EFF2EA;*/
	background-image:url(../images/statusbar-bg.gif);
	background-position:bottom;
	background-repeat:repeat-x;
	text-align:right;
	padding:5px 15px;
	margin:0;
	}
.features {
	border: 1px solid #EFF2EA;
	border-bottom-width:2px;
	border-top:none;
	margin:0;
	padding:0 8px;
	clear:both;
	background-image:url(../images/border-bit.gif);
	background-position:451px 0;
	background-repeat:repeat-y;
	}
.features #recently_viewed {
	float:left;
	width:443px;
	padding:10px 0 6px;
	margin:0;
	/*border-right: 1px solid #EFF2EA;*/
	}
.features #similar_products {
	float:right;
	padding:10px 0 6px;
	margin:0;
	width:290px;
	}
.features ul {
	padding:0;
	margin:0;
	font-size:10px;
	line-height:13px;
	font-weight:bold;
	}

.features h4 {
	margin-bottom: 12px;
	font-size: 12px;
	}
.features img {
	margin-bottom: 6px;
	}
.features ul li{
	list-style-image:none;
	list-style:none;
	float:left;
	text-align:center;
	padding:0 0 2px;
	margin:0;
	width:145px;
	}
#footer {
	padding:5px;
	padding-right:0px;
	text-align:right;
	clear:both;
	margin-top:3px;
	}
#footer ul, ul#mininav {
	text-align:right;
	/*Float losing the border underline hover on IE7 !
	float:right;*/
	margin:0px 6px 0px 0px;
	padding:0px;
	}
#footer ul li, ul#mininav li {
	display:inline;
	list-style-type:none;
	padding:0px 6px 0px 8px;
	margin:0px;
	font-size:10px;
	border-left:1px solid #CCCCCC;
	}
ul#mininav li {
	font-size:11px;
	}
	
#mininav form {
	display:inline;
	}
#footer ul li.first, ul#mininav li.first {
	border-left:none;
	}
#footer ul li.last {
	/*padding-right:1px;*/
	}
#footer ul#copyright li{
	font-size:9px;
	color:#999999;
	border-left:none;
	}
#footer ul#copyright li a:link{
	color:#9EB482;
	}
#footer ul#copyright li a:hover{
	color:#669900;
	}
#footer ul#copyright{
	padding:12px 0px;
	}
select#currency {
	margin:0px 25px 0px 5px;
	border:1px solid #A4B97F;
	}
select#xCurrency {
	margin:1px 38px 0px 5px;
	border:1px solid #A4B97F;
	vertical-align:middle;
	}
select#quantity {
	vertical-align:middle;
	}
#presspanel {
	width:250px;
	float:left;
	}
#presspanel p {
	font-size: 11px;
	line-height:14px;
}
#advicepanel {
	width:505px;
	float:right;
	padding-bottom:15px;
	border-bottom:1px solid #CFD8C1;
	}
/*#advicepanel .paneltxt {
	margin-right:84px;
	}*/
#advicepanel blockquote {
	font-size: 11px;
	line-height:12px;
	margin:0px 16px;
	text-indent: -10px;
}
.dblcolRightMain blockquote h4 {
	text-indent:-6px;
	}
.addtocart {
	font-size:12px;
	color:#333333;
	font-weight:bold;
	}
.sectionimage {
	float:left;
	margin:0px 27px 27px 0px;
	}
a.morebutton {
	font-size:11px;
	font-weight:bold;
	}
.sectionblock {
	border-bottom:1px solid #CCCCCC;
	margin-bottom:25px;
	padding-bottom:10px;
	}
.producttile {
	float:left;
	/*width:220px;*/
	width:223px;
	padding-bottom:16px;
	position:relative;
	}
.presstile {
	float:left;
	width:132px;
	margin-bottom:33px;
	position:relative;
	}
.checkouttile {
	float:left;
	/*width:220px;*/
	width:201px;
	padding-bottom:16px;
	position:relative;
	}
.checkoutbox {
	float:left;
	width:201px;
	padding:0;
	position:relative;
	margin:0;
	}
.checkoutboxend {
	float:left;
	width:183px;
	padding:0;
	position:relative;
	margin:0;
	}
.checkoutbox p {
	margin:0;
	position:relative;
	}
.checkoutdetails {
	/*width:187px;*/
	width:183px;
	float:left;
	border:1px solid #DDDDDD;
	background-color:#EEEEEE;
	padding-bottom:8px;
	position:relative;
	}
.checkoutspread {
	border:1px solid #DDDDDD;
	background-color:#EEEEEE;
	padding-bottom:8px;
	margin-bottom:16px;
	position:relative;
	}
.checkoutdetails *, .checkoutbox * {
	padding:4px;
	position:relative;
	}
.checkoutspread h4 {
	padding:4px;
	position:relative;
	}
.checkoutdetails h4 {
	margin-bottom:4px;
	position:relative;
	}
.pressclipping {
	width:100px;
	float:left;
	}
.hlisting {
	/*width:187px;*/
	width:191px;
	float:left;
	}
.hlisting h4, .hlisting h3 {
	font-size:12px;
	margin:0px 0px 8px;
	padding:0px;
	position:relative;
	}
.hlisting h3 {
	font-size:14px;
	}
.hlisting h4.price {
	font-weight:normal;
	color:#000000;
	}
.itemTitle {
	height:36px;
	overflow:visible;
	}
.itemSummary {
	height:50px;
	}
.hlisting p {
	margin:0px 0px 8px;
	position:relative;
	font:normal 10px/14px Georgia, "Times New Roman", Times, serif;
	}
.thumb {
	/*border:1px solid #CCCCCC;*/
	position:relative;
	}
a.noline:hover {
	border:none;
	}
#mininav .outline {
	font-size:11px;
	}
.newsbox {
	background-color:#EAEDE4;
	padding:10px;
	}
.greybox {
	background-color:#EAEDE4;
	padding:25px;
	line-height:1.1;
	}
.contactform, .payform {
	padding:25px;
	background-color:#DDF1BD;
	margin-right:33px;
	}
.contactButton {
	padding-top:12px;
	width:300px;
	text-align:right;
	}
	
.halfcol {

	width:333px;
}
.leftfloat {
	float:left;
	}
.rightfloat {
	float:right;
	width:270px;
	}

.lefthalf {
	width:333px;
	float:left;
	background-color:#DDF1BD;
	}
.righthalf {
	width:333px;
	float:right;
	background-color:#EAEDE4;
	}
th {
	padding-top:4px;
	color:#333333;
	font-size:12px;
	vertical-align:top;
	}
select#shrten {
	width:186px;
	}
.pad25 {
	padding:25px;
	}
.pad16 {
	padding:16px;
	}
.FormSubmit {
	text-align:right;
	}
.high200 {
	height:200px;
	}
#pagescontainer {
	text-align:right;
	clear:both;
	}
ul#pageslist {
	margin:0px;
	}
ul#pageslist li {
	display:inline;
	padding:0px 0px 0px 6px;
	font-weight:bold;
	}
.CartTable {
	width:100%;
	}
.CartTable td {
	font-size:13px;
	color:#333333;
	padding:8px;
	vertical-align:top;
	}
td.lilpic {
	padding:4px;
	}
.right {
	text-align:right;
	}
.paymentcards {
	text-align:right;
	padding-right:61px;
	}
.total {
	padding: 8px 4px;
	font-weight:bold;
	background-color:#DDF1BD;

	}
.productRow td {
	background-color:#DDF1BD;
	border-top:6px solid #FFFFFF;
	border-right:4px solid #FFFFFF;
	}
.subTotals td {
	border-top:6px solid #FFFFFF;
	}
.productSub td {
	background-color:#DDF1BD;
	border-right:4px solid #FFFFFF;
	}
td.no_right_border {
	border-right:none;
	
	}
.titleRow th {
	padding:0px;
	color:#333333;
	font-size:13px;
	}
.spaceRow td {
	height:2px;
	padding:0px;
	}
td.botLinks {
	padding:16px 0px 6px;
	}
.dets {
	float:right;
	width:416px;
	text-align:left;
	}
.leftFloat {
	float:left;
	}
.rightFloat {
	float:right;
	}
.annotate {
	font-size:11px;
	padding-left:33px;
}
.jssError {
	color:#CC0000;
	font-size:14px;
	font-weight:bold;
	}
.GeneralTable {
	width:100%;
	}
#productendorsements blockquote {
	font-size:13px;
	margin:0px 0px 0px 115px;
	text-indent: -5px;
	}
.jssFormError {
	color:#CC0000;
	font-size:12px;
	}
.norightpad {
	padding-right:0px;
	}
.stockists span.country-name, .stockists b.fn {
	display:none;
	/*visibility:hidden;*/
	}
h3.stckst {
	margin-bottom:10px;
	}
.leftbit {
	float:left;
	width:40%;
	}
.rightbit {
	float:right;
	width:60%;
	}
ul li.productItm {
	list-style:none;
	list-style-image:none;
	list-style-type:none;
	}
	
p.arrowlink {
	background-image:url(../images/arrowlink_shaft.gif);
	background-repeat:no-repeat;
	background-position:0 0;
	padding:0;
	float:left;
	overflow:hidden;
	margin:8px 0;
	}
p.arrowlink a:link, p.arrowlink a:visited, p.arrowlink a:hover {
	background-image:url(../images/arrowlink_point.gif);
	background-repeat:no-repeat;
	background-position:right top;
	color:#FFFFFF;
	padding:6px 32px 8px 8px;
	display:block;
	float:left;
	border:none;
	text-decoration:none;
	margin:0;
	white-space:nowrap;
	}
p.arrowlink a:hover {
	text-decoration:underline;
	}
.notice {
	margin:25px 0 0; 
	padding:10px 15px 0; 
	background-color:#DDF1BD;
	border:1px solid #DDF1BD;
	/*background-color:#EEF8DE; 
	border:1px solid #ACBB93;*/
}
.notice h4 {
	margin:0;
	}