/* /////////////////////////////////
	Maharishi Ayurveda NZ CSS 
	by Benek Lisefski
	http://www.benekdesign.com
///////////////////////////////// */

/* reset whitespace */
* { 
	margin:0;
	padding:0;
}

/* /////////////////////////////////
	LAYOUT
///////////////////////////////// */

body {
	font: normal 12px "lucida grande", "lucida sans unicode", "lucida sans", tahoma, arial, verdana;
	color: #5c5c5d;
	background: #fff;
	line-height: 18px;
	min-width: 960px;
}

.center {
	width: 960px;
	margin: 0 auto;
}

.left {
	float: left;
}

.right {
	float: right;
}

.clear { 
	clear: both; 
	height: 0; 
	line-height: 0px;
	font-size: 0px;
	text-indent: -5000px;
	float: none;
}

.hidden {
	display: none;
}

.col1 { width: 200px; padding: 0 20px; }
.col2 { width: 440px; padding: 0 20px; }
.col3 { width: 700px; padding: 0 20px 0 0; }
.col4 { width: 960px; padding: 0; }

/* /////////////////////////////////
	BASIC TEXT
///////////////////////////////// */

/*#banner h1 {
	float: left;
	font-size: 28px;
	color: #fff;
	margin: 36px 0 7px -2px;
	font-weight: normal;
	letter-spacing: 1px;
	width: 50%;
}*/

h1 {
	float: left;
	font-size: 28px;
	color: #fff;
	margin: 36px 0 7px -2px;
	font-weight: normal;
	letter-spacing: 1px;
}

h2 {
	font-size: 18px;
	color: #3d3d3e;
	margin: 12px 0;
	font-weight: bold;
}

h2.borderTop {
	padding-top: 18px;
}

h2.marginTop {
	margin-top: 24px;
}

h2.first {
	border-bottom: solid 1px #dfdfdf;
	margin: 12px -20px 18px -20px;
	padding: 0 20px 8px 20px;
}

h2.prodTitle {
	clear: left;
	margin: 0;
	width: 700px;
	padding: 28px 0 18px;
	border-bottom: solid 1px #dfdfdf;
	font-size: 22px;
}

h2.prodTitle span {
	color: #999;
	font-size: 14px;
}

h3 {
	font-size: 16px;
	color: #3d3d3e;
	margin: 12px 0 12px 0;
	font-weight: bold;
}

h4 {
	font-size: 14px;
	color: #3d3d3e;
	margin: 0;
	font-weight: bold;
}

h5 {
	font-size: 11px;
	color: #999;
	text-transform: uppercase;
	font-weight: normal;
	letter-spacing: 1px;
	border-bottom: solid 1px #dfdfdf;
	padding: 0 0 4px 0;
	margin: 18px 0;
}

h5 a:link,
h5 a:visited {
	text-transform: none;
	color: #999;
	letter-spacing: 0px;
}

h5 a:hover {
	color: #285d22;
}

h5.borderTop {
	margin-top: 12px;
	padding-top: 24px;
}

h6 {
	font-size: 14px;
	color: #272727;
	margin: 26px 0 -4px -1px;
	font-weight: normal;
	letter-spacing: 1px;
}

p, ul, ol {
	margin: 12px 0px 12px 0px;
}

ul {
	list-style-type: none;
}

p.large {
	font-size: 14px;
	line-height: 20px;
}


/* /////////////////////////////////
	DEFAULT LINKS
///////////////////////////////// */

a img { border: none }

a:link,
a:visited {
	color: #45843e;
	text-decoration: none;
}

a:hover {
	color: #285d22;
	text-decoration: none;
}

a:focus {
	outline: 0;
}

a.more:link,
a.more:visited {
	padding: 2px 0 2px 18px;
	background: transparent url('../images/bullet-more.gif') no-repeat left center;
	font-weight: bold;
}

a.btnRound:link,
a.btnRound:visited {
	background: #357334 url('../images/btn-bg-round.png') repeat-x left top;
	border: solid 1px #357334;
	padding: 2px 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	color: #fff;
	font: normal 11px 'lucida grande', 'lucida sans unicode', 'lucida sans', arial;
}

a.btnRound:hover {
	background-position: left -4px;
	border-color: #1e4c1e;
}


/* /////////////////////////////////
	HEADER
///////////////////////////////// */
/*
#header {
	height: 107px;
	background: #fff url('../images/bg-header.gif') repeat-x left top;
	font-size: 11px;
}

#logo {
	display: block;
	float: left;
	width: 171px;
	height: 42px;
	overflow: hidden;
	background: transparent url('../images/logo.gif') no-repeat left top;
	text-indent: -5000px;
	margin: 37px 38px 0 0;
}

#header .col1 {
	height: 107px;
	background: transparent url('../images/header-divide.gif') no-repeat left top;
	padding-right: 0;
	width: 220px;
}

#tagline {
	width: 219px;
	height: 16px;
	overflow: hidden;
	background: transparent url('../images/tagline.gif') no-repeat left top;
	text-indent: -5000px;
	margin: 39px 0 0 0;
	float: left;
}

.account {
	float: left;
	width: 230px;
	margin: 5px 0;
}

.account img {
  position:relative;
  top:1px;
}

.bag {
	margin: 4px 0;
}

.headContact {
	margin: 6px 0;;
	color: #a8a8a8;
}

.account a:link,
.account a:visited {
	margin-left: 8px;
}

h2#phone {
	letter-spacing: -1px;
	margin: 35px 0 0 0;
	color: #5c5c5d;
}

h2#phone em {
	font-size: 17px;
	color: #949494;
	font-weight: normal;
	font-family: arial;
	letter-spacing: 0px;
}

h2#phone .hover { display: none; }
*/

#header {
	height: 127px;
	background: #fff url('../images/bg-header.gif') repeat-x center top;
	font-size: 11px;
}

#header .wrapper {
	height: 127px;
	background: transparent url('../images/bg-header2.png') no-repeat center top;
}

#header .topNav {
	height: 36px;
	overflow: hidden;
	margin: 0;
}

#header .topNav li {
	float: left;
	margin: 0px 30px 0 0;
}

#header .topNav li.links {
	color: #a8a8a8;
}

#header .topNav li.links,
#header .topNav li.account {
	margin-top: 11px;
}

.account a:link,
.account a:visited {
	margin-left: 8px;
}

#currencyPopLink {
	margin-left: 12px;
}

#currencyPopLink img {
	position: relative;
	top: 1px;
}

#tagline {
	width: 179px;
	height: 35px;
	overflow: hidden;
	background: transparent url('../images/tagline.gif') no-repeat left top;
	text-indent: -5000px;
	margin: 0;
}

h2#phone {
	letter-spacing: -1px;
	margin: 10px 0 0 0;
	color: #5c5c5d;
	font-size: 14px;
}

h2#phone em {
	font-size: 12px;
	color: #949494;
	font-weight: normal;
	font-family: arial;
	letter-spacing: 0px;
}

h2#phone .hover { display: none; }


#logo {
	display: block;
	float: left;
	width: 171px;
	height: 42px;
	overflow: hidden;
	background: transparent url('../images/logo.gif') no-repeat left top;
	text-indent: -5000px;
	margin: 27px 39px 0 0;
}

#header .topGuarantee {
	float: left;
	width: 161px;
	height: 90px;
	padding: 0 0 0 79px;
	background: transparent url('../images/bg-top-guarantee.png') no-repeat left top;
}

