/**
 * Magento
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License (AFL 3.0)
 * that is bundled with this package in the file LICENSE_AFL.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/afl-3.0.php
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@magentocommerce.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade Magento to newer
 * versions in the future. If you wish to customize Magento for your
 * needs please refer to http://www.magentocommerce.com for more information.
 *
 * @category    design
 * @package     default_default
 * @copyright   Copyright (c) 2009 Irubin Consulting Inc. DBA Varien (http://www.varien.com)
 * @license     http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 */

/* Reset ================================================================================= */
@charset "utf-8";
/* CSS Document */

/* -----------------------Reset CSS--------------------------*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
}
body {
  line-height: 1.5;
}
/* Tables still need 'cellspacing="0"' in the markup. */
table { border-collapse: separate; border-spacing: 0; }
caption, th, td { text-align: left; font-weight: normal; }
table, td, th { vertical-align: middle; }
/* Remove possible quote marks (") from <q>, <blockquote>. */
blockquote:before, blockquote:after, q:before, q:after { content: "";}
blockquote, q { quotes: "" ""; }
/* Remove annoying border on linked images. */
a img { border: none; outline:none; }
a {color:#FF0000;}
.clearfix, .container {display: block;}
/* Regular clearing
   apply to column that should drop below previous ones. */
.clear , .clearer { clear:both; height:0px; overflow:hidden; }
/* ------------------------Common CSS------------------------*/
.leftFloat{float:left;}
.rightFloat{float:right;}
.clearFloat{clear:both;}
.hide{display:none;}
.reset-margin{margin:0 auto;}
.reset-padding{padding:0;}
.reset{margin:0;padding:0;}
.align-justify{text-align:justify;}
.align-left{text-align:left;}
.align-center{text-align:center;}
.align-right{text-align:right;}
.ajax_loader{ text-align:center; height:32px;padding-bottom:20px;}
.spacer20 { height:20px; float:left;}
/* ----------------------Typography CSS----------------------*/
/* Default font settings.
   The font-size percentage is of 16px. (0.75 * 16px = 12px) */
   
   
 body {
/*  font-size: 75%;
  color: #000;
  background: #fff;
    font-family:'Helvetica Neue', arial;
       src: local("Helvetica Neue"), url("http://www.elevenelevenwellness.com/skin/frontend/c_theme/default/fonts/HelveticaNeue-Light.otf") format("opentype");
       font-weight: normal;
       font-style: normal;
    font-size:13px;*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: .76em;
	color: #717171;
	border: 0;
	margin: 0;
	padding: 0;
	background: white;
	behavior: url("csshover3.htc"); /* Enable hover on ul/li elements */
}

@font-face {

       font-family:Helvetica Neue;
       src: local("Helvetica Neue"), url("http://www.elevenelevenwellness.com/skin/frontend/c_theme/default/fonts/HelveticaNeue-Light.otf") format("opentype");
       font-weight: normal;
       font-style: normal;
}


/* Headings
-------------------------------------------------------------- */
h1,h2,h3,h4,h5,h6 { padding:0px; margin:0px; font-weight:normal; }
h1 {}
h2 { font-size:21px; color:#999999;}
h3 {}
h4 {}
h5 {}
h6 {}
/* Text elements
-------------------------------------------------------------- */
p           { padding: 0; margin: 15px 0 0 0;}
p img.left  { float: left; margin: 1.5em 1.5em 1.5em 0; padding: 0; }
p img.right { float: right; margin: 1.5em 0 1.5em 1.5em; }
a           { color: #5CBFE9; text-decoration: none; }
a:focus, a:hover, a:active { text-decoration: underline; }
blockquote  { margin: 1.5em; color: #666; font-style: italic; }
strong      { font-weight: bold; }
em,dfn      { font-style:italic; }
dfn         { font-weight: bold; }
sup, sub    { line-height: 0; }
abbr,
acronym     { border-bottom: 1px dotted #666; }
address     { margin: 0 0 1.5em; color:#666666; }
del         { color:#666; }
pre 				{ margin: 1.5em 0; white-space: pre;}
pre,code,tt { font: 1em 'andale mono', 'lucida console', monospace; line-height: 1.5; }
/* Lists
-------------------------------------------------------------- */
ul,ol{ padding:0px; margin:0px;}
li ul,
li ol       { padding:0px; margin:0px;}
ul          { list-style-type:none;}
ol          { list-style-type:none;}
dl          { padding:0px; margin:0px; }
dl dt       {  }
dd          { padding:0px; margin:0px;}
/* Tables
-------------------------------------------------------------- */
table       { width:100%; border:none;}
th          {  }
thead th 		{}
th,td,caption { border:none;}
tr.even td  { }
tfoot       {  }
caption     { background: #eee; }
/* Misc classes
-------------------------------------------------------------- */
.small      { font-size: .8em; margin-bottom: 1.875em; line-height: 1.875em; }
.large      { font-size: 1.2em; line-height: 2.5em; margin-bottom: 1.25em; }
.hide       { display: none; } 
.quiet      { color: #666; }
.loud       { color: #000; }
.highlight  { /*background:#ffd8d7;*/ }
.added      { background:#060; color: #fff; }
.removed    { background:#900; color: #fff; }
.first      { margin-left:0; padding-left:0; }
.last       { margin-right:0; padding-right:0; }
.top        { margin-top:0; padding-top:0; }
.bottom     { margin-bottom:0; padding-bottom:0; }
.highlighted{ color:#FF0000;}
/* ---------------------------Form CSS----------------------------*/
label       {  }
fieldset    { padding:1.4em 0px ; margin: 0 0 1.5em 0; border:0;}
legend      { font-weight: bold; font-size:1.2em; }
/* Form fields
-------------------------------------------------------------- */
input[type=text], input[type=password],
input.text, input.title,
textarea, select {
  background-color:#fff;
  border:1px solid #bbb;
  outline:none;
}
input[type=text]:focus, input[type=password]:focus,
input.text:focus, input.title:focus,
textarea:focus, select:focus {
  border-color:#666;
}
input[type=text], input[type=password],
input.text, input.title,
textarea, select {
  margin:0;
}
input.text,
input.title   { }
input.title   {}
textarea      { }
input[type=checkbox], input[type=radio],
input.checkbox, input.radio {
  position:relative; 
}
form.inline { line-height:3; }
form.inline p { margin-bottom:0; }
/* Success, notice and error boxes
-------------------------------------------------------------- */
.error,
.notice,
.success    { padding: .8em; margin-bottom: 1em; border: 2px solid #ddd; }
.error      { background: #FBE3E4; color: #8a1f11; border-color: #FBC2C4; }
.notice     { background: #FFF6BF; color: #514721; border-color: #FFD324; }
.success    { background: #E6EFC2; color: #264409; border-color: #C6D880; }
.error a    { color: #8a1f11; }
.notice a   { color: #514721; }
.success a  { color: #264409; }
.cleanse    { color: #c63e32; }
.revive     { color: #e15603; }
.sustain    { color: #0066ff; /*#0066ff;*/ }
.greens    { color: #00a94f; }
.daily-dose    { color: #fdb913; }
#border-none{}
#background-none{ background:none;}
/* ----------------------Website base css start here----------------------*/

/* ======================================================================================= */


/* Layout ================================================================================ */
#container {
	width: 1005px;
	margin: 0 auto;
	position: relative;
}

/* ----------------------header css----------------------*/
#header {
	width: 1000px;
	height: 124px;
	position: relative;
	margin: 0 2px 0 3px;
}
#logo {
	float: left;
	margin: 8px 0 0 10px;
	height: 111px;
}
#logo h1 {
	margin: 0; padding: 0;
	height: 111px;
}
#logo span {
	display: none;
}
#cart {
	position: absolute;
	top: 64px;
	right: 8px;
	background: url(../images/icon-cart.png) left 50% no-repeat;
	padding-left: 26px;
	height: 22px;
	line-height: 22px;
}
#social {
	position: absolute;
	top: 16px;
	right: 4px;
}
#social a , #social span{
	float:left;
}
#nav {
	width: 1000px;
	margin: 0 2px 0 0px;
	background:#ffffff;
}
#nav ul#main-nav {
	background: #d9531e url(../images/background-nav.jpg) left top repeat-x;
	display: block;
	height: 32px;
	list-style-type: none;
	line-height: 32px;
        padding-left:4px;
}
#nav ul#main-nav li {
	float: left;
	list-style-type: none;
        font-size:14px;
}
#nav ul#main-nav li a {
	display: block;
	height: 32px;
	padding: 0 12px;
	color: #fff;
	text-transform: uppercase;	
	font-weight:normal;
	 text-decoration:none;
	 font-family:Arial, Helvetica, sans-serif;
         
}
#nav ul#main-nav li.current a, #nav ul#main-nav li a:hover, #nav ul#main-nav li a:active {
	text-decoration: none;
}
#nav ul#main-nav li.newsletter {
	float: right;
	color: #fff;
	text-transform: uppercase;
	font-weight:normal;
	position: relative;
	margin-right: 6px;
}
#nav ul#main-nav li.newsletter label{
	float: left;
	width:90px;
	
}

#nav ul#main-nav li.newsletter input.field-text {
	background: url(../images/background-newsletter-box.png) left top no-repeat;
	border: 0;
	margin: 5px 0 0 10px; padding: 0 10px;
	width: 123px;
	height: 23px;  /* One pixel too short due to IE6-7 */
	line-height: 23px;
	color: #38424b;
	vertical-align: top;
	*vertical-align: middle; /* IE 6-7 Hack */
	font-size: 11px;
}
#nav ul#main-nav .newsletter .newsletter-details {
	background:url(../images/background-newsletter-drop.png) no-repeat scroll left bottom transparent;
	color:#717171;
	display:none;
	font-size:11px;
	font-weight:normal;
	line-height:13px;
	padding:10px;
	position:absolute;
	right:0;
	text-transform:none;
	top:32px;
	width:425px;
	z-index:9999;
}
#nav ul#main-nav .newsletter .newsletter-details p.col1 {
	display: block;
	float: left;
	margin: 0 15px 0 0;
	width: 270px;
	text-align: justify;
}
#nav ul#main-nav .newsletter .newsletter-details p.col2 {
	display: block;
	float: left;
	margin: 5px 0 0 0;
	width: 140px;
}
#nav ul#main-nav .newsletter:hover .newsletter-details{
	display: block;
}
#nav ul#main-nav li.newsletter .newsletter-details input.field-text {
	background-image: url(images/background-newsletter-drop-input.png);
	background-repeat: no-repeat;
	border: 0;
	margin: 0 0 10px 0; padding: 0 7px;
	width: 125px;
	height: 20px;
	line-height: 23px;
	color: #594f48;
	*vertical-align: middle; /* IE 6-7 Hack */
	font-size: 11px;
	float: left;
}
#nav ul#main-nav li.newsletter .newsletter-details input.field-zip {
	margin: 0 0 10px 0; padding: 0 7px;
	background-position: -139px top;
	width: 48px; 
	float: left;
}
#nav ul#main-nav li.newsletter .newsletter-details input.field-submit {
	float: left;
	font-size: 11px;
	margin: 0 0 0 10px;
	width: 60px;
	height: 20px;
	background-color: #d54813;
	background-image: url(images/background-newsletter-drop-input.png);
	background-position: -201px top;
	background-repeat: no-repeat;
	line-height: 18px;
	text-align: center;
	color: white;
	text-decoration: none;
	border: 0;
	padding: 0;
}

#nav ul#main-nav li.newsletter .newsletter-details #field-name-wrapper {
	background-image: url(../images/background-newsletter-drop-input.png);
	background-repeat: no-repeat;
	border: 0; margin: 0 0 10px 0; padding: 0;
	width: 139px;
	height: 20px;
	float: left;
}
#nav ul#main-nav li.newsletter .newsletter-details #field-name-wrapper input.field-text, #nav ul#main-nav li.newsletter .newsletter-details #field-zip-wrapper input.field-zip {
	font-family: inherit;
	font-weight: normal;
	background: transparent;
	border: 0; margin: 0; padding: 0 7px;
	width: 125px;
	height: 20px;
	line-height: 20px;
	color: #717171;
	font-size: 11px;
	float: left;
}
#nav ul#main-nav li.newsletter .newsletter-details #field-zip-wrapper {
	background-image: url(../images/background-newsletter-drop-input.png);
	background-repeat: no-repeat;
	margin: 0 0 10px 0; padding: 0;
	background-position: -139px top;
	width: 62px; 
	height: 20px;
	float: left;
}
#nav ul#main-nav li.newsletter .newsletter-details #field-zip-wrapper input.field-zip { width: 48px; }
#nav ul#main-nav li.newsletter .newsletter-details input.field-submit {
	float: left;
	font-size: 11px;
	margin: 0 0 0 10px;
	width: 60px;
	height: 20px;
	background-color: #d54813;
	background-image: url(../images/background-newsletter-drop-input.png);
	background-position: -201px top;
	background-repeat: no-repeat;
	line-height: 18px;
	text-align: center;
	color: white;
	text-decoration: none;
	border: 0;
	padding: 0;
}
ul#main-nav li.the-plan, ul#main-nav li.products { position: relative; }
ul#main-nav li ul {
	display: none;
	width: 104px;
	position: absolute;
	margin: 0;
	padding: 10px 0;
	background: transparent url(../images/background-nav-drop.png) bottom left no-repeat;
	text-transform: uppercase;
	font-size: 11px;
	line-height: 13px;
	font-weight: normal;
	top: 32px;
	left: 0;
	z-index: 100;
}
ul#main-nav li:hover ul {
	display: block;
}
ul#main-nav li ul li {
	border: 0;
	float: none;
	
}
#nav ul#main-nav li ul li {
	height: 14px;
	line-height: 14px;
	margin: 5px 0;
}
#nav ul#main-nav li ul li a {
    background: url("../images/icon-right-arrow.png") no-repeat scroll 8px -17px transparent;
    padding: 0 0 0 16px !important;
    color: #DA521F;
    height: 14px;
}

ul#subnav {
    position: absolute;
    top:96px;
    right:0;
    font-weight:normal;
    list-style-type: none;
}
ul#subnav li {
	float: left;
	list-style-type: none;
	border-right: 1px solid #d54813;
	margin: 5px 0 5px 0;
	height: 14px;
	line-height: 14px;
        font-size:14px;
}
ul#subnav li.last { border: 0; }
ul#subnav li.last a {  padding-right: 6px; }
ul#subnav li a {
	 text-decoration:none;
	padding: 0 14px;
	text-transform: uppercase;
}
ul#subnav li.first a { padding-left: 0; }
ul#subnav li.current a {
	
	color: #d9531e;
}
/* ----------------------end header css----------------------*/


