body {
	background:#FFFFFF url(/images/newver/bodyBk4.jpg) 0 0 repeat-x;
}
.button {
	background: #007500; /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(12,229,14,1) 0%, rgba(0,138,0,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(12,229,14,1)), color-stop(100%,rgba(0,138,0,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(12,229,14,1) 0%,rgba(0,138,0,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(12,229,14,1) 0%,rgba(0,138,0,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(12,229,14,1) 0%,rgba(0,138,0,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(12,229,14,1) 0%,rgba(0,138,0,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0ce50e', endColorstr='#008a00',GradientType=0 ); /* IE6-9 */
	color:#FFFFFF;
	border:1px solid #009C00;
	cursor:pointer;
	font-weight:bold;
	font-size:13px;
	padding:0.3em 1em;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	text-decoration:none;
	font-size:1.2em;
}
.button:hover {
	color:#FFFFAA;
}
div.contain {
	margin:0 auto;
	width:960px;
	padding:0 6px;
	font-family:Arial, Helvetica, sans-serif;
	text-align:left;
	background:url(/images/newver/containBk.png) 0 0 no-repeat;
}
div.containInner {
	background:#FFFFFF url(/images/newver/containInnerBk.jpg) 0 0 repeat-x;
	clear:both;
	padding-top:24px;
	border-left:1px solid #E2DBD3;
	border-right:1px solid #ECE9E6;
}
div.header {
	background:url(/images/newver/headerBk9.jpg) 0 24px no-repeat;
	float:left;
	width:100%;
	position:relative;
	height:185px;
}
div.header.distributor {
	background:url(/images/newver/headerBkDist.jpg) 0 24px no-repeat;
}
div.header h1 {
	position:absolute;
	top:46px;
	left:19px;
	width:415px;
	height:92px;
	text-indent:-9999px;
}
div.header h1 a {
	display:block;
	height:100%;
}
.promo_banner {
	position:absolute;
	top:45px;
	left:475px;
	width:160px;
	height:90px;
	border:1px solid #7f758c;
}
div.header div.topNav {
	background:url(/images/newver/topbarBk2.jpg) 0 0 repeat-x;
	height:24px;
	margin-bottom:134px;
}
div.header ul.topNav {
	font-size:0.7em;
	float:right;
	display:inline;
	height:24px;
	text-align:right;
	list-style-type:none;
}
div.header ul.topNav li {
	display:inline;
	float:left;
}
div.header ul.topNav li a {
	text-decoration:none;
	padding:0 12px;
	line-height:24px;
	color:#FFFFFF;
	display:block;
	font-family:Georgia, "Times New Roman", Times, serif;
}
div.header ul.topNav li a:hover {
	color:#FFFF99;
	text-decoration:underline;
}
div.header div.memberLogin {
	position:absolute;
	top:24px;
	right:0;
	width:345px;
	background:url(/images/newver/headerLoginBk.jpg) top left no-repeat;
	color:#FFFFFF;
	text-align:right;
	padding:0.4em 12px 0.4em 0;
	font-size:0.7em;
	color:#FFFF99;
}
div.header div.memberLogin a {
	color:#FFFFFF;
}
div.header div.bottomNav {
	background:url(/images/newver/bottombarBk2.jpg) 0 0 repeat-x;
	height:28px;
	clear:right;
	padding-left:1em;
}
div.header ul.bottomNav {
	font-size:0.8em;
	margin:0 auto;
	height:28px;
	list-style-type:none;
}
div.header ul.bottomNav li {
	display:inline;
	float:left;
}
div.header ul.bottomNav li a {
	text-decoration:none;
	padding:0 1.2em;
	line-height:28px;
	color:#FFFFFF;
	display:block;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	background:url(/images/newver/bottomNav_lineBk.jpg) 100% 50% no-repeat;
}
div.header ul.bottomNav li a:hover {
	color:#FFFF99;
	text-decoration:underline;
}
div.header ul.bottomNav li ul {
	position:absolute;
	width:180px;
	left: -999em;
	background:#EDFEC5 url(/images/newver/bottombarListBk2.jpg) 0 0 repeat-x;
	border-top:1px solid #8F9180;
	border-left:1px solid #85D053;
	border-right:1px solid #85D053;
	border-bottom:1px solid #85D053;
	padding:3px 0;
	z-index:100;
}
div.header ul.bottomNav li ul li {
	width:180px;
}
div.header ul.bottomNav li ul li a {
	color:#002200;
	line-height:1.2em;
	padding:5px 10px;
	text-align:left;
	background:none;
}
div.header ul.bottomNav li ul li a:hover {
	color:#0066CC;
	text-decoration:underline;
}
div.header ul.bottomNav li:hover ul, div.header ul.bottomNav li.sfhover ul {
	left:auto;
	margin-left:6px;
}
/* Header searchbar */
div.header form.searchSite {
	position:absolute;
	top:75px;
	right:32px;
	padding-left:30px;
	background:url(http://shop.naturalwellness.com/images/template/searchIcon.png) 0 50% no-repeat;
	overflow:hidden;
	display:inline;
}
div.header form.searchSite span {
	margin-right:5px;
	font-weight:bold;
	color:#006600;
}
div.header form.searchSite input.searchTerm {
	background:url(http://shop.naturalwellness.com/images/template/input_bk.jpg) 0 0 no-repeat;
	border:1px solid #AAAAAA;
	font-size:13px;
	padding:4px 8px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	margin-right:0;
	width:170px;
}
div.header form.searchSite input.submit {
	background:url(http://shop.naturalwellness.com/images/template/searchBtn_bk.jpg) 0 0 repeat-x;
	color:#FFFFFF;
	border:1px solid #47A404;
	cursor:pointer;
	font-weight:bold;
	font-size:13px;
	padding:4px 8px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
}
div.searchTop {
	float:right;
	clear:right;
	display:inline;
	text-align:right;
	margin:0 18px 39px 0;
}
div.searchTop form.searchTop {
	float:right;
	width:307px;
	height:26px;
	padding-top:6px;
	padding-left:93px;
	background:url(/images/newver/searchBk.png) top left no-repeat;
}
div.searchTop form.searchTop h3 {
	float:left;
	margin-right:5px;
}
div.searchTop form.searchTop input, div.searchTop form.searchTop select {
	float:left;
	margin-right:5px;
}
div.searchTop form.searchTop input.searchTerm {
	background:url(/images/newver/searchInputBk.png) top left no-repeat;
	height:17px;
	width:160px;
	padding:2px 3px;
	border:none;
	line-height:17px;
}
div.searchTop a.quickOrder {
	clear:right;
	float:right;
	display:inline;
	font-size:0.8em;
	font-style:italic;
	color:#99FFFF;
}
div.leftSidebar {
	float:left;
	width:162px;
	display:inline;
	margin-left:-738px;
	font-size:0.9em;
}
div.leftSidebar.full-width {
	margin-left:-926px;
}
div.leftSidebar div, div.widget {
	border:1px solid #BBD0B5;
	margin-bottom:1em;
	background:#FFFFFF;
}
div.leftSidebar h3, div.leftSidebar h4, div.widget h3 {
	padding:5px 7px 8px 7px;
	background:url(/images/newver/leftSidebarHeaderBk2.jpg) #376D21 top left repeat-x;
	color:#FFFFFF;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
}
div.leftSidebar ul, div#beta ul {
	margin:7px;
}
div.leftSidebar ul li, div#beta ul li {
	margin-bottom:0.3em;
	font-size:0.9em;
	line-height:1.2em;
	height:1%;
}
div.leftSidebar ul li a, div#beta ul li a {
	color:#000000;
	display:block;
	text-decoration:none;
	padding:0.2em 0;
	height:1%;
}
div.leftSidebar blockquote {
	border:none;
	font-size:0.8em;
	margin:7px 7px 17px 7px;
	line-height:1.6em;
	color:#271C14;
}
div.leftSidebar blockquote div {
	border:none;
	margin-bottom:4px;
}
div.leftSidebar blockquote p {
	font-style:italic;
}
div.leftSidebar div.products ul li strong {
	color:#004400;
}
div.leftSidebar div.products ul li strong a {
	color:#00489F;
}
div.leftSidebar ul li a:hover,  div#beta ul li a:hover {
	color:#0066CC;
	text-decoration:underline;
}
div.leftSidebar div.products ul, div#beta ul {
	padding-bottom:0;
}
div.leftSidebar div.products ul li a {
	border-bottom:1px solid #E3EDF2;
}
div.leftSidebar div.products li ul {
	padding-bottom:3px;
}
div.leftSidebar div.products li ul li {
	border-bottom:none;
}
div.leftSidebar div.products li ul li a {
	border-bottom:none;
}
#simpleTooltip {
	padding:15px 9px 9px 15px;
	line-height:1.2em;
	color:#FFFFFF;
	margin:0;
	width:160px;
	z-index:5;
	font-size:0.7em;
	font-family:Arial, Helvetica, sans-serif;
	background:url(/images/newver/navProdDescBk2.gif) 0 0 no-repeat;
}
div.rightSidebar {
	float:left;
	width:176px;
	display:inline;
	margin-left:16px;
}
div.rightSidebar div {
	margin-bottom:21px;
}
div.rightSidebar div.search {
	margin-bottom:1em;
	border:1px solid #CCCCCC;
	background:#ECF9ED;
	clear:left;
	overflow:auto;
}
div.rightSidebar div.search h3 {
	background:url(/images/newver/leftSidebarHeaderBk2.jpg) top left repeat-x;
	color:#FFFFFF;
	padding:5px 7px;
	font-family:Georgia, "Times New Roman", Times, serif;
	margin-bottom:0.5em;
	font-size:0.9em;
}

