/**
 * 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) 2013 Magento Inc. (http://www.magentocommerce.com)
 * @license     http://www.magentocommerce.com/license/enterprise-edition
 */
/* Reset ================================================================================= */
* { margin:0; padding:0; }

body          { background:#fff; font:11px/1.35 Arial, Helvetica, sans-serif; color:#444; text-align:center; }

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

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

/* Headings */
h1            { font-size:18px; font-weight:normal; }
h2            { font-size:16px; font-weight:normal; color:#000; }
h3            { font-size:14px; font-weight:bold; }
h4            { font-size:13px; font-weight:bold; }
h5            { font-size:12px; font-weight:bold; }
h6            { font-size:11px; font-weight:bold; }

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

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

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

/* Layout ================================================================================ */
.wrapper { background:#fff; padding-bottom:20px; }
.page { width:940px; margin:0 auto; text-align:center; }
.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 { margin:0 0 14px; min-height:350px; background-image:url(http://www.hankypankyltd.netdna-cdn.com/skin/frontend/enterprise/default/images/bkg_cols.gif); background-color:#fff; background-repeat:repeat-y; border:1px solid #cfcfcf; text-align:left; }
.sidebar { min-height:350px; }

/* Base Columns */
.col-left { float:left; width:182px; padding:0 0 0; margin:0 0 -1px; }
.col-main { float:left; width:715px; padding:0 20px 20px; }
.col-right { float:right; width:182px; padding:0 0 0; margin:0 0 -1px; }

/* 1 Column Layout */
.col1-layout { background-position:-1000px 0; }
.col1-layout .col-main { float:none; width:auto; padding-top:20px; }
.col1-layout .breadcrumbs { margin-bottom:0 !important; }

/* 2 Columns Layout */
.col2-left-layout { background-position:-573px 0; }
.col2-left-layout .col-main { float:right; }
.col2-right-layout { background-position:573px 0; }
.col2-right-layout .col-main {}

/* 3 Columns Layout */
.col3-layout { background-position:0 0; }
.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%; }
/* ======================================================================================= */


/* Global Styles ========================================================================= */

/* Form Elements */
input,select,textarea,button { font:12px Arial, Helvetica, sans-serif; vertical-align:middle; color:#444; }
input.input-text,select,textarea { background:#fff; border:1px solid #c7c7c7; background:#fff url(http://www.hankypankyltd.netdna-cdn.com/skin/frontend/enterprise/default/images/bkg_input.gif) 0 0 repeat-x; }
input.input-text,textarea { padding:2px 2px; background:#fff url(http://www.hankypankyltd.netdna-cdn.com/skin/frontend/enterprise/default/images/bkg_input.gif) 0 0 repeat-x; }
select { padding:1px; }
select option { padding-right:10px; }
select.multiselect option { padding:2px 2px; border-bottom:1px solid #bbb; }
select.multiselect option:last-child { border-top:0; }
textarea { overflow:auto; resize:vertical; }
textarea.default-value { color:#ddd; }
input.radio,
input.checkbox { margin-right:3px; font-size:11px !important; margin-top:2px; vertical-align:top; }
input.radio { font-size:10px !important; }
input.qty { width:2.5em !important; }
input.disabled { background:#f6f6f6 !important; color:#bbb !important; }
button.button::-moz-focus-inner { padding:0; border:0; } /* FF Fix */
button.button { -webkit-border-fit:lines; } /* <- Safari & Google Chrome Fix */

button.button { border:0; padding:0; margin:0; background:transparent; /* line-height:21px; */ overflow:visible; cursor:pointer; vertical-align:middle; }

a.button,
button.button span,
a.button span,
button.button span span { background-color:transparent; background-image:url(http://www.hankypankyltd.netdna-cdn.com/skin/frontend/enterprise/default/images/bkg_btn.gif); background-repeat:no-repeat; }

a.button,
button.button span { border:0; padding:0 0 0 10px; margin:0; cursor:pointer; background-position:0 0; display:-moz-inline-stack; display:inline-block; color:#c73615; height:21px; text-decoration:none; }
a.button span,
button.button span span { padding:0 15px 1px 5px; color:#c73615; background-position:100% 0; display:-moz-inline-block; display:inline-block; white-space:nowrap; text-transform:uppercase; font:bold 11px/20px Arial, Helvetica, sans-serif; height:20px; }
a.button { line-height:21px; }
a.button { line-height:20px; }
.button:active { bottom:-1px; right:-1px; position:relative; z-index:2; }
button.button:active span span { margin:0; }
button.btn-small span { font-size:11px; line-height:14px; padding:1px 9px 0; }
button.disabled { cursor:default !important; bottom:0 !important; right:0 !important; }
button.disabled span { cursor:default !important; color:#bbb !important; }

/* Form Highlight */
/*input.input-text:focus,select:focus,textarea:focus {}*/
/*.highlight { background:#eee; }*/

/* 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://www.hankypankyltd.netdna-cdn.com/skin/frontend/enterprise/default/images/bkg_input-failed.gif) 0 0 repeat-x !important; }
span.validation-passed,
div.validation-passed { background:url(http://www.hankypankyltd.netdna-cdn.com/skin/frontend/enterprise/default/images/icon_ok.gif) 100% 2px no-repeat; padding-right:20px; }
span.validation-error,
div.validation-error { background:url(http://www.hankypankyltd.netdna-cdn.com/skin/frontend/enterprise/default/images/icon_error.gif) 100% 2px no-repeat; padding-right:20px; }
.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 0 16px; }
.fieldset p { margin:0 0 1.5em; }
.fieldset h2.legend { margin:0 0 1.5em; color:#000; }

/* Form lists */
.form-list {}

.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; /* width:256px; */ }
.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://www.hankypankyltd.netdna-cdn.com/skin/frontend/enterprise/default/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:12px; }
.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:105px; }
.form-list-narrow select { width:290px; }
.form-list-narrow input.input-text,
.form-list-narrow textarea { width:285px; }
.form-list-narrow .wide { width:auto; }
.form-list-narrow .add-field .input-box { margin-left:120px; }
.form-list-narrow .control .input-box { margin-left:120px; }

.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 */
.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:#999; }
.buttons-set p.back-link a { color:#999; }
.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; }
.btn-only { /* padding-left:240px; */ }

/* 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:#e9581f; background-color:#fff5f3; color:#d91a00; }
.messages li.error-msg a { color:#d91a00; }
.messages li.error-msg ul { /* background-image:url(http://www.hankypankyltd.netdna-cdn.com/skin/frontend/enterprise/default/images/bkg_msg-error.gif); */ }
p.error-msg { border-color:#e9581f; background-color:#fff5f3; color:#d91a00; }
/* Success Message */
.messages li.success-msg { border-color:#446423; background-color:#eff5ea; color:#3d6611; }
.messages li.success-msg a { color:#3d6611; }
.messages li.success-msg ul { /* background-image:url(http://www.hankypankyltd.netdna-cdn.com/skin/frontend/enterprise/default/images/bkg_msg-success.gif); */ }
/* Notification Message */
.messages li.note-msg,
.messages li.notice-msg { border-color:#fcd344; background-color:#fafaec; color:#3d6611; }
.messages li.note-msg a,
.messages li.notice-msg a { color:#3d6611; }
.messages li.note-msg ul,
.messages li.notice-msg ul { /* background-image:url(http://www.hankypankyltd.netdna-cdn.com/skin/frontend/enterprise/default/images/bkg_msg-note.gif); */ }

/* 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 { margin:0; padding:7px 20px 5px; background:#ededed url(http://www.hankypankyltd.netdna-cdn.com/skin/frontend/enterprise/default/images/bkg_crumbs.gif) no-repeat 0 0; text-align:left; }
.breadcrumbs li { display:inline; }
.breadcrumbs li span,
.breadcrumbs a { color:#888; text-decoration:none; }
.breadcrumbs a:hover { text-decoration:underline; }

/* Page Heading */
.page-title { margin-bottom:20px; padding:23px 20px 11px; background:#f6f6f6 url(http://www.hankypankyltd.netdna-cdn.com/skin/frontend/enterprise/default/images/bkg_page-title.gif) repeat-x 0 0; border-bottom:1px solid #cfcfcf; }
.page-title .link-rss { float:right; margin-top:8px; }
.page-title h1,
.page-title h2 { font:normal 22px/27px Arial, Helvetica, sans-serif; color:#d12c01; }

.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:-20px; margin-right:-20px; }
.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://www.hankypankyltd.netdna-cdn.com/skin/frontend/enterprise/default/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; }
.pager .amount strong { font-weight:normal; }
.pager .limiter { float:right; line-height:20px; }
.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://www.hankypankyltd.netdna-cdn.com/skin/frontend/enterprise/default/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://www.hankypankyltd.netdna-cdn.com/skin/frontend/enterprise/default/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://www.hankypankyltd.netdna-cdn.com/skin/frontend/enterprise/default/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%; border-collapse:separate; }
.data-table th { padding:5px 12px; color:#2d2d2d; border-bottom:1px solid #d9d9d9; font-weight:normal; text-transform:uppercase; white-space:nowrap; }
.data-table td { padding:5px 12px; }
.data-table thead { background:#e8e8e8 url(http://www.hankypankyltd.netdna-cdn.com/skin/frontend/enterprise/default/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 { background-color:#fff;padding:10px 0 10px 0; }
.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;padding:10px 0 10px 0; }
.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://www.hankypankyltd.netdna-cdn.com/skin/frontend/enterprise/default/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://www.hankypankyltd.netdna-cdn.com/skin/frontend/enterprise/default/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://www.hankypankyltd.netdna-cdn.com/skin/frontend/enterprise/default/images/bkg_rewards.gif) 5px 3px no-repeat; padding:3px 5px 3px 32px; font:normal 12px/20px Arial, Helvetica, sans-serif; color:#fff; width: 69%; }
.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; }
#checkout-step-login .reward-checkout { width: 95%; }

/* Class: std - styles for admin-controlled content */
.std ul,
.std ol,
.std dl,
.std p,
.std address,
.std blockquote,
.std table { margin-bottom:1em; }
.std ul { list-style:disc outside; padding-left:1.5em; }
.std ol { list-style:decimal outside; padding-left:1.5em; }
.std ul ul { list-style-type:circle; }
.std ul ul,
.std ol ol,
.std ul ol,
.std ol ul { margin:.5em 0; }
.std dt { font-weight:bold; }
.std dd { padding:0 0 0 1.5em; }
.std blockquote { font-style:italic; padding:0 0 0 1.5em; }
.std address { font-style:normal; }
.std b,
.std strong { font-weight:bold; }
.std i,
.std em { font-style:italic; }
.std hr { margin:1.5em 0; color:#d9d9d9; }
.std table { width:100%; }
.std table thead { background:#e8e8e8; }
.std table th { background:#f7f7f7; font-weight:bold; }
.std table thead th { background:#e8e8e8; font-weight:bold; }
.std table th,
.std table td { padding:5px 10px; border:1px solid #d9d9d9; }
.std table[border="0"] { border-width:0; }
.std table[border="0"] th,
.std table[border="0"] td { border-width:0; }

ul.disc li { padding-left:10px; background:url(http://www.hankypankyltd.netdna-cdn.com/skin/frontend/enterprise/default/images/bkg_bulletsm.gif) no-repeat 0 0.5em; }
.std ul.disc li { padding-left:0; background:none; }

/* Misc */
.link-rss { background:url(http://www.hankypankyltd.netdna-cdn.com/skin/frontend/enterprise/default/images/icon_rss.gif) 100% 1px no-repeat; padding-right:18px; white-space:nowrap; }
.link-rss:hover { color:#f58550; }
.link-print { background:url(http://www.hankypankyltd.netdna-cdn.com/skin/frontend/enterprise/default/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://www.hankypankyltd.netdna-cdn.com/skin/frontend/enterprise/default/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://www.hankypankyltd.netdna-cdn.com/skin/frontend/enterprise/default/images/i_notice.gif) 20px 25px no-repeat; text-align:left; }
.global-site-notice .notice-inner p { margin:0; border:1px dotted #cccc73; padding:10px; }
.global-site-notice .notice-inner .actions { padding-top:10px; }

/* Cookie Notice */
.notice-cookie { position:fixed; z-index:9999; width:100%; bottom:0; left:0; margin:0 !important; opacity:0.95; -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=95)"; /* IE8 */ }

/* Noscript Notice */
.noscript {}

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


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


/* Header ================================================================================ */
.branding { position:absolute; left:0; margin:-29px 0 0; top:50%; height:56px; }
.logo { float:left; }
.free-shipping { float:left; margin:15px 0 0 10px; display:inline; }

.header-container { margin:0 0 13px; text-align:left; }
.header { padding:8px 0 9px; min-height:56px; position:relative; z-index:5; width:940px; }
.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 { width:410px; float:right; padding:10px 0 0; }
.header .quick-access .links { float:right; line-height:18px; white-space:nowrap; }
.header .quick-access .links li { /* float:left; line-height:18px; */ padding:0 7px 0 4px; background:url(http://www.hankypankyltd.netdna-cdn.com/skin/frontend/enterprise/default/images/bkg_sep.gif) no-repeat 100% 4px; }
.header .quick-access .links li a { color:#1e75b4; text-transform:uppercase; text-decoration:none; }
.header .quick-access .links li a:hover { color:#d33911; }
.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; }


#invitation-send-link { background:url(http://www.hankypankyltd.netdna-cdn.com/skin/frontend/enterprise/default/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 { background:url(http://www.hankypankyltd.netdna-cdn.com/skin/frontend/enterprise/default/images/bkg_invitation-link.gif) no-repeat 3px 6px; padding-left:23px; 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 { text-align:center; z-index:994; background:#fff url(http://www.hankypankyltd.netdna-cdn.com/skin/frontend/enterprise/default/images/bkg_header-panel-bg.gif) repeat-x 0 100%; /* border-bottom:1px solid #c8c8c8; */ /* height:28px; */ line-height:28px; padding:0 0 0 11px; }
.header-panel .welcome-msg { font-weight:bold; display:inline; 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:#1e75b4; }
.header-panel .links li a:hover { color:#d33911; }

.switches { float:right; background:#fff url(http://www.hankypankyltd.netdna-cdn.com/skin/frontend/enterprise/default/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://www.hankypankyltd.netdna-cdn.com/skin/frontend/enterprise/default/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://www.hankypankyltd.netdna-cdn.com/skin/frontend/enterprise/default/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; /* background:url(http://www.hankypankyltd.netdna-cdn.com/skin/frontend/enterprise/default/images/bkg_header-panel.gif) repeat-x 0 0; */ }
.switch ul .current span { padding-right:20px; background:url(http://www.hankypankyltd.netdna-cdn.com/skin/frontend/enterprise/default/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 { float:right; clear:right; padding:5px 0 0; white-space:nowrap; }
.header .form-search label { display:none; }
.header .form-search input.input-text { background:#fff url(http://www.hankypankyltd.netdna-cdn.com/skin/frontend/enterprise/default/images/bkg_search-input.gif) no-repeat 0 0; padding-left:23px; width:185px; }
.header .form-search a { display:none; }
.header .form-search button.button { margin:0 0 0 2px; }
.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://www.hankypankyltd.netdna-cdn.com/skin/frontend/enterprise/default/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://www.hankypankyltd.netdna-cdn.com/skin/frontend/enterprise/default/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://www.hankypankyltd.netdna-cdn.com/skin/frontend/enterprise/default/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://www.hankypankyltd.netdna-cdn.com/skin/frontend/enterprise/default/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://www.hankypankyltd.netdna-cdn.com/skin/frontend/enterprise/default/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://www.hankypankyltd.netdna-cdn.com/skin/frontend/enterprise/default/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://www.hankypankyltd.netdna-cdn.com/skin/frontend/enterprise/default/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://www.hankypankyltd.netdna-cdn.com/skin/frontend/enterprise/default/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://www.hankypankyltd.netdna-cdn.com/skin/frontend/enterprise/default/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://www.hankypankyltd.netdna-cdn.com/skin/frontend/enterprise/default/images/bkg_event-container-open.gif) repeat-x 0 0; }
.container-open .open { background-image:url(http://www.hankypankyltd.netdna-cdn.com/skin/frontend/enterprise/default/images/bkg_event-container-open.gif); padding-top:3px; height:54px; }

.container-upcoming { border-color:#d0d0d0; background:#eeeeee url(http://www.hankypankyltd.netdna-cdn.com/skin/frontend/enterprise/default/images/bkg_event-container-upcoming.gif) repeat-x 0 0; }
.container-upcoming .upcoming { background-image:url(http://www.hankypankyltd.netdna-cdn.com/skin/frontend/enterprise/default/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://www.hankypankyltd.netdna-cdn.com/skin/frontend/enterprise/default/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://www.hankypankyltd.netdna-cdn.com/skin/frontend/enterprise/default/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://www.hankypankyltd.netdna-cdn.com/skin/frontend/enterprise/default/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://www.hankypankyltd.netdna-cdn.com/skin/frontend/enterprise/default/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://www.hankypankyltd.netdna-cdn.com/skin/frontend/enterprise/default/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://www.hankypankyltd.netdna-cdn.com/skin/frontend/enterprise/default/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:#999; 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://www.hankypankyltd.netdna-cdn.com/skin/frontend/enterprise/default/images/btn_remove.gif) no-repeat 0 0; }
.sidebar .block li a.btn-previous { background:url(http://www.hankypankyltd.netdna-cdn.com/skin/frontend/enterprise/default/images/bkg_icon-back.png) no-repeat 0 0; }

.col-main .block { background:#fff; }
.col-main .block .block-title { background:#e7e7e7 url(http://www.hankypankyltd.netdna-cdn.com/skin/frontend/enterprise/default/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://www.hankypankyltd.netdna-cdn.com/skin/frontend/enterprise/default/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://www.hankypankyltd.netdna-cdn.com/skin/frontend/enterprise/default/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://www.hankypankyltd.netdna-cdn.com/skin/frontend/enterprise/default/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://www.hankypankyltd.netdna-cdn.com/skin/frontend/enterprise/default/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; }

.mini-products-list li.item { padding:5px 0; border-bottom:1px solid #cfcfcf; }
.mini-products-list li.last { border:none; }
.mini-products-list .product-image { float:left; width:50px; margin-right:-50px; }
.mini-products-list .product-details { margin-left:65px; }
.sidebar .mini-products-list .product-details { margin-left:57px; }
.mini-products-list .product-details .product-name { font-size:11px; }
.mini-products-list .product-details .price-box { margin:5px 0; }
.mini-products-list .product-details h4 {}
.mini-products-list .product-details .btn-remove { font-size:11px; }

.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 { float:right; /* width:360px; */ position:relative; padding-left:7px; }
.top-cart .block-title { white-space:nowrap; /* _width:242px; min-width:242px; */ cursor:pointer; background:#fff url(http://www.hankypankyltd.netdna-cdn.com/skin/frontend/enterprise/default/images/bkg_topcart.gif) 0 3px no-repeat; color:#1e75b4; font-weight:bold; font-size:11px; text-transform:uppercase; padding:0 0 0 18px; line-height:18px; height:18px; }
.top-cart .block-title strong { display:block; padding-right:10px; background:url(http://www.hankypankyltd.netdna-cdn.com/skin/frontend/enterprise/default/images/bkg_header-panel.gif) 100% -71px no-repeat; font-size:11px; color:#1e75b4; font-weight:bold; text-decoration:none; }
.top-cart .block-title.expanded { background-position:0 3px !important; }
.top-cart .block-title.expanded strong { background-position:100% -126px !important; color:#d33911; }
/* .top-cart .no-items { cursor:default; }
.top-cart .no-items h3 { background:none; } */
.top-cart .block-content { position:absolute; right:0; top:20px; 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://www.hankypankyltd.netdna-cdn.com/skin/frontend/enterprise/default/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://www.hankypankyltd.netdna-cdn.com/skin/frontend/enterprise/default/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://www.hankypankyltd.netdna-cdn.com/skin/frontend/enterprise/default/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://www.hankypankyltd.netdna-cdn.com/skin/frontend/enterprise/default/images/bkg_dots.gif) repeat-x 0 0; padding:2px 5px; text-align:center; }

.top-cart .actions { background:#e3e3e3 url(http://www.hankypankyltd.netdna-cdn.com/skin/frontend/enterprise/default/images/bkg_dots.gif) repeat-x 0 -1px; 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://www.hankypankyltd.netdna-cdn.com/skin/frontend/enterprise/default/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: Wishlist */
.block-wishlist {}

/* Block: Compare Products */
.block-compare li {}

/* 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 .answer {}
.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:120px; }
.paypal-review-order .paypal-shipping-method .box-title { margin:0 0 6px; }
/* ======================================================================================= */


/* Category Page ========================================================================= */
.category-view { margin:0 -20px -20px; }

.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://www.hankypankyltd.netdna-cdn.com/skin/frontend/enterprise/default/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 -20px -20px; }
.results-view .recommendations { padding:20px 20px 0; }
.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; }

/* 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://www.hankypankyltd.netdna-cdn.com/skin/frontend/enterprise/default/images/bkg_dots.gif) repeat-x 0 100%; }
.products-list li.last { background-image:none; }
.products-list .product-image { float:left; margin-right:-186px; text-decoration:none !important; position:relative; }
.products-list .product-shop { margin-left:186px; }
.products-list .product-name { margin-bottom:5px; }
.products-list .price-box { margin:5px 0 10px; }
.products-list .desc { margin:5px 0 10px; font-size:12px; }
.products-list .desc .link-learn { white-space:nowrap; }

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


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

.col2-left-layout .product-view,
.col2-right-layout .product-view { background:none; width:755px; }
.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:695px; }
.col2-left-layout .product-view .product-img-box,
.col2-right-layout .product-view .product-img-box { float:none; width:auto; }
.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:#fff url(http://www.hankypankyltd.netdna-cdn.com/skin/frontend/enterprise/default/images/bkg_cols.gif) repeat-y 279px 0; border-top:1px solid #cfcfcf; margin:-1px -20px -20px; float:left; width:938px; }
#messages_product_view { margin:0 -20px; 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 {}

.product-collateral { float:right; clear:right; width:416px; padding:30px; }
.product-collateral .emailto-link { font-size:11px; margin:0; background:url(http://www.hankypankyltd.netdna-cdn.com/skin/frontend/enterprise/default/images/bkg_arrow-bullet.gif) no-repeat 0 4px; padding-left:12px; }

.box-collateral { background:#fff; }
.box-collateral .box-title { background:#e7e7e7 url(http://www.hankypankyltd.netdna-cdn.com/skin/frontend/enterprise/default/images/bkg_block-title.gif) repeat-x 0 0; border:1px solid #e1e1e1; padding:5px 20px 5px; margin:0 -1px; }
.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://www.hankypankyltd.netdna-cdn.com/skin/frontend/enterprise/default/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://www.hankypankyltd.netdna-cdn.com/skin/frontend/enterprise/default/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://www.hankypankyltd.netdna-cdn.com/skin/frontend/enterprise/default/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:370px; padding:26px 46px 26px 45px; }
.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 { position:relative; width:370px; height:370px; 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://www.hankypankyltd.netdna-cdn.com/skin/frontend/enterprise/default/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://www.hankypankyltd.netdna-cdn.com/skin/frontend/enterprise/default/images/magnifier_handle.gif) 0 0 no-repeat; }
.product-view .product-img-box .zoom .btn-zoom-out { position:absolute; left:2px; top:0; }
.product-view .product-img-box .zoom .btn-zoom-in { position:absolute; right:2px; top:0; }
.product-view .product-img-box .more-views { 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 ul {}
.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://www.hankypankyltd.netdna-cdn.com/skin/frontend/enterprise/default/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; }


/* jQzoom */
div.jqZoomTitle { z-index:5000; text-align:center; position:absolute; top:0; left:0; width:100%; color:#fff; background:#999; }
.jqZoomPup { overflow:hidden; background-color:#fff; z-index:10; border-color:#fff; border-style:solid; cursor:crosshair !important; /* -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=60)"; -moz-opacity:0.6; opacity:0.6; */ }
a.product-image { cursor:pointer !important; }
p.product-image { cursor:default !important; }
.zoom-activated {}
.jqZoomPup img { border:0; }
.preload { text-decoration:none; border:1px solid #ccc; padding:8px; text-align:center; background:#fff url(http://www.hankypankyltd.netdna-cdn.com/skin/frontend/enterprise/default/images/zoomloader.gif) no-repeat 43px 30px; width:90px; height:43px; z-index:10; position:absolute; top:3px; left:3px; -moz-opacity:0.8; opacity:0.8; filter:alpha(opacity=80); }
.jqZoomWindow { border:1px solid #ccc; background-color:#fff; }

/* 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:20px 30px 5px; background:#f6f6f6 url(http://www.hankypankyltd.netdna-cdn.com/skin/frontend/enterprise/default/images/bkg_page-title.gif) repeat-x 0 0; border-bottom:1px solid #cfcfcf; }
.product-view .product-shop p,
.product-view .product-shop .ratings { margin:10px 0; }
.product-view .product-shop .ratings p { margin:0; }
.product-view .product-shop .product-ids { margin:4px 0 10px; color:#999; 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-size:22px; line-height:1.2; color:#d12c01; font-weight:normal; }
.product-view .product-ids { text-transform:uppercase; }
.product-view .short-description { padding:10px 0; clear:both; font-size:12px; display:none; }
.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://www.hankypankyltd.netdna-cdn.com/skin/frontend/enterprise/default/images/bkg_rating.gif) 0 100% repeat-x; overflow:hidden; }
.rating-box .rating { float:left; height:13px; background:url(http://www.hankypankyltd.netdna-cdn.com/skin/frontend/enterprise/default/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; }
.ratings dt {}
.ratings dd {}

/* 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://www.hankypankyltd.netdna-cdn.com/skin/frontend/enterprise/default/images/i_availability_only.gif) 0 50% no-repeat; padding-left:15px; }
.availability-only span,
.availability-only a { border-bottom:1px dashed #751d02; color:#000; }
.availability-only a { background:url(http://www.hankypankyltd.netdna-cdn.com/skin/frontend/enterprise/default/images/i_availability_only_arrow.gif) 100% 0 no-repeat ; cursor:pointer; padding-right:15px; text-decoration:none; }
.availability-only .expanded { background-position:100% -15px; }
.availability-only strong { color:#d12c01; }

.availability-only-details { margin:0 0 7px; border:1px solid #d9d9d9; }
.availability-only-details thead { background:url(http://www.hankypankyltd.netdna-cdn.com/skin/frontend/enterprise/default/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-box .price { font-weight:bold; }

.price-box-bundle {}

/* Regular price */
.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 {}
.special-price .price-label { white-space:nowrap; color:#c73615; font-weight:bold; }
.special-price .price { font-weight:bold; color:#c73615; }
.sidebar .special-price .price-label { display:none !important; }

/* Minimal price (as low as) */
.minimal-price {}
.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 { display:none; }
.category-sale .minimal-price-link .label { font-weight:bold; display: inline; }

.minimal-price-link .price { display:none; }
.category-sale .minimal-price-link .price { font-weight:bold; display:inline; }

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

/* Price as configured */
.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:#999; }
.add-to-links a:hover {}
.add-to-links .separator { display:none; }

/* Add to Cart */
.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; }

button.btn-cart span {}

/* On product view */
.product-view .product-essential button.btn-cart span,
.add-to-cart button.btn-cart span { background-image:url(http://www.hankypankyltd.netdna-cdn.com/skin/frontend/enterprise/default/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://www.hankypankyltd.netdna-cdn.com/skin/frontend/enterprise/default/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-box .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-options-bottom { float:left; }
.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:10em; 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 0 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; }
.bundleProduct {}
.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://www.hankypankyltd.netdna-cdn.com/skin/frontend/enterprise/default/images/bkg_cols.gif) 460px 0 repeat-y; }

/**/
#bundle-product-wrapper { margin:-1px -20px -21px; border-top:1px solid #cfcfcf; border-bottom:1px solid #cfcfcf; float:left; width:938px; overflow:hidden; position:relative; z-index:1; }
#bundleProduct { width:1877px; background:#fff url(http://www.hankypankyltd.netdna-cdn.com/skin/frontend/enterprise/default/images/bkg_cols.gif) repeat-y 279px 0; 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:1px solid #cfcfcf; background:#fff url(http://www.hankypankyltd.netdna-cdn.com/skin/frontend/enterprise/default/images/bkg_cols.gif) repeat-y 460px 0; 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:-1px; width:755px; }

.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:#fff; 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://www.hankypankyltd.netdna-cdn.com/skin/frontend/enterprise/default/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://www.hankypankyltd.netdna-cdn.com/skin/frontend/enterprise/default/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://www.hankypankyltd.netdna-cdn.com/skin/frontend/enterprise/default/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://www.hankypankyltd.netdna-cdn.com/skin/frontend/enterprise/default/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:#999; }
.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 {}
.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://www.hankypankyltd.netdna-cdn.com/skin/frontend/enterprise/default/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 .input-box {}

.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-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://www.hankypankyltd.netdna-cdn.com/skin/frontend/enterprise/default/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-index-index .col2-set {}
.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://www.hankypankyltd.netdna-cdn.com/skin/frontend/enterprise/default/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://www.hankypankyltd.netdna-cdn.com/skin/frontend/enterprise/default/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://www.hankypankyltd.netdna-cdn.com/skin/frontend/enterprise/default/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://www.hankypankyltd.netdna-cdn.com/skin/frontend/enterprise/default/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:#999; margin:3px 0; }
/*.cms-menu li span { color:#444; }*/
.cms-menu li.parent > a,
.cms-menu li.parent > strong { background:url(http://www.hankypankyltd.netdna-cdn.com/skin/frontend/enterprise/default/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:#333; text-decoration:underline; }
.product-name a:hover { color:#333; 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://www.hankypankyltd.netdna-cdn.com/skin/frontend/enterprise/default/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 { padding:0; }
.checkout-cart-index .col-main .page-title { margin:0; }
.cart-empty { padding:20px; background:#fff; }
.cart { background:url(http://www.hankypankyltd.netdna-cdn.com/skin/frontend/enterprise/default/images/bkg_cart.gif) repeat-y 100% 0; }
.cart .title-buttons { padding-right:15px; }
.cart .messages,
.cart .messages li { margin:0; }
.cart .checkout-types { float:right; text-align:center; }
.cart .checkout-types .paypal-or { margin:0 8px; line-height:2.3; }
.cart .checkout-types fieldset { display:inline; }
.cart .checkout-types .btn-proceed-checkout span { background-image:url(http://www.hankypankyltd.netdna-cdn.com/skin/frontend/enterprise/default/images/bkg_btn-co.gif); height:27px !important; padding:0 0 0 13px !important; }
.cart .checkout-types .btn-proceed-checkout span span { border:0; background-image:url(http://www.hankypankyltd.netdna-cdn.com/skin/frontend/enterprise/default/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; margin:0 !important; }
.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-continue span { background:none; border:none; text-transform:none; color:#444; text-decoration:underline; font-weight:normal; padding:0; }
.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://www.hankypankyltd.netdna-cdn.com/skin/frontend/enterprise/default/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; width:280px; display:inline; margin:0 0 0 30px; font-size:12px; }
.cart .deals p,
.cart .deals label { margin:0 0 7px; display:block; }
.cart .deals .input-text { width:140px; margin:0 5px 3px 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 30px; display:inline; font-size:12px; width:280px; }
.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 { float:right; width:275px; padding:23px 15px 0 15px; font-size:14px; }
.cart .totals table { width:100%; }
.cart .totals table th,
.cart .totals table td { padding:0 5px 5px; }
.cart .totals table tfoot strong { font-weight:normal; font-size:18px; color:#cd3800; display:block; margin:10px 0 15px; }
.cart .totals table tfoot .summary-total td { padding:0 0 20px; }
.cart .totals table tfoot th strong { margin:0; }
.cart .totals table tfoot td .price { font-weight:bold; }
.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://www.hankypankyltd.netdna-cdn.com/skin/frontend/enterprise/default/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://www.hankypankyltd.netdna-cdn.com/skin/frontend/enterprise/default/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://www.hankypankyltd.netdna-cdn.com/skin/frontend/enterprise/default/images/bkg_dots.gif) repeat-x 0 100%; color:#514f4f; }
.truncated .truncated_full_value {}
.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://www.hankypankyltd.netdna-cdn.com/skin/frontend/enterprise/default/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://www.hankypankyltd.netdna-cdn.com/skin/frontend/enterprise/default/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://www.hankypankyltd.netdna-cdn.com/skin/frontend/enterprise/default/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 {}
.opc .allow .step-title h2 { background-color:#656565; color:#fff; cursor:pointer; }
.opc .active {}
.opc .active .step-title { margin:0 0 0; padding:0 0 0 0; }
.opc .active .step-title h2 { background:#d12c01 url(http://www.hankypankyltd.netdna-cdn.com/skin/frontend/enterprise/default/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 {}
.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://www.hankypankyltd.netdna-cdn.com/skin/frontend/enterprise/default/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-1 {}
#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://www.hankypankyltd.netdna-cdn.com/skin/frontend/enterprise/default/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-shipping_method .buttons-set,
#opc-payment .buttons-set { width:521px; margin-top:10px; margin-bottom:0; }
#checkout-step-shipping_method .buttons-set .back-link,
#opc-payment .buttons-set .back-link { width:245px; padding-right:15px; float:left; text-align:right; }
#checkout-step-shipping_method .buttons-set .back-link a,
#opc-payment .buttons-set .back-link a { display:inline; float:none; }
#checkout-step-shipping_method p.required,
#opc-payment p.required { padding:0 0 0 260px; }
#opc-payment p.note { padding:10px 0; font-size:11px; }
*/

#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://www.hankypankyltd.netdna-cdn.com/skin/frontend/enterprise/default/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:940px; 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 .radio,
.sp-methods .checkbox {}
.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://www.hankypankyltd.netdna-cdn.com/skin/frontend/enterprise/default/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://www.hankypankyltd.netdna-cdn.com/skin/frontend/enterprise/default/images/bkg_dots.gif) repeat-x 0 100%; }
.gift-message-form .gift-item .number { padding:5px 20px 5px; margin-bottom:0; background:url(http://www.hankypankyltd.netdna-cdn.com/skin/frontend/enterprise/default/images/bkg_dots.gif) repeat-x 0 100%; color:#adadad; font-weight:bold; }
.gift-message-form .gift-item .product-img-box { background:url(http://www.hankypankyltd.netdna-cdn.com/skin/frontend/enterprise/default/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://www.hankypankyltd.netdna-cdn.com/skin/frontend/enterprise/default/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://www.hankypankyltd.netdna-cdn.com/skin/frontend/enterprise/default/images/bkg_collapse.gif) 0 4px no-repeat; padding-left:20px; }
.gift-message-link.expanded { background-position:0 -53px; }
.gift-message-row {}
.gift-message-row .btn-close { float:right; width:13px; height:12px; background:url(http://www.hankypankyltd.netdna-cdn.com/skin/frontend/enterprise/default/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 {}
.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:#999; }
.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 {}

.account-login { position:relative; font-size:12px; background:url(http://www.hankypankyltd.netdna-cdn.com/skin/frontend/enterprise/default/images/bkg_cols.gif) repeat-y 266px 0; min-height:350px; margin-bottom:-20px; }

.login-only { background:none; }
.login-only .registered-users { float:none; margin:0 auto; }

.account-login .new-users,
.account-login .registered-users { width:381px; padding:30px 32px 30px; }
.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:224px; }
.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 {}



/* 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://www.hankypankyltd.netdna-cdn.com/skin/frontend/enterprise/default/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://www.hankypankyltd.netdna-cdn.com/skin/frontend/enterprise/default/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://www.hankypankyltd.netdna-cdn.com/skin/frontend/enterprise/default/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://www.hankypankyltd.netdna-cdn.com/skin/frontend/enterprise/default/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-note  { clear:left; padding-top:5px;}
.captcha-image { float:left; margin:0 0 0 240px; position:relative; width:228px; }
.captcha-image .captcha-img { border:1px solid #c7c7c7; vertical-align:bottom; width:100%; }
.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; }

@-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 {}
.dashboard .welcome-msg,
.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 .box-content { font-size:12px; }
.addresses-list .col-2 li { padding:0 0 10px; }
.addresses-list .col-2 li .actions { border:1px solid #e4e4e4; padding:3px 9px 4px; float:left; }
.addresses-list .col-2 li address { padding:10px; clear:both; }

/* Order View */
.order-page {}
.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://www.hankypankyltd.netdna-cdn.com/skin/frontend/enterprise/default/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://www.hankypankyltd.netdna-cdn.com/skin/frontend/enterprise/default/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://www.hankypankyltd.netdna-cdn.com/skin/frontend/enterprise/default/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://www.hankypankyltd.netdna-cdn.com/skin/frontend/enterprise/default/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://www.hankypankyltd.netdna-cdn.com/skin/frontend/enterprise/default/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://www.hankypankyltd.netdna-cdn.com/skin/frontend/enterprise/default/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://www.hankypankyltd.netdna-cdn.com/skin/frontend/enterprise/default/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://www.hankypankyltd.netdna-cdn.com/skin/frontend/enterprise/default/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:#999; }
.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://www.hankypankyltd.netdna-cdn.com/skin/frontend/enterprise/default/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:#999; 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://www.hankypankyltd.netdna-cdn.com/skin/frontend/enterprise/default/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; border-style:solid !important; border-width:1px !important; font-size:12px !important; border-color:#fcd344; background-color:#fafaec; color:#3d6611; }
.wishlist-management .msg-private { background:url(http://www.hankypankyltd.netdna-cdn.com/skin/frontend/enterprise/default/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://www.hankypankyltd.netdna-cdn.com/skin/frontend/enterprise/default/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; /* background-position:-999em -999em; */ }
#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 */
#wishlist-search-results {}
.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; }


.wishlist-search-view {}
.list-info { border:1px solid #dadada; padding:10px 0; margin:0 0 15px; background:url(http://www.hankypankyltd.netdna-cdn.com/skin/frontend/enterprise/default/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://www.hankypankyltd.netdna-cdn.com/skin/frontend/enterprise/default/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://www.hankypankyltd.netdna-cdn.com/skin/frontend/enterprise/default/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://www.hankypankyltd.netdna-cdn.com/skin/frontend/enterprise/default/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:#999; }

.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://www.hankypankyltd.netdna-cdn.com/skin/frontend/enterprise/default/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://www.hankypankyltd.netdna-cdn.com/skin/frontend/enterprise/default/images/bkg_icon-reset.png) no-repeat scroll 0 50%; padding-left:15px; display:inline-block; cursor:pointer; color:#999; }
.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://www.hankypankyltd.netdna-cdn.com/skin/frontend/enterprise/default/images/bkg_btn-split-item.png) no-repeat 0px 2px; padding-left:11px; font-weight:bold; color:#999; }
.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://www.hankypankyltd.netdna-cdn.com/skin/frontend/enterprise/default/images/map_popup_arrow.gif) no-repeat; position:absolute; left:50%; top:-10px; height:10px; width:19px; }
.map-popup-close { background:url(http://www.hankypankyltd.netdna-cdn.com/skin/frontend/enterprise/default/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-container { margin:0 0 20px; text-align:left; background:#f8f8f8; border:1px solid #cfcfcf; padding:14px 17px 12px; }
.footer { background:url(http://www.hankypankyltd.netdna-cdn.com/skin/frontend/enterprise/default/images/bkg_footer.gif) repeat-y 200px 0; }
.footer a {}
.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; }

address.copyright { margin-top:6px; }

.footer .switcher-store { float:right; width:184px; background:url(http://www.hankypankyltd.netdna-cdn.com/skin/frontend/enterprise/default/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-alt {}
.page-head,
.page-head-alt { margin-bottom:20px; padding:23px 20px 11px; background:#f6f6f6 url(http://www.hankypankyltd.netdna-cdn.com/skin/frontend/enterprise/default/images/bkg_page-title.gif) repeat-x 0 0; border-bottom:1px solid #cfcfcf; }
.col-main .page-head,
.col-main .page-head-alt { margin:0 -20px 20px; }
.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://www.hankypankyltd.netdna-cdn.com/skin/frontend/enterprise/default/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://www.hankypankyltd.netdna-cdn.com/skin/frontend/enterprise/default/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://www.hankypankyltd.netdna-cdn.com/skin/frontend/enterprise/default/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://www.hankypankyltd.netdna-cdn.com/skin/frontend/enterprise/default/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://www.hankypankyltd.netdna-cdn.com/skin/frontend/enterprise/default/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://www.hankypankyltd.netdna-cdn.com/skin/frontend/enterprise/default/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 index ================================================================================
.private-sales-index { background:#fffdf9 url(http://www.hankypankyltd.netdna-cdn.com/skin/frontend/enterprise/default/images/bkg_ps-home.jpg) no-repeat 50% 88px; padding-top:90px; }
.private-sales-index .box {}
.private-sales-index .box .content {}
.private-sales-index .box .content p { padding-top:475px; text-align:center; color:#444444; font-size:18px; }
.private-sales-index .box .content a { color:#c12900; }
.private-sales-index .box .content h1 { display:none; }
.private-sales-index .box .content .description { display:none; }

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

/* Private sales demo ==================================================================== */
.cms-private-sales-home { background-color:#fffdf9; }
.private-sales-demo { background:#fffdf9 url(http://www.hankypankyltd.netdna-cdn.com/skin/frontend/enterprise/default/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-container:after,
.header-container .top-container: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;}

.control > :first-child{float:left;position: relative;top:2px;}

.buttons-set .button{margin-top:10px;}
/**
 * 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) 2013 Magento Inc. (http://www.magentocommerce.com)
 * @license     http://www.magentocommerce.com/license/enterprise-edition
 */
/* Widgets =============================================================================== */
.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 CMS Static Block */
.widget-static-block {}

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

/* Widgets Links Common Styles */
/* Style 1 */
/*.top-container .widget-product-link,
.top-container .widget-category-link,
.top-container .widget-cms-link,
.top-container .widget-hierarchy-link { float:left; border:1px solid #cfcfcf; border-bottom-color:#b2b2b2; margin:13px -1px 0 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 { float:left; font-size:12px; background:#f2f2f2; border-top:1px solid #fff; border-bottom:1px solid #e2e2e2; padding:2px 5px 4px; color:#cc7137; text-decoration:underline; white-space:nowrap; }
.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:#1e75b4; text-decoration:none; }*/
/* Style 2 */
.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://www.hankypankyltd.netdna-cdn.com/skin/frontend/enterprise/default/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://www.hankypankyltd.netdna-cdn.com/skin/frontend/enterprise/default/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://www.hankypankyltd.netdna-cdn.com/skin/frontend/enterprise/default/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/* 0 37px*/; /*background:url(http://www.hankypankyltd.netdna-cdn.com/skin/frontend/enterprise/default/images/bkg_widget-product-link-icon.gif) 17px 3px no-repeat;*/ }
.sidebar .widget-product-link a { font-size:12px; background:url(http://www.hankypankyltd.netdna-cdn.com/skin/frontend/enterprise/default/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://www.hankypankyltd.netdna-cdn.com/skin/frontend/enterprise/default/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://www.hankypankyltd.netdna-cdn.com/skin/frontend/enterprise/default/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/* 0 37px*/; /*background:url(http://www.hankypankyltd.netdna-cdn.com/skin/frontend/enterprise/default/images/bkg_widget-category-link-icon.gif) 19px 3px no-repeat;*/ }
.sidebar .widget-category-link a { font-size:12px; background:url(http://www.hankypankyltd.netdna-cdn.com/skin/frontend/enterprise/default/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://www.hankypankyltd.netdna-cdn.com/skin/frontend/enterprise/default/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/* 0 37px*/; /*background:url(http://www.hankypankyltd.netdna-cdn.com/skin/frontend/enterprise/default/images/bkg_widget-cms-link-icon.gif) 19px 2px no-repeat;*/ }
.sidebar .widget-cms-link a { font-size:12px; background:url(http://www.hankypankyltd.netdna-cdn.com/skin/frontend/enterprise/default/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://www.hankypankyltd.netdna-cdn.com/skin/frontend/enterprise/default/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/* 0 37px*/; /*background:url(http://www.hankypankyltd.netdna-cdn.com/skin/frontend/enterprise/default/images/bkg_widget-cms-link-icon.gif) 19px 2px no-repeat;*/ }
.sidebar .widget-cms-hierarchy-link a { font-size:12px; background:url(http://www.hankypankyltd.netdna-cdn.com/skin/frontend/enterprise/default/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; }

/* Widget SKU */
/* .widget-sku {} */
/* ======================================================================================= */

/**
 * aheadWorks Co.
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the EULA
 * that is bundled with this package in the file LICENSE.txt.
 * It is also available through the world-wide-web at this URL:
 * http://ecommerce.aheadworks.com/LICENSE-M1.txt
 *
 * @category   AW
 * @package    AW_Islider
 * @copyright  Copyright (c) 2011 aheadWorks Co. (http://www.aheadworks.com)
 * @license    http://ecommerce.aheadworks.com/LICENSE-M1.txt
 */

.awis-block, .awis-block .awis-r-default-item img {
    margin: 0 auto;
    display: block;
}
.awis-block .awis-slides-controls {
     position: relative;
     z-index: 5;
}
.awis-block .awis-slides-controls .awis-c-left {
    float: left;
    height: 40px;
    padding-left: 20px;
    position: relative;
    top: -160px;
    text-align: right;
    width: 18px;
}
.awis-block .awis-slides-controls .awis-c-left button, .awis-block .awis-slides-controls .awis-c-right button {
    position: relative;
}
.awis-block .awis-slides-controls .awis-c-left button.button, .awis-block .awis-slides-controls .awis-c-right button.button {
    background-color: transparent;
    border: 0px;
    cursor: pointer;
}
.awis-block .awis-slides-controls .awis-c-left button {
    /* background-image: url('http://www.hankypankyltd.netdna-cdn.com/skin/frontend/enterprise/default/aw_islider/representations/default/images/arrow_left.png'); */
    background-repeat: no-repeat;
    width: 18px;
    height: 40px;
}

.awis-c-left button:before {
    font-size: 40px;
    color: #ffffff;
    content: "\2039";
}

/*
.awis-block .awis-slides-controls .awis-c-left button:hover {
    background-image: url('http://www.hankypankyltd.netdna-cdn.com/skin/frontend/enterprise/default/aw_islider/representations/default/images/arrow_left_hover.png');
}
*/

.awis-block .awis-slides-controls .awis-c-center {
    line-height: 22px;
    margin: 0px 50px;
    text-align: right;
    z-index: 2;
}
.awis-block .awis-slides-controls .awis-c-center button.button {
    background-color: transparent;
     background-image: url('http://www.hankypankyltd.netdna-cdn.com/skin/frontend/enterprise/default/aw_islider/representations/default/images/item.png');
    border: 0px;
    height: 12px;
    width: 12px;
}
.awis-block .awis-slides-controls .awis-c-center button.awis-s-current {
    background-image: url('http://www.hankypankyltd.netdna-cdn.com/skin/frontend/enterprise/default/aw_islider/representations/default/images/item_current.png');
}

.awis-block .awis-slides-controls .awis-c-center button:hover {
    background-image: url('http://www.hankypankyltd.netdna-cdn.com/skin/frontend/enterprise/default/aw_islider/representations/default/images/item_hover.png');
}

.awis-block .awis-slides-controls .awis-c-right {
    float: right;
    height: 40px;
    padding-right: 20px;
    position: relative;
    text-align: right;
    top: -182px;
    width: 18px;
}
.awis-block .awis-slides-controls .awis-c-right button {
    /* background-image: url('http://www.hankypankyltd.netdna-cdn.com/skin/frontend/enterprise/default/aw_islider/representations/default/images/arrow_right.png'); */
    content: "\2019";
    background-repeat: no-repeat;
    height: 40px;
    width: 18px;
}

.awis-c-right button:before {
    font-size: 40px;
    color: #ffffff;
    content: "\203A";
}

/*
.awis-block .awis-slides-controls .awis-c-right button:hover {
    background-image: url('http://www.hankypankyltd.netdna-cdn.com/skin/frontend/enterprise/default/aw_islider/representations/default/images/arrow_right_hover.png');
}
*/

.awis-effect-simple-slider {
     overflow: hidden;
     position: relative;
}
.awis-effect-simple-slider .awis-r-default-item {
     float: left;
}
.awis-slides-container {
    position: relative;
}

.awis-effect-fade-appear .awis-r-default-item,
.awis-effect-blind-up-down .awis-r-default-item,
.awis-effect-slide-up-down .awis-r-default-item,
.awis-effect-jalousie .awis-r-default-item {
    position: absolute;
}

.awis-jalousie-slice {
    position: absolute;
}

.onsale-product-container {
    cursor: pointer;
    position: relative;
}

.onsale-product-container-inside {
    cursor: pointer;
    position: absolute;
    z-index: 100;
}

.onsale-product-container a {
    z-index: 2 !important;
}

div.onsale-product-label {
    position: absolute;
    top: 3px;
    left: 4px;
    margin-left: -2px;
    text-align: center;
}

div.onsale-onsale-product-label-text {
    FONT-FAMILY: inherit;
    FONT-SIZE: 16px;
    TEXT-ALIGN: center;
    VERTICAL-ALIGN: middle;
    COLOR: #FFFFFF;
}

div.new-onsale-product-label-text {
    FONT-FAMILY: inherit;
    FONT-SIZE: 16px;
    TEXT-ALIGN: center;
    VERTICAL-ALIGN: middle;
    COLOR: #FFFFFF;
}

div.custom-onsale-product-label-text {
    FONT-FAMILY: inherit;
    FONT-SIZE: 16px;
    TEXT-ALIGN: center;
    VERTICAL-ALIGN: middle;
    COLOR: #FFFFFF;
}
div.onsale-category-container-grid {
    position: relative;

}

div.onsale-category-container-list {
    position: relative;
    float: left;
}

/* Fix standart Enterprise Theme for List mode */
div.onsale-category-container-list a {
    margin: 0 !important;
}

/* End fix */
/* Fix standart Enterprise Theme for Grid mode */
div.onsale-category-container-grid + h2.product-name {
    clear: both;
}

div.onsale-category-container-list + h2.product-name {
    clear: both;
}

/* End fix */
.onsale-category-container {
    cursor: pointer;
    position: absolute;
    z-index: 100;
}

div.onsale-category-label {
    position: absolute;
    top: 3px;
    left: 4px;
    margin-left: -2px;
    text-align: center;
}

div.onsale-onsale-category-label-text {
    color: #FFFFFF;
    font-family: Arial;
    font-size: 11px;
    font-weight: bold;
}

div.new-onsale-category-label-text {
    color: #FFFFFF;
    font-family: Arial;
    font-size: 11px;
    font-weight: bold;
}

div.custom-onsale-category-label-text {
    color: #FFFFFF;
    font-family: Arial;
    font-size: 11px;
    font-weight: bold;
}




/* Common styles */
.gan-top{
	background: url("http://www.hankypankyltd.netdna-cdn.com/skin/frontend/base/default/images/gomage/advanced-navigation/bkg_nav0.jpg") repeat-y 50% 0 #0A263D;
}
.block-layered-nav .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; }
.block-layered-nav,
.gan-sidebar-nav{
	margin:0 0 15px;
	border:0;
  clear:both;
}
.block.gan-sidebar-nav .block-title{
	background: url("http://www.hankypankyltd.netdna-cdn.com/skin/frontend/base/default/images/gomage/advanced-navigation/block-nav-title.gif") no-repeat 0 0;
  border:0;
  overflow:hidden;
  padding:0 0 0 9px;
	position:relative;
	cursor:pointer;
}
.block.gan-sidebar-nav .block-title strong{
	color:#fff;
	height:18px;
	font:700 12px/16px Arial,Helvetica,sans-serif;
	display:block;
	text-transform:uppercase;
	line-height:18px;
	padding:3px 9px 3px 0;
	background:url("http://www.hankypankyltd.netdna-cdn.com/skin/frontend/base/default/images/gomage/advanced-navigation/block-nav-title.gif") no-repeat 100% 0;
}
/* 1900 */
.sidebar .block-layered-nav .block-content{
  padding:0;
}
.sidebar .block-layered-nav .block-subtitle{
  display:block;
  padding:3px 9px;
}

.block.block-layered-nav .block-content,
.block.gan-sidebar-nav .block-content{
  background:#E7F1F4;
  border:1px solid #A0B3C3;
  padding:0;
}
.block.block-layered-nav .block-content{
  position:relative;
  padding-bottom:5px;
  }
.sidebar .block-layered-nav dl{
  padding:0;
  }
.block-layered-nav .narrow-by-list dt{
	cursor:pointer;
	padding:7px 30px 2px 0;
	font-weight: 700;
	text-transform:uppercase;
  background:none;
  overflow:hidden;
}
.block-layered-nav .narrow-by-list .gan-attribute{
  background:url("http://www.hankypankyltd.netdna-cdn.com/skin/frontend/base/default/images/gomage/advanced-navigation/bkg_block-layered-dd.gif") repeat-x 0 0;
  }
.block-layered-nav .narrow-by-list .gan-attribute:first-child,
.block-layered-nav .narrow-by-list .filter-note-content:first-child + .gan-attribute{
  background:none;
}
.block-layered-nav .narrow-by-list dt .filter-name{
  background:url("http://www.hankypankyltd.netdna-cdn.com/skin/frontend/base/default/images/gomage/advanced-navigation/bkg_block-layered-dt.gif") no-repeat 9px 4px;
  float:left;
  padding:2px 0 0 28px;
  line-height:16px;
}
.block.block-layered-nav dd{
  padding:0 12px 12px;
  margin:0;
  background:none;
}
.block-layered-nav li.active a{
	font-weight:700;
}
.block-layered-nav dd,
.category-products,
div.col-main p.note-msg,
.block-layered-nav .narrow-by-list dt{
	position:relative;
}
#advanced-navigation-overlay{
	opacity:0.7;
	filter: alpha(opacity: 70);
	background:#fff;
	position:absolute;
}
span.plain_column{float:left;}

/* Top plain */
.gan-plain-items ul{float:left;}
#gan_nav_top.gan-plain-list{margin:0 auto; padding:0 16px; width:918px; font-size:13px;}
#gan_nav_top.gan-plain-list li{ position:relative; text-align:left; float:left;}
#gan_nav_top.gan-plain-list li.over { z-index:998; }
#gan_nav_top.gan-plain-list li.active a { color:#d96708; }
#gan_nav_top.gan-plain-list a,
#gan_nav_top.gan-plain-list a:hover { display:block; line-height:1.3em; text-decoration:none; float:left; padding:5px 12px 6px 8px; color:#a7c6dd; font-weight:700;}
#gan_nav_top.gan-plain-list span { display:block; cursor:pointer; white-space:nowrap; }
#gan_nav_top.gan-plain-list li ul span {white-space:normal; }
#gan_nav_top.gan-plain-list li.over a,
#gan_nav_top.gan-plain-list a:hover { color:#d96708; }
#gan_nav_top.gan-plain-list div.gan-plain{ position:absolute; width:15em; top:100%; left:-10000px; border:1px solid #899ba5; background:#fff;}
#gan_nav_top.gan-plain-list ul li,
#gan_nav_top.gan-plain-list ul li.active{float:none; padding:0; margin:0;}
#gan_nav_top.gan-plain-list ul a,
#gan_nav_top.gan-plain-list ul a:hover { float:none; padding:0; background:none; }
#gan_nav_top.gan-plain-list ul span,
#gan_nav_top.gan-plain-list ul li.last li span { padding:3px 15px 4px 0; }
#gan_nav_top.gan-plain-list div.gan-plain ul li a,
#gan_nav_top.gan-plain-list div.gan-plain ul li a:hover { color:#2f2f2f; font-weight:400;}
#gan_nav_top.gan-plain-list ul li a:hover { background:#d5e4eb; }
#gan_nav_top.gan-plain-list li div.gan-plain.shown-sub { left:0; z-index:999; }
.gan-wrapper .gan-plain .gan-plain-items li.gan-plain-item-bold a{font-weight:700 !important;}

.gan-attr-more,
.gan-attr-less{
  padding:0 10px 0 0 !important;
  display:inline !important;
  }
.gan-attr-more{
  background:url(http://www.hankypankyltd.netdna-cdn.com/skin/frontend/base/default/images/gomage/advanced-navigation/gan-attr-more.gif) no-repeat 100% 50% !important;
  }
.gan-attr-less{
  background:url(http://www.hankypankyltd.netdna-cdn.com/skin/frontend/base/default/images/gomage/advanced-navigation/gan-attr-less.gif) no-repeat 100% 50% !important;
  }

/* Plain img */
.gan-plain-with-image-left > a > span,
.gan-plain-with-image-right > a > span{
  display:inline !important;
  vertical-align:middle;
  }
.gan-plain-with-image-left > a > img,
.gan-plain-with-image-right > a > img{
  vertical-align:middle;
  }
.gan-plain-ob-left{
  float:left;
  }
.gan-plain-ob-right{
  float:right;
  }
#gan_nav_top.gan-plain-list .gan-plain-ob-left a,
#gan_nav_top.gan-plain-list .gan-plain-ob-top a,
#gan_nav_top.gan-plain-list .gan-plain-ob-right a,
#gan_nav_top.gan-plain-list .gan-plain-ob-bottom a,
#gan_nav_top.gan-plain-list .gan-plain-ob-left span,
#gan_nav_top.gan-plain-list .gan-plain-ob-top span,
#gan_nav_top.gan-plain-list .gan-plain-ob-right span,
#gan_nav_top.gan-plain-list .gan-plain-ob-bottom span{
  float:none;
  display:inline;
  font-weight:normal;
  padding:0;
  white-space:normal;
  }
#gan_nav_top.gan-plain-list .gan-plain-ob-left span,
#gan_nav_top.gan-plain-list .gan-plain-ob-top span,
#gan_nav_top.gan-plain-list .gan-plain-ob-right span,
#gan_nav_top.gan-plain-list .gan-plain-ob-bottom span{
  cursor:default;
  }
/* Plain img END */


/* Dropdown */
.gan-top .gan-dropdown-list{text-align:left;width:910px;display:block;margin:0 auto;padding:7px 20px;}
.gan-top .gan-dropdown-list li{display:inline;padding-right:5px;}
.gan-sidebar-nav .gan-dropdown-list li select{width:100%;}
.gan-dropdown-list li select.active{font-weight:700;}
.gan-dropdown-list option.gan-dropdown-top{background-color:#D96708;font-weight:700;color:#fff;}
.gan-sidebar-nav .gan-dropdown-list li{padding:3px;}
/* Dropdown END */


/* Sidebar default */
.gan-sidebar-nav ul.gan-default-list{font-size:13px;}
.gan-sidebar-nav ul.gan-default-list li{position:relative;float:none;display:block;border-top:1px solid #CCC;}
.gan-sidebar-nav ul.gan-default-list li.first{border-top:0;}
.gan-sidebar-nav ul.gan-default-list li li.first{border-top:1px solid #CCC;}
.gan-sidebar-nav ul.gan-default-list li a{color:#2F2F2F;float:none;font-weight:700;display:block;line-height:1.3em;text-decoration:none;}
.gan-sidebar-nav ul.gan-default-list li a span{cursor:pointer;display:block;white-space:normal;padding:5px 12px 6px 8px;}
.gan-sidebar-nav ul.gan-default-list li a:hover{color:#d96708;background-color:#f6fafd;}
.gan-sidebar-nav ul.gan-default-list li a.active{color:#d96708;background-color:#f6fafd;}
/* Sidebar default END */


/* Sidebar default Pro */
.gan-sidebar-nav ul.gan-defaultpro-list{font-size:13px;}
.gan-sidebar-nav ul.gan-defaultpro-list li{float:none;position:relative;padding-bottom:1px;background:url("http://www.hankypankyltd.netdna-cdn.com/skin/frontend/base/default/images/gomage/advanced-navigation/bkg_nav1.gif") repeat-x 0 100%;}
.gan-sidebar-nav ul.gan-defaultpro-list li.last{background:none;padding-bottom:0;}
.gan-sidebar-nav ul.gan-defaultpro-list li.over{z-index:999;}
.gan-sidebar-nav ul.gan-defaultpro-list li a,.gan-sidebar-nav ul.gan-defaultpro-list li a:hover{display:block;line-height:1.3em;text-decoration:none;}
.gan-sidebar-nav ul.gan-defaultpro-list li a.active{background-color:#f6fafd;color:#d96708;}
.gan-sidebar-nav ul.gan-defaultpro-list li a{color:#2F2F2F;float:none;font-weight:700;padding:5px 12px 6px 8px;}
.gan-sidebar-nav ul.gan-defaultpro-list li a:hover{color:#d96708;background-color:#d5e4eb;}
.gan-sidebar-nav ul.gan-defaultpro-list li a span{cursor:pointer;display:block;white-space:normal;}
.gan-sidebar-nav ul.gan-defaultpro-list ul{background:#FFF;border:1px solid #899BA5;position:absolute;width:15em;}
.gan-sidebar-nav ul#gan_nav_left.gan-defaultpro-list ul{left:-10000px;top:5px;}
.gan-sidebar-nav ul#gan_nav_left.gan-defaultpro-list li.over > ul{left:100px;}
.gan-sidebar-nav ul#gan_nav_right.gan-defaultpro-list ul{top:-10000px;}
.gan-sidebar-nav ul#gan_nav_right.gan-defaultpro-list li.over > ul{right:100%;top:-1px;}

.gan-sidebar-nav ul#gan_nav_content.gan-defaultpro-list ul{left:-10000px;top:5px;}
.gan-sidebar-nav ul#gan_nav_content.gan-defaultpro-list li.over > ul{left:100px;}

.gan-sidebar-nav ul.gan-defaultpro-list ul li a{float:none;font-weight:400;background:none;color:#2F2F2F !important;padding:0;}
.gan-sidebar-nav ul.gan-defaultpro-list ul li.parent a{background:url("http://www.hankypankyltd.netdna-cdn.com/skin/frontend/base/default/images/gomage/advanced-navigation/bkg_nav2.gif") no-repeat 100% 100%;}
.gan-sidebar-nav ul.gan-defaultpro-list ul li a:hover{background-color:#d5e4eb;}
.gan-sidebar-nav ul.gan-defaultpro-list ul li a span{white-space:normal;padding:3px 15px 4px;}
.gan-sidebar-nav ul.gan-defaultpro-list ul li.parent li a{background-image:none;}
/* Sidebar default Pro END*/


/* Sidebar folding */
.gan-sidebar-nav ul.gan-folding-list{font-size:13px;}
.gan-sidebar-nav ul.gan-folding-list li{position:relative;float:none;display:block;border-bottom:1px solid #CCC;}
.gan-sidebar-nav ul.gan-folding-list li:last-child{border-bottom:0;}
.gan-sidebar-nav ul.gan-folding-list li a{color:#2F2F2F;float:none;font-weight:700;display:block;line-height:1.3em;text-decoration:none;}
.gan-sidebar-nav ul.gan-folding-list li a span{cursor:pointer;display:block;white-space:normal;padding:5px 12px 6px 8px;}
.gan-sidebar-nav ul.gan-folding-list li a:hover{color:#d96708;background-color:#f6fafd;}
.gan-sidebar-nav ul.gan-folding-list li a.active{color:#d96708;background-color:#f6fafd;}
/* Sidebar folding END */


/* Sidebar plain */
.gan-sidebar-nav ul.gan-plain-list{font-size:12px;}
.gan-sidebar-nav ul.gan-plain-list li{border:1px solid #E7F1F4;border-bottom-color:#CCC; line-height:16px;position:relative;display:block;}
.gan-sidebar-nav ul.gan-plain-list li.last{border-bottom:0;}
.gan-sidebar-nav ul.gan-plain-list li.over{z-index:999;}
.gan-sidebar-nav ul.gan-plain-list li:hover,.gan-sidebar-nav ul.gan-plain-list li.over{background:#f6fafd;border:1px solid #A0B3C3;margin:0 -1px;padding:0 1px;}
.gan-sidebar-nav ul.gan-plain-list li.last:hover,.gan-sidebar-nav ul.gan-plain-list li.over.last:hover{margin-bottom:-1px;}
.gan-sidebar-nav ul.gan-plain-list li a{color:#000;float:none;display:block;line-height:16px;text-decoration:none;font-weight:700;padding:5px 12px 6px 8px;}
.gan-sidebar-nav ul.gan-plain-list li a span{cursor:pointer;display:block;white-space:normal;}
.gan-sidebar-nav ul.gan-plain-list li li a{font-weight:400;}
.gan-sidebar-nav ul.gan-plain-list li.over a{background-color:#f6fafd;}
.gan-sidebar-nav ul.gan-plain-list li a.active{background-color:#f6fafd;}
.gan-sidebar-nav ul.gan-plain-list li .gan-plain{background:#F6FAFD;border:1px solid #A0B3C3;width:15em;position:absolute;}
.gan-sidebar-nav ul#gan_nav_left.gan-plain-list .gan-plain{left:-10000px;top:0;}
.gan-sidebar-nav ul#gan_nav_left.gan-plain-list li.over > .gan-plain{left:90%;top:-1px;}
.gan-sidebar-nav ul#gan_nav_right.gan-plain-list .gan-plain{top:-10000px;right:999em;}
.gan-sidebar-nav ul#gan_nav_right.gan-plain-list li.over > .gan-plain{top:-1px;right:100%;}

.gan-sidebar-nav ul#gan_nav_content.gan-plain-list .gan-plain{left:-10000px;top:0;}
.gan-sidebar-nav ul#gan_nav_content.gan-plain-list li.over > .gan-plain{left:90%;top:-1px;}

.gan-sidebar-nav ul.gan-plain-list span.gan-plain-border{display:block;position:absolute;top:0;background:#f6fafd;width:1px;overflow:hidden;height:27px;}
.gan-sidebar-nav ul#gan_nav_left.gan-plain-list span.gan-plain-border{left:-1px;}
.gan-sidebar-nav ul#gan_nav_right.gan-plain-list span.gan-plain-border{right:-1px;}

.gan-sidebar-nav ul#gan_nav_content.gan-plain-list span.gan-plain-border{left:-1px;}

.gan-sidebar-nav ul.gan-plain-list li li{border:0 !important;background:none;margin:0 !important;padding:0 !important;}
.gan-sidebar-nav ul.gan-plain-list li li a{background:none !important;color:#2f2f2f;float:none;text-decoration:none;padding:0;}
.gan-sidebar-nav ul.gan-plain-list li li a:hover,.gan-sidebar-nav ul.gan-plain-list li.over li a,.gan-sidebar-nav ul.gan-plain-list li.over li,.gan-sidebar-nav ul.gan-plain-list li.hover li{background:none !important;}
.gan-sidebar-nav ul.gan-plain-list li li a span{padding:6px 15px;}
.gan-sidebar-nav ul.gan-plain-list li li a:hover{text-decoration:underline !important;}
/* Sidebar plain END */

/* Accordion */
.gan-accordion-list{font-size:13px;}
.gan-accordion-list li,
.gan-accordion-list > li.parent > a{padding-bottom:1px;background:url("http://www.hankypankyltd.netdna-cdn.com/skin/frontend/base/default/images/gomage/advanced-navigation/bkg_nav1.gif") repeat-x 0 100%;}
.gan-accordion-list > li.parent > a{padding-bottom:7px;}
.gan-accordion-list li.last{background:none;padding-bottom:0;}
.gan-accordion-list li.parent{padding-bottom:0; background:none;}
.gan-accordion-list a,.gan-accordion-list li a:hover{display:block;line-height:1.3em;text-decoration:none;}
.gan-accordion-list li a{color:#2F2F2F;float:none;font-weight:700;padding:5px 12px 6px 8px;}
.gan-accordion-list li a:hover{color:#d96708;background-color:#d5e4eb;}
.gan-accordion-list li a span{cursor:pointer;display:block;white-space:normal;}
.gan-accordion-list .gan-accordion-items{display:none;}
.gan-accordion-list .accordion-active > .gan-accordion-items {display:block;}
.gan-accordion-list .gan-accordion-items a{float:none;font-weight:400;background:none;color:#2F2F2F;padding:0;}
.gan-accordion-list .gan-accordion-items li.parent a{background:url("http://www.hankypankyltd.netdna-cdn.com/skin/frontend/base/default/images/gomage/advanced-navigation/bkg_nav2.gif") no-repeat 100% 100%;}
.gan-accordion-list .gan-accordion-items li a:hover{background-color:#d5e4eb;}
.gan-accordion-list .gan-accordion-items li a span{white-space:normal;padding:3px 15px 4px;}
.gan-accordion-list .gan-accordion-items li.parent li a{background-image:none;} 
.gan-accordion-list a.active{background-color:#f6fafd;color:#d96708;}
.gan-accordion-list.gan-list-checkbox a > span{
  padding-left:21px;
  line-height:16px;
  background:url("http://www.hankypankyltd.netdna-cdn.com/skin/frontend/base/default/images/gomage/advanced-navigation/gan_checkbox.gif") no-repeat 2px 2px;
  }
  .gan-accordion-list.gan-list-checkbox a.active > span{
    background-image:url(http://www.hankypankyltd.netdna-cdn.com/skin/frontend/base/default/images/gomage/advanced-navigation/gan_checkbox_active.gif);
    }
  .gan-accordion-list.gan-list-checkbox .gan-accordion-items a > span{
    padding-left:38px;
    background-position:17px 5px;
    }
/* Accordion END */

/* Help icon and popup */
.filter-note-handle{
	display:block;
	position:absolute;
	top:8px;
	right:10px;
	width:12px;
	padding-left:4px;
	font-size:12px;
	line-height:16px;
	height:16px;
	font-weight:700;
	overflow:hidden;
	color:#519cde;
	background:url('http://www.hankypankyltd.netdna-cdn.com/skin/frontend/base/default/images/gomage/advanced-navigation/icon_filter_help.png') 0 0 no-repeat;
	cursor:help;
}
.narrow-by-list dd.filter-note-content,
.filter-note-content{
	position:absolute;
	top:-15px;
	left:190px;
	text-transform:none;
	display:none;
	z-index:999;
	padding-left: 30px;
	font-weight:400;
  }
  .filter-note-content-in{
    padding:3px 16px 3px 7px;
    border:1px solid #dbdbdb;
    background:#fff;  
    overflow: auto;
    }
.gan-sidebar-nav .block-title .filter-note-handle{
	right:5px;
  top:3px;
}
.gomage-help-close{
  color: #000000;
  cursor: pointer;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
  position: absolute;
  right: 5px;
  text-decoration: none;
  top: 2px;
}
/* Help icon and popup END */

.narrow-by-list dd ol.gan-inblock-list,
ul.gan-inblock-list.gan-default-list{
	overflow:auto;
  position:relative;
}
.narrow-by-list dd ol.gan-inblock-list{
	background:#fff;
	padding:5px;
	border:1px solid #ccc;
}

/* Checkbox's */
.narrow-by-list dd ol.gan-list-checkbox li a,
ul.gan-list-checkbox.gan-default-list li a span,
ul.gan-list-checkbox.gan-folding-list li a span,
.gan-sidebar-nav .gan-image-list.gan-list-checkbox li a{
	display:inline-block;
	padding-left:16px;
	line-height:16px;
	background:url('http://www.hankypankyltd.netdna-cdn.com/skin/frontend/base/default/images/gomage/advanced-navigation/gan_checkbox.gif') 0 2px no-repeat;
}
.narrow-by-list dd ol.gan-list-checkbox li a.active{
	background:url('http://www.hankypankyltd.netdna-cdn.com/skin/frontend/base/default/images/gomage/advanced-navigation/gan_checkbox_active.gif') 0 2px no-repeat;
}
ul.gan-list-checkbox.gan-default-list li a.active span,
ul.gan-list-checkbox.gan-folding-list li a.active span{
	background:url('http://www.hankypankyltd.netdna-cdn.com/skin/frontend/base/default/images/gomage/advanced-navigation/gan_checkbox_active.gif') 9px 7px no-repeat;
}
ul.gan-list-checkbox.gan-image-list li a.active{
	background:url('http://www.hankypankyltd.netdna-cdn.com/skin/frontend/base/default/images/gomage/advanced-navigation/gan_checkbox_active.gif') 0 2px no-repeat;
}
.gan-wrapper .gan-folding-list.gan-list-checkbox li a span,
.gan-wrapper .gan-default-list.gan-list-checkbox li a span{
	background-position:9px 7px;
	padding-left:26px;
}
.narrow-by-list dd ol.image-align-horizontally li a,
.narrow-by-list dd ol.image-align-default li a,
.narrow-by-list dd ol.image-align-2-columns li a,
ul.image-align-horizontally li a,
ul.image-align-default li a,
ul.image-align-2-columns li a{
	background-position:0 0;
}
.narrow-by-list dd ol.image-align-horizontally li,
ul.image-align-horizontally li{
	display:inline-block;
	padding-right:5px;
	padding-bottom:3px;
}
.narrow-by-list dd ol.image-align-default li,
ul.image-align-default li{
	display:block;
	padding-bottom:5px;
	padding-bottom:3px;
	overflow: hidden;
}
.narrow-by-list dd ol.image-align-2-columns li,
ul.image-align-2-columns li{
	width:50%;
	padding-bottom:3px;
	float:left;
}
.narrow-by-list dd ol.gan-list-checkbox li a,
.narrow-by-list dd ol.image-align-horizontally li{
	/display:inline;
}
.narrow-by-list dd select{
	width:100%;
  margin-top:5px;
}
.narrow-by-list .filter-fieldset .fields{
  float:left;
  margin-left:-5px;
  }
.narrow-by-list .filter-fieldset .fields .from-wrapper{
	float:left;
}
.narrow-by-list .filter-fieldset .fields .from-wrapper span{
	float:left;
	text-align:center;
	width:25px;
}
.narrow-by-list .filter-fieldset .fields .from-wrapper input{
	width:34px;
}
.narrow-by-list .slider-input-action{
	float:right;
  margin-right:-6px;
}
.narrow-by-list dd ol.image-align-horizontally li .filter-label,
.gan-sidebar-nav .gan-image-list.image-align-horizontally a span{
	display:block;
}
.gan-loadinfo{
	position:fixed;
	-position:absolute;
	left:50%;
	top:45%;
	-top:0;
	width:250px;
	margin-left:-150px;
	background:none;
	z-index:2001;
	padding:8px;
  text-align:left;
  background:#fff;
	border:1px solid #0A263C;
	font-weight:700;
  line-height:24px;
	-moz-box-shadow: 3px 3px 3px #999;
	-webkit-box-shadow: 3px 3px 3px #999;
	box-shadow: 3px 3px 3px #999;
}
.gan-loadinfo img.align-top{
	display:block;
	padding-bottom:5px;
	margin:0 auto;
}
.gan-loadinfo img.align-right{
	float:right;
	padding-left:5px;
}
.gan-loadinfo img.align-left{
	float:left;
	padding-right:5px;
}
.gan-loadinfo img.align-bottom{
	display:block;
	padding-top:5px;
	margin:0 auto;
}
#navigation_loadinfo_more{
  text-align:center;
  margin:10px 0;
  white-space:nowrap;
  }#navigation_loadinfo_more img{
    vertical-align:middle;
    padding-right:5px;
    }
.narrow-by-list dd ol a,
.gan-sidebar-nav .gan-image-list a{
	text-decoration:none;
}
.narrow-by-list dd ol a:hover,
.gan-sidebar-nav .gan-image-list a:hover{
  text-decoration: underline;
  }

.gan-track-values{
  overflow:hidden;
  margin:0 -5px;
  }
  .gan-track-values .value-min{
    float:left;
    }
  .gan-track-values .value-max{
    float:right;
    }

/* Buttons */
.block-layered-nav button.button::-moz-focus-inner,
.gan-more-button button::-moz-focus-inner,
.gan-totop-button button::-moz-focus-inner{ padding:0; border:0; } /* FF Fix */
.block-layered-nav button.button,
.gan-more-button button,
.gan-totop-button button { -webkit-border-fit:lines; } /* <- Safari & Google Chrome Fix */
.block-layered-nav button.button,
.gan-more-button button,
.gan-totop-button button { overflow:visible; float:none; width:auto; border:0; padding:0; margin:0; background:none !important; cursor:pointer; text-indent:0px !important; height:23px !important;}

.block-layered-nav .block-content button.button span{
  border: 0;
  display: block;
  font:700 12px/23px Arial,Helvetica,sans-serif !important;
  padding: 0;
  background: none;
	text-transform:uppercase;
	text-align:center;
	white-space:nowrap;
  height: 23px;
}
.block-layered-nav .block-content button.button span span{
	padding:0 12px;
  background-color: #f2f2f2;
	text-indent:0px !important;
	color:#519cde;
  border: 1px solid #dfdfdf;
  -webkit-border-radius: 5px;
  -moz-border-radius   : 5px;
  border-radius        : 5px;
  -webkit-background-clip: padding-box !important;
  -moz-background-clip   : padding-box !important;
  background-clip        : padding-box !important;  
}
/* Buttons END */


/* Slider View */
.narrow-by-list .handle-left{
	width:9px;
	height:21px;
	position:absolute;
	z-index:11;
}
.narrow-by-list .handle-right{
	width:9px;
	height:21px;
	position:absolute;
	z-index:11;
}
.narrow-by-list .handle-left .handle-left-bg{
	display:block;
	background:#ccc;
	background-repeat:no-repeat;
	width:9px;
	height:21px;
	cursor:pointer;
	position:relative;
	left:-14px;
}
.narrow-by-list .handle-right .handle-right-bg{
	display:block;
	background:#ccc;
	background-repeat:no-repeat;
	width:9px;
	height:21px;
	cursor:pointer;
	position:relative;
}
.narrow-by-list .handle-left .handle-left-bg span.slider-span,
.narrow-by-list .handle-right .handle-right-bg span.slider-span{
	position:absolute;
	top:20px;
	left:50%;
	display:block;
	width:45px;
}
.narrow-by-list .handle-left .handle-left-bg span.slider-span span,
.narrow-by-list .handle-right .handle-right-bg span.slider-span span{
	position:absolute;
	left:-50%;
	display:block;
	width:45px;
	text-align:center;
}
.narrow-by-list .gan-track{
	background-image:#333;
	width:98%;
	height:28px;
	position:relative;
	left:9px;
}
.narrow-by-list .gan-slider-span{
	background:blue;
	height:4px;
	top:10px;
	position:relative;
	z-index:10;
}
.narrow-by-list .slider-back-bg{
	background:#bfbfbf;
	height:4px;
	left:-9px;
	position:relative;
	top:10px;
	width:100%;
	z-index:9;
}
.narrow-by-list .gan-track div.span{
	top:0;
	height:20px;
	overflow:hidden;
	z-index:10;
}
/* Slider View END */

/* Slider Type */
.gomage-navigation-slider-type-rectangle .narrow-by-list .slider-back-bg,
.gomage-navigation-slider-type-rectangle .narrow-by-list .gan-slider-span{
	height:3px;
	top:10px;
}
.gomage-navigation-slider-type-cone .narrow-by-list .slider-back-bg,
.gomage-navigation-slider-type-cone .narrow-by-list .gan-slider-span{
	height:3px;
	top:8px;
	overflow:hidden;
}
.narrow-by-list .handle-left .handle-left-bg,
.narrow-by-list .handle-right .handle-right-bg,
.narrow-by-list .handle-left,
.narrow-by-list .handle-right{
	height:24px;
	width:14px;
}
.narrow-by-list .handle-right .handle-right-bg,
.narrow-by-list .handle-right .handle-right-bg{
	left:0;
}
.narrow-by-list .handle-left .handle-left-bg span.slider-span,
.narrow-by-list .handle-right .handle-right-bg span.slider-span{
	top:25px;
}
.narrow-by-list .filter-type-input{
	padding-top:15px;
}
.gomage-navigation-slider-type-rectangle .narrow-by-list .handle-left .handle-left-bg,
.gomage-navigation-slider-type-rectangle .narrow-by-list .handle-right .handle-right-bg{
	background:transparent url(http://www.hankypankyltd.netdna-cdn.com/skin/frontend/base/default/images/gomage/advanced-navigation/slider_bg_rect.png) no-repeat 0 0;
}
.gomage-navigation-slider-type-cone .narrow-by-list .handle-left .handle-left-bg,
.gomage-navigation-slider-type-cone .narrow-by-list .handle-right .handle-right-bg{
	background:transparent url(http://www.hankypankyltd.netdna-cdn.com/skin/frontend/base/default/images/gomage/advanced-navigation/slider_bg_cone.png) no-repeat 0 0;
}
/* Slider Type END */

.narrow-by-list dd ol.no-titles li img,
.gan-sidebar-nav .gan-image-list li img,
.narrow-by-list dd ol.image-align-horizontally li a img,
.narrow-by-list dd ol.image-align-default li a img,
.narrow-by-list dd ol.image-align-2-columns li a img{
	padding:2px;
}
.narrow-by-list dd ol.no-titles li a.active img,
.gan-sidebar-nav .gan-image-list li a.active img,
.narrow-by-list dd ol.image-align-horizontally li a.active img,
.narrow-by-list dd ol.image-align-default li a.active img,
.narrow-by-list dd ol.image-align-2-columns li a.active img{
	padding:1px;
	border:1px solid #E26703;
}
.narrow-by-list dd ol.image-align-horizontally.no-titles li{
	padding-right:0;
}
.gan-sidebar-nav .image-align-horizontally.no-titles li{
	padding-right:2px;
}
.narrow-by-list dd ol.gan-list-checkbox.no-titles  li a,
.gan-sidebar-nav .gan-list-checkbox.no-titles  li a{
	background-position:0 2px;
}
.narrow-by-list dd ol.gan-list-checkbox.no-titles  li a.active img,
.gan-sidebar-nav .gan-list-checkbox.no-titles  li a.active img{
	padding:2px;
	border:0;
}
.gan-sidebar-nav .gan-image-list{
	padding:5px 5px 2px;
}
.gan-more-button{
  text-align:center;
  margin:10px 0;
  }
  .gan-more-button button{
    height:27px !important;
    }
    .gan-more-button button span{
      display:block;
      border:1px solid #dcdcdc;
      background:#f3f3f3;
      font-size:11px;
      color:#444;
      text-align:center;
      white-space:nowrap;
      width:302px;
      line-height:14px;
      padding:6px 0 5px;
      font-weight:700;
      -webkit-border-radius: 2px;
         -moz-border-radius: 2px;
              border-radius: 2px;
      }
.gan-totop-button{
  position:fixed;
  bottom:100px;
  }
  .gan-totop-button button{
    height:auto !important;
    }
  .gan-totop-button button span{
      display:block;
      border:1px solid #dcdcdc;
      font-size:11px;
      color:#444;
      text-align:center;
      white-space:nowrap;
      line-height:14px;
      padding:6px 10px 5px 24px;
      font-weight:700;
      background:#f3f3f3 url(http://www.hankypankyltd.netdna-cdn.com/skin/frontend/base/default/images/gomage/advanced-navigation/top_button.gif) no-repeat 8px 50%;
      -webkit-border-radius: 2px;
         -moz-border-radius: 2px;
              border-radius: 2px;  
    }

/* Shop By in Main col
-------------------------------------------------- */
.block-layered-nav.gan-content-area .block-subtitle{
  padding:3px 9px;
  }
.block-layered-nav.gan-content-area .block-title{
  background:url(http://www.hankypankyltd.netdna-cdn.com/skin/frontend/base/default/images/gomage/advanced-navigation/bkg_block-layered-title.gif) no-repeat 100% 0;
  padding:0 5px 0 0;
  height:24px;
  overflow:hidden;
  text-indent:-999em;
  border:0;
  margin:0;
  }
  .block-layered-nav.gan-content-area .block-title strong{
    background:url(http://www.hankypankyltd.netdna-cdn.com/skin/frontend/base/default/images/gomage/advanced-navigation/bkg_block-layered-title.gif) no-repeat 0 0;
    padding:0;
    height:24px;
    display:block;
    }
  .block-layered-nav.gan-content-area .block-title span{
    display:none;
    }    
  .block-layered-nav.gan-content-area .block-title a{
    text-indent:0px;
    float:right;
    color:#fff;
    text-decoration:none;
    white-space:nowrap;
    text-transform:none;
    margin:4px 2px 0 0;
    }
    .block-layered-nav.gan-content-area .block-title a:hover{
      text-decoration:underline;
      font-weight:bold;
      }
.gan-content-area .narrow-by-list dt{
  float:left;
  width:26%;
  padding-bottom:7px;
  word-wrap:break-word;
  }
.gan-content-area .narrow-by-list dd{
  float:left;
  width:63%;
  padding:7px;
  }
.gan-content-area .narrow-by-list ol li{
  float:left;
  padding-right:10px;
  padding-left:0 !important;
  }
  .gan-content-area .narrow-by-list ol.image-align-default li{
    float:none;
    }
  .gan-content-area .narrow-by-list ol.image-align-2-columns li{
    padding-right:0;
    }
.gan-content-area.block-layered-nav .block-subtitle > span{
  padding-right:5px;
  vertical-align:middle;
  }
.block-layered-nav #advancednavigation-filter-content-cat a.active{
  font-weight:bold;
  }
.block-layered-nav #advancednavigation-filter-content-cat .gan-list-checkbox a.active{
  font-weight:normal;
  }
  
  
/* Product Navgation
-------------------------------------------------- */
.gomage_product_navigation{
  width: 100%;
  margin: 0 0 5px;
  }
  .gomage_product_navigation img{
    vertical-align: middle;
    }
  .gomage_product_navigation td{
    width: 33%;
    }
  .gomage_product_navigation .gomage_product_prev{
    text-align: left;
    }
  .gomage_product_navigation .gomage_product_category{
    text-align: center;
    }
  .gomage_product_navigation .gomage_product_next{
    text-align: right;
    }
/* Product Navgation END
-------------------------------------------------- */
.block-layered-nav .filter-align-columns.narrow-by-list .gan-attribute{
  background: none;
  }
.gan-content-area .filter-align-columns .gan-attribute{
  float: left;
  }
.gan-content-area .filter-align-columns.narrow-by-list dt{
  float: none;
  width: auto;
  }
.gan-content-area .filter-align-columns.narrow-by-list dd{
  float: none;
  width: auto;
  }
.gan-content-area .filter-align-columns.narrow-by-list ol li{
  float: none;
  }

/* Clears */
.filter-align-columns:after,
.narrow-by-list dd ol:after,
.narrow-by-list .filter-fieldset:after,
.narrow-by-list dt:after,
.gan-plain-items:after,
.gan-top:after,
.gan-wrapper:after,
.gan-plain-with-image-left:after,
.gan-plain-with-image-right:after,
.gan-attribute:after{
	content:' ';
	clear:both;
	display:block;
	width:0; 
	height:0;
	overflow:hidden;
	font-size:0;
}
.narrow-by-list dd ol,
.narrow-by-list dd ol li a,
.narrow-by-list .filter-fieldset,
.narrow-by-list dd ol.image-align-horizontally li,
.narrow-by-list dt,
.gan-plain-items,
.gan-top,
.gan-wrapper,
.block-layered-nav dd,
.gan-plain-with-image-left,
.gan-plain-with-image-right,
.category-products,
.gan-attribute{
	zoom:1;
}
/* Clears END */

/* Default nav 
.nav-container { background:#0a263d url(http://www.hankypankyltd.netdna-cdn.com/skin/frontend/base/default/images/gomage/advanced-navigation/bkg_nav0.jpg) 50% 0 repeat-y; }
#nav { width:918px; margin:0 auto; padding:0 16px; font-size:13px; }

#nav li { position:relative; text-align:left; }
#nav li.over { z-index:998; }
#nav a,
#nav a:hover { display:block; line-height:1.3em; text-decoration:none; }
#nav span { display:block; cursor:pointer; white-space:nowrap; }
#nav li ul span {white-space:normal; }
#nav ul li.parent a { background:url(http://www.hankypankyltd.netdna-cdn.com/skin/frontend/base/default/images/gomage/advanced-navigation/bkg_nav2.gif) 100% 100% no-repeat; }
#nav ul li.parent li a { background-image:none; }

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

#nav ul li,
#nav ul li.active { float:none; margin:0; padding-bottom:1px; background:#ecf3f6 url(http://www.hankypankyltd.netdna-cdn.com/skin/frontend/base/default/images/gomage/advanced-navigation/bkg_nav1.gif) 0 100% repeat-x; }
#nav ul li.last { background:#ecf3f6; padding-bottom:0; }

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

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

#nav ul ul,
#nav ul div { top:5px; }

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

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

@import url("http://fast.fonts.net/t/1.css?apiType=css&projectid=2bd29faf-afd7-4257-850d-ffaf9db478bf");
@font-face{
    font-family:"Avenir W01_n2";
    src:url("http://www.hankypankyltd.netdna-cdn.com/skin/frontend/hankypanky/default/fonts/fonts.com/3511a780-31ca-4ee1-9083-89b1b7185748.eot?#iefix") format("eot")
}
@font-face{
    font-family:"Avenir W01";
    src:url("http://www.hankypankyltd.netdna-cdn.com/skin/frontend/hankypanky/default/fonts/fonts.com/3511a780-31ca-4ee1-9083-89b1b7185748.eot?#iefix");
    src:url("http://www.hankypankyltd.netdna-cdn.com/skin/frontend/hankypanky/default/fonts/fonts.com/3511a780-31ca-4ee1-9083-89b1b7185748.eot?#iefix") format("eot"),url("http://www.hankypankyltd.netdna-cdn.com/skin/frontend/hankypanky/default/fonts/fonts.com/c4352a95-7a41-48c1-83ce-d8ffd2a3b118.woff") format("woff"),url("http://www.hankypankyltd.netdna-cdn.com/skin/frontend/hankypanky/default/fonts/fonts.com/3e419b5b-c789-488d-84cf-a64009cc308e.ttf") format("truetype"),url("http://www.hankypankyltd.netdna-cdn.com/skin/frontend/hankypanky/default/fonts/fonts.com/ca038835-1be3-4dc5-ba25-be1df6121499.svg#ca038835-1be3-4dc5-ba25-be1df6121499") format("svg");
    font-weight: 200;
    font-style: normal;
}
@font-face{
    font-family:"Avenir W01_o2";
    src:url("http://www.hankypankyltd.netdna-cdn.com/skin/frontend/hankypanky/default/fonts/fonts.com/6500273c-8e8b-48d2-b0c0-dcae293c0120.eot?#iefix") format("eot")
}
@font-face{
    font-family:"Avenir W01";
    src:url("http://www.hankypankyltd.netdna-cdn.com/skin/frontend/hankypanky/default/fonts/fonts.com/6500273c-8e8b-48d2-b0c0-dcae293c0120.eot?#iefix");
    src:url("http://www.hankypankyltd.netdna-cdn.com/skin/frontend/hankypanky/default/fonts/fonts.com/6500273c-8e8b-48d2-b0c0-dcae293c0120.eot?#iefix") format("eot"),url("http://www.hankypankyltd.netdna-cdn.com/skin/frontend/hankypanky/default/fonts/fonts.com/47fd1045-6e5b-4c87-9235-cfbc2b42cde7.woff") format("woff"),url("http://www.hankypankyltd.netdna-cdn.com/skin/frontend/hankypanky/default/fonts/fonts.com/60662abb-0ac3-46b2-930f-4719462489c9.ttf") format("truetype"),url("http://www.hankypankyltd.netdna-cdn.com/skin/frontend/hankypanky/default/fonts/fonts.com/9cf39ac2-87a5-4c4e-a604-7cece19d30bd.svg#9cf39ac2-87a5-4c4e-a604-7cece19d30bd") format("svg");
    font-weight: 200;
    font-style: oblique;
}
@font-face{
    font-family:"Avenir W01_n3";
    src:url("http://www.hankypankyltd.netdna-cdn.com/skin/frontend/hankypanky/default/fonts/fonts.com/4f32268f-fd86-4960-b72c-4bb1ba75ec6f.eot?#iefix") format("eot")
}
@font-face{
    font-family:"Avenir W01";
    src:url("http://www.hankypankyltd.netdna-cdn.com/skin/frontend/hankypanky/default/fonts/fonts.com/4f32268f-fd86-4960-b72c-4bb1ba75ec6f.eot?#iefix");
    src:url("http://www.hankypankyltd.netdna-cdn.com/skin/frontend/hankypanky/default/fonts/fonts.com/4f32268f-fd86-4960-b72c-4bb1ba75ec6f.eot?#iefix") format("eot"),url("http://www.hankypankyltd.netdna-cdn.com/skin/frontend/hankypanky/default/fonts/fonts.com/939cba03-5b40-4d01-9bc5-7589eca863db.woff") format("woff"),url("http://www.hankypankyltd.netdna-cdn.com/skin/frontend/hankypanky/default/fonts/fonts.com/849bc5b9-a2ff-4343-977b-26ba8bd24a60.ttf") format("truetype"),url("http://www.hankypankyltd.netdna-cdn.com/skin/frontend/hankypanky/default/fonts/fonts.com/f67fa3b5-c1d1-488f-8e60-a828b9ad56a4.svg#f67fa3b5-c1d1-488f-8e60-a828b9ad56a4") format("svg");
    font-weight: 300;
    font-style: normal;
}
@font-face{
    font-family:"Avenir W01_o3";
    src:url("http://www.hankypankyltd.netdna-cdn.com/skin/frontend/hankypanky/default/fonts/fonts.com/acc13cdc-338a-43e6-a156-e54a4c87582d.eot?#iefix") format("eot")
}
@font-face{
    font-family:"Avenir W01";
    src:url("http://www.hankypankyltd.netdna-cdn.com/skin/frontend/hankypanky/default/fonts/fonts.com/acc13cdc-338a-43e6-a156-e54a4c87582d.eot?#iefix");
    src:url("http://www.hankypankyltd.netdna-cdn.com/skin/frontend/hankypanky/default/fonts/fonts.com/acc13cdc-338a-43e6-a156-e54a4c87582d.eot?#iefix") format("eot"),url("http://www.hankypankyltd.netdna-cdn.com/skin/frontend/hankypanky/default/fonts/fonts.com/ca94ed56-18fc-4856-940a-70a072607c7c.woff") format("woff"),url("http://www.hankypankyltd.netdna-cdn.com/skin/frontend/hankypanky/default/fonts/fonts.com/dd6da407-70fe-4aa3-a1c7-64f0cb086f01.ttf") format("truetype"),url("http://www.hankypankyltd.netdna-cdn.com/skin/frontend/hankypanky/default/fonts/fonts.com/c7f424be-90e1-45b8-b617-ee3589a859bd.svg#c7f424be-90e1-45b8-b617-ee3589a859bd") format("svg");
    font-weight: 300;
    font-style: oblique;
}
@font-face{
    font-family:"Avenir W01_n4";
    src:url("http://www.hankypankyltd.netdna-cdn.com/skin/frontend/hankypanky/default/fonts/fonts.com/2f5a6074-badc-4e08-83f1-ed67fe5c3d7c.eot?#iefix") format("eot")
}
@font-face{
    font-family:"Avenir W01";
    src:url("http://www.hankypankyltd.netdna-cdn.com/skin/frontend/hankypanky/default/fonts/fonts.com/2f5a6074-badc-4e08-83f1-ed67fe5c3d7c.eot?#iefix");
    src:url("http://www.hankypankyltd.netdna-cdn.com/skin/frontend/hankypanky/default/fonts/fonts.com/2f5a6074-badc-4e08-83f1-ed67fe5c3d7c.eot?#iefix") format("eot"),url("http://www.hankypankyltd.netdna-cdn.com/skin/frontend/hankypanky/default/fonts/fonts.com/b9ebb19d-88c1-4cbd-9baf-cf51972422ec.woff") format("woff"),url("http://www.hankypankyltd.netdna-cdn.com/skin/frontend/hankypanky/default/fonts/fonts.com/5ed4f98e-9044-4810-88ff-74d412c1351f.ttf") format("truetype"),url("http://www.hankypankyltd.netdna-cdn.com/skin/frontend/hankypanky/default/fonts/fonts.com/4cb16859-16ca-4342-b89c-292dc83266af.svg#4cb16859-16ca-4342-b89c-292dc83266af") format("svg");
    font-weight: 400;
    font-style: normal;
}
@font-face{
    font-family:"Avenir W01_o4";
    src:url("http://www.hankypankyltd.netdna-cdn.com/skin/frontend/hankypanky/default/fonts/fonts.com/8f21e618-9282-4df1-b556-73ee82bdd673.eot?#iefix") format("eot")
}
@font-face{
    font-family:"Avenir W01";
    src:url("http://www.hankypankyltd.netdna-cdn.com/skin/frontend/hankypanky/default/fonts/fonts.com/8f21e618-9282-4df1-b556-73ee82bdd673.eot?#iefix");
    src:url("http://www.hankypankyltd.netdna-cdn.com/skin/frontend/hankypanky/default/fonts/fonts.com/8f21e618-9282-4df1-b556-73ee82bdd673.eot?#iefix") format("eot"),url("http://www.hankypankyltd.netdna-cdn.com/skin/frontend/hankypanky/default/fonts/fonts.com/3695342c-b5e2-4010-b0d4-56f563465922.woff") format("woff"),url("http://www.hankypankyltd.netdna-cdn.com/skin/frontend/hankypanky/default/fonts/fonts.com/2ba9f875-66d9-414d-a426-5a012b443475.ttf") format("truetype"),url("http://www.hankypankyltd.netdna-cdn.com/skin/frontend/hankypanky/default/fonts/fonts.com/0a88351a-e628-4b1f-99eb-3a729518af0a.svg#0a88351a-e628-4b1f-99eb-3a729518af0a") format("svg");
    font-weight: 400;
    font-style: oblique;
}
@font-face{
    font-family:"Avenir W01_n5";
    src:url("http://www.hankypankyltd.netdna-cdn.com/skin/frontend/hankypanky/default/fonts/fonts.com/212ab03d-5db2-4d6a-b94c-171cc702aa51.eot?#iefix") format("eot")
}
@font-face{
    font-family:"Avenir W01";
    src:url("http://www.hankypankyltd.netdna-cdn.com/skin/frontend/hankypanky/default/fonts/fonts.com/212ab03d-5db2-4d6a-b94c-171cc702aa51.eot?#iefix");
    src:url("http://www.hankypankyltd.netdna-cdn.com/skin/frontend/hankypanky/default/fonts/fonts.com/212ab03d-5db2-4d6a-b94c-171cc702aa51.eot?#iefix") format("eot"),url("http://www.hankypankyltd.netdna-cdn.com/skin/frontend/hankypanky/default/fonts/fonts.com/2cac77ec-9bc0-4ee7-87e4-27650190744f.woff") format("woff"),url("http://www.hankypankyltd.netdna-cdn.com/skin/frontend/hankypanky/default/fonts/fonts.com/aaf11848-aac2-4d09-9a9c-aac5ff7b8ff4.ttf") format("truetype"),url("http://www.hankypankyltd.netdna-cdn.com/skin/frontend/hankypanky/default/fonts/fonts.com/294099f3-8d00-4676-afc5-5e9d8d43ad69.svg#294099f3-8d00-4676-afc5-5e9d8d43ad69") format("svg");
    font-weight: 500;
    font-style: normal;
}
@font-face{
    font-family:"Avenir W01_o5";
    src:url("http://www.hankypankyltd.netdna-cdn.com/skin/frontend/hankypanky/default/fonts/fonts.com/2a6f81a2-475c-4831-9949-33d7748ee561.eot?#iefix") format("eot")
}
@font-face{
    font-family:"Avenir W01";
    src:url("http://www.hankypankyltd.netdna-cdn.com/skin/frontend/hankypanky/default/fonts/fonts.com/2a6f81a2-475c-4831-9949-33d7748ee561.eot?#iefix");
    src:url("http://www.hankypankyltd.netdna-cdn.com/skin/frontend/hankypanky/default/fonts/fonts.com/2a6f81a2-475c-4831-9949-33d7748ee561.eot?#iefix") format("eot"),url("http://www.hankypankyltd.netdna-cdn.com/skin/frontend/hankypanky/default/fonts/fonts.com/e0af2f49-a399-482b-a54e-d745e268ec80.woff") format("woff"),url("http://www.hankypankyltd.netdna-cdn.com/skin/frontend/hankypanky/default/fonts/fonts.com/6803d3dd-2107-45fc-ac8a-a4fa13771547.ttf") format("truetype"),url("http://www.hankypankyltd.netdna-cdn.com/skin/frontend/hankypanky/default/fonts/fonts.com/1bb1acb5-8d4e-4800-88af-dbcf1fe96ef8.svg#1bb1acb5-8d4e-4800-88af-dbcf1fe96ef8") format("svg");
    font-weight: 500;
    font-style: oblique;
}
@font-face{
    font-family:"Avenir W01_n8";
    src:url("http://www.hankypankyltd.netdna-cdn.com/skin/frontend/hankypanky/default/fonts/fonts.com/f61bf0f6-c193-4100-b940-12a1a01dcee5.eot?#iefix") format("eot")
}
@font-face{
    font-family:"Avenir W01";
    src:url("http://www.hankypankyltd.netdna-cdn.com/skin/frontend/hankypanky/default/fonts/fonts.com/f61bf0f6-c193-4100-b940-12a1a01dcee5.eot?#iefix");
    src:url("http://www.hankypankyltd.netdna-cdn.com/skin/frontend/hankypanky/default/fonts/fonts.com/f61bf0f6-c193-4100-b940-12a1a01dcee5.eot?#iefix") format("eot"),url("http://www.hankypankyltd.netdna-cdn.com/skin/frontend/hankypanky/default/fonts/fonts.com/7147ec3a-8ff8-4ec9-8c5c-bd1571dc6ae6.woff") format("woff"),url("http://www.hankypankyltd.netdna-cdn.com/skin/frontend/hankypanky/default/fonts/fonts.com/d1dc54b2-878d-4693-8d6e-b442e99fef68.ttf") format("truetype"),url("http://www.hankypankyltd.netdna-cdn.com/skin/frontend/hankypanky/default/fonts/fonts.com/731dd4d3-64da-427d-ba61-01575b3cf3f7.svg#731dd4d3-64da-427d-ba61-01575b3cf3f7") format("svg");
    font-weight: 800;
    font-style: normal;
}
@font-face{
    font-family:"Avenir W01_o8";
    src:url("http://www.hankypankyltd.netdna-cdn.com/skin/frontend/hankypanky/default/fonts/fonts.com/7be0fdec-384a-42b5-ab27-c60a322cde7d.eot?#iefix") format("eot")
}
@font-face{
    font-family:"Avenir W01";
    src:url("http://www.hankypankyltd.netdna-cdn.com/skin/frontend/hankypanky/default/fonts/fonts.com/7be0fdec-384a-42b5-ab27-c60a322cde7d.eot?#iefix");
    src:url("http://www.hankypankyltd.netdna-cdn.com/skin/frontend/hankypanky/default/fonts/fonts.com/7be0fdec-384a-42b5-ab27-c60a322cde7d.eot?#iefix") format("eot"),url("http://www.hankypankyltd.netdna-cdn.com/skin/frontend/hankypanky/default/fonts/fonts.com/53554f6f-4b01-4815-87fe-82c49b8ba5a9.woff") format("woff"),url("http://www.hankypankyltd.netdna-cdn.com/skin/frontend/hankypanky/default/fonts/fonts.com/28dfedaf-6372-45a1-8833-b3078dc56a21.ttf") format("truetype"),url("http://www.hankypankyltd.netdna-cdn.com/skin/frontend/hankypanky/default/fonts/fonts.com/f747b6ee-4d13-4e45-815d-f33ac1b71d63.svg#f747b6ee-4d13-4e45-815d-f33ac1b71d63") format("svg");
    font-weight: 800;
    font-style: oblique;
}
@font-face{
    font-family:"Avenir W01_n9";
    src:url("http://www.hankypankyltd.netdna-cdn.com/skin/frontend/hankypanky/default/fonts/fonts.com/a24b3f55-c8c8-41a1-a77e-7cdf417d82f6.eot?#iefix") format("eot")
}
@font-face{
    font-family:"Avenir W01";
    src:url("http://www.hankypankyltd.netdna-cdn.com/skin/frontend/hankypanky/default/fonts/fonts.com/a24b3f55-c8c8-41a1-a77e-7cdf417d82f6.eot?#iefix");
    src:url("http://www.hankypankyltd.netdna-cdn.com/skin/frontend/hankypanky/default/fonts/fonts.com/a24b3f55-c8c8-41a1-a77e-7cdf417d82f6.eot?#iefix") format("eot"),url("http://www.hankypankyltd.netdna-cdn.com/skin/frontend/hankypanky/default/fonts/fonts.com/5a05cf7f-f332-456f-ae67-d8c26e0d35b3.woff") format("woff"),url("http://www.hankypankyltd.netdna-cdn.com/skin/frontend/hankypanky/default/fonts/fonts.com/c33278bc-988e-440b-b4be-6acc095e6044.ttf") format("truetype"),url("http://www.hankypankyltd.netdna-cdn.com/skin/frontend/hankypanky/default/fonts/fonts.com/7bdad4a5-289b-42f9-b6fa-c5883b9e9f23.svg#7bdad4a5-289b-42f9-b6fa-c5883b9e9f23") format("svg");
    font-weight: 900;
    font-style: normal;
}
@font-face{
    font-family:"Avenir W01_o9";
    src:url("http://www.hankypankyltd.netdna-cdn.com/skin/frontend/hankypanky/default/fonts/fonts.com/fbf3e69b-73b2-406d-84bc-feda30a0a563.eot?#iefix") format("eot")
}
@font-face{
    font-family:"Avenir W01";
    src:url("http://www.hankypankyltd.netdna-cdn.com/skin/frontend/hankypanky/default/fonts/fonts.com/fbf3e69b-73b2-406d-84bc-feda30a0a563.eot?#iefix");
    src:url("http://www.hankypankyltd.netdna-cdn.com/skin/frontend/hankypanky/default/fonts/fonts.com/fbf3e69b-73b2-406d-84bc-feda30a0a563.eot?#iefix") format("eot"),url("http://www.hankypankyltd.netdna-cdn.com/skin/frontend/hankypanky/default/fonts/fonts.com/36ec15b9-f8da-447f-8fed-a9cfdfb91fbb.woff") format("woff"),url("http://www.hankypankyltd.netdna-cdn.com/skin/frontend/hankypanky/default/fonts/fonts.com/230d6b14-6d44-4dd5-a6ae-a4287936e51e.ttf") format("truetype"),url("http://www.hankypankyltd.netdna-cdn.com/skin/frontend/hankypanky/default/fonts/fonts.com/9bce4920-94e2-4e4d-bd34-818801dd3eb3.svg#9bce4920-94e2-4e4d-bd34-818801dd3eb3") format("svg");
    font-weight: 900;
    font-style: oblique;
}
@font-face{
    font-family:"Perpetua W01_n4";
    src:url("http://www.hankypankyltd.netdna-cdn.com/skin/frontend/hankypanky/default/fonts/fonts.com/640e04bf-5082-42d9-b3c5-ee73d7b4acc2.eot?#iefix") format("eot")
}
@font-face{
    font-family:"Perpetua W01";
    src:url("http://www.hankypankyltd.netdna-cdn.com/skin/frontend/hankypanky/default/fonts/fonts.com/640e04bf-5082-42d9-b3c5-ee73d7b4acc2.eot?#iefix");
    src:url("http://www.hankypankyltd.netdna-cdn.com/skin/frontend/hankypanky/default/fonts/fonts.com/640e04bf-5082-42d9-b3c5-ee73d7b4acc2.eot?#iefix") format("eot"),url("http://www.hankypankyltd.netdna-cdn.com/skin/frontend/hankypanky/default/fonts/fonts.com/80398ad4-b81d-4d11-962e-a5789b20b6a3.woff") format("woff"),url("http://www.hankypankyltd.netdna-cdn.com/skin/frontend/hankypanky/default/fonts/fonts.com/50adb340-70d0-4c89-9c96-c19f88402b2b.ttf") format("truetype"),url("http://www.hankypankyltd.netdna-cdn.com/skin/frontend/hankypanky/default/fonts/fonts.com/8a9ab553-0bd1-4d83-baa7-959b52510415.svg#8a9ab553-0bd1-4d83-baa7-959b52510415") format("svg");
    font-weight: 400;
    font-style: normal;
}
@font-face{
    font-family:"Perpetua W01_i4";
    src:url("http://www.hankypankyltd.netdna-cdn.com/skin/frontend/hankypanky/default/fonts/fonts.com/0c1c01a0-74bd-4511-855f-1f2ed81744fa.eot?#iefix") format("eot")
}
@font-face{
    font-family:"Perpetua W01";
    src:url("http://www.hankypankyltd.netdna-cdn.com/skin/frontend/hankypanky/default/fonts/fonts.com/0c1c01a0-74bd-4511-855f-1f2ed81744fa.eot?#iefix");
    src:url("http://www.hankypankyltd.netdna-cdn.com/skin/frontend/hankypanky/default/fonts/fonts.com/0c1c01a0-74bd-4511-855f-1f2ed81744fa.eot?#iefix") format("eot"),url("http://www.hankypankyltd.netdna-cdn.com/skin/frontend/hankypanky/default/fonts/fonts.com/707a3cef-aa16-47cb-a2db-5b176a5126c4.woff") format("woff"),url("http://www.hankypankyltd.netdna-cdn.com/skin/frontend/hankypanky/default/fonts/fonts.com/73381ae1-a531-4631-a66e-ff3f44422bd1.ttf") format("truetype"),url("http://www.hankypankyltd.netdna-cdn.com/skin/frontend/hankypanky/default/fonts/fonts.com/0d222cbd-789e-4e52-b959-81bcc58a1a79.svg#0d222cbd-789e-4e52-b959-81bcc58a1a79") format("svg");
    font-weight: 400;
    font-style: italic;
}
@font-face{
    font-family:"Perpetua W01_n7";
    src:url("http://www.hankypankyltd.netdna-cdn.com/skin/frontend/hankypanky/default/fonts/fonts.com/e2d29320-abc9-4e04-a74e-a01e8eb922da.eot?#iefix") format("eot")
}
@font-face{
    font-family:"Perpetua W01";
    src:url("http://www.hankypankyltd.netdna-cdn.com/skin/frontend/hankypanky/default/fonts/fonts.com/e2d29320-abc9-4e04-a74e-a01e8eb922da.eot?#iefix");
    src:url("http://www.hankypankyltd.netdna-cdn.com/skin/frontend/hankypanky/default/fonts/fonts.com/e2d29320-abc9-4e04-a74e-a01e8eb922da.eot?#iefix") format("eot"),url("http://www.hankypankyltd.netdna-cdn.com/skin/frontend/hankypanky/default/fonts/fonts.com/aa919f00-a7b6-44ab-96c7-4e2d075d7e6b.woff") format("woff"),url("http://www.hankypankyltd.netdna-cdn.com/skin/frontend/hankypanky/default/fonts/fonts.com/e9c77f47-de84-466e-b548-fcb6102f5eb0.ttf") format("truetype"),url("http://www.hankypankyltd.netdna-cdn.com/skin/frontend/hankypanky/default/fonts/fonts.com/b4a45206-2525-4cf6-91e1-a481f4b4cf8f.svg#b4a45206-2525-4cf6-91e1-a481f4b4cf8f") format("svg");
    font-weight: 700;
    font-style: normal;
}
@font-face{
    font-family:"Perpetua W01_i7";
    src:url("http://www.hankypankyltd.netdna-cdn.com/skin/frontend/hankypanky/default/fonts/fonts.com/134a4be8-a804-438e-a1ff-46ed1f33a2a8.eot?#iefix") format("eot")
}
@font-face{
    font-family:"Perpetua W01";
    src:url("http://www.hankypankyltd.netdna-cdn.com/skin/frontend/hankypanky/default/fonts/fonts.com/134a4be8-a804-438e-a1ff-46ed1f33a2a8.eot?#iefix");
    src:url("http://www.hankypankyltd.netdna-cdn.com/skin/frontend/hankypanky/default/fonts/fonts.com/134a4be8-a804-438e-a1ff-46ed1f33a2a8.eot?#iefix") format("eot"),url("http://www.hankypankyltd.netdna-cdn.com/skin/frontend/hankypanky/default/fonts/fonts.com/95a8a2d6-e7a7-4559-9830-b7507ca60bd2.woff") format("woff"),url("http://www.hankypankyltd.netdna-cdn.com/skin/frontend/hankypanky/default/fonts/fonts.com/b8bbb6a4-92fc-460c-88b0-a340c5f0155b.ttf") format("truetype"),url("http://www.hankypankyltd.netdna-cdn.com/skin/frontend/hankypanky/default/fonts/fonts.com/1406d031-fcfb-4f3f-9ec6-7b74447dbf38.svg#1406d031-fcfb-4f3f-9ec6-7b74447dbf38") format("svg");
    font-weight: 700;
    font-style: italic;
}

#store_locator_form .fieldset { padding:00; }
#store_locator_form .location-search li.first { float:left; width:320px; }
#store_locator_form .location-search li.last { float:left; width:80px; margin-right:10px;}
#store_locator_form .location-search li.last .input-box,
#store_locator_form .location-search li.last .input-box select { width:80px; }
#store_locator_form .button-set { margin-top:15px; float: right; }
#store_locator_form {position: relative;}
#store_locator_form ul {padding-left: 0;list-style:none;}
#map-container > td {
    padding: 5px 5px;
    border: none;
}

#sl-result-picker {
    position: absolute;
    left: 0;
    top: -15px;
    width: 300px;
    z-index: 10000;
    margin: 0;
}

#sl-result-picker a {
    cursor: pointer;
}

#storelocator-container { width:auto; height:435px; overflow:hidden; font-family:Arial, sans-serif; font-size:11px; border:1px solid #bbafa0; background:white; }
#storelocator-container #sidebar { background:#fff; overflow:auto; width:200px; height:100%; color:#444; font-size:12px; line-height:1.3em; }
#storelocator-container #sidebar .featured { font-weight:bold; color:red; }
#sidebar .sidebar-entry-wrapper {
    display: block;
    border-bottom: 1px solid #ddd;
    padding: 6px 8px 4px 35px;
    cursor: pointer;
    background-color: #fff;
    text-decoration: none;
}
#storelocator-container #sidebar  .sidebar-entry-wrapper address { color:#444; }
#storelocator-container #sidebar .sidebar-entry-container {width: 200px;}
#storelocator-container #sidebar .sidebar-entry-container:last-child .sidebar-entry-wrapper { border:none; }
#storelocator-container #sidebar .sidebar-entry-container img { float:left; margin-left:-30px; }
#storelocator-container #sidebar .featured .sidebar-entry-wrapper { background:#fcf7df; }
#storelocator-container #sidebar .sidebar-entry-wrapper:after { content:""; display:table; clear:both; }
#storelocator-container #sidebar .sidebar-entry-wrapper { *zoom:1; }

#map { overflow:hidden; height:435px; font-size:14px; line-height:1.3em; }
.col2-right-layout #map,
.col2-left-layout #map { width:100%; }
.col1-layout #map { width: 100%; }
#tag-container { margin-top:10px; }
#tag-container div { display:inline; }
#locations-reset { cursor:pointer; }
.dir-btn {
    background-color:#ffffff !important;
    border:1px solid #7671b1;
    color:#7671B1;
    display:inline-block !important;
    font-weight:bold;
    height:20px;
    line-height:20px;
    min-width:54px;
    padding:0 8px;
    text-align:center;
    text-decoration:none;
    text-transform: uppercase;
    }
.dir-btn:hover { background-color:#7671b1 !important; border:1px solid #C6C6C6; box-shadow:0 1px 1px rgba(0, 0, 0, 0.1); color:#ffffff; text-decoration:none; }
.dir-btn:active { box-shadow:0 1px 2px rgba(0, 0, 0, 0.3) inset; }
div.directions {
    width:90%;
    margin:5px auto;
    }

#map img {
    max-width: none;
}

#map-container .pager .pages{
    margin: 0 auto;
}

#store_locator_form .location-search #address {
    width: 300px;
}

@media (max-width: 440px) {
    #store_locator_form .fieldset {
        padding: 0;
        min-width: 0;
        width: 100%;
    }

    #store_locator_form .location-search li.first {
        width: 100%;
    }

    #store_locator_form .location-search #address {
        width: 100%;
    }

    #store_locator_form .button {
        margin-left: 10px;
    }
}
@charset "UTF-8";

body {
    font-family: "Avenir W01",Arial,sans-serif;
}

h3 {
    font-size: 18px;
    margin-bottom: 15px;
}

ul li, ol li {
    list-style: none outside none;
}

.fleft {
    float: left;
}

.fright {
    float: right;
}

.cbh15 {
    clear: both;
    height: 15px;
    overflow: hidden;
}

.small {
    color: #55548a;
    font-size: 13px;
}

.vertDiv {
    font-size: 16px;
    padding: 0 17px;
}

#reward-history .a-right {
    text-align: right !important;
}

.a-right {
    text-align: center !important;
}

.a-center input {
    text-align: center;
}

.clearer {
    clear: both;
}

.link-print {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
}

a {
    text-decoration: none;
}

a.button, button.button span, a.button span, button.button span span {
    background: none repeat scroll 0 0 #414396;
    text-transform: uppercase;
}

a.button, button.button span {
    padding: 4px 0 4px 20px;
}

a.button span, button.button span span {
    color: #fff;
    padding: 0 20px 0 0;
}

.display-none {
    display: none;
}

button.loading span span:before {
    content: url("http://www.hankypankyltd.netdna-cdn.com/skin/frontend/hankypanky/default/images/ajax-loader-for-button.gif") !important;
}

#wishlist-view-form button.loading span span:before {
    display: block;
    float: left;
    margin: 2px;
}
.tool-tip-link {
    cursor: pointer;
    position: relative;
}

.tool-tip-link .content {
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top,  #ffffff 0%, #f1fdf7 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f1fdf7)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #ffffff 0%,#f1fdf7 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #ffffff 0%,#f1fdf7 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #ffffff 0%,#f1fdf7 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #ffffff 0%,#f1fdf7 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f1fdf7',GradientType=0 ); /* IE6-9 */
    box-shadow: 0 0 6px #666666;
    display: none;
    height: auto;
    min-width: 200px;
    padding: 5px;
    position: absolute;
    z-index: 100;
}

.tool-tip-link:hover .content, .tool-tip-link:active .content {
    display: block;
    top: -88px;
    left: -125px;
}

.fancybox-inner {
    overflow-y: auto !important;
    overflow-x: hidden !important;
    text-align: left;
}

.slick-prev:before, .slick-next:before {
    color: #cacaca;
}

.form-list li {
    margin-bottom: 6px;
}

.please-wait {
    border-color: #414396;
    color: #414396;
}

.required em {
    color: #000;
    margin-left: 3px;
}

.page {
    width: 1024px;
}

.wrapper {
    padding: 0;
}

.main {
    margin: auto;
    width: 960px;
}

.main {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: medium none;
}

.col-main {
    padding: 0;
}

.col2-left-layout .col-left {
    width: 186px;
}

.col2-left-layout .col-main {
    width: 763px;
}

.col2-right-layout .col-main {
    width: 763px;
}

.col2-right-layout .col-right {
    width: 172px;
}

.col3-layout .col-wrapper {
    width: auto;
}

.col3-layout .col-left {
    margin-right: 11px;
    width: 186px;
}

.col3-layout .col-main {
    width: 566px;
}

.col3-layout .col-right {
    width: 172px;
}

.page-title {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: medium none;
}

.col1-layout .col-main .page-title {
    margin: 0;
    padding: 0;
    text-transform: capitalize;
}

.page-popup .page-title, .col-main .page-title {
    margin: 0;
}

.page-title h1, .page-title h2 {
    color: #333;
    font: 26px "Perpetua W01","Times New Roman",serif;
}

.breadcrumbs {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    font-size: 10px;
    padding: 4px 33px;
    width: 960px;
}

.breadcrumbs li span {
    margin: 0 3px;
}

.breadcrumbs li span, .breadcrumbs a {
    color: #4541a0;
}

.col-main .block .block-content {
    padding: 0;
}

.header {
    min-height: 98px;
    padding: 0;
    width: 960px;
    z-index: 999;
}

.header-container {
    border-bottom: 1px solid #d9d9d9;
    padding: 0 32px 1px;
}

.header a img {
    float: right;
}

.slogan {
    color: #555588;
    font: italic bold 17px "Perpetua W01","Times New Roman",serif;
}

.header-callout {
    float: right;
}

.welcomeImage {
    margin-top: 10px;
}

.header-callout span.shipping {
    color: #ea1778;
    font-size: 14px;
    text-transform: uppercase;
}

.accountLinks {
    box-shadow: 0 0 5px #acacac;
    color: #7671b1;
    height: auto;
    overflow: hidden;
    position: relative;
    right: 0;
    top: 8px;
    width: 197px;
}

.accountLinksShadow {
    background: url("http://www.hankypankyltd.netdna-cdn.com/skin/frontend/hankypanky/default/images/triangle-up.png") no-repeat scroll 83px 0 rgba(0, 0, 0, 0);
    padding-top: 5px;
    position: absolute;
    right: 21px;
    top: 100px;
}

.header-chat {
    font-size: 13px;
    line-height: 22px;
    margin-left: 70px;
}

span#psgYjJl {
    font-size: 12px;
    font-weight: bold;
    padding-left: 26px;
}

.header .form-search {
    padding: 0;
}

.header .form-search input.input-text {
    background: url("http://www.hankypankyltd.netdna-cdn.com/skin/frontend/hankypanky/default/images/searchbg.png") no-repeat scroll right top transparent;
    border: 0 none;
    height: 30px;
    padding: 0;
    width: 180px;
}

.header .form-search a.button, .header .form-search button.button span, .header .form-search a.button span, .header .form-search button.button span span {
    background-color: rgba(0, 0, 0, 0);
    background-image: url("http://www.hankypankyltd.netdna-cdn.com/skin/frontend/hankypanky/default/images/searchbutton.png");
    background-repeat: no-repeat;
}

.header .form-search a.button, .header .form-search button.button span {
    height: 22px;
    width: 28px;
}

.header .form-search button.button span span {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
}

.header.form-search button.button {
    margin: 0;
}

.header .form-search input.input-text {
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #d7d7d7;
    height: 27px;
    padding: 0 5px;
}

.header .form-search button {
    display: none;
}

.header-quote {
    border: 1px solid #414397;
    color: #414397;
    display: block;
    font-size: 18px;
    margin: 15px auto;
    padding: 10px 0;
    width: 850px;
}

.header-panel {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    line-height: 20px;
    padding: 0;
    text-align: center;
    z-index: 994;
}

.header-panel p {
    margin-top:12px;
    color: #ea1778;
    font-size: 14px;
    text-transform: uppercase;
}

.header ul.links, .header ul.links li {
    display: block;
}

.header form {
    float: left;
}

.header a img {
    float: left;
}

.branding {
    float: left;
    height: 97px;
    left: 0;
    margin: 0;
    position: relative;
    top: 0;
}

.header .quick-access {
    margin-top: 36px;
    padding: 0;
    width: auto;
}

.header .quick-access .links li a {
    color: #7671b1;
    text-transform: none;
}

#searchContainer {
    height: 30px;
    position: absolute;
    right: 98px;
    width: 192px;
}

.nav {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.nav li,
.nav li.sub-right {
    position: relative;
    display: inline-block;
    float: left;
}
.nav li > a {
    display: block;
    padding: 9px 10px;
    text-decoration: none;
    font-family: "Perpetua W01","Times New Roman",serif;
    font-size: 19px;
}
.nav li > a:hover,
.nav li > a:focus,
.nav li > a:active {
    color: #55548a;
}
.nav li a.sale-category {
    color: #F13793;
}
.nav li a.sale-category:hover,
.nav li a.sale-category:focus,
.nav li a.sale-category:active {
    color: #55548a;
}
.nav li a.active {
    color: #55548a;
}
.nav li .submenu {
    display: none;
    position: absolute;
    border: 1px solid #ddd;
    background: #FFF;
    top: 40px;
    width: auto;
    left: 0;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.25);
    -moz-box-shadow:    0px 0px 5px 0px rgba(50, 50, 50, 0.25);
    box-shadow:         0px 0px 5px 0px rgba(50, 50, 50, 0.25);
    white-space: nowrap;
}
.nav li.sub-right .submenu {
    left: auto;
    right: -100px;
}
.nav li:hover .submenu { display: block; }
.submenu ul {
    display: inline-block;
    top: auto;
    left: auto;
    border: none;
    padding: 10px 0;
    min-width: 180px;
    -webkit-box-shadow: none;
    -moz-box-shadow:    none;
    box-shadow:         none;
    vertical-align: top;
}
.submenu ul li {
    display: block;
    width: auto;
    clear: both;
}
.submenu ul li a {
    display: block;
    font-size: 12px;
    font-family: "Avenir W01",Arial,sans-serif;
    color: #55548a;
    padding: 8px 28px 7px 21px;
    clear: both;
}
.submenu ul li a:hover,
.submenu ul li a:focus,
.submenu ul li a:active {
    color: #ea1778;
}

#searchContainer img {
    float: left;
}
#searchContainer .headerLink {
    float: right;
    width: 70px;
}

#search_mini_form {
    display: none;
}

#chatContainer {
    float: left;
    height: 30px;
    overflow: hidden;
}

ul#pronav li.primary-pronav-item .sub.sub-align-right {
    right:-96px;
}

#myAccount {
    background-color: #ffffff;
    float: left;
    margin-left: -2px;
    margin-top: 0;
}

#myAccount .headerLink {
    font-family: "Perpetua W01","Times New Roman",serif;
    font-size: 19px;
}

#myAccount .accountLinks {
    background-color: #ffffff;
    display: none;
    padding-bottom: 9px;
    position: absolute;
    right: -26px;
    top:5px;
    width: 182px;
    z-index: 1000;
}

#myAccount .links li a {
    color: #414396;
    font-size: 12px;
    font-weight: 500;
    text-transform: none;
}

#myAccount .links li a:hover {
    color: #ed0677;
}

.accountLinks {
    background-color: #ffffff;
    display: none;
    padding-bottom: 9px;
    position: absolute;
    right: -34px;
    top: 1px;
    width: 197px;
    z-index: 1000;
}

.header .quick-access .links {
    float: left;
    line-height: 24px;
    margin-left: 13px;
    margin-top: 15px;
    padding-bottom: 0;
    white-space: nowrap;
}

.header .quick-access .links li {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
}

.header .quick-access .links li a {
    color: #7671b1;
    font-size: 12px;
    text-transform: none;
}

.headerLink {
    display: block;
    font-size: 12px;
    height: 30px;
    text-decoration: none;
}

.headerLink span {
    display: block;
    font-weight: bold;
    padding-top: 4px;
}

#cartHeader {
    font-family: "Perpetua W01","Times New Roman",serif;
    font-size: 19px;
    margin-top: 1px;
}

.top-cart {
    cursor: pointer;
    float: right;
}

.top-cart-count {
    background: none repeat scroll 0 0 #ea2f5a;
    border-radius: 10px;
    box-shadow: 1px 1px 4px #888888;
    color: white;
    display: block;
    min-width: 22px;
    position: absolute;
    right: -20px;
    text-align: center;
    top: -10px;
}

.top-cart .block-content table td .cart-price{
    margin-left: 38px;
}

.top-cart .block-content table td .cart-price .price{
    font-weight: bold;
}

.top-cart .block-title {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    cursor: pointer;
}

.top-cart .block-content:before {
    content: url("http://www.hankypankyltd.netdna-cdn.com/skin/frontend/hankypanky/default/images/triangle-up.png");
    height: 13px;
    position: absolute;
    right: 30px;
    top: -13px;
    width: 19px;
}

.top-cart .block-content {
    box-shadow: 0 0 6px 0 #666;
    margin-top: 10px;
    width: 335px;
}

.top-cart .inner-wrapper {
    border: medium none;
    margin: 20px;
}

.top-cart .block-content .block-subtitle {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border-bottom: 1px solid #ddd;
    color: #222222;
    font-size: 11px;
    line-height: 28px;
    padding: 0 0 10px;
    text-transform: none;
}

.top-cart .block-content .block-subtitle button {
    float: right;
}

.top-cart .block-content .item {
    padding: 9px;
}

#mini-cart li:nth-child(2) {
    background-color: #f8eeff;
}

.top-cart .block-content .personalisedBack{
    background-color: #fff0c7;
}

.symbol{
    padding: 0 2px;
    height: 25px;
    width: 16px;
    display:inline-block;
    margin: -5px 2px 0 3px;
    border:1px #d8d8d8 solid;
}
#my-orders-table .symbol {
    margin-top: -3px;
}

.miniCarPersonalizableObjImg .symbol{
    height: 25px;
    width: 16px;
    margin: -1px 1px 0 1px;
}

.top-cart .block-content .free-shipping-item {
    border: 1px solid #ed0677;
    color: #ed0677;
    padding: 4px;
    margin-bottom: 10px;
    font-weight: bold;
    padding-left: 10px;
    font-size: 11px;
}

.top-cart .block-content .free-shipping-callout-title, .free-shipping-callout-difference {
    font-size: 13px;
    font-weight: bold;
}

.top-cart .block-content .item .product-name a {
    font-family: "Avenir W01",Arial,sans-serif;
    font-weight: 700;
}

.mini-products-list .product-image {
    border: 1px solid #ddd;
    display: block;
    margin-right: 0;
    overflow: hidden;
    width: 44px;
}

.mini-products-list .product-image img {
    float: left;
    margin-left: -10px;
}

.top-cart {
    padding-left: 0;
}

.top-cart .btn-edit, .top-cart .btn-remove {
    color: #414396;
    text-transform: lowercase;
}

.top-cart .actions {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    padding: 5px 0 5px 11px;
}

.top-cart .actions a {
    color: #414396;
    font-size: 12px;
    font-weight: 700;
    line-height: 29px;
    text-decoration: none;
}

.top-cart .actions a:after {
    content: " ›";
}

.top-cart .actions button.button span, .top-cart .actions button.button span span {
    background: none repeat scroll 0 0 #414396;
}

.top-cart .block-content table th {
    padding: 1px 8px 1px 0;
    text-align: left;
}

.top-cart .block-content table tr {
    float: left;
    margin-right: 10px;
}

.top-cart .btn-edit, .top-cart .btn-remove {
    margin-right: 10px;
    text-decoration: underline;
}

.top-cart .block-content .subtotal {
    font-size: 14px;
    padding: 10px;
    text-align: left;
}

.top-cart .block-content .subtotal .price {
    float: right;
    padding-right: 3px;
}

#headerNav {
    float: left;
    margin-left: 5px;
    margin-top: 70px;
    width: 644px;
}

/* Pronav */
.pn-default {
    background: none;
    /* border-top: 1px solid #d0d0d0; */
    padding: 14px 0 0 1px;
    color: #505050;
    font-weight: normal;
    height: auto;
    line-height: 1em;
    font-size: 13px;
    z-index: 255;
}

.pn-default>li>a {
    display: block;
    margin-bottom:5px;
    margin-top: 5px;
    padding: 10px 10px;
    text-decoration: none;
    font-family: "Perpetua W01","Times New Roman",serif;
    font-size: 19px;
}

.pn-default .primary-pronav-link.active {
    color: #55548a;
}

.pn-default .primary-pronav-link.active:after, #myAccount .headerLink:hover:after {
    bottom: 0;
    content: url("http://www.hankypankyltd.netdna-cdn.com/skin/frontend/hankypanky/default/images/triangle-up.png");
    height: 13px;
    left: 50%;
    top: 23px;
    margin-left: -10px;
    position: absolute;
    width: 19px;
    z-index: 100000;
}

#myAccount .headerLink:hover:after{
    left: 836px;
    top: 88px;
}

ul#pronav li.primary-pronav-item .sub, ul#pronav li.primary-pronav-item .sub ul li.has-children .child-sub {
    top: 36px;
}

ul#pronav li.primary-pronav-item .sub ul li h3 {
    padding: 8px 28px 7px 21px;
}

.primary-pronav-item.sale>a {
    text-transform: uppercase;
}
.primary-pronav-item.sale>a {
    color: #F13793;
}

.pn-default .sub {
    background: #fff;
    width: auto !important;
    box-shadow: 1px 1px 8px #333;
    -webkit-box-shadow: 1px 1px 8px #333;
    -moz-box-shadow: 1px 1px 8px #333;
}

.pn-default .sub a {
    display: block;
    font-weight: normal;
    text-decoration: none;
    white-space: nowrap;
}

.pn-default .sub a:hover {
    color: #F13793;
    text-decoration: underline;
}

/* Specificity required to override Pronav default styles */
ul#pronav li.primary-pronav-item .sub ul li.level-2 a,
ul#pronav li.primary-pronav-item .sub ul li.level-2 h3 {
    font-size: 12px;
}

ul#pronav li.primary-pronav-item .sub ul li.level-2 a {
    font-weight: normal;
}

ul#pronav li.primary-pronav-item .sub ul li a {
    padding: 8px 28px 7px 21px;
}

ul#pronav li.primary-pronav-item .sub ul li a, .pn-default .facet-menu li a {
    color: #55548a;
    display: block;
    font-size: 12px;
    text-decoration: none;
}

ul#pronav li.primary-pronav-item .sub ul.pronav-column li:first-child a,
ul#pronav li.primary-pronav-item .sub ul.pronav-column li:first-child h3 {
    padding-top: 0;
}

ul#pronav li.primary-pronav-item .sub ul.pronav-column li:last-child a {
    padding-bottom: 0;
}

.pn-default .pronav-column {
    float:left;
    vertical-align: top;
    min-height: 153px;
}

.pn-default .column-1 .pronav-column {
    min-height: 0;
}

.pn-default .pronav-column:first-child {
    border-left: none;
}

.pn-default .subcategories-list {
    padding-top: 18px;
    padding-bottom: 11px;
}

.pn-default .subcategories-list  {
    content: "";
    display: table;
    clear: both;
}

ul#pronav li.primary-pronav-item .sub ul li.level-3 a {
    font-size: 12px;
    font-weight: normal;
}

.footer-container {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: none repeat scroll 0 0 #f7f8fa;
    border-color: #dedfe0 -moz-use-text-color -moz-use-text-color;
    border-image: none;
    border-style: solid none none;
    border-width: 1px medium medium;
    font-family: "Avenir W01",Arial,sans-serif;
    margin: 88px auto 0;
    padding: 0;
    width: 1024px;
}

.footer {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    margin: 0 auto;
    padding: 26px 33px 71px;
    position: relative;
}

.footer a {
    font-family: "Avenir W01",Arial,sans-serif;
    font-size: 13px;
}

.footer .footer-banner-promotional{
    margin-top: 25px;
    font-weight: 700;
    font-size: 13px;
}

.footer-bottom-container {
    background-color: #62619b;
    font-family: "Avenir W01",serif;
    margin: 0 auto;
    position: relative;
    width: 1024px;
}

.footer-bottom-container .footer-bottom {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    color: #ffffff;
    font-family: "Avenir W01",serif;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    padding: 17px 0 33px;
    text-align: left;
}

div.bottom-links .middle {
    padding-left: 47px;
    padding-right: 40px;
}

.made-in-usa {
    left: 50%;
    margin-left: -36px;
    position: absolute;
    top: -36px;
}

.form-subscribe {
    width: 376px;
}

.form-subscribe button.button {
    margin-top: 0;
}

button.newsletterButton span, button.newsletterButton span span {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    color: #ffffff;
}

.form-subscribe button.newsletterButton {
    background-color: #62619b;
    color: #444444;
    float: left;
    font-family: "Avenir W01",Arial,sans-serif;
    font-weight: 700;
    height: 32px;
    margin-left: 6px;
    width: 68px;
}

.form-subscribe input.input-text {
    display: block;
    height: 31px;
    padding-left: 5px;
    width: 215px;
}

.form-subscribe label {
    color: #444444;
    display: block;
    font-size: 24px;
    font-weight: normal;
    line-height: 29px;
    margin: 8px 0;
    text-transform: none;
}

.footer-header {
    color: #444444;
    display: block;
    font-size: 18px;
    font-weight: normal;
    margin-bottom: 12px;
    text-transform: none;
}

#footer-contact {
    margin-top: 20px;
}

#footer-contact .footer-header {
    margin-bottom: 3px;
}

#footer-contact .customer-help {
    font-weight: 700;
    font-size: 12px;
}

.footer-contact-button-container .call {
    display: inline-block;
    font-size: 14px;
    color: #444444;
    font-weight: bold;
    margin-left: 5px;
    margin-top: 6px;
}

.footer-contact-button-container {
    padding-top: 12px;
}

#footer-contact .footer-button {
    border: 1px solid #9896c7;
    color: #414397;
    font-weight: 700;
    padding: 5px 35px;
    text-decoration: none;
}

.footer-phone {
    color: #414397;
    font-size: 14px;
    font-weight: 700;
}

.copyright {
    float: left;
    font-family: "Avenir W01",Arial,sans-serif;
    font-size: 12px;
    margin-left: 34px;
}

.back-to-top {
    bottom: 17px;
    display: none;
    position: absolute;
    right: 30px;
}

.footer .form-subscribe input.input-text {
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #dddddd;
    color: #444444;
    height: 20px;
    padding-left: 10px;
    width: 243px;
}

.footer .chat-button {
    display: block;
    float: left;
    font-size: 12px;
    margin-right: 15px;
}
button.newsletterButton span {
    padding: 0;
}

button.newsletterButton span span {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    color: #ffffff;
    font-size: 13px;
    padding: 0 18px;
}

#footer-contact .email-button, .footer ul.links {
    display: none;
}

#footer-contact .email-button {
    float: left;
    margin-right: 15px;
}

.footer .footer-links {
    float: left;
    overflow: hidden;
    width: 557px;
}

.footer .footer-links ul {
    margin: 0;
}

.footer .footer-links ul li {
    line-height: 26px;
    margin: 0;
}

.footer .footer-links ul li a {
    font-size: 12px;
}

.footer .top-links a {
    font-size: 18px;
}

.footer .top-links a:nth-child(2) {
    padding: 0 70px;
}

.footer .top-links a:hover {
    color: #ea1778;
}

.footer .top-links a.middle {
    padding: 0 69px 0 73px;
}

.footer .bottom-links {
    border-top: 1px solid #d9d9d9;
    margin-top: 24px;
    padding-top: 28px;
}

.footer .top-links, .footer .bottom-links, .footer .bottom-links div {
    float: left;
    overflow: hidden;
}
.footer .bottom-links p {
    font: bold 12px "Avenir W01",Arial,sans-serif;
    margin-bottom: 11px;
    text-transform: uppercase;
}
.footer .bottom-links a:hover {
    color: #ea1778;
}
.footer .connect .social {
    float: none;
    margin: 0 0 13px -6px;
    overflow: hidden;
}

/*Upsell product*/

#box-up-sell-hanki .products-grid .product-image img {
    margin-left: -27px;
}

#box-up-sell-hanki .products-grid .product-image {
    border: 1px solid #d7d7d7;
    display: block;
    height: 197px;
    margin-bottom: 3px;
    overflow: hidden;
    width: 142px;
}
#box-up-sell-hanki .products-grid {
    padding: 0px 0 0px 0px;
    margin: 0;
}

#box-up-sell-hanki  .products-grid li {
    width: 148px;
    margin-right: 12px;
    display: inline;
}

.connect .social a {
    background: url("http://www.hankypankyltd.netdna-cdn.com/skin/frontend/hankypanky/default/images/social.jpg") no-repeat scroll 7px 0 rgba(0, 0, 0, 0);
    display: block;
    float: left;
    font-size: 0;
    height: 25px;
    margin-right: 8px;
    width: 20px;
}
.connect .social a.google {
    background-position: -20px 0;
}
.connect .social a.instagram {
    background-position: -48px 0;
}
.connect .social a.pinterest {
    background-position: -74px 0;
}
.connect .social a.twitter {
    background-position: -102px 0;
}
.connect .social a.youtube {
    background-position: -130px 0;
}
.footer .middle {
    padding: 0 60px 0 70px;
}
.footer-bottom .fright {
    font-family: "Avenir W01",Arial,sans-serif;
    font-size: 12px;
    margin-right: 25px;
}
.footer-bottom .fright a {
    color: #fff;
    padding: 0 7px;
}
.cms-home .col1-layout .products-grid, .cms-index-index .col1-layout .products-grid {
    border: medium none;
    padding: 0;
}
.list-header {
    color: #222222;
    font-size: 20px;
    margin: 29px 0 30px;
    text-align: center;
}
.list-header span {
    background: none repeat scroll 0 0 #fff;
    display: inline-block;
    font-family: "Perpetua W01","Times New Roman",serif;
    font-size: 20px;
    padding: 0 20px;
}
.list-header-deco {
    border-top: 1px solid #222;
    margin: -34px auto 22px;
    width: 34%;
}
.shop-our-collection {
    margin-top: 49px;
}
.shop-our-collection img {
    border: 1px solid #cacaca;
}
.shop-our-collection .col-container > div {
    display: inline-block;
    margin-right: 46px;
    vertical-align: top;
    width: 287px;
}
.shop-our-collection .col-container > div:last-child {
    margin-right: 0;
}
.shop-our-collection .col2 a:first-child img {
    margin-bottom: 10px;
}
.customer-favorites {
    margin-top: 49px;
}
.block-viewed {
    overflow: hidden;
    position: relative;
}
.block-viewed.block-list li.item {
    margin: 0 27px 0 0;
}
.block-viewed .arrow {
    background: url("http://www.hankypankyltd.netdna-cdn.com/skin/frontend/hankypanky/default/images/arrows.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
    cursor: pointer;
    height: 24px;
    position: absolute;
    top: 120px;
    width: 24px;
    z-index: 9;
}
.block-viewed .right {
    background-position: 0 0;
    right: 19px;
}
.block-viewed .left {
    background-position: 0 24px;
}
.awis-block .awis-slides-controls .awis-c-right {
    padding-right: 6px;
    top: -216px;
}
.awis-block .awis-slides-controls .awis-c-left {
    padding-left: 7px;
    top: -194px;
}
.awis-block .awis-slides-controls .awis-c-center {
    margin: 0 16px;
}
.awis-block .awis-slides-controls {
    top: -32px !important;
}
.cms-home .col1-layout .product-carousel {
    margin: 0 20px;
}

.product-carousel .price {
    display: block;
    font-family: "Perpetua W01","Times New Roman",serif;
    font-size: 17px;
    font-weight: bold;
    padding-left: 8px;
}

.product-carousel .product-name a {
    font-size: 17px;
}
.product-carousel {
    font-family: "Perpetua W01","Times New Roman",serif;
    font-weight: bold;
}
.product-carousel .products-grid .product-image {
    margin-bottom: 5px;
}
.product-carousel .product-name {
    margin-bottom: 0;
    padding-left: 8px;
}
.product-carousel .product-image {
    margin-bottom: 2px;
}
.product-carousel .slick-prev, .product-carousel .slick-next {
    top: 118px;
}
.product-view {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border-top: medium none;
    margin: 0;
    width: 960px;
}
#showPicture {
    background: none repeat scroll 0 0 #f7f8fa;
    border: 1px solid #d7d7d7;
    display: none;
    margin-bottom: -3px;
    padding: 10px;
    position: absolute;
    z-index: 2000;
}
.product-view .product-shop p {
    font-size: 12px;
    margin: 10px 0;
}
.product-view .product-shop .connect {
    margin-top: -10px;
}
.product-view .product-shop .connect ul {
    margin-top: -29px;
    padding-left: 40px;
    width: 186px;
}
.product-view .product-shop p a {
    color: #404098;
    font-size: 13px;
    font-weight: bold;
}

.add-to-links li,
.product-view .product-essential button.btn-cart span span, .add-to-cart button.btn-cart span span, .product-view .product-essential button.btn-cart span, .add-to-cart button.btn-cart span {
    background: none repeat scroll 0 0 #414396;
}

.add-to-links li {
    margin: 4px 0;
    width: 121px;
    /*padding: 8px 21px;*/
}

.add-to-links a{
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
}

.product-view {
    font-family: "Avenir W01",Arial,sans-serif;
}
.product-view .product-options dl dd.last {


    left: 63px;
    top: -28px;
    position: relative;
}

.product-view .product-shop .product-main-info {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border-bottom: medium none;
    margin: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 5px;
}

.product-view .product-shop .options-container-big .product-options label.required {
    float: none;
    font-size: 13px;
}

.product-main-info .std {
    font-size: 12px;
    margin-top: -12px;
}

.post-list-item h2{
    font-family: "Perpetua W01","Times New Roman",serif;

}

.post-list-item{
    font-family: "Avenir W01",Arial,sans-serif;
    font-size: 10px;
}

.post-list-item hr{
    margin:15px 0 12px 0;
}

#swatch92 {
    /*height: 72px !important;*/
    overflow: hidden;
    margin-bottom: 10px;
}
.more-color {
    color: #414396;
    font-size: 13px;
    font-weight: bold;
}
.more-colors-link {
    display: none;
}
.fancybox-wrap #swatch92 {
    height: 72px !important;
}
.fancybox-wrap .more-colors-link {
    display: block;
    color: #404098;
}

.product-main-info .read-more {
    color: #414396;
    font-size: 13px;
    font-weight: bold;
}
.product-view .product-img-box {
    padding: 12px 0 0;
    width: 394px;
}
.product-view.personalizer .product-img-box {
    padding: 12px 0 0;
    width: 450px;
}
.product-view.personalizer .product-img-box .product-pics {
    text-align: center;
}
.product-view .product-img-box .product-image {
    border: 1px solid #dddddd;
    height: 392px;
    margin-bottom: 5px;
    position: static;
    width: 392px;
}
.product-view .product-shop .price-box .price-label {
    display: none;
    font-size: 11px;
}

.product-view.personalizer .product-shop .price-box .special-price .price  {
    margin-right: 290px;
}

.optionPricesSpecialPrice{
    color: #e22072;
}

.optionPricesOldPrice{
    color: #989696;
    text-decoration: line-through;
}

.product-view .product-shop .price-box .old-price {
    color: #989696;
    text-decoration: none;
}
.product-view .product-shop .price-box .old-price .price {
    color: #989696;
    font-size: 18px;
    font-weight: normal;
}

.product-view .product-shop .price-box .old-price.price {
    color: #989696;
    font-size: 18px;
    font-weight: normal;
    text-decoration: line-through;
}

.minimal-price-link {
    font-family: "Avenir W01",Arial,sans-serif;
    display: block;
    margin: 5px 0;
    text-decoration: none;
    font-size: 11px;
    color: #e22072;
}

.price-box .special-price .price {
    color: #444444;
    font-size: 17px;
    font-weight: normal;
}

.product-view .product-shop .price-box .special-price .price {
    color: #444444;
    font-size: 18px;
    font-weight: normal;
    margin-left: 5px;
}


.product-view .product-shop .price-box .regular-price.price {
    font-size: 18px;
    font-weight: normal;
}

.product-view .product-shop .price-box .special-price.price {
    color: #e22072;
    font-size: 18px;
    font-weight: normal;
}

.product-view .product-shop .ratings {
    margin-bottom: 12px;
    /*margin-top: -7px;*/
}
.product-view .product-shop .ratings .rating-links a {
    color: #404098;
    font-size: 11px;
    font-weight: bold;
    margin-left: 6px;
    text-decoration: none;
}
.product-view .product-img-box .more-views li {
    margin-right: 10px;
}

.product-img-box .more-views li a.zoomThumbActive img {
    border: 1px solid #414397;
}

.product-img-box .more-views li a img {
    width: 68px;
}

.pdp-image-wrap {
    position: relative;
}
.zoomWrapperImage {
    border: 1px solid #eee;
    overflow: hidden;
    position: absolute;
}
.product-view .product-shop {
    float: left;
    padding: 0 0 0 26px;
    margin-top: -34px;
}
.product-options dd select {
    width: auto;
}
.product-view .product-options-bottom {
    margin: 18px 0 5px;
}
.product-view .product-options-bottom .price-box {
    display: none;
}
.product-view .product-options-bottom {
    width: 566px !important;
    margin: 0 0 5px;
}

.product-view .product-options-bottom .add-to-cart {
    float: left;
    padding: 0 0 20px 2px;
    left: 0px !important;
}
.product-view .product-options-bottom p.required {
    display: none;
}
.options-container-big {
    border: medium none;
    padding: 0;
}
.product-view .product-shop .add-to-links {
    float: left;
    margin-left: 40px;
    margin-top: -4px;
}
.product-view .product-name h1 {
    color: #444444;
    font-family: "Perpetua W01","Times New Roman",serif;
    font-size: 26px;
}
.product-view .product-shop .availability {
    display: none;
}
.product-view .product-shop .price-box .price-including-tax .price, .product-view .product-shop .price-box .regular-price .price {
    color: #111111;
    font-family: "Perpetua W01","Times New Roman",serif;
    font-size: 24px;
    font-weight: normal;
}
.product-view .product-shop .price-box {
    margin-top: -2px;
}

#swatch194-value {
    display: none;
}

#sss_swatch194 a {
    margin-right: 5px;
}

#sss_swatch194 a.colorswatch {
    border: 1px solid #cccccc;
}

.fancybox-inner {
    overflow: hidden !important;
}

.fancybox-inner .product-view {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border-top: medium none;
    margin: 0;
    width: 812px;
}

.fancybox-inner .product-view .product-shop .price-box .special-price .price {
    color: #444444;
    float: right;
    font-size: 18px;
    font-weight: normal;
    margin-right: 265px;
}

.fancybox-inner .product-view .product-shop .connect .social a {
    margin-right: 1px;
}

.product-shop .size-chart-link {
    margin-top: 25px !important;
}

.box-collateral .box-title {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border-color: -moz-use-text-color;
    border-image: none;
    border-style: dotted none none;
    border-width: 1px medium medium;
    margin: 20px 0 0;
    padding-bottom: 8px;
    padding-left: 0;
    padding-top: 8px;
}
.box-collateral .box-title h2 {
    color: #181818;
    font-family: "Perpetua W01","Times New Roman",serif;
    font-size: 24px;
    font-weight: normal;
    line-height: 1.2;
}
.box-collateral .box-content {
    padding: 20px 0;
}
.product-view .box-related input.checkbox {
    display: none;
}
.product-name a {
    color: #423E93;
    font-family: "Perpetua W01","Times New Roman",serif;
    font-size: 25px;
    font-weight: normal;
    text-decoration: none;
}
.product-view .product-shop .product-ids {
    color: #000;
    display: block;
    font: bold 12px arial;
    text-transform: none;
    margin-bottom: 14px;
}
.product-view .qty-container {
    position: relative;
    top: -70px;
    left: 230px;
}
.super-attribute-swatch-box1 {
    width: 200px;
    position: relative;
    left: -33px;
}
.product-options label.required {
    float: left;
}
.product-options dd {
    border-bottom: 0 none;
    margin-bottom: 8px;
}
.product-view .product-essential button.btn-cart span {
    padding: 0 5px 7px 41px !important;
}
.product-view .product-essential button.btn-cart span span {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    font-size: 14px !important;
    font-weight: normal !important;
    padding: 3px 34px 61px 3px !important;
    text-transform: uppercase;
}
.product-shop .connect, .product-shop .connect p, .product-shop .social {
    width: 610px;
    float: left;
}
.product-shop .connect p {
    font-size: 12px;
    text-transform: uppercase;
}
.product-shop .connect p span {
    color: #e86d98;
    text-transform: capitalize;
}
.product-shop .connect .social a {
    margin-right: 4px;
}
.product-shop .connect .shipping-info {
    color: #ea1778;
    float: right;
    font-size: 13px;
    font-weight: bold;
    margin-right: -199px;
    margin-top: -31px;
}
.product-shop .connect .shipping-link {
    color: #414396;
    float: left;
    font-size: 13px;
    font-weight: bold;
    margin-left: 198px;
    margin-top: -10px;
}

.product-options-bottom .link-compare {
}
.product-view .link-wishlist {
    background: url("http://www.hankypankyltd.netdna-cdn.com/skin/frontend/hankypanky/default/images/love.png") no-repeat scroll 0 7px rgba(0, 0, 0, 0);
    color: #414396;
    display: block;
    font-size: 12px;
    line-height: 15px;
    padding-left: 28px;
    padding-top: 4px;
    font-weight: bold;
}
.product-view .product-img-box .more-views {
    float: left;
    width: 256px;
}
.product-view .product-img-box .zoom-notice {
    float: right;
    font-size: 12px;
    margin-top: 8px;
    text-align: left;
    width: 120px;
}
.product-view .product-img-box .zoom-notice .hover, .product-view .product-img-box .zoom-notice .enlarge {
    float: left;
    padding: 3px 2px;
    width: 45px;
}
.product-view .product-img-box .zoom-notice .hover {
    background: url("http://www.hankypankyltd.netdna-cdn.com/skin/frontend/hankypanky/default/images/magnify.png") no-repeat scroll 21px 6px rgba(0, 0, 0, 0);
    padding-left: 20px;
}
.product-view .product-img-box .zoom-notice .enlarge {
    border-left: 1px solid #d7d7d7;
    padding-left: 5px;
}
.product-view p.size-chart {
    font-size: 13px;
    margin: 20px 0 18px;
}
.size-chart {
    font-size: 13px;
    width: 696px;
}
.size-chart p.title {
    border-bottom: 1px solid #d7d7d7;
    font-size: 22px;
    margin-bottom: 20px;
}
.size-chart .tabs {
    border-bottom: 1px solid #d7d7d7;
    margin-bottom: 20px;
    padding: 20px 0;
}
.size-chart .tabs li {
    border-right: 1px solid #494574;
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
}
.size-chart .tabs li a {
    color: #494574;
    display: block;
    padding: 0 25px;
}
.size-chart .tabs li:last-child {
    border-right: medium none;
}
.size-chart .tabs li a.active {
    text-decoration: underline;
}
.size-chart table {
    border-collapse: collapse;
    width: 100%;
}
.size-chart td, .size-chart th {
    border: 1px solid #cfcfcf;
}
.size-chart thead tr th:first-child {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: medium none;
}
.size-chart .cms-mobile {
    display: none !important;
}
.size-chart thead, .size-chart tbody tr:nth-child(2n) {
    background-color: #e9e9e9 !important;
}
.size-chart tbody tr:nth-child(2n+1) {
    background-color: #ffffff !important;
}

.size-chart th, .size-chart thead td {
    font-weight: bold !important;
}
.size-chart th {
    padding: 1px 7px !important;
}
.size-chart td {
    padding: 1px 3px !important;
}
.size-chart thead th, .size-chart tbody td {
    text-align: center;
}

.size-chart-table{
    border-collapse: collapse;
}
.size-chart .w100 {
    width: 100%;
}
.size-chart-table td, .size-chart-table th {
    border: 1px solid #ADAEB2;
    padding: 1px 8px;
}
.size-chart-table .blank-item{
    border-top: 0px;
    border-left: 0px;
    background: #FFFFFF;
}
.size-chart td, .size-chart th {
    color: #585858;
    font-size: 13px;
    text-align: center;
}
.size-chart .inch:after {
    content: '"';
}
.size-chart-table td {
    vertical-align: bottom;
}
.cms-both-mini {
    float: left;
    margin-left: 80px;
}
.clear {
    clear: both;
}
.size-chart-title {
    margin-left: 40px;
    margin-bottom: 15px;
}
.cms-both-mini thead td {
    padding: 1px 10px !important;
}
.giftcard-form label {
    font-size: 12px;
    font-weight: bold;
}
.giftcard-amount-form {
    margin: 20px 0 10px;
}
.giftcard-amount-form .form-list label {
    float: left;
}
.giftcard-amount-form #amount_label_select {
    margin-top: -8px;
}
.giftcard-send-form {
    border-top: medium none;
    margin: 0 -26px;
    padding: 6px 22px 7px;
}
.giftcard-send-form .form-list label {
    display: block;
    float: none;
    margin-bottom: 3px;
    padding-bottom: 0;
}
.giftcard-send-form .form-list li.fields .field {
    clear: none;
    float: left;
    margin-right: 10px;
    width: 250px;
}
#giftproductview .product-shop {
    float: left;
    padding: 0 0 0 26px;
    margin-top: 10px;
}
.giftcard-amount-form .form-list .input-box {
    padding-right: 20px;
    margin-right: 9px;
    margin-top: -10px;
}

.giftcard-send-form .field .input-text {
    width: 244px !important;
}
.giftcard-send-form .form-list textarea {
    height: 65px;
    width: 534px;
}
.options-container-big.gift-options .options-list input.radio {
    display: block;
    float: none;
    margin: 7px 0;
    position: relative;
    right: -56px;
}
.options-container-big.gift-options .options-list .label {
    color: #414396;
    font-size: 11px;
    font-weight: bold;
    margin-left: 0;
    text-align: center;
}
.options-container-big.gift-options .options-list li {
    float: left;
    width: 128px;
}
.options-container-big.gift-options dd {
    border-bottom: medium none;
}
.options-container-big.gift-options .qty-container, .options-container-big.gift-options .product-options-bottom {
    display: none;
}
.options-container-big.gift-options .product-options .validation-error .options-list, .options-container-big.gift-options .product-options ul.validation-failed {
    border: medium none !important;
    padding: 0 !important;
}
.options-container-big.gift-options .add-to-cart {
    display: none;
}
.gift-message-form .inner-box {
    height: 251px;
    overflow: auto;
    padding: 0;
}
.gift-message-form {
    background: none repeat scroll 0 0 #f7f8f9;
    border: medium none;
    margin-left: 21px;
    margin-top: -4px;
}
.gift-options-for-order {
    padding: 0;
}
.gift-message-form .fieldset textarea {
    width: 243px;
}
.gift-options-for-order .fieldset p {
    font-size: 14px;
    padding: 0;
}
.product-view .box-related li.item {
    margin-right: 24px;
    overflow: hidden;
    width: 140px;
}
.product-view .box-related li.item.last {
    margin-right: 0;
}
.product-view .box-related .note {
    display: none;
}
.product-view .box-related li.item .product-image {
    float: none;
    height: 192px;
    margin: 0;
    overflow: hidden;
    width: 138px;
}
.product-view .box-related li.item .product-image img {
    border: 1px solid #ddd;
    height: 192px;
    width: 138px;
}
.product-view .box-related li.item .product-details {
    margin: 10px 0 0;
}
.product-view .box-related .product-name a {
    color: #232323;
    font-family: "Perpetua W01","Times New Roman",serif;
    font-size: 18px;
    line-height: normal;
}
.product-view .box-related .price-box {
    margin: 0;
}
.product-view .box-related .price-box .price {
    color: #1a1a1a;
    font-family: "Perpetua W01","Times New Roman",serif;
    font-size: 18px;
    line-height: normal;
}
ul.share-links li {
    display: inline-block;
}
ul.share-links li a.share.email {
    background-position: -161px 0;
}
ul.share-links li a.share.google {
    background-position: -21px 0;
}
.review-form-add h2 {
    border-bottom: 1px solid #d7d7d7;
    font-size: 20px;
    margin-bottom: 20px;
    padding-bottom: 5px;
}
#review-form label {
    float: left;
}
#review-form .form-list .input-box {
    clear: both;
}
.review-form-add p.required {
    color: #000000;
    float: right;
    width: auto;
}
.review-form-add h3 {
    font-weight: normal;
    margin-bottom: 15px;
}
.review-form-add h3 span {
    font-weight: bold;
}
.review-form-add ul.form-list {
    clear: both;
    overflow: hidden;
}
.review-form-add h4 {
    margin-bottom: 15px;
}
.review-form-add .raty {
    display: inline;
    margin-left: 5px;
}
.review-form-add .form-list input.input-text, .review-form-add .form-list textarea {
    padding: 5px;
    width: 350px;
}
.fancybox-close {
    background: url("http://www.hankypankyltd.netdna-cdn.com/skin/frontend/hankypanky/default/images/raty/close.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
    right: -11px !important;
    top: 11px !important;
}
.fancybox-skin {
    border-radius: 0;
}
body #fancybox-overlay.overlay-fixed {
    background: none repeat scroll 0 0 #333;
    opacity: 0.7 !important;
}
#customer-reviews {
    background: none repeat scroll 0 0 #f5f5f5;
    float: left;
    margin: 30px 0 40px;
    padding: 20px;
    width: 920px;
}
.catalog-product-view .pager {
    display: none;
}
#customer-reviews .pager {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border-color: -moz-use-text-color -moz-use-text-color #ddd;
    border-image: none;
    border-style: none none solid;
    border-width: 0 0 1px;
    display: block;
    font-size: 12px;
    padding: 0 0 15px;
}
#customer-reviews .pager a#reviews-list {
    font-size: 20px;
    margin-right: 20px;
}
li.review-item {
    border-bottom: 1px solid #ddd;
    font-size: 13px;
    padding-bottom: 20px;
}
.rating-box {
    background: url("http://www.hankypankyltd.netdna-cdn.com/skin/frontend/hankypanky/default/images/bkg_rating.gif") repeat-x scroll 0 100% rgba(0, 0, 0, 0);
}
.rating-box .rating {
    background: url("http://www.hankypankyltd.netdna-cdn.com/skin/frontend/hankypanky/default/images/bkg_rating.gif") repeat-x scroll 0 0 rgba(0, 0, 0, 0);
}
#customer-reviews .limiter select {
    margin-left: 10px;
    width: 100px;
}
#review-form label {
    display: block;
    float: none;
    text-align: left;
}
#review-form #product-review-table {
    display: none;
}
.review-list .review-item {
    margin-bottom: 20px;
}
.review-item .ratings-table {
    float: left;
    margin-right: 10px;
}
.product-list-header .page-title, .catalogsearch-result-index .page-title {
    float: left;
    margin: 0;
    padding: 0;
}

.catalogsearch-result-index .note-msg {
    margin: 35px 0;
    font-family: "Perpetua W01","Times New Roman",serif;
    font-size: 21px;
}

.catalogsearch-result-index .note-msg  span{
    font-weight: bold;
}


.header .form-search .search-autocomplete ul {
    background-color: #ffffff;
    border-top: 1px solid #c7c7c7;
    margin-top: 5px;
    width: 190px;
}
.header .form-search .search-autocomplete ul li:hover {
    background-color: rgba(155, 150, 199, 0.2);
}
.search-autocomplete li span.amount {
    display: none;
}
#narrow-by-list-left {
    margin-top: 20px;
}
.block-layered-nav .block-title {
    padding-top: 12px !important;
    padding-bottom: 0px !important;
    padding-left: 2px !important;
}
.sidebar .block-layered-nav dl {
    margin-top: 0;
    padding: 10px 0 17px;
}
.sidebar .block-layered-nav dt a {
    color: #7671b1;
    font-size: 14px;
    font-weight: normal;
    padding-left: 13px;
    text-transform: uppercase;
}
.sidebar .block-layered-nav .currently {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border-color: -moz-use-text-color -moz-use-text-color #dddddd;
    border-image: none;
    border-style: none none dotted;
    border-width: medium medium 1px;
    margin-top: 20px;
    padding: 0;
}
.sidebar .block-layered-nav .currently li {
    border: 1px solid #9b96c7;
    display: inline-block;
    margin: 0 5px 8px 0;
    padding: 5px 16px 5px 5px;
}
.sidebar .block-layered-nav .currently li:hover {
    background-color: #9b96c7;
    color: #fff;
    cursor: pointer;
}
.sidebar .block-layered-nav .currently li .btn-remove {
    padding-right: 4px;
    position: absolute;
    right: -6px;
    top: 3px;
}
.sidebar .block-layered-nav .currently li .label {
    display: none;
}

.sidebar .block-layered-nav .currently li:hover .btn-remove {
    background: url("http://www.hankypankyltd.netdna-cdn.com/skin/frontend/hankypanky/default/images/btn_remove_hover.gif") no-repeat 0 0;
}

.block-layered-nav .narrow-by-list .gan-attribute {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    margin: 0;
    padding: 0;
}
.sidebar .block-layered-nav dt a.deactive {
    background: url("http://www.hankypankyltd.netdna-cdn.com/skin/frontend/hankypanky/default/images/navigation.png") no-repeat scroll -8px -63px rgba(0, 0, 0, 0);
}
.sidebar .block-layered-nav dd li {
    font-size: 12px;
    margin: 10px 0;
}

.sidebar .block-layered-nav dd li:hover {
    color: #ea1778;
    list-style-type: disc;
}

.sidebar .block-layered-nav dd li:hover a {
    color: #ea1778;
    text-decoration: none;
}

.sidebar .block-layered-nav dd li.active {
    list-style-type: disc;
}

.sidebar .block-layered-nav dd li a.active {
    color: #414397;
}

.sidebar .block-layered-nav .block-subtitle {
    display: none;
}
.block.block-layered-nav .block-content, .block.gan-sidebar-nav .block-content {
    border: medium none;
}
.block-layered-nav .narrow-by-list .gan-attribute {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
}
.block-layered-nav .narrow-by-list dt .filter-name {
    color: #4541a0;
    font-family: "Perpetua W01","Times New Roman",serif;
    font-size: 16px;
    font-weight: 300;
}
.block-layered-nav .narrow-by-list dt .filter-name {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    padding: 0 13px;
}
.block-layered-nav .narrow-by-list dt .filter-name:before {
    content: url("http://www.hankypankyltd.netdna-cdn.com/skin/frontend/hankypanky/default/images/layered-nav-arrow-open.png");
    display: block;
    height: 7px;
    left: 0;
    position: absolute;
    width: 7px;
}
.block-layered-nav .narrow-by-list dt.filter-content-hide .filter-name:before {
    content: url("http://www.hankypankyltd.netdna-cdn.com/skin/frontend/hankypanky/default/images/layered-nav-arrow-closed.png");
}
.narrow-by-list dd ol.image-align-horizontally li, ul.image-align-horizontally li {
    display: block;
    float: left;
    margin: 2px 0;
}
#gan-block-content-left {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: medium none;
}
#gan-block-content-left .block-subtitle {
    display: none;
}
.gan-attribute .filter-name {
    color: #555588;
    font-size: 17px;
    font-weight: 400;
}
#advancednavigation-filter-content-color_family-left img,
#advancednavigation-filter-content-size-left img{
    height: 18px;
    width: 18px;
    border: 1px solid #cccccc;
    margin-right: 2px;
    padding: 0px;
}
.toolbar {
    float: right;
    font-size: 12px;
    margin-top: 10px;
    text-align: right;
}
.toolbar a {
    color: #7671b1;
    margin-left: 5px;
}
.toolbar .pages {
    display: inline-block;
    margin-right: 10px;
}
.toolbar .pages li {
    display: inline-block;
    margin-left: 5px;
}
.toolbar .pages li.current {
    font-weight: bold;
}
.toolbar .view-mode {
    display: none;
}


.toolbar select {
    border: 0 none;
    font-weight: 600;
    font-size:12px;
    padding: 0;
}
.toolbar .sort-by a {
    display: none;
}
.toolbar .sort-by {
    margin-right: 20px;
}
.toolbar .sort-by select {
    margin-left: -4px;
    margin-top: -3px;
    padding: 0;
}
.toolbar .sort-by {
    display: inline-block;
}
.toolbar .sort-by select {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: medium none;
}

.toolbar .items-per-page{
    margin-left:4px;
}
.toolbar label{
    font-size:12px;
    font-weight: 800;
}

.toolbar-bottom .toolbar {
    margin-top: 0;
}
.category-view, .results-view {
    margin: 0;
}
.category-products {
    padding-top: 10px;
}
.products-grid {
    margin-bottom: 13px;
    padding-left: 0;
}
.products-grid li.item {
    margin: 0 27px 0 0;
    padding: 0;
    position: relative;
    width: 170px;
}
.products-grid li.item.last {
    margin-right: 0;
}
.products-grid .product-name {
    text-align: center;
}
.products-grid .category-image {
    border: 1px solid #d7d7d7;
    display: block;
    height: 338px;
    margin: 0 auto 10px;
    overflow: hidden;
    position: relative;
    text-decoration: none !important;
    width: 170px;
}
.products-grid .category-item {
    float: left;
    margin: 0 26px 0 0;
    width: 170px;
}
.products-grid a.more-colors {
    color: #7671b1;
    font-size: 11px;
}
.newcolors-label {
    background: none repeat scroll 0 0 #55548a;
    color: #fff;
    display: inline-block;
    margin-top: 220px;
    padding: 3px 0;
    position: absolute;
    text-align: center;
    width: 100%;
}
.category-view .products-grid .belvg-colorswatch {
    display: none;
}
.products-grid .product-image {
    border: 1px solid #d7d7d7;
    display: block;
    height: 240px;
    margin-bottom: 3px;
    overflow: hidden;
    width: 171px;
}
.products-grid .product-image img {
    margin-left: -35px;
}
.products-grid .product-name {
    line-height: 18px;
    margin-top: 6px;
    text-align: left;
}

.products-grid .product-name a {
    font-size: 17px;
    color: #222222;
    text-align: left;
    text-decoration: none;
}

.products-grid .price-box {
    font-family: "Perpetua W01","Times New Roman",serif;
    font-size: 17px;
}
.quick-view-open {
    background: url("http://www.hankypankyltd.netdna-cdn.com/skin/frontend/hankypanky/default/images/quick-view.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 0 none;
    display: none;
    height: 43px;
    left: 2px;
    padding: 0;
    position: absolute;
    top: 102px;
    width: 170px;
}

.fancybox-wrap .productDescription{
    overflow:hidden;
}

.fancybox-wrap .product-view .product-shop {
    width: 383px;
    margin-top: 0;
}
.cart .checkout-types .btn-proceed-checkout span span, .cart .checkout-types .btn-proceed-checkout span {
    background: none repeat scroll 0 0 #414396;
}
.checkout-cart-configure .row.personalize{
    display: none;
}
.cart .cart-collaterals .shipping {
    display: inline;
    font-size: 12px;
    width: 280px;
    float: none;
}

.cart .shipping-info {
    color: #ea1778;
    float: right;
    font-size: 13px;
    font-weight: 300;
    margin-right: 495px;
    margin-top: 10px;
}

.cart .shipping-info .free-shipping-callout-title {
    font-weight: 700;
    font-size: 13px;
    text-transform: uppercase;
}

.cart-main-block {
    float: left;
    margin-right: 58px;
    width: 712px;
}
.cart-right-block {
    float: right;
    font-family: "Avenir W01",sans-serif;
    width: 190px;
}
.cart {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
}
.cart .totals {
    float: none;
    padding: 0;
    width: 190px;
}
.cart .totals h2 {
    border-bottom: 1px solid #dddddd;
    color: #222222;
    font-family: "Perpetua W01","Times New Roman",serif;
    font-size: 18px;
    margin-bottom: 10px;
    margin-top: 21px;
}
.cart .cart-right-block .checkout-types {
    width: 190px;
}
.cart .checkout-types .btn-proceed-checkout {
    height: 30px !important;
    line-height: 30px !important;
}
.cart .checkout-types .btn-proceed-checkout span {
    height: 30px !important;
    line-height: 30px !important;
    padding: 0 !important;
}
.cart .checkout-types .btn-proceed-checkout span span {
    font: bold 12px/26px "Avenir W01",Arial,sans-serif !important;
    height: 30px !important;
    padding: 0 !important;
    text-align: center;
    text-transform: uppercase;
    width: 190px;
}
.cart .cart-collaterals {
    float: left;
    padding: 20px 0 10px;
    width: 238px;
}
.cart .discount {
    margin-bottom: 80px;
}
.cart .discount-form label {
    display: none;
}
.cart .discount-form .buttons-set {
    float: right;
    margin: -29px 0 0;
}
.cart .discount-form .buttons-set .button {
    float: none;
}
.cart .discount-form .buttons-set .button span, .cart #giftcard-form button.button span {
    background: none repeat scroll 0 0 #7570b2;
    padding: 2px 0 2px 10px;
}
.cart .discount-form .buttons-set .button span span, .cart #giftcard-form button.button span span {
    background: none repeat scroll 0 0 #7570b2;
    font-size: 10px;
    padding: 0 10px 0 0;
}
.cart #giftcard-form button.button {
    margin-left: 5px;
}
.cart .giftcard h2, .cart .discount h2 {
    font-size: 13px;
    font-weight: bold;
}
.cart .giftcard h2 img, .cart .discount h2 img {
    padding-left: 3px;
}
.cart .deals .input-text {
    border: 1px solid #9896c7;
    padding: 4px 0;
    width: 124px;
}
.cart .giftcard button.check-gc-status span {
    color: #55548a !important;
}
.cart #giftcard-form button.check-gc-status {
    margin-left: 0;
}
.cart .deals {
    margin: 0;
    width: 190px;
}

.cart .totals table th, .cart .totals table tbody td {
    border-bottom: 1px dotted #55548a;
    padding: 5px 0;
}
#shopping-cart-table .product-name a {
    color: #414397;
    font-family: "Avenir W01",Arial,sans-serif;
    font-size: 13px;
    font-weight: 700;
}
#shopping-cart-table  dt {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    clear: both;
    float: left;
    font-weight: normal;
    padding: 0 0 0 10px;
}
#shopping-cart-table dl {
    padding-left: 0;
}

#shopping-cart-table  dd {
    float: left;
    margin-top: 0;
    padding: 0 6px 3px 10px;
}
#shopping-cart-table td dt a {
    display: block;
    padding-bottom: 5px;
    margin-left: 0;
}
#shopping-cart-table  p.title {
    font-family: "Avenir W01",sans-serif;
    font-size: 11px;
    font-weight: bold;
    /*margin-bottom: 6px;*/
    width: 77px;
}
#shopping-cart-table .sub-total .cart-price .price {
    font-family: "Avenir W01",sans-serif;
    font-size: 13px;
    font-weight: bold;
}
#shopping-cart-table .btn-remove {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    font-size: 11px;
    line-height: normal;
    overflow: visible;
    text-indent: 0;
    width: auto;
}
#shopping-cart-table .item-pro div{
    text-align: left;
    padding-bottom: 12px;
    width: 100px;
}
#shopping-cart-table  a {
    color: #55548a;
}

#shopping-cart-table tfoot {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
}
#shopping-cart-table tr.last th, #shopping-cart-table tr.last td {
    border-bottom: medium none;
}

#shopping-cart-table .applied-rules {
    padding-left: 10px;
    clear: both;
}
#shopping-cart-table .applied-rules .rule-name {
    color: #fa5b97;
    font: bold 13px arial;
    margin-top: 10px;
}

#shopping-cart-table {
    margin-top: 14px;
}

#shopping-cart-table table td{
    border: none;
}

#shopping-cart-table > td {
    border-bottom: 1px dotted #c6c6c6;
}

#shopping-cart-table tfoot tr.last td {
    padding: 30px 0 0 0;
}

#shopping-cart-table table tr td img {
    border: 1px solid #d8d8d8;
}

#shopping-cart-table td {
    padding: 5px 0 5px 0;
}
#shopping-cart-table table td {
    padding: 0 0 0 10px;
}


.cart-table .btn-continue span {
    color: #414397;
}
.cart-table .btn-continue span span {
    color: #414397;
    font-family: "Avenir W01",Arial,sans-serif;
    font-size: 12px;
    font-weight: 700;
    text-decoration: none;
}

.webding-font {
    font-family: webdings !important;
}

.update-quantity {
    color: #5554a7;
    display: block;
    margin-top: 8px;
    text-decoration: none;
}
#shopping-cart-totals-table tbody td {
    font-family: "Avenir W01",Arial,sans-serif;
    font-size: 13px;
}
.cart-table tbody td {
    border-bottom: 1px dotted #55548a;
    padding: 13px 5px;
}
.data-table tbody tr:nth-child(2n), .data-table tr.even {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
}
.check-coupons {
    color: #55548a;
    text-decoration: underline;
}
.check-coupons:hover {
    text-decoration: underline;
}

#promos h3 {
    font-family: "Perpetua W01","Times New Roman",serif;
    font-size: 24px;
    font-weight: normal;
}

#promos p {
    border-bottom: 1px solid #d7d7d7;
    border-top: 1px solid #d7d7d7;
    line-height: 17px;
    margin: 10px 0;
    padding: 16px 0;
    font-size: 12px;
}
#promos ul {
    height: 180px;
    overflow-y: auto;
}

#promos ul li {
    border-bottom: 1px solid #d7d7d7;
    padding: 15px 20px;
}
#promos ul li .coupon-title {
    color: #414396;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
}
#promos ul li .coupon-value {
    font-size: 16px;
}
#promos ul li .coupon-value span {
    margin-right: 5px;
}
#promos .apply-coupon span {
    background: none repeat scroll 0 0 #55548a;
    padding: 3px 0 0 10px;
}
#promos .apply-coupon span span {
    background: none repeat scroll 0 0 #55548a;
    padding: 0 15px 1px 5px;
}
.cart-table .btn-continue {
    margin-top: 8px;
}
.cart .totals table th, .cart .totals table td {
    padding: 0;
}
#shopping-cart-totals-table tfoot td strong {
    color: #444444;
    font-size: 13px;
    font-weight: 700;
}
#shopping-cart-totals-table tfoot td strong span.price {
    font-size: 15px;
}

#shopping-cart-totals-table tr td {
    text-align: right !important;
}

#shopping-cart-totals-table tr td:first-child {
    text-align: left !important;
}
.cart-collaterals .tool-tip-link {
    background: url("http://www.hankypankyltd.netdna-cdn.com/skin/frontend/hankypanky/default/images/q.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    display: inline-block;
    height: 17px;
    width: 20px;
}

.cart-collaterals .tool-tip-link .content {
    font-family: "Avenir W01", Arial, sans-serif;
    font-weight: 300;
    font-size: 12px;
    color: #222222;
    padding: 20px;
}

.cart .messages {
    border: medium none;
    margin-bottom: 10px;
    width: 73%;
}

.cart .messages li.error-msg {
    background-color: #fff1c5;
    color: #444444;
    border-style: none !important;
}

.cart .messages ul {
    margin: 0;
    padding: 9px 17px 8px;
}
.cart .crosssell {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: medium none;
    float: none;
    padding: 0;
    width: auto;
}
.cart .crosssell .product-image {
    border: 1px solid #dddddd;
    display: block;
    float: none;
    margin: 0;
}
.cart .crosssell .product-shop {
    margin: 0;
}
.cart .crosssell .product-name {
    margin: 8px 0 0;
}
.cart .crosssell .product-name a {
    color: #444444;
    font-size: 14px;
    font-weight: normal;
}
.cart .crosssell h2 {
    color: #333333;
    font-size: 17px;
    text-transform: none;
}
.cart .crosssell .price-box {
    font: 14px arial;
    margin: 3px 0 0;
}
.cart .crosssell .item {
    float: left;
    margin-right: 20px;
    padding: 17px 0 0;
    width: 143px;
}
.cart .crosssell .item.last {
    margin-right: 0;
}

.data-table .item-options {
    font-size: 10px;
    overflow: hidden;
    width: 260px;
}
.cart .reward-message {
    display: none;
}

.checkout-progress {
    width: 960px;
}
.sp-methods dt {
    font-weight: normal;
    margin-bottom: 5px;
}
.opc {
    float: left;
    font-family: "Avenir W01",Arial,sans-serif;
    margin-top: 14px;
    width: 702px;
}
.opc .step {
    padding: 0 38px;
}


.opc .step .gift-card-apply-message{
    font-weight: bold;
    margin-bottom: 12px;
}

.opc .step .gift-card-apply-message a{
    color: #4E497F;
}

.opc .order-review {
    margin-left: 2px;
    width: 652px;
}
.buttons-set p.back-link a {
    color: #414397;
    font-size: 13px;
    font-weight: 700;
}
.opc .step, .opc .step-title, #checkout-step-login .col2-set {
    background: none repeat scroll 0 0 #f7f8f9;
}
#checkout-step-login .col2-set .col-2 .radio {
    margin-top: 3px;
}
.opc-progress-container {
    float: right;
    margin-right: 8px;
    width: 215px;
}
.opc-wrapper {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
}
.opc-progress-container .opc-block-progress dt.complete {
    font-weight: normal;
    margin: 2px 0 4px;
}
.opc-wrapper .page-title .requiredField {
    font-family: "Avenir W01",Arial,sans-serif;
    font-size: 10px;
    font-weight: bold;
    margin-left: 133px;
    margin-top: 9px;
}
.opc-wrapper .page-title .checkout-title {
    color: #646464;
    font-family: "Perpetua W01","Times New Roman",serif;
    font-size: 22px;
    font-weight: bold;
}
.opc p.required {
    display: none;
}
.opc .step-title h2, .opc .step-title .number {
    background: none repeat scroll 0 0 #fff;
    border-top: 1px solid #ddd;
    color: #414396;
    font-size: 16px;
    font-weight: normal;
    padding: 5px 14px;
    text-transform: capitalize;
}
.opc .step-title .number {
    display: block;
    float: left;
}
.opc .allow .step-title h2 {
    background: none repeat scroll 0 0 #fff;
    color: #414396;
}
.opc .active .step-title .number, .opc .active .step-title h2 {
    background: none repeat scroll 0 0 #f7f8f9;
    border-bottom: 0 none;
    color: #000;
    font-weight: bold;
    padding-left: 18px;
    padding-right: 6px;
    padding-top: 16px;
}
.opc-progress-container .opc-block-progress .block-title {
    padding: 22px 11px 10px 1px;
}
.opc-progress-container .opc-block-progress .block-title strong {
    font-size: 14px;
    font-weight: 700;
    margin-top: 10px;
    padding: 8px;
}
.opc-progress-container .opc-block-progress dt {
    font-size: 13px;
    font-weight: normal;
    margin: 2px 0;
}
.opc-progress-container .opc-block-progress dt.complete a {
    color: #414396;
    float: right;
}
.opc-progress-container .opc-block-progress dt.complete .separator {
    display: none;
}
.opc-progress-container .block-content {
    background: none repeat scroll 0 0 #f7f8f9;
}
.opc-progress-container .block-content div {
    border-bottom: 1px solid #ddd;
    padding: 10px 10px 10px 8px;
}
.opc-progress-container .opc-block-progress {
    background: none repeat scroll 0 0 #f7f8f9;
    margin-right: 0;
    margin-top: 10px;
}
.price {
    font-weight: normal;
    white-space: nowrap !important;
}

.orderTotalZise strong span.price {
    font-weight: 700;
}

.a-center.last .price {
    font-weight: 700;
}

.opc-progress-container .opc-block-progress dt.complete {
    font-weight: normal;
}
.opc-progress-container .opc-block-progress dd.complete {
    font-size: 13px;
    margin: 11px 0 8px;
    padding: 0;
}
#checkout-step-login .col2-set .col-1 {
    float: right;
    width: 290px;
}
#checkout-step-login .col2-set .col-2 {
    width: 334px;
}
#checkout-step-review .data-table .item-options {
    font-size: 12px;
    margin-left: -11px;
}
#checkout-step-login .col2-set .col-2 {
    float: left;
    padding-left: 23px;
}
#checkout-step-login .col2-set .additional-data {
    margin-top: 30px;
}
#checkout-step-login .col2-set .additional-data p {
    font-family: "Avenir W01",Arial,sans-serif;
    font-size: 14px;
}
#checkout-step-login .col2-set .additional-data p.space {
    font-size: 12px;
    margin-top: 8px;
}
#checkout-step-login .col2-set .col-2 {
    float: left;
    padding-left: 23px;
}
#checkout-step-login .col2-set .additional-data {
    margin-top: 30px;
}
#checkout-step-login .col2-set .additional-data p {
    font-family: "Avenir W01",Arial,sans-serif;
    font-size: 13px;
}
#checkout-step-login .col2-set .additional-data p.space {
    font-size: 12px;
    margin-top: 8px;
}
#checkout-step-login p {
    margin: 0 0 1px;
}
#checkout-step-login .col2-set .col-2 .buttons-set {
    float: left;
}
#checkout-step-login .col2-set .col-2 .buttons-set .button span.buttonContinue {
    padding-left: 41px;
    padding-right: 9px;
}
#checkout-step-login .form-list li.note {
    font-size: 12px;
    margin-top: 31px;
    padding: 2px 0 0;
    text-decoration: underline;
}
#checkout-step-login .form-list li.note a {
    color: #414396;
}
#checkoutSteps a.button, #checkoutSteps button.button span {
    padding: 4px 0 4px 40px;
}
#checkoutSteps a.button span, #checkoutSteps button.button span span {
    padding: 2px 40px 0 0;
}



#checkout-step-payment button.button span span {
    padding: 1px 40px 0 0;
}


.paymentIformation {
    margin-top: 0;
}
.paymentIformation a {
    color: #414396;
}
.paymentIformation .input-box a {
    font-size: 10px;
    margin-left: 9px;
    text-decoration: underline;
}
.paymentIformation p {
    margin-top: 5px;
}
.paymentIformation span {
    font-weight: bold;
}
.paymentIformation .form-list {
    margin: 15px 0;
    padding-left: 2px;
}
.sp-methods input.cvv {
    width: 5em !important;
}
.paymentIformation .form-list li {
    margin: 8px 0;
}
#checkoutSteps .paymentIformation .form-list select.expiration {
    width: 131px;
}
#checkoutSteps .buttons-set {
    margin-top: 40px;
}
#checkoutSteps .buttons-set .button span.buttonContinueMetod {
    padding-left: 30px;
    padding-right: 0;
}
#checkoutSteps .buttons-set .button span span {
    padding: 2px 33px 0 0;
}
#checkoutSteps .buttonsShipping {
    margin-right: 19px;
    margin-top: -9px;
    padding-bottom: 25px;
}
#checkoutSteps .buttonsShippingMetod {
    margin-bottom: 0;
    margin-right: 29px;
    margin-top: 19px;
    padding-bottom: 23px;
}
#checkoutSteps .buttonsPayment {
    margin-bottom: 0;
    margin-top: -3px;
    padding-bottom: 23px;
}
.sp-methods .form-list label {
    width: 256px;
}
.sp-methods .input-box {
    line-height: 21px;
    width: 287px;
}
#checkoutSteps .buttons-set .button span.buttonContinuePayment {
    padding-left: 30px;
    padding-right: 0;
}
#checkout-step-login .form-alt li {
    margin-top: 10px;
}
#checkout-step-login h4 {
    color: #000;
    font-family: "Avenir W01",Arial,sans-serif;
    font-size: 15px;
    font-weight: bold;
    margin: 0 0 15px;
}
#checkout-step-login .form-list li.buttons-set {
    clear: none;
    float: right;
    margin-top: 25px;
    padding-right: 21px;
}
#checkout-step-login .col2-set {
    padding: 6px 20px 30px;
}
#checkout-step-login .col2-set p.loginPF {
    color: #767678;
    font-family: "Avenir W01",Arial,sans-serif;
    font-size: 12px;
    margin-top: 13px;
}
#checkout-step-login .col2-set p.loginP {
    color: #767678;
    font-family: "Avenir W01",Arial,sans-serif;
    font-size: 13px;
    font-weight: bold;
}
#checkout-step-login .col2-set .form-list li.emailLogin {
    margin: 18px 0 9px;
    vertical-align: top;
}
#checkout-step-login .col2-set .form-list li.password {
    margin: 26px 0 9px;
    vertical-align: top;
}
#checkoutSteps .form-list label {
    clear: both;
    font-family: "Avenir W01",Arial,sans-serif;
    font-size: 14px;
    margin-top: 4px;
    overflow: hidden;
}
#checkoutSteps .form-list input.CheckNewLet {
    margin-top: -4px;
}
#checkoutSteps .form-list label.labelMessageTo {
    margin-left: 0;
}
#checkoutSteps .form-list .input-box {
    clear: both;
    font-family: "Avenir W01",Arial,sans-serif;
    font-size: 11px;
    overflow: hidden;
}
#checkoutSteps .form-alt .input-box {
    width: 278px;
}
#checkoutSteps .form-alt select {
    width: 273px;
}
#checkoutSteps input.radio, input.checkbox {
    font-size: 11px;
    margin-right: 3px;
    margin-top: 2px;
    vertical-align: top;
}
#checkoutSteps input.checkbox.billingSaved {
    margin-top: 6px;
}
#checkoutSteps input.checkbox.billingCheck {
    margin-top: 3px;
}
#checkoutSteps input.checkbox.gitCard {
    margin-top: 1px;
}
#checkoutSteps .form-list .control .check {
    margin-top: 4px;
}
#checkoutSteps .form-list .control input.radio {
    margin-top: 6px;
}
#checkoutSteps .form-list label.emailLogin {
    width: 120px;
}
#checkoutSteps .form-list .newsletterMargin {
    margin-top: 15px;
}
#checkoutSteps .fields .field {
    clear: none;
    float: left;
}

