/**
 * 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) 2011 Magento Inc. (http://www.magentocommerce.com)
 * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
 */

/* Reset ================================================================================= */
* { margin:0; padding:0; }

body { text-align:center; font-family:  "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 12px; color: #2a2a2a; line-height: 1.43; background: transparent url(http://www.detoxyourworld.com/skin/frontend/default/detoxyourworld/images/bg-body.gif); -webkit-text-size-adjust:none; }

img { vertical-align:top; }

a { text-decoration:underline; color: #673091; }
a:hover { text-decoration:none; }
:focus { outline:0; }
a img { border: 0; }

iframe { border: 0; }

/* Headings */
h1,h2,h3,h4,h5,h6 { margin:0 0 .5em; line-height:1.35; font-weight: bold; }
h1 { font-size: 22px; color: #673091; margin-bottom: 1em; }
h2 { font-size: 16px; }
h3 { font-size: 14px; }
h4 { font-size: 12px; }
h5 { font-size: 12px;}
h6 { font-size: 12px;}

/* Forms */
form { display:inline; }
fieldset { padding: 0; margin: 0; border: 0; }
legend { display:none; }

/* Table */
table { border-collapse: collapse; width: 100%; margin-bottom: 1.5em; empty-cells:show; border: 1px solid #DBDFD0;  }
caption,th,td { vertical-align:top; text-align:left; padding: 5px; }
caption > *:last-child,th > *:last-child,td > *:last-child { margin-bottom: 0; }
label[for] { cursor: pointer; }

/* Content */
p { margin:0 0 1.5em; }
strong {}
address { line-height:1.35; }
cite {}
q,
blockquote { quotes:none; }
blockquote { background: #f2ebf7; border: 3px solid #b2b2b2; border-radius: 15px; padding: 25px 100px; margin: 0 0 1.5em; font-size: 12px; color: #3c3c3c; position: relative; }
blockquote > *:last-child { margin-bottom: 0; }
blockquote:before,
blockquote:after { display: block; content: ""; background: url(http://www.detoxyourworld.com/skin/frontend/default/detoxyourworld/images/quotes.gif) no-repeat; width: 37px; height: 28px; position: absolute; }
blockquote:before { top: 30px; left: 30px; }
blockquote:after { bottom: 30px; right: 30px; background-position: -40px 0; }
blockquote h2 { font-size: 14px; color: #673091; }
q:before,
q:after { content:''; }
small,big {}
hr { width: 100%; height: 0; border: 0; border-top: 1px solid #e4e4d3; border-bottom: 1px solid #FFF; margin: 15px 0; }
/*sup { vertical-align:top; }*/

/* Lists */
ul,ol { list-style:none; }
ul.ul { list-style: disc; margin-left: 2em; }

/* Tools */
.hide,
.hidden { display:block !important; margin:0 !important; padding:0 !important; line-height:0 !important; width:0 !important; height:0 !important; overflow:hidden !important; }
.nobr { white-space:nowrap !important; }
.wrap { white-space:normal !important; }
.a-left { text-align:left !important; }
.a-center { text-align:center !important; }
.a-right { text-align:right !important; }
.v-top { vertical-align:top; }
.v-middle { vertical-align:middle; }
.f-left,
.left { float:left !important; }
.f-right,
.right { float:right !important; }
.f-none { float:none !important; }
.f-fix { float:left; width:100%; }
.no-display { display:none; }
.no-margin { margin:0 !important; }
.no-padding { padding:0 !important; }
.no-bg {}
/* ======================================================================================= */


/* Layout ================================================================================ */
.wrapper { min-width:954px; background: transparent url(http://www.detoxyourworld.com/skin/frontend/default/detoxyourworld/images/bg-wrapper.gif) repeat left top; }
.page { width: 980px; margin: 0 auto; background: #fffbf5; }
.page-print { padding:25px 30px; text-align:left; }
.page-empty { padding:20px; text-align:left; }
.page-popup { padding:25px 30px; text-align:left; }
.cms-index-index .main-container { padding: 40px 0 0; }
.main { width:940px; margin:0 auto; text-align:left; }
.cms-index-index .main-container { }
#content-bottom-wrapper { margin-top: 40px; }
body.checkout-onepage-success #content-bottom-wrapper { margin-top: 10px; }

/* Base Columns */
.col-left { float:left; width:220px; padding:0 0 1px; }
.col-main { float:left; width:700px; padding:0 0 1px; }
.col-right { float:right; width:220px; padding:0 0 1px; }
.sidebar {}

/* 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 {}

/* 3 Columns Layout */
.col3-layout .col-main { width:460px; margin-left:20px; }
.col3-layout .col-wrapper { float:left; width:700px; }
.col3-layout .col-wrapper .col-main { float:right; }

/* Content Columns */
.col2-set .col-1 { float:left; width:48.5%; }
.col2-set .col-2 { float:right; width:48.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%; }

.col-1 > :last-child,.col-2 > :last-child,.col-3 > :last-child,.col-4 > :last-child { margin-bottom: 0; }
/* ======================================================================================= */

/* CMS PAGE */
.contacts-index-index .col-main,
.cms-page-view .col-main { background: #FFF; border: 1px solid #dddacc; padding: 29px; font-size: 14px; }
.contacts-index-index .col-main > *:last-child,
.cms-page-view .col-main > *:last-child,
.cms-page-view .col-main > .std >*:last-child { margin-bottom: 0; }
.contacts-index-index .col2-left-layout .col-main,
.contacts-index-index .col2-right-layout .col-main,
.cms-page-view .col2-left-layout .col-main,
.cms-page-view .col2-right-layout .col-main { width: 640px; }
.contacts-index-index .col3-layout .col-main,
.cms-page-view .col3-layout .col-main { width: 400px; }
.cms-page-view .col-main .std .col2-set,
.cms-page-view .col-main .std .col3-set,
.cms-page-view .col-main .std .col4-set { margin-bottom: 1.5em; }
 
.cms-page-view .col-main .customer_rating { border: 1px solid #dee0d7; padding: 15px; color: #3c3c3c; font-size: 11px; background: #f2ebf7; }
.cms-page-view .col-main .customer_rating > *:last-child { margin-bottom: 0; }
.cms-page-view .col-main .customer_rating .icon { text-align: center; }
.cms-page-view .col-main .customer_rating .title { font-weight: bold; margin: 0; }
.cms-page-view .col-main .customer_rating .rating-box { margin: 2px 0; }

/* Global Styles ========================================================================= */
/* Form Elements */
input,select,textarea,button { vertical-align:middle; font-size: 12px; }
input.input-text { text-indent: 4px; }
input.input-text,select,textarea {}
input.input-text,textarea { border: 1px solid #cbcbcb; border-radius: 2px; height: 18px; padding: 5px 0; line-height: 18px; }
select { padding: 0; }
select option { padding-right:10px; }
select.multiselect option { padding:2px 5px; }
select.multiselect option:last-child {}
textarea { overflow:auto; padding: 5px; font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; }
input.radio { margin-right:3px; }
input.checkbox { margin-right:3px; }
input.qty { width:2.5em !important; text-align: center; text-indent: 0; }
button::-moz-focus-inner { padding:0; border:0; } /* FF Fix */
button { -webkit-border-fit:lines; } /* <- Safari & Google Chrome Fix */
button { overflow:visible; width:auto; border:0; padding:0; margin:0; background:transparent; cursor:pointer; }
a.button,
button.button { display: inline-block; text-decoration: none; line-height: 17px; }
a.button span,
button.button span { display:block; text-align:center; white-space:nowrap; vertical-align: middle; }
a.button > span,
button.button > span { position: relative; border: 2px solid #ffac41; padding: 5px 23px 5px 10px; border-radius: 2px; color: #FFF; font-size: 14px; font-weight: bold; text-shadow: 1px 1px 0 rgba(0,0,0,.15);
background: #fca73a;
background-image: linear-gradient(bottom, rgba(235,161,62, 0.5), rgba(252,167,58, 0.5));
background-image: -o-linear-gradient(bottom, rgba(235,161,62, 0.5), rgba(252,167,58, 0.5));
background-image: -moz-linear-gradient(bottom, rgba(235,161,62, 0.5), rgba(252,167,58, 0.5));
background-image: -webkit-linear-gradient(bottom, rgba(235,161,62, 0.5), rgba(252,167,58, 0.5));
background-image: -ms-linear-gradient(bottom, rgba(235,161,62, 0.5), rgba(252,167,58, 0.5));
}
a.button span span:after,
button.button > span span:after { position: absolute; right: 5px; top: 50%; overflow: hidden; display: block; content: "."; width: 8px; height: 11px; margin: -5px 0 0 0; text-indent: -1000px; background: url(http://www.detoxyourworld.com/skin/frontend/default/detoxyourworld/images/sprite.png) no-repeat -224px -24px; }
a.button:active > span,
button.button:active > span { text-shadow: -1px -1px 0 rgba(0,0,0,.15);
background-image: linear-gradient(bottom, rgb(255,192,2) 0%, rgb(236,174,31) 100%);
background-image: -o-linear-gradient(bottom, rgb(255,192,2) 0%, rgb(236,174,31) 100%);
background-image: -moz-linear-gradient(bottom, rgb(255,192,2) 0%, rgb(236,174,31) 100%);
background-image: -webkit-linear-gradient(bottom, rgb(255,192,2) 0%, rgb(236,174,31) 100%);
background-image: -ms-linear-gradient(bottom, rgb(255,192,2) 0%, rgb(236,174,31) 100%);
}
button.disabled span {}

a.button.big { display: block; line-height: 43px; }
a.button.big > span { font-size: 22px; border: 1px solid #d49842; border-radius: 3px; box-shadow: inset 0 0 1px #FFF; }
a.button.big > span > span { display: inline; }
a.button.big > span > span:after { content: ""; width: 0; height: 0; border-width: 7px 0 7px 10px; border-style: solid; border-color: transparent transparent transparent #fff; display: inline-block; margin-left: 14px; background: none transparent; position: static; }
 

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

/* Form lists */
/* Grouped fields */
/*.form-list { width:535px; margin:0 auto; overflow:hidden; }*/
.form-list li { margin:0; }
.form-list .fields label,
.form-list .wide label { display: inline-block; max-width: 30%; position:relative; z-index:0; vertical-align: middle; }
.form-list label.required { position: relative; }
.form-list label.required em { float:right; position:absolute; top:0; right:-8px; }
.form-list li.control { padding-left: 35%; margin-bottom: .5em; }
.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; width:65%; float: right; }
.form-list .field {}
.form-list input.input-text { width:100%; margin-left: -2px; margin-bottom: .5em; }
.form-list textarea { width:85%; height:10em; margin-left: -2px; margin-bottom: .5em; }
.form-list select { width:auto; margin-left: -2px; max-width: 100%; margin-bottom: .5em; }
.form-list li.wide {}
.form-list li.wide .input-box {}
.form-list li.wide input.input-text { width:100%; }
.form-list li.wide textarea { width:100%; }
.form-list li.wide select { width:100%; }
.form-list li.additional-row { 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 {}
.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 {}
.form-list label.required em { 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 { 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 { 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 { clear:both; margin: 10px 0 0; padding: 10px 0 0; text-align:right; border-top: 1px solid #e5e5e5; }
.buttons-set p.required { margin:0 0 10px; }
.buttons-set .back-link { float:left; margin:0; }
.buttons-set button.button { float:right; margin-left:5px; }

.buttons-set-order { margin:10px 0 0; }
.buttons-set-order .please-wait { padding:12px 7px 0 0; }

.fieldset { padding:22px 25px 12px 33px; margin:40px 0 40px; background: #FFF; border: 1px solid #DDDACC; }
.fieldset .legend { float:left; margin:-45px 0 0 -10px; padding:0 8px; height: 22px; line-height: 22px; position:relative; background: #FFF; border: 1px solid #DDDACC; border-bottom: 0; font-size: 14px; }

/* Form Validation */
.validation-advice { clear:both; min-height:13px; margin:3px 0 0; padding-left:17px; font-size:11px; font-weight:bold; line-height:13px; background:url(http://www.detoxyourworld.com/skin/frontend/default/detoxyourworld/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:right; color:#EB340A; }
/* 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:#6a7434; font-weight:bold; }
.error { color:#924817; font-weight:bold; }
.notice { color:#a28405; }

.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 { padding:15px 10px !important; font-weight:bold !important; background-position: 10px 50%; background-repeat: no-repeat; }
.error-msg { background-color:#f2ceb4; color:#924817; background-image: url(http://www.detoxyourworld.com/skin/frontend/default/detoxyourworld/images/i_error.png); padding-left: 35px !important; }
.error-msg a { color:#924817; }
.success-msg { background-color:#dee3c3; color:#6a7434; background-image: url(http://www.detoxyourworld.com/skin/frontend/default/detoxyourworld/images/i_success.png); padding-left: 35px !important; }
.success-msg a { color:#6a7434; }
.note-msg,
.notice-msg { background-color:#fbebaa; color:#a28405; background-image: url(http://www.detoxyourworld.com/skin/frontend/default/detoxyourworld/images/i_notice.png); padding-left: 35px !important; }
.note-msg a,
.notice-msg a { color:#a28405; }


/* BreadCrumbs */
.breadcrumbs { font-size: 11px; color: #673091; margin-bottom: 10px; }
.breadcrumbs a { color: #937e66; }
.breadcrumbs li { display:inline; }
.breadcrumbs li span { color: #937e66; margin: 0 5px; }
.breadcrumbs li strong { font-weight: normal; }

/* Page Heading */
.page-title { width:100%; overflow:hidden; margin:0 0 10px; }
.page-title h1,
.page-title h2 { margin:0; font-size: 22px; color: #673091; text-shadow: 1px 1px 0 #FFF; }
.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; }

.cms-index-index .col-main .page-title { text-align: center; margin: 0 0 20px; }
.cms-index-index .col-main .std { font-size: 14px; padding: 0 120px; margin-bottom: 40px; background: url(http://www.detoxyourworld.com/skin/frontend/default/detoxyourworld/images/home-std.gif) no-repeat top; }

.subtitle,
.sub-title { clear:both; }

/* Pager */
.pager { border: 1px solid #e8e8e8; padding: 4px 0; border-width: 1px 0; margin: 1.5em 0; }
.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; }
.pages { font-weight: bold; }
.pages strong { display: none; }
.pages ol { display:inline; }
.pages li { display:inline; margin:0 2px; }
.pages a.previous, .pages a.next { display: inline-block; overflow: hidden; line-height: 1234em; width: 16px; height: 15px; border-radius: 2px; vertical-align: text-bottom; background: #FFF; }
.pages a.previous { background-position: -72px -54px; }
.pages a.next { background-position: -56px -54px; }
.pages .current {}
.toolbar-bottom .pager { border-top: 1px solid #e8e8e8; border-bottom: 0; padding: 4px 0 0; }

/* Sorter */
.sorter { padding:3px 8px; }
.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 {}
.sort-by span.asc { background-position: -88px -36px; display: inline-block; height: 10px; width: 9px; overflow: hidden; line-height: 1234em; vertical-align: middle; }
.sort-by span.desc { background-position: -97px -36px; display: inline-block; height: 10px; width: 9px; overflow: hidden; line-height: 1234em; vertical-align: middle; }

/* Toolbar */
.toolbar { background: #f2ebf7; border: 1px solid #a178be; box-shadow: 0 0 0 1px #f5f0f9 inset; color: #693890; padding: 4px 10px; overflow: hidden; font-size: 12px; line-height: 20px; }
.toolbar label,
.toolbar select { vertical-align: middle; }
.toolbar a { color: #693890; }
.toolbar .sort-by,
.toolbar .view-mode,
.toolbar .limiter { float: left; margin-right: 20px; }
.toolbar .amount { float: right; margin: 0; }
.toolbar .amount strong { font-weight: normal; }
.toolbar .pages { float: right; margin: 0 0 0 20px; }
.toolbar-bottom { margin-bottom: 20px; clear: both; }

/* Data Table */
.data-table { width:100%; border-collapse: collapse; border-width: 0; }
.data-table .odd {}
.data-table .even {}
/*.data-table tr.odd:hover,
.data-table tr.even:hover {}*/
.data-table td.last,
.data-table th.last {}
.data-table tr.last th,
.data-table tr.last td {}
.data-table th { padding: 5px; }
.data-table td { padding: 5px; }

.data-table thead th { padding:5px; white-space:nowrap; vertical-align:middle; background: #673091; color: #FFF; }
.data-table thead th.wrap { white-space:normal; }
.data-table thead th a,
.data-table thead th a:hover {}
.data-table thead th {}
.data-table thead th .tax-flag { white-space:nowrap; }

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

.data-table tbody th,
.data-table tbody td { border-bottom: 1px solid #e7e7e7; }
.data-table tbody tr.last th,
.data-table tbody tr.last td { border-bottom: 0; }

/* Bundle products tables */
.data-table tbody.odd tr {}
.data-table tbody.even tr {}
.data-table tbody.odd tr td,
.data-table tbody.even tr td {}
.data-table tbody.odd tr.border td,
.data-table tbody.even tr. }

.data-table tbody td .option-label {}
.data-table tbody td .option-value { padding-left:10px; }

/* Generic Info Box */
.info-box { padding:12px 15px; margin:0 0 15px; }
.info-box h2 {}

.info-table th { padding:2px 15px 2px 0; }
.info-table td { padding:2px 0; }

/* Shopping cart total summary row expandable to details */
tr.summary-total { cursor:pointer; }
tr.summary-total td {}
tr.summary-total .summary-collapse { float:right; text-align:right; padding-left:20px; cursor:pointer; }
tr.show-details .summary-collapse {}
tr.show-details td {}
tr.summary-details td {}
tr.summary-details-first td {}
tr.summary-details-excluded {}

.cart-price { text-align: center; display: block; }

/* 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; cursor:pointer; }
.cart-tax-info .price,
.cart-tax-total .price { display:inline !important; }
.cart-tax-total-expanded {}

/* Class: std - styles for admin-controlled content */
.std .subtitle { padding:0; }
.std ol { list-style:decimal outside; padding-left:1.5em; margin:0 0 1.5em; }
.std ul { list-style:disc outside; padding-left:1.5em; margin:0 0 1.5em; }
.std ul.check { list-style-type: none; padding: 0px; }
.std ul.check li { padding: 5px 0 5px 30px; }
.std ul.check li:before { content: ""; width: 18px; height: 16px; float: left; margin-left: -30px; background: url(http://www.detoxyourworld.com/skin/frontend/default/detoxyourworld/images/sprite.png) -141px -24px; }
.std dl dt {}
.std dl dd { margin:0 0 10px; }
/*.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 {}
.std dd { padding:0 0 0 1.5em; }
.std blockquote { padding:0 0 0 1.5em; }
.std address {}
.std b,
.std strong {}
.std i,
.std em {}*/

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

.link-cart {}
.link-wishlist {}
.link-reorder {}
.link-compare {}
.link-print { /* padding:2px 0 2px 25px;*/ }
.link-rss { padding-left:18px; line-height:14px; white-space:nowrap; }
.btn-remove,
.btn-remove2 { display:inline-block; width:12px; height:12px; line-height:0; line-height: 999em; overflow:hidden; background-position: -88px -24px; vertical-align: text-top; }
.btn-edit { display:block; width:11px; height:11px; line-height:0; text-indent:-999em; overflow:hidden; }
.btn-refresh { display:inline-block; width:14px; height:16px; line-height:0; line-height: 999em; overflow:hidden; background-position: -88px -46px; vertical-align: middle; }

.cards-list dt { margin:5px 0 0; }
.cards-list .offset { padding:2px 0 2px 20px; }

.separator { margin:0 3px; }

.divider { clear:both; display:block; line-height:0; height:1px; margin:10px 0; text-indent:-999em; overflow:hidden; }

/* Noscript Notice */
.noscript { line-height:1.25; text-align:center; }
.noscript .noscript-inner { width:950px; margin:0 auto; padding:12px 0 12px; }
.noscript p { margin:0; }

/* Demo Notice */
.demo-notice { margin:0; padding:6px 10px; line-height:1.15; text-align:center; }
/* ======================================================================================= */


/* Header ================================================================================ */
.logo { float:left; }
.header-container {}
.header { width:940px; margin:0 auto; text-align:left; position:relative; z-index:400; padding: 5px 0 0; }
.header .logo { float:left; margin:0 65px 0 0; text-decoration:none !important; }
.header .logo strong { position:absolute; top:-999em; left:-999em; width:0; height:0; line-height:0; text-indent:-999em; overflow:hidden; }
.header .quick-access { text-align: right; font-size: 11px; color: #897969; }
.header .quick-access a { color: #673091; }
.header .quick-access ul { display: inline-block; line-height: 16px; height: 16px; vertical-align: middle; }
.header .form-search { float: left; padding: 2px 0 0; }
.header .form-search p { font-size: 11px; color: #2c2c2c; margin: 0 0 3px; }
.header .form-search p em { font-style: normal; color: #673091; font-weight: bold; }
.header .form-search input.input-text { float:left; border-radius: 2px 0 0 2px; border: 1px solid #cbcbcb; border-right: 0; height: 14px; padding: 7px 0 7px 5px; width: 250px; font-family: "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, sans-serif; color: #3c3c3c; }
.header .form-search button.btn-search { float:left; }
.header .form-search button.btn-search > span { border: 1px solid #cbcbcb; border-radius: 0 2px 2px 0; float: left; background: #f3f3f3; box-shadow: 0 0 0 1px rgba(255,255,255,.28) inset;
background-image: linear-gradient(bottom, rgb(231,231,231), rgb(254,254,254));
background-image: -o-linear-gradient(bottom, rgb(231,231,231), rgb(254,254,254));
background-image: -moz-linear-gradient(bottom, rgb(231,231,231), rgb(254,254,254));
background-image: -webkit-linear-gradient(bottom, rgb(231,231,231), rgb(254,254,254));
background-image: -ms-linear-gradient(bottom, rgb(231,231,231), rgb(254,254,254));
}
.header .form-search button.btn-search:active > span {
background-image: linear-gradient(bottom, rgb(254,254,254) 0%, rgb(231,231,231) 100%);
background-image: -o-linear-gradient(bottom, rgb(254,254,254) 0%, rgb(231,231,231) 100%);
background-image: -moz-linear-gradient(bottom, rgb(254,254,254) 0%, rgb(231,231,231) 100%);
background-image: -webkit-linear-gradient(bottom, rgb(254,254,254) 0%, rgb(231,231,231) 100%);
background-image: -ms-linear-gradient(bottom, rgb(254,254,254) 0%, rgb(231,231,231) 100%);
}
.header .form-search button.btn-search span span { float: left; height: 14px; padding: 7px 0; text-indent: -1234em; width: 24px; background: url(http://www.detoxyourworld.com/skin/frontend/default/detoxyourworld/images/btn-search.gif) no-repeat center; }
.header .form-search .search-autocomplete { z-index:999; }
.header .form-search .search-autocomplete ul { background: #FFF; border: 1px solid #CBCBCB; border-top: 0; margin-right: -1px; overflow: hidden; border-radius: 0 0 2px 2px; box-shadow: 0 2px 2px rgba(0,0,0,.1); }
.header .form-search .search-autocomplete li { text-align:left; padding:4px 9px; cursor:pointer; border-bottom: 1px solid #CBCBCB; }
.header .form-search .search-autocomplete li .amount { float:right;  }
.header .form-search .search-autocomplete li.odd {}
.header .form-search .search-autocomplete li.selected { background: #F0F1E8; }
.header .form-search .search-autocomplete li.last { border-bottom: 0; }
.header .form-language { clear:both; padding: 0; text-align:right; display: inline-block; height: 16px; line-height: 16px; vertical-align: middle; }
.header .form-language .flag { height: 16px; width: 22px; overflow: hidden; display: inline-block; background: url(http://www.detoxyourworld.com/skin/frontend/default/detoxyourworld/images/sprite-img.png) 0 -20px; line-height: 1234em; margin-left: 4px; }
.header .form-language .flag-en_gb,
.header .form-language .flag-en_us { background-position: -22px -20px; }
.header .form-language .flag-nl_nl { background-position: 0 -20px; }
.header-container .top-container { float: right; margin-top: 21px; }

.header .cart-header { float: right; font-size: 14px; font-weight: bold; }
.header .cart-header a.icon { float: left; width: 25px; height: 24px; line-height: 1234em; overflow: hidden; background-position: 0 0; margin: 2px 10px 0 0; }
.header .cart-header p.amount,
.header .cart-header p.amount a { color: #673091; }
.header .cart-header p.subtotal,
.header .cart-header p.subtotal a { color: #673091; }
.header .cart-header .summary { background: #feeed5; box-shadow: 1px 1px 1px rgba(86,90,65,.1) inset; border-radius: 2px 0 0 2px; overflow: hidden; height: 29px; line-height: 29px; text-shadow: -1px -1px 0 rgba(255,255,255,.74); padding: 0 5px 0 10px; float: left; }
.header .cart-header .actions { float: left; margin-left: -2px; }
.header .cart-header p { margin: 0 7px 0 0; float: left; }
.header .cart-header button.button > span { height: 15px; line-height: 15px; text-decoration: underline; }

#header-content { background: #ffd9a8; width: 938px; margin: 0 auto 10px; text-align: center; border: 3px solid #693890; border-radius: 0 0 14px 14px; border-top: 0; padding: 10px 0; font-size: 14px; color: #ef7b0a; }
#header-content p { margin: 0; }
#header-content a { color: #673091; text-transform: uppercase; }

/********** < Navigation */
.nav-container { width:942px; padding: 1px; margin:7px auto 0; background: #64417e; background: -webkit-gradient(linear, left top, left bottom, from(#64417e), to(#402455)); }
#nav { border: 1px solid #8154a4; margin: 0; padding: 0; background: #683192;
background-image: linear-gradient(bottom, rgb(95,44,134), rgb(104,49,146));
background-image: -o-linear-gradient(bottom, rgb(95,44,134), rgb(104,49,146));
background-image: -moz-linear-gradient(bottom, rgb(95,44,134), rgb(104,49,146));
background-image: -webkit-linear-gradient(bottom, rgb(95,44,134), rgb(104,49,146));
background-image: -ms-linear-gradient(bottom, rgb(95,44,134), rgb(104,49,146));
}

/* All Levels */ /* Style consistent throughout all nav levels */
#nav li { position:relative; text-align:left; }
#nav a,
#nav a:hover { display:block; line-height:1.3em; text-decoration:none; position: relative; }
#nav span { display:block; cursor:pointer; white-space:nowrap; }
#nav li ul span {white-space:normal; }
#nav ul li.parent a {}
#nav ul li.parent li a {}

/* 0 Level */
#nav li.level0 { float:left; border-right: 1px solid #482f6e; z-index: 100; }
#nav li.level0.over { z-index:50; }
#nav li.level0.over > a { z-index: 25; position: relative; }
#nav li.level0 > a { float:left; padding: 6px 13px; color: #FFF; font-size: 14px; font-weight: bold; text-shadow: 0 0 1px #a3ae70; border-right: 1px solid #8154a4; background: #683192;
background-image: linear-gradient(bottom, rgb(95,44,134), rgb(104,49,146));
background-image: -o-linear-gradient(bottom, rgb(95,44,134), rgb(104,49,146));
background-image: -moz-linear-gradient(bottom, rgb(95,44,134), rgb(104,49,146));
background-image: -webkit-linear-gradient(bottom, rgb(95,44,134), rgb(104,49,146));
background-image: -ms-linear-gradient(bottom, rgb(95,44,134), rgb(104,49,146));
}
#nav li.level0.active > a,
#nav li.level0.over > a,
#nav li.level0 > a:hover { background: #522872;
background-image: linear-gradient(bottom, rgb(83,39,117), rgb(76,35,107));
background-image: -o-linear-gradient(bottom, rgb(83,39,117), rgb(76,35,107));
background-image: -moz-linear-gradient(bottom, rgb(83,39,117), rgb(76,35,107));
background-image: -webkit-linear-gradient(bottom, rgb(83,39,117), rgb(76,35,107));
background-image: -ms-linear-gradient(bottom, rgb(83,39,117), rgb(76,35,107));
}
#nav li.level0.highlight,
#nav li.level0.highlight { float: right; border-left: 1px solid #8154A4; border-right: 0; }
#nav li.level0.highlight > a,
#nav li.level0.highlight.over > a,
#nav li.level0.highlight > a:hover { border: 0; padding-top: 7px; padding-bottom: 7px; background: #683192;
background-image: linear-gradient(bottom, rgb(95,44,134), rgb(104,49,146));
background-image: -o-linear-gradient(bottom, rgb(95,44,134), rgb(104,49,146));
background-image: -moz-linear-gradient(bottom, rgb(95,44,134), rgb(104,49,146));
background-image: -webkit-linear-gradient(bottom, rgb(95,44,134), rgb(104,49,146));
background-image: -ms-linear-gradient(bottom, rgb(95,44,134), rgb(104,49,146));
}
#nav li.level0.highlight.over > a,
#nav li.level0.highlight > a:hover { background: #8A9556;
background-image: linear-gradient(bottom, rgb(83,39,117), rgb(76,35,107));
background-image: -o-linear-gradient(bottom, rgb(83,39,117), rgb(76,35,107));
background-image: -moz-linear-gradient(bottom, rgb(83,39,117), rgb(76,35,107));
background-image: -webkit-linear-gradient(bottom, rgb(83,39,117), rgb(76,35,107));
background-image: -ms-linear-gradient(bottom, rgb(83,39,117), rgb(76,35,107));
}

/* 1st Level */
#nav div.submenu { background: #F2EBF7; border: 1px solid #A178BE; padding: 13px; font-weight: bold; font-size: 12px; box-shadow: 0 0 30px rgba(0,0,0,.2); }
#nav ul.level0 { border-left: 1px solid #cebcdb; display: inline-block; vertical-align: top; white-space: normal; width: 160px; }
#nav ul.level0 > li { border-bottom: 1px solid #cebcdb; margin-left: 8px; }
#nav ul.level0 > li.last { border-bottom: 0; }
#nav ul.level0 > li.first > a { padding-top: 0; }
#nav ul.level0 > li.last > a { padding-bottom: 0; }
#nav ul.level0 > li > a { color: #652592; padding: 4px 0 4px 9px; }
#nav ul.level0 a:hover { color: #F08319; text-decoration: underline; }

/* 2nd Level */
#nav ul.submenu,
#nav div.submenu { position:absolute; top:30px; left:-10000px; white-space: nowrap; }
#nav div.submenu ul ul { position:static; width:auto; }
#nav div.submenu_teaser { display: inline-block; vertical-align: top; white-space: normal; width: 156px; margin: 0 0 0 20px; }
#nav div.submenu_teaser img { display: inline-block; border: 1px solid #dbdccf; border-radius: 2px; overflow: hidden; }

/* Show menu */
#nav li ul.shown-sub,
#nav li div.shown-sub { left:-2px; z-index:10; }
#nav li .shown-sub ul.shown-sub,
#nav li .shown-sub li div.shown-sub { left:100px; }
/********** Navigation > */
/* ======================================================================================= */


/* BANNER */
#banners { width: 700px; height: 360px; overflow: hidden; position: relative; margin-bottom: 20px; }
#banners .slide { position: absolute; top: 0; left: 0; border: 3px solid #ffac40; border-radius: 14px; background: #FFF; width: 694px; height: 350px; }
#banners .slide img { margin: 5% auto; }
#banners .nav { position: absolute; right: 21px; bottom: 15px; }
#banners .nav li { display: inline; }
#banners .nav li.nav-slide a { border: 2px solid #673091; display: inline-block; border-radius: 999em; background: #FFF; width: 10px; height: 10px; text-decoration: none; line-height: 1234em; overflow: hidden; margin: 0; }
#banners .nav li.nav-slide a.active { border-color: #675849; background: #d7c4e4; }
#banners a.nav-next { position: absolute; right: 10px; top: 50%; height: 21px; width: 13px; background-position: -38px 0; line-height: 1234em; overflow: hidden; margin: -10px 0 0; }
#banners a.nav-prev { position: absolute; left: 10px; top: 50%; height: 21px; width: 13px; background-position: -25px 0; line-height: 1234em; overflow: hidden; margin: -10px 0 0; }


/* HOME */
.home-blocks-container { margin-left: -20px; overflow: hidden; clear: both; margin-bottom: 20px; }
.home-blocks-container .block { float: left; width: 314px; border: 3px solid #b2b2b2; margin: 0 0 0 20px; background: #f2ebf7; box-shadow: 0 0 0 1px #f4f6ea inset; }
.home-blocks-container .block .block-title { font-size: 14px; margin-bottom: 1em; color: #673091; }
.home-blocks-container .block.last { width: 200px; }
.home-blocks-container .block .button > span { float: none; display: block; border: 3px solid #5d367b; text-decoration: underline; background-color: #ae6432;
background-image: linear-gradient(bottom, rgb(85,22,131), rgb(103,48,145));
background-image: -o-linear-gradient(bottom, rgb(85,22,131), rgb(103,48,145));
background-image: -moz-linear-gradient(bottom, rgb(85,22,131), rgb(103,48,145));
background-image: -webkit-linear-gradient(bottom, rgb(85,22,131), rgb(103,48,145));
background-image: -ms-linear-gradient(bottom, rgb(85,22,131), rgb(103,48,145));
}
.home-blocks-container .block .button:active > span { text-shadow: -1px -1px 0 rgba(168,86,36,.15);
background-image: linear-gradient(bottom, rgb(177,105,59) 0%, rgb(168,86,36) 100%);
background-image: -o-linear-gradient(bottom, rgb(177,105,59) 0%, rgb(168,86,36) 100%);
background-image: -moz-linear-gradient(bottom, rgb(177,105,59) 0%, rgb(168,86,36) 100%);
background-image: -webkit-linear-gradient(bottom, rgb(177,105,59) 0%, rgb(168,86,36) 100%);
background-image: -ms-linear-gradient(bottom, rgb(177,105,59) 0%, rgb(168,86,36) 100%);
}


#toppers { margin-bottom: 20px; }
#toppers ul.tabs { z-index: 2; position: relative; border: 1px solid #b2b2b1; border-radius: 9px; text-align: center; background: #f2ebf7; height: 38px; }
#toppers ul.tabs li { display: inline; line-height: 35px; }
#toppers ul.tabs li a { color: #673091; font-size: 14px; font-weight: bold; text-shadow: 1px 1px 0 #fff; display: inline-block; padding: 0 20px; }
#toppers ul.tabs li a.active { height: 35px; border: 1px solid #b2b2b2; border-radius: 5px 5px 0 0; position: relative; margin: -8px 0 0; padding: 5px 20px 12px; color: #673091; text-decoration: none; text-shadow: 1px 1px 0 #FFF; background: #dbc7ea;}
#toppers .tab-holder { z-index: 1; position:relative; margin-top: -6px; }
#toppers .tab-holder .tab { background: #ffd5a0; border: 1px solid #f2c68f; border-top: 0; border-radius: 0 0 9px 9px; padding: 30px 24px 24px; }
#toppers .tab-holder .tab .scroll-container { position: relative; }
#toppers .tab-holder .tab .scroll-container a.next,
#toppers .tab-holder .tab .scroll-container a.prev { background-position: -102px -48px; width: 26px; height: 26px; overflow: hidden; line-height: 1234em; }
#toppers .tab-holder .tab .scroll-container a.next,
#toppers .tab-holder .tab .scroll-container a.next { position: absolute; right: -10px; top: 50%; background-position: -128px -48px; }
#toppers .tab-holder .tab .scroll-container a.prev { position: absolute; left: -10px; top: 50%; }
#toppers .tab-holder .tab .scroll-holder { overflow: hidden; width: auto; margin: 0 auto; width: 840px; padding: 0; position: relative; }
#toppers .tab-holder .tab .scroll-content { width: 1234em; }
#toppers .tab-holder .tab .products-grid { margin: 0; border: 0; overflow: hidden; }
#toppers .tab-holder .tab .products-grid li.item { margin-bottom: 0; }
#toppers li.item { width: 170px; margin: 0 10px; }


/* Sidebar =============================================================================== */
.block { margin:0 0 15px; background: #FFF; border: 3px solid #ffac40; border-radius: 14px; padding: 9px; }
.block.block-cms.block-usps ul { margin-bottom: 0px !important; } 
.block .block-title { font-size: 14px; margin-bottom: 10px; color: #673091; }
.block .block-title strong { display:block; }
.block .block-title strong span {}
.block .block-title a { text-decoration:none !important; }
.block .block-subtitle { margin:0; padding:5px 9px; }
.block .block-content {}
.block .block-content > *:last-child { margin-bottom: 0 !important; }
.block .block-content .product-name,
.block .block-content .product-name a { color: #673091; text-decoration: none; font-weight: bold; }
.block .actions { padding:6px 9px; text-align:right; }
.block .actions a { float:left; }
.block .actions button.button { float:right; }
.block .empty { margin:0; padding:5px 9px; }
.block ul { margin-bottom: 1.5em; list-style-type: disc; margin-left: 25px; }

.block.color { border: 3px solid #b2b2b2; background: #f2ebf7; box-shadow: 0; }
.block.color .block-title { color: #673091; }

.std .block.color { background: transparent none; border-color: #ffac40; }
.std .block.color .block-title { color: #ef7b0a; }

.block li.odd {}
.block li.even {}

/* block-weekproduct */
.block-weekproduct .item { padding-left: 105px; }
.block-weekproduct .item .product-image { float: left; margin-left: -105px; box-shadow: 1px 1px 3px rgba(0,0,0,.1); }
.block-weekproduct .item .product-name { margin-bottom: .5em; }
.block-weekproduct .item .product-name,
.block-weekproduct .item .product-name a { font-size: 1em; color: #3C3C3C; }
.block-weekproduct .item .short-description strong { font-weight: normal; }
.block-weekproduct .item .short-description > *:last-child { margin-bottom: 0; }
.block-weekproduct .item .button { margin-top: 1em; }




/* Block: USP's */
.block-usps ul { margin-left: 0; list-style-type: none; }
.block-usps li { padding: 5px 0 5px 30px; background-position: 5px 10px; background-repeat: no-repeat; line-height: 1.1; }
.block-usps li strong { color: #673091; }
.block-usps li em { font-size: 10px; color: #673091; }

/* Block NEWSLETTER */
.block-newsletter ul { margin-left: 0; list-style-type: none; }
.block-newsletter ul li { padding: 5px 0 5px 30px; background-position: 5px 3px; background-repeat: no-repeat; }
.block-newsletter input.input-text { margin-bottom: .5em; width: 100%; }
.block-newsletter button.button { display: block; width: 100%; }
.block-newsletter button.button > span { float: none; display: block; border: 1px solid #967b5f; background-color: #ae6432;
background-image: linear-gradient(bottom, rgb(168,86,36), rgb(177,105,59));
background-image: -o-linear-gradient(bottom, rgb(168,86,36), rgb(177,105,59));
background-image: -moz-linear-gradient(bottom, rgb(168,86,36), rgb(177,105,59));
background-image: -webkit-linear-gradient(bottom, rgb(168,86,36), rgb(177,105,59));
background-image: -ms-linear-gradient(bottom, rgb(168,86,36), rgb(177,105,59));
}
.block-newsletter button.button:active > span { text-shadow: -1px -1px 0 rgba(168,86,36,.15);
background-image: linear-gradient(bottom, rgb(177,105,59) 0%, rgb(168,86,36) 100%);
background-image: -o-linear-gradient(bottom, rgb(177,105,59) 0%, rgb(168,86,36) 100%);
background-image: -moz-linear-gradient(bottom, rgb(177,105,59) 0%, rgb(168,86,36) 100%);
background-image: -webkit-linear-gradient(bottom, rgb(177,105,59) 0%, rgb(168,86,36) 100%);
background-image: -ms-linear-gradient(bottom, rgb(177,105,59) 0%, rgb(168,86,36) 100%);
}

/* Block customerservice */
.block-customerservice .block-content strong { font-size: 20px; color: #673091; }

/* block-cart_usp */
.block-cart_usp { border: 1px solid #d4d7c4; padding: 0; }
.block-cart_usp ul { margin: 0 9px; padding: 0; list-style-type: none; }
.block-cart_usp li { border-top: 1px solid #dfe9ce; color: #673091; padding: 10px 5px 10px 31px; font-weight: bold; background-position: 5px 10px; background-repeat: no-repeat; }
.block-cart_usp li:first-child { border-top: 0; }

/* BLOCK E-BOOK */
.block-download_free_ebook { border: 0; background: transparent; padding: 10px 350px 10px 115px; margin: 40px 0;
background-image: linear-gradient(bottom, #ffeed7, #fff5e8);
background-image: -o-linear-gradient(bottom, #ffeed7, #fff5e8);
background-image: -moz-linear-gradient(bottom, #ffeed7, #fff5e8);
background-image: -webkit-linear-gradient(bottom, #ffeed7, #fff5e8);
background-image: -ms-linear-gradient(bottom, #ffeed7, #fff5e8);
}
.block-download_free_ebook h3 { font-size: 20px; color: #673091; }
.block-download_free_ebook img { float: left; margin: -7px 0 -7px -95px; }
.block-download_free_ebook form { float: right; margin-right: -340px; width: 330px; } 
.block-download_free_ebook form fieldset { float: left; }
.block-download_free_ebook form div { float: right; }
.block-download_free_ebook form input.input-text { margin-bottom: 4px; width: 208px; color: #3c3c3c; text-indent: 15px; }
.block-download_free_ebook form button > span { padding-right: 10px; border: none; border: 1px solid rgba(103,48,145,0.36); box-shadow: 0px 0px 5px rgba(255,255,255,.23) inset;
	background-color: #683191;
	background-image: linear-gradient(bottom, rgb(87, 42, 120), rgb(116, 64, 133) 20%, rgb(104, 49, 145) 30%);
	background-image: -o-linear-gradient(bottom, rgb(87, 42, 120), rgb(116, 64, 133) 20%, rgb(104, 49, 145) 30%);
	background-image: -moz-linear-gradient(bottom, rgb(87, 42, 120), rgb(116, 64, 133) 20%, rgb(104, 49, 145) 30%);
	background-image: -webkit-linear-gradient(bottom, rgb(87, 42, 120), rgb(116, 64, 133) 20%, rgb(104, 49, 145) 30%);
	background-image: -ms-linear-gradient(bottom, rgb(87, 42, 120), rgb(116, 64, 133) 20%, rgb(104, 49, 145) 30%);
}
.block-download_free_ebook form button span span,
.block-download_free_ebook form button:focus span span { text-transform: uppercase; background-image: url(http://www.detoxyourworld.com/skin/frontend/default/detoxyourworld/images/btn-newsletter.png) !important; background-position: 50% 3px !important; background-repeat: no-repeat !important; padding-top: 35px !important; }
.block-download_free_ebook form button span span:after { display: none; }

/* Block: Account */
.block-account {}
.block-account ul { margin: 0; padding: 0; list-style-type: none; }
.block-account .block-title { padding:0; }
.block-account .block-title strong {}
.block-account .block-content { padding:0; }
.block-account .block-content li a { display:block; padding:3px 0; text-decoration:none !important; }
.block-account .block-content li a:hover {}
.block-account .block-content li.last a {}
.block-account .block-content li.current { padding:3px 0; }
.block-account .block-content li.current.last {}

/* Block: Currency Switcher */
.block-currency { padding:7px 12px 10px; height:51px; }
.block-currency .block-title { padding:0; margin:0 0 5px; }
.block-currency .block-title strong { padding:0 0 0 21px; text-transform:none; }
.block-currency .block-content { padding:0; }
.block-currency .block-content select { width:100%; padding:0; }

/* Block: Layered Navigation */
.block-layered-nav { border: 0; padding: 0; background: none transparent; }
.block-layered-nav .block-title { background: #f2ebf7; border: 1px solid #ffe5c2; box-shadow: 0 0 0 1px #faf7fc inset; color: #652592; padding: 7px 10px; }
.block-layered-nav .block-content {}
.block-layered-nav dt { border-left: 1px solid #edeae1; margin-top: 20px; color: #652592; font-weight: bold; padding: 0 0 0 10px; }
.block-layered-nav dd { border-left: 1px solid #edeae1; padding: 0 0 0 10px; }
.block-layered-nav dd.last {}
.block-layered-nav dd li { text-align: right; overflow: hidden; color: #b97b53; }
.block-layered-nav dd li a { float: left; max-width: 178px; text-align: left; color: #f08319; font-weight: bold; text-decoration: none; }
.block-layered-nav dd li a:hover { text-decoration: underline; color: #673091; }
.block-layered-nav dl.currently dd li a { color: #8f995d; text-decoration: underline; }
.block-layered-nav dl.currently dd li a:hover { text-decoration: none; }
.block-layered-nav .currently li a span.icon { display: inline-block; background-position: -88px -24px; height: 12px; width: 12px; margin-right: 7px; vertical-align: middle; }
.block-layered-nav .actions { display: none; }

/* Block: Cart */
.block-cart .block-title { /**/ }
.block-cart .block-title strong {}
.block-cart .summary { padding:2px 8px 8px; margin:-1px 0 0; position:relative; z-index:1; }
.block-cart .amount { margin:0; }
.block-cart .amount a {}
.block-cart .subtotal { margin:5px 0 0; padding:2px 0; text-align:center; }
.block-cart .subtotal .price {}
.block-cart .actions {}
.block-cart .actions .paypal-logo { float:left; width:100%; margin:3px 0 0; text-align:right; }
.block-cart .actions .paypal-logo .paypal-or { clear:both; display:block; padding:0 55px 8px 0; }

/* Block: Wishlist */
.block-wishlist .block-title strong {}
.block-wishlist .actions { text-align:right; }
.block-wishlist .actions a { float:none; }

/* Block: Related */
.block-related { background: none transparent; border: 0; padding: 0; }
.block-related .block-title { margin:0 0 15px; background: #e4e9ce; border: 1px solid #e4e4d3; box-shadow: 0 0 0 1px #f5f7eb inset; color: #673091; padding: 7px 10px; font-size: 14px; }
.block-related .product { padding-left: 70px; overflow: hidden; padding-bottom: 5px; }
.block-related .product .product-image { float: left; margin-left: -70px; background: #FFF; border: 1px solid #e0e0e0; }
.block-related input.checkbox {}
.block-related li.item { padding: 0 10px 7px; margin-bottom: 7px; border-bottom: 1px dashed #c3c8ae; }
.block-related li.item label { color: #673091; text-decoration: underline; }
.block-related li.item label:hover { text-decoration: none; }

/* Block: Compare Products */
.page-popup .link-print { padding:2px 0 2px 25px; }
.compare-table {}
.compare-table thead tr.first th,
.compare-table thead tr.first td { padding:0; line-height:0; }
.compare-table .btn-remove { float:right; width:72px; height:15px; }
.compare-table tbody th {}
.compare-table tbody th,
.compare-table tbody td { padding:10px; }
.compare-table tbody td.last {}
.compare-table tbody tr.last th,
.compare-table tbody tr.last td {}
.compare-table tr.add-to-row td { text-align:center; }
.compare-table tr.first td { text-align:center; }
.compare-table tr.first td .product-name { margin:0 0 5px; }
.compare-table tr.first td .product-name a {}
.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 { padding: 0; border: 0; background: transparent none; margin: 20px 0 0; }
.block-viewed .products-grid { border: 0; margin: 0; padding: 0; }
.block-viewed .products-grid li.item { width: 140px; margin-bottom: 0; }
.block-viewed .products-grid .product-name { margin: 0 0 5px; }
.block-viewed .products-grid .price-box { margin: 0; }
.block-viewed .block-title strong {}

/* Block: Recently Compared */
.block-compared .block-title strong {}

/* Block: Poll */
.block-poll .block-title strong {}
.block-poll .block-subtitle {}
.block-poll label {}
.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 .answer {}
.block-poll .votes { float:right; margin-left:10px; }

/* Block: Tags */
.block-tags .block-title strong {}
.block-tags .block-content .tags-list {}
.block-tags .block-content a {}
.block-tags .actions { text-align:right; }
.block-tags .actions a { float:none; }

/* Block: Subscribe */
.block-subscribe .block-content { padding:5px 10px; }
.block-subscribe .block-title strong {}
.block-subscribe label {}
.block-subscribe input.input-text { display:block; width:167px; margin:3px 0; }
.block-subscribe .actions { padding:0; margin:3px 0 0; text-align:left; }
.block-subscribe .actions button.button { float:none; }

/* Block: Reorder */
.block-reorder .block-title strong {}
.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 {}
.block-banner .block-content { padding:0; text-align:center; }

/* Block: Login */
.block-login .block-title strong {}
.block-login .block-content { padding:5px 10px; }
.block-login label {}
.block-login input.input-text { display:block; width:167px; margin:3px 0; }
.block-login .actions { padding:0; margin:3px 0 0; }

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


/* Category Page ========================================================================= */
.category-header-container { padding: 15px; margin-bottom: 20px; background: #FFF; border: 3px solid #ffac40; border-radius: 15px; overflow: hidden; font-size: 14px; }
.category-description-bottom-container { background: #f2ebf7; padding: 15px; font-size: 14px; }
.category-header-image { padding-left: 196px; }
.category-description-bottom { font-size: 14px; }
.category-description-bottom > *:last-child,
.category-description > *:last-child { margin-bottom: 0; }
.category-title { margin:0 0 7px; }
.category-image { float: left; margin: 0 0 0 -186px; border: 1px solid #dbdccc; box-shadow: 1px 1px 5px rgba(0,0,0,.14) inset; padding: 5px; background: #FFF; }
.category-image img { }
.category-description { font-size: 14px; }
.category-products {}

.category-newest h2 { color: #673091; }
.category-newest .products-grid { border-bottom: 0; margin-bottom: 0; }

li.item .ribbon { position: absolute; left: -4px; top: 19px; line-height: 1234em; overflow: hidden; height: 21px; width: 45px; }
li.item .ribbon-sale { background-position: -51px 0; width: 79px; }
li.item .ribbon-new { background-position: -131px 0; width: 50px; }
li.item .ribbon-recipe { background-position: -182px 0; width: 56px; }

/* View Type: Grid */
.products-grid { position:relative; border-bottom: 1px solid #d4d8bf; margin: 20px 0; }
.products-grid.last { border-bottom: 0; margin-bottom: 0; }
.products-grid li.item { float:left; background: #FFF; padding: 9px; position: relative; width: 200px; margin: 0 20px 20px 0; border: 1px solid #a16ea7; }
/*.products-grid > li.item { position: relative; z-index: 2; border: none; background: #fff; }
.products-grid > li.item:before {
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	overflow: hidden;
	display: block;
	content: ".";
	min-height: 270px;
	width: 195px;
	text-indent: -1000px;
	background-image: -webkit-linear-gradient(bottom, rgb(141,89,149), rgb(161, 110, 167));
	background-image: -o-linear-gradient(bottom, rgb(141,89,149), rgb(161, 110, 167));
	background-image: -moz-linear-gradient(bottom, rgb(141,89,149), rgb(161, 110, 167));
	background-image: -ms-linear-gradient(bottom, rgb(141,89,149), rgb(161, 110, 167));
}*/
.products-grid li.item.last { margin: 0; }
.products-grid li.item .ribbon { position: absolute; left: -4px; top: 19px; line-height: 1234em; overflow: hidden; height: 21px; width: 45px; }
.products-grid li.item .ribbon-sale { background-position: -51px 0; width: 79px; }
.products-grid li.item .ribbon-new { background-position: -131px 0; width: 50px; }
.products-grid li.item .ribbon-recipe { background-position: -182px 0; width: 56px; }
.products-grid .product-image { display:block; margin:0 0 10px; }
.products-grid .product-name { font-size: 11px; color: #673091; font-weight: bold; margin-bottom: 12px; }
.products-grid .product-name a { color: #673091; text-decoration: none;}
.products-grid .product-name a:hover { text-decoration: underline; }
.products-grid .button > span { font-size: 12px; padding: 5px; background: #61288b; border-color: #61288b; padding-right: 20px; }
.products-grid .form,
.products-grid form { margin: 10px 0 0; display: block; }
.products-grid form label { font-size: 11px; }
.products-grid input.qty { font-size: 11px; margin: 0 3px; }
.products-grid .price-box { margin:0; }
.products-grid .ratings { margin: 0 0 10px; }

/* splash-group-grid */
.splash-group-grid {}
.splash-group-grid li.item { float:left; background: #FFF; border: 1px solid #dadcd0; padding: 9px; position: relative; width: 320px; margin: 0 20px 20px 0; }
.splash-group-grid li.last { margin-right: 0; }
.splash-group-grid .product-image { display: block; margin: 0 0 .5em; text-align: center; }
.splash-group-grid .product-name { margin-bottom: .5em; }
.splash-group-grid .product-description { margin-bottom: 1em; }

/* View Type: List */
.products-list li.item { background: #FFF; border: 1px solid #dadcd0; padding: 9px; position: relative; margin: 20px 0; padding-left: 164px;  }
.products-list li.item.last {}
.products-list li.item > *:last-child { margin-bottom: 0; }
.products-list li.item .ribbon { top: 12px; }
.products-list .product-image { float:left; margin-left: -155px; }
.products-list .product-name { margin:0 0 5px; }
.products-list .product-name a {}
.products-list .price-box { float:left; margin:3px 13px 5px 0; }
.products-list .desc { padding:6px 0 0; margin:0 0 15px; line-height:1.35; }
.products-list .desc .link-learn {}
/* ======================================================================================= */


/* Product View ========================================================================== */
/* Rating */
.no-rating { margin:0; }

.ratings { font-size: 11px; color: #673091; }
.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:88px; height:15px; line-height:0; line-height:-999em; overflow:hidden; background-position: 0 -39px; }
.rating-box .rating { float:left; height:15px; background-position: 0 -24px; }
.ratings .rating-box { float:left; margin-right: 5px; }
.ratings .amount {}

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

/* Availability */
.availability { margin:0; font-size: 11px; font-weight: bold; }
.availability span { display: inline-block; width: 13px; height: 12px; margin-right: 5px; vertical-align: text-bottom; overflow: hidden; line-height: 1234em; }
.availability.in-stock { color: #673091; }
.availability.in-stock span { background-position: -128px -24px; }
.availability.out-of-stock { color: #673091; }
.availability.out-of-stock span { background-position: -128px -36px; }

.availability-only { margin:10px 0 7px; line-height:16px; padding-left:15px; }
.availability-only span,
.availability-only a {}
.availability-only a { cursor:pointer; padding-right:15px; text-decoration:none; }
.availability-only .expanded {}
.availability-only strong {}

.availability-only-details { margin:0 0 7px; }
.availability-only-details th { padding:0 8px; }
.availability-only-details td { padding:2px 8px 1px; }
.availability-only-details tr.odd td.last {}

.product-view .product-shop .availability { float: right; margin-bottom: 5px; }
.product-view .product-shop .availability span {}

.product-view .product-shop .data-table .availability { float: none; margin: 0; text-align: left; }

/* Email to a Friend */
.email-friend { margin:0; }

/* Alerts */
.alert-price,
.alert-stock { margin:0 0 1.5em; }

.alert-price a,
.alert-stock a {position: relative; border: 2px solid #ffac41; padding: 5px 23px 5px 10px; border-radius: 2px; color: #FFF; font-size: 14px; font-weight: bold; text-shadow: 1px 1px 0 rgba(0,0,0,.15);
background: #fca73a; text-align: center; text-decoration: none;
background-image: linear-gradient(bottom, rgba(235,161,62, 0.5), rgba(252,167,58, 0.5));
background-image: -o-linear-gradient(bottom, rgba(235,161,62, 0.5), rgba(252,167,58, 0.5));
background-image: -moz-linear-gradient(bottom, rgba(235,161,62, 0.5), rgba(252,167,58, 0.5));
background-image: -webkit-linear-gradient(bottom, rgba(235,161,62, 0.5), rgba(252,167,58, 0.5));
background-image: -ms-linear-gradient(bottom, rgba(235,161,62, 0.5), rgba(252,167,58, 0.5));}
.alert-price a:after,
.alert-stock a:after { position: absolute; right: 5px; top: 50%; overflow: hidden; display: block; content: "."; width: 8px; height: 11px; margin: -5px 0 0 0; text-indent: -1000px; background: url(http://www.detoxyourworld.com/skin/frontend/default/detoxyourworld/images/sprite.png) no-repeat -224px -24px; }
.alert-price a:active,
.alert-stock a:active { text-shadow: -1px -1px 0 rgba(0,0,0,.15);
background-image: linear-gradient(bottom, rgb(255,192,2) 0%, rgb(236,174,31) 100%);
background-image: -o-linear-gradient(bottom, rgb(255,192,2) 0%, rgb(236,174,31) 100%);
background-image: -moz-linear-gradient(bottom, rgb(255,192,2) 0%, rgb(236,174,31) 100%);
background-image: -webkit-linear-gradient(bottom, rgb(255,192,2) 0%, rgb(236,174,31) 100%);
background-image: -ms-linear-gradient(bottom, rgb(255,192,2) 0%, rgb(236,174,31) 100%);
}


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

.price-box { overflow: hidden; }
.price-box .price { color: #673091; font-weight: bold; font-size: 16px; line-height: 19px; }

/* Regular price */
.regular-price {}
.regular-price .price { color: #673091; font-weight: bold; }
/*
.block .regular-price,
.block .regular-price .price { font-size: 12px; }
*/

/* Old price */
.old-price { margin:0; display: inline; float: left; }
.old-price .price-label { white-space:nowrap; display: none; }
.old-price .price { font-size: 14px; color: #424242; line-height: 19px; background: url(http://www.detoxyourworld.com/skin/frontend/default/detoxyourworld/images/price-old.png) no-repeat 12px 0; }

/* Special price */
.special-price { margin:0; display: inline; float: right; }
.special-price .price-label { white-space:nowrap; display: none; }
.special-price .price { font-size: 16px; font-weight: bold; color: ##673091; line-height: 19px; }

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

.minimal-price-link { display:block; }
.minimal-price-link .label {}
.minimal-price-link .price {}

/* Excluding tax */
.price-excluding-tax { display:block; }
.price-excluding-tax .label { white-space:nowrap; }
.price-excluding-tax .price {}

/* Including tax */
.price-including-tax { display:block; }
.price-including-tax .label { white-space:nowrap; }
.price-including-tax .price {}

/* Configured price */
.configured-price { margin:0; }
.configured-price .price-label { white-space:nowrap; }
.configured-price .price {}

/* FPT */
.weee { display:block; }
.weee .price {}

/* Excl tax (for order tables) */
.price-excl-tax { display:block; }
.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; }

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

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

/* Price notice next to the options */
.price-notice { font-weight: bold; }
.price-notice .price {}

/* Price as configured */
.price-as-configured { margin:23px 0 0; }
.price-as-configured .price-label { white-space:nowrap; display: none; }
.price-as-configured .price { font-size: 22px; line-height: 1; }

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

/* Tier Prices */
.tier-prices { margin:10px 0; padding:10px; }
.tier-prices li { line-height:1.4; padding:2px 0 2px 10px; }
.tier-prices .benefit {}
.tier-prices .price {}

.tier-prices-grouped li { padding:2px 0; }
.tier-prices-grouped li .price {}

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

/* Add to Cart */
.add-to-cart label { display: inline-block; margin-right:5px; vertical-align: middle; }
.add-to-cart .qty { margin-right:5px; }
.add-to-cart button.button > span { font-size: 16px; }
.add-to-cart .paypal-logo { clear:left; margin:0; text-align:right; }
.add-to-cart .paypal-logo .paypal-or { clear:both; display:block; margin:5px 60px 5px 0; }
.product-view .add-to-cart .paypal-logo { margin:0; }
body.checkout-cart-configure .add-to-cart button.button > span { font-size: 13px; }

/* Add to Links + Add to Cart */
.add-to-box { margin:10px 0; }
.add-to-box .add-to-cart { float:right; clear: right; white-space: nowrap; }
.add-to-box .or { float:left; margin:0 7px; }
.add-to-box .add-to-links { float:left; margin:0; 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; }


.product-view { background: #FFF; border: 1px solid #dbdfd0; padding: 9px; }

.product-essential { margin-bottom: 20px; }

.product-collateral .collateral-title { margin:0 0 15px; background: #ffe3bd; border: 1px solid #ffe5c2; box-shadow: 0 0 0 1px #fff3e3 inset; color: #673091; padding: 7px 10px; font-size: 14px; }
.product-collateral .collateral-title h2 { font-size: 14px; color: #673091; padding: 0; margin: 0; }
.product-collateral .box-collateral { margin:0 0 20px; }

/* Product Images */
.product-view .product-img-box { float:left; width:320px; }
.product-view .product-img-box .product-image { margin:0 0 13px; }
.product-view .product-img-box .product-image-zoom { position:relative; width:265px; height:265px; 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 { 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; 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; }
.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 { 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; overflow:hidden; }

.product-view .product-cart-container { margin-bottom: 5px; border-bottom: 1px solid #e5e5e5; padding-bottom: 10px; }

.product-view .has-options .price-box { display: none; }
.product-view .has-options .product-options-bottom .price-box { display: block; }

.product-image-popup { margin:0 auto; }
.product-image-popup .buttons-set { float:right; clear:none; margin:0; padding:0; }
.product-image-popup .nav { margin:0 100px; text-align:center; }
.product-image-popup .image { display:block; margin:10px 0; }
.product-image-popup .image-label { margin:0 0 10px; }

/* Product Shop */
.product-view .product-shop { float:right; width:342px; }
.col1-layout .product-view .product-shop { float:right; width:545px; }
.col3-layout .product-view .product-shop { float:none; width:auto; }
.product-view .product-shop .product-name { margin:0 0 10px; }
.product-view .product-shop .product-name h1 { margin:0; color: #673091; font-size: 18px; }
.product-view .product-shop .ratings { border: 1px solid #ccd2b3; border-width: 1px 0; padding: 5px 0; }
.product-view .product-shop .short-description { margin:10px 0; padding: 0; }
.product-view .product-shop .add-to-box { margin: 0; float: right; }
.product-view .product-shop .price-box { margin: 0; float: left; }
.product-view .product-shop .price-box .regular-price { margin-top: 23px; display: inline-block; }
.product-view .product-shop .price-box .old-price { float: none; display: block; margin-bottom: 4px; }
.product-view .product-shop .price-box .old-price .price { font-size: 18px; line-height: 1; }
.product-view .product-shop .price-box .special-price { float: none; display: block; }
.product-view .product-shop .price-box .special-price .price { font-size: 22px; line-height: 1; }
.product-view .product-shop .price-box .regular-price .price {font-size: 22px; line-height: 1; }
.product-view .product-shop .payment_shipping_usp { border-bottom: 1px solid #e5e5e5; padding-bottom: 5px; margin-bottom: 10px; text-align: right; background: url(http://www.detoxyourworld.com/skin/frontend/default/detoxyourworld/images/sprite-payment.png) no-repeat 100% 0; height: 21px; line-height: 1234em; overflow: hidden; }

.product-view .product-not-saleable .availability { margin-top: 2px; }
.product-view .product-not-saleable .price-box .regular-price { margin-top: 0; }

/* Product Options */
.product-options { position:relative; margin-bottom: 1em; clear: both; }
.product-options dt { font-weight: bold; color: #6b7335; }
.product-options dd { padding: 5px 0 0; margin-bottom: 10px; padding-bottom: 10px; border-bottom: 1px solid #E5E5E5; }
.product-options dd.last { margin-bottom: 0; padding-bottom: 0; border-bottom: 0; }
.product-options dt label { display: inline-block; }
.product-options dt label.required em { margin-left:5px; float: right; }
.product-options dd .input-box { font-size: 11px; }
.product-options dd .price-notice { }
.product-options dd .qty-holder { display: block; margin-top: 10px; }
.product-options dd .qty-holder label { vertical-align:middle; }
.product-options dt .qty-disabled { padding:3px; }
.product-options dd input.input-text { width:98%; }
.product-options dd input.datetime-picker { width:150px; }
.product-options dd .time-picker { display:-moz-inline-box; display:inline-block; padding:2px 0; vertical-align:middle; }
.product-options dd textarea { width:98%; height:8em; }
.product-options dd select { width:99%; }
.product-options dd .multiselect option { 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 {}
.product-options ul.validation-failed { padding:0 7px; }
.product-options p.note { margin:0; }
.product-options p.required { display: none; }

.product-options-bottom {}
.product-options-bottom .tier-prices { margin:0; padding:0 0 10px; }
.product-options-bottom .tier-prices li { padding:2px 0; }
.product-options-bottom .tier-prices .price,
.product-options-bottom .tier-prices .benefit {}
.product-options-bottom .price-box { float:left; margin:0; padding:0; }
.product-options-bottom .add-to-links { clear:both; padding:5px 0 0; text-align:right; }
.col3-layout .product-options-bottom .price-box { float:none; padding:0 0 5px; }
.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; clear: right; }
.product-shop .product-options-bottom { }

/* Grouped Product */
.product-view .grouped-items-table { margin-bottom: 20px; }
.product-view .grouped-items-table thead th { background: transparent none; color: #673091; font-size: 12px; }
.product-view .grouped-items-table tbody th,
.product-view .grouped-items-table tbody td { border: 0; vertical-align: middle; font-size: 11px; }
.product-view .grouped-items-table tbody tr.odd th,
.product-view .grouped-items-table tbody tr.odd td { background: #f0f1e8; }
.product-view .product-shop .grouped-items-table .price-box { margin:0; padding:0; }
.product-view .product-shop .grouped-items-table .price-box .price { font-size: 1em; }
.product-view .product-shop .grouped-items-table .price-box .regular-price { margin: 0; }

/* Block: Description */
.product-view .box-description .std { padding: 0 10px; }

/* Block: Additional */
.product-view .box-additional .data-table th,
.product-view .box-additional .data-table td { line-height:1.25; }

/* Block: Upsell */
.product-view .box-up-sell .products-grid { width:100%; }
.product-view .box-up-sell .products-grid li.item { margin-right: 10px; }
.product-view .box-up-sell .products-grid li.last { margin-right: 0; }

/* Block: Tags */
.product-view .box-tags { margin:0; }
.product-view .box-tags h3 {}
.product-view .box-tags .product-tags { display:block; margin:0 0 15px; }
.product-view .box-tags .product-tags li { display:inline; padding:0 7px 0 4px; }
.product-view .box-tags .product-tags li.first { padding-left:0; }
.product-view .box-tags .product-tags li.last { padding-right:0; }
.product-view .box-tags .form-add label { display:block; margin:0 0 5px;}
.product-view .box-tags .form-add .input-box { float:left; width:305px; margin:0 5px 0 0; padding:0 0 0 23px; }
.product-view .box-tags .form-add input.input-text { width:299px; }
.product-view .box-tags .note { margin:3px 0 0; padding:0 0 0 23px; }

/* Block: Reviews */
.product-view .box-reviews { overflow: hidden; }
.product-view .box-reviews .review-list { float: right; width: 48.5%; margin: 0; }
.product-view .box-reviews .review-list .limiter { display: none; }
.product-view .box-reviews .review-list li.item { border: 1px solid #dcded2; background: #f5fbf2; margin: 20px 0; padding: 10px; }
.product-view .box-reviews .review-list li.item h4 { font-size: 12px; color: #673091; font-weight: bold; }
.product-view .box-reviews .review-list li.item p { font-size: 11px; margin-bottom: 5px; }
.product-view .box-reviews .review-list .review-content { border-top: 1px solid #dcded2; padding: 5px 10px 0; margin: 0 -10px; }
.product-view .box-reviews .review-list .rating-box { float: left; margin-right: 5px; }
.product-view .box-reviews .form-add { margin:0; float: left; width: 48.5%; }
.product-view .box-reviews .form-add h3 {}
.product-view .box-reviews .form-add h3 span {}
.product-view .box-reviews .form-add h4 {}
.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 li { margin: 0 0 .5em; }
.product-view .box-reviews .form-add .form-list label { float: left; max-width: 30%; }
.product-view .box-reviews .data-table thead th { background: #f3ebf7; }
.product-view .box-reviews .data-table thead span { font-size: 9px; font-weight: bold; color: #FFF; text-align: center; line-height: 24px; height: 20px; width: 22px; background-position: -106px -24px; display: inline-block; overflow: hidden; margin: 4px 6px; }
.product-view .box-reviews .data-table tbody th { padding-left: 0; font-size: 11px; font-style: italic; font-weight: normal; }
.product-view .box-reviews .data-table tbody th,
.product-view .box-reviews .data-table tbody td { border-bottom: 1px solid #e8e8e8; }

.product-view.small { border: 0; padding: 30px; }
.product-view.small .product-shop { width: 330px; }
.product-view.small .product-img-box { width: 220px; }
.product-view.small .product-shop .ratings { margin-bottom: 1.5em; }
.product-view.small .product-shop .price-box { margin-bottom: 1em; }
.product-view.small .product-shop .add-to-box { float: none; }
.product-view.small .product-shop .add-to-box .add-to-cart { float: none; clear: both; text-align: right; }
.product-view.small .product-shop .add-to-box .add-to-cart .btn-cart { min-width: 230px; }
.product-view.small .product-shop .add-to-box .add-to-cart label { font-size: 12px; }
.product-view.small .has-options .price-box { display: block; }
.product-view.small .product-shop .price-box .regular-price { margin-top: 0; }

/* 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; line-height:21px; }
/* ======================================================================================= */


/* Content Styles ================================================================= */
.product-name { margin:0; }
.product-name a { text-decoration: none; color: inherit; }

/* Product Tags */
.tags-list { display:block; padding:10px; }
.tags-list li { display:inline !important; margin:0 4px 0 0; }
.tags-list li a {}

/* 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; padding:10px; }
.advanced-search-summary ul { float:left; width:49%; }
.advanced-search-summary strong { padding-left:15px; }
.advanced-search-summary p { clear:both; 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 {}
.page-sitemap .sitemap li { margin:3px 0; }
.page-sitemap .sitemap li.level-0 { margin:10px 0 0; }
.page-sitemap .sitemap li.level-0 a {}

/* RSS */
.rss-title h1 { padding-left:27px; }
.rss-table .link-rss { display:block; line-height:1.55; }
/* ======================================================================================= */


/* Shopping Cart ========================================================================= */
.cart { border: 1px solid #f0f0f0; padding: 9px; }
.cart .page-title { margin:0 0 12px; }
.cart .page-title a.button { vertical-align: middle; }
.cart .page-title a.button > span { background-color: #f1f1f1;  border: 1px solid #cccccc; color: #3C3C3C; font-weight: normal; text-shadow: none;
background-image: linear-gradient(bottom, rgb(236,236,236), rgb(247,247,247));
background-image: -o-linear-gradient(bottom, rgb(236,236,236), rgb(247,247,247));
background-image: -moz-linear-gradient(bottom, rgb(236,236,236), rgb(247,247,247));
background-image: -webkit-linear-gradient(bottom, rgb(236,236,236), rgb(247,247,247));
background-image: -ms-linear-gradient(bottom, rgb(236,236,236), rgb(247,247,247));
}
.cart .page-title a.button:active > span {
background-image: linear-gradient(bottom, rgb(247,247,247), rgb(236,236,236));
background-image: -o-linear-gradient(bottom, rgb(247,247,247), rgb(236,236,236));
background-image: -moz-linear-gradient(bottom, rgb(247,247,247), rgb(236,236,236));
background-image: -webkit-linear-gradient(bottom, rgb(247,247,247), rgb(236,236,236));
background-image: -ms-linear-gradient(bottom, rgb(247,247,247), rgb(236,236,236));
}

/* Checkout Types */
.cart .page-title .checkout-types li { margin:0 0 5px; }
.cart .title-buttons .checkout-types { display: inline; }
.cart .title-buttons .checkout-types li { display: inline; margin:0 5px 0 0; }
.cart .checkout-types .paypal-or { margin:0 8px; line-height:2.3; }
.cart .totals .checkout-types .paypal-or { clear:both; display:block; padding:8px 55px 0 0; line-height:1.0; }

/* Shopping Cart Table */
.cart-table { margin-bottom: 20px; }
.cart-table .product-name { margin: 0; font-size: 1em; }
.cart-table .product-name a { text-decoration: none; }
.cart-table .item-msg { margin:5px 0; }
.cart-table td,
.cart-table th { vertical-align: middle; }
.cart-table tbody tr.last th,
.cart-table tbody tr.last td { border-bottom: 1px solid #e7e7e7; }

/* Shopping Cart Collateral boxes */
.cart .cart-blocks { float: left; width: 400px; margin-right: 20px; }
.cart .cart-collaterals { float: right; }
.cart .cart-collaterals .col2-set { float:left; width:605px; }
.cart .cart-collaterals .col2-set .col-2 { width:294px; }

.cart .crosssell h2 { color: #673091; }
.cart .crosssell li.item { margin: 0; border-top: 1px solid #DDDACC; padding: 9px 0; }
.cart .crosssell .product-image { float:left; width:75px; height:75px; }
.cart .crosssell .product-details { margin-left:90px; }
.cart .crosssell .product-name { font-size: 1em; margin: 0 0 5px; }
.cart .crosssell .price-box { margin: 0 0 5px; }
.cart .crosssell .price { font-size: 1em; }

.cart .block-special .button > span,
.cart .crosssell .button > span { font-size: 11px; border-color: #646464; padding: 3px 6px;
background-image: linear-gradient(bottom, rgb(134,134,134), rgb(105,105,105));
background-image: -o-linear-gradient(bottom, rgb(134,134,134), rgb(105,105,105));
background-image: -moz-linear-gradient(bottom, rgb(134,134,134), rgb(105,105,105));
background-image: -webkit-linear-gradient(bottom, rgb(134,134,134), rgb(105,105,105));
background-image: -ms-linear-gradient(bottom, rgb(134,134,134), rgb(105,105,105));
}
.cart .block-special .button:active > span,
.cart .crosssell .button:active > span { text-shadow: -1px -1px 0 rgba(0,0,0,.15);
background-image: linear-gradient(bottom, rgb(105,105,105) 0%, rgb(134,134,134) 100%);
background-image: -o-linear-gradient(bottom, rgb(105,105,105) 0%, rgb(134,134,134) 100%);
background-image: -moz-linear-gradient(bottom, rgb(105,105,105) 0%, rgb(134,134,134) 100%);
background-image: -webkit-linear-gradient(bottom, rgb(105,105,105) 0%, rgb(134,134,134) 100%);
background-image: -ms-linear-gradient(bottom, rgb(105,105,105) 0%, rgb(134,134,134) 100%);
}

.cart .block-special { float: left; width: 210px; }
.cart .block-special .product-name { font-size: 12px; margin-bottom: .5em; }
.cart .block-special .product-name a { color: #3C3C3C; }
.cart .block-special .short-description > *:last-child { margin-bottom: 0; }
.cart .block-special .price-box { margin: 1em 0 0; }
.cart .block-special .button { width: 100%; margin-top: 1em; }

/* Discount Codes & Estimate Shipping and Tax Boxes */
.cart .discount { margin-bottom: 20px; }
.cart .discount a { font-weight: normal; }
.cart .discount .input-box { margin:8px 0 0; }
.cart .discount input.input-text { width:110px; margin: 0 7px; }
.cart .discount .validation-advice { display: none; }

/* Shopping Cart Totals */
.cart .totals { white-space: nowrap; border: 1px solid #DDDACC; padding: 9px; width: 230px; color: #673091; background: #FFF; }
.cart .totals table { width: 100%; margin: 0; border: 0; }
.cart .totals td,
.cart .totals th { padding: 5px; font-weight: normal; white-space: normal; }
.cart .totals tr > *:first-child { text-align: left !important; }
.cart .totals tfoot tr:first-child > td,
.cart .totals tfoot tr:first-child > th { border-top: 1px solid #e5e5e5; }
.cart .totals tfoot td, .cart .totals tfoot th { font-size: 14px; vertical-align: text-bottom; }
.cart .totals tfoot .price { color: #673091; font-size: 16px; }
.cart .totals .checkout-types { text-align:right; }
.cart .totals .checkout-types li { clear:both; margin:10px 0 0; }
.cart .totals .checkout-types li:first-child { margin-top: 0; }
.cart .totals .button { width: 100%; }

/* Options Tool Tip */
.item-options dt {}
.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 .item-options { position:absolute; top:-99999em; left:-99999em; z-index:999; width:250px; padding:8px; }
.truncated .truncated_full_value .item-options > p { text-transform:uppercase; }
.truncated .show .item-options { top:-20px; left:50%; }
.col-left .truncated .show .item-options { left:15px; top:7px; }
.col-right .truncated .show .item-options { left:-240px; top:7px; }
/* ======================================================================================= */


/* Checkout ============================================================================== */
/********** < Common Checkout Styles */
/* Shipping and Payment methods */
.sp-methods { margin:0 0 8px; }
.sp-methods dt { margin:0; border-top: 1px solid #e5e5e5; padding: 10px; font-weight: bold; }
.sp-methods dt:first-child { border-top: 0; }
.sp-methods dd { padding: 0 10px; }
.sp-methods dd > .form-list { margin-left: 17px; margin-bottom: 15px; }
.sp-methods dd li { margin:5px 0; }
.sp-methods label { display: inline-block; margin: 2px 0 2px 10px; vertical-align: middle; }
.sp-methods label img { vertical-align: middle; margin-right: 10px; }
.sp-methods .price {}
.sp-methods select.month { width:154px; margin-right:10px; }
.sp-methods select.year { width:96px; }
.sp-methods input.cvv { width:3em !important; }

.sp-methods .checkmo-list li { margin:0 0 5px; }
.sp-methods .checkmo-list label { width:135px; padding-right:10px; text-align:right; }
.sp-methods .checkmo-list address { float:left; }

.sp-methods .centinel-logos a { margin-right:3px; }
.sp-methods .centinel-logos img { vertical-align:middle; }

.sp-methods .release-amounts { margin:0.5em 0; }
.sp-methods .release-amounts button { float:left; margin:5px 10px 0 0; }

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

/* Tooltip */
.tool-tip { 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; text-align:left; text-indent:-999em; overflow:hidden; }
.tool-tip .tool-tip-content { padding:5px; }

/* Gift Messages */
.gift-messages h3 {}
.gift-messages p.control {}
.gift-messages-form { position:relative; }
.gift-messages-form label { float:none !important; position:static !important; }
.gift-messages-form h4 {}
.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; text-align:center; }
.gift-messages-form .item .details { margin-left:90px; }
.gift-messages-form .item .details .product-name { 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 { padding-right:7px; }
.gift-message-link.expanded {}
.gift-message-row {}
.gift-message-row .btn-close { float:right; width:16px; height:16px; 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; }
.checkout-agreements .agree { margin:0; padding:10px 0 10px 11px; }
.checkout-agreements .agree input.checkbox { margin-right:6px; }
.checkout-agreements .agree label {}

.opc .checkout-agreements {}
.opc .checkout-agreements li { margin:20px 0 0; }
.opc .checkout-agreements .agreement-content { padding:5px; background: #f5f5f5; border: 1px solid #E7E7E7; }
.opc .checkout-agreements .agree { padding: 6px; margin: 0; text-align: right; }

/* Centinel */
.centinel {}
.centinel .authentication {}
.centinel .authentication iframe { width:99%; height:400px; margin:0 !important; padding:0 !important; }

.opc .centinel { padding:10px 30px; }

/* Generic Info Set */
.info-set { margin:0 0 25px; padding:20px; }
.info-set h2 { margin:0 0 10px; }
.info-set h3,
.info-set h4 {}
.info-set h2 a,
.info-set h3 a,
.info-set h4 a {}
.info-set h2.legend { margin:-20px -20px 15px; padding:5px 10px; position:relative; }
.info-set h3.legend { margin:0 0 10px; }
.info-set .divider { margin:0 -20px; padding:25px 0; position:relative; }
.info-set .box { margin:0 0 15px; }
.info-set .box h2 {}
.info-set .data-table .product-name {}
.info-set .data-table .product-name a {}
.info-set .data-table .item-options { margin:5px 0 0; }
/********** Common Checkout Styles > */

.opc .buttons-set { margin: 1em 0 0; padding: 1em 0 0; border-top: 1px solid #e5e5e5; }
.opc .buttons-set p.required { display: none; }
.opc .buttons-set a.f-left { line-height: 29px; }
.opc .buttons-set .back-link small { display:none; }
.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 { padding:4px 8px 6px; text-align:right; }
.opc .step-title .number { float:left; padding:0 4px; margin:0 5px 0 0; }
.opc .step-title h2 { float:left; margin:0; }
.opc .step-title a { display:none; float:right; line-height:16px; }

.opc .allow .step-title { cursor:pointer; }
.opc .allow .step-title .number {}
.opc .allow .step-title h2 {}
/*.opc .allow .step-title a { display:block; }*/

.opc .active .step-title { padding-bottom:5px; cursor:default; }
.opc .active .step-title .number {}
.opc .active .step-title h2 {}
/*.opc .active .step-title a { display:none; }*/

.opc .step { padding:15px 30px; position:relative; }
.opc .step .tool-tip { right:30px; }

#opc-login .buttons-set {}
#opc-login h3 { padding-bottom:2px; text-transform:uppercase; }
#opc-login h4 { margin:0; }

#opc-shipping_method .buttons-set {}
.opc .gift-messages-form { margin:0 -30px; padding:22px 24px 22px 30px; }
.opc .gift-messages-form .inner-box { padding:5px; height:260px; overflow:auto; }

#opc-review .product-name {}
#opc-review .item-options { margin:5px 0 0; }
#opc-review .buttons-set p { margin:0; line-height:25px; }
#opc-review .buttons-set .please-wait { height:25px; line-height:25px; }
#opc-review .authentication { margin:0 auto; width:570px; }
#opc-review .warning-message { text-align:center; padding:10px 10px 0; }

#checkout-review-table tbody td { vertical-align: middle; }
#checkout-review-table tbody tr.last td,
#checkout-review-table tbody tr.last th { border-bottom: 1px solid #E7E7E7; }

/* Multiple Addresses Checkout */
.checkout-progress { padding:0 90px; margin:0 0 20px; }
.checkout-progress li { float:left; width:19%; margin:0 3px 0 0; padding:2px 0 0; text-align:center; }
.checkout-progress li.active {}

.multiple-checkout h2 { margin:0 0 10px; }
.multiple-checkout h3,
.multiple-checkout h4 {}
.multiple-checkout h2 a,
.multiple-checkout h3 a,
.multiple-checkout h4 a {}
.multiple-checkout .data-table .product-name {}
.multiple-checkout .data-table .product-name a {}
.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 { margin:0 0 25px; padding:20px; }
.multiple-checkout .col2-set h2.legend { margin:-20px -20px 15px; padding:5px 10px; position:relative; }
.multiple-checkout .col2-set h3.legend { margin:0 0 10px; }
.multiple-checkout .col2-set .divider { margin:0 -20px; padding:25px 0; position:relative; }
.multiple-checkout .box { margin:0 0 15px; }
.multiple-checkout .box h2 {}

.multiple-checkout .place-order .please-wait { float:right; padding:27px 7px 0 0; }
.multiple-checkout .place-order .grand-total { float:right; height:71px; padding:0 0 0 21px; overflow:hidden; }
.multiple-checkout .place-order .grand-total .inner { float:left; height:57px; padding:14px 21px 0 0; }
.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 {}

/* Step 1 */
#multiship-addresses-table td { padding:10px; }
#multiship-addresses-table tfoot td { padding:5px 10px; }

/* 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 { padding:13px; position:relative; }
.checkout-multishipping-shipping .box-sp-methods .pointer { position:absolute; top:-20px; right:-40px; width:178px; height:41px; overflow:hidden; }

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


/* Account Login/Create Pages ============================================================ */
.account-login { margin: 4em 10em; }
.account-login .content { background: #FFF; border: 1px solid #DDDACC; padding: 9px; }
.account-login p.required { display: none; }

.account-create { margin: 4em 10em; }

.customer-account-forgotpassword .col-main { margin: 4em 13em; }
.customer-account-forgotpassword p.required { display: none; }
/* Account Login/Create Pages ============================================================ */


/* Remember Me Popup ===================================================================== */
.window-overlay { position:absolute; top:0; left:0; height:100%; width:100%; z-index:990; }

.remember-me label { float:none; margin:0 6px; }
.remember-me-popup { left:50%; top:50%; position:absolute; margin:-85px 0 0 -200px; width:400px; text-align:left; z-index:1000; }
.remember-me-popup h3 { padding:5px 10px; }
.remember-me-popup .remember-me-popup-head { position:relative; }
.remember-me-popup .remember-me-popup-head .remember-me-popup-close { display:block; position:absolute; top:7px; right:7px; height:15px; width:15px; text-indent:-9999em; }
.remember-me-popup .remember-me-popup-body { padding:10px; }
.remember-me-popup .remember-me-popup-body a { display:inline-block; height:19px; padding:0 8px; text-align:center; text-decoration:none; white-space:nowrap; }
/* Remember Me Popup ===================================================================== */


/* My Account ============================================================================= */
.my-account { background: #FFF; border: 1px solid #DDDACC; padding: 9px; }
.my-account .title-buttons .link-rss { float:none; margin:0; }
.my-account .fieldset { margin: 0; padding: 0; border: 0; background: none transparent; }
.my-account .fieldset .legend { margin: 0; padding: 0; float: none; background: none transparent; border: 0; border-bottom: 1px solid #DDDACC; margin-bottom: 1em; }

/********** < 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 { margin-bottom: 40px; }
.box-account .box-head { margin:0 0 10px; text-align:right; }
.box-account .box-head h2 { float:left; margin:0; }

.my-account .box .box-title { border-bottom: 1px solid #e5e5e5; padding: 10px 5px; text-align: right; }
.my-account .box .box-title h2,
.my-account .box .box-title h3,
.my-account .box .box-title h4 { float:left; margin:0; font-size: 1em; }
.my-account .box .box-content { padding: 10px 5px; }

/* Block: Recent Orders */
.dashboard .box-recent .box-head h2 {}

/* Block: Account Information */
.dashboard .box-info .box-head h2 {}

/* Block: Reviews */
.dashboard .box-reviews .box-head h2 {}
.dashboard .box-reviews .number { float:left; line-height:1; margin:3px -20px 0 0; padding:2px 3px; }
.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; }

/* Block: Tags */
.dashboard .box-tags .box-head h2 {}
.dashboard .box-tags .number { float:left; line-height:1; margin:3px -20px 0 0; padding:2px 3px; }
.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 {}
.addresses-list h3 {}
.addresses-list li.item { border: 1px solid #e5e5e5; border-radius: 2px; margin-bottom: 20px; overflow: hidden; }
.addresses-list li.item h3 { padding: 10px; background: #f8f8f8; border-bottom: 1px solid #e5e5e5; }
.addresses-list li.item address { padding: 10px; }
.addresses-list li.item p { padding: 10px; margin: 0; }
.addresses-list a {}
.addresses-list .link-remove {}
.addresses-list .separator { margin:0 3px; }
.addresses-list li.empty { padding:0; }
.addresses-list li.empty p {}
.addresses-list .addresses-additional li.item { padding:0; }

/* Order View */
.order-info dt { display:none; }
.order-info ul { margin-bottom:15px; border-bottom: 1px solid #d5d5d5; padding: 0 5px; }
.order-info li { float: left; font-size:12px; margin-right: 10px; }
.order-info li.first { }
.order-info li.last { }
.order-info li a { float: left; text-decoration:none !important; border: 1px solid #E5E5E5; padding: 4px; border-bottom: 0; background: #f5f5f5; color: #3c3c3c; }
.order-info li a:hover { text-decoration:none; }
.order-info li.current { font-weight:bold; }
.order-info li strong { float: left; padding: 4px; border: 1px solid #E5E5E5; border-bottom: 1px solid #FFF; position: relative; margin-bottom: -1px; background: #FFF; }

.order-date { margin:10px 0; }

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

.order-items { width:100%; overflow-x:auto; }
.order-items h2,
.order-items h3 { clear:none; padding:0; margin:0 0 5px; }
.order-items .product-name {}
.order-items .link-print {}
.order-items .order-links { text-align:right; }

.order-additional { margin:15px 0; }
/* Order Gift Message */
.gift-message dt strong {}
.gift-message dd { margin:5px 0 0; }
/* Order Comments */
.order-about dt {}
.order-about dd { margin:0 0 7px; }

.tracking-table { margin:0 0 15px; }
.tracking-table th { white-space:nowrap; }

.tracking-table-popup { width:100%; }
.tracking-table-popup th { 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 {}
.page-print h2,
.page-print h3 {}
.page-print h2.h2 {}
.page-print .order-date { 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 {}
#wishlist-table .add-to-links { white-space:nowrap; }

/* My Tags */
.my-tag-edit { float:left; margin:0 0 10px; }
.my-tag-edit .btn-remove { float:right; margin:4px 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 { 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 { margin:0 0 10px; }
.product-review h3 { margin:0 0 3px; }
.product-review .ratings-table { margin:0 0 10px; }
.product-review dt {}
.product-review dd { margin:5px 0 0; }

/* Billing Agreements */
.billing-agreements .info-box{ margin:15px 0; }
.billing-agreements .form-list li select { float:left; }
.billing-agreements .form-list li button.button { float:left; margin-left:10px; }
.billing-agreements .table-caption {}
/* ======================================================================================= */


/* MAP Popup============================================================================== */
.cart-msrp-totals { margin:10px 10px 0; padding:10px; text-align:right; text-transform:uppercase;}
.map-cart-sidebar-total { display:block; text-align:left; padding:2px 5px; text-shadow:0 1px 0 #fff; }

.map-popup { margin:12px 0 0; position:absolute; text-align:left; width:300px; z-index:100; }
.map-popup-heading { padding:5px 30px 5px 10px; width:260px; }
.map-popup-heading h2 { margin:0; text-shadow:0 1px 0 #f6f6f6; overflow:hidden; white-space:nowrap; word-wrap:break-word; text-align:left; text-overflow:ellipsis; }
.map-popup-arrow { position:absolute; left:50%; top:-10px; height:10px; width:19px; }
.map-popup-close { display:block; position:absolute; top:8px; right:10px; height:15px; width:15px; text-indent:-9999em; }
.map-popup-content { padding:10px; overflow:hidden; text-align:left; width:280px; }
.map-popup-checkout { display:inline; float:right; text-align:right; }
.map-popup-checkout span { display:block; padding-right:30px; }
.map-popup-checkout .paypal-logo { margin:0 0 5px; }
.map-popup-price .price-box,
.map-popup-price .price-box .special-price { margin:0; padding:0; }
.map-popup-price { margin:5px 0 0; }
.map-popup-text { clear:right; margin:0 10px; padding:10px 0; text-align:left; word-wrap:break-word; }
.map-popup-only-text {}
/* ======================================================================================= */


/* Footer ================================================================================ */
.footer-container { text-align: left; margin-top: 20px; }
.footer { width:940px; margin:0 auto; padding-bottom: 20px; }
.footer p.copyright { font-size: 10px; float: left; }
.footer p.links { font-size: 10px; float: right; }
.footer p.links a { color: #3c3c3c; }

#footer-blocks { overflow: hidden; margin-left: -20px; }
#footer-blocks .block { float: left; width: 200px; border: 1px solid #966cb3; margin-left: 20px; background: #f2ebf7; box-shadow: 0 0 0 1px #f5f0f9 inset; padding: 9px; }
#footer-blocks .block-title { border-bottom: 1px solid #cebcdb; padding: 0 0 10px; margin: 0 0 10px; font-size: 14px; color: #673091; }
#footer-blocks .block ul { margin: 0; padding: 0; list-style-type: none; }
#footer-blocks .block li { padding: 4px 0; }
#footer-blocks .block a { color: #673091; }

.block-footer_usps .block-content,
.block-checkout_usp .block-content { background: url(http://www.detoxyourworld.com/skin/frontend/default/detoxyourworld/images/sprite-payment.png) no-repeat 0 -60px; line-height: 1234em; overflow: hidden; height: 129px; }
.block-checkout_usp .block-content { background-position: 10px -60px; }
/* ======================================================================================= */

/* 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; }
.best-selling table {}
.best-selling tr.odd {}
.best-selling tr.even {}
.best-selling td { width:50%; padding:8px 10px 8px 8px; }
.best-selling .product-img { float:left; }
.best-selling .product-description { margin-left:107px; line-height:1.3em; }
.best-selling a.product-name,
.home-spot .best-selling a.product-name:hover {}
/* ======================================================================================= */


/* 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-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-view .product-shop .short-description:after,
.product-view .box-description: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,
.product-cart-container:after,
.order-info:after,
#order-info-tabs:after,
.my-account .box .box-title:after,
.send-friend .form-list li p:after { display:block; content:"."; clear:both; line-height:0; height:0; overflow:hidden; }
/* ======================================================================================= */

.guest-select {width:305px !important;}


.checkout-onepage-success .col-main { background: #FFF; border: 1px solid #d0d6bd; padding: 29px; width: 640px; }

#succes-social-media { margin-top: 2em; }
#social-media-block { background: #f2ebf7; border: 0; padding: 14px; overflow: hidden; }
#succes-social-media #social-txt { float: left; width: 65%; }
#succes-social-media #social-txt textarea { display: block; width: 95%; height: 8em; }
#succes-social-media #social-txt p { margin-bottom: 0; }
#succes-social-media #social-txt p strong { font-weight: normal; }
#succes-social-media .social-share { float: right; width: 30%; }
#succes-social-media .social-share li { padding: 5px 0; }
#succes-social-media .social-share label span.img { background: url(http://www.detoxyourworld.com/skin/frontend/default/detoxyourworld/images/sprite-img.png); height: 20px; width: 20px; overflow: hidden; display: inline-block; line-height: 1234em; vertical-align: middle; margin: 0 5px; }
#succes-social-media .social-share label#share-facebook span.img { background-position: 0 0; }
#succes-social-media .social-share label#share-twitter span.img { background-position: -20px 0;}

/* Ekomi Widget */
#eKomiWidget_default { margin: 0 auto; text-align: center; }

/**
 * 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     base_default
 * @copyright   Copyright (c) 2011 Magento Inc. (http://www.magentocommerce.com)
 * @license     http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 */

/* Widgets =============================================================================== */
.widget { display:inline; }
.widget .widget-title { clear:both; padding:15px 0 0; margin:0 0 7px; }
.widget .widget-title h2 { font-size:15px; font-weight:bold; color:#e25203; }

.widget .mini-products-images-list .product-image { display:block; width:76px; height:76px; border:1px solid #a9a9a9; margin:0 auto; }
.widget .mini-products-images-list li.item { float:left; width:77px; height:77px; }

/* Widget: Catalog New Proructs List */
.widget-new-products { display:block; }
.col-main .widget-new-products { margin:7px 0; }
.widget-new-products .products-grid .product-image,
.widget-new-products .products-list .product-image { width:85px; height:85px; }
.widget-new-products .products-list .product-shop { margin-left:100px; }
.sidebar .widget-new-products .block { font-size:11px; line-height:1.25; }
.sidebar .widget-new-products .block-title strong { background:url(http://www.detoxyourworld.com/skin/frontend/base/default/images/widgets/i_widget-new.gif) 0 1px no-repeat; padding-left:21px; color:#dc5033; }

/* Widget: Recently Viewed Proructs */
.widget-viewed { display:block; }
.col-main .widget-viewed { margin:7px 0; }
.widget-viewed .products-grid .product-image,
.widget-viewed .products-list .product-image { width:85px; height:85px; }
.widget-viewed .products-list .product-shop { margin-left:100px; }
.sidebar .widget-viewed .block { font-size:11px; line-height:1.25; }
.sidebar .widget-viewed .block-title strong { background:url(http://www.detoxyourworld.com/skin/frontend/base/default/images/widgets/i_block-list.gif) 0 0 no-repeat; padding-left:21px; }

/* Widget: Recently Compared Proructs */
.widget-compared { display:block;}
.col-main .widget-compared { margin:7px 0; }
.widget-compared .products-grid .product-image,
.widget-compared .products-list .product-image { width:85px; height:85px; }
.widget-compared .products-list .product-shop { margin-left:100px; }
.sidebar .widget-compared .block { font-size:11px; line-height:1.25; }
.sidebar .widget-compared .block-title strong { background:url(http://www.detoxyourworld.com/skin/frontend/base/default/images/widgets/i_block-list.gif) 0 0 no-repeat; padding-left:21px; }

/* Widget: CMS Static Block */
.widget-static-block {}
.sidebar .widget-static-block { display:block; margin:0 0 15px; }

/* Widgets: Links Common Styles */
.top-container .widget a { padding:0 0 0 7px; }

.bottom-container .widget a { padding:0 3px; }

/* Widget: Catalog Product Link */
.widget-product-link-inline { display:inline; }

.col-main .widget-product-link { display:block; text-align:right; margin:7px 0; }
.col-main .widget-product-link a { background:url(http://www.detoxyourworld.com/skin/frontend/base/default/images/widgets/i_widget-link.gif) 100% 4px no-repeat; padding-right:15px; }

.sidebar .widget-product-link { display:block; margin:0 0 15px; padding:0 10px; }
.sidebar .widget-product-link a { background:url(http://www.detoxyourworld.com/skin/frontend/base/default/images/widgets/i_widget-link.gif) 100% 4px no-repeat; padding:0 15px 0 0; }

/* Widget: Catalog Category Link */
.widget-category-link-inline { display:inline; }

.col-main .widget-category-link { display:block; text-align:right; margin:7px 0; }
.col-main .widget-category-link a { background:url(http://www.detoxyourworld.com/skin/frontend/base/default/images/widgets/i_widget-link.gif) 100% 4px no-repeat; padding-right:15px; }

.sidebar .widget-category-link { display:block; margin:0 0 15px; padding:0 10px; }
.sidebar .widget-category-link a { background:url(http://www.detoxyourworld.com/skin/frontend/base/default/images/widgets/i_widget-link.gif) 100% 4px no-repeat; padding:0 15px 0 0; }

/* Widget: CMS Page Link */
.widget-cms-link-inline { display:inline; }

.col-main .widget-cms-link { display:block; text-align:right; margin:7px 0; }
.col-main .widget-cms-link a { background:url(http://www.detoxyourworld.com/skin/frontend/base/default/images/widgets/i_widget-link.gif) 100% 4px no-repeat; padding-right:15px; }

.sidebar .widget-cms-link { display:block; margin:0 0 15px; padding:0 10px; }
.sidebar .widget-cms-link a { background:url(http://www.detoxyourworld.com/skin/frontend/base/default/images/widgets/i_widget-link.gif) 100% 4px no-repeat; padding:0 15px 0 0; }
/* ======================================================================================= */

.product-view .box-reviews .data-table thead span,
.availability span,
#banners a.nav-next,
#banners a.nav-prev,
.btn-remove,
.btn-remove2,
.sort-by span.asc,
.sort-by span.desc,
.pages a.previous, .pages a.next,
.header .cart-header a.icon,
#toppers .tab-holder .tab .scroll-container a.next,
#toppers .tab-holder .tab .scroll-container a.prev,
.block-layered-nav .currently li a span.icon,
.rating-box,
.rating-box .rating,
li.item .ribbon,
.btn-refresh { background-image: url(http://www.detoxyourworld.com/skin/frontend/default/detoxyourworld/images/sprite.png); background-repeat: no-repeat; }

.block-usps li,
.block-newsletter ul li,
.block-cart_usp li { background-image: url(http://www.detoxyourworld.com/skin/frontend/default/detoxyourworld/images/check.gif); }

#lightwindow_overlay {
	/* REQUIRED */
	display: none;
	visibility: hidden;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100px;
	z-index: 500;
	/* REQUIRED */
}

#lightwindow {
	/* REQUIRED */
	/* Of Note - The height and width of this element are set to 0px */
	display: none;
	visibility: hidden;
	position: absolute;
	z-index: 999;
	line-height: 0px;
	/* REQUIRED */
}

	#lightwindow_container {
		/* REQUIRED */
		display: none;
		visibility: hidden;
		position: absolute;
		/* REQUIRED */
		padding: 0 0 0 0;
		margin: 0 0 0 0;
	}

	/* IE6 needs this or it messes with our positioning */
	* html #lightwindow_container {
		overflow: hidden;
	}

	#lightwindow_contents {
		overflow: hidden;
		z-index: 0;
		position: relative;
		border: 10px solid #ffffff;
		background-color: #ffffff;
	}		

#lightwindow_loading {
	/* REQUIRED */
	height: 100%;
	width: 100%;
	top: 0px;
	left: 0px;
	z-index: 9999;
	position: absolute;
	/* REQUIRED */
	background-color: #f0f0f0;
	padding: 10px;
}

	#lightwindow_loading_shim { 
		display: none;
		left: 0px; 
		position: absolute; 
		top: 0px;
		width: 100%; 
		height: 100%;
	}

	#lightwindow_loading span {
    	font-size: 12px;
		line-height: 32px;
		color: #444444;
		float: left;
		padding: 0 10px 0 0;
	}

	#lightwindow_loading span a,
	#lightwindow_loading span a:link, 
	#lightwindow_loading span a:visited {
		color: #09F;
		text-decoration: none;
		cursor: pointer;
	}

	#lightwindow_loading span a:hover,
	#lightwindow_loading span a:active {
		text-decoration: underline;
	}


	#lightwindow_loading img {
   		float: left;
   		margin: 0 10px 0 0;
	}


/*-----------------------------------------------------------------------------------------------
	I liked the Navigation so much from http://www.huddletogether.com/projects/lightbox2/
	I mean let's face it, it works really well and is very easy to figure out.
-----------------------------------------------------------------------------------------------*/

#lightwindow_navigation {
	/* REQUIRED */
	position: absolute;
	top: 0px;
	left: 0px;
	display: none;
	/* REQUIRED */
}
	/* We need to shim the navigation for IE, though its more of a sub-floor */
	#lightwindow_navigation_shim { 
		/* REQUIRED */
		display: none;
		left: 0px; 
		position: absolute; 
		top: 0px;
		width: 100%; 
		height: 100%;
		/* REQUIRED */
	}

	#lightwindow_navigation a,
	#lightwindow_navigation a:link,
	#lightwindow_navigation a:visited,
	#lightwindow_navigation a:hover,
	#lightwindow_navigation a:active { 
		/* REQUIRED */
		outline: none;
		/* REQUIRED */
	}

	#lightwindow_previous, 
	#lightwindow_next {
		width: 49%;
		height: 100%;
		background: transparent url(http://www.detoxyourworld.com/skin/frontend/default/detoxyourworld/images/lightwindow/blank.gif) no-repeat; /* Trick IE into showing hover */
		display: block;
	}
	
	#lightwindow_previous { 
		float: left;
		left: 0px;
	}

	#lightwindow_next { 
		float: right;
		right: 0px;
	}

	#lightwindow_previous:hover, 
	#lightwindow_previous:active { 
		background: url(http://www.detoxyourworld.com/skin/frontend/default/detoxyourworld/images/lightwindow/prevlabel.gif) left 15% no-repeat; 
	}

	#lightwindow_next:hover, 
	#lightwindow_next:active { 
		background: url(http://www.detoxyourworld.com/skin/frontend/default/detoxyourworld/images/lightwindow/nextlabel.gif) right 15% no-repeat; 
	}
	
	#lightwindow_previous_title,
	#lightwindow_next_title {
		display: none;
	}
	 	
#lightwindow_galleries {
	width: 100%;
	position: absolute;
	z-index: 50; 
	display: none;
	overflow: hidden;
	margin: 0 0 0 10px;
	bottom: 0px;
	left: 0px;
}

	#lightwindow_galleries_tab_container {
		width: 100%;
		height: 0px;
		overflow: hidden;
	}

	a#lightwindow_galleries_tab,		
	a:link#lightwindow_galleries_tab,
	a:visited#lightwindow_galleries_tab {
		display: block;
		height: 20px;
		width: 77px;
		float: right;
		line-height: 22px;
		color: #ffffff;
		text-decoration: none;
		font-weight: bold;
		cursor: pointer;
		font-size: 11px;
		color: #ffffbe;
		background: url(http://www.detoxyourworld.com/skin/frontend/default/detoxyourworld/images/lightwindow/black-70.png) repeat 0 0 transparent;
	}
	
	* html a#lightwindow_galleries_tab,		
	* html a:link#lightwindow_galleries_tab,
	* html a:visited#lightwindow_galleries_tab {	
		background: none;
		background-color: #000000;
		opacity: .70;
		filter: alpha(opacity=70);
	}

	a:hover#lightwindow_galleries_tab,
	a:active#lightwindow_galleries_tab {
		color: #ffffbe;

	}

	#lightwindow_galleries_tab_span {
		display: block;
		height: 20px;
		width: 63px;
		padding: 0 7px 0 7px;
	}
	
	#lightwindow_galleries_tab .up	{
		background: url(http://www.detoxyourworld.com/skin/frontend/default/detoxyourworld/images/lightwindow/arrow-up.gif) no-repeat 60px 5px transparent;
	}

	#lightwindow_galleries_tab .down {
		background: url(http://www.detoxyourworld.com/skin/frontend/default/detoxyourworld/images/lightwindow/arrow-down.gif) no-repeat 60px 6px transparent;
	}

	#lightwindow_galleries_list {
		background: url(http://www.detoxyourworld.com/skin/frontend/default/detoxyourworld/images/lightwindow/black-70.png) repeat 0 0 transparent;
		overflow: hidden;
		height: 0px;
	}

	* html #lightwindow_galleries_list {
		background: none;
		background-color: #000000;
		opacity: .70;
		filter: alpha(opacity=70);
	}	

	.lightwindow_galleries_list {
		width: 200px;
		float: left;
		margin: 0 0 10px 0;
		padding: 10px;
	}

	.lightwindow_galleries_list h1 {	
		color: #09F;
		text-decoration: none;
		font-weight: bold;
		cursor: pointer;
		padding: 10px 0 5px 0;
		font-size: 16px;
	}

	.lightwindow_galleries_list li {
		margin: 5px 0 5px 0;
		list-style-type: none;
	}

	.lightwindow_galleries_list a, 
	.lightwindow_galleries_list a:link, 
	.lightwindow_galleries_list a:visited {
		display: block;
		line-height: 22px;
		color: #ffffff;
		text-decoration: none;
		font-weight: bold;
		cursor: pointer;
		padding: 0 0 0 10px;
		font-size: 11px;
	}

	.lightwindow_galleries_list a:hover, 
	.lightwindow_galleries_list a:active {
		background: #000000;
		color: #ffffbe;
		border-left: 3px solid #ffffbe;
		padding: 0 0 0 7px;
	}
		
#lightwindow_data {
	/* REQUIRED */
	position: absolute;
	/* REQUIRED */
}

	#lightwindow_data_slide {
		/* REQUIRED */
		position: relative;
		/* REQUIRED */
	}

	#lightwindow_data_slide_inner {
		background-color: #ffffff;
		padding: 0 10px 10px 10px;
	}

	#lightwindow_data_caption {
		padding: 10px 0 0 0;
		color: #666666;
		line-height: 25px;
		background-color: #ffffff;
		clear: both;
	}

	#lightwindow_data_details {
		background-color: #f0f0f0;
		padding: 0 10px 0 10px;
		height: 20px;
	}
	
	#lightwindow_data_author_container {
		width: 40%;
		text-align: right;
		color: #666666;
	 	font-style: italic;
		font-size: 10px;
		line-height: 20px;
		float: right;
		overflow: hidden;
	}
	
	#lightwindow_data_gallery_container {
		font-size: 10px;
		width: 40%;
		text-align: left;
		color: #666666;
		line-height: 20px;
		float: left;
		overflow: hidden;
	}
	
#lightwindow_title_bar {
	height: 25px;
	overflow: hidden;		
}

	#lightwindow_title_bar_title {
		color: #ffffff;
		font-size: 14px;
		line-height: 25px;
		text-align: left;
		float: left;
		font-weight: bold;
	}

	a#lightwindow_title_bar_close_link,	
	a:link#lightwindow_title_bar_close_link,
	a:visited#lightwindow_title_bar_close_link {
		float: right;
		text-align: right;		
		cursor: pointer;
		color: #FFF;
		line-height: 25px;
		padding: 0;
		margin: 0;
		font-weight: bold;
		text-decoration: none;
	}
	
	a:hover#lightwindow_title_bar_close_link,
	a:active#lightwindow_title_bar_close_link {
		color: #ffffff;
	}

/*-----------------------------------------------------------------------------------------------
	Theme styling stuff
-----------------------------------------------------------------------------------------------*/	

#lightwindow p {
	color: #000000;
	padding-right: 10px;
}



/* ==================== Improved One Page Checkout with progressbar  ===================== */
.checkout-onepage-index .main { padding:0; border:0; background: #FFF; border: 1px solid #dcded2; padding: 9px; width: 920px; }
.checkout-onepage-index .col-main { width: 680px; }
.checkout-onepage-index .header-container { border-bottom: 1px solid #e4e4d3; width: 940px; margin: 0 auto; padding-bottom: 18px; }
.checkout-onepage-index .main-container { border-top: 1px solid #ffffff; width: 940px; margin: 0 auto; padding-top: 20px; }
.checkout-onepage-index .page-title { border-bottom: 1px solid #e4e4d3; }

.opc { position:relative; overflow:hidden; height:950px; padding: 0; text-align:center; border:0; background:transparent none; }
.opc .ul { list-style:disc; margin: .5em 0; }
.opc li.section { display:inline; }
.opc .step-title,.opc .allow .step-title { border-color:#FBFAF6; }
.opc .step { padding:30px 20px; position:absolute; top:80px; left:0; z-index:1; width:638px; height:808px; text-align:left; border: 1px solid #dee0d7; border-radius: 2px; overflow: auto; }
.opc .step-title .number,.opc .allow .step-title .number,.opc .active .step-title .number { float:none; display:block; margin:0 auto; margin-bottom:10px; }
.opc .step-title a { display:none; }
.opc .step-title .number { background:#e7e7e7; color:#595959; font-size: 13px; font-weight: bold; width:30px; height:30px; line-height:30px; border-radius:20px; margin-bottom:10px; padding:0; border:2px solid #e7e7e7; box-shadow: 0 0 0 3px #FFF inset; position:relative; z-index:1; }
.opc .step-title h2 { font-size:12px; color:#bbb; clear:both; margin-bottom:10px; }
.opc .allow .step-title .number { background:#b2da6d; border-color:#b2da6d; color:#fff; }
.opc .allow .step-title h2 { color:#b2da6d; }
.opc .active .step-title .number { background:#673091; border-color:#673091; color:#fff; }
.opc .active .step-title h2 { color:#673091; }
.opc .step-title,.opc .allow .step-title,.opc .active .step-title { position:relative; text-align:center; border:none; background:none; padding:0; overflow:hidden!important; height:80px; display:inline-block; vertical-align:top; }
.opc .step-title,.opc .allow .step-title,.opc .active .step-title { *display:block; *float:left; } 
.opc .step-title h2,.opc .allow .step-title h2,.opc .active .step-title h2 { width:100%; text-align:center; }
.opc .step-title { width:16%; }

.opc:first-of-type .step{-webkit-transition: all 0.5s ease-in-out;-moz-transition: all 0.5s ease-in-out;-o-transition: all 0.5s ease-in-out;-webkit-transition: all 0.5s ease-in-out;transition: all 0.5s ease-in-out;}
.opc:first-of-type .step[style*='display:none;'],
.opc:first-of-type .step[style*='display: none;']{display:block !important;}
.opc:first-of-type .section .step{left: 100%;}
.opc:first-of-type .allow .step{left: -100%;}
.opc:first-of-type .active .step{left:0;}
.opc:first-of-type li:last-child .step-title a{width:50%}
.opc:first-of-type li:first-child .step-title a{width:50%;left:50%}
.opc:first-of-type .step-title a { display:block;height:1px;border-bottom:1px dashed #ccc; width:100%; text-indent:-3000px; position: absolute;top:15px;z-index: 0}
.opc:first-of-type .allow .step-title a {}

/* ================================= Solution by www.h-o.nl =============================== */


.checkout-onepage-index .sidebar .block { background: transparent none; border: 0; padding: 0; box-shadow: none; }
.checkout-onepage-index .sidebar .block .block-title { background: #f2ebf7; border: 1px solid #ffe5c2; box-shadow: 0 0 0 1px #faf7fc inset; color: #673091; padding: 7px 10px; margin-bottom: 10px; }
.checkout-onepage-index .sidebar .block .block-content { padding-left: 14px; border-left: 1px solid #edece6; }
.block-progress dl { margin: 0; padding: 0; border: 0; }
.block-progress dt { border-bottom: 1px dashed #edece6; font-weight: bold; padding: 6px 0; }
.block-progress dt .separator { display: none; }
.block-progress dt a { float: right; font-weight: normal; }
.block-progress dd { margin: 10px 0 20px; }

#login-form-list { border-top: 1px solid #e5e5e5; }
#login-form-list li.control { border-bottom: 1px solid #e5e5e5; margin: 0; padding: 10px 20px; }
#login-form-list li.control.active { background: #f8f8f8; }
#login-form-list .information { margin: 10px 0 0 22px; }

#login-form-list #login-form { background: #FFF; display: block; border: 1px solid #dcded5; padding: 14px; width: 310px; margin: 0 auto; }
#login-form-list #login-form label { display: inline-block; max-width: 30%; line-height: 25px; }
#login-form-list #login-form .input-box { float: right; width: 65%; }

#co-billing-form,
#co-shipping-form { width: 65%; margin: 0 auto; display: block; }

#payment_form_cgp_ideal .input-box { width: auto; float: none; }
#payment_form_cgp_ideal .input-box label { display: block; margin-bottom: .5em; }
#payment_form_cgp_ideal .input-box select { width: auto; }

#review-buttons-container .f-left { display: none; }