/* ---- Newsletter Signup - Right Sidebar ---- */
div#signup {
	margin-bottom:15px;
	padding-bottom:15px;
	text-align:center;
	background:url(http://shop.naturalwellness.com/images/template/newsSignup_bk.jpg) 0 100% no-repeat;
	font-family:Arial, Helvetica, sans-serif;
	height:1%;
}
div#signup h3 {
	font-size:1em;
	margin:0;
	padding:0;
	height:35px;
	/*
	padding:10px 15px 5px 15px;
	*/
	color:#AB2903;
	background:url(http://shop.naturalwellness.com/images/template/newsSignup_header.jpg) 0 0 no-repeat;
	text-indent:-9999px;
}
div#signup p.details {
	font-size:0.75em;
	line-height:1.2em;
	color:#333333;
	padding:5px 0 0 0;
	margin:0 15px 10px 15px;
	/* border-top:1px solid #C0DFBD; */
}
div#signup p.privacy {
	font-size:0.6em;
	margin:0 20px;
	line-height:1em;
}
div#signup form {
	padding:0px;
	margin:0px;
}
div#signup input {
	margin-bottom:5px;
	width:130px;
	-moz-border-radius:6px;
}
div#signup a.submit {
	margin:0 25px 5px 25px;
	-moz-border-radius:6px;
	background:#A80000 url(http://shop.naturalwellness.com/images/template/redGradientBk.jpg) 0 0 repeat-x;
	border:1px solid #A80000;
	color:#FFFFFF;
	cursor:pointer;
	font-weight:bold;
	text-shadow:#40802B 1px 1px 1px;
	padding:5px 12px;
	text-decoration:none;
	display:block;
	font-size:0.9em;
}

