/* @override 
	http://www.sidewalkskincare.com/css/main.css
	https://store.sidewalkskincare.com/v/vspfiles/templates/Sidewalk-01/css/main.css
*/

/* @group Reset */

/* Kudos, Eric Meyer, you rock */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

ol, ul {
	list-style: none;
}

table {
	border-collapse: separate;
	border-spacing: 0;
}

caption, th, td {
	text-align: left;
	font-weight: normal;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}

blockquote, q {
	quotes: "" "";
}

/* @end */

/* @group Elements */

html {
	background: #ececea;
	height: 100%;
	min-height: 600px;
	width: 100%;
	min-width: 840px;
}

/* 62.5% resets default pixel size from 16 to 10; easier to work in base 10 */

body {
	font: 62.5%/1 "Helvetica Neue", "Neue Helvetica", HelveticaNeue, Helvetica, Arial, sans-serif;
	text-align: center;
	color: #fff;
	height: 100%;
	min-height: 600px;
	width: 100%;
	min-width: 840px;
}

h1, h2, h3, h4, h5, h6 {
	
}

h1 {
	text-transform: uppercase;
	color: #95cc29;
	font-size: 1.1em;
	letter-spacing: 1px;
	line-height: 1.45;
	margin-bottom: 10px;
}

h3 {
	color: #95cc29;
	font-size: 1.1em;
}

p, ul, ol, dl {
	font-size: 1.1em;
	line-height: 1.45;
	margin: 0 0 13px;
}

ul p, ol p, dl p {
	font-size: 1em;
}

ul {
	list-style-type: disc;
}

ul ul {
	list-style-type: circle;
}

ol {
	list-style-type: decimal;
}

li {
	margin-bottom: .5em;
}

dl {
	zoom: 1;
}

dl:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

dt {
	width:100px;
	float: left;
}

dd {
	width: 265px;
	padding-left: 10px;
	float: left;
}

a:link, a:visited {
	color: #fff;
	text-decoration: underline;
}

a:hover, a:active {
	color: #95cc29;
}

a:focus {
	outline: 1px dotted #0063d3;
}

em {
	font-style: italic;
}

strong {
	font-weight: bold;
}

label {
	display: block;
}

/* @end */

/* @group Classes */

.left {
	float: left;
}

.right {
	float: right;
}

img.left {
	margin: 0 10px 10px 0;
}

img.right {
	margin: 0 0 10px 10px;
}

.clear {
	clear: both;
}

.cleared, .inner {
	zoom: 1;
}

.cleared:after, .inner:after {
	content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.center {
	text-align: center;
}

.alignleft {
	text-align: left;
}

.alignright {
	text-align: right;
}

.online-purchase {
	margin: 50px 0 0;
}

.online-purchase fieldset {
	width: 150px;
	margin: 0 auto;
}

.online-purchase fieldset div {
	float: left;
	width: 100px;
	margin-bottom: 5px;
}

.online-purchase fieldset div.quantity {
	margin-bottom: 8px;
}

.online-purchase fieldset input {
	width: 15px;
	float: left;
}

.online-purchase fieldset label {
	font-size: 1.1em;
	line-height: 1.7;
	float: left;
	text-transform: uppercase;
	width: 75px;
}

.online-purchase fieldset .quantity label {
	margin-top: 5px;
}

.online-purchase fieldset p {
	float: left;
	margin: 0;
}

.online-purchase .controls {
	margin: 20px 0 0 112px;
}

.button:link, .button:visited {
	padding: 0 15px;
	height: 29px;
	line-height: 29px;
	background-color: #93d023;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: .2em;
	float: left;
	margin-right: 10px;
}

.button:hover {
	color: #fff;
}

/* @end */

/* @group Layout */

/* -- Auto-clearing items -- */

#page, #main {
	zoom: 1;
}

#page:after, #main:after {
	content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

#wrapper {
	position: relative;
	width: 100%;
	min-width: 840px;
	height: 100%;
	min-height: 615px;
	_height: 615px;
}

#page {
	text-align: left;
	width: 840px;
	height: 615px;
	overflow: visible;
	margin-top: -308px;
	margin-left: -420px;
	position: absolute;
	left: 50%;
	top: 50%;
}