#checkoutSteps .fields .confirm_password{
    float: right;
    width: 294px;
}

#checkoutSteps .fields .name-lastname, #checkoutSteps .fields .state, #checkoutSteps .fields .country {
    float: right;
    width: 294px;
}
#checkoutSteps input.input-text, #checkoutSteps textarea, #checkout-step-login .form-list .input-text {
    width: 260px;
}
#checkoutSteps input.textMessage {
    width: 254px;
}
#checkoutSteps input.textMessageTo {
    margin-left: 1px;
    width: 252px;
}
#checkoutSteps select {
    width: 273px;
}
#checkoutSteps .form-list .add-field .input-box {
    margin-left: 0;
}
#checkoutSteps li.address input {
    width: 596px;
}
#checkoutSteps textarea.textAreaGift {
    height: 67px;
    width: 556px;
}
#checkout-step-review {
    padding: 4px 30px;
}
#checkout-step-review .data-table thead, #checkout-step-review .data-table tbody tr:nth-child(2n+1), #checkout-step-review .data-table tr.odd {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
}

#checkout-step-review .data-table tr.personalisedBackReview {
    background-color: #fff0c7!important;
}
.personalisedBackReviewTerm {
    padding: 0px 5px 13px 5px !important;
}
.personalisedBackReviewTermHistory {
    padding: 0px 5px 13px 13px !important;
}
#checkout-step-review .data-table thead th {
    font-size: 11px;
}
#checkout-step-review .data-table .product-name {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: -1px;
    margin-left: -12px;
}
#checkout-step-review .data-table .product-name-personalised{
    color: #414396;
}
#checkout-step-review img {
    border: 1px solid #ddd;
}
#checkout-step-login .col2-set .col-2 li {
    background: url("http://www.hankypankyltd.netdna-cdn.com/skin/frontend/hankypanky/default/images/bkg_bullet.png") no-repeat scroll 0 0.5em rgba(0, 0, 0, 0);
    font-size: 12px;
    line-height: 1.7;
    padding-left: 10px;
}
.checkout-totals {
    float: right;
    margin-right: 15px;
}
.checkout-totals td.orderTotalZise {
    font-size: 14px;
}
.checkout-totals td {
    border-bottom: 1px solid #ddd;
    font-size: 12px;
    padding: 11px 0 11px 38px;
    text-align: right !important;
}
#checkout-step-review .buttons-set {
    padding: 30px 0 10px;
}
.sp-methods dd li {
    margin: 12px 0;
}
.sp-methods .price {
    font-size: 13px;
    font-weight: bold;
}
.add-gift-message {
    padding: 13px 0;
}
.add-gift-message h3 {
    color: #000;
    font-size: 15px;
    font-weight: normal;
    line-height: 19px;
    margin: 0 0 9px;
}
#orderReceived .contentOreceived {
    float: left;
    font-family: "Avenir W01",Arial,sans-serif;
    width: 702px;
}
#orderReceived .leftContectORec {
    float: right;
    margin-right: 8px;
    margin-top: 27px;
    width: 215px;
}
#orderReceived .contentOreceived .centerContect {
    background: none repeat scroll 0 0 #f7f8f9;
    border-top: 1px solid #cfcfcf;
    margin-right: 0;
    margin-top: 10px;
    padding: 33px 33px 78px;
}
#orderReceived .contentOreceived .centerContect .sub-title {
    color: #474390;
    font-family: "Perpetua W01","Times New Roman",serif;
    font-size: 24px;
    margin-bottom: 22px;
}
#orderReceived .contentOreceived .centerContect p.orderNumber {
    font-size: 13px;
    margin-bottom: 23px;
    margin-top: -14px;
}
#orderReceived .contentOreceived .centerContect p span {
    font-size: 17px;
    font-weight: bold;
}
#orderReceived .contentOreceived .centerContect .buttons-set button.button span span {
    color: #fff;
    padding: 0 42px 0 0;
}
#orderReceived .contentOreceived .centerContect .buttons-set {
    margin-right: -17px;
}
#orderReceived .contentOreceived .centerContect .buttons-set button.button span {
    padding: 4px 0 4px 37px;
}
#orderReceived .contentOreceived .centerContect p.orderReceived {
    font-size: 12px;
    margin-bottom: 24px;
}
#orderReceived .contentOreceived .centerContect a {
    font-size: 17px;
    font-weight: bold;
}
#orderReceived .leftContectORec .leftContect {
    background: none repeat scroll 0 0 #f7f8f9;
    height: 239px;
    margin-right: 0;
    margin-top: 10px;
}
#orderReceivedFooter .orderReceivedFooterContect {
    margin-top: 329px;
}