div.rightSidebar div.search form {
	padding:3px 7px 7px 7px;
}
div.rightSidebar div.search form.searchText {
	
}
div.rightSidebar div.search form input.searchTerm {
	width:131px;
	font-size:0.8em;
	float:left;
	display:inline;
	margin-bottom:5px;
}
div.rightSidebar div.search form select#searchTextBy {
	clear:both;
	display:none;
	width:130px;
}
div.rightSidebar div.search form input.submitBtn {
	float:left;
	display:inline;
	margin-left:3px;
}
div.rightSidebar div.search form.searchProds, div.rightSidebar div.search form.searchDept {
	font-size:0.7em;
}
div.rightSidebar div.myCart {
	border:1px solid #CCCCCC;
	background:#FFFFDD;
	clear:left;
	text-align:center;
	padding-bottom:10px;
}
div.rightSidebar div.myCart h3 {
	background:url(/images/newver/rightSidebarHeaderBk.jpg) top left repeat-x;
	color:#222222;
	padding:5px 7px;
	font-family:Georgia, "Times New Roman", Times, serif;
	margin-bottom:0.5em;
	text-align:left;
}
div.rightSidebar div.myCart ul.cartItems {
	padding:7px;
	font-size:0.8em;
	text-align:left;
	display:none;
}
div.rightSidebar div.myCart ul.cartItems li {
	border-top:1px solid #CCCCCC;
	padding-top:0.5em;
	margin-top:1em;
	line-height:1.2em;
}
div.rightSidebar div.myCart ul.cartItems li p.item {
	font-weight:bold;
	margin-bottom:5px;
}
div.rightSidebar div.myCart ul.cartItems li p.quantity {
	display:inline;
	padding-right:6px;
	color:#333333;
}
div.rightSidebar div.myCart ul.cartItems li p.price {
	display:inline;
	color:#006600;
}
div.rightSidebar div.myCart h3 {
	background:url(/images/newver/rightSidebarHeaderBk.jpg) top left repeat-x;
	color:#222222;
	padding:5px 7px;
	font-family:Georgia, "Times New Roman", Times, serif;
}
div.rightSidebar div.myCart h3 a {
	display:block;
	background:url(/images/newver/cart.gif) top right no-repeat;
	text-decoration:none;
}
div.rightSidebar div.myCart h3 a:visited {
	color:#222222;
}
div.rightSidebar div.myCart h3 a:hover {
	color:#0066FF;
}
div.rightSidebar div.myCart p.subTotal {
	padding:7px;
	text-align:center;
	font-size:0.8em;
}
div.rightSidebar div.myCart p.subTotal strong {

}
div.rightSidebar div.myCart input {
	padding:0 7px 7px 7px;
}
div.rightSidebar div.myCart p.displayCart {
	text-align:center;
	font-size:0.8em;
	padding-top:8px;
}
div.rightSidebar div.myCart p.displayCart a {
	text-decoration:none;
	color:#333333;
	cursor:pointer;
}
div.rightSidebar div.myCart p.displayCart a:hover {
	text-decoration:underline;
	color:#0000CC;
}
div.rightSidebar div.seals {
	text-align:center;
}
div.rightSidebar div.seals div.AuthorizeNetSeal {
	margin:8px auto;
}
div.rightSidebar div.privacy {
	background:url(/images/newver/privacySidebarBk.jpg) top left no-repeat;
	border:1px solid #C8C669;
	padding:10px;
}
div.rightSidebar div.privacy h3 {
	background:url(/images/newver/privacySidebarHeader.gif) 50% 50% no-repeat;
	text-indent:-9999px;
	height:20px;
	margin-bottom:5px;
}
div.rightSidebar div.privacy p {
	padding-left:38px;
	font-size:0.7em;
	line-height:1.1em;
	background:url(/images/newver/lock.gif) 0 50% no-repeat;
}
div.rightSidebar div.contact {
	background:#D8EED6 url(/images/newver/contactSidebarBk.jpg) top left no-repeat;
	border:1px solid #87C680;
}
div.rightSidebar div.contact span.daysAvail {
	font-size:0.8em;
}
/* Crafty Syntax Live Help */
div.rightSidebar div.contact a {
	margin-left:2px;
}
div.rightSidebar div.contact a.contactUs {
	text-align:left;
	display:block;
	padding:10px;
	margin:0;
	text-decoration:none;
}
div.rightSidebar div.contact a.contactUs h3 {
	color:#004400;
	margin-bottom:4px;
	font-size:1em;
}
div.rightSidebar div.contact a.contactUs p {
	font-size:0.8em;
	line-height:1.2em;
	margin-bottom:0;
	color:#000000;
}
div.rightSidebar div.guarantee {
	text-align:center;
}
div.rightSidebar div.EAS {
	position:relative;
}
div.rightSidebar div.EAS div.EASBk {
	position:absolute;
	top:-11px;
	left:-11px;
	/*
	background:url(/images/template/EAS_glow.png) top left no-repeat;
	*/
	width:200px;
	height:138px;
	border:0px solid #FF0000;
}
/* OpenX banner ads */
div.rightSidebar .ad {
	text-align:center;
}