#main {
	
}

#content {
	float: left;
	width: 420px;
	height: 450px;
	background: #666;
	position: relative;
}

* html #content {
	overflow: hidden;
}

#content h1 {
	height: 18px;
	line-height: 18px;
}

#content .inner {
	padding: 20px 25px 0 20px;
}

#content .body {
	height: 380px;
	overflow: auto;
}

/* @group Image links */

#content a.image:link, #content a.image:visited,
#nav a:link, #nav a:visited {
	display: block;
	width: 340px;
	height: 18px;
	color: #fff;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: left top;
}

#nav a:link, #nav a:visited {
	float: left;
}

#content a.stores:link, #content a.stores:visited {
	height: 36px;
	background-position: left -36px;
}

#content a.image span,
#nav span {
	position: absolute;
	left: -999px;
}

#content a.image:hover, #content a.image:active {
	background-position: left top;
}

#nav a:hover, #nav a:active {
	background-position: left -18px;
}

#content a.image.active:link, #content a.image.active:visited,
* html #content a.active:link, * html #content a.active:visited {
	background-position: left -18px;
}

#content .ingredients {
	background-image: url(../images/layout/nav/ingredients.png);
}

#content .uses {
	background-image: url(../images/layout/nav/uses.png);
}

#content .ethos {
	background-image: url(../images/layout/nav/ethos.png);
}

#content .stores {
	background-image: url(../images/layout/nav/following_stores.png);
}

#content .purchase {
	background-image: url(../images/layout/nav/online_store.png);
}

/* @end */

#content .scrollarea {
	width: 1px;
	height: 450px;
	position: absolute;
	top: 0px;
	right: 0px;
}

#content .scrollbar {
	width: 1px;
	background: #fff;
	min-height: 25px;
	visibility: hidden;
}

#content .scrollup {
	width: 10px;
	height: 10px;
	background: url(../images/layout/scrollup.png) no-repeat center center;
	position: absolute;
	bottom: 32px;
	left: -15px;
	cursor: pointer;
}

#content .scrolldown {
	width: 10px;
	height: 10px;
	background: url(../images/layout/scrolldown.png) no-repeat center center;
	position: absolute;
	bottom: 22px;
	left: -15px;
	cursor: pointer;
}

#supplement {
	float: left;
	width: 420px;
	height: 450px;
	background: #fff;
	overflow: hidden;
	position: relative;
}

* html #supplement img {
	display: block;
}

#supplement img {
	visibility: hidden;
	position: absolute;
	top: 0px;
	left: 0px;
}

#supplement img.first {
	visibility: visible;
}

#meta {
	background: #4c4c4c;
}

#meta .inner {
	padding: 1px 0 15px;
}

#logo {
	float: right;
	padding: 10px 5px 0 0;
}

#logo img {
	display: block;
}

#nav {
	list-style-type: none;
	text-transform: uppercase;
	margin: 15px 0 0 20px;
}

#nav li {
	margin-bottom: 0;
	clear: left;
}

#nav li ul {
	list-style-type: none;
	margin: 0;
	display: none;
	float: left;
}

#nav .open ul {
	display: block;
}

#nav li:hover ul, #nav li.hover ul {
	display: block;
}

#nav li li {
	float: left;
	clear: none;
}

#nav .active li a:link, #nav .active li a:visited {
	background-position: left top;
}

#nav .active a:link, #nav .active a:visited,
#nav .active li a:hover, #nav .active li a:active {
	background-position: left -18px;
}

#nav .product:link, #nav .product:visited {
	background-image: url(../images/layout/nav/about_product.png);
	width: 172px;
}

#nav .ingredients:link, #nav .ingredients:visited {
	background-image: url(../images/layout/nav/ingredients.png);
	width: 104px;
}

#nav .uses:link, #nav .uses:visited {
	background-image: url(../images/layout/nav/uses.png);
	width: 59px;
}

#nav .about:link, #nav .about:visited {
	background-image: url(../images/layout/nav/about_us.png);
	width: 167px;
}

#nav .ethos:link, #nav .ethos:visited {
	background-image: url(../images/layout/nav/ethos.png);
	width: 66px;
}