#orderReceivedFooter .orderReceivedFooterContect .footerContect {
    background: none repeat scroll 0 0 #f7f8f9;
    height: 176px;
}

.form-list label {
    width: auto;
}
input.input-text, select, textarea {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 1px solid #9d96c7;
    padding: 4px 5px;
}
.account-login {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    padding-left: 90px;
}
.form-list label[for="change_password"] {
    font-weight: 400;
}
.form-list label {
    font-size: 13px;
    font-weight: 700;
    margin-bottom: 2px;
    text-align: left;
}
.account-login .new-users, .account-login .registered-users {
    width: 300px;
}
.account-login .registered-users {
    padding-left: 0;
}
.account-login .form-list label, .account-login .form-list span.label {
    font-size: 12px;
    margin-bottom: 0;
    margin-top: 0.6em;
    width: auto;
}
.account-login .form-list li.note {
    padding: 35px 0 0;
}
.account-login .form-list li.note a {
    color: #414396;
}
.account-login .form-list input.input-text {
    width: 265px;
}
.account-login .form-list li.note a {
    font-size: 11px;
}
.account-login .new-users {
    background: none repeat scroll 0 0 #f7f6fb;
    font-family: "Perpetua W01","Times New Roman",serif;
    margin-top: 9px;
    padding: 18px 70px 18px 85px;
}
.account-login .new-users .buttons-set {
    margin-left: 10px;
    margin-right: 25px;
    margin-top: 84px;
}
.account-login .fieldset h2 {
    margin-bottom: 1.2em;
    margin-top: 0.3em;
}
.account-login .registered-users p {
    margin-bottom: 0.4em;
}
.account-login .form-list li.buttons-set {
    clear: none;
    float: right;
    padding-right: 25px;
    padding-top: 27px;
}
.account-login .form-list li.buttons-set span.buttonLogin {
    padding-left: 32px;
    padding-right: 11px;
}
.account-login .col-2 .buttons-set .button span.buttonCreate {
    padding-left: 34px;
    padding-right: 14px;
}
.col-main .account-login .page-title {
    margin: 0;
    padding: 0;
    text-transform: none;
}
.account-login p.newCustomer {
    font-family: "Avenir W01",Arial,sans-serif;
    font-size: 12px;
    line-height: 1.6;
    margin: 0 0 1.5em;
    padding-right: 20px;
}
.account-login h2.newCustomer {
    font-size: 22px;
    margin-bottom: 0.7em;
}
.account-login h2.newRegister {
    font-family: "Perpetua W01","Times New Roman",serif;
    font-size: 21px;
    margin-bottom: 0.5em;
    margin-top: 0.2em;
}
.account-login p.newRegister {
    font-size: 12px;
    margin-top: 1.3em;
}
.col1-layout .col-main {
    float: none;
    padding: 20px 0 0;
    width: auto;
}
.contact-us {
    padding: 0 10px 0 0;
}
.contact-us .loadin-contact {
    margin-left: 273px;
}
.contact-us .fieldset {
    font-size: 12px;
    margin: 0 0 16px;
}
.contact-us .fieldset h2.legend {
    color: #000;
    margin: 0 0 0.5em;
}
.contact-us .form-list label {
    width: 109px;
}
.contact-us .form-list input.input-text, .col3-layout .form-list textarea {
    width: 375px;
}
.contact-us p.required, .contact-us .form-buttons {
    width: 528px;
}
.account-create {
    float: left;
    overflow: hidden;
    padding-left: 133px;
    width: 303px;
}
.form-list .customer-dob .dob-month {
    margin: 0;
}
.form-list .dob-select {
    width: 189px;
}
.account-create .fieldset h2.legend {
    color: #1f1f1f;
    float: left;
    font-family: "Perpetua W01","Times New Roman",serif;
    font-size: 20px;
    margin-bottom: 15px;
}
.account-create .fieldsetSpecial {
    font-size: 12px;
}
.account-create .fieldsetSpecial h2.legend {
    color: #1f1f1f;
    font-family: "Perpetua W01","Times New Roman",serif;
    font-size: 20px;
}
.account-create p.required {
    color: #000000;
    float: right;
    margin-right: 30px;
    width: auto;
}
.account-create .form-buttons {
    margin-top: 15px;
    width: 273px;
}
.account-create .form-list input.input-text, .form-list textarea {
    vertical-align: top;
    width: 262px;
}
.account-create .form-list .dob-select {
    width: 133px;
}
.account-create .fieldset {
    font-size: 12px;
    margin: 15px 0 24px;
}
.account-create .form-list .control {
    margin-top: 11px;
    position: relative;
    vertical-align: top;
    z-index: 1;
}
.account-create .form-list .control label {
    color: black;
    font-size: 12px;
    font-weight: normal;
    margin-left: 16px;
    width: auto;
}
.account-create button.button span {
    padding: 4px 14px 4px 28px;
}
.account-create button.button span span {
    color: #fff;
    padding: 0 20px 0 0;
}
.form-buttons p.back-link {
    width: auto;
}
.form-list .control .input-box {
    margin: 0;
}