#header .bag {
	float: left;
	width: 137px;
	height: 90px;
	padding: 0 0 0 73px;
	background: transparent url('../images/bg-top-bag.png') no-repeat left top;
}

#header .topGuarantee h3,
#header .bag h3 {
	font-size: 12px;
	margin: 28px 0 0 0;
}

#header .topGuarantee p {
	font-size: 10px;
	margin: 0;
}

/* /////////////////////////////////
	NAV
///////////////////////////////// */

#navBar {
	height: 36px;
	background: #5c5c5d url('../images/bg-navbar.gif') repeat-x left bottom;
	text-align: center;
	position: relative;
	z-index: 1002;
}

#nav {
	width: 960px;
	margin: 0 auto;
	list-style-type: none;
	height: 36px;
	text-align: left;
}

#nav li {
	display: block;
	float: left;
	height: 36px;
	margin-right: 18px;
	position: relative;
}

#nav li a:link,
#nav li a:visited {
	display: block;
	float: left;
	height: 36px;
	line-height: 36px;
	color: #e6e6e6;
}

#nav li a:hover {
	color: #fff;
}

#nav li.current a:link,
#nav li.current a:visited {
	color: #fff;
	background: transparent url('../images/nav-current.gif') no-repeat center bottom;	
}

/* drop-down */

#nav li ul {
	width: 140px;
	margin: 0;
	height: auto;
	padding: 0 0 6px 0;
	background: #474748;
	font-size: 11px;
	position: absolute;
	z-index: 1003;
	top: 36px;
	left: -12px;
	display: none;
}

#nav li ul.wide {
	width: 190px;
}

#nav li ul li {
	float: none;
	height: 20px;
	margin: 0;
}

#nav li ul li a:link,
#nav li ul li a:visited,
#nav li.current ul li a:link,
#nav li.current ul li a:visited {
	display: block;
	float: none;
	height: 20px;
	padding: 0 12px;
	line-height: 20px;
	color: #e6e6e6;
	background-image: none;
}

#nav li ul li a:hover,
#nav li.current ul li a:hover {
	color: #fff;
	background: #39393a;
}

/* /////////////////////////////////
	BANNER
///////////////////////////////// */

/* Hide banner on product pages */
body.catalog-product-view #banner {
	display: none;
}

#banner {
	height: 120px;
}

#banner .center {
	height: 120px;
	overflow: visible;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: center top;
}

#promoText {
	width: 50%;
	float: right;
	color: #fff;
	text-align: right;
	margin-top: 38px;
}

#promoText p {
	margin: 8px 0;
	line-height: 16px;
}

#breadcrumb {
	color: #fff;
	float: left;
	clear: left;
	margin: 0;
	/*width: 50%;*/
	opacity: .6;
	filter: alpha(opacity=60);
}

#breadcrumb a:link,
#breadcrumb a:visited {
	color: #fff;
}

#breadcrumb a:hover {
	text-decoration: underline;
}