div.mainContent {
	float:left;
	width:558px;
	padding:0;
	display:inline;
	margin-left:194px;
	font-size:0.9em;
}
div.mainContent.full-width { width:746px; }
div.mainContent object, div.mainContent embed {
	margin-bottom:2em;
}
div.mainContent div.homepage {
	border:1px solid #AAAAAA;
	float:left;
}
div.footer {
	clear:both;
	text-align:center;
	font-size:1em;
	padding:30px 0 0 0;
	margin:0;
	height:1%;
	background:#EDF6D1 url(/images/newver/footerBk.jpg) top left repeat-x;
}
div.footer a.logo {
	float:left;
	display:inline;
	padding:0 20px 20px 20px;
}
div.footer a.distributor {
	padding-left:100px;
}
div.footer div.search {
	float:left;
	display:inline;
	width:328px;
	margin:20px 0 0 60px;
}
div.footer div.search label {
	float:left;
	display:inline;
	margin-right:5px;
	line-height:22px;
}
div.footer div.search input.searchTerm {
	float:left;
	display:inline;
	height:18px;
	width:186px;
	margin-right:5px;
}
div.footer div.search input.submitBtn {
	float:left;
	display:inline;
	padding-top:2px;
}
div.footer img.phone {
	float:right;
	display:inline;
	padding:8px 20px 20px 20px;
}
div.footer img.distributor {
	float:left;
	padding-left:30px;
	padding-top:14px;
}
div.footer p {
	margin-bottom:0.8em;
	color:#333333;
}
div.footer div.bottomNav {
	background:url(/images/newver/bottombarBk2.jpg) 0 0 repeat-x;
	height:28px;
	clear:both;
	text-align:center;
	margin-top:15px;
}
div.footer ul.bottomNav {
	font-size:0.8em;
	margin:0 auto;
	height:28px;
	list-style-type:none;
}
div.footer ul.bottomNav li {
	display:inline;
}
div.footer ul.bottomNav li a {
	text-decoration:none;
	padding:0 1.5em;
	line-height:28px;
	color:#FFFFFF;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
}
div.footer ul.bottomNav li a:hover {
	color:#FFFF99;
	text-decoration:underline;
}
div.footer ul.siteLinks {
	background:#6C5B03 url(/images/newver/topbarBk2.jpg) 0 0 repeat-x;
	height:28px;
	font-size:0.7em;
}
div.footer ul.siteLinks li {
	display:inline;
	line-height:28px;
	color:#FFFF99;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
}
div.footer ul.siteLinks li a {
	text-decoration:none;
	padding:0 1em;
	line-height:28px;
	color:#FFFFFF;
}
div.footer ul.siteLinks li a:hover {
	text-decoration:underline;
}
div.footer p.disclaimer {
	font-size:0.7em;
	padding:1em;
	margin:0;
	color:#666666;
	line-height:1.2em;
}
div.default {
	padding:20px 24px;
	border:1px solid #D3E4D3;
	background:#FFFFFF;
}
div.default h1, div.default h2, div.default h3, div.default h4, div.default h5, div.default h6, div.default p, div.default ul {
	margin-bottom:1em;
}
div.default h1 {
	font-size:1.6em;
	margin-bottom:1em;
	padding-bottom:0.5em;
	border-bottom:1px solid #C9E0CA;
	color:#003300;
	clear:both;
}
div.default h2 {
	color:#006633;
	font-size:1.4em;
	font-family:Georgia, "Times New Roman", Times, serif;
	padding-bottom:6px;
	margin-bottom:1em;
	border-bottom:1px dotted #A2CAA4;
}
div.default h3 {
	font-size:1.2em;
	color:#004422;
	padding:0;
}
div.default p {
	line-height:1.5em;
	margin-bottom:1.5em;
}
div.default ul, div.default ol {
	margin-left:2em;
	margin-bottom:1.5em;
	list-style-type:disc;
	line-height:1.5em;
}
div.default ol { list-style-type:decimal; }

div.default ul li, div.default ol li {
	margin-bottom:0.5em;
}
div.default p.error {
	color:#FF0000;
}
div.default table th, div.default table td {
	padding:0.4em;
	vertical-align:top;
}
div.mainContent div.address table td, div.mainContent div.checkoutsteps table td {
	border-bottom:1px solid #CCCCCC;
	border-right:1px solid #CCCCCC;
}
div.default table th {
	background:#E6F3F7;
	color:#222222;
}
div.default table td {
	line-height:1.1em;
}
div.default table td.tdRow2Color {
	background:#FFFFCC;
}
div.default fieldset legend {
	display:block;
	padding-bottom:0.2em;
	margin-bottom:1em;
	font-size:1.2em;
	font-weight:bold;
	border-bottom:1px solid #CCCCCC;
}
div.default fieldset label {
	float:left;
	width:24%;
	text-align:right;
	padding:3px 2% 0 0;
}
div.default fieldset div {
	padding:0 0 0.4em 0;
}
div.default fieldset div.submit {
	padding-left:26%;
}
div.homepage h1 {
	padding:0 0 0.3em 0;
	margin-bottom:0.5em;
	color:#003300;
	font-size:1.5em;
	font-family:Georgia, "Times New Roman", Times, serif;
}
div.homepage p {
	line-height:1.3em;
}
div.homepage div.categoryHome {
	clear:left;
	margin:1em 15px 2em 15px;
	float:left;
	width:528px;
	display:inline;
	border-top:1px solid #99CC66;
	padding-top:14px;
}
div.homepage div.categoryHome h2 {
	font-size:1.3em;
	margin-bottom:1em;
	float:left;
	width:60%;
}
div.homepage div.imageThumbs {
	float:right;
	position:relative;
	display:inline;
	width:185px;
	height:147px;
	overflow:hidden;
	background:url(/images/newver/homepageCatBk.jpg) top right no-repeat;
}
div.homepage div.imageThumbs img {
	position:absolute;
	top:5px;
	right:5px;
	display:none;
}
div.homepage div.imageThumbs img.first {
	display:block;
}
div.homepage div.categoryHome ul {
	clear:left;
	width:336px;
}
div.homepage div.categoryHome ul li {
	float:left;
	width:150px;
	margin-bottom:0.7em;
	padding-left:10px;
	background:url(/images/newver/bullet_lgreen.gif) 0 5px no-repeat;
}
div.homepage div.categoryHome ul li a {
	text-decoration:none;
	color:#0033CC;
	display:block;
	margin-right:10px;
}
div.homepage div.categoryHome ul li a:hover {
	text-decoration:underline;
	color:#0099FF;
}
div.homepage a.introPic {
	float:right;
	display:inline;
	margin:0 0 15px 15px;
}
div.homepage img.headerImg {
	margin-bottom:15px;
	display:block;
}
div#newsSignup {
	padding:15px;
	border:2px solid #D6E6D5;
	background:#FDFFF0;
	margin-bottom:1.2em;
	background:url(../images/newver/emailSignupBk.jpg) 98% 7px no-repeat;
}
div#newsSignup h4 {
	padding-bottom:5px;
	font-size:1.1em;
}
div#newsSignup p {
	margin-bottom:0;
	padding-bottom:0;
	font-size:0.8em;
}
div.newsletterSignup table {
	margin-bottom:12px;
}
div.newsletterSignup table.signupInfo td {
	padding:4px 3px 4px 0;
}
div.newsletterSignup table.newsletters {
	font-size:0.9em;
	border:1px solid #CCCCCC;
}
div.newsletterSignup table.newsletters tr.altRow {
	background:#EDFCED;
}
div.newsletterSignup table.options {
	margin-bottom:24px;
}
div.sitemap ul {
	margin-bottom:2em;
}
p.articleSignup {
	background:#FEFFEB url(http://www.integrative-healthcare.org/images/template/article_signup.png) 15px 15px no-repeat;
	padding:15px 15px 15px 80px;
	margin-bottom:20px;
	font-size:0.9em;
	border:1px solid #F5E537;
}