.customer-account-create .sidebar {
    background: none repeat scroll 0 0 #f7f8f9;
    float: right;
    margin-top: 33px;
    padding: 13px 42px;
    width: 305px;
}
.customer-account-create .sidebar h3 {
    color: #414396;
    font-family: "Perpetua W01","Times New Roman",serif;
    font-size: 20px;
    font-weight: normal;
    margin-bottom: -7px;
}
.customer-account-create .sidebar p.title {
    font-size: 12px;
    font-weight: bold;
    margin: 15px 0 5px;
    text-transform: uppercase;
}
.customer-account-create .sidebar span {
    font-size: 12px;
}
.customer-account-create .sidebar .query {
    margin: 29px 0;
}
.customer-account-create .sidebar .query p {
    font-size: 16px;
    margin: 5px 0;
}
.data-table thead {
    background: none repeat scroll 0 0 #fff;
}
.dashboard .table-caption {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border-color: -moz-use-text-color -moz-use-text-color #d9d9d9;
    border-image: none;
    border-style: none none solid;
    border-width: 0 0 1px;
    padding-bottom: 10px;
}
.dashboard .data-table {
    border: 0 none;
}
.dashboard .info-box .box-title a{
    color: #414396;
    font-size: 16px;
    text-transform: capitalize;
}

