/**
 * 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) 2012 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          { background:#496778 url(http://psg.butterflieshealt.netdna-cdn.com/skin/frontend/psg/default/images/bkg_body.gif) 50% 0 repeat-y; font:12px/1.55 Arial, Helvetica, sans-serif; color:#2f2f2f; text-align:center; }

img           { border:0; vertical-align:top; }

a             { color:#1e7ec8; text-decoration:underline; }
a:hover       { text-decoration:none; }
:focus        { outline:0; }

/* Headings */
h1,h2,h3,
h4,h5,h6      { margin:0 0 5px; line-height:1.35; color:#0a263c; }
h1            { font-size:20px; font-weight:normal; }
h2            { font-size:18px; font-weight:normal; }
h3            { font-size:16px; font-weight:bold; }
h4            { font-size:14px; font-weight:bold; }
h5            { font-size:12px; font-weight:bold; }
h6            { font-size:11px; font-weight:bold; }

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

/* Table */
table         { border:0; /*border-collapse:collapse;*/ border-spacing:0; empty-cells:show; font-size:100%; }
caption,th,td { vertical-align:top; text-align:left; font-weight:normal; }

/* Content */
p             { margin:0 0 10px; }
strong        { font-weight:bold; }
address       { font-style:normal; line-height:1.35; }
cite          { font-style:normal; }
q,
blockquote    { quotes:none; }
q:before,
q:after       { content:''; }
small,big     { font-size:1em; }
/*sup           { font-size:1em; vertical-align:top; }*/

/* Lists */
ul,ol         { list-style:none; }

/* Tools */
.hidden       { display:block !important; border:0 !important; margin:0 !important; padding:0 !important; font-size: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        { background:none !important; }
/* ======================================================================================= */


/* Layout ================================================================================ */
.wrapper { min-width:954px; }
.page {}
.page-print { background:#fff; padding:25px 30px; text-align:left; }
.page-empty { background:#fff; padding:20px; text-align:left; }
.page-popup { background:#fff; padding:25px 30px; text-align:left; }
.main-container { background:#fbfaf6 url(http://psg.butterflieshealt.netdna-cdn.com/skin/frontend/psg/default/images/bkg_main1.gif) 50% 0 no-repeat; }
.main { width:900px; margin:0 auto; min-height:400px; padding:25px 25px 80px; background:#fffffe url(http://psg.butterflieshealt.netdna-cdn.com/skin/frontend/psg/default/images/bkg_main2.gif) 0 0 no-repeat; text-align:left; }

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

/* 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:475px; margin-left:17px; }
.col3-layout .col-wrapper { float:left; width:687px; }
.col3-layout .col-wrapper .col-main { float:right; }

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


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

button.btn-checkout span { height:40px; border:0; background:url(http://psg.butterflieshealt.netdna-cdn.com/skin/frontend/psg/default/images/btn_checkout.gif) 0 0 no-repeat; padding:0 0 0 9px; font:bold 15px/40px Arial, Helvetica, sans-serif; color:#fff; }
button.btn-checkout span span { background-position:100% 0; padding:0 25px 0 16px; }
button.btn-checkout.no-checkout span { background-position:0 100%; color:#b8baba; }
button.btn-checkout.no-checkout span span { background-position:100% 100%; }

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

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

.form-list-narrow li  { margin-bottom:0; } 
.form-list-narrow li .input-box { margin-bottom:6px; }
.form-list-narrow li.wide .input-box { width:260px; } 
.form-list-narrow li.wide input.input-text, 
.form-list-narrow li.wide textarea { width:254px } 
.form-list-narrow li.wide select { width:260px; }

/* Customer */
.form-list .customer-name-prefix .input-box,
.form-list .customer-name-suffix .input-box,
.form-list .customer-name-prefix-suffix .input-box,
.form-list .customer-name-prefix-middlename .input-box,
.form-list .customer-name-middlename-suffix .input-box,
.form-list .customer-name-prefix-middlename-suffix .input-box { width:auto; }

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

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

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

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

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

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

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

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

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

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

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

.buttons-set { clear:both; margin:4em 0 0; padding:8px 0 0; border-top:1px solid #e4e4e4; text-align:right; }
.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 { border:1px solid #bbafa0; background:#fbfaf6; padding:22px 25px 12px 33px; margin:28px 0; }
.fieldset .legend { float:left; font-weight:bold; font-size:13px; border:1px solid #f19900; background:#f9f3e3; color:#e76200; margin:-33px 0 0 -10px; padding:0 8px; position:relative; }

/* 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://psg.butterflieshealt.netdna-cdn.com/skin/frontend/psg/default/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:#3d6611; font-weight:bold; }
.error { color:#df280a; font-weight:bold; }
.notice { color:#e26703; }

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

/* BreadCrumbs */
.breadcrumbs { font-size:11px; line-height:1.25; margin:0 0 13px; }
.breadcrumbs li { display:inline; }
.breadcrumbs li strong { font-weight:bold; }

/* Page Heading */
.page-title { width:100%; overflow:hidden; border-bottom:1px solid #ccc; margin:0 0 25px; }
.page-title h1,
.page-title h2 { margin:0; font-size:20px; color:#0a263c; }
.page-title .separator { margin:0 3px; }
.page-title .link-rss { float:right; margin:7px 0 0; }
.title-buttons { text-align:right; }
.title-buttons h1,
.title-buttons h2,
.title-buttons h3,
.title-buttons h4,
.title-buttons h5,
.title-buttons h6 { float:left; }

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

/* Pager */
.pager { font-size:11px; background:#fff url(http://psg.butterflieshealt.netdna-cdn.com/skin/frontend/psg/default/images/bkg_toolbar.gif) 0 100% repeat-x; padding:4px 8px; border-top:1px solid #e2e2e2; text-align:center; }
.pager .amount { float:left; margin:0; }
.pager .limiter { float:right; }
.pager .limiter label { vertical-align:middle; }
.pager .limiter select { padding:0; margin:0 0 1px; vertical-align:middle; }
.pager .pages { margin:0 140px; }
.pager .pages ol { display:inline; }
.pager .pages li { display:inline; margin:0 2px; }
.pager .pages .current {}

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

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

/* Data Table */
.data-table { width:100%; border:1px solid #bebcb7; }
.data-table .odd  { background:#f8f7f5 }
.data-table .even { background:#eeeded; }
/*.data-table tr.odd:hover,
.data-table tr.even:hover { background:#ebf1f6; }*/
.data-table td.last,
.data-table th.last { border-right:0; }
.data-table tr.last th,
.data-table tr.last td { border-bottom:0 !important; }
.data-table th { padding:3px 8px; font-weight:bold; }
.data-table td { padding:3px 8px; }

.data-table thead th { font-weight:bold; border-right:1px solid #c2d3e0; padding:2px 8px; color:#0a263c; white-space:nowrap; vertical-align:middle; }
.data-table thead th.wrap { white-space:normal; }
.data-table thead th a,
.data-table thead th a:hover { color:#fff; }
.data-table thead th { background:url(http://psg.butterflieshealt.netdna-cdn.com/skin/frontend/psg/default/images/bkg_th.gif) repeat-x 0 100% #d9e5ee; }
.data-table thead th .tax-flag { font-size:11px; white-space:nowrap; }

.data-table tfoot { border-bottom:1px solid #d9dde3; }
.data-table tfoot tr.first td { background:url(http://psg.butterflieshealt.netdna-cdn.com/skin/frontend/psg/default/images/bkg_tfoot.gif) 0 0 repeat-x; }
.data-table tfoot tr { background-color:#dee5e8 !important; }
.data-table tfoot td { padding-top:1px; padding-bottom:1px; border-bottom:0; border-right:1px solid #d9dde3; }
.data-table tfoot strong { font-size:16px; }

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

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

/* Generic Info Box */
.info-box { background:#fff url(http://psg.butterflieshealt.netdna-cdn.com/skin/frontend/psg/default/images/bkg_block-title.gif) 0 0 repeat-x; border:1px solid #d0cbc1; padding:12px 15px; margin:0 0 15px; }
.info-box h2 { font-weight:bold; font-size:13px; }

.info-table th { font-weight:bold; 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; background:url(http://psg.butterflieshealt.netdna-cdn.com/skin/frontend/psg/default/images/bkg_collapse.gif) 0 5px no-repeat; cursor:pointer; }
tr.show-details .summary-collapse { background-position:0 -52px; }
tr.show-details td {}
tr.summary-details td { font-size:11px; background-color:#dae1e4; color:#626465; }
tr.summary-details-first td { border-top:1px solid #d2d8db; }
tr.summary-details-excluded { font-style:italic; }

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

/* Class: std - styles for admin-controlled content */
.std .subtitle { padding:0; }
.std ol.ol { list-style:decimal outside; padding-left:1.5em; }
.std ul.disc { list-style:disc outside; padding-left:18px; margin:0 0 10px; }
.std dl dt { font-weight:bold; }
.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 { font-weight:bold; }
.std dd { padding:0 0 0 1.5em; }
.std blockquote { font-style:italic; padding:0 0 0 1.5em; }
.std address { font-style:normal; }
.std b,
.std strong { font-weight:bold; }
.std i,
.std em { font-style:italic; }

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

.link-cart { color:#dc6809 !important; font-weight:bold; }
.link-wishlist { color:#dc6809 !important; font-weight:bold; }
.link-reorder { font-weight:bold; color:#dc6809 !important; }
.link-compare { font-weight:bold; }
.link-print { /*background:url(http://psg.butterflieshealt.netdna-cdn.com/skin/frontend/psg/default/images/i_print.gif) 0 2px no-repeat; padding:2px 0 2px 25px;*/ font-weight:bold; color:#dc6809; }
.link-rss { background:url(http://psg.butterflieshealt.netdna-cdn.com/skin/frontend/psg/default/images/i_rss.gif) 0 2px no-repeat; padding-left:18px; line-height:14px; white-space:nowrap; }
.btn-remove  { display:block; width:11px; height:11px; font-size:0; line-height:0; background:url(http://psg.butterflieshealt.netdna-cdn.com/skin/frontend/psg/default/images/btn_remove.gif) 0 0 no-repeat; text-indent:-999em; overflow:hidden; }
.btn-previous  { display:block; width:11px; height:11px; font-size:0; line-height:0; background:url(http://psg.butterflieshealt.netdna-cdn.com/skin/frontend/psg/default/images/btn_previous.gif) 0 0 no-repeat; text-indent:-999em; overflow:hidden; }
.btn-remove2 { display:block; width:16px; height:16px; font-size:0; line-height:0; background:url(http://psg.butterflieshealt.netdna-cdn.com/skin/frontend/psg/default/images/btn_trash.gif) 0 0 no-repeat; text-indent:-999em; overflow:hidden; }
.btn-edit    { display:block; width:11px; height:11px; font-size:0; line-height:0; background:url(http://psg.butterflieshealt.netdna-cdn.com/skin/frontend/psg/default/images/btn_edit.gif) 0 0 no-repeat; text-indent:-999em; overflow:hidden; }

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

.separator { margin:0 3px; }

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

/* Global site notices */
.global-site-notice { border:1px solid #cfcfcf; border-width:0 0 1px; background:#ffff90; font-size:12px; line-height:1.25; text-align:center; color:#2f2f2f; }
.global-site-notice .notice-inner { width:860px; margin:0 auto; padding:12px 0 12px 80px; background:url(http://psg.butterflieshealt.netdna-cdn.com/skin/frontend/psg/default/images/i_notice.gif) 20px 25px no-repeat; text-align:left; }
.global-site-notice .notice-inner p { margin:0; border:1px dotted #cccc73; padding:10px; }
.global-site-notice .notice-inner .actions { padding-top:10px; }

/* Cookie Notice */
.notice-cookie { }

/* Noscript Notice */
.noscript {}

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

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


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

/********** < Navigation */
.nav-container { background:#0a263d url(http://psg.butterflieshealt.netdna-cdn.com/skin/frontend/psg/default/images/bkg_nav0.jpg) 50% 0 repeat-y; }
#nav { width:918px; margin:0 auto; padding:0 16px; font-size:13px; }

/* All Levels */ /* Style consistent throughout all nav levels */
#nav li { position:relative; text-align:left; }
#nav li.over { z-index:998; }
#nav a,
#nav a:hover { display:block; line-height:1.3em; text-decoration:none; }
#nav span { display:block; cursor:pointer; white-space:nowrap; }
#nav li ul span {white-space:normal; }
#nav ul li.parent a { background:url(http://psg.butterflieshealt.netdna-cdn.com/skin/frontend/psg/default/images/bkg_nav2.gif) 100% 100% no-repeat; }
#nav ul li.parent li a { background-image:none; }

/* 0 Level */
#nav li { float:left; }
#nav li.active a { color:#d96708; }
#nav a { float:left; padding:5px 12px 6px 8px; color:#a7c6dd; font-weight:bold; }
#nav li.over a,
#nav a:hover { color:#d96708; }

/* 1st Level */
#nav ul li,
#nav ul li.active { float:none; margin:0; padding-bottom:1px; background:#ecf3f6 url(http://psg.butterflieshealt.netdna-cdn.com/skin/frontend/psg/default/images/bkg_nav1.gif) 0 100% repeat-x; }
#nav ul li.last { background:#ecf3f6; padding-bottom:0; }

#nav ul a,
#nav ul a:hover { float:none; padding:0; background:none; }
#nav ul li a { font-weight:normal !important; }

/* 2nd Level */
#nav ul,
#nav div { position:absolute; width:15em; top:27px; left:-10000px; border:1px solid #899ba5; }
#nav div ul { position:static; width:auto; border:none; }

/* 3rd+ Level */
#nav ul ul,
#nav ul div { top:5px; }

#nav ul li a { background:#ecf3f6; }
#nav ul li a:hover { background:#d5e4eb; }
#nav ul li a,
#nav ul li a:hover { color:#2f2f2f !important; }
#nav ul span,
#nav ul li.last li span { padding:3px 15px 4px 15px; }

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


/* Sidebar =============================================================================== */
.block { border:1px solid #c4c1bc; margin:0 0 15px; }
.block .block-title { background:url(http://psg.butterflieshealt.netdna-cdn.com/skin/frontend/psg/default/images/bkg_block-title.gif) 0 0 repeat-x; border-bottom:1px solid #ddd; padding:2px 9px; }
.block .block-title strong { display:block; font:bold 12px/16px Arial, Helvetica, sans-serif; min-height:16px; padding:1px 0 1px; text-transform:uppercase; color:#e26703; }
.block .block-title strong span {}
.block .block-title a { text-decoration:none !important; }
.block .block-subtitle { margin:0; padding:5px 9px; font-size:1em; font-weight:bold; color:#0a263c; }
.block .block-content { background:#f8f7f5; }
.block .block-content li.item { padding:7px 9px; }
.block .block-content .product-name { color:#1e7ec8; }
.block .btn-remove,
.block .btn-edit { float:right; margin:1px 0 2px 5px; }
.block .actions { background:#dee5e8 url(http://psg.butterflieshealt.netdna-cdn.com/skin/frontend/psg/default/images/bkg_block-actions.gif) 0 0 repeat-x; 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 li.odd { background-color:#f4f3f3; }
.block li.even { background-color:#fafafa; }

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

/* Mini Products List */
.mini-products-list .product-image { float:left; width:50px; border:1px solid #a9a9a9; }
.mini-products-list .product-details { margin-left:60px; }
.block-cart .mini-products-list .product-details .product-name,
.block-cart .mini-products-list .product-details .nobr small { word-wrap:break-word; }
.block-cart .mini-products-list .product-details .nobr { white-space:normal !important; }

/* Block: Account */
.block-account { border-color:#bbb; }
.block-account .block-title { background:#fc9d36 url(http://psg.butterflieshealt.netdna-cdn.com/skin/frontend/psg/default/images/bkg_block-title-account.gif) 0 100% repeat-x; border:0; padding:3px 10px; }
.block-account .block-title strong { font-size:13px; color:#fff; }
.block-account .block-content { background:#fbfaf6; padding:7px 10px 7px; }
.block-account .block-content li a { display:block; border-bottom:1px solid #ddd; padding:3px 0; color:#5f5d5c; text-decoration:none !important; }
.block-account .block-content li a:hover { color:#ea7900; }
.block-account .block-content li.last a { border-bottom:0; }
.block-account .block-content li.current { border-bottom:1px solid #ddd; padding:3px 0; color:#ea7900; }
.block-account .block-content li.current.last { border-bottom:0; }

/* Block: Currency Switcher */
.block-currency { border:0; background:url(http://psg.butterflieshealt.netdna-cdn.com/skin/frontend/psg/default/images/bkg_block-currency.gif) 0 0 no-repeat; padding:7px 12px 10px; height:51px; }
.block-currency .block-title { background:none; border:0; padding:0; margin:0 0 5px; }
.block-currency .block-title strong { font:bold 13px/21px Arial, Helvetica, sans-serif; background:url(http://psg.butterflieshealt.netdna-cdn.com/skin/frontend/psg/default/images/i_block-currency.gif) 0 50% no-repeat; padding:0 0 0 21px; text-transform:none; color:#fff; }
.block-currency .block-content { background:none; padding:0; }
.block-currency .block-content select { width:100%; padding:0; }

/* Block: Layered Navigation */
.block-layered-nav { border:0; }
.block-layered-nav .block-title { border:0; padding:0; height:24px; background:url(http://psg.butterflieshealt.netdna-cdn.com/skin/frontend/psg/default/images/bkg_block-layered-title.gif) 0 0 no-repeat; text-indent:-999em; overflow:hidden; }
.block-layered-nav .block-subtitle { line-height:1.35; background:#d5e8ff url(http://psg.butterflieshealt.netdna-cdn.com/skin/frontend/psg/default/images/bkg_block-layered1.gif) 0 50% repeat; padding:3px 9px; border:1px solid #b9ccdd; border-width:1px 0; text-transform:uppercase; color:#1f5070; }
.block-layered-nav .block-content { border:1px solid #a0b3c3; background:#e7f1f4; }
.block-layered-nav dt { background:url(http://psg.butterflieshealt.netdna-cdn.com/skin/frontend/psg/default/images/bkg_block-layered-dt.gif) 9px 11px no-repeat; padding:7px 10px 0 25px; font-weight:bold; /*text-transform:uppercase;*/ }
.block-layered-nav dd { padding:0 12px 12px; background:url(http://psg.butterflieshealt.netdna-cdn.com/skin/frontend/psg/default/images/bkg_block-layered-dd.gif) 0 100% repeat-x; }
.block-layered-nav dd.last { background:none; }
.block-layered-nav .currently li { background:#fff url(http://psg.butterflieshealt.netdna-cdn.com/skin/frontend/psg/default/images/bkg_block-layered-li.gif) 0 100% repeat-x; padding:6px 24px 6px 10px; position:relative; z-index:1; line-height:1.5; }
.block-layered-nav .currently .label { font-weight:bold; padding-left:15px; background:url(http://psg.butterflieshealt.netdna-cdn.com/skin/frontend/psg/default/images/bkg_block-layered-label.gif) 0 4px no-repeat; text-transform:uppercase; display:inline-block; vertical-align:top; }
.block-layered-nav .currently .value { display:inline-block; vertical-align:top; }
.block-layered-nav .currently .btn-previous,
.block-layered-nav .currently .btn-remove { position:absolute; right:4px; top:9px; margin:0; }
.block-layered-nav .currently .btn-previous { right:17px; }
.block-layered-nav .actions { font-size:11px; padding:4px 5px 4px 9px; background:#cad6e4; border:1px solid #dee5e8; border-width:1px 0; text-align:right; }
.block-layered-nav .actions a { float:none; }

/* Block: Cart */
.block-cart .block-title { /*border-bottom:0;*/ }
.block-cart .block-title strong { background-image:url(http://psg.butterflieshealt.netdna-cdn.com/skin/frontend/psg/default/images/i_block-cart.gif); }
.block-cart .summary { background:#fff; padding:2px 8px 8px; margin:-1px 0 0; position:relative; z-index:1; }
.block-cart .amount { margin:0; }
.block-cart .amount a { font-weight:bold; }
.block-cart .subtotal { margin:5px 0 0; padding:2px 0; background:#fbebd9; text-align:center; }
.block-cart .subtotal .price { font-weight:bold; }
.block-cart .actions { border-bottom:1px solid #c2c2c2; }
.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 { background-image:url(http://psg.butterflieshealt.netdna-cdn.com/skin/frontend/psg/default/images/i_block-wishlist.gif); }
.block-wishlist .actions { text-align:right; }
.block-wishlist .actions a { float:none; }

/* Block: Related */
.block-related .block-title strong { background-image:url(http://psg.butterflieshealt.netdna-cdn.com/skin/frontend/psg/default/images/i_block-related.gif); background-position:0 1px; }
.block-related input.checkbox { float:left; }
.block-related .product { margin-left:20px; }

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

/* Block: Recently Viewed */
.block-viewed .block-title strong { background-image:url(http://psg.butterflieshealt.netdna-cdn.com/skin/frontend/psg/default/images/i_block-viewed.gif); }

/* Block: Recently Compared */
.block-compared .block-title strong { background-image:url(http://psg.butterflieshealt.netdna-cdn.com/skin/frontend/psg/default/images/i_block-list.gif); background-position:0 1px; }

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

/* Block: Tags */
.block-tags .block-title strong { background-image:url(http://psg.butterflieshealt.netdna-cdn.com/skin/frontend/psg/default/images/i_block-tags.gif); }
.block-tags .block-content .tags-list { background:none; border:0; font-size:12px; }
.block-tags .block-content a { color:#1b2d3b; }
.block-tags .actions { text-align:right; }
.block-tags .actions a { float:none; }

/* Block: Subscribe */
.block-subscribe .block-content { padding:5px 10px; }
.block-subscribe .block-title strong { background-image:url(http://psg.butterflieshealt.netdna-cdn.com/skin/frontend/psg/default/images/i_block-subscribe.gif); }
.block-subscribe label { font-weight:bold; color:#666; }
.block-subscribe input.input-text { display:block; width:167px; margin:3px 0; }
.block-subscribe .actions { background:none; padding:0; margin:3px 0 0; text-align:left; }
.block-subscribe .actions button.button { float:none; }
.block-subscribe .actions button.button span { border-color:#406a83; background:#618499; }

/* Block: Reorder */
.block-reorder .block-title strong { background-image:url(http://psg.butterflieshealt.netdna-cdn.com/skin/frontend/psg/default/images/i_block-list.gif); }
.block-reorder input.checkbox { float:left; margin:2px -20px 0 0; }
.block-reorder .product-name { margin-left:20px; }
.block-reorder .validation-advice { margin:3px 9px 7px; }

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

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

/* Paypal */
.sidebar .paypal-logo { display:block; margin:10px 0; text-align:center; }
.sidebar .paypal-logo a { float:none; }
/* ======================================================================================= */


/* Category Page ========================================================================= */
.category-title { border:0; margin:0 0 7px; }
.category-image { width:100%; overflow:hidden; margin:0 0 10px; text-align:center; }
.category-image img {}
.category-description { margin:0 0 10px; }
.category-products {}

/* View Type: Grid */
.products-grid { border-bottom:1px solid #d9ddd3; background:url(http://psg.butterflieshealt.netdna-cdn.com/skin/frontend/psg/default/images/bkg_grid.gif) 0 0 repeat; position:relative; }
.products-grid.last { border-bottom:0; }
.products-grid li.item { float:left; width:138px; padding:12px 10px 80px; }
.products-grid .product-image { display:block; width:135px; height:135px; margin:0 0 10px; }
.products-grid .product-name { /*min-height:2.7em;*/ margin:0 0 5px; font-weight:bold; font-size:13px; color:#203548; }
.products-grid .product-name a { color:#203548; }
.products-grid .price-box { margin:5px 0; }
.products-grid .availability { line-height:21px; }
.products-grid .actions { position:absolute; bottom:12px; }
.col2-left-layout .products-grid,
.col2-right-layout .products-grid { width:632px; margin:0 auto; }
.col1-layout .products-grid { width:790px; margin:0 auto; }

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


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

.ratings { font-size:11px; line-height:1.25; margin:7px 0; }
.ratings strong { float:left; margin:1px 3px 0 0; }
.ratings .rating-links { margin:0; }
.ratings .rating-links .separator { margin:0 2px; }
.ratings dt {}
.ratings dd {}
.rating-box { width:69px; height:13px; font-size:0; line-height:0; background:url(http://psg.butterflieshealt.netdna-cdn.com/skin/frontend/psg/default/images/bkg_rating.gif) 0 0 repeat-x; text-indent:-999em; overflow:hidden; }
.rating-box .rating { float:left; height:13px; background:url(http://psg.butterflieshealt.netdna-cdn.com/skin/frontend/psg/default/images/bkg_rating.gif) 0 100% repeat-x; }
.ratings .rating-box { float:left; margin-right:3px; }
.ratings .amount {}

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

/* Availability */
.availability { margin:0; }
.availability span { font-weight:bold; }
.availability.in-stock span {}
.availability.out-of-stock span { color:#d83820; }

.availability-only { margin:10px 0 7px; line-height:16px; background:url(http://psg.butterflieshealt.netdna-cdn.com/skin/frontend/psg/default/images/i_availability_only.gif) 0 50% no-repeat; padding-left:15px; }
.availability-only span,
.availability-only a { border-bottom:1px dashed #751d02; color:#000; }
.availability-only a { background:url(http://psg.butterflieshealt.netdna-cdn.com/skin/frontend/psg/default/images/i_availability_only_arrow.gif) 100% 0 no-repeat; cursor:pointer; padding-right:15px; text-decoration:none; }
.availability-only .expanded { background-position:100% -15px; }
.availability-only strong { color:#be2c00; }

.availability-only-details { margin:0 0 7px; }
.availability-only-details th { background:#d2d6d9; font-size:10px; padding:0 8px; }
.availability-only-details td { background:#ebf0f3; border-bottom:1px solid #fff; font-size:11px; padding:2px 8px 1px; }
.availability-only-details tr.odd td.last { color:#d95e00; font-weight:bold; }

.product-view .product-shop .availability { font-size:11px; }
.product-view .product-shop .availability span { font-weight:normal; }

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

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

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

.price-box { margin:5px 0; }
.price-box .price { font-weight:bold; color:#c76200; }

/* Regular price */
.regular-price { color:#c76200; }
.regular-price .price { font-weight:bold; font-size:13px; color:#c76200; }
.block .regular-price,
.block .regular-price .price { color:#2f2f2f; }

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

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

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

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

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

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

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

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

/* 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; font-weight:bold; }

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

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

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

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

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

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

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

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

/* Add to Cart */
.add-to-cart label { float:left; margin-right:5px; font-weight:bold; color:#666; }
.add-to-cart .qty { float:left; margin-right:5px; }
.add-to-cart button.button { float:left; }
.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; }

/* Add to Links + Add to Cart */
.add-to-box { margin:10px 0; }
.add-to-box .add-to-cart { float:left; }
.add-to-box .or { float:left; font-weight:bold; margin:0 7px; color:#666; }
.add-to-box .add-to-links { float:left; margin:0; font-size:12px !important; line-height:1.25 !important; text-align:left !important; }
.add-to-box .add-to-links li { display:block !important; }
.add-to-box .add-to-links li .separator { display:none !important; }


.product-view { border:1px solid #c4c6c8; }

.product-essential { padding:25px; background:#fff url(http://psg.butterflieshealt.netdna-cdn.com/skin/frontend/psg/default/images/bkg_product-view.gif) 100% 0 no-repeat; }
.product-essential h2 { font:bold 13px/1.35 Arial, Helvetica, sans-serif; }

.product-collateral { background:#faf7ee url(http://psg.butterflieshealt.netdna-cdn.com/skin/frontend/psg/default/images/bkg_product_collateral.gif) 0 0 repeat-x; padding:25px; }
.product-collateral h2 { font-weight:bold; font-size:15px; color:#e26703; border-bottom:1px solid #e5dcc3; padding:0 0 1px; margin:0 0 15px; }
.product-collateral .box-collateral { margin:0 0 25px; }

/* Product Images */
.product-view .product-img-box { float:left; width:267px; }
.col3-layout .product-view .product-img-box { float:none; margin:0 auto; }
.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 { font-size:11px; margin:0 0 5px; text-align:center; }
.product-view .product-img-box .zoom { position:relative; z-index:9; height:18px; margin:0 auto 13px; padding:0 28px; background:url(http://psg.butterflieshealt.netdna-cdn.com/skin/frontend/psg/default/images/slider_bg.gif) 50% 50% no-repeat; cursor:pointer; }
.product-view .product-img-box .zoom.disabled { -moz-opacity:.3; -webkit-opacity:.3; -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";/*IE8*/ opacity:.3; }
.product-view .product-img-box .zoom #track { position:relative; height:18px; }
.product-view .product-img-box .zoom #handle { position:absolute; left:0; top:-1px; width:9px; height:22px; background:url(http://psg.butterflieshealt.netdna-cdn.com/skin/frontend/psg/default/images/magnifier_handle.gif) 0 0 no-repeat;  }
.product-view .product-img-box .zoom .btn-zoom-out { position:absolute; left:2px; top:0; }
.product-view .product-img-box .zoom .btn-zoom-in { position:absolute; right:2px; top:0; }
.product-view .product-img-box .more-views h2 { font-size:11px; border-bottom:1px solid #ccc; margin:0 0 8px; text-transform:uppercase; }
.product-view .product-img-box .more-views ul { margin-left:-9px }
.product-view .product-img-box .more-views li { float:left; margin:0 0 8px 9px; }
.product-view .product-img-box .more-views li a { float:left; width:56px; height:56px; border:2px solid #ddd; overflow:hidden; }

.product-image-popup { margin:0 auto; }
.product-image-popup .buttons-set { float:right; clear:none; border:0; margin:0; padding:0; }
.product-image-popup .nav { font-weight:bold; margin:0 100px; text-align:center; }
.product-image-popup .image { display:block; margin:10px 0;  }
.product-image-popup .image-label { font-size:13px; font-weight:bold; margin:0 0 10px; color:#2f2f2f; }

/* Product Shop */
.product-view .product-shop { float:right; width:330px; }
.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 5px; }
.product-view .product-shop .product-name h1 { margin:0; font:bold 15px/1.35 Arial, Helvetica, sans-serif; }
.product-view .product-shop .availability { margin:10px 0; }
.product-view .product-shop .short-description { margin:10px 0; background:url(http://psg.butterflieshealt.netdna-cdn.com/skin/frontend/psg/default/images/bkg_divider1.gif) 0 0 repeat-x; padding:10px 0 0; }
.product-view .product-shop .price-box { margin:10px 0; }
.product-view .product-shop .add-to-links { margin:0; }
.product-view .product-shop .add-to-links { font-size:12px; text-align:right; }
.product-view .product-shop .add-to-links li,
.product-view .product-shop .add-to-links li .separator { display:inline; }
.product-view .product-shop .add-to-links a { color:#1E7EC8 !important; font-weight:normal !important; }

/* Product Options */
.product-options { margin:20px 0 0; padding:10px 15px 20px; position:relative; background-color:#f6f6f6; border:1px solid #e4e4e4; }
.product-options dt { padding:10px 0 0; font-weight:normal; }
.product-options dt label { font-weight:bold; color:#2f2f2f; }
.product-options dt label.required em { color:#eb340a; margin-left:5px; }
.product-options dd .qty-holder { display:block; padding:10px 0 0; }
.product-options dd .qty-holder label { vertical-align:middle; }
.product-options dt .qty-disabled { background:none; border:0; padding:3px; color:#2f2f2f; }
.product-options dd { padding:5px 10px 15px; margin:0 0 5px; border-bottom:1px solid #e4e4e4; }
.product-options dl.last dd.last { border-bottom:0; padding-bottom:5px; margin-bottom:0; }
.product-options dd input.input-text { width:98%; }
.product-options dd input.datetime-picker { width:150px; }
.product-options dd .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 { border-bottom:1px dotted #d9e5ee; padding:2px 4px; }
.product-options ul.options-list { margin-right:5px; }
.product-options ul.options-list li { line-height:1.5; padding:2px 0; }
.product-options ul.options-list input.radio { float:left; margin-top:3px; }
.product-options ul.options-list input.checkbox { float:left; margin-top:3px; }
.product-options ul.options-list .label { display:block; margin-left:18px; }
.product-options ul.options-list label { font-weight:normal; }
.product-options ul.validation-failed { padding:0 7px; }
.product-options p.note { margin:0; font-size:11px; }
.product-options p.required { position:absolute; right:20px; top:20px; }

.product-options-bottom { background-color:#fffada; padding:15px 20px; border:1px solid #e4e4e4; border-top:0; }
.product-options-bottom .product-pricing,
.product-options-bottom .tier-prices { margin:0; padding:0 0 10px; border:0; background:0; color:#e26703; }
.product-options-bottom .tier-prices li { background:0; padding:2px 0; }
.product-options-bottom .tier-prices .price,
.product-options-bottom .tier-prices .benefit { color:#e26703; }
.product-options-bottom .price-box { float:left; margin:0; padding:0; }
.product-options-bottom .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; }
.product-shop .product-options-bottom { margin:0 0 10px; }
.product-shop .product-options-bottom .price-box { float:none; margin:0 0 5px; }
.product-shop .product-options-bottom .price-label { float:none; padding-right:0; }
.product-shop .product-options-bottom .price-tax { float:none; }
.product-shop .product-options-bottom .add-to-cart-box { clear:both; float:left; padding-top:12px; }
.product-shop .product-options-bottom .add-to-links { clear:both; padding:5px 0 0; text-align:right; }

/* Grouped Product */
.product-view .grouped-items-table .price-box { margin:0; padding:0; }

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

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

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

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

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

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


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

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

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

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

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

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


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

/* Checkout Types */
.cart .page-title .checkout-types li { margin:0 0 5px; }
.cart .title-buttons .checkout-types { float:right; }
.cart .title-buttons .checkout-types li { float:left; margin:0 0 5px 5px; }
.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; font-size:11px; }

/* Shopping Cart Table */
.cart-table th { padding:2px 10px; }
.cart-table td { padding:10px; }
.cart-table .product-name { font-weight:bold; margin:0 0 5px; color:#2f2f2f; }
.cart-table .item-msg { margin:5px 0; font-size:11px; font-weight:bold; color:#df280a; }
.cart-table tfoot td { padding:5px 10px; }
.cart-table .btn-continue { float:left; }
.cart-table .btn-empty span,
.cart-table .btn-continue span,
.cart-table .btn-update span { border-color:#406a83; background:#618499; }
.cart-table .btn-update,
.cart-table .btn-empty { float:right; }
.cart-table .btn-update { margin-left:10px; }

/* Shopping Cart Collateral boxes */
.cart .cart-collaterals { padding:25px 0 0; }
.cart .cart-collaterals .col2-set { float:left; width:605px; }
.cart .cart-collaterals .col2-set .col-2 { width:294px; }

.cart .crosssell { border:1px solid #cec3b6; background:#fafaec; padding:12px 15px; }
.cart .crosssell h2 { font-size:13px; font-weight:bold; }
.cart .crosssell .product-image { float:left; width:75px; height:75px; border:1px solid #d0cdc9; }
.cart .crosssell .product-details { margin-left:90px; }
.cart .crosssell .product-name { font-weight:bold; }
.cart .crosssell li.item { margin:12px 0; }
.cart .crosssell .link-compare { font-weight:normal; }

/* Discount Codes & Estimate Shipping and Tax Boxes */
.cart .discount,
.cart .shipping { border:1px solid #d0cbc1; background:#fff url(http://psg.butterflieshealt.netdna-cdn.com/skin/frontend/psg/default/images/bkg_block-title.gif) 0 0 repeat-x; padding:12px 15px; margin:0 0 18px; }
.cart .discount h2,
.cart .shipping h2 { background-position:0 0; background-repeat:no-repeat; font:bold 13px/16px Arial, Helvetica, sans-serif; padding:0 0 0 21px; color:#e26703; text-transform:uppercase; }
.cart .discount button span,
.cart .shipping button span { border-color:#406a83; background:#618499; }
.cart .discount .buttons-set,
.cart .shipping .buttons-set { margin:10px 0 0; border:0; padding:0; text-align:left; }
.cart .discount .buttons-set button.button,
.cart .shipping .buttons-set button.button { float:none; margin-left:0; }

.cart .discount h2 { background-image:url(http://psg.butterflieshealt.netdna-cdn.com/skin/frontend/psg/default/images/i_discount.gif); }
.cart .discount .input-box { margin:8px 0 0; width:260px; }
.cart .discount input.input-text { width:254px; }

.cart .shipping h2 { background-image:url(http://psg.butterflieshealt.netdna-cdn.com/skin/frontend/psg/default/images/i_shipping.gif); }
.cart .shipping .sp-methods { margin:10px 0 0; padding:5px 0 0; background:url(http://psg.butterflieshealt.netdna-cdn.com/skin/frontend/psg/default/images/bkg_divider1.gif) 0 0 repeat-x; }

/* Shopping Cart Totals */
.cart .totals { float:right; width:268px; background:#dee5e8; border:1px solid #bebcb7; }
.cart .totals table { width:100%; margin:7px 0; }
.cart .totals td { padding:1px 15px 1px 7px; }
.cart .totals tr.last td {}
.cart .totals tfoot th { padding:5px 15px 5px 7px; }
.cart .totals tfoot td { padding-top:5px; padding-bottom:5px; }
.cart .totals tfoot th strong,
.cart .totals tfoot td strong { font-size:15px; }
.cart .totals .checkout-types { font-size:13px; padding:8px 15px 15px; text-align:right; }
.cart .totals .checkout-types li { clear:both; margin:10px 0; }

/* Options Tool Tip */
.item-options dt { font-weight:bold; font-style:italic; }
.item-options dd { padding-left:10px; margin:0 0 6px; }
.truncated { cursor:help; }
.truncated a.dots { cursor:help; }
.truncated a.details { cursor:help; }
.truncated .truncated_full_value { position:relative; z-index:999; }
.truncated .truncated_full_value .item-options { position:absolute; top:-99999em; left:-99999em; z-index:999; width:250px; padding:8px; border:1px solid #ddd; background-color:#f6f6f6; }
.truncated .truncated_full_value .item-options > p { font-weight:bold; 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:13px 0 5px; font-weight:bold; }
.sp-methods dd {}
.sp-methods dd li { margin:5px 0; }
.sp-methods label { font-weight:bold; color:#666; }
.sp-methods .price { font-weight:bold; }
.sp-methods .form-list { padding-left:20px; }
.sp-methods .form-list li { margin:0 0 8px; }
.sp-methods select.month { width:154px; margin-right:10px; }
.sp-methods select.year { width:96px; }
.sp-methods input.cvv { width:3em !important; }

.sp-methods .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 { font-size:11px; cursor:help; margin-left:10px; }

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

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

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

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

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

/* Centinel */
.centinel {}
.centinel .authentication { border:1px solid #ddd; background:#fff; }
.centinel .authentication iframe { width:99%; height:400px; background:transparent !important; margin:0 !important; padding:0 !important; border:0 !important; }

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

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

/* One Page Checkout */
.block-progress { border:0; margin:0; }
.block-progress .block-title { background:none; border:0; padding:0; margin:0 0 5px; }
.block-progress .block-title strong { font-size:13px; color:#0a263c; }
.block-progress .block-content { background:none; }
.block-progress dt { font-size:13px; font-weight:bold; line-height:1.35; background:#eee; border:1px solid #a3aeb3; margin:0 0 6px; padding:2px 8px; color:#999; }
.block-progress dd { background:#eee; border:1px solid #a3aeb3; border-top:0; padding:8px 13px; margin:0 0 6px; }
.block-progress dt.complete { margin:0; background:#d0dce1; color:#5e8ab4; }
.block-progress dd.complete {}
.block-progress p { margin:0; }
.block-progress .cards-list dt { background:none; border:0 none; color:inherit; font-size:12px; margin:5px 0; padding:0; }
.block-progress .cards-list dd { border:0 none; margin:0; padding:0; }
.block-progress .cards-list .info-table th { font-weight:normal; }

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

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

.opc .step-title { border-width:0 1px; border-style:solid; border-color:#fff #d9dde3 #d9dde3; background:#eee url(http://psg.butterflieshealt.netdna-cdn.com/skin/frontend/psg/default/images/bkg_opc-title-off.gif) 0 100% repeat-x; padding:4px 8px 6px; text-align:right; }
.opc .step-title .number { float:left; background:#fff; border:1px solid #fff; padding:0 4px; margin:0 5px 0 0; font:bold 11px/14px arial, helvetica, sans-serif; color:#999; }
.opc .step-title h2 { float:left; margin:0; font:bold 13px/16px Arial, Helvetica, sans-serif; color:#999; }
.opc .step-title a { display:none; float:right; font-size:11px; line-height:16px; }

.opc .allow .step-title { background:#d0dce1; border:1px solid #a3aeb3; border-bottom:0; color:#a4b3b9; cursor:pointer; }
.opc .allow .step-title .number { background:#dbe6eb; border-color:#dbe6eb; color:#a4b3b9; }
.opc .allow .step-title h2 { color:#a4b3b9; }
/*.opc .allow .step-title a { display:block; }*/

.opc .active .step-title { background:#f9f3e3; border:1px solid #bbafa0; padding-bottom:5px; color:#f18200; cursor:default; }
.opc .active .step-title .number { background:#f18200; border-color:#f19900; color:#fff; }
.opc .active .step-title h2 { color:#f18200; }
/*.opc .active .step-title a { display:none; }*/

.opc .step { border:1px solid #bbafa0; border-top:0; background:#fbfaf6 url(http://psg.butterflieshealt.netdna-cdn.com/skin/frontend/psg/default/images/bkg_checkout.gif) 0 0 repeat-x; padding:15px 30px; position:relative; }
.opc .step .tool-tip { right:30px; }

#opc-login .buttons-set { border-top:0; }
#opc-login h3 { font-size:13px; border-bottom:1px solid #e4e4e4; padding-bottom:2px; text-transform:uppercase; }
#opc-login h4 { font-size:1em; font-weight:bold; margin:0; color:#2f2f2f; }

#opc-shipping_method .buttons-set { border-top:0; }
.opc .gift-messages-form { margin:0 -30px; background:#f6f1eb; border:1px solid #e9e4de; border-width:1px 0; padding:22px 24px 22px 30px; }
.opc .gift-messages-form .inner-box { padding:5px; height:260px; overflow:auto; }

#opc-review .step { border:0; padding:0; }
#opc-review .product-name { font-weight:bold; color:#0a263c; }
#opc-review .item-options { margin:5px 0 0; }
#opc-review .buttons-set { padding:20px 30px; border:1px solid #d9dde3; border-width:0 1px 1px; }
#opc-review .buttons-set p { margin:0; line-height:40px; }
#opc-review .buttons-set .please-wait { height:40px; line-height:40px; }
#opc-review .authentication { margin:0 auto; width:570px; }
#opc-review .warning-message { color:#222; font-weight:bold; text-align:center; padding:10px 10px 0; }

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

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

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

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

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

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

.opc #checkout-agreements .buttons-set { border: 0px; padding-bottom: 0px; }
.opc ol.checkout-agreements .agreement-content ol { list-style-type:lower-roman; padding-left: 28px; }
.opc ol.checkout-agreements .agreement-content ol li { margin-top: 0px; margin-bottom: 3px; }


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

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

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


/* Account Login/Create Pages ============================================================ */
.account-login .content { min-height:345px; padding:14px 21px; background:#faf7ee url(http://psg.butterflieshealt.netdna-cdn.com/skin/frontend/psg/default/images/bkg_login-box.gif) 0 0 repeat-x; border:1px solid #bbb6a5; border-bottom:0; }
.account-login .content h2 { font-weight:bold; font-size:13px; margin:0 0 14px; padding:0 0 5px 23px; border-bottom:1px solid #ddd; background-position:0 1px; background-repeat:no-repeat; text-transform:uppercase; color:#e76200; }
.account-login .new-users h2 { background-image:url(http://psg.butterflieshealt.netdna-cdn.com/skin/frontend/psg/default/images/i_page1.gif)}
.account-login .registered-users h2 { background-image:url(http://psg.butterflieshealt.netdna-cdn.com/skin/frontend/psg/default/images/i_page2.gif); }
.account-login .buttons-set { border:1px solid #bbb6a5; border-top:0; margin:0; padding:8px 13px; background:#dee5e8 url(http://psg.butterflieshealt.netdna-cdn.com/skin/frontend/psg/default/images/bkg_buttons-set1.gif) 0 0 repeat-x; }

.account-create {}

/* Captcha ================================================================================ */
.captcha-note      { clear:left; padding-top:5px; }
.captcha-image     { float:left; display:inline;  margin:0; position:relative; width:258px; }
.captcha-image .captcha-img { border:1px solid #b6b6b6; vertical-align:bottom; width:100%; }
.registered-users .captcha-image { margin:0;}
.captcha-reload { cursor:pointer; position:absolute; top:2px; right:2px;}
.captcha-reload.refreshing  { animation:rotate 1.5s infinite linear; -webkit-animation:rotate 1.5s infinite linear; -moz-animation:rotate 1.5s infinite linear; }

@-webkit-keyframes rotate {
    0% { -webkit-transform:rotate(0); }
    0% { -webkit-transform:rotate(-360deg); }
}
@-moz-keyframes rotate {
    0% { -moz-transform:rotate(0); }
    0% { -moz-transform:rotate(-360deg); }
}
@keyframes rotate {
    0% { transform:rotate(0); }
    0% { transform:rotate(-360deg); }
}

/* Remember Me Popup ===================================================================== */
.window-overlay { background:url(http://psg.butterflieshealt.netdna-cdn.com/skin/frontend/psg/default/images/window_overlay.png) repeat; background:rgba(0, 0, 0, 0.35); position:absolute; top:0; left:0; height:100%; width:100%; z-index:990; }

.remember-me label { float:none; margin:0 6px; }
.remember-me-popup { background:#fff; border:1px solid #ccc; left:50%; top:50%; position:absolute; margin:-85px 0 0 -200px; width:400px; text-align:left; -moz-box-shadow:0 0 6px #ccc; -webkit-box-shadow:0 0 6px #ccc; -box-shadow:0 0 6px #ccc; z-index:1000; }
.remember-me-popup h3 { background:#d9e5ee; border-bottom:1px solid #ccc; font-size:14px; padding:5px 10px; }
.remember-me-popup .remember-me-popup-head { position:relative; }
.remember-me-popup .remember-me-popup-head .remember-me-popup-close { background:url(http://psg.butterflieshealt.netdna-cdn.com/skin/frontend/psg/default/images/btn_window_close.gif) no-repeat; 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; border:1px solid #de5400; background:#f18200; padding:0 8px; font:bold 12px/19px Arial, Helvetica, sans-serif; text-align:center; text-decoration:none; white-space:nowrap; color:#fff; }
/* Remember Me Popup ===================================================================== */


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

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

/* General Box */
.box-account { background:#fff url(http://psg.butterflieshealt.netdna-cdn.com/skin/frontend/psg/default/images/bkg_account_box.gif) 0 0 repeat-x; border:1px solid #ccc; border-color:#ccc #999 #999 #ccc; padding:15px; margin: 0 0 20px; }
.box-account .box-head { border-bottom:1px solid #d9dde3; margin:0 0 10px; text-align:right; }
.box-account .box-head h2 { float:left; margin:0; font-size:13px; font-weight:bold; text-transform:uppercase; background-position:0 0; background-repeat:no-repeat; padding-left:21px; color:#e65505; }

.dashboard .box .box-title { background:url(http://psg.butterflieshealt.netdna-cdn.com/skin/frontend/psg/default/images/bkg_divider1.gif) 0 100% repeat-x; padding:0 0 2px; margin:0 0 8px; text-align:right; }
.dashboard .box .box-title h3,
.dashboard .box .box-title h4 { float:left; font-size:13px; font-weight:bold; margin:0; }

/* Block: Recent Orders */
.dashboard .box-recent .box-head h2 { background-image:url(http://psg.butterflieshealt.netdna-cdn.com/skin/frontend/psg/default/images/i_folder-table.gif); }

/* Block: Account Information */
.dashboard .box-info .box-head h2 { background-image:url(http://psg.butterflieshealt.netdna-cdn.com/skin/frontend/psg/default/images/i_ma-info.gif); }
.dashboard .box-info h4 { font-size:11px; font-weight:bold; text-transform:uppercase; }

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

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

/* Address Book */
.addresses-list h2 { font-weight:bold; font-size:13px; color:#e26703; text-transform:uppercase; }
.addresses-list h3 { font-weight:bold; font-size:13px; }
.addresses-list address { margin:0 0 3px; }
.addresses-list p { margin:0; }
.addresses-list a { font-weight:bold; }
.addresses-list .link-remove { color:#646464; }
.addresses-list .separator { margin:0 3px; }
.addresses-list li.item { background:#fff url(http://psg.butterflieshealt.netdna-cdn.com/skin/frontend/psg/default/images/bkg_account_box.gif) 0 0 repeat-x; border:1px solid #ccc; padding:10px 13px; margin:0 0 10px; }
.addresses-list li.empty { background:none; border:0; padding:0; }
.addresses-list li.empty p { font-weight:bold; }
.addresses-list .addresses-additional li.item { background:none; border:0; padding:0; }

/* Order View */
.order-info { background:#dee5e8; border:1px solid #d0cbc1; padding:4px 8px; margin:0 0 8px; }
.order-info dt,
.order-info dd,
.order-info ul,
.order-info li { display:inline; }
.order-info .current { font-weight:bold; }
.order-info li { margin:0 3px; }

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

.order-info-box { background:#fff url(http://psg.butterflieshealt.netdna-cdn.com/skin/frontend/psg/default/images/bkg_block-title.gif) 0 0 repeat-x; border:1px solid #d0cbc1; padding:12px 15px; margin:0 0 15px; }
.order-info-box h2 { font-weight:bold; font-size:13px; }
.order-info-box .box-payment p { margin:0 0 3px; }
.order-info-box .box-payment th { font-weight:bold; padding-right:7px; }

.order-items { width:100%; overflow-x:auto; }
.order-items h2,
.order-items h3 { clear:none; font-weight:bold; font-size:13px; padding:0; margin:0 0 5px; color:#0a263c; }
.order-items .product-name { font-size:1em !important; font-weight:bold !important; }
.order-items .link-print { color:#1e7ec8; font-weight:normal; }
.order-items .order-links { text-align:right; }

.order-additional { margin:15px 0; }
/* Order Gift Message */
.gift-message dt strong { color:#666; }
.gift-message dd { font-size:13px; margin:5px 0 0; }
/* Order Comments */
.order-about dt { font-weight:bold; }
.order-about dd { font-size:13px; margin:0 0 7px; }

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

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

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

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

/* 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 { font-size:11px; margin:0 0 3px; }
.product-review .product-img-box .ratings .rating-box { float:none; display:block; margin:0 0 3px; }
.product-review .product-details { margin-left:150px; }
.product-review .product-name { font-size:16px; font-weight:bold; margin:0 0 10px; }
.product-review h3 { font-size:12px; margin:0 0 3px; color:#2f2f2f; }
.product-review .ratings-table { margin:0 0 10px; }
.product-review dt { font-weight:bold; }
.product-review dd { font-size:13px; margin:5px 0 0; }

/* 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 { font-weight:bold; font-size:13px; }
/* ======================================================================================= */


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

.map-popup { background:#fff; border:1px solid #aaa; margin:12px 0 0; position:absolute; -moz-box-shadow:0 0 6px #ccc; -webkit-box-shadow:0 0 6px #ccc; box-shadow:0 0 6px #ccc; text-align:left; width:300px; z-index:100; }
.map-popup-heading { background:#d9e5ee; border-bottom:1px solid #ccc; padding:5px 30px 5px 10px; width:260px; }
.map-popup-heading h2 { font-size:16px; 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 { background:url(http://psg.butterflieshealt.netdna-cdn.com/skin/frontend/psg/default/images/map_popup_arrow.gif) no-repeat; position:absolute; left:50%; top:-10px; height:10px; width:19px; }
.map-popup-close { background:url(http://psg.butterflieshealt.netdna-cdn.com/skin/frontend/psg/default/images/btn_window_close.gif) no-repeat; display:block; position:absolute; top:8px; right:10px; height:15px; width:15px; text-indent:-9999em; -moz-box-shadow:0 0 3px #999; -webkit-box-shadow:0 0 3px #999; box-shadow:0 0 3px #999; -moz-border-radius:2px; -webkit-border-radius:2px; border-radius:2px; }
.map-popup-content { border-top:1px solid #eee; 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 { border-top:1px solid #ddd; }
/* ======================================================================================= */


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

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


/* 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,
.col3-layout .product-options-bottom .price-box:after,
.col4-set:after,
.search-autocomplete li:after,
.block .block-content:after,
.block .actions:after,
.block li.item:after,
.block-poll li:after,
.block-layered-nav .currently li:after,
.page-title:after,
.products-grid:after,
.products-list li.item:after,
.box-account .box-head:after,
.dashboard .box .box-title:after,
.box-reviews li.item:after,
.box-tags li.item:after,
.pager:after,
.sorter:after,
.ratings:after,
.add-to-box:after,
.add-to-cart:after,
.product-essential:after,
.product-collateral:after,
.product-view .product-img-box .more-views ul:after,
.product-view .box-tags .form-add:after,
.product-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,
.send-friend .form-list li p:after { display:block; content:"."; clear:both; font-size:0; line-height:0; height:0; overflow:hidden; }
/* ======================================================================================= */

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



/**
 * 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) 2012 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://psg.butterflieshealt.netdna-cdn.com/skin/frontend/psg/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://psg.butterflieshealt.netdna-cdn.com/skin/frontend/psg/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://psg.butterflieshealt.netdna-cdn.com/skin/frontend/psg/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://psg.butterflieshealt.netdna-cdn.com/skin/frontend/psg/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://psg.butterflieshealt.netdna-cdn.com/skin/frontend/psg/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://psg.butterflieshealt.netdna-cdn.com/skin/frontend/psg/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://psg.butterflieshealt.netdna-cdn.com/skin/frontend/psg/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://psg.butterflieshealt.netdna-cdn.com/skin/frontend/psg/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://psg.butterflieshealt.netdna-cdn.com/skin/frontend/psg/default/images/widgets/i_widget-link.gif) 100% 4px no-repeat; padding:0 15px 0 0; }
/* ======================================================================================= */

input[type=text],
input[type=file],
input[type=submit],
input[type=password],
input.input-text {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
}
body {
	min-width:320px;
	-webkit-text-size-adjust: none;
}
img{max-width:100%;}
.wrapper { min-width:320px;}
.header{
	width:auto;
	max-width: 930px;
}
#nav {
	width:auto;
	max-width:918px;
}
#nav li.hover ul{left:0;}
#nav li.hover ul li.hover ul{
	left:9em;
	z-index:3000;
}
#nav li.hover ul ul{left:-10000px;}
.main{
	width:auto;
	max-width:900px;
}
.col-main{width:76%;}
.header .quick-access{width:65%;}
.footer{
	width:auto;
	max-width:930px;
}
.form-list{padding:0 0 10px;}
.col3-layout .col-main{
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.products-grid li.item{
	width:33%;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.products-grid .product-image{
	width:auto;
	height:auto;
}
.page-popup{
	width:auto;
	padding:10px;
}
.form-list li.wide textarea{
	width:100%;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.product-view .product-img-box{width:42%;}
.product-view .product-shop{width:52%;}
#upsell-product-table .empty{display:none !important;}
.product-view .box-up-sell .products-grid{border-collapse: collapse;}
.pinned {display:none;}
.form-list li.wide select{width:auto;}
.data-table .btn-remove{margin:0 0 0 auto;}
.data-table .td{
	float:left;
	width:35%;
}
.data-table .td.first{width:25%;}
.data-table .td.first img{
	height:auto;
	max-width: 113px;
}
.my-wishlist .product-image{
	height:auto;
	width:auto;
	margin:5px;
}
.data-table .td.last{width:5%;}
#wishlist-table th span{
	width:25%;
	float:left;
	margin:0 -4px 0 0;
	text-align:right;
}
#wishlist-table th span:first-child + span{
	text-align:center;
	white-space: nowrap;
}
#wishlist-table .cart-cell{padding:0 0 0 25px;}
#my-orders-table thead span{
	width:16%;
	float:left;
	text-align:left;
}
#my-orders-table tbody span{
	float:left;
	width:16%;
}
#my-orders-table tbody span span{
	width:auto;
	float:none;
}
#shopping-cart-table th span{
	width:7%;
	float:left;
	text-align:center;
}
#shopping-cart-table th span:first-child{
	width:22%;
	text-align:right;
}
#shopping-cart-table th span:first-child + span{
	width:33%;
	text-align:right;
}
#shopping-cart-table th span.unit-price{width:10%;}
#shopping-cart-table th span.subtotal{
	width:21%;
	padding:0 0 0 5%;
	text-align:left;
}
#shopping-cart-table th span.qty{
	width:9%;
	text-align:right;
}
#shopping-cart-table tbody .td.first{width:13%;}
#shopping-cart-table tbody .td.desc{width:31%;}
#shopping-cart-table tbody .td.edit{
	width:6%;
	text-align:center;
}
#shopping-cart-table tbody .td.move{
	width:6%;
	text-align:center;
}
#shopping-cart-table tbody .td.price{width:15%;}
#shopping-cart-table tbody .td.price .cart-price{padding:0 0 0 10px;}
#shopping-cart-table tbody .td.qty{width:7%;}
#shopping-cart-table tbody .td.last{width:5%;}
#shopping-cart-table thead .td{
	width:20%;
	text-align:center;
}
.nobr{white-space: normal !important;}
#my-orders-table tbody span.separator{display:none;}
.header .form-search input.input-text{width:202px;}
.data-table thead th{white-space: normal;}
.block-poll li{padding:4px 9px;}
.block-compared .block-title,
.block-compare .block-title,
.block-viewed .block-title{background:#E18A45; color: #FFFFFF !important; }
.data-table .btn-remove,
.block .btn-edit,
.block .btn-remove{
	text-align:left !important;
	text-indent:-9999px;
	overflow:hidden;
}
input.qty{width:2em !important;}
.truncated .show .item-options{left:-50%;}
.my-wishlist textarea{
	width:97% !important;
	margin:0 0 10px;
}
.block-poll label{line-height:18px;}
.tool-tip-content img{width:100%;}
.block-poll .label{margin:0;}
.block-poll input.radio{
	float:left;
	width:15px;
	height:15px;
	padding:0;
	margin:0 5px 0 0;
}
.send-friend .form-list{width:100%;}
.send-friend .form-list li.wide .input-box{width:616px;}
.send-friend .form-list li.wide textarea{
	width:100%;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.form-list li.control input.radio,
.form-list li.control input.checkbox{
	width:15px;
	height:15px;
	padding:0;
}
.form-list .input-box{width:auto;}
@media only screen and (max-width:980px){
	.col-main{width:72%;}
	.send-friend .form-list li.wide .input-box{width:100%;}
	.send-friend .form-list li{margin:0 0 8px;}
}
@media only screen and (max-width:979px){
	.col3-layout .col-right,
	.col3-layout .col-left{
		float:none;
		width:100%;
	}
	.col3-layout .col-wrapper{
		width:100%;
		float:none;
		overflow:hidden;
	}
	.col3-layout .col-wrapper .col-main{
		float:none;
		width:100%;
		margin:0 0 15px;
	}
	.col3-layout .products-grid{background:none;}
	.col3-layout .products-grid li.item{border-left:1px solid #d9ddd3;}
	.col3-layout .products-grid li.item.first{border:0;}
	.add-to-box .or{
		float:none;
		display:block;
		margin:0;
	}
	.add-to-box .add-to-cart{float:none;}
	.product-view .box-reviews .form-add .form-list .input-box{width:100%;}
	.product-view .box-reviews .form-add .form-list input.input-text,
	.product-view .box-reviews .form-add .form-list textarea{
		width:100%;
		box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
	}
	.cart .totals{
		float:none;
		overflow:hidden;
		width:auto;
		margin:0 0 25px;
	}
	.cart .cart-collaterals .col2-set{
		float:none;
		width:auto;
		overflow:hidden;	
	}
	.cart .cart-collaterals .col2-set .col-2{width:48%;}
	.col3-layout .products-grid li.item{
		text-align:center;
		position:relative;
	}
	.col3-layout .products-grid .actions{
		width:100%;
		left:0;
	}
	.advanced-search .form-list .input-box,
	.advanced-search .form-list .input-range{float:none;}
}
@media only screen and (max-width:916px){
	.form-list li.control label{line-height:20px;}
	.form-list li{margin:0;}
	.form-list li.control{padding:5px 0 0;}
	.form-list li.wide .input-box{
		margin:0 0 8px;
		width:auto;
	}
	.form-list label{
		float:none;
		display:inline-block;
	}
	.form-list input.input-text,
	.form-list li.wide input.input-text{
		width:100%;
		box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
	}
	.form-list select{width:100%;}
}
@media only screen and (max-width:800px){
	.main{padding:25px 10px 80px;}
	#newsletter-validate-detail .input-box{
		float:left;
		margin:0 5px 0 0;
	}
	.product-options ul.options-list input.radio,
	.product-options ul.options-list input.checkbox{margin-top:-3px;}
}
@media only screen and (max-width:767px){
	.col-main{
		float:none;
		width:100%;
		margin:0 0 15px;
	}
	.col-right,
	.col-left{
		/*float:none;*/
		width:100%;
		overflow:hidden;
	}
	.main{
		min-height:10px;
		padding-bottom:20px;
	}
	.product-view .box-tags .form-add input.input-text,
	.product-view .box-tags .form-add .input-box,
	.block-subscribe input.input-text{
		width:100%;
		box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
	}
	.product-view .box-tags .form-add input.input-text{margin-bottom:10px;}
	.cart-table,
	#wishlist-table{border:0;}
	.product-collateral{padding:25px 10px;}
	.link-compare,
	.block-compare,
	.block-compared{display:none !important;}
	.products-grid .actions{
		position:static;
		margin:0 0 10px;
	}
	.products-grid li.item{
		padding-top:0;
		padding-bottom:0;
	}
	.product-view .product-shop .add-to-links li .separator,
	.products-list .add-to-links .separator{display:none;}
	.form-list .input-box{width:auto;}
	.form-list li.wide .input-box{width:auto;}
	.form-list .field{
		width:100%;
		margin:0 0 8px;
	}
}
@media only screen and (max-width:639px){
	.header{
		padding-top:10px;
		text-align:left;
	}
	.header .logo{
		float:none;
		display:block;
		margin:0;
	}
	.header .form-search{
		right:0;
		position:static;
		background: #0d2131;
		padding:9px 5px 0 10px;
		margin:0 0 9px;
		border:2px solid #28455d;
		width:280px;
	}
	.header .form-search label{display:none;}
	.header .links{padding:0 0 10px;}
	.header .links li{
		font-size:10px;
		padding:0 6px 0 5px;
		margin:0 5px 0 -5px;
	}
	.header .links li.first{padding-left:5px !important;}
	.header .links li.last{
		padding-right:0;
		margin-right:0;
	}
	.header .quick-access{
		float:none;
		display:block;
		width:100%;
		padding:12px 0 0;
	}
	.header .welcome-msg{
		text-align:left;
		margin:0 0 10px;
	}
	.header .form-language{text-align:left;}
	.header .links{float:left;}
	#nav{padding:0 3px;}
	#nav li .shown-sub ul.shown-sub,
	#nav li .shown-sub li div.shown-sub { 
		left:10px;
		top:100%;
	}
	.footer li{white-space: nowrap;}
	.col2-set .col-1,
	.col2-set .col-2{
		float:none;
		width:100%;
		margin:0 0 15px;
	}
	.cart .cart-collaterals .col2-set{width:100%;}
	.cart .cart-collaterals .col2-set .col-2{width:100%;}
	.cart .totals{
		float:none;
		width:100%;
		box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		overflow:hidden;
	}
	.account-login .content{min-height: 200px;}
	.fieldset{padding:22px 15px 12px 18px;}
	.form-list .field{margin:0 0 8px;}
	.form-list .name-lastname{margin:0;}
	.sp-methods .form-list{padding-left:0;}
	.product-view .box-up-sell .products-grid td img{
		width:100%;
		height:auto;
	}
	.product-view .box-up-sell table.products-grid{	border-collapse: collapse;}
	.product-view .box-up-sell .products-grid td,
	.product-view .box-up-sell .products-grid tr.last td{border:1px solid #e5dcc3;}
	.product-view .box-up-sell .products-grid td{width:auto;}
	#shopping-cart-table thead span,
	#my-orders-table thead span{display:none;}
	#shopping-cart-table thead span:first-child,
	#my-orders-table thead span:first-child{
		display:block;
		text-align:left;
		width:100%;
	}
	#my-orders-table tbody span{
		float:none;
		width:49%;
		display:inline-block;
	}
	.ratings .rating-box{float:none;}
	.products-grid .ratings .rating-box{margin:0 auto 5px;}
	.catalog-product-view .ratings .rating-box{margin:0 0 8px;}
	.data-table .td.first img{width:100%;	}
	.form-add .button{float:right;}
	#shopping-cart-table tbody .td.desc{text-align:center;}
	#shopping-cart-table tbody .td.last{float:right;}
	#wishlist-table th span:first-child + span{
		white-space: normal;
		text-align:left;
	}
}
@media only screen and (max-width:479px){
	#shopping-cart-table tbody .td.first,
	#shopping-cart-table tbody .td.desc,
	#shopping-cart-table tbody .td.edit,
	#shopping-cart-table tbody .td.move,
	#shopping-cart-table tbody .td.price,
	#shopping-cart-table tbody .td.qty,
	#shopping-cart-table tbody .td.last{
		float:none;
		width:100%;
		text-align:left;
		padding:3px 0;
	}
	#shopping-cart-table tbody .td.edit,
	#shopping-cart-table tbody .td.price,
	#shopping-cart-table tbody .td.qty,
	#shopping-cart-table tbody .td.last{
		float:left;
		width:20%;
	}
	#shopping-cart-table tbody .td.last{text-align:left;}
	.item-options dd{
		padding-left:0;
		margin:0;
	}
	.col3-layout .products-grid li{
		float:none;
		width:100%;
		overflow:hidden;
		position:relative;
		border:1px solid #d9ddd3;
		border-bottom:0;
	}
	.col3-layout .products-grid li.item.first{
		border:1px solid #d9ddd3;
		border-bottom:0;
	}
	.col3-layout .products-grid {margin:10px 0;}
	.products-grid.last{border-bottom:1px solid #d9ddd3;}
	.col3-layout .add-to-links li{border:0;}
	.product-view .product-shop,
	.product-view .product-img-box{
		float:none;
		padding: 0 2%;
		width: 96%;
	}
	.pager .amount,
	.pager .limiter,
	.pager .pages{
		margin:0 0 3px;
		float:none;
		text-align:left;
	}
	.pager .pages{margin:0;}
	#products-list .product-image{
		width:30%;
		height:auto;
	}
	#products-list .product-image img{
		width:100%;
		height:auto;
	}
	.products-list .product-shop{
		margin:0;
		float:right;
		width:67%;
	}
	.ratings .rating-box{
		float:none;
		margin:0 0 5px;
	}
	.product-options-bottom .add-to-cart{float:none;}
	.product-shop .product-options-bottom .add-to-links{text-align:left;}
	.cart{overflow:hidden;}
	.title-buttons h1,
	.title-buttons h2,
	.title-buttons h3,
	.title-buttons h4,
	.title-buttons h5,
	.title-buttons h6{
		float:none;
		text-align:left;
		margin:0 0 15px;
	}
	.cart .title-buttons .checkout-types{
		float:none;
		overflow:hidden;
	}
	.cart .page-title h1{margin:0 0 10px;}
	.buttons-set2{text-align:left;}
	.buttons-set2 button.button{margin:0 5px 10px 0;}
	.page-popup .page-title{
		text-align:left;
		overflow:hidden;
	}
	.page-popup .page-title h1{
		float:none;
		margin:0 0 5px;
	}
	#product-review-table th,
	#product-review-table td{padding:3px;}
	.data-table .td,
	.data-table .td.first,
	.data-table .td.last{
		float:none;
		width:100%;
	}
	#wishlist-table .cart-cell{padding:0;}
	.data-table .td.first img{width:auto;}
	.my-wishlist .product-image{
		margin:0 0 5px;
		width:auto;
	}
	.my-wishlist .product-image img{
		width:113px;
		height:113px;
	}
	#wishlist-table th span{display:none;}
	#wishlist-table th span:first-child + span{
		display:block;
		width:100%;
		text-align:left;
	}
	.inner{margin:0 0 5px;}
	.product-name{margin:0 0 5px;}
	.truncated{margin:5px 0;}
	.cart-table .button{
		float:none !important;
		margin:0 0 5px;
	}
	.product-essential{padding:10px 0 0;}
	.product-options-bottom .price-box{
		float:none;
		overflow:hidden;
		margin:0 0 5px;
	}
	.form-list li.wide select{width:238px;}
	.v-fix{
		float:none;
		overflow:hidden;
		margin:0 0 10px;
	}
	.form-add .button{float:right;}
	.products-grid li.item{
		height:auto !important;
		min-height: 20px !important;
		min-height: 20px;
	}
	.truncated .show .item-options{left:0;}
	#nav ul li.hover ul{left:0 !important;}
	.fieldset{padding:22px 10px 12px;}
	.send-friend .form-list .input-box,
	.send-friend .form-list .field{width:100%;}
	.send-friend .form-list input.input-text, 
	.send-friend .form-list textarea{width:100%;}
	.fieldset .legend{margin-left:0;}
	.products-grid .product-image{margin:10px 0;}
	.order-items.order-details #my-orders-table{
		width:100%;
		font-size:11px;
	}
	.order-items.order-details #my-orders-table td{font-size:10px;}
	.order-items.order-details #my-orders-table td,
	.order-items.order-details #my-orders-table th{padding:3px;}
	.order-items.order-details #my-orders-table tbody span.price-excl-tax,
	.order-items.order-details #my-orders-table tbody span.nobr{width:100%;}
	#shopping-cart-table tbody .td.price .cart-price{
		padding:0;
		text-align:left;
	}
}
@media only screen and (max-width:330px){
	#nav ul,
	#nav div{width:10em;}
	.cart-table img{width:100%;}
	.cart-table td{
		padding:5px;
		width:60px;
	}
	.form-list li.wide select{width:238px;}
	.my-account .title-buttons h1{float:left;}
	#shopping-cart-table tbody .td.price:first-child{clear: both;}
	#shopping-cart-table tbody .td.price,
	#shopping-cart-table tbody .td.qty,
	#shopping-cart-table tbody .td.last{
		width:25%;
		float:left;
	}
	#shopping-cart-table tbody .td.edit,
	#shopping-cart-table tbody .td.move{
		width:50%;
		float:left;
	}
}
/*!
 *  Font Awesome 4.0.3 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */@font-face{font-family:'FontAwesome';src:url('http://psg.butterflieshealt.netdna-cdn.com/skin/frontend/psg/default/fonts/fontawesome-webfont.eot?v=4.0.3');src:url('http://psg.butterflieshealt.netdna-cdn.com/skin/frontend/psg/default/fonts/fontawesome-webfont.eot?#iefix&v=4.0.3') format('embedded-opentype'),url('http://psg.butterflieshealt.netdna-cdn.com/skin/frontend/psg/default/fonts/fontawesome-webfont.woff?v=4.0.3') format('woff'),url('http://psg.butterflieshealt.netdna-cdn.com/skin/frontend/psg/default/fonts/fontawesome-webfont.ttf?v=4.0.3') format('truetype'),url('http://psg.butterflieshealt.netdna-cdn.com/skin/frontend/psg/default/fonts/fontawesome-webfont.svg?v=4.0.3#fontawesomeregular') format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font-family:FontAwesome;font-style:normal;font-weight:normal;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.3333333333333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.2857142857142858em;text-align:center}.fa-ul{padding-left:0;margin-left:2.142857142857143em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.142857142857143em;width:2.142857142857143em;top:.14285714285714285em;text-align:center}.fa-li.fa-lg{left:-1.8571428571428572em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:spin 2s infinite linear;-moz-animation:spin 2s infinite linear;-o-animation:spin 2s infinite linear;animation:spin 2s infinite linear}@-moz-keyframes spin{0%{-moz-transform:rotate(0deg)}100%{-moz-transform:rotate(359deg)}}@-webkit-keyframes spin{0%{-webkit-transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg)}}@-o-keyframes spin{0%{-o-transform:rotate(0deg)}100%{-o-transform:rotate(359deg)}}@-ms-keyframes spin{0%{-ms-transform:rotate(0deg)}100%{-ms-transform:rotate(359deg)}}@keyframes spin{0%{transform:rotate(0deg)}100%{transform:rotate(359deg)}}.fa-rotate-90{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=1);-webkit-transform:rotate(90deg);-moz-transform:rotate(90deg);-ms-transform:rotate(90deg);-o-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2);-webkit-transform:rotate(180deg);-moz-transform:rotate(180deg);-ms-transform:rotate(180deg);-o-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=3);-webkit-transform:rotate(270deg);-moz-transform:rotate(270deg);-ms-transform:rotate(270deg);-o-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=0,mirror=1);-webkit-transform:scale(-1,1);-moz-transform:scale(-1,1);-ms-transform:scale(-1,1);-o-transform:scale(-1,1);transform:scale(-1,1)}.fa-flip-vertical{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2,mirror=1);-webkit-transform:scale(1,-1);-moz-transform:scale(1,-1);-ms-transform:scale(1,-1);-o-transform:scale(1,-1);transform:scale(1,-1)}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-asc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-desc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-reply-all:before{content:"\f122"}.fa-mail-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}

.borderRadius{-moz-border-radius:5px; border-radius:5px; }
.borderRadiusTp{-moz-border-radius:5px 5px 0 0; border-radius:5px 5px 0 0;}
.borderRadiusBtm{-moz-border-radius:0 0 5px 5px ; border-radius:0 0 5px 5px;}

.ddcommon {position:relative;display:-moz-inline-stack; zoom:1; display:inline-block; *display:inline; cursor:default;}
.ddcommon ul{padding:0;margin:0;}
.ddcommon ul li{list-style-type:none;}
.borderRadiusTp ul li:last-child{-moz-border-radius:0 0 5px 5px ; border-radius:0 0 5px 5px;border-bottom:0 none #c3c3c3; }
.borderRadiusBtm ul li:first-child{-moz-border-radius:5px 5px 0 0; border-radius:5px 5px 0 0 ;border-bottom:1 solid #c3c3c3; }

.ddcommon .disabled img, .ddcommon .disabled span, .ddcommon.disabledAll {
opacity: .5; /* standard: ff gt 1.5, opera, safari */
-ms-filter:"alpha(opacity=50)"; /* ie 8 */
filter:alpha(opacity=50); /* ie lt 7 */
-khtml-opacity:.5; /* safari 1.x */
-moz-opacity:.5; /* ff lt 1.5, netscape */
color:#999999;
}
.ddcommon .clear{clear:both}
.ddcommon .shadow{-moz-box-shadow:5px 5px 5px -5px #888888;-webkit-box-shadow:5px 5px 5px -5px #888888;box-shadow: 5px 5px 5px -5px #888888;}
.ddcommon input.text{color:#7e7e7e;padding:0 0 0 0; position:absolute; background:#fff; display:block; width:98%; height:98%; left:2px; top:0; border:none;}
.ddOutOfVision{position:relative; display:-moz-inline-stack; display:inline-block; zoom:1; *display:inline;}
.borderRadius .shadow{-moz-box-shadow:5px 5px 5px -5px #888888;-webkit-box-shadow:5px 5px 5px -5px #888888;box-shadow: 5px 5px 5px -5px #888888;}
.borderRadiusBtm .shadow{-moz-box-shadow:-5px -5px 5px -5px #888888;-webkit-box-shadow:-5px -5px 5px -5px #888888;box-shadow: -5px -5px 5px -5px #888888}
.borderRadiusTp .border, .borderRadius .border{-moz-border-radius:0 0 5px 5px ; border-radius:0 0 5px 5px;}
.borderRadiusBtm .border{-moz-border-radius:5px 5px 0 0; border-radius:5px 5px 0 0;}
img.fnone{float:none !important}
.ddcommon .divider{width:0; height:100%; position:absolute;}
.ddcommon .ddArrow{display:inline-block; position:absolute; top:50%; right:4px;}
.ddcommon .ddArrow:hover{background-position:0 100%;}
.ddcommon .ddTitle{padding:0; position:relative; display:inline-block; width:100%}
.ddcommon .ddTitle .ddTitleText{display:block;}
.ddcommon .ddTitle .ddTitleText .ddTitleText{padding:0;}
.ddcommon .ddTitle .description{display:block;}
.ddcommon .ddTitle .ddTitleText img{position:relative; vertical-align:middle; float:left}
.ddcommon .ddChild{position:absolute;display:none;width:100%;overflow-y:auto; overflow-x:hidden; zoom:1; z-index:9999}
.ddcommon .ddChild li{clear:both;}
.ddcommon .ddChild li .description{display:block;}
.ddcommon .ddChild li img{border:0 none; position:relative;vertical-align:middle;float:left}
.ddcommon .ddChild li.optgroup{padding:0;}
.ddcommon .ddChild li.optgroup .optgroupTitle{padding:0 5px; font-weight:bold; font-style:italic}
.ddcommon .ddChild li.optgroup ul li{padding:5px 5px 5px 15px}
.ddcommon .noBorderTop{border-top:none 0  !important; padding:0; margin:0;}

/*************** default theme **********************/
.dd{border:1px solid #c3c3c3; width: 275px !important;}
.dd .divider{border-left:1px solid #c3c3c3; border-right:1px solid #fff; right:24px; margin: 0px;}
.dd .ddArrow{width:16px;height:16px; margin-top:-8px; background:url(http://psg.butterflieshealt.netdna-cdn.com/skin/frontend/psg/default/images/dd_arrow.gif) no-repeat; }
.dd .ddArrow:hover{background-position:0 100%;}
.dd .ddTitle{color:#000;background:#e2e2e4 url(http://psg.butterflieshealt.netdna-cdn.com/skin/frontend/psg/default/images/title-bg.gif) repeat-x left top; border-radius: 5px;}
.dd .ddTitle .ddTitleText{padding:5px 20px 7px 5px;}
.dd .ddTitle .ddTitleText .ddTitleText{padding:0;}
.dd .ddTitle .description{font-size:12px; color:#666}
.dd .ddTitle .ddTitleText img{margin-right:5px; padding: 0px;}
.dd .ddChild{border:1px solid #c3c3c3; background-color:#fff; left:-1px;}
.dd .ddChild li{padding:5px; background-color:#fff; border-bottom:1px solid #c3c3c3;}
.dd .ddChild li .description{color:#666;}
.dd .ddChild li .ddlabel{color:#333;}
.dd .ddChild li.hover{background-color:#f2f2f2}
.dd .ddChild li img{margin:0 6px 0 0; padding: 0px;}
.dd .ddChild li.optgroup{padding:0;}
.dd .ddChild li.optgroup .optgroupTitle{padding:0 5px; font-weight:bold; font-style:italic}
.dd .ddChild li.optgroup ul li{padding:5px 5px 5px 15px}
.dd .ddChild li.selected{background-color:#d5d5d5; color:#000;}

/*
.dd{border:1px solid #ddd; }
.dd .divider{display:none}
.dd .ddArrow{width:27px;height:27px; margin-top:-14px; background:url(http://psg.butterflieshealt.netdna-cdn.com/skin/frontend/psg/default/images/dd_arrow.gif) no-repeat;}
.dd .ddArrow:hover{background-position:0 100%;}
.dd .ddTitle{color:#fff;background:#10bbe6 url(http://psg.butterflieshealt.netdna-cdn.com/skin/frontend/psg/default/images/title-bg.gif) repeat-x left top;}
.dd .ddTitle .ddTitleText{padding:10px 20px 10px 5px; font-weight:bold; font-size:16px;}
.dd .ddTitle .ddTitleText .ddTitleText{padding:0;}
.dd .ddTitle .description{font-size:12px; color:#666}
.dd .ddTitle .ddTitleText img{}
.dd .ddChild{border:1px solid #c3c3c3; background-color:#fff; left:-1px;}
.dd .ddChild li{padding:5px; background-color:#fff; border-bottom:1px solid #c3c3c3;}
.dd .ddChild li .description{color:#666;}
.dd .ddChild li .ddlabel{color:#333;}
.dd .ddChild li.hover{background-color:#66CCFF;}
.dd .ddChild li img{}
.dd .ddChild li.optgroup{padding:0;}
.dd .ddChild li.optgroup .optgroupTitle{padding:0 5px; font-weight:bold; font-style:italic}
.dd .ddChild li.optgroup ul li{padding:5px 5px 5px 15px}
.dd .ddChild li.selected{background-color:#0d97ba;}
.dd .ddChild li.selected .ddlabel{color:#fff;}
*/
/* ------ venobox.css --------*/
.vbox-overlay *, .vbox-overlay *:before, .vbox-overlay *:after{
    -webkit-backface-visibility: hidden;
    -webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}
body{
    -webkit-overflow-scrolling:touch;
}
/* ------- overlay: change here background color and opacity ----- */
.vbox-overlay{
    background: #181818;
    background: rgba(0,0,0,0.85); 
    width: 100%;
    height: auto;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999;
    overflow: hidden;
    opacity: 0;
    transition: opacity .25s ease-in-out;
    -moz-transition: opacity .25s ease-in-out;
    -webkit-transition: opacity .25s ease-in-out;
}
.relativo{
    float: left;
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
}
/* ----- preloader - choose between CIRCLE, IOS, DOTS, QUADS ----- */

/* circle preloader */
.vbox-preloader{
    position:fixed; 
    width:32px; 
    height:32px;
    left:50%; 
    top:50%; 
    margin-left:-16px; 
    margin-top:-16px;
    background-image: url(http://psg.butterflieshealt.netdna-cdn.com/skin/frontend/psg/default/js/preload-circle.png);
    text-indent: -100px;
    overflow: hidden;
    -webkit-animation: playload 1.4s steps(18) infinite;
       -moz-animation: playload 1.4s steps(18) infinite;
        -ms-animation: playload 1.4s steps(18) infinite;
         -o-animation: playload 1.4s steps(18) infinite;
            animation: playload 1.4s steps(18) infinite;
}
@-webkit-keyframes playload {
   from { background-position:    0px; }
     to { background-position: -576px; }
}
@-moz-keyframes playload {
   from { background-position:    0px; }
     to { background-position: -576px; }
}
@-ms-keyframes playload {
   from { background-position:    0px; }
     to { background-position: -576px; }
}
@-o-keyframes playload {
   from { background-position:    0px; }
     to { background-position: -576px; }
}
@keyframes playload {
   from { background-position:    0px; }
     to { background-position: -576px; }
}
/* IOS preloader */
/*
.vbox-preloader{
    position:fixed; 
    width:32px; 
    height:32px;
    left:50%; 
    top:50%; 
    margin-left:-16px; 
    margin-top:-16px;
    background-image: url(http://psg.butterflieshealt.netdna-cdn.com/skin/frontend/psg/default/js/preload-ios.png);
    text-indent: -100px;
    overflow: hidden;
    -webkit-animation: playload 1.4s steps(12) infinite;
       -moz-animation: playload 1.4s steps(12) infinite;
        -ms-animation: playload 1.4s steps(12) infinite;
         -o-animation: playload 1.4s steps(12) infinite;
            animation: playload 1.4s steps(12) infinite;
}

@-webkit-keyframes playload {
   from { background-position:    0px; }
     to { background-position: -384px; }
}
@-moz-keyframes playload {
   from { background-position:    0px; }
     to { background-position: -384px; }
}
@-ms-keyframes playload {
   from { background-position:    0px; }
     to { background-position: -384px; }
}
@-o-keyframes playload {
   from { background-position:    0px; }
     to { background-position: -384px; }
}
@keyframes playload {
   from { background-position:    0px; }
     to { background-position: -384px; }
}
*/
/* dots preloader */
/*
.vbox-preloader{
    position:fixed; 
    width:32px; 
    height:11px;
    left:50%; 
    top:50%; 
    margin-left:-16px; 
    margin-top:-16px;
    background-image: url(http://psg.butterflieshealt.netdna-cdn.com/skin/frontend/psg/default/js/preload-dots.png);
    text-indent: -100px;
    overflow: hidden;
    -webkit-animation: playload 1.4s steps(24) infinite;
       -moz-animation: playload 1.4s steps(24) infinite;
        -ms-animation: playload 1.4s steps(24) infinite;
         -o-animation: playload 1.4s steps(24) infinite;
            animation: playload 1.4s steps(24) infinite;
}

@-webkit-keyframes playload {
   from { background-position:    0px; }
     to { background-position: -768px; }
}
@-moz-keyframes playload {
   from { background-position:    0px; }
     to { background-position: -768px; }
}
@-ms-keyframes playload {
   from { background-position:    0px; }
     to { background-position: -768px; }
}
@-o-keyframes playload {
   from { background-position:    0px; }
     to { background-position: -768px; }
}
@keyframes playload {
   from { background-position:    0px; }
     to { background-position: -768px; }
}
*/
/* quads preloader */
/*
.vbox-preloader{
    position:fixed; 
    width:32px; 
    height:10px;
    left:50%; 
    top:50%; 
    margin-left:-16px; 
    margin-top:-16px;
    background-image: url(http://psg.butterflieshealt.netdna-cdn.com/skin/frontend/psg/default/js/preload-quads.png);
    text-indent: -100px;
    overflow: hidden;
    -webkit-animation: playload 1.4s steps(12) infinite;
       -moz-animation: playload 1.4s steps(12) infinite;
        -ms-animation: playload 1.4s steps(12) infinite;
         -o-animation: playload 1.4s steps(12) infinite;
            animation: playload 1.4s steps(12) infinite;
}
@-webkit-keyframes playload {
   from { background-position:    0px; }
     to { background-position: -384px; }
}
@-moz-keyframes playload {
   from { background-position:    0px; }
     to { background-position: -384px; }
}
@-ms-keyframes playload {
   from { background-position:    0px; }
     to { background-position: -384px; }
}
@-o-keyframes playload {
   from { background-position:    0px; }
     to { background-position: -384px; }
}
@keyframes playload {
   from { background-position:    0px; }
     to { background-position: -384px; }
}
*/
/* ----- navigation ----- */
.vbox-close{
    cursor: pointer;
    position: fixed;
    top: -1px;
    right: 0;
    width: 46px;
    height: 40px;
    padding: 10px 20px 10px 0;
    display: block;
    background: url(http://psg.butterflieshealt.netdna-cdn.com/skin/frontend/psg/default/js/close.gif) no-repeat #161617;
    background-position:10px center;
    color: #fff;
    text-indent: -100px;
    overflow: hidden;
}
.vbox-next, .vbox-prev{
    cursor: pointer;
    position: fixed;
    top: 50%;
    color: #fff;
    width: 30px;
    height: 30px;
    margin-top: -15px;
    text-indent: -100px;
    overflow: hidden;
}
.vbox-prev{
    left: 10px;
    background: url(http://psg.butterflieshealt.netdna-cdn.com/skin/frontend/psg/default/js/prev.gif) center center no-repeat;
}
.vbox-next{
    right: 10px;
    background: url(http://psg.butterflieshealt.netdna-cdn.com/skin/frontend/psg/default/js/next.gif) center center no-repeat;
}

.vbox-title{
    width: 100%;
    height: 40px;
    float: left;
    text-align: center;
    line-height: 28px;
    font-size: 12px;
    color: #fff;
    padding: 6px 40px;
    overflow: hidden;
    background: #161617;
    position: fixed;
    display: none;
    top: -1px;
    left: 0;

}
.vbox-num{
    cursor: pointer;
    position: fixed;
    top: -1px;
    left: 0;
    height: 40px;
    display: block;
    color: #fff;
    overflow: hidden;
    line-height: 28px;
    font-size: 12px;
    padding: 6px 10px;
    background: #161617;
    display: none;
}
/* ------- inline window ------ */
.vbox-inline{
    width: 420px;
    height: 315px;
    padding: 10px;
    background: #fff;
    text-align: left;
    margin: 0 auto;
    overflow: auto;
}

/* ------- Video & iFrames window ------ */
.venoframe{
    border: none;
    width: 960px;
    height: 720px;
}
@media (max-width: 992px) {
    .venoframe{
        width: 640px;
        height: 480px;
    }
}
@media (max-width: 767px) {
    .venoframe{
        width: 420px;
        height: 315px;
    }
}
@media (max-width: 460px) {
    .vbox-inline{
        width: 100%;
    }

    .venoframe{
        width: 100%;
        height: 260px;
    }
}

/* ------- PLease do NOT edit this! (or do it at your own risk) ------ */
.vbox-container{
    position: relative;
    background: #000;
    width: 98%;
    max-width: 1024px;
    margin: 0 auto;
}
.vbox-content{
    text-align: center;
    float: left;
    width: 100%;
    position: relative;
    overflow: hidden;
}
.vbox-container img{
    max-width: 100%;
    height: auto;
}
.vwrap{
    opacity: 1;
    transition: opacity .25s ease-in-out;
    -moz-transition: opacity .25s ease-in-out;
    -webkit-transition: opacity .25s ease-in-out;
    width: 100%;
    height: auto;
    float: left;
    position: relative;
    margin: 0;
    padding: 0;
    left: 0;
    overflow: hidden;
    z-index: 1;
}
div.block-related-category .aw-arp-block-content {
    padding: 5px 0 0 5px;
    overflow: hidden;
    clear: both;
}

div.block-related-category .aw-arp-item {
    text-align: center;
    width: 100px;
    min-height: 100px;
    display: -moz-inline-stack;
    display: inline-block !important;
    vertical-align: top;
    zoom: 1;
    _height: 250px;
    margin: 5px 5px 20px;
}

div.block-related-category .aw-arp-item img {
    border: 1px solid #A9A9A9;
    width: 75px;
    margin-bottom: 10px;
}

div.block-related-category .aw-arp-block-content .aw-arp-addtocart>p {
    margin-bottom: 5px;
}

div.block-related-category .footer .aw-arp-block-content li {
    display: inline-block !important;
}

div.block-related-category .footer .aw-arp-block-content a {
    color: #1E7EC8;
}

div.amshopby-column {
    float:left; width:83px;
}

select.amshopby-select {
    width:170px;
}

.amshopby-logo{
padding: 0pt 10px 10px 0pt; float: left;
}

.amshopby-featured {
    padding: 5px 5px 5px 5px; 
}

.amshopby-link{
    float:left;
    padding-left:5px; 
    padding-top:5px;
}

.amshopby-clearer {
	display:block; 
	clear:both; 
	overflow: hidden;
}
div.block-layered-nav dd a {padding:0px 5px 0px 0px; display:block; float: left;}  
div.block-layered-nav dd a.amshopby-attr {padding-left:15px; background:transparent url(http://psg.butterflieshealt.netdna-cdn.com/skin/frontend/base/default/images/amshopby-cb1.gif) no-repeat left center;} 
div.block-layered-nav dd a.amshopby-attr-selected {font-weight: bold; padding-left:15px; background:transparent url(http://psg.butterflieshealt.netdna-cdn.com/skin/frontend/base/default/images/amshopby-cb2.gif) no-repeat left center;} 
div.block-layered-nav dd a img {padding: 0px 4px 5px; float:left;} 

div.block-layered-nav dd li.amshopby-cat-level-2 {padding-left:10px;}
div.block-layered-nav dd li.amshopby-cat-level-3 {padding-left:20px;}

div.block-layered-nav dd a.amshopby-cat-selected {font-weight: bold;
color:black; text-decoration: none; cursor:text;}

div.block-layered-nav dd li span.amshopby-plusminus {float:left;
display:block; width:15px; height:15px; cursor:pointer;
background:transparent url(http://psg.butterflieshealt.netdna-cdn.com/skin/frontend/base/default/images/amshopby-plus.gif)  no-repeat;}
div.block-layered-nav dd li span.minus {background:transparent
url(http://psg.butterflieshealt.netdna-cdn.com/skin/frontend/base/default/images/amshopby-minus.gif) no-repeat;}
div.block-layered-nav dd li:after {display:block; content:".";
clear:both; font-size:0; line-height:0; height:0; overflow:hidden; }



div.block-layered-nav dt {
 cursor:pointer; 
 padding-left:15px;
 background:url(http://psg.butterflieshealt.netdna-cdn.com/skin/frontend/base/default/images/amshopby-expanded.gif) center left no-repeat;
}
div.block-layered-nav dt.amshopby-collapsed {background:url(http://psg.butterflieshealt.netdna-cdn.com/skin/frontend/base/default/images/amshopby-collapsed.gif) center left no-repeat}


div.block-layered-nav div.amshopby-slider {
	 position:relative; margin:10px auto 5px auto; z-index:9; height:18px;  background: url(http://psg.butterflieshealt.netdna-cdn.com/skin/frontend/base/default/images/amshopby-slider-bg.gif) repeat-x 0 50%; cursor:pointer;
}
div.block-layered-nav div.amshopby-slider div.handle {width:8px; top:3px; height:14px; background: transparent url(http://psg.butterflieshealt.netdna-cdn.com/skin/frontend/base/default/images/amshopby-hadle.png) no-repeat; position: absolute; cursor:move; z-index: 2;}

/*
 * Slider labels
 */
.amshopby-slider-price {
	color: #798794;
}
.amshopby-slider-price-from {
	float: left;
    
}
.amshopby-slider-price-to {
	float: right;
}

.amshopby-slider-handle-right {
	position: absolute;
	top: 14px;
	right: 0px;
}

.amshopby-slider-handle-left {
	position: absolute;
	top: 14px;
	left: 0px;
}

.amshopby-tooltip {
    padding:2px 5px;
    background:#FEC;
    border:1px solid #FAA819;
    color:#1F5070;
    text-align:left;
    width:200px;
    position:absolute;
}

.amshopby-slider-price-range 
{
	text-align: center;
	font-size: 0.9em;
}

.amshopby-tooltip-img {
    cursor:help;
}

div.block-layered-nav, div.amshopby-page-container, div.amshopby-filters-top {
    position: relative;
}
div.amshopby-overlay {
    background-color: #FFFFFF;
    height: 100%;
    left: 0;
    opacity: 0.5;
    filter: alpha(opacity = 50);
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 555;
}
div.amshopby-overlay img {
    top: 100px;
    left: 45%;
    display: block;
    position: absolute;
}

div.amshopby-overlay div {
    margin: 0 auto;
    display: block;
	width: 300px;
	height: 200px;
	background:  url('http://psg.butterflieshealt.netdna-cdn.com/skin/frontend/base/default/images/amshopby-overlay.gif') 50% 50% no-repeat;
}

/*
 * Advanced Categories
 */
.amshopby-advanced li {
	clear: both;
}
.amshopby-advanced li.level1 {
	padding-left: 20px;
}
.amshopby-advanced li.level2 {
	padding-left: 30px;
}
.amshopby-advanced li.level3 {
	padding-left: 40px;
}
.amshopby-advanced li.level4 {
	padding-left: 50px;
}


.amshopby-advanced li.active > a {
	font-weight: bold;
}

/*
 * Slider Bar
 */
.amshopby-slider-bar {
	position:absolute; 
	background: #999; 
	height: 6px; 
	top: 6px; 
	z-index: 1;  
}

/*
 * Subcategores block
 */
.amshopby-subcategory-image {
	overflow: auto; 
}

.btn-remove-inline { background-image: url('http://psg.butterflieshealt.netdna-cdn.com/skin/frontend/base/default/images/am_btn_remove.gif'); background-repeat: no-repeat; width:13px; height:12px; margin-left: 4px; }
.btn-remove-inline:hover { /* background-position: center bottom; */ }
.amshopby-hightlighted { background: yellow;}
.am_search_popup{
    
    position: absolute;
    /*right: 29px;*/
    right: 0;
    /*width: 315px;*/
    margin-top: 10px;
    text-align: left;
    
    
    border-radius: 8px;
    /*border: 1px solid #CCC;*/
    /*box-shadow: 0 4px 8px rgba(0, 0, 0, 0.6);*/
    font: 12px Arial,Helvetica,sans-serif;
    /*padding-top: 10px;*/
    
    /*overflow: hidden;*/
    /*padding-top: 10px;*/
    
    
    z-index: 1000;
}


@media only screen and (max-width: 770px) {     

    .am_search_popup{
        width: 100% !important;
        margin-bottom: 20px;
    }
    
    .price_footer,
    .am_right{
        width: 100%;
        
    }
    
    .price_footer td.price_cell{
        text-align: left;
    }
    .price_footer td{
        text-align: right;
    }
    
    .am_search_popup{
        border-width: 0 !important;
        border-radius: 0 !important;
        /*position: fixed;*/
        height: 100%;
        background-color: white !important;
    }
    
    .am_search_popup_inner{
        /*border: 0px !important;*/
        border-radius: 0 !important;
    }
    
    .am_search_popup_triangle{
        display: none;
    }
    
    .more_results{
        font-size: 14pt;
        
    }
    
/*    .main-container, .footer-container{
        display: none;
    }*/
}

.am_search_popup_triangle{
   height: 50px;
    width: 50px;
    margin-top: 5px;
    -moz-transform: rotate(45deg); 
    -ms-transform: rotate(45deg); 
    -webkit-transform: rotate(45deg); 
    -o-transform: rotate(45deg); 
    transform: rotate(45deg);
    position: absolute;
    right: 28px;
    
}

.am_search_popup_inner{
    border: 1px solid #a5a5a5;
    border-radius: 7px;
    overflow: hidden;
}


.am_search_popup div.am_element{
    /*min-height: 90px;*/
    /*display: inline-block;*/
    float: none;
    width: 100%;
    /*padding: 5px;*/
    color: black;
    
    border-bottom: 1px solid #a5a5a5;
    
    background: #fafafa; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZhZmFmYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjYwJSIgc3RvcC1jb2xvcj0iI2ZhZmFmYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlZWVlZWUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  #fafafa 0%, #fafafa 60%, #eeeeee 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fafafa), color-stop(60%,#fafafa), color-stop(100%,#eeeeee)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #fafafa 0%,#fafafa 60%,#eeeeee 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #fafafa 0%,#fafafa 60%,#eeeeee 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #fafafa 0%,#fafafa 60%,#eeeeee 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #fafafa 0%,#fafafa 60%,#eeeeee 100%); /* W3C */
    /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafafa', endColorstr='#eeeeee',GradientType=0 );  IE6-8 */
    background-color: #fafafa;
    
}

.am_search_popup div.am_element > div{
    padding: 10px;
    float: none;
    
}



/*.am_search_popup div{
    float: left;
}*/

.am_image>img{
    width: 90px;
    height: 90px;
    /*padding-right: 5px;*/
    
    border: 1px solid #bec4c8;
}


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

.am_search_popup .price_footer{
    margin-top: 5px;
}

.am_search_popup .price_cell{
    vertical-align: middle;
    padding-right: 3px;
}

.am_search_popup .regular-price .price,
.am_search_popup .am_title{
    font-weight: normal;
    font-size: 12px;
    float: none;
    
}

.am_search_popup .am_title{
    font-weight: bold;
}


.am_search_popup .am_image{
    display: table-cell;
    padding-right: 10px;
    width: 90px;
    height: 90px;
}

.am_search_popup .am_right{
    display: table-cell;
    vertical-align: top;
    
    padding-left: 10px;
    border-left: 1px solid #adb5b9;
    width: auto;
}

.am_search_popup a{
    text-decoration: none !important;
}

#search_mini_form #search.loading,
.form-search #search.loading {

    background-image: url(http://psg.butterflieshealt.netdna-cdn.com/skin/frontend/base/default/images/amxsearch_loader.gif); 
    background-position: 95% center; 
    background-repeat: no-repeat;
    
    position: relative;
    z-index: 11;
}

#search_mini_form .search-button{
    z-index: 10;
} 

.am_search_popup .ratings{
    margin: 0px;
    margin-bottom: 3px;
}



.am_search_popup .rating-box{
    background: url(http://psg.butterflieshealt.netdna-cdn.com/skin/frontend/base/default/images/am_xsearch_bkg_rating.png) 0 0 repeat-x;
}

.am_search_popup .rating {

    background: url(http://psg.butterflieshealt.netdna-cdn.com/skin/frontend/base/default/images/am_xsearch_bkg_rating.png) 0 100% repeat-x;
}

.am_search_popup div.am_element:hover .rating-box{
   background: url(http://psg.butterflieshealt.netdna-cdn.com/skin/frontend/base/default/images/am_xsearch_bkg_rating_white.png) 0 0% repeat-x;
}

.am_search_popup div.am_element:hover .rating{
   background: url(http://psg.butterflieshealt.netdna-cdn.com/skin/frontend/base/default/images/am_xsearch_bkg_rating_white.png) 0 100% repeat-x;
}

.am_search_popup .am_title{
    font-weight: bold;
    padding-bottom: 3px;
}

.am_search_popup div.am_element{
    font-size: 10px;
}

.am_search_popup .regular-price .price{
    font-style: italic;
    font-weight: bold;

}

#am_search_container{
    position: relative;
    clear: both;
    z-index: 40000;
    /*margin-top: 5px;*/
}

.am_search_popup .more_results{
    background: #FFF;
    text-align: center;
    padding: 3px;
    font-weight: bold;
    display: block;
}
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.banner-tabbed {
  width: 67 5px;
  margin-bottom: 15px;
  position: relative;
  overflow: hidden;
}
.banner-tabbed .nav {
  background: #fff;
  -webkit-border-radius: 5px 5px 0px 0px;
  -moz-border-radius: 5px 5px 0px 0px;
  border-radius: 5px 5px 0px 0px;
  height: 33px;
}
.banner-tabbed .nav table {
  width: 100%;
}
.banner-tabbed .nav table tr td {
  color: #555;
  cursor: pointer;
  font-size: 11px;
  font-weight: bold;
  height: 33px;
  line-height: 11px;
  padding: 0 10px;
  text-align: center;
  vertical-align: middle;
}
.banner-tabbed .nav table tr td:hover {
  color: #121212;
}
.banner-tabbed .nav table tr td.active {
  color: #E47911;
  cursor: default;
}
.banner-tabbed .slots {
  background: #fff;
  height: 210px;
  overflow: hidden;
}
.banner-tabbed .slots .slot {
  display: none;
  position: absolute;
  top: 33px;
  z-index: 10;
}
.banner-tabbed .slots .slot.active {
  display: block;
}
.banner-tabbed .slots .slot img {
  -webkit-border-radius: 0px 0px 5px 5px;
  -moz-border-radius: 0px 0px 5px 5px;
  border-radius: 0px 0px 5px 5px;
}
.banner-tabbed .notch {
  background: url("/skin/frontend/base/default/images/mirasvit/banner/notch.png");
  width: 294px;
  height: 10px;
  position: absolute;
  top: 32px;
  z-index: 11;
  left: -294px;
}
.banner-carousel {
  margin-bottom: 15px;
  position: relative;
  *zoom: 1;
}
.banner-carousel:before,
.banner-carousel:after {
  display: table;
  content: "";
  line-height: 0;
}
.banner-carousel:after {
  clear: both;
}
.banner-carousel .slots {
  background: #fff;
  overflow: hidden;
}
.banner-carousel .slots .slot {
  display: none;
  position: absolute;
  top: 0px;
  z-index: 10;
}
.banner-carousel .slots .slot.active {
  display: block;
}
.banner-carousel .slots .slot img {
  -webkit-border-radius: 5px 5px 5px 5px;
  -moz-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
}
.banner-carousel .nav {
  position: absolute;
  bottom: 10px;
  right: 10px;
  z-index: 100;
}
.banner-carousel .nav .item {
  padding: 4px 7px;
  font-size: 12px;
  line-height: 12px;
  display: block;
  overflow: hidden;
  float: left;
  margin-left: 5px;
  background: #F8F8EE;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  cursor: pointer;
  border: 1px solid #2C5987;
}
.banner-carousel .nav .item.active {
  background: #D9EEFA;
}
.banner-carousel .arrow {
  position: absolute;
  top: 50%;
  left: 0px;
  width: 30px;
  height: 40px;
  margin-top: -20px;
  background: url("/skin/frontend/base/default/images/mirasvit/banner/arrows_large.png");
  z-index: 10;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.banner-carousel .arrow:hover {
  cursor: pointer;
  opacity: 1;
  filter: alpha(opacity=100);
}
.banner-carousel .arrow.right {
  right: 0px;
  left: auto;
  background-position: 0px 40px;
}
.banner-side-carousel {
  margin-bottom: 15px;
  position: relative;
  overflow: hidden;
  *zoom: 1;
}
.banner-side-carousel:before,
.banner-side-carousel:after {
  display: table;
  content: "";
  line-height: 0;
}
.banner-side-carousel:after {
  clear: both;
}
.banner-side-carousel .slots {
  z-index: 10;
  overflow: hidden;
  position: absolute;
  top: 0px;
  left: 0px;
}
.banner-side-carousel .nav {
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 100;
}
.banner-side-carousel .nav .item {
  position: relative;
  display: block;
  cursor: pointer;
  background: #151515;
  color: #fff;
  padding: 5px;
  border-bottom: 1px solid #2E2E2E;
}
.banner-side-carousel .nav .item.active {
  color: #fff;
  background: #02874a;
}
.banner-side-carousel .nav .item.active::after {
  content: '';
  position: absolute;
  top: 50%;
  margin-top: -7px;
  left: -7px;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 7px 7px 7px 0;
  border-color: transparent #02874a transparent transparent;
}
.banner-content {
  margin-bottom: 15px;
}
.banner-content img {
  -webkit-border-radius: 5px 5px 5px 5px;
  -moz-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
}
.banner-side {
  margin-bottom: 15px;
}
.banner-side img {
  -webkit-border-radius: 5px 5px 5px 5px;
  -moz-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
}

.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.seo-content {
  color: #333;
  width: 600px;
  margin: 0 auto;
  padding: 5px 10px;
  margin-top: -50px;
  margin-bottom: 10px;
  background: rgba(255, 255, 255, 0.2);
  padding: 5px;
}
.seositemap-map ul {
  *zoom: 1;
  margin-left: 15px;
  margin-bottom: 15px;
}
.seositemap-map ul:before,
.seositemap-map ul:after {
  display: table;
  content: "";
  line-height: 0;
}
.seositemap-map ul:after {
  clear: both;
}
.seositemap-map ul.stores li {
  font-weight: bold;
  font-size: 110%;
}
.seositemap-map ul li.level-2 {
  font-weight: bold;
}
.seositemap-map ul li.level-3 {
  margin-left: 15px;
}
.seositemap-map ul li.level-4 {
  margin-left: 30px;
  font-size: 90%;
}
.seositemap-map ul li.level-5 {
  margin-left: 45px;
  font-size: 90%;
}
.seositemap-map ul li.level-6 {
  margin-left: 60px;
  font-size: 90%;
}
.seositemap-map ul li.level-7 {
  margin-left: 75px;
  font-size: 90%;
}
.review-aggregate-hide {
    display:none;
 }

.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.seositemap-map ul {
  *zoom: 1;
  margin-left: 15px;
  margin-bottom: 15px;
}
.seositemap-map ul:before,
.seositemap-map ul:after {
  display: table;
  content: "";
  line-height: 0;
}
.seositemap-map ul:after {
  clear: both;
}
.seositemap-map ul.stores li {
  font-weight: bold;
  font-size: 110%;
}
.seositemap-map ul li.level-2 {
  font-weight: bold;
}
.seositemap-map ul li.level-3 {
  margin-left: 15px;
}
.seositemap-map ul li.level-4 {
  margin-left: 30px;
  font-size: 90%;
}
.seositemap-map ul li.level-5 {
  margin-left: 45px;
  font-size: 90%;
}
.seositemap-map ul li.level-6 {
  margin-left: 60px;
  font-size: 90%;
}
.seositemap-map ul li.level-7 {
  margin-left: 75px;
  font-size: 90%;
}
.review-aggregate-hide {
  display:none;
 }
.seositemap-index-index div.seositemap-map table {
  width:100%;
}
.seositemap-index-index div.seositemap-map table tbody tr td {
  vertical-align: top;
}
body, body * {
	max-height: 1000000px;
}
body{
	color:#595959;
	background:#fff;
	font:13px/18px 'Open Sans', 'sans-serif';
	-webkit-text-size-adjust:100%;
	-ms-text-size-adjust: none;
	min-width:320px;
	text-align:left;
}
a{
	text-decoration:none;
	color:#11b4db;
}
a:hover{color:#84c76f;}
img{
	vertical-align:top;
	max-width:100%;
	height:auto;
}
header, footer, article, section, nav, figure, aside { display: block; }
figure { margin:0; padding:0; }
input[type="search"]{
	-webkit-appearance: none;
	-moz-box-sizing:content-box;
	-webkit-box-sizing:content-box;
	box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button {
	-webkit-appearance: none;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing:content-box;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration{display:none;}
::-webkit-input-placeholder {color: #b4b4b4;}
:-moz-placeholder {color: #b4b4b4;}
::-moz-placeholder {
	color: #b4b4b4;
	opacity:1
}
:-ms-input-placeholder {color: #b4b4b4;}
input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="submit"],
textarea{
	-webkit-appearance:none;
	border-radius:0;
	-moz-border-radius:0;
	-webkit-border-radius:0;
}
textarea{overflow:auto;}
button,
[type="submit"]{cursor:pointer;}
button::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	padding:0;
	border:0;
}
h1, h2, h3, h4, h5, h6{color:#11b4db;}
.std p, p{margin:0 0 18px;}
.block{
	border-radius:3px;
	border:1px solid #ddd;
	background:#f1f1f1;
}
.block .block-content{
	border:none;
	background:#f1f1f1;
}
.wrapper{
	overflow:hidden;
	position:relative;
	min-width:320px;
}
.page{
	max-width:940px;
	padding:0 10px;
	margin:0 auto;
}
#header{
	position:relative;
	z-index:10;
}
.header-top{
	margin:0 -9999px;
	padding:0 9999px;
	background: #33b2cc;
background: -moz-linear-gradient(top, #33b2cc 0%, #00aacc 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#33b2cc), color-stop(100%,#00aacc));
background: -webkit-linear-gradient(top, #33b2cc 0%,#00aacc 100%);
background: -o-linear-gradient(top, #33b2cc 0%,#00aacc 100%);
background: -ms-linear-gradient(top, #33b2cc 0%,#00aacc 100%);
background: linear-gradient(to bottom, #33b2cc 0%,#00aacc 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#33b2cc', endColorstr='#00aacc',GradientType=0 );

}
.header-top:after{
	content:'';
	display:block;
	clear:both;
}
.logo{
	position:relative;
	z-index:1;
	float:left;
	text-indent:-9999px;
	overflow:hidden;
	background:url(http://psg.butterflieshealt.netdna-cdn.com/skin/frontend/psg/default/images/logo.png) no-repeat;
	width:353px;
	height:143px;
	margin:0 16px -52px -49px;
}
.logo a{
	display:block;
	height:100%;
}
.top-bar{float:right;}
.user-menu{
	padding:8px 0;
	margin:0 0 12px;
	list-style:none;
	float:left;
	color:#fff;
}
.user-menu li{
	display:inline-block;
	vertical-align:top;
}
.user-menu li a{color:#fff;}
.user-menu li a:hover{text-decoration:underline;}
.user-menu li:before{
	content:'|';
	margin:0 4px 0 0;
}
.user-menu li:first-child:before{display:none;}
.top-bar .pay-cards{
	padding:0;
	margin:0 0 10px;
	list-style:none;
	clear:left;
	text-align:right;
}
.pay-cards li{
	display:inline-block;
	vertical-align:top;
}
.pay-cards img{max-width:none;}
.top-bar .follow-box{
	float:left;
	border-radius:0 0 3px 3px;
	background:#0093B4;
	padding:6px 10px 4px;
	color:#fff;
	margin:0 0 12px 11px;
}
.social-networks{
	display:inline-block;
	vertical-align:middle;
	padding:0 0 0 9px;
	margin:0;
	list-style:none;
	overflow:hidden;
	text-align:left;
}
.social-networks li{
	display:inline-block;
	vertical-align:top;
	margin:0 -1px 0 0;
}
.social-networks a{
	display:block;
	text-indent:-9999px;
	overflow:hidden;
	width:23px;
	height:23px;
}
.social-networks .facebook a{background:url(http://psg.butterflieshealt.netdna-cdn.com/skin/frontend/psg/default/images/ico-facebook.png) no-repeat;}
.social-networks .twitter a{background:url(http://psg.butterflieshealt.netdna-cdn.com/skin/frontend/psg/default/images/ico-twitter.png) no-repeat;}
.form-search{
	float:left;
	background:#fff;
	width:243px;
	margin:8px 0 5px;
	height:41px;
	padding:9px;
	border-radius:3px;
	/* box-shadow:0 -4px #5182a0;
	-webkit-box-shadow:0 -4px #5182a0; */
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}
.form-search label{display:none;}
.form-search .input-text{
	float:left;
	background:#fff !important;
	border:none;
	color:#f48e3c;
	font:italic 13px/16px Arial, Helvetica, sans-serif;
	padding:3px 2px;
	height:16px;
	width:190px;
	border-radius:0;
	box-shadow:none;
	-webkit-box-shadow:none;
}
.form-search button.button{
	float:right;
	padding:3px 0 0;
	margin:-3px 0 0;
}
.form-search button.button span,
.form-search button.button:hover span{
	padding:0;
	border:none;
	background:#01AACE url(http://psg.butterflieshealt.netdna-cdn.com/skin/frontend/psg/default/images/btn-search.png) no-repeat 5px 4px;
	height:23px;
	width:23px;
	border-radius:3px;
	text-indent:-9999px;
	overflow:hidden;
	/* box-shadow:0 -3px #69899d;
	-webkit-box-shadow:0 -3px #69899d; */
	box-shadow:none;
	-webkit-box-shadow:none;
}
.form-search button.button span span{
	box-shadow:none;
	-webkit-box-shadow:none;
}
.quick-access{
	background:#e6f0f7;
	position:relative;
	margin:0 -9999px;
	padding:0 9999px;
}
.quick-access:before,
.quick-access:after{
	content:'';
	position:absolute;
	left:0;
	top:-2px;
	width:100%;
	border-top:1px solid rgb(255,255,255);
	border-top:1px solid rgba(255,255,255,.5);
}
.quick-access:after{
	top:auto;
	bottom:-2px;
}
.quick-access .block-cart{
	float:right;
	padding:9px 11px;
	background:#fff;
	border:none;
	width:219px;
	font-size:12px;
	line-height:16px;
	color:#929292;
	font-style:italic;
	margin:0;
	border-radius:0;
}
.quick-access .block-cart .block-content{
	background:#edf5fa url(http://psg.butterflieshealt.netdna-cdn.com/skin/frontend/psg/default/images/ico-cart.png) no-repeat 196px 9px;
	padding:5px 26px 4px 0;
}
.quick-access .block-cart .summary{
	background:none;
	margin:0;
	padding:5px 9px;
	position: relative;
	z-index: 1;
	font-size:12px;
	line-height:16px;
}
.block .empty{padding-right:2px}

.nav-holder{
	clear:both;
	margin:0 -9999px;
	padding:0 9999px;
	background: #e9a774;
	background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2U5YTc3NCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjI2JSIgc3RvcC1jb2xvcj0iI2U0YTA2YyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijc3JSIgc3RvcC1jb2xvcj0iI2Q0OGE1MSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNjZjg0NGEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: linear-gradient(to bottom,  #e9a774 0%,#e4a06c 26%,#d48a51 77%,#cf844a 100%);
}
.cms-home .nav-holder{
	box-shadow:0 5px rgba(0,0,0,.35);
	-webkit-box-shadow:0 5px rgba(0,0,0,.35);
}
.nav-holder:after{
	content:'';
	display:block;
	clear:both;
}
.nav-holder .opener{
	display:none;
	color:#fff;
	text-transform:uppercase;
	font-weight:bold;
	font-size:16px;
	line-height:20px;
	padding:5px;
	border:0px solid #fff;
	border-radius:3px;
	text-align:center;
	position: relative;
}
.nav-holder .opener:before { 
    border-bottom: 10px double white;
    border-top: 3px solid white;    
    content:"";
    height: 4px; 
    position: absolute; 
    right:9px;  
    top: 7px; 
    width:24px; 
}
#main-nav{
	width:100%;
	float:left;
	position:relative;
	padding:2px 0 0;
	margin:0 -10px;
	list-style:none;
	font-size:14px;
	line-height:22px;
}
#main-nav > li{
	float:left;
	border-left:1px solid rgb(255,255,255);
	border-left:1px solid rgba(255,255,255,.38);
	
}
#main-nav > li:first-child{border:none;}
#main-nav > li > a{
	display:block;
	padding:18px 7px 15px;
	color:#fff;
	position:relative;
}
#main-nav > li.hover > a{text-decoration:underline;}

#main-nav > li.cat3 {  }
#main-nav > li.cat4 {  }
#main-nav > li.cat5 {  }
#main-nav > li.cat6 {  }
#main-nav > li.cat7 {  }
#main-nav > li.cat8 {  }
#main-nav > li.cat9 {  }
#main-nav > li.cat10 {  }

#main-nav .home a{
	display:block;
	text-indent:-9999px;
	overflow:hidden;
	background:url(http://psg.butterflieshealt.netdna-cdn.com/skin/frontend/psg/default/images/ico-home.png) no-repeat 11px 15px;
	width:28px;
	height:25px;
	padding:18px 16px 12px 11px;
}
#main-nav .has-drop-down-a{padding-right:18px;}
#main-nav .has-drop-down-a:after{
	position:absolute;
	top:50%;
	right:7px;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	border-color: rgba(255, 255, 255, 0);
	border-top-color: #fff;
	border-width: 4px;
}
#main-nav .drop{
	position:absolute;
	left:55px;
	right:85px;
	margin:-5px 0 0;
	border:7px solid #dba072;
	background:#fff;
	padding:17px 17px 15px;
	overflow:hidden;
}
#main-nav .col{
	float:left;
	width:33.33%;
	padding:0 0 0 7px;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}
.drop-slide-wrapper{ z-index: 99; }

#main-nav .drop ul { width: 100%; overflow: hidden; }
#main-nav .drop ul li { float: left !important; width: 22%!important; display: block !important; background: #ccc; padding: 0px 0px 0px 2%; margin: 0px 1% 5px 0px; background: url('http://psg.butterflieshealt.netdna-cdn.com/skin/frontend/psg/default/images/menu-tab.jpg') no-repeat 0% 50%; }
#main-nav .drop ul.withad { width: 72%; }
#main-nav .drop ul.withad li { width: 30.3%!important; }
#main-nav .drop .pullright { border:1px solid #dadada;
	border-radius:2px;
	background:#fbfbfb;
	box-shadow:inset 0 0 9px rgba(0,0,0,.2);
	-webkit-box-shadow:inset 0 0 9px rgba(0,0,0,.2);
	float: right;
}


/*
.drop ul{
	padding:4px 0 0;
	margin:0;
	list-style:none;
}
.drop ul li{
	position:relative;
	padding:0 0 3px 10px;
}
.drop ul li:before{
	left:0;
	top: 6px;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position:absolute;
	pointer-events: none;
	border-color: rgba(103, 175, 217, 0);
	border-left-color: #67afd9;
	border-width: 5px;
}
.drop ul li a{color:#0d9bbd;}
.drop ul li a:hover{text-decoration:underline;}
.special-box{
	border:1px solid #dadada;
	border-radius:2px;
	background:#fbfbfb;
	box-shadow:inset 0 0 9px rgba(0,0,0,.2);
	-webkit-box-shadow:inset 0 0 9px rgba(0,0,0,.2);
	font-size:22px;
	line-height:24px;
	color:#0d9bbd;
	text-align:center;
	padding:0 30px 13px;
}
.special-box > a{display:block;}
.special-box .title{
	color:#fff;
	font-size:24px;
	line-height:30px;
	margin:-1px -31px 15px;
	font-weight:bold;
	padding:6px 5px 5px;
	border-radius:2px 2px 0 0;
	background: #11b4db;
	background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzY5YjBkYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjE5JSIgc3RvcC1jb2xvcj0iIzY0YWFkMyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjgzJSIgc3RvcC1jb2xvcj0iIzQ3ODRhOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjgzJSIgc3RvcC1jb2xvcj0iIzQ2ODJhNiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM0MjdkYTAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: linear-gradient(to bottom,  #11b4db 0%,#64aad3 19%,#4784a8 83%,#4682a6 83%,#427da0 100%);
}
.special-box img{
	display:block;
	margin:0 auto 7px;
}
.special-box mark{
	background:none;
	color:#84c76f;
}
.special-box p{margin:0;}
*/

.main-container{background:none;}
.main{
	max-width:940px;
	width:100%;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	padding:20px 0;
	position:relative;
	background:none;

}
.cms-home .main{padding-bottom:0;}
.bg{
	position:absolute;
	z-index:-2;
	left:-500px;
	right:-500px;
	overflow:hidden;
	text-align:center;
	top:0;
	bottom:0;
}
.bg img {
	border-bottom:1px solid #fff;
	height:auto;
	max-width:none;
	width:100%;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	margin-top: -10%;
}
.col2-right-layout .col-wrapper{ width:725px; }
.col2-right-layout .col-main{width:725px;}
.form-list label{margin:0 0 3px;}
.form-list li.wide input.input-text{width:513px;}
.form-list input.input-text{width:237px;}
input.input-text,
textarea{
	background:#fff;
	/* border:1px solid #4e809d; */
	border-radius:3px;
	color:#878787;
	font:italic 12px/15px Arial, Helvetica, sans-serif;
	height:15px;
	padding:9px 11px;
	/* box-shadow:0 -3px #4e809d;
	-webkit-box-shadow:0 -3px #4e809d; */
}
textarea{height:auto;}
.breadcrumbs{
	margin:-20px -9999px 0px;
	padding:11px 9999px;
	background:#e6f0f7;
	border:1px solid #fff;
	border-width:1px 0;
	text-transform:uppercase;
	color:#595959;
	font-size:13px;
	line-height:17px;
	position:relative;
}

.breadcrumbs li:before{
	content:'>';
	margin:0 2px 0 0;
}

.breadcrumbs .home:before{display:none;}
.breadcrumbs li strong{font-weight:normal;}
.breadcrumbs a{color:#595959;}
.breadcrumbs a:hover{text-decoration:underline;}
button.button.btn-cart span span{
	background:url(http://psg.butterflieshealt.netdna-cdn.com/skin/frontend/psg/default/images/ico-cart3.png) no-repeat 0 5px;
	padding:0 0 0 26px;
}
button.button{padding:0 0 4px;}
button.button span,
.block-compare button.button span,
.my-wishlist .buttons-set .btn-add span,
.my-wishlist .buttons-set .btn-share span,
.cart-table .btn-empty span,
.cart-table .btn-continue span,
.cart-table .btn-update span,
.cart .discount button span,
.cart .shipping button span,
.block-poll button.button span,
.multiple-checkout .title-buttons button.button span,
#multiship-addresses-table tfoot button.button span {
	border:none;
	background:#01AACE;
	border-radius:3px;
	box-shadow:0 4px #4e809d;
	-webkit-box-shadow:0 4px #4e809d;
	text-shadow:0 -1px #48748d;
	font-size:14px;
	line-height:32px;
	height:32px;
	font-weight:normal;
}
button.button.btn-cart span,
.products-grid button.button span{font-size:16px;}
button.button span span{
	box-shadow:none !important;
	-webkit-box-shadow:none !important;
}
button.button:hover span,
.products-grid li.item.hover button.button span,
.block-compare button.button:hover span,
.my-wishlist .buttons-set .btn-add:hover span,
.my-wishlist .buttons-set .btn-share:hover span,
.cart-table .btn-empty:hover span,
.cart-table .btn-continue:hover span,
.cart-table .btn-update:hover span,
.cart .discount button:hover span,
.cart .shipping button:hover span,
.block-poll button.button:hover span,
.multiple-checkout .title-buttons button.button:hover span,
#multiship-addresses-table tfoot button.button:hover span{
	background:#84c76f;
	box-shadow:0 4px #609350;
	-webkit-box-shadow:0 4px #609350;
}
button.button.btn-cart:hover span span,
.products-grid li.item.hover button.button.btn-cart span span{background:url(http://psg.butterflieshealt.netdna-cdn.com/skin/frontend/psg/default/images/ico-cart2.png)  no-repeat 0 5px;}
.carousel {
	position: relative;
	margin:-20px -87px 0;
}
.carousel .mask {
	position: relative;
	overflow: hidden;
	width: 100%;
}
.carousel .mask .slideset {
	width: 99999px;
	float: left;
}
.carousel .mask .slide {
	width: 1114px;
	float: left;
	overflow:hidden;
	position:relative;
}
.carousel .mask .slide.active{z-index:1;}
.carousel .img{
	margin:0 -999px;
	overflow:hidden;
	text-align:center;
}
.carousel .img img{
	max-width:none;
	height:auto;
}
.carousel .text{
	position:absolute;
	top:10px;
	bottom:10px;
	display:table;
	height:450px;
	padding:0 130px;
	width:100%;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}
.carousel .product-holder{
	display:table-cell;
	vertical-align:middle;
	padding:16px 0 0;
}
.carousel .product{
	width:188px;
	min-height:220px;
	padding:58px 55px 20px;
	border-radius:149px;
	background:rgb(255,255,255);
	background:rgba(255,255,255,.7);
}
.carousel .product-image{
	display:block;
	text-align:center;
	margin:0 -55px 13px;
}
.carousel .product-name{
	color:#c07435;
	font-size:24px;
	line-height:28px;
	margin:0 0 5px;
}
.carousel .product-name a{color:#c07435;}
.carousel .product-name a:hover{text-decoration:underline;}
.carousel .price-box{margin:0;}
.carousel .regular-price{color:#414141;}
.carousel .regular-price .price{
	color:#414141;
	font-size:33px;
	line-height:36px;
}
.carousel .actions{
	padding:0 0 0 122px;
	margin:-12px -50px 0 0;
}
.carousel button.button{padding:0;}
.carousel button.button span{
	height:37px;
	border:none;
	background:rgb(0,0,0);
	background:rgba(0,0,0,.7);
	font-size:24px;
	line-height:37px;
	font-weight:normal;
	padding:0 13px;
	box-shadow:none !important;
	-webkit-box-shadow:none !important;
	border-radius:0;
}
.carousel button.button span span:after{
	display:inline-block;
	vertical-align:middle;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	border-color: rgba(220, 134, 68, 0);
	border-left-color: #dc8644;
	border-width: 7px;
	margin:-4px -8px 0 11px;
}
.carousel button.button span span{
	padding:0;
	background:none !important;
}
.carousel .short-description{
	display:table-cell;
	vertical-align:middle;
	width:100%;
	padding:24px 0 0 16.2%;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	font-size:18px;
	line-height:22px;
	color:#fff;
}
.carousel .short-description h2{
	font-size:35px;
	line-height:39px;
	border-left:10px solid #df8943;
	background:rgb(0,0,0);
	background:rgba(0,0,0,.7);
	margin:0 0 8px;
	padding:11px 13px 12px;
	color:#fff;
	display:inline-block;
	vertical-align:top;
}
.carousel .short-description p{
	border-left:10px solid #df8943;
	background:rgb(0,0,0);
	background:rgba(0,0,0,.7);
	padding:8px 11px 10px;
	display:inline-block;
	vertical-align:top;
	margin:0 0 8px;
	color: #FFFFFF;
}
.carousel .short-description .txt1{margin-left:24.2%;}
.carousel .short-description .txt2{margin-left:14.7%;}
.carousel .btn-prev,
.carousel .btn-next{
	position:absolute;
	z-index:2;
	top:50%;
	left:58px;
	text-indent:-9999px;
	overflow:hidden;
	background:url(http://psg.butterflieshealt.netdna-cdn.com/skin/frontend/psg/default/images/btn-prev.png) no-repeat;
	width:50px;
	height:50px;
	margin:-25px 0 0;
}
.carousel .btn-next{
	right:58px;
	left:auto;
	background:url(http://psg.butterflieshealt.netdna-cdn.com/skin/frontend/psg/default/images/btn-next.png) no-repeat;
}
.latest-products{
	padding:0 9999px 15px;
	margin:0 -9999px;
	background:#d6e8f3;
}
.heading{
	position:relative;
	z-index:3;
}
.latest-products .heading{
	top:-17px;
	margin:0 0 -17px;
}
.latest-products .heading h1,
.latest-products .heading h2{
	color:#fff;
	margin:0;
	font-size:24px;
	line-height:28px;
}
.heading > div{
	text-align:center;
	border-radius:3px 3px 0 0;
	padding:15px 14px 14px;
	color:#fff;
	text-shadow:0 -1px #3d647b;
	background: #88cbf3;
	background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzg4Y2JmMyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjglIiBzdG9wLWNvbG9yPSIjODZjOGYwIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMjYlIiBzdG9wLWNvbG9yPSIjN2RiZGUzIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMjYlIiBzdG9wLWNvbG9yPSIjN2NiYmUxIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMzglIiBzdG9wLWNvbG9yPSIjNzZiM2Q3IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMzklIiBzdG9wLWNvbG9yPSIjNzRiMWQ1IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iNDAlIiBzdG9wLWNvbG9yPSIjNzRiMWQ1IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iNDElIiBzdG9wLWNvbG9yPSIjNzNhZmQzIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iNDclIiBzdG9wLWNvbG9yPSIjNzBhYmNlIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iNDglIiBzdG9wLWNvbG9yPSIjNmVhOWNjIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iNDklIiBzdG9wLWNvbG9yPSIjNmVhOWNjIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iNDklIiBzdG9wLWNvbG9yPSIjNmRhN2NhIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iNTYlIiBzdG9wLWNvbG9yPSIjNmFhM2M1IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iNTYlIiBzdG9wLWNvbG9yPSIjNjhhMWMzIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iNTglIiBzdG9wLWNvbG9yPSIjNjhhMWMzIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iNTglIiBzdG9wLWNvbG9yPSIjNjc5ZmMxIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iNjIlIiBzdG9wLWNvbG9yPSIjNjY5ZWMwIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iNjUlIiBzdG9wLWNvbG9yPSIjNjM5OWJhIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iNzIlIiBzdG9wLWNvbG9yPSIjNWY5NWI1IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iNzIlIiBzdG9wLWNvbG9yPSIjNWU5MmIzIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iNzklIiBzdG9wLWNvbG9yPSIjNWE4ZWFlIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iNzklIiBzdG9wLWNvbG9yPSIjNTk4Y2FiIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iODYlIiBzdG9wLWNvbG9yPSIjNTY4OGE2IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iODYlIiBzdG9wLWNvbG9yPSIjNTQ4NmE1IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzRmN2Y5YyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
	background: linear-gradient(to bottom,  #88cbf3 0%,#86c8f0 8%,#7dbde3 26%,#7cbbe1 26%,#76b3d7 38%,#74b1d5 39%,#74b1d5 40%,#73afd3 41%,#70abce 47%,#6ea9cc 48%,#6ea9cc 49%,#6da7ca 49%,#6aa3c5 56%,#68a1c3 56%,#68a1c3 58%,#679fc1 58%,#669ec0 62%,#6399ba 65%,#5f95b5 72%,#5e92b3 72%,#5a8eae 79%,#598cab 79%,#5688a6 86%,#5486a5 86%,#4f7f9c 100%);
	overflow:hidden;
	z-index:4;
	position:relative;
}
.heading > div:before{
	content:'';
	position:absolute;
	background:url(http://psg.butterflieshealt.netdna-cdn.com/skin/frontend/psg/default/images/bg-heading.png) no-repeat 50% 0;
	top:0;
	left:0;
	width:100%;
	height:81px;
}
.heading:after{
	content:'';
	position:absolute;
	z-index:-1;
	box-shadow:0 0 30px 5px #000;
	-webkit-box-shadow:0 0 30px 5px #000;
	top:0;
	left:30px;
	right:30px;
	height:20px;
	border-radius:100px/20px;
}
.col1-layout .products-grid{
	width:auto;
	margin:0 -10px;
}
.products-grid{
	padding:23px 0 0;
	margin:0 -10px;
	background:#fff;
	border-radius:3px 3px 0 0;
	width:auto;
}
.products-grid li.item {
	width:%;
	position:relative;
	padding:11px 10px 84px;
	margin:0 0 17px;
	border:1px solid #fff !important;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}
.col2-right-layout .products-grid li.item{width:50%;}
.products-grid .product-image{
	border:1px solid #dcdcdc;
	width:100%;
	height:auto;
	position:relative;
	background:#f6f6f6;
	text-align:center;
}
.products-grid li.item.hover{
	z-index:1;
	border:1px solid #ddd !important;
	box-shadow:0 0 6px rgba(0,0,0,.32);
	-webkit-box-shadow:0 0 6px rgba(0,0,0,.32);
}
.products-grid li.item .product-image:hover,
.products-grid li.item.hover .product-image{background:#fff;}
.products-grid .product-image .zoom{
	display:none;
	position:absolute;
	left:0;
	top:0;
	right:0;
	bottom:0;
	background:rgb(225,138,69) url(http://psg.butterflieshealt.netdna-cdn.com/skin/frontend/psg/default/images/ico-zoom.png) no-repeat 50% 50%;
	background:rgba(225,138,69,.75) url(http://psg.butterflieshealt.netdna-cdn.com/skin/frontend/psg/default/images/ico-zoom.png) no-repeat 50% 50%;
}
.products-grid li.item .product-image:hover .zoom,
.products-grid li.item.hover .zoom{display:block;}
.products-grid .product-name{
	font-weight:normal;
	font-size:14px;
	line-height:20px;
	margin:0;
	color:#414141;
	min-height: 55px;
	margin-bottom: 5px;
}
.products-grid .rating_bar {
	min-height: 16px;
}
.products-grid .product-name a{color:#414141;}
.products-grid .product-name a:hover{text-decoration:underline;}
.products-grid .add-to-links{visibility:hidden;}
.products-grid li.item.hover .add-to-links{visibility:visible;}
.add-to-links{margin:0;}
.add-to-links li{
	display:inline-block;
	vertical-align:top;
	margin:0 3px;
	width:auto !important;
}
.add-to-links li a{
	color:#414141 !important;
	font-weight:normal;
}
.add-to-links li a:hover{text-decoration:underline;}
.add-to-links li a:before{
	content:'+ ';
	font-weight:bold;
}
.regular-price{color:#e18a45;}
.regular-price .price{
	color:#e18a45;
	font-size:24px;
	line-height:31px;
}
.price-box .price,
.block .regular-price,
.block .regular-price .price{color:#e18a45;}

.products-grid button.button{margin:0 0 10px;}
.products-grid button.button > span{
	min-width:148px;
	padding:0 6px;
}
.main-text{
	overflow:hidden;
	padding:27px 0 5px;
}
.columns-holder{margin:0 -10px;}
.columns-holder:after{
	content:'';
	display:block;
	clear:both;
}
[class*="column-"]{
	float:left;
	padding:0 10px;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}
.column-2{width:50%;}
.column-3{width:25%;}
.range-box{
	margin:0 0 10px;
	padding:7px 7px 49px;
	border:1px solid #ddd;
	box-shadow:0 0 6px rgba(0,0,0,.32);
	-webkit-box-shadow:0 0 6px rgba(0,0,0,.32);
	position:relative;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}
.range-box .image{
	position:relative;
	margin:0 0 11px;
}
.range-box .image img{width:100%;}
.label-sale{
	position:absolute;
	left:7px;
	top:8px;
	border:1px solid #f0ccae;
	background: #f0ab73;
	background: -moz-radial-gradient(center, ellipse cover,  #f0ab73 0%, #dc8742 100%);
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,#f0ab73), color-stop(100%,#dc8742));
	background: -webkit-radial-gradient(center, ellipse cover,  #f0ab73 0%,#dc8742 100%);
	background: -o-radial-gradient(center, ellipse cover,  #f0ab73 0%,#dc8742 100%);
	background: -ms-radial-gradient(center, ellipse cover,  #f0ab73 0%,#dc8742 100%);
	background: radial-gradient(ellipse at center,  #f0ab73 0%,#dc8742 100%);
	-moz-transform: rotate(-14deg);
	-webkit-transform: rotate(-14deg);
	-o-transform: rotate(-14deg);
	-ms-transform: rotate(-14deg);
	transform: rotate(-14deg);
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	height:88px;
	width:88px;
	border-radius:44px;
	text-align:center;
	padding:12px 10px;
	color:#fff;
	font-weight:bold;
	font-size:18px;
	line-height:21px;
}
.label-new{
	position:absolute;
	left:8px;
	top:11px;
	padding:7px 10px 6px;
	border:1px solid #f0ccae;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	border-radius:3px;
	color:#fff;
	font-weight:bold;
	font-size:18px;
	line-height:21px;
	background: #e29352;
	background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2UyOTM1MiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjMxJSIgc3RvcC1jb2xvcj0iI2VjYTM2OCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQ3JSIgc3RvcC1jb2xvcj0iI2VlYTg2ZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjY0JSIgc3RvcC1jb2xvcj0iI2VkYTU2YiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlMjkzNTIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(left,  #e29352 0%, #eca368 31%, #eea86f 47%, #eda56b 64%, #e29352 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#e29352), color-stop(31%,#eca368), color-stop(47%,#eea86f), color-stop(64%,#eda56b), color-stop(100%,#e29352));
	background: -webkit-linear-gradient(left,  #e29352 0%,#eca368 31%,#eea86f 47%,#eda56b 64%,#e29352 100%);
	background: -o-linear-gradient(left,  #e29352 0%,#eca368 31%,#eea86f 47%,#eda56b 64%,#e29352 100%);
	background: -ms-linear-gradient(left,  #e29352 0%,#eca368 31%,#eea86f 47%,#eda56b 64%,#e29352 100%);
	background: linear-gradient(to right,  #e29352 0%,#eca368 31%,#eea86f 47%,#eda56b 64%,#e29352 100%);
}
.range-box .title{
	color:#414141;
	text-align:center;
	font-weight:normal;
	font-size:14px;
	line-height:21px;
}
.range-box .title a{color:#414141;}
.range-box .title a:hover{text-decoration:underline;}
.range-box button.button{
	position:absolute;
	left:50%;
	bottom:10px;
	margin:0 0 0 -80px;
	width:160px;
}
.main-text h1{
	font-size:26px;
	line-height:28px;
	color:#414141;
	margin:-4px 0 16px;
}
.main-text h1 strong{
	display:block;
	font-size:24px;
	line-height:26px;
	color:#e9a774;
}
.more a{color:#e9a774;}
.more a:hover{text-decoration:underline;}
.catalog-product-view{background:#d6e8f3;}
.product-view{border:none;}
article.product-view{margin:-20px 0 0;}
.product-essential{
	background:none;
	padding:22px 0 27px;
	margin:0 0 19px;
	position:relative;
}
.col1-layout .product-view .product-shop{
	margin:0 0 10px;
	width:42.4%;
	padding:15px 22px 14px;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}
.product-view .product-shop{
	background:rgb(255,255,255);
	background:rgba(255,255,255,.75);
	border-radius:3px;
	overflow: hidden;
}
.product-view .product-img-box{
	width:55.5%;
	background:rgb(255,255,255);
	background:rgba(255,255,255,.75);
	border-radius:3px;
	margin:0 0 10px;
}
.product-view .product-img-box .product-image-zoom{
	width:100%;
	background:#fff;
	height:300px;
	border-radius:3px 3px 0 0;
	margin:0;
	text-align:center;
}
.more-views{padding:13px 12px 1px;}
.product-view .product-img-box .more-views ul{margin:0;}
.product-view .product-img-box .more-views li{margin:0 12px 12px 0;}
.product-view .product-img-box .more-views li a{
	border:1px solid #11b4db;
	height:76px;
	width:76px;
}
.product-view .product-shop .product-name h1{
	font-size:28px;
	line-height:30px;
	font-weight:bold;
	color: #414141;
}
.product-view .product-shop .short-description{
	background:none;
	padding:0;
	margin:0 0 12px;
}
.product-options dl dt:nth-child(4n+1),
.product-options dl dt:nth-child(4n+1)+dd{background:rgba(255,255,255,.75);}
.product-view .product-shop .product-options{
	border:none;
	background:none;
	margin:0 -22px;
	padding:0;
}
.product-view .product-shop .product-options dd{
	padding:0 22px 10px;
	border:none;
	margin:0;
}
.product-view .product-shop .product-options dt{padding:11px 22px 5px;}
.product-options dt label{
	font-size:14px;
	line-height:18px;
	color:#11b4db;
}

.product-view .product-shop .availability1{line-height:31px; overflow: hidden; width: 120%; margin: -15px -23px 12px; padding: 8px 0px 8px 50px; background: url('http://psg.butterflieshealt.netdna-cdn.com/skin/frontend/psg/default/images/delivery.png') no-repeat 18px 52% #11b4db; color: #FFFFFF; }
.product-view .product-shop .availability1.week { background-color: #B40B11;}
.product-view .product-shop .availability1 span.blue {
	display:block;
	width: 90px; text-align: center; float: left; margin-right: 15px;
	vertical-align:top;
	padding:8px 7px 7px;
	background:#11b4db;
	color:#fff;
	font-size:10px;
	line-height:14px;
	border-bottom:4px solid #0d9bbd;
	text-transform:uppercase;
}
.category-discontinued .product-shop .availability1 { background-image: none; }
.price-holder{margin:0 0 15px;}
.price-holder:after{
	content:'';
	display:block;
	clear:both;
}

/*
.price-box .special-price .price1 { font-size: 18px; color: #e9a774; font-weight: bold; }
.price-box .old-price .price1 { color: #242424; }
*/

.price-holder .price-box,
.price-holder .add-to-box{
	display:inline-block;
	vertical-align: top;
	margin:0;
}
.product-view .product-shop .price-box{margin:0 19px 0 0;}
.product-view .product-shop .regular-price,
.product-view .product-shop .regular-price .price{color:#11b4db;}
.add-to-cart label {
	font-weight:normal;
	color:#626262;
	font-size:13px;
	line-height:30px;
	margin-right:3px;
}
.grouped-items-table input.input-text,
.add-to-cart input.qty,
input.qty{
	border:1px solid #d6d6d6;
	background:#fff;
	border-radius:0;
	width:33px !important;
	height:29px;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	text-align:left;
	color:#626262;
	font-size:14px;
	line-height:17px;
	padding:5px;
	font-style:normal;
	margin-right:8px;
	box-shadow:none;
	-webkit-box-shadow:none;
}
.product-view .product-shop button.btn-cart{margin:-3px 0 0;}
.product-view .product-shop button.btn-cart > span{
	background:#84c76f;
	padding:0 14px 0 11px;
}
.product-view .product-shop button.btn-cart span span{
	padding:0 0 0 0px;
	
}
.product-view .product-shop .section{
	margin:0 -22px -14px;
	padding:15px 22px 14px;
	background:rgba(255,255,255,.75);
	border-radius:0 0 3px 3px;
}
.attribute-holder{overflow:hidden;}
.rating-block{
	display:inline-block;
	vertical-align:top;
	padding:5px 12px 5px 0
}
.rating-block img{max-width:none;}
.attributes{
	display:inline-block;
	vertical-align:top;
	overflow:hidden;
}
.attributes li{
	float:left;
	margin:0 6px 0 0;
	border-radius: 6px;
	overflow: hidden;
}
.attributes li.lenscolour { width: 100%; margin-top: 10px; background: #FFFFFF; font-size: 13px; color: #11b4db; font-weight: bold; line-height: 17px; padding: 7px 8px 7px 8px; text-align: center; border: 0px solid #11b4db; border-radius: 6px; min-height: 50px; min-width: 50px; }
.attributes img{max-width:none;}
.product-collateral:after{
	content:'';
	display:block;
	clear:both;
}
.product-collateral{
	background:none;
	padding:0;
}
.box-up-sell{
	float:left;
	width:40.5%;
}
.product-info{
	float:right;
	width:57.4%;
	margin:0 0 13px;
}
.product-collateral .box-collateral{
	margin:0 0 13px;
	background:#fff;
	border-radius:3px;
	padding:10px;
}
.tab .box-collateral{
	padding:0;
	background:none;
	border-radius:0;
	margin:0;
}
.product-collateral .box-up-sell{
	background:none;
	padding:0;
	border-radius:0;
}
.product-view .box-up-sell .products-grid{
	border:none;
	padding:22px 0;
	margin:0;
	width:auto;
	background:none;
}
.box-up-sell .products-grid > li{
	background:#72bce7;
	border-radius:3px;
	margin:35px 0 0;
	position:relative;
	padding:14px 7px 5px 0;
	color:#fff;
	font-size:15px;
	line-height:15px;
	min-height:115px;
}
.box-up-sell .products-grid > li:first-child{margin:0;}
.box-up-sell .products-grid .even{padding:14px 0 5px 7px;}
.box-up-sell .products-grid > li:after{
	content:'';
	display:block;
	clear:both;
}
.box-up-sell .products-grid .product-image{
	float:left;
	background:none;
	height:auto;
	width:auto;
	border:none;
	margin:-22px 5px 0 10px;
}
.box-up-sell .products-grid .product-image img{max-width:none;}
.box-up-sell .products-grid .even .product-image{
	float:right;
	margin:-22px 10px 0 5px;
}
.box-up-sell .products-grid .text{
	padding:0 7px 0 37px;
}
.box-up-sell .products-grid .even .text{padding:0 10px 0 7px;}
.box-up-sell .products-grid .product-name{
	background:#5182a0;
	border-radius:3px;
	color:#fff;
	font-weight:bold;
	font-size:21px;
	line-height:24px;
	padding:11px 10px;
	letter-spacing:-1px;
	margin:0 0 7px;
	overflow:hidden;
}
.box-up-sell .products-grid .product-name h3{color:#fff;}
.box-up-sell .products-grid .product-name a{color:#fff;}
.box-collateral.box-description ul { margin-bottom: 10px; padding: 0px 0px 0px 25px; }
.box-collateral.box-description ul li { padding-left: 15px; margin-bottom: 3px; }
.box-up-sell .products-grid .actions{
	background:#fff;
	top:0;
	right:0;
	bottom:0;
	width:80px;
	text-align:right;
	border-radius:60px 3px 3px 60px/70px 3px 3px 70px;
	font-size:14px;
	line-height:18px;
	color:#5182a0;
	padding:23px 16px 20px 22px;
}
.box-up-sell .products-grid .even .actions{
	left:0;
	right:auto;
	text-align:left;
	padding:23px 22px 20px 16px;
	border-radius:3px 60px 60px 3px/3px 70px 70px 3px;
}
.box-up-sell .products-grid .actions strong{color:#84c76f;}
.box-up-sell .products-grid .actions a{
	color:#84c76f;
	font-weight:bold;
}
.box-up-sell .products-grid .actions a:hover{text-decoration:underline;}
.box-up-sell .regular-price,
.box-up-sell .regular-price .price{
	color:#fff;
	font-size:21px;
	line-height:22px;
}
.box-up-sell .products-grid > li ul{
	margin:0;
	padding:0 0 0 15px;
}
.box-up-sell .products-grid > li ul > br{display:none;}
.tabset{
	border-bottom:6px solid #11b4db;
	overflow:hidden;
	font-size:13px;
}
.tabset li{
	float:left;
	margin:0 4px 0 0;
	width:140px;
}
.tabset li a{
	text-align:center;
	color:#fff;
	display:block;
	border-radius:3px 3px 0 0;
	padding:11px 10px 9px;
	background: #5182a0;
	background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzUxODJhMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijc0JSIgc3RvcC1jb2xvcj0iIzUwODE5ZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjkzJSIgc3RvcC1jb2xvcj0iIzQ5NzU5MCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjkzJSIgc3RvcC1jb2xvcj0iIzQ3NzI4YyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijk1JSIgc3RvcC1jb2xvcj0iIzQ3NzI4YyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijk2JSIgc3RvcC1jb2xvcj0iIzQ1NmY4OCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijk4JSIgc3RvcC1jb2xvcj0iIzQ1NmY4OCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijk4JSIgc3RvcC1jb2xvcj0iIzQzNmM4NCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM0MzZjODQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: linear-gradient(to bottom,  #5182a0 0%,#50819f 74%,#497590 93%,#47728c 93%,#47728c 95%,#456f88 96%,#456f88 98%,#436c84 98%,#436c84 100%);
}
.tabset li a:hover,
.tabset li a.active{background:#11b4db;}
.tab{
	background:#fff;
	border-radius:0 0 3px 3px;
	padding:14px 15px;
	color:#595959;
}
.tab ul{
	padding:0 0 0 36px;
	margin:0;
	list-style:none;
}
.tab ul li{
	position:relative;
	padding:0 0 0 9px;
}
.tab ul li:before{
	content:'•';
	position:absolute;
	top:0;
	left:0;
}
#footer{
	background:#e2e2e2;
	margin:0 -9999px;
	padding:0 9999px;
}
.subscribe-bar{
	position:relative;
	margin:0 -9999px;
	padding:1px 0;
		background: #33b2cc;
background: -moz-linear-gradient(top, #33b2cc 0%, #00aacc 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#33b2cc), color-stop(100%,#00aacc));
background: -webkit-linear-gradient(top, #33b2cc 0%,#00aacc 100%);
background: -o-linear-gradient(top, #33b2cc 0%,#00aacc 100%);
background: -ms-linear-gradient(top, #33b2cc 0%,#00aacc 100%);
background: linear-gradient(to bottom, #33b2cc 0%,#00aacc 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#33b2cc', endColorstr='#00aacc',GradientType=0 );
}
.subscribe-bar:after{
	content:'';
	position:absolute;
	z-index:-1;
	box-shadow:0 0 20px 5px #000;
	-webkit-box-shadow:0 0 20px 5px #000;
	top:8px;
	left:50%;
	width:860px;
	margin:0 0 0 -430px;
	height:20px;
	border-radius:200px/20px;
}
.cms-home .subscribe-bar:after{display:none;}
.subscribe-bar .holder{
	padding:0 9999px;
	border:1px solid rgb(255,255,255);
	border:1px solid rgba(255,255,255,.5);
	background:url(http://psg.butterflieshealt.netdna-cdn.com/skin/frontend/psg/default/images/bg-subscribe.png) no-repeat 50% 0;
}
.subscribe-bar .block-subscribe{
	color:#fff;
	font-size:14px;
	line-height:22px;
	border:none;
	margin:0;
	background:none;
	border-radius:0;
}
.subscribe-bar .block-subscribe .block-content{
	background:none;
	padding:2px 0 10px;
}
.block-subscribe .input-box{
	float:left;
	margin:0 19px 0 0;
}
.block-subscribe input.input-text{
	border-color:#fff;
	float:left;
	width:172px;
	height:35px;
	margin:6px 0;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}
.subscribe-bar .block-subscribe input.input-text{
	width:27%;
	margin:7px 2% 0 0;
}
.subscribe-bar .block-subscribe input.input-text.small {
	width: 10%;
}
.subscribe-bar .block-subscribe .actions{
	margin:5px 0 0;
	float:left;
}
.block-subscribe .actions button.button:hover span { border: 0px; }
.block-subscribe .actions button.button span{
	background:#84c76f;
	box-shadow:0 3px #609350;
	-webkit-box-shadow:0 3px #609350;
	text-shadow:none;
	height:35px;
	padding:0 12px;
}
.block-subscribe .actions button.button span span{
	background:url(http://psg.butterflieshealt.netdna-cdn.com/skin/frontend/psg/default/images/ico-mail.png) no-repeat 0 10px;
	padding:0 0 0 25px;
}
.widgets{padding:15px 0;}
.widgets .widget{
	display:block;
	margin:0 0 2px;
	background:#f1f1f1;
	border-radius:3px;
	padding:21px 15px 6px;
}
.widgets .footer-review{padding:6px;}
.widgets .footer-image{padding:6px;}
.widgets .widget h1{
	font-size:20px;
	line-height:21px;
	font-weight:bold;
	color:#01AACE;
	margin:0 0 9px;
}
.widgets .widget h2{
	font-weight:normal;
	color:#e9a774;
	font-size:17px;
	line-height:24px;
}
.widget .pay-cards li{margin:0 -1px 9px 0;}
.contacts{color:#414141;}
.contacts li{
	margin:-5px 0 14px;
	padding:5px 0 5px 28px;
}
.contacts .address{background:url(http://psg.butterflieshealt.netdna-cdn.com/skin/frontend/psg/default/images/ico-location.png) no-repeat 2px 7px;}
.contacts .tel{
	background:url(http://psg.butterflieshealt.netdna-cdn.com/skin/frontend/psg/default/images/ico-tel.png) no-repeat 0 5px;
	font-size:16px;
	margin:0 0 16px;
}
.contacts .email{background:url(http://psg.butterflieshealt.netdna-cdn.com/skin/frontend/psg/default/images/ico-email.png) no-repeat 1px 9px;}
.contacts .email a{color:#414141;}
.contacts .email a:hover{text-decoration:underline;}
.widget .follow-box{
	margin:-3px -15px 0;
	text-align:center;
	padding:15px 15px 5px;
	border-top:1px solid #c0c0c0;
	box-shadow:inset 0 1px #fff;
	-webkit-box-shadow:inset 0 1px #fff;
	font-size:16px;
	line-height:18px;
	color:#414141;
}
.widget .social-networks li{margin:0 -2px 0 0;}
.footer-bottom{
	margin:0 -9999px;
	padding:10px 9999px;
	background:#f3f3f3;
	text-align:center;
	font-size:12px;
	color:#414141;
}
.footer-bottom a{color:#414141;}
.footer-bottom a:hover{text-decoration:underline;}
.footer-bottom p{margin:0;}
.cart .discount .input-box{width:100%;}
.cart .discount input.input-text{width:237px;}
.block.block-progress{
	border:none;
	background:none;
	border-radius:0;
}
.opc .step{
	background:#f1f1f1;
	border-color:#dcdcdc;
}
.opc .step-title{background:#dfedf6;}
.block-progress dt,
.block-progress dt.complete{background:#dfedf6;}
.block-progress dd{background:#f1f1f1;}
.block-account .block-content{background:#f1f1f1;}
.block-progress .block-content{background:none;}
.my-wishlist textarea{margin:5px 0;}
.account-login .content,
.fieldset{
	background:#f1f1f1;
	border-color:#dcdcdc;
}
.link-wishlist,
.link-reorder{
	font-weight:normal;
	color:#11b4db !important;
}
.block-layered-nav .block-title{display:none;}
.grouped-items-table{margin:0 0 10px;}
.grouped-items-table .price-box{margin:0 !important;}
.grouped-items-table .regular-price .price{
	font-size:18px;
	line-height:22px;
}
.opc .active .step-title{border-color:#dcdcdc;}
.form-search{position:relative;}
.search-autocomplete{
	background:#fff;
	border:1px solid #5182a0;
	border-radius:3px;
	top:100% !important;
	margin:0 0 0 -9px;
	z-index:10;
	padding:5px 9px; 
}



/* Sidebar */

.breadcrumbs { display: none; }
.buyConf, .col-left.sidebar .block, .col-left.sidebar .block.block-layered-nav .block-subtitle, .col-left.sidebar .block.block-layered-nav dt, .col-left.sidebar .block.block-layered-nav .block-content, .col-left.sidebar .block.block-layered-nav dd, .col-left.sidebar .block-layered-nav .currently li, .col-left.sidebar .block-layered-nav .actions, .col-left.sidebar .block-layered-nav .currently .label { background: none; border: 0px; padding: 0px; margin: 0px; border-radius: 0px; /*text-transform:capitalize !important;*/ }
h1, h2, h3, h4, h5, p, .buyConf, #main-nav, .col2-left-layout .toolbar .pager, .col2-left-layout .products-list li.item button.button.btn-cart span, .col2-left-layout .products-list .desc, .col2-left-layout .products-list li.item .product-name a, .col2-left-layout .featured .price, .col2-left-layout .products-grid li.item .product-name a, .col2-left-layout .products-grid li.item .price-box .regular-price .price, .col-left.sidebar .block, .col-left.sidebar .block.block-layered-nav .block-subtitle, .col-left.sidebar .block.block-layered-nav dt, .col-left.sidebar .block.block-layered-nav .block-content, .col-left.sidebar .block.block-layered-nav dd, .col-left.sidebar .block-layered-nav .currently li, .col-left.sidebar .block-layered-nav .actions, .col-left.sidebar .block-layered-nav .currently .label .introBlock { font-family: 'Open Sans', 'sans-serif'; font-weight: normal !important; }
p, .buyConf { color: #242424; }
strong { font-weight: 600 !important; }
#main-nav { font-size: 14px; }
#main-nav > li > a { padding: 7px 11px; text-align: center; }
.col-left.sidebar {  } 
.col-left.sidebar .block.block-layered-nav, .col-left.sidebar .block { background: #e6f0f7; padding: 15px; }
.col-left.sidebar .block.block-layered-nav .block-subtitle, .block .block-title strong span, .block-account .block-content li a { font-weight: normal; font-family: 'Open Sans', 'sans-serif'; margin: 0px 0px 10px; color: #242424; font-size: 18px; text-transform:capitalize !important; }
.block .block-title strong { font-weight: normal; }

.block-account .block-content li { margin-bottom: 3px; }
.block-account .block-content li.current { color: #008EAC; font-weight: 600; border-bottom: 0px; }
.block-account .block-content li a { border-bottom: 0px; font-size: 13px; color: #008EAC; margin: 0px; padding: 0px; }
.block-account .block-title, .block-account .block-content { padding: 0px; margin-bottom: 10px; }

.col-left.sidebar .block.block-layered-nav dt { font-size: 16px; color: #d2884f; font-weight: 600; margin-bottom: 10px; }
.col-left.sidebar .block.block-layered-nav dd { margin-bottom: 15px; }
.col-left.sidebar .block.block-layered-nav dd li { margin-bottom: 3px; }
.col-left.sidebar .block-layered-nav .currently .label { display: block; font-size: 16px; color: #d2884f; font-weight: 600; margin-bottom: 6px; }
.col-left.sidebar .block-layered-nav .amshopby-advanced li.active > a, .col-left.sidebar div.block-layered-nav dd a.amshopby-attr-selected { font-weight: 600; }
.col-left.sidebar .block-layered-nav .amshopby-advanced li > a, .col-left.sidebar div.block-layered-nav dd a { color: #008eac; }
.col-left.sidebar .block-layered-nav .actions, .col-left.sidebar .block-layered-nav .currently, .main-container .block.block-cart .block-content { background: #F3F8FB; margin: 0px -15px 0px -15px; padding: 15px 15px 0px 15px; overflow: hidden; }
.col-left.sidebar .block-layered-nav .currently li { margin-bottom: 5px; }
.col-left.sidebar .block-layered-nav .actions { margin-bottom: 15px; padding: 0px 15px 15px 15px; }
.col-left.sidebar .block-layered-nav dd a.amshopby-attr { background: url('http://psg.butterflieshealt.netdna-cdn.com/skin/frontend/psg/default/images/newCat/checkbox.png') no-repeat scroll left center; padding-left: 20px; font-size: 13px; }
.col-left.sidebar .block-layered-nav dd a.amshopby-attr-selected { background: url('http://psg.butterflieshealt.netdna-cdn.com/skin/frontend/psg/default/images/newCat/checkbox-checked.png') no-repeat scroll left center; padding-left: 20px; font-size: 13px; }
.col-left.sidebar .block-layered-nav .btn-remove-inline { background: url('http://psg.butterflieshealt.netdna-cdn.com/skin/frontend/psg/default/images/newCat/checkbox-cross.png') no-repeat scroll left center; }
.col-left.sidebar .block-layered-nav .btn-remove-inline img { width: 14px !important; height: 14px !important; }
.buyConf { padding: 15px; background: #C4F7C8; /*#f3f8fb;*/ }
.buyConf li { margin-bottom: 10px; padding-left: 32px; line-height: 28px; }
.buyConf li.ship { background: url('http://psg.butterflieshealt.netdna-cdn.com/skin/frontend/psg/default/images/newCat/icon-shield.png') no-repeat 0% 50%; }
.buyConf li.del { background: url('http://psg.butterflieshealt.netdna-cdn.com/skin/frontend/psg/default/images/newCat/icon-truck.png') no-repeat 0% 50%; }
.buyConf li.card { padding: 0px; background: url('http://psg.butterflieshealt.netdna-cdn.com/skin/frontend/psg/default/images/newCat/icon-cards.png') no-repeat 0% 11%; line-height: auto; }
.buyConf li.card span { padding-left: 32px; margin-bottom: 4px; display: block; line-height: 28px; }
.introBlock { padding-top: 20px; }
.bx-wrapper { width: 700px; margin: 10px 0; overflow: hidden; }
.introBlock h1 { font-size: 30px; }
.bx-controls { width: auto; margin: 8px 0px 8px; overflow: hidden; text-align: center; }
.bx-controls .bx-pager-item { width: 13px; display: inline-block; margin-right: 5px; }
.bx-controls .bx-pager-item .bx-pager-link { width: 13px; height: 13px; display: inline-block; background: url('http://psg.butterflieshealt.netdna-cdn.com/skin/frontend/psg/default/images/newCat/slider-buton.png') no-repeat; text-indent: -9999px; }
.bx-controls .bx-pager-item .bx-pager-link.active { background: url('http://psg.butterflieshealt.netdna-cdn.com/skin/frontend/psg/default/images/newCat/slider-buton-over.png') no-repeat; }
.col2-left-layout .products-grid, .col2-right-layout .products-grid { width: 100%; border: 0px none; margin-bottom: 0px;  }
.col2-left-layout .products-grid.last { margin-bottom: 20px; }
.col2-left-layout .products-grid li.item { padding: 1%; margin: 0px 2% 0px 0px; width: 32%; border: 1px solid #FFFFFF !important; background: #FFFFFF; }
.col2-left-layout .products-grid.cat-grid li.item { padding: 1%; margin: 0px 1% 0px 0px; }
.col2-left-layout .products-grid li.item.hover { border: 1px solid #E1E9F5 !important; }
.col2-left-layout .products-grid li.item.last { margin: 0px; }
.col2-left-layout .products-grid li.item .product-image, .cms-index-index .products-grid .product-image { -webkit-transition: all 1s ease; -moz-transition: all 1s ease; -o-transition: all 1s ease; -ms-transition: all 1s ease; transition: all 1s ease; border: 0px none; background: none; border: 1px solid #FFFFFF !important; background: #FFFFFF; }

.col2-left-layout .products-grid li.item .actions, .cms-index-index .products-grid .actions { position:relative !important; bottom: auto; }
.col2-left-layout .products-grid li.item .actions .add-to-links, .cms-index-index .products-grid .actions .add-to-links { display: none; }
.col2-left-layout .products-grid li.item .product-name a, .col2-left-layout .products-list li.item .product-name a, .cms-index-index .products-grid .product-name a { font-size: 18px; color: #242424; }
.col2-left-layout .products-grid li.item .price-box, .cms-index-index .products-grid .price-box { margin: 0px; line-height: auto; display: inline; }
.col2-left-layout .products-grid li.item .price-box .regular-price .price  { font-size: 14px; color: #0d9bbd; }
.main-container button.button span span, .col2-left-layout .products-grid li.item button.button.btn-cart span span, .col2-left-layout .products-list li.item button.button.btn-cart span span, .cms-index-index .products-grid li.item button.button.btn-cart span span, .cms-index-index .products-grid li.item.hover button.button.btn-cart span span, button.button:hover span span, .products-grid li.item.hover button.button span span, .block-compare button.button:hover span span, .my-wishlist .buttons-set .btn-add:hover span span, .my-wishlist .buttons-set .btn-share:hover span span, .cart-table .btn-empty:hover span span, .cart-table .btn-continue:hover span span, .cart-table .btn-update:hover span span, .cart .discount button:hover span span, .cart .shipping button:hover span span, .block-poll button.button:hover span span, .multiple-checkout .title-buttons button.button:hover span span, #multiship-addresses-table tfoot button.button:hover span span { background: none; padding: 0px; border: 0px; }
.main-container button.button span, .col2-left-layout .products-grid li.item button.button.btn-cart span, .col2-left-layout .featured .button, .col2-left-layout .products-list li.item button.button.btn-cart span, .cms-index-index .products-grid button.button.btn-cart span, .cms-index-index .products-grid li.item.hover button.button.btn-cart span { box-shadow: none; background: #01aace; border: 1px solid #6e6e6e; min-width: 120px; text-shadow: none; border-radius: 20px; padding: 0 15px; }
button.button:hover span, .products-grid li.item.hover button.button span, .block-compare button.button:hover span, .my-wishlist .buttons-set .btn-add:hover span, .my-wishlist .buttons-set .btn-share:hover span, .cart-table .btn-empty:hover span, .cart-table .btn-continue:hover span, .cart-table .btn-update:hover span, .cart .discount button:hover span, .cart .shipping button:hover span, .block-poll button.button:hover span, .multiple-checkout .title-buttons button.button:hover span, #multiship-addresses-table tfoot button.button:hover span{ box-shadow: none; background: #84C76F; border: 1px solid #609350; text-shadow: none; }
button.button:hover span, .products-grid li.item.hover button.button span, .block-compare button.button:hover span, .my-wishlist .buttons-set .btn-add:hover span, .my-wishlist .buttons-set .btn-share:hover span, .cart-table .btn-empty:hover span, .cart-table .btn-continue:hover span, .cart-table .btn-update:hover span, .cart .discount button:hover span, .cart .shipping button:hover span, .block-poll button.button:hover span, .multiple-checkout .title-buttons button.button:hover span, #multiship-addresses-table tfoot button.button:hover span{ box-shadow: none; background: #84C76F; border: 1px solid #609350; text-shadow: none; }
.col2-left-layout .products-grid li.item.hover { box-shadow: none; }

.col2-left-layout .featured { width: 100%; overflow: hidden; margin-bottom: 10px; }
.col2-left-layout .featured .featuredImg { float: left; width: 40%; }
.col2-left-layout .featured img { width: 100%; }
.col2-left-layout .featured .featuredContent { width: 60%; float: right; }
.col2-left-layout .featured .button { background: #db945e; font-size: 16px; text-align: center; width: 140px; color: #FFFFFF; padding: 8px 0px; display: block; }
.col2-left-layout .featured .price, .col2-left-layout .products-list li.item .price-box .regular-price .price, .cms-index-index .products-grid .regular-price .price { color: #242424; font-size: 26px; margin-bottom: 13px; display: block; }
.col2-left-layout .featured p, .col2-left-layout .products-list .desc, .cms-index-index .products-grid li.item .desc { font-size: 14px; color: #0d9bbd; min-height: 64px; }
.col2-left-layout .featured h2 { font-size: 30px; color: #242424; }
.col2-left-layout .toolbar .pager { background: none; padding-top: 20px 0px 0px 0px; border-bottom: 0px; height: 25px; }
.col2-left-layout .toolbar .pager .amount { margin-right: 10px; display: inline; float: left; line-height: 25px; }
.col2-left-layout .toolbar .pager .limiter { margin-right: 10px; display: inline; float: left; line-height: 25px; }
.col2-left-layout .toolbar .pager .pages { margin-right: 10px; display: inline; float: left; margin: 0px; line-height: 25px; }
.col2-left-layout .toolbar .pager .sort-by { margin-right: 10px; display: inline; float: right; line-height: 25px; }
.col2-left-layout .toolbar .pager .view-mode { display: inline; float: right; overflow: hidden; }
.col2-left-layout .toolbar .pager .view-mode label { float: left; line-height: 25px; }
.col2-left-layout .toolbar .pager .view-mode span, .col2-left-layout .toolbar .pager .view-mode a { background-image: url('http://psg.butterflieshealt.netdna-cdn.com/skin/frontend/psg/default/images/newCat/toolbarButtons.png'); background-repeat: no-repeat; display: block; width: 25px; height: 25px; float: left; margin-left: 5px; }
.col2-left-layout .toolbar .pager .view-mode span.grid { background-position: -28px 0; }
.col2-left-layout .toolbar .pager .view-mode span.list { background-position: -28px -25px; }
.col2-left-layout .toolbar .pager .view-mode a.grid { background-position: -1px 0px; }
.col2-left-layout .toolbar .pager .view-mode a.list { background-position: -1px -25px; }

.catalog-category-view .main { padding-top: 0px; -webkit-box-shadow: -11px 0 25px 0 rgba(224, 224, 224, 0.79); -moz-box-shadow: -11px 0 25px 0 rgba(224, 224, 224, 0.79); box-shadow: -11px 0 25px 0 rgba(224, 224, 224, 0.79); }

.col2-left-layout .products-list li.item .product-name a { font-size: 22px; }
.col2-left-layout .products-list .product-shop { margin-left: 270px; }
.col2-left-layout .products-list .product-image { height: 180px; width: 240px; }
.col2-left-layout .products-list .desc {  }
.col2-left-layout .products-list li.item button.button.btn-cart span {  }
.col2-left-layout .products-list li.item .price-box .regular-price .price { font-weight: normal; font-size: 20px; margin: 0px; }
.col2-left-layout .products-list li.item .price-box { display: block; width: 100%; margin-bottom: 10px; }

.cms-index-index .products-grid li.item { padding-bottom: 10px; border: 0px none !important; } 
.cms-index-index .products-grid li.item.hover { box-shadow: none; border: 0px none !important; }
.cms-index-index .products-grid li.item .product-name { margin-bottom: 4px; min-height: 46px;}
.cms-index-index .products-grid .regular-price .price { font-size: 18px; }

.subscribe-bar:after { box-shadow: none; }

.page-title { margin-top: 15px; }

.new-users, .registered-users { border: 0px solid #ECECEC; border-collapse: separate; border-radius: 2px; border-top: 6px solid #01AACE; -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.15); -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.15); box-shadow: 0 0 8px rgba(0, 0, 0, 0.15); }
.account-login .content h2 { color: #01AACE; font-weight: 600; font-size: 18px; padding: 5px 0px 5px 30px; }
.account-login .new-users h2 { background: url('http://psg.butterflieshealt.netdna-cdn.com/skin/frontend/psg/default/images/icon-register.png') no-repeat 5px 54%; }
.account-login .registered-users h2 { background: url('http://psg.butterflieshealt.netdna-cdn.com/skin/frontend/psg/default/images/icon-login.png') no-repeat 5px 54%; }
.account-login .buttons-set { border-color: #DCDCDC !important; }
.form-list input.input-text { width: 94%; }
.form-list .field { width: 50%; }
.fieldset .legend { background: #DCF9FF; border-color: #01AACE; color: #01AACE; }

.data-table.cart-table, .upsellBottom, .box-account, .addresses-list li.item, .order-info-box, #checkoutSteps .section, .block-progress dt, .block-progress dt.complete { width: 100%; border: 0px solid #ECECEC; border-collapse: separate; border-radius: 2px; border-top: 6px solid #01AACE; -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.15); -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.15); box-shadow: 0 0 8px rgba(0, 0, 0, 0.15); }
.data-table.cart-table th {
    border: 1px solid #ECECEC;
    color: #000000;
    font-weight: bold;
    padding: 10px;
    white-space: nowrap;
	text-align: left;
	background: #F7F7F7;
}
.data-table.cart-table td {
    padding: 10px;
	font-weight: normal;
    text-align: left;
    vertical-align: top;
	border: 1px solid #E9E9E9 !important;
	border-top: 0px solid #E9E9E9 !important;
	background: #FFFFFF !important;
}
.data-table.cart-table tr.even td {
	background: #E9E9E9;
}
.data-table.cart-table tfoot tr.first td {
	background: #F7F7F7 !important;
	-webkit-box-shadow: 0 4px 6px -4px rgba(0, 0, 0, 0.06) inset;
	-moz-box-shadow: 0 4px 6px -4px rgba(0, 0, 0, 0.06) inset;
	box-shadow: 0 4px 6px -4px rgba(0, 0, 0, 0.06) inset;
}
.data-table.cart-table thead tr.first th {
	-webkit-box-shadow: 0 -4px 6px -4px rgba(0, 0, 0, 0.06) inset;
	-moz-box-shadow: 0 -4px 6px -4px rgba(0, 0, 0, 0.06) inset;
	box-shadow: 0 -4px 6px -4px rgba(0, 0, 0, 0.06) inset;
}
.upsellBottom { width: 100%; overflow: hidden; }
.cart .cart-collaterals .totals, #checkoutSteps .section.active  { background: #FFFFFF; border: 0px solid #ECECEC; border-collapse: separate; border-radius: 2px; border-top: 6px solid #E18A45; -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.15); -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.15); box-shadow: 0 0 8px rgba(0, 0, 0, 0.15); }
.col-main .cart .cart-collaterals .crosssell, .cart .cart-collaterals .discount, .cart .cart-collaterals .shipping { background: #FFFFFF; border: 0px solid #ECECEC; -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; }

.cart .cart-collaterals .discount h2, .cart .cart-collaterals .shipping h2, .cart .upsellBottom h2, .dashboard .box-info .box-head h2, .dashboard .box-recent .box-head h2 { color: #242424; font-size: 16px; padding-left: 24px; }
.cart .cart-collaterals .discount h2 { background: url('http://psg.butterflieshealt.netdna-cdn.com/skin/frontend/psg/default/images/icon-discount.png') no-repeat 5px 54%; }
.cart .cart-collaterals .shipping h2 { background: url('http://psg.butterflieshealt.netdna-cdn.com/skin/frontend/psg/default/images/icon-shipping.png') no-repeat 5px 54%; }
.dashboard .box-info .box-head h2 { background: url('http://psg.butterflieshealt.netdna-cdn.com/skin/frontend/psg/default/images/icon-upsell.png') no-repeat 5px 54%; }
.dashboard .box-recent .box-head h2 { background: url('http://psg.butterflieshealt.netdna-cdn.com/skin/frontend/psg/default/images/icon-upsell.png') no-repeat 5px 54%; }
.upsellBottom h2 { background: url('http://psg.butterflieshealt.netdna-cdn.com/skin/frontend/psg/default/images/icon-upsell.png') no-repeat 5px 54%; }

.main-container button.button.btn-proceed-checkout.btn-checkout span { background: #E18A45; border: 1px solid #AB6600; padding: 0 15px; }
.main-container button.button.btn-proceed-checkout.btn-checkout span span, .main-container button:hover.button.btn-proceed-checkout.btn-checkout span span { background: none; padding: 0px; border: 0px; }
.main-container button:hover.button.btn-proceed-checkout.btn-checkout span { background: #CB6A21; border: 1px solid #734501; }
button.button.btn-cart:hover span span, .products-grid li.item.hover button.button.btn-cart span span { background: none; }


#checkoutSteps .section { margin-bottom: 10px; border-bottom: 1px solid #DCDCDC; }
#checkoutSteps .section.allow.active h2 { color: #E18A45; }
#checkoutSteps.opc .active .step-title .number { border-radius: 8px; background: #E18A45; border: 1px solid #AB6600; }
#checkoutSteps.opc .step-title .number { border-radius: 8px; background: #01AACE; border: 1px solid #6E6E6E; color: #FFFFFF; }
#checkoutSteps.opc .allow .step-title { border-color: #DFEDF6; }
#checkoutSteps .section.allow h2 { color: #01AACE; }
#checkoutSteps .section h2 { color: #626262; }
#checkoutSteps .section .button { background: #E18A45; /*border: 1px solid #AB6600;*/ padding-bottom: 0px; border-radius: 20px;  }
#checkoutSteps .section .button span { color: #FFFFFF; text-align: center; }
#checkoutSteps .section dt { color: #E18A45; }
#checkoutSteps #checkout-review-table th { background: #F9F3E3; }
#checkoutSteps #checkout-review-table tr { border: 0px; }
#checkoutSteps #checkout-review-table.data-table { border: 1px solid #DCDCDC; border-top: 0px solid #E18A45; }
#checkoutSteps #checkout-review-table.data-table tfoot tr { background: #F9F3E3 !important; border-top: 1px solid #DCDCDC; }
#checkoutSteps #checkout-review-table.data-table tfoot tr td { background: none; }
.block-progress dt, .block-progress dt.complete { width: auto; font-size: 12px; font-weight: normal; color: #01AACE; }
.block-progress dd, .block-progress dd.complete { border: 0px; border-bottom: 1px solid #01AACE; }

.shipping-form { padding-left: 24px; }
.discount-form { padding-left: 24px; }

#crosssell-products-list { width: 100%; overflow: hidden; }
#crosssell-products-list li { width: 24%; margin-right: 1%; display: inline-block; }
#crosssell-products-list li.last { margin-right: 0%; }
#crosssell-products-list li button.button span { min-width: 86px; }
.add-to-links { display: none; }

.form-list select { width: 100%; padding: 10px; }

.box-account, .addresses-list li.item, .order-info-box { width: 96%; background-image: none; }
.block-account .block-content, .block-account .block-title { background: none; }
.main-container .block.block-cart .block-content { padding-bottom: 15px; }
.block.block-list.block-compare { display: none; }
.addresses-list li.item.empty { -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; }

#my-orders-table { border: 0px; background: none; }
#my-orders-table.data-table thead th { border: 0px; background: none; }
#my-orders-table.data-table tbody th, #my-orders-table .data-table tbody td { border: 0px; background: none; }
#my-orders-table.data-table tbody tr.odd { border: 0px; background: none; }
#my-orders-table.data-table tbody tr.even { border: 0px; background: none; }
#my-orders-table.data-table tbody tr.odd td { border: 0px; background: #E5F6F9; }
#my-orders-table.data-table tbody tr.even td { border: 0px; background: #C1EDF7; }
#my-orders-table.data-table tbody tr td span { padding: 2px; }

.product-view .product-img-box .product-image { background: #FFFFFF; margin: 0px; border-radius: 4px; overflow: hidden; }
.product-view .product-img-box .product-image img { width: 100%; }


.shipping .buttons-set button.button, .discount .buttons-set button.button, #empty_cart_button, button.button.btn-update, .buttons-set button.button span span, #empty_cart_button span span, button.button.btn-update span span { padding: 0px; margin: 0px; text-align: center; border-bottom: 0px solid #ccc; font-weight: normal; }
.shipping .buttons-set button.button span, .discount .buttons-set button.button span, #empty_cart_button span, button.button.btn-update span, #empty_cart_button:hover span, button:hover.button.btn-update span, #empty_cart_button span, button.button.btn-update span { padding: 0px; margin: 0px; background: none; border: 0px none; color: #11b4db; text-align: center; font-weight: 600; border-bottom: 0px solid #ccc; font-weight: normal; }
.shipping .buttons-set button.button, .discount .buttons-set button.button, #empty_cart_button, button.button.btn-update { border-bottom: 2px solid #11b4db; }

#empty_cart_button, #empty_cart_button:hover { margin-right: 20px; }

.heading > div { padding: 10px 15px; }
.latest-products .heading .tabset { position: relative; z-index: 99999; padding: 0px; margin: 0px; border: 0px; }
.latest-products .heading .tabset li a { border-radius: 4px; background: #302E2D; text-shadow: none; color: #FFFFFF; padding: 9px; }
.latest-products .heading .tabset li a:hover, .latest-products .heading .tabset li a.active { background: #DF8943; text-shadow: 1px 1px #302E2D; }
.latest-products .heading div { z-index: 99; }
.latest-products .tab {  }
.latest-products .tab ul li:before { content: ""; }

.latest-products .tab .products-grid .item { width: 24%; }


.col2-left-layout .products-grid li.item .price-box, .products-grid .price-box { min-height: 50px; width: 100%; overflow: hidden; display: block; vertical-align: top; }
.col2-left-layout .products-grid li.item .price-box .old-price .price-label, .products-grid .price-box .old-price .price-label, .price-holder .price-box .special-price .price-label, .aw-arp-item .price-box .special-price .price-label { display: none; }
.col2-left-layout .products-grid li.item .price-box .special-price .price-label, .products-grid .price-box .special-price .price-label, .price-holder .price-box .old-price .price-label, .aw-arp-item .price-box .old-price .price-label { display: none; }
.col2-left-layout .products-grid li.item .price-box .old-price .price, .products-grid .price-box .old-price .price, .col2-left-layout .products-grid li.item .price-box .old-price .price1, .products-grid .price-box .old-price .price1, .price-holder .price-box .old-price .price1, .aw-arp-item .price-box .old-price .price1 { font-size: 13px; color: #242424; vertical-align: top; text-decoration: line-through; }
.col2-left-layout .products-grid li.item .price-box .special-price .price, .products-grid .price-box .special-price .price, .products-grid .price-box .special-price .price1, .col2-left-layout .products-grid li.item .price-box .special-price .price1, .price-holder .price-box .special-price .price1, .aw-arp-item .price-box .special-price .price1 { font-size: 18px; margin-right: 5px; vertical-align: top; color: #cd7f44; font-weight: 800;  }
.col2-left-layout .products-grid li.item .price-box .old-price, .products-grid .price-box .old-price, .col2-left-layout .products-grid li.item .price-box .special-price, .products-grid .price-box .special-price, .price-holder .price-box .special-price, .aw-arp-item .price-box .special-price { margin: 0px; padding: 0px; float: left; padding-top: 5px; vertical-align: top; }

/*.carousel { margin-left: -100%; }
.carousel .mask .slide { wisdth: 100%; } */

  

.cms-index-index.cms-home .main { margin-top: 0px; padding-top: 0px; }
.amshopby-tooltip-img { margin: 3px 0px 0px 5px; }
.amshopby-tooltip { color: #0fa6d5; border-color: #0fa6d5; background: #dbedf2; padding: 10px; }
.amshopby-tooltip strong { display: block; font-size: 16px; }

.box-collateral.box-up-sell { display: block; }
.product-info { width: 100%; }

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden; 
}
 
.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute; 
    top: 0;
    left: 0; 
    width: 100%;
    height: 100%;
}

.aw-arp-block, #block-related-shoppingcart { margin-top: 15px;border: 0px; }
.aw-arp-block .block-title  { background: none repeat scroll 0 0 #11B4DB; color: #FFFFFF; font-size: 14px; padding: 10px; border-radius: 3px 3px 0px 0px; }
.aw-arp-block .block-title strong span { color: #FFFFFF; }
.block-related-shoppingcart { box-shadow: 0 0 8px rgba(0, 0, 0, 0.15); }
.aw-arp-block ul li.aw-arp-item, .block-related-shoppingcart .aw-arp-block-content li.aw-arp-item  { width: 14.3%; margin: 0px 1% 0px 1%; margin-bottom: 10px; }
.block-related-shoppingcart .aw-arp-block-content li.aw-arp-item { width: 17.3%; }
div.block-related-product .aw-arp-block-content, .block-related-shoppingcart .aw-arp-block-content { padding: 0px !important; margin: 0px; border: 0px !important; background: #FFFFFF; padding-top: 10px !important; border-radius: 0px 0px 3px 3px; }
.block-related-shoppingcart .aw-arp-block-content { background: #f7f7f7; }
.aw-arp-block ul li.aw-arp-item .pName, .block-related-shoppingcart .aw-arp-item span.name {  display: block; min-height: 37px; color: #11b4db; }
.aw-arp-block ul li.aw-arp-item .price, .block-related-shoppingcart .aw-arp-item .price-box { font-size: 13px; }
.block-related-shoppingcart .aw-arp-item .price-box .old-price { margin-bottom: 6px; }
.block-related-shoppingcart .aw-arp-item .price-box .old-price .price-label { display: none; }
.block-related-shoppingcart .aw-arp-item .price-box .old-price .price1 { text-decoration: line-through; font-size: 14px; }
.block-related-shoppingcart .aw-arp-item .price-box .special-price { padding: 0px; }
.block-related-shoppingcart .aw-arp-item .price-box .special-price .price-label { display: none; }
.block-related-shoppingcart .aw-arp-item .price-box .special-price .price1 { font-size: 18px; color: #e18a45; }

.aw-arp-block ul li.aw-arp-item .link-cart, .cart .block-related-shoppingcart .item .button.btn-cart span span { display: inline-block; color: #FFFFFF !important; background: #84C76F; padding: 0px 18px; border: 1px solid #6E6E6E; border-radius: 20px; height: 26px; line-height: 26px; }
.cart .block-related-shoppingcart .item  .price-box .price { font-size: 14px; }
.cart .crosssell .product-image { float: none; border: 0px;  }
.cart .crosssell .product-details { margin-left: 0px; }
.cart #crosssell-products-list li.item { text-align: center; }
.cart .block-related-shoppingcart .item .button.btn-cart span span {  background: none repeat scroll 0 0 #84c76f;
    border: 1px solid #6e6e6e;
    border-radius: 20px;
    color: #fff !important;
    display: inline-block;
    height: 26px;
    line-height: 26px;
    padding: 0 18px; 
} 
.cart .block-related-shoppingcart h2 { margin-bottom: 20px; }
.cart .block-related-shoppingcart .item .button.btn-cart span { background: none; padding: 0px; margin: 0px; border: 0px;  }


.mainUpsell { min-height: 180px; display: block; }
.mainUpsell img { width: 100%; }

.block-reorder { display: none; }

.customer-account-index .block.block-layered-nav { display: none; }

.descRight { float: right; margin: 0px 0px 15px 15px; width: 35%; }
.addthis_toolbox { margin-bottom: 10px; float: right; }
.addthis_horizontal_follow_toolbox p { display: none !important; margin: 0px !important; padding: 0px !important; }
.product-view .product-img-box .more-views li a { border-color: #cccccc; }
.product-view .product-img-box .more-views li a.active { border-color: #11B4DB; }


.latest-products .tab .item .desc.std { min-height: 95px; }
.sidebar .feefo_logo img { width: 100%; margin-top: 10px;}

#newsletter-validate-detail .thankyou { line-height: 80px; }

#country-select form {
	width: 180px;
	padding: 0;
	}

#country-select select,
#country-select input {
	display: inline;
	padding: 0;
	margin: 0;
	}
	
	
.flag {
	width: 25px;
	height: 15px;
	background:url(http://psg.butterflieshealt.netdna-cdn.com/skin/frontend/psg/default/css/flags.png) no-repeat transparent;
}
.flag.flag-ad {background-position: -25px 0}
.flag.flag-ae {background-position: -50px 0}
.flag.flag-af {background-position: -75px 0}
.flag.flag-ag {background-position: -100px 0}
.flag.flag-ai {background-position: -125px 0}
.flag.flag-al {background-position: -150px 0}
.flag.flag-am {background-position: -175px 0}
.flag.flag-an {background-position: -200px 0}
.flag.flag-ao {background-position: -225px 0}
.flag.flag-ar {background-position: -250px 0}
.flag.flag-as {background-position: -275px 0}
.flag.flag-at {background-position: -300px 0}
.flag.flag-en_au {background-position: -325px 0}
.flag.flag-aw {background-position: -350px 0}
.flag.flag-az {background-position: -375px 0}
.flag.flag-ba {background-position: 0 -15px}
.flag.flag-bb {background-position: -25px -15px}
.flag.flag-bd {background-position: -50px -15px}
.flag.flag-be {background-position: -75px -15px}
.flag.flag-bf {background-position: -100px -15px}
.flag.flag-bg {background-position: -125px -15px}
.flag.flag-bh {background-position: -150px -15px}
.flag.flag-bi {background-position: -175px -15px}
.flag.flag-bj {background-position: -200px -15px}
.flag.flag-bm {background-position: -225px -15px}
.flag.flag-bn {background-position: -250px -15px}
.flag.flag-bo {background-position: -275px -15px}
.flag.flag-br {background-position: -300px -15px}
.flag.flag-bs {background-position: -325px -15px}
.flag.flag-bt {background-position: -350px -15px}
.flag.flag-bv {background-position: -375px -15px}
.flag.flag-bw {background-position: 0 -30px}
.flag.flag-by {background-position: -25px -30px}
.flag.flag-bz {background-position: -50px -30px}
.flag.flag-en_ca {background-position: -75px -30px}
.flag.flag-cd {background-position: -100px -30px}
.flag.flag-cf {background-position: -125px -30px}
.flag.flag-cg {background-position: -150px -30px}
.flag.flag-ch {background-position: -175px -30px}
.flag.flag-ci {background-position: -200px -30px}
.flag.flag-ck {background-position: -225px -30px}
.flag.flag-cl {background-position: -250px -30px}
.flag.flag-cm {background-position: -275px -30px}
.flag.flag-cn {background-position: -300px -30px}
.flag.flag-co {background-position: -325px -30px}
.flag.flag-cr {background-position: -350px -30px}
.flag.flag-cu {background-position: -375px -30px}
.flag.flag-cv {background-position: 0 -45px}
.flag.flag-cy {background-position: -25px -45px}
.flag.flag-cz {background-position: -50px -45px}
.flag.flag-de_de {background-position: -75px -45px}
.flag.flag-dj {background-position: -100px -45px}
.flag.flag-dk {background-position: -125px -45px}
.flag.flag-dm {background-position: -150px -45px}
.flag.flag-do {background-position: -175px -45px}
.flag.flag-dz {background-position: -200px -45px}
.flag.flag-ec {background-position: -225px -45px}
.flag.flag-ee {background-position: -250px -45px}
.flag.flag-eg {background-position: -275px -45px}
.flag.flag-eh {background-position: -300px -45px}
.flag.flag-er {background-position: -325px -45px}
.flag.flag-es {background-position: -350px -45px}
.flag.flag-et {background-position: -375px -45px}
.flag.flag-en {background-position: 0 -60px}
.flag.flag-fi {background-position: -25px -60px}
.flag.flag-fj {background-position: -50px -60px}
.flag.flag-fk {background-position: -75px -60px}
.flag.flag-fm {background-position: -100px -60px}
.flag.flag-fo {background-position: -125px -60px}
.flag.flag-fr_fr {background-position: -150px -60px}
.flag.flag-ga {background-position: -175px -60px}
.flag.flag-en_gb {background-position: -200px -60px}
.flag.flag-gd {background-position: -225px -60px}
.flag.flag-ge {background-position: -250px -60px}
.flag.flag-gf {background-position: -275px -60px}
.flag.flag-gg {background-position: -300px -60px}
.flag.flag-gh {background-position: -325px -60px}
.flag.flag-gi {background-position: -350px -60px}
.flag.flag-gl {background-position: -375px -60px}
.flag.flag-gm {background-position: 0 -75px}
.flag.flag-gn {background-position: -25px -75px}
.flag.flag-gp {background-position: -50px -75px}
.flag.flag-gq {background-position: -75px -75px}
.flag.flag-gr {background-position: -100px -75px}
.flag.flag-gs {background-position: -125px -75px}
.flag.flag-gt {background-position: -150px -75px}
.flag.flag-gu {background-position: -175px -75px}
.flag.flag-gw {background-position: -200px -75px}
.flag.flag-gy {background-position: -225px -75px}
.flag.flag-hk {background-position: -250px -75px}
.flag.flag-hm {background-position: -275px -75px}
.flag.flag-hn {background-position: -300px -75px}
.flag.flag-hr {background-position: -325px -75px}
.flag.flag-ht {background-position: -350px -75px}
.flag.flag-hu {background-position: -375px -75px}
.flag.flag-id {background-position: 0 -90px}
.flag.flag-en_ie {background-position: -25px -90px}
.flag.flag-il {background-position: -50px -90px}
.flag.flag-in {background-position: -75px -90px}
.flag.flag-io {background-position: -100px -90px}
.flag.flag-iq {background-position: -125px -90px}
.flag.flag-ir {background-position: -150px -90px}
.flag.flag-is {background-position: -175px -90px}
.flag.flag-it {background-position: -200px -90px}
.flag.flag-je {background-position: -225px -90px}
.flag.flag-jm {background-position: -250px -90px}
.flag.flag-jo {background-position: -275px -90px}
.flag.flag-jp {background-position: -300px -90px}
.flag.flag-ke {background-position: -325px -90px}
.flag.flag-kg {background-position: -350px -90px}
.flag.flag-kh {background-position: -375px -90px}
.flag.flag-ki {background-position: 0 -105px}
.flag.flag-km {background-position: -25px -105px}
.flag.flag-kn {background-position: -50px -105px}
.flag.flag-kp {background-position: -75px -105px}
.flag.flag-kr {background-position: -100px -105px}
.flag.flag-kw {background-position: -125px -105px}
.flag.flag-ky {background-position: -150px -105px}
.flag.flag-kz {background-position: -175px -105px}
.flag.flag-la {background-position: -200px -105px}
.flag.flag-lb {background-position: -225px -105px}
.flag.flag-lc {background-position: -250px -105px}
.flag.flag-li {background-position: -275px -105px}
.flag.flag-lk {background-position: -300px -105px}
.flag.flag-lr {background-position: -325px -105px}
.flag.flag-ls {background-position: -350px -105px}
.flag.flag-lt {background-position: -375px -105px}
.flag.flag-lu {background-position: 0 -120px}
.flag.flag-lv {background-position: -25px -120px}
.flag.flag-ly {background-position: -50px -120px}
.flag.flag-ma {background-position: -75px -120px}
.flag.flag-mc {background-position: -100px -120px}
.flag.flag-md {background-position: -125px -120px}
.flag.flag-me {background-position: -150px -120px}
.flag.flag-mg {background-position: -175px -120px}
.flag.flag-mh {background-position: -200px -120px}
.flag.flag-mk {background-position: -225px -120px}
.flag.flag-ml {background-position: -250px -120px}
.flag.flag-mm {background-position: -275px -120px}
.flag.flag-mn {background-position: -300px -120px}
.flag.flag-mo {background-position: -325px -120px}
.flag.flag-mp {background-position: -350px -120px}
.flag.flag-mq {background-position: -375px -120px}
.flag.flag-mr {background-position: 0 -135px}
.flag.flag-ms {background-position: -25px -135px}
.flag.flag-mt {background-position: -50px -135px}
.flag.flag-mu {background-position: -75px -135px}
.flag.flag-mv {background-position: -100px -135px}
.flag.flag-mw {background-position: -125px -135px}
.flag.flag-mx {background-position: -150px -135px}
.flag.flag-my {background-position: -175px -135px}
.flag.flag-mz {background-position: -200px -135px}
.flag.flag-na {background-position: -225px -135px}
.flag.flag-nc {background-position: -250px -135px}
.flag.flag-ne {background-position: -275px -135px}
.flag.flag-nf {background-position: -300px -135px}
.flag.flag-ng {background-position: -325px -135px}
.flag.flag-ni {background-position: -350px -135px}
.flag.flag-nl {background-position: -375px -135px}
.flag.flag-no {background-position: 0 -150px}
.flag.flag-np {background-position: -25px -150px}
.flag.flag-nr {background-position: -50px -150px}
.flag.flag-nu {background-position: -75px -150px}
.flag.flag-en_nz {background-position: -100px -150px}
.flag.flag-om {background-position: -125px -150px}
.flag.flag-pa {background-position: -150px -150px}
.flag.flag-pe {background-position: -175px -150px}
.flag.flag-pf {background-position: -200px -150px}
.flag.flag-pg {background-position: -225px -150px}
.flag.flag-ph {background-position: -250px -150px}
.flag.flag-pk {background-position: -275px -150px}
.flag.flag-pl {background-position: -300px -150px}
.flag.flag-pm {background-position: -325px -150px}
.flag.flag-pn {background-position: -350px -150px}
.flag.flag-pr {background-position: -375px -150px}
.flag.flag-ps {background-position: 0 -165px}
.flag.flag-pt {background-position: -25px -165px}
.flag.flag-pw {background-position: -50px -165px}
.flag.flag-py {background-position: -75px -165px}
.flag.flag-qa {background-position: -100px -165px}
.flag.flag-re {background-position: -125px -165px}
.flag.flag-ro {background-position: -150px -165px}
.flag.flag-rs {background-position: -175px -165px}
.flag.flag-ru {background-position: -200px -165px}
.flag.flag-rw {background-position: -225px -165px}
.flag.flag-sa {background-position: -250px -165px}
.flag.flag-sb {background-position: -275px -165px}
.flag.flag-sc {background-position: -300px -165px}
.flag.flag-sd {background-position: -325px -165px}
.flag.flag-se {background-position: -350px -165px}
.flag.flag-sg {background-position: -375px -165px}
.flag.flag-sh {background-position: 0 -180px}
.flag.flag-si {background-position: -25px -180px}
.flag.flag-sk {background-position: -50px -180px}
.flag.flag-sl {background-position: -75px -180px}
.flag.flag-sm {background-position: -100px -180px}
.flag.flag-sn {background-position: -125px -180px}
.flag.flag-so {background-position: -150px -180px}
.flag.flag-sr {background-position: -175px -180px}
.flag.flag-st {background-position: -200px -180px}
.flag.flag-sv {background-position: -225px -180px}
.flag.flag-sy {background-position: -250px -180px}
.flag.flag-sz {background-position: -275px -180px}
.flag.flag-tc {background-position: -300px -180px}
.flag.flag-td {background-position: -325px -180px}
.flag.flag-tf {background-position: -350px -180px}
.flag.flag-tg {background-position: -375px -180px}
.flag.flag-th {background-position: 0 -195px}
.flag.flag-tj {background-position: -25px -195px}
.flag.flag-tk {background-position: -50px -195px}
.flag.flag-tl {background-position: -75px -195px}
.flag.flag-tm {background-position: -100px -195px}
.flag.flag-tn {background-position: -125px -195px}
.flag.flag-to {background-position: -150px -195px}
.flag.flag-tr {background-position: -175px -195px}
.flag.flag-tt {background-position: -200px -195px}
.flag.flag-tv {background-position: -225px -195px}
.flag.flag-tw {background-position: -250px -195px}
.flag.flag-tz {background-position: -275px -195px}
.flag.flag-ua {background-position: -300px -195px}
.flag.flag-ug {background-position: -325px -195px}
.flag.flag-um {background-position: -350px -195px}
.flag.flag-en_us {background-position: -375px -195px}
.flag.flag-uy {background-position: 0 -210px}
.flag.flag-uz {background-position: -25px -210px}
.flag.flag-va {background-position: -50px -210px}
.flag.flag-vc {background-position: -75px -210px}
.flag.flag-ve {background-position: -100px -210px}
.flag.flag-vg {background-position: -125px -210px}
.flag.flag-vi {background-position: -150px -210px}
.flag.flag-vn {background-position: -175px -210px}
.flag.flag-vu {background-position: -200px -210px}
.flag.flag-wf {background-position: -225px -210px}
.flag.flag-ws {background-position: -250px -210px}
.flag.flag-ye {background-position: -275px -210px}
.flag.flag-yt {background-position: -300px -210px}
.flag.flag-en_za {background-position: -325px -210px}
.flag.flag-zm {background-position: -350px -210px}
.flag.flag-zw {background-position: -375px -210px}

.blog.blog-summary .post { width: 100%; overflow: hidden; margin-bottom: 10px; box-shadow: 0 0 8px rgba(0, 0, 0, 0.15); } 
.blog.blog-summary .post { width: auto; background: #FFFFFF; border: 1px solid #CCCCCC; border-radius: 4px; }
.blog.blog-summary .post .post-metadata, .blog.blog-summary .post .post-summary { padding: 15px;  }
.blog.blog-summary .post .post-metadata .post-time, .blog.blog-summary .post .post-metadata .post-author { width: auto; display: inline-block; }
.blog.blog-summary .post .post-info { width: 100%; overflow: hidden; padding: 15px; }
.blog.blog-summary .post .post-title { background: #01aace; padding: 15px; }
.blog.blog-summary .post .post-title h2 a { color: #FFFFFF; }
.block.block-blog { background: none repeat scroll 0 0 #e6f0f7; padding: 15px; }
.blog.blog-summary .post .read-more a {   background: none repeat scroll 0 0 #01aace;
    border: 1px solid #6e6e6e;
    border-radius: 20px;
    box-shadow: none;
    min-width: 120px;
    padding: 8px 15px;
    text-shadow: none;
font-size: 14px;
    font-weight: normal;
    height: 32px;
    line-height: 32px;
	color: #FFFFFF;
	
	}
.col-right.sidebar .block .block-content { background: none; margin: 0px; padding: 0px; }
.col-right.sidebar .block .block-content li { background: rgba(255, 255, 255, 0.37); margin: 0px 0px 5px 0px; padding: 8px; }
.col-right.sidebar .block .block-content li a { color: #008eac; }
.col-right.sidebar { background: none repeat scroll 0 0 #e6f0f7; padding: 20px 15px 15px 15px; margin-top: -20px; }
.col-right.sidebar .block { padding: 0px; border: 0px; background: none;  }
.col-right.sidebar .block .block-title { padding: 0px; background: none; border: 0px; }
.col-right.sidebar .block .block-title strong, .col-right.sidebar .block .block-title strong span {
  color: #d2884f;
    font-size: 16px;
    font-family: "Open Sans","sans-serif";
    font-weight: normal !important;
    margin: 0px 0px 10px 0px;
	padding: 0px; 
	text-transform: capitalize !important;
	background: none;
}
.header-grey { margin:0 -9999px; padding:0 9999px; position: relative; background: #f1f1f1; background: -moz-linear-gradient(top, #f1f1f1 0%, #e2e2e2 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f1f1f1), color-stop(100%,#e2e2e2)); background: -webkit-linear-gradient(top, #f1f1f1 0%,#e2e2e2 100%); background: -o-linear-gradient(top, #f1f1f1 0%,#e2e2e2 100%); background: -ms-linear-gradient(top, #f1f1f1 0%,#e2e2e2 100%); background: linear-gradient(to bottom, #f1f1f1 0%,#e2e2e2 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1f1f1', endColorstr='#e2e2e2',GradientType=0 ); height: 40px; line-height: 40px; z-index: 10000; -webkit-box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.53); -moz-box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.53); box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.53); }
.header-top { z-index: 6; }

.siteLinks { float: right; margin-right: 15px; }
.siteLinks a, .accountLinks .user-menu a, .accountLinks .user-menu li { color: #343434; font-size: 13px; }
.siteLinks .links li:before{ content:'|';	margin:0 4px 0 0; }
.siteLinks .links li:first-child:before{ display:none; }
.accountLinks { float: right; margin-right: 15px; }
.accountLinks .user-menu { line-height: 20px; margin: 4px 0px 0px 0px; padding: 6px 10px; border-radius: 4px; background: #dbdbdb; -webkit-box-shadow: 0 2px 3px 0 rgba(50, 50, 50, 0.37) inset; -moz-box-shadow: 0 2px 3px 0 rgba(50, 50, 50, 0.37) inset; box-shadow: 0 2px 3px 0 rgba(50, 50, 50, 0.37) inset; }
.accountLinks .user-menu li { line-height: 20px; }
.accountLinks .user-menu li a { line-height: 20px; }
.storeLinks { float: right; margin-right: 10px; }
.socialLinks { float: right; padding-top: 4px; }
.dd { width: 75px !important; padding: 0px 5px 0px 15px; background: #dbdbdb; border: 0px; border-radius: 0px; }
.dd .ddTitle { border: 0px; background: #dbdbdb; width: 100%; }
.dd .ddTitle .ddTitleText { padding: 0px; margin: 0px; }
.dd .divider { border: 0px; background: none; }
.searchautocomplete { margin: 5px 0px 0px 0px; float: none; padding: 0px; width: 100%; }
.searchautocomplete .nav { width: 226px; }
.searchautocomplete .nav-submit-button {  }
.logoContainer { width: 330px; float: left; }
.logoContainer .logo { margin: 0 0 0 -50px; }
.searchContainer { width: 293px; float: left; padding-top: 14px; }
.contactContainer { width: 264px; float: right; font-size: 22px; color: #1d4a53; font-weight: 200 !important; padding-top: 24px; position: relative; height: 119px; text-align: right; }
.contactContainer a { color: #ffffff; font-size: 22px; }
.contactContainer .phone a { line-height: 28px; } 
.contactContainer .intDel { font-size: 13px; }
.contactContainer a.email { font-size: 14px; }
.searchautocomplete  { margin-bottom: 13px; }
.contactContainer .block.block-cart {  position: absolute; margin: 0px; border: 0px; bottom: 0px; right: 0px; width: auto; background: #33819b; border-radius: 4px 4px 0px 0px; }
.contactContainer .block .block-content { background: none; border: 0px; text-align: right; }
.contactContainer .block .block-content p { padding: 0px; }
.contactContainer .block .block-content a { font-size: 15px; font-weight: 200 !important; display: block; padding: 12px 20px 12px 50px; background: url('http://psg.butterflieshealt.netdna-cdn.com/skin/frontend/psg/default/images/whiteCart.png') no-repeat 20px 50%; }
#main-nav li a:hover { background-color: #d79968; text-decoration: none; }
#header .nav-holder { position: relative; z-index: 7; -webkit-box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.5); -moz-box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.5); box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.5); }
.ms-partialview-template {
	background: none repeat scroll 0 0 #d6e8f3;
    margin: 0 -9999px;
	padding: 0 9999px 15px;
}
.topMenuOpen { padding: 0px 5px 0px 15px; background: #dbdbdb; display: none; color: #343434; }
.topMenuOpen:hover, .topMenuOpen.open { color: #ea8b40; }
.topMenuOpen .ddArrow { background: url("/skin/frontend/prescriptionswimminggoggles/default/images/dd_arrow.gif") no-repeat scroll 0 0 rgba(0, 0, 0, 0); display: inline-block; height: 16px; margin-top: -8px; width: 16px; }


.ms-partialview-template p { font-size: 18px; color: #ffffff; font-weight: 200 !important; max-width: 485px; margin: 0px 0px 25px 0px; line-height: 26px; }	
.ms-partialview-template h2 { font-size: 39px; color: #ffffff; font-weight: 200 !important; max-width: 485px; margin: 0px; }
.ms-partialview-template h3 { font-size: 43px; color: #ea8b40; font-weight: 200 !important; max-width: 485px; margin: 0px; }	
.ms-partialview-template .btn { background: #f2f2f2; color: #1d4a53; border: 1px solid #1d4a53; border-radius: 20px; padding: 8px 14px; font-size: 18px; }
.ms-partialview-template .price { color: #1d4a53; font-size: 36px; font-weight: 200 !important; margin-right: 15px; display: inline-block; line-height: 34px; vertical-align: sub; }
#atstbx { height: 33px; }
.range-box { box-shadow: 0px 0px 0px 0px; border: 0px; padding: 0px; height: 278px; }
.range-box .title { position: absolute; left: 5%; top: 62%; width: 90%; text-align: center; color: #FFFFFF; font-size: 14px; }
.range-box .title a { color: #FFFFFF; }

.range-box span.button{
	position:absolute;
	left:50%;
	bottom:10px;
	margin:0 0 0 -80px;
	width:160px;
	padding: 10px;
	border: 1px solid #000; 
	text-align: center;
	border-radius: 20px;
}
.range-box span.button { width: 168px; margin: 0px 0px 0px -95px; font-size: 14px; }
.range-box span.button { color: #26515a; background: #FFFFFF; border-color: #26515a; }
.subscribe-bar .holder { border: 0px; }


#footer .footerInner { background: #eeeeee; margin: 0 -9999px; padding: 0 9999px; -webkit-box-shadow: 0px 6px 8px -3px rgba(0, 0, 0, 0.5) inset; -moz-box-shadow: 0px 6px 8px -3px rgba(0, 0, 0, 0.5) inset; box-shadow: 0px 6px 8px -3px rgba(0, 0, 0, 0.5) inset; }
#footer .widgets.columns-holder { margin: 0px; border-radius: 6px;  }
#footer .widgets .widget { background: none;  padding: 10px; }
#footer .widgets .widget.footer-review { padding: 10px; }
#footer { background: #ececec; }
.searchContainer .feefo_logo { padding: 0px; }
#footer .widgets .column-3.review { width: 40%; }
#footer .widgets .column-3 { width: 29%; }
#footer .widgets .widget h2 { font-size: 24px; color: #343434; font-weight: 200 !important; margin-bottom: 15px; }
#footer .widgets .widget h3 { font-size: 17px; color: #e9a774; font-weight: 400; }
#footer .follow-box { margin: 0px; padding: 0px; box-shadow: 0px 0px 0px 0px; border: 0px; text-align: left !important; }
#footer .footer-bottom { background: #0faccc; color: #FFFFFF; }
#footer .footer-bottom p, #footer .footer-bottom p a { color: #FFFFFF; }
#footer .footPhone { font-size: 24px; color: #0faccc; }
#footer .footPhoneExtra { display: block; font-size: 12px; margin-bottom: 10px; }
#footer address { margin-top: 10px;  }
#footer .footer-sitelinks { margin: 0px; padding: 0px; }
#footer .footer-sitelinks li { background: url('http://psg.butterflieshealt.netdna-cdn.com/skin/frontend/psg/default/images/chev.jpg') no-repeat 0px 50%; margin: 0px; padding: 5px 0px 5px 20px; }
#footer .footer-sitelinks li a { color: #211d1e; font-size: 14px; }
#footer .footer-sitelinks li a:hover { color: #0faccc; }
#footer .awardWrap { background: #FFFFFF; margin: 0 -9999px; padding: 0 9999px; -webkit-box-shadow: 0px 6px 8px -3px rgba(0, 0, 0, 0.5) inset; -moz-box-shadow: 0px 6px 8px -3px rgba(0, 0, 0, 0.5) inset; box-shadow: 0px 6px 8px -3px rgba(0, 0, 0, 0.5) inset; }
#footer .awardWrap .awardInner { display: table; padding: 30px 0px; width: 100%; }
#footer .awardWrap .awardInner .col3 { display: table-cell; height: 100%; text-align: center; vertical-align: middle; width: 33%; }


.product-options dd select { padding: 6px; border-radius: 4px; } 
.form-list select { width: 96%; }
.form-list input.input-text { width: 89%; }
.col2-right-layout .col-main { width: 72%; }
.product-options p.required { top: 8px; }
.buyConf li.card span { margin-bottom: 10px; }
.footer-review ul { margin: 0px; padding: 0px; }
.footer-review ul li { display: inline-block; width: auto; margin: 0px; padding: 0px; line-height: auto; }
#footer .footer-review ul li span.widget  { padding: 0px; margin: 0px 10px 0px 0px; }

.boughtBox { width: 60%; margin: 0px auto 20px auto; overflow: hidden; border: 1px solid #11b4db; text-align: center; }
.boughtImg { width: 20%; float: left; text-align: center; }
.boughtImg img { width: 100%; }
.boughtFB { width: 40%; float: left; text-align: center; padding-top: 41px; }
.boughtTwit { width: 40%; float: left; text-align: center; padding-top: 41px; }
.boughtName { padding: 7px 0px; background: #11b4db; }
.boughtName h3 { color: #FFFFFF; font-weight: 600 !important; font-size: 15px; margin: 0px;  }
.boughtFB #sharer {  color: #333;
    cursor: pointer;
    font-weight: bold;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5); 
	background-color: #eee;
    background-image: linear-gradient(#fff, #dedede);
    border: 1px solid #ccc;
    border-radius: 3px;
    color: #333;
    cursor: pointer;
    font-weight: bold;
    height: 18px;
    max-width: 98%;
    overflow: hidden;
    position: relative;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	height: 28px;
	padding-left: 5px;
	padding-right: 5px;
	}
.boughtFB #sharer span { display: inline-block; width: 15px; height: 15px; background: #000; }

.rating_bar {
    /*this class creats 5 stars bar with empty stars */
    /*each star is 16 px, it means 5 stars will make 80px together */
	display: block;
    width: 80px;
    /*height of empty star*/
    height: 16px;
    /*background image with stars */
    background: url(http://psg.butterflieshealt.netdna-cdn.com/skin/frontend/psg/default/images/stars.png);
    /*which will be repeated horizontally */
    background-repeat: repeat-x;
    /* as we are using sprite image, we need to position it to use right star, 
    //0 0 is for empty */
    background-position: 0 0;
    /* align inner div to the left */
    text-align: left;
}
.rating-stars {
    /* height of full star is the same, we won't specify width here */
	display: block;
    height: 16px;
    /* background image with stars */
    background: url('http://psg.butterflieshealt.netdna-cdn.com/skin/frontend/psg/default/images/stars.png');
    /* now we will position background image to use 16px from top, 
    /* which means use full stars */ 
    background-position: 0 -16px;
    /* and repeat them horizontally */
    background-repeat: repeat-x;
}

.rating-wrapper { background: #FFFFFF; padding: 15px; border: 1px solid #ccc; display: block; }

.review_wrap { width: 100%; margin-bottom: 10px; border-bottom: 1px solid #11b4db; overflow: hidden; }
.review_head { padding: 5px 10px 10px 10px; background: #E4E4E4; height: 23px; overflow: hidden; }
.review_date { float: right; font-size: 14px; font-weight: 400 !important; color: #11b4db; margin-top: 5px; }
.review_comment { font-size: 13px; padding: 16px; }
.review_wrap .rating_bar { margin-left: 15px; }
.category-title h1 { font-size: 30px; color: #11b4db; float: left; }
#moreButton { float: right; padding: 10px; background: #11b4db; border: 1px solid #11b4db; color: #FFFFFF; font-size: 13px; }
.product_rating { float: left; background: #FFFFFF; border-radius: 4px; margin-left: 15px; padding: 10px 10px 10px 0px; }
.product_rating img { float: left; margin-left: 10px; }
.vendor_comment { width: 80%; float: right; background: #B9DCE4; margin-top: 30px; padding: 10px; margin-bottom: 15px; border-radius: 4px; }
.vendor_comment .title { margin-top: -20px; background: #B9DCE4; border-radius: 4px; font-size: 16px; width: 130px; display: block; color: #11b4db; padding: 10px; text-align: center; }

.upsellWrap { width: 100%; overflow: hidden; margin: 15px 0px; }
.upsellWrap .upsellOne, .upsellWrap .upsellTwo { width: 49%; float: left; display: block; }
.upsellWrap .upsellTwo { float: right; }
.upsellWrap img { width: 100%; }

#feefologo.feefologoright { position: relative !important; right: auto; bottom: auto; margin-bottom: 10px; float: none; z-index: 10 !important; } 
.footer-review .footer-sitelinks { width: 100%; overflow: hidden; background: #FFFFFF; border-radius: 4px; border: 1px solid #ccc; padding: 5px; }
.footer-review .footer-sitelinks li { float: left; width: 50%; }
.footer-review .footer-sitelinks li a { display: block; float: left; width: 100%; padding: 5px; margin-bottom: 3px; border-radius: 4px; font-size: 13px; }
.footer-review .footer-sitelinks li a:hover { background: #dfdfdf; }

#feefopage .heading:after { box-shadow: none; }
.ratingWrap { width: 100%; overflow: hidden; }
.ratingWrap .count { float: left; }
.ratingWrap .rating_bar { float: left; margin: 2px 6px 0 0; }

.accordion, .accordion * {
    -webkit-box-sizing:border-box; 
    -moz-box-sizing:border-box; 
    box-sizing:border-box;
}
 
.accordion {
    overflow:hidden;
    box-shadow:0px 1px 3px rgba(0,0,0,0.25);
    border-radius:3px;
    background:#f7f7f7;
}

.accordion-section-title {
    width:100%;
    padding:15px;
    display:inline-block;
    border-bottom:1px solid #175367;
    background:#33819b;
    transition:all linear 0.15s;
    font-size:1.200em;
    text-shadow:0px 1px 0px #175367;
    color:#fff;
}
 
.accordion-section-title.active, .accordion-section-title:hover {
    background:#d78e56;
	border-color: #965b30;
	color: #FFFFFF;
    text-decoration:none;
	text-shadow:0px 1px 0px #965b30;
}
 
.accordion-section:last-child .accordion-section-title {
    border-bottom:none;
}

.accordion-section-content {
    padding:15px; 
    display:none;
}
.upsellWrap { overflow: hidden; width: 100%; }
.upsellWrap a img { float: left; width: 49%; }
.upsellWrap a:last-child img { float: right; }
.shippingTerms { padding: 10px; background: #f9f3e3; border: 1px solid #e18a45; border-radius: 4px; margin: 30px 0 0px; border-top-width: 6px; padding-bottom: 2px; }
.shippingTerms p { font-size: 11px; margin-bottom: 8px; }
 

#aw-afptc-popup.block .block-title { background: none; margin-bottom: 10px; }
#aw-afptc-popup.block .block-content { background: none; }
#aw-afptc-popup #aw-afptc-accept { background: #3aaf1b; padding-left: 15px; padding-right: 15px; margin-bottom: 10px; }
#aw-afptc-popup #aw-afptc-accept:hover { background: #34931b; }
#aw-afptc-popup #aw-afptc-decline { background: #ce0f0f; padding-left: 15px; padding-right: 15px; margin-bottom: 10px; }
#aw-afptc-popup #aw-afptc-decline:hover { background: #931b1b; }
#aw-afptc-popup .special-price .price-label{ font-size: 15px;  }
#aw-afptc-popup .old-price .price-label{ font-size: 15px; }
#aw-afptc-popup button.button.btn-cart span span, #aw-afptc-popup button.button.btn-cart span, #aw-afptc-popup button.button.btn-cart { border: 0px; text-shadow: 0px 0px; background: none; padding: 0px; box-shadow: 0px 0px; -webkit-box-shadow:0px 0px; }
div#aw-afptc-popup div.block-content ul.product-details li div.product-details{ color: #242424; font-size: 18px; padding: 0px; margin-top: 8px; }
div#aw-afptc-popup div.block-content ul.product-details li div.product-details .product-name { color: #242424; font-size: 18px; padding: 0px;  margin-bottom: 25px; text-align: left; }
div#aw-afptc-popup div.block-content ul.product-details li div.product-details .product-name a { color: #242424; font-size: 22px; padding: 0px; margin-bottom: 0px; text-align: left; }

.form-list .name-prefix select { width: 75px !important; }
 
.contactWrap { width: 100%; overflow: hidden; }
.contactWrap .addressBlock { float: left; width: 34%; }
.contactWrap .mapBlock { float: right; width: 65%; }
 
.cartWeek { width: auto; background-color: #b40b11; margin: 0 -10px 20px; padding: 8px 20px; color: #FFFFFF;  }
 
.col-sm-4 { width: 33%; display: inline-block; }
.col-sm-4 .item { padding: 10px; margin: 10px; border: 1px solid #11b4db; border-radius: 4px; text-align: center;  }
 
.blog .post-content ul { margin: 0px 0px 10px 25px; }
.blog .post-content ul li { list-style: square; }
  
  
/* Speedo */
.landing.speedo .row { margin: 0 -9999px; padding: 0 9999px; }
.landing.speedo .speedoIntroBG { background: url('http://psg.butterflieshealt.netdna-cdn.com/skin/frontend/psg/default/images/landing/speedo/speedoIntro.jpg') no-repeat right bottom; min-height: 400px;  }
.landing.speedo .speedoIntro h1 { font-size: 33px; color: #11b4da; margin-bottom: 20px; } 
.landing.speedo .speedoIntro p { font-size: 14px; color: #3b3b3b; margin-bottom: 15px; }
.landing.speedo .speedoIntro .price { font-size: 39px; line-height: 39px; color: #3b3b3b; display: block; }
.landing.speedo .speedoIntro .price img { vertical-align: middle; }
.landing.speedo .speedoIntro .speedoText { width:588px; }
.landing.speedo .linkWrap { width: 100%; margin-top: 20px; }
.landing.speedo .linkWrap .speedoButton { font-size: 16px; margin-right: 15px; padding: 8px 20px; background: #e9e9e9; border: 1px solid #b3b3b3; font-weight: 500; color: #e73300; display: inline-block; border-radius: 25px; } 
.landing.speedo .linkWrap .speedoButton:hover { color: #e73300; border-color: #747474; background-color: #DADADA; }
.landing.speedo .speedoVideo { background: url('http://psg.butterflieshealt.netdna-cdn.com/skin/frontend/psg/default/images/landing/speedo/Speedo_Aquapure.jpg') no-repeat 50% 50%; -webkit-box-shadow: inset 0px 8px 5px -6px rgba(0,0,0,0.27); -moz-box-shadow: inset 0px 8px 5px -6px rgba(0,0,0,0.27); box-shadow: inset 0px 8px 5px -6px rgba(0,0,0,0.27); }
.landing.speedo .speedoVideo iframe { max-width: 560px; max-height: 315px; width: 100%; padding: 10px; background: #FFFFFF; border-radius: 4px; margin: 65px 0px 60px 0px; -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5); -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5); box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5); }
.landing.speedo .speedoUpsell { padding-top: 20px; -webkit-box-shadow: inset 0px 8px 5px -6px rgba(0,0,0,0.27); -moz-box-shadow: inset 0px 8px 5px -6px rgba(0,0,0,0.27); box-shadow: inset 0px 8px 5px -6px rgba(0,0,0,0.27); }
.landing.speedo .speedoUpsell .speedoIntroBG { background: url('http://psg.butterflieshealt.netdna-cdn.com/skin/frontend/psg/default/images/landing/speedo/Speedo_Aquapure_Goggle.jpg') no-repeat right bottom; min-height: 400px;  }
.landing.speedo .speedoUpsell h2 { font-size: 33px; color: #11b4da; margin-bottom: 20px; }
.landing.speedo ul { margin: 0px 0px 25px 0px; padding: 0px; list-style: none; }
.landing.speedo ul li { margin-bottom: 8px; font-size: 20px; background: url('http://psg.butterflieshealt.netdna-cdn.com/skin/frontend/psg/default/images/landing/speedo/tick.jpg') no-repeat 0% 50%; padding-left: 40px; line-height: 34px; }
.landing.speedo .speedoDelivery { padding-top: 60px; padding-bottom: 60px; background: url('http://psg.butterflieshealt.netdna-cdn.com/skin/frontend/psg/default/images/landing/speedo/Speedo_Aquapure2.jpg') no-repeat 50% 50%; -webkit-box-shadow: inset 0px 8px 5px -6px rgba(0,0,0,0.27); -moz-box-shadow: inset 0px 8px 5px -6px rgba(0,0,0,0.27); box-shadow: inset 0px 8px 5px -6px rgba(0,0,0,0.27); }
.landing.speedo .speedoDelivery .deliveryWrap { overflow: hidden; text-align: center; border-radius: 4px; width: 440px; background: #FFFFFF; -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5); -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5); box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5); }
.landing.speedo .speedoDelivery .deliveryTitle { background: #FFFFFF; padding: 20px; }
.landing.speedo .speedoDelivery .deliveryTitle h2 { font-size: 36px; color: #11b3da; }
.landing.speedo .speedoDelivery .deliveryTitle p { font-size: 23px; color: #292929; line-height: 28px; }
.landing.speedo .speedoDelivery .deliveryCode {  -webkit-box-shadow: inset 0px 8px 5px -6px rgba(0,0,0,0.27); -moz-box-shadow: inset 0px 8px 5px -6px rgba(0,0,0,0.27); box-shadow: inset 0px 8px 5px -6px rgba(0,0,0,0.27); background: #e73200; color: #FFFFFF; font-weight: 800; width: 100%; line-height: 62px; font-size: 36px; }
.landing.speedo .speedoBuy { text-align: center; padding-top: 50px; padding-bottom: 20px; -webkit-box-shadow: inset 0px 8px 5px -6px rgba(0,0,0,0.27); -moz-box-shadow: inset 0px 8px 5px -6px rgba(0,0,0,0.27); box-shadow: inset 0px 8px 5px -6px rgba(0,0,0,0.27); }
.landing.speedo .speedoBuy h3 { font-size: 18px; }
.landing.speedo .speedoExtras { text-align: center; padding-top: 50px; padding-bottom: 20px; -webkit-box-shadow: inset 0px 8px 5px -6px rgba(0,0,0,0.27); -moz-box-shadow: inset 0px 8px 5px -6px rgba(0,0,0,0.27); box-shadow: inset 0px 8px 5px -6px rgba(0,0,0,0.27); }
.landing.speedo .speedoExtras h2 { font-size: 30px; color: #11b4da; margin-bottom: 20px; }
.landing.speedo .speedoExtras .costumeWrap { width: 100%; }
.landing.speedo .speedoExtras .costumeFemale { padding: 85px 0px 0px 20px; min-height: 435px; background: url('http://psg.butterflieshealt.netdna-cdn.com/skin/frontend/psg/default/images/landing/speedo/Speedo_Swimsuit_Female.jpg') no-repeat 86% bottom; text-align: left; padding-right: 200px; width: 230px; float: left; -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5); -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5); box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5); }
.landing.speedo .speedoExtras .costumeMale { padding: 120px 20px 0 230px; min-height: 400px; background: url('http://psg.butterflieshealt.netdna-cdn.com/skin/frontend/psg/default/images/landing/speedo/Speedo_Swimsuit_Male.jpg') no-repeat 5% bottom; text-align: left; width: 200px; float: right; -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5); -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5); box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5); }
.landing.speedo .speedoExtras .costumeWrap ul li { font-size: 18px; color: #e73300; line-height: 28px; background-position: 0px 0px; margin-bottom: 10px; }
.landing.speedo .speedoExtras .costumeWrap .price { font-size: 39px; line-height: 39px; color: #3b3b3b; display: block; }
.landing.speedo .speedoExtras .costumeWrap .costumeLink { font-size: 18px; color: #3b3b3b; }

.landing.speedo.masks .speedoIntroBG  { background-image: url('http://psg.butterflieshealt.netdna-cdn.com/skin/frontend/psg/default/images/landing/masks/mask1.jpg'); }
.landing.speedo.masks .speedoIntro .speedoText { width:400px; }
.landing.speedo.masks .speedoIntro .price .from { display: block; font-size: 18px; color: #e73300; margin: 0px; line-height: 18px; } 
.landing.speedo.masks .speedoVideo { background-image: url('http://psg.butterflieshealt.netdna-cdn.com/skin/frontend/psg/default/images/landing/masks/maskbg1.jpg'); padding-top: 55px; padding-bottom: 100px; }
.landing.speedo.masks .speedoVideo h2 { text-align: center; color: #FFFFFF; font-size: 28px; margin-bottom: 20px; }
.landing.speedo.masks .speedoVideo .speedoText { max-width: 80%; margin: 0px auto; padding: 20px; background: #FFFFFF; border-radius: 4px;  -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5); -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5); box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5); }
.landing.speedo.masks .speedoVideo .speedoText .imgGrid { width: 26%; padding: 3%; display: inline-block; text-align: center; vertical-align: middle; }
.landing.speedo.masks .speedoVideo .speedoText .imgGrid .imgMid { display: initial; min-height: 70px; height: 70px; text-align: center; vertical-align: middle; width: 100%; }
.landing.speedo.masks .speedoVideo .speedoText .imgGrid img { vertical-align: middle; max-width: 100%; }
.landing.speedo.masks .speedoUpsell { overflow: hidden; }
.landing.speedo.masks .speedoUpsell { background: url('http://psg.butterflieshealt.netdna-cdn.com/skin/frontend/psg/default/images/landing/masks/mask2.jpg') 48% 50% no-repeat; }
.landing.speedo.masks .speedoUpsell .speedoIntroBG  { background: none; }
.landing.speedo.masks .speedoUpsell .speedoText { width: 450px; float: right; } 
.landing.speedo.masks .speedoDelivery { background-image: url('http://psg.butterflieshealt.netdna-cdn.com/skin/frontend/psg/default/images/landing/masks/maskbg2.jpg'); }
.landing.speedo.masks .bifocalWrap { padding: 10px; overflow: hidden; background: #FFFFFF; border-radius: 4px; -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5); -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5); box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5); }
.landing.speedo.masks .bifocalWrap .bifocal1, .bifocalWrap .bifocal2 { width: 49%;   }
.landing.speedo.masks .bifocalWrap .bifocal1 img, .bifocalWrap .bifocal2 img { max-width: 100%; }
.landing.speedo.masks .bifocalWrap .bifocal1 { float: left; text-align: right; }
.landing.speedo.masks .bifocalWrap .bifocal2 { float: right; text-align: left; }
.landing.speedo.masks .feturetitle { display: block; color: #e73300; margin: 0px; line-height: 18px; }

#checkoutSteps.opc .checkout-agreements { padding: 0px 25px; margin-bottom: 5px;}
#checkoutSteps.opc .checkout-agreements.thirdparty { margin-top: 30px; }
#checkoutSteps.opc .checkout-agreements li { margin-top: 0px; }
#checkoutSteps.opc .checkout-agreements.thirdparty li .agreement-content p { margin-bottom: 0px; }
#checkoutSteps.opc .checkout-agreements li .agreement-content p { margin-bottom: 10px; }
#checkoutSteps.opc .checkout-agreements .form-list { padding: 0px; margin-bottom: 0px; }
#checkoutSteps.opc .checkout-agreements .form-list li { margin-bottom: 0px; }
#checkoutSteps.opc .checkout-agreements .form-list textarea { height: 30px !important; } 
#checkoutSteps.opc .checkout-agreements p.agree { padding: 0px 5px; }
#checkoutSteps.opc #checkout-review-submit #checkout-agreements .buttons-set { padding-top: 0px; }
#checkoutSteps.opc #checkout-review-submit #checkout-agreements .buttons-set .form-list li { margin-bottom: 0px; }
#checkoutSteps.opc #checkout-review-submit #checkout-agreements .buttons-set .form-list textarea { height: 30px !important; } 

.brandMenu { display: none; position: absolute; background: #cf844a; padding: 0px; right: 112px; width: 315px; box-shadow:0px 5px 3px 0px rgba(0, 0, 0, 0.18), inset 0px 5px 4px -5px rgba(0,0,0,0.4); -webkit-box-shadow:0px 5px 3px 0px rgba(0, 0, 0, 0.18), inset 0px 5px 4px -5px rgba(0,0,0,0.4); }
.brandMenu li { width: 48%; display: inline-block; }
.brandMenu li a { padding: 8px 15px; display: block; color: #FFFFFF; }
li.hover .brandMenu { display: block; }

.splash-group-grid .item { padding: 0px; }
.splash-group-grid .item .inner { border: 1px solid #E6E6E6; padding: 10px !important; border-radius: 4px; margin: 8px; box-shadow:0px 5px 3px 0px rgba(0, 0, 0, 0.18); -webkit-box-shadow:0px 5px 3px 0px rgba(0, 0, 0, 0.18); }
.splash-group-grid .item .inner a {  } 
.splash-group-grid .item .inner img { max-width: 100%; margin: 0px; }

.socialWrapper { width: 100%; overflow: hidden; }
.socialWrapper a { display: inline-block; width: 32px; height: 32px; margin-right: 2px; text-decoration: none; background-image: url('http://psg.butterflieshealt.netdna-cdn.com/skin/frontend/psg/default/images/socialButtons.png'); background-repeat: no-repeat; background-position: 0px 0px; }
.socialWrapper a.twitter { background-position: -33px 0px; } 
.socialWrapper a.google { background-position: -66px 0px; } 
.socialWrapper a.youtube { background-position: -99px 0px; } 
.socialWrapper a.pintrest { background-position: -132px 0px; } 

.searchautocomplete { position: relative; }

#search_mini_form { display: inline-block; height: 55px; }

@media (min-width: 767px){  
	.nav-holder .slide { 
		position:static !important;
		display:block !important;
	}
}

@media (max-width: 979px){
	.landing.speedo .speedoIntroBG, .landing.speedo .speedoUpsell .speedoIntroBG { background-position: 111% 100%; margin-right: -10px; }
	.landing.speedo .speedoIntro .speedoText { width: 550px; }
	
	#main-nav {
		font-size: 12px;
	}
	.col2-right-layout .col-wrapper{
		width:100%;
		overflow:visible;
	}
	.col2-right-layout .col-wrapper:after{
		content:'';
		display:block;
		clear:both;
	}
	.col2-right-layout .products-grid li.item{text-align:left;}
	.col2-right-layout .products-grid .actions{left:auto;}
	.products-grid .ratings .rating-box{margin:0 0 5px;}
}
@media (max-width: 916px){

	.cart .discount input.input-text, 
	.form-list input.input-text,
	.form-list li.wide input.input-text{height:35px;}
	
	.logoContainer { width: 35%; }
}
@media (max-width: 880px){
	.landing.speedo .speedoIntroBG, .landing.speedo .speedoUpsell .speedoIntroBG { background-position: 128% 100%; }
	.landing.speedo .speedoVideo { background-position: 49% 50%; }
	
	.block-subscribe .input-box { width: 45%; }
	.cms-index-index .latest-products .tab .products-grid .item { width: 100%; margin-bottom: 20px; }
	.cms-index-index .products-grid li.item .product-image { width: 50%; float: left; }
	.cms-index-index .products-grid .price-box { width: auto; }
	.header-top,
	.nav-holder,
	.quick-access,
	.latest-products,
	#footer,
	.footer-bottom{
		margin-left:-10px;
		margin-right:-10px;
		padding-left:10px;
		padding-right:10px;
	}
	.quick-access .block-cart{
		float:none;
		margin:0 auto 10px;
	}
	.quick-access{padding:10px;}
	.form-search{margin:0 0 10px;}
	.links{
		padding:0;
		margin:0;
	}
	.carousel .product{
		padding:30px;
		min-height:188px;
	}
	.carousel .product-image{margin:0 0 13px;}
	.carousel .short-description{padding:0 0 0 50px;}
	.carousel .btn-prev, .carousel .btn-next{margin:0 20px;}
	.product-view .product-img-box .product-image-zoom{height:220px;}
	.box-up-sell,
	.product-info{
		float:none;
		width:100%;
	}
	.box-up-sell .products-grid > li{margin:15px 0 0;}
	.subscribe-bar{margin:0 -10px;}
	.subscribe-bar .holder{padding:0 10px;}
	.footer-bottom{padding:10px;}
	.subscribe-bar .holder{background-position:120% 0;}
	.form-list li.wide input.input-text{width:100%;}
	.form-list select{width:237px;}
	
	.searchContainer { width: 235px; }
	.contactContainer { font-size: 20px !important; }
	.contactContainer a { font-size: 22px; }
	.contactContainer .block .block-content a { font-size: 11px; }
	.searchautocomplete .nav { width: 226px; }
	.logoContainer { width: 40%; }
	.latest-products .tab .item .desc.std { min-height: 0px; }
	.range-box span.button { font-size: 13px;  margin: 0 0 0 -82px; width: 151px; padding: 6px;  }
	.range-box h2 { font-size: 12px; }
	.searchautocomplete .nav { width: 189px; }
	
	.addthis_toolbox { float: left; height: 32px; margin-bottom: 10px; overflow: hidden; }
	
	.product-collateral .tabset li, .product-collateral .tabset li a { height: 50px !important; width: auto !important; }
	.product-collateral .tabset .rating_bar { margin-bottom: 3px; }
	.product-collateral .tabset .rating-sum, .product-collateral .tabset .rating_bar { display: block !important; float: none !important; }
	.contactContainer { width: 28%; bottom: 58px; display: block; float: none; height: auto; padding-bottom: 0; padding-top: 5px; position: absolute; right: 0; text-align: right; }
	.contactContainer .block.block-cart { margin-top: 6px; position: relative; }
	.contactContainer a { font-size: 19px !important; }
	.contactContainer .block.block-cart a { font-size: 11px !important; }
	.contactContainer .intDel { font-size: 11px !important; }
	.contactContainer .phone { display: block; margin-bottom: 0px; }
	
	
}
@media (max-width: 767px){
	.landing.speedo .speedoIntroBG, .landing.speedo .speedoUpsell .speedoIntroBG { background-position: 147% 100%;  }
	.landing.speedo .speedoIntro .speedoText { width: 540px; }
	
	
	.block-subscribe .input-box { width: 80%; }

	.logo{
		margin:0 -16px 10px;
		float:none;
		display:block;
	}
	.logo { margin-left: auto; margin-right: auto; } 
	.top-bar{
		float:none;
		overflow:hidden;
		width: 275px;
		margin: 0px auto;
		
	}
	.top-bar .follow-box{border-radius:3px;}
	.top-bar .pay-cards{text-align:left;}
	.storeSwitcher { float:none;
		overflow:hidden;
		width: 275px;
		margin: 0px auto; position: relative; left: auto; top: auto; }
	.form-search{
		float:none;
		margin:0;
	}
	.nav-holder{padding:10px;}
	.nav-holder .opener{display:block;}
	#main-nav{
		float:none;
		margin:0;
		padding:0;
	}
	#main-nav > li{
		float:none;
		border:none;
		border-top:1px solid #fff;
	}
	#main-nav .home a{width:auto;}
	#main-nav > li > a{padding:10px;}
	#main-nav .drop{display:none;}
	.drop-slide-wrapper{display:none !important; }
	#main-nav .has-drop-down-a:after{display:none;}
	.carousel .text{
		display:block;
		height:auto;
		bottom:20px;
	}
	.carousel .product-holder{
		display:block;
		margin:0 0 10px;
		text-align:center;
	}
	.carousel .actions{
		margin:0;
		padding:0 20px;
	}
	.carousel .short-description{
		display:block;
		padding:0;
	}
	.carousel button.button span{font-size:18px;}
	.carousel .short-description p{margin:0 0 8px 20px !important;}
	.carousel .product-name{
		font-size:20px;
		line-height:24px;
	}
	.carousel .short-description h2{
		font-size:26px;
		line-height:30px;
	}
	.carousel .regular-price .price{
		font-size:24px;
		line-height:28px;
	}
	.products-grid li.item,
	.col2-right-layout .products-grid li.item{width:50%;}
	.main-text .sm-column-1{
		float:none;
		width:100% !important;
	}
	.subscribe-bar .holder{background:none;}
	.column-3{width:50%;}
	.cart .discount input.input-text{
		box-sizing:border-box;
		-moz-box-sizing:border-box;
		-webkit-box-sizing:border-box;
	}
	.cart .discount input.input-text,
	.form-list input.input-text,
	.form-list li.wide input.input-text,
	.form-list select{width:97%;}
	.my-wishlist textarea {
		box-sizing:border-box;
		-moz-box-sizing:border-box;
		-webkit-box-sizing:border-box;
		width:100% !important;
	}
	
	.topMenuOpen { display: inline-block; }
	.topMenuRespond.open { display: block; }
	.topMenuRespond { position: absolute; z-index: 12; background: #dbdbdb; padding: 15px; border-radius: 0px 0px 4px 4px; -webkit-box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.3); -moz-box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.3); box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.3); }
	.topMenuRespond .accountLinks, .topMenuRespond .siteLinks { margin: 0px; float: none;  }
	.topMenuRespond .accountLinks .user-menu { background: #e9a774; }
	.topMenuRespond .accountLinks .user-menu a { color: #FFFFFF; }
	.topMenuRespond ul li { float: none; display: block; }
	.topMenuRespond li:before { display: none; }
	
	.ms-partialview-template h2 { max-width: 381px; font-size: 28px; }
	.ms-partialview-template h3 { max-width: 381px; font-size: 32px; }
	.ms-partialview-template p { max-width: 381px; font-size: 15px; margin-bottom: 18px; }
	.ms-partialview-template .btn { font-size: 14px; }
	
	.logoContainer {  width: 100%; } 
	.logoContainer .logo { margin: 0px auto; }
	#headFeefo{ display: none; }
	.searchContainer { width: 49%; padding-top: 8px; } 
	.contactContainer { width: 49%; bottom: 50px; }
	.topMenuRespond { display: none; }
	.latest-products .tab .item .desc.std { min-height: 0px; }
	
	.range-box span.button { font-size: 14px; margin: 0 0 0 -82px; width: 171px; padding: 12px; bottom: 24px; }
	.range-box h2 { font-size: 18px; line-height: 28px; }
	.range-box { height: 406px; }
	.header-grey { line-height: 39px; }
	.col2-right-layout .col-main { width: 100%; }
	
	.upsellWrap .upsellOne, .upsellWrap .upsellTwo { width: 100%; float: none; margin-bottom: 15px; }
	
	
	
	.landing.speedo.masks .speedoIntro .speedoIntroBG { background-position: 372px 100%; }
	.landing.speedo.masks .speedoUpsell { background: none;  }
	.landing.speedo.masks .speedoUpsell .speedoText { width: 100%; }
	li.hover .brandMenu { display: none; }
	
}
@media (max-width: 640px){
	.landing.speedo .speedoIntroBG, .landing.speedo .speedoUpsell .speedoIntroBG { background: none; margin-right: 10px; }
	.landing.speedo .speedoIntro .speedoText { width: 100%; }
	.landing.speedo .speedoIntro h1 { font-size: 27px; } 
	.landing.speedo .speedoExtras .costumeFemale { float: none; margin: 0px auto 20px auto; }
	.landing.speedo .speedoExtras .costumeMale { float: none; margin: 0px auto 0px auto; }
	
	.landing.speedo.masks .speedoIntro .speedoIntroBG { width: 100%; margin: 0px; padding: 0px; background-repeat: no-repeat; background-position: 372px 100%; }
	
	
	.tabset li { width: 100% !important; float: none; display: block; }
	.contactWrap .addressBlock { float: none; width: 100%; }
	.contactWrap .mapBlock { float: none; width: 100%; }
	.upsellWrap a img { float: left; width: 100%; }
	.contactContainer { width: 49%; bottom: 50px; }	
	.contactContainer .phone { margin-bottom: 13px; padding-top: 15px; }
	.hidden-mobile { display: none; }
	#partial-view-1 { display: none; }
	.block-subscribe .input-box { width: 70%; }
	.descRight { width: 94%; float: none; margin-bottom: 30px; }
	.col2-left-layout .products-grid, .col2-right-layout .products-grid { margin-bottom: 0px; }
	.col2-left-layout .products-grid li.item, .latest-products .tab .products-grid .item { width: 100%; margin-bottom: 20px; }
	.col2-left-layout .products-grid li.item .product-image, .cms-index-index .products-grid li.item .product-image { width: 50%; float: left; }
	.col2-left-layout .products-grid li.item .product-name, .cms-index-index .products-grid li.item .product-name { margin-top: 20px; }
	.col2-left-layout .products-grid li.item .product-image { margin-right: 10px; }
	
	.bg{display:none;}
	.product-view .product-img-box,
	.col1-layout .product-view .product-shop,
	.product-view .product-shop{
		float:none;
		width:100%;
		margin:0 0 10px;
	}
	.product-view .product-img-box{padding:0;}
	.product-view .product-img-box .product-image-zoom{height:300px;}
	.tabset li{width:auto;}
	.box-up-sell .products-grid > li{padding:14px 5px 5px !important;}
	.box-up-sell .products-grid .actions,
	.box-up-sell .products-grid .even .actions{
		clear:both;
		position:static !important;
		border-radius:3px;
		padding:5px;
		text-align:center;
		width:auto;
		margin:5px 0 0;
	}
	.aw-arp-block ul li.aw-arp-item, .cart #crosssell-products-list li.item, .block-related-shoppingcart .aw-arp-block-content li.aw-arp-item { width: 30%; margin-bottom: 10px; }
	.searchautocomplete .nav { width: 79%; }
	.latest-products .tab .item .desc.std { min-height: 0px; }
	
	.range-box span.button { margin: 0 0 0 -96px; } .widgets .column-3.review { width: 100%; }

	#footer .widgets .column-3 { width: 100%; }
	.products-grid .rating_bar { float: left; }
	.col2-left-layout .products-grid li.item .price-box, .cms-index-index .products-grid .price-box { float: left; width: 205px; }
	.col2-left-layout .products-grid li.item .actions, .cms-index-index .products-grid .actions { float: left; }
	.range-box { height: auto !important; }
	
	#footer .awardWrap .awardInner .col3 { width: 100%; display: block; }
	#footer .awardWrap .awardInner .col3 img { max-width: 100%; }
	.splash-group-grid-4 li.item { width: 50% !important; }
}
@media (max-width: 479px){
	.landing.speedo .speedoExtras .costumeFemale { background-position: 84% 174px; width: 91%; padding: 15px 15px 0; }
	.landing.speedo .speedoExtras .costumeMale { background-position: 136% -5px; width: 91%; padding: 15px 15px 0; }
	.landing.speedo.masks .speedoIntro { margin: 0px; padding: 0px; }
	.landing.speedo.masks .speedoIntro .speedoIntroBG { width: 100%; margin: 0px; padding: 0px; background: none; background-repeat: no-repeat; }
	.landing.speedo.masks .speedoIntro .speedoText { width: auto !important; }
	.landing.speedo.masks .speedoVideo .speedoText .imgGrid { width: 43%; padding: 3%; }
	.landing.speedo.masks .speedoUpsell .speedoText { float: none; width: auto; }
	.landing.speedo.masks .speedoUpsell { background: none; padding-bottom: 15px; }
	.landing.speedo.masks .bifocalWrap .bifocal1, .landing.speedo.masks .bifocalWrap .bifocal2 { width: 100%; }
	
	.product-collateral .tabset li, .product-collateral .tabset li a { height: 38px !important; width: auto !important; }
	.product-collateral .tabset li a { height: 19px !important; }
	.product-collateral .tabset .rating_bar { margin-bottom: 0px; }
	.product-collateral .tabset .rating-sum, .product-collateral .tabset .rating_bar { display: inline-block !important; float: none !important; }
	.addthis_toolbox { width: 108px; overflow: hidden; height: 32px; }
	
	.topMenuOpen { font-size: 12px; }
	.dd { width: 64px !important; }
	.block-subscribe .input-box { width: 100% !important; }
	.block-subscribe input.input-text,
	.subscribe-bar .block-subscribe input.input-text{width:100%;}
	.cms-index-index .products-grid { padding: 0px; }
	.cms-index-index .products-grid li.item .product-image { width: 100%; float: none; }
	.top-bar .pay-cards{text-align:center;}
	.form-search{margin:0 auto;}
	.products-grid li.item,
	.col2-right-layout .products-grid li.item{ width:100%; }
	
	[class*="column-"]{
		float:none;
		width:100% !important;
	}
	
	.product-view .product-img-box .product-image-zoom{
		width:300px;
		height:237px;
		margin:0 auto;
	}
	.aw-arp-block ul li.aw-arp-item, .cart #crosssell-products-list li.item, .block-related-shoppingcart .aw-arp-block-content li.aw-arp-item { width: 47%; margin-bottom: 10px; }
	
	.logoContainer { display: block; float: none; }
	.contactContainer { display: block; float: none; width: 100%; position: relative; text-align: center; bottom: 0; right: 0; }
	.searchContainer { display: block; float: none; width: 100%; margin-bottom: 15px; }
	.contactContainer .block.block-cart { width: 100%; }
	.contactContainer .block .block-content a { text-align: center;  font-size: 14px; }
	.contactContainer .phone {  }
	.searchautocomplete .nav { width: 85%; }
	.latest-products .tab .item .desc.std { min-height: 0px; }
	.range-box { height: 530px; }
	#feefologoa { width: 100%; display: block; text-align: center; }
	#feefologoa img { margin: 0px auto; }
	.searchautocomplete .nav { width: 85%; }
	.products-grid .rating_bar { float: left; }
	.col2-left-layout .products-grid li.item .price-box, .cms-index-index .products-grid .price-box { float: left; width: 130px; }
	.col2-left-layout .products-grid li.item .actions, .cms-index-index .products-grid .actions { float: left; }
}

@media (max-width: 400px){
	.dd { width: 67px !important; padding-left: 5px !important;  }
	.topMenuOpen { padding-left: 5px !important; }
	.topMenuOpen .ddArrow { display: none !important; }
}
@media (max-width: 358px){
	.dd .ddTitle .ddTitleText img { display: none !important; }
	.ddcommon .ddArrow { right: -4px; }
	.dd {width: 30px !important; }
}


#checkout-step-payment dd fieldset.form-list > ul, #checkout-step-payment dd ul.form-list { width: 90%; margin: 0px auto; background: #ffffff; overflow: hidden; padding: 10px; }
#checkout-step-payment dd .form-list .paymentImg { width: 16%; float: left; }
#checkout-step-payment dd .form-list .paymentDesc { width: 78%; float: right; }
#checkout-step-payment dd .form-list { padding-left: 0px; }
#checkout-step-payment dd .form-list li { margin-bottom: 0px; }
.col-main .cart .crosssell {
    background: none repeat scroll 0 0 #DEE5E8;
}
/** 
 *  Master Slider
 *	version 1.5.7
 * 	Core css file
 */

.master-slider{
	position: relative;
	visibility: hidden;
	-moz-transform: translate3d(0 , 0 , 0);
}

.master-slider.ms-fullheight{height: 100%;}

.ms-layout-partialview .ms-view {
	overflow: visible;
	background-color:transparent;
}
.ms-layout-partialview { overflow: hidden; }

.master-slider.before-init{}

.master-slider img {max-width:none;}

.ms-ie img{border:none;}
.ms-ie8 * {opacity:inherit;filter:inherit;}
.ms-ie7   {zoom:1;}

.ms-loading-container{
	position:absolute;
	width:100%;
	top:0;
}

.ms-loading-container .ms-loading,
.ms-slide .ms-slide-loading {
	width: 36px;
	height: 36px;
	background: url(http://psg.butterflieshealt.netdna-cdn.com/skin/frontend/psg/default/masterslider/style/loading-2.gif) no-repeat center white;
	border-radius: 60px;
	box-shadow: 0px 0px 3px rgba(0,0,0,0.2);
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -18px;
	opacity: 0.9;
}


/* grab cursor */
.ms-def-cursor{cursor:auto !important;}
.ms-grab-cursor{cursor: url("http://psg.butterflieshealt.netdna-cdn.com/skin/frontend/psg/default/masterslider/style/grab.png"), move;}
.ms-grabbing-cursor{cursor: url("http://psg.butterflieshealt.netdna-cdn.com/skin/frontend/psg/default/masterslider/style/grabbing.png"), move;}
.ms-ie .ms-grab-cursor{cursor: url("http://psg.butterflieshealt.netdna-cdn.com/skin/frontend/psg/default/masterslider/masterslider/style/grab.cur"), move;}
.ms-ie .ms-grabbing-cursor {cursor: url("http://psg.butterflieshealt.netdna-cdn.com/skin/frontend/psg/default/masterslider/masterslider/style/grabbing.cur"), move;}

.ms-view { 
	margin:0px auto;
	overflow:hidden;
	background:black;
	position:relative;
	-webkit-perspective: 2000px;
	-moz-perspective: 2000px;
	-ms-perspective: 2000px;
	perspective: 2000px;
}

.ms-view .ms-slide-container{position:relative;}

.ms-slide {
	position:absolute;
	-webkit-transform: translateZ(0px);
	-moz-transform: translateZ(0px);
	-ms-transform: translateZ(0px);
	-o-transform: translateZ(0px);
	transform: translateZ(0px);
	
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	transform-style: preserve-3d;

	height:100%;
}

.ms-slide.selected {}

.ms-slide .ms-slide-bgcont,
.ms-slide .ms-slide-bgvideocont{
	position: absolute;
	overflow:hidden;
	width: 100%;
}

.ms-slide .ms-slide-bgvideocont{
	z-index: 5;
	height: 100%;
}

.ms-slide .ms-slide-bgvideocont,
.ms-slide-bgvideocont>video{
	-webkit-transform: translateZ(0.3px);
	-moz-transform: translateZ(0.3px);
	-ms-transform: translateZ(0.3px);
	-o-transform: translateZ(0.3px);
	transform: translateZ(0.3px);
}

.ms-slide .ms-slide-bgvideo{
	position: absolute;
	top: 0px;
}


.ms-container {position: relative; margin:0 auto;}
.ms-slide .ms-slide-bgcont img , .ms-container{
	-webkit-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	user-select:none;
}

.ms-slide .ms-layer{position:absolute;}

.ms-slide .ms-slide-layers{
	position: absolute;
	overflow:hidden;
	width:100%;
	height: 100%;
	z-index: 10;
	top:0px;
}

.ms-slide .ms-slide-video{
	position:absolute;
	top:0;
	z-index: 11;
	background:black;
	padding:0;
	margin: 0;
	border: none;

}

.ms-layer.video-box{background:black;}
.ms-layer.video-box iframe{
	padding:0;
	margin: 0;
	border: none;
	position: absolute;
	z-index: 10;
}

.ms-slide .ms-slide-vpbtn , .ms-slide .ms-video-btn{
	position:absolute;
	cursor: pointer;
	z-index: 10;
}

.ms-slide .ms-slide-vcbtn{
	position:absolute;
	cursor: pointer;
	z-index: 13;
}

.ms-slide-vcbtn-mobile{
	position: relative;
	bottom: 0;
	left:0;
	width:100%;
	height: 28px;
	background-color: black;
	color: white;
	text-align: center;
	cursor: pointer;
	z-index: 13;
}

.ms-slide-vcbtn-mobile .ms-vcbtn-txt {
    text-transform: uppercase;
    font-family: sans-serif;
    font-size: 0.75em;
    display: inline-block;
    background: url(http://psg.butterflieshealt.netdna-cdn.com/skin/frontend/psg/default/masterslider/style/video-close-btn.png) no-repeat 0px 3px;
    padding-left: 15px;
    height: 15px;
    color: #DBDBDB;
    margin-top: 7px;
}

.ms-slide .ms-slide-vcbtn,
.ms-slide .ms-slide-layers,
.ms-slide .ms-slide-vpbtn,
.ms-slide .ms-slide-video {
	-webkit-transform: translateZ(0.44px);
	-moz-transform: translateZ(0.44px);
	-ms-transform: translateZ(0.44px);
	-o-transform: translateZ(0.44px);
	transform: translateZ(0.44px);
}

.ms-video-img{
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
}

.ms-mask-frame{
	overflow:hidden;
	position:absolute;
	float:left;
}

/* controls */

.ms-thumb-list{
	overflow:hidden;
	position:absolute;
}

.ms-thumb-list.ms-dir-h {width: 100%;}
.ms-thumb-list.ms-dir-v {height: 100%; top: 0;}
.ms-thumbs-cont{position: relative;}
.ms-thumb-frame img{width:100%;	height:auto;}
.ms-thumb-frame{
	cursor: pointer;
	float: left;
	overflow: hidden;
	opacity: 0.5;
	-webkit-transition: opacity 300ms;
	-moz-transition: opacity 300ms;
	-ms-transition: opacity 300ms;
	-o-transition: opacity 300ms;
	transition: opacity 300ms;
}
.ms-thumb-frame-selected{ opacity: 1; }

.ms-tabs .ms-thumb-frame {
	background-color: #F6f6f6;
	text-shadow: 0 1px 1px white;
	color: #222;
	border: solid 1px white;
	border-width: 0 1px 1px 0;
	overflow: visible;
	position: relative;
	opacity: 1;
	-webkit-transition: all 300ms ease-out;
    -moz-transition: all 300ms ease-out;
    -ms-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
}

.ms-tabs.ms-dir-h .ms-thumb-frame {margin-top: 12px;}
.ms-tabs.ms-dir-v .ms-thumb-frame {margin-left: 12px;}
.ms-tabs .ms-thumb{padding: 20px 20px;}
.ms-tabs .ms-thumb-frame-selected {	opacity: 1; background: #EDEDED;}
.ms-tabs .ms-thumb-frame .ms-thumb-ol {
    position: absolute;
    opacity: 0;
    -webkit-transition: all 300ms ease-out;
    -moz-transition: all 300ms ease-out;
    -ms-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
}

.ms-tabs.ms-dir-h .ms-thumb-frame .ms-thumb-ol {
	top: 0px;
    left: 50%;
    margin-left: -12px;
	border-bottom: solid 12px #F6f6f6;
    border-left: solid 12px transparent;
    border-right: solid 12px transparent;
}

.ms-tabs.ms-dir-h .ms-thumb-frame-selected .ms-thumb-ol{
	opacity: 1;
	top:-12px;
	border-bottom-color: #EDEDED;
}

.ms-tabs.ms-dir-v .ms-thumb-frame .ms-thumb-ol {
	top: 50%;
    left: 0;
    margin-top: -12px;
    border-right: solid 12px #EDEDED;
    border-top: solid 12px transparent;
    border-bottom: solid 12px transparent;
}

.ms-tabs.ms-dir-v .ms-thumb-frame-selected .ms-thumb-ol{
	opacity: 1;
	left:-12px;
	border-right-color:white;
}


.ms-bullet{cursor:pointer;float: left;}
.ms-bullets.ms-dir-h {
	position: absolute;
	bottom: 20px;
	right: 50%;
	width: 100px;
}

.ms-sbar {position: absolute;}
.ms-sbar.ms-dir-h {
	left: 10px;
	right: 10px;
	top: 5px
}

.ms-sbar.ms-dir-v {
	top: 10px;
	bottom: 10px;
	right: 5px
}

.ms-sbar .ms-bar {
	height: 4px;
	background: #333;
	border-radius: 4px;
}

.ms-sbar.ms-dir-v .ms-bar {	width: 4px;}

.ms-sbar .ms-bar{
	position:relative;
	-webkit-transition: opacity 300ms;
	-moz-transition: opacity 300ms;
	-ms-transition: opacity 300ms;
	-o-transition: opacity 300ms;
	transition: opacity 300ms;
}

.ms-timerbar {
	width: 100%;
	bottom: 0px;
	position: absolute;
}

.ms-ctimer {
	position: absolute;
	top: 30px;
	left: 30px;
	cursor: pointer;
}

.ms-ctimer-bullet {}

.ms-time-bar{
	-webkit-transition: width 120ms linear;
	-moz-transition: width 120ms linear;
	-ms-transition: width 120ms linear;
	-o-transition: width 120ms linear;
	transition: width 120ms linear;

}

.ms-ie7 .ms-tooltip-arrow{
	height:0px;
}

.ms-slide-info {position: absolute;}
.ms-slide-info.ms-dir-v {top:0;}

@keyframes point-anim{
	0% 		{transform: scale(0.5); -webkit-transform: scale(0.5); -moz-transform: scale(0.5); -o-transform: scale(0.5); -ms-transform: scale(0.5);  opacity: 1; }
	100% 	{transform: scale(0.5); -webkit-transform: scale(0.5); -moz-transform: scale(1.5); -o-transform: scale(1.5); -ms-transform: scale(1.5);  opacity: 0; }
}

@-webkit-keyframes point-anim{
	0% 		{-webkit-transform: scale(0.5); opacity: 1; }
	100% 	{-webkit-transform: scale(1.5);	opacity: 0; }
}

/* In Android browser, using css animations over slider causes some crashes */
.ms-android .ms-tooltip-point .ms-point-border{
	animation:none;
	-moz-animation:none;
	-webkit-animation:none;
	-o-animation:none;
}

/**
 *  Master Slider
 *  Default Skin
 */

.ms-skin-default .ms-slide .ms-slide-vpbtn,
.ms-skin-default .ms-video-btn{
	width: 50px;
	height: 51px;
	background: url(http://psg.butterflieshealt.netdna-cdn.com/skin/frontend/psg/default/masterslider/skins/default/light-skin-1.png) no-repeat -14px -150px;
	top: 50%;
	left: 50%;
	margin: -25px 0 0 -25px;
}

.ms-skin-default .ms-slide .ms-slide-vcbtn {
	width: 30px;
	height: 30px;
	background: url(http://psg.butterflieshealt.netdna-cdn.com/skin/frontend/psg/default/masterslider/skins/default/light-skin-1.png) no-repeat -24px -28px;
	top: 18px;
	right: 30px;
}

/* controls */

.ms-skin-default .ms-nav-next,
.ms-skin-default .ms-nav-prev {
	width: 30px;
	background: url(http://psg.butterflieshealt.netdna-cdn.com/skin/frontend/psg/default/masterslider/skins/default/light-skin-1.png);
	background-position: -89px -26px;
	height: 40px;
	cursor: pointer;
	top: 50%;
	left: 30px;
	margin-top: -20px;
	position: absolute;
	z-index: 10;
}
.ms-skin-default .ms-nav-next {
	right: 30px;
	left: auto;
	background-position: -89px -103px;
}



.ms-skin-default .ms-bullet {
	width: 10px;
	height: 10px;
	background: url(http://psg.butterflieshealt.netdna-cdn.com/skin/frontend/psg/default/masterslider/skins/default/light-skin-1.png) no-repeat;
	margin: 4px;
	background-position: -34px -117px;
}

.ms-skin-default .ms-bullet-selected {
	background-position: -34px -84px;
}


.ms-skin-default .ms-time-bar {
	height: 3px;
	background: #FFFFFF;
	border-top: solid 1px rgba(0, 0, 0, 0.41);
}


.ms-skin-default .ms-tooltip{
	position: absolute;
	z-index: 110;
	cursor: auto;
}

.ms-skin-default .ms-tooltip-top .ms-tooltip-arrow,
.ms-skin-default .ms-tooltip-bottom .ms-tooltip-arrow{
	border-left: solid 10px transparent;
	border-right: solid 10px transparent;
	position: absolute;
	left: 50%;
	margin-left: -10px;
}

.ms-skin-default .ms-tooltip-top .ms-tooltip-arrow{
	border-top: solid 10px;
	border-top-color: silver;
	border-top-color: rgba(240, 240, 240, 0.88);
	bottom: -10px;
}

.ms-skin-default .ms-tooltip-bottom .ms-tooltip-arrow {
	border-bottom: solid 10px;
	border-bottom-color: silver;
	border-bottom-color: rgba(240, 240, 240, 0.88);
	top: -10px;
}

.ms-skin-default .ms-tooltip-right .ms-tooltip-arrow,
.ms-skin-default .ms-tooltip-left .ms-tooltip-arrow{
	border-top: solid 10px transparent;
	border-bottom: solid 10px transparent;
	position: absolute;
	top: 50%;
	margin-top: -10px;
}

.ms-skin-default .ms-tooltip-right .ms-tooltip-arrow{
	border-right: solid 10px;
	border-right-color: silver;
	border-right-color: rgba(240, 240, 240, 0.88);
	left: -10px;
}

.ms-skin-default .ms-tooltip-left .ms-tooltip-arrow {
	border-left: solid 10px;
	border-left-color: silver;
	border-left-color: rgba(240, 240, 240, 0.88);
	right: -10px;
}

.ms-skin-default .ms-tooltip-point {cursor: pointer;}
.ms-skin-default .ms-tooltip-point .ms-point-center {
	width: 12px;
	height: 12px; 
	border-radius: 15px;
	border: solid 2px #BBB;
	background: white;
	margin: -8px 0 0 -8px;
	position: absolute;
	z-index: 5;
}

.ms-skin-default .ms-tooltip-point .ms-point-border {
	width: 22px;
	height: 22px; 
	background: black;
	background:rgba(0, 0, 0, 0.36);
	margin: -11px 0 0 -11px;
	position: absolute;
	border-radius: 15px;
	
	animation: point-anim 1.5s infinite ;
	-moz-animation: point-anim 1.5s infinite;
	-webkit-animation: point-anim 1.5s infinite;
	-o-animation: point-anim 1.5s infinite;
}

.ms-skin-default .ms-tooltip {
	max-width:200px;
}

.ms-skin-default .ms-tooltip-cont {
	padding: 10px;
	background: silver;
	background: rgba(240, 240, 240, 0.88);
	text-shadow: 0 1px 0px white;
	margin-left: -1px;
}

/* retina */
@media 
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (   min--moz-device-pixel-ratio: 2),
only screen and (     -o-min-device-pixel-ratio: 2/1),
only screen and (        min-device-pixel-ratio: 2),
only screen and (                min-resolution: 192dpi),
only screen and (                min-resolution: 2dppx) {
	
	.ms-skin-default .ms-slide .ms-slide-vpbtn,
	.ms-skin-default .ms-video-btn,
	.ms-skin-default .ms-slide .ms-slide-vcbtn,
	.ms-skin-default .ms-nav-next,
	.ms-skin-default .ms-nav-prev,
	.ms-skin-default .ms-bullet{
		background-image:url(http://psg.butterflieshealt.netdna-cdn.com/skin/frontend/psg/default/masterslider/skins/default/light-skin-1-retina.png);
		background-size: 152px 225px;
	}
	
}
.ms-partialview-template .ms-slide-info {
	text-align: center;
	font-family: "Lato";
	margin-top: 20px;
	width: 100%;
}

.ms-partialview-template .ms-slide-info h3 {
	margin: 5px;
	font-weight: 300;
	font-size: 23pt;
	color: #222;
}

.ms-partialview-template .ms-slide-info h4 {
	margin: 5px;
	font-weight: 300;
	font-size: 14pt;
	color: #7A7A7A;
}

.ms-partialview-template .ms-slide-info p {
	font-size: 10pt;
	margin: 6px;
}	

/* Layers */
.ms-layer.video-title {
    font-family: "Lato",sans-serif;
    color: white;
    font-weight: 600;
    font-size: 42px;
    margin:0px;
    letter-spacing:0px;
}

.ms-layer.video-title.video-top-title {
    font-size: 16px;
    color: gray;
}

.ms-layer.video-title.video-sub-title {
    font-size: 22px;
    font-weight: 300;
}

.ms-layout-partialview { overflow: visible; }

.ms-slide {
-webkit-box-shadow: 0px 5px 12px 0px rgba(50, 50, 50, 0.36);
-moz-box-shadow:    0px 5px 12px 0px rgba(50, 50, 50, 0.36);
box-shadow:         0px 5px 12px 0px rgba(50, 50, 50, 0.36);
}

h3.bold-title { background: rgba(240, 240, 240, 0.88); padding: 10px; display: inline; font-size: 26px; color: #F48E3C; }
h4.bold-title { background: rgba(240, 240, 240, 0.88); padding: 10px; display: inline; font-size: 18px; color: #F48E3C; }
#masterslider { margin-bottom: 0px; }
.ms-slide-info.ms-dir-h { display: none; }
.ms-bullets.ms-dir-h { bottom: 40px; }