.default { background: #10802d url('../images/banner-default-bg.gif') repeat-x left top; }
.default .center { background-image: url('../images/banner-default-image.jpg'); }

.digestion { background: #ee9700 url('../images/banner-digestion-bg.gif') repeat-x left top; }
.digestion .center { background-image: url('../images/banner-digestion-image.jpg'); }

.immunity { background: #ecb00c url('../images/banner-immunity-bg.gif') repeat-x left top; }
.immunity .center { background-image: url('../images/banner-immunity-image.jpg'); }

.women { background: #d0488b url('../images/banner-women-bg.gif') repeat-x left top; }
.women .center { background-image: url('../images/banner-women-image.jpg'); }

.men { background: #165b9b url('../images/banner-men-bg.gif') repeat-x left top; }
.men .center { background-image: url('../images/banner-men-image.jpg'); }

.mind { background: #2eb7bc url('../images/banner-mind-bg.gif') repeat-x left top; }
.mind .center { background-image: url('../images/banner-mind-image.jpg'); }

.sleep-stress { background: #489fd2 url('../images/banner-sleep-bg.gif') repeat-x left top; }
.sleep-stress .center { background-image: url('../images/banner-sleep-image.jpg'); }

.heart { background: #a72509 url('../images/banner-heart-bg.gif') repeat-x left top; }
.heart .center { background-image: url('../images/banner-heart-image.jpg'); }

.detox { background: #10802d url('../images/banner-detox-bg.gif') repeat-x left top; }
.detox .center { background-image: url('../images/banner-detox-image.jpg'); }

.joints { background: #647bbc url('../images/banner-joints-bg.gif') repeat-x left top; }
.joints .center { background-image: url('../images/banner-joints-image.jpg'); }

.respiratory { background: #7e3080 url('../images/banner-respiratory-bg.gif') repeat-x left top; }
.respiratory .center { background-image: url('../images/banner-respiratory-image.jpg'); }

.allergy { background: #d1a96d url('../images/banner-allergy-bg.gif') repeat-x left top; }
.allergy .center { background-image: url('../images/banner-allergy-image.jpg'); }

.weight { background: #74ad23 url('../images/banner-weight-bg.gif') repeat-x left top; }
.weight .center { background-image: url('../images/banner-weight-image.jpg'); }

.self-care { background: #ff7787 url('../images/banner-self-bg.gif') repeat-x left top; }
.self-care .center { background-image: url('../images/banner-self-image.jpg'); }


/* /////////////////////////////////
	CONTENT 
///////////////////////////////// */

#content {
	height: 1%;
	overflow: hidden;
	padding: 20px 0 0 0;
	background: #fff url('../images/bg-content.gif') repeat-x left top;
}

#slides {
	width: 720px;
	height: 320px;
	overflow: hidden;
	margin-right: -20px;
}

.slideNum:link,
.slideNum:visited {
	width: 18px;
	height: 18px;
	background: transparent url('../images/slide-num.png') no-repeat left top;
	margin-right: 2px;
	font-size: 11px;
	line-height: 18px;
	text-align: center;
	color: #000;
	opacity: .6;
	filter: alpha(opacity=60);
}

.slideNum:hover {
	opacity: .8;
	filter: alpha(opacity=80);
}

.slideNumSelected:link,
.slideNumSelected:visited {
	width: 18px;
	height: 18px;
	background: transparent url('../images/slide-num.png') no-repeat left top;
	margin-right: 2px;
	font-size: 11px;
	line-height: 18px;
	text-align: center;
	color: #000;
	opacity: 1;
	filter: alpha(opacity=100);
}

.homeCol {
	background: transparent url('../images/bg-home-cols.gif') no-repeat left top;
	height: 240px;
	padding-top: 26px;
	position: relative;
	font-size: 11px;
}

.homeCol h3 {
	margin: 0;
}

.homeCol p {
	margin: 8px 0;
}

.askExpert p {
	padding-right: 100px;
}

#expert {
	display: block;
	width: 151px;
	height: 202px;
	position: absolute;
	top: 29px;
	right: -10px;
	z-index: 100;
}

#bestSellers {
	margin: 5px -20px 0 0;
	border-top: solid 1px #dfdfdf;
	height: 185px;
	overflow-y: scroll;
}

#bestSellers li {
	border-bottom: solid 1px #dfdfdf;
	padding: 11px 0 10px;
	height: 40px;
	overflow: hidden;
}

#bestSellers h4 {
	font-size: 12px;
}

#bestSellers img {
	display: block;
	float: left;
	margin: 0 12px 0 0;
}

.grey {
	background: #f5f5f5 url('../images/bg-grey.gif') repeat-x left top; 
	clear: both;
	height: 1%;
	overflow: hidden;
	font-size: 11px;
	padding: 0 0 24px 0;
}

.grey p {
	margin: 8px 0;
}

.grey2 {
	background: #f5f5f5 url('../images/bg-grey2.gif') repeat-x left top; 
	clear: both;
	height: 1%;
	overflow: hidden;
	font-size: 11px;
	padding: 20px 20px;
	margin: 10px 0 0 0;
}

.grey2 h1 {
	color: #3d3d3e;
	font-size: 24px;
	float: none;
	margin: 8px 0 10px 0;
	letter-spacing: 0px;
	width: 100%;
}

.grey2 p {
	margin: 8px 0;
}

.grey2 h2 {
	margin: 4px 0px -2px;
}

.grey2 a.btn:link,
.grey2 a.btn:visited {
	margin: 0 0 4px 0;
}

.grey2 .one { width: 348px; font-size: 13px; display: block;}
.grey2 .two { width: 203px; background: transparent url('../images/divide-q.gif') no-repeat left top; padding-left: 65px;  display: block;}
.grey2 .three { width: 225px; background: transparent url('../images/divide-or.gif') no-repeat left top; padding-left: 65px;  display: block;}

.borderTop{
	border-top: solid 3px #5c5c5d;
	margin-top: 36px;
	padding-top: 4px;
}

.split2 {
	height: 1%;
	overflow: hidden;
	background: transparent url('../images/divide-bg.gif') no-repeat 481px bottom;
	padding-bottom: 18px;
}

.split2 .halfLeft {
	padding: 0 20px 0 0;
	width: 460px;
	float: left;
}

.split2 .halfRight {
	padding: 0 0 0 20px;
	width: 460px;
	float: right;
	background: transparent url('../images/divide-top.gif') no-repeat left top;
}

.col3 .split2 {
	background: transparent url('../images/divide-bg.gif') no-repeat 351px bottom;
}

.col3 .split2 .halfLeft {
	width: 330px;
}

.col3 .split2 .halfRight {
	width: 330px;
}

.noMargBot {
	margin-bottom: 0;
}

.lineBottom {
	border-bottom: solid 1px #dfdfdf;
}

.text ul li {
	margin-bottom: 6px;
	padding-left: 12px;
	background: transparent url('../images/bullet.gif') no-repeat left 7px;
}

.padTop {
	padding-top: 10px;
}

#contentHeader {
	height: 38px;
	border-bottom: solid 1px #dfdfdf;
}

#contentHeader h2 {
	line-height: 18px;
	height: 23px;
	overflow: hidden;
	margin-bottom: 0;
	float: left;
}

#contentHeader h5 {
	border: 0;
	padding: 0;
	margin: 16px 0 0 0;
}

h2 .user {
	font-size: 12px;
	margin-left: 16px;
	color: #5c5c5d;
	font-weight: normal;
}

#contentHeader a.right:link,
#contentHeader a.right:visited {
	margin-top: 14px;
}

.imgLeft {
	float: left;
	margin: 16px 20px 12px 0;
}

.imgRight {
	float: right;
	margin: 16px 0 12px 20px;
}

.imgWide {
	display: block;
	margin: 18px 0;
}

.accordion li,
.text .accordion li,
.people li,
.text .people li {
	margin-bottom: 8px;
	padding: 0;
	background: none;
}

.accordion li a:link,
.accordion li a:visited,
.people li a:link,
.people li a:visited {
	font-weight: bold;
	line-height: 15px;
	display: block;
	height: 1%;
}

.accordion li a.on:link,
.accordion li a.on:visited,
.people li a.on:link,
.people li a.on:visited {
	color: #3d3d3e;
}

.accordion li a .extra,
.people li a .extra {
	font-style: italic;
	font-weight: normal;
	color: #999;
	margin-left: 8px;
}

.certification {
	margin: 18px -20px 18px 0;
}

.text .certification li {
	margin: 0 10px 10px 0;
	width: 102px;
	height: 102px;
	padding: 0;
	background: none;
	float: left;
	position: relative;
}

.certification li a:link,
.certification li a:visited {
	display: block;
	border: solid 1px #e0e0e0;
	text-align: center;
}

.certification li img {
	display: block;
}

.certification li a:link .hover,
.certification li a:visited .hover {
	width: 52px;
	height: 52px;
	overflow: hidden;
	text-indent: -5000px;
	background: transparent url('../images/badge-viewpdf.png') no-repeat left top;
	position: absolute;
	top: -11px;
	left: -11px;
	display: none
}

.certification li a:hover {
	border-color: #c5c5c5;
}

.certification li a:hover .hover {
	display: block;
}

/* /////////////////////////////////
	BLOG & ARTICLES
///////////////////////////////// */

a.thumb:link,
a.thumb:visited {
	display: block;
	float: right;
	background: #fff;
	padding: 4px;
	border: solid 1px #dfdfdf;
	float: right;
	margin: 0 0 12px 20px;
}

a.thumb img {
	display: block;
}

a.thumb:hover {
	border-color: #c5c5c5;
}

img.thumb {
	display: block;
	float: right;
	background: #fff;
	padding: 4px;
	border: solid 1px #dfdfdf;
	float: right;
	margin: 12px 0 12px 20px;
}

.article {
	margin: 18px 10px 18px 0;
	border-top: solid 1px #dfdfdf;
	padding-top: 12px;
	height: 1%;
	overflow: hidden;
}

.firstArticle {
	border-top: 0;
	margin-top: 0;
}

.article h5 {
	text-transform: none;
	letter-spacing: 0; 
	font-size: 11px;
	border: 0;
	padding: 0;
	margin: -8px 0 0 0;
}

.article h5.heading {
	font-size: 11px;
	color: #999;
	text-transform: uppercase;
	font-weight: normal;
	letter-spacing: 1px;
	padding: 0 0 4px 0;
	margin: 18px 0 0 0;
}

.article h5 a:link,
.article h5 a:visited {
	color: #45843e;
}

.article h5 a:hover {
	color: #285d22;
}

.article ul.extra {
	height: 1%;
	overflow: hidden;
}

.article ul.extra li {
	padding: 0;
	background: none;
	float: left; margin-right: 18px;
}

.blogPaginate {
	margin: 18px 10px 18px 0;
	border-top: solid 1px #dfdfdf;
	padding-top: 12px;
}

.extra a.comment:link,
.extra a.comment:visited {
	padding: 4px 0 4px 20px;
	background: transparent url('../images/icon-comment.gif') no-repeat left center;
}

.extra a.print:link,
.extra a.print:visited {
	padding: 4px 0 4px 22px;
	background: transparent url('../images/icon-print.gif') no-repeat left center;
}

.articleList {
	margin: 0;
}

.articleList li {
	border-top: solid 1px #dfdfdf;
	padding: 14px 0 16px 0;
}

.articleList li.first {
	border-top: 0;
}

.articleList p {
	margin: 8px 0;
}

.archiveList {
	margin: 0;
}

.archiveList li {
	border-bottom: solid 1px #dfdfdf;
	padding: 8px 0;
}

.archiveList a:link,
.archiveList a:visited {
	font-size: 14px;
	font-weight: bold;
}

.archiveList .extra {
	font-style: italic;
	color: #999;
	margin-left: 12px;
}

.comments {
	margin-right: 10px;
}

.comments ul {
	margin: 18px 0 0 0;
}

.comments ul li {
	border-top: solid 1px #dfdfdf;
	background: none;
	padding: 18px 0 6px 0;
}

.comments ul li.first {
	border: 0;
}

.comments h4 .date {
	font-size: 11px;
	color: #999;
	font-weight: normal;
	margin-left: 10px;
}

/* /////////////////////////////////
	PRODUCT DETAIL
///////////////////////////////// */

#tabs {
	float: right;
	margin: 7px -5px 0 0;
	position: relative;
	top: 1px;
}

#tabs li {
	display: block;
	float: left;
	height: 30px;
}

#tabs li a:link,
#tabs li a:visited {
	display: block;
	float: left;
	height: 30px;
	line-height: 31px;
	padding: 0 6px;
}