/* Wholesale area */
form.loginWholesale {
	background:#F0FFD9;
	border:1px solid #A3DA94;
	overflow:auto;
	margin:1em 0;
}
form.loginWholesale h2 {
	background:#30722E;
	color:#FFFFFF;
	padding:0.3em 1em;
	border:none;
}
form.loginWholesale p {
	line-height:1.2em;
	margin:1em;
	padding-top:1em;
	border-top:1px solid #CCCCCC;
	clear:both;
	font-size:0.8em;
}
form.loginWholesale div {
	float:left;
	display:inline;
	line-height:1.8em;
}
form.loginWholesale div.username {
	margin:0.2em 1em 1em 1em;
	padding:0;
}
form.loginWholesale div.password {
	margin:0.2em 1em 1em 0;
	padding:0;
}
form.loginWholesale label {
	font-size:1.1em;
}
form.loginWholesale input.submit {
	float:left;
	display:inline;
	margin:2.2em 0.5em 0.2em 0;
	padding:0;
}
form.loginWholesale a.forgotPass {
	font-size:0.8em;
	color:#0000FF;
	text-decoration:underline;
	margin:0;
	padding:0;
}

/* ---- Blog (Natwell Update) ---- */
.featured-image {
	float:left;
	padding:0 20px 20px 0;
	background:#FFF;
}
div#articlesMain h1 {
	background:url(../images/nwupdate/articlesMainHeader.gif) top left no-repeat;
	text-indent:-9999px;
	height:40px;
	padding:0;
	margin-bottom:1.5em;
	border:none;
}
div.widget {
	border:1px solid #D3C999;
	margin-bottom:1em;
	background:#FFFFFF;
}
div.widget h3 {
	padding:5px 7px 8px 7px;
	background:url(/images/newver/leftSidebarHeaderBk2.jpg) #376D21 top left repeat-x;
	color:#FFFFFF;
	font-family:Georgia, "Times New Roman", Times, serif;
}
div.widget div {
	margin-bottom:0;
}
div#beta ul {
	margin:7px;
}
div#beta ul li {
	margin-bottom:0.3em;
	font-size:0.9em;
	line-height:1.2em;
	height:1%;
}
div#beta ul li a {
	color:#000000;
	display:block;
	text-decoration:none;
	padding:0.2em 0;
	height:1%;
}
div.articles div.entry-asset {
	padding-bottom:2em;
	border-bottom:2px solid #A4CCCB;
	margin-bottom:2em;
}
div#articlesMain div.entry-asset  {
	margin:0 0.7em 2em 0.7em;
}
div.articles div.entry-asset h2 {
	margin-bottom:0.5em;
	line-height:1.2em;
}
div.articles div.entry-asset h2 a {
	color:#003399;
	text-decoration:none;	
}
div.articles div.entry-asset h2 a:hover {
	text-decoration:underline;
	color:#007777;
}
div.articles div.entry-asset div.asset-meta {
	color:#003300;
	font-family:Georgia, "Times New Roman", Times, serif;
	margin-bottom:1.2em;
}
div.articles div.entry-asset div.asset-body {
	line-height:1.4em;
	margin-bottom:1.5em;
}
div.articles div.entry-asset div.asset-more-link {
	font-style:italic;
}
div.rightSidebar div.widget {
	margin-bottom:20px;
	font-size:0.9em;
}
div#beta h3 {
	background:#6C5B03 url(/images/newver/topbarBk2.jpg) 0 0 repeat-x;
}
div#beta ul li {
	color:#666666;
}
div.default ul.blogNav {
	float:left;
	display:inline;
	width:100%;
	list-style-type:none;
	margin:0 0 18px 0;
	padding:0;
}
div.default ul.blogNav li {
	padding:0;
	margin:0;
	list-style-type:none;
	background:#F1FAE4 url(/images/nwupdate/blog_nav_bk.png) 50% 100% no-repeat;
}
div.default ul.blogNav li.previous {
	width:40%;
	float:left;
	display:inline;
}
div.default ul.blogNav.dateBased li.previous {
	background:#F1FAE4 url(/images/nwupdate/blog_nav_bk.png) 0 100% no-repeat;
}
div.default ul.blogNav li a {
	display:block;
	min-height:32px;
	padding:4px 8px;
	text-decoration:none;
	color:#003300;
	font-size:12px;
	line-height:16px;
}
div.default ul.blogNav li.previous a {
	padding-left:20px;
	background:#F1FAE4 url(/images/nwupdate/blog_nav_bk.png) 0 100% no-repeat;
}
div.default ul.blogNav li.next a {
	padding-right:20px;
	background:#F1FAE4 url(/images/nwupdate/blog_nav_bk.png) 100% 100% no-repeat;
}
div.default ul.blogNav li a:hover {
	text-decoration:underline;
	color:#0033CC;
}
div.default ul.blogNav li.main {
	width:18%;
	float:left;
	text-align:center;
	margin-left:5px;
}
div.default ul.blogNav li.main a {
	/* line-height:32px; */
}
div.default ul.blogNav.dateBased li.main a {
	
}
div.default ul.blogNav li.next {
	width:40%;
	float:right;
}
div.default ul.blogNav.dateBased li.next {
	background:#F1FAE4 url(/images/nwupdate/blog_nav_bk.png) 100% 100% no-repeat;
	text-align:right;
}
div#indivEntry h1 {
	margin-bottom:0.5em;
}
div#indivEntry div.entry-asset div.asset-meta {
	font-size:1.2em;
	color:#663300;
}
div#indivEntry p {
	line-height:1.5em;
}
div#indivEntry div.asset-body p {
	font-style:italic;
	padding:0.7em 1em;
	border:1px dotted #CCCCCC;
	line-height:1.3em;
}
div#indivEntry h3 {
	/* padding-top:1em; */
	font-size:1.3em;
	margin-bottom:0.5em;
}
div#indivEntry ol li, div#indivEntry ul li {
	margin-bottom:0.5em;
}
div#indivEntry div#more {
	word-wrap:break-word;
	overflow:hidden;
}