#nav .accolades:link, #nav .accolades:visited {
	background-image: url(../images/layout/nav/accolades.png);
	width: 73px;
}

#nav .purchase:link, #nav .purchase:visited {
	background-image: url(../images/layout/nav/purchase.png);
	width: 66px;
}

#nav .contact:link, #nav .contact:visited {
	background-image: url(../images/layout/nav/contact.png);
	width: 59px;
}
#nav .mailing-list:link, #nav .mailing-list:visited{
	background-image: url(../images/layout/nav/mailing_list.png);
	width: 139px;
}
#nav .press:link, #nav .press:visited{
	background-image: url(../images/layout/nav/press.png);
	width: 63px;
}
#nav .testimonials:link, #nav .testimonials:visited{
	background-image: url(../images/layout/nav/testimonials.png);
	width: 110px;
}
#nav .stores:link, #nav .stores:visited{
	background-image: url(../images/layout/nav/stores.png);
	width: 72px;
}
#nav .buy_now:link, #nav .buy_now:visited{
	background-image: url(../images/layout/nav/buy_now.png);
	width: 81px;
}

#footer .inner {
	padding: 1px 20px;
}

#footer .site-credits {
	display: block;
	width: 75px;
	height: 18px;
	color: #fff;
	overflow: hidden;
	position: relative;
	background: url(../images/layout/site_credits.png) no-repeat left top;
}

#footer .site-credits span {
	position: absolute;
	left: -999px;
}

#footer .site-credits:hover, #footer .site-credits:active {
	background-position: left -18px;
}

/* @end */

/* @group Page Specific */

#splash #content {
	overflow: hidden;
}

#splash #content .scrollarea {
	display: none;
}

#store h1 {
	color: #83c527;
	background: #535353;
	margin: 0;
	width: 760px;
	height: 25px;
	padding: 25px 20px 0;
	position: absolute;
	top: 0px;
	left: 0px;
}

#store #content {
	width: 840px;
	background: #fff;
	color: #333 !important;
}

#store #content .inner {
	padding-top: 100px;
	position: relative;
}

#store #recalculate {
	margin: 0 75px;
}

#store #recalculate table {
	width: 100%;
	border: none;
	border-collapse: collapse;
	color: #666;
	font-size: 1.1em;
}

#store #recalculate th {
	font-weight: bold;
	text-transform: uppercase;
}

#store #recalculate .thumbnail {
	width: 50px;
}

#store #recalculate .price, #store #recalculate .quantity, #store #recalculate .remove {
	width: 75px;
}

#store #recalculate .total {
	width: 90px;
	text-align: right;
}

#store #recalculate td {
	vertical-align: middle;
}

#store #recalculate table input {
	width: 15px;
}

#store #recalculate .coupon {
	text-align: right;
	margin: 10px 0;
}

#store #recalculate .coupon label {
	display: inline;
	font-size: 1.1em;
}

#store #recalculate .coupon input {
	width: 75px;
	margin: 0 0 0 10px;
}

#store #recalculate .subtotal {
	margin: 20px 0;
}

#store #recalculate .subtotal p {
	width: 165px;
	float: right;
	margin: 0;
	text-align: right;
}

#store #recalculate .subtotal .label {
	float: left;
}

#store #recalculate .controls {
	text-align: right;
}

#store #recalculate .controls .checkout {
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #fff;
	background: #656565;
	padding: 5px 10px;
}


/* @group Mailing List */

#response_modal {
	position: absolute;
	top: 15px;
	left: 120px;
	z-index: 1000;
	padding: 10px;
	background: #333;
	width: 600px;
		
}

#response_modal .close {
	float: right;
	font-size: 1.1em;
	margin: 0 0 5px;	
}

#thank_you_frame {
	background: #fff url(../images/layout/loading.gif) no-repeat center 50px;
	width: 600px;
	height: 380px;
}

/* Controls width of your form */

/* Controls the style, width, and font style of the text input, select and textarea fields */
.e2ma_signup_form input[type=text],
.e2ma_signup_form textarea,
.e2ma_signup_form select {
	border:1px solid #ccc;
	min-width: 200px;
}

.e2ma_signup_form textarea,
.e2ma_signup_form select {
	width: 205px;
}
.e2ma_signup_form textarea { 
	height: 100px;
}