#tabs li.current {
	border: solid 1px #dfdfdf;
	border-bottom: 0;
	background: #fff;
	margin: 0 4px;
	padding: 0 3px;
}

#tabs li.current a:link,
#tabs li.current a:visited {
	color: #3d3d3e;
}

.fauxSide {
	background: transparent url('../images/bg-fauxside.gif') repeat-y right top;
}

.productImg {
	width: 120px;
	margin-right: 30px;
	padding: 28px 0 24px 0;
}

.imgLarge {
	display: block;
}

.reviewSummary {
	margin: 18px 0;
}

.productInfo {
	width: 540px;
	margin: 14px 0 0 0;
	padding: 0 0 24px 0;
}

/* /////////////////////////////////
	PRODUCT GRID
///////////////////////////////// */

#options {
	height: 32px;
	padding-top: 6px;
}

.productGrid, .productGrid.related, .productGrid.search {
	margin: 0;
	height: 1%;
}

.productGrid.related, .productGrid.search {
	width:auto;
}

.productGrid li {
	display: block;
	float: left;
	width: 220px;
	height: 207px;
	padding: 28px 20px 0 0;
	border-top: solid 1px #dfdfdf;
	font-size: 11px;
	position: relative;
}

.productGrid li img {
	float: left;
	margin: 0 14px 24px 0;
}

.productGrid h4 a:link,
.productGrid h4 a:visited {
	color: #3d3d3e;
}

.productGrid h4 a:hover {
	color: #000;
}

.productGrid p {
	margin: 6px 0;
}

.productGrid .price {
	font-weight: bold;
}

.productGrid .details {
	margin-left: 10px;
}

.productGrid li.quote {
	width: 240px;
	height: 171px;
	padding: 16px 0 0 0;
}

.productGrid li.quote2 {
	width: 240px;
	height: 413px;
	padding: 16px 0 0 0;
}

.productGrid li.quote3 {
	width: 480px;
	height: 413px;
	padding: 16px 0 0 0;
}

.productGrid .badge {
	display: block;
	width: 52px;
	height: 52px;
	overflow: hidden;
	text-indent: -5000px;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: left top; 
	position: absolute;
	top: 144px;
	left: -12px;
}

.bestSeller { background-image: url('../images/badge-bestseller.png'); }
.staffPick { background-image: url('../images/badge-staffpick.png'); }
.special { background-image: url('../images/badge-special.png'); }

.productGrid li.clear {
	height: 0;
	width: 960px;
	border: 0;
	float: none;
	padding: 0;
}

/* /////////////////////////////////
	PRODUCT LIST
///////////////////////////////// */

.productList {
	width: 100%;
	margin: 0 0 24px 0;
	border-bottom: solid 1px #dfdfdf;
}

.productList td {
	border-top: solid 1px #dfdfdf;
}

.productList td.img {
	padding: 10px 14px 10px 0px;
	vertical-align: top;
}

.productList td.img img {
	display: block;
}

.productList td.name {
	padding: 10px 14px 10px 0px;
	vertical-align: top;
}

.productList td.price {
	width: 100px;
	font-weight: bold;
}

.productList td.cart {
	width: 200px;
}

.productList h4 a:link,
.productList h4 a:visited {
	color: #3d3d3e;
}

.productList h4 a:hover {
	color: #000;
}


/* /////////////////////////////////
	SIDE BAR
///////////////////////////////// */

.sideBar,
.homeBar {
	background: #f5f5f5 url('../images/bg-sidebar.gif') repeat-x left top;
	padding-top: 1px;
	padding-bottom: 24px;
}

.homeBar {
	height: 315px;
	padding-top: 5px;
	padding-bottom: 0;
}

.sideBar h2,
.homeBar h2 {
	margin: 0;
}

.sideBar h5.first {
	height: 18px;
	overflow: hidden;
	margin: 15px -20px 20px -20px;
	padding: 0 20px 4px;
}

.sideBar p,
.homeBar p {
	margin: 10px 0;
}

.action {
	display: block;
	height: 52px;
	width: 200px;
	overflow: hidden;
	text-indent: -5000px;
	background-color: transparent;
	background-position: left top;
	background-repeat: no-repeat;
}

.action:hover {
	background-position: left -72px;
}

#liveChat {
	height: 72px;
	background-image: url('../images/action-livechat.gif');
}

#downloadCatalogue {
	width: 208px;
	margin-right: -8px;
	height: 72px;
	background-image: url('../images/action-catalogue.gif');
}

#askExpert {
	height: 72px;
	background-image: url('../images/action-askexpert.gif');
}

#personalConsult {
	height: 72px;
	background-image: url('../images/action-consult.gif');
}

#testHealth {
	height: 72px;
	background-image: url('../images/action-testhealth.gif');
}

#questions {
	height: 72px;
	background-image: url('../images/action-questions.gif');
}

.lineTop {
	border-top: solid 1px #dfdfdf;
	margin-top: 24px !important;
}

#hardCopy {
	float: right;
	font-size: 11px;
	color: #999;
	margin: 3px 0 9px 0;
}

#hardCopy:hover {
	color: #285d22;
}

#q2 {
	margin-right: 40px;
}

h3.price {
	padding-top: 4px;
	margin-bottom: 4px;
}

h3.price .gst {
	font-size: 12px;
}

.productExtras {
	color: #999;
	border-top: solid 1px #dfdfdf;
	padding-top: 4px;
}

ul.totals li {
	margin-bottom: 4px;
}

ul.totals li span {
	float: left; 
	width: 100px;
}

.security:link,
.security:visited {
	display: block;
	margin: 24px 0;
	float: left;
}

.sideNav {
	margin-left: -20px;
}

.sideNav li {
	padding: 0 0 0 20px;
	font-weight: bold;
	margin-bottom: 2px;
}

.sideNav li.current {
	background: #fff;
	padding: 4px 0 4px 20px;
}

.sideNav li.current a:link,
.sideNav li.current a:visited {
	color: #3d3d3e;
}

#searchTag {
	border-top: solid 1px #dfdfdf;
	margin-top: 24px;
	padding: 18px 0 0;
}

#follow {
	border-top: solid 1px #dfdfdf;
	margin-top: 20px;
	padding: 18px 0;
}

#follow li {
	padding: 6px 0;
}

#follow li a:link,
#follow li a:visited {
	padding: 5px 0 5px 32px;
}

#follow  #rss { background: transparent url('../images/icon-rss.png') no-repeat left center; }
#follow  #fb { background: transparent url('../images/icon-fb.png') no-repeat left center; }
#follow  #t { background: transparent url('../images/icon-t.png') no-repeat left center; }

#affiliate {
	border-top: solid 1px #dfdfdf;
	margin-top: -6px;
	padding: 18px 0;
}

#affiliate a:link,
#affiliate a:visited {
	font-size: 14px;
	font-weight: bold;
	background: transparent url('../images/icon-affiliate.gif') no-repeat left center;
	padding: 5px 0 5px 28px;
}

#whyUs {
	margin: 0 0 40px 0;
}