/* ---- Google Custom Search ---- */
div.widget.search_articles {
	overflow:auto;
	height:1%;
}
div.widget h3.search_articles {
	background:#376D21 url(http://www.naturalwellness.com/images/layout/article_search_sidebar_header_bk2.png) 0 0 no-repeat;
	padding-left:28px;
	font-weight:bold;
	margin-bottom:10px;
}
div.widget .gsc-search-box {
	
}
div.widget .gsc-input {
	float:left;
	display:inline;
	width:116px;
	padding:1px 3px;
	margin:0 4px 10px 8px;
	border:1px solid #999999;
}
div.widget .gsc-search-box input.gsc-search-button {
	/*
	background:#0D9E07 url(http://shop.naturalwellness.com/images/template/searchBtn_bk.jpg) 0 0 repeat-x;
	color:#FFFFFF;
	border:1px solid #47A404;
	font-weight:bold;
	padding-left:5px;
	padding-right:5px;
	padding:0.75em 1em;
	*/
	float:left;
	display:inline;
}
.gsc-result .gs-title {
	height:auto !important;
	line-height:1.2em !important;
	overflow-x: auto !important;
	overflow-y: auto !important;
	margin-bottom:2px !important;
}


/* Distributor Site */

div#noLeftSidebar {
	width:700px;
	margin-left:34px;
}
div.dist_login {
	margin-left:190px;
}
div.dist_login hr {
	margin-bottom:1.5em;
}
div.dist_login form {
	padding:1.5em;
	background:#FFFCE1 url(../images/dist/optionBk.jpg) top left repeat-x;
	border:1px solid #EEEDB7;
	overflow:auto;
}
div.dist_login form input, div.dist_login form div {
	margin-bottom:0.5em;
}
div.dist_login form label {
	clear:left;
	float:left;
	width:90px;
	padding-top:0.2em;
}
div.dist_login form input.submitbutton {
	margin-left:90px;
	margin-right:20px;
}
form#initialinfoform div.submitbutton { text-align:center;}
form#initialinfoform input.submitbutton { margin:0;}
form#initialinfoform div { clear:both; }
form#initialinfoform label, form#mywebpageform label {
	width:160px;
	text-align:right;
	padding-right:12px;
}
form#initialinfoform p.error, form#mywebpageform p.error { margin:0 0 0 172px; font-size:0.9em; }
form#initialinfoform p.or {
	clear:both;
	padding-left:136px;
	font-weight:bold;
}
div.homepage_dist {
	overflow:auto;
}
div.homepage_dist div.choice {
	float:left;
	display:inline;
	width:47%;
	margin-left:12px;
	margin-bottom:5px;
	position:relative;
}
div.homepage_dist div.choice a {
	display:block;
	padding:12px 12px 12px 56px;
	text-decoration:none;
	border:1px solid #FFFFFF;
}
div.homepage_dist div.choice a:hover {
	background:#FFFCE1 url(../images/dist/optionBk.jpg) top left repeat-x;
	border:1px solid #EEEDB7;
}
div.homepage_dist div.choice img {
	position:absolute;
	top:12px;
	left:4px;
}
div.homepage_dist h3 {
	color:#0000CC;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1.3em;
	padding:0 0 0.4em 0;
	margin:0 0 0.5em 0;
	border-bottom:1px solid #BAD8D8;
}
div.homepage_dist div.choice a p {
	color:#000000;
	margin:0;
}
div.homepage_dist div#storeTracking {
	clear:left;
}
div.homepage_dist table.quickOrder {
	margin-bottom:0.4em;
}
div.homepage_dist table.quickOrder td {
	padding:1.3em 0.5em;
	border-top:1px solid #AEC9AD; 
}
div.homepage_dist table.quickOrder td.quantity {
	text-align:center;
}
div.homepage_dist table.quickOrder td.quantity label {
	font-weight:bold;
	display:block;
}
div.homepage_dist table.quickOrder td.quantity small {
	display:block;
}
div.homepage_dist table.quickOrder td.quantity div.subTotal {
	padding:0.5em;
	margin:0.5em auto;
	color:#003333;
	background:#E9FCEA;
	border:1px solid #D2E9D1;
	display:none;
}
table.quickOrder td.quantity div.subTotal strong {
	display:block;
}
div.homepage_dist p.total {
	text-align:right;
	font-size:1.4em;
	padding:0.8em 0.8em 0 0;
	border-top:1px solid #006600;
}
div.homepage_dist table.quickOrder td.prodImage a {
	text-decoration:none;
	font-size:0.7em;
	text-align:center;
	display:block;
}
div.homepage_dist table.quickOrder p.price {
	font-size:1.3em;
	margin:0 1.5em 0 0;
	float:left;
	color:#003300;
}
div.homepage_dist table.quickOrder small {
	font-size:0.8em;
	color:#333333;
}
div.homepage_dist a.addToCart {
	text-align:right;
	display:block;
}
div#more {
	word-wrap:break-word;
}

