/**
 * Magento Enterprise Edition
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Magento Enterprise Edition License
 * that is bundled with this package in the file LICENSE_EE.txt.
 * It is also available through the world-wide-web at this URL:
 * http://www.magentocommerce.com/license/enterprise-edition
 * 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     enterprise_default
 * @copyright   Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
 * @license     http://www.magentocommerce.com/license/enterprise-edition
 */
/* Reset ================================================================================= */
* { margin:0; padding:0; }

html {
  background:#fff;
  font:11px/1.35 "Open Sans", sans-serif;
  color:#777777;
}

h1, h2, address, p, blockquote {
  max-height:10000px;
}

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

:focus        { outline:0; }

/* Headings */

/* Forms */

/* 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 */
address       { font-style:normal; }
cite          { font-style:normal; }
q,
blockquote    { quotes:none; }
q:before,
q:after       { content:''; }
small         { font-size:10px; }
big           { font-size:1.2em; }
/*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; }
/* ======================================================================================= */
/* Form Validation */
.validation-advice { clear:both; font-size:11px !important; padding:3px 0 0 !important; color:#d91a00 !important; }
.product-options .validation-error .options-list,
.validation-failed { border:1px solid #f47d4e !important; background:#fff7f5 !important; }
input.input-text.validation-failed,
textarea.validation-failed { background:#fff7f5 url(http://lghttp.24811.nexcesscdn.net/80B00B/qpb/skin/frontend/enterprise/quest/images/bkg_input-failed.gif) 0 0 repeat-x !important; }
.required em { color:#f15c22; margin-right:4px; }
p.required { margin:0; padding:5px 0 7px; text-align:right; width:620px; font-size:11px; color:#f02800; }
.form-list .validation-advice { width:250px; margin-right:-250px; }
/* Expiration date and CVV number validation fix */
.v-fix { float:left; }
.v-fix .validation-advice { display:block; width:12em; margin-right:-12em; position:relative; }

/* Fieldset */
.fieldset { font-size:12px; margin:0 10px 16px; }
.fieldset p { margin:0 0 1.5em; }
.fieldset h2.legend { margin:0 0 1.5em; color:#000; }

/* Form lists */
.form-list li { margin:0 0 9px; vertical-align:top; }
.form-list label { float:left; width:225px; padding:2px 15px 0 0; font-size:12px; font-weight:bold; color:#444; text-align:right; }
.form-list .value { float:left; padding:2px 0 0; }
.form-list .note { clear:both; font-size:11px; width:380px; margin:0; padding:3px 0 0 240px; }
.form-list span.label { font-weight:normal; }
.form-list .input-box { float:left; }
.form-list .input-box a { font-size:11px; margin-top:4px; }
.form-list input.input-text,
.form-list textarea { float:left; width:374px; vertical-align:top; }
.form-list textarea { width:374px; height:13em; }
.form-list select { float:left; width:380px; vertical-align:top; }
.form-list p { margin:0; padding:0 0 0 240px; }
ul.add-row,
.form-list li.add-row { background:url(http://lghttp.24811.nexcesscdn.net/80B00B/qpb/skin/frontend/enterprise/quest/images/bkg_dots.gif) repeat-x 0 0; margin-top:15px; }
ul.add-row .btn-remove,
.form-list li.add-row .btn-remove { font-size:0; line-height:0; padding:5px 5px 0 0; margin:0; text-align:right; }
.form-list .range input.input-text { float:none; width:64px; vertical-align:middle; }
.form-list .add-field .input-box { margin-left:240px }
.form-list .control { position:relative; vertical-align:top; z-index:1; } /* row with checkbox or radio button */
.form-list .control label { line-height:16px; }
.form-list .control .input-box { position:absolute; left:0; margin-left:240px; line-height:16px; padding-top:1px; }
.form-list .control input.radio { margin-top:3px; }
.form-alt label { float:none; display:inline; width:auto; }
.form-alt li { margin:0 0 5px; line-height:16px; }
.form-alt select { width:496px; }
.form-alt .input-box { width:496px; margin-top:5px; padding-bottom:11px; }
.form-alt .input-text { width:480px; }

.form-list-narrow label { width:85px; }
.form-list-narrow select { width:230px; }
.form-list-narrow input.input-text,
.form-list-narrow textarea { width:225px; }
.form-list-narrow .wide { width:auto; }
.form-list-narrow .add-field .input-box { margin-left:100px; }
.form-list-narrow .control .input-box { margin-left:100px; }

.inner-form { margin:10px 0 5px; padding:10px 0 0; border:1px dashed #d1d1d1; border-width:1px; background:#f7f7f7; }
.inner-form .form-alt label { padding-left:5px; }

/* Date Of Birth */
.form-list .customer-dob label { float:none; width:auto; padding:0; font-size:11px; font-weight:normal; color:#777; }
.form-list .customer-dob .input-box { float:left; width:auto; margin-right:8px; }
.form-list .customer-dob .input-box .validation-advice { display:none !important; }
.form-list .customer-dob input.input-text { float:none; display:block; margin-bottom:2px; }
.form-list .customer-dob .dob-day,
.form-list .customer-dob .dob-month,
.form-list .customer-dob .dob-year { float:left; margin-right:8px; padding-right:0 !important; background:none !important; }
.form-list .customer-dob .dob-day .validation-advice,
.form-list .customer-dob .dob-month .validation-advice,
.form-list .customer-dob .dob-year .validation-advice { display:none; }
.form-list .customer-dob .dob-day input.input-text { width:104px; }
.form-list .customer-dob .dob-month input.input-text { width:104px; }
.form-list .customer-dob .dob-year { margin-right:0; }
.form-list .customer-dob .dob-year input.input-text { width:138px; }

/* Combination of fields */
.form-list li.fields { margin:0; }
.form-list li.fields .field { clear:left; padding:0 0 9px; }

/* Buttons */
button.button { clear: both; border: 0; cursor: pointer; }
.buttons-set { clear:both; margin:15px 0; } /* general for button containing block */
.buttons-set p.back-link { float:left; padding:2px 15px 0 0; text-align:right; margin:0; }
a.back-link { color:#777777; }
.buttons-set p.back-link a { color:#777777; }
.buttons-set a.button,
.buttons-set button.button { float:right; margin-left:7px; }
.buttons-set2 { clear:both; margin:5px 0 0; padding:5px; background-color:#ededed; text-align:right; }

.form-buttons { margin:0; width:620px; } /* for button containing block under the general form */
.form-buttons .button { float:right; }
.form-buttons .button { margin-left:15px; }
.form-buttons p.back-link { float:left; width:225px; padding:2px 15px 0 0; text-align:right; }

/* Overrides for 3columns */
.col3-layout .form-list .note { padding-left:165px; width:280px; }
.col3-layout .form-buttons p.back-link,
.col3-layout .form-list label { width:150px; }
.col3-layout .form-list input.input-text,
.col3-layout .form-list textarea { width:274px; }
.col3-layout .form-list select { width:280px; }
.col3-layout .form-list .control .input-box { margin-left:165px; }
.col3-layout .form-list .customer-dob .dob-day input.input-text { width:74px; }
.col3-layout .form-list .customer-dob .dob-month input.input-text { width:74px; }
.col3-layout .form-list .customer-dob .dob-year { margin-right:0; }
.col3-layout .form-list .customer-dob .dob-year input.input-text { width:98px; }
.col3-layout p.required,
.col3-layout .form-buttons { width:445px; }

/* Global Messages */
.messages { width:100%; overflow:hidden; text-align:left; margin-top:10px; }
.messages li { margin:0 0 10px; padding:0; word-wrap:break-word; }
.messages ul { padding:10px 17px 18px; margin:0 0 -11px; background-position:35px 100%; background-repeat:no-repeat; position:relative; }
.messages ul li { margin:0; padding:0 0 3px; }
.messages a { text-decoration:underline; }
.messages a:hover { text-decoration:none; }
.messages li.error-msg,
.messages li.success-msg,
.messages li.note-msg,
.messages li.notice-msg { border-style:solid !important; border-width:1px !important; font-size:12px !important; }
p.error-msg { border-style:solid !important; padding:10px; border-width:1px !important; font-size:12px !important; margin:10px 0; }
/* Error Message */
.messages li.error-msg { border-color:#fff; background-color:#fff5f3; color:#d91a00; }
.messages li.error-msg a { color:#d91a00; }
p.error-msg { border-color:#fff; background-color:#fff5f3; color:#d91a00; }
/* Success Message */
.messages li.success-msg { border-color:#fff; background-color:#eff5ea; color:#3d6611; }
.messages li.success-msg a { color:#3d6611; }
/* Notification Message */
.messages li.note-msg,
.messages li.notice-msg { border-color:#fff; background-color:#fafaec; color:#3d6611; }
.messages li.note-msg a,
.messages li.notice-msg a { color:#3d6611; }
/* Checkmo Message */
.messages li.checkmo-msg { width:550px; border:solid 1px #FF0000; background-color:#fff5f3; color:#000; }
.messages li.checkmo-msg a { color:#d91a00; }
.messages li.checkmo-msg p.bolder { font-weight:bold; }

/* std class reset */
.std .messages { margin-top:0; }
.std .messages { width:auto; list-style:none !important; padding:0 !important; margin-bottom:0 !important; }
.std .messages ul { list-style:none !important; padding-left:17px !important; margin:0 0 -11px !important; }

/* BreadCrumbs */
.breadcrumbs { color:#d12c01; margin:0; padding:7px 22px 5px; text-align:left; }
.breadcrumbs li { display:inline; }
.breadcrumbs li span,
.breadcrumbs a { color:#FFF; text-decoration:none; }
.breadcrumbs a:hover { text-decoration:underline; }
.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; }
.title-buttons .link-print { float:right; margin-top:4px; }
.subtitle { clear:both; padding:10px 0; font-size:18px; color:#d12c01; }
.page-popup .page-title,
.col-main .page-title { margin-left:0px; margin-right:0px; }
.col1-layout .col-main .page-title { margin-top:-20px; }

.sub-title { font-size:16px; font-weight:normal; color:#000; line-height:19px; margin:0 0 10px; }
.sub-title .separator { font-weight:normal; }
.sub-title a { font-size:11px; font-weight:normal; text-transform:lowercase; }
.section-title { font-size:14px; font-weight:normal; color:#151515; margin:0 0 5px; }

/* Pager */
.pager { margin:15px 0; font-size:11px; padding:3px 20px; background:#f5f5f5 url(http://lghttp.24811.nexcesscdn.net/80B00B/qpb/skin/frontend/enterprise/quest/images/bkg_pager.gif) repeat-x 0 0; border:1px solid #ddd; color:#333; }
.pager p { margin:0 !important; }
.pager select { padding:0; margin-bottom:1px; }
.pager .amount { float: left; line-height: 20px; line-height: 4em; }
.pager .amount strong { font-weight:normal; }
.pager .limiter { float: right; line-height: 20px; line-height: 3em; }
.pager .pages { margin:0 135px; text-align:center; color:#333; line-height:20px; }
.pager .pages a { color:#8c8c8c; text-decoration:underline; }
.pager .pages a:hover { color:#8c8c8c; text-decoration:none; }
.pager .pages ol,
.pager .pages li { display:inline; padding:0 2px; }
.pager .pages .current { font-weight:bold; }
.pager .pages .i-previous,
.pager .pages .i-next { text-decoration:none !important; vertical-align:middle; }
.pager-only { clear:both; }
.pager-only .pages { margin:0; }

/* Sorter */
.sorter { font-size:11px; margin:0 0 0; padding:3px 20px; background:#f5f5f5 url(http://lghttp.24811.nexcesscdn.net/80B00B/qpb/skin/frontend/enterprise/quest/images/bkg_pager.gif) repeat-x 0 0; border-top:1px solid #ddd; color:#333; }
.sorter p { margin:0; }
.sorter select { padding:0; margin-bottom:1px; }
.sorter .view-mode { float:left; line-height:20px; white-space:nowrap; }
.sorter .view-mode label { float:left; margin:0 5px 0 0; }
.sorter .view-mode a.list-fix,
.sorter .view-mode a.list,
.sorter .view-mode strong.list-fix,
.sorter .view-mode strong.list,
.sorter .view-mode a.grid-fix,
.sorter .view-mode a.grid,
.sorter .view-mode strong.grid-fix,
.sorter .view-mode strong.grid { background:url(http://lghttp.24811.nexcesscdn.net/80B00B/qpb/skin/frontend/enterprise/quest/images/bkg_viewmode.gif) no-repeat 0 0; float:left; width:24px; height:17px; text-align:left; text-indent:-999em; overflow:hidden; margin:2px 0 0; }
.sorter .view-mode a.list { background-position:-24px 0; }
.sorter .view-mode strong.list { background-position:-24px -29px; }
.sorter .view-mode a.grid { background-position:0 0; }
.sorter .view-mode strong.grid { background-position:0 -29px; }
.sorter .view-mode a.list-fix { background-position:0 -58px; }
.sorter .view-mode strong.list-fix { background-position:0 -87px; }
.sorter .view-mode a.grid-fix { background-position:-24px -58px; }
.sorter .view-mode strong.grid-fix { background-position:-24px -87px;; }
.sorter .sort-by { float:right; line-height:20px; }
.sorter .link-feed {}

/* Toolbar */
.toolbar { margin-top:-1px; }
.toolbar .pager { margin:0 0 0; border-width:1px 0; }
.toolbar-bottom { /*display:none;*/ }

/* Data Table */
.table-caption { border:1px solid #ddd; border-bottom:0; margin:-1px 0 0; background:#fff url(http://lghttp.24811.nexcesscdn.net/80B00B/qpb/skin/frontend/enterprise/quest/images/bkg_block-title.gif) 0 100% repeat-x; font:14px/1.25 Arial, Helvetica, sans-serif; padding:3px 7px 4px; color:#444; }
.table-caption a { font-size:11px; text-transform:lowercase; }
.data-table { border:1px solid #d9d9d9; border-bottom:0; width:100%; }
.data-table th { padding:5px 6px; color:#2d2d2d; border-bottom:1px solid #d9d9d9; font-weight:normal; text-transform:uppercase; white-space:nowrap; }
.data-table td { padding:5px 6px; }
.data-table thead { background:#e8e8e8 url(http://lghttp.24811.nexcesscdn.net/80B00B/qpb/skin/frontend/enterprise/quest/images/bkg_thead.gif) repeat-x 0 0; font-size:11px; }
.data-table tbody {}
.data-table tfoot { background-color:#ededed; }
.data-table tfoot td { padding:5px 12px; }
.data-table tfoot th { border:none; text-transform:none; }
.data-table tr.first {}
.data-table tr.last {}
.data-table tr.last th,
.data-table tr.last td { border-bottom:1px solid #d9d9d9; }
.data-table tr:last-child td,
.data-table tr:last-child th { border-bottom:1px solid #d9d9d9; }
.data-table tbody tr:nth-child(odd),
.data-table tr.odd { background-color:#fff; }
.data-table tbody tr:nth-child(even),
.data-table tr.even { background-color:#fafafa; }
.data-table tbody.odd {}
.data-table tbody.odd td { border-width:0 1px; }
.data-table tbody.even { background-color:#f5f5f5; }
.data-table tbody.even td { border-width:0 1px; }
.data-table tbody.odd tr.border td,
.data-table tbody.even tr.border td { border-bottom-width:1px; }
.data-table th .tax-flag { white-space:nowrap; font-weight:normal; }
.data-table td.label,
.data-table th.label { font-weight:bold; text-transform:none; border-color:#fff; background-color:#f7f7f7; }
.data-table td.value { float:none !important; }
.data-table .link-rss { display:block; }

.page-popup .data-table td,
.page-popup .data-table th { border-bottom:1px solid #d9d9d9; }
.page-popup .buttons-set .button { float:right; }

/* 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://lghttp.24811.nexcesscdn.net/80B00B/qpb/skin/frontend/enterprise/quest/images/bkg_collapse.gif) 0 4px no-repeat; cursor:pointer; }
tr.show-details .summary-collapse { background-position:0 -53px; }
tr.show-details td {}
tr.summary-details td { background-color:#ede9e6; font-size:12px; padding:5px !important; }
tr.summary-details-first td {}
tr.summary-details-excluded { font-style:italic; }

/* Shopping cart tax info */
.cart-tax-info,
.cart-tax-info .cart-price { display:block; padding-right:20px; }
.cart-tax-total { display:block; padding-right:20px; background:url(http://lghttp.24811.nexcesscdn.net/80B00B/qpb/skin/frontend/enterprise/quest/images/bkg_collapse.gif) 100% 3px no-repeat; cursor:pointer; }
.cart-tax-total-expanded { background-position:100% -54px; }

/* Links */
ul.links,
ul.links li { display:inline; }
ul.links li .separator { margin:0 2px 0 5px; font-size:10px; color:#8f8f8f; }
ul.links li.last .separator { display:none; }

/* Reward Points */
.rewards { margin:-10px 0 20px; }
.reward-message { display:block; margin:5px -15px 5px -15px; background:#d55721 url(http://lghttp.24811.nexcesscdn.net/80B00B/qpb/skin/frontend/enterprise/quest/images/bkg_rewards.gif) 5px 3px no-repeat; padding:3px 5px 3px 32px; font:normal 12px/20px Arial, Helvetica, sans-serif; color:#fff; }
.reward-message p { display:inline; margin:0 !important; }
.reward-message .limit { display:block; font-size:11px; line-height:1.15; }
.reward-message a { color:#ffe6dc; text-decoration:underline; }
.reward-message a:hover { color:#ffe6dc; text-decoration:none; }
.reward-message .price { font-size:1em; font-weight:normal; }
/* Reward Points types rewrites */
.reward-review,
.reward-tag,
.reward-checkout { margin:0; }

/* Class: std - styles for admin-controlled content */
ul.disc li { padding-left:10px; background:url(http://lghttp.24811.nexcesscdn.net/80B00B/qpb/skin/frontend/enterprise/quest/images/bkg_bulletsm.gif) no-repeat 0 0.5em; }
.std ul.disc li { padding-left:0; background:none; }

/* Misc */
.link-rss { background:url(http://lghttp.24811.nexcesscdn.net/80B00B/qpb/skin/frontend/enterprise/quest/images/icon_rss.gif) 100% 1px no-repeat; padding-right:18px; white-space:nowrap; }
.link-rss:hover { color:#f58550; }
.link-print { background:url(http://lghttp.24811.nexcesscdn.net/80B00B/qpb/skin/frontend/enterprise/quest/images/icon_printer.gif) 0 1px no-repeat; padding:2px 0 2px 25px; white-space:nowrap; }
.link-cart { font-size:11px; font-weight:bold; color:#c73615; text-decoration:underline; }
.link-cart:hover { color:#c73615; text-decoration:none; }

.data-table .btn-remove { display:block; margin:0 auto; width:13px; height:12px; font-size:0; line-height:0; background:url(http://lghttp.24811.nexcesscdn.net/80B00B/qpb/skin/frontend/enterprise/quest/images/btn_remove.gif) 0 0 no-repeat; text-indent:-999em; overflow:hidden; cursor:pointer; }
.data-table .btn-remove2 {}

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

.divider { margin:16px 0; background:#e7e7e7; font-size:0; line-height:0; height:1px; 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://lghttp.24811.nexcesscdn.net/80B00B/qpb/skin/frontend/enterprise/quest/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; position: fixed; top: 0; z-index: 100000; opacity: .2;}
.demo-notice .notice-inner { width:auto; padding:0; background:none; text-align:center; }
.demo-notice .notice-inner p { padding:0; border:0; }

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


/* Header ================================================================================ */
.free-shipping { float:left; margin:15px 0 0 10px; display:inline; }

.header .logo { 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 {}
.header .quick-access { }
.header .quick-access .links { float:right; line-height:18px; white-space:nowrap; }
.header .quick-access .links li { padding:0 7px 0 4px; font-size:12px; font-weight:bold; }
.header .quick-access .links li a { color:#FFF; text-decoration:none; text-transform: uppercase; text-shadow: -1px 1px 5px black; }
.header .quick-access .links li a:hover { color:#FC3; }
.header .quick-access .checkout-link li { font-weight:bold; padding:0 0 0 12px; background-position:6px 4px; }
.header .quick-access .cart-link li { font-weight:bold; padding:0 0 0 0px; background:none; }

.header .subheader-links { position:absolute; top:22px; right:140px; }
.header .subheader-links .links { position: absolute; right: 125px; padding:5px 5px 5px 20px; color:#FFF;}
.header .subheader-links .links a, .header .subheader-links .links a:hover { color:#FFF; }
.header .subheader-links .quick-icons a { margin-right: 5px; }

#invitation-send-link { background:url(http://lghttp.24811.nexcesscdn.net/80B00B/qpb/skin/frontend/enterprise/quest/images/bkg_sep.gif) no-repeat 100% 50%; padding:0 6px 0 0; margin:0 4px 0 0; font-weight:bold; }
#invitation-send-link a { display:inline-block; }

#invitation-send-link a, x:-moz-any-link { background-position:3px -2px; }/* FireFox 2 fix */
#invitation-send-link a, x:-moz-any-link, x:default { background-position:3px 6px; }/* FireFox 3 restore */

.header-panel .welcome-msg { font-weight:bold; display:none; float:left; line-height:28px; margin-right:5px; }
.header-panel .links { float:left; line-height:28px; margin-right:11px; white-space:nowrap; }
.header-panel .links li a { color:#FC3; }
.header-panel .links li a:hover { color:#FC3; }

.switches { float:right; background:#fff url(http://lghttp.24811.nexcesscdn.net/80B00B/qpb/skin/frontend/enterprise/quest/images/bkg_header-panel-bg.gif) repeat-x 0 100%; padding:0 0 1px 0; }

.switch { line-height:28px; margin-left:-1px; margin-right:0; display:inline; float:left; background:url(http://lghttp.24811.nexcesscdn.net/80B00B/qpb/skin/frontend/enterprise/quest/images/bkg_header-panel.gif) no-repeat 0 -29px; padding-left:13px; }
.switch label { font-weight:normal; margin-right:0; float:left; }
.switch .switch-wrapper { float:left; position:relative; z-index:1; padding-left:7px; padding-right:11px; }
.switch strong.current { font-weight:normal; }
.switch .separator { margin:0 2px; font-size:10px; color:#8f8f8f; }
.switch .switcher { color:#1e75b4; cursor:pointer; background:url(http://lghttp.24811.nexcesscdn.net/80B00B/qpb/skin/frontend/enterprise/quest/images/bkg_header-panel.gif) no-repeat 100% -73px; padding:0 10px 0 0; margin:0 3px 0 1px; }
.switch ul { position:absolute; min-width:100%; text-align:left; top:0; left:0; float:left; line-height:16px; padding:0 0 0 0; border-top:0; }
.switch ul li { vertical-align:top; display:block; white-space:nowrap; border:1px solid #c8c8c8; border-top:0; }
.switch ul li a { white-space:nowrap; display:block; background:#f2f2f2; padding:4px 6px; color:#1e75b4; text-decoration:none; }
.switch ul li a:hover { color:#d33911; background:#f8f8f8; }
.switch ul .current { line-height:28px; border:0; cursor:default; padding:0 7px; visibility:hidden; }
.switch ul .current span { padding-right:20px; background:url(http://lghttp.24811.nexcesscdn.net/80B00B/qpb/skin/frontend/enterprise/quest/images/bkg_close.gif) no-repeat 100% 1px; }
.switch .faded { color:#8f8f8f; }
.switch .faded li { border-color:#e6e6e6; background-color:#f6f6f6; }
.switch .faded a { color:#9ac1dd; }

.switch ul, x:-moz-any-link { width:100%; }/* FireFox 2 fix */
.switch ul, x:-moz-any-link, x:default { width:auto; }/* FireFox 3 restore */

.list-opened { background-position:100% -129px !important; color:#d33911 !important; }

.header .form-search { clear:right; white-space:nowrap; }
.header .form-search label { display:none; }
.header .form-search input.input-text { background:#fff url(http://lghttp.24811.nexcesscdn.net/80B00B/qpb/skin/frontend/enterprise/quest/images/bkg_search-input.gif) no-repeat 0 0; padding-left:23px; height: 25px; width:600px; }
.header .form-search a { display:none; }
.header .form-search button.button { margin:0 0 0 2px; display: none; }
.header .form-search .search-autocomplete { z-index:999; position:relative!important; top:0 !important; left:0 !important; height:0 !important; overflow:visible !important; }
.header .form-search .search-autocomplete ul { border:1px solid #c7c7c7; border-top:0; padding-left:0; width:210px; background-color:#fcf8f4; position:absolute; top:-1px; }
.header .form-search .search-autocomplete li { padding:4px 6px 4px 24px; border-bottom:1px solid #fff; font-size:12px; cursor:pointer; }
.header .form-search .search-autocomplete li .amount { float:right; font-weight:bold; }
.header .form-search .search-autocomplete li.selected {}
.header .form-search .search-autocomplete li.last { border-bottom:0; }

/********** < Navigation */
.nav-container { background:url(http://lghttp.24811.nexcesscdn.net/80B00B/qpb/skin/frontend/enterprise/quest/images/bkg_nav.gif) 0 100% no-repeat; padding-bottom:3px; margin-bottom:-1px; position:relative; z-index:4; }

#nav { width:932px; min-height:28px; background:#dedede url(http://lghttp.24811.nexcesscdn.net/80B00B/qpb/skin/frontend/enterprise/quest/images/bkg_nav.gif) 0 0 no-repeat; text-align:left; padding:0 4px 0; }

/* All Levels */
#nav li.over { z-index:990 !important; }
#nav li.parent { position:relative; }
#nav li a span { cursor:pointer; }

/* 1st Level (Top Level) */
#nav li.level-top { float:left; height:28px; position:relative; z-index:1; }
#nav a.level-top { float:left; height:28px; background:url(http://lghttp.24811.nexcesscdn.net/80B00B/qpb/skin/frontend/enterprise/quest/images/bkg_nav-item-border.gif) 100% 0 no-repeat; font-weight:bold; font-size:13px; line-height:28px; padding:0 0 0 17px; border-top:1px solid #c0c0c0; text-decoration:none !important; color:#333; }
#nav a.level-top span { float:left; background:url(http://lghttp.24811.nexcesscdn.net/80B00B/qpb/skin/frontend/enterprise/quest/images/bkg_nav-item-border.gif) 100% 0 no-repeat; padding:0 19px 0 0; white-space:nowrap; }

#nav li.over a.level-top,
#nav li.active a.level-top { height:29px; background-position:0 -60px; margin-left:-1px; border:0; padding:0 0 0 18px; }
#nav li.over a.level-top { height:31px; line-height:30px; position:relative; z-index:2; }

#nav li.over a.level-top span,
#nav li.active a.level-top span { background-position:100% -60px; padding:1px 19px 0 0; }

/* 2nd Level */
#nav ul,
#nav div { position:absolute; width:13.5em; top:30px; left:-10000px; background:#fbfbfb; padding:5px 11px 10px; border:1px solid #aeaeae; border-top:0; }
#nav div ul { position:static; width:auto; background:none; padding:0; border:0 !important; }

#nav ul li { float:none; height:auto; display:block; border-bottom:1px solid #e2e2e2; }
#nav ul li.last { border-bottom:0; }
#nav ul li.parent { background:url(http://lghttp.24811.nexcesscdn.net/80B00B/qpb/skin/frontend/enterprise/quest/images/bkg_parent.gif) 100% 50% no-repeat; }
#nav ul li a { display:block; font-size:12px; line-height:1.2; padding:5px 4px; text-decoration:none !important; color:#444; }
#nav ul li.last > a { padding-bottom:0; }
#nav ul li a:hover { color:#d02600; }
#nav ul li a span {}
#nav ul li.over a.over { color:#d02600; }
#nav ul li.active > a { color:#d02600; }

/* 3rd+ Level */
#nav ul ul,
#nav ul div { top:7px; border-top:1px solid #aeaeae; }

/* Show Menu */
#nav li .shown-sub { left:-1px; z-index:991; }
#nav li .shown-sub .shown-sub { left:100px; }
/********** Navigation > */
/* ======================================================================================= */


/* Block: Events */
.event { background-color:#fbf4de; border-bottom:1px solid #e2d4c7; width:182px; position:static; height:144px; text-align:center; }
.event .status { font-weight:normal; font-size:16px; display:block; padding:19px 0 0; margin:0 0 0; text-align:center; color:#cf3a00; }
.event .event-ticker { color:#cf3a00; height:55px; }
.event .event-ticker span { font-size:32px; line-height:40px; height:40px; padding-bottom:10px; background-image:url(http://lghttp.24811.nexcesscdn.net/80B00B/qpb/skin/frontend/enterprise/quest/images/bkg_ticker.gif); background-repeat:no-repeat; display:inline-block; }

.event .event-ticker span, x:-moz-any-link { padding-bottom:13px; }/* FireFox 2 fix */
.event .event-ticker span, x:-moz-any-link, x:default { padding-bottom:10px; }/* FireFox 3 restore */

.event .event-ticker span.days { background-position:50% 3px; }
.event .event-ticker span.hour { background-position:50% -56px; }
.event .event-ticker span.minute { background-position:50% -115px; }
.event .event-ticker span.second { background-position:50% -174px; }
.event .event-ticker span.delimiter { background:none; }
.event .event-dates { font-size:14px; color:#555; height:51px; padding-top:4px; }
.event .event-dates .date-part { font-weight:bold; }
.event .event-dates .time-part { font-size:12px; }

.col-main .event .event-button { background:url(http://lghttp.24811.nexcesscdn.net/80B00B/qpb/skin/frontend/enterprise/quest/images/bkg_btn-co.gif) 0 50% no-repeat; line-height:27px !important; height:27px !important; padding:0 0 0 13px !important; vertical-align:middle; }
.col-main .event .event-button span { width:121px; text-align:center; background:url(http://lghttp.24811.nexcesscdn.net/80B00B/qpb/skin/frontend/enterprise/quest/images/bkg_btn-co.gif) 100% 50% no-repeat; padding:0 13px 0 0 !important; color:#fff; font:bold 15px/27px Arial, Helvetica, sans-serif !important; height:27px !important; text-transform:none; }

.event p a { color:#666; font-size:11px; }

.event .event-bottom { background:url(http://lghttp.24811.nexcesscdn.net/80B00B/qpb/skin/frontend/enterprise/quest/images/bkg_slider-events.gif) no-repeat 50% 0; position:absolute; z-index:2; height:12px; width:23px; left:50%; margin-left:-11px; bottom:-12px; }

.open .event-button span {}

.upcoming { background:#f6f6f6; }
.upcoming .status { color:#333; }
.closed .event-button,
.col-main .closed .event-button,
.col-main .upcoming .event-button,
.upcoming .event-button,
.closed .event-button span,
.col-main .closed .event-button span,
.col-main .upcoming .event-button span,
.upcoming .event-button span { line-height:27px !important; font-size:12px !important; color:#7c7b7b !important; background:none !important; padding:0 !important; width:auto !important; display:inline !important; text-transform:capitalize; }
.upcoming .event-button { text-decoration:underline !important; }
.upcoming .event-button:hover { text-decoration:none !important; }
.upcoming p a { color:#666; }
.upcoming .event-bottom { background-position:50% -187px; }

.closed { background:#494949; }
.closed .status,
.closed .event-dates { color:#e2d4c7 }
.closed .event-button {}

.event-container { clear:both; border:1px solid #d0af83; position:relative; z-index:2; border-width:1px 1px; margin-top:7px; margin-bottom:-5px; height:59px; }
.event-container .event { background-color:transparent; background-repeat:no-repeat; background-position:50% 100%; padding-bottom:18px; margin-bottom:-18px; padding-top:5px; height:52px; line-height:50px; text-align:center; width:auto; position:relative; z-index:2; border-bottom:0 !important; }
.event-container .container { display:inline; margin:0; padding:0; background:none; }
.event-container .status { display:inline; margin:0 10px 0 0; background:none; font-size:22px; }
.event-container .event-ticker { display:inline; font-size:28px; height:auto; }
.event-container .event-ticker span { line-height:50px; height:50px; padding:0; }

.event-container .event-ticker span , x:-moz-any-link { padding:5px 0 5px; }/* FireFox 2 fix */
.event-container .event-ticker span , x:-moz-any-link, x:default { padding:0; }/* FireFox 3 restore */

.event-container .event .event-ticker span.days { background-position:50% 4px; }
.event-container .event .event-ticker span.hour { background-position:50% -55px; }
.event-container .event .event-ticker span.minute { background-position:50% -114px; }
.event-container .event .event-ticker span.second { background-position:50% -173px; }

.event-container .event-dates { display:inline; font-size:22px; height:auto; }
.event-container .event-dates .time-part { font-size:14px; }
.event-container .event-dates div,
.event-container .event-dates p { display:inline; }

.container-open { background:#f7d4b6 url(http://lghttp.24811.nexcesscdn.net/80B00B/qpb/skin/frontend/enterprise/quest/images/bkg_event-container-open.gif) repeat-x 0 0; }
.container-open .open { background-image:url(http://lghttp.24811.nexcesscdn.net/80B00B/qpb/skin/frontend/enterprise/quest/images/bkg_event-container-open.gif); padding-top:3px; height:54px; }

.container-upcoming { border-color:#d0d0d0; background:#eeeeee url(http://lghttp.24811.nexcesscdn.net/80B00B/qpb/skin/frontend/enterprise/quest/images/bkg_event-container-upcoming.gif) repeat-x 0 0; }
.container-upcoming .upcoming { background-image:url(http://lghttp.24811.nexcesscdn.net/80B00B/qpb/skin/frontend/enterprise/quest/images/bkg_event-container-upcoming.gif); }

.container-closed { background:#9f958c }

/* Block: Events Lister */
.col3-layout .col-main .widget-events { margin:0 -20px 1px; position:relative; z-index:1; }
.widget-events { padding:11px; background:#f0eae3; }
.col1-layout .col-main .widget-events { padding:12px; }
.events-slider { position:relative; clear:both; margin:0 0 0; border:1px solid #d0c2b6; z-index:2; }
.events-slider .slider-panel,
.events-slider ul.slider li.slider-item,
.events-slider .slide-button { float:left; display:inline; }
.events-slider .event { position:relative; z-index:1; }

.events-slider .slider-panel { position:relative; overflow:hidden; background:#d0c2b6; z-index:1; width:0; }
.events-slider ul.slider { width:200000px; -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=1)" !important; }
.events-slider ul.slider li.slider-item { overflow:hidden; width:182px; height:386px; border-right:1px solid #d0c2b6; background:#f5f5f5 url(http://lghttp.24811.nexcesscdn.net/80B00B/qpb/skin/frontend/enterprise/quest/images/bkg_block.gif) repeat-x 0 0; padding-left:0; }
.events-slider ul.slider li.slider-item .category-name { font-size:16px; font-weight:normal; color:#454343; display:block; padding:80px 10px 0; }
.events-slider ul.slider li.slider-item .category-show { width:182px; height:241px; background:#fff url(http://lghttp.24811.nexcesscdn.net/80B00B/qpb/skin/frontend/enterprise/quest/images/bkg_category-info.gif) repeat-x 0 100%; overflow:hidden; text-align:center; display:block; text-decoration:none; }
.events-slider ul.slider li.slider-item .no-event { height:401px; }

.events-slider .slide-button { background:url(http://lghttp.24811.nexcesscdn.net/80B00B/qpb/skin/frontend/enterprise/quest/images/bkg_slide-button.gif) no-repeat 0 0; position:absolute; text-indent:-999em; cursor:pointer; top:17px; width:28px; height:28px; z-index:2; overflow:hidden; }
.events-slider .backward { left:-11px; }
.events-slider .forward { right:-11px; background-position:0 -40px; }
.events-slider .inactive { cursor:default; display:none; }

.sidebar .widget-events { background:none; padding:0; }
.sidebar .events-slider { border:1px solid #cfcfcf; margin:-1px -1px 0; background:#fff; padding:0; }
.sidebar .events-slider .event { height:115px; }
.sidebar .events-slider ul.slider li.slider-item { width:182px; height:300px; margin:0; border-color:#cfcfcf; border-width:0 1px 0 0; }
.sidebar .events-slider ul.slider .status { padding-top:10px; padding-bottom:5px; }
.sidebar .events-slider ul.slider .event-dates { height:40px; }
.sidebar .events-slider ul.slider li.slider-item .category-name { font-size:16px; font-weight:normal; color:#454343; display:block; padding:50px 10px 0; }
.sidebar .events-slider ul.slider li.slider-item .category-show { height:241px; background:#fff url(http://lghttp.24811.nexcesscdn.net/80B00B/qpb/skin/frontend/enterprise/quest/images/bkg_category-info.gif) repeat-x 0 100%; }

.sidebar .events-slider { margin-top:-1px; }
.sidebar .events-slider .backward { left:3px; top:6px; }
.sidebar .events-slider .forward { right:3px; top:6px; }

.sidebar .events-slider .event-ticker { height:45px; }
.sidebar .events-slider .event-ticker span { font-size:22px; line-height:28px; height:28px; padding-bottom:10px; background-image:url(http://lghttp.24811.nexcesscdn.net/80B00B/qpb/skin/frontend/enterprise/quest/images/bkg_ticker1.gif); background-repeat:no-repeat; display:inline-block; }
.sidebar .events-slider .event-ticker span.days { background-position:50% -10px; }
.sidebar .events-slider .event-ticker span.hour { background-position:50% -69px; }
.sidebar .events-slider .event-ticker span.minute { background-position:50% -128px; }
.sidebar .events-slider .event-ticker span.second { background-position:50% -185px; }

/* Sidebar =============================================================================== */
.sidebar .callout { display:block; margin:10px 0; }

/* Generic Block */
.sidebar .block { border-bottom:1px solid #cfcfcf; background:#f5f5f5 url(http://lghttp.24811.nexcesscdn.net/80B00B/qpb/skin/frontend/enterprise/quest/images/bkg_block.gif) repeat-x 0 0; }
.sidebar .block .block-title { padding:17px 17px 0 17px; }
.sidebar .block .block-title strong { display:block; font:14px/1.25 Arial, Helvetica, sans-serif; padding:0; color:#222; }
.sidebar .block .block-title strong span {}
.sidebar .block .block-title strong small { font-size:12px; color:#777; }
.sidebar .block .block-subtitle,
.sidebar .block h3 { font-size:1em; font-weight:bold; color:#555; }
.sidebar .block .block-content { padding:10px 17px 17px; color:#555; }
.sidebar .block .btn-remove { color:#222; margin-right:3px; }
.sidebar .block .btn-remove a { color:#222 !important; text-decoration:none !important; }
.sidebar .block .actions { margin:8px 0 0; text-align:right; }
.sidebar .block .actions a { float:left; color:#777777; margin-top:3px; }
.sidebar .block .actions button.button { float:right; }

.sidebar .block li a.btn-previous,
.sidebar .block li a.btn-remove { float:right; width:13px; height:0; padding-top:12px; margin-top:3px; overflow:hidden; background:url(http://lghttp.24811.nexcesscdn.net/80B00B/qpb/skin/frontend/enterprise/quest/images/btn_remove.gif) no-repeat 0 0; }
.sidebar .block li a.btn-previous { background:url(http://lghttp.24811.nexcesscdn.net/80B00B/qpb/skin/frontend/enterprise/quest/images/bkg_icon-back.png) no-repeat 0 0; }

.col-main .block { background:#fff; }
.col-main .block .block-title { background:#e7e7e7 url(http://lghttp.24811.nexcesscdn.net/80B00B/qpb/skin/frontend/enterprise/quest/images/bkg_block-title.gif) repeat-x 0 0; border:1px solid #e1e1e1; padding:5px 20px 5px; margin:0 -1px; }
.col-main .block .block-title h2,
.col-main .block .block-title h3 { font-size:14px; line-height:1.2; color:#000333; font-weight:bold; }
.col-main .block .block-content { padding:20px; }

/* Generic box */
.info-box { border:1px solid #cfcfcf; margin-top:-1px; background:#f5f5f5 url(http://lghttp.24811.nexcesscdn.net/80B00B/qpb/skin/frontend/enterprise/quest/images/bkg_block.gif) repeat-x 0 0; position:relative; z-index:1; }
.info-box .box-title { margin:17px 17px 0 17px; font:14px/1.25 Arial, Helvetica, sans-serif; padding:0; color:#222; }
.info-box .box-title a { font-size:11px; text-transform:lowercase; }
.info-box .box-content { padding:10px 17px 17px; color:#555; }

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

/* Block: Account */
.sidebar .block-account { background:#f5f5f5 url(http://lghttp.24811.nexcesscdn.net/80B00B/qpb/skin/frontend/enterprise/quest/images/bkg_block.gif) repeat-x 0 0; }
.sidebar .block-account .block-title { padding:26px 17px 12px; border-bottom:1px solid #d1d1d1; }
.sidebar .block-account .block-title strong { font-size:18px; line-height:23px; color:#111; }
.sidebar .block-account .block-content { padding:0; }
.sidebar .block-account li { background:url(http://lghttp.24811.nexcesscdn.net/80B00B/qpb/skin/frontend/enterprise/quest/images/bkg_dots.gif) repeat-x 0 100%; font-size:12px; padding-bottom:1px; }
.sidebar .block-account li a { color:#666; text-decoration:none; display:block; padding:5px 13px 4px; }
.sidebar .block-account li a:hover { color:#d63200; background-color:#f7eedb; color:#000; text-decoration:none; }
.sidebar .block-account li.current { font-weight:bold; background:#fff; border:1px solid #d1d1d1; border-width:1px 0; color:#000; padding:5px 13px 4px 14px; margin:-1px -1px 0 0; }
.sidebar .block-account li.last { border-bottom:0; background-image:none; }

/* Block: Layered Navigation */
.sidebar .block-layered-nav { background:none; }
.sidebar .block-layered-nav .block-title { padding:26px 17px 12px; /* border-bottom:1px solid #d1d1d1; */ }
.sidebar .block-layered-nav .block-title h2 { font-size:18px; color:#111; }
.sidebar .block-layered-nav .block-subtitle { display:none; }
.sidebar .block-layered-nav .block-content { padding:0; }
.sidebar .block-layered-nav dl { padding:10px 14px 17px 17px; }
.sidebar .block-layered-nav dt { margin:2px 0 0; font-weight:bold; font-size:12px; color:#222; }
.sidebar .block-layered-nav dd { margin:0 0 13px; color:#666; }
.sidebar .block-layered-nav dd.last { margin:0; }
.sidebar .block-layered-nav dd li { margin:2px 0; }
.sidebar .block-layered-nav dd a { color:#222; text-decoration:none; }
.sidebar .block-layered-nav dd a:hover { text-decoration:underline; }
.sidebar .block-layered-nav .currently { border:1px solid #d1d1d1; border-width:1px 0; padding:10px 10px 10px 17px; margin-bottom:-1px; background:#f4f4f4 url(http://lghttp.24811.nexcesscdn.net/80B00B/qpb/skin/frontend/enterprise/quest/images/bkg_currently.gif) repeat-x 0 -20px; }
.sidebar .block-layered-nav .currently .block-subtitle { display:block; margin-bottom:5px; }
.sidebar .block-layered-nav .currently li { padding:5px 26px 5px 0; color:#444; position:relative; z-index:1; }
.sidebar .block-layered-nav .currently li .btn-remove { position:absolute; right:-7px; top:4px; }
.sidebar .block-layered-nav .currently li .btn-previous { position:absolute; right:12px; top:4px; }
.sidebar .block-layered-nav .currently .label { font-weight:bold; color:#d33911; font-size:12px; display:inline-block; }
.sidebar .block-layered-nav .currently .value { display:inline-block; }
.sidebar .block-layered-nav .actions { text-align:right; padding:5px 7px; margin:1px 0 -1px; background:#f4f4f4; border-bottom:1px solid #d1d1d1; }
.sidebar .block-layered-nav .actions a { float:none; }

/* Block: Cart */
.sidebar .block-cart .block-title { background:#363636; padding:7px 17px; }
.sidebar .block-cart .block-title strong { font-weight:bold; color:#fff; }
.sidebar .block-cart .summary { margin:0 -17px; padding:0 12px 5px; background:#363636; color:#fff; text-align:center; position:relative; z-index:1; }
.sidebar .block-cart .summary a { font-weight:bold; color:#fff; }
.sidebar .block-cart .summary .subtotal { margin:3px 0 0; }
.sidebar .block-cart .summary .subtotal .price { font-weight:bold; }
.sidebar .block-cart .actions { margin:8px 0 13px; text-align:center; }
.sidebar .block-cart .actions button.button { float:none; }
.sidebar .block-cart .block-content { padding-top:0; }
.sidebar .block-cart .block-content table { margin:5px 0 0 0; }
.sidebar .block-cart .block-content table th { padding:1px 5px 1px 0; color:#8f8f8f; text-align:right; }
.sidebar .block-cart .block-content table td { text-align:left; padding:1px 0; }
.sidebar .block-cart  li a.btn-remove { float:none; background:none; margin:0; padding:0; width:auto; height:auto; overflow:visible; }

.sidebar .mini-products-list .product-details { margin-left:57px; }

.sidebar .mini-products-images-list li.item { float:left; padding:5px; text-align:center; }

.block-products .mini-products-list .product-details { margin-left:65px; }

/* Top Shopping Cart */
.top-cart { position: absolute; right: 110px; top: 0; padding: 8px 15px; }
.top-cart .block-title { white-space:nowrap; cursor:pointer; color:#FC3; font-weight:bold; font-size:11px; text-transform:uppercase; padding:0 0 0 0px; line-height:18px; height:18px; }
.top-cart .block-title strong { display:block; padding-right:10px; font-size:11px; color:#008fbf; text-decoration:none; font-weight: lighter; }
.top-cart .block-title.expanded { background-position:0 3px !important; }
.top-cart .block-title.expanded strong { background-position:100% -126px !important; color:#008fbf; }
.top-cart .block-content { position:absolute; right:5px; top:35px; width:267px; background:#fdfdfd; }
.top-cart .inner-wrapper { border:1px solid #c1c1c1; }
.top-cart .block-content .block-subtitle { font-size:10px; color:#d12c01; font-weight:bold; text-transform:uppercase; background:url(http://lghttp.24811.nexcesscdn.net/80B00B/qpb/skin/frontend/enterprise/quest/images/bkg_header-panel.gif) repeat-x 0 -8px; line-height:12px; padding:3px 10px 4px; }
.top-cart .block-content .block-subtitle .close-btn { float:right; width:13px; height:0; padding-top:12px; text-align:left; overflow:hidden; cursor:pointer; background:url(http://lghttp.24811.nexcesscdn.net/80B00B/qpb/skin/frontend/enterprise/quest/images/bkg_close.gif) no-repeat 0 0; position:relative; z-index:1; }
.top-cart .cart-empty .close-btn { float:right; width:13px; height:0; padding-top:12px; text-align:left; overflow:hidden; cursor:pointer; background:url(http://lghttp.24811.nexcesscdn.net/80B00B/qpb/skin/frontend/enterprise/quest/images/bkg_close.gif) no-repeat 0 0; position:relative; z-index:1; }
.top-cart .cart-empty { padding:10px 10px 10px 20px; }
.top-cart .block-content ol { padding-bottom:7px; }
.top-cart .block-content .item { padding:8px 5px 8px 11px; }
.top-cart .block-content .item .product-name { font-size:11px; line-height:14px; }
.top-cart .block-content .item .product-name a { font-size:11px; text-decoration:none; color:#444; }
.top-cart .block-content table { margin:5px 0 0 0; }
.top-cart .block-content table th { padding:1px 8px; color:#8f8f8f; text-align:right; }
.top-cart .block-content table td { text-align:left; padding:1px 0; }
.top-cart .block-content .subtotal { background:#fff url(http://lghttp.24811.nexcesscdn.net/80B00B/qpb/skin/frontend/enterprise/quest/images/bkg_dots.gif) repeat-x 0 0; padding:2px 5px; text-align:center; }
.top-cart .actions { background:#e3e3e3; text-align:center; padding:5px 11px; text-align:right; }
.top-cart .actions a { float:left; line-height:23px; }
.top-cart .actions button { float:none; }
.top-cart .actions button.button span,
.top-cart .actions button.button span span { background-image:url(http://lghttp.24811.nexcesscdn.net/80B00B/qpb/skin/frontend/enterprise/quest/images/bkg_btn-onbg.gif); background-repeat:no-repeat; }
.top-cart .paypal-logo a { float:right; }
.top-cart .paypal-logo .paypal-or { clear:both; display:block; margin: 5px 33px 5px 0px; }

/* Block: List */
.block-list .block-content ol { margin:-5px -13px; }
.block-list li.item { padding:5px 10px 5px 13px; }
.block-list .actions { padding:5px 0 0; }
.sidebar .block-list .product-name { font:normal 11px/1.25 Arial, Helvetica, sans-serif; color:#444; }
.sidebar .block-list .product-name a { color:#444; }

/* Block: Poll */
.block-poll li { margin:5px 0; }
.block-poll input.radio { float:left; margin:1px -18px 0 0; vertical-align:top; }
.block-poll .label { display:block; margin-left:18px; }
.block-poll .votes { float:right; font-weight:bold; margin-left:10px; }

/* Block: Tags */
.block-tags ul,
.block-tags li { display:inline; }

/* Block: Subscribe */
.block-subscribe {}

/* Block: Reorder */
.block-reorder li { padding:5px 0; }
.block-reorder input.checkbox { float:left; margin:3px -20px 0 0; }
.block-reorder .product-name { margin-left:20px; font-size:11px; font-weight:normal; }

/* Block: Banner */
.block-banner { border:0; margin:10px 0; }
.block-banner .block-content { border-top:0; padding:0; background:#cbcbcb; text-align:center; }
.top-container .block-banner { background:#d0d0d0; margin:0; }

/* Paypal */
.sidebar .paypal-logo { display:block; margin:10px 0; text-align:center; }
.paypal-review-order .legend { font-size:14px; font-weight:normal; margin:0 0 6px; }
.paypal-review-order .col2-set .legend { font-weight:bold; }
.paypal-review-order .paypal-shipping-method { padding-left:112px; }
.paypal-review-order .paypal-shipping-method .box-title { margin:0 0 6px; }
/* ======================================================================================= */


/* Category Page ========================================================================= */
.category-view { margin:10px 0px 10px; }
.category-view .add-to-cart-btn {margin:30px 20px 30px 0;float:right;}
.category-view .qty-desc-price-heading { padding-left:10px;clear:both; font-size:16px; font-weight:bold; }
.category-view .qty-desc-price-heading .qty-text { float: left;width: 64px;margin-left: 23px; }
.category-view .qty-desc-price-heading .desc-text { width:300px;float:left;margin-left:195px; }
.category-view .qty-desc-price-heading .price-text { float:left;width:90px;margin-left:20px;text-align:center; }

.category-title { margin-bottom:0; border:1px solid #cfcfcf; border-bottom:0; text-align:left; }
.category-title .rss-feed { float:right; margin:7px 0 0; padding-left:17px; line-height:12px; background:url(http://lghttp.24811.nexcesscdn.net/80B00B/qpb/skin/frontend/enterprise/quest/images/icon_rss.gif) 0 0 no-repeat; white-space:nowrap; text-decoration:none; }
.category-title .rss-feed:hover { text-decoration:underline; }

.category-view .note-msg,
.category-description { padding:20px; }

.results-view { margin: 0 auto; padding: 40px; width: 1000px; }
.results-view .recommendations { padding:20px 20px 0; }
.results-view a { color: #fb9d14 !important; font-family: 'Open Sans', Arial, Helvetica, Sans-Serif; font-size: 2em; text-decoration: none !important; }

.catalogsearch-result-index .page-title { margin-bottom:0; }
.catalogsearch-result-index .note-msg { margin:20px 0; }

.sidebar .category-title { margin:0; }
.category-image { text-align:center; margin:0 0 1px; }
.category-image img { display:block; margin:0 auto; }

.category-products { padding:25px 0 0; }
.category-products .price-box { font-size:12px; }
.category-products ol { list-style:none;width:100%; }

/* View Type: Grid */
.products-grid { padding:0 0 0 20px; margin:0 0 40px 0; }
.products-grid li.item { float:left; width:164px; margin-right:20px; }
.products-grid li.last { margin-right:0; }
.products-grid .actions {}
.products-grid .product-image { display:block; text-decoration:none !important; margin:0 auto 10px; position:relative; width:135px; }
.products-grid .product-name { margin-bottom:7px; word-wrap:break-word; }
.products-grid .ratings { text-align:left; line-height:13px; }
.products-grid .rating-links { display:block; padding:2px 0 0; clear:both; }
.products-grid .price-box { margin:5px 0 10px; clear:both; }

/* View Type: List */
.products-list li.item { margin:0 0 20px 0; padding:0 20px 20px 20px; background:url(http://lghttp.24811.nexcesscdn.net/80B00B/qpb/skin/frontend/enterprise/quest/images/bkg_dots.gif) repeat-x 0 100%;clear:both; }
.products-list li.last { background-image:none;clear:both; }
.products-list .product-image { float:left; margin-right:-186px; text-decoration:none !important; position:relative; }
.products-list .product-shop { margin-left:186px;width:300px;float:left;margin-top:15px; }
.products-list .product-name { margin-bottom:5px; }
.products-list .price-box { margin:20px 0 10px; }
.products-list .desc { margin:20px 0 10px; font-size:12px; }
.products-list .desc .link-learn { white-space:nowrap; }

.products-grid .special-price,
.products-list .special-price { font-size:12px; }

.products-list li.item .qty-box { float:left;width:64px;margin-top:64px;margin-left:1px; }
.products-list .centering-div { width:100%; }
.products-list .product-img { float:left;margin-right:20px; }
.products-list input.input-text { margin-left:6px;}

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


/* Product View ========================================================================== */
.catalog-product-view .col1-layout .col-main { padding-top:0; }

.col2-left-layout .product-view,
.col2-right-layout .product-view { width:738px; }
.col2-left-layout .product-view .product-shop,
.col2-left-layout .product-view .product-collateral,
.col2-right-layout .product-view .product-shop,
.col2-right-layout .product-view .product-collateral { float:none; width:677px; }
.col2-left-layout .product-view .product-img-box,
.col2-right-layout .product-view .product-img-box { float:left; width:auto;border:1px solid #cccccc; }
.col2-left-layout .product-view .product-img-box .product-image,
.col2-right-layout .product-view .product-img-box .product-image { margin:0 auto; }

.col3-layout .product-view { background:none; width:572px; }
.col3-layout .product-view .product-shop,
.col3-layout .product-view .product-collateral { float:none; width:512px; }
.col3-layout .product-view .product-img-box { float:none; width:auto; }
.col3-layout .product-view .product-img-box .product-image { margin:0 auto; }

.product-view { background: #ffffff; }
#messages_product_view { margin:0 0px; position:relative; z-index:1; }
#messages_product_view .messages { margin:0 0 1px; }
#messages_product_view .messages li { margin:0; position:relative; z-index:1; }

.product-essential {padding-bottom:70px;}

.product-collateral { float:right; clear:right; width:416px; padding:30px; }
.product-collateral .emailto-link { font-size:11px; margin:0; background:url(http://lghttp.24811.nexcesscdn.net/80B00B/qpb/skin/frontend/enterprise/quest/images/bkg_arrow-bullet.gif) no-repeat 0 4px; padding-left:12px; }

.box-collateral { background:#fff; }
.box-collateral .box-title { background:#e7e7e7; border:1px solid #e1e1e1; padding:5px 20px 5px; margin:0 0px; }
.box-collateral .box-title h2 { font-size:14px; line-height:1.2; color:#000333; font-weight:bold; }
.box-collateral .box-content { padding:20px; }

.tab-list { position:relative; }
.tab-list .tab { float:left; cursor:pointer; }
.tab-list .last {}
.tab-list .active { cursor:default }
.tab-list .tab-container { position:absolute; left:0; width:100%; }
.tab-list .tab-content {}

.collateral-tabs { padding-bottom:20px; margin:0; }
.collateral-tabs .tab { position:relative; z-index:2; margin-right:3px; background:#dedede url(http://lghttp.24811.nexcesscdn.net/80B00B/qpb/skin/frontend/enterprise/quest/images/bkg_collateral-tabs.gif) no-repeat 0 -39px; color:#222; padding:0 0 0 17px; font-size:12px; }
.collateral-tabs .tab span { background:url(http://lghttp.24811.nexcesscdn.net/80B00B/qpb/skin/frontend/enterprise/quest/images/bkg_collateral-tabs.gif) no-repeat 100% -39px; padding:0 17px 0 0; line-height:24px; float:left; }
.collateral-tabs .last {}
.collateral-tabs .active { color:#000; font-weight:bold; z-index:3; border-bottom:0; background:#fff url(http://lghttp.24811.nexcesscdn.net/80B00B/qpb/skin/frontend/enterprise/quest/images/bkg_collateral-tabs.gif) 0 0 no-repeat; }
.collateral-tabs .active span { background-position:100% 0; padding-bottom:1px; }
.collateral-tabs .tab-container { z-index:1; top:24px; background:#fff; }
.collateral-tabs .tab-content { padding:30px 25px; background:#fff; border:1px solid #c4c4c4; font-size:12px; }
.collateral-tabs .tab-content object,
.collateral-tabs .tab-content embed { width:100% !important; height:auto !important; }

/* Product Images */
.product-view .product-img-box { float:left; width:250px; }
.product-view .product-img-box .product-image img { background:#fff; } /*IE8 PNG Fix */
.product-view .product-img-box p.notice { text-align:center; padding:5px 0; font-size:11px; }
.product-view .product-img-box .product-image { overflow:hidden; z-index:3; }
.product-view .product-img-box .product-image-zoom { position:relative; width:370px; height:370px; overflow:hidden; z-index:3; }
.product-view .product-img-box .product-image-zoom img { position:absolute; left:0; top:0; cursor:move; }
.product-view .product-img-box .zoom-notice { 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://lghttp.24811.nexcesscdn.net/80B00B/qpb/skin/frontend/enterprise/quest/images/slider_bg.gif) 50% 50% no-repeat; cursor:pointer; }
.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://lghttp.24811.nexcesscdn.net/80B00B/qpb/skin/frontend/enterprise/quest/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 { margin:10px 0 0; padding:0 0 0; }
.product-view .product-img-box .more-views h2 { display:none; }
.product-view .product-img-box .more-views li { float:left; border:1px solid #ddd; margin:0 6px 6px 0; }

.product-image-popup { margin:0 auto; }
.product-image-popup .buttons-set { clear:none; line-height:28px; margin:0 0 10px; float:right; width:150px; text-align:right; }
.product-image-popup .buttons-set .button { vertical-align:middle; float:none; }
.product-image-popup .image { display:block; clear:both; margin:15px auto 15px; }
.product-image-popup .image-label { font-size:14px; text-align:left; clear:both; font-weight:normal; color:#000; line-height:19px; margin:0 0 10px; }

.product-image-popup .nav { text-align:center; margin:0 auto; width:120px; }
.product-image-popup .nav .prev,
.product-image-popup .nav .next { margin:0 15px; display:inline; background:url(http://lghttp.24811.nexcesscdn.net/80B00B/qpb/skin/frontend/enterprise/quest/images/bkg_slide-button.gif) no-repeat 0 0; text-indent:-999em; cursor:pointer; width:28px; height:28px; z-index:2; overflow:hidden; float:left; }
.product-image-popup .nav .prev { left:-19px; float:left; }
.product-image-popup .nav .next { right:-19px; float:right; background-position:0 -40px; }

/* Product Shop */
.product-view .product-shop { float:right; width:416px; padding:0 30px; }
.product-view .product-shop .product-main-info { margin:0 -30px 30px; padding:0px 12px 0px; background:#f6f6f6 url(http://lghttp.24811.nexcesscdn.net/80B00B/qpb/skin/frontend/enterprise/quest/images/pcv4_h1_back.jpg) repeat-x 0 0; border-bottom:1px solid #cfcfcf; }
.product-view .product-shop p,
.product-view .product-shop .ratings { margin:0;}
.product-view .product-shop .ratings p { margin:0; }
.product-view .product-shop .product-ids { margin:4px 0 10px; color:#777777; display:none; }
.product-view .product-shop .availability { font-size:12px; }
.product-view .product-shop .price-box { margin:10px 0; }
.product-view .product-shop .price-box .price-label { font-size:11px; }
.product-view .product-shop .price-box .price-as-configured .price-label { font-size:12px; }
.product-view .product-shop .price-box .price-as-configured .price { color:#e55100; font-size:14px; }
.product-view .product-shop .price-box .price-including-tax .price,
.product-view .product-shop .price-box .regular-price .price { color:#111; font-size:14px; }
.product-view .product-shop .price-box .special-price .price-label,
.product-view .product-shop .price-box .special-price .price { font-size:14px; color:#c73615; }
.product-view .product-shop .price-box .price-as-configured .price-including-tax .price { color:#e55100; }
.product-view .product-shop .price-box .price-as-configured .price-excluding-tax .price { color:#222; font-size:11px; }
.product-view .product-shop .price-box p { margin:4px 0; }
.product-view .product-shop .add-to-links { float:left; margin:10px 0; }
.product-view .product-name h1 { font-family:"Trebuchet MS", Verdana, Arial, sans-serif;font-size:18px; text-align:left;line-height:1.2; color:#000000; font-weight:bold; }
.product-view .product-ids { text-transform:uppercase; }
.product-view .short-description { padding:10px 0; clear:both; font-size:12px; }
.product-view .short-description h2 { margin:0 0 5px; font-size:13px; }
.product-view .product-shop .add-to-cart { float:left; padding:2px 15px 10px 0; }

/* Rating */
.rating-box { width:65px; height:13px; font-size:0; line-height:0; background:url(http://lghttp.24811.nexcesscdn.net/80B00B/qpb/skin/frontend/enterprise/quest/images/bkg_rating.gif) 0 100% repeat-x; overflow:hidden; }
.rating-box .rating { float:left; height:13px; background:url(http://lghttp.24811.nexcesscdn.net/80B00B/qpb/skin/frontend/enterprise/quest/images/bkg_rating.gif) 0 0 repeat-x; }
.ratings { margin:5px 0; }
.ratings .rating-box { float:left; margin-right:5px; }
.ratings .amount { font-size:12px; }
.ratings .rating-links { margin:0; font-size:11px; }
.ratings .rating-links a { text-decoration:underline; }
.ratings .rating-links a:hover { text-decoration:none; }
.ratings .rating-links .separator { margin:0 3px; }

/* Availability */
.availability { font-weight:bold; }
.availability.in-stock { color:#1b6800; }
.availability.out-of-stock { color:#cf3a00; }
.availability-only { margin:10px 0 7px; line-height:16px; background:url(http://lghttp.24811.nexcesscdn.net/80B00B/qpb/skin/frontend/enterprise/quest/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://lghttp.24811.nexcesscdn.net/80B00B/qpb/skin/frontend/enterprise/quest/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:#d12c01; }
.availability-only-details { margin:0 0 7px; border:1px solid #d9d9d9; }
.availability-only-details thead { background:url(http://lghttp.24811.nexcesscdn.net/80B00B/qpb/skin/frontend/enterprise/quest/images/bkg_thead.gif) repeat-x scroll 0 0 #e8e8e8; }
.availability-only-details th,
.availability-only-details td { padding:2px 8px; }
.availability-only-details th { border-bottom:1px solid #d9d9d9; font-size:10px; text-transform:uppercase; }
.availability-only-details td { background:#fff; font-size:11px; }
.availability-only-details tr.odd td.last { color:#d95e00; font-weight:bold; }

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

/* Regular price */
.regular-price .price { font-weight:bold; }

/* Old price */
.old-price { text-decoration:line-through; color:#989696; }
.old-price .price-label { white-space:nowrap; color:#989696; }
.old-price .price { font-weight:normal; text-decoration:line-through; color:#989696; }
.sidebar .old-price .price-label { display:none !important; }

/* Special price */
.special-price .price-label { white-space:nowrap; color:#000000; font-weight:bold; }
.special-price .price { font-weight:bold; color:#000000; }
.sidebar .special-price .price-label { display:none !important; }

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

.minimal-price-link { display:block; margin:5px 0; text-decoration:none; }
a.minimal-price-link:hover { text-decoration:underline; }
.minimal-price-link .label { font-weight:bold; }
.minimal-price-link .price { font-weight:bold; }

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

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

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

/* FPT */
.weee { display:block; font-size:11px; }
.weee .price { font-size:11px; font-weight:bold; }

/* 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 .price-label { white-space:nowrap; }
.price-from .price { white-space:nowrap; }
.price-to .price { white-space:nowrap; }
.price-to .price-label { white-space:nowrap; }

/* Price as configured */
.price-as-configured .price-label {white-space:nowrap; }
.price-as-configured .price { font-size:14px; color:#e55100; }

/* Price notice next to the options */
.price-notice { padding-left:10px; }
.price-notice .price { font-weight:bold; }
/********** Product Prices > */

/* Tier Prices */
.product-pricing { background:#fbf4de; border:1px solid #e2d4c7; padding:8px; margin:20px 0; }
.product-pricing li { line-height:1.35; margin:2px 0; }
.product-pricing li .price { font-weight:bold; }
.product-pricing li .benefit { font-weight:bold; }

/* Add to Links */
.add-to-links { margin:5px 0 0; font-size:11px; }
.add-to-links li { margin:2px 0; }
.add-to-links a { color:#777777; }
.add-to-links .separator { display:none; }

/* Add to Cart */
.add-to-cart label { font-size:12px; vertical-align:middle; font-weight:bold; margin-right:5px; text-transform:capitalize; }
.add-to-cart .qty { vertical-align:middle; margin-right:10px; width:60px; }
.add-to-cart .paypal-logo { clear:left; text-align:right; }
.add-to-cart .paypal-logo .paypal-or { clear:both; display:block; margin:5px 60px 5px 0; }
.add-to-cart-alt { white-space:nowrap; padding:5px 0; }
.add-to-cart-alt .qty { margin-right:5px; }
.add-to-cart-alt .qty,
.add-to-cart-alt .button { vertical-align:middle; }

/* On product view */
.product-view .product-essential button.btn-cart span,
.add-to-cart button.btn-cart span { background-image:url(http://lghttp.24811.nexcesscdn.net/80B00B/qpb/skin/frontend/enterprise/quest/images/bkg_btn-co.gif); padding:0 0 0 13px !important; height:27px!important; }
.product-view .product-essential button.btn-cart span span,
.add-to-cart button.btn-cart span span { border:0; background-image:url(http://lghttp.24811.nexcesscdn.net/80B00B/qpb/skin/frontend/enterprise/quest/images/bkg_btn-co.gif); padding:1px 32px 0 19px !important; color:#fff; font:bold 15px/26px Arial, Helvetica, sans-serif !important; height:26px; text-transform:none; }
.product-view .product-essential button.btn-gr span span,
.add-to-cart button.btn-gr span span { font-size:14px !important; padding:1px 18px 0 10px !important; }
.product-view .add-to-cart .paypal-logo { margin:0; }


/* Add to Links + Add to Cart */
.add-to-box .add-to-links { margin:0 !important; }
.add-to-box .add-to-links li { margin:0 0 2px; }

/* Product Options */
.product-options { margin:10px 0 0; }
.product-options dt label { font-weight:bold; font-size:12px; }
.product-options dt .required em { margin-left:5px; }
.product-options dd .qty-holder { display:block; padding:10px 0; }
.product-options dd .qty-holder label { vertical-align:middle; }
.product-options dd .qty-disabled { background:none; border:0; padding:3px; color:#000; }
.product-options dd { margin:5px 0 15px; padding:0 0 12px; border-bottom:1px solid #e7e7e7; }
.product-options dl.last dd.last {}
.product-options dd .input-box { display:block; padding-right:20px; }
.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 .time-picker select { vertical-align:middle; }
.product-options dd textarea { width:98%; height:8em; }
.product-options dd select { width:100%; }
.product-options .options-list {}
.product-options .options-list li { vertical-align:middle; margin:0; padding:2px 0; line-height:1.315; }
.product-options .options-list input.radio { float:left; margin:2px -18px 0 0; }
.product-options .options-list input.checkbox { float:left; margin:2px -20px 0 0; }
.product-options .options-list .label { display:block; margin-left:20px; }
.product-options .validation-error .options-list,
.product-options ul.validation-failed { padding:2px 1px !important; position:relative; z-index:2; top:-3px; left:-2px; margin-right:-2px; }
.options-container-small .product-options .validation-error .options-list,
.options-container-small .product-options ul.validation-failed { padding:0 1px !important; position:relative; z-index:2; top:-1px; left:-2px; margin-right:-2px; }
.product-options li { margin:3px 0; }

.product-options-bottom .product-pricing { clear:both; }
.product-view .product-options-bottom { padding:0; margin:0 0 5px; }
.product-view .product-options-bottom .add-to-cart { float:left; padding-right:15px; padding-bottom:20px; }
.product-view .product-options-bottom .price-box { margin:0 !important; float:right; }
.product-view .product-options-bottom p.required { padding:5px 0 0; clear:both; text-align:right; width:auto; }

/* Options in product info column */
.options-container-small { margin:20px 0 0; }
.options-container-small .product-pricing { display:none; }
.options-container-small .price-box { display:none; }
.options-container-small .add-to-cart { padding:13px 15px 0 0 !important; }
.options-container-small .product-options-bottom p.required { padding:0 0 0 90px; width:auto; float:left; clear:left; text-align:left; }
.options-container-small dt { clear:left; float:left; line-height:1.2; width:40px; padding:3px 5px 3px 0; margin:0 0 8px; }
.options-container-small dd { float:left; width:275px; border-bottom:0; padding:0; margin:0 0 8px; }
.options-container-small .product-options { margin:0 -14px 0; }

/* Options after product info column */
.options-container-big { clear:both; background:#fff; padding:20px; border-top:1px solid #cfcfcf; border-width:1px 0; }

/* Bundle product - alternative view */
#customizeTitle { margin:0; }
.product-options .bundle-summary { font-size:11px; }
.bundleProduct .product-options { font-size:12px; margin-top:0; }
.bundleProduct .product-options-bottom { padding:0; font-size:12px; margin:0 0 5px; line-height:27px; }
.bundleProduct .product-options-bottom .add-to-cart { float:right; margin:0 0 0 20px; }
.bundleProduct .product-options-bottom .price-box { margin:0; float:right; }
.bundleProduct .product-options-bottom p.required { padding:5px 0 0; width:auto; clear:both; text-align:right; }
.with-bundle { position:relative; z-index:1; background:#fff url(http://lghttp.24811.nexcesscdn.net/80B00B/qpb/skin/frontend/enterprise/quest/images/bkg_cols.gif) 460px 0 repeat-y; }

/**/
#bundle-product-wrapper { border-top:0px solid #cfcfcf; border-bottom:0px solid #cfcfcf; float:left; width:938px; overflow:hidden; position:relative; z-index:1; }
#bundleProduct { width:1877px; z-index:1; position:relative; }
#productView { margin:0; position:static; border:0; }
#options-container { min-height:510px; width:938px; position:relative; z-index:2; float:right; border-left:0px solid #cfcfcf; left:-1px; }
#options-container h1 { text-align:left; }

#bundleProduct .add-to-links { float:none; }

/* Bundle Product 2 column design */
.col2-left-layout  #bundle-product-wrapper,
.col2-right-layout #bundle-product-wrapper { width:755px; }
.col2-left-layout  #bundleProduct,
.col2-right-layout #bundleProduct { background-position:574px 0; width:1511px; }
.col2-left-layout  #options-container,
.col2-right-layout #options-container { background-position:277px 0; left:-20px; width:737px; }
.col2-left-layout  #options-container .product-options,
.col2-right-layout #options-container .product-options { width:459px; }
.col2-left-layout  #options-container .product-options-bottom,
.col2-right-layout #options-container .product-options-bottom { width:429px; }
.col2-left-layout  .bundle-summary,
.col2-right-layout .bundle-summary { left:460px; }

/* Bundle Product 3 column design */
.col3-layout #bundle-product-wrapper,
.col3-layout #options-container { width:572px; }
.col3-layout #bundleProduct { background-position:390px 0; width:1144px; }
.col3-layout #options-container { background-position:94px 0; }
.col3-layout #productView { margin-right:-10px; }
.col3-layout #options-container .product-options { width:276px; }
.col3-layout #options-container .product-options-bottom { width:246px; }
.col3-layout #options-container .product-options-bottom .price-box { float:none; }
.col3-layout .bundle-summary { left:277px; }

#options-container .product-options { font-size:12px; margin-top:0; font-size:11px; z-index:1; margin:0; width:600px; padding:20px 20px 0; clear:both; position:relative; z-index:1; }
#options-container .product-options-bottom { padding:0 20px 20px; width:600px; margin:0 0 5px; }
#options-container .product-options-bottom .add-to-cart { float:right; margin:0 0 0 20px; }
#options-container .product-options-bottom .price-box { margin:0 0 15px; float:right; }
#options-container .product-options-bottom p.required { padding:5px 0 0; width:auto; clear:both; text-align:right; }
.moving-now {}

.bundle-summary { background:none!important; position:absolute; z-index:2; left:643px; margin-top:0; padding:20px; width:256px; }
.bundle-summary .product { background:#fff; border-bottom:1px solid #ddd; margin-bottom:10px; padding:10px 8px; -webkit-box-shadow:0px 0px 5px #999; -moz-box-shadow:0px 0px 5px #999; box-shadow:0px 0px 5px #999; }
.bundle-summary .product .block-title { background:none; border:solid #e6e6e6; border-width:0 0 1px; margin:0 0 10px; padding:5px 0; position:relative; }
.bundle-summary .product .block-title h2 { color:#5a5a5a; font-weight:normal; padding-left:5px; }
.bundle-summary .product-image { border:1px solid #d6d6d6; float:left; margin:0 -60px 0 0; }
.bundle-summary .product-details {}
.bundle-summary .product-details p.availability { font-weight:bold; font-size:11px; margin:28px 0 0; position:relative; }
.bundle-summary .price-box { margin-bottom:35px; }
.bundle-summary .price-box .price-as-configured .price { font-weight:normal; }
.bundle-summary .price-box .price-as-configured .price-label { color:#010101; font-size:14px; font-weight:normal; margin-right:10px; }
.bundle-summary .product-name { font-size:16px; color:#111; }
.bundle-summary .product .add-to-links { border-top:1px solid #e6e6e6; margin-top:10px; padding:7px 0 2px 5px; }
.bundle-summary .product .add-to-links .clickable > strong,
.bundle-summary .product .add-to-links a { color:#ef5d24; font-weight:bold; }
.bundle-summary .product .add-to-links li { display:inline-block; }
.bundle-summary .product .add-to-links li:first-child { margin-right:15px; }
.bundle-summary .summary { padding:10px 8px !important; -webkit-box-shadow:0px 0px 5px #999; -moz-box-shadow:0px 0px 5px #999; box-shadow:0px 0px 5px #999; }
.bundle-summary .summary h4 { border-bottom:1px solid #e6e6e6; color:#5a5a5a; font-size:14px; font-weight:normal; padding:0 0 5px 5px; }
.bundle-summary .summary ul { margin:6px 0 10px; }
.bundle-summary .summary li { background:url(http://lghttp.24811.nexcesscdn.net/80B00B/qpb/skin/frontend/enterprise/quest/images/bkg_dots.gif) repeat-x bottom; margin:0; padding:11px 0 7px; }
.bundle-summary .summary .last { background:none; padding-bottom:0; }
.bundle-summary button.btn-cart span,
.bundle-summary button.btn-cart span span { background-image:url(http://lghttp.24811.nexcesscdn.net/80B00B/qpb/skin/frontend/enterprise/quest/images/bg_bundle_btn.gif); font-weight:normal !important; height:23px !important; line-height:23px !important; padding:0 0 0 18px !important; }
.bundle-summary button.btn-cart span span { padding:0 18px 0 0 !important; }
.bundle-summary .add-to-cart .qty { margin-right:80px; }
.bundle-summary .add-to-cart button { margin:10px 0 0; }
.bundle-summary .add-to-cart .paypal-logo { text-align:left; }
.bundle-summary .add-to-cart .paypal-or { margin:5px 0 5px 42px; }
#bundleProduct .page-title a { color:#ef5d24; position:relative; text-decoration:none; top:4px; }
#bundleProduct .page-title a:hover { text-decoration:underline; }
#bundleProduct .page-title a small { font-size:14px; font-weight:bold; }
#bundleProduct .product-options { padding:0; width:642px; }
#bundleProduct .product-options dt,
#bundleProduct .product-options dd { background:url(http://lghttp.24811.nexcesscdn.net/80B00B/qpb/skin/frontend/enterprise/quest/images/bg_bundle_options.png) repeat-x; }
#bundleProduct .product-options dd { background-position:0 -33px; border-bottom:1px solid #bfbfbf; margin:0; padding:20px 10px 20px 30px; }
#bundleProduct .product-options dt { border-bottom:1px solid #e6e6e6; color:#010101; line-height:32px; padding:0 10px 0 30px; }
#bundleProduct .product-options dl.last .last { border-bottom:none; }
#bundleProduct .product-options p.required { padding:0; position:absolute; right:10px; top:10px; }
#bundleProduct .product-options-bottom { background:url(http://lghttp.24811.nexcesscdn.net/80B00B/qpb/skin/frontend/enterprise/quest/images/bg_bundle_options_bottom.png) repeat-x 0 0; padding:11px 15px 0; width:612px; }
#bundleProduct .product-options-bottom a { color:#ef5d24; font-size:11px; font-weight:bold; text-decoration:none; }
#bundleProduct .product-options-bottom a:hover { text-decoration:underline; }
#bundleProduct .product-options-bottom a small { font-size:14px; }
#bundleProduct .product-options-bottom .price-as-configured { font-size:11px; }
#bundleProduct .product-options-bottom .price-as-configured .price { font-size:12px; vertical-align:baseline; }
#bundleProduct .product-options-bottom .price-as-configured .price-label { color:#010101; font-weight:bold; margin-right:15px; }

/* Grouped Product */
.groped-product-type { position:relative; z-index:2; margin:20px -30px -20px; background:#fff; border-top:1px solid #cfcfcf; padding:20px 30px 0; }
.grouped-items td { vertical-align:middle; padding:5px 10px; }

/* Gift Card product */
.giftcard-form {}
.giftcard-amount-form { margin:0 0 10px; }
.giftcard-amount-form label { width:120px; text-align:left; padding-right:5px; }
.giftcard-amount-form .form-list .input-text { width:70px; }
.giftcard-amount-form .form-list select { width:150px; }
.giftcard-amount-form .form-list .input-box { padding-right:20px; margin-right:9px; }
.giftcard-amount-form .form-list .input-box .v-fix { white-space:nowrap; }
.giftcard-amount-form .form-list .input-box p.notice { float:left; padding:0; clear:left; width:55px; margin:5px -100px 0 0; white-space:nowrap; font-size:11px; position:relative; z-index:1; }
.giftcard-amount-form .form-list .input-box p.notice span { margin-right:5px; display:block; }
.giftcard-send-form { background:#fff; z-index:2; position:relative; border-top:1px solid #ddd; padding:30px 30px 10px; margin:0 -30px -30px; }
.giftcard-send-form label { width:120px; text-align:left; padding-right:5px; padding-bottom:5px; }
.giftcard-send-form .field label { padding-bottom:0; }
.giftcard-send-form .field .input-text { width:249px !important; }

/* Block: Related */
.product-view .box-related { font-size:11px; }
.product-view .box-related p { margin:0; }
.product-view .box-related .product-name { font-size:12px; }
.product-view .box-related .price-box { margin:8px 0; }
.product-view .box-related .note { padding:5px 20px; margin:0; font-size:12px; background:#f7edda; }
.product-view .box-related .note,
.product-view .box-related .note a { color:#d02600; }
.product-view .box-related input.checkbox { position:absolute; margin:3px 0 0 105px; }
.product-view .box-related ol { padding:20px 0 20px 20px !important; }
.product-view .box-related li.item .item-info { margin-right:20px; }
.product-view .box-related li.item { width:31.5%; float:left; margin-right:1%; }
.product-view .box-related li.item p a { color:#777777; }
.product-view .box-related li.item .product-image { float:left; margin-right:-100px; width:100px; }
.product-view .box-related li.item .product-details { margin-left:125px; }

/* 3 Column Block: Related */
.col3-layout .product-view .box-related li.item .product-image { display:block; float:none; margin:0 auto; }
.col3-layout .product-view .box-related li.item .product-details { margin-left:0; }
.col3-layout .product-view .box-related input.checkbox { margin-left:135px; }

/* Block: Upsell */
.product-view .box-up-sell .products-grid { padding:30px 0 10px 61px; margin:0; }
.product-view .box-up-sell .products-grid li { width:176px; margin-right:40px; display:inline; }

/* 2 Column Block: Upsell */
.col2-left-layout  .product-view .box-up-sell .products-grid,
.col2-right-layout .product-view .box-up-sell .products-grid { padding:30px 0 10px 30px; margin-right:0; }
.col2-left-layout  .product-view .box-up-sell .products-grid li,
.col2-right-layout .product-view .box-up-sell .products-grid li { display:inline; width:140px; }

/* 3 Column Block: Upsell */
.col3-layout .product-view .box-up-sell .products-grid { padding:30px 0 10px 15px; margin:0; }
.col3-layout .product-view .box-up-sell .products-grid li { width:135px; margin-right:2px; display:inline; }

/* Block: Tags */
.product-view .box-tags h3 { font-size:12px; font-weight:normal; }
.product-view .box-tags .form-add-tags { padding:5px 0 0 0; }
.product-view .box-tags .form-add-tags label { margin:0; font-weight:bold; font-size:12px; padding:2px 15px 0 0; height:4em; float:left; }
.product-view .box-tags .form-add-tags .input-box { margin:0; display:inline-block; }
.product-view .box-tags .form-add-tags div.validation-passed,
.product-view .box-tags .form-add-tags div.validation-error { padding-right:17px; }
.product-view .box-tags .form-add-tags input.input-text { width:300px; }
.product-view .box-tags .form-add-tags button.button { margin-left:5px; vertical-align:top; }
.product-view .box-tags .form-add-tags p { padding:5px 0; font-size:11px; }
.product-view .box-tags .tags-list { margin:15px 0; line-height:1.5em; }
.product-view .box-tags .tags-list li { display:inline; font-size:10px; margin:0 5px 0 0; }
.product-view .box-tags .tags-list li a { text-decoration:none; font-size:12px; margin:0; padding:3px; background:#fffcf0; }
.product-view .box-tags .tags-list li a:hover { text-decoration:underline; }
.product-view .box-tags .form-add-tags .input-box , x:-moz-any-link { float:left; }/* FireFox 2 fix */
.product-view .box-tags .form-add-tags .button , x:-moz-any-link { margin-bottom:15px; }/* FireFox 2 fix */
.product-view .box-tags .form-add-tags .input-box , x:-moz-any-link, x:default { float:none; }/* FireFox 3 restore */
.product-view .box-tags .form-add-tags .button , x:-moz-any-link, x:default { margin-bottom:0; }/* FireFox 3 restore */

/* Block: Reviews */
.product-view .product-main-info .review-summary-table { margin:10px 0; }
.review-summary-table { border:0; margin:0 0 10px; }
.review-summary-table th,
.review-summary-table td { padding:2px 5px; }
.review-summary-table tr.last td { border:0; }
.review-summary-table th.label,
.review-summary-table td.label { width:1px; white-space:nowrap; padding-left:0; background:none; }

.product-view .box-reviews .pager { border-width:1px 0; margin:0; }
.product-view .box-reviews dt { margin:10px 0; font-style:italic; }
.product-view .box-reviews dt a { font-weight:bold; font-style:normal; margin-right:10px; }
.product-view .box-reviews dd { margin:10px 0 20px; padding:0 0 10px; background:url(http://lghttp.24811.nexcesscdn.net/80B00B/qpb/skin/frontend/enterprise/quest/images/bkg_dots.gif) repeat-x 0 100%; }
.product-view .box-reviews dd p { margin:0 0 10px; }
.product-view .box-reviews dd .date { margin:0 0 10px; font-style:italic; }
.product-view .box-reviews dd.last { background:none; margin-bottom:0; }
/* Add Review Form */
.product-view .box-reviews .product-name { font-weight:normal; margin-bottom:20px; }
.product-view .box-reviews .product-name span { font-weight:bold; }
.product-view .box-reviews .form-list { margin:15px 0; }

.product-view .box-reviews .form-list .review-summary-table thead { background:none; }
.product-view .box-reviews .form-list .review-summary-table thead th { background:none; border:0; }
.product-view .box-reviews .form-list .review-summary-table .value { text-align:center; }
/* ======================================================================================= */


/* Product Review ======================================================================== */
.review-product-list .col-main { padding-top:0; }

.product-review .product-img-box { float:left; width:285px; }
.product-review .product-img-box .product-image { display:block; margin:0 0 15px; }
.product-review .details { float:right; width:400px; }

.product-review .details .product-name { font-size:15px; font-weight:bold; color:#151515; line-height:19px; margin:0 0 10px; }
.product-review .details p.date { font-size:12px; font-style:italic; }
.product-review .details p { margin:10px 0; }
.product-review .details .review-summary-table { margin:10px 0; }
.product-review .buttons-set { clear:both; padding:25px 0 0; }

.review-product-view .col-main { background:#fff url(http://lghttp.24811.nexcesscdn.net/80B00B/qpb/skin/frontend/enterprise/quest/images/bkg_cols.gif) repeat-y -430px 0; padding:0; }
.review-product-view .col-main .page-title { margin-left:0; margin-right:0; }
.review-product-view .product-review .product-img-box { padding:0 0 20px 20px; }
.review-product-view .product-review .details { width:570px; padding:0 20px 20px 0; }
.review-product-view .product-review .buttons-set { border-top:1px solid #d1d1d1; background:#fff; margin:0; padding:15px 20px; }
/* ======================================================================================= */


/* CMS ============================================================================= */
.cms-home .col1-layout,
.cms-index-index .col1-layout { border:0; }
.cms-home .top-callout,
.cms-index-index .top-callout { margin-bottom:6px; }
.cms-home .col1-layout .col-main,
.cms-index-index .col1-layout .col-main { padding:0; }

.cms-home .col2-set .col-1,
.cms-index-index .col2-set .col-1 { width:705px; }
.cms-home .col2-set .col-2,
.cms-index-index .col2-set .col-2 { width:244px; border:1px solid #d9d7ca; border-left:0; margin-left:-244px; }
.cms-home .col2-set .col-2 img,
.cms-index-index .col2-set .col-2 img { display:block; margin:6px auto; }

.cms-home .col1-layout .category-view,
.cms-index-index .col1-layout .category-view { margin:0 0 20px; }
.cms-home .col1-layout .page-title,
.cms-index-index .col1-layout .page-title { margin:3px 0 0; }
.cms-home .col1-layout .products-grid,
.cms-index-index .col1-layout .products-grid { margin:0; border:1px solid #cbc0b2; padding-top:20px; padding-bottom:20px; }
.cms-home .col1-layout .products-list,
.cms-index-index .col1-layout .products-list { margin:0; border:1px solid #cbc0b2; padding-top:20px; }

.cms-hp-touchsmart-iq506-has-arrived .col-main { padding:0; }
.cms-hp-touchsmart-iq506-has-arrived .main { margin-top:0; }
.cms-hp-touchsmart-iq506-has-arrived .breadcrumbs { display:none; }
.new-product-spotlight { border:1px solid #cfcfcf; border-top:0; background:url(http://lghttp.24811.nexcesscdn.net/80B00B/qpb/skin/frontend/enterprise/quest/images/callouts/electronics/new_computer_bg.jpg) no-repeat; height:519px; position:relative; }
.new-product-spotlight .link { position:absolute; top:95px; left:318px; }
.new-product-spotlight .more-new-positioning { position:absolute; top:42px; right:70px; width:207px; }
.new-product-spotlight .more-new-positioning h3 { margin-bottom:5px; font-size:11px; text-transform:uppercase; font-weight:bold; }
.new-product-spotlight .more-new { position:relative; height:335px; }
.new-product-spotlight .more-new .arrow-up { position:absolute; top:0; left:0; height:20px; width:207px; background:url(http://lghttp.24811.nexcesscdn.net/80B00B/qpb/skin/frontend/enterprise/quest/images/callouts/electronics/more_new_arrow.gif) no-repeat; text-indent:-999em; }
.new-product-spotlight .more-new .arrow-down { position:absolute; bottom:0; left:0; height:20px; width:207px; background:url(http://lghttp.24811.nexcesscdn.net/80B00B/qpb/skin/frontend/enterprise/quest/images/callouts/electronics/more_new_arrow.gif) no-repeat 0 100%; text-indent:-999em; }
.new-product-spotlight .more-new .content { position:absolute; top:20px; left:0; width:205px; height:295px; border-width:0 1px; border-style:solid; border-color:#dcdcdc; background:#fff; }
.new-product-spotlight .more-new ol { margin:10px 15px; padding-left:0; list-style-type:none; }
.new-product-spotlight .more-new .item { padding:10px 0 10px 85px; border-bottom:1px solid #d2d2d2; }
.new-product-spotlight .more-new .item.top {padding-top:0; }
.new-product-spotlight .more-new .item.last { border-bottom:0; padding-bottom:0; }
.new-product-spotlight .more-new .item img { float:left; margin-left:-85px; position:relative; }
.new-product-spotlight .more-new a { font-weight:bold; }

.cms-menu { padding:15px; border-bottom:1px solid #d1d1d1; background:#fff url(http://lghttp.24811.nexcesscdn.net/80B00B/qpb/skin/frontend/enterprise/quest/images/bkg_cms-menu.gif) 0 0 repeat-x; font-size:12px; list-style-position:inside; }
.col-main .cms-menu { float:left; width:240px; border:1px solid #d1d1d1; margin:0 10px 5px 0; }
.cms-menu li { color:#777777; margin:3px 0; }
.cms-menu li.parent > a,
.cms-menu li.parent > strong { background:url(http://lghttp.24811.nexcesscdn.net/80B00B/qpb/skin/frontend/enterprise/quest/images/bkg_cms-menu-arrow-down.gif) 100% 50% no-repeat; padding-right:13px; }
.cms-menu li strong { font-size:13px; font-weight:bold; color:#333; }
.cms-menu li ul,
.cms-menu li ol { padding-left:15px; margin-bottom:7px; list-style-position:inside; }
/* CMS Menu Types */
ol.cms-menu.type-1 { list-style-type:decimal; }
ol.cms-menu.type-1 ol { list-style-type:decimal; }
ol.cms-menu.type-a { list-style-type:lower-alpha; }
ol.cms-menu.type-a ol { list-style-type:lower-alpha; }
ol.cms-menu.type-A { list-style-type:upper-alpha; }
ol.cms-menu.type-A ol { list-style-type:upper-alpha; }
ol.cms-menu.type-i { list-style-type:lower-roman; }
ol.cms-menu.type-i ol { list-style-type:lower-roman; }
ol.cms-menu.type-I { list-style-type:upper-roman; }
ol.cms-menu.type-I ol { list-style-type:upper-roman; }

ul.cms-menu.type-circle { list-style-type:circle; }
ul.cms-menu.type-circle ul { list-style-type:circle; }
ul.cms-menu.type-disc { list-style-type:disc; }
ul.cms-menu.type-disc ul { list-style-type:disc; }
ul.cms-menu.type-square { list-style-type:square; }
ul.cms-menu.type-square ul { list-style-type:square; }
/* ======================================================================================= */


/* Content Styles ================================================================= */
.product-name { font-size:12px; font-weight:bold; color:#333; }
.product-name a { color:#00F; text-decoration:underline; }
.product-name a:hover { color:#00F; text-decoration:none; }

/* Product Tags */
.tags-list { margin:5px 0; }
.tags-list li { display:inline; font-size:12px; }
.tags-list li a { text-decoration:none; margin:0 2px 0 0; }
.tags-list li a:hover { text-decoration:underline; }

/* Advanced Search */
.search-summary { padding:10px 10px 0; margin:10px 0 0; font-size:12px; background:url(http://lghttp.24811.nexcesscdn.net/80B00B/qpb/skin/frontend/enterprise/quest/images/bkg_dots.gif) repeat-x 0 0; }
.search-summary li { margin:2px 0; }

/* Sitemap */
.page-sitemap .links { display:block; text-align:right; margin:0 20px -36px 0; }
.page-sitemap .links a { position:relative; }
.page-sitemap .sitemap { padding:0 20px; margin:15px 0; font-size:12px; }
.page-sitemap .sitemap li { margin:3px 0; }
/* ======================================================================================= */


/* Shopping Cart ========================================================================= */
.checkout-cart-index .col-main {}
.checkout-cart-index .col-main .page-title { margin:0 10px; }
.cart-empty { margin:40px 0; background:#fff; }
.cart .messages,
.cart .messages li { margin:0; }
.cart .checkout-types { float:right; margin-bottom: 3em; text-align:center; }
.cart .checkout-types .paypal-or { margin:0 8px; line-height:2.3; }
.cart .checkout-types fieldset { display:inline; }
.cart .title-buttons .checkout-types li {
  float: left;
  margin: 0 0 5px 5px;
}

/* Shopping Cart Table */
.cart-table { border-width:1px 0; }
.cart-table .item-msg { font-size:10px; }
.cart-table thead th { vertical-align:bottom; }
.cart-table tbody td { padding:12px; }
.cart-table .btn-continue { float:left; background:none; border:none; }
.cart-table .btn-update { float:right; margin-left:5px; }
.cart-table .btn-empty { float:right; }
.cart-table {background-color: #ffffff;}

/* Shopping Cart Collateral boxes */
.cart .cart-collaterals { width:630px; padding:20px 0 10px; }
.cart .cross-inside { background:url(http://lghttp.24811.nexcesscdn.net/80B00B/qpb/skin/frontend/enterprise/quest/images/bkg_crosssell.gif) repeat-y 0 0; }
.cart .cart-collaterals h2 { color:#000; font-weight:normal; margin:0 0 5px; }
.cart .deals { float:left; display:inline; margin:0 0 0 5px; font-size:12px; }
.cart .deals p,
.cart .deals label { margin:0 0 7px; display:block; }
.cart .deals .input-text { width:200px; margin:0 5px 10px 0; float:left; }
.cart .deals .widget-sku { display:block; margin:0 0 20px; width:264px; }
.cart .deals .widget-sku .block-title { background:inherit; border:inherit; color:#000; font-size:16px; margin:0 0 5px; padding:0; }
.cart .deals .widget-sku .block-title strong { font-weight:normal; }
.cart .deals .widget-sku .block-content { padding:0; }
.cart .deals .widget-sku .sku-table td input { width:98%; }
.cart .giftcard { position:relative; z-index:1; }
.cart .giftcard button.check-gc-status { clear:both; }
.cart .giftcard button.check-gc-status span { padding:0 !important; background:none !important; line-height:1.3 !important; color:#444 !important; height:auto !important; font-weight:normal !important; text-transform:none !important; }
.cart .giftcard button.check-gc-status span span { text-decoration:underline; font-size:12px !important; }
.cart .giftcard,
.cart .discount { margin:0 0 20px 0; }
.cart .cancel-btn { margin:5px 30px 0 0; clear:left; }
.cart .shipping { float:left; margin:0 0 0 5px; display:inline; font-size:12px; width:240px; }
.cart .shipping select { width:256px; }
.cart .shipping .input-text { width:250px; }
.cart .shipping p { margin:0 0 15px; }
.cart .shipping .buttons-set { width:256px; }
.cart .shipping .form-list label { float:none; width:auto; text-align:left; padding:0; }
.cart .shipping .form-list .input-text,
.cart .shipping .form-list select { display:block; float:none; }
.cart .crosssell { float:left; min-height:400px; width:260px; padding:0 20px 15px 30px; border:1px solid #d9d9d9; border-width:0 1px 0 0; background:#fbf3f0; }
.cart .crosssell h2 { font-size:11px; color:#cd3800; font-weight:bold; text-transform:uppercase; }
.cart .crosssell .item { padding:17px 0 0 ; }
.cart .crosssell .product-image { float:left; margin:3px -90px 0 0; }
.cart .crosssell .product-shop { margin-left:90px; }
.cart .crosssell .product-name,
.cart .crosssell .price-box,
.cart .crosssell p,
.cart .crosssell .add-to-links { margin:0 0 5px; }
.cart .crosssell .add-to-links li { margin:0; }

/* Shopping Cart Totals */
.cart .totals { font-size:14px; }
.cart .totals table { width:100%; }
.cart .totals table tfoot .summary-total td { padding:0 0 20px; }
.cart .totals table tfoot th strong { margin:0; }
.cart .totals .btn-remove { vertical-align:middle; }
.cart .totals .btn-remove img { vertical-align:baseline; }
.cart .totals .checkout-types li { margin:0 0 15px; }
.cart .totals .checkout-types .paypal-or { clear:both; display:block; padding-top:8px; line-height:1.0; font-size:11px; }

.failed-products { border:1px solid #E9581F;   }
.failed-products .sub-title { background:#FFF5F3 url(http://lghttp.24811.nexcesscdn.net/80B00B/qpb/skin/frontend/enterprise/quest/images/icon_error.gif) no-repeat 10px 50%; color:#D91A00; margin:0; padding:10px 10px 10px 30px; border-bottom:1px solid #E9581F; }
.failed-products .item-msg.error { background:url(http://lghttp.24811.nexcesscdn.net/80B00B/qpb/skin/frontend/enterprise/quest/images/icon_error.gif) no-repeat left; font-size:11px; color:#D91A00; padding:5px 0 5px 20px; }
/* Empty Cart Add by SKU */

.cart-empty .failed-products { clear:both; z-index:1; position:relative; margin:40px -20px -21px; }

/* Options Tool Tip */
.item-options p { font-size:11px; font-weight:bold; text-transform:uppercase; padding:10px 12px 0 12px; }
.item-options dt { font-weight:bold; padding:7px 0 7px ; }
.item-options dd { padding-bottom:5px; }
.truncated { cursor:help; margin:5px 0 0; position:relative; z-index:1; width:110px; }
.truncated:hover { z-index:2; }
.truncated a.dots { cursor:help; }
.truncated a.details { cursor:help; text-decoration:none; background:url(http://lghttp.24811.nexcesscdn.net/80B00B/qpb/skin/frontend/enterprise/quest/images/bkg_dots.gif) repeat-x 0 100%; color:#514f4f; }
.truncated .truncated_full_value .item-options { position:absolute; top:-99999em; left:-99999em; z-index:999; padding:0; width:190px; border:1px solid #c8c8c8; border-bottom:1px solid #919191; background-color:#fff; }
.truncated .truncated_full_value .item-options dl { margin-right:-9px; position:relative; z-index:9999; padding:0px 21px 10px 12px; background:url(http://lghttp.24811.nexcesscdn.net/80B00B/qpb/skin/frontend/enterprise/quest/images/bkg_truncated.gif) no-repeat 100% 38px; }
.truncated .show .item-options { top:-20px; left:50%; }
.col-left .truncated .show .item-options { left:30px; top:7px; }
.col-right .truncated .show .item-options { left:-240px; top:7px; }
.top-cart .truncated .show .item-options { top:-60px; left:-206px; }
.block-cart .truncated .show .item-options { top:-60px; left:-206px; }

/* Item options in the cart */
.data-table .item-options dt { padding:3px 0 0 10px; background:url(http://lghttp.24811.nexcesscdn.net/80B00B/qpb/skin/frontend/enterprise/quest/images/bkg_bulletsm.gif) 0 .8em no-repeat; }
.data-table .item-options dd { padding:0 0 3px 10px; }
.data-table .item-options dd .price { font-weight:bold; margin-left:5px; }
/* ======================================================================================= */


/* Checkout ============================================================================== */
/* One Page */
.checkout-onepage-index .col-main { padding:20px 0 0; }

.opc-wrapper { background:url(http://lghttp.24811.nexcesscdn.net/80B00B/qpb/skin/frontend/enterprise/quest/images/bkg_cols.gif) repeat-y -573px 0; }
.opc-wrapper .page-title { margin:0; position:relative; z-index:1; }
.opc-wrapper .page-title .callout { position:absolute; top:7px; right:20px; z-index:1; }

/* Block: Checkout Progress */
.opc-progress-container { float:left; width:182px; }
.opc-progress-container .opc-block-progress { background:#fff; }
.opc-progress-container .opc-block-progress .block-title { padding:17px 11px 10px 17px; background:none; border:0; border-bottom:1px solid #cfcfcf; }
.opc-progress-container .opc-block-progress .block-title strong { font:18px/1.1 Arial, Helvetica, sans-serif; padding:0; color:#111; }
.opc-progress-container .opc-block-progress .block-content { padding:17px 11px 17px 17px; }
.opc-progress-container .opc-block-progress dt { font-weight:bold; margin:2px 0 8px; }
.opc-progress-container .opc-block-progress dt.complete { font-weight:bold; margin:2px 0 4px; }
.opc-progress-container .opc-block-progress dt.complete a { font-weight:normal; text-transform:lowercase; }
.opc-progress-container .opc-block-progress dd.complete { margin:5px 0 8px; padding:5px; }
.opc-progress-container .block-progress .cards-list dd { padding:0; }
.opc-progress-container .block-progress .cards-list .info-table th { font-weight:normal; }

.opc { float:right; width:755px; }
.opc li.section { position:relative; }
.opc .step-title { margin:0 0 1px; }
.opc .step-title .number { display:none; }
.opc .step-title h2 { background-color:#e6e6e6; color:#686868; font-size:11px; line-height:22px; padding:0 14px; font-weight:bold; text-transform:uppercase; }
.opc .allow .step-title h2 { background-color:#656565; color:#fff; cursor:pointer; }
.opc .active .step-title { margin:0 0 0; padding:0 0 0 0; }
.opc .active .step-title h2 { background:#d12c01 url(http://lghttp.24811.nexcesscdn.net/80B00B/qpb/skin/frontend/enterprise/quest/images/bkg_active-step.gif) repeat-x 0 0; color:#fff; text-transform:capitalize; font-weight:normal; border-bottom:1px solid #cfcfcf; cursor:default; font-size:16px; padding:5px 20px 2px; line-height:24px; height:24px; }
.opc .step { padding:20px; min-height:300px; font-size:12px; background:#fcfcfc; border-top:0; }
.opc .step .tool-tip { right:10px; }
.opc .order-review .authentication { margin:0 auto; width:570px; }
.opc .order-review .warning-message { color:#222; font-weight:bold; text-align:center; padding:10px 10px 0; }

/* Steps */
.opc .form-alt .input-box { width:695px; }
.opc .form-alt .input-box select { width:695px; }

#checkout-step-login { height:auto !important; min-height:0 !important; padding:0; }
#checkout-step-login .col2-set { padding:20px 20px 30px; background:#fcfcfc url(http://lghttp.24811.nexcesscdn.net/80B00B/qpb/skin/frontend/enterprise/quest/images/bkg_cols.gif) repeat-y 195px 0; height:auto !important; min-height:0 !important; }
#checkout-step-login .login-only { background-image:none; }
#checkout-step-login h4 { font-size:16px; color:#000; font-weight:normal; margin:0 0 15px; }
#checkout-step-login .col2-set .col-2 { width:338px; }
#checkout-step-login .col2-set .col-2 .radio { margin-right:5px; }
#checkout-step-login .col2-set .col-2 li { padding-left:10px; background:url(http://lghttp.24811.nexcesscdn.net/80B00B/qpb/skin/frontend/enterprise/quest/images/bkg_bulletsm.gif) no-repeat 0 0.5em; }
#checkout-step-login .col2-set .col-2 .form-list li { background:none; padding-left:0; }
#checkout-step-login .form-list label,
#checkout-step-login .form-list .label { width:90px; }
#checkout-step-login .btn-only { padding:0 0 0 105px; text-align:left; width:214px; }
#checkout-step-login .btn-only .button { float:right; }
#checkout-step-login p { margin:0 0 15px; }
#checkout-step-login .form-list p { padding-left:105px; margin:0; }
#checkout-step-login .form-list .input-text { width:210px; }

#checkout-step-login .form-list li.note { float:left; padding-left:105px; margin:0 0 9px; width:auto; clear:left; }
#checkout-step-login .form-list li.control { float:left; clear:left; }
#checkout-step-login .form-list li.control .input-box { margin-left:105px; }
#checkout-step-login .form-list li.buttons-set { float:right; clear:none; padding-right:30px; padding-top:2px; }


.opc .buttons-set
.opc .form-buttons { width:auto; text-align:right; }
.opc .buttons-set p.back-link { text-align:left; }
.opc .form-buttons { width:auto; text-align:right; }
.opc .buttons-set .button,
.opc .form-buttons .button { float:right; margin:0; }
.opc p.required { text-align:right; width:auto; padding-left:0; }

.checkout-onepage-payment-additional-customerbalance { margin-bottom:5px; }
.checkout-onepage-payment-additional-customerbalance .checkbox { margin-left:0; }

#checkout-step-review { padding:0; }
#checkout-step-review .data-table { border:0; font-size:12px; }
#checkout-step-review .data-table .item-options { font-size:11px; }
#checkout-step-review .data-table thead th { vertical-align:bottom; font-size:11px; }
#checkout-step-review .data-table .product-name { font-size:12px; }
#checkout-step-review .data-table tfoot tr.last strong { font-size:14px; }
#checkout-step-review .buttons-set { padding:15px 20px; margin:0; }

.opc .checkout-agreements { margin:20px; }

/* Multiple Addresses Checkout */
.checkout-progress,
.checkout-progress li.first span,
.checkout-progress li.last span { background-image:url(http://lghttp.24811.nexcesscdn.net/80B00B/qpb/skin/frontend/enterprise/quest/images/bkg_crumbs.gif); background-repeat:no-repeat; }
.checkout-progress { padding:0 0 0 0; border-bottom:1px solid #cfcfcf; background-color:#ededed; text-align:center; margin:-21px -21px 5px; font-size:11px; font-weight:bold; text-transform:uppercase; width:1000px; position:relative; z-index:2; }
.checkout-progress li { float:left; width:20%; text-align:center; color:#888; line-height:20px; }
.checkout-progress li span { display:block; text-align:center; border-right:1px solid #cfcfcf; }
.checkout-progress li.first span { background-position:0 0; }
.checkout-progress li.last span { background-position:100% 0; border:0; }
.checkout-progress li.active span { color:#fff; background-color:#d12c01; }

.multiple-checkout { position:relative; z-index:1; }
.multiple-checkout .data-table thead th { vertical-align:bottom; }
.multiple-checkout .col3-set .actions { border:1px solid #e4e4e4; padding:3px 9px 4px; float:left; }
.multiple-checkout .col3-set address { padding:10px; clear:both; }
.multiple-checkout .col3-set,
.multiple-checkout .col2-set { margin:0 0 15px; }
.multiple-checkout .buttons-set { padding:15px 0; clear:both; width:auto; }
.multiple-checkout .buttons-set .button { float:right; }
.multiple-checkout .tool-tip { top:50%; margin-top:-120px; right:10px; }
.multiple-checkout .grand-total { font-weight:normal; font-size:18px; color:#cd3800; text-align:right; display:block; margin:10px 0 15px; }
.multiple-checkout .grand-total .price-label { font-weight:normal; }
.multiple-checkout .grand-total .price { font-weight:bold; }
.multiple-checkout .sp-methods { font-size:12px; }
.multiple-checkout .checkout-multishipping-payment-customerbalance { font-size:12px; margin-bottom:7px; }
.multiple-checkout .fieldset label { font-size:11px; }
.multiple-checkout .gift-item .fieldset { font-size:11px; width:380px; }

/* Review Details */
#checkout-step-review .data-table .btn-remove,
.checkout-multishipping-overview .data-table .btn-remove,
#details-table .btn-remove { display:-moz-inline-stack; display:inline-block; vertical-align:middle; }

/********** < Common Checkout Styles */
/* Shipping and Payment methods */
.sp-methods dt { font-weight:bold; margin-bottom:5px; }
.sp-methods dd { margin:0 0 7px; }
.sp-methods dd li { margin:5px 0; }
.sp-methods .price { font-weight:bold; }
.sp-methods .form-list { padding-left:20px; margin:15px 0; }
.sp-methods .form-list .input-text { width:250px; }
.sp-methods .form-list select { width:256px; }
.sp-methods .form-list label { width:155px; }
.sp-methods select.month { width:150px; margin-right:10px; }
.sp-methods select.year { width:96px; }
.sp-methods input.cvv { width:3em !important; }
.sp-methods .input-box { line-height:21px; }
.sp-methods .v-fix .validation-advice { margin-right:-250px; position:relative; z-index:1; width:250px; }
.sp-methods .adv-container { padding-left:170px; }
.sp-methods .centinel-logos a { margin-right:3px; }
.sp-methods .centinel-logos img { vertical-align:middle; }
.sp-methods .release-amounts { margin:1.5em 0 2em; }
.sp-methods .release-amounts button { float:left; margin:5px 10px 0 0; }

.checkmo-list li { margin:0 0 4px; }
.checkmo-list label { padding-top:0; }
.checkmo-list address { float:left; }

.please-wait { position:absolute; z-index:99; top:50%; left:50%; margin:-34px 0 0 -90px; border:5px solid #f3b66f; font-size:12px; color:#f18200; font-weight:bold; background:#fff; padding:20px; white-space:nowrap; }
.cvv-what-is-this { cursor:help; margin-left:5px; }

/* Payment Bridge */
.pbridge-reload { display:block; text-align:right; }
.pbridge-reload a { color:#1e75b4; font-size:11px; }

/* Tooltip */
.tool-tip { border:1px solid #ddd; background-color:#f6f6f6; padding:5px; position:absolute; z-index:9999; }
.tool-tip .btn-close { text-align:right; }
.tool-tip .tool-tip-content { padding:5px; }

/* Gift Messages */
.add-gift-message { padding:20px 0; }
.add-gift-message h3 { font-size:16px; font-weight:normal; color:#000; line-height:19px; margin:0 0 10px; }
.add-gift-message p { margin:10px 0; }

.gift-message-form { border:1px solid #d1d1d1; background:#f5f5f5 url(http://lghttp.24811.nexcesscdn.net/80B00B/qpb/skin/frontend/enterprise/quest/images/bkg_block.gif) repeat-x 0 0; }
.gift-message-form .fieldset { padding:10px 0 10px; }
.gift-message-form .fieldset .input-text,
.gift-message-form .fieldset textarea { width:200px; }
.gift-message-form .fieldset textarea { width:200px; height:8em; }
.gift-message-form .inner-box { padding:0; height:300px; overflow:auto; }
.gift-message-form .inner-box h5,
.gift-message-form .inner-box h4 { font:14px/1.25 Arial, Helvetica, sans-serif; padding:0 20px; color:#222; margin:17px 0; }
.gift-message-form .inner-box p { margin:10px 0; padding:0 20px; }
.gift-message-form .gift-item { padding:5px 0 0; background:url(http://lghttp.24811.nexcesscdn.net/80B00B/qpb/skin/frontend/enterprise/quest/images/bkg_dots.gif) repeat-x 0 100%; }
.gift-message-form .gift-item .number { padding:5px 20px 5px; margin-bottom:0; background:url(http://lghttp.24811.nexcesscdn.net/80B00B/qpb/skin/frontend/enterprise/quest/images/bkg_dots.gif) repeat-x 0 100%; color:#adadad; font-weight:bold; }
.gift-message-form .gift-item .product-img-box { background:url(http://lghttp.24811.nexcesscdn.net/80B00B/qpb/skin/frontend/enterprise/quest/images/bkg_dots.gif) repeat-y 100% 0; float:left; width:150px; padding-right:15px; }
.gift-message-form .gift-item .product-image { text-align:center; margin:20px; }
.gift-message-form .gift-item .product-name { font-size:12px; margin:20px 0 5px; text-align:center; }
.gift-message-form .gift-item .fieldset { float:left; background:url(http://lghttp.24811.nexcesscdn.net/80B00B/qpb/skin/frontend/enterprise/quest/images/bkg_dots.gif) repeat-y 0 0; padding:20px 0 10px 10px; margin:0 0 0 -2px; }
.gift-message-form .gift-item .fieldset label { width:80px; }
.gift-message-form .gift-item .gift-wrapping-form { padding:0 20px; }
.gift-options-for-order { padding:0 40px; }
.gift-options-for-order .fieldset { padding:0; }
.gift-options-for-order .fieldset p { padding:0; }
.gift-options-for-order .fieldset label { width:80px; }
.gift-options-for-order .fieldset .input-text,
.gift-options-for-order .fieldset textarea { width:340px; }
.gift-wrapping-form { padding:0 0 10px; }
.gift-wrapping-form img { border:1px solid #ccc; float:left; margin-right:10px; }
.gift-wrapping-form label { margin-right:10px; vertical-align:middle; }
.gift-wrapping-form .gift-wrapping-design { overflow:hidden; padding:10px 0 0; width:100%; }
.gift-message-link { display:block; background:url(http://lghttp.24811.nexcesscdn.net/80B00B/qpb/skin/frontend/enterprise/quest/images/bkg_collapse.gif) 0 4px no-repeat; padding-left:20px; }
.gift-message-link.expanded { background-position:0 -53px; }
.gift-message-row .btn-close { float:right; width:13px; height:12px; background:url(http://lghttp.24811.nexcesscdn.net/80B00B/qpb/skin/frontend/enterprise/quest/images/gift-message-close.gif) 0 0 no-repeat; text-indent:-999em; overflow:hidden; }
.gift-message dt strong { font-weight:bold; }

/* Checkout Agreements */
.checkout-agreements li { margin:10px 0; }
.checkout-agreements .agreement-content { border:1px solid #d8cea8; font-size:11px; background-color:#fffdef; padding:15px; height:10em; overflow:auto; }
.checkout-agreements .agree { padding:10px 0; font-size:12px; font-weight:bold; }
.checkout-agreements .agree .checkbox { margin-right:5px; }

/* Centinel */
.centinel { margin:10px 0; }
.centinel p { margin:0 0 10px; }
.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 { margin:0; padding:20px; }

/* Checkout Success */
.checkout-onepage-success .col-main { font-size:12px; }
.checkout-onepage-success .col-main p { margin:0 0 10px; }
/********** Common Checkout Styles > */
/* ======================================================================================= */


/* Invitation page ======================================================================= */
#invitationForm p.required { padding-bottom:20px; }

/* Compare popup ========================================================================= */
.catalog-product-compare-index tr.last a,
.catalog-product-compare-index tr.first a { color:#777777; }
.catalog-product-compare-index tr.last p,
.catalog-product-compare-index tr.first p { margin:10px 0; }
.catalog-product-compare-index tr.first .product-name a { color:#333; }


/* Account Login/Create Pages ============================================================ */
.my-account .address-form label {
  padding-top: .25rem;
  padding-bottom: .25rem;
}
.my-account .address-form .form-buttons-container {
  margin-bottom: 1rem;
}

.account-login { position:relative; font-size:12px; min-height:300px; height: 500px; }

.login-only { background:none; }
.login-only .registered-users { float:none; margin:0 auto; }
.account-login .page-title { margin-bottom: 20px; }

.account-login .new-users,
.account-login .registered-users { width:328px; float:left; }
.account-login .registered-users p { margin-bottom:1.5em; }
.account-login .spacer { position:absolute; top:100%; left:447px; margin-top:-1px; width:16px; height:3px; font-size:0; line-height:0; background:#fff; overflow:hidden; }
.account-login .fieldset { margin:0; }
.account-login .fieldset h2 { margin-bottom:.5em; }
.account-login .form-list label,
.account-login .form-list span.label { width:98px; }
.account-login p.required,
.account-login .btn-only { padding-left:113px; width:230px; text-align:right; }
.account-login .btn-only a { float:left; white-space:nowrap; }
.account-login .form-list input.input-text { width:180px; }
.account-login .form-list p { padding:0 0 0 110px; }
.account-login .form-list li.note { float:left; padding-left:113px; margin:0 0 9px; width:auto; clear:left; }
.account-login .form-list li.note a { font-size:12px; }
.account-login .form-list li.control { float:left; clear:left; }
li#remember-me-box.control { white-space:nowrap; }
li#remember-me-box.control label { margin-right:20px; white-space:normal; }
.account-login .form-list li.control .input-box { margin-left:113px; }
li#remember-me-box.control .link-tip { display:inline-block; font-size:11px; line-height:16px; padding-top:2px; white-space:normal; }
.account-login .form-list li.buttons-set { float:right; clear:none; padding-right:38px; padding-top:2px; }

.account-create { height: 700px; }
.account-create h2 { color: #35B3FF !important; }
.account-create label { color: #777777 !important; }
.account-create button {  background-color: #008FBF;
  color: #FFFFFF;
  margin-top: 9px;
  padding: 6px 20px; }

/* Popup Dialog Block */
.window-overlay { background:#000; -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; }
.window-overlay { position:absolute; top:0; left:0; min-height:100%; background:#000; opacity:0.5; width:100%; z-index:990; display:none; }
.window-overlay.active { display:block; }
.popup-block { border:1px solid #cfcfcf; left:50%; top:40%; position:absolute; margin:-85px 0 0 -250px; width:500px; text-align:left; -moz-box-shadow:0 0 6px #000; -webkit-box-shadow:0 0 6px #000; box-shadow:0 0 6px #000; z-index:1000; position:fixed; display:none; }
.popup-block.active { display:block; }
.popup-block .block-title { background:url(http://lghttp.24811.nexcesscdn.net/80B00B/qpb/skin/frontend/enterprise/quest/images/bkg_page-title.gif) repeat-x scroll 0 0 #F6F6F6; border-bottom:1px solid #CFCFCF; padding:17px 17px 10px; }
.popup-block div.btn-close { background:url(http://lghttp.24811.nexcesscdn.net/80B00B/qpb/skin/frontend/enterprise/quest/images/btn_window_close.gif) no-repeat; display:block; position:absolute; top:19px; right:17px; height:15px; width:15px; text-indent:-9999em; cursor:pointer; }
.popup-block .block-title strong { color:#D12C01; font-size:16px; font-weight:normal; }
.popup-block .block-content { padding:17px 17px 25px; background:url(http://lghttp.24811.nexcesscdn.net/80B00B/qpb/skin/frontend/enterprise/quest/images/bkg_block.gif) repeat-x 0 100% #fff; font-size:12px;  }
.popup-block .block-content .form-list label { width:180px; }
.popup-block .block-content .form-list .input-text { width:230px; }
.popup-block .block-content .form-list .control .input-box { margin-left:195px; }
.popup-block .block-content .form-buttons { width:auto; padding-left:188px; padding-top:10px; }
.popup-block .block-content .form-buttons .button { float:left; }
.popup-block.loading .block-content * { text-align:left; text-indent:-99999em; overflow:hidden; position:relative; margin-left:-9999em; }
.popup-block.loading .block-content:before { content:''; display:block; background:url(http://lghttp.24811.nexcesscdn.net/80B00B/qpb/skin/frontend/enterprise/quest/images/opc-ajax-loader.gif) no-repeat 0 50%; position:absolute; z-index:99; top:50%; left:50%; line-height:16px; padding:16px; text-indent:0!important; }

/* My Account ============================================================================= */

/* Captcha */
#captcha_contact_us {width: 100%; margin-bottom: 3px; height: 25px;}
#captchablock { float:left;  border:1px solid #999999; width:302px; }
.captcha-note  { clear:left; padding-top:5px;}
.captcha-image { float:left;  position:relative;  }
.captcha-image .captcha-img { border:1px solid #c7c7c7; vertical-align:bottom; width:300px; }
.registered-users .captcha-image    { margin:-12px 0 0 113px; }
#checkout-step-login .captcha-image { margin:-24px 0 0 105px; width:214px; }
.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; }
#checkout-step-login #advice-required-entry-captcha_user_login { min-height: 30px; }
.registered-users #advice-required-entry-captcha_user_login { margin-bottom: 5px; }
.registered-users .legend,.new-users .legend { color: #35B3FF !important; }
.registered-users label,.forgetPasswordBlock label { color: #777777 !important; }
.registered-users button,.forgetPasswordBlock button,.new-users button { background-color: #008FBF; color: #FFFFFF; margin-top: 9px; padding: 6px 20px; }
#advice-required-entry-captcha_contact_us{ font-siz:25px;}
@-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); }
}

/********** < Dashboard */
.dashboard .col2-set,
.dashboard .recent-orders { padding:0 0 20px; }

/* Block: Tags */
.dashboard .tags { padding:0 0 20px; }
.dashboard .tags p { display:inline; }
.dashboard .tags .product-name { margin:0 0 3px; font-size:11px; line-height:17px; }
.dashboard .tags li { margin:0 0 8px; }
.dashboard .tags .number { float:left; border:1px solid #ddd; text-align:center; line-height:17px; width:15px; margin-right:-20px; }
.dashboard .tags .details { margin-left:25px; }

/* Block: Reviews */
.dashboard .reviews { padding:0 0 20px; }
.dashboard .reviews .product-name { margin:0 0 3px; font-size:11px; line-height:17px; }
.dashboard .reviews p { float:left; margin-right:5px; }
.dashboard .reviews li { margin:0 0 5px; }
.dashboard .reviews .number { float:left; border:1px solid #ddd; text-align:center; line-height:17px; width:15px; margin-right:-20px; }
.dashboard .reviews .details { margin-left:25px; }

/********** Dashboard > */

/* Adress Book */
.addresses-list .info-box {
  padding: 1rem;
}

/* Order View */
.order-page .order-date { margin:0 0 20px; color:#6c6c6c; font-size:11px; }
.order-page .col2-set { padding-bottom:20px; }

.order-details .link-print { background:none; padding:0; }
.order-details .order-additional,
.order-details .data-table { margin-bottom:20px; }
.order-details .order-additional dt { font-weight:bold; background:url(http://lghttp.24811.nexcesscdn.net/80B00B/qpb/skin/frontend/enterprise/quest/images/bkg_dots.gif) repeat-x 0 100%; padding:0 0 5px; margin:0 0 5px; }
.order-details .order-additional dd { padding:10px; margin:0 0 10px; }

.order-details dl.gift-message { margin:0 20px; }
.order-details .gift-message dt { margin:1px 0; padding:2px 10px; background:#e6e6e6; }
.order-details .gift-message dd { border:1px solid #c7c7c7; background:#fff; padding:10px; margin:0 0 10px; white-space:pre-wrap; word-wrap:break-word }

.order-links { margin:0 0 10px; text-align:right; padding-bottom:5px; background:url(http://lghttp.24811.nexcesscdn.net/80B00B/qpb/skin/frontend/enterprise/quest/images/bkg_dots.gif) repeat-x 0 100%; text-align:right; }
.order-info { margin-bottom:5px; border-bottom:1px solid #c4c4c4; }
.order-info dt { padding:6px 20px 0 10px; color:#6c6c6c; float:left; }
.order-info dd { float:left; }
.order-info ul { float:left; }
.order-info li { float:left; position:relative; z-index:2; margin-right:3px; background:#dedede url(http://lghttp.24811.nexcesscdn.net/80B00B/qpb/skin/frontend/enterprise/quest/images/bkg_collateral-tabs.gif) no-repeat 0 -39px; color:#222; padding:0 0 0 17px; font-size:12px; }
.order-info li strong,
.order-info li a { text-decoration:none; background:url(http://lghttp.24811.nexcesscdn.net/80B00B/qpb/skin/frontend/enterprise/quest/images/bkg_collateral-tabs.gif) no-repeat 100% -39px; padding:0 17px 0 0; line-height:24px; float:left; }
.order-info li.current { margin-bottom:-1px; color:#000; font-weight:bold; z-index:3; border-bottom:0; background:#fff url(http://lghttp.24811.nexcesscdn.net/80B00B/qpb/skin/frontend/enterprise/quest/images/bkg_collateral-tabs.gif) 0 0 no-repeat; }
.order-info li.current strong { background-position:100% 0; padding-bottom:1px; }
.order-info dt { font-weight:bold; }

/* Manage Newsletter Subscription */
.newsletter-manage-index .form-buttons .button { float:left; margin:0; }

/* Split Button */
.split-button { display:inline-block; z-index:1; position:relative; max-width:300px; white-space:nowrap;}
.split-button.clickable:active { left:1px; top:1px; }
.split-button { background:url(http://lghttp.24811.nexcesscdn.net/80B00B/qpb/skin/frontend/enterprise/quest/images/bkg_btn.gif) no-repeat 0 0; height:21px; padding:0 0 0 10px; margin:0; }
.split-button.active { z-index:100; }
.split-button strong { cursor:default; font-weight:bold; text-transform:uppercase; font-size:11px; background:url(http://lghttp.24811.nexcesscdn.net/80B00B/qpb/skin/frontend/enterprise/quest/images/bkg_btn.gif) no-repeat 100% 0; height:19px; padding:3px 30px 0 5px; margin:0; display:block; overflow-x:hidden; white-space:nowrap; text-overflow:ellipsis; }
.split-button.clickable > strong,
.split-button strong[onclick] { text-transform:uppercase; font-size:11px; color:#C73615; text-transform:uppercase; cursor:pointer; }
.split-button .change { display:inline-block; border:1px solid; border-color:transparent transparent transparent #999; background:url(http://lghttp.24811.nexcesscdn.net/80B00B/qpb/skin/frontend/enterprise/quest/images/bkg_btn-split-change.png) 5px 50% no-repeat; text-indent:-999em; overflow:hidden; width:15px; cursor:pointer; height:11px; margin-left:8px; vertical-align:middle; }
.split-button .change { position:absolute; right:5px; top:0px; height:19px; border-left-color:#ccc; }

.split-button.light { background:none; height:auto; padding:0; }
.split-button.light.clickable:active { top:auto; left:auto; }
.split-button.light strong { display:inline-block; font-size:11px; text-transform:none; background:none; font-weight:normal; padding:0; height:auto; overflow:visible; white-space:normal; text-overflow:visible; }
.split-button.light.clickable > strong,
.split-button.light strong[onclick] { text-transform:none; text-decoration:underline; color:#777777; }
.split-button.light.clickable > strong:hover,
.split-button.light strong[onclick]:hover { text-decoration:none; }
.split-button.light .change { position:static; right:auto; top:auto; height:11px; border-left-color:#999; }

.split-button.active .change,
.split-button .change:hover { background-position:-995px 50%; }
.split-button .list-container { position:absolute; display:none; right:0; top:100%; padding:0; min-width:100%; max-width:300px; float:left; }
.split-button.active .list-container { display:block; }
.split-button .list-container ul { background:#fff; border:1px solid rgba(0,0,0,0.1); position:relative; }
.split-button .list-container ul > li { white-space:nowrap; background:url(http://lghttp.24811.nexcesscdn.net/80B00B/qpb/skin/frontend/enterprise/quest/images/bkg_btn-split-item.png) no-repeat -10000px -10000px; border:1px solid #c1c1c1; border-top-width:0; margin:0; display:block!important; margin:0!important; }
.split-button .list-container ul > li:first-child { border-top-width:1px; }
.split-button .list-container li a,
.split-button .list-container li span { display:block; line-height:1.2!important; cursor:pointer; padding:5px 18px 5px 18px; color:#777777; font-size:11px; text-transform:none; text-decoration:none; text-align:left; text-overflow:ellipsis; overflow:hidden; }
.split-button .list-container li:hover a,
.split-button .list-container li:hover span,
.split-button .list-container li:hover { color:#fff; text-decoration:none; }
.split-button .list-container li:hover { background-color:#999; background-position:5px -984px; }
.split-button .list-container li.new { color:#d33911; background-color:#eee; background-position:5px 7px; }
.split-button .list-container li.new:hover { background-color:#999; background-position:5px -485px; }

/* Wishlist */
.my-wishlist textarea { width:99%; height:3.9em; resize:vertical; line-height:1.3em; overflow:auto; }
#wishlist-table .price-box { margin:3px 0; }
#wishlist-table td .description { margin:10px 0; max-height:3.9em; line-height:1.3em; overflow:hidden; word-wrap:break-word; max-width:345px; }
#wishlist-table td .description .inner { overflow:hidden; }
#wishlist-table td { padding:15px 10px; }
#wishlist-table th:first-child,
#wishlist-table td:first-child { padding-left:10px; padding-right:0; }
#wishlist-table td p { margin:5px 0 15px; }
#wishlist-table td.last { padding:4px 2px; width:1px; }
#wishlist-table td .price-box { font-size:12px; }
#wishlist-table td .price-box p { margin:0 0 5px; }
#wishlist-table td .truncated { float:left; width:auto; margin-right:10px; line-height:18px; }
#wishlist-table td .truncated .show .item-options { top:-40px; right:100%; left:auto; margin-right:15px; line-height:1.2; }
#wishlist-table td .truncated .truncated_full_value .item-options dl { background-position:100% 0; }
#wishlist-table .item-manage { margin:0 0 0 0; float:left; }
#wishlist-table .item-manage .split-button { margin:10px 9px 0 0; }
#wishlist-table .item-manage .split-button .change { margin-left:2px; }
#wishlist-table .item-manage .split-button:last-child { margin-right:0; }
.wishlist-empty { font-size:12px; padding:15px 10px; text-align:center; }
p.wishlist-empty {border:1px solid #d0d0d0;}
/* Multiple Wishlist */

.link-edit { padding-left:18px; line-height:18px; background:url(http://lghttp.24811.nexcesscdn.net/80B00B/qpb/skin/frontend/enterprise/quest/images/bkg_link-edit.png) no-repeat 0 0; display:inline-block; }
.wishlist-management .link-edit { width:16px; padding:0; margin:0 5px; height:16px; text-indent:-999em; overflow:hidden; vertical-align:middle; }
.wishlist-management .btn-create { float:right; margin-bottom:10px; }
.wishlist-management .sub-title { float:left;  max-width:100%; }
.wishlist-management .sub-title h2 { word-wrap:break-word; }
.wishlist-management .note-msg { clear:both; margin:0 0 10px; padding:10px; font-size:12px !important; border-color:#fcd344; background-color:#fafaec; color:#3d6611; }
.wishlist-management .msg-private { background:url(http://lghttp.24811.nexcesscdn.net/80B00B/qpb/skin/frontend/enterprise/quest/images/bkg_lock.png) no-repeat 10px 10px #fafaec; padding-left:30px; }
.wishlist-management .table-caption .label { font-size:12px; float:left; line-height:21px; }
#wishlists-move { float:right; margin-left:10px; }
#wishlists-copy { float:right; }

#wishlists-select { background:none; padding-left:0; white-space:nowrap; float:left; max-width:220px; }
#wishlists-select strong { background:none; padding-right:0; padding-left:7px; font-weight:normal; font-size:12px; text-transform:none; }
#wishlists-select strong span { font-weight:bold; }
#wishlists-select .change { text-indent:0; width:auto; background:none; margin-left:4px; border:0; right:auto; left:100%; text-decoration:none; line-height:19px; margin-top:1px; }
#wishlists-select .change span { color:#1e75b4; text-transform:none; background:url(http://lghttp.24811.nexcesscdn.net/80B00B/qpb/skin/frontend/enterprise/quest/images/bkg_header-panel.gif) no-repeat scroll 100% -74px transparent; padding-right:10px; }
#wishlists-select.active .change span { color:#d33911; background-position:100% -130px; }
#wishlists-select .list-container { right:auto; left:0; margin-top:4px; }
#wishlists-select .list-container ul { background:#e7e7e7; border:0; }
#wishlists-select .list-container li:first-child { border-top:0; }
#wishlists-select .list-container li { border-color:#d9d9d9; }
#wishlists-select .list-container a,
#wishlists-select .list-container span { color:#1e75b4; padding:5px 6px; }
#wishlists-select .list-container li:hover a,
#wishlists-select .list-container li:hover span,
#wishlists-select .list-container li:hover { color:#d33911; }
#wishlists-select .list-container li:hover { background-position:-999em -999em;  background-color:#f8f8f8;  }
#wishlists-select .list-container li.new { color:#d33911; background-color:#d9d9d9; background-position:5px 7px; padding-left:12px; }
#wishlists-select .list-container li.new:hover { background-color:#999; background-position:5px -485px; color:#fff; }
#wishlists-select .list-container li.new:hover a,
#wishlists-select .list-container li.new:hover span { color:#fff; }


/* Wishlist search view */
.col3-layout #wishlist-search-results .item-name { max-width:340px; word-wrap:break-word; display:block; }
.col2-right-layout #wishlist-search-results .item-name,
.col2-left-layout #wishlist-search-results .item-name { max-width:500px; }
.col1-layout #wishlist-search-results .item-name { max-width:600px; }

.list-info { border:1px solid #dadada; padding:10px 0; margin:0 0 15px; background:url(http://lghttp.24811.nexcesscdn.net/80B00B/qpb/skin/frontend/enterprise/quest/images/bkg_block.gif) repeat-x 100% 100% #fff; max-width:100%; word-wrap:break-word; }
.list-info .item { padding:5px 0; font-size:12px; border-top:1px dotted #d9d9d9; margin:0 15px; }
.list-info .item:first-child { border-top:0; }
.list-info .item .label { font-weight:normal; font-style:italic; font-size:0.9em; margin-right:5px; }
.list-info .item .label:after { content:':'; }
.list-info .item .value { font-weight:bold; }
.wishlist-search-view #wishlist-table td.last { padding:15px 10px; }
.wishlist-search-view #wishlist-table .description { max-height:6.5em; max-width:280px; }
.wishlist-search-view .list-info { display:inline-block; }
.wishlist-search-view .sub-title { clear:both; }
.wishlist-search-view p.qty { text-align:center; }

/* Store credit */
.storecredit .account-balance { margin:0 0 20px; padding:0 0 10px; font-size:12px; background:url(http://lghttp.24811.nexcesscdn.net/80B00B/qpb/skin/frontend/enterprise/quest/images/bkg_dots.gif) repeat-x 0 100%; }
.storecredit .account-balance .price { font-weight:bold; }
.giftcard-redeem { padding-bottom:20px; }
.giftcard-redeem .input-box { margin-right:5px; }

/* Gift card */
.giftcardaccount { position:relative; z-index:1; padding-top:1px; }
.giftcard-status .messages,
.giftcardaccount .messages { margin-bottom:10px; }
.giftcardaccount p { margin:15px 0; font-size:12px; }
.giftcardaccount .fieldset { margin:0; }
.giftcardaccount .btn-only { margin:0 0 15px; }

/* Gift Card Status Check */
.giftcard-status .gift-card-info,
.giftcard-status p.error-msg,
.giftcardaccount #giftcard_balance_lookup .gift-card-info,
.giftcardaccount #giftcard_balance_lookup p.error-msg { margin:10px 0 20px; }
.gift-card-info { margin:10px 0; padding:10px 10px 5px; border:1px dashed #d9d9d9; background:#fcf7f5; }
.gift-card-info p { font-size:12px; margin:0 0 5px; }
.gift-card-info .giftcard-number { font-weight:bold; }
.gift-card-info .form-list label {}
.gift-card-info .btn-only { padding-left:0; }

#gc-please-wait { -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"; -moz-opacity:0.8; opacity:0.8; }

/* Print Pages */
.page-print .print-head {}
.page-print .print-head img { float:left; }
.page-print .print-head address { float:left; margin-left:15px; }
.page-print h2.h2 { margin:15px 0 10px; }
.page-print .col2-set { margin:10px 0 20px; }

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

/* Tagged products */
.my-tag-edit { float:left; }
.my-tag-edit .btn-remove { float:right; margin:-3px 0 0 5px; position:relative; }
#my-tags-table .price-box { margin:5px 0; }
#my-tags-table .last { text-align:center; }
#my-tags-table .last p { margin:10px 0; }

/* Reward Points */
.my-rewards .box { margin:0 0 30px; }
.my-rewards .info-box .box-title { margin:10px 10px; }
.my-rewards .info-box .box-content { padding:0 10px 10px; }
.my-rewards p.error { display:inline; color:#d91a00; }
.my-rewards dl { font-size:12px; }
.my-rewards dl dt { font-weight:bold; font-size:13px; margin-top:10px; }
.my-rewards dl dt span { color:#d12c01; }
.my-rewards dl dd.last { margin:7px 0 0; }
.my-rewards .form-list label { width:auto; }
.my-rewards .form-list .control .input-box { position:static; margin:0 5px 0 0; }
.my-rewards .data-table small { display:block; font-size:1em; color:#808080; }

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

/* Gift Registry Functionality */
.btn-gift-registry { background:url(http://lghttp.24811.nexcesscdn.net/80B00B/qpb/skin/frontend/enterprise/quest/images/i_gift-registry3.gif) 0 0 no-repeat; padding:3px 0 0 33px; text-align:left; }
.btn-gift-registry .input-box { margin:0 0 7px; }
.btn-gift-registry select { width:100%; }
.gift-registry-name { background:url(http://lghttp.24811.nexcesscdn.net/80B00B/qpb/skin/frontend/enterprise/quest/images/i_gift-registry2.gif) 0 0 no-repeat; margin:3px 0 0; padding:0 0 0 20px; line-height:18px; }
/* Block: Gift Registry Search */
.sidebar .block-gr-search .form-alt .input-box { width:148px; margin:3px 0 0; padding:0; }
.sidebar .block-gr-search .form-alt input.input-text { width:142px; }
.sidebar .block-gr-search .form-alt select { width:148px; }
.block-gr-search p.note { margin:0 0 3px; text-align:right; color:#f15c22; }

/* Order By SKU */

.wrapper .block-addbysku .input-box.validation-error,
.wrapper .block-addbysku .input-box.validation-passed { padding-right:0; background:none; }
.wrapper .block-addbysku .validation-advice { margin-right:-19px; }

.main .block.block-addbysku .block-content { padding:10px 4px 10px; }
.block-addbysku .data-table th,
.block-addbysku .data-table td { padding:6px 4px; }
.block-addbysku .data-table th:first-child,
.block-addbysku .data-table td:first-child { padding-left:13px; }
.sidebar .block-addbysku .actions { padding:0 13px 7px; }
p.link-widget-sku { padding:15px 13px; text-align:left; float:left; }
.sidebar p.link-widget-sku { padding:5px 13px 0; text-align:right; border-top:1px dotted #dadada; float:none; }
p.link-widget-sku a { color:#777777; }

.block-addbysku .actions { text-align:right; margin:15px 0 10px; float:right; }
.sidebar .block-addbysku .actions { float:none; }
.block-addbysku .file-upload { float:left; text-align:left; border:1px solid #dadada; padding:10px 17px; background:#F5F5F5 url(http://lghttp.24811.nexcesscdn.net/80B00B/qpb/skin/frontend/enterprise/quest/images/bkg_block.gif) repeat-x 0 100%; margin-top:10px; }
.block-addbysku .file-upload label { display:block; float:none; width:auto; min-width:60px; text-align:left; }
.block-addbysku .file-upload p { padding:3px 0; }
.block-addbysku .file-upload .btn-reset { display:inline-block; margin-left:15px; }
.block-addbysku .file-upload .btn-reset span { margin-left:0; padding:3px 0; background:url(http://lghttp.24811.nexcesscdn.net/80B00B/qpb/skin/frontend/enterprise/quest/images/bkg_icon-reset.png) no-repeat scroll 0 50%; padding-left:15px; display:inline-block; cursor:pointer; color:#777777; }
.block-addbysku .file-upload .input-box { display:block; float:none; }
.block-addbysku .file-upload .note { width:auto; clear:both; padding:2px 0; }
.block-addbysku .data-table {}
.block-addbysku .data-table td .btn-remove { margin:4px 0 0; float:right; margin-right:-16px; }
.block-addbysku .data-table td .input-box { float:left; }
.block-addbysku .data-table td .qty { width:8em!important }
.sidebar .block-addbysku .data-table td .qty { width:5em!important }
.block-addbysku .data-table td.last { padding-right:18px; }
.block-addbysku .data-table tfoot td.last { text-align:right; }
.block-addbysku .data-table .add-row { cursor:pointer; background:url(http://lghttp.24811.nexcesscdn.net/80B00B/qpb/skin/frontend/enterprise/quest/images/bkg_btn-split-item.png) no-repeat 0px 2px; padding-left:11px; font-weight:bold; color:#777777; }
.block-addbysku .data-table .input-box { width:99%; }

.wrapper .block.block-addbysku .data-table .validation-advice { }
.wrapper .block.block-addbysku .data-table .col-sku { width:auto; }
.wrapper .block.block-addbysku .data-table .col-qty,
.wrapper .block.block-addbysku .data-table .col-remove { width:13px; }
.wrapper .block.block-addbysku .data-table .input-text { width:99%; }

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

.disabled { position:relative; z-index:1; }
.disabled:after { content:''; display:block; position:absolute; top:0; left:0; width:100%; height:100%; z-index:99; background:#fff; opacity:0.2; }

/* MAP Popup============================================================================== */
.cart-msrp-totals { color:red; font-size:12px !important; font-weight:bold; padding:10px 20px 20px; text-align:right; text-transform:uppercase;}
.map-cart-sidebar-total { color:red; display:block; font-size:10px; line-height:14px; font-weight:bold; padding:5px 2px; 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:#efefef ; border-bottom:1px solid #ccc; padding:5px 30px 5px 10px; width:260px; }
.map-popup-heading h2 { color:#333; font-size:14px; font-weight:bold; 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://lghttp.24811.nexcesscdn.net/80B00B/qpb/skin/frontend/enterprise/quest/images/map_popup_arrow.gif) no-repeat; position:absolute; left:50%; top:-10px; height:10px; width:19px; }
.map-popup-close { background:url(http://lghttp.24811.nexcesscdn.net/80B00B/qpb/skin/frontend/enterprise/quest/images/btn_window_close.gif) no-repeat; display:block; position:absolute; top:6px; right:8px; height:15px; width:15px; text-align:left; text-indent:-9999em; }
.map-popup-content { border-top:1px solid #eee; padding:10px; overflow:hidden; 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 { background:#fefefe; clear:right; line-height:1.5; margin:0 10px; padding:10px 0; text-align:left; word-wrap:break-word; }
.map-popup-only-text { border-top:1px solid #ddd; }
/* ======================================================================================= */


/* Footer ================================================================================ */
.footer-before-container { margin:0 0 3px; text-align:center; }

.form-subscribe { float:left; width:183px; padding: 0 17px 0 0; }
.form-subscribe-header { color:#d12c01; font-size:11px; font-weight:bold; text-decoration:none; text-transform:uppercase; }
.form-subscribe label { display:block; margin:6px 0; }
.form-subscribe input.input-text { width:177px; display:block; }
.form-subscribe button.button { margin:6px 0 0; float:right; }
.form-subscribe .validation-advice { width:180px; }
.form-subscribe .v-fix { text-align:left; padding-right:5px; }
.form-subscribe a { color:#777; }

.footer a:hover { text-decoration:none; }
.footer ul,
.footer ul.links { display:block; float:left; width:150px; margin:0 0 0 19px; padding:0; }
.footer ul.links li,
.footer ul li { display:block; vertical-align:top; margin:0 0 5px; padding:0; }

.footer .switcher-store { float:right; width:184px; background:url(http://lghttp.24811.nexcesscdn.net/80B00B/qpb/skin/frontend/enterprise/quest/images/bkg_store-switch.gif) no-repeat 0 3px; padding-top:21px; }
.footer .switcher-store label { display:none; }
.footer .switcher-store select { padding:0; margin-bottom:1px; }
.footer .switcher-store ul { float:none; width:auto; padding-left:0; margin-left:0; }
.footer .switcher-store ul .current { display:none; }
/* ======================================================================================= */


/* Some sample data cms styles ================================================================================ */
.page-head,
.page-head-alt { margin-bottom:20px; padding:23px 20px 11px; background:#f6f6f6; border-bottom:1px solid #cfcfcf; }
.page-head-alt .link-rss { float:right; margin-top:8px; }
.page-head h2,
.page-head h3,
.page-head-alt h3,
.page-head-alt h2 { font:normal 22px/27px Arial, Helvetica, sans-serif; color:#d12c01; }


/* Restricted ================================================================================ */
.restriction-index-stub .page { width:652px; padding-bottom:3px; }
.restriction-index-stub .main { margin-top:100px; min-height:0; height:auto !important; padding:13px; text-align:center; margin-bottom:0; }
.restriction-index-stub .col-main { color:#dedede; height:auto !important; min-height:230px; height:230px; font-size:16px; background:#4a4a4a url(http://lghttp.24811.nexcesscdn.net/80B00B/qpb/skin/frontend/enterprise/quest/images/logo-offline.gif) no-repeat 50% 95px; padding:170px 60px 40px; }
.restriction-index-stub .page-title { margin:0 0 15px !important; padding:0 !important; border:0 !important; background:none; }
.restriction-index-stub .col-main h1,
.restriction-index-stub .col-main h2 { font:italic 35px Georgia, "Times New Roman", Times, serif; color:#fff; }
.restriction-index-stub .header-container,
.restriction-index-stub .footer-container { display:none; }
.restriction-index-stub .copyright { background:url(http://lghttp.24811.nexcesscdn.net/80B00B/qpb/skin/frontend/enterprise/quest/images/bkg_shadow-offline.gif) 50% 0 no-repeat; padding:15px 0 0; margin:0; }


/* Old private sales index ================================================================================ */
.private-sales-index { background:#2b2b2b; margin:110px 0 60px; padding:40px 0; }
.private-sales-index .box { border:1px solid #e2ded0; background:#fff url(http://lghttp.24811.nexcesscdn.net/80B00B/qpb/skin/frontend/enterprise/quest/images/bkg_ps.gif) no-repeat 50% 13px; padding:50px 13px 0; width:657px; margin:0 auto; }
.private-sales-index .box .content { padding:0 60px 70px; background:url(http://lghttp.24811.nexcesscdn.net/80B00B/qpb/skin/frontend/enterprise/quest/images/bkg_ps.gif) no-repeat 50% 100%; font-size:14px; }
.private-sales-index .box .content p { text-align:center; }
.private-sales-index .box .content a { color:#444444; }
.private-sales-index .box .content h1 { background:url(http://lghttp.24811.nexcesscdn.net/80B00B/qpb/skin/frontend/enterprise/quest/images/bkg_ps-logo.gif) no-repeat 50% 0; padding:60px 0 5px; font-size:29px; font-weight:normal; color:#ec4e00; }
.private-sales-index .box .content .description { background:url(http://lghttp.24811.nexcesscdn.net/80B00B/qpb/skin/frontend/enterprise/quest/images/bkg_ps-descr.gif) no-repeat 50% 0; margin:40px auto 0; width:433px; padding:30px 50px 30px; font:normal 20px Georgia, "Times New Roman", Times, serif; font-style:italic; color:#817268; }

.col1-layout .private-sales-index { margin:0 -20px -31px; height:auto !important; height:350px; min-height:350px; }

/* Private sales demo ==================================================================== */
.cms-private-sales-home { background-color:#fffdf9; }
.private-sales-demo { background:#fffdf9 url(http://lghttp.24811.nexcesscdn.net/80B00B/qpb/skin/frontend/enterprise/quest/images/bkg_ps-home.jpg) no-repeat 50% 88px; padding-top:90px; }
.private-sales-demo h1 { display:none; }
.private-sales-demo p { padding-top:475px; text-align:center; color:#444444; font-size:18px; }
.private-sales-demo a { color:#c12900; }

.col1-layout .private-sales-demo { margin:0 -20px -31px; background-position:0 20px; padding-top:20px; height:auto !important; height:550px; min-height:550px; }
/* ======================================================================================= */


/* Clears ================================================================================ */
.account-login .form-list:after,
.wishlist-management .table-caption:after,
.product-options dt:after,
#bundleProduct:after,
.events-slider:after,
.product-image-popup .nav:after,
.gift-item:after,
.block-content:after,
.block-list li.item:after,
.block-poll li:after,
.currently li:after,
.order-info:after,
.top-cart .actions:after,
.header .quick-access:after,
.product-view .box-related li.item:after,
.bundle-summary .product:after,
.collateral-tabs:after,
.block-cart .block-content .item:after,
.clearer:after,
.header:after,
.header-panel:after,
#nav:after,
.main:after,
.footer-before-container:after,
.footer-container:after,
.footer:after,
.col-main:after,
.col2-set:after,
.col3-set:after,
.col4-set:after,
.search-autocomplete li:after,
.block li.item:after,
.block .actions:after,
.mini-products-list li:after,
.cms-index-index .block-featured li.item:after,
.title-buttons:after,
.pager:after,
.sorter:after,
.ratings:after,
.add-to-box:after,
.add-to-cart:after,
.products-grid:after,
.products-list li.item:after,
.product-view:after,
.product-view .product-img-box .more-views ul:after,
.product-view .box-tags .form-add-tags:after,
.product-options .options-list li:after,
.options-container-small .product-options:after,
.product-options-bottom:after,
.product-review:after,
.box-collateral:after,
.box-collateral .box-content:after,
.collateral-tabs .tab-content:after,
.account-login:after,
.cart .cart-collaterals:after,
.cart:after,
.opc .step-title:after,
.checkout-progress:after,
.form-list li:after,
.form-list li.fields .field:after,
.clearfix:after,
.buttons-set:after,
.buttons-set2:after,
.page-print .print-head:after,
.new-product-spotlight .more-new .item:after,
.addresses-list .col-2 li:after,
.product-view .product-shop:after { display:block; content:"."; clear:both; font-size:0; line-height:0; height:0; overflow:hidden; }
/* ======================================================================================= */

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

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

/* Header live chat block =============================================================== */
.live-chat-block { padding-top: 7px; }
.live-chat-textarea{ background-color: rgb(255, 255, 204); border: 1px solid rgb(204, 204, 204); padding-left:10px; }
.live-chat-form { width: 400px; height: 12px; font-family: Arial, Helvetica, sans-serif; font-size: 12px; resize: none; border: 1px solid rgb(204, 204, 204); padding: 4px;}
.begin-chat-input { width: 400px; float:left; }
.begin-chat-btn-center{ width: 110px; float:left; }
.iconLiveChat  { position: relative; left: 30px; top: 8px; text-decoration: none; color: #008FBF; vertical-align: middle; }
.iconLiveChat img { margin-right: 5px; }
.headerLiveChat {
  left: 120px;
  position: absolute;
  top: 0;
}

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

/* Product View List ===================================================================== */

.sub-title-text {font-weight:bold;} /* Bold the title of short descriptions */
.product-info-more {width:400px;float:left;padding-right:40px;margin-left:-15px;} /* Product info */
.product-details-block {margin-left:-5px;width:748px;} /* Product Ingredients Image div */
.product-desc-title {background-color:#f7f7f7;text-align:left;font-size:12;padding:3px;font-weight:bold;}
.product-desc-block {width: 732px;margin: 50px 0 20px 3px;overflow:auto; } /* Product Description Block */
.product-desc-div {padding:11px;}
.product-navigation-wrapper {width:740px;}
.product-navigation-wrapper a {text-decoration:none;}
.product-navigation-wrapper .prev-button{display:inline-block; display:inline;padding:10px;}
.product-navigation-wrapper .next-button{display:inline-block; display:inline;padding:10px;}

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

/* Price Block in product listing (product/view/list.phtml) ============================== */
.list-price-block-wrapper {float: left;width: 127px;padding-top: 43px;}
.list-price-block {text-align:center;padding-left:20px;padding-right:20px;}
.list-price-block .old-price {display:none;}
.list-price-block .special-price .price-label {display:none;}

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

/* Account Dashboard ===================================================================== */

.account-dashboard-table-header a { font-size: 11px; text-transform: lowercase; }
.account-dashboard-table-header .link-separator {font-size: 11px;}

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

.col-right .block-wrapper { padding-bottom:20px; }

/* Header button styling ================================================================= */

a.button.buy-now-btn { text-shadow: none !important;margin-top: -3px;padding: 0 0 9px; }
.button.buy-now-btn > span {border-radius: 2px 2px 2px 2px;padding-left: 10px !important;}
.naviLogo { left: 50px; position: absolute; top: 50px; }
.naviLogo > a { padding: 40px 100px; }

/**********
*********** Quest 2.0
*********** **********/
/* Layout ================================================================================ */
.wrapper { background:#fff; }
.page { margin-top: 94px; }
.page-print { background:#fff; padding:20px; text-align:left; }
.page-popup { padding:20px; text-align:left; }
.page-empty { background:#fff; padding:20px; text-align:left; }
.main { min-height:350px; text-align:left; }
.sidebar { min-height:350px; }

/* Base Columns */
.col-left { display:none; float:left; width:182px; padding:0 0 0; margin:0 0 -1px; }
.col-main { float:left; width:1000px; padding:0 5px 0px; margin-top:20px; }
.col-right { display: none; float:right; width:191px; padding:0 0 0; margin:0 0 -1px; }
/* 1 Column Layout */
.col1-layout {  margin: 0 auto; width: 1000px; padding-top: 115px; }
.col1-layout .col-main { float:none; width:953px; padding-top:20px; }
.col1-layout .breadcrumbs { margin-bottom:0 !important; }
.col1-footer { margin: 0 auto; width: 100%; }
/* 2 Columns Layout */
.col2-left-layout { margin: 0 auto; width: 1000px; padding-top: 120px; }
.col2-left-layout .col-main { float:right; }
.col2-right-layout { margin: 0 auto; width: 1000px; }
/* 3 Columns Layout */
.col3-layout { margin: 0 auto; width: 1000px; padding-top: 120px; }
.col3-layout .col-main { width:532px; margin-left:1px; display:inline; }
.col3-layout .col-wrapper { float:left; width:755px; }
.col3-layout .col-wrapper .col-main { float:right; }
/* Content Columns */
.col2-set .col-1 { float:left; width:49%; }
.col2-set .col-2 { float:right; width:49%; }
.col2-set .narrow { width:33%; }
.col2-set .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%; }
/* ======================================================================================= */
/* footer */
.footer-header { width: 100%; background: none repeat scroll 0 0 #4abce1; color: #ffffff; height: 50px; min-width: 960px; border-top: 7px solid #fea922; }
.footer-wrapper { width: 100%; background: none repeat scroll 0 0 #f9f9f9; color: #777777; min-width: 1020px;height: 200px; border-bottom: 1px solid #ccc; }
.footer-wrapper a { color: #777777; text-decoration: none; }
.footer-copyright { color: #777777; line-height: 2.091em; font-size: 1.09em;}
.footer-header a { text-decoration: none; color: #ffffff; }
.footer-livechat { width: 60px; position: relative; left: 60px; top: 12px; font-weight: bold; float: left; }
.footer-navigation-container .page-container {
    padding-top: 4.2em;
    padding-bottom: 4.2em;
    background: url(http://lghttp.24811.nexcesscdn.net/80B00B/qpb/skin/frontend/enterprise/quest/images/q.png) no-repeat no-repeat left top;
}
.footer-social-icons li a {
    margin-left: 1em;
}
.footer-categories-container a,
.footer-navigation-container a {
  text-decoration: none;
}
.footer-navigation-container .newsletter-input-container {
    display: inline-block;
}
.footer-navigation-container .newsletter-input-container input {
        /*font-size: 1.5rem;*/
        width: 24.45rem;
}
.footer-sitemap-block h5,
.footer-navigation-container .newsletter-group h5 {
  margin-bottom: 2.15em;
  color: inherit;
}
.footer-footer-container {
  padding-top: 25px;
  padding-bottom: 25px;
}
.footer-categories-container {
  background: #4abce1;
  border-top: 7px solid #fea922;
}
.footer-categories {
  list-style: none;
}
.footer-category {
  margin: 0;
  padding: 0;
  display: inline-block;
}
.footer-category a {
  color: white;
  line-height: 92px;
  padding-left: 2.27em;
  text-transform: uppercase;
}
.footer-category a:hover {
  color: #EEEEEE;
  -webkit-transition: color .4s;
  transition: color .4s;
}
.footer-navigation-container {
    color: #888;
    border-bottom: 1px solid #dcdcdc;
}
.footer-sitemap-block {
  width: 200px;
  display: inline-block;
  margin-bottom: 2.15em;
}
.footer-sitemap-block:last-child {
  width: 150px;
  display: inline-block;
}
.footer-sitemap-block-header {
  margin-bottom: 30px;
}
.footer-sitemap-block-list li {
  margin-top: 15px;
}
.footer-sitemap-block-list li a {
  text-decoration: none;
  color: inherit;
}
.footer-sitemap-block-list li a:hover {
  color: #969696;
  -webkit-transition: color .25s;
  transition: color .25s;
}
.newsletter-input-box > .validation-advice {
  position: absolute;
  width: 300px;
  top: 30px;
  height: 30px;
  right: 0;
}
.footer-social-icons ul {
    list-style: none;
}
.footer-social-icons li {
    display: inline-block;
}
/* header */
.em-main-slideshow-block { position: relative; z-index: 0; }
.cartEmpty { padding-top: 20px; }
div.divButton {
  border:0;
  padding:0;
  background-color:#0099cc;
  overflow:visible;
  cursor:pointer;
  vertical-align:middle;
  padding: 5px 15px;
}
div.divButton span span {
  color: #ffffff;
  font-size: 11px;
  font-family: Tahoma;
  font-weight: bold;
}
/* Success page */
.successPage { height: 330px;
    margin: 0 auto;
    padding-top: 30px;
    text-align: left;
    width: 1024px;
}
.successPage h1 { border-bottom: 2px solid #CCCCCC; color: #35B3FF; padding-bottom: 5px; }
.successOrderNumber { font-size: 15px; margin-bottom: 5px; }
.successPrintLink { font-size: 12px; }
.successPrintLink a { color: #35B3FF; }
.successRelated div.box-title {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
  border: medium none;
  font-size: 15px;
  margin: 10px 0;
  padding: 0;
  color: #35B3FF;
}
.successRelated ul.block-content { float: left; }
.successRelated ul.block-content > li { float: left; margin-right: 40px; width: 200px; }
.relatedProducts { margin: 10px 40px; text-align: left;  }
.relatedProducts div.box-title {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
  border: medium none;
  font-size: 20px;
  margin-top: 10px;
  padding: 0;
  color: #35B3FF;
}
.relatedProducts ul.box-content { float: left; padding: 0; }
.relatedProducts ul.box-content > li { float: left; margin-right: 40px; width: 200px; }
/* CMS Pages */
.contacts-form .page-title { border-bottom: 1px solid #CCCCCC;
  padding-bottom: 10px;
  text-align: center; }
.contacts-form-right {
  border-left: 1px solid #CCCCCC;
  float: left;
  padding-bottom: 20px;
  padding-left: 20px;
  width: 300px;
}
.contacts-form-left {
  border: 1px solid #CCCCCC;
  float: left;
  margin-bottom: 50px;
  margin-right: 20px;
  width: 600px;
}
.contacts-form-left .page-subtitle { border-bottom: 1px solid #CCCCCC; margin-bottom: 20px;
  padding: 5px; }
.contacts-form-left label { color: #666666; width: 100px !important; }
.contacts-form-left input,.contacts-form-left select, .contacts-form-left textarea { width: 400px !important; }
.contacts-form-left button {
  background-color: #39BBE4;
  color: #FFFFFF;
  font-weight: bold;
  padding: 5px 30px;
}
.contacts-form-left .buttons-set { margin-right: 75px; }
.privacy-block { width: 900px; padding-top: 20px; }
.privacy-block .page-title { text-align: center; border-bottom: 1px solid #CCCCCC; margin-bottom: 20px; padding-bottom: 10px; }
.privacy-text { border: 1px solid #999999; padding: 20px; margin-bottom: 20px; }
.coming-soon-container {
  margin-bottom: 1em;
}
.coming-soon-container .page-header{
  border-style: solid;
  border-color:#dcdcdc;
  border-width: 0 0 1px 0;
  padding-bottom: 1.5rem;
}
#search_mini_form .form-input {
  width: 35.45em;

}
#search_mini_form .btn {
  width: 12em;
}
/* Temporary */
.quick-access {display: none;}
.megaNavigationRight > .links {display: none;}
/* BEGIN * my cart */
.checkout-cart-index div.wrapper div.page div.cart div.totals table#shopping-cart-totals-table,
.checkout-cart-index div.wrapper div.page div.cart form {
  font-size: 16px;
}
.checkout-cart-index > div.wrapper > div.page > div > div.cart > form > fieldset {
  background-position: center bottom;
  background-repeat: no-repeat;
  border: 0;
  padding-bottom: 1.5em;
}
.checkout-cart-index div.wrapper div.page div.cart form fieldset table#shopping-cart-table.data-table {
}
.customer-account-index div.wrapper div.page > div > div.my-account div.dashboard div.page-title h1,
.questnutrition-autodelivery-subscription-subscriptions div.wrapper div.page > div > div.customerAccountSubscriptions div.customerAccountSubscriptionsInnerContent div.page-title h1,
.newsletter-manage-index div.wrapper div.page > div > div.my-account div.page-title h1,
.questnutrition-autodelivery-subscription-subscriptions div.wrapper div.page > div > div.page-title h1,
.authnetcim-manage-index div.wrapper div.page > div > div.customerAccountManage div.manageMyCards div.page-title h1,
.sales-order-history div.wrapper div.page div.my-account div.page-title h1,
.checkout-cart-index div.wrapper div.page div.cart div.page-title h1,
.checkout-cart-index div.wrapper div.page div.main div.col-main div.cart div.page-title h1 {
  float: left;
  margin: 0;
  padding: 0;
}
.authnetcim-manage-index .page-title,
.customer-account-index .page-title,
.review-customer-index .page-title,
.sales-order-history .page-title,
.questnutrition-autodelivery-subscription-subscriptions .page-title {
  clear: both;
  float: left;
  font-size: 10px;
  line-height: 100%;
}
.customer-account-index .page-title,
.review-customer-index .page-title,
.sales-order-history .page-title,
.questnutrition-autodelivery-subscription-subscriptions .page-title {
  width: 100%;
}
.customer-account-edit .page-title,
.newsletter-manage-index .page-title,
.sales-order-history .page-title {
  font-size: 10px;
}
.authnetcim-manage-index .page-title {
  float: none;
}
.questnutrition-autodelivery-subscription-subscriptions div.wrapper div.page > div > div.customerAccountSubscriptions div.customerAccountSubscriptionsInnerContent div.right-buttons {
  display: none;
}
.autoShipHeading {
  background-image: url(//s3-us-west-1.amazonaws.com/questproteinbar/cart/my_cart_bottom_line.png);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: 100%;
  float: left;
  font-size: 10px;
  margin-top: 2em;
  width: 100%;
}
.questnutrition-autodelivery-subscription-subscriptions div.wrapper div.page > div > div.customerAccountSubscriptions div.customerAccountSubscriptionsInnerContent div.autodelivery-subscriptions h2.account-dashboard-table-header,
.autoShipHeading h2,
.autoShipHeading h3 {
  float: left;
  width: 100%;
}
.autoShipHeading h3 {
  margin-bottom: 1.1em;
}
.autoShipHeading h2,
.autoShipHeading h3 {
  color: #fb9d14;
  font-family: 'Open Sans', Arial, Helvetica, Sans-Serif;
  font-size: 2em;
}
.questnutrition-autodelivery-subscription-subscriptions div.wrapper div.page > div > div.customerAccountSubscriptions div.customerAccountSubscriptionsInnerContent div.autodelivery-subscriptions h2.account-dashboard-table-header span.separator,
.questnutrition-autodelivery-subscription-subscriptions div.wrapper div.page > div > div.customerAccountSubscriptions div.customerAccountSubscriptionsInnerContent div.autodelivery-subscriptions h2.account-dashboard-table-header > a {
  display: none;
}
.questnutrition-autodelivery-subscription-subscriptions div.wrapper div.page > div > div.customerAccountSubscriptions div.customerAccountSubscriptionsInnerContent div.autodelivery-subscriptions h2.account-dashboard-table-header span.separator {
}
.questnutrition-autodelivery-subscription-subscriptions div.wrapper div.page > div > div.customerAccountSubscriptions div.customerAccountSubscriptionsInnerContent div.autodelivery-subscriptions h2.account-dashboard-table-header a {
  text-transform: uppercase;
}
.autodelivery-subscriptions {
  padding: 0 0 20px 0 !important;
}
.questnutrition-autodelivery-subscription-subscriptions div.wrapper div.page > div > div.customerAccountSubscriptions div.customerAccountSubscriptionsInnerContent div.autodelivery-subscriptions {
  float: left;
  font-size: inherit;
  min-height: 269px;
  width: 50%;
}
.questnutrition-autodelivery-subscription-subscriptions div.wrapper div.page > div > div.customerAccountSubscriptions div.customerAccountSubscriptionsInnerContent div.autodelivery-subscriptions div,
.questnutrition-autodelivery-subscription-subscriptions div.wrapper div.page > div > div.customerAccountSubscriptions div.customerAccountSubscriptionsInnerContent div.autodelivery-subscriptions > p {
  font-family: Arial,Helvetica,Sans-Serif;
  font-size: 15px;
  font-size: 1.25em;
  padding-left: 1em !important;
}
.questnutrition-autodelivery-subscription-subscriptions div.wrapper div.page > div > div.customerAccountSubscriptions div.customerAccountSubscriptionsInnerContent div.autodelivery-subscriptions div > a {
  color: #ed145b;
  float: left;
  font-size: .93em;
  margin-top: 1em;
}
.questnutrition-autodelivery-subscription-subscriptions div.wrapper div.page > div > div.customerAccountSubscriptions div.customerAccountSubscriptionsInnerContent > .autoShipHeading + .autodelivery-subscriptions {
  background-image: url(//s3-us-west-1.amazonaws.com/questproteinbar/subscriptions/subscriptions_vertical_separator.png);
  background-position: right top;
  background-repeat: no-repeat;
}
.questnutrition-autodelivery-subscription-subscriptions div.wrapper div.page > div > div.customerAccountSubscriptions div.customerAccountSubscriptionsInnerContent > .autoShipHeading + .autodelivery-subscriptions + .autodelivery-subscriptions > h2,
.questnutrition-autodelivery-subscription-subscriptions div.wrapper div.page > div > div.customerAccountSubscriptions div.customerAccountSubscriptionsInnerContent > .autoShipHeading + .autodelivery-subscriptions + .autodelivery-subscriptions > p {
  margin-left: 20px;
}
.questnutrition-autodelivery-subscription-subscriptions div.wrapper div.page > div > div.customerAccountSubscriptions div.customerAccountSubscriptionsInnerContent div.customerAccountSubscriptionsInnerContentNewsletter form#form-validate div.buttons-set,
.questnutrition-autodelivery-subscription-subscriptions div.wrapper div.page > div > div.customerAccountSubscriptions div.customerAccountSubscriptionsInnerContent div.customerAccountSubscriptionsInnerContentNewsletter form#form-validate div.fieldset ul.form-list li.control,
.questnutrition-autodelivery-subscription-subscriptions div.wrapper div.page > div > div.customerAccountSubscriptions div.customerAccountSubscriptionsInnerContent div.customerAccountSubscriptionsInnerContentNewsletter form#form-validate div.fieldset ul.form-list,
.questnutrition-autodelivery-subscription-subscriptions div.wrapper div.page > div > div.customerAccountSubscriptions div.customerAccountSubscriptionsInnerContent div.customerAccountSubscriptionsInnerContentNewsletter form#form-validate div.fieldset,
.questnutrition-autodelivery-subscription-subscriptions div.wrapper div.page > div > div.customerAccountSubscriptions div.customerAccountSubscriptionsInnerContent div.customerAccountSubscriptionsInnerContentNewsletter form#form-validate div.fieldset h2.legend {
  clear: both;
  float: left;
  margin: 0;
  padding: 0;
  width: 100%;
}
.questnutrition-autodelivery-subscription-subscriptions div.wrapper div.page > div > div.customerAccountSubscriptions div.customerAccountSubscriptionsInnerContent div.autodelivery-subscriptions h2.account-dashboard-table-header,
.questnutrition-autodelivery-subscription-subscriptions div.wrapper div.page > div > div.customerAccountSubscriptions div.customerAccountSubscriptionsInnerContent div.autoShipHeading h2,
.questnutrition-autodelivery-subscription-subscriptions div.wrapper div.page > div > div.customerAccountSubscriptions div.customerAccountSubscriptionsInnerContent div.customerAccountSubscriptionsInnerContentNewsletter form#form-validate div.fieldset h2.legend {
  color: #008fbf;
  font-family: 'Raleway', Arial, Helvetica, Sans-Serif;
  font-size: 1.7em;
}
.questnutrition-autodelivery-subscription-subscriptions div.wrapper div.page > div > div.customerAccountSubscriptions div.customerAccountSubscriptionsInnerContent div.customerAccountSubscriptionsInnerContentNewsletter form#form-validate div.fieldset ul.form-list {
  padding-top: 1em;
}
.questnutrition-autodelivery-subscription-subscriptions div.wrapper div.page > div > div.customerAccountSubscriptions div.customerAccountSubscriptionsInnerContent div.customerAccountSubscriptionsInnerContentNewsletter form#form-validate div.fieldset ul.form-list li.control > span {
  float: left;
  font-family: Arial, Helvetica, Sans-Serif;
  font-size: 1.25em;
  margin-left: 1em;
}
.questnutrition-autodelivery-subscription-subscriptions div.wrapper div.page > div > div.customerAccountSubscriptions div.customerAccountSubscriptionsInnerContent div.customerAccountSubscriptionsInnerContentNewsletter form#form-validate div.fieldset ul.form-list li.control > input {
  float: right;
  margin: 2px 0 0 0;
  padding: 0;
}
.questnutrition-autodelivery-subscription-subscriptions div.wrapper div.page > div > div.customerAccountSubscriptions div.customerAccountSubscriptionsInnerContent div.customerAccountSubscriptionsInnerContentNewsletter form#form-validate div.fieldset ul.form-list li.control > label {
  color: #ed145b;
  float: right;
  font-family: Arial,Helvetica,Sans-Serif;
  font-size: 1.15em;
  font-weight: normal;
  margin: 0 0 0 .5em;
  padding: 0;
  width: auto;
}
.questnutrition-autodelivery-subscription-subscriptions div.wrapper div.page > div > div.customerAccountSubscriptions div.customerAccountSubscriptionsInnerContent div.customerAccountSubscriptionsInnerContentNewsletter form#form-validate div.buttons-set p.back-link {
  display: none;
}
.authnetcim-manage-index div.wrapper div.page div.col1-footer,
.questnutrition-autodelivery-subscription-subscriptions div.wrapper div.page div.col1-footer {
  float: left;
}
.checkout-cart-index div.wrapper div.page div.cart div.page-title ul.checkout-types,
.checkout-cart-index div.wrapper div.page div.main div.col-main div.cart div.page-title ul.checkout-types {
  float: left;
  margin: 1em 0 0 0;
  margin: 4em 0 1em 0;
  padding: 0;
}
.checkout-cart-index div.wrapper div.page div.cart div.page-title ul.checkout-types li,
.checkout-cart-index div.wrapper div.page div.main div.col-main div.cart div.page-title ul.checkout-types li {
  float: left;
  margin: 0;
  padding: 0;
}
.checkout-cart-index div.wrapper div.page div.cart div.page-title ul.checkout-types li button.button.btn-continue,
.checkout-cart-index div.wrapper div.page div.cart div.page-title ul.checkout-types li button.button.btn-continue > span,
.checkout-cart-index div.wrapper div.page div.main div.col-main div.cart div.page-title ul.checkout-types li button.button.btn-continue,
.checkout-cart-index div.wrapper div.page div.main div.col-main div.cart div.page-title ul.checkout-types li button.button.btn-continue > span,
.checkout-cart-index div.wrapper div.page div.main div.col-main div.cart div.page-title ul.checkout-types li button.button.btn-continue > span > span {
  background: none;
  float: left;
  margin: 0;
  padding: 0 !important;
  text-align: left;
}
.checkout-cart-index div.wrapper div.page div.main div.col-main div.cart div.page-title ul.checkout-types li button.button.btn-continue > span > span {
  color: #ed145b;
  font-size: 14px;
  font-weight: normal !important;
}
.btn-continue-shopping {
  background-color: #008FBF;
  color: #FFFFFF;
  padding: 6px 20px;
  cursor: pointer;
}
/* BEGIN * my cart * table head */
.checkout-cart-index div.wrapper div.page div.cart form fieldset table#shopping-cart-table.data-table thead,
.checkout-cart-index div.wrapper div.page div.main div.col-main div.cart form fieldset table#shopping-cart-table.data-table thead,
.checkout-cart-index #shopping-cart-table.data-table thead .first > .a-center {
  text-align: center;
}
.checkout-cart-index div.wrapper div.page div.cart form.page-container fieldset table#shopping-cart-table.data-table tbody {
  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;    /* Firefox, other Gecko */
  box-sizing: border-box;         /* Opera/IE 8+ */
}
.checkout-cart-index div.wrapper div.page div.cart form.page-container fieldset table#shopping-cart-table.data-table tbody tr {
  border: 1px solid #e8e8e8;
  border-top: 0;
}
.checkout-cart-index #shopping-cart-table.data-table tr > td {
  vertical-align: middle;
}
.checkout-cart-index #shopping-cart-table.data-table tr > .last {
  background-color: #fafafa;
  border: 0;
  border-left: 1px solid #e8e8e8;
}
.questnutrition-autodelivery-subscription-subscriptions div.wrapper div.page > div > div.customerAccountSubscriptions div.customerAccountSubscriptionsInnerContent div.customerAccountSubscriptionsInnerContentNewsletter form#form-validate div.fieldset ul.form-list,
.checkout-cart-index div.wrapper div.page div.cart form fieldset table#shopping-cart-table.data-table tbody tr.first,
.checkout-cart-index div.wrapper div.page div.cart form fieldset table#shopping-cart-table.data-table tbody tr.even,
.checkout-cart-index div.wrapper div.page div.cart form fieldset table#shopping-cart-table.data-table tbody tr.odd,
.checkout-cart-index div.wrapper div.page div.cart form fieldset table#shopping-cart-table.data-table tbody tr.last {
  background-color: transparent;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 100%;
}
.checkout-cart-index div.wrapper div.page div.cart form fieldset table#shopping-cart-table.data-table thead tr.first th,
.checkout-cart-index div.wrapper div.page div.main div.col-main div.cart form fieldset table#shopping-cart-table.data-table thead tr.first th {
  color: #fff;
  font-family: 'Open Sans', Arial, Helvetica, Sans-Serif;
  font-size: 1.3rem;
  font-weight: 500;
  padding: .5em 1em .5em 0;
}
.checkout-cart-index div.wrapper div.page div.cart form fieldset table#shopping-cart-table.data-table tbody tr.first td,
.checkout-cart-index div.wrapper div.page div.cart form fieldset table#shopping-cart-table.data-table tbody tr.even td,
.checkout-cart-index div.wrapper div.page div.cart form fieldset table#shopping-cart-table.data-table tbody tr.odd td,
.checkout-cart-index div.wrapper div.page div.cart form fieldset table#shopping-cart-table.data-table tbody tr.last td {
  border-bottom: 0;
  font-size: inherit;
}

.checkout-cart-index div.wrapper div.page div.cart form fieldset table#shopping-cart-table.data-table tbody tr.first td h2.product-name,
.checkout-cart-index div.wrapper div.page div.cart form fieldset table#shopping-cart-table.data-table tbody tr.even td h2.product-name,
.checkout-cart-index div.wrapper div.page div.cart form fieldset table#shopping-cart-table.data-table tbody tr.odd td h2.product-name,
.checkout-cart-index div.wrapper div.page div.cart form fieldset table#shopping-cart-table.data-table tbody tr.last td h2.product-name {
  font-size: inherit;
}
.checkout-cart-index div.wrapper div.page div.cart form fieldset table#shopping-cart-table.data-table tbody tr.first td h2.product-name a,
.checkout-cart-index div.wrapper div.page div.cart form fieldset table#shopping-cart-table.data-table tbody tr.even td h2.product-name a,
.checkout-cart-index div.wrapper div.page div.cart form fieldset table#shopping-cart-table.data-table tbody tr.odd td h2.product-name a,
.checkout-cart-index div.wrapper div.page div.cart form fieldset table#shopping-cart-table.data-table tbody tr.last td h2.product-name a {
  color: #777777;
  font-family: 'Open Sans';
  font-size: inherit;
  font-weight: 600;
  text-decoration: none;
}
.checkout-cart-index div.wrapper div.page div.cart form fieldset table#shopping-cart-table.data-table tbody tr.first td.a-center a,
.checkout-cart-index div.wrapper div.page div.cart form fieldset table#shopping-cart-table.data-table tbody tr.even td.a-center a,
.checkout-cart-index div.wrapper div.page div.cart form fieldset table#shopping-cart-table.data-table tbody tr.odd td.a-center a,
.checkout-cart-index div.wrapper div.page div.cart form fieldset table#shopping-cart-table.data-table tbody tr.last td.a-center a {
  visibility: hidden;
}
.checkout-cart-index div.wrapper div.page div.cart form fieldset table#shopping-cart-table.data-table tbody tr.first td.a-center a.btn-remove,
.checkout-cart-index div.wrapper div.page div.cart form fieldset table#shopping-cart-table.data-table tbody tr.even td.a-center a.btn-remove,
.checkout-cart-index div.wrapper div.page div.cart form fieldset table#shopping-cart-table.data-table tbody tr.odd td.a-center a.btn-remove,
.checkout-cart-index div.wrapper div.page div.cart form fieldset table#shopping-cart-table.data-table tbody tr.last td.a-center a.btn-remove {
  background-image: url(//s3-us-west-1.amazonaws.com/questproteinbar/cart/close_button.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100%;
  height: 18px;
  visibility: visible;
  width: 17px;
}
.checkout-cart-index div.wrapper div.page div.cart form fieldset table#shopping-cart-table.data-table tbody tr td.a-center a.btn-remove:hover {
	opacity: .67;
}
.checkout-cart-index div.wrapper div.page div.cart div.cart-collaterals {
  text-align: left;
}
.checkout-cart-index div.wrapper div.page div.cart form.page-container fieldset table#shopping-cart-table.data-table tfoot .first.last > td {
  background-color: #fff;
  border: 0;
  padding: 0;
}
.checkout-cart-index div.wrapper div.page div.cart form.page-container fieldset table#shopping-cart-table.data-table tfoot tr.first.last > .a-right.last > .button.btn-continue {
  display: none;
}
.checkout-cart-index div.wrapper div.page div.cart form.page-container fieldset table#shopping-cart-table.data-table tfoot tr.first.last > .a-right.last > .button {
  clear: none;
  margin: 0;
  margin-left: 1em;
  margin-top: 1em;
}
.checkout-cart-index #shopping-cart-table.data-table tr > .a-center > .cart-price,
.checkout-cart-index #shopping-cart-table.data-table tr > .a-center.unitPrice > .cart-price {
  font-size: 10px;
}
.checkout-cart-index #shopping-cart-table.data-table tr > .a-center > .cart-price > .price,
.checkout-cart-index #shopping-cart-table.data-table tr > .a-center.unitPrice > .cart-price > .price {
  font-size: 1.3rem;
}
.checkout-cart-index #shopping-cart-table.data-table tr > .a-center.unitPrice > .cart-price > .price {
  color: #4abce1;
}
/* E N D * my cart * table head */
.checkout-cart-index div.wrapper div.page div.cart div.page-title ul.checkout-types li button.button.btn-checkout,
.checkout-cart-index div.wrapper div.page div.main div.col-main div.cart div.totals ul.checkout-types li button.button.btn-checkout,
.checkout-cart-index div.wrapper div.page div.main div.col-main div.cart div.page-title ul.checkout-types li button.button.btn-checkout {
  background-image: url(//s3-us-west-1.amazonaws.com/questproteinbar/cart/my_cart_cta_checkout_now.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100%;
  height: 43px;
  width: 210px;
}
.checkout-cart-index div.wrapper div.page div.cart div.page-title ul.checkout-types li button.button.btn-checkout > span,
.checkout-cart-index div.wrapper div.page div.cart div.totals ul.checkout-types li button.button.btn-checkout > span,
.checkout-cart-index div.wrapper div.page div.main div.col-main div.cart div.totals ul.checkout-types li button.button.btn-checkout > span,
.checkout-cart-index div.wrapper div.page div.main div.col-main div.cart div.page-title ul.checkout-types li button.button.btn-checkout > span {
  background: none;
}
.checkout-cart-index div.wrapper div.page div.cart div.page-title ul.checkout-types li button.button.btn-checkout > span > span,
.checkout-cart-index div.wrapper div.page div.main div.col-main div.cart div.totals ul.checkout-types li button.button.btn-checkout > span > span,
.checkout-cart-index div.wrapper div.page div.main div.col-main div.cart div.page-title ul.checkout-types li button.button.btn-checkout > span > span {
  background: none;
  text-indent: -2000%;
  color: transparent;
}
.checkout-cart-index div.wrapper div.page div.cart div.page-title ul.checkout-types li button.button.btn-checkout,
.checkout-cart-index div.wrapper div.page div.main div.col-main div.cart div.page-title ul.checkout-types li button.button.btn-checkout {
  display: none;
}
/* E N D * my cart */
/* ***** * ***** * ***** * ***** * ***** * ***** * ***** * ***** * ***** * ***** * ***** * ***** * ***** * ***** * ***** */
/* BEGIN * sales-order-history * my orders */
.sales-order-history div.wrapper div.page > div > div.my-account div.page-title {
  clear: both;
  float: left;
  margin-bottom: 1.5em;
  width: 100%;
}
.sales-order-history div.wrapper div.page > div > div.my-account div.page-title h1 {
  float: left;
}
.sales-order-history div.wrapper div.page > div > div.my-account div.pager {
  clear: both;
}
.sales-order-history div.wrapper div.page > div > div.my-account table#my-orders-table.data-table {
  margin-top: 1.5em;
  margin-bottom: 1.5em;
}
.sales-order-history div.wrapper div.page > div > div.my-account table#my-orders-table.data-table {
  font-size: 16px;
}
.sales-order-history #my-orders-table > tbody {
  font-size: 10px;
}
.sales-order-history #my-orders-table > tbody > .odd {
  background-color: #fcfcfc;
}
.sales-order-history #my-orders-table > tbody > .even {
  background-color: #fff;
}
.sales-order-history #my-orders-table > tbody > tr > td {
  border-left: 1px solid #dcdcdc;
  color: #666;
  font-size: 1.3em;
  padding: 2em;
}
.sales-order-history #my-orders-table > tbody > tr > td > em {
  font-style: normal;
}
.sales-order-history #my-orders-table > tbody > tr > td > .nobr {
}
.sales-order-history #my-orders-table > tbody > tr > td > .nobr > .separator {
  font-size: 10px;
}
.checkout-cart-index #shopping-cart-table > thead,
.questnutrition-autodelivery-subscription-subscriptions #subscriptions-table > thead,
.sales-order-history #my-orders-table > thead {
  background: none;
  background-color: #ed145b;
  background-color: #f5af57;
  border: 1px solid #f5af57;
  font-size: 10px;
}
.checkout-cart-index #shopping-cart-table > thead > tr > th,
.questnutrition-autodelivery-subscription-subscriptions #subscriptions-table > thead > tr > th,
.sales-order-history #my-orders-table > thead > .first > th {
  color: #fff;
  font-size: 1.3em;
  font-weight: 600;
  padding: 1em;
  text-transform: uppercase;
}
.sales-order-history div.wrapper div.page > div > div.my-account table#my-orders-table.data-table tbody tr td span.price {
  color: #666;
  font-family: 'Lato', Arial, Helvetica, Sans-Serif;
  font-weight: 600;
}
.sales-order-view div.wrapper div.page > div > div.my-account div.buttons-set p.back-link a,
.review-customer-index div.wrapper div.page > div > div.my-account div.buttons-set p.back-link a,
.sales-order-history div.wrapper div.page > div > div.my-account div.buttons-set p.back-link a {
  color: #fff;
}
.sales-order-history .pager {
  background: none;
  border: 0;
  border-bottom: 1px solid #dcdcdc;
  color: #777777;
  font-size: 10px;
  margin: 1.5em 0 1.5em 0;
  margin: 0 0 1.5em 0;
  padding: 0 0 1.5em 0;
}
.sales-order-history .pager .limiter label {
  margin-right: 1em;
}
.sales-order-history .pager .limiter select {
  border: 1px solid #dcdcdc;
  padding: .75em 1em .75em 1em;
}
.sales-order-history .pager .limiter select option {
}
/* E N D * sales-order-history * my orders */
/* ***** * ***** * ***** * ***** * ***** * ***** * ***** * ***** * ***** * ***** * ***** * ***** * ***** * ***** * ***** */
/* BEGIN * sales-order-view * order-info tabs */
.sales-order-invoice .orderInfoTabs,
.sales-order-view .orderInfoTabs {
  font-size: 10px;
  margin: 0;
  padding: 0;
}
.sales-order-invoice .orderInfoTabs > dt,
.sales-order-invoice .orderInfoTabs > dd,
.sales-order-view .orderInfoTabs > dt,
.sales-order-view .orderInfoTabs > dd {
  display: inline;
  float: left;
  font-size: 1.2em;
  width: auto;
}
.sales-order-invoice .orderInfoTabs > dt,
.sales-order-view .orderInfoTabs > dt {
  color: #777777;
  font-weight: normal;
  padding-left: 2em;
  padding-right: 2em;
  padding-top: 1.1em;
}
.sales-order-invoice .orderInfoTabs > dd,
.sales-order-view .orderInfoTabs > dd {
  margin: 0;
  padding: 0;
}
.sales-order-invoice .orderInfoTabs > dd > ul,
.sales-order-view .orderInfoTabs > dd > ul {
  float: left;
}
.sales-order-invoice .orderInfoTabs > dd > ul > li,
.sales-order-view .orderInfoTabs > dd > ul > li {
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
  display: inline-block;
  float: left;
}
.sales-order-invoice .orderInfoTabs > dd > ul > li > a,
.sales-order-view .orderInfoTabs > dd > ul > li > a {
  -webkit-border-radius: inherit;
  -moz-border-radius: inherit;
  border-radius: inherit;
  color: #777777;
  display: inline;
  display: inline-block;
  float: left;
  margin-bottom: -1px;
  padding: 1.1em 2.25em 1em 2.25em;
  -o-transition: all .123s ease-in .123s;
  -ms-transition: all .123s .123s ease-in .123s;
  -moz-transition: all .123s .123s ease-in .123s;
  -webkit-transition: all .123s .123s ease-in .123s;
  transition: all .123s ease-in .123s;
}
.sales-order-invoice .orderInfoTabs > dd > ul > li > a:hover,
.sales-order-view .orderInfoTabs > dd > ul > li > a:hover {
  color: #666;
}
.sales-order-invoice .orderInfoTabs > dd > ul > li.current,
.sales-order-view .orderInfoTabs > dd > ul > li.current {
  background-color: #fff;
  border: 0;
  border-left: 1px solid #dcdcdc;
  border-right: 1px solid #dcdcdc;
  border-top: 1px solid #dcdcdc;
  color: #333;
  font-weight: 600;
}
.sales-order-invoice .orderInfoTabs > dd > ul > li.current > strong,
.sales-order-view .orderInfoTabs > dd > ul > li.current > strong {
  background-color: #fff;
  float: left;
  font-weight: 600;
  margin-bottom: -1px;
  padding: 1em 2.25em 1em 2.25em;
  position: relative;
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
}
/* E N D * sales-order-view * order-info tabs */
.sales-order-invoice .order-page .order-date,
.sales-order-view .order-page .order-date {
  color: #666;
  font-size: 10px;
  margin: 0;
}
.sales-order-invoice .order-page .order-date span,
.sales-order-view .order-page .order-date span {
  font-size: 1.3em;
}
/* ***** * ***** * ***** * ***** * ***** * ***** * ***** * ***** * ***** * ***** * ***** * ***** * ***** * ***** * ***** */
/* BEGIN * customer account tabs */
.customerAccountTabs {
  background-image: url(//s3-us-west-1.amazonaws.com/questproteinbar/tabs/tab_bottom_border.png);
  background-position: center bottom;
  background-repeat: repeat-x;
  clear: both;
  float: left;
  font-size: 0;
  letter-spacing: 0;
  margin-bottom: 2em;
  text-align: center;
  width: 100%;
  word-spacing: 0;
}
.customerAccountTabs ul {
  background-image: url(//s3-us-west-1.amazonaws.com/questproteinbar/tabs/tab_separator.png);
  background-position: left top;
  background-repeat: no-repeat;
  display: inline-block;
  font-size: 12px;
}
.customerAccountTabs ul li {
  background-color: #fff;
  background-image: url(//s3-us-west-1.amazonaws.com/questproteinbar/tabs/tab_bottom_border.png);
  background-position: center bottom;
  background-repeat: repeat-x;
  cursor: pointer;
  float: left;
  padding-bottom: 1.25em;
}
.customerAccountTabs ul li.on,
.customerAccountTabs ul li:hover {
  background-image: none;
}
.customerAccountTabs ul li.on a span img,
.customerAccountTabs ul li:hover a span img {
  background-image: url(//s3-us-west-1.amazonaws.com/questproteinbar/tabs/tab_bottom_border_on.png);
  background-position: center bottom;
  background-repeat: repeat-x;
}
.customerAccountTabs ul li:first-child {
  float: left;
  margin: 0 0 0 22px;
}
.customerAccountTabs ul li a {
  background-image: url(//s3-us-west-1.amazonaws.com/questproteinbar/tabs/tab_separator.png);
  background-position: right top;
  background-repeat: no-repeat;
  float: left;
  height: 82px;
  padding-top: 1.25em;
  padding-bottom: 1em;
}
.customerAccountTabs ul li a span {
  background-position: center top;
  background-repeat: no-repeat;
  float: left;
  margin: 0;
  padding: 0;
}
/* BEGIN * simple account tabs */
.customerAccountTabsSimple {
  background-color: #fafafa;
  border: 0;
  border-bottom: 1px solid #dcdcdc;
  border-top: 1px solid #dcdcdc;
  float: left;
  font-family: 'Open Sans', Arial, Helvetica, Sans-Serif;
  font-size: 10px;
  padding-top: 3em;
  text-align: center;
  width: 100%;
}
.customerAccountTabsSimple > label {
  clear: both;
  color: #b9b9b9;
  float: left;
  font-family: 'Paytone One', Arial, Helvetica, Sans-Serif;
  font-size: 3.6em;
  text-align: center;
  width: 100%;
}
.customerAccountTabsSimple > ul {
  clear: both;
  float: left;
  margin-top: 3em;
  width: 100%;
}
.customerAccountTabsSimple > ul > li {
  border: 0;
  display: inline-block;
  font-size: 1.4em;
  padding: 0;
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
}
.customerAccountTabsSimple > ul > li.on {
  border: 0;
  border-left: 1px solid #dcdcdc;
  border-right: 1px solid #dcdcdc;
  border-top: 1px solid #dcdcdc;
  background-color: #fff;
  font-weight: 600;
}
.customerAccountTabsSimple > ul > li:hover {
}
.customerAccountTabsSimple > ul > li > a {
  -webkit-border-radius: inherit;
  -moz-border-radius: inherit;
  border-radius: inherit;
  color: #777777;
  display: inline;
  display: inline-block;
  margin-bottom: -1px;
  padding: .75em 2.25em .75em 2.25em;
  -o-transition: all .123s ease-in .123s;
  -ms-transition: all .123s .123s ease-in .123s;
  -moz-transition: all .123s .123s ease-in .123s;
  -webkit-transition: all .123s .123s ease-in .123s;
  transition: all .123s ease-in .123s;
}
.customerAccountTabsSimple > ul > li > a,
.customerAccountTabsSimple > ul > li > a:hover,
.customerAccountTabsSimple > ul > li.on > a:hover {
  text-decoration: none;
}
.customerAccountTabsSimple > ul > li.on > a {
  color: #333;
}
.customerAccountTabsSimple > ul > li > a:hover {
  color: #666;
}
.customerAccountTabsSimple > ul > li.on > a {
  background-color: #fff;
}
/* E N D * simple account tabs */
.anchorAdjustment {
  border: 0;
  clear: both;
  display: block;
  float: left;
  position: relative;
  top: -94px;
  width: 1em;
  z-index: 1111;
}
.backgroundColorWhite {
  background-color: #fff;
}
.clearBoth {
  clear: both;
}
.ctaLink {
  color: #FB9D14;
  cursor: pointer;
}
.ctaLink:hover {
  color: #e18700;
}
.floatLeft {
  float: left;
}
.floatNone {
  float: none;
}
.floatNoneF {
  float: none !important;
}
.floatRight {
  float: right;
}
.floatRightF {
	float: right !important;
}
.fontColorCool {
  color: #39bae4;
}
/* sync */
.fontColorF6B058 {
  color: #f6b058;
}
.fontColor666 {
  color: #666;
}
.fontColor999 {
  color: #777777;
}
.fontFamilyOpenSans {
  font-family: 'Open Sans', Arial, Helvetica, Sans-Serif;
}
.fontFamilyPaytoneOne {
  font-family: "Paytone One", Arial, Helvetica, Sans-Serif;
}
.fontSizeInherit {
  font-size: inherit;
}
.fontSize10 {
  font-size: 10px;
}
.fontSize10F {
	font-size: 10px !important;
}
.fontSize12 {
  font-size: 12px;
}
.fontSize1Point2em {
  font-size: 1.2em;
}
.fontSize1Point3em {
  font-size: 1.3em;
}
.fontSize1Point3Rem {
  font-size: 1.3rem;
}
.fontWeightBold {
  font-weight: bold;
}
.lineHeight175Percent {
  line-height: 175%;
}
.lineHeight200Percent {
  line-height: 200%;
}
.lineHeight3Em {
  line-height: 3em;
}
.lineHeight3EmF {
  line-height: 3em !important;
}
.myAccountH1 {
  color: #f5b058;
  font-family: 'Open Sans', Arial, Helvetica, Sans-Serif;
  font-size: 2em;
  font-weight: 600;
  letter-spacing: 0;
}
.myAccountSubHeader {
  float: left;
  margin: .75em 1em .75em 1em;
  margin: .9em 1em .9em 1em;
}
.myAccountSubHeaderH2 {
	color: #666 !important;
	font-family: 'Open Sans', Arial, Helvetica, Sans-Serif !important;
	font-size: 1.4em !important;
}
.welcome-msg {
  float: left;
  margin-left: .75em;
  padding: 0 0 .75em 0;
}
.welcome-msg > .hello > strong {
  color: #666;
  font-family: 'Open Sans', Arial, Helvetica, Sans-Serif;
  font-size: 2em;
  font-weight: 300;
}
.textAlignCenter { text-align: center; }
.width100 { width: 100%; }
.width600Px {
  padding: 0;
  width: 60em;
}
.width800Px {
  padding: 0 2em 0 2em;
  width: 76em;
}
.width860Px {
  padding: 0 2em 0 2em;
  width: 82em;
}
.borderBottomLine {
  border-bottom: 1px solid #dcdcdc;
}
.bufferOneEm {
  margin-bottom: 1em;
}
.bufferOneHalfEm {
  margin-bottom: 1.5em;
}
.bufferTwoEm {
  margin-bottom: 2em;
  width: 100%;
}
.importantBorderBottomLine {
  border-bottom: 1px solid #dcdcdc !important;
}
.importantFontSize10 {
  font-size: 10px !important;
}
.importantFontSize1Point3Rem {
  font-size: 1.3rem !important;
}
.importantFontSizeInherit {
  font-size: inherit !important;
}
.importantPadding1em {
  padding: 1em !important;
}
.globalLinkStyle {
  color: #fb9d14;
  font-size: 12px;
}
.globalLinkStyle:hover {
  color: #e18700;
}
.globalLinkStyle.pull-right {
  margin-left: 1.5em;
}
.lineHeight150Percent {
  line-height: 150%;
}
.autoMarginsLeftRight {
  margin-left: auto;
  margin-right: auto;
}
.marginBottom1em {
	margin-bottom: 1em;
}
.marginLeft1Point5 {
  margin-left: 1.5em;
}
.marginLeft1em {
  margin-left: 1em;
}
.marginLeft3em {
  margin-left: 3em;
}
.marginLeft4em {
  margin-left: 4em;
}
.marginRight0 {
	margin-right: 0;
}
.marginRight0F {
	margin-right: 0 !important;
}
.marginRight4em {
  margin-right: 4em;
}
.marginTop1em {
  margin-top: 1em;
}
.paddingBottom2Em {
  padding-bottom: 2em;
}
.paddingBottom1Em {
  padding-bottom: 1em;
}
.coolHeading {
  clear: both;
  color: #39bbe3;
  font-family: "Paytone One";
  font-size: 3.6em;
  font-weight: normal;
  line-height: 100%;
}
.h2Heading {
  color: #fb9d14;
  font-family: 'Open Sans';
  font-weight: 600;
  font-size: 2em;
}
.h2HeadingColor {
  color: #fb9d14;
}
.aLink {
  color: #FB9D14;
  color: #ffb11a;
  cursor: pointer;
}
.aLink:hover {
  color: #e18700;
}
.aLinkF {
	color: #FB9D14;
	color: #ffb11a !important;
	cursor: pointer;
}
.aLinkF:hover {
	color: #e18700 !important;
}
.orderStatusPending {
  color: #4abce1;
}
.orderStatusComplete {
  color: #9cce6c;
}
.orderStatusCanceled {
  color: #eb5058;
}
.visibilityVisible {
  visibility: visible;
}
.visibilityVisibleF {
  visibility: visible !important;
}
.customerAccountContentBoxWrapper > div,
.customerAccountContentBoxWrapper > div > h2,
.customerAccountContentBoxWrapper > div > div > div > div > h3,
.customerAccountContentBoxWrapper > div > div > div > div > h4,
.customerAccountContentBoxWrapperMaster .customerAccountContentBoxWrapper .ctaButtons > a,
.transitioning {
  -o-transition: all .159s ease-in .089s;
  -ms-transition: all .159s ease-in .089s;
  -moz-transition: all .159s ease-in .089s;
  -webkit-transition: all .159s ease-in .089s;
  transition: all .159s ease-in .089s;
}
.transitioningFast {
  -o-transition: all .089s ease-in .089s;
  -ms-transition: all .089s ease-in .089s;
  -moz-transition: all .089s ease-in .089s;
  -webkit-transition: all .089s ease-in .089s;
  transition: all .089s ease-in .089s;
}
.customerAccountContentBoxWrapper > div:hover {
  -webkit-box-shadow: -4px -4px 6px rgba(195, 195, 195, 0.5), 4px 4px 6px rgba(195, 195, 195, 0.5);
  -moz-box-shadow: -4px -4px 6px rgba(195, 195, 195, 0.5), 4px 4px 6px rgba(195, 195, 195, 0.5);
  box-shadow: -4px -4px 6px rgba(195, 195, 195, 0.5), 4px 4px 6px rgba(195, 195, 195, 0.5);
}
/* E N D * customer account tabs */
/* BEGIN * customer account index * dashboard */
.customer-account-index div.wrapper div.page > div > div.my-account div.dashboard {
  font-size: 10px;
  text-align: left;
}
.customer-account-index div.wrapper div.page > div > div.my-account div.dashboard div.page-title {
  font-size: inherit;
}
.customerAccountContentBoxWrapperMaster {
  float: left;
  width: 100%;
}
.customerAccountContentBoxWrapperMaster .customerAccountContentBoxWrapperBuffer {
  float: left;
  height: 215px;
  margin-bottom: 2em;
  width: 2%;
}
.customerAccountContentBoxWrapperMaster .customerAccountContentBoxWrapper {
  background-color: #7b7b7b;
  background-color: #d9d9d9;
  background-color: transparent;
  float: left;
  height: 215px;
  margin-bottom: 2em;
  width: 32%;
}
.customerAccountContentBoxWrapperMaster div.customerAccountContentBoxWrapper div.col2-set div.col-1 div.box div.box-title,
.customerAccountContentBoxWrapperMaster div.customerAccountContentBoxWrapper div.col2-set div.col-1 div.box div.box-content,
.customerAccountContentBoxWrapperMaster div.customerAccountContentBoxWrapper div.col2-set div.col-2 div.box div.box-title,
.customerAccountContentBoxWrapperMaster div.customerAccountContentBoxWrapper div.col2-set div.col-2 div.box div.box-content,
.customerAccountContentBoxWrapperMaster div.customerAccountContentBoxWrapper div.col2-set div.box div.box-content div.col-1 dl,
.customerAccountContentBoxWrapperMaster div.customerAccountContentBoxWrapper div.col2-set div.box div.box-content div.col-2 dl {
  clear: both;
  float: left;
  width: 100%;
}
.customerAccountContentBoxWrapperMaster .customerAccountContentBoxWrapper div.recent-orders > h2.account-dashboard-table-header,
.customerAccountContentBoxWrapperMaster .customerAccountContentBoxWrapper div.autodelivery-subscriptions > h2.account-dashboard-table-header,
.customerAccountContentBoxWrapperMaster .customerAccountContentBoxWrapper div.col2-set div.col-1 div.box div.box-title > h3,
.customerAccountContentBoxWrapperMaster .customerAccountContentBoxWrapper div.col2-set div.col-2 div.box div.box-title > h3,
.customerAccountContentBoxWrapperMaster .customerAccountContentBoxWrapper div.col2-set div.box div.box-content div.col-1 > h4,
.customerAccountContentBoxWrapperMaster .customerAccountContentBoxWrapper div.col2-set div.box div.box-content div.col-2 > h4 {
  clear: both;
  float: left;
  line-height: 100%;
  text-transform: uppercase;
  vertical-align: middle;
  width: 100%;
}
.customerAccountContentBoxWrapperMaster div.customerAccountContentBoxWrapper div.col2-set,
.customerAccountContentBoxWrapperMaster div.customerAccountContentBoxWrapper div.autodelivery-subscriptions,
.customerAccountContentBoxWrapperMaster div.customerAccountContentBoxWrapper div.autodelivery-subscriptions > p,
.customerAccountContentBoxWrapperMaster div.customerAccountContentBoxWrapper div.recent-orders,
.customerAccountContentBoxWrapperMaster div.customerAccountContentBoxWrapper div.recent-orders table#my-orders-table.data-table,
.customerAccountContentBoxWrapperMaster div.customerAccountContentBoxWrapper div.recent-orders > p,
.customerAccountContentBoxWrapperMaster div.customerAccountContentBoxWrapper div.recent-orders > div,
.customerAccountContentBoxWrapperMaster div.customerAccountContentBoxWrapper div.col2-set div.col-1,
.customerAccountContentBoxWrapperMaster div.customerAccountContentBoxWrapper div.col2-set div.col-2,
.customerAccountContentBoxWrapperMaster div.customerAccountContentBoxWrapper div.col2-set div.box {
  float: left;
  width: 100%;
}
.customerAccountContentBoxWrapper > .recent-orders > p {
}
.customerAccountContentBoxWrapperMaster div.customerAccountContentBoxWrapper div.col2-set div.col-1,
.customerAccountContentBoxWrapperMaster div.customerAccountContentBoxWrapper div.col2-set div.col-1 .box,
.customerAccountContentBoxWrapperMaster div.customerAccountContentBoxWrapper div.col2-set div.col-2,
.customerAccountContentBoxWrapperMaster div.customerAccountContentBoxWrapper div.col2-set div.col-2 .box {
  height: 100%;
}
.customerAccountContentBoxWrapperMaster .customerAccountContentBoxWrapper > div {
  background-color: #fff;
  border: 1px solid #d9d9d9;
  float: left !important;
  font-size: 10px;
  height: inherit;
  margin: 0 !important;
  padding: 0;
}
.customerAccountContentBoxWrapperMaster .customerAccountContentBoxWrapper > div > h2,
.customerAccountContentBoxWrapperMaster .customerAccountContentBoxWrapper > div > div > div > div > h3,
.customerAccountContentBoxWrapperMaster .customerAccountContentBoxWrapper > div > div > div > div > h4 {
  background-color: #f9b24a;
  color: #fff;
  font-size: 1.3em;
  font-weight: 600;
}
.customerAccountContentBoxWrapperMaster .customerAccountContentBoxWrapper > div:hover > h2,
.customerAccountContentBoxWrapperMaster .customerAccountContentBoxWrapper > div:hover > div > div > div > h3,
.customerAccountContentBoxWrapperMaster .customerAccountContentBoxWrapper > div:hover > div > div > div > h4 {
  background-color: #34BDE8;
}
.customerAccountContentBoxWrapperMaster div.customerAccountContentBoxWrapper div.col2-set div.col-1 div.box div.box-content dl,
.customerAccountContentBoxWrapperMaster div.customerAccountContentBoxWrapper div.col2-set div.box div.box-content div.col-1 dl,
.customerAccountContentBoxWrapperMaster div.customerAccountContentBoxWrapper div.col2-set div.box div.box-content div.col-2 dl {
  font-size: 10px;
}
.customerAccountContentBoxWrapperMaster .customerAccountContentBoxWrapper .recent-orders .ctaButtons,
.customerAccountContentBoxWrapperMaster .customerAccountContentBoxWrapper .autodelivery-subscriptions .ctaButtons,
.customerAccountContentBoxWrapperMaster .customerAccountContentBoxWrapper .col2-set .col-1 .box .ctaButtons,
.customerAccountContentBoxWrapperMaster .customerAccountContentBoxWrapper .col2-set .col-2 .box .ctaButtons,
.customerAccountContentBoxWrapperMaster .customerAccountContentBoxWrapper .col2-set .box .ctaButtons {
  clear: both;
  float: left;
  text-align: right;
  width: 100%;
}
.customerAccountContentBoxWrapperMaster .customerAccountContentBoxWrapper .recent-orders .ctaButtons button,
.customerAccountContentBoxWrapperMaster .customerAccountContentBoxWrapper .autodelivery-subscriptions .ctaButtons button,
.customerAccountContentBoxWrapperMaster .customerAccountContentBoxWrapper .col2-set .col-1 .box .ctaButtons button,
.customerAccountContentBoxWrapperMaster .customerAccountContentBoxWrapper .col2-set .col-2 .box .ctaButtons button,
.customerAccountContentBoxWrapperMaster .customerAccountContentBoxWrapper .col2-set .box .ctaButtons button {
  background-color: #ed145b;
  border: 0;
  color: #fff;
  cursor: pointer;
  float: right;
  font-family: 'Raleway', Arial, Helvetica, Sans-Serif;
  height: 31px;
  margin-left: .5em;
  padding: 0 1em 0 1em;
  text-align: center;
  text-transform: uppercase;
}
.customerAccountContentBoxWrapperMaster .customerAccountContentBoxWrapper .ctaButtons > a {
  color: #FB9D14;
  cursor: pointer;
  font-size: 1.3em;
  margin-right: 1em;
}
.customerAccountContentBoxWrapperMaster .customerAccountContentBoxWrapper .ctaButtons > a:hover {
  color: #e18700;
}
.customerAccountContentBoxWrapperMaster .customerAccountContentBoxWrapper > div > div > div > .box-content,
.customerAccountContentBoxWrapperMaster .customerAccountContentBoxWrapper > div > div > .box-content > div > address,
.customerAccountContentBoxWrapperMaster .customerAccountContentBoxWrapper .recent-orders .box-content {
  height: 155px;
  line-height: 150%;
}
.customerAccountContentBoxWrapperMaster .customerAccountContentBoxWrapper > div > div > .box-content > div > address {
  clear: both;
  float: left;
  width: 100%;
}
.customerAccountContentBoxWrapperMaster div.customerAccountContentBoxWrapper div.col2-set div.col-2 div.box div.box-content p span {
  background-image: url(//s3-us-west-1.amazonaws.com/questproteinbar/dashboard/dashboard_checkbox.png);
  background-position: left center;
  background-repeat: no-repeat;
  padding-left: 27px;
}
.customer-account-index div.wrapper div.page > div > div.my-account div.dashboard div.customerAccountContentBoxWrapperMaster div.customerAccountContentBoxWrapper div.recent-orders table#my-orders-table.data-table {
  border: 0;
  font-size: 10px;
  width: 100%;
}
.customer-account-index div.wrapper div.page > div > div.my-account div.dashboard div.customerAccountContentBoxWrapperMaster div.customerAccountContentBoxWrapper div.recent-orders div.box-content table#my-orders-table.data-table thead tr.first th {
  color: #ed145b;
  font-size: 1.4em;
  text-transform: uppercase;
}
.questnutrition-autodelivery-subscription-subscriptions .wrapper .page > div > .customerAccountSubscriptions .customerAccountSubscriptionsInnerContent .autodelivery-subscriptions table#subscriptions-table.subscriptions-table tbody tr td table.autodelivery-table-subtable thead tr th .table-element-center {
  font-size: inherit;
}
.customer-account-index .wrapper .page > div > .my-account .dashboard .customerAccountContentBoxWrapperMaster .customerAccountContentBoxWrapper .recent-orders .box-content table#my-orders-table.data-table thead tr.first th.thPrice {
  padding: 0 1em 0 1em;
}
.customer-account-index .wrapper .page > div > .my-account .dashboard .customerAccountContentBoxWrapperMaster .customerAccountContentBoxWrapper .recent-orders .box-content table#my-orders-table.data-table tbody tr.first td em {
  font-style: normal;
}
.customer-account-index .wrapper .page > div > .my-account .dashboard .customerAccountContentBoxWrapperMaster .customerAccountContentBoxWrapper .recent-orders .box-content table#my-orders-table.data-table tbody tr.first td.a-center a.nobr {
  color: #ed145b;
  text-decoration: none;
}
.customer-account-index .wrapper .page > div > .my-account .dashboard .customerAccountContentBoxWrapperMaster .customerAccountContentBoxWrapper .recent-orders .box-content table#my-orders-table.data-table tbody tr.first td.a-center a.nobr:hover {
  text-decoration: none;
}
/* BEGIN * simple account tabs css styles */
.customer-account-index .wrapper .page > div > .my-account {
  padding: 0;
}
/* E N D * simple account tabs css styles */
.customer-account-index .dashboard #my-orders-table > thead {
  display: none;
}
.customer-account-index .dashboard #my-orders-table > tbody > tr > td {
  color: #666;
  font-family: 'Open Sans', Arial, Helvetica, Sans-Serif;
  font-size: 10px;
  padding: 1.3em; /* 13px */
}
/* E N D * customer account index * dashboard */
/* ***** * ***** * ***** * ***** * ***** * ***** * ***** * ***** * ***** * ***** * ***** * ***** * ***** * ***** * ***** */
/* BEGIN * review-customer-index */
.review-customer-index .wrapper .page > div > .my-account .page-title,
.review-customer-index .wrapper .page > div > .my-account .page-title h1 {
  float: left;
}
.review-customer-index .wrapper .page > div > .my-account .page-title {
  width: 100%;
}
/* E N D * review-customer-index */
/* ***** * ***** * ***** * ***** * ***** * ***** * ***** * ***** * ***** * ***** * ***** * ***** * ***** * ***** * ***** */
/* BEGIN * authnetcim-manage-index */
.authnetcim-manage-index div.wrapper div.page > div > div.customerAccountManage {
  float: left;
  width: 100%;
}
.authnetcim-manage-index div.wrapper div.page > div > div.customerAccountManage > div.manageMyCards {
  float: left;
  margin-bottom: 1.5em;
  width: 100%;
}
.authnetcim-manage-index div.wrapper div.page > div > div.customerAccountManage > div.manageMyCards div.col2-set {
  font-size: 10px;
  text-align: left;
}
.authnetcim-manage-index div.wrapper div.page > div > div.customerAccountManage > div.manageMyCards div.col2-set > div {
  float: left;
  font-size: inherit;
  width: 100%;
}
.h4CreditCardInformation,
.authnetcim-manage-index div.wrapper div.page > div > div.customerAccountManage > div.manageMyCards div.col2-set > div > h2 {
  background-image: url(//s3-us-west-1.amazonaws.com/questproteinbar/cart/my_cart_bottom_line.png);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: 100%;
  color: #008fbf;
  float: left;
  font-family: 'Raleway', Arial, Helvetica, Sans-Serif;
  font-size: inherit;
  font-size: 1.5em;
  margin-top: 1em;
  padding-bottom: 2em;
  width: 100%;
}
.authnetcim-manage-index div.wrapper div.page > div > div.customerAccountManage > div.manageMyCards div.col2-set > div > h2 {
	background-image: none;
	padding-bottom: 0;
	margin-bottom: 1em;
}
.authnetcim-manage-index div.wrapper div.page > div > div.customerAccountManage > div.manageMyCards div.col2-set div.col-1,
.authnetcim-manage-index div.wrapper div.page > div > div.customerAccountManage > div.manageMyCards div.col2-set div.col-1 ol,
.authnetcim-manage-index div.wrapper div.page > div > div.customerAccountManage > div.manageMyCards div.col2-set div.col-1 ol li.item,
.authnetcim-manage-index div.wrapper div.page > div > div.customerAccountManage > div.manageMyCards div.col2-set div.col-2 form#form-validate,
.authnetcim-manage-index div.wrapper div.page > div > div.customerAccountManage > div.manageMyCards div.col2-set div.col-2 form#form-validate ul.form-list,
.authnetcim-manage-index div.wrapper div.page > div > div.customerAccountManage > div.manageMyCards div.col2-set div.col-2 form#form-validate ul.form-list li,
.authnetcim-manage-index div.wrapper div.page > div > div.customerAccountManage > div.manageMyCards div.col2-set div.col-2 form#form-validate ul.form-list li div.input-box,
.authnetcim-manage-index div.wrapper div.page > div > div.customerAccountManage > div.manageMyCards div.col2-set div.col-2 form#form-validate ul.form-list li div.input-box input.input-text,
.authnetcim-manage-index div.wrapper div.page > div > div.customerAccountManage > div.manageMyCards div.col2-set div.col-2 form#form-validate ul.form-list li div.input-box select.validate-select,
.authnetcim-manage-index div.wrapper div.page > div > div.customerAccountManage > div.manageMyCards div.col2-set div.col-2 form#form-validate ul.form-list li.authnetcim_add div.input-box select.authnetcim_require {
  float: left;
  font-size: inherit;
  width: 100%;
}
.authnetcim-manage-index div.wrapper div.page > div > div.customerAccountManage > div.manageMyCards div.col2-set div.col-2 form#form-validate {
}
.authnetcim-manage-index div.wrapper div.page > div > div.customerAccountManage > div.manageMyCards div.col2-set div.col-2 form#form-validate ul.form-list {
}
.authnetcim-manage-index div.wrapper div.page > div > div.customerAccountManage > div.manageMyCards div.col2-set div.col-2 form#form-validate ul.form-list li {
}
.authnetcim-manage-index div.wrapper div.page > div > div.customerAccountManage > div.manageMyCards div.col2-set div.col-2 form#form-validate ul.form-list li div.input-box {
}
.authnetcim-manage-index div.wrapper div.page > div > div.customerAccountManage > div.manageMyCards div.col2-set div.col-2 form#form-validate ul.form-list li h4 {
	display: none;
}
.authnetcim-manage-index div.wrapper div.page > div > div.customerAccountManage > div.manageMyCards div.col2-set div.col-2 form#form-validate ul.form-list li label {
	clear: both;
	color: #666;
	float: left;
	font-size: 1.1em;
	line-height: 150%;
	margin-bottom: .5em;
	text-align: left;
	width: 100%;
}
.authnetcim-manage-index div.wrapper div.page > div > div.customerAccountManage > div.manageMyCards div.col2-set div.col-2 form#form-validate ul.form-list li label[for=sameCard_0],
.authnetcim-manage-index div.wrapper div.page > div > div.customerAccountManage > div.manageMyCards div.col2-set div.col-2 form#form-validate ul.form-list li label[for=sameCard_1] {
  display: inline;
}
.h4CreditCardInformation {
  display: block !important;
  margin-top: 0;
  padding: 0.5em 0;
  text-indent: -2000%;
}
.authnetcim-manage-index div.wrapper div.page > div > div.customerAccountManage > div.manageMyCards div.col2-set div.col-2 form#form-validate ul.form-list li div.input-box input.input-text,
.authnetcim-manage-index div.wrapper div.page > div > div.customerAccountManage > div.manageMyCards div.col2-set div.col-2 form#form-validate ul.form-list li div.input-box select.validate-select,
.authnetcim-manage-index div.wrapper div.page > div > div.customerAccountManage > div.manageMyCards div.col2-set div.col-2 form#form-validate ul.form-list li.authnetcim_add div.input-box select.authnetcim_require {
  color: #B0B0B0;
  font-family: 'Raleway', Arial, Helvetica, Sans-Serif;
  font-size: 1.4em !important;
  padding: .5em 0 .5em 0;
  text-indent: .5em;
}
.authnetcim-manage-index div.wrapper div.page > div > div.customerAccountManage > div.manageMyCards div.col2-set div.col-2 form#form-validate ul.form-list li#authnetcim_cc_type_cvv_div.authnetcim_add div.input-box div.v-fix {
  width: 100%;
}
.authnetcim-manage-index div.wrapper div.page > div > div.customerAccountManage > div.manageMyCards div.col2-set div.col-2 form#form-validate ul.form-list li#authnetcim_cc_type_cvv_div.authnetcim_add div.input-box div.v-fix input#authnetcim_cc_cid.input-text {
  width: 33% !important;
}
.authnetcim-manage-index div.wrapper div.page > div > div.customerAccountManage > div.manageMyCards div.col2-set div.col-2 form#form-validate ul.form-list li div select {
	padding-right: 0.5em !important;
	text-indent: 0 !important;
}
.authnetcim-manage-index div.wrapper div.page > div > div.customerAccountManage > div.manageMyCards div.col2-set div.col-2 form#form-validate ul.form-list li div select option {
	text-indent: 0;
}
.authnetcim-manage-index div.wrapper div.page > div > div.customerAccountManage > div.manageMyCards div.col2-set div.col-2 form#form-validate ul.form-list li#authnetcim_cc_type_exp_div.authnetcim_add div.input-box div.v-fix {
	width: 25%;
	margin-right: 1em;
}
.authnetcim-manage-index div.wrapper div.page > div > div.customerAccountManage > div.manageMyCards div.col2-set div.col-2 form#form-validate ul.form-list li#authnetcim_cc_type_exp_div.authnetcim_add div.input-box div.v-fix select#authnetcim_expiration.month,
.authnetcim-manage-index div.wrapper div.page > div > div.customerAccountManage > div.manageMyCards div.col2-set div.col-2 form#form-validate ul.form-list li#authnetcim_cc_type_exp_div.authnetcim_add div.input-box div.v-fix select#authnetcim_expiration_yr.year {
}
.authnetcim-manage-index div.wrapper div.page > div > div.customerAccountManage > div.manageMyCards div.col2-set div.col-2 form#form-validate ul.form-list li#authnetcim_cc_type_exp_div.authnetcim_add div.input-box div.v-fix select#authnetcim_expiration.month {
	width: 100%;
}
.authnetcim-manage-index div.wrapper div.page > div > div.customerAccountManage > div.manageMyCards div.col2-set div.col-2 form#form-validate ul.form-list li#authnetcim_cc_type_exp_div.authnetcim_add div.input-box div.v-fix select#authnetcim_expiration_yr.year {
	width: 75%;
}
.authnetcim-manage-index div.wrapper div.page > div > div.customerAccountManage > div.manageMyCards div.col2-set div.col-1 ol li.item {
	font-size: 1.5em;
}
.questnutrition-autodelivery-subscription-subscriptions div.wrapper div.page > div > div.customerAccountSubscriptions div.customerAccountSubscriptionsInnerContent div.customerAccountSubscriptionsInnerContentNewsletter form#form-validate div.buttons-set button.button,
.authnetcim-manage-index div.wrapper div.page > div > div.customerAccountManage > div.manageMyCards div.col2-set div.col-2 form#form-validate ul.form-list li button.button {
	background: none;
	background-image: url(//s3-us-west-1.amazonaws.com/questproteinbar/payment/payment_cta_save.png);
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: 100%;
	height: 37px;
	margin: 0;
	padding; 0;
	text-indent: -2000%;
	width: 210px;
}
.questnutrition-autodelivery-subscription-subscriptions div.wrapper div.page > div > div.customerAccountSubscriptions div.customerAccountSubscriptionsInnerContent div.customerAccountSubscriptionsInnerContentNewsletter form#form-validate div.buttons-set button.button > span,
.questnutrition-autodelivery-subscription-subscriptions div.wrapper div.page > div > div.customerAccountSubscriptions div.customerAccountSubscriptionsInnerContent div.customerAccountSubscriptionsInnerContentNewsletter form#form-validate div.buttons-set button.button > span > span {
	background: none;
}
.manageMyCards > .addresses-list > div {
	margin-bottom: 3em;
}
.manageMyCards > .addresses-list > .col-1,
.manageMyCards > .addresses-list > .col-2 {
	width: 45% !important;
}
.manageMyCards > .addresses-list > .col-1 {
	clear: left;
	font-size: 10px;
}
.manageMyCards > .addresses-list > .col-1 > ol {
	font-size: 10px;
	margin: 0;
	padding: 0;
}
.manageMyCards > .addresses-list > .col-1 > ol > li {
	background-image: none;
	background-color: #fff;
	border: 1px solid #d9d9d9;
	font-size: inherit !important;
	/*float: left;*/
	/*height: inherit;*/
	margin: 0;
	padding: 0;
}
.manageMyCards > .addresses-list > .col-1 > ol > li > h3 {
	background-color: #F9B24A;
	color: #FFFFFF;
	float: left;
	font-size: 1.3em;
	font-weight: 600;
	margin: 0;
	padding: 0;
	width: 100%;
}
.manageMyCards > .addresses-list > .col-1 > ol > li > address {
	clear: left;
	float: left;
	font-size: 1.3em;
	margin: 0;
	padding: 1em;
	width: 100%;
}
.bttnStripped,
.bttnStripped > span,
.bttnStripped > span > span {
	border: 0;
	margin: 0;
	padding: 0;
}
.bttnStripped > span {
}
.bttnStripped > span > span {
}
.bttnStripped {
	border: 0 none !important;
	margin: 0 !important;
	padding: 0 !important;
}
.bttnStripped > span {
}
.bttnStripped > span > span {
}
.manageMyCards .customerAccountContentBoxWrapperOl li address .right form { float: left; margin-left: 1em; }
/* E N D * authnetcim-manage-index */
/* ***** * ***** * ***** * ***** * ***** * ***** * ***** * ***** * ***** * ***** * ***** * ***** * ***** * ***** * ***** */
/* BEGIN * newsletter-manage-index */
.newsletter-manage-index div.wrapper div.page > div > div.my-account form#form-validate div.fieldset ul.form-list li.control > span {
	clear: both;
	float: left;
	width: 100%;
}
.newsletter-manage-index div.wrapper div.page > div > div.my-account form#form-validate div.fieldset ul.form-list li.control > label {
	padding-top: 0;
}
/* E N D * newsletter-manage-index */
/* ***** * ***** * ***** * ***** * ***** * ***** * ***** * ***** * ***** * ***** * ***** * ***** * ***** * ***** * ***** */
/* BEGIN * customer-address-form */
.customer-address-form .form-input-label,
.customer-address-form .form-input-box input,
.customer-address-form .form-input-box select {
	width: 100%;
}
/* E N D * customer-address-form */
/* ***** * ***** * ***** * ***** * ***** * ***** * ***** * ***** * ***** * ***** * ***** * ***** * ***** * ***** * ***** */
/* BEGIN * checkout-cart-index */
.checkout-cart-index .btn-continue-shopping {
	font-size: 10px;
}
.checkout-cart-index .btn-continue-shopping > span {
  /*font-size: inherit;*/
}
.checkout-cart-index .btn-continue-shopping > span > span {
  /*color: #f5af57;*/
  /*font-family: 'Open Sans', Arial, Helvetica, Sans-Serif;*/
  /*font-size: 1.3rem;*/
}
.checkout-cart-index .btn-continue-shopping:hover > span > span,
.checkout-cart-index .btn-continue-shopping > span > span:hover {
	color: #e18700;
}
.checkout-cart-index #dvCartLineItemSummary {
  width: 19em;
  width: 14em;
}
.checkout-cart-index #shopping-cart-totals-table {
  border-bottom: 1px solid #e8e8e8;
  border-top: 1px solid #e8e8e8;
  clear: both;
  float: right;
  margin: .5em 0 2em 0;
  padding: 0;
}
.checkout-cart-index #shopping-cart-totals-table tr {
  display: table-row;
  line-height: 275%;
}
.checkout-cart-index .cart .totals table tfoot strong {
  margin: 0;
}
.checkout-cart-index h2.product-name > a:hover {
	color: #666 !important;
}
.trTax0,
.trSubTotal3 {
  font-size: 10px;
}
.trTax0 > td,
.trSubTotal3 > td {
  font-size: inherit;
}
.trSubTotal3 > td {
  padding-top: 1em;
}
.trTax0 > .a-left,
.trSubTotal3 > .a-left {
  color: #777777;
  font-family: 'Open Sans', Arial, Helvetica, Sans-Serif;
  font-size: 1.3em;
  font-weight: 600;
}
.trTax0 > .a-left > strong,
.trSubTotal3 > .a-left > strong {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}
.trTax0 > .a-right,
.trSubTotal3 > .a-right {
  color: #777777;
  font-family: 'Open Sans', Arial, Helvetica, Sans-Serif;
  font-size: 1.3em;
  font-weight: 600;
}
.trTax0 > .a-right > strong,
.trSubTotal3 > .a-right > strong {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}
.trTax0 > .a-right > strong > .price,
.trSubTotal3 > .a-right > strong > .price {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}
.trGrandTotal3 {
  font-size: 10px;
}
.trGrandTotal3 > td {
  font-size: inherit;
  padding-bottom: 1em;
}
.trGrandTotal3 > td.a-left {
  font-size: inherit;
}
.trGrandTotal3 > td.a-left > strong {
  color: #666;
  font-family: 'Open Sans', Arial, Helvetica, Sans-Serif;
  font-size: 1.6em;
  font-weight: 600;
}
.trGrandTotal3 > td.a-right {
  font-size: inherit;
}
.trGrandTotal3 > td.a-right > strong {
  font-size: inherit;
}
.trGrandTotal3 > td.a-right > strong > .price {
  color: #777777;
  font-family: 'Open Sans', Arial, Helvetica, Sans-Serif;
  font-size: 1.6em;
  font-weight: 600;
}
.thd {
  background: none;
  background-color: #f5af57;
  border: 1px solid #f5af57;
  font-size: 10px;
}
.thdF {
  background: none !important;
  background-color: #f5af57 !important;
  border: 1px solid #F5AF57 !important;
  color: #fff !important;
  font-size: 10px !important;
  font-style: normal !important;
}
.thdF > tr > th {
  color: #fff;
  font-size: 1.2em;
  font-weight: 500;
  padding: 1em;
  text-transform: uppercase;
}
.thdTrTh {
  color: #fff;
  font-size: 1.3em;
  font-weight: 600;
  padding: 1em;
  text-transform: uppercase;
}
.tbdy {
  font-size: 10px;
}
.tbdy tr {
  font-size: inherit;
}
.tbdy tr td {
  font-size: 1.2em;
}
/* E N D * checkout-cart-index */
/* ***** * ***** * ***** * ***** * ***** * ***** * ***** * ***** * ***** * ***** * ***** * ***** * ***** * ***** * ***** */
/* BEGIN * questnutrition-autodelivery-subscription-subscriptions */
.customerAccountSubscriptions {
  padding: 0 !important;
}
/* E N D * questnutrition-autodelivery-subscription-subscriptions */
/* ***** * ***** * ***** * ***** * ***** * ***** * ***** * ***** * ***** * ***** * ***** * ***** * ***** * ***** * ***** */
/* BEGIN */
.questnutrition-autodelivery-subscription-subscriptions div.wrapper div.page > div > div.customerAccountSubscriptions div.customerAccountSubscriptionsInnerContent div.autodelivery-subscriptions table#subscriptions-table.subscriptions-table {
  font-size: 10px;
}
.questnutrition-autodelivery-subscription-settings #subscription-autodelivery-form fieldset .credit-card-validate {
  display: inline;
}
.questnutrition-autodelivery-subscription-subscriptions #subscriptions-table {
  float: left;
  margin: 1em 0 0 1em;
}
/* E N D */
/* ***** * ***** * ***** * ***** * ***** * ***** * ***** * ***** * ***** * ***** * ***** * ***** * ***** * ***** * ***** */
/* BEGIN * cms-about-quest */
.cms-about-quest .scrolly {
  background-repeat: no-repeat;
}
.cms-about-quest .ourQuest {
  background-image: url(//s3-us-west-1.amazonaws.com/questproteinbar/about/bg_img_our_quest_.jpg);
  background-position: center 78px;
  background-position: center 123px;
  background-position: center 0;
  background-size: cover;
}
.cms-about-quest .ourStory {
  background-image: url(//s3-us-west-1.amazonaws.com/questproteinbar/about/bg_img_our_story_.jpg);
  background-position: center top;
}
.cms-ingredients .ourIngredients {
  background-image: url(//s3-us-west-1.amazonaws.com/questproteinbar/about/bg_img_our_ingredients_.jpg);
  background-position: center top;
}
.fullWidthHeaderImage > img {
  clear: both;
  float: left;
  height: 452px;
  max-width: 1280px;
  width: 100%;
  visibility: hidden;
}
.cms-about-quest .ourQuest .fullWidthHeaderImage > img {
  height: 272px;
  height: 300px;
  max-width: 1140px;
}
.narrowCopy {
  font-size: 10px;
  padding-bottom: 1em;
}
.narrowCopy > p {
  font-size: 1.2em;
  line-height: 150%;
  margin-bottom: 1.5em;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  width: 600px;
}
/* E N D * cms-about-quest */
/* ***** * ***** * ***** * ***** * ***** * ***** * ***** * ***** * ***** * ***** * ***** * ***** * ***** * ***** * ***** */
/* BEGIN * cms-careers */
.cms-careers .page-container > p,
.cms-careers .page-container > ul > li {
  font-size: 1.2em;
  line-height: 250%;
}
.iconCaretColor {
  color: #fbaa32;
}
/* E N D * cms-careers */
/* ***** * ***** * ***** * ***** * ***** * ***** * ***** * ***** * ***** * ***** * ***** * ***** * ***** * ***** * ***** */
.chrisCoreyHeader {
  background-color: #fcfcfc;
  border: 0;
  border-bottom: 1px solid #f0f0f0;
  border-top: 1px solid #f0f0f0;
  clear: both;
  float: left;
  font-family: Paytone One;
  font-size: 10px;
  padding: 0;
  letter-spacing: -1px;
  font-weight: lighter;
  text-align: center;
  width: 100%;
}
.chrisCoreyHeader > h1 {
  color: #b9b9b9;
  float: left;
  font-size: 4em;
  line-height: 100%;
  margin-bottom: .5em;
  margin-top: .4em;
  text-align: center;
  text-transform: none;
  width: 100%;
}
.backstage {
  display: none;
}
/* faq page */
.faq > .tab-content > .tab-pane {
  list-style: decimal inside;
}
.faq .simple-tabs {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.faq-question-container {
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: bold;
  color: #ffaa14;
}
.faq-question {
  color: #777777;
}
/* privacy policy page */
#privacy-poligy-page .page-title {
  border-bottom: 1px solid #dddddd;
}
.privacy-policies-container {
  position: relative;
}
.privacy-policy-toc {
  list-style: decimal;
  padding-top: 20px;
  padding-bottom: 10px;
}
@media (max-width: 1649px) {
  .privacy-policy-toc-container {
    display: none;
  }
}
.privacy-policies-container .sticky-wrapper {
  float: left;
}
.privacy-policy-toc-container {
  width: 24em;
  margin-left: -28em;
}
.privacy-policy-toc-container.stuck {
  position: fixed;
  top: 94px;
}
.privacy-policy-toc-container.stuck.bottom {
  bottom: 0;
  position: absolute;
  top: initial;
}
.privacy-policy-toc-item {
  font-size: 15px;
  border-right: 4px solid #e5e5e5;
}
.privacy-policy-toc-item.active {
  border-color: #42bbe2;
  color: #42bbe2;
}
.privacy-policy-container.active {
  color: #42bbe2;
}
.privacy-policies {
  list-style: decimal inside;
  padding: 0;
  margin: 0 0 40px 0;
}
.privacy-policy-container:first-child {
  padding-top: 20px;
}
.privacy-policy-container:not(:first-child) {
  padding-top: 40px;
}
.privacy-policy-container {
  font-size: 20px;
  font-weight: bold;
  color: #ffaa14;
}
.privacy-policy {
  color: #777777
}
/* front page */
.frontpage-section-subtitle {
  margin-bottom: 20px;
}
#featuredCopyContainer {
  font-family: Raleway;

  border-bottom: 1px solid #EAEAEA;
}
#featuredCopyContainer p {
  padding: 1.5em 1em 3em 1em;
  max-width: 40em;
  font-size: 1.82em;
  margin: 0 auto !important;
  color: #bbbbbb;
	color: #777;
  text-align: center;
}
#featuredProductsContainer .store-link-container {
  padding: 10px 10px 0 10px;
}
.checkout-cart-index .btn-continue-shopping > span > span,
#featuredProductsContainer .store-link-container a {
  font-size: 1.46em;
  font-family: Raleway;
  color: #f8991d;
  text-decoration: none;
  position: relative;
  padding-right: 1.5em;
}
.checkout-cart-index .btn-continue-shopping > span > span:after,
#featuredProductsContainer .store-link-container a:after {
  position: absolute;
  right: .5em;
  display: inline-block;
  content: ' >';
  -webkit-transition: right .25s ease;
  transition: right .25s ease;
}
.checkout-cart-index .btn-continue-shopping:hover > span > span:after,
#featuredProductsContainer .store-link-container a:hover:after {
  right: 0;
}
.checkout-cart-index .btn-continue-shopping > span > span:hover,
#featuredProductsContainer .store-link-container a:hover {
  color: #db6e03;
}
#featuredCommunityContainer {
  margin-top: 75px;
}
#featuredCommunityContainer .frontpage-section-subtitle {
  margin-bottom: 40px;
}
#resultsContainer h2:not(:first-child) {
  margin-top: 20px;
}
#resultsContainer > h1.big-header,
#featuredCommunityContainer > h1.big-header {
  line-height: .85;
  background: white;
  border-bottom: 1px solid #EAEAEA;
  margin-bottom: .2em;
}
.results-header {
    line-height: .85;
    background: white;
    border-bottom: 1px solid #EAEAEA;
    margin-bottom: .2em;
}
#theQuestSpiritContainer > h1.big-header,
#featuredProductsContainer > h1.big-header {
  line-height: 1.1;
  margin: -1em 0 0;
}

#featuredCommunityContainer {
  border-bottom: 1px solid #EAEAEA;
  padding-bottom: 100px;
}
#resultsContainer > .btn {
  margin-top: 20px;
  margin-bottom: 50px;
  width: 170px;
}

.backgroundHome {
  background-image:url('http://lghttp.24811.nexcesscdn.net/80B00B/qpb/skin/frontend/enterprise/quest/images/bg_hoz.gif');
  background-repeat:repeat;
  height: 190px;
  position: absolute;
  width: 100%;
  border-bottom: 1px solid #ccc;
}
.featuredProductsBlock {
  height: 430px;
  width: 1024px;
  min-width: 1024px;
  position: relative;
  background: #ffffff;
  margin: 0 auto;
}
.featuredProductsTop {
  height: 20px;
  width: 100%;
  margin-top: -11px;
}
.featuredProductsBottom {
  height: 20px;
  width: 100%;
  margin-bottom: -11px;
}
.whoUsesQuestTop {
  height: 70px;
  width: 100%;
}
.whoUsesQuestBottom {
  height: 0;
  width: 100%;
  margin-bottom: -23px;
}
.whoUsesQuestTop > img {
  margin-top: 20px;
  position: relative;
  z-index: 100;
}
.featuredProductsDetails {
  width: 1100px;
  margin: 0 auto;
}
.featuredProductsAdd { background: none !important; padding: 0 !important; }
.carouselTitle {
  color: #919191;
  font-size: 44px;
  position: absolute;
  right: 2%;
  top: 5%;
  line-height: 98%;
  font-family: Tahoma, Helvetica;
  text-shadow: none;
  font-weight: bold;
}
.carouselProductName {
  color: #014AA0;
  font-size: 22px;
  position: absolute;
  right: 2%;
  text-shadow: none;
  top: 28%;
  font-weight: bold;
}
.carouselProductDescription {
  position: absolute;
  right: 2%;
  top: 38%;
  color: #666666;
  width: 250px;
  text-shadow: none;
}
.carouselViewDetail { position: absolute;
  bottom: 5%;
  position: absolute;
  right: 2%;
  width: 340px;
}
.carouselViewDetail img {
  margin-left: 5px;
}
.carouselBuyNow { position: absolute;
  right: 1%;
  bottom: 5%;
  width: 179px;
}
.whoUsesQuestBlock {
  position: relative;
  height: 400px;
  background: #ffffff;
  margin: 0 auto;
}
.whoUsesQuestDetails {
  width: 1000px;
  margin: 0 auto;
}
.whoUsesQuestName {
  color: #919191;
  font-family: Tahoma,Helvetica;
  font-size: 24px;
  font-weight: bold;
  left: 40%;
  line-height: 98%;
  position: absolute;
  text-shadow: none;
  top: 10%;
}
.whoUsesQuestSubtitle {
  color: #008FBF;
  font-family: Tahoma,Helvetica;
  font-size: 20px;
  left: 40%;
  line-height: 98%;
  position: absolute;
  text-shadow: none;
  top: 18%;
}
.whoUsesQuestDescription {
  color: #666666;
  position: absolute;
  left: 40%;
  text-shadow: none;
  top: 27%;
  width: 400px;
}
.whoUsesQuestReadMore { position: absolute;
  bottom: 10%;
  position: absolute;
  left: 65%;
  width: 170px;
}
#instagramList {
  list-style: none;
  padding: 0;
  margin: 5px
}
#instagramList > li {
  width: 243.5px;
  height: 243.5px;
  margin: 5px;
  display: inline-block;
  opacity: 1;
  -webkit-backface-visibility: hidden;
}
#instagramList > li img {
  width: 100%;
  height: 100%;
}
#instagramList > li:hover {
  opacity: 0.6;
  -webkit-transition: opacity .25s;
  transition: opacity .25s;
}
.featured-community-instagram-container.page-container {
  padding: 0;
}


/* account-login-forms.css */
.account-login-forms {
  -webkit-backface-visibility: hidden;
}
.account-login-forms .page-container {
  padding-top: 3em;
  padding-bottom: 5em;
}
.account-login-section + .account-login-section{
  margin-top: 3em;
}
.account-login-forms .registration-section h2 {
  font-size: 1.2rem;
  margin: 0;
}
.account-login-forms .registration-section .login-information-header {
  margin-top: .5rem;
}
.account-login-forms .btn {
  width: 190px;
}
.account-login-forms .newsletter-checkbox-container label {
  margin: 0;
  line-height: 1.62rem;
}
.account-login-forms .registration-link {
  display: block;
  width: 7em;
}
.account-login-forms .register-toggle, .account-login-forms a {
  cursor: pointer;
  color: #f8991d;
  text-decoration: none;
}
.account-login-forms .register-toggle:hover, .account-login-forms a:hover {
  color: #db6e03;
}
.account-login-forms .registration-section {
  display: none;
}

/* header */
.header-container {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1001;
  background: white;
}
.header-container ul {
  list-style: none;
}
.header-container li {
  display: inline-block;
}
.header-container .header {
  padding-left: 1.273em;
  padding-right: 1.273em;
}
.header-container .navigation-items {
  position: relative;
}
.header-container .navigation-item {
  padding: 1em 0;
}
.header-container .navigation-item:first-child {
  margin-right: 1.5rem;
}
.header-container .navigation-item.branding {
  background: url(http://lghttp.24811.nexcesscdn.net/80B00B/qpb/skin/frontend/enterprise/quest/images/logo.png) no-repeat no-repeat left 50%;
  padding: 0;
  font-size: 0;
}
.header-container .navigation-item.branding > a {
  display: inline-block;
  width: 10rem;
  height: 5.545rem;
  padding: 1rem 0;
}
.header-container .navigation-item .navigation-item-label {
  line-height: 3em;
  width: 10em;
  cursor: pointer;
  color: #39bbe3;
  display: inline-block;
  font-size: 13px;
}
.header-container .showing[data-dd-trigger],
.header-container .showing[data-dd-trigger] > * {
  color: #ff9900;
}
.header-container .navigation-item .search-input-container {
  position: absolute;
  width: 0;
  right: 4.5em;
  padding: 1em 0;
  top: 0;
  bottom: 0;
  opacity: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: width .3s ease, opacity .5s ease;
  transition: width .3s ease, opacity .5s ease;
  -webkit-transition-delay: .15s, 0;
  transition-delay: .15s, 0;
}
.header-container .navigation-item .search-input-container.showing {
  width: 75em;
  opacity: 1;
}
.header-container .navigation-item .search-input {
  width: 100%;
  height: 100%;
  font-size: 13px;
  border: none;
  height: 3.545rem;
  line-height: 1.35;
}
.header-container .navigation-item .search-toggle {
  cursor: pointer;
  padding: .773rem 0 .773rem .773rem;
}
.header-container .navigation-item .search-toggle .icon-search {
  font-size: 20px;
  color: #39bae4;
}
.header-container .navigation-item .search-toggle .icon-search:hover {
  color: #2ba0c6;
}
.header-container .navigation-categories-container {
  height: 0;
  overflow: hidden;
}
.header-container .navigation-item {
  border-right: 1px solid white;
  border-left: 1px solid white;
}
.header-container .navigation-item.showing:not(.search-container),
.header-container .navigation-item[data-dd-trigger]:hover {
  background-color: #f5f5f5;
  border-bottom: #f5f5f5 2px solid;
  margin-bottom: -2px;
  border-right: 1px solid #dcdcdc;
  border-left: 1px solid #dcdcdc;
}
.header-container .navigation-categories-container.showing {
  height: 20em;
  -webkit-backface-visibility: hidden;
  -webkit-transition: height .3s ease;
  transition: height .3s ease;
  z-index: 10;
}
.header-container .navigation-items-container,
.header-container .top-cart-inner,
.header-container .account-login-forms,
.header-container .navigation-categories-container.showing {
  border-bottom: 1px solid #dcdcdc;
}
.header-container .navigation-categories {
  padding-top: 4rem;
  padding-bottom: 5rem;
  padding-right: 0;
  padding-left: 0;
  font-size: 0;
  opacity: 0;
  display: none;
}
.header-container .navigation-dropdowns {
  height: 0;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  -webkit-transition: height .3s ease;
  background-color: #f5f5f5;
}
.header-container .customer-dropdowns {
  background-color: #f5f5f5;
}
.header-container .navigation-dropdowns.showing {
  border-bottom: 1px solid #dcdcdc;
}
.header-container .navigation-category {
  width: 25%;
  display: inline-block;
  overflow: hidden;
  float: left;
}
#storeCategories .navigation-category {
  width: 16%;
}
#aboutCategories .navigation-category:first-child,
#communityCategories .navigation-category:first-child {
  width: 50%;
  padding-left: 8%;
  padding-right: 2%;
}
#aboutCategories .navigation-category:first-child h1,
#communityCategories .navigation-category:first-child h1 {
  line-height: 2;
}
#aboutCategories .navigation-category:first-child h4,
#communityCategories .navigation-category:first-child h4 {
  line-height: 1;
}
.header-container .navigation-category > :first-child {
  text-decoration: none;
  width: 100%;
  text-align: center;
  position: relative;
  height: 109px;
  display: block;
}
.header-container .navigation-category:not(:last-child) {
  border-right: #dcdcdc 1px solid;
}
.header-container .navigation-category h5 {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  color: #adadad;
  line-height: 1.3;
}
.header-container .navigation-category a:hover h5 {
  color: #ff9900;
}
.header-container .navigation-category a img {
  height: 85%
}
.header-container .customer-items-container {
  border-bottom: 1px solid #dcdcdc;
}
.header-container .customer-item {
  line-height: 3.2em;
  font-size: .9rem;
  cursor: pointer;
}
.header-container .customer-item, .header-container .customer-item a {
  text-decoration: none;
  color: #666;
}
.header-container .customer-item:hover, .header-container .customer-item a:hover {
  color: #ff9900;
}
.header-container .customer-items .top-link-cart {
  padding-left: 3em;
  background: url(http://lghttp.24811.nexcesscdn.net/80B00B/qpb/skin/frontend/enterprise/quest/images/cart.png) no-repeat no-repeat left 50%;
  text-transform: uppercase;
}
.header-container .customer-item {
  margin: 0 2.75em;
}
.header-container .customer-item:first-child {
  margin: 0;
}
.header-container .customer-item:nth-child(2) {
  margin-right: 0;
}
.header-container .top-cart-inner {
  z-index: 10;
}
.header-container .header-newsletter-container {
  position: relative;
}
.header-container .header-newsletter-container .toggle-icon {
  color: #F18200;
  font-size: 1.5em;
  vertical-align: text-bottom;
}
.header-container .header-newsletter-container .toggle-label {
  color: inherit;
  text-transform: uppercase;
  line-height: 1.5em;
  padding-left: .5em;
}
.header-container .header-newsletter-container.showing .toggle-label {
  display: none;
}
.header-container .header-newsletter-container .newsletter-group {
  position: absolute;
  left: -9999px;
}
.header-container .header-newsletter-container.showing .newsletter-group {
  left: 2.5em;
  top: 0;
  width: 40em;
}
.header-container .header-newsletter-container.showing .newsletter-input-container {
  opacity: 1;
}
.header-container .header-newsletter-container input {
  width: 0;
  opacity: 0;
  -webkit-transition: width .15s ease, opacity 1s ease;
  transition: width .15s ease, opacity 1s ease;
  -webkit-transition-delay: 0, .15s;
  transition-delay: 0, .15s;
  height: 31px;
}
.header-container .header-newsletter-container.showing input {
  width: 25em;
  opacity: 1;
  font-size: .9rem;
  border-left: 1px solid #dcdcdc;
  border-top: 0;
  border-bottom: 0;
  border-right: 0;
  padding-top: .818rem;
  padding-bottom: .818rem;
  height: 31px;
}
.header-container .header-newsletter-container.showing button {
  padding-top: 0.909rem;
  font-size: .9rem;
  padding-bottom: .909rem;
  height: 31px;
  width: auto;
}
.header-container .header-newsletter.showing .newsletter-group {
  display: none;
}
.header-container .social-icons .social-icon {
  margin: .73em 0;
}
/* em_ajaxcart.css */
#bg_fade {background-color:#000;left:0px;top:0px;right:0px;bottom:0px;margin:0px;padding:0px;position:fixed;top:0px;visibility:hidden;width:100%;z-index:1002;height:1000px;opacity:0.5;filter:alpha(opacity=50);}
#containerDiv {width: 350px;z-index: 1003;display:none;position:fixed;/*margin-top:287px;*/}
#containerDiv .ajaxcart {position: relative;padding: 20px;text-align: center;border: 10px solid #EAE9E6;background-color: white;z-index: 99999;}
#containerDiv .ajaxcart .row2 {clear:left;}
#containerDiv .ajaxcart #ajax_image img {float:left;margin-right:7px;}
#containerDiv .ajaxcart #ajax_image  { margin-bottom: 10px;overflow: hidden;text-align: left;}
#containerDiv .ajaxcart #ajax_image span {text-align:left;}
#containerDiv .ajaxcart .row2 a { background: none repeat scroll 0 0 #F18200;border: 1px solid #DE5400;color: #FFFFFF;display:  inline-block;font: bold 12px/19px Arial,Helvetica,sans-serif;height: 19px;padding: 0 8px;text-align: center;white-space: nowrap; text-decoration: none;}
#containerDiv .ajaxcart .row2 a span { border: 0 none;padding: 0;}
.product-essential {position:relative;}
#containerDiv > #close { display:none; }
.link-top-cart {
  position: absolute;
  right: 120px;
  top: 9px;
  width: 170px;
}
.top-cart-content {
  width: 100%;
  background: none repeat scroll 0 0 #f5f5f5;
  position: relative;
  padding: 20px;
}
.top-cart-content .block-subtitle {
    margin: 0 auto;
    width: 30px;
}
.top-cart-content .block-subtitle .ajax_loading2 {
    width:30px;
    height:30px;
}
.block.block-cart-top { margin: 0 auto;
    width: 980px; }
.block-title span {
  font-size: 16px;
  font-weight: bold;
}
.block-content .amount {
  margin-bottom: 10px;
}

#headerCart {
  font-size: 13px;
}
#headerCart h3 {
  font-family: "Open Sans", sans-serif;
  font-weight: bold;
}
#headerCart .amount {
  padding: 10px 0;
}
#headerCart .summary {
  margin-top: 10px;
}
#headerCart .summary .subtotal {
  line-height: 37px;
  font-weight: bold;
  text-transform: uppercase;
}
#headerCart .summary .subtotal .price {
  color: #f8991d;
  padding: 0 15px;
}
#headerCart .summary .btn {
  width: 150px;
}

#cart-sidebar td {
  vertical-align: middle;
  white-space: nowrap;
  width: 1%;
  border-top: 1px solid #e6e5e5;
}
#cart-sidebar tr:last-child td {
  border-bottom: 1px solid #e6e5e5;
}
#cart-sidebar td:not(:first-child) {
  padding-left: 120px;
}
#cart-sidebar td:first-child {
  padding: 10px 0 10px 0;
}
#cart-sidebar td:last-child {
  padding-right: 10px;
  font-size: 1.5em;
}
#cart-sidebar td.name {
  padding-left: 30px;
}
#cart-sidebar .name {
  width: 100%;
  padding-left: 30px;
  font-weight: bold;
}
#cart-sidebar .quantity {
  font-weight: bold;
}
#cart-sidebar .remove a {
  transition: color .15s ease;
}
#cart-sidebar .remove a:hover {
  color: #f8991d;
}

.headerCheckOutCart {
  background-color: #008FBF;
  color: #FFFFFF !important;
  padding: 6px 20px;
  cursor: pointer;
  text-transform: uppercase;
  font-size: 12px;
}

/* BEGIN * order success page */
.checkout-onepage-success #gigyaSharebar { display: none; }
/* E N D * order success page */

/* frontpage slider overrides for bootstrap */
#frontpageSlider {
  z-index: 0;
}
#frontpageSlider .carousel-inner > .item > img,
#frontpageSlider .carousel-inner > .item > a > img {
  position: absolute;
  top: 0;
  bottom: 0;
  right: -2000px;
  left: -2000px;
  margin-left: auto;
  margin-right: auto;
  max-width: none;
  z-index: -1;
}
#frontpageSlider .carousel-inner > .active {
  width: 100%;
  height: 475px;
}
#frontpageSlider .item {
  -webkit-transition: opacity 1.5s;
  -moz-transition: opacity 1.5s;
  -ms-transition: opacity 1.5s;
  -o-transition: opacity 1.5s;
  transition: opacity 1.5s;
}
#frontpageSlider .active.right,
#frontpageSlider .active.left {
  left:0;
  opacity:0;
  z-index:2;
}
#frontpageSlider .next {
  left:0;
  opacity:1;
  z-index:1;
}
#frontpageSlider .carousel-caption {
  position: relative;
  width: 825px;
  text-align: left;
  margin: 0 auto;
  padding-top: 115px;
  padding-left: 0;
  padding-bottom: 0;
  text-shadow: none;
  height: 255px;
  left: auto;
  right: auto;
  top: auto;
  bottom: auto;
}
#frontpageSlider .carousel-caption .btn {
  position: absolute;
  bottom: 0;
  width: 140px;
}
#frontpageSlider .carousel-indicators {
  position: absolute;
  bottom: 10px;
  right: 10px;
  left: inherit;
  z-index: 15;
  width: auto;
  margin: 0;
  padding: 0;
}
#frontpageSlider .carousel-indicators li {
  width: 11px;
  height: 11px;
  display: inline-block;
  background: white;
  background: rgba(255,255,255,0.5);
  cursor: pointer;
  text-indent: -9999px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  margin: 0;
  border: none;
}
#frontpageSlider .carousel-indicators li:hover {
  background: white;
  background: rgba(255,255,255,0.7);
}
#frontpageSlider .carousel-indicators .active  {
  background: white;
  background: rgba(255,255,255,0.9);
  cursor: default;
}
#frontpageSlider .carousel-control {
  z-index: 100;
  cursor: pointer;
  position: relative;
  width: 40px;
  height: 40px;
  float: none;
  position: absolute;
  top: 217px;
  color: white;
}
#frontpageSlider .carousel-control.right {
  right: 20px;
  background: url(http://lghttp.24811.nexcesscdn.net/80B00B/qpb/skin/frontend/enterprise/quest/images/large_right.png) no-Repeat 0 0;
}
#frontpageSlider .carousel-control.left {
  left: 20px;
  background: url(http://lghttp.24811.nexcesscdn.net/80B00B/qpb/skin/frontend/enterprise/quest/images/large_left.png) no-Repeat 0 0;
}

#newsletterSubscriptionsForm .btn[type=submit] {
  width: 23.5rem;
  margin-right: 10px;
}
#autodeliverySubscriptionsTableContainer {
  color: #666;
  font-size: 1.3em;
  float: left;
  width: 100%;
}
#autodeliverySubscriptionsTableContainer table td {
  padding: .955rem 10px;
  white-space: nowrap;
  border-bottom: 1px solid gray;
}
#autodeliverySubscriptionsTableContainer table td:first-child {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 25%
}
.subscription-inactive {
  color: #4abce1;
}
.subscription-active {
  color: #9cce6c;
}
.subscription-failed {
  color: #eb5058;
}

.autodelivery-subscriptions-summary > * {
  padding: 13px 10px;
  border-bottom: #e8e8e8 solid 1px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 25%
}
.autodelivery-subscriptions-summary .name {
  padding-left: 1.3em;
}
.autodelivery-subscriptions-summary .status {
  padding-right: 1.3em;
}
.autodelivery-subscriptions-summary .total {
  text-align: right;
}
#autodeliverySubscriptionsTableContainer {
  height: 155px;
}
.autodeliveryButton1{
    width: 90px !important;
    clear: none !important;
    margin-left: 45%;
}
.autodeliveryButton2 {
    width: 80px !important;
    clear: none !important;
}
.autodeliveryCreateButton {
    margin-bottom: 20px;
}
.autodeliveryButtons {
    width: 25%;
    float: left;
}
#newsletterSubscriptionsForm > div {
    margin-bottom: 10px;
    margin-top: 10px;
}
#credit-card-validate, #add-card-btn {
    float: left;
}
.autodeliveryCreditCardButton {
    margin-bottom: 5px !important;
    margin-top: 5px !important;
}
#fourZeroFourPageContainer {
	background-image: url(//s3-us-west-1.amazonaws.com/questproteinbar/bg/404.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	padding-top: 42rem;
	padding-bottom: 3rem;
}
#fourZeroFourPageContainer > h3 {
}
#fourZeroFourPageContainer > form {
}
#fourZeroFourPageContainer > form > input {
	border: 1px solid #D0D2D3;
	color: #777777;
	cursor: text;
	font-size: 14px;
	font-weight: 300;
	margin: 0 2px 0 0;
	padding: 10px 0;
	text-indent: 1rem;
	width: 24.45rem;
}
#fourZeroFourPageContainer > form > button {
}

/* shop page */
.product-categories {
  padding: 60px 0;
  font-size: 0;
}
.product-category-wrapper {
  display: inline-block;
  padding: 10px;
  width: 25%;
}
.product-category-wrapper a:hover {
  color: #ff9900;
}
.cms-shop .page-title {
  border-bottom: 1px solid #dcdcdc;
}
.form-input.megaDropQuantityDisabled {
	background: transparent;
	border: 0;
	color: inherit;
	font-size: 1.25rem;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

.footer-navigation-container .newsletter-group > div {
    font-size: 10px;
    height: 4em;
    overflow: hidden;
}
.footer-navigation-container .newsletter-group > div > .newsletter-input-container {
    display: inline-block;
    font-size: inherit;
    height: 100%;
}
.footer-navigation-container .newsletter-group > div > .newsletter-input-container > input {
    display: inline-block;
    font-size: 11px;
    line-height: 14px;
    padding: 11px;
    box-sizing: content-box;
    height: 1.4em;
}
.footer-navigation-container .newsletter-group > div > button {
    border: 0;
    display: inline-block;
    font-size: 14px;
    height: 100%;
    line-height: 15px;
    padding: 12px 11px 12px 11px;
}

/* free sample popup */
.modal-popup-background {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0,0,0, .5);
  z-index: 99999999;
  text-align: center;
  height: 100%;
  font-family: "Open Sans";
}
.modal-popup-outer {
  box-sizing: border-box;
  padding: 1em;
  background: white;
  margin: auto;
  width: 90em;
  max-width: 90%;
  text-align: center;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.modal-popup-inner {
  padding: 4em;
}
.modal-popup-inner h3 {
  text-transform: uppercase;
  font-weight: bold;
  color: #fb9d14;
}
.modal-popup-inner p {
  font-size: 1.6em;
  margin-top: .25em;
  font-weight: 100;
}

.onestepcheckout-index-index .modal-popup-inner {
  background: #eeeeee;
  max-height: 50em;
  overflow-y: scroll;
  z-index: 9999;
}
.onestepcheckout-index-index .modal-popup-inner p + p {
  margin-top: 1em;
}
.onestepcheckout-index-index .modal-popup-inner p.secondary {
  color: #666666;
  font-size: 1.45em;
  margin-bottom: 1.5em;
  margin-left: auto;
  margin-right: auto;
  width: 80%;
}
.onestepcheckout-index-index .modal-popup-inner .btn {
  width: 45%;
  margin: 0 1%;
}

.freesample-index-index .modal-popup-inner li {
  display: inline-block;
}
.freesample-index-index .modal-popup-inner ul {
  list-type: none;
  margin: 2.75em 0;
}
.freesample-index-index .modal-popup-inner li a {
  background-color: #999999;
  display: inline-block;
  color: white;
  border-radius: 2em;
  margin: .3em;
}
.freesample-index-index .modal-popup-inner li a:before {
  font-size: 1.6em;
  width: 2em;
  height: 2em;
  display: inline-block;
  line-height: 2em;
}
.freesample-index-index .modal-popup-inner .btn {
  padding: 1em 0;
  height: auto;
  width: 65%;
}
.freesample-index-index .modal-popup-inner .fa {
  -webkit-transition: background-color .5s ease;
  -moz-transition: background-color .5s ease;
  -o-transition: background-color .5s ease;
  -ms-transition: background-color .5s ease;
  transition: background-color .5s ease;
}
.freesample-index-index .modal-popup-inner .fa-facebook:hover {
  background-color: #4d70a8;
}
.freesample-index-index .modal-popup-inner .fa-twitter:hover {
  background-color: #00ccff;
}
.freesample-index-index .modal-popup-inner .fa-instagram:hover {
  background-color: #444444;
}
.freesample-index-index .modal-popup-inner .fa-youtube:hover {
  background-color: #cc3333;
}
.freesample-index-index .modal-popup-inner .fa-pinterest-p:hover {
  background-color: #cb3737;
}
.freesample-index-index .modal-popup-inner .fa-google-plus:hover {
  background-color: #e3401d;
}

#frontpageSlider a {
  height: 475px;
  width: 100%;
  display: block;
}
#frontpageSlider p.container {
  left: 0;
  right: 0;
  position: relative;
  margin-left: auto;
  width: 960px;
  margin-right: auto;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
#frontpageSlider .slide-text {
  text-transform: uppercase;
  font-family: Raleway;
  display: block;
  text-shadow: 1px 1px 1px rgba(42,41,40,0.35);
}
#frontpageSlider .slide-text-highlight {
  text-transform: uppercase;
  font-family: futurakoyu;
  display: block;
  text-shadow: 3px 3px 1px rgba(42,41,40,0.25);
}
#frontpageSlider .slanted-text {
  -webkit-transform: skewY(-3deg);
  -moz-transform: skewY(-3deg);
  -o-transform: skewY(-3deg);
  -ms-transform: skewY(-3deg);
  transform: skewY(-3deg);
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -o-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
}
#frontpageSlider .buy-now {
  cursor: pointer;
  letter-spacing: -0.02em;
  font-size: 1.64em;
  font-family: Raleway;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  line-height: 2.43em;
  width: 177px;
  text-align: center;
  display: inline-block;
  -webkit-transition: background-color 0.3s ease;
  -moz-transition: background-color 0.3s ease;
  -o-transition: background-color 0.3s ease;
  -ms-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
#frontpageSlider .buy-now.warm {
  background-color: #fa9c14;
}
#frontpageSlider .buy-now.warm:hover {
  background-color: #e18705;
}
#frontpageSlider .buy-now.cool {
  background-color: #00b4ff;
}
#frontpageSlider .buy-now.cool:hover {
  background-color: #0099d9;
}

.quest-spirit-video {
  border: 5px solid lightGrey;
  display: block;
  margin: auto;
}
#theQuestSpiritContainer .quest-spirit-video {
  margin: 0 auto 4em auto;
}
#theQuestSpiritContainer .btn {
  margin-bottom: 2.5em;
  width: 16em;
  text-align: center;
  line-height: 3.25em;
  height: 3.25em;
  padding: 0;
}

.cms-about-quest .page-title {
  border-bottom: 1px solid #dddddd;
}
.cms-about-quest .mission-statement {
  width: 850px;
  margin: 0 auto 1em auto;
  text-align: center;
  font-size: 1.69em;
  font-weight: 100;
}
.cms-about-quest .quest-spirit-video {
  margin: 2em auto 3em auto;
}
.totals .a-right
{
    font-size: 14px;
    color: #777777;
    font-family: 'Open Sans', Arial, Helvetica, Sans-Serif;
    font-weight: 600;
}
.widget { display:inline; }
.widget .widget-title { margin:10px 0; }
.widget .widget-title h2 { font-size:18px; color:#d12c01; }
.widget .widget-products { margin:0 -20px 0; }
.cms-home .col1-layout .widget .widget-products,
.cms-index-index .col1-layout .widget .widget-products { margin:0 0 20px; }
.col-main > .widget { display:block; margin:40px 0 0; }
.col-main > .widget + .widget { margin-top:20px; }

/* std class reset */
.widget .products-grid { list-style:none; margin-bottom:0; padding-left:20px; }
.widget .products-grid p,
.widget .products-list p { margin-bottom:0; }
.widget .products-list { list-style:none; margin-bottom:0; padding-left:0; }
.widget .add-to-links { list-style:none; padding-left:0; margin:5px 0; }

/* Widget Banner */
.widget-banner { clear:both; display:block; width:100%; overflow:hidden; text-align:center; }
.widget-banner li { margin:7px 0; }

.top-container .widget-banner li { margin:0; }

.footer-before-container .widget-banner li { margin:0; }

.widget-banner-inline { display:block; clear:both; padding:7px 0; text-align:center; }
.widget-banner-inline ul,
.widget-banner-inline li { display:inline; }
.widget-banner-inline li { margin:0 3px; }
.widget-banner-inline li img { vertical-align:middle; }

/* Widget New Proructs */
.widget-new-products { display:block; margin:10px 0; }
.checkout-cart-index .col1-layout .widget-new-products { display:block; padding:0 20px; }

/* Widget Viewed Proructs */
.widget-viewed { display:block; margin:10px 0; }
.checkout-cart-index .col1-layout .widget-viewed { display:block; padding:0 20px; }

/* Widget Compared Proructs */
.widget-compared { display:block; margin:10px 0; }
.checkout-cart-index .col1-layout .widget-compared { display:block; padding:0 20px; }

/* Widget Catalog Events Carousel */
.widget-events { display:block !important; }

/* Widgets Links Common Styles */
.top-container .widget-product-link,
.top-container .widget-category-link,
.top-container .widget-cms-link,
.top-container .widget-hierarchy-link { display:block; border-bottom:1px solid #e2e2e2; margin:7px 0; }
.top-container .widget-product-link a,
.top-container .widget-category-link a,
.top-container .widget-cms-link a,
.top-container .widget-hierarchy-link a { display:block; padding:12px 12px; background:#fff url(http://lghttp.24811.nexcesscdn.net/80B00B/qpb/skin/frontend/enterprise/quest/images/bkg_widget-links.gif) 0 100% repeat-x; border:1px solid #cfcfcf; text-align:center; font:bold 15px/1.25 Arial, Helvetica, sans-serif; color:#444; text-decoration:none; }
.top-container .widget-product-link a:hover,
.top-container .widget-category-link a:hover,
.top-container .widget-cms-link a:hover,
.top-container .widget-hierarchy-link a:hover { color:#d53c00; text-decoration:none; }

.footer-before-container .widget-product-link,
.footer-before-container .widget-category-link,
.footer-before-container .widget-cms-link,
.footer-before-container .widget-hierarchy-link { display:block; border-bottom:1px solid #e2e2e2; margin:7px 0; }
.footer-before-container .widget-product-link a,
.footer-before-container .widget-category-link a,
.footer-before-container .widget-cms-link a,
.footer-before-container .widget-hierarchy-link a { display:block; padding:10px 12px; background:#fff url(http://lghttp.24811.nexcesscdn.net/80B00B/qpb/skin/frontend/enterprise/quest/images/bkg_widget-links.gif) 0 100% repeat-x; border:1px solid #cfcfcf; text-align:center; font:bold 15px/1.25 Arial, Helvetica, sans-serif; color:#444; text-decoration:none; cursor:pointer; }
.footer-before-container .widget-product-link a:hover,
.footer-before-container .widget-category-link a:hover,
.footer-before-container .widget-cms-link a:hover,
.footer-before-container .widget-hierarchy-link a:hover { color:#d53c00; text-decoration:none; }

/* Widget 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 { font-size:12px; background:url(http://lghttp.24811.nexcesscdn.net/80B00B/qpb/skin/frontend/enterprise/quest/images/bkg_widget-link.gif) 100% 4px no-repeat; padding-right:15px; color:#333; text-decoration:underline; }
.col-main .widget-product-link a:hover { color:#333; text-decoration:none; }
.sidebar .widget-product-link { display:block; margin:10px 0; padding:0 17px; }
.sidebar .widget-product-link a { font-size:12px; background:url(http://lghttp.24811.nexcesscdn.net/80B00B/qpb/skin/frontend/enterprise/quest/images/bkg_widget-link.gif) 100% 4px no-repeat; padding:0 15px 0 0; color:#333; text-decoration:underline; }
.sidebar .widget-product-link a:hover { color:#333; text-decoration:none; }

/* Widget Category Link */
.widget-category-link-inline { display:inline; }
.top-container .widget-category-link { border-bottom:0; }
.top-container .widget-category-link a { border-color:#ca3934; color:#d53c00; background-image:url(http://lghttp.24811.nexcesscdn.net/80B00B/qpb/skin/frontend/enterprise/quest/images/bkg_widget-links2.gif); background-color:#f9d2c1; }
.top-container .widget-category-link a:hover { color:#fff; }
.col-main .widget-category-link { display:block; text-align:right; margin:7px 0; }
.col-main .widget-category-link a { font-size:12px; background:url(http://lghttp.24811.nexcesscdn.net/80B00B/qpb/skin/frontend/enterprise/quest/images/bkg_widget-link.gif) 100% 4px no-repeat; padding-right:15px; color:#333; text-decoration:underline; }
.col-main .widget-category-link a:hover { color:#333; text-decoration:none; }
.sidebar .widget-category-link { display:block; margin:10px 0; padding:0 17px; }
.sidebar .widget-category-link a { font-size:12px; background:url(http://lghttp.24811.nexcesscdn.net/80B00B/qpb/skin/frontend/enterprise/quest/images/bkg_widget-link.gif) 100% 4px no-repeat; padding:0 15px 0 0; color:#333; text-decoration:underline; }
.sidebar .widget-category-link a:hover { color:#333; text-decoration:none; }

/* 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 { font-size:12px; background:url(http://lghttp.24811.nexcesscdn.net/80B00B/qpb/skin/frontend/enterprise/quest/images/bkg_widget-link.gif) 100% 4px no-repeat; padding-right:15px; color:#333; text-decoration:underline; }
.col-main .widget-cms-link a:hover { color:#333; text-decoration:none; }
.sidebar .widget-cms-link { display:block; margin:10px 0; padding:0 17px; }
.sidebar .widget-cms-link a { font-size:12px; background:url(http://lghttp.24811.nexcesscdn.net/80B00B/qpb/skin/frontend/enterprise/quest/images/bkg_widget-link.gif) 100% 4px no-repeat; padding:0 15px 0 0; color:#333; text-decoration:underline; }
.sidebar .widget-cms-link a:hover { color:#333; text-decoration:none; }

/* Widget CMS Hierarchy Link */
.widget-cms-hierarchy-link-inline { display:inline; }
.col-main .widget-cms-hierarchy-link { display:block; text-align:right; margin:7px 0; }
.col-main .widget-cms-hierarchy-link a { font-size:12px; background:url(http://lghttp.24811.nexcesscdn.net/80B00B/qpb/skin/frontend/enterprise/quest/images/bkg_widget-link.gif) 100% 4px no-repeat; padding-right:15px; color:#333; text-decoration:underline; }
.col-main .widget-cms-hierarchy-link a:hover { color:#333; text-decoration:none; }
.sidebar .widget-cms-hierarchy-link { display:block; margin:10px 0; padding:0 17px;  }
.sidebar .widget-cms-hierarchy-link a { font-size:12px; background:url(http://lghttp.24811.nexcesscdn.net/80B00B/qpb/skin/frontend/enterprise/quest/images/bkg_widget-link.gif) 100% 4px no-repeat; padding:0 15px 0 0; color:#333; text-decoration:underline; }
.sidebar .widget-cms-hierarchy-link a:hover { color:#333; text-decoration:none; }

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

@font-face {
	font-family: 'icomoon';
	src:url('http://lghttp.24811.nexcesscdn.net/80B00B/qpb/skin/frontend/base/default/fonts/icomoon.eot');
	src:url('http://lghttp.24811.nexcesscdn.net/80B00B/qpb/skin/frontend/base/default/fonts/icomoon.eot?#iefix') format('embedded-opentype'),
		url('http://lghttp.24811.nexcesscdn.net/80B00B/qpb/skin/frontend/base/default/fonts/icomoon.woff') format('woff'),
		url('http://lghttp.24811.nexcesscdn.net/80B00B/qpb/skin/frontend/base/default/fonts/icomoon.ttf') format('truetype'),
		url('http://lghttp.24811.nexcesscdn.net/80B00B/qpb/skin/frontend/base/default/fonts/icomoon.svg#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
	font-family: 'icomoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
/* re-sync */
.icon-star:before {
	content: "\e600";
}
.icon-star2:before {
	content: "\e601";
}
.icon-thumbs-up:before {
	content: "\e602";
}
.icon-thumbs-down:before {
	content: "\e603";
}
.icon-chat:before {
	content: "\e604";
}
.icon-comment:before {
	content: "\e605";
}
.icon-quote:before {
	content: "\e606";
}
.icon-house:before {
	content: "\e607";
}
.icon-popup:before {
	content: "\e608";
}
.icon-search:before {
	content: "\e609";
}
.icon-flashlight:before {
	content: "\e60a";
}
.icon-printer:before {
	content: "\e60b";
}
.icon-bell:before {
	content: "\e60c";
}
.icon-link:before {
	content: "\e60d";
}
.icon-graduation:before {
	content: "\e60e";
}
.icon-book:before {
	content: "\e60f";
}
.icon-newspaper:before {
	content: "\e610";
}
.icon-bag:before {
	content: "\e611";
}
.icon-airplane:before {
	content: "\e612";
}
.icon-lifebuoy:before {
	content: "\e613";
}
.icon-eye:before {
	content: "\e614";
}
.icon-clock:before {
	content: "\e615";
}
.icon-microphone:before {
	content: "\e616";
}
.icon-calendar:before {
	content: "\e617";
}
.icon-bolt:before {
	content: "\e618";
}
.icon-thunder:before {
	content: "\e619";
}
.icon-droplet:before {
	content: "\e61a";
}
.icon-cd:before {
	content: "\e61b";
}
.icon-brush:before {
	content: "\e61c";
}
.icon-suitcase:before {
	content: "\e61d";
}
.icon-cone:before {
	content: "\e61e";
}
.icon-earth:before {
	content: "\e61f";
}
.icon-keyboard:before {
	content: "\e620";
}
.icon-browser:before {
	content: "\e621";
}
.icon-publish:before {
	content: "\e622";
}
.icon-progress-3:before {
	content: "\e623";
}
.icon-progress-2:before {
	content: "\e624";
}
.icon-brogress-1:before {
	content: "\e625";
}
.icon-progress-0:before {
	content: "\e626";
}
.icon-sun:before {
	content: "\e627";
}
.icon-sun2:before {
	content: "\e628";
}
.icon-adjust:before {
	content: "\e629";
}
.icon-thermometer:before {
	content: "\e62a";
}
.icon-droplets:before {
	content: "\e62b";
}
.icon-uniE62C:before {
	content: "\e62c";
}
.icon-statistics:before {
	content: "\e62d";
}
.icon-pie:before {
	content: "\e62e";
}
.icon-bars:before {
	content: "\e62f";
}
.icon-graph:before {
	content: "\e630";
}
.icon-lock:before {
	content: "\e631";
}
.icon-lock-open:before {
	content: "\e632";
}
.icon-logout:before {
	content: "\e633";
}
.icon-login:before {
	content: "\e634";
}
.icon-checkmark:before {
	content: "\e635";
}
.icon-cross:before {
	content: "\e636";
}
.icon-minus:before {
	content: "\e637";
}
.icon-warning:before {
	content: "\e638";
}
.icon-cycle:before {
	content: "\e639";
}
.icon-cw:before {
	content: "\e63a";
}
.icon-ccw:before {
	content: "\e63b";
}
.icon-shuffle:before {
	content: "\e63c";
}
.icon-arrow:before {
	content: "\e63d";
}
.icon-arrow2:before {
	content: "\e63e";
}
.icon-retweet:before {
	content: "\e63f";
}
.icon-loop:before {
	content: "\e640";
}
.icon-history:before {
	content: "\e641";
}
.icon-back:before {
	content: "\e642";
}
.icon-switch:before {
	content: "\e643";
}
.icon-list:before {
	content: "\e644";
}
.icon-add-to-list:before {
	content: "\e645";
}
.icon-upload:before {
	content: "\e646";
}
.icon-download:before {
	content: "\e647";
}
.icon-disk:before {
	content: "\e648";
}
.icon-install:before {
	content: "\e649";
}
.icon-cloud:before {
	content: "\e64a";
}
.icon-upload2:before {
	content: "\e64b";
}
.icon-bookmark:before {
	content: "\e64c";
}
.icon-bookmarks:before {
	content: "\e64d";
}
.icon-book2:before {
	content: "\e64e";
}
.icon-play:before {
	content: "\e64f";
}
.icon-pause:before {
	content: "\e650";
}
.icon-record:before {
	content: "\e651";
}
.icon-stop:before {
	content: "\e652";
}
.icon-next:before {
	content: "\e653";
}
.icon-arrow-left:before {
	content: "\e654";
}
.icon-arrow-down:before {
	content: "\e655";
}
.icon-arrow-up--upload:before {
	content: "\e656";
}
.icon-arrow-right:before {
	content: "\e657";
}
.icon-arrow-left2:before {
	content: "\e658";
}
.icon-arrow-down2:before {
	content: "\e659";
}
.icon-arrow-up:before {
	content: "\e65a";
}
.icon-arrow-right2:before {
	content: "\e65b";
}
.icon-arrow-left3:before {
	content: "\e65c";
}
.icon-arrow-down3:before {
	content: "\e65d";
}
.icon-arrow-up2:before {
	content: "\e65e";
}
.icon-arrow-right3:before {
	content: "\e65f";
}
.icon-arrow-left4:before {
	content: "\e660";
}
.icon-arrow-down4:before {
	content: "\e661";
}
.icon-uniE662:before {
	content: "\e662";
}
.icon-arrow-left5:before {
	content: "\e663";
}
.icon-arrow-down5:before {
	content: "\e664";
}
.icon-arrow-up3:before {
	content: "\e665";
}
.icon-arrow-right4:before {
	content: "\e666";
}
.icon-menu:before {
	content: "\e667";
}
.icon-ellipsis:before {
	content: "\e668";
}
.icon-dots:before {
	content: "\e669";
}
.icon-dot:before {
	content: "\e66a";
}
.icon-cc:before {
	content: "\e66b";
}
.icon-cc-by:before {
	content: "\e66c";
}
.icon-cc-nc:before {
	content: "\e66d";
}
.icon-cc-nc-eu:before {
	content: "\e66e";
}
.icon-cc-nc-jp:before {
	content: "\e66f";
}
.icon-vimeo:before {
	content: "\e670";
}
.icon-twitter:before {
	content: "\e671";
}
.icon-twitter2:before {
	content: "\e672";
}
.icon-facebook:before {
	content: "\e673";
}
.icon-facebook2:before {
	content: "\e674";
}
.icon-facebook3:before {
	content: "\e675";
}
.icon-googleplus:before {
	content: "\e676";
}
.icon-googleplus2:before {
	content: "\e677";
}
.icon-pinterest:before {
	content: "\e678";
}
.icon-pinterest2:before {
	content: "\e679";
}
.icon-tumblr:before {
	content: "\e67a";
}
.icon-tumblr2:before {
	content: "\e67b";
}
.icon-linkedin:before {
	content: "\e67c";
}
.icon-evernote:before {
	content: "\e67d";
}
.icon-flattr:before {
	content: "\e67e";
}
.icon-skype:before {
	content: "\e67f";
}
.icon-skype2:before {
	content: "\e680";
}
.icon-renren:before {
	content: "\e681";
}
.icon-sina-weibo:before {
	content: "\e682";
}
.icon-paypal:before {
	content: "\e683";
}
.icon-picasa:before {
	content: "\e684";
}
.icon-soundcloud:before {
	content: "\e685";
}
.icon-mixi:before {
	content: "\e686";
}
.icon-behance:before {
	content: "\e687";
}
.icon-circles:before {
	content: "\e688";
}
.icon-vk:before {
	content: "\e689";
}
.icon-smashing:before {
	content: "\e68a";
}
.icon-dribbble:before {
	content: "\e68b";
}
.icon-dribbble2:before {
	content: "\e68c";
}
.icon-stumbleupon:before {
	content: "\e68d";
}
.icon-stumbleupon2:before {
	content: "\e68e";
}
.icon-lastfm:before {
	content: "\e68f";
}
.icon-lastfm2:before {
	content: "\e690";
}
.icon-rdio:before {
	content: "\e691";
}
.icon-rdio2:before {
	content: "\e692";
}
.icon-spotify:before {
	content: "\e693";
}
.icon-spotify2:before {
	content: "\e694";
}
.icon-qq:before {
	content: "\e695";
}
.icon-instagram:before {
	content: "\e696";
}
.icon-dropbox:before {
	content: "\e697";
}
.icon-heart:before {
	content: "\e698";
}
.icon-new:before {
	content: "\e699";
}
.icon-rocket:before {
	content: "\e69a";
}
.icon-signal:before {
	content: "\e69b";
}
.icon-help:before {
	content: "\e69c";
}
.icon-trash:before {
	content: "\e69d";
}
.icon-flow-parallel:before {
	content: "\e69e";
}
.icon-arrow-up4:before {
	content: "\e69f";
}
.icon-vimeo2:before {
	content: "\e6a0";
}
.icon-phone:before {
	content: "\e6a1";
}
.icon-mobile:before {
	content: "\e6a2";
}
.icon-mouse:before {
	content: "\e6a3";
}
.icon-directions:before {
	content: "\e6a4";
}
.icon-mail:before {
	content: "\e6a5";
}
.icon-paperplane:before {
	content: "\e6a6";
}
.icon-pencil:before {
	content: "\e6a7";
}
.icon-feather:before {
	content: "\e6a8";
}
.icon-paperclip:before {
	content: "\e6a9";
}
.icon-drawer:before {
	content: "\e6aa";
}
.icon-reply:before {
	content: "\e6ab";
}
.icon-reply-all:before {
	content: "\e6ac";
}
.icon-forward:before {
	content: "\e6ad";
}
.icon-user:before {
	content: "\e6ae";
}
.icon-user-add:before {
	content: "\e6af";
}
.icon-vcard:before {
	content: "\e6b0";
}
.icon-export:before {
	content: "\e6b1";
}
.icon-location:before {
	content: "\e6b2";
}
.icon-map:before {
	content: "\e6b3";
}
.icon-compass:before {
	content: "\e6b4";
}
.icon-location2:before {
	content: "\e6b5";
}
.icon-target:before {
	content: "\e6b6";
}
.icon-share:before {
	content: "\e6b7";
}
.icon-sharable:before {
	content: "\e6b8";
}
.icon-heart2:before {
	content: "\e6b9";
}
.icon-flag:before {
	content: "\e6ba";
}
.icon-briefcase:before {
	content: "\e6bb";
}
.icon-code:before {
	content: "\e6bc";
}
.icon-plus:before {
	content: "\e6bd";
}
.icon-layout:before {
	content: "\e6be";
}
.icon-previous:before {
	content: "\e6bf";
}
.icon-arrow-up5:before {
	content: "\e6c0";
}
.icon-cc-sa:before {
	content: "\e6c1";
}
.icon-flickr:before {
	content: "\e6c2";
}
.icon-cog:before {
	content: "\e6c3";
}
.icon-music:before {
	content: "\e6c4";
}
.icon-air:before {
	content: "\e6c5";
}
.icon-hourglass:before {
	content: "\e6c6";
}
.icon-gauge:before {
	content: "\e6c7";
}
.icon-language:before {
	content: "\e6c8";
}
.icon-network:before {
	content: "\e6c9";
}
.icon-key:before {
	content: "\e6ca";
}
.icon-battery:before {
	content: "\e6cb";
}
.icon-bucket:before {
	content: "\e6cc";
}
.icon-magnet:before {
	content: "\e6cd";
}
.icon-drive:before {
	content: "\e6ce";
}
.icon-screen:before {
	content: "\e6cf";
}
.icon-infinity:before {
	content: "\e6d0";
}
.icon-light-bulb:before {
	content: "\e6d1";
}
.icon-credit-card:before {
	content: "\e6d2";
}
.icon-database:before {
	content: "\e6d3";
}
.icon-voicemail:before {
	content: "\e6d4";
}
.icon-clipboard:before {
	content: "\e6d5";
}
.icon-cart:before {
	content: "\e6d6";
}
.icon-box:before {
	content: "\e6d7";
}
.icon-ticket:before {
	content: "\e6d8";
}
.icon-cross2:before {
	content: "\e6d9";
}
.icon-minus2:before {
	content: "\e6da";
}
.icon-plus2:before {
	content: "\e6db";
}
.icon-cross3:before {
	content: "\e6dc";
}
.icon-minus3:before {
	content: "\e6dd";
}
.icon-plus3:before {
	content: "\e6de";
}
.icon-erase:before {
	content: "\e6df";
}
.icon-blocked:before {
	content: "\e6e0";
}
.icon-info:before {
	content: "\e6e1";
}
.icon-info2:before {
	content: "\e6e2";
}
.icon-list2:before {
	content: "\e6e3";
}
.icon-text:before {
	content: "\e6e4";
}
.icon-text2:before {
	content: "\e6e5";
}
.icon-document:before {
	content: "\e6e6";
}
.icon-docs:before {
	content: "\e6e7";
}
.icon-landscape:before {
	content: "\e6e8";
}
.icon-pictures:before {
	content: "\e6e9";
}
.icon-video:before {
	content: "\e6ea";
}
.icon-music2:before {
	content: "\e6eb";
}
.icon-folder:before {
	content: "\e6ec";
}
.icon-first:before {
	content: "\e6ed";
}
.icon-last:before {
	content: "\e6ee";
}
.icon-resize-enlarge:before {
	content: "\e6ef";
}
.icon-resize-shrink:before {
	content: "\e6f0";
}
.icon-volume:before {
	content: "\e6f1";
}
.icon-sound:before {
	content: "\e6f2";
}
.icon-mute:before {
	content: "\e6f3";
}
.icon-flow-cascade:before {
	content: "\e6f4";
}
.icon-flow-branch:before {
	content: "\e6f5";
}
.icon-flow-tree:before {
	content: "\e6f6";
}
.icon-arrow-right5:before {
	content: "\e6f7";
}
.icon-arrow-left6:before {
	content: "\e6f8";
}
.icon-arrow-down6:before {
	content: "\e6f9";
}
.icon-arrow-up6:before {
	content: "\e6fa";
}
.icon-arrow-right6:before {
	content: "\e6fb";
}
.icon-arrow-left7:before {
	content: "\e6fc";
}
.icon-arrow-down7:before {
	content: "\e6fd";
}
.icon-arrow-up7:before {
	content: "\e6fe";
}
.icon-arrow-right7:before {
	content: "\e6ff";
}
.icon-arrow-left8:before {
	content: "\e700";
}
.icon-cc-nd:before {
	content: "\e701";
}
.icon-cc-pd:before {
	content: "\e702";
}
.icon-cc-zero:before {
	content: "\e703";
}
.icon-cc-share:before {
	content: "\e704";
}
.icon-cc-share2:before {
	content: "\e705";
}
.icon-daniel-bruce:before {
	content: "\e706";
}
.icon-daniel-bruce2:before {
	content: "\e707";
}
.icon-github:before {
	content: "\e708";
}
.icon-github2:before {
	content: "\e709";
}
.icon-flickr2:before {
	content: "\e70a";
}
.icon-arrow-down8:before {
	content: "\e70b";
}
.icon-flow-line:before {
	content: "\e70c";
}
.icon-archive:before {
	content: "\e70d";
}
.icon-question:before {
	content: "\e70e";
}
.icon-rss:before {
	content: "\e70f";
}
.icon-cup:before {
	content: "\e710";
}
.icon-music3:before {
	content: "\e711";
}
.icon-leaf:before {
	content: "\e712";
}
.icon-palette:before {
	content: "\e713";
}
.icon-moon:before {
	content: "\e714";
}
.icon-camera:before {
	content: "\e715";
}
.icon-tag:before {
	content: "\e716";
}
.icon-trophy:before {
	content: "\e717";
}
.icon-tools:before {
	content: "\e718";
}
.icon-users:before {
	content: "\e719";
}
.icon-megaphone:before {
	content: "\e71a";
}
.icon-linkedin2:before {
	content: "\e71b";
}

/*!
 *  Font Awesome 4.3.0 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://lghttp.24811.nexcesscdn.net/80B00B/qpb/skin/frontend/base/default/fonts/font-awesome-4.3.0/fonts/fontawesome-webfont.eot?v=4.3.0');src:url('http://lghttp.24811.nexcesscdn.net/80B00B/qpb/skin/frontend/base/default/fonts/font-awesome-4.3.0/fonts/fontawesome-webfont.eot?#iefix&v=4.3.0') format('embedded-opentype'),url('http://lghttp.24811.nexcesscdn.net/80B00B/qpb/skin/frontend/base/default/fonts/font-awesome-4.3.0/fonts/fontawesome-webfont.woff2?v=4.3.0') format('woff2'),url('http://lghttp.24811.nexcesscdn.net/80B00B/qpb/skin/frontend/base/default/fonts/font-awesome-4.3.0/fonts/fontawesome-webfont.woff?v=4.3.0') format('woff'),url('http://lghttp.24811.nexcesscdn.net/80B00B/qpb/skin/frontend/base/default/fonts/font-awesome-4.3.0/fonts/fontawesome-webfont.ttf?v=4.3.0') format('truetype'),url('http://lghttp.24811.nexcesscdn.net/80B00B/qpb/skin/frontend/base/default/fonts/font-awesome-4.3.0/fonts/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular') format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;transform:translate(0, 0)}.fa-lg{font-size:1.33333333em;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.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.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:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=1);-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2);-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=3);-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);-webkit-transform:scale(-1, 1);-ms-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);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.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-remove:before,.fa-close:before,.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-photo:before,.fa-image:before,.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,.fa-bar-chart: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-f:before,.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-navicon:before,.fa-reorder:before,.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-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc: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-mail-reply-all:before,.fa-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,.fa-gratipay: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"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-genderless:before,.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-hotel:before,.fa-bed:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}
/* Generated by Font Squirrel (http://www.fontsquirrel.com) on March 19, 2015 */



@font-face {
    font-family: 'futurakoyu';
    src: url('http://lghttp.24811.nexcesscdn.net/80B00B/qpb/skin/frontend/base/default/fonts/futura-koyu-webfont/Futura-Koyu-webfont.eot');
    src: url('http://lghttp.24811.nexcesscdn.net/80B00B/qpb/skin/frontend/base/default/fonts/futura-koyu-webfont/Futura-Koyu-webfont.eot?#iefix') format('embedded-opentype'),
         url('http://lghttp.24811.nexcesscdn.net/80B00B/qpb/skin/frontend/base/default/fonts/futura-koyu-webfont/Futura-Koyu-webfont.woff2') format('woff2'),
         url('http://lghttp.24811.nexcesscdn.net/80B00B/qpb/skin/frontend/base/default/fonts/futura-koyu-webfont/Futura-Koyu-webfont.woff') format('woff'),
         url('http://lghttp.24811.nexcesscdn.net/80B00B/qpb/skin/frontend/base/default/fonts/futura-koyu-webfont/Futura-Koyu-webfont.ttf') format('truetype'),
         url('http://lghttp.24811.nexcesscdn.net/80B00B/qpb/skin/frontend/base/default/fonts/futura-koyu-webfont/Futura-Koyu-webfont.svg#futurakoyu') format('svg');
    font-weight: normal;
    font-style: normal;

}
html {
  background:#fff;
  font:11px/1.35 "Open Sans", sans-serif;
  color:#777777;
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1024px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666666666666%;
}
.col-xs-10 {
  width: 83.33333333333334%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666666666666%;
}
.col-xs-7 {
  width: 58.333333333333336%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666666666667%;
}
.col-xs-4 {
  width: 33.33333333333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.666666666666664%;
}
.col-xs-1 {
  width: 8.333333333333332%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666666666666%;
}
.col-xs-pull-10 {
  right: 83.33333333333334%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666666666666%;
}
.col-xs-pull-7 {
  right: 58.333333333333336%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666666666667%;
}
.col-xs-pull-4 {
  right: 33.33333333333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.666666666666664%;
}
.col-xs-pull-1 {
  right: 8.333333333333332%;
}
.col-xs-pull-0 {
  right: 0%;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666666666666%;
}
.col-xs-push-10 {
  left: 83.33333333333334%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666666666666%;
}
.col-xs-push-7 {
  left: 58.333333333333336%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666666666667%;
}
.col-xs-push-4 {
  left: 33.33333333333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.666666666666664%;
}
.col-xs-push-1 {
  left: 8.333333333333332%;
}
.col-xs-push-0 {
  left: 0%;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666666666666%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333333334%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666666666666%;
}
.col-xs-offset-7 {
  margin-left: 58.333333333333336%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666666666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.666666666666664%;
}
.col-xs-offset-1 {
  margin-left: 8.333333333333332%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666666666666%;
  }
  .col-sm-10 {
    width: 83.33333333333334%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666666666666%;
  }
  .col-sm-7 {
    width: 58.333333333333336%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666666666667%;
  }
  .col-sm-4 {
    width: 33.33333333333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.666666666666664%;
  }
  .col-sm-1 {
    width: 8.333333333333332%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666666666666%;
  }
  .col-sm-pull-10 {
    right: 83.33333333333334%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666666666666%;
  }
  .col-sm-pull-7 {
    right: 58.333333333333336%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666666666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.666666666666664%;
  }
  .col-sm-pull-1 {
    right: 8.333333333333332%;
  }
  .col-sm-pull-0 {
    right: 0%;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666666666666%;
  }
  .col-sm-push-10 {
    left: 83.33333333333334%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666666666666%;
  }
  .col-sm-push-7 {
    left: 58.333333333333336%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666666666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.666666666666664%;
  }
  .col-sm-push-1 {
    left: 8.333333333333332%;
  }
  .col-sm-push-0 {
    left: 0%;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666666666666%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333333334%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666666666666%;
  }
  .col-sm-offset-7 {
    margin-left: 58.333333333333336%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666666666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.666666666666664%;
  }
  .col-sm-offset-1 {
    margin-left: 8.333333333333332%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666666666666%;
  }
  .col-md-10 {
    width: 83.33333333333334%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666666666666%;
  }
  .col-md-7 {
    width: 58.333333333333336%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666666666667%;
  }
  .col-md-4 {
    width: 33.33333333333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.666666666666664%;
  }
  .col-md-1 {
    width: 8.333333333333332%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666666666666%;
  }
  .col-md-pull-10 {
    right: 83.33333333333334%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666666666666%;
  }
  .col-md-pull-7 {
    right: 58.333333333333336%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666666666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.666666666666664%;
  }
  .col-md-pull-1 {
    right: 8.333333333333332%;
  }
  .col-md-pull-0 {
    right: 0%;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666666666666%;
  }
  .col-md-push-10 {
    left: 83.33333333333334%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666666666666%;
  }
  .col-md-push-7 {
    left: 58.333333333333336%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666666666667%;
  }
  .col-md-push-4 {
    left: 33.33333333333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.666666666666664%;
  }
  .col-md-push-1 {
    left: 8.333333333333332%;
  }
  .col-md-push-0 {
    left: 0%;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666666666666%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333333334%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666666666666%;
  }
  .col-md-offset-7 {
    margin-left: 58.333333333333336%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666666666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.666666666666664%;
  }
  .col-md-offset-1 {
    margin-left: 8.333333333333332%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666666666666%;
  }
  .col-lg-10 {
    width: 83.33333333333334%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666666666666%;
  }
  .col-lg-7 {
    width: 58.333333333333336%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666666666667%;
  }
  .col-lg-4 {
    width: 33.33333333333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.666666666666664%;
  }
  .col-lg-1 {
    width: 8.333333333333332%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666666666666%;
  }
  .col-lg-pull-10 {
    right: 83.33333333333334%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666666666666%;
  }
  .col-lg-pull-7 {
    right: 58.333333333333336%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666666666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.666666666666664%;
  }
  .col-lg-pull-1 {
    right: 8.333333333333332%;
  }
  .col-lg-pull-0 {
    right: 0%;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666666666666%;
  }
  .col-lg-push-10 {
    left: 83.33333333333334%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666666666666%;
  }
  .col-lg-push-7 {
    left: 58.333333333333336%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666666666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.666666666666664%;
  }
  .col-lg-push-1 {
    left: 8.333333333333332%;
  }
  .col-lg-push-0 {
    left: 0%;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666666666666%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333333334%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666666666666%;
  }
  .col-lg-offset-7 {
    margin-left: 58.333333333333336%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666666666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.666666666666664%;
  }
  .col-lg-offset-1 {
    margin-left: 8.333333333333332%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  content: " ";
  display: table;
}
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
  visibility: hidden !important;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
tr.visible-xs,
th.visible-xs,
td.visible-xs {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
.visible-sm,
tr.visible-sm,
th.visible-sm,
td.visible-sm {
  display: none !important;
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
.visible-md,
tr.visible-md,
th.visible-md,
td.visible-md {
  display: none !important;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
.visible-lg,
tr.visible-lg,
th.visible-lg,
td.visible-lg {
  display: none !important;
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs,
  tr.hidden-xs,
  th.hidden-xs,
  td.hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm,
  tr.hidden-sm,
  th.hidden-sm,
  td.hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md,
  tr.hidden-md,
  th.hidden-md,
  td.hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg,
  tr.hidden-lg,
  th.hidden-lg,
  td.hidden-lg {
    display: none !important;
  }
}


.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}

a {
  color: inherit;
  text-decoration: none;
}
a:hover {
  text-decoration:none;
}
blockquote {
  font-family: Georgia;
  font-size: 12px;
  letter-spacing: 0;
  line-height: 2em;
  color: #666;
  border-left: 3px solid #fb9d14;
  padding-left: 20px;
}
input[type=number] {
  font-weight: bolder;
}
input[type=number]:focus {
  color: black;
}
h1, h2, h3, h4, h5, h6, address {
  max-height:1000000px;
}
h1 {
  font-family: "Paytone One";
  letter-spacing: -.02em;
  font-size: 36px;
  color: #b9b9b9;
  font-weight: normal;
}
h1.big-header {
  font-size: 40px;
  color: #39bbe3;
}
h1.page-title {
  padding-top: 20px;
  padding-bottom: 20px;
  text-shadow: 0px 2px 3px #fff;
}
h2, h3, h4, h5, h6 {
  letter-spacing: 0;
  font-weight: normal;
}
h2, h3 {
  font-size: 20px;
  font-weight: bold;
}
h3 {
  font-weight: 300;
}
h4 {
  font-weight: normal;
  font-size: 14px;
}
h5 {
  font-weight: bolder;
  font-size: 14px;
}
h6 {
  font-weight: bolder;
  font-size: 13px;
}
h1 > a, h2 > a, h3 > a, h4 > a, h5 > a, h6 > a {
  color: inherit;
}

.copy-text {
  font-size: 12px;
  line-height: 30px;
  font-weight: normal;
  font-family: "Open Sans";
}
.copy-text + .copy-text {
  margin-top: 20px;
}
.copy-text a {
  color: #fb9d14;
}
.text-left {
  text-align: left !important;
}
.text-right {
  text-align: right !important;
}
.text-center {
  text-align: center !important;
}
.text-justify {
  text-align: justify !important;
}
.text-warm {
  color: #fb9d14;
}
.text-cool {
  color: #39bae4;
}

.img-responsive,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  line-height: 1;
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-control.left {
  background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.5) 0%), color-stop(rgba(0, 0, 0, 0.0001) 100%));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}
.carousel-control.right {
  left: auto;
  right: 0;
  background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.0001) 0%), color-stop(rgba(0, 0, 0, 0.5) 100%));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}
.carousel-control:hover,
.carousel-control:focus {
  outline: none;
  color: #ffffff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -10px;
  font-family: serif;
}
.carousel-control .icon-prev:before {
  content: '\2039';
}
.carousel-control .icon-next:before {
  content: '\203a';
}
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #ffffff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
}
.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #ffffff;
}
.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

.border-box-sizing *,
.border-box-sizing *:before,
.border-box-sizing *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.content-box-sizing *,
.content-box-sizing *:before,
.content-box-sizing *:after {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

.search-icon {
  background: url(http://lghttp.24811.nexcesscdn.net/80B00B/qpb/skin/frontend/enterprise/quest/images/search-icons.png) no-repeat;
  display: inline-block;
  width: 24px;
  height: 23px;
  background-position: 0 -24px;
}
.search-icon:hover {
  background-position: 0 0;
}
.social-icon {  background: url(http://lghttp.24811.nexcesscdn.net/80B00B/qpb/skin/frontend/enterprise/quest/images/social-icons.png) no-repeat;   display: inline-block;}
.facebook-icon { width: 23px; height: 23px; background-position: 0 0; }
.facebook-icon:hover { width: 23px; height: 23px; background-position: 0 -24px; }
.instagram-icon { width: 23px; height: 23px; background-position: 0 -72px; }
.instagram-icon:hover { width: 23px; height: 23px; background-position: 0 -96px; }
.twitter-icon { width: 23px; height: 23px; background-position: 0 -120px; }
.twitter-icon:hover { width: 23px; height: 23px; background-position: 0 -48px; }
.youtube-icon { width: 23px; height: 23px; background-position: 0 -144px; }
.youtube-icon:hover { width: 23px; height: 23px; background-position: 0 -168px; }

.page-container {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 1024px;
  padding-left: 2.27rem;
  padding-right: 2.27rem;
}
.textured-container {
  background-color: rgba(250, 250, 250, 0.28);
}
.form-header {
  border-bottom: 1px solid #d3d3d3;
  padding-bottom: .25rem;
  margin-bottom: 1rem;
  display: block;
}

.form-input-box select,
.form-input-box input,
.form-input, .btn {
  font-family: "Open Sans", sans-serif;
  line-height: 1;
  border-style: solid;
  border-width: 1px;
  margin: 0;
  height: 37px;
  box-sizing: border-box;
}
.btn {
  color: white;
  text-transform: uppercase;
  display: inline-block;
  background: #cccccb;
  border-color: #cccccb;
  font-weight: bold;
  font-size: 1.273rem;
  padding: .955rem 1.25rem;
  cursor: pointer;
  text-align: center;
}

.form-input-box select,
.form-input-box input,
.form-input {
  font-size: 1rem;
  color: #777777;
  border-color: #d0d2d3;
  font-weight: normal;
  padding: .91rem 1rem;
}
.form-input-box input,
input.form-input,
.form-input-box textarea,
textarea.form-input {
  cursor: text;
}
.form-input-box select,
select.form-input {
  height: 3.36rem;
}
.form-input-box textarea,
textarea.form-input {
  width: 100%;
}
.form-input::-webkit-input-placeholder {
  line-height:1.5;
}
.btn-combo {
  width: 11.545rem;
}
.btn:hover {
  background: #a9a9a9;
  border-color: #a9a9a9;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -o-transition: all .5s ease;
  -ms-transition: all .5s ease;
  transition: all .5s ease;
}
.btn:active {
  background: #d7d7d7;
  border-color: #d7d7d7;
}
.btn-cool {
  background: #39bae4;
  border-color: #39bae4;
}
.btn-cool:hover {
  background: #2ba0c6;
  border-color: #2ba0c6;
}
.btn-cool:active {
  background: #60d0f4;
  border-color: #60d0f4;
}
.btn-cold {
  background: #39bae4;
  border-color: #39bae4;
}
.btn-cold:hover, .active > .btn-cold, .btn-cold.active {
  background: #2ba0c6;
  border-color: #2ba0c6;
}
.btn-warm {
  background: #fb9d14;
  border-color: #fb9d14;
}
.btn-warm:hover {
  background: #e18700;
  border-color: #e18700;
}
.btn-warm:active {
  background: #f9b24a;
  border-color: #f9b24a;
}
.btn-warmer {
  background: #f47b1b;
  border: 1px solid #f47b1b;
}
.btn-warmer:hover {
  background: #db6e03;
  border: 1px solid #db6e03;
}
.btn-warmer:active {
  background: #ff9744;
  border: 1px solid #ff9744;
}
.btn-dark {
  background-color: #999999;
  border-color: #999999;
}
.btn-dark:hover {
  background-color: #7A7A7A;
  background-color: #7A7A7A;
}
.btn:disabled {
  opacity: .3;
}
.btn.pull-right + .btn.pull-right {
  margin-right: 1rem;
}
.form-buttons-container .btn + .btn {
  margin-left: 1rem;
}
.form-input-combo {
  border-right: 0;
}
.form-input-label,
.form-input-box input,
.form-input-box select {
  display: block;
  width: 32.45rem;
}
.form-input-box label,
.form-input-label {
  padding-top: .25rem;
  padding-bottom: .25rem;
}
.form-input-box.pull-left + .form-input-box.pull-left,
.form-input-label.pull-left + .form-input-label.pull-left,
.form-input-box.pull-left + .btn.pull-left {
  margin-left: 3.182rem;
}
.form-input-box {
  margin-bottom: .5rem;
}
.form-input-box input + input {
  margin-top: .5rem;
}
.form-buttons-container {
  margin: 1rem 0;
}
.form-input-box li {
  display: block;
}
.form-input-box label.required em {
  display: none;
}

.categories-container {
  margin-bottom: 3em;
  text-align: center;
}
.categories-container ul {
  list-style: none;
  background-color: #39bae4;
  margin: 0;
  display: inline-block;
  font-size: 0;
  padding: 0 50px;
}
.categories-container hr {
  border-style: solid;
  border-color:#dcdcdc;
  border-width: 0 0 1px 0;
  height: 1px;
  margin-top: -1.5em;
  font-size: 13px;
}
.category-container {
  display: inline-block;
}
.apparel-filter{
    margin-left: 45%;
}
.apparel-filter tr td {
    padding: 3px;
    color: #b9b9b9;
}
.apparel-filter tr td span {
    text-decoration: none;
}
.apparel-filter tr td a {
    font-weight: bold;
    color: #b9b9b9;
    font-size: 1.273rem;
}
.apparel-filter tr td a:hover {
    font-weight: bold;
    color: orange;
    font-size: 1.273rem;
}
.apparel-filter tr td a.active {
    color:orange;
}
.simple-tabs {
  border-bottom: 1px solid #dcdcdc;
}
.simple-tab {
  border: 0;
  display: inline-block;
  padding: 0;

  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
  border-left: 1px white transparent;
  border-right: 1px white transparent;
  border-top: 1px white transparent;
}
.simple-tab.active {
  border-left: 1px solid #dcdcdc;
  border-right: 1px solid #dcdcdc;
  border-top: 1px solid #dcdcdc;
  background-color: #fff;
}
.simple-tab > a {
  text-decoration: none;
  -webkit-border-radius: inherit;
  -moz-border-radius: inherit;
  border-radius: inherit;
  color: #777777;
  display: inline-block;
  margin-bottom: -1px;
  padding: .75rem 2.25rem .75rem 2.25rem;

  -o-transition: color .123s ease-in .123s;
  -ms-transition: color .123s .123s ease-in .123s;
  -moz-transition: color .123s .123s ease-in .123s;
  -webkit-transition: color .123s .123s ease-in .123s;
  transition: color .123s ease-in .123s;
}
.simple-tab > a:hover {
  color: #666;
}
.simple-tab.active > a {
  color: #fb9d14;
  background-color: #fff;
}

.fill {
  width: 100%;
}
.simple-table > thead th {
  color: white;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 1.182rem;
  background: #d7d7d7;
}
.simple-table-warm > thead th {
  background: #f9b24a;
}
.simple-table > thead > tr > th {
  padding: .955rem 2.5rem;
}
.simple-table > tbody > tr > td {
  padding: 2.5rem 1.25rem;
  vertical-align: middle;
  border-bottom: #e8e8e8 solid 1px;
}
.simple-table td.flush {
  padding: 0;
}
.productGroupHeading {
	margin: 2rem 0 2rem 0;
	padding: 0 .5rem;
	width: 100%;
}
.productGroupHeading h2 {
	color: #fa9744;
	font-family: "Paytone One";
	font-size: 1.5rem;
	font-weight: 500;
	letter-spacing: .25pt;
	line-height: 250%;
	text-transform: uppercase;
}
.productGroupHeading hr {
	border: 0;
	border-bottom: 1px solid #eaeaea;
}

/*
 * BEGIN * bubble call out for coupons messaging */
.bubble {
	background: none repeat scroll 0 0 #fff;
	border: 1px solid #5a8f00;
	border-radius: 10px;
	display: inline-block;
	margin-top: 2rem;
	margin-bottom: 0 !important;
	padding: 15px;
	position: relative;
	width: 100%;
}
.bubble:before {
	border-color: #ebccd1 transparent;
	border-style: solid;
	border-width: 14px 14px 0;
	bottom: -14px;
	content: "";
	display: block;
	left: 46px;
	position: absolute;
	width: 0;
}
.bubble:after {
	border-color: #f2dede transparent;
	border-style: solid;
	border-width: 13px 13px 0;
	bottom: -13px;
	content: "";
	display: block;
	left: 47px;
	position: absolute;
	width: 0;
}
.bubble.onstage {
	z-index: 11111;
}
.alert {
	border: 1px solid transparent;
	border-radius: 4px;
}
.alert-danger {
	background-color: #f2dedf;
	border-color: #ebccd1;
	color: #a94442;
	color: #e82d37;
}
.x {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
	border: 0 none;
	cursor: pointer;
	display: none;
	float: right;
	font-size: 1.4rem;
	font-weight: 700;
	line-height: 1;
	opacity: 0.2;
	padding: 0;
	text-shadow: 0 1px 0 #fff;
}
.bubble > dl {
	float: left;
	font-size: 1rem;
	line-height: 150%;
}
.bubble > dl > dt {
	font-size: 1.275rem; /* 14px */
	margin-bottom: .75rem
}
.bubble > dl > dd {
	font-size: 1.095rem; /* 12px */
}
/*
 * E N D * bubble call out for coupons messaging */

.footer-navigation-container{color:#888;border-bottom:1px solid #dcdcdc}.footer-navigation-container .newsletter-group>div{font-size:10px;height:4em;overflow:hidden}.footer-navigation-container .newsletter-group>div>.newsletter-input-container{display:inline-block;font-size:inherit;height:100%}.footer-navigation-container .newsletter-group>div>.newsletter-input-container>input{box-sizing:content-box;display:inline-block;font-size:11px;height:1.4em;line-height:14px;padding:11px}.footer-navigation-container .newsletter-group>div>button{border:0;display:inline-block;font-size:14px;height:100%;line-height:15px;padding:12px 11px 12px 11px}.footer-navigation-container .page-container{background:url(http://lghttp.24811.nexcesscdn.net/80B00B/qpb/skin/frontend/enterprise/quest/images/q.png) no-repeat no-repeat left top;padding-bottom:4.2em;padding-top:4.2em}.footer-navigation-container a{text-decoration:none}.footer-navigation-container .newsletter-input-container{display:inline-block}.footer-navigation-container .newsletter-input-container input{width:24.45rem}.footer-navigation-container .newsletter-group h5{color:inherit;margin-bottom:2.15em}.footer-copyright{color:#777;font-size:1.09em;line-height:2.091em}.cms-chips .footer-navigation-container{background-color:#fff}.cms-chips .footer-navigation-container .page-container{background:url(http://lghttp.24811.nexcesscdn.net/80B00B/qpb/skin/frontend/enterprise/quest/images/q.png) no-repeat no-repeat left top;padding-bottom:4.6rem;padding-top:4.6rem}.cms-chips .footer-navigation-container .newsletter-group h5{font-size:1.4rem;margin-bottom:3rem;margin-top:0}.cms-chips .footer-navigation-container .newsletter-input-container input{border:1px solid #d0d2d3;border-right:0;color:#999;font-size:1.2rem;padding:1.2rem 1.1rem;width:24.6rem}.cms-chips .footer-copyright{font-size:1.2rem;line-height:2.5rem}.footer-social-icons ul{list-style:none}.footer-social-icons ul li{display:inline-block}.footer-social-icons ul li a{margin-left:1em}
#aw-afptc-popup {
    position: fixed;
    border: 1px #999999 solid;
    text-align: center !important;
    padding: 10px;
    background-color: #ffffff;
    z-index: 9999;
    color: black;
    overflow:  auto;
    min-height:200px;    
    min-width: 450px;
    width: auto;
    height: auto;    
}
#aw-afptc-overlay
{
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background-color:#000;
    -moz-opacity: 0.5;
    opacity:.30;
    filter: alpha(opacity=50);
    z-index: 1001;
}
.aw-afptc-title {
   font-family: sans-serif;
   font-size: 24px;
}
.aw-afptc-promo-message {
    font-size:12px;
}
#aw-afptc-popup .product-name {
    font-size:16px;
}
#aw-afptc-popup .product-name a {
    color: #F8991D;
    text-decoration: none;
}
#aw-afptc-popup .price-box {
    padding: 10px;
    font-size: 12px;
}
#aw-afptc-decline-rule {
    margin: 10px;
}
.ratings-short span.gig-rating-stars {
  margin-right: 42px;
  display: inline-block;
}
.ratings-short div.gig-rating-star {
  width: 13px;
}
.gig-rating a:link.gig-rating-readReviewsLink,
.ratings-full a:link.gig-rating-readReviewsLink {
  margin-right: 0;
}
.gig-comments-container div.gig-comments-comment {
  background-color: transparent;
}
div.ratings-short .gig-rating div.gig-rating-star-full {
  background-image: url('http://lghttp.24811.nexcesscdn.net/80B00B/qpb/skin/frontend/enterprise/quest/images/gigya/RateIcon_13_pressed.png');
}
div.ratings-short .gig-rating div.gig-rating-star-empty {
  background-image: url('http://lghttp.24811.nexcesscdn.net/80B00B/qpb/skin/frontend/enterprise/quest/images/gigya/RateIcon_13.png');
}
.account-login.gigya-login {
  height: 240px;
  position: absolute;
  top: 400px;
  width: 1000px;
}
.account-login.gigya-login2 {
  height: 240px;
  position: absolute;
  top: 550px;
  width: 100% !important;
  padding: 0 !important;
}
.gigya-login .content,.gigya-login2 .content {
  width: 100% !important;
}
.gigya-login .content h2,.gigya-login2 .content h2 {
    color: #35B3FF;
    font-size: 24px;
    font-weight: normal;
    margin-bottom: 5px;
    text-transform: uppercase;
}
.gigya-login .content p,.gigya-login2 .content p {
  margin-bottom: 10px;
}
#gigyaLogin td { width: auto !important; }

.gigya-login3 {
    height: 80px;
    overflow: hidden;
    width: 500px;
    margin-left: -85px;
}
.gigya-gm {
  float: right;
  margin-top: 15px;
}
.gigyaMoreInfo {
    margin: 15px;
}
 #gigyaMoreInfoSubmit {
     margin-top: 5px;
 }
 .trob {
     position: fixed;
     top: 50%;
     right: 50%;
     margin-top: -11px;
     margin-right: -11px;
     width: 32px;
     height: 32px;
     background: transparent url("http://cdn.gigya.com/gs/i/progress_ani.gif") no-repeat;
 }
.gig-rating-writeYourReview { display:  none !important; }
.gig-rating-readReviewsLink { display:  none !important; }
.gig-comments-container.gig-comments-reviews { margin-left:  20px; }
#gigyaRatings { margin-top:  10px; }
#gigyaSharebar { margin-top:  10px; }
#gigyaLogin_bottomLink { display: none; }
.onestepcheckout-popup-gigya h2 { color: #35B3FF; text-transform: uppercase; font-size: 15px; }
.gigya-link-login, .gigya-link-password { margin-top: 10px;  }
.gigya-link-button { margin-left: 35px; margin-top: 10px;  }
.nutritional-info-wrapper {
	width:90%;
	margin-left: 10px;
	width: 715px;
	height: 375px;
	margin-bottom: 10px;
}

.nutritional-label-image {
    margin-left: -3px; margin-top: -30px; position: absolute; z-index: 999;
}

.nutrition-info-bg {
    position: relative;
}
.nutritional-label-header {
    border-radius: 14px 14px 0 0;
    color: #FFFFFF;
    font-size: 18px;
    font-style: italic;
    font-weight: bold;
    height: 32px;
    padding-left: 105px;
    padding-top: 4px;
    text-align: left;
    text-shadow: -1px 1px 5px black;
    text-transform: uppercase;
    position: absolute;
    width: 600px;
    left: 0;
    top: 0;
}

.nutritional-info-header {
	position: absolute;
	margin-top: 50px;
	margin-left: 114px;
	color: #fff;
	font-size: 15px;
	font-weight: bold;
	font-style: italic;
	text-transform: uppercase;
	text-shadow: -1px 1px 5px black;
}
/* Inner Wrapper*/
.nutritional-info-left {
	float:left;
	width:30%;
	margin-top:115px;
	margin-left:33px;
}
.nutritional-info-right {
	float:right;
	width:64%;
	margin-top:82px;
	margin-top:50px;
}
.nutritional-info-right-header {
	color: #285185;
	font-family: verdana;
	font-size:14px;
	font-weight:bold;
	text-transform: uppercase;
	letter-spacing:-1px;
}
.nutritional-info-right-ingredients {
	font: 13px Arial, Helvetica, sans-serif;
	color:#000000;
	min-height:20px;
	margin-bottom:3px;
	line-height:14px;
	margin-right:15px;
}
.nutritional-values-box {
	border:1px solid black;
	width:435px;
	height:123px;
}
.nutritional-info-left-protein {
	font-size:27px;
	font-weight:bold;
	text-align:center;
	color:#e81119;
}
.nutritional-info-left-protein span {
	font-size:27px;
	font-weight:bold;
	text-align:center;
	color: #285185;
	letter-spacing:-1px;
}
/* Nutritional Facts Box*/
.nutritional-values-box-left {
	float:left;
	width:120px;
	padding:2px;
}
.nutritional-values-box-left-h1 {
	font-size:21px;
	line-height:18px;
	font-weight:bolder;
	color:#000000;
}
.nutritional-values-box-left-h2 {
	font-size:9px;
	color:#000;
}
.nutritional-values-box-left-h3 {
	font-size:9px;
	color:#000;
	text-indent:10px;
}
.nutritional-values-box-left-h4 {
	font-size:8px;
	color:#000;
}
.nutritional-values-box-center {
	float:left;
	font-size: 11px;
	width:150px;
	padding:2px;
}
.nutritional-values-box-right {
	float:left;
	font-size: 11px;
	width:150px;
	padding:2px;
}
.nutritional-values-vitamins-bottom {
	float:left;
	width:49%;
	color:#000000;
	font-size:9px;
}
.nutritional-values-vitamins-center-bottom {
	float:left;
	width:2%;
	color:#000000;
	font-size:9px;
}
.nutritional-values-vitamins {
	float:left;
	width:49%;
	color:#000000;
	font-size:9px;
	border-bottom:1px solid black;
}
.nutritional-values-vitamins-center {
	float:left;
	width:2%;
	color:#000000;
	font-size:9px;
	border-bottom:1px solid black;
}
.nutritional-values-main-right-bottom {
	float:left;
	width:15%;
	font-weight:bold;
	border-bottom:3px solid black;
	color:#000000;
	letter-spacing:-1px;
	text-align:right;
}
.nutritional-values-main-left-bottom {
	font-weight:bold;
	color:#000000;
	float:left;
	width:85%;
	border-bottom:3px solid black;
	letter-spacing:-1px;
}
.nutritional-values-main-right-indent {
	float:left;
	width:15%;
	font-weight:bold;
	border-bottom:1px solid black;
	color:#000000;
	letter-spacing:-1px;
	text-align:right;
}
.nutritional-values-main-left-indent {
	margin-left:14px;
	color:#000000;
	float:left;
	width:75%;
	border-bottom:1px solid black;
	letter-spacing:-1px;
}
.nutritional-values-main-right {
	float:left;
	width:15%;
	font-weight:bold;
	border-bottom:1px solid black;
	color:#000000;
	letter-spacing:-1px;
	text-align:right;
}
.nutritional-values-main-left {
	font-weight:bold;
	color:#000000;
	float:left;
	width:85%;
	border-bottom:1px solid black;
	letter-spacing:-1px;
}
.nutritional-values-text-right {
	text-align:right;
}
.nutritional-values-header {
	float:left;
	width:50%;
	font-size:8px;
	border-bottom:3px solid black;
	color:#000;
	font-weight:bold;
}

/* Extra Info at Bottom*/
.allergen-statement {
	color:#000000;
}


/* Smaller Nutritional Info Boxes */
.nutritional-info-label-link {
    text-decoration: none !important;
}
.nutritional-label-header-small {
    border-radius: 14px 14px 0 0;
    height: 32px;
    position: absolute;
    width: 360px;
    top: 0;
    left: 0;
}

.nutritional-label-header-small-text-left {
    color: #FFFFFF;
    font-size: 16px;
    font-style: italic;
    font-weight: bold;
    text-align: left;
    text-shadow: -1px 1px 5px black;
    text-transform: uppercase;
    margin-top: 6px;
    margin-left: 101px;
}

.nutritional-label-header-small-text-right {
    color: #FFFFFF;
    font-size: 16px;
    font-style: italic;
    font-weight: bold;
    text-align: right;
    text-shadow: -1px 1px 5px black;
    text-transform: uppercase;
    margin-top: 6px;
    width: 261px;
}

.nutritional-label-image-left {
    margin-left: -3px; margin-top: -30px; position: absolute; z-index: 999;
}

.nutritional-label-image-right {
    margin-left: 265px; margin-top: -30px; position: absolute; z-index: 999;
}

.nutritional-info-top-image-small-left {
    width:20%;
    float:left;
    margin-top:75px;
    margin-left: 4px;
}

.nutritional-info-top-ingredients-small-left {
    width: 60%;
    float: left;
    margin-top: 41px;
    margin-left: 64px;
    margin-bottom: 5px;
}

.nutritional-info-top-image-small-right {
    width:20%;
    float:left;
    margin-top:75px;
    margin-left: 25px;
}

.nutritional-info-top-ingredients-small-right {
    width: 60%;
    float: left;
    margin-top: 41px;
    margin-left: 6px;
    margin-bottom: 5px;
}

.nutritional-info-ingredients-small {
    font: 13px Arial, Helvetica, sans-serif;
    color:#000000;
    line-height:14px;
}

.nutritional-info-ingredients-small > span {
    font-weight:bold;
}

.nutritional-values-box-small {
    border: 1px solid black;
    width: 345px;
    height: 164px;
    float:left;
    margin: 6px;
}

.nutritional-values-box-top-small {
    width:100%;
    height:40px;
    border-bottom: 1px solid black;
}

.nutritional-values-box-top-left-small {
    width:28%;
    float:left;
    font-size:21px;
    line-height:18px;
    font-weight:bolder;
    color:#000000;
}

.nutritional-values-box-top-middle-small {
    width: 52%;
    float: left;
    margin-top: 10px;
    color: #000;
}

.nutritional-values-box-top-right-small {
    width: 20%;
    float: left;
    font-size: 7.5px;
    color: #000;
}

.nutritional-values-box-center-left-small {
    float: left;
    width: 160px;
    padding: 2px 5px 2px 7px;
}

.nutritional-values-box-center-right-small {
    float: left;
    width: 160px;
    padding: 2px 5px 2px 6px;
}

.nutritional-info-footer {
    margin-left: 8px;
    position: absolute;
    margin-top: 363px;
    width: 350px;
    top: 0;
    left: 0;
}

#other-info {
    position: absolute;
}
.items-grid-container.featured-products-grid {
  width: 1024px;
}
.items-grid-container.featured-products-grid .items-grid-cell:first-child {
  width: 666px;
  height: 430px
}
.items-grid-container.featured-products-grid .items-grid-cell:first-child > .items-grid-cell-hero,
.items-grid-container.featured-products-grid .items-grid-cell:first-child .items-grid-cell-hover > a > .items-grid-cell-hero {
  width: 664px;
  height: 378px;
}
.items-grid-container.featured-products-grid .items-grid-cell:first-child > .items-grid-cell-label {
  width: 664px;
  height: 50px;
}
.items-grid-container.featured-products-grid .items-grid-cell:first-child .items-grid-cell-hover .btn.view-details-button {
  width: 47.7%;
  margin: 0 2.3% 0 0;
  display: inline-block;
  float: left !important;
}
.items-grid-container.featured-products-grid .items-grid-cell:first-child .items-grid-cell-hover .btn.add-single-button {
  width: 23.7%;
  margin: 0 1.3% 0 0;
  display: inline-block;
  float: left !important;
}
.items-grid-container.featured-products-grid .items-grid-cell:first-child .items-grid-cell-hover .btn.add-box-button {
  width: 23.7%;
  margin: 0 0 0 1.3%;
  display: inline-block;
  float: left !important;
}
.items-grid-container.featured-products-grid .items-grid-cell .items-grid-cell-hover .btn.add-single-button.featuredPowderProduct {
	float: right !important;
	margin-right: 0 !important;
	/*width: 47.7% !important;*/
	width: 100% !important;
}
.items-grid-container.featured-products-grid .items-grid-cell:first-child .items-grid-cell-hover .btn.add-single-button.featuredPowderProduct {
	width: 50% !important;
}
.items-grid-container.featured-products-grid .items-grid-cell.featured .items-grid-cell-hero:after,
.items-grid-container.featured-products-grid .items-grid-cell.recommended .items-grid-cell-hero:after,
.items-grid-container.featured-products-grid .items-grid-cell.top-rated .items-grid-cell-hero:after {
  position: absolute;
  top: 0;
  right: 0;
  background-size: cover;
  content: '';
}
.items-grid-container.featured-products-grid .items-grid-cell.featured .items-grid-cell-hero:after {
  background-image: url(http://lghttp.24811.nexcesscdn.net/80B00B/qpb/skin/frontend/enterprise/quest/images/featured-best-seller.jpg);
}
.items-grid-container.featured-products-grid .items-grid-cell.recommended .items-grid-cell-hero:after {
  background-image: url(http://lghttp.24811.nexcesscdn.net/80B00B/qpb/skin/frontend/enterprise/quest/images/featured-recommended.jpg);
}
.items-grid-container.featured-products-grid .items-grid-cell.top-rated .items-grid-cell-hero:after {
  background-image: url(http://lghttp.24811.nexcesscdn.net/80B00B/qpb/skin/frontend/enterprise/quest/images/featured-top-rated.jpg);
}
.items-grid-container.featured-products-grid .items-grid-cell:first-child .items-grid-cell-hero:after {
  width: 15em;
  height: 15em;
}
.items-grid-container.featured-products-grid .items-grid-cell .items-grid-cell-hero:after {
  width: 7em;
  height: 7em;
}
.items-grid-cell .product-price {
  font-family: Raleway;
}
.items-grid {
  margin: 5px;
}
.items-grid-cell {
  height: 210px;
  font-size: 1em;
  line-height: 1;
  position: relative;
  float: left;
  border: 1px solid #EAEAEA;
  width: 328px;
  margin: 5px;
}
.items-grid-cell > .items-grid-cell-label {
  height: 50px;
  padding: 10px;
  border-top: 1px solid #EAEAEA;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.items-grid-cell > .items-grid-cell-label .item-name {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.items-grid-cell .item-description {
  font-size: 1.18em;
  padding: 0 0 10px 0;
}
.items-grid-cell .product-price {
  line-height: 1.375em;
  font-size: 1.09em;
  font-weight: 400;
}
.items-grid-cell .box-price {
  color: #f47b1b;
}
.items-grid-cell .item-price,
.items-grid-cell .bar-price  {
  color: #f8991d;
}
.items-grid-cell-hero img {
  width: 100%;
  height: auto;
}
.items-grid-cell-hover {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  overflow: hidden;
  height: 0;
}
.items-grid-cell.active .items-grid-cell-hover {
  opacity: 1;
  bottom: inherit;
  background: white;
  -webkit-backface-visibility: hidden;
  -webkit-transition: opacity .65s;
  transition: opacity .65s;
  -webkit-box-shadow: -4px -4px 5px 0px rgba(195, 195, 195, 0.75), 4px 4px 5px 0px rgba(195, 195, 195, 0.75);
  -moz-box-shadow: -4px -4px 5px 0px rgba(195, 195, 195, 0.75), 4px 4px 5px 0px rgba(195, 195, 195, 0.75);
  box-shadow: -4px -4px 5px 0px rgba(195, 195, 195, 0.75), 4px 4px 5px 0px rgba(195, 195, 195, 0.75);
  padding: 1em;
  margin: -1em;
	padding: 0;
	margin: 0;
  z-index: 1;
  height: auto;
}
.items-grid-cell-hover .items-grid-cell-label {
  padding: 10px 10px 0 10px;
  margin-top: 1px;
}
.items-grid-cell > .items-grid-cell-hero,
.items-grid-cell-hover > a > .items-grid-cell-hero {
  height: 158px;
  width: 326px;
  display: table-cell;
  vertical-align: middle;
}
.items-grid-cell-hover > a {
  text-decoration: none;
}
.items-grid-cell-hover .add-to-cart {
  margin-left: 1em;
}
.items-grid-cell-hover .price-container {
  float: right;
}
.items-grid-cell-hover .price-label,
.items-grid-cell-hover .old-price {
  display: none;
}
.items-grid-cell-hover .view-details-button,
.items-grid-cell-hover .add-single-button,
.items-grid-cell-hover .add-box-button {
  display: block;
  padding-left: 0;
  padding-right: 0;
}
.items-grid-cell-hover .add-single-button {
  width: 100%;
  margin-top: 10px;
}
.items-grid-cell-hover .add-single-button.group {
  width: 48.35%;
  margin-right: 1.65%;
  display: inline-block;
}
.items-grid-cell-hover .add-box-button.group {
  width: 48.35%;
  margin-left: 1.65%;
  margin-top: 10px;
  display: inline-block;
}
.items-grid-cell-hover .item-extra-information {
  padding: 10px;
}
.items-grid-container > .items-grid.active {
  position: relative;
  opacity: 1;
  height: auto;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  -ms-transition: all 1s ease;
  transition: all 1s ease;
  margin: 5px;
}
.items-grid-container {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  width: 1024px;
}

.items-grid-cell.mct-oil-powder .items-grid-cell-hero,
.items-grid-cell.coconut-oil-powder .items-grid-cell-hero,
.items-grid-cell.brown-rice-powder .items-grid-cell-hero,
.product-image-container.mct-oil-powder,
.product-image-container.coconut-oil-powder,
.product-image-container.brown-rice-powder {
  position: relative;
  overflow: hidden;
}
.product-image-container.mct-oil-powder:after,
.product-image-container.coconut-oil-powder:after,
.product-image-container.brown-rice-powder:after,
.items-grid-cell.mct-oil-powder .items-grid-cell-hero:before,
.items-grid-cell.coconut-oil-powder .items-grid-cell-hero:before,
.items-grid-cell.brown-rice-powder .items-grid-cell-hero:before {
  text-transform: uppercase;
  transform: rotate(-45deg) translateX(-27%) translateY(-75%);
  display: block;
  padding: 0.5em 3em;
  color: white;
  font-weight: 800;
  left: 0px;
  top: 0px;
  position: absolute;
  font-size: 2em;
}

.product-image-container.mct-oil-powder:after,
.product-image-container.coconut-oil-powder:after,
.items-grid-cell.mct-oil-powder .items-grid-cell-hero:before,
.items-grid-cell.coconut-oil-powder .items-grid-cell-hero:before {
  content: 'Fats';
  background: #00a6ce;
}

.product-image-container.brown-rice-powder:after,
.items-grid-cell.brown-rice-powder .items-grid-cell-hero:before {
  content: 'Carbs';
  background: #9f5942;
}
.featured-community-instagram-container > a {
	background-color: #eee;
	cursor: pointer;
	display: inline-block;
	font-size: 2rem;
	height: 100%;
	line-height: 100%;
	margin-top: 26.5rem;
	position: relative;
	z-index: 1;

	-webkit-border-radius: 2rem;
	-moz-border-radius: 2rem;
	border-radius: 2rem;

	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";	/* IE 8 */
	filter: alpha(opacity=50);											/* IE 5-7 */
	-moz-opacity: 0.5;													/* Netscape */
	-khtml-opacity: 0.5;												/* Safari 1.x */
	opacity: 0.5;														/* Good browsers */
}
.featured-community-instagram-container > a.prev {
	float: left;
	margin-left: -2rem;
	/*padding-right: .8rem;*/
	padding: 9px 13px 7px 9px;
}
.featured-community-instagram-container > a.next {
	float: right;
	margin-right: -2rem;
	/*padding-left: .8rem;*/
	padding: 9px 9px 7px 13px;
}
.featured-community-instagram-container > a:active,
.featured-community-instagram-container > a:hover {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";	/* IE 8 */
	filter: alpha(opacity=100);											/* IE 5-7 */
	-moz-opacity: 1;													/* Netscape */
	-khtml-opacity: 1;													/* Safari 1.x */
	opacity: 1;															/* Good browsers */
}
.featured-community-instagram-container > div {
	margin-left: 3.25rem;
}
.curalate-thumbnail {
	cursor: pointer;
}
.curalate-thumbnail > .curalate-overlay {
	background-image: url(//s3-us-west-1.amazonaws.com/questproteinbar/bg/bg_transparent.png);
	float: left;
	height: 100%;
	margin-left: -6px;
	margin-top: -6px;
	width: 100%;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.curalate-overlay > a {
	float: left;
	height: 100%;
	width: 100%;
}
.curalate-overlay > .curalate-clickthrough {
	display: none;
}
.curalate-overlay > a > dl {
	bottom: 0;
	color: #fff;
	float: left;
	font-size: 1.2rem;
	padding: 1.5rem;
	position: absolute;
	width: 100%;
}
.curalate-overlay > a > dl > dt {
	white-space: pre-wrap;
}
.curalate-overlay > a > dl > dd {
	/*background-color: #D2B48C;*/
	font-size: 1.25rem;
	line-height: 125%;
	margin-bottom: 1rem;
	max-height: 9rem;
	max-height: 8.25rem;
	max-height: 8rem;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: normal;
}
.curalate-overlay > a > dl > dd.curalateL {
	max-height: 24rem;
	max-height: 23rem;
}
.curalate-thumbnail:hover {
}
.curalate-thumbnail:hover > .curalate-overlay {
	visibility: visible;
}