.dashboard .info-box .box-title {
    font-family: "Avenir W01",Arial, sans-serif;
    font-size: 12px;
    font-weight: 700;
    margin: 0;
}

.dashboard .info-box .box-title-Update {
    font-family: "Perpetua W01","Times New Roman",serif;
    font-size: 20px;
    font-weight: normal;
    margin: 0;
}

.dashboard .table-caption a{
    color: #414396;
    font-size: 14px;
    text-transform: capitalize;
}
.actions a, .sub-title a {
    color: #414396;
    font-size: 12px;
    text-transform: capitalize;
}
.dashboard .col2-set .col-1 .info-box .box-content a {
    border: 1px solid #d9d9d9;
    color: #414396;
    font-weight: 700;
    display: inline-block;
    margin-top: 20px;
    padding: 5px 10px;
    text-transform: uppercase;
}
.dashboard .sub-title a {
    color: #414396;
    font-size: 15px;
    text-transform: capitalize;
}
.dashboard .welcome-msg p{
    margin-top: 2px;
    font-size: 12px;
    margin-bottom: 4px;
}

.dashboard h2 a, .dashboard h3 a {
    margin-left: 25px;
}

.my-account .dashboard .col-2 {
    width: 42%;
}

.dashboard h2 .separator, .dashboard h3 .separator {
    display: none;
}