/* /////////////////////////////////
	FORMS 
///////////////////////////////// */

fieldset {
	border: 0;
}

label {
	font-size: 12px;
	color: #5c5c5d;
	display: block;
	margin: 0;
	padding: 10px 0 2px 0;
}

input.input {
	font: normal 11px 'lucida grande', 'lucida sans unicode', 'lucida sans', arial;
	background: #fff url(../images/bg-input.gif) no-repeat left top;
	border: solid 1px #e7e7e7;
	color: #5c5c5d;
	height: 15px;
	padding: 5px 4px 3px;
	margin: 0;
	width: 309px;
}

select.input {
	font: normal 11px 'lucida grande', 'lucida sans unicode', 'lucida sans', arial;
}

textarea.input {
	font: normal 11px 'lucida grande', 'lucida sans unicode', 'lucida sans', arial;
	background: #fff url(../images/bg-input.gif) no-repeat left top;
	border: solid 1px #e7e7e7;
	padding: 5px 4px 3px;
	margin: 0;
	width: 649px;
	height: 200px;
}

.input:focus {
	outline: none;
}

.btn {
	background: #3a7d3a url(../images/bg-btn.gif) repeat-x left top;
	margin: 0;
	padding: 0px 6px 2px;
	height: 25px;
	line-height: 12px;
	font: normal 12px 'lucida grande', 'lucida sans unicode', 'lucida sans', arial;
	text-decoration: none;
	color: #fff;
	border: solid 1px #357334;
	float: left;
}

.btn:hover {
	border-color: #1e4c1e;
	cursor: pointer;
	background-position: left -5px;
}

a.btn:link,
a.btn:visited {
	display: block;
	float: left;
	height: 25px;
	line-height: 25px;
	padding: 0 8px;
	color: #fff;
	margin: 8px 0;
	
}

.btnSearch {
	display: block;
	width: 24px;
	height: 23px;
	overflow: hidden;
	text-indent: -5000px;
	background: transparent url(../images/btn-search.gif) no-repeat left top;
	border: solid 1px #e7e7e7;
	border-left: 0;
	float: left;
}

.btnSearch:hover {
	background-position: left -23px;
}

/* top search */

#searchTop {
	float: left;
	width: 299px;
	margin: 33px 0 0 0;
	height: 25px;
}

#searchTop .input {
	float: left;
	width: 220px;
	font-size: 14px;
	padding: 6px 8px;
	border-right: 0;
	border-color: #d9d9d9;
}

#searchTop .btnSearch {
	border-color: #d9d9d9;
}

.btnSearchTop {
	display: block;
	width: 30px;
	height: 27px;
	overflow: hidden;
	text-indent: -5000px;
	background: transparent url(../images/btn-search-top.png) no-repeat left top;
	border: solid 1px #d9d9d9;
	border-left: 0;
	float: left;
}

.btnSearchTop:hover {
	background-position: left -27px;
}

/* side search */

#searchSide {
	margin: 24px -20px;
	background: #5c5c5d;
	padding: 12px 20px;
}

#searchSide .input {
	float: left;
	width: 155px;
	border-right: 0;
	border-color: #373737;
}

#searchSide .btnSearch {
	border-color: #373737;
}

/* newsletter sign up */

#newsletter {
	margin: -18px 0 0 0;
	clear: both;
	position: relative;
	z-index: 1;
	padding-top: 18px;
}

#newsletter .input {
	width: 112px;
	float: left;
	margin-right: 4px
}

/* category options */

#optSort,
#optView,
#optCat {
	width: auto;
	float: left;
	margin-right: 22px;
}

#options label {
	font-size: 11px;
	color: #666;
	float: left;
	font-weight: bold;
	margin-right: 6px;
	padding: 0;
}

#whichRight {
	float: right;
	margin-top: 3px;
}

#whichRight h1 {
	float: none;
	font-size: 16px;
	color: #3d3d3e;
	margin: 0;
	font-weight: normal;
	letter-spacing: 0px;
	width: auto;
	display: inline;
	margin-right: 10px;
	position: relative;
	top: -2px;
}

#whichRight a:link,
#whichRight a:visited {
	font-size: 16px;
	font-weight: bold;
}

/* add to cart */

#addCart {
	margin: 18px 0 24px;
}

input.qty {
	width: 80px;
	float: left;
	margin-right: 4px;
}

/* contact */

.greyForm {
	background: #f5f5f5 url('../images/bg-sidebar.gif') repeat-x left top;
	padding: 1px 20px 36px;
	width: 680px;
	overflow: hidden;
}

.col2 .greyForm {
	width: auto;
	margin-right: -20px;
	margin-left: -20px;
}

.greyForm h5.first {
	height: 18px;
	overflow: hidden;
	margin: 15px -20px 10px -20px;
	padding: 0 20px 4px;
}

.greyForm h5.formDivide {
	height: 18px;
	overflow: hidden;
	margin: 24px -20px 10px -20px;
	padding: 0 20px 4px;
}

fieldset.half {
	width: 320px;
	margin-right: 20px;
}

fieldset.wide {
	width: 100%;
	clear: both;
}

.greyForm label {
	font-size: 12px;
	color: #5c5c5d;
}

.greyForm .btn {
	float: none;
	clear: both;
	margin-top: 12px;
}

.greyForm .input:focus {
	border-color: #d5d5d5;
}

.required {
	display: block;
	float: right;
	font-size: 11px;
	margin: 12px 20px 0 0;
	display: inline;
}

/* comment */

.col3 .greyForm {
	background: #f5f5f5 url('../images/bg-sidebar.gif') repeat-x left top;
	padding: 1px 20px 36px;
	width: 650px;
	overflow: hidden;
}

.commentForm {
	margin: 18px 0 0 0;
}

.commentForm textarea.input {
	width: 620px;
}

/* /////////////////////////////////
	TABLES
///////////////////////////////// */

#ingredients {
	width: 100%;
	font-size: 11px;
}

#ingredients th {
	text-align: left;
	font-weight: normal;
	text-transform: uppercase;
	color: #999;
	border-bottom: solid 1px #dfdfdf;
	padding: 2px 12px 2px 0;
}

#ingredients td {
	border-bottom: solid 1px #efefef;
	padding: 2px 12px 2px 0;
}

#ingredients .tab {
	border: solid 1px #dfdfdf;
	border-bottom: 0;
	background: #fff;
	padding: 4px 6px;
	position: relative;
	top: 1px;
	z-index: 50;
}

.lat .tab { margin-right: 6px; }
.san .tab { margin-left: 6px; }

.cartTable {
	margin: 28px 0 0px;
	font-size: 11px;
	border-bottom: 0;
}

.cartTable th {
	text-align: left;
	font-weight: normal;
	text-transform: uppercase;
	color: #999;
	padding: 4px 12px 3px 0px;
	background: #f5f5f5;
}

.cartTable th.name {
	padding-left: 10px;
}

.cartTable tfoot td {
	vertical-align: top;
}

.cartTable input.qty {
	width: 20px;
}

.cartTable td.qty {
	width: 50px;
}

td.price,
td.total {
	white-space: nowrap;
}

.cartTable tfoot td {
	padding: 18px 0 0;
}
#couponArea {
  margin-top: -25px;
  margin-bottom: 20px;
  padding-top: 0;
}
#couponArea label,
#couponArea input,
#couponArea button {
	float: left;
}

#couponArea label {
	width: auto;
	margin-right: 12px;
	padding-top: 3px;
}

#couponArea .input {
	width: 140px;
	margin-right: 4px;
}