/* ---- FAQs ---- */
div.faqs form {
	background:#0D9E07 url(http://shop.naturalwellness.com/images/template/searchBtn_bk.jpg) 0 0 repeat-x;
	color:#FFFFFF;
	border:1px solid #47A404;
	padding:0.75em 1em;
	margin-bottom:1.5em;
}
div.faqs form label {
	font-weight:bold;
	background:url(/images/layout/faq_search_label_bk.gif) 0 50% no-repeat;
	padding:0 5px 0 22px;
}
div.faqs div.searchResults > ul { margin:0; list-style-type:none; }
div.faqs div.searchResults > ul > li {
	margin-bottom:25px;
}
div.faqs div.searchResults .answer ul { margin-bottom:0; }
div.faqs div.searchResults .answer ul li { margin-bottom:0; }
div.faqs h3 {
	padding:10px 80px 10px 15px;
	margin:0;
	background:#F4FDDC url(/images/layout/faq_item_open.png) no-repeat 100% 50%;
	border:1px solid #CFF267;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:16px;
	cursor:pointer;
}
div.faqs h3.close {
	background:#F4FDDC url(/images/layout/faq_item_close.png) no-repeat 100% 50%;
}
div.faqs h3:hover {
	color:#0000FF;
}
div.faqs li .answer {
	padding:15px;
	margin:0;
	background:#F9FDED;
	border:1px solid #D9EDA9;
	border-top:none;
}
div.faqs div.searchResults h2 {
	color:#0000CC;
	margin-bottom:25px;
}
	
div.faqs form .clearResults { margin-left:1em; font-size:0.7em; color:#FFFF66; }
/* --- RELATED PRODUCTS --- */
.related_prods {
	background:#EFFBFB;
	border:1px solid #C7E8FB;
	padding:20px;
	clear:both;
}
div.default .related_prods h2 {
	border-bottom:none;
	margin-bottom:15px;
	color:#0049AA;
	font-family:Arial, Helvetica, sans-serif;
	line-height:1.2em;
}
.related_prods .related_prod {
	overflow:auto;
	padding:5px 0;
	background:#FFF;
}
.related_prods .prod_img {
	float:left;
	width:80px;
	padding:10px 0;
}
.related_prods .prod_info {
	float:left;
	width:220px;
	padding:10px;
}
.related_prods .prod_info h3 {
	margin-bottom:5px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
}
.related_prods .prod_info p { font-size:12px; margin-bottom:0; }
.related_prods .learn_more {
	float:left;
	width:120px;
	padding:30px 10px 0 10px;
}
/* --- PAGE NAV (INFO PAGES) --- */
#navList {
	margin:0 0 30px 15px;
	padding:0;
	list-style-type:none;
	width:150px;
	float:right;
	display:inline;
	border:1px solid #CCCCCC;
}
#navList h3 {
	padding:5px 10px;
	background:#0066CC;
	color:#FFFFFF;
	margin-bottom:0;
	font-size:1em;
	background:#589A42;
}
#navList li {
	margin:0;
	padding:0;
	font-weight:bold;
	font-size:9pt;
	border-top:1px dotted #BAD6BE;
	line-height:1.2em;
}
#navList li a {
	display:block;
	padding:5px 10px;
	color:#006699;
	text-decoration:none;
}
#navList .first { border:none; }
#navList .selected {
	background:#FFFFCC;
}
#navList li a:hover {
	text-decoration:underline;
}
/* --- REFERENCES --- */
#references_wrapper {
	margin-bottom:25px;
}
#references {
	display:none;
	font-size:0.8em;
	padding:15px;
	margin:0;
	background:#F9FDED;
	border:1px solid #D9EDA9;
	border-top:none;
	line-height:1.3em;
}
#link_references {
	display:block;
	padding:10px 80px 10px 15px;
	margin:0;
	background:#F4FDDC url(/images/layout/faq_item_open.png) no-repeat 100% 50%;
	border:1px solid #CFF267;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:16px;
	cursor:pointer;
	color:#0000FF;
}
#link_references:hover { text-decoration:underline; }
#link_references.close {
	background:#F4FDDC url(/images/layout/faq_item_close.png) no-repeat 100% 50%;
}
/* --- NAV LINKS --- */
#navLinks { clear:both; overflow:auto; }
#navLinks a {
	background:#18709E url(/images/button_blue_bk.png) 0 0 no-repeat;
	color:#FFFFFF;
	border:1px solid #3298BF;
	cursor:pointer;
	padding:5px 10px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	text-decoration:none;
	width:43%;
	line-height:1.2em;
	font-weight:bold;
}
#navLinks a:hover {
	text-decoration:underline;
	color:#FFFF33;
}
#navLinks .prevLink {
	float:left;
	padding-left:18px;
}
#navLinks .nextLink {
	float:right;
	background:#18709E url(/images/button_blue_bk.png) 100% 0 no-repeat;
	text-align:right;
	padding-right:18px;
}