.dashboard .recent-orders h2 {
    font-size: 20px;
    color: #222;
    font-family: "Perpetua w01", "Times New Roman", serif;
}

.form-list .dob-select {
    width: 180px;
}
.sidebar .block-account .block-title strong {
    line-height: 22px;
}
.sidebar .block .block-title strong span {
    color: #414396;
    font-family: "Perpetua W01","Times New Roman",serif;
    font-size: 17px;
    text-transform: uppercase;
}
.sidebar .block-account .block-title, .sidebar .block {
    border: 0 none;
}
.sidebar .block-account .block-content {
    background: none repeat scroll 0 0 #fff;
    padding: 0 0 0 13px;
}
.sidebar .block-account li {
    background: none repeat scroll 0 0 #fff;
    font-size: 12px;
    padding-bottom: 0;
}
.sidebar .block-account li.current {
    border: 0 none;
    color: #414396;
    list-style-position: outside;
    list-style-type: square;
    padding: 5px 0 4px;
}
.sidebar .block-account .block-title {
    padding: 33px 0 0;
}
.sub-title {
    font-family: "Perpetua W01","Times New Roman",serif;
    font-size: 19px;
    margin-bottom: 22px;
}
.sidebar .block-account li a:hover {
    background-color: #fff;
    color: #ea1778;
}
.sidebar .block-account li a {
    padding: 5px 0 6px;
}