/* Controls width, style, and padding of the table border outlines around individual member fields */
.e2ma_signup_form_row {
	border: none;
	margin-bottom:5px;
	zoom: 1;
}

.e2ma_signup_form_row:after {
	content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

/* Controls alignment and display of image in welcome message */
.e2ma_signup_image_container {
    text-align:center;
    display: inline;
}

/* Controls border around signup image (when image is linked) */
.e2ma_signup_image {
    border:0;
}

/* Controls style and formatting of form field labels (first name, last name, etc.) */
.e2ma_signup_form_label {
	line-height: 1.7;
	letter-spacing: .1em;
	float:left;
	text-align:left;
	width:120px;
	padding-top:5px;
}

/* Controls spacing and style for any text used to list options under multiple choice fields) */
.e2ma_signup_form_element {
	float: left;
	width: 250px;
}

e2ma_signup_form_element input {
	width: 150px;
}

/* For signup screens that are set to allow people to select which audience groups they'd like to join: Controls style for "Select your interests..." text */
.e2ma_signup_form_group_label {
	font-weight:normal;
}

/* For signup screens that are set to allow people to select which audience groups they'd like to join: Controls style and spacing for groups displayed as options */
.e2ma_signup_form_groups {
	margin-bottom:5px;
}

/* Controls the style and spacing of the word "required" and border surrounding that text */
.e2ma_signup_form_required_footnote {
	margin-bottom: 10px;
}

/* Controls the color of the asterisk that indicates a field is required */
.e2ma_signup_form_required_asterix {
	color: #83c527;
}

/* Controls the alignment of "submit" and "clear" buttons */
.e2ma_signup_form_button_row {
	float:left;
}

/* @end */
#purchase {
	margin: 50px auto 0;
	text-align: left;
}
ul#purchase {
	text-decoration: none;
	list-style-type: none;
}

#purchase li {
	zoom: 1;
}

#purchase li:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

ul#purchase a img {
	border: none;
	display: block;
}

#purchase a {
	float: left;
	text-decoration: none;
}

#purchase .add {
	font-size: 2em;
	margin-bottom: 25px;
}

#purchase .add a {
	background: url(../images/layout/flower_dark.png) no-repeat left center;
	padding: 0 0 0 30px;
	height: 25px;
	line-height: 25px;
}

#purchase .view {
	font-size: 1.1em;
}

#purchase .view a {
	background: url(../images/layout/cart_dark.png) no-repeat left center;
	padding: 0 0 0 30px;
	height: 20px;
	line-height: 20px;
	float: left;
}

/* @end */
body .popup{
	position: relative;
}
body .popup .middle{
	max-height: 540px;
	width: 900px;
	overflow: auto;
	margin-right: 0px;
}
body .popup .middle .body{
	padding-right: 15px;
	background: white;
}
.popup .closeSticky{
	background: #1d1d1d url(../images/layout/bt-close.png) no-repeat 10px 10px;
	width: 58px;
	height: 11px;
	float: right;
	padding: 10px;
}
.press_list p.list_title{
	margin-bottom: 5px;
}
.press_list p.list_title span.green{
	
	color: #90c42b;
}
.press_list p.list_title a {
	text-decoration: none;
}
.StickyWinInstance.SWclearfix {
	height: 540px;
}

div.lbContainer div.lbPopup div.lbCenter.lbLoading {
	max-height: 600px;
	overflow: auto;
	padding-right: 20px;
	padding-left: 20px;
	background-color: #fff !important;
}
div.lbContainer div.lbPopup div.lbImage{
	border-left: none;
	border-right: none;
	
}
div.lbContainer div.lbPopup div.lbLoading{
	background-color: white;
}
div.lbContainer div.lbPopup div.lbBottomContainer{
	padding-right: 40px;
	background: none;
}
div.lbContainer div.lbPopup div.lbBottomContainer div.lbBottom{
	border: none;
}
div.lbContainer div.lbPopup div.lbBottomContainer div.lbBottom a.lbCloseLink {
	background: #1d1d1d url(../images/layout/bt-close.png) no-repeat 10px 10px;
	padding: 5px;
	margin: 0;
	position: relative;
	right: -40px;
}