/* ---- POPUP ---- */
#backgroundPopup{  
	display:none;  
	position:fixed;  
	_position:absolute; /* hack for internet explorer 6*/  
	height:100%;  
	width:100%;  
	top:0;  
	left:0;  
	background:#000000;  
	border:1px solid #cecece;  
	z-index:30000;  
}  
#popupContact{  
	display:none;  
	position:fixed;  
	_position:absolute; /* hack for internet explorer 6*/  
	height:204px;  
	width:360px;
	_width:410px; /* hack for internet explorer 6*/  
	padding:25px;
	background:#FFFFFF;  
	border:2px solid #cecece;  
	z-index:30001;
	font-family:Arial, Helvetica, sans-serif;
	text-align:left;
}  
#popupContactClose{  
	font-size:14px;  
	line-height:14px;  
	right:6px;  
	top:4px;  
	position:absolute;  
	color:#6fa5fd;  
	font-weight:700;  
	display:block;
	cursor:pointer;
}
div#popupContact form {
	margin:0;
	padding:0;
	text-align:left;
}
div#popupContact h2 {
	color:#395394;
	font-size:29px;
	padding:0 0 10px 0;
	border-bottom:1px solid #999999;
	/*
	background:url(/images/newsPop_HeaderBk.gif) top left no-repeat;
	text-indent:-9999px;
	*/
	height:25px;
	margin:0 0 0.6em 0;
	font-style:italic;
}
div#popupContact h2 strong {
	font-style:normal;
	color:#006600;
}
div#popupContact p {
	font-size:1.1em;
	line-height:1.1em;
	font-weight:bold;
	color:#000066;
	margin-bottom:14px;
}
div#popupContact p.privacy {
	color:#333333;
	font-size:0.8em;
	clear:both;
	font-weight:normal;
	margin-top:14px;
	padding-bottom:14px;
	border-bottom:1px solid #999999;
}
div#popupContact input.email {
	width:235px;
	font-size:1.1em;
	color:#333333;
}
div#popupContact input.submit {
	margin-left:5px;
	font-size:1.1em;
}
div#popupContact div#actionClose {
	position:absolute;
	top:25px;
	right:25px;
	text-align:right;
	font-size:0.8em;
}
div#popupContact div#popupLater {
	margin-top:14px;
}
div#popupContact div#popupLater a {
	
}
div#popupLightbox{  
	display:none;  
	position:fixed;  
	_position:absolute; /* hack for internet explorer 6*/  
	height:400px;  
	width:860px;
	padding:25px;
	background:#FFFFFF;  
	border:2px solid #cecece;  
	z-index:29000;
	font-family:Arial, Helvetica, sans-serif;
}
div#backgroundLightbox{  
	display:none;  
	position:fixed;  
	_position:absolute; /* hack for internet explorer 6*/  
	height:100%;  
	width:100%;  
	top:0;  
	left:0;  
	background:#000000;  
	border:1px solid #cecece;  
	z-index:28000;  
}

/* --- Addthis Toolbar --- */
#soc_bk {
	/*
	display:none;
	*/
	font-size:12px;
}
#soc_bk ul {
	margin:0;
	padding:0;
	list-style-type:none;
}
#soc_bk ul li {
	float:left;
	padding:0 5px;
}
#soc_bk.in_doc {
	margin-bottom:20px;
	padding:10px;
	clear:both;
	background:#EBFAFA;
}
#soc_bk.side_scroll {
	position:fixed;
	top:0;
	left:0;
	width:60px;
	height:350px;
	padding:15px 10px;
	background:#EBFAFA;
	-moz-box-shadow:    -4px 0px 3px 0px #CCC;
	-webkit-box-shadow: -4px 0px 3px 0px #CCC;
	box-shadow:         -4px 0px 3px 0px #CCC;
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
}
#soc_bk.side_scroll li {
	float:none;
	padding:0;
}
#soc_bk.side_scroll a { margin-bottom:px; display:block; }
.addthis_toolbox a {
	margin-bottom:5px;
	float:left;
}
#soc_bk.in_doc .addthis_toolbox a {
	margin-right:5px;
}
.articleExcerpt {
	clear:both;
}
.addthis_button_facebook_like { opacity: 1!important; }
.addthis_button_facebook_send { opacity: 1!important; }

/* --- CRAFTY LIVE HELP --- */
#layerinvite_5 {
	position:fixed!important;
}

/* --- SIMPLEMODAL POPUP --- */
#simplemodal-overlay {background-color:#666;}
#simplemodal-container {
	/*
	background-color:#333;
	border:8px solid #444;
	padding:12px;
	color:#FFF;
	width:250px;
	height:120px;
	text-align:center;
	*/
	width:400px;
	height:230px;
	background:#FFF;
	padding:20px;
	border:5px solid #386C21;
	font-family:Arial, Helvetica, sans-serif;
	-moz-box-shadow:    0px 3px 10px 3px #666;
	-webkit-box-shadow: 0px 3px 10px 3px #666;
	box-shadow:         0px 3px 10px 3px #666;
	font-size:18px;
}
#simplemodal-container p { margin-bottom:1em; }
#simplemodal-container p:last-child {
	margin-bottom:0;
}
.simplemodal-data .simplemodal-close {
}
#simplemodal-container a.modalCloseImg {
	background:url(/images/close_window_x.png) no-repeat; /* adjust url as required */
	width:28px;
	height:28px;
	display:inline;
	z-index:3200;
	position:absolute;
	top:-13px;
	right:-17px;
	cursor:pointer;
}

/* --- WHITELIST POPUP --- */
.whitelist_popup {
	font-size:14px;
	line-height:130%;
}
.whitelist_popup ol, .whitelist_popup ul {
	margin-left:2em;
}
.whitelist_popup ol { list-style-type:decimal; }
.whitelist_popup ul { list-style-type:disc; }
.whitelist_popup li {
	margin-bottom:0.5em;
}
.whitelist_popup h2 {
	font-size:22px;
	line-height:26px;
	font-family:Georgia, "Times New Roman", Times, serif;
	padding-bottom:10px;
	border-bottom:1px solid #CCC;
	margin-bottom:20px;
}