/* /////////////////////////////////
	FOOTER NAV
///////////////////////////////// */

#footNav {
	height: 1%;
	overflow: hidden;
	padding: 48px 0 0 0;
	background: #5c5c5d url(../images/bg-footer.gif) repeat-x left top;
}

#footNav a:link,
#footNav a:visited {
	color: #ccc;
}

#footNav a:hover {
	color: #fff;
	text-decoration: none;
}

.footerCol {
	background: transparent url('../images/bg-footer-cols.gif') no-repeat left top;
	height: 273px;
	padding-top: 0;
	padding-bottom: 12px;
	font-size: 12px;
}

#footNav li {
	line-height: 20px;
}

.social {
	margin-top: 12px;
	height: 1%;
	overflow: hidden;
}

.social a {
	display: block;
	float: left;
	width: 24px;
	height: 24px;
	overflow: hidden;
	text-indent: -5000px;
	margin-right: 5px;
}

#icon-rss { background: transparent url('../images/icon-rss.png') no-repeat left top; }
#icon-fb { background: transparent url('../images/icon-fb.png') no-repeat left top; }
#icon-t { background: transparent url('../images/icon-t.png') no-repeat left top; }

li.affiliates {
	clear: both;
	padding: 18px 0;
	background: transparent url('../images/icon-affiliate2.gif') no-repeat left center;
	padding: 5px 0 5px 28px;
	margin: 10px 0 0 0;
}


/* /////////////////////////////////
	FOOTER
///////////////////////////////// */

#footer {
	margin: 0;
	padding: 12px 0;
	color: #999;
	background: #3d3d3e;
	font-size: 11px;
}

#footer a:link,
#footer a:visited {
	color: #999;
}

#footer a:hover {
	color: #fff;
	text-decoration: none;
}

/* /////////////////////////////////
	EXTRAS
///////////////////////////////// */

#fixed {
	position: fixed;
	top: 300px;
	left: 0px;
	z-index: 1010px;
}

#feedback {
	display: block;
	width: 37px;
	height: 122px;
	overflow: hidden;
	text-indent: -5000px;
	background: transparent url('../images/feedback.gif') no-repeat left top;
}

#rateUs {
	display: block;
	width: 37px;
	height: 107px;
	overflow: hidden;
	text-indent: -5000px;
	background: transparent url('../images/rate-us.gif') no-repeat left top;
	margin-top: 1px;
}

#feedback:hover,
#rateUs:hover {
	background-position: -37px top;
}

#q {
	display: block;
	float: right;
	width: 20px;
	height: 20px;
	overflow: hidden;
	text-indent: -5000px;
	background: transparent url(../images/q.gif) no-repeat left top;
	margin: 0;
}

#newsPop {
	width: 90px;
	padding: 12px 12px 12px 18px;
	font-size: 11px;
	background: transparent url('../images/bg-popup.gif') no-repeat left top;
	color: #f5f5f5;
	position: absolute;
	top: 10px;
	right: -134px;
	z-index: 100px;
	display: none;
}

/* /////////////////////////////////
	Checkout
///////////////////////////////// */

.checkoutcontainer {
	width: 960px;
}

.onestepcheckout-col-top {
	margin: 0 -30px;
	padding: 28px 30px 0 30px;
	background: #fff url('../images/divide-top.gif') no-repeat left 12px;
}

.onestepcheckout-column-left {
	width: 270px;
	float: left;
	padding: 0 30px;
	background: transparent url('../images/divide-bg.gif') no-repeat left bottom;
}

.onestepcheckout-column-middle {
	width: 270px;
	float: left;
	padding: 0 30px;
	background: transparent url('../images/divide-bg.gif') no-repeat left bottom;
}

.onestepcheckout-column-right {
	width: 270px;
	float: left;
	padding: 0 0 0 30px;
	background: transparent url('../images/divide-bg.gif') no-repeat left bottom;
}

h4.onestepcheckout-numbers {
	padding: 8px 0 8px 40px;
	background-position: left center;
	background-repeat: no-repeat;
	margin-bottom: 10px;
}

.onestepcheckout-numbers-1 { background-image: url('../images/number1.gif'); }
.onestepcheckout-numbers-2 { background-image: url('../images/number2.gif'); }
.onestepcheckout-numbers-3 { background-image: url('../images/number3.gif'); }
.onestepcheckout-numbers-4 { background-image: url('../images/number4.gif'); }

.checkoutcontainer label {
	font-size: 12px;
	color: #5c5c5d;
	display: block;
	margin: 0;
	padding: 6px 0 1px 0;
}

.checkoutcontainer .input-text {
	font: normal 11px 'lucida grande', 'lucida sans unicode', 'lucida sans', arial;
	background: #fff url(../images/bg-input.gif) no-repeat left top;
	border: solid 1px #e7e7e7;
	color: #5c5c5d;
	padding: 5px 4px 3px;
	margin: 0;
	width: 259px;
}

.checkoutcontainer .select,
.checkoutcontainer .address-select,
.greyForm .select {
	font: normal 11px 'lucida grande', 'lucida sans unicode', 'lucida sans', arial;
	background: #fff url(../images/bg-input.gif) no-repeat left top;
	border: solid 1px #e7e7e7;
	color: #5c5c5d;
	padding: 5px 4px 3px;
	margin: 0;
	width: 269px;
}

.checkoutcontainer .textarea {
	font: normal 11px 'lucida grande', 'lucida sans unicode', 'lucida sans', arial;
	background: #fff url(../images/bg-input.gif) no-repeat left top;
	border: solid 1px #e7e7e7;
	color: #5c5c5d;
	padding: 5px 4px 3px;
	margin: 0;
	width: 259px;
	height: 80px;
}

.checkoutcontainer .checkbox {
	margin-right: 2px;
}

.checkoutcontainer .radio {
	margin-right: 2px;
}

.checkoutcontainer .small {
	width: 100px;
}

.checkoutcontainer .input-text:focus,
.checkoutcontainer .textarea:focus {
	border-color: #d5d5d5;
}

.checkoutcontainer ul {margin: 0;}
.checkoutcontainer li {margin: 0;}

.checkoutcontainer li.pad {padding: 18px 0;}

.shipping-methods {
	padding: 0 0 18px;
}

.shipping-methods ul li {
	margin-bottom: 4px;
}

.payment-methods dt {
	margin-bottom: 4px;
}

.payment-methods dd ul {
	padding: 0 0 8px 0;
}

.payment-methods dd fieldset.form-list {
	margin: 12px 0 24px 0;
}


table.onestepcheckout-summary { font-size: 11px; width: 100%;}

table.onestepcheckout-summary th {
	text-align: left;
	font-weight: normal;
	text-transform: uppercase;
	color: #999;
	padding: 4px 12px 3px 0px;
	border-bottom: solid 1px #dfdfdf;
}

table.onestepcheckout-summary td {
	padding: 4px 12px 3px 0px;
	border-bottom: solid 1px #efefef;
}

.onestepcheckout-comments {
	padding: 18px 0 0;
}

.onestepcheckout-newsletter {
	padding: 18px 0 18px;
	position: relative;
}

button.big {
	float: none;
	margin-bottom: 12px;
	font-size: 16px;
	font-weight: bold;
	padding: 0px 10px 2px;
	height: 35px;
	line-height: 18px;
}

img.payment {
	margin-left: 4px;
}

/* /////////////////////////////////
	Wordpress Integration
///////////////////////////////// */

ul.wp_list {
	margin-top: 0;
}