.clear-all-filters {
    font-size: 11px;
    color: #414397;
    font-family: "Avenir W01",Arial, sans-serif;
    font-weight: 300;
    padding: 8px 0;
    text-transform: capitalize;
}

.clear-all-filters:hover{
    color:#ea1778;
}

.my-account h1 {
    float: none;
    margin-bottom: 10px;
    text-align: left;
}
.my-account select {
    width: 312px;
}
.my-account .col-main .page-title {
    margin-bottom: 0;
}
.my-account .form-list {
    font-family: "Avenir W01",Arial, sans-serif;
    width: 350px;
}
.my-account .form-list input.input-text, .my-account .form-list textarea {
    float: left;
    vertical-align: top;
    width: 300px;
}
.my-account .form-list .dob-select {
    width: 148px;
}
.my-account .form-list .add-field .input-box {
    margin-left: 0;
}

.my-account .legend small {
    position: relative;
    right: -81px;
}

.my-account .legend {
    width: 315px;
}

.my-account .form-buttons {
    width: 315px;
}
.my-account .form-buttons .button {
    float: right;
}

.my-account .form-buttons .button  span {
    padding: 2px 20px 4px 20px;
}

.my-account .form-buttons .button span span {
    padding: 0 20px 0 20px;
    line-height: 24px;
}


.customer-address-form .required {
}
.customer-address-form button {
    margin-right: 305px;
}
.customer-address-form .form-list p {
    padding: 0;
}
.addresses-list .col-1, .addresses-list .col-2 {
    float: left;
    width: 100%;
}
.info-box {
    background: none repeat scroll 0 0 #fff;
    border: 0 none;
}
.addresses-list .info-box {
    float: left;
    margin-right: 9%;
    width: 40%;
}
.info-box .box-title {
    font-family: "Avenir W01",Arial, sans-serif;
    font-size: 13px;
    font-weight: 700;
    margin: 0;
}
.info-box .box-content {
    font-size: 12px;
    padding: 7px 0 0;
}
.addresses-list .col-2 li address {
    padding: 0;
}
.customer-address-index .title-buttons button {
    float: left;
}
.addresses-list .sub-title {
    margin: 0 0 15px;
}
.addresses-additional .empty p {
    background: none repeat scroll 0 0 #f8f8f8;
    padding: 15px;
}
.addresses-list li .actions .separator {
    padding: 0 5px;
}
.addresses-primary {
    margin-bottom: 20px;
}
.addresses-list .col-2 li .actions {
    border: 0 none;
    padding: 10px 0;
}
.addresses-list li .actions a {
    color: #414396;
}
.my-wishlist .data-table {
    border: 0 none;
}
.my-wishlist .data-table td {
    border-bottom: 1px solid #d9d9d9;
}
#wishlist-table td p {
    margin: 5px 0 10px;
}
.data-table td a {
}
.wishlist-empty {
    background: none repeat scroll 0 0 #f8f8f8;
    border: medium none !important;
    font-size: 13px;
    padding: 30px;
    text-align: left;
}
.wishlist-empty a {
    color: #414396;
    font-weight: bold;
}
.my-wishlist .buttons-set2 {
    background-color: #fff;
    float: right;
}
.my-wishlist .buttons-set button.button {
    float: left;
}
.my-wishlist .btn-remove2, .my-wishlist .data-table .btn-remove, .my-wishlist .split-button {
    display: none;
}
.my-wishlist button[title="Share Wishlist"] span {
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #414396;
    color: #414396;
}
.my-wishlist button[title="Share Wishlist"] span span {
    border: 0 none;
}
.my-wishlist .data-table input[type="checkbox"] {
    display: none;
}
.my-wishlist .qty {
    border: 1px solid #BBB;
    margin-left: 20px;
}
.my-wishlist .data-table p {
    text-transform: uppercase;
}
.my-wishlist .product-name {
    margin-bottom: 10px;
}
.my-wishlist .product-name a {
    color: #414396;
    font-size: 14px;
    font-weight: bold;
    line-height: 30px;
    font-family: Arial, Helvetica, sans-serif;
}
.my-wishlist .data-table div input, .my-wishlist .data-table div p, .my-wishlist .price-box {
    text-align: center;
}
.my-wishlist .data-table .remove {
    display: block;
    font-size: 11px;
    margin: 0 auto 10px;
}

.my-wishlist .messages li.success-msg {
    border: none !important;
    line-height: 12px;
    border-color: transparent;
    background-color: #fff0c7;
    height: 30px;
    color: #222222;
    font-size: 12px;
    font-family: "Avenir W01", Arial, sans-serif;
}


.truncated a.details {
    display: none;
}
.truncated .truncated_full_value .item-options {
    border: 0 none;
    position: inherit;
}
.data-table .item-options dt {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    float: none;
    font-weight: normal;
    margin-right: 10px;
    padding: 3px 0px 5px;
}
.data-table .item-options dt:after {
    content: ":";
}
.data-table .item-options dd {
    padding: 3px 10px 5px;
}
.data-table td {
    padding: 13px 5px;
}
.data-table .item-options {
    font-size: 12px;
}
.my-wishlist textarea {
    /*margin-top: 15px;*/
    color: #999999;
}
.my-wishlist .data-table .add-to-cart-alt p, .add-to-cart-alt {
    padding-top: 0;
    text-align: left;
    text-transform: capitalize;
}
.order-page, .order-items {
    overflow: hidden;
}
.order-page h2 {
    margin-bottom: 10px;
}
.order-page .title-buttons p {
    clear: both;
    text-align: left;
}
.sales-order-history .page-title h1 {
    margin-bottom: 8px;
}
.sales-order-history .page-title h3 {
    margin-bottom: 13px;
    margin-left: 2px;
}
.order-status {
    font-size: 12px;
}
.order-status span {
    color: #02944b;
    font-size: 13px;
    font-weight: bold;
    margin-left: 10px;
    text-transform: uppercase;
}
.sales-order-history .pager {
    display: none;
}
.sales-order-history .data-table {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #d9d9d9 -moz-use-text-color -moz-use-text-color;
    border-image: none;
    border-style: solid none none;
    border-width: 1px 0 0;
}
.sales-order-history .data-table td,
#my-orders-table.data-table td{
    padding: 13px;
}
#my-orders-table thead th {
    background: none repeat scroll 0 0 #fff;
    font-weight: bold;
    padding: 15px 12px 12px;
}
#my-orders-table thead th:nth-child(3) {
    width: 214px;
}
#my-orders-table td a {
    color: #414396;
    padding: 0 3px;
}
#my-orders-table tbody {
    font-size: 11px;
}
.sales-order-history .data-table em,
.status-processing{
    color: #009f51;
    font-size: 12px;
    font-style: normal;
    font-weight: bold;
}

#status-complete {
    color: #000000;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
}

.order-page .col2-set {
    float: left;
    margin-right: 65px;
    padding-bottom: 20px;
    width: 35%;
}
.order-page .col2-set .col-1, .order-page .col2-set .col-2 {
    float: left;
    width: 100%;
}

.checkout-totals tr.grand_total td.a-right strong {
    text-transform: uppercase;
}

.order-page .col2-set .col-2 {
    margin-top: 15px;
}
.sales-order-view .toolbar {
    margin-right: 277px;
    margin-top: 5px;
}
.sales-order-view .title-buttons .link-print {
    float: none;
    margin: 0;
    padding: 0;
}
.order-info {
    margin-top: 15px;
}
#my-orders-table thead th {
    border-bottom-style: dotted;
}
.order-details .table-caption {
    display: none;
}
.order-details .data-table {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #d9d9d9 -moz-use-text-color -moz-use-text-color;
    border-image: none;
    border-style: solid none none;
    border-width: 1px 0 0;
}
.order-details .data-table td {
    background: none repeat scroll 0 0 #fff;
    padding: 5px 12px;
}
.order-details .order-additional, .order-details .data-table {
    margin-bottom: 0;
}

/* Guest order view */
.sales-guest-form .fieldset {
    width: 498px;
}
.sales-guest-form .buttons-set {
    width: 477px;
}
.sales-guest-form .form-list label {
    text-align: right;
    width: 150px;
}
.sales-guest-form .wide .input-box {
    margin-left: 165px;
}
.sales-guest-form .guest-select {
    width: 312px !important;
}
.sales-guest-form p.required {
    width: auto;
}
.sales-guest-view .title-buttons .link-print {
    margin: 0;
    padding: 0 0 0 5px
}

.order-gift-message {
    clear:both;
}

.my-account .buttons-set div.back-link a {
    position: relative;
    right: -271px;
    color: #414396;
}

.news-letter-content {
    font-size: 13px;
    margin-bottom: 20px;
    width: 400px;
}
.newsletter-manage-index .form-buttons .button {
    margin-left: 260px;
}
.news-btn span {
    padding-right: 10px;
}
.news-btn span span {
    padding-left: 10px;
}
.my-rewards .info-box  a {
    color: #414396;
    text-transform: none;
}
.my-rewards .info-box .box-title .separator {
    display: none;
}
.my-rewards dl dt {
    font-weight: normal;
}
.my-rewards dl dt.sub-title {
    color: #222;
    font-size: 16px;
    font-weight:700;
    margin: 25px 0 5px;
}
.my-rewards tr.last th, .my-rewards tr.last td {
    background: none repeat scroll 0 0 #fff;
    font-size: 12px;
    padding: 13px 5px;
}
.my-rewards .data-table {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #d9d9d9 -moz-use-text-color -moz-use-text-color;
    border-image: none;
    border-style: solid none none;
    border-width: 1px 0 0;
}
.my-rewards .info-box .box-title {
    margin: 0;
}
.my-rewards .info-box .box-content {
    padding: 0 0 17px;
}
.my-rewards .buttons-set button.button {
    float: left;
    margin-left: 250px;
}
.my-rewards .back-link {
    display: none;
}
.page-title {
    border-bottom: medium none;
}
.cms-page-view {
    font-size: 13px;
}
.col-main .page-title {
    padding: 0;
}
.page-title.category-title h1 {
}
.cms-menu {
    background: none repeat scroll 0 0 #fff;
    border-bottom: 0 none;
}
.cms-menu li {
    margin: 9px 0;
}
.cms-menu li strong {
    color: #414396;
    list-style: square inside none;
}
.cms-menu li ul, .cms-menu li ol {
    padding-left: 10px;
}
.cms-menu li.parent > a, .cms-menu li.parent > strong {
    background: none repeat scroll 0 0 #fff;
    color: #414396;
    text-transform: uppercase;
}
.cms-menu li.parent > a span {
    font-family: "Perpetua W01","Times New Roman",serif;
    font-size: 16px;
    margin-left: -7px;
}

.cms-our-story h2 {
    font-family: "Avenir W01",Arial,sans-serif;
    margin-bottom: 1em;
}
.cms-our-story .std li {
    list-style: square inside none;
}

.cms-page-view div.page-title {
    margin: 20px 0 10px;
}

.cms-faqs ul#list1 li {
    color: #414396;
    text-decoration: underline;
    padding-bottom: 5px;
}

.cms-faqs ul#list1 div.more_content {
    margin: 5px 0px 0px 25px;
}

.cms-faqs ul#list1 div.more_content a {
    color: #414396;
}

#store_locator_form .location-search li.first {
    width: 275px;
}
#store_locator_form .location-search li.last {
    margin-left: 10px;
}
#storelocator-container, #pager-top {
    border: medium none;
}

#storelocator-container .pager {
    display: none;
}

.cms-where-to-buy .col2-right-layout .col-right {
    background-color: #fafafc;
    padding: 8px;
}

.where-to-buy-divider {
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.where-to-buy-link a {
    font-family: "Avenir W01", Arial, sans-serif;
    color: #414397;
    font-weight: 700;
}

#storelocator-container #sidebar {
    background: none repeat scroll 0 0 #f4f3f9;
    width: 280px;
    overflow-x: hidden;
    overflow-y: scroll;
    position: relative;
    /*overflow: hidden;*/
    height: 420px;
}

#storelocator-container #map-container > td {
    padding: 5px 5px;
    border: none;
    height: 420px;
}

#sidebar .sidebar-entry-wrapper {
    background: none repeat scroll 0 0 #f4f3f9;
    border: medium none;
    margin-bottom: 15px;
    height: 100%;
    width: 150px;
}
#store_locator_form .reset-button span {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    color: #414396;
}

#store_locator_form .buttons-set {
    float: right;
}

.is-blog a {
    color: #414397;
    text-decoration: none;
}
.is-blog h2 a {
    font-size: 24px;
}
.blog-title h1 {
    font-family: "Perpetua W01","Times New Roman",serif;
    font-size: 26px;
}
.is-blog div.wp-caption {
    background-color: #f1f1f1;
    margin-bottom: 10px;
    padding: 5px 5px 10px;
    text-align: center;
}
.is-blog .sidebar .block-content li {
    color: #414397;
    font-size: 12px;
    margin-bottom: 12px;
}
.is-blog .col2-right-layout .col-right {
    width: 195px;
}

.is-blog .block-blog-categories {
    background: none repeat scroll 0 0 #ffffff;
}
.is-blog .block-blog-categories .block-title {
    font-weight: 700;
    text-transform: uppercase;
}
.is-blog .pager {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: medium none;
    font-size: 12px;
}
.is-blog .pager .amount {
    visibility: hidden;
}
.is-blog .pager .pages li a {
    color: #414397;
    text-decoration: none;
}
.is-blog .pager .pages li {
    margin-right: 8px;
}


.is-blog .content-contributor{
    width: 202px;
}

.is-blog .content-contributor-dinamic{
    font-size: 12px;
    margin-left: 17px;
    margin-top: -7px;
}


.is-blog .block .block-title strong span {
    color: black;
    font-family: "Avenir W01",Arial,sans-serif;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
}


.career-page h2 {
    font-size: 20px;
    margin-bottom: 10px;
}
.career-page p {
    font: 13px arial;
    margin-bottom: 20px;
}
.current-jobs a {
    color: #414396;
    display: inline-block;
    font: 14px arial;
    margin-bottom: 25px;
}
.current-jobs a:hover {
    color: #ea1a72;
    text-decoration: underline;
}
.check-gc-status {
    clear: both;
    color: #55548a;
    display: block;
    text-decoration: underline;
}

.check-gc-status:hover {
    text-decoration: underline;
}

#check-gift-card h3 {
    font: 23px arial;
}
#check-gift-card p {
    margin: 14px 0;
}
#check-gift-card .form-list li {
    margin-bottom: 25px;
}
#check-gift-card .form-list label {
    float: none;
}
#check-gift-card .input-box {
    float: none;
    overflow: hidden;
}
#check-gift-card .form-list .input-text {
    width: 265px;
}
#check-gift-card #gift-balance {
    border-top: 1px solid #d1d1d1;
    margin-top: 20px;
    padding-top: 20px;
}
#check-gift-card #gift-balance h4 {
    font-size: 16px;
    font-weight: normal;
    margin-bottom: 10px;
}
#check-gift-card .balance-details {
    font-size: 13px;
}
#check-gift-card .balance-details li {
    margin-bottom: 6px;
}
#check-gift-card .balance-details span {
    display: inline-block;
    margin-bottom: 6px;
    margin-right: 10px;
    width: 108px;
}

.form-list .customer-dob  .form-list .customer-dob .form-list .customer-dob .dob-year {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
    float: left;
    margin-left: 9px;
    margin-right: 3px;
    padding-right: 0 !important;
}


.modalDialog {
    position: fixed;
    font-family: Arial, Helvetica, sans-serif;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0,0,0,0.8);
    z-index: 99999;
    opacity:0;
    -webkit-transition: opacity 400ms ease-in;
    -moz-transition: opacity 400ms ease-in;
    transition: opacity 400ms ease-in;
    pointer-events: none;
}

.modalDialog:target {
    opacity:1;
    pointer-events: auto;
}

.modalDialog > div {
    width: 354px;
    position: relative;
    margin: 10% auto;
    padding: 5px 20px 13px 20px;
    border-radius: 10px;

}

.closeDialog {
    background: #606061;
    color: #FFFFFF;
    line-height: 25px;
    position: absolute;
    right: -227px;
    text-align: center;
    top: 5px;
    width: 24px;
    text-decoration: none;
    font-weight: bold;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    -moz-box-shadow: 1px 1px 3px #000;
    -webkit-box-shadow: 1px 1px 3px #000;
    box-shadow: 1px 1px 3px #000;
}

.closeDialog:hover { background: #00d9ff; }


#showPicture img{
    width: 90px;
    height: 90px;
}


.topsellerCategorie{
    width: 960px;
}


.giftcard-form .fields .right {
    float: right;
}


.giftStyleOp {
    display: inline-block;
    text-align: center;
    font-size: 12px;
    font-weight: bold;
    color: #414397;
    font-family: "Avenir W01",Arial,sans-serif;
}

.giftcard-form .form-list label {
    font-size: 12px;
    margin-bottom: 2px;
    text-align: left;
}

.giftradiostyle {
    width: 17px;
    height: 17px;
    margin-bottom: 10px;

}

.topsellerCategorie .price {
    margin: 0;
}

.top-sellers-header {
    color: #222222;
    font-size: 24px;
    font-family: "Perpetua W01", "Times New Roman", serif;
    font-weight: normal;
}

.___productImgCapability___ {
    position: relative;
    right: 94PX;
    bottom: -413px;
}
.productImgCapabilityHilde {
    display : none;
}
.product-shop .options-container-big fieldset {
    /*height: 125px;*/
}

label[for="qty"]{
    font-size: 12px;
    font-weight: bold;
}

#order_review_form .paypal-shipping-method {
    padding-left: 198px;
}

#order_review_form .item-img{
    position: relative;
    top: -5px;
}

#order_review_form .data-table .item-options dd {
    padding: 3px 10px 5px 0px;
}

#order_review_form .input-box {
    float: right;
}

.input-box input{padding:5px 6px 5px 6px !important;}
.v-fix input{padding:5px 6px 5px 6px !important;}


#order_review_form .form-list-narrow select {
    width: 297px
}

.saveComment.button {
    color: #fff;
    padding: 4px 15px;
    margin-top: 10px;
}
.wishlist-empty {
    background: #F7F6FB;
}
.wishlist-links-action a {
    color: #414396;
}
.wishlist-bold {
    font-weight: bold;
}
.my-wishlist .in-stock {
    color: #009E46;
}
.my-wishlist .product-image img {
    border: 1px solid #DCDCDC
}
.my-wishlist .product-name {
    margin-bottom: 0px;
}
.col-left .block-content li.current strong {
    font-weight: normal;
}

.cart-table tbody td {
    border-bottom: 1px solid #c6c6c6;
    padding: 10px 0 10px 0 !important;
}
#shopping-cart-table  dt a{font-size:12px;font-weight: 800}
.input-text{padding:5px;}

table td dl{padding-left:10px;}
table td dt a{margin-left:10px;}

.add-to-links li {
    background-color: transparent;
}

.cms-where-to-buy #storelocator-container #sidebar .sidebar-entry-container{width:260px;}
#storelocator-container #sidebar .sidebar-entry-container .directions img { margin-left:0px; }

.customer-dob > :first-child{float:right !important;margin-left:8px;}

.shipto-control label{position:relative;top:-5px;left:5px;}
.shipto-radio{position: relative;left:-42px;}
.catalog-product-view #product-options-wrapper, .product-view #product-options-wrapper{
    margin-bottom: -90px;
}

.note {width:265px !important;}
.note a{float:left;}
.note .button{float:right;position:relative;top:-8px;}
.fieldset label for="subscription"{margin:5px}
.subscribe-checkbox{position: relative;top:-2px;}


.form-list .control label{margin-left:20px;}

.name-firstname .input-text{clear:left;}

#contactForm .input-box{float:none;}

.reward-checkout {
    background: none;
    border: 2px solid #E4E4F0;
    color: #6C6F91;
    font-size: 17px;
    width: 85%;
    text-align: center;
    margin: 0px auto 10px;
    padding: 12px;
    font-family: "Avenir W01",Arial,sans-serif;
}
.checkout-onepage-index .col-main {
    padding-top: 0px;
}

.fancybox-inner .connect {
    width: 350px;
    text-align: right;
}
.fancybox-inner .connect .shipping-info {
    margin: 0px;
}
.fancybox-inner .connect .shipping-link {
    margin: 0px;
    float: right;
}


.discount-form{width:200px;}


.giftcard{width:202px;}
#discount-coupon-form .button{margin:0;}
#giftcard-form .v-fix{float:left;}
#giftcard-form .button{float:right;}

.fancybox-inner .product-view a{font-weight:800;margin-top:6px;}
.fancybox-inner .product-view .product-shop .price-box {margin-bottom: 0px;}
.fancybox-inner .product-view .product-shop .product-ids {margin-bottom: 4px;}
.productDescription #shortDescription{display:none; margin-bottom: 5px;}
.productDescription #shortDescription p {margin-bottom: 0px;}
.productDescription #shortDescription .short-description-moredetails { margin-bottom: 6px; color: #404098}
.fancybox-inner .product-view #longDescription{display:none;}
.fancybox-inner .product-view #shortDescription{display:block;}
.fancybox-inner .product-shop .size-chart-link {margin-top: 8px !important}