/* ----------------------need to know page css start here-------------------------------------------------------------------------------------------*/
.needtoknow{ padding-top:30px;}
.needtoknow big{ color:#848484; font-size:17px; line-height:normal; font-weight:normal; display:block; line-height:24px;}
.needtoknow ul ul{ list-style:none;}
.needtoknow ul ul a{ font-size:15px;}
.needtoknow ul.need2know_products ul li{ display:block; float:none; padding:4px 0px 4px 0px;}
.needtoknow ul.need2know_products img{ margin-bottom:28px;}
.needtoknow ul.need2know_products li.product_1 li a{ color:#c5352c;}
.needtoknow ul.need2know_products li.product_2 li a{ color:#0066ff;}
.needtoknow ul.need2know_products li.product_3 li a{ color:#00a94f;}
.needtoknow ul.need2know_products{ list-style:none; overflow:hidden; width:898px; margin:35px auto 50px auto;}
.needtoknow ul.need2know_products h1{ font-size:30px; font-family:"BaronOne 35Thin"}
.needtoknow ul.need2know_products li{ float:left;}
.needtoknow ul.need2know_products li img{ } 
.needtoknow ul.need2know_products li h1{ height:35px; text-indent:-999px;}
.needtoknow ul.need2know_products li.product_1{width:330px;}
.needtoknow ul.need2know_products li.product_1 h1{background:url(../images/logo-cleanse-sm.png) no-repeat 0px 0px;}
.needtoknow ul.need2know_products li.product_2 h1{background:url(../images/logo-sustain-sm.png) no-repeat 0px 0px;}
.needtoknow ul.need2know_products li.product_3 h1{background:url(../images/logo-greens-sm.png) no-repeat 0px 0px;}
.needtoknow ul.need2know_products li.product_1 img{ margin-top:17px;}
.needtoknow ul.need2know_products li.product_2 img{ margin-top:17px;}
.needtoknow ul.need2know_products li.product_3 img{ margin-top:17px;}
.needtoknow ul.need2know_products li.product_2{width:330px;}
.needtoknow ul.need2know_products li.product_3{width:230px;}

 
/* ----------------------need to know page css end here-------------------------------------------------------------------------------------------*/


/* ----------------------need to know landing page start css-------------------------------------------------------------------------------------------*/

.needtoknow #landing-left{ float:left; width:200px;}
.needtoknow #landing-right{ float:left; width:778px; padding-bottom:20px;}

.needtoknow #landing-left h1{ margin-bottom:10px;}
.needtoknow #landing-left ul.need2know_products{ width:auto; padding:0px 0px 0px 0px; margin:0px 0px 0px 0px;}
.needtoknow #landing-left ul.need2know_products li{ float:none; padding:2px 0px 2px 0px ;}
.needtoknow #landing-left ul.need2know_products li a{ color:#666666;}
.needtoknow #landing-left ul.need2know_products li a:hover{ text-decoration:none;}
.needtoknow #landing-left ul.need2know_products li.product_1{ width:auto; margin-bottom:20px;}
.needtoknow #landing-left ul.need2know_products li.product_2{ width:auto; margin-bottom:20px;}
.needtoknow #landing-left ul.need2know_products li.product_3{ width:auto; margin-bottom:20px;}
.needtoknow #landing-left ul.need2know_products li.product_1 .active a, .needtoknow #landing-left ul.need2know_products li.product_1 a:hover{ color:#c5352c;}
.needtoknow #landing-left ul.need2know_products li.product_2 .active a, .needtoknow #landing-left ul.need2know_products li.product_2 a:hover{ color:#0066ff;}
.needtoknow #landing-left ul.need2know_products li.product_3 .active a, .needtoknow #landing-left ul.need2know_products li.product_3 a:hover{ color:#00a94f;}
.needtoknow #landing-left ul.need2know_products li ul li ul li a{color:#666666; font-size:12px; padding-left:10px; background:url(../images/cat-arrow.jpg) no-repeat 0px 3px;}
.needtoknow #landing-left ul.need2know_products li.product_1 .active ul a{color:#666666; font-size:12px; padding-left:10px;}
.needtoknow #landing-left ul.need2know_products li.product_1 .active ul li.active a{color:#666666; text-decoration:underline;}


.needtoknow #landing-left ul.need2know_products li.product_2 .active ul a{color:#666666; font-size:12px; padding-left:10px;}
.needtoknow #landing-left ul.need2know_products li.product_2 .active ul li.active a{color:#666666; text-decoration:underline;}


.needtoknow #landing-right .for-diet{ float:left; margin-right:50px; color:#666666; list-style:none; padding-bottom:15px;}
.needtoknow #landing-right h3{ display:block; color:#999; margin:10px 0px;
 font-size:13px;  font-weight:bold; font-family:Arial, Helvetica, sans-serif;
  background:#edecec; padding:5px;}
.needtoknow #landing-right .for-diet li{ padding:2px; font-size:14px;}
.spa2{ height:2px; background:#efefef; overflow:hidden; margin:20px 0px 10px 0px;}
.needtoknow #landing-right  .diet{ border:1px solid #edecec; margin-top:10px; line-height:17px; }
.needtoknow #landing-right .diet th, #landing-right .diet td{ border:1px solid #edecec; padding:5px; font-size:13px; color:#666666; font-weight:normal;}
.needtoknow #landing-right .diet th { background:#edecec; color:#999;}
.needtoknow #landing-right  .respices{ margin-top:10px; line-height:17px; }
.needtoknow #landing-right .respices th {background:#edecec; color:#999; padding:5px; font-size:13px; font-family:arial;}
.needtoknow #landing-right .respices td{  padding:10px; font-size:13px; color:#666666; vertical-align:top;}
.needtoknow #landing-right .respices td:first-child{ font-size:12px; width:40%;}
.needtoknow #landing-right .respices td.auto-width{ width:1%; border:none;}
.needtoknow #landing-right .respices td ul{ list-style:none;}
.needtoknow #landing-right .respices td.ul-space ul li{ padding-bottom:6px;}
.needtoknow #landing-right .respices td p{ padding:0px 0px 5px 0px;}
.needtoknow #landing-right .respices h4{ padding-bottom:5px; font-size:15px; font-weight:bold; font-family:Arial, Helvetica, sans-serif; color:#666666;}
.needtoknow #landing-right h4.new-app{ padding-bottom:10px; color:#666666;  font-weight:normal; font-size:13px;}
.needtoknow #landing-right .respices td img{ border:#CCCCCC 3px solid;}


/* ---------------------product read moer page css start here-------------------------------------------------------------------------------------------*/
.product_read_more{ padding-top:24px;  position:relative;}
.product_read_more .product_left{ width:474px; padding-right:20px;}
.product_left big{display:block; font-size:18px; line-height:normal;color:#848484;}
.product_read_more h1{ background-image:url(../images/heding-sprits.jpg); background-repeat:no-repeat; text-indent:-9999px;}
.product_read_more h1.heading_1{ background-image:none; margin-top:18px; text-indent:inherit; font-family:Helvetica Neue; color:#999999; font-size:22px;}
.product_read_more ul.product_list{ list-style:none; padding:15px 0px 0px 0px; margin:0px 10px  0px 0px;}
.product_read_more .gallery_bg{ height:256px; background:url(../images/gallery_bg.jpg) no-repeat 0px 0px;}
.product_read_more .gallery_bg img{ margin:14px 0px 0px 13px; width:330px;}
.product_read_more .next-gallery{ position:absolute; z-index:999999; top:629px; left:290px;}
.product_read_more ul.product_list li{ padding-left:30px; font-size:13px; margin-bottom:2px; color:#666666; display:block; padding-bottom:10px; background:url(../images/single-bullet.jpg) no-repeat 0px 2px; float:left; width:432px; margin-right:27px;}
.product_read_more ul.product_list span{ color:#666666; font-size:19px; font-weight:bold; font-family:"Helvetica"; display:block;}
.product_read_more ul.product_list li a:hover{ text-decoration:none; color:#ffab33;}
.product_read_more h1.heading_2{ background-position: 0px -1681px; height:52px;  margin-bottom:15px; margin-top:7px;}
.product_read_more .divbornew{ background:#F5F5F5; height:2px; overflow:hidden; margin:47px 0px; text-indent:-9999px;}
.product_read_more h1.heading_3{ background-position: 0px -936px; height:25px; margin:20px 0px 0px 0px;}
.product_read_more h1.heading_4{ background-position: 0px -222px; height:28px;}
.product_read_more h1.heading_5{ background-position: 0px -250px; height:22px;}
.product_read_more h1.heading_6{ background-position: 0px -274px; height:22px;}
.product_read_more h1.heading_7{ background-position: 0px -297px; height:22px;}
.product_read_more table th{border-bottom:7px solid #f5f5f5; font-size:18px; color:#666666; font-family:Helvetica; text-align:center; padding:0px 25px 10px 25px; background:url(../images/th_bg.jpg) no-repeat right 0px;}
.product_read_more table th:last-child{ background:none;}
.product_read_more table td{ padding:12px 0px; border-bottom:2px solid #f5f5f5; font-size:14px; text-transform:uppercase; color:#464343;padding-left:37px;}
.product_read_more table td.last-tab{ background:#ffefd7;}
.product_read_more table{ margin-bottom:10px;}
.product_read_more div.bottom-left{width:352px; float:left; background:url(../images/left-sep.jpg) repeat-y right 0px; padding-right:15px; min-height:657px;}
.product_read_more p{ color:#666666; font-size:13px; padding-top:10px; line-height:17px;}
.product_read_more p big{color:#000000; font-size:13px;}

.bottom-left li{background:url("../images/remove-s-b.jpg") no-repeat scroll 2px 4px transparent;
color:#666;
font-size:13px;
line-height:17px;
margin-bottom:10px;
padding-left:25px; }

.bottom-left ul{margin-top:15px;}

.product_read_more p span{ color:#000000; font-size:13px;}
.box-collateral .std{ padding-bottom:0px; }
.box-collateral .sdsds{ padding-bottom:40px; }
#right-desc .short-description, #right-desc .box-description p{ font-size:13px; line-height:17px;}
.sustain-kit ol big, .last ol li big, #product-attribute-specs-table .std ol big, .stdtty ol big, .stdui ol big, .sdsds ol big{ margin-right:10px;}
.sustain-kit olli, .last ol li, #product-attribute-specs-table .std ol li, .stdtty ol li, .stdui ol li, .sdsds ol li{ padding-bottom:5px;}
.sustain-kit span{ display:block; padding-top:3px;}

#product-attribute-specs-table .std ol{width:400px; line-height:17px;}
.stdtty span, .box-collateral .sdsds span, .sdsds span, .stdui span, .sdsds span, #product-attribute-specs-table .std ol span{ display:block; float:left;  }

#product-price-2{ color:#666;}

.sdsds span{}

.sustain-kit ol{width:400px; line-height:17px; margin-top:20px;}

.sustain-kit{ padding-bottom:40px;}

.sustain-kit a{ color:#AF292E;}


#product-attribute-specs-table .odd { border-bottom:2px solid #AF2822;}

.sustain-kit{ border-bottom:2px solid #AF2822;}

.std ol, .last ol, .stdui ol , .sdsds ol{ width:400px; line-height:17px;}
#product_description_1 .sdsds ol { width: auto; }
.last p.stdtty p, .stdui p, .sdsds p{ width:400px; line-height:17px;}
#product-attribute-specs-table .std ol big, .stdtty a, .stdui a{ color:#AF292E;}
.sdsds a{color:#AF292E;}

.stdtty ol{width:400px; line-height:17px;}

.stdtty{}

.box-collateral #std2{background:url(../images/remove-pill.jpg) no-repeat 472px 12px; padding-bottom:45px;}
.box-collateral #stdrevive{background:url(../images/revive-pill.jpg) no-repeat 472px  42px; padding-bottom:25px;}
.box-collateral #sustain-pill{background:url(../images/sustainampm-pill.jpg) no-repeat 490px  32px; padding-bottom:25px;}
.box-collateral #std3{ background:none; border:none; padding:15px 0px;}
.box-collateral #std3 p{ padding:10px 30px 10px 0px;}
.box-collateral #std3 p a{ color:#AF292E;}
.box-collateral #std2 ol li { margin-bottom:10px;}
.box-collateral #std2 ol li a{ width:327px;}
.box-collateral .std ol{ border:none;margin-top:0px; padding-top:30px;}
.box-collateral .std ol li{ margin-bottom:5px;}
.box-collateral .std ol li a{ width:390px;}
.box-collateral .std ol li a:hover{ color:#AF292E;}
.box-collateral ol.sus-round{ padding-top:20px;}
.one-bottom-links{ width:334px; margin-left:35px; margin-top:20px;}
.one-bottom-links strong{color:#000000; font-weight:normal;}
.one-bottom-links a{ color:#af292e;}
.box-collateral .sdsds{background:url(../images/pack-bot.jpg) no-repeat 446px 20px; }
.qustions ol{ list-style:none;  width:760px; padding:30px;}
#product_description_5 .sdsds{background:none; }
#product_description_1 .sdsds{background:none; }

#product_description_5 .sdsds .sus-round, #product_description_5 .sdsds .rem-round, #product_description_5 .sdsds .rev-round{ width:600px;}
#product_description_5 .sdsds .sus-round span, #product_description_5 .sdsds .rev-round span{ width:auto;}

.free-shipping{ padding-top:5px; padding-left:85px;}




.qustions{ padding:30px;}
.qustions .remove-final a{ font-size:18px; text-decoration:none; color:#bd5357;} 
.qustions .cleanse-final a{ font-size:18px; text-decoration:none; color:#bd5357;} 
.qustions .revive-final a{ font-size:18px; text-decoration:none; color:#da543b;} 
.image-css{ cursor:default;}
.image-css-1{ cursor:pointer; margin-left:30px; margin-top:15px;}
.qustions .cleanse-final img, .qustions .remove-final img, .qustions .revive-final img{ margin-bottom:15px;}
.qustions h1{ background-position: 0px -1819px; height:20px; background-image:url(../images/heding-sprits.jpg); background-repeat:no-repeat; text-indent:-999px;}
.image-css{ margin-left:30px; margin-top:15px;}

.qustions ol li{ float:left; width:350px; min-height:100px; margin-right:30px; overflow:hidden; }

.qustions ol li div.ans{ background:#f8f8f8; height:28px;margin-left:40px;margin-top:5px;overflow:hidden;padding-left:20px;padding-top:7px;width:130px; color:#666666;}
.qustions ol li div input{ margin-right:15px;}
.box-collateral ol li, .qustions ol li { overflow:hidden; margin-bottom:5px;}
.box-collateral ol li a, .qustions ol li a{ float:left; width:310px; padding-left:15px; font-size:13px; color:#666666; text-decoration:none;}
.qustions ol li a:hover{ color:#666666; cursor:default;}
.box-collateral ol li a:hover{ color:#cb5531;}
.box-collateral ol li big, .qustions ol li big{background-image:url(../images/heding-sprits.jpg); background-repeat:no-repeat; float:left; padding:25px 0 0 25px; margin-top:2px;}
.box-collateral ol li.a big, .qustions ol li.a big{ background-position:0px -357px; }
.box-collateral ol li.b big, .qustions ol li.b big{ background-position:-28px -357px; }
.box-collateral ol li.c big, .qustions ol li.c big{ background-position:-60px -357px; }
.box-collateral ol li.d big, .qustions ol li.d big{ background-position:-88px -357px; }
.box-collateral ol li.e big, .qustions ol li.e big{ background-position:-114px -357px; }
.qustions ol li.f big{ background-position:-141px -357px; }
.qustions ol li.g big{ background-position:-171px -357px; }
.qustions ol li.h big{ background-position:-200px -357px; }
.qustions ol li.i big{ background-position:-227px -357px; }
.qustions ol li.j big{ background-position:-257px -357px; }
.qustions ol li.k big{ background-position:-284px -357px; }
.product_read_more div.bottom-right{width:587px; float:left; margin-left:34px; padding-top:10px;}
.product_read_more ul.product_right_list{ list-style:none;}
.product_read_more ul.product_right_list a{ text-decoration:underline; color:#000000;}
.product_read_more ul.product_right_list li{ padding-left:227px;padding-bottom:45px; padding-top:5px;}
.product_read_more li.product_remove_heading{ background:url(../images/remove_product_h.jpg) no-repeat 0px -15px; }
.product_read_more li.product_revive_heading{ background:url(../images/revive_product_h.jpg) no-repeat 0px -12px;}
.product_read_more li.product_sustain_heading{ background:url(../images/sustain_product_h.jpg) no-repeat 0px 10px;}
.sap{ background:#F5F5F5; padding:0px 0px; margin:25px 0px; height:7px;}

.product_read_more big.abs-big{color:#666;display:block;font-size:13px;line-height:normal;}

.product_read_more big.abs-big a{ font-size:12px; color:#AF292E; text-transform:uppercase; text-decoration:none;}


.product_read_more big.abs-big a:hover{ text-decoration:underline;}



/* ---------------------product read moer page css end here-------------------------------------------------------------------------------------------*/

/* ---------------------drlipmanr page css start here-------------------------------------------------------------------------------------------*/

.drlipman h1.dr-name{ background-position: 0px -391px; height:22px; margin-bottom:15px; margin-top:70px;}
.drlipman h1.vision{ background-position: 0px -414px; height:30px; margin-bottom:15px;}
#dr-Lipman{ border-bottom:1px solid #cb5531; overflow:hidden;  padding-top:15px;}
.drlipman h1{ background-image:url(../images/heding-sprits.jpg); background-repeat:no-repeat; text-indent:-999px;}
#dr-Lipman h2{ font-size:40px; color:#5fa6ba; padding:15px 0px; margin:0px;}
#dr-Lipman .lipman-left{ width:224px; float:left; height:276px; }
#dr-Lipman .lipman-mid{ width:470px; float:left; padding-left:20px;}
#dr-Lipman .lipman-mid p{ padding-bottom:15px; line-height:22px; color:#848484; font-size:18px;}
#dr-Lipman .lipman-right{width:252px; float:left; padding-left:24px; padding-top:20px; text-align:center;}
#dr-Lipman .lipman-right img{ margin-top:62px;}

#dr-Lipman .book-author{ clear:both; font-size:13px; padding-top:5px; text-align:center; font-size:12px; color:#848484;}
.lipman-right p{ color:#848484; font-size:12px; text-align:left; padding-top:18px; padding-bottom:0px; padding-left:15px;}
.lipman-right p span{ color:#000000;}
#frank-vision{border-bottom:1px solid #cb5531; overflow:hidden;padding:20px 0px 5px 0px;}
#frank-vision big{ color:#848484; font-size:14px; margin-bottom:20px; line-height:20px; display:block;}
#dr-Lipman p, #frank-vision p{  line-height:17px;}
#frank-vision .frank-block-left{ width:328px; float:left;}
#frank-vision .frank-block-mid{ width:328px; float:left; margin-left:45px;}
#frank-vision .frank-block-right{ margin-left:40px;
width:248px; float:left;}
#frank-vision .frank-block-right p{ padding-top:15px;}
#frank-vision .frank-block-right small{font-size:12px; color:#000000;}
#frank-vision .frank-block-right big {color:#e05703; font-size:18px; text-transform:uppercase; margin:0px 0px 0px 0px; padding:24px 0px 0px 0px;}
/*#frank-vision .frank-block-right big a{ color:#CB5531;}*/
#frank-vision .frank-block-right small span{color:#999999;}
#frank-vision p{ font-size:13px; color:#848484; padding-bottom:20px;}

/* ---------------------drlipmanr page css end here-------------------------------------------------------------------------------------------*/


/* ---------------------press css start here-----------------------------------------------------------------------------------------------------------------*/
.press { padding:35px 0px 30px 0px;}
.press .banner{ height:310px; background:url(../images/press-banner.jpg) no-repeat 0px 0px;}
.press .banner ul{ color:#999999; margin:0px 0px 0px 305px; padding-top:155px;}
.press .banner ul li{ padding:0px 0px 5px 0px;}
.press .banner a{ color:#999999; font-size:13px;}

.press ul.top-sroties{ list-style:none; padding:10px 0px 10px 0px; border-bottom:2px solid #e1e1e1; overflow:hidden;}
.press ul.top-sroties li{ float:left; width:300px; margin-right:45px;}
.press ul.top-sroties li:last-child{ margin-right:0px;}
.press ul.top-sroties li ul { list-style:none;}
.press ul.top-sroties li ul li { float:none; margin:0px; padding:10px 0px 0px 10px;}
.all-stories small, .press ul.top-sroties li ul li small{ display:block; font-size:10px; text-transform:uppercase; color:#666666; padding-bottom:2px;}
.all-stories big, .press ul.top-sroties li ul li big{ color:#666; display:block; font-size:13px; text-transform:uppercase; line-height:14px;}
.press small a{color:#666666;}
.press big a{color:#333333;}
.press a{ text-decoration:none;}
.press a:hover{ text-decoration:underline;}
.press ul.top-sroties li ul li.story_1 { float:none; height:137px; background:#828282; cursor:pointer;}
.press ul.top-sroties li ul li.story_2 { float:none; height:54px; background:#e4e4e4; cursor:pointer;}
#Linksnew span, #Linksnew a{ font-size:15px; color:#CB5531;}
#Linksnew span{ padding:0px 7px;}
.press1 ul.all-stories, .press ul.all-stories{ width:315px; float:left; background:url(../images/left-sep.jpg) repeat-y right 0px; padding:0px 0px; list-style:none;}
.press1 ul.all-stories li, .press ul.all-stories li{ border-bottom:2px solid #f4f4f4;overflow:hidden; padding:30px 0px 30px 30px;}
.press1 ul.all-stories li img, .press ul.all-stories li img{ width:75px; height:75px; border:4px solid #666666; float:left; margin-right:15px;}
.press1 ul.all-stories small, .press ul.all-stories small{ padding-top:15px;}
.press1 ul.all-stories big, .press ul.all-stories big{ line-height:normal;}
.press1 ul.all-stories li:last-child, .press ul.all-stories li:last-child{ border:none;}

.press1 small a{color:#666666;}
.press1 big a{color:#333333;}
.press1 a{ text-decoration:none;}
.press1 { padding:10px 0px;}

/* ---------------------press css end here-----------------------------------------------------------------------------------------------------------------*/



/* ---------------------faqs css start here-----------------------------------------------------------------------------------------------------------------*/
.faqs{ padding:30px 0px;}
.faqs .aswer-area {  padding-bottom:30px;}
.faqs .aswer-area big{ color:#848484; font-size:17px; line-height:normal; font-weight:normal; display:block; line-height:24px;}

.faqs #faq-inner{ overflow:hidden;}
.faqs #faq-inner .aswer-area{ }
.faqs #faq-inner #myAccordion{ float:left; width:321px; margin-top:0px; padding-top:0px; }
.faqs #faq-inner ul.qustions-tabs li ul{ padding-right:0px; margin-right:0px; background:none; float:none; width:auto;padding-right:15px;}
.faqs #faq-inner ul.qustions-tabs li.remove-gaq-content{ border:none; background:url("../images/left-sep.jpg") repeat-y scroll right 0 transparent;}
.faqs #faq-inner ul.qustions-tabs li.cleanse-gaq-content{ border:none; background:url("../images/left-sep.jpg") repeat-y scroll right 0 transparent;}



.faqs #faq-inner h3{ font-size:16px; font-family:Helvetica Neue; margin-bottom:9px; border-top:2px solid #f5f5f5; padding-top:13px;}

.faqs #faq-inner #ff-revive-heading{ border-bottom:5px solid #f5f5f5; padding-bottom:25px;}
.faqs #faq-inner h2{ padding-top:15px; padding-bottom:15px;}

.faqs #faq-inner #ff-revive-heading h3{ border-top:0px solid #f5f5f5; padding-top:0px;}

.faqs #faq-inner #ff-cleanse h3 a, .faqs #faq-inner #ff-cleanse h3{ color:#c63e32;}
.faqs #faq-inner #ff-sustain h3 a, .faqs #faq-inner #ff-sustain h3{ color:#0066ff;}
.faqs #faq-inner #ff-revive h3 a, .faqs #faq-inner #ff-revive h3{ color:#df5703;}
.faqs #faq-inner #ff-greens h3 a, .faqs #faq-inner #ff-greens h3{ color:#00A94F;}

.faqs #faq-inner ul#ineer-ff{ list-style:circle; margin-left:20px;}
.faqs #faq-inner ul#ineer-ff li{color:#666; font-size:13px; padding-bottom:10px; line-height:17px;}

.faqs #faq-inner h1 { font-size:27px; color:#000; background:none; margin-bottom:10px; margin-top:10px;}
.faqs #faq-inner h3.firsth3{ border-top:0px solid #f5f5f5; padding-top:0px;}
.products-landing ul li #regular-price-label-3, .products-landing ul li #regular-price-label-2, .products-landing ul li #regular-price-label-1,.products-landing ul li #regular-price-label-9{ display:none;}
#shopping-cart-table h2.Cleanse, #shopping-cart-table h2.Revive, #shopping-cart-table h2.Sustain, #shopping-cart-table h2.Greens, #shopping-cart-table h2.Daily-Dose,
.products-landing ul li h2#cleanse, .products-landing ul li h2#revive, .products-landing ul li h2#sustain, .products-landing ul li h2#greens, .products-landing ul li h2#daily-dose,
.faqs h1{ text-indent:-9999px; background-repeat:no-repeat; height:35px;}
#shopping-cart-table h2.Cleanse, .products-landing ul li h2#cleanse, .faqs h1.cleanse-faq { background-image:url(../images/logo-cleanse-sm.png);}
#shopping-cart-table h2.Revive, .products-landing ul li h2#revive, .faqs h1.revive-faq { background-image:url(../images/logo-revive-sm.png);}
#shopping-cart-table h2.Sustain, .products-landing ul li h2#sustain, .faqs h1.sustain-faq { background-image:url(../images/logo-sustain-sm.png);}
#shopping-cart-table h2.Greens, .products-landing ul li h2#greens, .faqs h1.greens-faq { background-image:url(../images/logo-greens-sm.png);}
#shopping-cart-table h2.Daily-Dose, .products-landing ul li h2#daily-dose, .faqs h1.daily-dose-faq { background-image:url(../images/logo-daily-dose-sm.png);}
.faqs ul.qustions-tabs{ list-style:none;}
.faqs ul.qustions-tabs li.gaq-heading h1.cleanse-faq{background: url(../images/logo-cleanse-sm.png) left top no-repeat; display:block; height:35px; cursor:pointer;}
.faqs ul.qustions-tabs li.gaq-heading h1.revive-faq{background: url(../images/logo-revive-sm.png) left top no-repeat; display:block; height:35px; cursor:pointer;}
.faqs ul.qustions-tabs li.gaq-heading h1.sustain-faq{background: url(../images/logo-sustain-sm.png) left top no-repeat; display:block; height:35px; cursor:pointer;}
.faqs ul.qustions-tabs li.cleanse-gaq-content{ border-bottom:1px solid #cb5531; padding-bottom:10px; margin-bottom:20px;}
.faqs ul.qustions-tabs li{ overflow:hidden;}
.faqs ul.qustions-tabs li ul{ float:left; width:226px;  background:url(../images/left-sep.jpg) repeat-y right 0px; list-style:none; padding-right:60px; margin:15px 50px 0px 0px;}
.faqs ul.qustions-tabs li ul.clas-child-gaq{ margin-right:0px; background:none;}
.faqs ul h2{ height:21px; background-image:url(../images/heding-sprits.jpg); background-repeat:no-repeat; margin-bottom:18px;}
.faqs ul h2.before{ background-position:0px -729px;}
.faqs ul h2.during{ background-position:0px -755px;}
.faqs ul h2.after{ background-position:0px -781px;}
.faqs .qustion-area{ padding-top:30px;}
.faqs ul.qustions-tabs li ul a{ font-size:13px; color:#666666; display:block; margin-bottom:12px; text-decoration:none;}
.faqs ul.qustions-tabs .remove-head ul li.active a, .faqs ul.qustions-tabs .remove-head ul a:hover{ color:#c5352c;}
.faqs ul.qustions-tabs .cleanse-head ul li.active a, .faqs ul.qustions-tabs .cleanse-head ul a:hover{ color:#c5352c;}
.faqs ul.qustions-tabs .revive-head li ul li.active a, .faqs ul.qustions-tabs .revive-head ul a:hover{ color:#df5703;}
.faqs ul.qustions-tabs .sustain-head li ul li.active a, .faqs ul.qustions-tabs .sustain-head ul a:hover{ color:#0066ff;}
.faqs ul.qustions-tabs .greens-head li ul li.active a, .faqs ul.qustions-tabs .greens-head ul a:hover{ color:#00a94f;}
.faqs h3{ color:#c5352c; font-size:23px; font-family:Helvetica; margin-bottom:25px;}
.faqs p{ color:#666666; font-size:13px; padding-bottom:10px; line-height:17px;}
#myAccordion dt.myAccordionHover{background-color: #90ef30;}
#myAccordion dt.myAccordionActive{background-color: #6CAF00;}
#checkout-review-load{ padding:15px; color:#666666;}
#landing-right-new-left{ float:left; width:350px; border-right:2px solid #F5F5F5; padding-right:20px;}
#landing-right-new-right{ float:left;width:370px; padding-left:20px;}
#landing-right-new-left h6 , #landing-right-new-right h6{ font-size:16px; color:#999999; margin-top:10px;}

/* ---------------------product landing  css start here-----------------------------------------------------------------------------------------------------------------*/

.products-landing{ padding:30px 0px;}
.products-landing ul{ list-style:none; font-size:13px; width:870px; margin:25px auto 0 auto;}
.products-landing ul.first { margin-top:0px;}
.products-landing ul li{ float:left; width:256px; margin-right:50px;}

.products-landing ul li.cat_item_1 a.product-image img{ margin-left:7px;}
.products-landing ul li.cat_item_3 a.product-image img{ margin-left:7px;}

.products-landing ul li h2{ text-indent:-999px; overflow:hidden; margin-bottom:10px;}
.products-landing ul li h2.remove-pro-land{ margin-left:47px;}
.products-landing ul li h2.cleanse-pro-land{ margin-left:47px;}
.products-landing ul li h2.revive-pro-land{ margin-left:61px;}
.products-landing ul li h2.sustain-pro-land{ margin-left:45px;}
.products-landing ul li.cat_item_3{  margin-right:0px;}
.products-landing ul li h6{ color:#BABBBB; font-size:12px; display:block; text-transform:uppercase;}
.products-landing ul li p{ color:#666666; line-height:17px; padding-top:10px;}
.products-landing ul li span{ color:#999999; font-size:14px;}
.products-landing ul li big{ margin-bottom:8px; display:block;}
.products-landing ul li.cat_item_1 a{ text-decoration:underline;}
.products-landing ul li.cat_item_2 a{ text-decoration:underline;}
.products-landing ul li.cat_item_3 a{ text-decoration:underline;}
.products-landing ul li.cat_item_4 a{ text-decoration:underline;}

.products-landing ul li.cat_item_1 big a, .products-landing ul li.cat_item_1 big{ color:#c8352e;}
.products-landing ul li.cat_item_2 big a, .products-landing ul li.cat_item_2 big{ color:#0066ff;}
.products-landing ul li.cat_item_3 big a, .products-landing ul li.cat_item_3 big{ color:#00a94f;}
.products-landing ul li.cat_item_4 big a, .products-landing ul li.cat_item_3 big{ color:#fdb913;}
.products-landing ul li a.buy-now{ width:67px; height:28px; float:left; background:url(../images/heding-sprits.jpg) no-repeat 0px -971px; margin-top:20px;}
.products-landing ul li small{ display:block; float:left; color:#848484; font-size:18px; font-weight:bold; padding-right:15px; font-family:Arial, Helvetica, sans-serif; margin-top:20px;}
.products-landing .product-newletter{ padding:30px 0px 30px 240px;/* background:url(../images/rep-logo.jpg) no-repeat 58px 43px ;*/ color:#848484; font-size:15px; 
border-top:1px solid #cb5531; margin-top:40px; height:155px;}
.product-newletter .block-subscribe{ float:left; margin-left:29px; margin-top:10px; width:260px;padding:1px 10px 10px 0px;}
.product-newletter .block-title{ display:none;}
.product-newletter .block-subscribe label{ font-weight:normal; margin-bottom:5px;}
.product-newletter .block-subscribe .actions button.button span{ width:80px; height:34px; background:url(../images/submit.jpg) no-repeat 0px 0px; text-indent:-9999px; border:none; padding:0px;}
.product-newletter .block-content input#newsletter{ width:225px; margin:10px 0px 15px 0px;}


.products-landing .product-newletter p{ float:left; padding-top:15px;}
.products-landing .product-newletter p span{ color:#000000;}
.products-landing .product-newletter fieldset{ float:right; display:block; padding:0px; margin:0px; border:none; width:280px;  margin-right:29px;}
.products-landing .product-newletter input{ width:263px; padding:5px 10px; border:1px solid #d6d6d6; color:#666; margin-bottom:15px;}
.products-landing .product-newletter input.submit{ background:none; border:none; width:auto; padding:0px;}
.products-landing .product-newletter lable{ display:block;}


#mc_embed_signup{float:left;margin-left:29px;margin-top:10px;padding:1px 10px 10px 0;width:260px;}
#mc_embed_signup legend{ visibility:hidden; display:none;}
#mc_embed_signup fieldset{ margin:0px; padding:0px; width:260px;}
.mc-field-group { float:left;}
#mc_embed_signup .mc-field-group label{ visibility:hidden; display:none;}
#mc_embed_signup .mc-field-group input.email{margin:10px 0 15px;width:225px;}
#mc_embed_signup input.btn, #mc_embed_signup a.close-btn{ background:url(../images/button-buy-wide-bl.png) no-repeat scroll 0 0 transparent; border:medium none; height:27px; width:87px; float:left; color: white; text-transform: uppercase; line-height: 27px; text-align: center; font-size: 14px;}
#mc_embed_signup #mce-success-response{ font-size:12px; color:#00CC33; padding-bottom:5px;}
#mc_embed_signup .mce_inline_error{font-size:12px; color:#ff0000;padding-bottom:5px;}



/* ---------------------pricay  and ter of condition page css -----------------------------------------------------------------------------------------------------------------*/


.footer-content-pages{ color:#666666; padding:20px 0px; font-size:13px;}	
.footer-content-pages h2{ padding-bottom:15px;}
.footer-content-pages p{ padding-bottom:10px;}
.footer-content-pages a{ color:#000; text-decoration:underline;}	
.footer-content-pages strong{ font-weight:normal; padding:10px 0px; display:block; color:#666666; font-size:15px;}


.footer-content-pages ol{ list-style:decimal; margin-left:30px;}
.footer-content-pages ol li{ padding:2px;}



/* ----------------------start footer css----------------------*/
#footer {
	width: 1005px;
	height: 230px;
	background:url(../images/background-footer.png) left top no-repeat;
	margin: 10px 0 0 0;
	color: white;
}
#footer a {
	color: white;
	 text-decoration:none;
}

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

#footer ul {
	list-style-type: none;
	margin: 0 0 8px 0;
	padding: 0;
}
#footer li {
	list-style-type: none;
	margin: 0 0 3px 0;
	padding: 0;
	font-size: 11px;
	line-height: 13px;
}
#footer h5 {
	text-transform: uppercase;
	margin: 0 0 8px 0;
	font-size: 12px;
	 color:#FFF;
	font-weight: bold;
}
#footer .separator-bg{
    background:url(../images/f-sep.jpg) no-repeat right top;
    min-height: 204px;
}

#footer #foot-col1 {
	display: inline;
	float: left;
	width: 115px;
	margin: 20px 0px 20px 18px;
}
#footer #foot-col2 {
	display: inline;
	float: left;
	width: 250px;
	margin: 20px 15px 20px 15px;
}
#footer #foot-col2 .col1 {
	display: inline;
	float: left;
	width: 124px;
	margin: 0;
}
#footer #foot-col2 .col2 {
	display: inline;
	float: left;
	width: 108px;
	margin: 0 0 0 15px;
}
#footer #foot-col3 {
	display: inline;
	float: left;
	width: 110px;
	margin: 20px 10px;
}
#footer #foot-col6 {
	display: inline;
	float: left;
	width: 85px;
	margin: 20px 10px;
}
#footer #foot-col4 {
	display: inline;
	float: left;
	width: 125px;
	margin: 20px 15px 20px 15px;
}
#footer #foot-col5 {
	display: inline;
	float: left;
	width: 150px;
	margin: 20px 15px 20px 15px;
}
#footer li.how-it-works { position: relative; }
#footer ul li ul {
	display: none;
	width: 94px;
	height: 49px;
	padding: 4px 0px 2px 0px;
	background: transparent url(../images/background-footer-drop.png) left top no-repeat;
	overflow: hidden;
	position: absolute;
	left: 0;
}
#footer ul li:hover ul {
	display: block;
}
#footer ul li ul li a {
	padding: 0 0 0 20px;
	background: transparent url(../images/icon-right-arrow.png) 10px -17px no-repeat;
	color: #DA521F;
	text-transform: uppercase;
}
#footer ul li ul li a:hover, #footer ul li ul li a:active, #footer ul li ul li a:focus {
	background-position: 10px -37px;
	color: #942f09;
}

#copyright{ text-align: center; margin-bottom: 20px;}

/* -------------------- start column layout */
ul.terms-dot{ list-style:disc; padding-left:20px; margin-left:10px;}

.col1-layout fieldset{ border:0px; margin:0px; padding:0px;}

/* Base Columns */
.col-left { float:left; width:225px; padding:0 0 1px; }


.col-main { float:left; width:724px; padding:0 0 1px; }
.col-right { float:right; width:231px; padding:35px 0px 0px 0px; }

/* 1 Column Layout */
.col1-layout .col-main { float:none; width:auto; }

/* 2 Columns Layout */
.col2-left-layout .col-main { float:right; }
.col2-right-layout .col-main { background:url("../images/left-sep.jpg") repeat-y  right 0; padding-right:20px;}

/* 3 Columns Layout */
.col3-layout .col-main { width:475px; margin-left:17px; }
.col3-layout .col-wrapper { float:left; width:687px; }
.col3-layout .col-wrapper .col-main { float:right; }

/* Content Columns */
.col2-set .col-1 { float:left; width:45.5%; }
.col2-set .col-2 { float:left; width:45.5%; }
.col2-set .col-narrow { width:32%; }
.col2-set .col-wide { width:65%; }

.col3-set .col-1 { float:left; width:32%; }
.col3-set .col-2 { float:left; width:32%; margin-left:2%; }
.col3-set .col-3 { float:right; width:32%; }

.col4-set .col-1 { float:left; width:23.5%; }
.col4-set .col-2 { float:left; width:23.5%; margin:0 2%; }
.col4-set .col-3 { float:left; width:23.5%; }
.col4-set .col-4 { float:right; width:23.5%; }
/* ======================================================================================= */


/* Global Styles ========================================================================= */
/* Form Elements */
input,select,textarea,button { font:12px/15px Arial, Helvetica, sans-serif; vertical-align:middle; color:#2f2f2f; }
input.input-text,select,textarea { background:#fff; border:1px solid #b6b6b6; }
input.input-text,textarea { padding:2px; }
select { padding:1px; }
select option { padding-right:10px; }
select.multiselect option { border-bottom:1px solid #b6b6b6; padding:2px 5px; }
select.multiselect option:last-child { border-bottom:0; }
textarea { overflow:auto; }
input.radio { margin-right:3px; }
input.checkbox { margin-right:3px; }
input.qty { width:2.5em !important; }
button.button::-moz-focus-inner { padding:0; border:0; } /* FF Fix */
button.button { -webkit-border-fit:lines; } /* <- Safari & Google Chrome Fix */
button.button { overflow:visible; width:auto; border:0; padding:0; margin:0; background:transparent; cursor:pointer;}
button.button span { display:block; height:20px; border:1px solid #702b02; background:#af350c; padding:0 8px; font:bold 12px/19px Arial, Helvetica, sans-serif; text-align:center; white-space:nowrap; color:#fff; }
button.button span span { border:0; padding:0; }
button.disabled span { border-color:#bbb !important; background:#bbb !important; }

.add-to-box button.button span{ border:none;}

.add-to-box button.button span { 
	display:block; 
	padding:0px 0px 0px 0px; 
	border:none; 
	background: #05B1F5 url("../images//button-buy-107-bl.png") no-repeat left top;
	width:107px;
	height:27px;
	font-weight: normal;
	line-height: 27px;
	text-transform: uppercase;
}
.item .actions button.button span { display:block; padding:0px 0px 0px 0px; border:none; background:url("../images/heding-sprits.jpg") no-repeat scroll 0 -1077px transparent;  width:84px; height:27px; text-indent:-9999px; }

.product-shop #Remove{ margin-top:59px;}
.product-shop #Revive{ margin-top:53px;}
.product-shop #Sustain{ margin-top:14px;}
.product-shop #Greens{ margin-top:18px;}



.checkout-types button.button span { display:block; padding:0px 0px 0px 0px; border:none; background:url("../images/heding-sprits.jpg") no-repeat scroll -234px -1093px transparent;  width:178px; height:32px; text-indent:-9999px; }



#shopping-cart-table button.btn-continue span { }

#shopping-cart-table button.btn-update{ margin-left:5px; float:left}
#shopping-cart-table button.btn-update span {display:block; }

.buttons-set button.button span {display:block; background:#AF350C; color:#ffffff;}
.buttons-set button.button{}

#shipping-zip-form .buttons-set button.button span {display:block; padding:0px 0px 0px 0px; border:none; height:20px; background:#d0d1d4; color:#56585a}

#shipping-zip-form .buttons-set button.button{ border:1px solid #56585a; padding:0px 5px; background:#d0d1d4;}
button.btn-checkout span { height:40px; border:0; background:url(../images/btn_checkout.gif) 0 0 no-repeat; padding:0 0 0 9px; font:bold 15px/40px Arial, Helvetica, sans-serif; color:#fff; }
button.btn-checkout span span { background-position:100% 0; padding:0 25px 0 16px; }
button.btn-checkout.no-checkout span { background-position:0 100%; color:#b8baba; }
button.btn-checkout.no-checkout span span { background-position:100% 100%; }

p.control input.checkbox,
p.control input.radio { margin-right:6px; }
/* Form Highlight */
input.input-text:focus,select:focus,textarea:focus { background-color:#edf7fd; }
/*.highlight { background:#efefef; }*/

/* Form lists */
/* Grouped fields */
/*.form-list { width:535px; margin:0 auto; overflow:hidden; }*/

.form-list li { margin:0 0 8px; }
.form-list label { float:left; color:#666; position:relative; z-index:0; margin-bottom:2px; font-size:13px; }
.form-list label.required {}
.form-list label.required em { float:right; font-style:normal; color:#eb340a; position:absolute; top:0; right:-8px; }
.form-list li.control label { float:none; }
.form-list li.control input.radio,
.form-list li.control input.checkbox { margin-right:6px; }
.form-list li.control .input-box { clear:none; display:inline; width:auto; }
/*.form-list li.fields { margin-right:-15px; }*/
.form-list .input-box { display:block; clear:both; width:260px; }
.form-list .field { float:left; width:275px; }
.form-list input.input-text { width:254px; }
.form-list textarea { width:254px; height:10em; }
.form-list select { width:260px; }
.form-list li.wide .input-box { width:535px; }
.form-list li.wide input.input-text { width:529px; }
.form-list li.wide textarea { width:529px; }
.form-list li.wide select { width:535px; }
.form-list li.additional-row { border-top:1px solid #ccc; margin-top:10px; padding-top:7px; }
.form-list li.additional-row .btn-remove { float:right; margin:5px 0 0; }
.form-list .input-range input.input-text { width:74px; }
/* Customer */
.form-list .customer-name-prefix .input-box,
.form-list .customer-name-suffix .input-box,
.form-list .customer-name-prefix-suffix .input-box,
.form-list .customer-name-prefix-middlename .input-box,
.form-list .customer-name-middlename-suffix .input-box,
.form-list .customer-name-prefix-middlename-suffix .input-box { width:auto; }

.form-list .name-prefix { width:65px; }
.form-list .name-prefix select { width:55px; }
.form-list .name-prefix input.input-text { width:49px; }

.form-list .name-suffix { width:65px; }
.form-list .name-suffix select { width:55px; }
.form-list .name-suffix input.input-text { width:49px; }

.form-list .name-middlename { width:70px; }
.form-list .name-middlename input.input-text { width:49px; }

.form-list .customer-name-prefix-middlename-suffix .name-firstname,
.form-list .customer-name-prefix-middlename .name-firstname { width:140px; }
.form-list .customer-name-prefix-middlename-suffix .name-firstname input.input-text,
.form-list .customer-name-prefix-middlename .name-firstname input.input-text { width:124px; }
.form-list .customer-name-prefix-middlename-suffix .name-lastname { width:205px; }
.form-list .customer-name-prefix-middlename-suffix .name-lastname input.input-text { width:189px; }

.form-list .customer-name-prefix-suffix .name-firstname { width:210px; }
.form-list .customer-name-prefix-suffix .name-lastname { width:205px; }
.form-list .customer-name-prefix-suffix .name-firstname input.input-text,
.form-list .customer-name-prefix-suffix .name-lastname input.input-text { width:189px; }

.form-list .customer-name-prefix-suffix .name-firstname { width:210px; }
.form-list .customer-name-prefix-suffix .name-lastname { width:205px; }
.form-list .customer-name-prefix-suffix .name-firstname input.input-text,
.form-list .customer-name-prefix-suffix .name-lastname input.input-text { width:189px; }

.form-list .customer-name-prefix .name-firstname,
.form-list .customer-name-middlename .name-firstname { width:210px; }

.form-list .customer-name-suffix .name-lastname,
.form-list .customer-name-middlename .name-firstname,
.form-list .customer-name-middlename-suffix .name-firstname,
.form-list .customer-name-middlename-suffix .name-lastname { width:205px; }

.form-list .customer-name-prefix .name-firstname input.input-text,
.form-list .customer-name-suffix .name-lastname input.input-text,
.form-list .customer-name-middlename .name-firstname input.input-text,
.form-list .customer-name-middlename-suffix .name-firstname input.input-text,
.form-list .customer-name-middlename-suffix .name-lastname input.input-text { width:189px; }

.form-list .customer-dob .dob-month,
.form-list .customer-dob .dob-day,
.form-list .customer-dob .dob-year { float:left; width:85px; }
.form-list .customer-dob input.input-text { display:block; width:74px; }
.form-list .customer-dob label { font-size:10px; font-weight:normal; color:#888; }
.form-list .customer-dob .dob-day,
.form-list .customer-dob .dob-month { width:60px; }
.form-list .customer-dob .dob-day input.input-text,
.form-list .customer-dob .dob-month input.input-text { width:46px; }
.form-list .customer-dob .dob-year { width:140px; }
.form-list .customer-dob .dob-year input.input-text { width:134px; }

/* Independent fields */
/*.form-list li { margin:0 0 8px; }
.form-list li.fields { margin:0; }
.form-list .field { display:block; margin:0 0 8px; }
.form-list li.control {}
.form-list label { float:left; width:150px; padding:2px 10px 0 0; text-align:right; }
.form-list label.required { font-weight:bold; }
.form-list label.required em { font-variant:normal; color:#eb340a; margin-right:3px; }
.form-list .input-box { float:left; width:260px; }
.form-list input.input-text,
.form-list textarea { width:254px; }
.form-list select { width:260px; }
.form-list li.additional-row { border-top:1px solid #ddd; margin-top:10px; }
.form-list li.additional-row .btn-remove { float:right; margin:5px 5px 0 0; }
.form-list .input-range input.input-text { width:96px; }*/
/* Customer */
/*.form-list .customer-dob .dob-month,
.form-list .customer-dob .dob-day,
.form-list .customer-dob .dob-year { float:left; width:85px; }
.form-list .customer-dob input.input-text { display:block; width:74px; }
.form-list .customer-dob label { font-size:11px; font-weight:normal; color:#777; text-align:left; }
.form-list .customer-dob .dob-day,
.form-list .customer-dob .dob-month { width:60px; }
.form-list .customer-dob .dob-day input.input-text,
.form-list .customer-dob .dob-month input.input-text { width:46px; }
.form-list .customer-dob .dob-year { width:140px; }
.form-list .customer-dob .dob-year input.input-text { width:134px; }*/

.buttons-set {  text-align:right; padding-bottom:45px; }
.buttons-set p.required { margin:0 0 10px;color:#666666; }
.buttons-set .back-link { float:left; margin:0; }
.buttons-set button.button { float:left; margin-left:5px; }
p.back-link a { color:#666666; text-decoration:underline;}
.buttons-set-order { margin:10px 0 0; }
.buttons-set-order .please-wait { padding:12px 7px 0 0; }

.fieldset {padding:22px 25px 0px 0px; margin:28px 0; }
.fieldset .legend { float:left;font-size:16px; color:#666666; margin:-33px 0 0 -10px; padding:0 8px; position:relative; }
#form-validate ,#form-validate .fieldset p{color:#666666;}

/* Form Validation */
.validation-advice { clear:both; min-height:13px; margin:3px 0 0; padding-left:17px; font-size:11px;  line-height:13px; background:url(../images/validation_advice_bg.gif) 2px 0 no-repeat; color:#eb340a; }
.validation-failed { border:1px dashed #eb340a !important; background:#faebe7 !important; }
.validation-passed {}
p.required { font-size:11px; text-align:left; /*color:#000;*/ }
/* Expiration date and CVV number validation fix */
.v-fix { float:left; }
.v-fix .validation-advice { display:block; width:12em; margin-right:-12em; position:relative; }

/* Global Messages  */
.success { color:#3d6611; font-weight:bold; }
.error { color:#df280a; font-weight:bold; }
.notice { color:#e26703; }

.messages,
.messages ul { list-style:none !important; margin:0 !important; padding:0 !important; }
.messages { width:100%; overflow:hidden; }
.messages li { margin:0 0 10px !important; }
.messages li li { margin:0 0 3px !important; }
.error-msg,
.success-msg,
.note-msg,
.notice-msg { border-style:solid !important; border-width:1px !important; background-position:10px 9px !important; background-repeat:no-repeat !important; min-height:24px !important; padding:8px 8px 8px 32px !important; font-size:12px !important;  }
.error-msg { border-color:#f16048; background-color:#faebe7; background-image:url(../images/i_msg-error.gif); color:#df280a; }
.success-msg { border-color:#446423; background-color:#eff5ea; background-image:url(../images/i_msg-success.gif); color:#3d6611; }
.note-msg,
.notice-msg { border-color:#fcd344; background-color:#fafaec; background-image:url(../images/i_msg-note.gif); color:#3d6611; }

/* BreadCrumbs */
.breadcrumbs { font-size:13px; line-height:1.25; margin:20px 0px 0px 0px; color:#666666; }
.breadcrumbs a{ color:#000000;text-decoration:underline;}
.breadcrumbs li { display:inline; }
.breadcrumbs li strong { font-weight:normal; text-decoration:none; }

/* Page Heading */
.page-title { width:100%; overflow:hidden;  margin:0 0 15px; }
.page-title h1,
.page-title h2 { margin:0; font-size:17px; color:#666666; }
.page-title .separator { margin:0 3px; }
.page-title .link-rss { float:right; margin:7px 0 0; }
.title-buttons { text-align:right; }
.title-buttons h1,
.title-buttons h2,
.title-buttons h3,
.title-buttons h4,
.title-buttons h5,
.title-buttons h6 { float:left; }

.subtitle { clear:both; padding:15px 0 0; font-size:15px; font-weight:bold; margin:0 0 6px; color:#e25203; }

/* Pager */
.pager { font-size:11px; padding:4px 8px; text-align:center; }
.pager strong {font-weight:normal;}

.pager .amount { float:left; margin:0; }
.pager .limiter { float:right; }
.pager .limiter label { vertical-align:middle; }
.pager .limiter select { padding:0; margin:0 0 1px; vertical-align:middle; }
.pager .pages { margin:0 140px; }
.pager .pages ol { display:inline; }
.pager .pages li { display:inline; margin:0 2px; }
.pager .pages li a{ color:#000000;}
.pager .pages .current { text-decoration:underline; color:#000000;}
.f-right{ padding-bottom:0px; color:#000000; font-size:13px; text-decoration:underline;}
#my-orders-table{ margin-top:10px;}
.generic-box{ font-size:13px; color:#666666; padding-bottom:15px; border-bottom:2px solid #f4f4f4;}

/* Sorter */
.sorter { font-size:11px; background:#fff url(../images/bkg_toolbar.gif) 0 100% repeat-x; padding:3px 8px; border-top:1px solid #e2e2e2; }
.sorter .view-mode { float:left; margin:0; }
.sorter .sort-by { float:right; padding-right:36px; }
.sorter .sort-by label { vertical-align:middle; }
.sorter .sort-by select { padding:0; margin:0 0 1px; vertical-align:middle; }
.sorter .link-feed {}

/* Toolbar */
.toolbar {}
.toolbar .pager { padding:3px 8px; border-bottom:1px solid #fff; }
.toolbar .sorter { border-bottom:1px solid #fff; }
.toolbar-bottom {}

/* Data Table */
.data-table { width:100%; }

#shopping-cart-table{ border:1px solid #F5F5F5; width:100%;}
.data-table .odd  { }
.data-table .even { }
/*.data-table tr.odd:hover,
.data-table tr.even:hover { background:#ebf1f6; }*/
.data-table td.last,
.data-table th.last { border-right:0; }
.data-table tr.last th,
.data-table tr.last td { }
.data-table th {}
.data-table td { }


.data-table thead th , .data-table  td {padding:4px 8px;}
.data-table thead th {font-family:Helvetica;
font-size:14px;  white-space:nowrap; vertical-align:middle; background:url("../images/th_bg.jpg") no-repeat scroll right 0 transparent; line-height:normal; font-weight:normal; }
.data-table thead th.wrap { white-space:normal; }
.data-table thead th a,
.data-table thead th a:hover { color:#fff; }
.data-table thead th { border-bottom: 1px solid #f5f5f5; }

.data-table thead th .tax-flag { font-size:11px; white-space:nowrap; }

.data-table tfoot {  }
.data-table tfoot tr.first { }
.data-table tfoot tr {  }
.data-table tfoot td {  }
.data-table tfoot strong {  }

.data-table tbody th,
.data-table tbody td { }
.data-table tbody td a {}

color:#464343;
font-size:14px;
/* Bundle products tables */
.data-table tbody.odd tr { background:#f8f7f5 !important; }
.data-table tbody.even tr { background:#f6f6f6 !important; }
.data-table tbody.odd tr td,
.data-table tbody.even tr td { border-bottom:0; }
.data-table tbody.odd tr.border td,
.data-table tbody.even tr.border td { border-bottom:1px solid #d9dde3; }

.data-table tbody td .option-label { font-weight:bold; font-style:italic; }
.data-table tbody td .option-value { padding-left:10px; }

/* Tax Details Row */
tr.tax-total { cursor:pointer; }
tr.tax-total td {}
tr.tax-total .tax-collapse { float:right; text-align:right; padding-left:20px; background:url(../images/bkg_collapse.gif) 0 5px no-repeat; cursor:pointer; }
tr.show-details .tax-collapse { background-position:0 -52px; }
tr.show-details td {}
tr.tax-details td { font-size:11px; background-color:#dae1e4; color:#626465; }
tr.tax-details-first td { border-top:1px solid #d2d8db; }

/* Shopping cart tax info */
.cart-tax-info { display:block; }
.cart-tax-info,
.cart-tax-info .cart-price { padding-right:20px; }
.cart-tax-total { display:block; padding-right:20px; background:url(../images/bkg_collapse.gif) 100% 5px no-repeat; cursor:pointer; }
.cart-tax-info .price,
.cart-tax-total .price { display:inline !important; font-weight:normal !important; }
.cart-tax-total-expanded { background-position:100% -52px; }

/* Class: std - styles for admin-controlled content */
.std .subtitle { padding:0; }
.std ol.ol { list-style:decimal outside; padding-left:1.5em; }
.std ul.disc { margin:0 0 10px; }
.std ul.disc { list-style:disc outside; padding-left:18px; }
.std dl dt { font-weight:bold; }
.std dl dd { margin:0 0 10px; }
.takeme{ display:block;font-size:16px; color:#999999; width:84px; height:32px; background:url(../images/lrn-more.jpg) no-repeat 0px 0px; text-indent:-999px; overflow:hidden; margin-top:15px; margin-left:108px; cursor:pointer;}
/*.std ul,
.std ol,
.std dl,
.std p,
.std address,
.std blockquote { margin:0 0 1em; padding:0; }
.std ul { list-style:disc outside; padding-left:1.5em; }
.std ol { list-style:decimal outside; padding-left:1.5em; }
.std ul ul { list-style-type:circle; }
.std ul ul,
.std ol ol,
.std ul ol,
.std ol ul { margin:.5em 0; }
.std dt { font-weight:bold; }
.std dd { padding:0 0 0 1.5em; }
.std blockquote { font-style:italic; padding:0 0 0 1.5em; }
.std address { font-style:normal; }
.std b,
.std strong { font-weight:bold; }
.std i,
.std em { font-style:italic; }*/

/* Misc */
.links li { display:inline; }
.links li.first { padding-left:0 !important; }
.links li.last { background:none !important; padding-right:0 !important; }

.link-cart { color:#dc6809 !important; font-weight:bold; }
.link-wishlist { color:#dc6809 !important; font-weight:bold; }

.link-compare { font-weight:bold; }
.link-print { /*background:url(../images/i_print.gif) 0 2px no-repeat; padding:2px 0 2px 25px;*/ }
.title-buttons a{ color:#000000; font-size:13px; text-decoration:underline;}
.link-rss { background:url(../images/i_rss.gif) 0 2px no-repeat; padding-left:18px; line-height:14px; white-space:nowrap; }
.btn-remove { display:block; width:11px; height:11px; font-size:0; line-height:0; background:url(../images/btn_remove.gif) 0 0 no-repeat; text-indent:-999em; overflow:hidden; }
.btn-remove2 { display:block; width:16px; height:16px; font-size:0; line-height:0; background:url(../images/btn_trash.gif) 0 0 no-repeat; text-indent:-999em; overflow:hidden; }

.separator { margin:0 3px; }

.divider { clear:both; display:block; font-size:0; line-height:0; height:1px; margin:10px 0; background:url(../images/bkg_divider1.gif) 0 50% repeat-x; text-indent:-999em; overflow:hidden; }

/* Noscript Notice */
.noscript { border:1px solid #ddd; border-width:0 0 1px; background:#ffff90; font-size:12px; line-height:1.25; text-align:center; color:#2f2f2f; }
.noscript .noscript-inner { width:950px; margin:0 auto; padding:12px 0 12px; background:url(../images/i_notice.gif) 20px 50% no-repeat; }
.noscript p { margin:0; }

/* Demo Notice */
.demo-notice { margin:0; padding:6px 10px; background:#d75f07; font-size:12px; line-height:1.15; text-align:center; color:#fff; }
/* ======================================================================================= */


/* Header ================================================================================ */
.logo { float:left; }
.header-container { border-top:5px solid #0d2131; border-bottom:1px solid #415966; background:url(../images/bkg_header.jpg) 50% 0 repeat; }
.header { width:930px; margin:0 auto; padding:10px; text-align:right; position:relative; z-index:10; }
.header .logo { float:left; margin:3px 0 10px 12px; text-decoration:none !important; }
.header .logo strong { position:absolute; top:-999em; left:-999em; width:0; height:0; font-size:0; line-height:0; text-indent:-999em; overflow:hidden; }
.header h1.logo { margin:0; }
.header .quick-access { float:right; width:600px; padding:28px 10px 0 0; }
.header .welcome-msg { margin:0; color:#fff; text-align:right; }
.header .form-search { position:absolute; top:0; right:29px; width:315px; height:30px; background:url(../images/bkg_form-search.gif) 0 0 no-repeat; padding:1px 0 0 16px; }
.header .form-search label { float:left; width:24px; height:21px; text-align:left; text-indent:-999em; overflow:hidden; }
.header .form-search input.input-text { float:left; border-color:#5c7989; width:209px; margin-right:4px; }
.header .form-search button.button { float:left; }
.header .form-search button.button span { border:0; height:21px; background:url(../images/btn_search.gif) 0 0 no-repeat; padding:0 0 0 3px; font:bold 11px/21px Tahoma, Verdana, Arial, sans-serif; }
.header .form-search button.button span span { background-position:100% 0; padding:0 6px 0 3px; }
.header .form-search .search-autocomplete { z-index:999; left:40px !important; top:22px !important; }
.header .form-search .search-autocomplete ul { border:1px solid #5c7989; background-color:#f9f5f0; }
.header .form-search .search-autocomplete li { text-align:left; border-bottom:1px solid #f4eee7; padding:2px 8px 1px 8px; cursor:pointer; }
.header .form-search .search-autocomplete li .amount { float:right; font-weight:bold; }
.header .form-search .search-autocomplete li.odd { background-color:#fffefb; }
.header .form-search .search-autocomplete li.selected { background-color:#f7e8dd; }
.header .form-language { clear:both; padding:5px 0 0; text-align:right; }
.header .form-language label { font-weight:bold; padding-right:5px; color:#a7c6dd; vertical-align:middle; }
.header .form-language select { padding:0; }
.header .form-language select.flags option { background-position:4px 50%; background-repeat:no-repeat; padding-left:25px; }
.header .links { float:right; margin:0 0 6px; }
.header .links li { float:left; font-size:11px; background:url(../images/bkg_pipe1.gif) 100% 60% no-repeat; padding:0 8px 0 7px; }
.header .links a { color:#ebbc58; }
.header-container .top-container { clear:both; padding:5px 10px 0 12px; text-align:right; }
.header-container .top-container a { font-size:11px; color:#ebbc58; }
/* ======================================================================================= */


/* Sidebar =============================================================================== */
.block { margin:0 0 15px; }
.block .block-title {  }
.block .block-title strong { display:block; font:bold 12px/16px Arial, Helvetica, sans-serif; min-height:16px; padding:1px 0 1px; text-transform:uppercase; color:#666; }
.block .block-title strong span {}
.block .block-title a { text-decoration:none !important; }
.block .block-subtitle { }
.block .block-subtitle a{ color:#000000;}
.block .block-content {}
.block .block-content li.item { padding:7px 9px; }
.block .btn-remove { float:right; margin:1px 0 2px 5px; }
.block .actions {  padding:6px 0px; text-align:left; }
.block .actions a { float:left; }
.block .actions button.button { float:left; }
.block .empty { }



/* Mini Blocks */
.block-cart,
.block-wishlist,
.block-subscribe,
.block-compare,
.block-reorder,
.block-poll,
.block-viewed,
.block-compared,
.block-related,
.block-tags,
.block-login { font-size:13px; line-height:1.25; color:#666666; }
.block-cart .block-title strong,
.block-wishlist .block-title strong,
.block-subscribe .block-title strong,
.block-compare .block-title strong,
.block-reorder .block-title strong,
.block-poll .block-title strong,
.block-viewed .block-title strong,
.block-compared .block-title strong,
.block-related .block-title strong,
.block-tags .block-title strong,
.block-login .block-title strong {  background-position:0 0; background-repeat:no-repeat; padding-left:21px; }

/* Mini Products List */
.mini-products-list .product-image {float:left; width:50px; border:1px solid #a9a9a9; padding: 4px 2px 0 2px;}
.mini-products-list .product-details {margin-left:60px; }

/* Block: Account */
.block-account {border-color:#bbb; padding:25px 0px 0px 0px;}
.block-account .block-title { color:#000000; border:0; padding:3px 10px; }
.col-left .block-account .block-title { background:url(../images/heding-sprits.jpg) no-repeat 0px -1259px; text-indent:9999px; overflow:hidden; height:21px; display:block; margin-bottom:5px;}
.dashboard{ padding:0px 0px 25px 0px;}

#turbo_tickets{ padding:10px;}

.block-subscribe .block-title strong {
color:#666666;
font-size:16px;
font-weight:normal;
margin:0;
padding:0;
text-transform:capitalize;}
.dashboard .page-title{ margin:0px;}

.dashboard h1{ background:url(../images/heding-sprits.jpg) no-repeat 0px -1289px; text-indent:9999px; overflow:hidden; height:25px; display:block; margin-bottom:15px;}
#address_book h1{ background:url(../images/heding-sprits.jpg) no-repeat 0px -1537px; text-indent:9999px; overflow:hidden; height:25px; display:block;float:left; width:300px;}
#address_book{ margin:3px 0px 15px 0px;}
#account_info h1{ background:url(../images/heding-sprits.jpg) no-repeat 0px -1322px ; text-indent:9999px; overflow:hidden; height:25px; display:block; margin-bottom:0px; margin-top:0px;}
#order_info h1{ background:url(../images/heding-sprits.jpg) no-repeat 0px -1382px  ; text-indent:9999px; overflow:hidden; height:27px; display:block; margin-bottom:0px; }
#review_info h1{ background:url(../images/heding-sprits.jpg) no-repeat 0px -1413px  ; text-indent:9999px; overflow:hidden; height:27px; display:block; margin-bottom:0px; margin-top:25px;}
#wishlist_info h1{ background:url(../images/heding-sprits.jpg) no-repeat 0px -1441px  ; text-indent:9999px; overflow:hidden; height:27px; display:block; margin-bottom:0px; margin-top:25px;}
#newsletter_info h1{ background:url(../images/heding-sprits.jpg) no-repeat 0px -1471px   ; text-indent:9999px; overflow:hidden; height:27px; display:block; margin-bottom:0px; margin-top:25px;}
#downloadable_product_info h1{background:url(../images/heding-sprits.jpg) no-repeat 0px -1505px    ; text-indent:9999px; overflow:hidden; height:27px; display:block; margin-bottom:0px; margin-top:25px;}
#Add_New_Address h1{ background:url(../images/heding-sprits.jpg) no-repeat 0px -1352px; text-indent:9999px; overflow:hidden; height:27px; display:block; margin-bottom:0px;}
.col-left .block-account .block-title span { display:none;}
.block-account .block-title strong { font-size:13px; color:#fff; }
.block-account .block-content { }
.block-account .block-content li a { display:block; border-bottom:3px solid #F4F4F4; padding:3px 0 5px 0px; color:#5f5d5c; text-decoration:none !important; }
.block-account .block-content li { font-size:15px;}
.block-account .block-content li a:hover { color:#cb5531; }
.welcome-msg p.hello{ font-size:17px; color:#000000; padding:0px;}
.welcome-msg p.hello strong { font-weight:normal;}
.welcome-msg p{ font-size:13px; color:#666666; padding:10px 0px; line-height:normal;}
.block-account .block-content li.last a { border-bottom:0; }
.block-account .block-content li.current { color:#CB5531; border-bottom:3px solid #F4F4F4; font-weight:normal; padding:3px 0 5px 0px; }
.block-account .block-content li.current strong{ font-weight:normal;}
.block-account .block-content li.current.last { border-bottom:0; }
#checkout_id h1{background:url("../images/heding-sprits.jpg") no-repeat scroll 0 -1198px transparent;display:block;height:30px;margin-bottom:5px;overflow:hidden;text-indent:9999px;}
#checkout-progress-wrapper .block-title{background:url("../images/heding-sprits.jpg") no-repeat scroll 0 -1225px transparent;display:block;height:30px;margin-bottom:5px;overflow:hidden;text-indent:9999px; margin-bottom:10px; margin-top:5px;}
#checkout-progress-wrapper .block-title strong { display:none;}
/* Block: Currency Switcher */
.block-currency { border:0; background:url(../images/bkg_block-currency.gif) 0 0 no-repeat; padding:7px 12px 10px; height:51px; }
.block-currency .block-title { background:none; border:0; padding:0; margin:0 0 5px; }
.block-currency .block-title strong { font:bold 13px/21px Arial, Helvetica, sans-serif; background:url(../images/i_block-currency.gif) 0 50% no-repeat; padding:0 0 0 21px; text-transform:none; color:#fff; }
.block-currency .block-content { background:none; padding:0; }
.block-currency .block-content select {width:100%; padding:0; }

/* Block: Layered Navigation */
.block-layered-nav { border:0; }
.block-layered-nav .block-title {border:0; padding:0; height:24px; background:url(../images/bkg_block-layered-title.gif) 0 0 no-repeat; text-indent:-999em; overflow:hidden; }
.block-layered-nav .block-subtitle {line-height:1.35; background:#d5e8ff url(../images/bkg_block-layered1.gif) 0 50% repeat; padding:3px 9px; border:1px solid #b9ccdd; border-width:1px 0; text-transform:uppercase; color:#1f5070;}
.block-layered-nav .block-content {border:1px solid #a0b3c3; background:#e7f1f4; }
.block-layered-nav dt { background:url(../images/bkg_block-layered-dt.gif) 9px 11px no-repeat; padding:7px 10px 0 28px; font-weight:bold; text-transform:uppercase; }
.block-layered-nav dd { padding:0 12px 12px; background:url(../images/bkg_block-layered-dd.gif) 0 100% repeat-x; }
.block-layered-nav dd.last { background:none; }
.block-layered-nav .currently li { background:#fff url(../images/bkg_block-layered-li.gif) 0 100% repeat-x; padding:4px 6px 4px 10px; }
.block-layered-nav .currently .label { font-weight:bold; padding-left:18px; background:url(../images/bkg_block-layered-label.gif) 0 3px no-repeat; text-transform:uppercase; }
.block-layered-nav .currently .btn-remove { margin:3px 0 0; }
.block-layered-nav .actions { font-size:11px; padding:4px 9px; background:#cad6e4; border:1px solid #dee5e8; border-width:1px 0; text-align:right; }
.block-layered-nav .actions a { float:none; }
#my-orders-table{ border:1px solid #F5F5F5; color:#666666; margin-bottom:15px;}
#my-orders-table a{ text-decoration:underline; color:#000000;}
#my-orders-table td{ border:1px solid #F5F5F5; padding:5px;}
#my-orders-table .nobr{  display:block;}


/* Block: Cart */
.block-cart .block-title { margin-bottom:20px;}
.block-cart .block-title strong { padding:0px; margin:0px; font-weight:normal; font-size:18px; color:#AF292E; text-transform:capitalize; font-family:"helvetica";  }
.block-cart .summary { margin:-1px 0 0; position:relative; z-index:1; }
.block-cart .amount { margin:0; }
.block-cart .amount a {color:#000000; font-family:Arial, Helvetica, sans-serif; }
.block-cart .subtotal { padding:2px 0; }
.block-cart .subtotal .price { color:#000000;}
.block-cart .actions { }

/* Block: Wishlist */
.block-wishlist .block-title strong { background-image:url(../images/i_block-wishlist.gif); }
.block-wishlist .actions { text-align:right; }
.block-wishlist .actions a { float:none; }

/* Block: Related */

.block-related input.checkbox { float:left; }
.block-related .product { margin-left:20px; float:left;}

/* Block: Compare Products */
.block-compare .block-title strong { background-image:url(../images/i_block-list.gif); background-position:0 1px; }
.block-compare button.button span { border-color:#406a83; background:#618499; }
.page-popup .link-print { background:url(../images/i_print.gif) 0 2px no-repeat; padding:2px 0 2px 25px; font-weight:bold; color:#1e7ec8; }
.compare-table { border:0; }
.compare-table thead tr.first th,
.compare-table thead tr.first td { border:0; background:none; padding:0; font-size:0; line-height:0; }
.compare-table .btn-remove { float:right; background-image:url(../images/btn_remove2.gif); width:72px; height:15px; }
.compare-table tbody th { background:#d9e5ee url(../images/bkg_th-v.gif) 100% 0 repeat-y; }
.compare-table tbody th,
.compare-table tbody td { padding:10px; border:0; border-top:1px solid #ccc; border-left:1px solid #ccc; }
.compare-table tbody td.last { border-right:1px solid #ccc; }
.compare-table tbody tr.last th,
.compare-table tbody tr.last td { border-bottom:1px solid #ccc !important; }
.compare-table tr.add-to-row td { background:#fffada; text-align:center; }
.compare-table tr.first td { text-align:center; }
.compare-table tr.first td .product-name { font-size:13px; font-weight:bold; margin:0 0 5px; color:#203548; }
.compare-table tr.first td .product-name a { color:#203548; }
.compare-table tr.first td .ratings { width:69px; margin:0 auto; }
.compare-table tr.first td p,
.compare-table tr.add-to-row td p { margin:0; }

/* Block: Recently Viewed */
.block-viewed .block-title strong { background-image:url(../images/i_block-viewed.gif); }

/* Block: Recently Compared */
.block-compared .block-title strong { background-image:url(../images/i_block-list.gif); background-position:0 1px; }

/* Block: Poll */
.block-poll .block-title strong { background-image:url(../images/i_block-poll.gif); }
.block-poll .block-subtitle { font-size:12px; }
.block-poll label { color:#777; font-weight:bold; }
.block-poll input.radio { float:left; margin:1px -18px 0 0; }
.block-poll .label { display:block; margin-left:18px; }
.block-poll li { padding:3px 9px; }
.block-poll .actions { margin:5px 0 0; }
.block-poll button.button span { border-color:#406a83; background:#618499; }
.block-poll .answer { font-weight:bold; }
.block-poll .votes { float:right; margin-left:10px; }

/* Block: Tags */
.block-tags .block-title strong { background-image:url(../images/i_block-tags.gif); }
.block-tags .block-content ul { font-size:12px; padding:10px; }
.block-tags .block-content li { display:inline; padding-right:4px; }
.block-tags .block-content a { color:#1b2d3b; }
.block-tags .actions { text-align:right; }
.block-tags .actions a { float:none; }

/* Block: Subscribe */
.block-subscribe .block-content {  }
.block-subscribe .block-title strong {}
.block-subscribe label {color:#666; padding-top:10px; display:block; }

.block-subscribe .input-box{ margin-bottom:10px;}
.block-subscribe input.input-text { display:block; width:167px; margin:3px 0; }
.block-subscribe .actions { background:none; padding:0; margin:3px 0 0; text-align:left; }
.block-subscribe .actions button.button { float:none; }
.block-subscribe .actions button.button span {}

/* Block: Reorder */
.block-reorder { padding:10px; background:#F4F3F3;}
.block-reorder {}
.block-reorder .button{ margin-right:10px;}
.block-reorder a{ text-decoration:underline; color:#000000;}

.block-reorder .block-title strong { color:#666666;
font-size:16px;
font-weight:normal;
margin:0;
padding:0;
padding-bottom:12px;
text-transform:capitalize;}
.block-reorder input.checkbox { float:left; margin:2px -20px 0 0; }
.block-reorder .product-name { margin-left:20px; }
.block-reorder .validation-advice { margin:3px 9px 7px; }

/* Block: Banner */
.block-banner { border:0; }
.block-banner .block-content { padding:0; text-align:center; }

/* Block: Login */
.block-login .block-title strong { background-image:url(../images/i_ma-info.gif); }
.block-login .block-content { padding:5px 10px; }
.block-login label { font-weight:bold; color:#666; }
.block-login input.input-text { display:block; width:167px; margin:3px 0; }
.block-login .actions { background:none; padding:0; margin:3px 0 0; }
.block-login .actions button.button span { border-color:#406a83; background:#618499; }
/* ======================================================================================= */


/* Category Page ========================================================================= */
.category-title { border:0; margin:0 0 7px; }
.category-image { width:100%; overflow:hidden; margin:0 0 10px; text-align:center; }
.category-image img {}
.category-description { margin:0 0 10px; }
.price-box .regular-price .price { font-family:Arial, Helvetica, sans-serif; color:#666666; font-size:14px;  line-height:normal;}
.category-products .toolbar{ display:none;}
.category-products .price-box #product-price-1 { line-height:normal;font-size:14px;}

/* View Type: Grid */
.products-grid { }
.products-grid.last { border-bottom:0; }
.products-grid li.item { }
.products-grid .product-image { display:block; margin:0 0 0px; }

.products-grid .add-to-links{ display:none;}
.products-grid .price-box { float:left; margin-top:14px; }
.products-grid .availability { line-height:21px; }
.products-grid .actions { float:left; margin-left:10px; margin-top:0; }
.col2-left-layout .products-grid,
.col2-right-layout .products-grid {  }
.col1-layout .products-grid { }

/* View Type: List */
.products-list li.item { border-bottom:1px solid #d9ddd3; padding:12px 10px; }
.products-list li.item.last { border-bottom:0; }
.products-list .product-image { float:left; width:135px; height:135px; margin:0 0 10px; }
.products-list .product-shop { margin-left:150px; }
.products-list .product-name { margin:0 0 5px; font-weight:bold; font-size:13px; color:#203548; }
.products-list .product-name a { color:#203548; }
.products-list .price-box { float:left; margin:3px 13px 5px 0; }
.products-list .availability { float:left; margin:3px 0 0; }
.products-list .desc { clear:both; padding:6px 0 0; margin:0 0 15px; line-height:1.35; }
.products-list .desc .link-more { font-size:11px; }
.products-list .add-to-links { clear:both; }
.products-list .add-to-links li { display:inline; }
.products-list .add-to-links .separator { display:inline; margin:0 2px; }
/* ======================================================================================= */


/* Product View ========================================================================== */
/* Rating */
.no-rating { margin:0; clear:both; float:right;}
.no-rating a { color:#e9ab14; text-decoration:underline;}
.ratings { font-size:11px; line-height:1.25; margin:7px 0; }
.ratings strong { float:left; margin:1px 3px 0 0; }
.ratings .rating-links { margin:0; }
.ratings .rating-links .separator { margin:0 2px; }
.ratings dt {}
.ratings dd {}
.rating-box { width:69px; height:13px; font-size:0; line-height:0; background:url(../images/bkg_rating.gif) 0 0 repeat-x; text-indent:-999em; overflow:hidden; }
.rating-box .rating { float:left; height:13px; background:url(../images/bkg_rating.gif) 0 100% repeat-x; }
.ratings .rating-box { float:left; margin-right:3px; }
.ratings .amount {}

.ratings-table th,
.ratings-table td { font-size:11px; line-height:1.15; padding:3px 0; }
.ratings-table th { font-weight:bold; padding-right:8px; }

/* Availability */
.availability { margin:0; }
.availability span { font-weight:bold; }
.availability.in-stock span {}
.availability.out-of-stock span { color:#d83820; }
.product-view .product-shop .availability { font-size:11px; }

.product-shop .regular-price-label{ float:left;margin-right:6px;  font-size:14px; color:#666666;}

.product-view .product-shop .availability span { font-weight:normal; }
.product-view h2{ }
/* Email to a Friend */
.email-friend { margin:0; float:right; clear:both; }
.email-friend a{ color:#e9ab14; font-size:13px; text-decoration:underline; }

/* Alerts */
.alert-price { margin:0; font-size:11px; }
.alert-stock { margin:0; font-size:11px; }

/********** < Product Prices */
.price { white-space:nowrap !important; }

.price-box { margin:5px 0; }

/* Old price */
.old-price { margin:0; }
.old-price .price-label { white-space:nowrap; color:#999; }
.old-price .price { font-weight:bold; color:#c76200; text-decoration:line-through; }

/* Special price */
.special-price { margin:0; padding:3px 0; }
.special-price .price-label { font-size:13px; font-weight:bold; white-space:nowrap; color:#cd5033; }
.special-price .price { font-size:13px; font-weight:bold; color:#c76200; }

/* Minimal price (as low as) */
.minimal-price { margin:0; }
.minimal-price .price-label { font-weight:bold; white-space:nowrap; }

.minimal-price-link { display:block; }
.minimal-price-link .label {color:#1e7ec8;}
.minimal-price-link .price { font-weight:normal; color:#1e7ec8; }

/* Excluding tax */
.price-excluding-tax { display:block; color:#999; }
.price-excluding-tax .label { white-space:nowrap; color:#999; }
.price-excluding-tax .price { font-size:13px; font-weight:normal; color:#c76200; }

/* Including tax */
.price-including-tax { display:block; color:#999; }
.price-including-tax .label { white-space:nowrap; color:#999; }
.price-including-tax .price { font-size:13px; font-weight:bold; color:#c76200; }

/* FTP */
.weee { display:block; font-size:11px; color:#444; }
.weee .price { font-size:11px; font-weight:normal; }

/* Excl tax (for order tables) */
.price-excl-tax  {float:left; }
.price-excl-tax .label { display:block; white-space:nowrap; }
.price-excl-tax .price { display:block; }

/* Incl tax (for order tables) */
.price-incl-tax { display:block; }
.price-incl-tax .label { display:block; white-space:nowrap; }
.price-incl-tax .price { display:block; font-weight:bold; }

/* Price range */
.price-from { margin:0; }
.price-from .price-label { font-weight:bold; white-space:nowrap; }

.price-to { margin:0;}
.price-to .price-label { font-weight:bold; white-space:nowrap; }

/* Price notice next to the options */
.price-notice { padding-left:10px; color:#999; }
.price-notice .price { font-weight:bold; color:#2f2f2f; }

/* Price as configured */
.price-as-configured { margin:0; }
.price-as-configured .price-label { font-weight:bold; white-space:nowrap; }

.price-box-bundle { padding:0 0 10px 0; }
.price-box-bundle .price-box { margin:0 !important; padding:0 !important; }
.price-box-bundle .price { color:#555; }
/********** Product Prices > */

/* Tier Prices */
.tier-prices { margin:10px 0; padding:10px; background-color:#f4f7f7; border:1px solid #dadddd; }
.tier-prices li { line-height:1.4; background:url(../images/i_tier.gif) no-repeat 0 3px; padding:2px 0 2px 10px; color:#424242; }
.tier-prices .benefit { font-style:italic; font-weight:bold; color:#2f2f2f; }
.tier-prices .price { font-weight:bold; color:#2f2f2f; }

.tier-prices-grouped li { padding:2px 0; color:#e26703; }
.tier-prices-grouped li .price { font-weight:bold; }

/* Add to Links */
.add-to-links { font-size:11px; margin:5px 0 0; }
.add-to-links .separator { display:none; }

/* Add to Cart */
.add-to-cart label { float:left; margin-right:5px;  color:#666; margin-top:6px; font-size:14px;}
.add-to-cart .qty { float:left; margin-right:5px; margin-top:4px;}
.add-to-cart button.button { float:left; }

/* Add to Links + Add to Cart */

.product-shop .add-to-cart .btn-cart{ position:absolute; left:0px; top:50px;}

.add-to-box { margin:10px 0 10px 0px; position:relative; }
.add-to-box .add-to-cart { border-bottom:1px dotted #ccc; padding-bottom:10px;}
.add-to-box .add-to-cart label{}
.add-to-box .add-to-cart #qty{}
/*.std a{ color:#c6362d;}*/
.sdsds ol{ padding-top:20px;}
#std2 ol ,#stdrevive ol{ padding-top:20px;}

.add-to-box .or { float:left; margin:7px 7px 0px 7px; color:#666; }
.add-to-box .add-to-links { float:left; margin:0; font-size:12px !important; line-height:1.25 !important; text-align:left !important; }
.add-to-box .add-to-links li { display:block !important; }
.add-to-box .add-to-links li .separator { display:none !important; }

#checkoutSteps a{ text-decoration:underline; color:#000000;}
.product-view { font-size:13px; color:#666666;}
.col2-right-layout .col-main{ margin-top:25px; color:#666666;}
.product-essential { padding:0px 25px 10px 0px; }
.product-essential h2 { font-size:18px; margin-bottom:6px;}
.std{ line-height:normal;}
.product-collateral {}
#right-desc{}
#cart_sidebar{ float:left; width:310px; margin-left:20px;}
#cart_sidebar .block-title strong{font-family:"Helvetica"; padding:0px;font-size:19px;margin-top:15px; color:#000000; font-weight:normal; margin-bottom:15px;}

#cart_sidebar  .block-cart{ border-bottom:2px solid #F4F4F4;margin-bottom:25px;
padding-bottom:25px;border-bottom:2px solid #F4F4F4;}

#related_pr{border-bottom:2px solid #F4F4F4;margin-bottom:25px;
padding-bottom:25px;border-bottom:2px solid #F4F4F4;}

.product-collateral h2{color:#af292e; font-size:16px; font-family:"Helvetica"; margin-top:15px;}
.product-collateral .box-collateral { margin:0 0 0px; }
.stdui{/* border-bottom:2px solid #AF2822;*/ padding-bottom:20px;}
#price-lable { float:left;}
#shipping-prics{ float:left; position:absolute; font-size:12px; top:37px; left:128px;}
/* Product Images */
.product-view .product-img-box { float:left; width:451px; border:1px solid #CCCCCC; }
.col3-layout .product-view .product-img-box { float:none; margin:0 auto; }
.product-view .product-img-box .product-image { margin:0 0 0px; }
.product-view .product-img-box .product-image-zoom { position:relative; height:242px; overflow:hidden; z-index:9; }
.product-view .product-img-box .product-image-zoom img { position:absolute; left:0; top:0; cursor:move; }
.product-view .product-img-box .zoom-notice { font-size:11px; margin:0 0 5px; text-align:center; }
.product-view .product-img-box .zoom { position:relative; z-index:9; height:18px; margin:0 auto 13px; padding:0 28px; background:url(../images/slider_bg.gif) 50% 50% no-repeat; cursor:pointer; }
.product-view .product-img-box .zoom.disabled { -moz-opacity:.3; -webkit-opacity:.3; -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";/*IE8*/ opacity:.3; }
.product-view .product-img-box .zoom #track { position:relative; height:18px; }
.product-view .product-img-box .zoom #handle { position:absolute; left:0; top:-1px; width:9px; height:22px; background:url(../images/magnifier_handle.gif) 0 0 no-repeat;  }
.product-view .product-img-box .zoom .btn-zoom-out { position:absolute; left:2px; top:0; }
.product-view .product-img-box .zoom .btn-zoom-in { position:absolute; right:2px; top:0; }
.product-view .product-img-box .more-views h2 { font-size:11px; border-bottom:1px solid #ccc; margin:0 0 8px; text-transform:uppercase; }
.product-view .product-img-box .more-views ul { margin-left:-9px }
.product-view .product-img-box .more-views li { float:left; margin:0 0 8px 9px; }
.product-view .product-img-box .more-views li a { float:left; width:56px; height:56px; border:2px solid #ddd; overflow:hidden; }

.product-image-popup { margin:0 auto; }
.product-image-popup .nav { font-weight:bold; text-align:center; }
.product-image-popup .image { display:block; margin:10px 0;  }
.product-image-popup .image-label { font-size:13px; font-weight:bold; margin:0 0 10px; color:#2f2f2f; }

/* Product Shop */
.product-view .product-shop { float:left; width:256px; line-height:normal; /*position:relative;*/ margin-left:26px; }
.col1-layout .product-view .product-shop { float:left; width:487px; }
.col3-layout .product-view .product-shop { float:none; width:auto; }
.product-view .product-shop .product-name { margin:20px 0 20px 0px; }

#free_shipping{ position:absolute; right:19px; top:159px; font-size:12px;}

.product-view .product-shop .short-description1 { padding-bottom:20px; padding-right:20px;}

.product-view .product-shop #cleanse h1{background-image:url("../images/logo-cleanse-sm.png");text-indent:-9999px; height:38px; background-repeat:no-repeat; }
.product-view .product-shop #revive h1{background-image:url("../images/logo-revive-sm.png");text-indent:-9999px; height:38px; background-repeat:no-repeat; }
.product-view .product-shop #sustain h1{background-image:url("../images/logo-sustain-sm.png");text-indent:-9999px; height:38px; background-repeat:no-repeat; }
.product-view .product-shop #greens h1{background-image:url("../images/logo-greens-sm.png");text-indent:-9999px; height:38px; background-repeat:no-repeat; }
.product-view .product-shop #daily-dose h1{background-image:url("../images/logo-daily-dose-sm.png");text-indent:-9999px; height:38px; background-repeat:no-repeat; }


.product-view .product-shop .availability { margin:10px 0; border-bottom:1px dotted #ccc; font-size:14px; color:#666666; padding-bottom:10px; }
.product-view .product-shop .short-description { padding-right:30px; }
.product-view .product-shop .price-box { overflow:hidden;border-bottom:1px dotted #ccc; padding-bottom:10px; }
.product-view .product-shop .add-to-links { margin:0; }
.product-view .product-shop .add-to-links { font-size:12px; text-align:right; }
.product-view .product-shop .add-to-links li,
.product-view .product-shop .add-to-links li .separator { display:inline; }
.product-view .product-shop .add-to-links a { color:#e9ab14 !important; font-weight:normal !important; text-decoration:underline; }
.catr-side-bar1{ border-right:2px solid #f4f4f4; padding-bottom:25px; color:#666; margin-bottom:25px; float:left; margin-top:15px;}
#right-table{ width:350px; border:none; padding-left:20px;}
.catr-side-bar1 a { color:#AF292E; text-decoration:underline;}
.catr-side-bar1 h2{margin:0px; text-transform:lowercase;}
#equates{ padding-bottom:10px;}
.catr-side-bar1 h3{color:#AF292E;
font-family:"Helvetica";
font-size:19px;}
#bornone{ border:none;}
#bornone{ margin-top:0px;}
.catr-side-bar1 ul{ list-style:none; padding-top:20px; }
.catr-side-bar1 p{ padding-top:20px;}
.catr-side-bar1 p span{ display:block; color:#000000;}
.catr-side-bar1 ul li{ background:url(../images/cart-side-bulets.jpg) no-repeat 0 5px ; font-size:15px; margin-bottom:5px; padding-left:20px;}
/* Product Options */
.product-options { margin:20px 0 0; padding:10px 15px 20px; background-color:#f6f6f6; border:1px solid #e4e4e4; }
.product-options dt { padding:10px 0 0; font-weight:normal; }
.product-options dt label { font-weight:bold; color:#2f2f2f; }
.product-options dt span.required { color:#eb340a; }
.product-options dt .qty-holder { float:right; margin-right:15px; }
.product-options dt .qty-holder label { vertical-align:middle; }
.product-options dt .qty-disabled { background:none; border:0; padding:3px; color:#2f2f2f; }
.product-options dd { padding:5px 10px 15px; margin:0 0 5px; border-bottom:1px solid #e4e4e4; }
.product-options dl.last dd.last { border-bottom:0; padding-bottom:5px; margin-bottom:0; }
.product-options dd input.input-text { width:98%; }
.product-options dd input.datetime-picker { width:150px; }
.product-options dd textarea { width:98%; height:8em; }
.product-options dd select { width:99%; }
.product-options dd .multiselect option { border-bottom:1px dotted #d9e5ee; padding:2px 4px; }
.product-options ul.options-list { margin-right:5px; }
.product-options ul.options-list li { line-height:1.5; padding:2px 0; }
.product-options ul.options-list input.radio { float:left; margin-top:3px; }
.product-options ul.options-list input.checkbox { float:left; margin-top:3px; }
.product-options ul.options-list .label { display:block; margin-left:18px; }
.product-options ul.options-list label { font-weight:normal; }
.product-options ul.validation-failed { padding:0 7px; }
.product-options p.note { margin:0; font-size:11px; }
.product-options p.required { margin-bottom:0; padding:15px 0 0; }
#checkout-step-login .col-1{ color:#666666;}
.my-account p{ color:#666666; font-size:13px;}
.product-options-bottom { background-color:#fffada; padding:15px 20px; border:1px solid #e4e4e4; border-top:0; }
.product-options-bottom .tier-prices { margin:0; padding:0 0 10px; border:0; background:0; }
.product-options-bottom .tier-prices li { background:0; padding:2px 0; color:#e26703; }
.product-options-bottom .tier-prices .price,
.product-options-bottom .tier-prices .benefit { color:#e26703; }
.product-options-bottom .price-box { float:left; margin:0; padding:0; }
.product-options-bottom .price-label { float:left; padding-right:5px; }
.product-options-bottom .price-tax { float:left; }
.product-options-bottom .add-to-cart { float:right; }
.product-shop .product-options-bottom { margin:0 0 10px; }
.product-shop .product-options-bottom .price-box { float:none; margin:0 0 5px; }
.product-shop .product-options-bottom .price-label { float:none; padding-right:0; }
.product-shop .product-options-bottom .price-tax { float:none; }
.product-shop .product-options-bottom .add-to-cart-box { clear:both; float:left; padding-top:12px; }
.padder{ padding-top:25px;}
/* Grouped Product */
.product-view .grouped-items-table .price-box { margin:0; padding:0; }

/* Block: Description */
.product-view .box-description {}

/* Block: Additional */
.product-view .box-additional .data-table th,
.product-view .box-additional .data-table td { line-height:1.25; }
.needtoknow #landing-right p{ color:#666; font-size:13px; padding-top:15px;}

.needtoknow #landing-right ol.abslout{ list-style:none; margin-left:25px;} 
.needtoknow #landing-right ol.abslout li{ color:#666; font-size:13px; padding-top:15px; background:url("../images/remove-s-b.jpg") no-repeat scroll 2px 4px transparent;}


.needtoknow #landing-right ul.rem-abslout{ list-style:none; margin-left:2px;} 
.needtoknow #landing-right ul.rem-abslout li{ color:#666; font-size:13px; padding-top:10px;background:url("../images/remove-s-b.jpg") no-repeat 0px 14px ; padding-left:20px;}
.needtoknow #landing-right ul.sus-abslout{ list-style:none; margin-left:2px;} 
.needtoknow #landing-right ul.sus-abslout li{ color:#666; font-size:13px; padding-top:15px;background:url("../images/sustain-s-b.jpg") no-repeat 0px 18px ; padding-left:20px;}


.needtoknow #landing-right ul.rev-abslout{ list-style:none; margin-left:2px;} 
.needtoknow #landing-right ul.rev-abslout li{ color:#666; font-size:13px; padding-top:10px;background:url("../images/revive-s-b.jpg") no-repeat 0px 14px ; padding-left:20px;}




.needtoknow #landing-right ul.abslout-res{ list-style:none;} 
.needtoknow #landing-right ul.abslout-res li{ color:#666; font-size:13px; padding-top:15px; background:url("../images/new-bullets.jpg") repeat-x scroll left bottom transparent; padding-bottom:12px;}

.needtoknow #landing-right ul.abslout-res h4{
font-family:Arial,Helvetica,sans-serif;
font-size:15px;
font-weight:bold; padding-bottom:5px; }
.needtoknow #landing-right ul.abslout-res h4 a{ color:#666666; text-decoration:none;}
.needtoknow #landing-right ul.abslout-res big, .needtoknow #landing-right ul.abslout-res small{ display:block; color:#666666; line-height:17px; font-size:14px;}
.needtoknow #landing-right ul.abslout-res small{ font-size:13px;}
.needtoknow #landing-right ul.abslout-res p{font-size:13px; line-height:17px; padding-top:8px; }
.needtoknow #landing-right ul.abslout-res p a{ color:#000;}

/* Block: Upsell */
.product-view .box-up-sell h2 { border-bottom:0; padding:0; margin:0 0 8px; }
.product-view .box-up-sell .products-grid { width:100%; border:1px solid #e5dcc3; }
.product-view .box-up-sell .products-grid td { width:25%; background:#f6f2e7; border-right:1px solid #e5dcc3; border-bottom:1px solid #e5dcc3; padding:15px 10px 12px; line-height:1.6em; }
.product-view .box-up-sell .products-grid tr.last td { border-bottom:0; }
.product-view .box-up-sell .products-grid td.last { border-right:0; }
.product-view .box-up-sell .products-grid td img { border:1px solid #e5dcc3; }
.product-view .box-up-sell .products-grid .product-image { text-align:center; }
.product-view .box-up-sell .products-grid td.empty { border-right:0; background:#f1ecdb; }
.product-view .box-up-sell .products-grid .ratings .rating-box { float:none; display:block; margin:0 0 3px; }

/* Block: Tags */
.product-view .box-tags { margin:0; }
.product-view .box-tags h3 { font-size:13px; }
.product-view .box-tags .product-tags { display:block; margin:0 0 15px; }
.product-view .box-tags .product-tags li { display:inline; background:url(../images/bkg_pipe3.gif) 100% 4px no-repeat; padding:0 7px 0 4px; }
.product-view .box-tags .product-tags li.first { padding-left:0; }
.product-view .box-tags .product-tags li.last { background:none; padding-right:0; }
.product-view .box-tags .form-add label { display:block; font-size:13px; font-weight:bold; margin:0 0 5px; color:#0a263c;}
.product-view .box-tags .form-add .input-box { float:left; width:305px; margin:0 5px 0 0; background:url(../images/i_tag_add.gif) 0 2px no-repeat; padding:0 0 0 23px; }
.product-view .box-tags .form-add input.input-text { width:299px; }
.product-view .box-tags .form-add button.button span { border-color:#406a83; background:#618499; }
.product-view .box-tags .note { margin:3px 0 0; padding:0 0 0 23px; font-size:11px; }

/* Block: Reviews */
.product-view .box-reviews dl { margin:15px 0; }
.product-view .box-reviews dt a,
.product-view .box-reviews dt span { font-weight:bold; }
.product-view .box-reviews dd { margin:0 0 15px; }
.product-view .box-reviews dd small { font-style:italic; }
.product-view .box-reviews .form-add { margin:15px 0 0; }
.product-view .box-reviews .form-add h3 { font-size:13px; font-weight:normal; }
.product-view .box-reviews .form-add h3 span { font-weight:bold; }
.product-view .box-reviews .form-add h4 { font-size:12px; }
.product-view .box-reviews .form-add .data-table td { text-align:center; }
.product-view .box-reviews .form-add .form-list { margin:15px 0 0; }
.product-view .box-reviews .form-add .form-list .input-box { width:360px; }
.product-view .box-reviews .form-add .form-list input.input-text,
.product-view .box-reviews .form-add .form-list textarea { width:354px; }

/* Send a Friend */
.send-friend .form-list { width:615px; overflow:hidden; }
.send-friend .form-list li { margin-right:-15px; }
.send-friend .form-list li p { margin:0 15px 0 0; }
.send-friend .form-list .field { width:315px; }
.send-friend .form-list .input-box { width:300px; }
.send-friend .form-list input.input-text,
.send-friend .form-list textarea { width:294px; }
.send-friend .form-list li.wide .input-box { width:612px; }
.send-friend .form-list li.wide textarea { width:609px; }
.send-friend .buttons-set .limit { float:right; margin:0 7px 0 0; font-size:11px; line-height:21px; }
/* ======================================================================================= */


/* Content Styles ================================================================= */
.product-name { margin:0; font-size:1em; font-weight:normal; }
.product-name a { color:#000000; }

/* Product Tags */
.tags-list { display:block; font-size:13px; border:1px solid #c1c4bc; background:#f8f7f5; padding:10px; }
.tags-list li { display:inline !important; margin:0 4px 0 0; }
.tags-list li a { color:#1b2d3b; }

/* Advanced Search */
.advanced-search .form-list label { width:160px; padding-right:10px; }
.advanced-search .form-list .input-box,
.advanced-search .form-list .input-range { float:left; clear:none; }
.advanced-search-amount { margin:0 0 10px; }
.advanced-search-summary { margin:10px 0; border:1px solid #e9d7c9; background:#fff6f1; padding:10px; }
.advanced-search-summary ul { float:left; width:49%; }
.advanced-search-summary strong { color:#E17C24; padding-left:15px; background:url(../images/i_search_criteria.gif) 0 3px no-repeat; }
.advanced-search-summary p { clear:both; font-weight:bold; margin:0; }

/* CMS Home Page */
.cms-home .subtitle {}
.cms-index-index .subtitle {}

/* Sitemap */
.page-sitemap .links { text-align:right; margin:0 8px -22px 0; }
.page-sitemap .links a { text-decoration:none; position:relative; }
.page-sitemap .links a:hover { text-decoration:underline; }
.page-sitemap .sitemap { margin:12px; }
.page-sitemap .sitemap a { color:#1b2d3b; }
.page-sitemap .sitemap li { margin:3px 0; }
.page-sitemap .sitemap li.level-0 { margin:10px 0 0; font-weight:bold; }
.page-sitemap .sitemap li.level-0 a { color:#1e7ec8; }

/* RSS */
.rss-title h1 { background:url(../images/i_rss-big.png) 0 4px no-repeat; padding-left:27px; }
.rss-table .link-rss { display:block; line-height:1.55; background-position:0 4px; }
/* ======================================================================================= */


/* Shopping Cart ========================================================================= */
.cart .page-title { border-bottom:0; margin:0 0 12px; }
.cart .page-title h1 { margin:0px 0 0; }

/* Checkout Types */
.cart .page-title .checkout-types li { margin:0 0 5px; }

/* Shopping Cart Table */
.cart-table th { padding:2px 10px; }
.cart-table td { padding:10px; border-bottom:1px solid #F5F5F5; }
.cart-table .product-name { font-weight:bold; margin:0 0 5px; color:#2f2f2f; }
.cart-table .item-msg { margin:5px 0; font-size:11px; font-weight:bold; color:#df280a; }
.cart-table tfoot td { padding:5px 10px; }
.cart-table .btn-continue { float:left; }
.cart-table .btn-continue span,
.cart-table .btn-update span { border-color:#8a2806; background:#af350c; }

/* Shopping Cart Collateral boxes */
#cart-combined{}
#cart-combined fieldset{ float:left; width:69%;}
.cart .cart-collaterals {margin-bottom:25px; float:right; width:280px;}
.cart .cart-collaterals .col2-set { float:left;}
.cart .cart-collaterals .col2-set .col-2 { float:none; width:280px; }

.cart .crosssell { border:1px solid #cec3b6; background:#fafaec; padding:12px 15px; }
.cart .crosssell h2 { font-size:13px; font-weight:bold; }
.cart .crosssell .product-image { float:left; width:75px; height:75px; border:1px solid #d0cdc9; }
.cart .crosssell .product-details { margin-left:90px; }
.cart .crosssell .product-name { font-weight:bold; }
.cart .crosssell li.item { margin:12px 0; }
.cart .crosssell .link-compare { font-weight:normal; }
.a-right strong{ font-weight:normal; font-style:normal;}
/* Discount Codes & Estimate Shipping and Tax Boxes */

.product-img-boxbb{ float:left; width:400px; }
.product-img-boxbb img{}

.cart .shipping{ background:url("../images/left-sep.jpg") repeat-y scroll left 0 transparent;}
.cart .discount,
.cart .shipping {  margin:0 0 18px; float:left; border:1px solid #F5F5F5; padding:10px;}
.cart .discount { background:#f4f3f3; position:absolute; top:-175px; right:0px; display:none;}
.cart .discount h2,
.cart .shipping h2 {  font-size: 16px;color:#666666; }
.cart .discount button span,
.cart .shipping button span {  }
.cart .discount .buttons-set,
.cart .shipping .buttons-set { margin:10px 0 0; border:0; padding:0; text-align:left; }
.cart .discount .buttons-set button.button,
.cart .shipping .buttons-set button.button { float:none; margin-left:0; }

.cart .discount h2 { margin-bottom:2px; }
.cart .discount .input-box { width:260px; }
.cart .discount input.input-text { width:254px; }

.cart .shipping h2 {  margin-bottom:7px; }
.cart .shipping .sp-methods { margin:10px 0 0; padding:5px 0 0; background:url(../images/bkg_divider1.gif) 0 0 repeat-x; }
.checkout-types a{ color:#E9AB14;}
/* Shopping Cart Totals */
.cart{ color:#666666; margin-top:25px; margin-bottom:25px;}
.cart .totals { float:left; width:100%;  }
#shopping-cart-totals-table{ float:right; width:30%;}
.cart .totals table { width:100%; margin:7px 0; }
.cart .totals td { padding:1px 8px 1px 7px; }
.cart .totals tr.last td {}
.cart .totals tfoot td { padding-top:5px; padding-bottom:5px; }
.cart .totals tfoot td strong { font-size:15px; }
.cart .totals .checkout-types { text-align:left; float:left; display:none }
.cart .totals .checkout-types li { clear:both; padding-bottom:5px;  }
.cart .totals .checkout-types li a{ color:#000000; text-decoration:underline;}
.buttons-set .f-left{}

/* Options Tool Tip */
.item-options dt { font-weight:bold; font-style:italic; }
.item-options dd { padding-left:10px; margin:0 0 6px; }
.truncated { cursor:help; }
.truncated a.dots { cursor:help; }
.truncated a.details { cursor:help; }
.truncated .truncated_full_value { position:relative; z-index:999; }
.truncated .truncated_full_value dl { position:absolute; top:-99999em; left:-99999em; z-index:999; width:250px; padding:8px; border:1px solid #ddd; background-color:#f6f6f6; }
.truncated .show dl { top:-20px; left:50%; }
.col-left .truncated .show dl { left:15px; top:7px; }
.col-right .truncated .show dl  { left:-240px; top:7px; }
/* ======================================================================================= */


/* Checkout ============================================================================== */
/********** < Common Checkout Styles */
/* Shipping and Payment methods */
.sp-methods { margin:0 0 8px; }
.sp-methods dt { margin:0px 0 5px;  }
.sp-methods dd {}
.sp-methods dd li { margin:5px 0; }
.sp-methods label { color:#666; padding-top:3px;}
.sp-methods .price { font-weight:bold; }
.sp-methods .form-list { padding-left:20px; }
.sp-methods .form-list li { margin:0 0 8px; }
.sp-methods select.month { width:154px; margin-right:10px; }
.sp-methods select.year { width:96px; }
.sp-methods input.cvv { width:3em !important; }
.sp-methods .centinel-logos a { margin-right:3px; }
.sp-methods .centinel-logos img { vertical-align:middle; }

.please-wait { float:right; }
.please-wait img { vertical-align:middle; }
.cvv-what-is-this { font-size:11px; cursor:help; margin-left:10px; }

/* Tooltip */
.tool-tip { border:1px solid #7BA7C9; background:#EAF6FF; padding:15px 20px; position:absolute; z-index:9999; }
.tool-tip .btn-close { margin:-9px -14px 0; text-align:right; }
.tool-tip .btn-close a { display:block; margin:0 0 0 auto; width:15px; height:15px; background:url(../images/btn_window_close.gif) 100% 0 no-repeat; text-align:left; text-indent:-999em; overflow:hidden; }
.tool-tip .tool-tip-content { padding:5px; }

/* Gift Messages */
.gift-messages h3 { font-size:12px; font-weight:bold; color:#e87403; }
.gift-messages p.control { color:#8e8d8b; }
.gift-messages-form { position:relative; }
.gift-messages-form label { float:none !important; position:static !important; }
.gift-messages-form h4 { font-size:12px; font-weight:bold; color:#e87403; }
.gift-messages-form .whole-order { margin:0 0 25px; }
.gift-messages-form .item { margin:0 0 10px; }
.gift-messages-form .item .product-img-box { float:left; width:75px; }
.gift-messages-form .item .product-image { margin:0 0 7px; }
.gift-messages-form .item .number { margin:0; font-weight:bold; text-align:center; color:#8a8987; }
.gift-messages-form .item .details { margin-left:90px; }
.gift-messages-form .item .details .product-name { font-size:13px; font-weight:bold; margin:0 0 10px; }
.gift-messages-form .item .details .form-list .field { width:255px; }
.gift-messages-form .item .details .form-list .input-box { width:240px; }
.gift-messages-form .item .details .form-list input.input-text { width:234px; }
.gift-messages-form .item .details .form-list li.wide .input-box { width:500px; }
.gift-messages-form .item .details .form-list li.wide textarea { width:494px; }

.gift-message-link { font-size:11px; background:url(../images/bkg_collapse-gm.gif) 100% 6px no-repeat; padding-right:7px; }
.gift-message-link.expanded { background-position:100% -40px; }
.gift-message-row { background:#f2efe9; }
.gift-message-row .btn-close { float:right; width:16px; height:16px; background:url(../images/btn_gm-close.gif) 0 0 no-repeat; font-size:0; line-height:0; text-indent:-999em; overflow:hidden; }

/* Checkout Agreements */
.checkout-agreements li { margin:30px 0; }
.checkout-agreements .agreement-content { overflow:auto; height:12em; padding:10px; background-color:#fbfaf6; border:1px solid #bbb6a5; }
.checkout-agreements .agree { margin:0; padding:10px 0 10px 11px; }
.checkout-agreements .agree input.checkbox { margin-right:6px; }
.checkout-agreements .agree label { font-weight:bold; color:#666; }

.opc .checkout-agreements { border:1px solid #d9dde3; border-width:0 1px; padding:5px 30px; }
.opc .checkout-agreements li { margin:20px 0 0; }
.opc .checkout-agreements .agreement-content { background-color:#fff; border-color:#e4e4e4; padding:5px; }
.opc .checkout-agreements .agree { padding-left:6px; }

/* Centinel */
.centinel {}

.opc .centinel { border:1px solid #bbb6a5; border-width:0 1px 1px; padding:10px 30px; }

/* Generic Info Set */
.info-set { background:#fbfaf6 url(../images/bkg_checkout.gif) 0 0 repeat-x; border:1px solid #bbb6a5; margin:0 0 25px; padding:20px; }
.info-set h2 { font-size:13px; font-weight:bold; margin:0 0 10px; }
.info-set h3,
.info-set h4 { font-size:13px; font-weight:bold; color:#E26703; }
.info-set h2 a,
.info-set h3 a,
.info-set h4 a { font-weight:normal; }
.info-set h2.legend { margin:-20px -20px 15px; padding:5px 10px; background:#f9f3e3; border-bottom:1px solid #bbafa0; position:relative; }
.info-set h3.legend { margin:0 0 10px; color:#0a263c; }
.info-set .divider { margin:0 -20px; padding:25px 0; position:relative; }
.info-set .box { margin:0 0 15px; }
.info-set .box h2 { color:#e26703; }
.info-set .data-table .product-name { font-size:1em !important; font-weight:bold !important; color:#1e7ec8 !important; }
.info-set .data-table .product-name a { font-weight:bold !important; }
.info-set .data-table .item-options { margin:5px 0 0; }
/********** Common Checkout Styles > */

/* One Page Checkout */
.block-progress { border:0; margin:0; }
.block-progress .block-title { background:none; border:0; padding:0; margin:0 0 5px; }
.block-progress .block-title strong { font-size:13px; color:#0a263c; }
.block-progress .block-content { background:none; }
.block-progress dt { font-size:13px; font-weight:normal; line-height:1.35; background:#eee; margin:0 0 6px; padding:2px 8px; color:#999; }
.block-progress dd { border-bottom:2px solid #F4F4F4; padding:10px; margin-bottom:15px; }
.block-progress dt.complete { margin:0; background:#f4f3f3; color:#666666; }
.block-progress dt.complete a{ color:#000000; text-decoration:underline;}
.block-progress dd.complete { color:#666666;}
.block-progress p { margin:0; }

.opc .buttons-set { margin-top:0;}
.opc .buttons-set p.required { margin:0; padding:0 0 10px; }
.opc .buttons-set .back-link small { display:none; }
.opc .buttons-set .back-link a { background:url(../images/i_arrow-top.gif) 0 50% no-repeat; padding-left:16px; }
.opc .buttons-set.disabled button.button { display:none; }
.opc .buttons-set .please-wait { height:21px; line-height:21px; }
.opc .ul { list-style:disc outside; padding-left:18px; }

.opc { position:relative; }
.opc li.section {}

.opc .step-title { background:#eee url(../images/chk_out.jpg) no-repeat 0px bottom;  color:#f18200; cursor:default;  padding:13px;}
.opc .section .step-title{ margin-bottom:5px;} 
.opc .step-title .number { float:left; background:#fff; border:1px solid #fff; padding:0 4px; margin:0 5px 0 0; font:bold 11px/14px arial, helvetica, sans-serif; color:#999; }
.opc .step-title h2 { float:left; margin:0; font:normal 16px Arial, Helvetica, sans-serif; color:#999; }
.opc .step-title a { display:none; float:right; font-size:11px; line-height:16px; }

.opc .allow .step-title {color:#a4b3b9; cursor:pointer; background:url("../images/chk_out.jpg") no-repeat scroll 0 0; height:17px; padding-top:18px;}
.opc .allow .step-title .number { background:#fff; border-color:#fff; color:#a4b3b9; }
.opc .allow .step-title h2 { color:#fff; font-size:16px; }
/*.opc .allow .step-title a { display:block; }*/

.opc .active .step-title {background:url(../images/chk_out.jpg) no-repeat 0px -47px; color:#f18200; cursor:default; margin-bottom:0px; height:8px; }

.opc .active .step-title .number { background:#CB5531; border-color:#CB5531; color:#fff; }
.opc .active .step-title h2 { color:#CB5531; font-size:16px; }
/*.opc .active .step-title a { display:none; }*/

.opc .step {padding:15px 30px; position:relative; background:#F4F3F3; margin-bottom:5px; }
.opc .step .tool-tip { right:30px; }

#opc-login .buttons-set { border-top:0; }
#opc-login h3 { font-size:13px;  padding-bottom:2px; text-transform:uppercase; color:#000000; margin-bottom:10px; }
#opc-login h4 { color:#666666;  }
.form-list{ }
#login-form fieldset{ color:#666666;}
#checkout-step-login a{ text-decoration:underline; color:#000000;}
#opc-shipping_method .buttons-set { border-top:0; }
.opc .gift-messages-form { margin:0 -30px; background:#f6f1eb; border:1px solid #e9e4de; border-width:1px 0; padding:22px 24px 22px 30px; }
.opc .gift-messages-form .inner-box { padding:5px; height:260px; overflow:auto; }

#opc-review .step { border:0; padding:0; }
#opc-review .product-name {color:#666666; font-size:16px; }
#opc-review .item-options { margin:5px 0 0; }
#opc-review .buttons-set { padding:20px 30px; }
#opc-review .buttons-set p { margin:0; line-height:40px; }
#opc-review .buttons-set .please-wait { height:40px; line-height:40px; }

/* Multiple Addresses Checkout */
.checkout-progress { padding:0 90px; margin:0 0 20px; }
.checkout-progress li { float:left; width:19%; margin:0 3px 0 0; border-top:10px solid #999; padding:2px 0 0; font-weight:bold; text-align:center; color:#abb5ba; }
.checkout-progress li.active { border-top-color:#e96200; color:#e96200; }

.multiple-checkout h2 { font-size:13px; font-weight:bold; margin:0 0 10px; }
.multiple-checkout h3,
.multiple-checkout h4 { font-size:13px; font-weight:bold; color:#E26703; }
.multiple-checkout h2 a,
.multiple-checkout h3 a,
.multiple-checkout h4 a { font-weight:normal; }
.multiple-checkout .data-table .product-name { font-size:1em !important; font-weight:bold !important; color:#1e7ec8 !important; }
.multiple-checkout .data-table .product-name a { font-weight:bold !important; }
.multiple-checkout .data-table .item-options { margin:5px 0 0; }

.multiple-checkout .gift-messages { margin:15px 0 0; }

.multiple-checkout .tool-tip { top:50%; margin-top:-120px; right:20px; }

.multiple-checkout .col2-set,
.multiple-checkout .col3-set { background:#fbfaf6 url(../images/bkg_checkout.gif) 0 0 repeat-x; border:1px solid #bbb6a5; margin:0 0 25px; padding:20px; }
.multiple-checkout .col2-set h2.legend { margin:-20px -20px 15px; padding:5px 10px; background:#f9f3e3; border-bottom:1px solid #bbafa0; position:relative; }
.multiple-checkout .col2-set h3.legend { margin:0 0 10px; color:#0a263c; }
.multiple-checkout .col2-set .divider { margin:0 -20px; padding:25px 0; position:relative; }
.multiple-checkout .box { margin:0 0 15px; }
.multiple-checkout .box h2 { color:#e26703; }

.multiple-checkout .place-order .please-wait { float:right; padding:27px 7px 0 0; }
.multiple-checkout .place-order .grand-total { float:right; height:71px; font-size:1.5em; padding:0 0 0 21px; background:url(../images/bkg_grand-total.gif) 0 0 no-repeat; overflow:hidden; }
.multiple-checkout .place-order .grand-total .inner { float:left; height:57px; padding:14px 21px 0 0; background:url(../images/bkg_grand-total.gif) 100% 0 no-repeat; }
.multiple-checkout .place-order .grand-total .inner div { display:inline; }
.multiple-checkout .place-order .grand-total big { display:inline; margin-right:12px; }
.multiple-checkout .place-order .grand-total .price { color:#E26703; }
.multiple-checkout .place-order .grand-total button.button span { font-size:16px; }
.multiple-checkout .place-order .grand-total button.button span span { padding:0 45px 0 36px; }

/* Step 1 */
.multiple-checkout .title-buttons button.button span { border-color:#406a83; background:#618499; }
#multiship-addresses-table td { padding:10px; }
#multiship-addresses-table tfoot td { padding:5px 10px; }
#multiship-addresses-table tfoot button.button span { border-color:#406a83; background:#618499; }

/* Step 2 */
.multiple-checkout .gift-messages-form .item .details .form-list { width:100%; overflow:hidden; }
.multiple-checkout .gift-messages-form .item .details .form-list li { margin-right:-15px; }
.multiple-checkout .gift-messages-form .item .details .form-list .field { width:230px; }
.multiple-checkout .gift-messages-form .item .details .form-list .input-box { width:215px; }
.multiple-checkout .gift-messages-form .item .details .form-list input.input-text { width:209px; }
.multiple-checkout .gift-messages-form .item .details .form-list li.wide .input-box { width:445px; }
.multiple-checkout .gift-messages-form .item .details .form-list li.wide textarea { width:439px; }
.checkout-multishipping-shipping .box-sp-methods { border:1px solid #d9d2be; background:#f9f3e3; padding:13px; position:relative; }
.checkout-multishipping-shipping .box-sp-methods .pointer { position:absolute; top:-20px; right:-40px; width:178px; height:41px; background:url(../images/bkg_sp-methods.gif) 0 0 no-repeat; overflow:hidden; }

/* Step 3 */
.checkout-multishipping-billing .multiple-checkout { position:relative; }
/* ======================================================================================= */


/* Account Login/Create Pages ============================================================ */
.account-login .content {  padding:14px 21px;}
.account-login .content p{ color:#666666; font-size:13px; line-height:normal;}
.registered-users .buttons-set a{ color:#000000; text-decoration:underline;}
.account-login .content h2 {padding:0 0 5px 0px; border-bottom:2px solid #F4F4F4; font-size:16px; margin-bottom:10px; }
.account-login .new-users h2 {}
.account-login .registered-users h2 {}
.account-login .buttons-set { padding:0px; margin:0px; border:none; }
.registered-users{ background:url("../images/left-sep.jpg") repeat-y scroll left 0 transparent;}
.account-create {}
.account-login { padding:25px 0px; min-height:400px;}
.account-login .page-title{margin-bottom:10px; }
.account-login .page-title h1{ background:url(../images/heding-sprits.jpg) no-repeat 0px -1138px; text-indent:-9999px; height:30px; overflow:hidden;}

.account-login .buttons-set button.button{ float:left; margin-left:22px; margin-right:10px;}
.account-login .buttons-set { text-align:left;}
.account-login p.required{ text-align:left; }
.account-login p.required span{ color:#EB340A;}
.cart .page-title h1{ background:url(../images/heding-sprits.jpg) no-repeat 0px -1170px; text-indent:9999px; overflow:hidden; height:30px; width:500px; display:block; margin-bottom:5px;}
/* Account Login/Create Pages ============================================================ */


/* My Account ============================================================================= */
.my-account .title-buttons .link-rss { float:none; margin:0; }

/********** < Dashboard */
.dashboard .welcome-msg { margin:0 8em 1.5em 0; }
.dashboard .welcome-msg p { margin:0; }
.dashboard .col2-set { margin:0 0 15px; }

/* General Box */
.box-account { }


.box-account .box-head { display:none;}
.box-account .box-head h2 { float:left; margin:0; font-size:13px; font-weight:bold; text-transform:uppercase; background-position:0 0; background-repeat:no-repeat; padding-left:21px; color:#e65505; }

.dashboard .box .box-title { text-align:right; }
.dashboard .box .box-title h3,
.dashboard .box .box-title h4 { float:left; font-size:13px; margin:0; }
.dashboard .col2-set .col-2 h3, .dashboard .col2-set .col-1 h3{ display:block;}
.dashboard .col2-set h3{ display:none;}
.order-items h2, .order-info-box h2, .dashboard .box .box-title h3 { font-size:16px; color:#666666; margin-bottom:5px;}
.dashboard .box .box-title h4{}
.dashboard .col2-set a { font-size:12px; color:#000000; text-decoration:underline;}
.dashboard .col2-set p{ color:#666666; font-weight:normal; font-size:13px;}

/* Block: Recent Orders */
.dashboard .box-recent .box-head h2 { background-image:url(../images/i_folder-table.gif); }

/* Block: Account Information */
.dashboard .box-info .box-head h2 { background-image:url(../images/i_ma-info.gif); }
.padder h4, .dashboard .box-info h4 { font-size:16px; color:#666666; margin-bottom:5px;}
.block-cart{ padding:10px 10px 10px 0px; border-bottom:2px solid #F5F5F5; margin-bottom:20px;}
.generic-box .col-1, .order-info-box .col-1, .dashboard .col-1{ background:url("../images/left-sep.jpg") repeat-y scroll right 0 transparent; margin-right:15px; padding-right:15px;}

/* Block: Reviews */
.dashboard .box-reviews .box-head h2 { background-image:url(../images/i_ma-reviews.gif); }
.dashboard .box-reviews .number { float:left; font-size:10px; font-weight:bold; line-height:1; color:#fff; margin:3px -20px 0 0; padding:2px 3px; background:#0a263c; }
.dashboard .box-reviews .details { margin-left:20px; }
.dashboard .box-reviews li.item { margin:0 0 7px; }
.dashboard .box-reviews li.item.last { margin:0; }
.dashboard .box-reviews .ratings { margin:7px 0 0; }


.sidebar .block-related strong{
color:#AF292E;
font-family:"helvetica";
font-size:18px;
font-weight:normal;
margin:0;
padding:0;
text-transform:capitalize;
padding-bottom:15px;
}
.sidebar .block-related { border-bottom:2px solid #F5F5F5; padding-bottom:10px;}

.sidebar .catr-side-bar1 p {
padding-top:10px;
}
.product-details #Sustain{ text-transform:uppercase; font-size:14px;}
.product-details #Sustain a{ color:#0066ff;}

.product-details #Revive{ text-transform:uppercase; font-size:14px;}
.product-details #Revive a{ color:#e15603;}


.product-details #Cleanse{ text-transform:uppercase; font-size:14px;}
.product-details #Cleanse a{ color:#c63e32;}

.product-details #Greens { text-transform:uppercase; font-size:14px;}
.product-details #Greens a{ color:#00a94f;}

/* Block: Tags */
.dashboard .box-tags .box-head h2 { background-image:url(../images/i_ma-tags.gif); }
.dashboard .box-tags .number { float:left; font-size:10px; font-weight:bold; line-height:1; color:#fff; margin:3px -20px 0 0; padding:2px 3px; background:#0a263c; }
.dashboard .box-tags .details { margin-left:20px; }
.dashboard .box-tags li.item { margin:0 0 7px; }
.dashboard .box-tags li.item.last { margin:0; }
.dashboard .box-tags .tags strong,
.dashboard .box-tags .tags ul,
.dashboard .box-tags .tags ul li { display:inline; }
/********** Dashboard > */

/* Address Book */
.addresses-list h2 { color:#666666;
font-size:16px;
margin-bottom:5px;}
.addresses-list h3 {color:#666666;
font-size:16px;
margin-bottom:5px; }
.addresses-list address { margin:0 0 3px; }
.addresses-additional p{ color:#666666; font-size:13px; font-weight:normal;}
.addresses-list p { margin:0; }
.addresses-list a { color:#000000; text-decoration:underline; }
.addresses-list .link-remove {  }
#Edit_Address h1{background:url("../images/heding-sprits.jpg") no-repeat scroll 0 -1654px transparent;
display:block;
height:26px;
overflow:hidden;
text-indent:9999px;}

#create_rma h3{background:url("../images/heding-sprits.jpg") no-repeat scroll 0 -1625px transparent;
display:block;
height:23px;
margin-bottom:10px; margin-top:23px;
overflow:hidden;
text-indent:9999px;}

.addresses-list .separator { margin:0 3px; }
.addresses-list li.item { margin-bottom:20px;background:url("../images/left-sep.jpg") repeat-y scroll right 0 transparent; margin-right:15px;}
.addresses-list li.empty { background:none; border:0; padding:0; }
.addresses-list li.empty p { }
.addresses-list .addresses-additional li.item { background:none; border:0; padding:0; }
.addresses-primary h2{ display:none;}
.addresses-primary a{ text-decoration:underline; font-size:13px; color:#000000; font-weight:normal;}
#my-orders-table{ width:100%;}
/* Order View */
.padder .button-level h3{ background:url(../images/heding-sprits.jpg) no-repeat 0px -1594px; height:31px; text-indent:-9999px; margin:0px 0px 10px 0px;}
.order-info { background:#EDECEC; border:1px solid #EDECEC; padding:4px 8px; margin:0 0 8px; }
.order-info dt,
.order-info dd,
.order-info ul,
.order-info li { display:inline; }
.order-info .current {  }
.order-info li { margin:0 3px; font-size:13px; text-decoration:underline; }
.my-account{ padding-top:25px;}
.order-date { margin:10px 0; }

.order-info-box { border-bottom:2px solid #F4F4F4; padding-bottom:20px; margin-bottom:20px; }


.order-info-box h2 {  }

.order-info-box .box-content{ color:#666666; font-size:13px;}

.order-info-box .box-payment p { margin:0 0 5px; }
.order-info-box .box-payment th {  padding-right:7px; }

.order-items { width:100%; overflow-x:auto; }
.order-about dl{ color:#666666; font-size:13px; font-weight:normal;}
.order-items .product-name { font-size:1em !important; font-weight:bold !important; }
.order-items .link-print { float:right; color:#1e7ec8; font-weight:normal; }
.order-items p .link-print { float:none; }

.order-gift-message { margin:15px 0; }
.gift-message dt strong { color:#666; }
.gift-message dd { margin:5px 0 0; font-size:13px; }

.order-about { margin:15px 0; }


.tracking-table { margin:0 0 15px; }
.tracking-table th { font-weight:bold; white-space:nowrap; }
.tracking-table th,
.tracking-table td { padding:1px 5px 0 0; }

.tracking-table-popup { width:100%; }
.tracking-table-popup th { font-weight:bold; white-space:nowrap; }
.tracking-table-popup th,
.tracking-table-popup td { padding:1px 8px; }

/* Order Print Pages */
.page-print .print-head { margin:0 0 15px; }
.page-print .print-head .logo { float:left; }
.page-print .print-head address { float:left; margin-left:15px; }
.page-print h1 { font-size:16px; font-weight:bold; }
.page-print h2,
.page-print h3 { font-size:13px; font-weight:bold; }
.page-print h2.h2 { font-size:16px; font-weight:bold; }
.page-print .order-date { background:url(../images/bkg_divider1.gif) 0 100% repeat-x; padding:0 0 10px; margin:0 0 10px; }
.page-print .col2-set { margin:0 0 10px; }
/* Price Rewrites */
.page-print .gift-message-link { display:none; }
.page-print .price-excl-tax,
.page-print .price-incl-tax { display:block; white-space:nowrap; }
.page-print .cart-price,
.page-print .price-excl-tax .label,
.page-print .price-incl-tax .label,
.page-print .price-excl-tax .price,
.page-print .price-incl-tax .price { display:inline; }

/* My Wishlist */
.my-wishlist .data-table td { padding:10px; }
.my-wishlist .product-image { display:block; width:113px; height:113px; margin:0 0 5px; }
.my-wishlist textarea { display:block; width:97%; height:109px; }
.my-wishlist .buttons-set { margin-top:2em; }
.my-wishlist .buttons-set button.button { float:none; }
.my-wishlist .buttons-set .btn-add span,
.my-wishlist .buttons-set .btn-share span { border-color:#406a83; background:#618499; }
#wishlist-table .add-to-links { white-space:nowrap; }


.account-create h1{
background:url("../images/heding-sprits.jpg") no-repeat scroll 0 -1567px transparent;
height:35px;
overflow:hidden;
text-indent:-9999px; margin:25px 0px 0px 0px;}


#forget{
background:url("../images/heding-sprits.jpg") no-repeat scroll 0 -2088px transparent;
display:block;
height:28px;
margin-bottom:5px;
overflow:hidden;
text-indent:9999px;
 margin-top:30px;
}
#logout{
background:url("../images/heding-sprits.jpg") no-repeat scroll 0 -2123px transparent;
display:block;
height:28px;
margin-bottom:5px;
overflow:hidden;
text-indent:9999px;
 margin-top:30px;
}
#suss{
background:url("../images/heding-sprits.jpg") no-repeat scroll 0 -2161px transparent;
display:block;
height:28px;
margin-bottom:5px;
overflow:hidden;
text-indent:9999px;
 margin-top:12px;
}


#emptycart{background:url("../images/heding-sprits.jpg") no-repeat scroll 0 -2193px transparent;
display:block;
height:28px;
margin-bottom:5px;
overflow:hidden;
text-indent:9999px;
 margin-top:30px;}

#logout_text p{ color:#666666; margin-bottom:30px;}

/* My Tags */
.my-tag-edit { float:left; margin:0 0 10px; }
.my-tag-edit .btn-remove { float:right; margin:5px 0 0 5px; }
#my-tags-table { clear:both; }
#my-tags-table td { padding:10px; }
#my-tags-table .add-to-links { white-space:nowrap; }

/* My Reviews */
#my-reviews-table td { padding:10px; }

.product-review .product-img-box { float:left; width:140px;  }
.product-review .product-img-box .product-image { display:block; width:125px; height:125px; }
.product-review .product-img-box .label { font-size:11px; margin:0 0 3px; }
.product-review .product-img-box .ratings .rating-box { float:none; display:block; margin:0 0 3px; }
.product-review .product-details { margin-left:150px; }
.product-review .product-name { font-size:16px; font-weight:bold; margin:0 0 10px; }
.product-review h3 { font-size:12px; margin:0 0 3px; color:#2f2f2f; }
.product-review .ratings-table { margin:0 0 10px; }
.product-review dt { font-weight:bold; }
.product-review dd { font-size:13px; margin:5px 0 0; }
/* ======================================================================================= */


/* Footer ================================================================================ */
.footer-container { border-top:15px solid #b6d1e2; }
.footer { width:930px; margin:0 auto; padding:10px 10px 50px; }
.footer .store-switcher { display:inline; margin:0 5px 0 0; color:#fff; }
.footer .store-switcher label { font-weight:bold; vertical-align:middle; }
.footer .store-switcher select { padding:0; vertical-align:middle; }
.footer a { color:#fff; text-decoration:none; }
.footer a:hover { text-decoration:underline; }
.footer .bugs { margin:13px 0 0; color:#ecf3f6; }
.footer .bugs a { color:#ecf3f6; text-decoration:underline; }
.footer .bugs a:hover { text-decoration:none; }
.footer address { margin:0 0 20px; color:#ecf3f6; }
.footer address a { color:#ecf3f6; text-decoration:underline; }
.footer address a:hover { text-decoration:none; }
.footer ul { display:inline; }
.footer ul.links { display:block; }
.footer li { display:inline; background:url(../images/bkg_pipe2.gif) 100% 60% no-repeat; padding:0 7px 0 4px; }
.footer li.last { background:none !important; padding-right:0 !important; }
.footer-container .bottom-container { margin:0 0 5px; }
/* ======================================================================================= */

/* Sample Data============================================================================ */
.home-callout { margin-bottom:12px; }
.home-callout img { display:block }
.home-spot { float:left; width:470px; margin-left:20px; }
.best-selling h3 { margin:12px 0 6px 0; color:#e25203; font-size:1.2em; }
.best-selling table { border-top:1px solid #ccc; }
.best-selling tr.odd { background:#eee url(../images/best_selling_tr_odd_bg.gif) 0 100% repeat-x; }
.best-selling tr.even { background:#fff url(../images/best_selling_tr_even_bg.gif) 0 100% repeat-x; }
.best-selling td { width:50%; border-bottom:1px solid #ccc; padding:8px 10px 8px 8px; font-size:11px; }
.best-selling .product-img { float:left; border:2px solid #dcdcdc; }
.best-selling .product-description { margin-left:107px; line-height:1.3em; }
.best-selling a.product-name,
.home-spot .best-selling a.product-name:hover { color:#203548; }
/* ======================================================================================= */

.about-page{ padding-top:25px;}
.about-page h1.about{ background-position: 0px -1744px; height:22px;}
.about-page h1{ background-image:url(../images/heding-sprits.jpg); background-repeat:no-repeat; text-indent:-999px; margin-bottom:5px;}
.about-page h1.mission{background-position: 0px -1768px; height:22px; }
.about-page h1.quality{background-position: 0px -1793px; height:22px; }
.about-page p{ font-size:13px; margin:0 0 15px 0;}
.about-page ul { margin: 0 0 15px 0; list-style-type: disc; }
.about-page li { margin: 0 0 0 20px; padding: 0 0 5px 0; list-style-type: disc; }

h1.customer-support{ background: url("../images/text-contact-us.png") left top no-repeat; text-indent: -999px; height: 22px; margin-left: -4px;}

.mailchimp{ width:430px; margin:0px auto;}
img {border: 0;}


#gallery a{}
#gallery .pills-s{ float:left; width:220px; float:left; padding-bottom:15px; text-align:center;}
#gallery .pills-s h2{ margin-bottom:10px;}
.catr-side-barnew h2{ margin-bottom:20px;}
#gallery .pills-s h2.rev_head{ color:#E35702;}
#gallery .pills-s h2.sus_head{ color:#F3A100;}

/*--Main Container--*/
.main_view {
	float: left;
	position: relative;
	border-bottom:4px solid #cb5531;
}
/*--Window/Masking Styles--*/
.window {
	height:250px;	width: 990px;
	overflow: hidden; /*--Hides anything outside of the set width/height--*/
	position: relative;
}
.image_reel {
	position: absolute;
	top: 0; left: 0;
}
.image_reel p, .image_reel img {float: left;}
.image_reel p{ width:900px;}
.image_reelnew{ float:left;	height:250px;	width: 990px;}
/*--Paging Styles--*/
.paging {
	position: absolute;
	bottom: 14px; right: 4px;	
	z-index: 100; /*--Assures the paging stays on the top layer--*/
	text-align: center;
	display: none; /*--Hidden by default, will be later shown with jQuery--*/
}
.paging a {
	
	text-decoration: none;
	outline:none;
	color: #fff;
	background:url(../images/testm-a.gif) no-repeat 0px 0px; width:11px; height:11px; float:left; text-indent:-9999px;
	margin-right:5px;
}
.paging a.active {background:url(../images/testm-a-hover.gif) no-repeat 0px 0px; width:11px; height:11px; float:left; text-indent:-9999px;}
.paging a:hover  {font-weight: bold;}
#testimonials    {width:990px; background:url(../images/bg-s.jpg) no-repeat right -32px; overflow:hidden;}

#testimonials h1{ height:34px; margin:30px 0px 20px 0px; position:relative;}
#testimonials h1 .submit-test{ position:absolute; right:0px; top:-32px; font-size:13px;}
#testimonials h1 .submit-test a{ color:#CB5531; text-decoration:underline;}

.image_reel ul   {padding:0px; margin:0px;list-style:none;}
.image_reel ul li   {float:left; width:460px; position:relative;}
.image_reel ul li p {position:absolute;background:url(../images/test-bg.png) no-repeat 0px 0px; width:252px; height:205px; top:25px; left:195px;}


.image_reel ul li small{ display:block; padding:20px 30px 10px 20px; font-size:14px;}
.image_reel ul li big{ color:#999999; padding-left:20px;}

#testimonials div.elt-testmonials{/* border-bottom:2px solid #e1e1e1; */padding-bottom:16px; padding-top:40px; overflow:hidden;}

#testimonials div.elt-testmonials ul{ padding:0px; margin:0px; list-style:none;}

#testimonials div.elt-testmonials ul li{border-bottom:1px dotted #e7e6e6; padding-bottom:20px;  overflow:hidden; padding-top:20px;}
#testimonials div.elt-testmonials ul li.secondli{border-bottom:0px dotted #e7e6e6; padding-top:20px;  overflow:hidden;}
#testimonials div.elt-testmonials ul li big{ width:130px; float:left}

#testimonials div#elt-testmonials2{ border-bottom:0px solid #e1e1e1; padding-bottom:16px; padding-top:21px; overflow:hidden;}

#testimonials div.elt-testmonials ul li big small{ display:block; padding:3px 0px 0px 0px; font-size:12px;}
#testimonials div.elt-testmonials ul li p{float:left; width:336px; font-size:12px; line-height:18px; margin:0 0 10px;}
#testimonials div.elt-testmonials ul li p.full{float:left; width: auto; font-size:12px; line-height:18px; margin:0 10px 10px 0;}
#testimonials div.elt-testmonials ul li span{ display:block; padding-top:10px;}

#testimonials div.tesm-left{ width:480px; border-right:1px dotted #e7e6e6; float:left;}
#testimonials div.tesm-right{ width:498px; float:left;}
#testimonials div.tesm-right ul li{ padding-left:27px;}
#testimonials h3{ padding:20px 0px 0px 0px; margin:0px 0px; font-size:18px;}







/*getting strated page css  begin*/
.gettingbanner{ background:url(../images/gettingstarted-banner.gif) no-repeat 0px 0px; height:319px; margin-top:5px;}
.get-banner-in{ float:right; width:610px; line-height:20px; margin:115px 15px 0px 0px;color:#999999;}
.get-banner-in p{ font-size:18px; padding:0px 0px 0px 24px;}
.get-banner-in .head-three-txt{ font-size:24px;  font-family:Helvetica Neue; margin:30px 0px 0px 0px;}
.get-banner-in .steps-area{ margin:48px 0px 0px 0px;}
.get-banner-in .three-steps{ float:left;line-height:17px; font-size:13px; text-align:center;}
.get-banner-in .three-steps h4{ margin-bottom:25px;}
.get-banner-in .rewidth{ width:206px;}
.get-banner-in .revwidth{ width:208px; margin-left:10px;}
.get-banner-in .suswidth{ width:163px;margin-left:8px;}
.get-banner-in .three-steps .re-move{ background:url(../images/heding-sprits.jpg) no-repeat 0px -1842px ; height:34px; margin-left:25px;}
.get-banner-in .three-steps .re-vive{ background:url(../images/heding-sprits.jpg) no-repeat 0px -1880px ; height:34px; margin-left:42px;}
.get-banner-in .three-steps .su-tain{ background:url(../images/heding-sprits.jpg) no-repeat 0px -1918px ; height:34px;}
.homepage .get-content{ margin:23px 0px 0px 0px;}
.get-content{ margin:23px 0px 25px 0px;}
.get-content .get-left{ width:334px; float:left; font-size:16px; color:#999999; }
.get-content .get-left p{ padding:0px 0px 22px 0px;line-height:19px; background:url(../images/new-bullets.jpg) repeat-x left bottom; margin-bottom:18px;}

.homepage .get-content .get-left p{ padding:0px 0px 12px 0px;line-height:19px; background:url(../images/new-bullets.jpg) repeat-x left bottom; margin-bottom:12px;}

.homepage .get-content .get-left{ width:335px; float:left; font-size:16px; color:#999999; }

.get-content .get-left p.last-pp{ padding-bottom:0px; border:none; background:none;}

.get-content .get-left .take-quize{ background:url(../images/heding-sprits.jpg) no-repeat 0px -1005px; width:135px; height:33px; display:block; margin-left:88px; cursor:pointer;}



.get-content .get-right{ width:590px; background:url(../images/get-right-border.gif) repeat-y; padding-left:27px; float:right;}

.homepage .get-content .get-right{ width:596px; background:url(../images/get-right-border.gif) repeat-y; padding-left:27px; float:right;}

.get-right .get-product{ border-bottom:5px solid #f5f5f5; padding:16px 0px 22px 0px;}
.get-right .product-left{ float:left; width:400px;}
.get-right .product-left .start-remove{ background:url(../images/heding-sprits.jpg) no-repeat 0px -1951px; height:27px;}
.get-right .product-left .start-revive{ background:url(../images/heding-sprits.jpg) no-repeat 0px -1979px; height:24px;}
.get-right .product-left .start-sustain{ background:url(../images/heding-sprits.jpg) no-repeat 0px -2004px; height:25px;}
.get-right .product-left ul{ margin:12px 0px 0px 0px;}
.get-right .product-left li{background:url("../images/heding-sprits.jpg") no-repeat  -30px -323px transparent;height:20px;line-height:20px;margin-bottom:2px; font-size:13px; padding-left:25px;}


.get-right .product-left li{background:url("../images/remove-s-b.jpg") no-repeat 2px 4px ;height:20px;line-height:20px;margin-bottom:2px; font-size:13px; padding-left:25px;color:#999999;}

.get-right .product-left .new-b-revive li{background:url("../images/revive-s-b.jpg") no-repeat 2px 4px ;}

.get-right .product-left .new-b-sustain li{background:url("../images/sustain-s-b.jpg") no-repeat 2px 4px ;}

.get-right .product-left a{ color:#999999;}
.get-right .product-right{ float:right; width:185px; text-align:center;}
.get-right .product-right img{margin-bottom:5px;}
.get-right .product-right a{ text-transform:uppercase; font-size:12px; color #c6362d;}
.get-right .product-right span{ color:#000; padding:20px 0px;}
#paddTN{ padding-top:0px;}
#boderBN{ border-bottom:none;}
/*getting strated page css end sssssss*/

/*get inner pages css beign*/
.get-in-baner{ border-bottom:5px  solid #cb5531; padding:0px 0px 15px 0px; overflow:hidden;}
.get-in-baner .main-img{ float:right; margin:0px 18px 0px 0px; text-align:center;}
.get-in-baner .main-img img{margin:0px 0px 8px 0px; width:320px;}
.get-in-baner .main-img a{ text-transform:uppercase; font-size:20px; color:#c6362d;}
.get-in-baner .main-img a img { width: auto;}
.get-in-baner .banner-in-left{ padding-top:30px; float:left; width:600px;}
.get-in-baner #banner-in-left-sustain{ width:560px;}
.banner-in-left .get-b-cleanse {background:url(../images/logo-cleanse-sm.png) no-repeat left top; height:35px;}
.banner-in-left .get-b-revive{ background:url(../images/logo-revive-sm.png) no-repeat left top; height:35px;}
.banner-in-left .get-b-sutain{ background:url(../images/logo-sustain-sm.png) no-repeat left top; height:35px;}
.banner-in-left .how-work{background:url(../images/heding-sprits.jpg) no-repeat 0px -2029px ; height:45px; margin:18px 0px 22px 0px; padding:0px;}
.banner-in-left ul{ margin:0px; padding:0px; list-style:none;}
.banner-in-left ul.cleanse-dot li{background:url(../images/bullets.png) no-repeat 0px 3px; }
.banner-in-left ul.revive-dot li{background:url(../images/bullets.png) no-repeat 0px -17px; }
.banner-in-left ul.sustain-dot li{background:url(../images/bullets.png) no-repeat 0px -37px; }
ul.cleanse-dot li span.bullet { display: inline-block; width: 20px; height: 20px; background:url(../images/bullets.png) no-repeat 0px 3px; text-indent: -9999px; }
ul.revive-dot li span.bullet { display: inline-block; width: 20px; height: 20px; background:url(../images/bullets.png) no-repeat 0px -17px; text-indent: -9999px; }
ul.sustain-dot li span.bullet { display: inline-block; width: 20px; height: 20px; background:url(../images/bullets.png) no-repeat 0px -37px; text-indent: -9999px; }
.banner-in-left ul li{ padding:0px 0px 0px 30px; color:#666666; font-size:17px; display:block; margin-bottom:15px; line-height:22px;}
#bordernone{ border:none;}
.pl-area{ padding:27px 0px 10px 0px; line-height:17px;}
.pl-area .pl-Brwdth{ background:url(../images/border-repeat.jpg) repeat-y; padding-left:28px;}
.pl-area #Padnone{ padding-right:0px;}
.pl-area .pl-inner-wdt1{width:295px;min-height:248px;}
.pl-area .pl-inner-wdt2{width:465px;min-height:205px;}
.pl-area .pl-inner{  float:left; padding-right:24px; }
.pl-area .pl-inner h4{ font-size:22px; color:#000; padding:0px ; margin:0px;}

#right-desc big{ display:none;}

#right-desc li{padding-left:20px;}
#right-desc  ol.rem-round li{ background:url("../images/remove-s-b.jpg") no-repeat scroll 0 7px transparent; }
#right-desc  ol.rev-round li{ background:url("../images/revive-s-b.jpg") no-repeat scroll 0 7px transparent; }
#right-desc  ol.sus-round li{ background:url("../images/sustain-s-b.jpg") no-repeat scroll 0 7px transparent; }

#right-desc .catr-side-bar1 li{ padding-top:3px;}
#right-desc .sdsds li{padding-top:3px;}

.pl-bottom-area-remove h4, .pl-bottom-area h4{font-size:22px; color:#000; padding-bottom:15px ; margin:0px;}


.pl-area .pl-inner p{ color:#666666;}
/*.pl-area .pl-inner p a{ color:#cb5531; text-decoration:underline;}*/

.pl-bottom-area ,.pl-bottom-area-remove{ padding:20px 0px 20px 0px; line-height:17px;}
.pl-bottom-area p{padding:0px 0px 15px 0px; color:#666666;}
.pl-bottom-area-remove p{padding:0px 0px 10px 0px; color:#666666; font-size:14px;ss}
/*get inner pages css end*/



.global-navigation{ height:43px; background:#cb5531;}










/* Layout helpers
----------------------------------*/
.ui-helper-hidden { display: none; }
.ui-helper-hidden-accessible { position: absolute; left: -99999999px; }
.ui-helper-reset { margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none; }
.ui-helper-clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.ui-helper-clearfix { display: inline-block; }
/* required comment for clearfix to work in Opera \*/
* html .ui-helper-clearfix { height:1%; }
.ui-helper-clearfix { display:block; }
/* end clearfix */
.ui-helper-zfix { width: 100%; height: 100%; top: 0; left: 0; position: absolute; opacity: 0; filter:Alpha(Opacity=0); }


/* Interaction Cues
----------------------------------*/
.ui-state-disabled { cursor: default !important; }


/* Icons
----------------------------------*/

/* states and images */
.ui-icon { display: block; text-indent: -99999px; overflow: hidden; background-repeat: no-repeat; }


/* Misc visuals
----------------------------------*/

/* Component containers
----------------------------------*/

#right-desc  .ui-tabs-nav li { background:none; padding:0px;}
.ui-widget { }
.ui-widget .ui-widget { }
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {}
.ui-widget-content {  }
.ui-widget-content a { }
.ui-widget-header {}
.ui-widget-header a { color: #ffffff; }

/* Interaction states
----------------------------------*/
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default { color:#666; }
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited { color:#666; text-decoration: none; font-size:15px; text-transform:uppercase;}
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus {color: #AF292E;  }
.ui-state-hover a, .ui-state-hover a:hover { color: #AF292E; text-decoration: none; }
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {color: #AF292E; border:1px solid #eae7e7; border-bottom:0px;   }
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited { color: #AF292E; text-decoration: none;  background:#FFF;}
.ui-widget :active { outline: none; }


#revivetab li.ui-state-default a:hover , #revivetab li.ui-state-active a , #revivetab li.ui-tabs-selected{ color:#e35702;}
#sustaintab li.ui-state-default a:hover , #sustaintab li.ui-state-active a , #sustaintab li.ui-tabs-selected{ color:#f3a100;}

/*button text element */
.ui-button .ui-button-text { display: block; line-height: 1.4;  }
.ui-button-text-only .ui-button-text { padding: .4em 1em; }
.ui-button-icon-only .ui-button-text, .ui-button-icons-only .ui-button-text { padding: .4em; text-indent: -9999999px; }
.ui-button-text-icon .ui-button-text, .ui-button-text-icons .ui-button-text { padding: .4em 1em .4em 2.1em; }
.ui-button-text-icons .ui-button-text { padding-left: 2.1em; padding-right: 2.1em; }
/* no icon support for input elements, provide padding by default */
input.ui-button { padding: .4em 1em; }



.ui-tabs { position: relative; padding: .2em; zoom: 1; } /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
.ui-tabs .ui-tabs-nav { margin: 20px 0 0 0;}
.ui-tabs .ui-tabs-nav li { list-style: none; float: left; position: relative; top: 1px; margin: 0 .2em 1px 0; border-bottom: 0 !important; padding: 0; white-space: nowrap; }
.ui-tabs .ui-tabs-nav li a { float: left;  text-decoration: none;   padding:10px 15px; outline:none; }
.ui-tabs .ui-tabs-nav li.ui-tabs-selected { margin-bottom: 0; padding-bottom: 1px; }
.ui-tabs .ui-tabs-nav li.ui-tabs-selected a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-state-processing a { cursor: text; }
.ui-tabs .ui-tabs-nav li a, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a { cursor: pointer; } /* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
.ui-tabs .ui-tabs-panel { display: block; border-width: 0; padding: 0em 1.4em; background: none; border:1px solid #eae7e7; margin-bottom:30px; overflow:hidden;}
.ui-tabs .ui-tabs-hide { display: none !important; }

#right-desc .ui-tabs-nav li#last_tab{ margin:0px; padding:0px;}




/* ligtbox -jquery css */


#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#lightbox-container-image { padding: 10px; }
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;
}
#lightbox-nav-btnPrev { 
	left: 0; 
	float: left;
}
#lightbox-nav-btnNext { 
	right: 0; 
	float: right;
}
#lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
}
#lightbox-container-image-data {
	padding: 0 10px; 
	color: #666; 
}
#lightbox-container-image-data #lightbox-image-details { 
	width: 70%; 
	float: left; 
	text-align: left; 
}	
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber {
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;	
}			
#lightbox-secNav-btnClose {
	width: 66px; 
	float: right;
	padding-bottom: 0.7em;	
}


.homecycle{ width:212px; height:235px; border:1px solid #f3f3f3; float:right; margin:30px 35px 0px 0px; text-align:center;}
.homecycle .h-ctext{line-height:28px; font-size:19px; color:#8e8e8e; margin-top:25px;  width:212px; height:210px;}
.homecycle .h-ctext .auther-n{ font-size:13px; width:212px; position:absolute; bottom:10px;  left:0px;text-align:center;}
#checkout-review-table .a-center{ text-align:center;}

/* ---------------------homepage css start here-----------------------------------------------------------------------------------------------------------------*/
#products {
	width: 1000px;
	height: 342px;
	margin: 16px 2px 0 3px;
}
#products .product { float: left; margin: 0 0 0 20px; }
#products .product.remove { width: 315px; }
#products .product.revive { width: 288px; }
#products .product.sustain { width: 322px; }
#products .product-photo { float: left; }
#products .product.remove .product-photo { width: 315px; height: 159px; }
#products .product.revive .product-photo { width: 288px; height: 159px; }
#products .product.sustain .product-photo { width: 322px; height: 159px; }
#products .product-heading {
	float: left;
	/*width: 170px;*/
	text-align: center;
	margin-top: 30px;
	display: none;
}
#products .product-heading img { margin-bottom: 4px; }
#products .product-heading a { color: #717171; }
#products .product-heading a:hover, .product-heading a:active { text-decoration: none; }
#products .product-details {
	clear: both;
	padding-top: 2px;
}
#products .product-details p { margin: 1em 0 .7em 0; }
#products .product-details ul { list-style-type: none; }
#products .product-details ul li {
	padding: 0 0 0 20px;
	margin: 0 0 4px 0;
	height: 20px;
	line-height: 20px;
	background: transparent url(../images/bullets.png) -4px top no-repeat;	
}
#products .product-details ul.revive li { background-position: -4px -20px; }
#products .product-details ul.sustain li { background-position: -4px -40px; }
#products p.choose { /* font-size: 1.2em; */ }
#products span.remove { text-transform: uppercase; color: #cb3f32; }
#products span.revive { text-transform: uppercase; color: #de5600; }
#products span.sustain { text-transform: uppercase; color: #f3a100; }

.product .buy-button {
	position: absolute;
	top: 320px;
	left: 250px;
	display: block;
	width: 42px;
	height: 24px;
	background: #05b1f5 url(../images//button-buy-bl.png) left top no-repeat;
	line-height: 23px;
	text-align: center;
	color: white !important;
	text-decoration: none;
}

.get-in-baner .main-img a.buy-button {
	display: block;
	width: 87px;
	height: 27px;
	background: #05b1f5 url(../images//button-buy-wide-bl.png) left top no-repeat;
	line-height: 27px;
	font-size: 13px;
	text-align: center;
	color: white !important;
	text-decoration: none;
	margin: 0 auto;
}
.actions a.buy-button {
	display: block;
	width: 87px;
	height: 27px;
	background: #05b1f5 url(../images//button-buy-wide-bl.png) left top no-repeat;
	line-height: 27px;
	font-size: 13px;
	text-align: center;
	color: white !important;
	text-decoration: none !important;
	margin: 0 auto;
}

#data {
	width: 1000px;
	height: 560px;
	margin: 20px 2px 0 3px;

}
.data-box.tall {
	width: 456px;
	height: 250px;
	padding: 20px 20px 10px 20px;
	background: transparent url(../images//background-data-box-tall.png) left top no-repeat;
	float: left;
}
.data-box.short {
	width: 456px;
	height: 224px;
	padding: 20px 20px 10px 20px;
	background: transparent url(../images//background-data-box-short.png) left top no-repeat;
	float: left;
}
.data-box h3 {
	margin: 0;
	padding: 0;
	color: #5CBFE9;
	font-size: 20px;
}
.data-box ul {
	list-style-type: circle;
	margin-left: 16px;	
}
.data-box ul li {
	margin-bottom: 10px;	
}
.what-makes-us-unique, .buzz { display: inline; margin-left: 22px; }
.support, .buzz { margin-top: 8px; }
.where-to-start p { line-height: 1.4em; }
.buzz .col1 {
	float: left; width: 240px;
	padding-top: 10px;
}
.buzz .col2 { 
	float: left; width: 200px;
	margin-left: 10px;
	padding-top: 10px;
}
.buzz img {
	margin: 15px 6px 20px 0;	
	float: left;
}
.buzz span.au {
	display: block;
	font-style: italic;
	padding: 6px 0 0 4px;
}
.where-to-start h3 {
	text-indent: -9999px;
	background: url(../images/text-where-to-start.png) left top no-repeat;
	margin: 0 0 5px 170px;
}
.where-to-start p img { margin-top: -5px; }
.where-to-start .more-link { bottom: 29px; }
.what-makes-us-unique h3 {
	text-indent: -9999px;
	background: url(../images/text-what-makes-us-unique.png) left top no-repeat;
}
.support h3 {
	text-indent: -9999px;
	background: url(../images/text-support.png) left top no-repeat;
}
.buzz h3 {
	text-indent: -9999px;
	background: url(../images/text-testimonials.png) left top no-repeat;
}
#press {
	width: 1000px;
	margin: 20px 2px 0 3px;
	height: 110px;
}
#press p.item {
	display: block;
	float: left;
	width: 130px;
	height: 80px;
	margin: 0 0 0 10px;
	text-align: center;
}
#press p.item img {
	margin-bottom: 6px;
	/*display: block;*/
}
#press a:focus, #press a:hover, #press a:active { text-decoration: none; }
.data-box, #press { position: relative; }
.more-link { position: absolute; bottom: 5px; right: 14px; /*background: url(../images/icon-right-arrow.png) right 3px no-repeat;*/ padding: 0 12px 0 0; margin: 0; }
#press .more-link a { color: #5CBFE9; }
.more-link a:focus, .more-link a:hover, .more-link a:active { text-decoration: underline; }
.checkout { background: url(../images/icon-right-arrow.png) right 3px no-repeat; padding-right: 12px; }

.photo-detail {
	position: absolute;
	width: 600px;
	height: 454px;	
	border: 1px solid black;
	box-shadow: 5px 5px 10px #BBBBBB;
	-moz-box-shadow: 5px 5px 10px #BBBBBB;
	display: none;
	background: white;
}
.photo-detail.remove {
	top: 190px;
	left: 350px;
}
.photo-detail.revive {
	top: 190px;
	left: 600px;
}
.photo-detail.sustain {
	top: 190px;
	left: 30px;
}
.alignleft { float: left; margin: 0 10px 10px 0; }
.alignright { float: right; margin: 0 0 10px 10px; }
.clear { clear: both; }

/* ---------------------homepage css end here-----------------------------------------------------------------------------------------------------------------*/


.nocart{ color:#666666;}

/* Clears ================================================================================ */
.clearer:after,
.header-container:after,
.header-container .top-container:after,
.header:after,
.header .quick-access:after,
#nav:after,
.main:after,
.footer:after,
.footer-container .bottom-container:after,
.col-main:after,
.col2-set:after,
.col3-set:after,
.col4-set:after,
.search-autocomplete li:after,
.block .block-content:after,
.block .actions:after,
.block li.item:after,
.block-poll li:after,
.block-layered-nav .currently li:after,
.page-title:after,
.products-grid:after,
.products-list li.item:after,
.box-account .box-head:after,
.dashboard .box .box-title:after,
.box-reviews li.item:after,
.box-tags li.item:after,
.pager:after,
.sorter:after,
.ratings:after,
.add-to-box:after,
.add-to-cart:after,
.product-essential:after,
.product-collateral:after,
.product-view .product-img-box .more-views ul:after,
.product-view .box-tags .form-add:after,
.product-options .options-list li:after,
.product-options-bottom:after,
.product-review:after,
.cart:after,
.cart-collaterals:after,
.cart .crosssell li.item:after,
.opc .step-title:after,
.checkout-progress:after,
.multiple-checkout .place-order:after,
.group-select li:after,
.form-list li:after,
.form-list .field:after,
.buttons-set:after,
.page-print .print-head:after,
.advanced-search-summary:after,
.gift-messages-form .item:after,
.send-friend .form-list li p:after { display:block; content:"."; clear:both; font-size:0; line-height:0; height:0; overflow:hidden; }
.Timimg-information{ background:#f7e6e0; padding:15px; font-size:13px; border:1px solid #d9d9d9; color:#6c6c6c; margin-top:25px;}
.error-page-title #error-page-title{background:url(../images/heding-sprits.jpg) no-repeat 0px -2231px; height:30px; margin:30px 0px 12px 0; text-indent:-9999px;}
.error-page-title p{ font-size:16px; display:block; padding-bottom:20px; color:#999999;}
.error-page-title ul { list-style:none;  color:#999999; padding:10px 15px 15px 15px; margin-bottom:30px;}
.error-page-title ul li{ background:url(../images/404-bullet.jpg) no-repeat 0px 5px; padding-left:15px; font-size:12px; margin-bottom:5px;}
.error-page-title ul li span a{ text-transform:uppercase;}
.step .col-2{ background:url("../images/get-right-border-new.gif") repeat-y scroll 0 0 transparent; padding-left:25px;}
/* ======================================================================================= */


.out-of-stock {padding-top:0px!important; line-height:normal!important; margin:0px!important;}
.out-of-stock a {text-decoration:underline;}
.breadcrumbs { display: none; }

/*----page content----*/
#lipman-welcome {
	background: transparent url("../images/dr-frank-lipman.jpg") 96px 20px no-repeat;
 	height: 152px;
	padding: 49px 100px 0 300px;
	border-bottom: 3px solid #e4e4e4;
	position: relative;
}
#lipman-welcome .more-link {
	bottom: 8px; right: 136px; padding: 0 12px 0 0; margin: 0;
	background: transparent none;
}
#lipman-welcome p {
	text-align: justify;
	line-height: 16px;
	margin: 0 0 15px 0;
}

#content_store #col1 {
	float: left;
	width: 760px;
}
#content_store #col2 {
	float: left;
	width: 220px;
	/*border-left: 1px solid #B8B8B8;*/
	padding-left: 20px;
}

#content_store #col1 .product {
	float: left;
	height: 510px;
	margin-left: 75px;
	width: 330px;
}
#content_store #col1 .product .product-gfx { width: 330px; position: relative; } 
#content_store #col1 .product .product-logo { position: absolute; text-align: right; }
#content_store #col1 .product .product-logo a { color: #717171; }
#content_store .product .product-logo { font-size: 10px; line-height: 13px; }
#content_store #col1 .product .product-photo { position: absolute; top: 108px; }
#content_store #col1 .product .product-details { margin-top: 330px; font-size: 12px; }
#content_store #col1 .product .product-details p { margin-bottom: 8px; }
#content_store #col1 .product .product-details li {
	margin: 0;
	padding: 0 0 0 20px;
	height: 20px;
	line-height: 20px;
	background: transparent url("../images/bullets-sm.png") -4px top  no-repeat;
	letter-spacing: -.3px
}

#content_store #col1 #product-cleanse { }
#content_store #col1 #product-cleanse .product-logo { top: 33px; left: 49px; }
#content_store #col1 #product-cleanse .product-photo { left: -25px; }

#content_store #col1 #product-sustain { margin-left: 15px; }
#content_store #col1 #product-sustain { width: 340px; }
#content_store #col1 #product-sustain .product-logo { top: 33px; left: 39px; }
#content_store #col1 #product-sustain .product-photo { left: 23px; }
#content_store #col1 #product-sustain .product-details li { background-position: -4px -80px; }

#content_store #col1 #product-greens {
	border-top: 3px solid #e4e4e4;
}
#content_store #col1 #product-greens .product-logo { top: 29px; left: 39px; }
#content_store #col1 #product-greens .product-photo { left: 49px; }
#content_store #col1 #product-greens .product-details li { background-position: -4px -60px; }
#product-greens .buy-button { top: 300px; }

#content_store #col1 #product-daily-dose { 
	margin-left: 0; 
	padding-left: 15px;
	border-top: 3px solid #e4e4e4;
	width: 325px;
}
#content_store #col1 #product-daily-dose .product-logo { top: 29px; left: 39px; }
#content_store #col1 #product-daily-dose .product-photo { left: 49px; }
#content_store #col1 #product-daily-dose .product-details li { background-position: -4px -40px; }
#product-daily-dose .buy-button { top: 300px; }


#content_store #col1 #product-revive {
	width: 670px;
	height: 270px;
	clear: both;
	border-top: 3px solid #e4e4e4;
}
#content_store #col1 #product-revive .product-logo { top: 29px; left: 348px; }
#content_store #col1 #product-revive .product-photo { top: 26px; left: 53px; }
#content_store #col1 #product-revive .product-details li { background-position: -4px -60px; }
#content_store #col1 #product-revive .product-details { margin-top: 100px; margin-left: 345px;}


.data-box {
	width: 340px;
	height: 163px;
	padding: 13px;
	background: transparent url(../images/background-data-box.png) left top no-repeat;
	float: left;
	margin-top: 2px;
}
.data-box h3 {
	margin: 0;
	padding: 0;
	color: #da521f;
	font-size: 20px;
	font-weight: normal;
}
.data-box ul {
	list-style-type: circle;
	margin-left: 16px;	
	margin-top: 5px;
	font-size: 11.4px;
}
.data-box ul li {
	margin-bottom: 5px;	
}

.testimonial {
	clear: both;
	font-size: 11px;
	line-height: 13px;
	margin-top: 20px;
	padding-bottom: 15px;
}
.testimonial p { margin: 0; padding: 0; }
.testimonial img {
	float: left;
	margin: 0 6px 6px 0;
}

#press {
	width: 1000px;
	margin: 26px 0 0 0;
	height: 110px;
	position: relative;
	line-height: 14px;
	overflow: hidden;
}
#press p.item {
	display: block;
	float: left;
	width: 130px;
	height: 110px;
	margin: 0 0 0 16px;
	text-align: center;
}
#press p.item.first {
	margin: 0;
}
#press p.item img {
	margin-bottom: 6px;
	/*display: block;*/
}
#press a:focus, #press a:hover, #press a:active { text-decoration: none; }
#press .more-link a { color: #5CBFE9; }
#press a {color: #333333;}