ul.wp_list li {
	background: none;
	padding-left: 0;
}

div.entry {
	margin-top: 12px;
}

.featured-image {
	background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #DFDFDF;
    display: block;
    padding: 4px;
}

.featured-image img {
	width: 100px;
}

div.entry .left {
    margin: 0 20px 12px 0;
}

div.entry .right {
    margin: 0 0 12px 20px;
}

/* /////////////////////////////////
	added Benek 16 Dec 2010
///////////////////////////////// */

#whichRight h6 {
	float: none;
	font-size: 16px;
	color: #3d3d3e;
	margin: 0;
	font-weight: normal;
	letter-spacing: 0px;
	width: auto;
	display: inline;
	margin-right: 10px;
	position: relative;
	top: -2px;
}

h1 {
	width: auto;
}

#content {
	background-position: left -1px;
	clear: both;
}

#promo {
	height: 36px;
	background: #fff url('../images/bg-promo.gif') repeat-x left top;
	border-bottom: solid 1px #dfdfdf;
}

#promo p {
	margin: 0 38px 0 0;
	height: 36px;
	line-height: 36px;
	float: left;
	color: #333;
	background: transparent url('../images/details-arrow.gif') no-repeat left center;
	padding-left: 16px;
}

/* /////////////////////////////////
	added Benek 20 Jan 2011 (new category page)
///////////////////////////////// */


.col3b { width: 720px; padding: 0 0 0 0; }

.productGrid {
	width: 720px;
	float: right;
}

.catNav {
	background: #f5f5f5 url('../images/bg-sidebar.gif') repeat-x left top;
	width: 170px;
	padding: 0 20px 12px 20px;
	border-right: solid 1px #dfdfdf;
	margin: 0 0 20px 0;
}

.catNav h6 {
	font-size: 18px;
	color: #3d3d3e;
	margin: 20px 0 18px;
}

.catNav h5 {
	margin: 18px 0 0 0;
}

.nav-SubCat,
.nav-Cat {
	margin: 8px 0 18px 0;
}

.nav-SubCat li {
	padding-left: 15px;
	background: transparent url('../images/bullet-sub.gif') no-repeat left 5px;
}

.nav-SubCat li.current a {
	font-weight: bold;
	color: #3d3d3e;
}

.nav-Cat li {
	padding-left: 15px;
	background: transparent url('../images/details-arrow.gif') no-repeat left 7px;
}

.slidedeck1 {
	width: 450px;
	height: 216px;
	overflow: hidden;
	float: left;
}

.featuredProduct {
	float: left;
	width: 270px;
	height: 216px;
	background: transparent url('../images/bg-featured-product.gif') no-repeat left top;
}

.featuredProduct .productGrid {
	width: 240px;
}

.featuredProduct .productGrid li {
	border-top: 0;
}

#options {
	margin-top: 20px;
}

#paginate {
	clear: both;
	border-top: solid 1px #dfdfdf;
	margin: 0 0 40px 0;
	padding: 12px 0 0 0;
}

.showing {
	color: #999;
	margin-left: 30px;
}

a.pageNum:link,
a.pageNum:visited {
	background: #f5f5f5;
	margin: 0 0 0 3px;
	padding: 2px 6px;
	border: solid 1px #f5f5f5;
}

a.pageNum:hover {
	border-color: #dfdfdf;
}

a.currentNum:link,
a.currentNum:visited,
a.currentNum:hover {
	border: solid 1px #357334;
	background: #3a7d3a url(../images/bg-btn.gif) repeat-x left top;
	color: #fff;
}

#paginate .btn:link,
#paginate .btn:visited {
	float: right;
	margin: 0 0 0 10px;
}

.grey2 .two { width: 213px; background: transparent url('../images/divide-q.gif') no-repeat left top; padding-left: 55px;}
.grey2 .three { width: 235px; background: transparent url('../images/divide-or.gif') no-repeat left top; padding-left: 55px; }

#which-is-right {
	margin-bottom: 20px;
}

.split3-1 {
	height: 1%;
	overflow: hidden;
	background: transparent url('../images/divide-bg.gif') no-repeat 720px bottom;
	padding-bottom: 18px;
}

.split3-1 .partLeft {
	padding: 0 20px 0 0;
	width: 700px;
	float: left;
}

.split3-1 .partRight {
	padding: 0 0 0 20px;
	width: 220px;
	float: right;
	background: transparent url('../images/divide-top.gif') no-repeat left top;
}

.split3-1 .archiveList .extra {
	margin: 0;
	display: block;
}

.split3-1 img.thumb {
	margin: 6px 10px 20px 20px;
}

/* /////////////////////////////////
	added Benek 08 march 2011 (new header & home page)
///////////////////////////////// */

.nav-Left { 
	margin: 8px -20px 0 -20px;
	border-top: solid 1px #eaeaea;
}

.nav-Left li {
	border-bottom: solid 1px #eaeaea;
	background: transparent url('../images/bg-sidenav-li.png') no-repeat left top;
	position: relative;
}

.nav-Left li a {
	display: block;
	padding: 3px 32px 3px 20px;
	font-weight: bold;
	background: transparent url('../images/bg-sidenav-a.png') no-repeat 180px 5px;
}

.nav-Left li a:hover {
	background-color: #fff;
}

/* flyout */

.nav-Left li ul {
	display: none;
	margin: 0;
	width: 200px;
	position: absolute;
	top: -1px;
	left: 210px;
	background: #fff;
	border: solid 1px #dfdfdf;
	padding: 8px 0;
	z-index: 100;
	/* shadow */
	-webkit-box-shadow: 1px 1px 8px rgba(100, 100, 100, 0.2);
	-moz-box-shadow: 1px 1px 8px rgba(100, 100, 100, 0.2);
	box-shadow: 1px 1px 8px rgba(100, 100, 100, 0.2);
}

.nav-Left li ul li {
	border: 0;
	background: none;
	width: 200px;
	overflow: hidden;
}

.nav-Left li ul li a {
	padding: 0 20px;
	background: none;
}

.nav-Left li ul li a:hover {
    background: #f5f5f5;
}

.leftBox {
	clear: left; 
	background: #f5f5f5 url('../images/bg-grey.gif') repeat-x left top;
	width: 170px;
	padding: 0 20px 12px 20px;
	border-right: solid 1px #dfdfdf;
	margin: -5px 0 20px 0;
}

.leftBox h6 {
	font-size: 18px;
	color: #3d3d3e;
	margin: 20px 0 18px;
}

.leftBox #mc-embedded-subscribe-form {
	clear: both;
	position: relative;
	z-index: 1;
	padding-top: 18px;
	margin: 0 0 12px 0;;
}

.leftBox #mc-embedded-subscribe-form h2 {
	margin-top: 2px;
}

#mc-embedded-subscribe-form .input {
	width: 158px !important;
    float: left;
    clear: left;
    margin: 0 0 4px 0;
}

#mc-embedded-subscribe-form a.btnRound {
    display: block;
    float: left;
    clear: left;
}

.guaranteeBox {
	width: 170px;
	height: 37px;
	background: #fcf8df url('../images/guarantee-bg.png') no-repeat left top;
	padding: 88px 20px 0 20px;
	border-right: solid 1px #ebe3b9;
	margin: -5px 0 20px 0;
	position: relative;
}

.guaranteeBox img {
	display: block;
	position: absolute;
	top: 9px;
	right: -16px;
}

.leftBox .archiveList li {
	border-bottom: 0;
	border-top: solid 1px #dfdfdf;
	height: 1%;
	overflow: hidden;
}