.logo img {
    width: 97px;
    height: 97px;
}
#searchContainer img {
    width: 22px;
    height: 22px;
}
.made-in-usa {
    width: 73px;
    height: 72px;   
}
.back-to-top img {
    width: 36px;
    height: 32px;      
}
.cancel-coupon-button {
    clear: both;
    display: block;
    margin-top: 32px !important;
}
.aplly-coupon-button {
    display: block;
    float: right !important;
}
.checkout-cart-index #discount-coupon-form .input-box {
    position: relative;
    z-index: 1;
}
.checkout-cart-index #discount-coupon-form .buttons-set {
    position: relative;
    z-index: 0;
}

/*! jQuery UI - v1.10.2 - 2013-03-14
* http://jqueryui.com
* Includes: jquery.ui.core.css, jquery.ui.accordion.css, jquery.ui.autocomplete.css, jquery.ui.button.css, jquery.ui.datepicker.css, jquery.ui.dialog.css, jquery.ui.menu.css, jquery.ui.progressbar.css, jquery.ui.resizable.css, jquery.ui.selectable.css, jquery.ui.slider.css, jquery.ui.spinner.css, jquery.ui.tabs.css, jquery.ui.tooltip.css, jquery.ui.theme.css
* Copyright 2013 jQuery Foundation and other contributors; Licensed MIT */
/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
	display: none;
}
.ui-helper-hidden-accessible {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
.ui-helper-reset {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	line-height: 1.3;
	text-decoration: none;
	font-size: 100%;
	list-style: none;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
	content: "";
	display: table;
	border-collapse: collapse;
}
.ui-helper-clearfix:after {
	clear: both;
}
.ui-helper-clearfix {
	min-height: 0; /* support: IE7 */
}
.ui-helper-zfix {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	opacity: 0;
	filter:Alpha(Opacity=0);
}

.ui-front {
	z-index: 3000;
}


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


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

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


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

/* Overlays */
.ui-widget-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.ui-accordion .ui-accordion-header {
	display: block;
	cursor: pointer;
	position: relative;
	margin-top: 2px;
	padding: .5em .5em .5em .7em;
	min-height: 0; /* support: IE7 */
}
.ui-accordion .ui-accordion-icons {
	padding-left: 2.2em;
}
.ui-accordion .ui-accordion-noicons {
	padding-left: .7em;
}
.ui-accordion .ui-accordion-icons .ui-accordion-icons {
	padding-left: 2.2em;
}
.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
	position: absolute;
	left: .5em;
	top: 50%;
	margin-top: -8px;
}
.ui-accordion .ui-accordion-content {
	padding: 1em 2.2em;
	border-top: 0;
	overflow: auto;
}

.ui-autocomplete {
	position: absolute;
	top: 0;
	left: 0;
	cursor: default;
}

.ui-button {
	display: inline-block;
	position: relative;
	padding: 0;
	line-height: normal;
	margin-right: .1em;
	cursor: pointer;
	vertical-align: middle;
	text-align: center;
	overflow: visible; /* removes extra width in IE */
}
.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
	text-decoration: none;
}
/* to make room for the icon, a width needs to be set here */
.ui-button-icon-only {
	width: 2.2em;
}
/* button elements seem to need a little more width */
button.ui-button-icon-only {
	width: 2.4em;
}
.ui-button-icons-only {
	width: 3.4em;
}
button.ui-button-icons-only {
	width: 3.7em;
}

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

/* button icon element(s) */
.ui-button-icon-only .ui-icon,
.ui-button-text-icon-primary .ui-icon,
.ui-button-text-icon-secondary .ui-icon,
.ui-button-text-icons .ui-icon,
.ui-button-icons-only .ui-icon {
	position: absolute;
	top: 50%;
	margin-top: -8px;
}
.ui-button-icon-only .ui-icon {
	left: 50%;
	margin-left: -8px;
}
.ui-button-text-icon-primary .ui-button-icon-primary,
.ui-button-text-icons .ui-button-icon-primary,
.ui-button-icons-only .ui-button-icon-primary {
	left: .5em;
}
.ui-button-text-icon-secondary .ui-button-icon-secondary,
.ui-button-text-icons .ui-button-icon-secondary,
.ui-button-icons-only .ui-button-icon-secondary {
	right: .5em;
}

/* button sets */
.ui-buttonset {
	margin-right: 7px;
}
.ui-buttonset .ui-button {
	margin-left: 0;
	margin-right: -.3em;
}

/* workarounds */
/* reset extra padding in Firefox, see h5bp.com/l */
input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
	border: 0;
	padding: 0;
}

.ui-datepicker {
	width: 17em;
	padding: .2em .2em 0;
	display: none;
}
.ui-datepicker .ui-datepicker-header {
	position: relative;
	padding: .2em 0;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
	position: absolute;
	top: 2px;
	width: 1.8em;
	height: 1.8em;
}
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
	top: 1px;
}
.ui-datepicker .ui-datepicker-prev {
	left: 2px;
}
.ui-datepicker .ui-datepicker-next {
	right: 2px;
}
.ui-datepicker .ui-datepicker-prev-hover {
	left: 1px;
}
.ui-datepicker .ui-datepicker-next-hover {
	right: 1px;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -8px;
	top: 50%;
	margin-top: -8px;
}
.ui-datepicker .ui-datepicker-title {
	margin: 0 2.3em;
	line-height: 1.8em;
	text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
	font-size: 1em;
	margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month-year {
	width: 100%;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
	width: 49%;
}
.ui-datepicker table {
	width: 100%;
	font-size: .9em;
	border-collapse: collapse;
	margin: 0 0 .4em;
}
.ui-datepicker th {
	padding: .7em .3em;
	text-align: center;
	font-weight: bold;
	border: 0;
}
.ui-datepicker td {
	border: 0;
	padding: 1px;
}
.ui-datepicker td span,
.ui-datepicker td a {
	display: block;
	padding: .2em;
	text-align: right;
	text-decoration: none;
}
.ui-datepicker .ui-datepicker-buttonpane {
	background-image: none;
	margin: .7em 0 0 0;
	padding: 0 .2em;
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
	float: right;
	margin: .5em .2em .4em;
	cursor: pointer;
	padding: .2em .6em .3em .6em;
	width: auto;
	overflow: visible;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
	float: left;
}

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
	width: auto;
}
.ui-datepicker-multi .ui-datepicker-group {
	float: left;
}
.ui-datepicker-multi .ui-datepicker-group table {
	width: 95%;
	margin: 0 auto .4em;
}
.ui-datepicker-multi-2 .ui-datepicker-group {
	width: 50%;
}
.ui-datepicker-multi-3 .ui-datepicker-group {
	width: 33.3%;
}
.ui-datepicker-multi-4 .ui-datepicker-group {
	width: 25%;
}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
	border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-buttonpane {
	clear: left;
}
.ui-datepicker-row-break {
	clear: both;
	width: 100%;
	font-size: 0;
}

/* RTL support */
.ui-datepicker-rtl {
	direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
	right: 2px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
	left: 2px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
	right: 1px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
	left: 1px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
	clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
	float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
	float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
	border-right-width: 0;
	border-left-width: 1px;
}

.ui-dialog {
	position: absolute;
	top: 0;
	left: 0;
	padding: .2em;
	outline: 0;
}
.ui-dialog .ui-dialog-titlebar {
	padding: .4em 1em;
	position: relative;
}
.ui-dialog .ui-dialog-title {
	float: left;
	margin: .1em 0;
	white-space: nowrap;
	width: 90%;
	overflow: hidden;
	text-overflow: ellipsis;
}
.ui-dialog .ui-dialog-titlebar-close {
	position: absolute;
	right: .3em;
	top: 50%;
	width: 21px;
	margin: -10px 0 0 0;
	padding: 1px;
	height: 20px;
}
.ui-dialog .ui-dialog-content {
	position: relative;
	border: 0;
	padding: .5em 1em;
	background: none;
	overflow: auto;
}
.ui-dialog .ui-dialog-buttonpane {
	text-align: left;
	border-width: 1px 0 0 0;
	background-image: none;
	margin-top: .5em;
	padding: .3em 1em .5em .4em;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
	float: right;
}
.ui-dialog .ui-dialog-buttonpane button {
	margin: .5em .4em .5em 0;
	cursor: pointer;
}
.ui-dialog .ui-resizable-se {
	width: 12px;
	height: 12px;
	right: -5px;
	bottom: -5px;
	background-position: 16px 16px;
}
.ui-draggable .ui-dialog-titlebar {
	cursor: move;
}

.ui-menu {
	list-style: none;
	padding: 2px;
	margin: 0;
	display: block;
	outline: none;
}
.ui-menu .ui-menu {
	margin-top: -3px;
	position: absolute;
}
.ui-menu .ui-menu-item {
	margin: 0;
	padding: 0;
	width: 100%;
}
.ui-menu .ui-menu-divider {
	margin: 5px -2px 5px -2px;
	height: 0;
	font-size: 0;
	line-height: 0;
	border-width: 1px 0 0 0;
}
.ui-menu .ui-menu-item a {
	text-decoration: none;
	display: block;
	padding: 2px .4em;
	line-height: 1.5;
	min-height: 0; /* support: IE7 */
	font-weight: normal;
}
.ui-menu .ui-menu-item a.ui-state-focus,
.ui-menu .ui-menu-item a.ui-state-active {
	font-weight: normal;
	margin: -1px;
}

.ui-menu .ui-state-disabled {
	font-weight: normal;
	margin: .4em 0 .2em;
	line-height: 1.5;
}
.ui-menu .ui-state-disabled a {
	cursor: default;
}

/* icon support */
.ui-menu-icons {
	position: relative;
}
.ui-menu-icons .ui-menu-item a {
	position: relative;
	padding-left: 2em;
}

/* left-aligned */
.ui-menu .ui-icon {
	position: absolute;
	top: .2em;
	left: .2em;
}

/* right-aligned */
.ui-menu .ui-menu-icon {
	position: static;
	float: right;
}

.ui-progressbar {
	height: 2em;
	text-align: left;
	overflow: hidden;
}
.ui-progressbar .ui-progressbar-value {
	margin: -1px;
	height: 100%;
}
.ui-progressbar .ui-progressbar-overlay {
	background: url("http://www.hankypankyltd.netdna-cdn.com/skin/frontend/base/default/css/jquery/images/animated-overlay.gif");
	height: 100%;
	filter: alpha(opacity=25);
	opacity: 0.25;
}
.ui-progressbar-indeterminate .ui-progressbar-value {
	background-image: none;
}

.ui-resizable {
	position: relative;
}
.ui-resizable-handle {
	position: absolute;
	font-size: 0.1px;
	display: block;
}
.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
	display: none;
}
.ui-resizable-n {
	cursor: n-resize;
	height: 7px;
	width: 100%;
	top: -5px;
	left: 0;
}
.ui-resizable-s {
	cursor: s-resize;
	height: 7px;
	width: 100%;
	bottom: -5px;
	left: 0;
}
.ui-resizable-e {
	cursor: e-resize;
	width: 7px;
	right: -5px;
	top: 0;
	height: 100%;
}
.ui-resizable-w {
	cursor: w-resize;
	width: 7px;
	left: -5px;
	top: 0;
	height: 100%;
}
.ui-resizable-se {
	cursor: se-resize;
	width: 12px;
	height: 12px;
	right: 1px;
	bottom: 1px;
}
.ui-resizable-sw {
	cursor: sw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	bottom: -5px;
}
.ui-resizable-nw {
	cursor: nw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	top: -5px;
}
.ui-resizable-ne {
	cursor: ne-resize;
	width: 9px;
	height: 9px;
	right: -5px;
	top: -5px;
}

.ui-selectable-helper {
	position: absolute;
	z-index: 100;
	border: 1px dotted black;
}

.ui-slider {
	position: relative;
	text-align: left;
}
.ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 2;
	width: 1.2em;
	height: 1.2em;
	cursor: default;
}
.ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	font-size: .7em;
	display: block;
	border: 0;
	background-position: 0 0;
}

/* For IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
	filter: inherit;
}

.ui-slider-horizontal {
	height: .8em;
}
.ui-slider-horizontal .ui-slider-handle {
	top: -.3em;
	margin-left: -.6em;
}
.ui-slider-horizontal .ui-slider-range {
	top: 0;
	height: 100%;
}
.ui-slider-horizontal .ui-slider-range-min {
	left: 0;
}
.ui-slider-horizontal .ui-slider-range-max {
	right: 0;
}

.ui-slider-vertical {
	width: .8em;
	height: 100px;
}
.ui-slider-vertical .ui-slider-handle {
	left: -.3em;
	margin-left: 0;
	margin-bottom: -.6em;
}
.ui-slider-vertical .ui-slider-range {
	left: 0;
	width: 100%;
}
.ui-slider-vertical .ui-slider-range-min {
	bottom: 0;
}
.ui-slider-vertical .ui-slider-range-max {
	top: 0;
}

.ui-spinner {
	position: relative;
	display: inline-block;
	overflow: hidden;
	padding: 0;
	vertical-align: middle;
}
.ui-spinner-input {
	border: none;
	background: none;
	color: inherit;
	padding: 0;
	margin: .2em 0;
	vertical-align: middle;
	margin-left: .4em;
	margin-right: 22px;
}
.ui-spinner-button {
	width: 16px;
	height: 50%;
	font-size: .5em;
	padding: 0;
	margin: 0;
	text-align: center;
	position: absolute;
	cursor: default;
	display: block;
	overflow: hidden;
	right: 0;
}
/* more specificity required here to overide default borders */
.ui-spinner a.ui-spinner-button {
	border-top: none;
	border-bottom: none;
	border-right: none;
}
/* vertical centre icon */
.ui-spinner .ui-icon {
	position: absolute;
	margin-top: -8px;
	top: 50%;
	left: 0;
}
.ui-spinner-up {
	top: 0;
}
.ui-spinner-down {
	bottom: 0;
}

/* TR overrides */
.ui-spinner .ui-icon-triangle-1-s {
	/* need to fix icons sprite */
	background-position: -65px -16px;
}

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

.ui-tooltip {
	padding: 8px;
	position: absolute;
	z-index: 9999;
	max-width: 300px;
	-webkit-box-shadow: 0 0 5px #aaa;
	box-shadow: 0 0 5px #aaa;
}
body .ui-tooltip {
	border-width: 2px;
}

/* Component containers
----------------------------------*/
.ui-widget {
	font-family: Verdana,Arial,sans-serif/*{ffDefault}*/;
	font-size: 1.1em/*{fsDefault}*/;
}
.ui-widget .ui-widget {
	font-size: 1em;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
	font-family: Verdana,Arial,sans-serif/*{ffDefault}*/;
	font-size: 1em;
}
.ui-widget-content {
	border: 1px solid #aaaaaa/*{borderColorContent}*/;
	background: #ffffff/*{bgColorContent}*/ url(http://www.hankypankyltd.netdna-cdn.com/skin/frontend/base/default/css/jquery/images/ui-bg_flat_75_ffffff_40x100.png)/*{bgImgUrlContent}*/ 50%/*{bgContentXPos}*/ 50%/*{bgContentYPos}*/ repeat-x/*{bgContentRepeat}*/;
	color: #222222/*{fcContent}*/;
}
.ui-widget-content a {
	color: #222222/*{fcContent}*/;
}
.ui-widget-header {
	border: 1px solid #aaaaaa/*{borderColorHeader}*/;
	background: #cccccc/*{bgColorHeader}*/ url(http://www.hankypankyltd.netdna-cdn.com/skin/frontend/base/default/css/jquery/images/ui-bg_highlight-soft_75_cccccc_1x100.png)/*{bgImgUrlHeader}*/ 50%/*{bgHeaderXPos}*/ 50%/*{bgHeaderYPos}*/ repeat-x/*{bgHeaderRepeat}*/;
	color: #222222/*{fcHeader}*/;
	font-weight: bold;
}
.ui-widget-header a {
	color: #222222/*{fcHeader}*/;
}

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
	border: 1px solid #d3d3d3/*{borderColorDefault}*/;
	background: #e6e6e6/*{bgColorDefault}*/ url(http://www.hankypankyltd.netdna-cdn.com/skin/frontend/base/default/css/jquery/images/ui-bg_glass_75_e6e6e6_1x400.png)/*{bgImgUrlDefault}*/ 50%/*{bgDefaultXPos}*/ 50%/*{bgDefaultYPos}*/ repeat-x/*{bgDefaultRepeat}*/;
	font-weight: normal/*{fwDefault}*/;
	color: #555555/*{fcDefault}*/;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
	color: #555555/*{fcDefault}*/;
	text-decoration: none;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
	border: 1px solid #999999/*{borderColorHover}*/;
	background: #dadada/*{bgColorHover}*/ url(http://www.hankypankyltd.netdna-cdn.com/skin/frontend/base/default/css/jquery/images/ui-bg_glass_75_dadada_1x400.png)/*{bgImgUrlHover}*/ 50%/*{bgHoverXPos}*/ 50%/*{bgHoverYPos}*/ repeat-x/*{bgHoverRepeat}*/;
	font-weight: normal/*{fwDefault}*/;
	color: #212121/*{fcHover}*/;
}
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited {
	color: #212121/*{fcHover}*/;
	text-decoration: none;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
	border: 1px solid #aaaaaa/*{borderColorActive}*/;
	background: #ffffff/*{bgColorActive}*/ url(http://www.hankypankyltd.netdna-cdn.com/skin/frontend/base/default/css/jquery/images/ui-bg_glass_65_ffffff_1x400.png)/*{bgImgUrlActive}*/ 50%/*{bgActiveXPos}*/ 50%/*{bgActiveYPos}*/ repeat-x/*{bgActiveRepeat}*/;
	font-weight: normal/*{fwDefault}*/;
	color: #212121/*{fcActive}*/;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
	color: #212121/*{fcActive}*/;
	text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
	border: 1px solid #fcefa1/*{borderColorHighlight}*/;
	background: #fbf9ee/*{bgColorHighlight}*/ url(http://www.hankypankyltd.netdna-cdn.com/skin/frontend/base/default/css/jquery/images/ui-bg_glass_55_fbf9ee_1x400.png)/*{bgImgUrlHighlight}*/ 50%/*{bgHighlightXPos}*/ 50%/*{bgHighlightYPos}*/ repeat-x/*{bgHighlightRepeat}*/;
	color: #363636/*{fcHighlight}*/;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
	color: #363636/*{fcHighlight}*/;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
	border: 1px solid #cd0a0a/*{borderColorError}*/;
	background: #fef1ec/*{bgColorError}*/ url(http://www.hankypankyltd.netdna-cdn.com/skin/frontend/base/default/css/jquery/images/ui-bg_glass_95_fef1ec_1x400.png)/*{bgImgUrlError}*/ 50%/*{bgErrorXPos}*/ 50%/*{bgErrorYPos}*/ repeat-x/*{bgErrorRepeat}*/;
	color: #cd0a0a/*{fcError}*/;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
	color: #cd0a0a/*{fcError}*/;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
	color: #cd0a0a/*{fcError}*/;
}
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
	font-weight: bold;
}
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
	opacity: .7;
	filter:Alpha(Opacity=70);
	font-weight: normal;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
	opacity: .35;
	filter:Alpha(Opacity=35);
	background-image: none;
}
.ui-state-disabled .ui-icon {
	filter:Alpha(Opacity=35); /* For IE8 - See #6059 */
}

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

/* states and images */
.ui-icon {
	width: 16px;
	height: 16px;
}
.ui-icon,
.ui-widget-content .ui-icon {
	background-image: url(http://www.hankypankyltd.netdna-cdn.com/skin/frontend/base/default/css/jquery/images/ui-icons_222222_256x240.png)/*{iconsContent}*/;
}
.ui-widget-header .ui-icon {
	background-image: url(http://www.hankypankyltd.netdna-cdn.com/skin/frontend/base/default/css/jquery/images/ui-icons_222222_256x240.png)/*{iconsHeader}*/;
}
.ui-state-default .ui-icon {
	background-image: url(http://www.hankypankyltd.netdna-cdn.com/skin/frontend/base/default/css/jquery/images/ui-icons_888888_256x240.png)/*{iconsDefault}*/;
}
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon {
	background-image: url(http://www.hankypankyltd.netdna-cdn.com/skin/frontend/base/default/css/jquery/images/ui-icons_454545_256x240.png)/*{iconsHover}*/;
}
.ui-state-active .ui-icon {
	background-image: url(http://www.hankypankyltd.netdna-cdn.com/skin/frontend/base/default/css/jquery/images/ui-icons_454545_256x240.png)/*{iconsActive}*/;
}
.ui-state-highlight .ui-icon {
	background-image: url(http://www.hankypankyltd.netdna-cdn.com/skin/frontend/base/default/css/jquery/images/ui-icons_2e83ff_256x240.png)/*{iconsHighlight}*/;
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
	background-image: url(http://www.hankypankyltd.netdna-cdn.com/skin/frontend/base/default/css/jquery/images/ui-icons_cd0a0a_256x240.png)/*{iconsError}*/;
}

/* positioning */
.ui-icon-blank { background-position: 16px 16px; }
.ui-icon-carat-1-n { background-position: 0 0; }
.ui-icon-carat-1-ne { background-position: -16px 0; }
.ui-icon-carat-1-e { background-position: -32px 0; }
.ui-icon-carat-1-se { background-position: -48px 0; }
.ui-icon-carat-1-s { background-position: -64px 0; }
.ui-icon-carat-1-sw { background-position: -80px 0; }
.ui-icon-carat-1-w { background-position: -96px 0; }
.ui-icon-carat-1-nw { background-position: -112px 0; }
.ui-icon-carat-2-n-s { background-position: -128px 0; }
.ui-icon-carat-2-e-w { background-position: -144px 0; }
.ui-icon-triangle-1-n { background-position: 0 -16px; }
.ui-icon-triangle-1-ne { background-position: -16px -16px; }
.ui-icon-triangle-1-e { background-position: -32px -16px; }
.ui-icon-triangle-1-se { background-position: -48px -16px; }
.ui-icon-triangle-1-s { background-position: -64px -16px; }
.ui-icon-triangle-1-sw { background-position: -80px -16px; }
.ui-icon-triangle-1-w { background-position: -96px -16px; }
.ui-icon-triangle-1-nw { background-position: -112px -16px; }
.ui-icon-triangle-2-n-s { background-position: -128px -16px; }
.ui-icon-triangle-2-e-w { background-position: -144px -16px; }
.ui-icon-arrow-1-n { background-position: 0 -32px; }
.ui-icon-arrow-1-ne { background-position: -16px -32px; }
.ui-icon-arrow-1-e { background-position: -32px -32px; }
.ui-icon-arrow-1-se { background-position: -48px -32px; }
.ui-icon-arrow-1-s { background-position: -64px -32px; }
.ui-icon-arrow-1-sw { background-position: -80px -32px; }
.ui-icon-arrow-1-w { background-position: -96px -32px; }
.ui-icon-arrow-1-nw { background-position: -112px -32px; }
.ui-icon-arrow-2-n-s { background-position: -128px -32px; }
.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
.ui-icon-arrow-2-e-w { background-position: -160px -32px; }
.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
.ui-icon-arrowstop-1-n { background-position: -192px -32px; }
.ui-icon-arrowstop-1-e { background-position: -208px -32px; }
.ui-icon-arrowstop-1-s { background-position: -224px -32px; }
.ui-icon-arrowstop-1-w { background-position: -240px -32px; }
.ui-icon-arrowthick-1-n { background-position: 0 -48px; }
.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
.ui-icon-arrowthick-1-e { background-position: -32px -48px; }
.ui-icon-arrowthick-1-se { background-position: -48px -48px; }
.ui-icon-arrowthick-1-s { background-position: -64px -48px; }
.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
.ui-icon-arrowthick-1-w { background-position: -96px -48px; }
.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
.ui-icon-arrow-4 { background-position: 0 -80px; }
.ui-icon-arrow-4-diag { background-position: -16px -80px; }
.ui-icon-extlink { background-position: -32px -80px; }
.ui-icon-newwin { background-position: -48px -80px; }
.ui-icon-refresh { background-position: -64px -80px; }
.ui-icon-shuffle { background-position: -80px -80px; }
.ui-icon-transfer-e-w { background-position: -96px -80px; }
.ui-icon-transferthick-e-w { background-position: -112px -80px; }
.ui-icon-folder-collapsed { background-position: 0 -96px; }
.ui-icon-folder-open { background-position: -16px -96px; }
.ui-icon-document { background-position: -32px -96px; }
.ui-icon-document-b { background-position: -48px -96px; }
.ui-icon-note { background-position: -64px -96px; }
.ui-icon-mail-closed { background-position: -80px -96px; }
.ui-icon-mail-open { background-position: -96px -96px; }
.ui-icon-suitcase { background-position: -112px -96px; }
.ui-icon-comment { background-position: -128px -96px; }
.ui-icon-person { background-position: -144px -96px; }
.ui-icon-print { background-position: -160px -96px; }
.ui-icon-trash { background-position: -176px -96px; }
.ui-icon-locked { background-position: -192px -96px; }
.ui-icon-unlocked { background-position: -208px -96px; }
.ui-icon-bookmark { background-position: -224px -96px; }
.ui-icon-tag { background-position: -240px -96px; }
.ui-icon-home { background-position: 0 -112px; }
.ui-icon-flag { background-position: -16px -112px; }
.ui-icon-calendar { background-position: -32px -112px; }
.ui-icon-cart { background-position: -48px -112px; }
.ui-icon-pencil { background-position: -64px -112px; }
.ui-icon-clock { background-position: -80px -112px; }
.ui-icon-disk { background-position: -96px -112px; }
.ui-icon-calculator { background-position: -112px -112px; }
.ui-icon-zoomin { background-position: -128px -112px; }
.ui-icon-zoomout { background-position: -144px -112px; }
.ui-icon-search { background-position: -160px -112px; }
.ui-icon-wrench { background-position: -176px -112px; }
.ui-icon-gear { background-position: -192px -112px; }
.ui-icon-heart { background-position: -208px -112px; }
.ui-icon-star { background-position: -224px -112px; }
.ui-icon-link { background-position: -240px -112px; }
.ui-icon-cancel { background-position: 0 -128px; }
.ui-icon-plus { background-position: -16px -128px; }
.ui-icon-plusthick { background-position: -32px -128px; }
.ui-icon-minus { background-position: -48px -128px; }
.ui-icon-minusthick { background-position: -64px -128px; }
.ui-icon-close { background-position: -80px -128px; }
.ui-icon-closethick { background-position: -96px -128px; }
.ui-icon-key { background-position: -112px -128px; }
.ui-icon-lightbulb { background-position: -128px -128px; }
.ui-icon-scissors { background-position: -144px -128px; }
.ui-icon-clipboard { background-position: -160px -128px; }
.ui-icon-copy { background-position: -176px -128px; }
.ui-icon-contact { background-position: -192px -128px; }
.ui-icon-image { background-position: -208px -128px; }
.ui-icon-video { background-position: -224px -128px; }
.ui-icon-script { background-position: -240px -128px; }
.ui-icon-alert { background-position: 0 -144px; }
.ui-icon-info { background-position: -16px -144px; }
.ui-icon-notice { background-position: -32px -144px; }
.ui-icon-help { background-position: -48px -144px; }
.ui-icon-check { background-position: -64px -144px; }
.ui-icon-bullet { background-position: -80px -144px; }
.ui-icon-radio-on { background-position: -96px -144px; }
.ui-icon-radio-off { background-position: -112px -144px; }
.ui-icon-pin-w { background-position: -128px -144px; }
.ui-icon-pin-s { background-position: -144px -144px; }
.ui-icon-play { background-position: 0 -160px; }
.ui-icon-pause { background-position: -16px -160px; }
.ui-icon-seek-next { background-position: -32px -160px; }
.ui-icon-seek-prev { background-position: -48px -160px; }
.ui-icon-seek-end { background-position: -64px -160px; }
.ui-icon-seek-start { background-position: -80px -160px; }
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first { background-position: -80px -160px; }
.ui-icon-stop { background-position: -96px -160px; }
.ui-icon-eject { background-position: -112px -160px; }
.ui-icon-volume-off { background-position: -128px -160px; }
.ui-icon-volume-on { background-position: -144px -160px; }
.ui-icon-power { background-position: 0 -176px; }
.ui-icon-signal-diag { background-position: -16px -176px; }
.ui-icon-signal { background-position: -32px -176px; }
.ui-icon-battery-0 { background-position: -48px -176px; }
.ui-icon-battery-1 { background-position: -64px -176px; }
.ui-icon-battery-2 { background-position: -80px -176px; }
.ui-icon-battery-3 { background-position: -96px -176px; }
.ui-icon-circle-plus { background-position: 0 -192px; }
.ui-icon-circle-minus { background-position: -16px -192px; }
.ui-icon-circle-close { background-position: -32px -192px; }
.ui-icon-circle-triangle-e { background-position: -48px -192px; }
.ui-icon-circle-triangle-s { background-position: -64px -192px; }
.ui-icon-circle-triangle-w { background-position: -80px -192px; }
.ui-icon-circle-triangle-n { background-position: -96px -192px; }
.ui-icon-circle-arrow-e { background-position: -112px -192px; }
.ui-icon-circle-arrow-s { background-position: -128px -192px; }
.ui-icon-circle-arrow-w { background-position: -144px -192px; }
.ui-icon-circle-arrow-n { background-position: -160px -192px; }
.ui-icon-circle-zoomin { background-position: -176px -192px; }
.ui-icon-circle-zoomout { background-position: -192px -192px; }
.ui-icon-circle-check { background-position: -208px -192px; }
.ui-icon-circlesmall-plus { background-position: 0 -208px; }
.ui-icon-circlesmall-minus { background-position: -16px -208px; }
.ui-icon-circlesmall-close { background-position: -32px -208px; }
.ui-icon-squaresmall-plus { background-position: -48px -208px; }
.ui-icon-squaresmall-minus { background-position: -64px -208px; }
.ui-icon-squaresmall-close { background-position: -80px -208px; }
.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
.ui-icon-grip-diagonal-se { background-position: -80px -224px; }


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

/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
	border-top-left-radius: 4px/*{cornerRadius}*/;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
	border-top-right-radius: 4px/*{cornerRadius}*/;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
	border-bottom-left-radius: 4px/*{cornerRadius}*/;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
	border-bottom-right-radius: 4px/*{cornerRadius}*/;
}

/* Overlays */
.ui-widget-overlay {
	background: #aaaaaa/*{bgColorOverlay}*/ url(http://www.hankypankyltd.netdna-cdn.com/skin/frontend/base/default/css/jquery/images/ui-bg_flat_0_aaaaaa_40x100.png)/*{bgImgUrlOverlay}*/ 50%/*{bgOverlayXPos}*/ 50%/*{bgOverlayYPos}*/ repeat-x/*{bgOverlayRepeat}*/;
	opacity: .3/*{opacityOverlay}*/;
	filter: Alpha(Opacity=30)/*{opacityFilterOverlay}*/;
}
.ui-widget-shadow {
	margin: -8px/*{offsetTopShadow}*/ 0 0 -8px/*{offsetLeftShadow}*/;
	padding: 8px/*{thicknessShadow}*/;
	background: #aaaaaa/*{bgColorShadow}*/ url(http://www.hankypankyltd.netdna-cdn.com/skin/frontend/base/default/css/jquery/images/ui-bg_flat_0_aaaaaa_40x100.png)/*{bgImgUrlShadow}*/ 50%/*{bgShadowXPos}*/ 50%/*{bgShadowYPos}*/ repeat-x/*{bgShadowRepeat}*/;
	opacity: .3/*{opacityShadow}*/;
	filter: Alpha(Opacity=30)/*{opacityFilterShadow}*/;
	border-radius: 8px/*{cornerRadiusShadow}*/;
}