.leftBox .archiveList a:link,
.leftBox .archiveList a:visited {
	font-size: 12px;
	display: block;
	line-height: 16px;
}

.leftBox .archiveList .extra {
	margin-left: 0;
	display: block;
	line-height: 16px;
}

.leftBox .archiveList img {
	float: left;
	margin: 2px 12px 0 0;
}

.slidedeck2 {
	margin-bottom: 20px;
}

.headerBar {
	background: #f5f5f5;
	height: 45px;
	clear: both;
	padding: 0 20px;
	margin-top: 15px;
}

.headerBar h6 {
	font-size: 18px;
	color: #920d0d;
	margin: 0;
	height: 45px;
	line-height: 45px;
	float: left;
}

.productSlider {
	width: 720px;
	overflow: hidden;
}

.productSlider .productGrid {
	width: 10000px;
	float: none;
}

.sliderNext:link,
.sliderNext:visited {
	display: block;
	float: right;
	height: 22px;
	line-height: 22px;
	font-size: 11px;
	color: #920d0d;
	padding: 0 0 0 30px;
	margin: 13px 0 0 8px;
	background: transparent url('../images/slider-next.png') no-repeat left center;
}

.sliderNext:hover {
	color: #920d0d;
	text-decoration: underline;
}

.sliderPrev:link,
.sliderPrev:visited {
	display: block;
	float: right;
	height: 22px;
	width: 22px;
	overflow: hidden;
	text-indent: -5000px;
	margin: 13px 0 0 10px;
	background: transparent url('../images/slider-prev.png') no-repeat right center;
}

.homeTest {
	height: 146px;
	border-top: solid 1px #dfdfdf;
	background: transparent url('../images/bg-home-test.jpg') no-repeat left top;
	margin: 20px 0;
	padding: 44px 20px 0;
}

.homeTest h3, .homeTest p {
	color: #fff;
	margin: 8px 0;
}


.homeTest .left {
	width: 184px;
}

.homeTest .right {
	width: 335px;
}

.homeTest a.btn:link,
.homeTest a.btn:visited {
	color: #000;
	background: #e5b73f url(../images/bg-btn2.gif) repeat-x left top;
	border: solid 1px #2f6d2e;
	margin: 4px 0 0 0;
	/* shadow */
	-webkit-box-shadow: 1px 1px 8px rgba(100, 100, 100, 0.7);
	-moz-box-shadow: 1px 1px 8px rgba(100, 100, 100, 0.7);
	box-shadow: 1px 1px 8px rgba(100, 100, 100, 0.7);
}

.homeTest a.btn:hover {
	background-position: left -5px;
}

ul.reviews {
	margin: 0 0 18px 0;
}

ul.reviews li {
	border-top: solid 1px #dfdfdf;
	padding: 8px 0 8px;
	height: 1%;
	overflow: hidden;
}

h3.quote {
	font: normal 18px georgia, "times new roman", times, serif;
	font-style: italic;
	line-height: 24px;
}

ul.reviews .reviewTop {
	margin: 12px 0 18px 0;
	font-size: 11px;
}

ul.reviews .reviewTop img {
	float: left;
	margin: 0 12px 0 0;
}

ul.reviews .reviewTop h4,
ul.reviews .reviewTop p {
	margin: 0;
}

ul.reviews .thumb {
	float: right;
	margin: 12px 0 12px 30px;
}

ul.reviews .ratings-table {
	width: 100px;
	float: right;
	margin: 0 0 12px 30px;
}

/* Facebook and Twitter buttons */
.share {
	float: right;
	min-width: 124px;
}

iframe.twitter-share-button, .fb_iframe_widget {
	float: right;
	vertical-align: top;
}

/* /////////////////////////////////
	Added 2011-08-11 Benek
///////////////////////////////// */

a.btn.express {
	margin-top: 18px;
    font-weight: bold;
    padding: 0px 12px;
    font-family: arial;
    white-space: nowrap;
}

a.btn.express img {
	float: left;
	margin: 6px 10px 0 0;
}

#footNav {
	padding: 0 0 0 0;
	background: #5c5c5d url(../images/bg-footer.gif) repeat-x left -48px;
}

#socialFoot {
	background: #f5f5f5 url(../images/bg-social-foot.png) repeat-x left top;
	border-top: solid 1px #e0e0e0;
	margin: 30px 0 0 0;
}

#socialFoot .center {
	height: 300px;
	background: transparent url(../images/bg-social-foot2.png) no-repeat 480px top;
}

.fbFriends {
	float: left;
	width: 480px;
	padding-top: 20px;
}

div.twitter {
	float: left;
	width: 450px;
	padding: 20px 0 0 30px;
}

div.twitter .twitterHead {
	height: 56px;
	padding: 8px 0 0 70px;
	background: transparent url(../images/twitter-img.png) no-repeat left top;
	border-bottom: solid 1px #dfdfde;
}

div.twitter h4 {
	font-size: 12px;
	font-weight: normal;
	margin-bottom: 6px;
}

div.twitter h4 strong {
	font-size: 14px;
	font-weight: bold;
}

div.twitter p.tweet {
	font: normal 18px/24px georgia;
	font-style: italic;
	padding-right: 60px;
}

div.twitter p.actions {
	font-size: 11px;
	color: #5c5c5d;
}

div.twitter p.actions a {
	color: #5c5c5d;
}

div.twitter p.actions a:hover {
	color: #333;
}

/* /////////////////////////////////
	added Benek 2011 09 19
///////////////////////////////// */

#banner .center {
	position: relative;
}

h1 {
	margin-right: 260px;
}

#banner #mc-embedded-subscribe-form {
	clear: none;
	float: none;
	width: 246px;
	height: 110px;
	position: absolute;
	top: 18px;
	right: 0;
	z-index: 1;
	padding-top: 0;
	margin: 0;
}

#banner #mc-embedded-subscribe-form h2 {
	font-size: 14px;
	color: #fff;
	margin: 0;
}

#banner #mc-embedded-subscribe-form p {
	font-size: 11px;
	line-height: 14px;
	color: #fff;
	margin: 0;
}

#banner #mc-embedded-subscribe-form p.bonus {
	padding-left: 42px;
	background: transparent url('../images/bonus.png') no-repeat left center;
	margin: 3px 0 5px;
}

#banner #mc-embedded-subscribe-form .input {
	width: 111px !important;
	padding: 3px 5px;
	float: left;
	clear: none;
	margin: 0 !important;
	border: 0;
	/* rounded corners */
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

#banner #mc-embedded-subscribe-form .input.email {
	margin-left: 4px !important;
}

#banner #mc-embedded-subscribe-form a.btnRound {
	display: block;
	float: left;
	clear: left;
	margin: 5px 0 0 0;
	background: #edd865 url('../images/bg-btn2.gif') repeat-x left top;
	border: none;
	color: #920d0d;
	/* shadow */
	-webkit-box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.2);
	box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.2);
}

#banner #mc-embedded-subscribe-form a.btnRound:hover {
	background-position: left 9px
}	

#q3 {
	display: block;
	float: right;
	width: 20px;
	height: 20px;
	overflow: hidden;
	text-indent: -5000px;
	background: transparent url(../images/q2.png) no-repeat left top;
	margin: 0;
}

#banner #mc-embedded-subscribe-form #newsPop {
	top: -8px;
}

#onestepcheckout-form #payment_form_paypal_standard img{
	display: none;
}

#onestepcheckout-login-popup h1 {
	margin: 36px 0 7px -2px;
	float: none;
	color: #000;
}

