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


/*@import url(http://www.google.com/fonts#UsePlace:use/Collection:Open+Sans:400italic,700italic,400,700);*/

@font-face{
    font-family: 'open sans';
    font-weight: normal;
    font-style: normal;
    src: url('http://www.noflystore.ie/skin/frontend/default/noflystore/css/fonts/opensans-regular-webfont.eot');
    src: url('http://www.noflystore.ie/skin/frontend/default/noflystore/css/fonts/opensans-regular-webfont.eot?#iefix') format('embedded-opentype'),
    url('http://www.noflystore.ie/skin/frontend/default/noflystore/css/fonts/opensans-regular-webfont.woff') format('woff'),
    url('http://www.noflystore.ie/skin/frontend/default/noflystore/css/fonts/opensans-regular-webfont.ttf') format('truetype'),
    url('http://www.noflystore.ie/skin/frontend/default/noflystore/css/fonts/opensans-regular-webfont.svg#webfont') format('svg');
}

@font-face{
    font-family: 'open sans';
    font-weight: bold;
    font-style: normal;
    src: url('http://www.noflystore.ie/skin/frontend/default/noflystore/css/fonts/opensans-bold-webfont.eot');
    src: url('http://www.noflystore.ie/skin/frontend/default/noflystore/css/fonts/opensans-bold-webfont.eot?#iefix') format('embedded-opentype'),
    url('http://www.noflystore.ie/skin/frontend/default/noflystore/css/fonts/opensans-bold-webfont.woff') format('woff'),
    url('http://www.noflystore.ie/skin/frontend/default/noflystore/css/fonts/opensans-bold-webfont.ttf') format('truetype'),
    url('http://www.noflystore.ie/skin/frontend/default/noflystore/css/fonts/opensans-bold-webfont.svg#webfont') format('svg');
}

@font-face{
    font-family: 'open sans';
    font-weight: normal;
    font-style: italic;
    src: url('http://www.noflystore.ie/skin/frontend/default/noflystore/css/fonts/opensans-italic-webfont.eot');
    src: url('http://www.noflystore.ie/skin/frontend/default/noflystore/css/fonts/opensans-italic-webfont.eot?#iefix') format('embedded-opentype'),
    url('http://www.noflystore.ie/skin/frontend/default/noflystore/css/fonts/opensans-italic-webfont.woff') format('woff'),
    url('http://www.noflystore.ie/skin/frontend/default/noflystore/css/fonts/opensans-italic-webfont.ttf') format('truetype'),
    url('http://www.noflystore.ie/skin/frontend/default/noflystore/css/fonts/opensans-italic-webfont.svg#webfont') format('svg');
}

@font-face{
    font-family: 'open sans';
    font-weight: bold;
    font-style: italic;
    src: url('http://www.noflystore.ie/skin/frontend/default/noflystore/css/fonts/opensans-bolditalic-webfont.eot');
    src: url('http://www.noflystore.ie/skin/frontend/default/noflystore/css/fonts/opensans-bolditalic-webfont.eot?#iefix') format('embedded-opentype'),
    url('http://www.noflystore.ie/skin/frontend/default/noflystore/css/fonts/opensans-bolditalic-webfont.woff') format('woff'),
    url('http://www.noflystore.ie/skin/frontend/default/noflystore/css/fonts/opensans-bolditalic-webfont.ttf') format('truetype'),
    url('http://www.noflystore.ie/skin/frontend/default/noflystore/css/fonts/opensans-bolditalic-webfont.svg#webfont') format('svg');
}



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

body          {
    font-size:12px;
    font-family: 'Open Sans' ,Arial, Helvetica, sans-serif;
    color:#2f2f2f; text-align:center;
}

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

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

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

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

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

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

/* Lists */
ul,ol, li         { 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; }
/* ======================================================================================= */

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px white inset!important;
    background: #fff!important;
}

/* Layout ================================================================================ */
.wrapper { min-width:954px; }
.page {}
.page-print { background:#fff; padding:25px 30px; text-align:left; }
.page-empty { background:#fff; padding:0px 20px 0 20px; text-align:left; }
.page-empty  .page-title {
    width: 100%;
    overflow: hidden;
    border-bottom: 1px solid #d9dadb;
    margin: 20px 0 25px;
    text-align: center;
}
.page-popup { background:#fff; padding:25px 30px; text-align:left; }
.main-container { }
.main { width:990px; margin:0 auto; min-height:400px; padding:0 0 34px; text-align:left; }

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

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

/* 2 Columns Layout */
.col2-left-layout .col-main { float:right; }
.col2-right-layout .col-main { width: 740px;}

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

/* Content Columns */
.col2-set .col-1 { float:left; width:486px; }
.col2-set .col-2 { float:right; width:486px; }

.checkout-onepage-index .col2-set .col-1, .checkout-onepage-index .col2-set .col-2{
    width:450px;
}
.checkout-onepage-index .col2-set .col-1.crea{
    width:350px;
}
.checkout-onepage-index .col2-set .col-1.gs-login-checkout{
    margin-left: 20px;
    text-align: center;
    width: 230px;
}
.checkout-onepage-index .col2-set .col-1.gs-login-checkout h3{
    display: block !important;
    text-align: center;
}
.checkout-onepage-index .col2-set .col-2.registrati{
    width:310px;
}
.checkout-onepage-index #checkout-step-login .col2-set .form-list input.input-text {
    width: 310px;
}
.customer-account-index .col2-set .col-1,
.customer-address-index .col2-set .col-1,
.sales-order-view .col2-set .col-1,
.sales-order-shipment .col2-set .col-1,
.sales-order-invoice .col2-set .col-1, .sales-order-creditmemo .col2-set .col-1
{ float:left; width:342px; }

.customer-account-index .col2-set .col-2,
.customer-address-index .col2-set .col-2,
.sales-order-view .col2-set .col-2,
.sales-order-shipment .col2-set .col-2,
.sales-order-invoice .col2-set .col-2, .sales-order-creditmemo .col2-set .col-2
{ float:right; width:342px; }

.customer-account-index .main address{
    border-bottom: 1px solid #d9dadb;
    margin-bottom: 10px;
    line-height: 21px;
    padding-bottom: 6px;
}

.col2-set .col-narrow { width:32%; }
.col2-set .col-wide { width:65%; }

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

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


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

button.btn-checkout span { height:40px; border:0;  padding:0 0 0 9px; font:bold 15px/40px Arial, Helvetica, sans-serif; color:#fff; }
button.btn-checkout span span { background-position:100% 0; padding:0 25px 0 16px; }
button.btn-checkout.no-checkout span { background-position:0 100%; color:#b8baba; }
button.btn-checkout.no-checkout span span { background-position:100% 100%; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.buttons-set { clear:both; margin:0; padding:8px 0 0; text-align:right; }
.buttons-set p.required { margin:0 0 10px; }
.buttons-set .back-link { float:left; margin:0; }
.buttons-set button.button {
    background: url(http://www.noflystore.ie/skin/frontend/default/noflystore/images/bg_yellow_grad.png) repeat-x;
    height: 35px;
    line-height: 35px;
    -webkit-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
    float:right; margin-left:5px;
}

.buttons-set button.create_account  {
    /*background: url(http://www.noflystore.ie/skin/frontend/default/noflystore/images/bg_grey_grad.png) repeat-x;*/
}

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

.fieldset { padding:22px 0 0 0;  }
.fieldset .legend { float:left; font-weight:bold; text-transform: uppercase; font-size:14px; color:#656565; margin:-32px 0 0 0; padding:0; position:relative; }

/* Form Validation */
.validation-advice { clear: both;
    color: #EFBA00;
    font-size: 11px;
    font-weight: bold;
    line-height: 13px;
    margin: 3px 0 0;
    min-height: 13px;
}
.validation-failed { background: #fae7df !important; }
.validation-passed {}
p.required { font-size:11px; text-align:right; color:#EB340A; }
/* Expiration date and CVV number validation fix */
.v-fix { float:left; }
.v-fix .validation-advice { display:block; width:12em; margin-right:-12em; position:relative; }

/* Form Contatti Validation */
.gestisciform .validation-advice {
    clear: both;
    color: #EFBA00;
    font-size: 11px;
    font-weight: bold;
    line-height: 13px;
    margin: 0px 0 0 140px ;
    min-height: 13px;
    padding-top: 2px;
}
.gestisciform .left-form div{
    height: 55px;
}
.gestisciform .right-form div#messaggio_container .validation-advice{
    margin: 0px 0 0 10px ;
}


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

#messages_product_view{
    margin-top: 20px;
}
#messages_product_view .messages{
    -webkit-box-shadow: none;
    box-shadow: none;

}
.messages{
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.35);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.35);
    text-align: center;
}
#messages_product_view .error-msg { border-top: none;}
#messages_product_view .success-msg { border-top: none;}
#messages_product_view .note-msg,
#messages_product_view .notice-msg {  border-top: none; }

.messages,
.messages ul { list-style:none !important; }
.messages { width:100%; margin-bottom: 20px;}
.messages li { margin:0 0 10px !important; }
.messages li li { margin:0 0 3px !important; }
.error-msg,
.success-msg,
.note-msg,
.notice-msg {  padding:8px 8px 8px 8px !important; font-size:16px !important;}
.error-msg { border-top: 4px solid #edb700; color: #333;}
.success-msg { border-top: 4px solid #edb700; color:#333; }
.note-msg,
.notice-msg { border-top: 4px solid #edb700;  color:#333; }
p.note-msg{
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.35);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.35);
    text-align: center;
}

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

/* Page Heading */
.page-title { width:100%; overflow:hidden; border-bottom:1px solid #d9dadb; margin:0 0 25px; text-align: center}
.catalogsearch-result-index .page-title{padding-bottom: 15px; margin-bottom: 10px;}
.page-title h1,
.page-title h2 { margin:0; font-size:20px; color: #656565; font-weight: bold;}
.page-title h1{
    padding-bottom: 11px;
}
.customer-account-index .page-title h1,
.customer-account-edit h1,
.customer-address-index h1,
.sales-order-history h1,
.wishlist-index-index h1
{
    text-align: left;
    text-transform: uppercase;
}

.page-title .separator { margin:0 3px; }
.page-title .link-rss { float:right; margin:7px 0 0; }
.title-buttons { text-align:right; }
.title-buttons h1,
.title-buttons h2,
.title-buttons h3,
.title-buttons h4,
.title-buttons h5,
.title-buttons h6 { float:left; }

.catalog-product-compare-index .title-buttons {
    text-align: center;
}
.catalog-product-compare-index .title-buttons h1 { float:none; }

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

/* Pager */
.pager {  padding:4px 0px; text-align:center; }
.pager .amount { float:left; margin:0; }
.pager .limiter { float:right; }
.pager .limiter label { vertical-align:middle; }
.pager .limiter select { padding:0; margin:0 0 1px; vertical-align:middle; }
.pager .pages { margin:0 140px; }
.pager .pages ol { display:inline; }
.pager .pages li { display:inline; margin:0 2px; }
.pager .pages .current {}

/* Sorter */
.sorter { font-size:12px; }
.sorter .view-mode { float:left; margin:0;  border-left: 1px solid #d9dadb; height: 32px; line-height: 32px; padding-left: 20px; color: #656565;}
.sorter .sort-by { float:left; padding-right:10px; border-left: 1px solid #d9dadb; height: 32px; line-height: 32px; padding-left: 16px; color: #656565;}
.sorter .sort-by label { vertical-align:middle; }
.sorter .sort-by select {
    padding: 5px 20px 5px 5px;
    margin: 0 0 1px;
    width: 110px;
    vertical-align: middle;
    color: #656565;
    border-radius: 5px;
    margin-left: 5px;
    background: url(http://www.noflystore.ie/skin/frontend/default/noflystore/images/arrowDownMenu.png) no-repeat 86px -31px;
    border: 1px solid #ccc;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    text-indent: 0.01px;
    text-overflow: '';
}
.sort-by select::-ms-expand {
    display: none;
}
.sorter .link-feed {}

/* Toolbar */
.toolbar {position: absolute; top: 0; right: 0;}
.toolbar .pager { padding:3px 8px; border-bottom:1px solid #fff; }
.toolbar .sorter { float: none; margin-top: 0px; }
.toolbar-bottom {}

.catalogsearch-result-index .main {position: relative;}


/* Data Table */
.data-table { width:100%;  }
.data-table .odd  {  }
.data-table .even {  }
/*.data-table tr.odd:hover,
.data-table tr.even:hover { background:#ebf1f6; }*/
.data-table td.last,
.data-table th.last { border-right:0; padding-right: 0;}
.data-table tr.last th,
.data-table tr.last td { }
.data-table tr.last td.a-center {text-align: center; vertical-align: middle; color: #454545;}
.data-table tr.first td.a-center { text-align: center; vertical-align: middle; color: #454545; }
.data-table tr td.a-center { text-align: center; vertical-align: middle; color: #454545; }
.data-table th { padding:3px 8px; font-weight:bold; }
.data-table td { padding: 22px 8px; line-height: 16px;}
.data-table th.last{text-align: right;}
.data-table thead th { font-weight: normal; padding: 9px 8px 10px 8px; color:#0a263c; white-space:nowrap; vertical-align:middle; }
.data-table thead th.wrap { white-space:normal; }
.data-table thead th a,
.data-table thead th a:hover { color:#000; }
.data-table thead th { border-bottom: 1px solid #d9dadb; border-left: 1px solid #d9dadb;
    font-family: 'open sans';
    font-size: 10px;
    font-weight: bold;
    text-transform: uppercase;
    color: #ccc;
}
.data-table thead th:first-child{
    padding-left: 0;
    border-left: 0px none;
}
.data-table thead th .tax-flag { font-size:11px; white-space:nowrap; }

.data-table tfoot { border-bottom:1px solid #d9dde3; }
.data-table tfoot tr.first td {  }



.data-table tfoot tr {  }
.data-table tfoot td { padding-top:1px; padding-bottom:1px; border-bottom:0; }
.data-table tfoot strong { font-size:16px; }

.data-table tbody th,
.data-table tbody td { border-bottom:1px solid #d9dde3; }
.sales-order-history .data-table tbody td { border-bottom:0; }
.data-table tbody td:first-child{
    padding-left: 0;
}

.data-table.tracking-table td, .data-table.tracking-table th {
    padding: 22px 8px 10px 8px;
    line-height: 16px;
}
.data-table.tracking-table .grey_btn.link-print {
    margin-top: -10px;
}
.data-table.tracking-table th {
    width: 130px;
}
/* Bundle products tables */
.data-table tbody.odd tr {  }
.data-table tbody.even tr { background:#f6f6f6 !important; }
.data-table tbody.odd tr td,
.data-table tbody.even tr td { border-bottom:0; }
.data-table tbody.odd tr.border td,
.data-table tbody.even tr.border td { border-bottom:1px solid #d9dde3; padding-left: 10px; vertical-align: top; }

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

.data-table tfoot tr.subtotal.first td{
    padding-top: 10px;
}
/* Generic Info Box */
.info-box { border:1px solid #d0cbc1; padding:12px 15px; margin:0 0 15px; }
.info-box h2 { font-weight:bold; font-size:13px; }

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

/* Shopping cart total summary row expandable to details */
tr.summary-total { cursor:pointer; }
tr.summary-total td {}
tr.summary-total .summary-collapse { float:right; text-align:right; padding-left:20px;  cursor:pointer; }
tr.show-details .summary-collapse { background-position:0 -52px; }
tr.show-details td {}
tr.summary-details td { font-size:11px; background-color:#dae1e4; color:#626465; }
tr.summary-details-first td { border-top:1px solid #d2d8db; }
tr.summary-details-excluded { font-style:italic; }

/* Shopping cart tax info */
.cart-tax-info { display:block; }
.cart-tax-info,
.cart-tax-info .cart-price { padding-right:20px; }
.cart-tax-total { display:block; padding-right:20px; cursor:pointer; }
.cart-tax-info .price,
.cart-tax-total .price { display:inline !important; font-weight:normal !important; }
.cart-tax-total-expanded { background-position:100% -52px; }

/* Class: std - styles for admin-controlled content */
.std .subtitle { padding:0; }
.std ol.ol { list-style:decimal outside; padding-left:1.5em; }
.std ul.disc { list-style:disc outside; padding-left:18px; margin:0 0 10px; }
.std ul.disc li{ list-style:disc outside !important;}
.std dl dt { font-weight:bold; }
.std dl dd { margin:0 0 10px; }
.std ul,
.std ol,
.std dl,
.std p,
.std address,
.std blockquote { margin:0 0 1em; padding:0; }
.std ul {  }
.std ol {  }
.std ul ul { list-style-type:circle; }
.std ul ul,
.std ol ol,
.std ul ol,
.std ol ul { margin:.5em 0; }
.std dt { font-weight:bold; }
.std dd { padding:0 0 0 1.5em; }
.std blockquote { font-style:italic; padding:0 0 0 1.5em; }
.std address { font-style:normal; }
.std b,
.std strong { font-weight:bold; }
.std i,
.std em { font-style:italic; }

/* Misc */
.links li { display:inline; }
.links li.first { }
.links li.last { }

.link-cart { color:#dc6809 !important; font-weight:bold; }
.link-wishlist {   }
.link-reorder { font-weight:bold; color:#dc6809 !important; }
.link-compare { font-weight:bold; }
.link-print { /*background:url(http://www.noflystore.ie/skin/frontend/default/noflystore/images/i_print.gif) 0 2px no-repeat; padding:2px 0 2px 25px;*/ font-weight:bold; color:#dc6809; }
.link-rss { padding-left:18px; line-height:14px; white-space:nowrap; }
.btn-remove  { display:block; width:11px; height:11px; font-size:0; line-height:0;  text-indent:-999em; overflow:hidden; }
.btn-previous  { display:block; width:11px; height:11px; font-size:0; line-height:0;  text-indent:-999em; overflow:hidden; }
.btn-remove2 { display:inline-block; width:18px; height:18px; font-size:0; line-height:0;  text-indent:-999em; overflow:hidden;
    background: url(http://www.noflystore.ie/skin/frontend/default/noflystore/images/sprite.png) -20px 546px; }
.btn-edit    { display:block; width:11px; height:11px; font-size:0; line-height:0;  text-indent:-999em; overflow:hidden; }

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

.separator { margin:0 1px; color: #fff;}

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

/* Global site notices */
.global-site-notice {
    background: url(/js/amasty/plugins/fancybox/fancybox_overlay.png) repeat;
    font-size:12px;
    line-height:1.25;
    position: fixed;
    text-align: center;
    bottom: 0;
    color: #fff;
    width: 100%;
    height:100px;
    z-index: 10000;
}
.global-site-notice .notice-inner {
    margin: 0 auto;
    text-align: left;
    width: 990px;
    margin-top: 30px;
}
.global-site-notice .notice-inner p {
    margin: 0;
    padding: 10px;
    display: inline-block;
}
.global-site-notice .notice-inner p a{
    color:#fff;
}
.global-site-notice .notice-inner .actions {
    float: right;
    padding: 10px 0;
}
.global-site-notice .notice-inner .actions button span span {
    color: #2f2f2f;
    font-family: 'Open Sans',Arial,Helvetica,sans-serif;
    font-size: 13px;
    vertical-align: middle;
}
/* Cookie Notice */
.notice-cookie { }

/* Noscript Notice */
.noscript {}

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

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


/* Header ================================================================================ */
.logo { float:left; }

.header-container { height:230px; background:url(http://www.noflystore.ie/skin/frontend/default/noflystore/images/headerBg.png) repeat-x; }
.header { width:990px; margin:0 auto; text-align:right; position:relative; z-index:101;}
.header #logo{
    margin: 35px 0 0 0;
    height: 132px;
    width: 192px;
    background: url(http://www.noflystore.ie/skin/frontend/default/noflystore/images/logo.png) no-repeat;
    position: absolute;
    left: 0;
}
.header #logo a{
    width: 192px;
    height: 132px;
    display: block;
}
.header #logo a span {
    float: left;
    height: 0;
    overflow: hidden; position: relative; text-indent: -9999px;
}

.header .scritta-titolo{
    position: absolute;
    font-size: 32px !important;
    color: #edb700;
    top: 110px;
    left: 210px;
    max-width: 537px;
}
.checkout-onepage-index .header .scritta-titolo, .checkout-cart-index .header .scritta-titolo{
    display: none;
}

.header .quick-access { float:right; width:990px; padding:0px 0 0 0; height: 33px }
.header .welcome-msg { margin:0; color:#fff; text-align:right; }
.header .welcome-msg a { color:#ebbc58; }
.header .form-search { position:absolute; top:0; right:29px; width:315px; height:30px; padding:1px 0 0 16px; }
.header .form-search label { float:left; width:24px; height:21px; text-align:left; text-indent:-999em; overflow:hidden; }
.header .form-search input.input-text { float:left; border-color:#5c7989; width:209px; margin-right:4px; }
.header .form-search button.button { float:left; }
.header .form-search button.button span { border:0; height:21px; padding:0 0 0 3px; font:bold 11px/21px Tahoma, Verdana, Arial, sans-serif; }
.header .form-search button.button span span { background-position:100% 0; padding:0 6px 0 3px; }

.search-autocomplete {
    position: absolute;
    left: 1115px !important;
    top: 158px !important;
    width: 160px !important;
    background-color: rgb(255, 255, 255);
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border: 1px solid #ccc;
    border-top: none;
    z-index: 10;
}
.search-autocomplete li{

}
.search-autocomplete li.odd {
    background-color:#fff;
    padding: 4px 0;
}
.search-autocomplete li.selected {
    background-color:#f3f3f3;
    padding: 4px 0;
}
.search-autocomplete li.odd:hover {
    background-color:#fff;
    padding: 4px 0;
    margin: 0;
    cursor: pointer;
}
.search-autocomplete li.selected:hover {
    background-color:#f3f3f3;
    padding: 4px 0;
    margin: 0;
    cursor: pointer;
}


.header .form-language { padding:5px 0 0; text-align:left; float: left}
.header .form-language label { font-weight:bold; color:#fff; vertical-align:middle; font-size: 12px; display: inline-block; float: left; }
.header .form-language select {
    padding:0;
    border: none;
    background: transparent;
    cursor: pointer;
}
.header .form-language select.flags option { padding-left:25px; }
.header .links { float:right; margin:0 0; }
.header .links li { float:left; font-size:12px; height: 33px; line-height: 33px; color:#fff; padding: 0 10px; border-right: 2px solid #fff; background: url(http://www.noflystore.ie/skin/frontend/default/noflystore/images/bgMenuBtn.png) repeat-x;}
.header .links li:hover {background: url(http://www.noflystore.ie/skin/frontend/default/noflystore/images/bgMenuBtnHover.png) repeat-x;}
.header .links a { color:#fff; text-decoration: none; display: inline-block; line-height: 33px; height: 33px}
.header .links li.faq a:hover { text-decoration: underline;}
.header-container .top-container { clear:both; padding:5px 10px 0 12px; text-align:right; }
.header-container .top-container a { font-size:11px; color:#ebbc58; }

.header .links li.follow a{
    margin-right: 5px;
    display: inline-block;
    width: 25px;
    height: 25px;
    padding-top:3px;
    text-indent: -9999px;
    background:url(http://www.noflystore.ie/skin/frontend/default/noflystore/images/sprite.png) -283px 457px;
}
.header .links li.follow a.pt{
    background-position:-399px 459px;
}
.header .links li.follow a.gp{
    background-position:-323px 459px;
}
.header .links li.follow a.is{
    background-position:-362px 459px;
}
.header .links li.follow a.yt{
    background-position:-475px 459px;
}
.header .links li.follow a.yt{
    background-position:-475px 459px;
}
.header .links li.follow a.tw{
    background-position:-438px 459px;
}


.header .links li.faq{
    border-left: 2px solid #fff;
    background: url(http://www.noflystore.ie/skin/frontend/default/noflystore/images/bgMenuBtnHover.png) repeat-x;
    padding: 0 20px;
}
.header .links li.follow{
    border-left: 0px solid #fff;
    border-right: 0px solid #fff;
    background: none;
    padding: 0 20px;
}
.header .links li.follow p{
    display: inline-block;
    margin-right: 10px;
}
.header .links li.follow a img{
    width: 25px;
    height: 25px;
    margin-top: 3px;
}
.header .links li.faq a{
    color: #454545;
    padding-left: 26px;
    background: url(http://www.noflystore.ie/skin/frontend/default/noflystore/images/sprite.png) -27px 689px;
    line-height: 33px;
}

.header .links li.logon a, .header .links li.ilmioaccount a, .header .links li.account a,.header .links li.moncompte a, .header .links li.meinbenutzerkonto a,.header .links li.myaccount a {
    background: url(http://www.noflystore.ie/skin/frontend/default/noflystore/images/sprite.png) 0px 102px;
    padding-left: 20px;
}

.header .links li.imieipreventivi a, .header .links li.myestimates a{
    background: url(http://www.noflystore.ie/skin/frontend/default/noflystore/images/estimatesIcon.png) no-repeat 0 8px;
    padding-left: 22px;
}

.header .links li.logout a, .header .links li.accedi a, .header .links li.connexion a,.header .links li.anmelden a, .header .links li.abmelden a,.header .links li.déconnexion a,.header .links li.esci a   {
    background: url(http://www.noflystore.ie/skin/frontend/default/noflystore/images/sprite.png) 0px 49px;
    padding-left: 20px;
}

.header .links li:hover a{
    color: #454545;
}
.header .links li.logon:hover a, .header .links li.esci:hover a, .header .links li.accedi:hover a{
    background-position: 0px 24px;
}
.header .links li.logon:hover a, .header .links li.login:hover a, .header .links li.logout:hover a,.header .links li.déconnexion:hover a, .header .links li.abmelden:hover a, .header .links li.anmelden:hover a {
    background-position: 0px 74px;
}

.header .links li.imieipreventivi:hover a, .header .links li.myestimates:hover a{
    background-position: 0 -17px;
}

.header .links li.ilmioaccount:hover a, .header .links li.account:hover a, .header .links li.myaccount:hover a,.header .links li.moncompte:hover a {
    background-position: 0 74px;
}

.header .links li.login a{
    background: url(http://www.noflystore.ie/skin/frontend/default/noflystore/images/loginIcon.png) no-repeat 0 9px;
    padding-left: 20px;
}

.header .links li.login:hover a{
    /*background-position: 0 -16px;*/
    color: #454545;
}

.header .links li.mycart, .header .links li.checkout{
    display: none;
}

.header-container button.button span {
    background: url(http://www.noflystore.ie/skin/frontend/default/noflystore/images/sprite.png) -214px 444px;
    margin: 2px 0 0 0;
    padding: 0;
    width: 18px;
    height: 16px;
}

.header-container .header .links li[class^="mycart"]{
    display: none;
}

/********** < Navigation */
.nav-container {
    width: 1015px;
    margin: 140px auto 0 auto;
    padding-left: 20px;
}
#nav { float: left; font-size:12px; height: 35px;}

#search_mini_form{
    float: left;
    background: url(http://www.noflystore.it/skin/frontend/default/noflystore/images/findMiniHeader.png) no-repeat -5px 0;
    display: block;
    width: 171px;
    height: 35px;
    margin-left: 1px;
    border-radius: 0 5px 5px 0;
    -webkit-border-radius: 0 5px 5px 0;
    -moz-border-radius: 0 5px 5px 0;
}
#search_mini_form .form-search{
    width: 168px;
    height: 35px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 7px;
}

#search_mini_form #search{
    border: none;
    background: transparent;
    width: 122px;
    margin-left: 2px;
    margin-top: 1px;
    padding: 2px;
}

.homeBtn{
    display: block;
    width: 31px;
    height: 35px;
    background: url(http://www.noflystore.ie/skin/frontend/default/noflystore/images/sprite.png) 0px 652px;
    margin: 0;
    padding: 0;
    float: left;
}

.homeBtn:hover{
    background-position: 0 617px;
}

/* All Levels */ /* Style consistent throughout all nav levels */
#nav li { position:relative; text-align:left; }
#nav li.active { background: url(http://www.noflystore.ie/skin/frontend/default/noflystore/images/bgMenuBtnHover.png) repeat-x;}
#nav li.over { z-index:998; background: url(http://www.noflystore.ie/skin/frontend/default/noflystore/images/bgMenuBtnHover.png) repeat-x;}
#nav a,
#nav a:hover { display:block; text-decoration:none; }
#nav span { display:block; cursor:pointer; white-space:nowrap;
    /*text-shadow: 0px 1px 5px rgba(0, 0, 0, 0.75);*/
    /*filter: dropshadow(color=#000000, offx=0, offy=1);*/
}
#nav li ul span {white-space:normal; }
#nav ul li.parent a {  }
#nav ul li.parent li a { background-image:none; }

/* 0 Level */
#nav > li { float:left; height: 35px; background: url(http://www.noflystore.ie/skin/frontend/default/noflystore/images/bgMenuBtn.png) repeat-x; margin-left: 1px;}
#nav li.active a { color:#454545; }
#nav a { float:left; padding:1px 5px 0 6px; color:#fff; font-weight:normal; line-height: 34px}
#nav li.over a,
#nav a:hover { color:#454545; }

#nav li.parent > a {
    background: url(http://www.noflystore.ie/skin/frontend/default/noflystore/images/sprite.png) 102% 1139px;
    padding-right: 14px;
    margin-right: 6px;
}

#nav li.parent:hover > a, #nav li.active.parent > a {
    background-position: 102% 1096px;
}

/* 1st Level */
#nav ul li,
#nav ul li.active { float:none; margin:0; padding-bottom:1px; background:#ebeded; }
#nav ul li.last { background:#ecf3f6; padding-bottom:0; }

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

/* 2nd Level */
#nav ul,
#nav div { position:absolute; width:100%; top:34px; left:-10000px; }
#nav div ul { position:static; width:auto; border:none; }


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

#nav ul li a { background:#ebeded;}
#nav ul li a span {line-height: 25px;}
#nav ul li a:hover { background:#b1b1b3; }
#nav ul li a,
#nav ul li a:hover { color:#2f2f2f !important; font-size: 12px;}
#nav ul span,
#nav ul li.last li span { padding:0px 11px 0px 11px; }

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

#nav li ul.shown-sub{
    -webkit-border-radius: 0px 0px 5px 5px;
    border-radius: 0px 0px 5px 5px;
    -webkit-box-shadow:  0px 1px 3px 0px rgba(0, 0, 0, 0.5);
    box-shadow:  0px 1px 3px 0px rgba(0, 0, 0, 0.5);
    overflow: hidden;
}

/********** Navigation > */
/* ======================================================================================= */


/* Sidebar =============================================================================== */
.block { margin:0 0 15px; }
.customer-account-index .col-left .block,
.customer-account-edit .col-left .block,
.customer-address-index .col-left .block,
.sales-order-history .col-left .block,
.wishlist-index-index .col-left .block,
.cms-page-view .col-left .block,
.sales-order-view .col-left .block,
.sales-order-shipment .col-left .block,
.sales-order-invoice .col-left .block,
.catalog-category-view .block-compare,
.catalogsearch-result-index .block-compare,
.customer-address-form .block-compare,
.customer-address-form .col-left .block, .sales-order-creditmemo .col-left .block{
    border-color:#bbb;
    -webkit-box-shadow:  0px 0px 5px 0px rgba(0, 0, 0, 0.35);
    box-shadow:  0px 0px 5px 0px rgba(0, 0, 0, 0.35);
    border-top: 4px solid #edb700;
}

.customer-account-index .col-left .block-title,
.customer-account-edit .col-left .block-title,
.customer-address-index .col-left .block-title,
.sales-order-history .col-left .block-title,
.wishlist-index-index .col-left .block-title,
.cms-page-view .col-left .block-title,
.col-left .block-compare .block-title
{
    border:0; padding:3px 20px;
}

.customer-account-index .col-left .block-title strong,
.customer-account-edit .col-left .block-title strong,
.customer-address-index .col-left .block-title strong,
.sales-order-history .col-left .block-title strong,
.wishlist-index-index .col-left .block-title strong,
.cms-page-view .col-left .block-title strong,
.col-left .block-compare .block-title strong
{
    font-size:15px;
    color:#454545;
    font-weight: normal;
    margin: 12px 0 0px 0px;
    padding-left: 18px;
    background: url(http://www.noflystore.ie/skin/frontend/default/noflystore/images/list-type0.png) no-repeat left center;
}

.block .block-title { padding:2px 9px; }
.block .block-title strong { display:block; min-height:16px; padding:1px 0 1px; }
.block .block-title strong span {}
.block .block-title a { text-decoration:none !important; }
.block .block-subtitle { margin:0; padding:5px 9px; font-size:1em; }
.block .block-content {  background:#fff; padding: 3px 20px 14px; font-size: 13px; }
.block .block-content li.item { padding:7px 0px; }
.block .block-content .product-name { color:#1e7ec8; }
.block .btn-remove,
.block .btn-edit { float:right; margin:1px 0 2px 5px; }
.block .actions {  text-align:right; }
.block .actions a { float:left; }
.block .actions button.button { float:right; }
.block .empty { margin:0; padding:5px 9px; }

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

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

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

/* Block: Account */
.block-account {

}
.block-account .block-title { border:0; padding:3px 20px; }
.block-account .block-title strong {
    font-size:16px;
    color:#454545;
    font-weight: normal;
    margin: 12px 0 0px 0px;
    padding-left: 18px;
    background: url(http://www.noflystore.ie/skin/frontend/default/noflystore/images/list-type0.png) no-repeat left center;
}
.block-account .block-content { background:#fff; padding: 3px 20px 14px; font-size: 13px; }
#left_nav .block-content {padding: 3px 20px 3px;}
#left_nav .block-content ul{border-bottom: 1px solid #d9dadb; padding-bottom: 14px;}
#left_nav .block-content ul.aiuto{border-bottom: 0}
.block-account .block-content li a { display:block; padding:3px 0; color:#5f5d5c; text-decoration:none !important; }
.block-account .block-content li a:hover { color:#edb700; }
.block-account .block-content li.last a { border-bottom:0; }
.block-account .block-content li.current { color:#efba00; }
.block-account .block-content li.current a { padding:3px 0; color:#efba00; font-weight: bold; }
.block-account .block-content li.current.last { border-bottom:0; }

/* Block: Currency Switcher */
.block-currency { border:0;  padding:7px 12px 10px; height:51px; }
.block-currency .block-title { background:none; border:0; padding:0; margin:0 0 5px; }
.block-currency .block-title strong { font:bold 13px/21px Arial, Helvetica, sans-serif;  padding:0 0 0 21px; text-transform:none; color:#fff; }
.block-currency .block-content { background:none; padding:0; }
.block-currency .block-content select { width:100%; padding:0; }

/* Block: Layered Navigation */
.block-layered-nav { border:0; }
.block-layered-nav .block-title { border:0; padding:0; height:24px; text-indent:-999em; overflow:hidden; }
.block-layered-nav .block-subtitle { line-height:22px; font-size: 16px; padding:12px 19px 0 19px; color:#454545; font-weight: normal;}
.block-layered-nav .block-content {
    background: none;
    box-sizing: border-box;
    padding: 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border-top: 4px solid #edb700;
    -webkit-box-shadow:  0px 0px 5px 0px rgba(0, 0, 0, 0.35);
    box-shadow:  0px 0px 5px 0px rgba(0, 0, 0, 0.35);
}
.block-layered-nav dt { padding:2px 0px 0 25px; font-size: 15px; }
.block-layered-nav dd {
    padding: 0 0px 15px 0;
    border-bottom: 1px solid #ccc;
    margin-bottom: 10px;
}
.block-layered-nav dd.last { background:none; border-bottom: none; }
.block-layered-nav .currently li {  padding:6px 19px 3px 0px; position:relative; z-index:1; line-height:1.5; }
.block-layered-nav .currently .label { padding-left:19px; display:inline-block; vertical-align:top; width: 200px; line-height: 24px;}
.block-layered-nav .currently .value { display:inline-block; vertical-align:top; }
.block-layered-nav .currently .btn-previous,
.block-layered-nav .currently .btn-remove { position:absolute; right:4px; top:9px; margin:0; }
.block-layered-nav .currently .btn-previous { right:17px; }
.block-layered-nav .actions { font-size:11px; padding: 4px 19px 18px 19px; text-align:left; }
.block-layered-nav .actions a { float:none; color: #eeb800; font-size: 11px;}

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

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

/* Block: Related */
.block-related .block-title strong { background-position:0 1px; }
.block-related input.checkbox { float:left; }
.block-related .product { margin-left:20px; }

/* Block: Compare Products */
.block-compare .block-title strong {  background-position:0 1px; }
.block-compare button.button span { border-color:#406a83; background:#618499; }
.page-popup .link-print {  padding:2px 0 2px 25px; font-weight:bold; color:#1e7ec8; }
.compare-table { border:0; }
.compare-table thead tr.first th,
.compare-table thead tr.first td { border:0; background:none; padding:0; font-size:0; line-height:0; }
.compare-table .btn-remove { float:right;  width:72px; height:15px; }
.compare-table tbody th { }
.compare-table tbody tr.product-shop-row th, .compare-table tbody tr.product-shop-row td{vertical-align: top !important;padding-bottom:10px; border: none; border-bottom:1px solid #ccc; background: none !important;}

.compare-table tbody tr.odd th, .compare-table tbody tr.odd td {background: #f2f2f2;}

.catalog-product-compare-index .buttons-set{border-top:1px solid #ccc; padding-top: 30px;}
.compare-table .btn-remove{background: url(http://www.noflystore.ie/skin/frontend/default/noflystore/images/btn_remove.png) no-repeat;
    width: 17px;
    height: 17px;
    margin-bottom: 10px
}
.compare-table td.a-right{
    text-align: center;
    margin: 0 auto;
    float: none;
}
.compare-table td.a-right a{
    text-align: center;
    margin: 0 auto;
    float: none;
}
.compare-table span.tasso_zero img {
    width: 50px;
}
.compare-table .description-prod{
    width: 190px;
    margin: 0 auto;
    text-align: left;
    line-height: 1.5em;
}
.compare-table .description-prod span {
    display: block;
    margin-bottom: 5px;
}
.compare-table .description-prod span.tasso_zero {
    display: block;
    float: right;
    width: 50px;
    top: -50px;
    position: relative;
}

.compare-table .description-prod .price-label-from{
    clear: both;
    display: block;
}
.compare-table .description-prod .price-box{
    float: left;
}
.compare-table .description-prod p.button{
    float: left;
    margin-right: 0px;
    display: block;
    clear: both;
}
.compare-table .description-prod span:first-child {
    margin-right: 10px;
}
.compare-table .old-price, .compare-table  .special-price {
    display: inline-block;
}
.compare-table .old-price .price {
    font-weight: normal;
    font-size: 11px;
    color: #656565;
    padding-right: 2px;
}
.compare-table tbody tr.odd.last{
    display: none;
}
.compare-table tbody th{
    padding: 3px 0 3px 5px !important;
}

.compare-table tbody th,
.compare-table tbody td { padding:3px 5px; border:0; /*border-top:1px solid #ccc;*/ /*border-left:1px solid #ccc;*/ vertical-align: middle; font-weight: normal; font-size: 11px; }
.compare-table tbody td div.std{text-align: center;}
/*.compare-table tbody td.last { border-right:1px solid #ccc; }*/

.compare-table tbody tr.last th,
.compare-table tbody tr.last td { border-bottom:1px solid #ccc !important; }

.compare-table tr.add-to-row td { text-align:center; }
.compare-table tr.first td { text-align:center; }
.compare-table tr.first td .product-name { font-weight: bold;
    font-size: 14px;
    color: #656565;
    text-transform: none;
    margin: 0;
}
.compare-table tr.first td .product-name a { color:#656565; }
.compare-table tr.first td .ratings { width:69px; margin:0 auto; }
.compare-table tr.first td p,
.compare-table tr.add-to-row td p { margin:0; }

/* Block: Recently Viewed */
.block-viewed .block-title strong {  }

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

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

/* Block: Orders and Returns */
.block-gr-search li { padding:3px 9px; }
.block-gr-search button.button span { border-color:#406a83; background:#618499; }

/* Block: Tags */
.block-tags .block-title strong {  }
.block-tags .block-content .tags-list { background:none; border:0; font-size:12px; }
.block-tags .block-content a { color:#1b2d3b; }
.block-tags .actions { text-align:right; }
.block-tags .actions a { float:none; }

/* Block: Subscribe */
.block-subscribe .block-content { padding:5px 10px; }
.block-subscribe .block-title strong {  }
.block-subscribe label { font-weight:bold; color:#666; }
.block-subscribe input.input-text { display:block; width:167px; margin:3px 0; }
.block-subscribe .actions { background:none; padding:0; margin:3px 0 0; text-align:left; }
.block-subscribe .actions button.button { float:none; }
.block-subscribe .actions button.button span { border-color:#406a83; background:#618499; }

/* Block: Reorder */
.block-reorder .block-title strong {  }
.block-reorder input.checkbox { float:left; margin:2px -20px 0 0; }
.block-reorder .product-name { margin-left:20px; }
.block-reorder .validation-advice { margin:3px 9px 7px; }

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

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

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


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

/* View Type: Grid */
.products-grid {
    /*border-bottom:1px solid #d9ddd3;*/
    position:relative; }
.products-grid.last { border-bottom:0; }
.products-grid li.item { float:left; width:138px; padding:12px 10px 80px; }
.products-grid .product-image { display:block; margin:0; }
.products-grid .product-name { /*min-height:2.7em;*/ margin:0 0 5px; font-weight:bold; font-size:13px; color:#203548; }
.products-grid .product-name a { color:#203548; }
.products-grid .price-box { margin:5px 0; }
.products-grid .availability { line-height:21px; }
.products-grid .actions { bottom:12px; }
.col2-left-layout .products-grid,
.col2-right-layout .products-grid { width:632px; margin:0 auto; }
.col1-layout .products-grid { width:790px; margin:0 auto; }

/* View Type: List */
.products-list li.item { padding:20px 0 20px 0; }
.products-list li.item.last { border-bottom:0; }
.products-list .product-image { float:left; width:235px; height:235px; margin:0 18px 0 0; }
.products-list .product-shop { width: 485px; float: left; margin-top: -2px;}
.products-list .product-name { margin:0 0 5px; font-weight:bold; font-size:20px; color:#656565; line-height: 22px; float: left;}
.products-list .product-name a { color:#656565; text-decoration: none;}
.products-list .price-box { float:left; margin: 2px 0 0 0; width: 400px; }
.products-list .availability { float:left; margin:3px 0 0; }
.products-list .desc { clear:both; padding:6px 0 0; margin:0 0 20px; line-height:20px; font-size: 13px; color: #656565; height: 83px; overflow-y: hidden; }
.products-list .desc .link-learn { font-size:11px; }
.products-list .add-to-links { clear:both; }
.products-list .add-to-links li { display:inline; }
.products-list .add-to-links .separator { display:inline; margin:0 2px; }
.products-list .bottom-box-productlist{border-top:1px solid #d9dadb; margin-top: 16px; padding-top: 13px;}
.catalog-category-view .products-list span.price-label{
    display: none;
}
.old-price .price, .strikethrough .price{
    text-decoration: line-through;
}
.category-products .products-list .old-price .price{
    font-size: 14px;

    margin-right: 6px;
}
.category-products .products-list .special-price .price, .category-products .products-list .regular-price .price{
    font-size: 20px;
}
.category-products .products-list span.start_from{
    float: left;
    display: block;
    margin-top: 17px;
    margin-right: 7px;
    font-size: 14px;
    color: #656565;
}

.category-products .products-list .button.btn-cart{
    position: relative;
}

.category-products .bottom-box-productlist .fr{
    margin-bottom: 0;
    margin-top: 1px;
}

.catalog-category-view .col-main, .amshopby-index-index .col-main{
    position: relative;
}

.amshopby-index-index .col-main .amshopby-descr .category-head h2{
    font-size: 16px;
    text-align: left;
    padding-bottom: 0;
    padding-top: 4px;
    font-weight: bold;
    color: #656565;
    margin-bottom: 0;
}
/* ======================================================================================= */


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

.ratings { font-size:11px; line-height:1.25; margin:7px 0; }
.ratings strong { float:left; margin:1px 3px 0 0; }
.ratings .rating-links { margin:0; }
.ratings .rating-links .separator { margin:0 2px; }
.ratings dt {}
.ratings dd {}
.rating-box { width:69px; height:13px; font-size:0; line-height:0;  text-indent:-999em; overflow:hidden; }
.rating-box .rating { float:left; height:13px; }
.ratings .rating-box { float:left; margin-right:3px; }
.ratings .amount {}

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

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

.availability-only { margin:10px 0 7px; line-height:16px; ; padding-left:15px; }
.availability-only span,
.availability-only a { border-bottom:1px dashed #751d02; color:#000; }
.availability-only a {  cursor:pointer; padding-right:15px; text-decoration:none; }
.availability-only .expanded { background-position:100% -15px; }
.availability-only strong { color:#be2c00; }

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

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

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

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

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

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

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

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

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

.price-label-from, .catalog-product-view .product-options-bottom .price-box .label,
.products-grid .price-box span.label, .box-prices span.label{
    color: #999;
}

.products-list .price-label-from{
    display: inline-block;
    margin-right: 5px
}
.catalog-product-view .price-label-from{
    float: left;
    margin-right: 6px;
    display: block;
}
.catalog-product-view .regular-price{
    float: left;
    clear: both;
}

.catalog-product-view .product-options-bottom .price-box {
    width: 190px;
}

.catalog-product-view .product-options-bottom .price-box .special-price{
    clear: left;
}


.catalog-category-view .products-list .price-label-from{
    display: inline;
    margin-right: 6px;
}


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

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

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

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

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

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

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

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

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

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

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

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

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

/* Tier Prices */
.product-pricing,
.tier-prices { margin:10px 0; padding:10px; background-color:#f4f7f7; border:1px solid #dadddd; color:#424242; }
.tier-prices li { line-height:1.4; padding:2px 0 2px 10px; }
.tier-prices .benefit { font-style:italic; font-weight:bold; color:#2f2f2f; }
.tier-prices .price { font-weight:bold; color:#2f2f2f; }

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

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

/* Add to Cart */
.add-to-cart label { float:left; margin-right:5px; font-weight:bold; color:#666; }
.add-to-cart .qty { float:left; margin-right:5px; }
.add-to-cart button.button { float:left; }
.add-to-cart .paypal-logo { clear:left; margin:0; text-align:right; }
.add-to-cart .paypal-logo .paypal-or { clear:both; display:block; margin:5px 60px 5px 0; }
.product-view .add-to-cart .paypal-logo { margin:0; }

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


.product-view {  }

.product-essential { margin-top: 56px; }
.product-essential h2 { font:bold 13px/1.35 Arial, Helvetica, sans-serif; }

.product-collateral {  padding:25px; }
.product-collateral h2 { font-weight:bold; font-size:15px; color:#e26703; border-bottom:1px solid #e5dcc3; padding:0 0 1px; margin:0 0 15px; }
.product-collateral .box-collateral { margin:0 0 25px; }

/* Product Images */
.product-view .product-img-box { float:left; width:490px; height: 540px; position: relative;}
.product-view .product-img-box .more-views{
    position: relative;
    top: 0;
    left: 0;
    width: 50px;
    z-index: 1000;
    margin-top: -498px;
}
.product-view .product-img-box .more-views.video{
    margin-top: 0;
}
.col3-layout .product-view .product-img-box { float:none; margin:0 auto; }
.product-view .product-img-box .product-image { height: 488px; }
.product-view .product-img-box .product-image-zoom { position:relative; width:265px; height:265px; overflow:hidden; z-index:9; }
.product-view .product-img-box .product-image-zoom img { position:absolute; left:0; top:0; cursor:move; }
.product-view .product-img-box .zoom-notice { font-size:11px; margin:0 0 5px; text-align:center; }
.product-view .product-img-box .zoom { position:relative; z-index:9; height:18px; margin:0 auto 13px; padding:0 28px; cursor:pointer; }
.product-view .product-img-box .zoom.disabled { -moz-opacity:.3; -webkit-opacity:.3; -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";/*IE8*/ opacity:.3; }
.product-view .product-img-box .zoom #track { position:relative; height:18px; }
.product-view .product-img-box .zoom #handle { position:absolute; left:0; top:-1px; width:9px; height:22px;   }
.product-view .product-img-box .zoom .btn-zoom-out { position:absolute; left:2px; top:0; }
.product-view .product-img-box .zoom .btn-zoom-in { position:absolute; right:2px; top:0; }
.product-view .product-img-box .more-views h2 { font-size:11px; border-bottom:1px solid #ccc; margin:0 0 8px; text-transform:uppercase; }
.product-view .product-img-box .more-views ul { margin-left:-9px }
.product-view .product-img-box .more-views li { float:left; margin:0 0 8px 9px; }
.product-view .product-img-box .more-views li a { float:left; width:48px; height:48px; border:1px solid #ddd; overflow:hidden; cursor: pointer;}

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

/* Product Shop */
.product-view .product-shop { float:right; width:330px; }
.col1-layout .product-view .product-shop { float:right; width:486px; }
.col3-layout .product-view .product-shop { float:none; width:auto; }
.product-view .product-shop .product-name { margin:0 0 5px; }
.product-view .product-shop .product-name p{
    display: inline;
    float: right;
    margin-top: -50px;
}
.product-view .product-shop .product-name p.attributi-prodotto{
    margin-top: -20px;
}
.product-view .product-shop .product-name p span{
    padding: 7px 0 7px 18px;
    margin-left: 18px;
    border-left: 1px solid #ccc;
}
.product-view .product-shop .product-name p span.tasso_zero{
    border-left: none;
}
.product-view .product-shop .product-name p span.tipologia-prodotto{
    border-right: 1px solid #ccc;
    padding-right: 18px;
}
.product-view .product-shop .product-name p span.tasso_zero img{
    margin-top: -16px;
}
.product-view .product-shop .product-name h1 { margin:0; font:bold 15px/1.35 Arial, Helvetica, sans-serif;}
.product-view .product-shop .availability { margin:10px 0; display: none; }
.product-view .product-shop .short-description { margin:0 0 10px 0;  padding:10px 0 0; }
.product-view .product-shop .price-box { margin:10px 0; display: none;}
.product-view .product-shop .add-to-links { margin:0; }
.product-view .product-shop .add-to-links { font-size:12px; text-align:right; }
.product-view .product-shop .add-to-links li,
.product-view .product-shop .add-to-links li .separator { display:inline; }
.product-view .product-shop .add-to-links a { color:#1E7EC8 !important; font-weight:normal !important; }

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

.product-options-bottom { background-color:#f6f6f6; float: right; width: 486px;height: 76px;}
.product-options-bottom > ul{display: none;}
.product-options-bottom .product-pricing,
.product-options-bottom .tier-prices { margin:0; padding:0 0 10px; border:0; background:0; color:#e26703; }
.product-options-bottom .tier-prices li { background:0; padding:2px 0; }
.product-options-bottom .tier-prices .price,
.product-options-bottom .tier-prices .benefit { color:#e26703; }
.product-options-bottom .price-box { float:left; margin:12px 10px 0 18px; padding:0; }
.product-options-bottom .add-to-links { clear:both; padding:5px 0 0; text-align:right; }
.col3-layout .product-options-bottom .price-box { float:none; padding:0 0 5px; }
.product-options-bottom .price-label { float:left; padding-right:5px; }
.product-options-bottom .price-tax { float:left; }
.product-options-bottom .add-to-cart { float:right; width: 205px;}
.product-shop .product-options-bottom { margin:0 0 10px; }
.product-shop .product-options-bottom .price-box { float:none; margin:0 0 5px; }
.product-shop .product-options-bottom .price-label { float:none; padding-right:0;  }
.product-shop .product-options-bottom .price-tax { float:none; }
.product-shop .product-options-bottom .add-to-cart-box { clear:both; float:left; padding-top:12px; }
.product-shop .product-options-bottom .add-to-links { clear:both; padding:5px 0 0; text-align:right; }

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

/* Block: Description */
.product-view .box-description {position: absolute;
    bottom: 65px;
    text-align: center;
    width: 240px;
}

.product-view .box-description .attach-title{
    margin-top: 6px;
    display: inline-block;
    text-transform: uppercase;
    font-size: 10px;
    text-decoration: underline;
}

.product-view .box-description .attach-title:hover{
    text-decoration: none;
}

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

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

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

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

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


/* Content Styles ================================================================= */
.product-name { margin:0; font-size:1em; font-weight:normal; }
.product-name a { font-size: 14px; font-weight: bold; text-transform: none; text-decoration: none;}
.checkout-cart-index .product-name a { font-size: 20px;}
.headercart .headercart-content div.actions{
    display: none;
}
#shopping-cart-table tbody td > span.edit{
    margin-bottom: 6px;
    display: inline-block;
    margin-top: 5px;
}
#shopping-cart-table a.cart-item-edit{
    font-size: 11px;
    text-transform: lowercase;
    margin-bottom: 6px;
}

#shopping-cart-table tbody td > dl{
    clear: both;
}

#shopping-cart-table tbody td span.item-span{
    display: block;
    float: left;
    width: 223px;
    overflow: hidden;
    height: 20px;
}

#shopping-cart-table tbody td span.item-span.odd{
    border-right: 1px solid #ccc;
    margin-right: 12px;
}

#shopping-cart-table tbody td > dl dt{
    display: inline;
    font-style: normal;
    font-family: 'open sans';
    font-weight: bold;
    font-size: 12px;
    line-height: 17px;
    margin-bottom: 3px;
    padding-right: 2px;
}

#shopping-cart-table tbody td > dl dd{
    display: inline;
    clear: right;
    font-style: normal;
    font-family: 'open sans';
    font-weight: normal;
    font-size: 12px;
    text-transform: lowercase;
    padding-left: 0;
    line-height: 17px;
    margin-bottom: 3px;
}

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

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

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

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

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


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

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

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

/* Shopping Cart Collateral boxes */
.cart .cart-collaterals {
    float: left;
    width: 740px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.35);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.35);
    margin-top: 18px;
}
.cart .cart-collaterals .col2-set { float:left; width:605px; }
.cart .cart-collaterals .col2-set .col-2 { width:294px; }

.cart .crosssell { padding:0px 15px; border-top: 4px solid #edb700; }
.cart .crosssell h2 { font-size:13px; font-weight:bold; }
.cart .crosssell .product-image { float:left;  }
.cart .crosssell .product-details { margin-left:170px; }
.cart .crosssell .product-name { font-weight:bold; font-size: 14px;}
.cart .crosssell .product-name a{
    font-size: 14px;
}
.cart .crosssell .product-details > span{
    font-size: 11px;
    display: block;
}

.cart .crosssell .product-details span.price{
    font-size: 20px;
}

.cart .crosssell .product-details .price-box{
    overflow: auto;
    width: 170px;
    float: left;
}

.cart .crosssell .product-details .old-price span.price{
    font-size: 11px;
    color: #656565;
    margin-right: 4px;
    font-weight: normal;
}

.cart .crosssell .product-details .old-price{
    margin-top: 8px;
}

.cart .crosssell .product-details .old-price, .cart .crosssell .product-details .special-price{
    float: left;
    padding: 0;
}

.cart .crosssell .product-details span.tasso_zero{
    position: absolute;
    right: 20px;
    top: 100px;
}

.cart .crosssell .product-details span.tasso_zero img{
    width: 50px;
}

.cart .crosssell .product-details button.button{
    position: relative;
}

.cart .crosssell li.item { margin:12px 0; float: left; width: 340px; position: relative;}
.cart .crosssell li.item.odd{
    padding-right: 20px;
    margin-right: 10px;
    background: url(http://www.noflystore.ie/skin/frontend/default/noflystore/images/vertical-shadow.png) right center no-repeat;
}
.cart .crosssell .link-compare { font-weight:normal; }

ul.prefooter-cart{
    width: 990px;
    float: left;
    overflow: auto;
    margin-top: 30px;
}

ul.prefooter-cart li{
    float: left;
    padding-right: 30px;
    margin-right: 30px;
    text-transform: uppercase;
    color: #656565;
    font-size: 11px;
    height: 42px;
    line-height: 42px;
}
ul.prefooter-cart.de li{
    float: left;
    padding-right: 16px;
    margin-right: 8px;
    text-transform: uppercase;
    color: #656565;
    font-size: 11px;
    height: 42px;
    line-height: 42px;
}

ul.prefooter-cart li{
    background: url(http://www.noflystore.ie/skin/frontend/default/noflystore/images/vertical-shadow-mini.png) no-repeat right top;
}

ul.prefooter-cart li span{
    padding-left: 26px;
    height: 24px;
    line-height: 24px;
    padding-bottom: 2px;
}

ul.prefooter-cart li.uno span{
    background: url(http://www.noflystore.ie/skin/frontend/default/noflystore/images/sprite.png) -310px 54px;
}

ul.prefooter-cart li.due span{
    background: url(http://www.noflystore.ie/skin/frontend/default/noflystore/images/sprite.png) -315px 210px;
}

ul.prefooter-cart li.tre span{
    background: url(http://www.noflystore.ie/skin/frontend/default/noflystore/images/sprite.png) -313px 179px;
}

ul.prefooter-cart li.quattro span{
    background: url(http://www.noflystore.ie/skin/frontend/default/noflystore/images/sprite.png) -314px 240px;
}

ul.prefooter-cart li.cinque span{
    background: url(http://www.noflystore.ie/skin/frontend/default/noflystore/images/sprite.png) -313px 91px;

}

ul.prefooter-cart li.cinque{
    background: none;
    margin-right: 0;
    padding-right: 0;
}

/* Discount Codes & Estimate Shipping and Tax Boxes */
.cart .discount,
.cart .shipping {

}
.cart .discount{
    float: right;
    margin-top: -72px;
}
.discount-form button{
    margin-bottom: -15px;
}

.ie .discount-form button{
    margin-bottom: 0px;
}

.cart .discount label{
    display: inline-block;
    font-size: 10px;
    font-weight: bold;
    color: #656565;
    padding-right: 10px;
}
.cart .discount h2,
.cart .shipping h2 { background-position:0 0; background-repeat:no-repeat; font:bold 13px/16px Arial, Helvetica, sans-serif; padding:0 0 0 21px;  text-transform:uppercase; }
.cart .discount button span,
.cart .shipping button span {  }
.cart .discount .buttons-set,
.cart .shipping .buttons-set { border:0; padding:0; display: inline-block; }
.cart .discount .buttons-set button.button,
.cart .shipping .buttons-set button.button { float:none; margin-left:0; }

.cart .discount h2 {  }
.cart .discount .input-box { display: inline-block;margin-right: -6px;}
.cart .discount input.input-text { width:133px; line-height: 21px; padding: 6px 10px; height: 21px}

.cart .shipping h2 {}
.cart .shipping .sp-methods { margin:10px 0 0; padding:5px 0 0;  }

/* Shopping Cart Totals */
.cart .totals { float:right; width:200px; background:#eeeeee; padding: 17px;}
.cart .totals h2{
    font-weight: bold;
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 10px;
}

#shopping-cart-totals-table tbody tr td:first-child, #shopping-cart-totals-table tfoot tr td:first-child{
    text-align: left!important;
    font-size: 14px!important;
    font-weight: normal!important;
}

#shopping-cart-totals-table tfoot tr td:first-child strong{
    font-size: 14px!important;
    font-weight: normal!important;
    text-transform: uppercase;
}

#shopping-cart-totals-table tbody tr td{
    padding-bottom: 10px;
}

#shopping-cart-totals-table tfoot tr td{
    border-top: 1px solid #ccc;
    padding-top: 18px;
}

.cart .totals table { width:100%; margin:7px 0; }
.cart .totals td { padding:1px 15px 1px 3px; }
.cart .totals tr.last td {}
.cart .totals tfoot th { padding:5px 15px 5px 7px; }
.cart .totals tfoot td { padding-top:5px; padding-bottom:5px; }
.cart .totals tfoot th strong,
.cart .totals tfoot td strong { font-size:15px; }
.cart .totals .checkout-types { font-size:13px;  text-align:center; }
.cart .totals .checkout-types li { clear:both; margin:10px 0; }

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


/* Checkout ============================================================================== */
/********** < Common Checkout Styles */
/* Shipping and Payment methods */
.sp-methods { margin:0 0 8px; }
.sp-methods dt { margin:13px 0 5px; font-weight:bold; }
.sp-methods dd {}
.sp-methods dd li {float: none;height: 42px; margin: 5px 15px 3px 0;}
.sp-methods label {
    font-weight: normal;
    color: #666;
    text-transform: uppercase;
    font-size: 11px;
    float: left;
    padding-left: 4px;
    line-height: 18px;
    cursor: pointer;
}
.sp-methods .price {  }
.sp-methods .form-list { padding-left:20px; }
.sp-methods .form-list li { margin:0 0 8px; }
.sp-methods select.month { width:154px; margin-right:10px; }
.sp-methods select.year { width:96px; }
.sp-methods input.cvv { width:3em !important; }

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

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

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

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

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

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

.gift-message-link { font-size:11px; padding-right:7px; }
.gift-message-link.expanded { background-position:100% -40px; }
.gift-message-row { background:#f2efe9; }
.gift-message-row .btn-close { float:right; width:16px; height:16px;  font-size:0; line-height:0; text-indent:-999em; overflow:hidden; }

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

.opc .checkout-agreements { padding:5px 30px; }
.opc .checkout-agreements li { display: block;
    height: inherit; }
.opc .checkout-agreements .agreement-content { background-color:#fff; border:none; padding:5px; }
.opc .checkout-agreements .agree { padding-left:6px; }

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

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

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

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

/* show/hide "change" link for progress step depend on complete status
 * should be placed in .css file */
.opc-block-progress dt.complete a,
.opc-block-progress dt.complete .separator { display: inline; }
.opc-block-progress dt a,
.opc-block-progress dt .separator { display: none; }

.opc .buttons-set { margin-top:0; padding-top:2em; }
.opc .buttons-set p.required { margin:0; padding:0 0 10px; }
.opc .buttons-set .back-link small { }
.opc .buttons-set .back-link a {
    height: 36px;
    line-height: 35px;
    padding: 0 14px 0 14px;
    display: inline-block;
    background: url(http://www.noflystore.ie/skin/frontend/default/noflystore/images/bg_grey_grad.png) repeat-x;
    text-decoration: none;
    color: #656565;
    font-size: 14px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border: 0;
    cursor: pointer;
    font-size: 12px;
}
.opc .buttons-set.disabled button.button { display:none; }
.opc .buttons-set .please-wait { height:21px; line-height:21px; }
.opc .ul { list-style:disc outside; padding-left:18px; }

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

.opc .step-title {  border-top:1px solid #d9dadb; background: #f6f6f6 url(http://www.noflystore.ie/skin/frontend/default/noflystore/images/arrow-selector.png) no-repeat 950px 20px; padding:10px; text-align:right;height: 40px; line-height: 40px; }
.opc .step-title .number { float:left;  padding:0 4px; margin:0 5px 0 0; line-height: 40px; font-size: 35px; color: #bcbcbc; font-weight: bold;}
.opc .step-title h2 { float:left; margin:0; font-family: 'open sans'; color:#bcbcbc; line-height: 40px; text-transform: uppercase; font-weight: bold;}
.opc .step-title a { display:none; float:right; font-size:11px; line-height:16px; }

#opc-review{
    border-bottom:1px solid #d9dadb;
}

.opc .allow .step-title { color:#efba00; cursor:pointer; }
.opc .allow .step-title .number {  color:#efba00; font-weight: bold; }
.opc .allow .step-title h2 { color:#efba00; }
/*.opc .allow .step-title a { display:block; }*/

.opc .active .step-title { background-position: 950px -80px; border:1px solid #d9dadb; border-left: 0; border-right: 0; padding:10px; color:#efba00; cursor:default; line-height: 40px; height: 40px;}
.opc .active .step-title .number {  line-height: 40px; font-size: 35px;}
.opc .active .step-title h2 { color:#efba00; font-weight: bold; text-transform: uppercase; font-size: 18px;line-height: 40px;}
/*.opc .active .step-title a { display:none; }*/

.opc .step {
    background:#fff url(http://www.noflystore.ie/skin/frontend/default/noflystore/images/spicchio_med.png) no-repeat center top;
    padding:20px 20px;
    position:relative;
    -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.30);
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.30);
}
.opc .step .tool-tip { right:30px; }

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

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

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

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

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

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

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

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

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

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

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

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


/* Account Login/Create Pages ============================================================ */
.account-login .content { height:194px; }
.account-login .content h2 {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 14px;
    color: #656565;
    padding: 0 0;
    position: relative;
    margin-bottom: 10px;
}



.account-login .registered-users h2 {}
.account-login .buttons-set {  }

.account-login .col-2 ul{
    margin-top: 8px;
    float: left;
}
.account-login .col-2 ul li{
    padding-left: 20px;
    background: url(http://www.noflystore.ie/skin/frontend/default/noflystore/images/sprite.png) 0px 903px;
}

.account-create {}

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

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

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

.remember-me label { float:none; margin:0 6px; }
.remember-me-popup { background:#fff; border:1px solid #ccc; left:50%; top:50%; position:absolute; margin:-85px 0 0 -200px; width:400px; text-align:left; -moz-box-shadow:0 0 6px #ccc; -webkit-box-shadow:0 0 6px #ccc; -box-shadow:0 0 6px #ccc; z-index:1000; }
.remember-me-popup h3 { background:#d9e5ee; border-bottom:1px solid #ccc; font-size:14px; padding:5px 10px; }
.remember-me-popup .remember-me-popup-head { position:relative; }
.remember-me-popup .remember-me-popup-head .remember-me-popup-close { display:block; position:absolute; top:7px; right:7px; height:15px; width:15px; text-indent:-9999em; }
.remember-me-popup .remember-me-popup-body { padding:10px; }
.remember-me-popup .remember-me-popup-body a { display:inline-block; height:19px; border:1px solid #de5400; background:#f18200; padding:0 8px; font:bold 12px/19px Arial, Helvetica, sans-serif; text-align:center; text-decoration:none; white-space:nowrap; color:#fff; }
/* Remember Me Popup ===================================================================== */


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

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

/* General Box */
.box-account {  margin: 0 0 20px; }
.box-account .box-head { margin:0 0 10px; text-align:right; }
.box-account .box-head h2 { float:left; margin:0; font-size:13px; font-weight:bold; text-transform:uppercase;  padding-left:21px; color:#e65505; }

.dashboard .box .box-title {  padding:0 0 12px; margin:0 0 8px; text-align:right; border-bottom: 1px solid #d9dadb;}
.dashboard .box .box-title h3,
.dashboard .box .box-title h4 { float:left; font-size:13px; font-weight:bold; margin:0; }

.dashboard .box .box-title h3{
    font-size: 13px;
    text-transform: uppercase;
    padding-left: 10px;
    background: url(http://www.noflystore.ie/skin/frontend/default/noflystore/images/list-type1.png) no-repeat left center;
}

/* Block: Recent Orders */
.dashboard .box-recent .box-head h2 { font-size: 20px; color: #eeb800; text-transform: none; padding:0; margin-top: 20px; }

/* Block: Account Information */
.dashboard .box-info .box-head h2 { font-size: 20px; color: #eeb800; text-transform: none; padding:0; margin-top: 20px;}
.dashboard .box-info h4 { font-size:11px; font-weight:bold; }

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

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

/* Address Book */
.addresses-list h2 {
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
    padding-left: 10px;
    background: url(http://www.noflystore.ie/skin/frontend/default/noflystore/images/list-type1.png) no-repeat left center;
}
.addresses-list h3 { font-weight:bold; font-size:11px; }
.addresses-list address {
    border-bottom: 1px solid #d9dadb;
    margin-bottom: 10px;
    line-height: 21px;
    padding-bottom: 6px;
    clear: both;
    margin-top: 10px;
}
.addresses-list p { margin:0; overflow: hidden;margin-bottom: 30px;}
.addresses-list a { font-weight:bold; }
.addresses-list .link-remove { color:#646464; }
.addresses-list .separator { margin:0 3px; }
.addresses-list li.item {  margin:0 0 10px; }
.addresses-list li.empty { background:none; border:0; padding:0; }
.addresses-list li.empty p { font-weight:bold; }
.addresses-list .addresses-additional li.item { background:none; border:0; padding:0; }

/* Order View */
.order-info { padding:4px 0px; margin:0 0 8px; float: left;}
.order-info dt,
.order-info dd,
.order-info ul,
.order-info li { display:inline; }
.order-info .current { font-weight:bold; }
.order-info li { margin:0 3px; }

.order-date { margin:0 0 8px 0; float: right; padding: 4px 0;}

.order-info-box { border-top:1px solid #d0cbc1; border-bottom:1px solid #d0cbc1; padding:12px 0px; margin:0 0 15px; clear: both; }
.order-info-box h2 { font-weight:bold; font-size:13px; }
.order-info-box .box-payment p { margin:0 0 3px; }
.order-info-box .box-payment th { font-weight:bold; padding-right:7px; }

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

h2.sub-title.spedizioni{
    display: inline-block;
    float: right;
    margin-right: 10px;
}
.order-links.spedizioni{
    float: right;
    clear: both;
}
.order-items.order-details{
    margin-top: -30px;
}
.order-additional { margin:15px 0; }
/* Order Gift Message */
.gift-message dt strong { color:#666; }
.gift-message dd { font-size:13px; margin:5px 0 0; }
/* Order Comments */
.order-about dt { font-weight:bold; }
.order-about dd { font-size:13px; margin:0 0 7px; }

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

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

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

/* My Wishlist */
.my-wishlist .data-table td {
    padding:20px 10px;
    position: relative;
}
.my-wishlist .data-table td.last {
    padding:0px;
    margin: 0;
    width: 0;
    position: relative;
}

.my-wishlist .data-table td.last a{
    background: url(http://www.noflystore.ie/skin/frontend/default/noflystore/images/btn_remove_square.png) no-repeat top left;
    width: 18px;
    height: 18px;
    position: absolute;
    top: 20px;
    right: 1px;
}

.my-wishlist .data-table td h3{
    background: url(http://www.noflystore.ie/skin/frontend/default/noflystore/images/list-type1.png) no-repeat left center;
    padding-left: 12px;
    line-height: 14px;
    margin-bottom: 4px;
    color: #454545;
}

.my-wishlist .data-table td h3 a{
    font-size: 12px;
    color: #454545;
}

.my-wishlist .data-table td .description{
    line-height: 22px;
    font-size: 11px;
    color: #454545;
}

.my-wishlist .data-table td .description .inner{
    overflow: hidden;
    height: 44px;
}

.my-wishlist .data-table td .item-options{
    position: absolute;
    left: -307px;
    top: 85px;
    width: 307px;
}

.my-wishlist .data-table td .item-options dl{
    display: block;
    overflow: auto;
    margin-bottom: 7px;
    float: none;
}

.my-wishlist .data-table td .item-options dt, .my-wishlist .data-table td .item-options dd{
    float: left;
    font-style: normal;
    font-size: 11px;
    color: #656565;
    line-height: 14px;
    margin: 0;
}

.my-wishlist .data-table td .item-options dt{
    width: 130px;
    text-align: left;
}

.my-wishlist .data-table td .item-options dd{
    padding-left: 6px;
    width: 170px;
    text-align: left;
}

.my-wishlist .product-image { display:block;  margin:0 0 5px; }
.my-wishlist textarea { display:block; width:97%; height:109px; }
.my-wishlist .buttons-set { margin-top:22px; padding: 0}
.my-wishlist .buttons-set button.button { float:none; }
.my-wishlist .buttons-set .btn-add span,
.my-wishlist .buttons-set .btn-share span { }
#wishlist-table .add-to-links { white-space:nowrap; }

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

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

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

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


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

.map-popup { background:#fff; border:1px solid #aaa; margin:12px 0 0; position:absolute; -moz-box-shadow:0 0 6px #ccc; -webkit-box-shadow:0 0 6px #ccc; box-shadow:0 0 6px #ccc; text-align:left; width:300px; z-index:100; }
.map-popup-heading { background:#d9e5ee; border-bottom:1px solid #ccc; padding:5px 30px 5px 10px; width:260px; }
.map-popup-heading h2 { font-size:16px; margin:0; text-shadow:0 1px 0 #f6f6f6; overflow:hidden; white-space:nowrap; word-wrap:break-word; text-align:left; text-overflow:ellipsis; }
.map-popup-arrow {  position:absolute; left:50%; top:-10px; height:10px; width:19px; }
.map-popup-close { display:block; position:absolute; top:8px; right:10px; height:15px; width:15px; text-indent:-9999em; -moz-box-shadow:0 0 3px #999; -webkit-box-shadow:0 0 3px #999; box-shadow:0 0 3px #999; -moz-border-radius:2px; -webkit-border-radius:2px; border-radius:2px; }
.map-popup-content { border-top:1px solid #eee; padding:10px; overflow:hidden; text-align:left; width:280px; }
.map-popup-checkout { display:inline; float:right; text-align:right; }
.map-popup-checkout span { display:block; padding-right:30px; }
.map-popup-checkout .paypal-logo { margin:0 0 5px; }
.map-popup-price .price-box,
.map-popup-price .price-box .special-price { margin:0; padding:0; }
.map-popup-price { margin:5px 0 0; }
.map-popup-text { clear:right; margin:0 10px; padding:10px 0; text-align:left; word-wrap:break-word; }
.map-popup-only-text { border-top:1px solid #ddd; }
/* ======================================================================================= */


/* Footer ================================================================================ */
.footer-container { background: url(http://www.noflystore.ie/skin/frontend/default/noflystore/images/bg_footer.png) #444447 repeat-x; text-align: left; margin-bottom: 50px; position: relative; margin-top: 70px;}
.footer { width:990px; margin:0 auto; padding:25px 0px 15px; }
.footer .store-switcher { display:inline; margin:0 5px 0 0; color:#fff; }
.footer .store-switcher label { font-weight:bold; vertical-align:middle; }
.footer .store-switcher select { padding:0; vertical-align:middle; }
.footer a { color:#fff; text-decoration:none; }
.footer a:hover { text-decoration:underline; }
.footer .bugs { margin:13px 0 0; color:#ecf3f6; }
.footer .bugs a { color:#ecf3f6; text-decoration:underline; }
.footer .bugs a:hover { text-decoration:none; }
.footer address { color:#656565; text-align: center; position: absolute; bottom: -18px; display: block; width: 990px; font-size: 10px;}
.footer address a { color:#ecf3f6; text-decoration:underline; }
.footer address a:hover { text-decoration:none; }
.footer ul { display:inline; }
.footer ul.links { display:block; }
.footer li { display:inline; padding:0 7px 0 4px; }
.footer li.last { background:none !important; padding-right:0 !important; }
.footer-container .bottom-container { margin:0 0 5px; }
/* ======================================================================================= */

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


/* Clears ================================================================================ */
.clearer:after,
.header-container:after,
.header-container .top-container:after,
.header:after,
.header .quick-access:after,
#nav:after,
.main:after,
.footer:after,
.footer-container .bottom-container:after,
.col-main:after,
.col2-set:after,
.col3-set:after,
.col3-layout .product-options-bottom .price-box:after,
.col4-set:after,
.search-autocomplete li:after,
.block .block-content:after,
.block .actions:after,
.block li.item:after,
.block-poll li:after,
.block-layered-nav .currently li:after,
.page-title:after,
.products-grid:after,
.products-list li.item:after,
.box-account .box-head:after,
.dashboard .box .box-title:after,
.box-reviews li.item:after,
.box-tags li.item:after,
.pager:after,
.sorter:after,
.ratings:after,
.add-to-box:after,
.add-to-cart:after,
.product-essential:after,
.product-collateral:after,
.product-view .product-img-box .more-views ul:after,
.product-view .box-tags .form-add:after,
.product-view .product-shop .short-description:after,
.product-view .box-description:after,
.product-options .options-list li:after,
.product-options-bottom:after,
.product-review:after,
.cart:after,
.cart-collaterals:after,
.cart .crosssell li.item:after,
.opc .step-title:after,
.checkout-progress:after,
.multiple-checkout .place-order:after,
.group-select li:after,
.form-list li:after,
.form-list .field:after,
.buttons-set:after,
.page-print .print-head:after,
.advanced-search-summary:after,
.gift-messages-form .item:after,
.send-friend .form-list li p:after { display:block; content:"."; clear:both; font-size:0; line-height:0; height:0; overflow:hidden; }
/* ======================================================================================= */

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

.footer{
    color: #fff;
    font-family: 'open sans';
}

.footer > ul{
    display: block;
    margin-bottom: 8px;
}

.footer .footer_top{

}
.footer .footer-loghi{
    position: absolute;
    top: -70px;
    width: 100%;
    left: 0;
    background: #f6f6f6;
}
.footer .footer-loghi img{
    display: block;
    margin: 0 auto;
}
.footer .footer_bottom{
    border-top:1px solid #b1b1b3;
    padding-top: 18px;
    overflow: hidden;
}

.footer ul li{
    display: block;
    float: left;
    padding: 0;
}

.footer ul li h2{
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    color: #efba00;
    margin-bottom: 9px;
}

.footer ul li h2.white{
    color: #fff;
}

.footer ul li p{
    font-size: 12px;
    line-height: 18px;
}

.footer ul li a.readMore{
    font-weight: bold;
}

.footer .sx{
    width: 485px;
    margin-right: 25px;
}

.footer .middle{
    width: 240px;
    margin-right: 5px;
}

.footer .dx{
    width: 226px;
    margin-right: 0px;
}

.footer .middle a, .footer .dx a{
    display: block;
    padding-left: 16px;
    margin-bottom: 9px;
    background: url(http://www.noflystore.ie/skin/frontend/default/noflystore/images/sprite.png) 0px 1060px;
}

.footer .follow_us_on{
    font-size: 12px;
    font-weight: bold;
    margin-top: 22px;
}

.footer .follow_us_on p{
    float: left;
    padding-right: 20px;
    line-height: 20px;
    margin: 5px 0 0 0;
}

.footer .follow_us_on a{
    margin-right: 5px;
    display: inline-block;
    width: 30px;
    height: 30px;
    text-indent: -9999px;
    background:url(http://www.noflystore.ie/skin/frontend/default/noflystore/images/sprite.png) -281px 457px;
}
.footer .follow_us_on a.pt{
    background-position:-396px 457px;
}
.footer .follow_us_on a.gp{
    background-position:-320px 457px;
}
.footer .follow_us_on a.is{
    background-position:-359px 457px;
}
.footer .follow_us_on a.yt{
    background-position:-472px 457px;
}
.footer .follow_us_on a.yt{
    background-position:-472px 457px;
}
.footer .follow_us_on a.tw{
    background-position:-435px 457px;
}


.footer .footer_bottom h3{
    color: #fff;
    font-size: 12px;
    font-weight: bold;
}

.footer .footer_bottom .sx a{
    font-size: 13px;
    padding-left: 4px;
    border-left: 1px solid #fff;
    margin-left: 4px;
    display: block;
    float: left;
    line-height: 13px;
}

.footer .footer_bottom .sx a.first-child{
    padding-left: 0px;
    border-left: none;
    margin-left: 0px;
}

.footer .footer_bottom .dx{

}

.footer .footer_bottom .dx ul {
    display: block;
}

.footer .footer_bottom .dx ul li{
    background: url(http://www.noflystore.ie/skin/frontend/default/noflystore/images/v.png) no-repeat left center;
    padding-left: 16px;
    display: block;
    float: none;
    line-height: 14px;
    font-size: 11px;
    margin-bottom: 4px;
}

.homepage{
    position: relative;
}

#sliderHome{
    height: 404px;
    width: 739px;
    position: relative;
}


#sliderHome div.NoFlyCarousel li{
    display: block;
    height: 404px;
    width: 739px;
    float: left;
}

#sliderHome .controller{
    display: none;
    position: absolute;
    left: -27px;
    top: 161px;
    margin: 0;
    width: 793px;
    z-index: 10000;
}

#sliderHome .controller a{
    background: url(http://www.noflystore.ie/skin/frontend/default/noflystore/images/sprite.png) 0px 970px;
    display: block;
    width: 15px;
    height: 40px;
    margin: 20px 10px;
    padding: 0;
}

#sliderHome .controller a.left{
    /*border-right: 2px solid #fff;*/
}

#sliderHome .controller a.right{
    /*border-left: 2px solid #fff;*/
    background-position: -15px 970px;
}

#sliderHome .controller a.left:hover{
    background-position: 0 1010px;
}

#sliderHome .controller a.right:hover{
    background-position: -15px 1010px;
}

#paginator{
    position: absolute;
    bottom: -29px;
    width: 100%;
    height: 18px;
    margin: 0;
    z-index: 1000;
    text-align: center;
}

#paginator a{
    display: inline-block;
    width: 11px;
    height: 11px;
    background: url(http://www.noflystore.ie/skin/frontend/default/noflystore/images/sprite.png) -2px 865px;
    margin-left: 6px;
}

#paginator a.selected{
    background-position: -2px 852px;
}

#paginator a span{
    display: none;
}

.NoFlyOverlay{
    background: url(http://www.noflystore.ie/skin/frontend/default/noflystore/images/bg_white70.png) repeat!important;
    margin: 0!important;
}

#over_layer{
    position: absolute;
    overflow: hidden;
    z-index: 1000;
    bottom: 18px;
    left: 18px;
    width: 340px;
    height: 110px;
}

#over_layer li{
    display: block;
    width: 280px;
    height: 80px;
    color: #4c4c4c;
    float: left;
    padding: 15px 30px;
}

#over_layer li h2{
    font-size: 22px;
    text-transform: uppercase;
    line-height: 24px;
}


#over_layer li h3{
    font-weight: bold;
    line-height: 16px;
    font-size: 12px;
}

.NoFlyCarousel{
    width: 739px;
    height: 404px;
    overflow: hidden;
}

.homepage:hover .NoFlyCarousel{
    z-index: 10001!important;

}

.block-banner > div{
    position: relative;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    overflow: hidden;
    width: 234px;
    height: 193px;
    background: url(http://www.noflystore.ie/skin/frontend/default/noflystore/images/block_banner_home_right_bg.png) repeat-y left top;
    margin-bottom: 18px;
    padding:65px 18px 18px 18px;
}

.block_3 div p{
    z-index: 1;
}

.block_3 img{
    position: absolute;
    z-index: 0;
    right: 0;
    bottom: 0;
}

.block_3 div{
    z-index: 10;
}

.block_3 h2{
    font-size: 16px;
    color: #656565;
    text-transform: uppercase;
    width: 120px;
}

div a.button_yellow{
    position: absolute;
    bottom: 18px;
}

.ie8 .ie8_fix{
    border-right: 1px solid #d2d2d2;
    border-bottom: 1px solid #d2d2d2;
    border-left: 1px solid #d2d2d2;
}

div.block_3{
    top: 10px;
    height: 350px;
    background: none;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding: 18px;
    border-top: 4px solid #edb700;
    -webkit-box-shadow:  0px 0px 5px 0px rgba(0, 0, 0, 0.35);
    box-shadow:  0px 0px 5px 0px rgba(0, 0, 0, 0.35);
}
.cms-home div.block_1, .cms-home div.block_2{
    padding: 0;
}

div.block_1 .banner-porte-finestre a, div.block_2 .banner-porte-finestre a{
    text-decoration: none;
    vertical-align: middle;
    height: 194px;
    display: table-cell;
}
div.block_1 .banner-porte-finestre h2, div.block_2 .banner-porte-finestre h2{
    position: relative;
    z-index: 1;
    text-transform: uppercase;
    font-size: 14px;
    width: 110px;
    margin-left: 10px;
}
div.block_1 .home-banner, div.block_2 .home-banner{position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}
a.button_yellow{
    display: inline-block;
    height: 22px;
    line-height: 22px;
    color: #fff;
    background: url(http://www.noflystore.ie/skin/frontend/default/noflystore/images/bg_yellow_btn.png) repeat-x;
    text-decoration: none;
    padding: 0 15px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-box-shadow:  0px 0px 4px 0px rgba(0, 0, 0, 0.35);
    box-shadow:  0px 0px 4px 0px rgba(0, 0, 0, 0.35);
}

a.button_yellow span{
    background: url(http://www.noflystore.ie/skin/frontend/default/noflystore/images/double_arrow_btn_yellow.png) no-repeat right center;
    color: #333333;
    font-size: 13px;
    font-weight: bold;
    padding-right: 12px;
    line-height: 22px;
}

div.block_3 .bg_3{
    position: relative;
    overflow: hidden;
    background: #f1f1f1;
    height: 100%;
    text-align: center;
}

div.block_3 .bg_3 div{
    position: absolute;
    bottom: 40px;
}

div.block_3 .bg_3 h2{
    font-size: 13px;
    width: auto;
    line-height: 20px;
    margin-top: 30px;
    margin-bottom: 0px;
    color: #edb700;
}
div.block_3 .bg_3 h2 a{
    text-decoration: none;
    color: #edb700;
}
div.block_3 .bg_3 div p{
    line-height: 14px;
}
div.block_3 .bg_3 div p a{
    line-height: 14px;
    text-decoration: none;
}
div.block_3 .bg_3 a.button_yellow{
    position: relative;
    bottom: -220px;
}

div.block_3 img {
    position: absolute;
    z-index: -10;
    left: 0;
    top: 0;
}

div.prefooter{
    padding: 32px 0 36px 0;
    border-top: 1px solid #d9dadb;
    width: 990px;
    margin: 0 auto;
}
.cms-page-view div.prefooter{
    padding-bottom: 0;
}

div.prefooter ul{
    overflow: auto;
}

div.prefooter ul li{
    display: block;
    text-align: left;
    float: left;
    margin-left: 28px;
    width: 176px;
    padding-left: 50px;
    min-height: 60px;
    background: url(http://www.noflystore.ie/skin/frontend/default/noflystore/images/prefooter_li_bg.png) no-repeat top left;
}

div.prefooter ul li a.imageType{
    margin-left: -50px;
}


div.prefooter ul li:first-child{
    margin-left: 0;
}

div.prefooter ul li a{
    text-decoration: none;
}

div.prefooter ul li h2{
    color: #efba00;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
    margin: 18px 0 15px 0;
}

div.prefooter ul li h2 a{
    color: #efba00;
}

div.prefooter ul li p{
    color: #656565;
    text-transform: uppercase;
    font-size: 11px;
    margin-bottom: 4px;
    line-height: 18px;
}

div.prefooter ul li p a{
    color: #656565;
}

div.home_banner_bottom{
    float: left;
    width: 100%;
    height: 140px;
}

div.home_banner_bottom > div{
    height: 138px;
    width: 486px;
    margin-left: 18px;
    float: left;
    background: none;
    padding: 18px;
    border-top: 4px solid #edb700;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.35);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.35);
}

div.home_banner_bottom > div:first-child{
    margin-left: 0;
}

div.home_banner_bottom > div > div{
    position: relative;
    background: #f1f1f1;
    overflow: hidden;
    height: 100%;
    width: 100%;
    padding: 14px 20px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

div.home_banner_bottom > div > div h2{
    font-size: 16px;
    text-transform: uppercase;
    color: #edb700;
    margin-bottom: 2px;
    margin-top: 10px;
}
div.home_banner_bottom > div > div h2 a{
    color: #edb700;
    text-decoration: none;
}
div.home_banner_bottom > div > div p{
    color: #656565;
}

div.home_banner_bottom > div .banner_content{
    position: absolute;
    z-index: 10;
}

div.home_banner_bottom > div > div > p{
    z-index: 1;
}

div.home_banner_bottom > div > div img{
    position: absolute;
    right: 0;
    top: 0;

}

div.home_banner_bottom > div > div a.button_yellow{
    position: absolute;
    left: 20px;
    bottom: 12px;
    z-index: 10;
}

.helpMe{
    position: fixed;
    right: 0px;
    top: 33%;
    z-index: 1000;
    cursor:pointer;
}

.helpMe p{
    /*overflow: hidden;*/
    position: relative;
    width: 50px;
    height: 178px;
    background: url(http://www.noflystore.ie/skin/frontend/default/noflystore/images/helpMeLabel.png) no-repeat top left;
    cursor: pointer;
}
.helpMe.de p{
    background: url(http://www.noflystore.ie/skin/frontend/default/noflystore/images/helpMe_de.png) no-repeat top left;
}
.helpMe.fr p{
    background: url(http://www.noflystore.ie/skin/frontend/default/noflystore/images/helpMe_fr.png) no-repeat top left;
}
.helpMe.es p{
    background: url(http://www.noflystore.ie/skin/frontend/default/noflystore/images/helpMe_es.png) no-repeat top left;
}
.helpMe.en p{
    background: url(http://www.noflystore.ie/skin/frontend/default/noflystore/images/helpMe_en.png) no-repeat top left;
}
.helpMe p a{
    display: block;
    position: absolute;
    bottom: 20px;
    left: 0px;
    height: 158px;
    line-height: 18px;
    width: 50px;
    text-align: left;
    display: block;
    font-size: 16px;
    color: #454545;
}

.helpMe p a img{
    position: absolute;
    left: 0;
    bottom: 0;
}

.cms-page{
    width: 430px;
    height: 145px;
    margin: 65px auto 0 auto;
    border-top: 4px solid #edb700;
    -webkit-box-shadow:  0px 0px 5px 0px rgba(0, 0, 0, 0.35);
    box-shadow:  0px 0px 5px 0px rgba(0, 0, 0, 0.35);
    text-align: center;
    padding-top: 120px;
    color: #656565;
}

.cms-page h1{
    font-size: 28px;
}

.cms-page p{
    font-size: 16px;
    margin-bottom: 25px;
}

.no-route-page{
    background: url(http://www.noflystore.ie/skin/frontend/default/noflystore/images/no-route.png) center 20px no-repeat;
}

.empty-cart-page{
    background: url(http://www.noflystore.ie/skin/frontend/default/noflystore/images/empty-cart.png) center 20px no-repeat;
}

.customer-account-logoutsuccess

a.back-to-home{
    height: 36px;
    line-height: 36px;
    padding: 0 14px 0 14px;
    display: inline-block;
    background: url(http://www.noflystore.ie/skin/frontend/default/noflystore/images/bg_grey_grad.png) repeat-x;
    text-decoration: none;
    color: #656565;
    font-size: 14px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}

a.back-to-home span{
    background: url(http://www.noflystore.ie/skin/frontend/default/noflystore/images/double_arrow_btn_back.png) no-repeat left center;
    padding-left: 12px;
}

.customer-account-create .page-title{
    margin-bottom: 18px;
}

.customer-account-create .page-title h1, .customer-account-login .page-title h1, .customer-account-forgotpassword .page-title h1{
    padding-bottom: 11px;
}

.customer-account-login .col2-set .col-1, .customer-account-login .col2-set .col-2{
    display: block;
    overflow: hidden;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding: 20px;
    border-top: 4px solid #edb700;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.35);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.35);
    margin-bottom: 30px;
}
.customer-account-login .col2-set .col-1.gs-login{
    margin-left: 20px;
    min-height: 281px;
    padding: 43px 10px 10px 10px;
    text-align: center;
    width: 230px;
}
.customer-account-login .col2-set .col-1.new-users{
    width: 382px;
}
.customer-account-login .col2-set .col-2.registered-users{
    width: 340px;
}
p.required{
    text-align: left;
    color: #666;
}
.account-login .buttons-set a.f-left, .checkout-onepage-index #checkout-step-login .buttons-set a.f-left{
    margin-top: 18px;
}
.customer-account-create #form-validate{
    display: block;
    overflow: hidden;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding: 20px;
    border-top: 4px solid #edb700;
    -webkit-box-shadow:  0px 0px 5px 0px rgba(0, 0, 0, 0.35);
    box-shadow:  0px 0px 5px 0px rgba(0, 0, 0, 0.35);
    margin-bottom: 30px;
}

.customer-account-create #form-validate .fieldset{
    background: none;
    padding: 0;
    border: 0;
    margin: 48px 0 0px 0;
    border-top: 1px solid #d9dadb;
}

.customer-account-create #form-validate .fieldset.personal{
    margin: 28px 0 0px 0;
}

.customer-account-forgotpassword #form-validate .fieldset{
    border: none;
}

.customer-account-create #form-validate .form-list .field{
    width: auto;
}

.customer-account-create #form-validate .form-list{
    width: 972px;
}

.customer-account-create #form-validate .form-list .input-box {
    width: 485px;
}

.customer-account-create #form-validate .form-list input.input-text {
    /* http://dev.noflystore.com/it/customer/account/create/ */
    width: 443px;
}

.customer-account-forgotpassword #form-validate .form-list input.input-text {
    width: 970px;
}

#form-validate .personal{
    margin-bottom: 58px;
}

p.required-label{
    font-size: 10px;
}

#form-validate a.back-to-home{
    font-size: 12px;
}

#form-validate button{
    background: url(http://www.noflystore.ie/skin/frontend/default/noflystore/images/bg_yellow_grad.png) repeat-x;
    height: 35px;
    line-height: 35px;
    -webkit-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
}

#form-validate button.button > span{
    padding: 0 16px;
}

#form-validate button > span span{
    font-size: 16px;
    color: #454545;
}

.contact-info{
    border-bottom: 1px solid #d9dadb;
    padding-bottom: 14px;
}

.checkout-cart-index .cart .discount .buttons-set{
    height: 36px;
}

#messages_product_view {
    margin-top: 0 !important;
}

#messages_product_view .messages {
    margin-bottom: 0;
}

.grey_btn{
    height: 35px;
    line-height: 35px;
    padding: 0 14px 0 14px;
    display: inline-block;
    background: url(http://www.noflystore.ie/skin/frontend/default/noflystore/images/bg_grey_grad.png) repeat-x;
    text-decoration: none;
    color: #656565;
    font-size: 14px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border: 0;
    cursor: pointer;
}

.grey_btn.back > span, .yellow_btn.back > span{
    font-size: 12px;
    background: url(http://www.noflystore.ie/skin/frontend/default/noflystore/images/double_arrow_btn_back.png) no-repeat left center;
    padding-left: 12px;
    padding-right: 0;
    font-weight: normal;
}
.grey_btn.preventivo > span{
    background:none;
    color:#fff;
    padding-right: 0;
}
.grey_btn.preventivo{
    background: url(http://www.noflystore.ie/skin/frontend/default/noflystore/images/bgMenuBtn.png) repeat-x;
    color:#fff;
}
.yellow_btn{
    height: 36px;
    line-height: 36px;
    padding: 0 14px 0 14px;
    display: inline-block;
    background: url(http://www.noflystore.ie/skin/frontend/default/noflystore/images/bg_yellow_grad.png) repeat-x;
    text-decoration: none;
    color: #656565;
    font-size: 14px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border: 0;
    cursor: pointer;
}

.grey_btn > span, .yellow_btn > span{
    font-size: 12px;
    background: url(http://www.noflystore.ie/skin/frontend/default/noflystore/images/double_arrow_ffw.png) no-repeat right center;
    padding-right: 12px;
    font-weight: normal;
}

em{
    font-style: normal;
}

.fr{
    float: right;
}

.oa{
    overflow: auto;
}

.tar{
    text-align: right;
}

.box-content{
    margin-bottom: 40px;
}

.block-compare .actions a{
    color: #eeb800;
    font-size: 11px;
    line-height: 34px;
}

.block-compare .product-name a {
    color: #656565;
    font-weight: bold;
    font-size: 14px;
    text-decoration: none;
}

.block-compare .product-name a:hover {
    text-decoration: underline;
}

.block-compare .btn-remove{
    background: url(http://www.noflystore.ie/skin/frontend/default/noflystore/images/sprite.png) -20px 546px;
    width: 18px;
    height: 18px;
    margin: 0;
}

.block-compare .block-content .actions{
    border-top: 1px solid #d9dadb;
    padding-top: 16px;
    margin-top: 10px;
    padding-bottom: 4px;
}

.customer-account-edit .fieldset{
    padding: 22px 0 30px 0;
}

.customer-account-edit .fieldset .form-list li{
    width: 370px;
    float: left;
}

.customer-account-edit .fieldset .form-list li.fields{
    width: auto;
}

.customer-account-edit .fieldset .form-list li.control{
    margin-top: 41px;
}

.vetrina{
    height: 380px;
    width: 739px;
    position: relative;
}


/* View Type: Grid */

.cms-index-index .vetrina{
    margin-top: 15px;
}

.cms-index-index .vetrina .titolo-paragrafo{
    font-size: 14px;
    color: #656565;
    text-transform: uppercase;
    line-height: 16px;
    margin-bottom: 6px;
}

.products-grid-home { border-bottom:1px solid #d9ddd3;  position:relative; }
.products-grid.last { border-bottom:0; }
.products-grid-home li.item {
    float:left;
    width:234px;
    height: 322px;
    overflow: hidden;
    margin: 19px 0 0 18px;
    -webkit-box-shadow:  0px 0px 5px 0px rgba(0, 0, 0, 0.35);
    box-shadow:  0px 0px 5px 0px rgba(0, 0, 0, 0.35);
}
.products-grid li.item .product-image, .products-grid-home li.item .product-image{
    display: block;
    margin: 15px 0 10px 0;
}
.products-list .label-offerta{
    margin-left: 4px;
    position: relative;
    float: right;
    right: 0;
    top: -1px;
}
.label-offerta {
    color: #999;
    font-size: 12px;
    /* text-align: right; */
    /* float: left; */
    right: 50px;
    position: absolute;
    text-transform: none;
    top: 9px;
    font-weight:bold;
}
.product-img-box .label-offerta {
    top:0px;
}
.ie8 .products-grid-home li.ie8_fix{
    width: 232px!important;
    height: 320px;
    border: 1px solid #d2d2d2;
}

.ie8 .products-grid-home li.ie8_fix .list-item-container{
    height: 320px;
}

.products-grid-home li.item .list-item-container {
    position: relative;
    padding: 2px 17px 0 17px;
    color: #656565;
    height: 322px;
}
.products-grid-home li.item .list-item-container .strikethrough {
    display: block;
    height: 12px;
}
.products-grid-home li.item .list-item-container .labels{
    position: absolute;
    right: 0;
    top: 10px;
    color:#fff;
    text-transform: uppercase;
    font-size: 10px;
}

.products-grid-home li.item .list-item-container span.discount{
    display: block;
    right: 0;
    height: 15px;
    line-height: 15px;
    background: #efba00;
    margin-bottom: 6px;
    width: 44px;
    text-align: center;
}

.products-grid-home li.item .list-item-container span.new{
    display: block;
    background: #d9dadb;
    margin-bottom: 6px;
    width: 44px;
    text-align: center;
}

.list-item-container .nome_prodotto{
    display: block;
    font-weight: bold;
    font-size: 14px;
}

.list-item-container .tipo_prodotto{
    font-size: 12px;
}

.products-grid-home li.item .list-item-container .detail{
    /*border-bottom: 1px solid #d9dadb;*/
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.products-grid-home li.item .list-item-container button.btn-cart{
    position: absolute;
    right: 12px;
    bottom: 24px;
    height: 34px;
}

.products-grid-home li.item .list-item-container button.btn-cart {

}
.products-grid-home li.item .list-item-container button.btn-cart span{
    color: #333333;
    font-size: 13px;
    font-weight: bold;
}
button.btn-cart > span{
    display: inline-block;
    height: 22px;
    line-height: 22px;
    background: url(http://www.noflystore.ie/skin/frontend/default/noflystore/images/bg_yellow_btn.png) repeat-x;
    text-decoration: none;
    padding: 0 15px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.35);
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.35);
}
button.btn-cart > span > span{
    display: block;
}
.catalog-category-view button.btn-cart span span, .catalogsearch-result-index button.btn-cart span span,.catalogsearch-advanced-result button.btn-cart span span{
    font-size: 13px;
}
.catalog-category-view .products-list button.btn-cart span span, .catalogsearch-result-index .products-list button.btn-cart span span{
    font-size: 15px;
}
.catalog-category-view .products-list button.btn-cart , .catalogsearch-result-index .products-list button.btn-cart {
    margin-top: -60px;
}
button.btn-cart:hover > span > span{
    display: block;
}

.box-prices{
    position: absolute;
    bottom: 10px;
}

.strikethrough .price{
    font-size: 11px;
    color: #656565;
    margin-right: 4px;
}

.price-box .price{
    color: #efba00;
    font-size: 17px;
    font-weight: bold;
}


.products-grid-home{
    overflow: inherit;
}

.products-grid-home li.item.first { margin-left: 0px; }
.products-grid-home li.item.last { padding-right: 0px; }
.products-grid .product-image { }
.products-grid .product-name {  font-weight:bold; font-size:14px; color:#656565; text-transform: none; margin: 0;}
.products-grid .product-name a { color:#656565; text-decoration: none; }
.products-grid .price-box { margin:0; position: absolute; bottom: 12px; }
.products-grid .availability { line-height:21px; }
.products-grid .actions { }
.col2-left-layout .products-grid,
.col2-right-layout .products-grid { width:740px; margin:0 auto; }
.col1-layout .products-grid { width:790px; margin:0 auto; }

.order-info{

}

.sales-order-view .order-info dt, .sales-order-view h2.table-caption,
.sales-order-shipment h3.table-caption,
.sales-order-invoice h3.table-caption, .sales-order-creditmemo h3.table-caption
{
    font-size: 20px;
    color: #eeb800;
    text-transform: none;
    padding: 0;
    clear: both;
    font-weight: bold;
    display: block;
}

.sales-order-view .order-info .current{

}

.sales-order-view h3.product-name,.sales-order-shipment h4.product-name, .sales-order-invoice h4.product-name, .sales-order-creditmemo h4.product-name{
    font-size: 13px;
    text-transform: uppercase;
    padding-left: 10px;
    background: url(http://www.noflystore.ie/skin/frontend/default/noflystore/images/list-type1.png) no-repeat left center;
    color: #656565;
    margin-bottom: 10px;
}

.sales-order-view .item-options dt, .sales-order-view .item-options dd, .sales-order-creditmemo .item-options dd{
    display: inline-block;
    color: #656565;
    font-style: normal;
}
.sales-order-view .item-options dt, .sales-order-shipment .item-options dt,
.sales-order-invoice .item-options dt, .sales-order-view .item-options dd,
.sales-order-creditmemo .item-options dt
{
    display: inline-block;
    color: #656565;
    font-style: normal;
}
.sales-order-shipment .item-options dd, .sales-order-view .item-options dd{
    width: 148px;
}
.sales-order-invoice .item-options dd{
    width: 228px;
}
.sales-order-shipment .item-options dt, .sales-order-view .item-options dt{
    width: 100px;
}
.sales-order-invoice .item-options dt{
    width: 100px;
}
.sales-order-shipment .item-options dd, .sales-order-invoice .item-options dd{
    display: inline-block;
    color: #656565;
    font-style: normal;
}
.sales-order-view tbody tr td span, .sales-order-shipment tbody tr td span, .sales-order-invoice tbody tr td span{
    color: #656565;
    text-align: center;
}

.sales-order-view .item-options dt{
    width: 110px;
}
.sales-order-creditmemo .item-options dt{
    width: 100px;
}
.sales-order-view .item-options dd{
    width: 180px;
}
.sales-order-creditmemo .item-options dd{
    width: 140px;
}

.sales-order-view .order-info-box,
.sales-order-shipment .order-info-box,
.sales-order-invoice .order-info-box
{
    margin-bottom: 60px;
}

.sales-order-view #my-orders-table thead th{
    font-weight: bold;
}

.sales-order-view .box-content {
    margin-bottom: 0;
}

.cms-page-view .col-main .std h1{
    text-align: left;
    text-transform: uppercase;
}

.cms-page-view .std h2{
    font-size: 20px;
    color: #eeb800;
    text-transform: none;
    padding: 0;
    font-weight: bold;
}

.cms-page-view .col-main .std p{
    font-family: 'open sans';
    color: #454545;
    font-size: 12px;
    line-height: 22px;
}

.cms-page-view .col-main ul {
    margin-bottom: 25px;
}

.cms-page-view .col-main .std h3{
    background: url(http://www.noflystore.ie/skin/frontend/default/noflystore/images/list-type0.png) no-repeat left center;
    padding-left: 17px;
    font-size: 14px;
    color: #454545;
    display: inline;
    line-height: 26px;
    font-weight: bold;
}
.cms-page-view .col-main .std ul.faq li h3{
    background: url(http://www.noflystore.ie/skin/frontend/default/noflystore/images/list-type1.png) no-repeat left center;
    padding-left: 17px;
    font-size: 14px;
    color: #454545;
    font-weight: normal;
    cursor: pointer;
    display: inline;
    line-height: 26px;
}
.col-main .std .cms-secure ul.faq li h3 {
    background: url(http://www.noflystore.ie/skin/frontend/default/noflystore/images/list-type1.png) no-repeat left center;
    padding-left: 17px;
    font-size: 20px;
    color: #eeb800;
    font-weight: normal;
    cursor: pointer;
    display: inline;
    line-height: 35px;
}
.col-main .std .cms-secure ul.faq li h3 span {
    font-size: 12px;
    color: #454545;
    font-weight: normal;
    cursor: pointer;
    line-height: 26px;
}
.cms-page-view .col-main .std ul.faq li.open h3{
    background: url(http://www.noflystore.ie/skin/frontend/default/noflystore/images/list-type0.png) no-repeat left center;
    font-weight: bold;
}

.cms-page-view .col-main .std ul.faq li p{
    display: none;
}

.cms-page-view .col-main .page-title{
    margin-bottom: 15px;
}

.catalog-category-view h1, .catalogsearch-result-index h1{
    font-size: 16px;
    text-align: left;
    padding-bottom: 7px;
    padding-top: 4px;
}

.view-mode .grid{
    display: inline-block;
    background: url(http://www.noflystore.ie/skin/frontend/default/noflystore/images/sprite.png) 0px 525px;
    overflow: hidden;
    text-indent: -10000px;
    width: 38px;
    height: 31px;
    margin-bottom: -10px;
}

.view-mode label{
    padding-right: 6px;
}

.view-mode .list{
    display: inline-block;
    background: url(http://www.noflystore.ie/skin/frontend/default/noflystore/images/sprite.png) -47px 525px;
    overflow: hidden;
    text-indent: -10000px;
    width: 38px;
    height: 31px;
    margin-bottom: -10px;
}

.view-mode strong{
    background-position: 0px 490px!important;
}
.view-mode strong.list{
    background-position: -47px 490px!important;
}

.products-grid li.item {
    float: left;
    width: 234px;
    height: 350px;
    overflow: hidden;
    margin: 16px 0 0 18px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.35);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.35);
    padding: 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.ie8 .products-grid li.ie8_fix{
    border-top: 1px solid #d2d2d2;
}

.products-grid li.item.first {
    margin-left: 0px;
}

.products-grid li.item .list-item-container {
    position: relative;
    padding: 2px 17px 0 17px;
    color: #656565;
    height: 345px;
}

.products-grid li.item button.btn-cart {
    position: absolute;
    right: 12px;
    bottom: 24px;
    height: 34px;
}

.category-products a.link-compare{
    color: #656565;
    font-size: 11px;
    text-decoration: none;
    font-weight: normal;
    padding-left: 18px;
    background: url(http://www.noflystore.ie/skin/frontend/default/noflystore/images/sprite.png) -1px 833px;
}

.category-products a.link-compare.active{
    background-position: 0px 741px;
}

.category-products .old-price .price{
    font-weight: normal;
    font-size: 11px;
    color: #656565;
    padding-right: 2px;
    height: 12px;
    display: block;
}

.category-products .old-price, .category-products .special-price{
    /*display: inline;*/
    display: block;
}
.category-products .products-grid .special-price{
    display: block;
    height: 18px;
}
.category-products .products-grid .price-label-from, .products-grid-home li.item .list-item-container .price-label-from{
    display: block;
    height: 14px;
}
.category-products .description-prod{
    padding-bottom: 8px;
    /*border-bottom: 1px solid #d9dadb;*/
}

.category-products .description-prod span{
    display: block;
    margin-bottom: 5px;
}
.category-products .description-prod span.tasso_zero{
    float: right;
    position: absolute;
    right: 13px;
    width: 50px;
    top: 205px;
}

.products-home .detail span.tasso_zero{
    float: right;
    position: absolute;
    right: 13px;
    width: 50px;
    top: 206px;
}
.category-products .description-prod span.tasso_zero img, .products-home .detail span.tasso_zero img{
    width: 50px;

}
.category-products .products-list .description-prod span.tasso_zero{
    top: 130px;
    position: absolute;
    right: 0;
    left: inherit;
}

.category-products .products-list .description-prod{
    margin-bottom: 10px;
    height: 33px;
    padding-bottom: 3px;
    position: relative;
}

.category-products .products-list .description-prod h2{
    margin-right: 6px;
    display: inline;
    float: none;
}

.category-products .products-list .description-prod span{
    display: inline;
    font-size: 14px;
    margin-bottom: 0;
}

.category-products .products-list li a img{
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.35);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.35);
}
.category-platinum .image-description-box , .category-gold .image-description-box , .category-silver .image-description-box {
    position: relative;
    width: 738px;
    margin-bottom: 2px;
    margin-bottom: 30px;
}
.image-description-box {
    position: relative;
    width: 738px;
    margin-bottom: 2px;
    min-height: 1px;
    margin: 30px 0;
}

.NoFlyDescription{
    width: 738px!important;
    top: 0 !important;
}

.image-description-box .block-category, .image-description-box .category-description > div{
    width: 708px;
    margin-right: 20px;
    float: left;
    padding: 13px 15px;
}

.image-description-box #paginator-description{
    text-align: center;
    position: absolute;
    bottom: -24px;
    z-index: 2000;
    width: 738px;
}

.image-description-box #paginator-description a span{
    display: none;
}

.image-description-box #paginator-description a{
    display: inline-block;
    width: 11px;
    height: 11px;
    background: url(http://www.noflystore.ie/skin/frontend/default/noflystore/images/sprite.png) -2px 865px;
    margin-left: 6px;
}

.image-description-box #paginator-description a.selected {
    background-position:-2px 852px;
}

.image-description-box .category-image{
    position: relative;
    margin: 0;
}

.image-description-box .category-description{
    z-index: 100;
    color:#656565;
}
.image-description-box .category-description p{
    margin-bottom: 20px;
}

.filter-by{
    background: #ebeded;
}

.block-content .btn-remove-inline {
    background:url(http://www.noflystore.ie/skin/frontend/default/noflystore/images/sprite.png) -90px 546px;
    width: 18px;
    height: 18px;
    display: inline-block;
    float: right;
    margin-top: 5px;
}

.products-grid li.item .list-item-container .labels {
    position: absolute;
    right: 0;
    top: 10px;
    color: #fff;
    text-transform: uppercase;
    font-size: 10px;
}

.products-grid li.item .list-item-container span.discount {
    display: block;
    right: 0;
    height: 15px;
    line-height: 15px;
    background: #efba00;
    margin-bottom: 6px;
    width: 44px;
    text-align: center;
}

.products-grid li.item .list-item-container span.new {
    display: block;
    background: #d9dadb;
    margin-bottom: 6px;
    width: 44px;
    text-align: center;
}

.products-list li.item .labels {
    float: right;
    top: 10px;
    color: #fff;
    text-transform: uppercase;
    font-size: 10px;
    margin-top: 4px;
}

.products-list li.item span.discount {
    display: inline-block;
    height: 15px;
    line-height: 15px;
    background: #efba00;
    width: 44px;
    text-align: center;
    font-size: 10px;
    float: right;
    margin-left: 2px;
    height: 16px;
    line-height: 16px;
}

.products-list li.item span.new {
    display: inline-block;
    background: #d9dadb;
    width: 44px;
    text-align: center;
    font-size: 10px;
    float: right;
    height: 16px;
    line-height: 16px;
}

#product-options-wrapper div.dl-row{
    border-bottom: 1px solid #d9dadb;
    height: 56px;
    position: relative;
    padding-right: 8px;
    cursor: pointer;
}

#product-options-wrapper div.dl-row.select{
    background-color: #f6f6f6;
}

#product-options-wrapper div.dl-row label{
    cursor: pointer;
    font-style: normal;
}
#product-options-wrapper div.dl-row.catena .attriubute_catena label{
    display: inline-block;
    width: 130px;
    position: relative;
    top: 8px;
    line-height: 20px;
}

#product-options-wrapper div.dl-row .tabella-misure label.label-larghezza,
#product-options-wrapper div.dl-row .tabella-misure label.label-altezza{
    float: left;
    display: block;
}
#advanced-search-list .tabella-misure td{
    text-align: left !important;
}
#advanced-search-list div.dl-row .tabella-misure td input,
#advanced-search-list div.dl-row .tabella-misure td input{
    float: left;
    display: block;
}

#product-options-wrapper div.dl-row.notValid{
    background: #eeeeee;
    border-bottom: 1px solid #f6f6f6;
}

#product-options-wrapper div.dl-row.first{
    border-top: 1px solid #d9dadb;
}

#product-options-wrapper div.dl-row.first.notValid{
    border-top: 1px solid #f6f6f6;
}

#product-options-wrapper div.dl-row.notValid dt label{
    color: #ff0000;
}

#product-options-wrapper div.dl-row img.arrowDownConfig{
    position: absolute;
    z-index: 99;
    bottom: -9px;
    left: 222px;
    display: none;
}

#product-options-wrapper div.dl-row.notValid img.arrowDownConfig{
    display: block;
}

#product-options-wrapper div.measure{
    margin-right: 40px;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 20px;
    right: 13px;
    z-index: 100;
}

#product-options-wrapper div.measure p.tt{
    position: absolute;
    display: none;
    width: 120px;
    height: 26px;
    color: #fff;
    background: #656565;
    padding: 3px;
    bottom: 23px;
    font-size: 11px;
    line-height: 13px;
    text-align: center;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    left: -56px;
}

#product-options-wrapper div.measure p.tt img{
    position: absolute;
    left: 58px;
    bottom: -6px;
}




#product-options-wrapper div.dl-row dt span{
    font-weight: bold;
    margin-left: 2px;
    color: #656565;
    font-style: normal;
}

#product-options-wrapper div.dl-row.select dt{
    background-position: -213px 1203px;
}

.helpbox {
    display: inline;
    font-size: 10px;
    z-index: 6666666;
    visibility: visible !important;
    background-color: #666;
    color: white;
    padding: 1px 6px;
    border-radius: 19px;
    margin: 4px;
    cursor: pointer;
}

.helpbox-content {
    display: none;
}

#product-options-wrapper .measure a{
    background: #656565;
    padding: 1px 7px 1px 8px;
    font-size: 14px;
    color: #fff;
    text-decoration: none;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    margin-left: 0px;
    font-family: 'Open Sans' ,Arial, Helvetica, sans-serif;
    margin-right: 0px;
}

#product-options-wrapper div.dl-row dt{
    height: 56px;
    line-height: 56px;
    position: relative;
    padding: 0 0 0 8px;
    background: #f6f6f6;
    background:url(http://www.noflystore.ie/skin/frontend/default/noflystore/images/sprite.png) -214px 1246px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    color: #eeb800;
    font-style: italic;
    font-weight: bold;
}
#product-options-wrapper div.dl-row.des_subcliente dt{
    background-image: none;
}
#product-options-wrapper div.dl-row.des_subcliente dt em{
    display: none;
}
#product-options-wrapper div.dl-row.des_subcliente dt label{
    margin-left: 8px;
    width: 210px;
    display: inline-block;
    line-height: 20px;
    margin-top: 7px;
}
#product-options-wrapper div.dl-row.des_subcliente dt select{
    margin-left: 10px;
    padding: 5px;
    height: 30px;
    width: 210px;
    margin-top: 12px;
    float: right;
}

#product-options-wrapper div.dl-row dt span.plus{
    color: #eeb800;
    font-style: italic;
    font-weight: normal;
    text-align: right;
    float: right;
    right: 25px;
    position: relative;
}
#product-options-wrapper div.dl-row dt span.standard{
    color: #eeb800;
}
#product-options-wrapper div.dl-row dt em{
    margin-right: 2px;
    width: 30px;
    display: inline-block;
    padding-left: 2px;
    color: #b1b1b3;
    font-weight: bold;
}

#product-options-wrapper div.dl-row dd{
    position: absolute;
    top:56px;
    display: none;
    background:#fff url(http://www.noflystore.ie/skin/frontend/default/noflystore/images/spicchio_light.png) no-repeat center top ;;
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    z-index: 1000;
    -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.35);
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.35);
}

p.continua{
    position: absolute;
    bottom: 10px;
    right: 10px;
    padding: 2px 8px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    background:#edb700;
    color: #fff;
    font-weight: bold;
    margin: 0;
}
input.continua{
    position: absolute;
    bottom: 10px;
    right: 10px;
    padding: 2px 8px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    background:#edb700;
    color: #333;
    font-weight: bold;
    margin: 0;
    border: none;
}
input.continua:focus, input.continua:hover {
    color: #333;
    text-decoration: underline;
}
table.tabella-misure{
    width: 100%;
    margin: 0 auto;
    margin-bottom: 15px;
}

.tabella-misure td.misure-immagini{
    background: #eeeeee;
    height: 150px;
    min-width: 120px;
}

.tabella-misure td{
    vertical-align: middle;
    text-align: center;
    padding: 9px 5px;
    margin: 5px;
    width: 150px;
}
.tabella-misure td.margin-base input {
    margin-left: 160px !important;
}
.tabella-misure td.margin-base-advanced input {
    margin-left: 430px !important;
}
.tabella-misure td.margin-base-advanced input {
    margin-left: 430px !important;
}

.tabella-misure td input[type=text]{
    width: 40px;
    float: left;
    height: 25px;
    text-align: center;
    line-height: 17px;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border: none;
    padding: 4px 5px;
    margin: 0 5px;
    -webkit-box-shadow: inset 0px 1px 4px 0px rgba(0, 0, 0, 0.5);
    box-shadow: inset 0px 1px 4px 0px rgba(0, 0, 0, 0.5);
}

.ie8 .tabella-misure td input{
    border: 1px solid #ccc;
}

.product-options-bottom .price-box .old-price span{
    font-size: 13px;
    color: #656565;
    font-weight: normal;
    text-decoration: none;
}

.product-options-bottom .price-box .old-price span.price{
    text-decoration: line-through;
    font-size: 14px;
}

.product-options-bottom .price-box .special-price{
    line-height: 32px;
    height: 22px;
    margin: 0;
    padding: 0;
}

.product-options-bottom .price-box .regular-price{
    display: inline-block;
}

.product-options-bottom .price-box .special-price span.price, .product-options-bottom .price-box .regular-price span.price{
    font-size: 22px;
    line-height: 32px;
    height: 32px;
}
.catalog-product-view .product-options-bottom .price-box .regular-price span.price .m2 {
    display:none;
}

.catalog-product-view .product-options-bottom .add-to-cart{
    margin: 16px 18px 0px 0;
}

.catalog-product-view .product-options-bottom .add-to-cart button.button {
    float: right;
    margin-top:10px;
}

.catalog-product-view .product-options-bottom .add-to-cart button.button > span{
    width: auto;
    background: url(http://www.noflystore.ie/skin/frontend/default/noflystore/images/yellow_btn_bg_sfum.png) repeat-x right center;
    overflow: inherit;
    height: 35px;
    line-height: 35px;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    padding: 0 12px;
}

.catalog-product-view .product-options-bottom .add-to-cart button.button > span span{
    padding: 0 46px 0 0;
    background: url(http://www.noflystore.ie/skin/frontend/default/noflystore/images/sprite.png) 108% 390px;
    position: relative;
    display: block;
    right: 0;
    top: 0;
    line-height: 35px;
}

.checkout-cart-index .totals .checkout-types button.button {

}

.checkout-cart-index .totals .checkout-types button.button > span{
    width: auto;
    background: url(http://www.noflystore.ie/skin/frontend/default/noflystore/images/yellow_btn_bg_sfum.png) repeat-x right center;
    overflow: inherit;
    height: 35px;
    line-height: 35px;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    padding: 0 12px;
}


.checkout-cart-index .totals .checkout-types button.button > span span{
    padding: 0 46px 0 0;
    background: url(http://www.noflystore.ie/skin/frontend/default/noflystore/images/sprite.png) 109% 390px;
    position: relative;
    display: block;
    right: 0;
    top: 0;
    line-height: 35px;
    height: inherit;
    width: 130px;
}



.catalog-product-view .validation-advice{
    display: none!important;
}

.catalog-product-view .product-options-bottom .add-to-cart .qty{
    width: 16px;
    margin: 6px 0 0 0;
    padding: 3px;
    text-align: center;
    float: left;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

.catalog-product-view .product-options-bottom .add-to-cart a.btn_minus{
    background: url(http://www.noflystore.ie/skin/frontend/default/noflystore/images/sprite.png) -50px 1007px;
    display: block;
    width: 15px;
    height: 14px;
    margin: 11px 5px 0 46%;
    float: left;
}

.catalog-product-view .product-options-bottom .add-to-cart a.btn_plus{
    background: url(http://www.noflystore.ie/skin/frontend/default/noflystore/images/sprite.png) -50px 993px;
    display: block;
    width: 15px;
    height: 14px;
    margin: 11px 0 0 5px;
    float: left;
}

.catalog-product-view a.link-compare {
    color: #656565;
    font-size: 11px;
    text-decoration: none;
    font-weight: normal;
    padding-left: 18px;
    background: url(http://www.noflystore.ie/skin/frontend/default/noflystore/images/compare_status.png) no-repeat left 1px;
}

.catalog-product-view a.link-compare.isCompare{
    background-position: left -19px;
}

.catalog-product-view .product-options-bottom .add-to-links{
    display: none;
}

.catalog-product-view .add-to-links{
    text-align: right;
}

.catalog-product-view .wishlist-link{
    display: none;
}

.container_right h3{
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 0;
    margin-top: 30px;
    color: #656565;
}
.container_right h3 span{
    font-style: italic;
    color: #eeb800;
    float: right;
}
.container_right h3 a:hover{
    text-decoration: underline;
}
.container_right .free{
    font-style: italic;
    color: #efba00;
    float: left;
    margin-top: 10px;
    margin-left: 59%;
    margin-bottom: 10px;
    font-size: 16px;
    text-transform: uppercase;
    text-decoration: none;
    padding: 5px 10px;
    font-weight: bold;
}

.catalog-product-view .product-options dd select {
    width: 99%;
    margin: 20px 0 12px 0;
}

dl div.misure-zanzariera em{
    background: url(http://www.noflystore.ie/skin/frontend/default/noflystore/images/sprite.png) 15px 262px;
}

dl.last div.color em{
    background: url(http://www.noflystore.ie/skin/frontend/default/noflystore/images/sprite.png) -151px 259px;
}

dl.last div.numero_ante em{
    background: url(http://www.noflystore.ie/skin/frontend/default/noflystore/images/sprite.png) -196px 259px;
}

dl.last div.apertura em{
    background: url(http://www.noflystore.ie/skin/frontend/default/noflystore/images/sprite.png) -25px 259px;
}

dl.last div.telaio em{
    background: url(http://www.noflystore.ie/skin/frontend/default/noflystore/images/sprite.png) 16px 194px;
}

dl.last div.telo em{
    background: url(http://www.noflystore.ie/skin/frontend/default/noflystore/images/sprite.png) -26px 194px;
}

dl.last div.optional em{
    background: url(http://www.noflystore.ie/skin/frontend/default/noflystore/images/sprite.png) -249px 259px;
}

dl.last div.traversa em{
    background: url(http://www.noflystore.ie/skin/frontend/default/noflystore/images/sprite.png) -247px 196px;
}

dl.last div.cassonetto em{
    background: url(http://www.noflystore.ie/skin/frontend/default/noflystore/images/sprite.png) -71px 259px;
}

dl.last div.catena em{
    background: url(http://www.noflystore.ie/skin/frontend/default/noflystore/images/sprite.png) -110px 259px;
}

dl.last div.tipo_taglio em{
    background: url(http://www.noflystore.ie/skin/frontend/default/noflystore/images/ico_tipo_taglio.png) no-repeat right 16px;
}

dl.last div.attacco em{
    background: url(http://www.noflystore.ie/skin/frontend/default/noflystore/images/ico_tipo_attacco.png) no-repeat right 19px;
}

dl.last div.tipo_binario em{
    background: url(http://www.noflystore.ie/skin/frontend/default/noflystore/images/sprite.png) -112px 196px;
}

dl.last div.tipo_profilo em{
    background: url(http://www.noflystore.ie/skin/frontend/default/noflystore/images/ico_tipo_profilo.png) no-repeat right 20px;
}

ul.attribute-image-container{
    margin: 16px 0px 0 10px;
}

ul.attribute-image-container li.attribute-gruop{
    clear: left;
    font-size: 14px;
    color: #656565;
    padding: 6px 0 5px 0;
}

ul.attribute-image-container li.attribute-image{
    display: block;
    width: 30px;
    height: 30px;
    position: relative;
    float: left;
    margin: 0 8px 8px 0;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}
ul.attribute-image-container li.attribute-image.non-attiva{
    cursor: not-allowed;
    /*display: none;*/

}
.tool-tip-scritta{
    display: none;
    position: absolute;
    width: 200px;
    height: 26px;
    color: #fff;
    background: #656565;
    padding: 3px;
    bottom: 0;
    font-size: 11px;
    line-height: 13px;
    text-align: center;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    left: 38px;
}
ul.attribute-image-container li.attribute-image.non-attiva:hover .tool-tip-scritta{
    display: block;
}

ul.attribute-image-container li.attribute-image > img{
    width: 30px;
    height: 30px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}

ul.attribute-image-container li.attribute-image.selected > img{
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
}

ul.attribute-image-container li.attribute-image > p{
    position: absolute;
    z-index: 500;
    width: 26px;
    height: 26px;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border: 2px solid #999;
}

ul.attribute-image-container li.attribute-image.selected > p{
    background: url(http://www.noflystore.ie/skin/frontend/default/noflystore/images/sprite.png) 4px 687px;
    border: 2px solid #f0bf0b;
}

ul.attribute-image-container li.attribute-image .attribute-image-desc{
    position: absolute;
    display: none;
    width: 430px;
    height: 144px;
    bottom: 40px;
    left: -200px;
    background: #ccc;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
}

ul.attribute-image-container li.attribute-image .attribute-image-desc-short{
    position: absolute;
    display: none;
    width: 116px;
    height: 144px;
    bottom: 40px;
    left: -43px;
    background: #ccc;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
}

.dl-row.color  ul.attribute-image-container li.attribute-image .attribute-image-desc-short, .dl-row.telo  ul.attribute-image-container li.attribute-image .attribute-image-desc-short{
    width: 380px;
    height: 144px;
    left: -175px;
    overflow: hidden;
}

ul.attribute-image-container li.attribute-image .attribute-image-desc > img{
    width: 143px;
    height: 142px;
    border-radius: 8px 0 0 8px;
    -moz-border-radius:8px 0 0 8px;
    -webkit-border-radius:8px 0 0 8px;
    border: 1px solid #656565;
    border-right: 0px none;
    float: left;
}

.dl-row.color ul.attribute-image-container li.attribute-image .attribute-image-desc-short > img, .dl-row.telo ul.attribute-image-container li.attribute-image .attribute-image-desc-short > img {
    width: 430px;
    height: 103px;
}

ul.attribute-image-container li.attribute-image .attribute-image-desc-short > img{
    width: 116px;
    height: 103px;
    border-radius: 8px 8px 0 0;
    -moz-border-radius: 8px 8px 0 0;
    -webkit-border-radius: 8px 8px 0 0;
    border: none 0px;
}

ul.attribute-image-container li.attribute-image .attribute-image-desc-short img.fumetto_caratteristica{
    position: absolute;
    bottom: -6px;
    left: 50%;
    margin-left: -7px;
    width: auto;
    height: auto;
}

ul.attribute-image-container li.attribute-image .attribute-image-desc img.fumetto_caratteristica{
    position: absolute;
    bottom: -6px;
    left: 63px;
    width: auto;
    height: auto;
}

ul.attribute-image-container li.attribute-image .attribute-image-desc .attribute-desc-container{
    position: relative;
    float: left;
    padding: 15px 15px 0 15px;
    background: #656565;
    color: #fff;
    text-align: left;
    width: 255px;
    height: 129px;
    font-size: 11px;
    line-height: 14px;
    border-radius: 0 8px 8px 0;
    -moz-border-radius:0 8px 8px 0;
    -webkit-border-radius:0 8px 8px 0;
}

ul.attribute-image-container li.attribute-image .attribute-image-desc-short .attribute-desc-container-short{
    position: absolute;
    bottom: 0;
    display: table-cell;
    padding: 0px 4px 0 4px;
    background: url(http://www.noflystore.ie/skin/frontend/default/noflystore/images/sfum_darkgrey.png) repeat-x left top #656565;
    color: #fff;
    text-align: center;
    width: 108px;
    height: 42px;
    font-size: 10px;
    line-height: 12px;
    vertical-align: middle;
    border-radius: 0 0 8px 8px;
    -moz-border-radius: 0 0 8px 8px;
    -webkit-border-radius:0 0 8px 8px;
}

.dl-row.color ul.attribute-image-container li.attribute-image .attribute-image-desc-short .attribute-desc-container-short, .dl-row.telo ul.attribute-image-container li.attribute-image .attribute-image-desc-short .attribute-desc-container-short {
    background: url(http://www.noflystore.ie/skin/frontend/default/noflystore/images/sfum_darkgrey.png) repeat-x left top #656565;
    width: 372px;
}

ul.attribute-image-container li.attribute-image .attribute-image-desc-short .attribute-desc-container-short > div{
    height: 45px;
    display: table-cell;
    vertical-align: middle;
    width: 108px;
}
.dl-row.color ul.attribute-image-container li.attribute-image .attribute-image-desc-short .attribute-desc-container-short > div, .dl-row.telo ul.attribute-image-container li.attribute-image .attribute-image-desc-short .attribute-desc-container-short > div {
    width: 372px;
}

ul.attribute-image-container li.attribute-image .attribute-image-desc-short .attribute-desc-container-short > div span.attribute-price{
    clear: left;
    display: block;
}

ul.attribute-image-container li.attribute-image .attribute-image-desc .attribute-desc-container > p{
    margin-top: 10px;
}

ul.attribute-image-container li.attribute-image .attribute-image-desc .attribute-desc-container .attribute-price{
    float: right;
}

ul.attribute-image-container li.attribute-image:hover{
    z-index: 2000;
}

ul.attribute-image-container li.attribute-image:hover .attribute-image-desc, ul.attribute-image-container li.attribute-image:hover .attribute-image-desc-short{
    display: block;
}

.product-options .tabella-misure td.td-header input[type=radio]{
    display: inline-block;
    margin-right: 5px;
    margin-top: -3px;
}

.product-options .tabella-misure td.td-header label{
    margin-right: 30px;
    text-transform: uppercase;
    font-size: 11px;
}

.tabella-misure td.td-header{
    padding: 10px;
}

.catalog-product-view .product-img-box .labels {
    position: absolute;
    right: 0;
    top: 0;
    color: #fff;
    text-transform: uppercase;
    font-size: 10px;
}

.catalog-product-view .product-img-box span.discount {
    display: block;
    right: 0;
    height: 15px;
    line-height: 15px;
    background: #efba00;
    margin-bottom: 3px;
    width: 44px;
    text-align: center;
}

.catalog-product-view .product-img-box span.new {
    display: block;
    background: #d9dadb;
    margin-bottom: 3px;
    width: 44px;
    text-align: center;
}

.catalog-product-view .product-info {
    width: 230px;
    position: relative;
    float: right;
}

.catalog-product-view .product-info li{
    float: left;
    width: 220px;
    height: 180px;
    background: url(http://www.noflystore.ie/skin/frontend/default/noflystore/images/bg_prod_info_li.png) no-repeat left center;
    padding: 0 10px 0 20px;
    text-align: center;
    margin-bottom: 20px;
}
.catalog-product-view .product-info.prodotto.notab {
    width: 100% !important;
    position: relative;
    float: left;
}

.catalog-product-view .product-info.prodotto.notab li{
    float: left;
    width: 226px;
    height: 133px;
    background:none !important;
    padding: 0 !important;
    text-align: center;
    margin-right: 26px;
}
.catalog-product-view .product-info.prodotto.notab li:first-child{
    padding: 0 10px;
    background: none;
}
.catalog-product-view .product-info.prodotto.notab li:last-child{
    padding: 0 10px;
    margin-right: 0 !important;
    background: none;
}

.catalog-product-view .product-info.prodotto li{
    background:none;

}
.catalog-product-view .product-info li:first-child{
    padding: 0 10px;
    background: none;
}

.catalog-product-view .product-info li h3{
    color: #efba00;
    text-transform: uppercase;
    margin-bottom: 16px;
}

.catalog-product-view .product-info li p{
    color: #666;
}

.catalog-product-view .product-info li span{
    display: block;
    text-transform: uppercase;
    font-size: 11px;
    margin-top: 10px;
    color: #666;
}

.catalog-product-view .product-info li a{
    display: inline-block;
    text-transform: uppercase;
    font-size: 10px;
    margin-top: 8px;
    color: #666;
    height: 26px;
    line-height: 26px;
}

.catalog-product-view .product-info li a.istruzioni_montaggio{
    background: url(http://www.noflystore.ie/skin/frontend/default/noflystore/images/icon_istruzioni_montaggio.png) no-repeat left;
    padding-left: 32px;
}

.catalog-product-view .product-info li a.video_montaggio{
    background: url(http://www.noflystore.ie/skin/frontend/default/noflystore/images/icon_video_montaggio.png) no-repeat left;
    padding-left: 32px;
    margin-top: 4px;
}

.catalog-product-view .product-info li span.realizzato{
    display: inline-block;
    background: url(http://www.noflystore.ie/skin/frontend/default/noflystore/images/icon_realizzato.png) no-repeat left;
    padding-left: 32px;
    line-height: 26px;
    height: 26px;
    margin-top: -4px;
}

.catalog-product-view .product-info li span.spedizioni{
    display: inline-block;
    background: url(http://www.noflystore.ie/skin/frontend/default/noflystore/images/icon_spedizioni.png) no-repeat left;
    padding-left: 32px;
    line-height: 26px;
    height: 26px;
    margin-top: 2px;
}

.catalog-product-view .product-info li span.resi{
    display: inline-block;
    background: url(http://www.noflystore.ie/skin/frontend/default/noflystore/images/icon_resi.png) no-repeat left;
    padding-left: 32px;
    line-height: 26px;
    height: 26px;
    margin-top: 8px;
}

.catalog-product-view .product-info li span.sicurezza{
    display: inline-block;
    background: url(http://www.noflystore.ie/skin/frontend/default/noflystore/images/icon_sicurezza.png) no-repeat left;
    padding-left: 32px;
    line-height: 26px;
    height: 26px;
    margin-top: 2px;
}

.catalog-product-view .product-info li .ttn{
    text-transform: none;
}

.bottom-product{
    width: 990px;
    margin-top: 50px;
    float: left;
}

.tab-content-left{
    float: left;
    width: 740px;
    position: relative;
}

.bottom-product .product-info li, .bottom-product .product-info li:first-child{
    height: 132px;
    padding: 0;
    float: right;
}

.bottom-product .product-info li{
    width: auto;
}

.bottom-product .product-info li a{
    margin: 0;
}


.tab-content-left > div > .text-left, .tab-content-left > div > .text-right{
    float: left;
    clear: both;
}

.tab-content-left > div > .text-left h2, .tab-content-left > div > .text-left p{
    width: 490px;
    float: left;
}


.tab-content-left > div > .text-right h2, .tab-content-left > div > .text-right p {
    width: 490px;
    float: right;
}

.tab-content-left div img.img-right{
    float: none;
    margin-left: 10px;
    width: 200px;
}

.tab-content-left > div > p.separator{
    display: block;
    float: left;
    clear: both;
    height: 0;
    width: 100%;
    border-bottom: 1px solid #cecece;
    margin: 30px 0;
}

.tab-content-left div img.img-left{
    float: left;
    margin-right: 10px;
    width: 200px;
}

.tab-content-left h2{
    font-size: 20px;
    color: #eeb800;
    font-family: 'open sans';
    font-weight: bold;
    text-transform: none;
}
.tab-content-left h2.tit-istruzioni{
    text-align: left;
    float: left;
    line-height: 35px;
}
.tab-content-left p{
    color: #656565;
    font-size: 12px;
    line-height: 18px;
}

.menu-tab-content-left, .menu-tab-content-related{
    position: absolute;
    height: 41px;
    top: -41px;
    left: -5px;
    z-index: 100;
    padding-right: 5px;
    overflow: hidden;
}

.menu-tab-content-left li, .menu-tab-content-related li{
    float: left;
    padding: 0 15px;
    height: 30px;
    line-height: 32px;
    font-size: 14px;
    background: #f2f2f2;
    border-top: 4px solid #f2f2f2;
    margin: 5px 0 0 5px;
    cursor: pointer;
}

.menu-tab-content-left li.select, .menu-tab-content-related li.select{
    background: #fff;
    border-top: 4px solid #edb700;
    -webkit-box-shadow:  0px 0px 5px 0px rgba(0, 0, 0, 0.35);
    box-shadow:  0px 0px 5px 0px rgba(0, 0, 0, 0.35);
    height: 32px;
}

.tab-content-left > div{
    -webkit-box-shadow:  0px 0px 5px 0px rgba(0, 0, 0, 0.35);
    box-shadow:  0px 0px 5px 0px rgba(0, 0, 0, 0.35);
    min-height: 550px;
    display: none;
    padding: 25px;
    overflow: auto;
}

.tab-content-left > div.visible{
    display: block;
    text-align: center;
}

.related-product-middle{
    position: relative;
    width: 100%;
    height: 220px;
    float: left;
    padding: 5px 18px 0 18px;
    margin: 60px 0 60px 0;
    -webkit-box-shadow:  0px 0px 5px 0px rgba(0, 0, 0, 0.35);
    box-shadow:  0px 0px 5px 0px rgba(0, 0, 0, 0.35);
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.related-product-middle .block .block-content{
    background: transparent;
}

.related-product-middle > div{
    display: none;
}

.related-product-middle > div.visible{
    display: block;
}

.related-product-middle .block-related{
    text-align: center;
}

.related-product-middle .block-title{
    padding: 15px 0;
}

.related-product-middle .block-title strong{
    font-size: 14px;
    color: #454545;
    font-weight: normal;
    padding: 0;
}

.related-product-middle .block .block-content{
    padding: 0;
}

.related-product-middle .block .block-content a{
    width: auto;
    border: none;
    float: none;
}

.related-product-middle .block-related .product, .related-product-middle .box-collateral .product {
    margin-left: 0px;
    position: relative;
    line-height: 1em;
}

.header-container .headercart{
    position: absolute;
    right: 0;
    top: 85px;
    z-index: 20000;
}

.header-container .headercart .block-title{
    padding: 0px 46px 0 0;
    background: url(http://www.noflystore.ie/skin/frontend/default/noflystore/images/sprite.png) 252px 313px;
    height: 42px;
    line-height: 39px;
    color: #454545;
    cursor: pointer;
    min-width: 246px;
}

.header-container .headercart .block-title span{
    padding-left: 13px;
    background: url(http://www.noflystore.ie/skin/frontend/default/noflystore/images/sprite.png) 0px 114px;
}

.header-container .headercart:hover .block-title span{
    padding-left: 13px;
    /*background: url(http://www.noflystore.ie/skin/frontend/default/noflystore/images/list-type0.png) no-repeat left 7px;*/
    background: url(http://www.noflystore.ie/skin/frontend/default/noflystore/images/sprite.png) 0px 120px;
}
.header-container .headercart .block-title.active span{
    padding-left: 13px;
    background: url(http://www.noflystore.ie/skin/frontend/default/noflystore/images/sprite.png) 0px 126px;
}

.header-container .headercart .headercart-content{
    display: none;
    margin-top: 0px;
    -webkit-box-shadow:  0px 0px 5px 0px rgba(0, 0, 0, 0.35);
    box-shadow:  0px 0px 5px 0px rgba(0, 0, 0, 0.35);
}

.header-container .headercart .headercart-content p.empty{
    font-weight: bold;
}

.header-container .headercart .headercart-content .header-block{
    width: 280px;
    padding: 6px;
    background: #fff;
    border-top: 4px solid #efba00;
    text-align: left;
    font-family: 'open sans';
    font-size: 10px;
    color: #666;
    font-weight: normal;
}

.header-container .headercart .headercart-content .header-block h4{
    font-family: 'open sans';
    font-size: 10px;
    color: #666;
    font-weight: normal;
    margin: 8px 0 14px 0;
}

.header-container .headercart .headercart-content .header-block a{
    text-decoration: none;
    color: #000;
    border: none!important;
}

.header-container .headercart .headercart-content .header-block a:hover{
    text-decoration: underline;
}

.header-container .headercart .headercart-content .header-block img{
    border: 1px solid #d9dadb;
}

.header-container .headercart .headercart-content .header-block a.btn-remove{
    background: url(http://www.noflystore.ie/skin/frontend/default/noflystore/images/sprite.png) -21px 546px;
    width: 17px;
    height: 17px;
    margin-top: 19px;
}

.header-container .headercart .headercart-content .header-block a.btn-edit{
    background: url(http://www.noflystore.ie/skin/frontend/default/noflystore/images/sprite.png) 0px 546px;
    width: 17px;
    height: 17px;
    margin-top: 19px;
}

.header-container .headercart .headercart-content .header-block p.subtotal{
    margin-top: 10px;
    padding-top: 15px;
    border-top: 1px solid #ccc;
    color: #545454;
    font-weight: bold;
    line-height: 20px;
}

.header-container .headercart .headercart-content .header-block ol li{
    margin-bottom: 12px;
    width: 100%;
}

.header-container .headercart .headercart-content .header-block a.button_yellow{
    position: relative;
    bottom:inherit;
    left: inherit;
    float: right;
    display: block;
    background: url(http://www.noflystore.ie/skin/frontend/default/noflystore/images/bg_yellow_btn.png) repeat-x;
    padding: 0 5px;
}

.header-container .headercart .headercart-content .header-block a.button_yellow span{
    font-size: 10px;
}

.header-container .headercart .headercart-content .header-block a.button_yellow:hover{
    text-decoration: none;
}

.header-container .headercart .headercart-content .header-block div.truncated{
    float: left;
    clear: right;
}

.truncated_full_value dl.item-options dt{
    float: left;
    padding-left: 6px;
    clear: left;
}

.truncated_full_value dl.item-options dd{
    clear: right;
    float: left;
    padding-left: 6px;
}

.related-product-middle .product-details{
    text-align: left;
    margin: 0;
}

.related-product-middle .product-details p.product-name a{
    font-weight: bold;
    color: #656565;
    font-size: 11px;
    text-decoration: none;
}

.related-product-middle .product-details .price-box .old-price{
    display: none;
}

.related-product-middle .product-details .price-box .price-label-from{
    display: none;
}
.related-product-middle .product-details .price-box .regular-price{
    float: none;
}
.related-product-middle .product-details span.attributes{
    font-size: 10px;
    color: #656565;
}
.related-product-middle .price-box{
}
.related-product-middle .product-details span.tasso_zero {
    float: right;
    position: absolute;
    right: 0;
    width: 35px;
    top: 155px;
}
.related-product-middle .product-details span.tasso_zero img{
    width: 35px;
}
.related-product-middle .product-details .link-wishlist{
    display: none;
}

.related-product-middle .product-details .price-box .regular-price .price {
    color: #efba00;
    font-size: 14px;
}

.related-product-middle .product-details .product-name{
    margin-top: 4px;
    width: 160px;
}

.related-product-middle .block-content li.item{
    padding: 16px 14px 10px;
    float: left;
    width: 130px;
}

.related-product-middle .block-content li.item:first-child{
    border: none;
}

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

.catalog-product-view .product-options-bottom .your-config-price{
    display: block;
}

.catalog-product-view .product-options-bottom .your-config-price .price{
    font-size: 22px;
}

.magnifyarea {
    width: 486px!important;
    height: 486px!important;
    margin-left: 6px!important;
    border: 1px solid #cecece!important;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.35)!important;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.35)!important;
    z-index: 11000;
}

.image_menu{
    width: 488px;
    text-align: center;
    position: absolute;
    top: 500px;
}

.zoom_img{
    background: url(http://www.noflystore.ie/skin/frontend/default/noflystore/images/sprite.png) -33px 454px;
    width: 27px;
    height: 28px;
    display: inline-block;
    overflow: hidden;
    text-indent: -2000px;
    margin: 0 5px;
    float: none;
}

.open360_img{
    background: url(http://www.noflystore.ie/skin/frontend/default/noflystore/images/sprite.png) 0px 454px;
    width: 27px;
    height: 28px;
    display: inline-block;
    overflow: hidden;
    text-indent: -2000px;
    margin: 0 5px;
    float: none;
}
.fancybox-inner .messages  {

    text-align: justify;
}


.fancybox-inner .control a{
    display: inline-block;
    width: 27px;
    height: 28px;
    margin: 0 5px;
    overflow: hidden;
    text-indent: -2000px;
    cursor: pointer;
}

.fancybox-inner .control a.custom_previous{
    background: url(http://www.noflystore.ie/skin/frontend/default/noflystore/images/sprite.png) -140px 452px;
}

.fancybox-inner .control a.custom_play{
    background: url(http://www.noflystore.ie/skin/frontend/default/noflystore/images/sprite.png) -104px 452px;
}

.fancybox-inner .control a.custom_stop{
    background: url(http://www.noflystore.ie/skin/frontend/default/noflystore/images/sprite.png) -71px 452px;
}

.fancybox-inner .control a.custom_next{
    background: url(http://www.noflystore.ie/skin/frontend/default/noflystore/images/sprite.png) -170px 452px;
}

.mini-products-list .product{
    width: inherit!important;
    height: inherit;!important
}
.form-contatti{
    display: block;
    overflow: hidden;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding: 20px;
    border-top: 4px solid #edb700;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.35);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.35);
    margin-bottom: 30px;
}
.left-form, .right-form {
    float: left;
    width: 450px;
    padding: 10px;
}
.left-form div, .right-form div{
    height: 40px;
}
.left-form div input, .right-form div input{
    height: 15px;
    width: 290px;
    float: right;
    padding: 8px;
    border: 1px solid #d9dadb;
    color: #666;
}
.right-form div textarea{
    height: 212px;
    width: 424px;
    float: right;
    padding: 8px;
    border: 1px solid #d9dadb;
    color: #666;
}
.left-form div select{
    height: 35px;
    width: 308px;
    float: right;
    padding: 8px;
    border: 1px solid #d9dadb;
    color: #666;
}
#extra_oggetto option{
    margin: 5px 0;
    color: #666;
}
.left-form div label, .right-form div label{
    width: 120px;
    text-align: left;
    display: block;
    float: left;
    padding: 8px;
    color: #666;
}
.right-form div#messaggio_container label{
    clear: both;
    display: block;
    width: 100%;
}
.privacy_container{
    clear:both;
    display: inline-block;
    margin-top: 40px;
}

.right-form .required{
    float: right;
    clear: both;
    margin-top: 10px;
}
.right-form .required span{
    text-align: right;
    color: #666;
    font-size: 11px;
    float: right;
}
.form-contatti input.invia_button , .form-contatti .invia_button{
    background: url(http://www.noflystore.ie/skin/frontend/default/noflystore/images/bg_yellow_grad.png) repeat-x;
    height: 35px;
    line-height: 35px;
    -webkit-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
    float:right; margin-left:5px;
    padding: 0 20px;
    font-size: 16px;
    color: #454545;
    border: none;
    font-weight: bold;
    margin-top: 35px;
}

.cart-table tr td input.qty{
    width: 25px;
    height: 25px;
    line-height: 25px;
    padding: 0;
    text-align: center;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    float: left;
}

div.quantity_box{
    width: 95px;
    height: 30px;
    float: none;
    margin: 0 auto;
}

div.quantity_box > a {
    display: block;
    width: 14px;
    height: 14px;
    float: left;
    background: url(http://www.noflystore.ie/skin/frontend/default/noflystore/images/sprite.png) -50px 1007px;
    margin: 7px 9px 7px 11px;
}

div.quantity_box > a.plus_btn {
    background-position:-50px 993px;
}

div.cart-extra{
    float: left;
    width: 740px;
    overflow: auto;
    padding: 17px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -webkit-box-shadow:  0px 0px 5px 0px rgba(0, 0, 0, 0.35);
    box-shadow:  0px 0px 5px 0px rgba(0, 0, 0, 0.35);
}

div.cart-extra div.sped-gratis{
    border-top: 1px solid #ccc;
    background: url(http://www.noflystore.ie/skin/frontend/default/noflystore/images/ico_sped_gratis.png) no-repeat left 12px;
    padding-top: 19px;
    margin-top: 10px;
    margin-bottom: 10px;
}

div.cart-extra div.serv-extra{
    background: url(http://www.noflystore.ie/skin/frontend/default/noflystore/images/ico_plus.png) no-repeat left top;
    padding-top: 1px;
}

div.cart-extra div.serv-extra p{width: 80%;
    display: inline-block;
}
div.cart-extra h1{
    font-size: 18px;
    font-weight: bold;
    color: #ecb800;
    padding-left: 44px;
    margin: 0;
}

div.cart-extra h1.no-subt{
    margin: 7px 0 20px 0;
}

div.cart-extra h4{
    font-size: 14px;
    font-weight: normal;
    color: #454545;
    padding-left: 44px;
    margin-bottom:10px;
}

div.cart-extra h3{
    font-size: 11px;
    color: #656565;
    background: url(http://www.noflystore.ie/skin/frontend/default/noflystore/images/sprite.png) -2px 112px;
    padding-left: 10px;
    max-width: 500px;
}

div.cart-extra p{
    font-size: 11px;
    color: #656565;
}

div.cart-extra p a{
    display: block;
}

div.cart-extra ul{
    overflow: auto;
}

div.cart-extra ul li{
    float: left;
    width: 230px;
    padding-right: 5px;
}

.checkout-cart-index .page-title, .checkout-onepage-index .page-title{
    position: absolute;
    top: 105px;
    width: 480px;
    left: 50%;
    margin-left: -240px;
    text-align: center;
    border: 0;
}

.checkout-cart-index .page-title h1, .checkout-onepage-index .page-title h1{
    width: 100%;
    text-align: center;
    padding-top: 42px;
    background: url(http://www.noflystore.ie/skin/frontend/default/noflystore/images/ico_cart_header.png) no-repeat center top;
}

.checkout-cart-index .page-title ul, .checkout-onepage-index .page-title ul{
    display: none;
}


/* CMS PAGE 11 12 2013 */

.std .cms-rate h2{
    font-size: 18px !important;
    color: #656565 !important;
    font-weight: normal  !important;
    text-align: center;
    margin: 30px 0;
}
.std .cms-rate h2 span.verde{
    color: #108B24;
    font-weight: bold;
}
.std .cms-rate ul.step{
    margin: 10px 0;
    padding: 0;
}
.std .cms-rate ul.step li{
    width: 234px;
    margin: 0;
    display: inline-block;
    text-align: center;
    padding: 0;
    height: 190px;
    background: url(http://www.noflystore.ie/skin/frontend/default/noflystore/images/rate_freccia.jpg) no-repeat right 45px;
}
.std .cms-rate ul.step li:last-child{
    background:none;
}
.std .cms-rate ul.step li img{
    display: block;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 20px;
}
.std .cms-rate ul.step li span {
    text-align: center;
    color: #656565 !important;
    font-size: 13px;
}
.std .cms-rate div.garanzia{
    background: #f6f6f6;
    padding: 15px;
    margin: 60px 0 20px 0;
}
.std .cms-rate div.garanzia p{
    text-align: left;
    color: #656565 !important;
    margin: 0;
    font-size: 14px;
    width: 72%;
    display: inline-block;
}
.std .cms-rate div.garanzia a.faq{
    display: inline-block;
    background: url(http://www.noflystore.ie/skin/frontend/default/noflystore/images/bg_grey_grad.png) repeat-x;
    height: 35px;
    line-height: 35px;
    -webkit-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
    padding: 0 20px;
    margin-left: 5px;
    font-size: 16px;
    color: #454545;
    font-weight: bold;
    text-decoration: none;
}
.std .cms-rate div.garanzia img{
    margin-top: -34px;
}

.std .cms-rate ul.block{
    margin: 40px 0;
    padding: 0;
    display: block;
    float: left;
}
.std .cms-rate ul.block li{
    width: 250px;
    margin: 0;
    display: inline-block;
    text-align: left;
    padding: 0;
    height: 190px;
    background:#E8EFF6;
    float: left;
}
.std .cms-rate ul.block li.block2{
    background:#D2E0EE;
}
.std .cms-rate ul.block li:last-child{
    width: 490px;
}
.std .cms-rate ul.block li.block1 h2{
    color: #2870B2 !important;
    font-weight: bold !important;
    font-size: 24px !important;
    margin-top: 80px;
}
.std .cms-rate ul.block li.block2 h2{
    color: #2870B2 !important;
    font-weight: bold !important;
    font-size: 15px !important;
    margin-top: 40px;
    text-align: left;
    margin-left: 30px;
    margin-bottom: 10px;
}
.std .cms-rate ul.block li.block2 span{
    text-align: left;
    color: #656565 !important;
    font-size: 14px;
    margin-left: 30px;
    display: block;
}
.std .cms-rate ul.block li.block3 .simula{
    margin-top: 75px;
}
.std .cms-rate ul.block li.block3 .simula p{
    text-align: left;
    color: #656565 !important;
    font-size: 14px;
    margin-left: 30px;
    display: inline-block;
    width: 60%;
    margin-bottom: 0;
}

.std .cms-rate ul.block li.block3 .simula a{
    display: inline-block;
    background:url(http://www.noflystore.ie/skin/frontend/default/noflystore/images/bg_yellow_grad.png) repeat-x;;
    height: 35px;
    line-height: 35px;
    -webkit-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
    padding: 0 20px;
    margin-left: 5px;
    font-size: 16px;
    color: #454545;
    font-weight: bold;
    text-decoration: none;
    margin-top: 5px;
    float: right;
    margin-right: 30px;
}
.std .cms-rate div.findomestic  {
    background: #f6f6f6;
    padding:0 15px;
    display: block;
    float: left;
    width: 960px;
    margin: 10px 0 20px 0;
}
.std .cms-rate div.findomestic p{
    font-size: 10px;
    line-height: 1.5em;
    margin-top: 26px;
}



/* FINE CMS PAGE 11 12 2013 */

.catalogsearch-advanced-result .toolbar {
    display: none;
}

.catalogsearch-advanced-result .col1-layout .products-grid {
    width: 990px;
    margin: 0 auto;
}
.catalogsearch-advanced-index img.intro, .catalogsearch-advanced-index p.txt-intro{
    margin: 10px 0;
}
.catalogsearch-advanced-index h1, .catalogsearch-advanced-result h1 {
    text-align: left;
    display: inline-block;
    float: left;
    margin-top: 10px;
}

.catalogsearch-advanced-index a.estimate, .catalogsearch-advanced-result a.estimate {
    display: inline-block;
    background: url(http://www.noflystore.ie/skin/frontend/default/noflystore/images/bg_grey_grad.png) repeat-x;
    height: 35px;
    line-height: 35px;
    -webkit-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
    padding: 0 20px;
    margin-left: 5px;
    font-size: 12px;
    color: #454545;
    font-weight: normal;
    float: right;
    margin-bottom: 10px;
    text-decoration: none;
}

.catalogsearch-advanced-result .advanced-search-amount {
    margin: -20px 0 10px;
}
.catalogsearch-advanced-result p.no-result{
    display: inline-block;
    float: right;
}
.advanced-search-summary, .catalogsearch-advanced-index .advanced-search {
    margin: 10px 0 20px 0 ;
    border: 1px solid #d9dadb;
    background: #f6f6f6;
    /*padding: 10px 20px;*/
    padding: 0;
}
.advanced-search-summary ul {
    display: inline-block;
    float: left;
    width: 430px;
}
.advanced-search-summary ul li {
    display: inline-block;
    float: left;
}
.advanced-search-summary ul li:first-child{
    margin-right: 20px;
    margin-top: 0;
}

.advanced-search-summary ul li.attribute-gruop{
    margin-right: 20px;
    width: 100%;
}

.advanced-search .form-list li:nth-child(2){
    float: left;
    margin-top: 0;
}
.advanced-search-summary ul li strong{
    color: #656565;
}
.advanced-search .form-list label{
    padding-left: 25px !important;
    font-size: 12px !important;
    display: inline-block;
    float: left;
    width: 120px;
    padding: 10px;
    background-position: left 10px!important;
}
.advanced-search .form-list input.input-text {
    width: 280px;
    margin-top: 2px;
    line-height: 29px;
    height: 29px;
}
.advanced-search-summary ul li.Colore, .advanced-search .form-list label.color{
    background: url(http://www.noflystore.ie/skin/frontend/default/noflystore/images/ico_colore.png) no-repeat left 3px;
    padding-left: 15px;
    font-size: 14px;
    font-weight: normal;
    color: #656565 !important;
}
.advanced-search-summary ul li.Massima,.advanced-search .form-list label.altezza_max , .advanced-search .form-list label.larghezza_max{
    background: url(http://www.noflystore.ie/skin/frontend/default/noflystore/images/ico_misure_zanzariera.png) no-repeat left 0px;
    padding-left: 15px;
    font-size: 14px;
    font-weight: normal;
    color:#656565 !important;;
}
.catalogsearch-advanced-result .products-list .product-shop {
    width: 730px;
    float: left;
    margin-top: -2px;
}
.catalogsearch-advanced-result .products-list .product-shop  .button.btn-cart span span {
    font-size: 16px;
}
.catalogsearch-advanced-result p.error-msg{
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.35);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.35);
    text-align: center;
}
.catalogsearch-advanced-index .advanced-search li:first-child{
    float: right;
}
.catalogsearch-advanced-index li.nav-6, .catalogsearch-advanced-result li.nav-6{
    z-index: 88;
    background: url(http://www.noflystore.ie/skin/frontend/default/noflystore/images/bgMenuBtnHover.png) repeat-x !important;
}
.catalogsearch-advanced-index li.nav-6 a, .catalogsearch-advanced-result li.nav-6 a{
    color: #454545 !important;
}

.checkout-onepage-index .col2-set p{
    color: #333333;
    font-size: 12px;
}


.checkout-onepage-index .col2-set .form-list label, .checkout-onepage-index .col2-set a{
    color: #333333;
    font-size: 12px;
}

.checkout-onepage-index .col2-set p.required{
    font-size: 11px;
}

.fl{
    float: left!important;
    margin-left: 0!important;
}

.checkout-onepage-index .col2-set .form-list input.input-text{
    width: 428px;
}

#checkoutSteps{
    margin-bottom: 80px;
}

.checkout-onepage-index .form-list #billing-new-address-form .field{
    float: left;
    width: 475px;
}

.checkout-onepage-index .form-list #billing-new-address-form input.input-text{
    width: 440px;
}

.checkout-onepage-index .form-list #billing-new-address-form .field.fullwidth{
    width: 927px;
    margin-bottom: 10px;
}

#checkout-shipping-method-load dt{
    font-size: 16px;
    font-weight: bold;
    color: #ebb800;
    float: left;
    line-height: 50px;
    margin-top: 0;
    margin-right: 5px;
}

#checkout-shipping-method-load dt .free-shipping-label{
    display: inline-block;
    padding-left: 45px;
    background: url(http://www.noflystore.ie/skin/frontend/default/noflystore/images/ico_sped_gratis.png) no-repeat left center;
}

#checkout-shipping-method-load dt .add-service-label{
    display: inline-block;
    padding-left: 45px;
    background: url(http://www.noflystore.ie/skin/frontend/default/noflystore/images/ico_plus.png) no-repeat left center;
}

#checkout-shipping-method-load dd li.matrixrate_matrixrate_7{
    float: none;
    clear: both;
}

#checkout-shipping-method-load dd{
    font-size: 16px;
    font-weight: bold;
    color: #ebb800;
    margin-top: 12px;
    float: left;
}

.checkout-onepage-index .col-1 ul.star li {
    padding-left: 20px;
    background: url(http://www.noflystore.ie/skin/frontend/default/noflystore/images/star.png) no-repeat left center;
}

.checkout-onepage-index .form-list li.control{
    margin: 5px 0;
}

.checkout-onepage-index .form-list{
    margin-bottom: 20px;
}

.checkout-onepage-index .form-list .field.fullwidth label{
    /*margin-left: 10px;*/
}

.checkout-onepage-index .form-list .field div.input-box{
    float: left;
    clear: none;
}

.checkout-onepage-index li.control{
    line-height:18px;
    position: relative;
}

:not(.ie8) .checkout-onepage-index li input[type="radio"]{
    position:absolute;
    width:18px;
    height:18px;
    overflow:hidden;
    margin:0;
    padding:0;
    border:0;
    outline:0;
    opacity:0;
}

:not(.ie8) .checkout-onepage-index li input[type="radio"] + label:before{
    content:" ";
    display:inline-block;
    width:18px;
    height:18px;
    margin-right:4px;
    background: url(http://www.noflystore.ie/skin/frontend/default/noflystore/images/radio-check.png) no-repeat top left;
    vertical-align:top;
    padding-left: 6px;
}

:not(.ie8) .checkout-onepage-index li input[type="radio"]:checked + label:before {
    background-position:0 -80px;
}

:not(.ie8) .checkout-onepage-index #checkout-shipping-method-load li input[type="radio"]:checked + label {
    color: #ebb800;
    font-weight: bold;
}

:not(.ie8) .checkout-onepage-index li input[type="checkbox"]{
    position:absolute;
    width:18px;
    height:18px;
    overflow:hidden;
    margin:0;
    padding:0;
    border:0;
    outline:0;
    opacity:0;
}

:not(.ie8) .checkout-onepage-index li input[type="checkbox"] + label:before{
    content:" ";
    display:inline-block;
    width:18px;
    height:18px;
    margin-right:4px;
    background: url(http://www.noflystore.ie/skin/frontend/default/noflystore/images/radio-check.png) no-repeat top left;
    vertical-align:top;
    padding-left: 6px;
}

:not(.ie8) .checkout-onepage-index li input[type="checkbox"]:checked + label:before {
    background-position:0 -80px;
}

:not(.ie8) .checkout-onepage-index #checkout-shipping-method-load li input[type="checkbox"]:checked + label {
    color: #ebb800;
    font-weight: bold;
}

.checkout-onepage-index .form-list .field div.input-box select{
    width: 462px;
    margin-top: 2px;
    height: 35px;
    line-height: 35px;
}

#checkout-payment-method-load dt{
    float: none;
    clear: both;
    display: block;
    height: 20px;
}

#checkout-payment-method-load .form-list {
    padding-left: 31px;
}


#checkout-payment-method-load .form-list li {
    height: auto;
    margin-bottom: 10px;
}

#payment-buttons-container p.required{
    display: none;
}

#checkout-review-table{
    padding: 20px;
}

#checkout-review-table tbody{
    color: #656565;
}

#checkout-review-table tbody tr td{
    text-align: center;
    vertical-align: middle;
    font-size: 16px;
}

#checkout-review-table tbody tr td:first-child{
    text-align: left;
    vertical-align: middle;
    font-size: 12px;
}

#checkout-review-table tbody tr td:first-child dt, #checkout-review-table tbody tr td:first-child dd{
    font-size: 12px;
    font-style: normal;
}

#checkout-shipping-method-load dd ul{
    width: 730px;
}

#checkout-step-billing select, #checkout-step-shipping select{
    height: 35px;
    line-height: 35px;
    margin: 2px 0 6px 0;
    width: 465px;
}

#checkout-review-table h3.product-name{
    font-size: 20px;
    color: #656565;
}

#checkout-review-table tbody td span.item-span {
    display: block;
    float: left;
    width: 223px;
    overflow: hidden;
    height: 20px;
}

#checkout-review-table tbody td span.item-span.odd {
    border-right: 1px solid #ccc;
    margin-right: 12px;
}

#checkout-review-table tbody td > dl {
    clear: both;
}

#checkout-review-table tbody td > dl dt {
    display: inline;
    font-style: normal;
    font-family: 'open sans';
    font-weight: bold;
    font-size: 12px;
    line-height: 17px;
    margin-bottom: 3px;
    padding-right: 2px;
}

#checkout-review-table tbody td > dl dd {
    display: inline;
    clear: right;
    font-style: normal;
    font-family: 'open sans';
    font-weight: normal;
    font-size: 12px;
    text-transform: lowercase;
    padding-left: 0;
    line-height: 17px;
    margin-bottom: 3px;
}

.data-table#checkout-review-table tfoot tr.first td {
    padding-top: 20px;
}

.data-table#checkout-review-table tfoot tr td {
    padding-top: 13px;
    color: #656565;
    font-size: 14px;
}

.data-table#checkout-review-table tfoot tr.last td:first-child strong {
    font-size: 16px;
    font-weight: normal;
    text-transform: uppercase;
}

.data-table#checkout-review-table tfoot tr.last td strong {
    font-size: 20px;
}

#checkout-review-submit #review-buttons-container{
    border: none;
    padding: 20px 20px;
}

#checkout-review-submit .buttons-set button.button span{
    height: 35px;
    line-height: 35px;
}

#shipping-new-address-form ul{
    width: 970px;
}

#shipping-new-address-form ul li.fields{
    float: left;
}

#shipping-new-address-form li.fields .field{
    float: left;
    width: 475px;
}

#shipping-new-address-form li.fields .field input[type="text"],
#shipping-new-address-form li.fields .input-box input[type="text"].input-text
{
    width: 443px;
}

#shipping-new-address-form li.wide .input-box input[type="text"].input-text{
    width: 928px;
}

#shipping-new-address-form ul li.wide, #shipping-new-address-form ul li.control{
    float: left;
    width: auto;
}

#shipping-new-address-form ul li.wide .input-box{
    width: auto;
}

#shipping-new-address-form ul li.wide .field input[type="text"]{
    width: 443px;
}

#checkout-review-submit .buttons-set button.button > span {
    padding: 0 12px;
}
#checkout-review-submit .buttons-set button.button > span span {
    padding: 0 46px 0 0;
    background: url(http://www.noflystore.ie/skin/frontend/default/noflystore/images/btn-addToCartBig.png) no-repeat right center;
    position: relative;
    display: block;
    right: 0;
    top: 0;
    line-height: 35px;
    height: inherit;
    width: 170px;
}
p.add-to-estimates{
    float: right;
    padding-left: 24px;
    background: url(http://www.noflystore.ie/skin/frontend/default/noflystore/images/add-to-estimates.png) no-repeat left top;
    height: 17px;
    line-height: 17px;
    margin: 8px 0;
}
.wishlist-index-configure p.add-to-estimates{
    margin-right: 20px;
    float: right;
}
p.add-to-estimates a{
    font-size: 11px;
    color: #000;
}

.wishlist-index-index #wishlist-table thead{
    display: none;
}

.wishlist-index-index #wishlist-table tbody tr{
    position: relative;
}

.wishlist-index-index #wishlist-table tbody tr.first td{
    border-top: 1px solid #d9dde3;
}

.wishlist-index-index #wishlist-table tbody tr td{
    padding-right: 0;
}

.wishlist-index-index #wishlist-table tbody tr td:first-child{
    padding-right: 10px;
    padding-bottom: 80px;
}

.wishlist-index-index .my-wishlist .page-title{
    margin: 0;
    border: none;
}

.wishlist-index-index .my-wishlist h1{
    text-transform: none;
}

.wishlist-index-index .my-wishlist .cart-cell{
    background: #f6f6f6;
    margin-top: 26px;
    padding: 20px 10px;
    width: 148px;
    text-align: center;
}

.wishlist-index-index .my-wishlist .cart-cell .price-box{
    margin: 0 0 12px 0;
    text-align: center;
}
.wishlist-index-index .my-wishlist .cart-cell .price-box .price-label-from{
    font-size: 11px;
    margin-bottom: 5px;
}

.wishlist-index-index .my-wishlist .add-to-cart-alt button.button{
    position: relative;
}

.wishlist-index-index .my-wishlist .cart-cell .add-to-cart-alt{
    width: 64px;
    overflow: auto;
    margin: 0 auto;
}

.wishlist-index-index .my-wishlist .cart-cell .add-to-cart-alt .qty {
    width: 16px;
    margin: 6px 0 0 0;
    padding: 3px;
    text-align: center;
    float: left;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

.wishlist-index-index .my-wishlist .cart-cell .add-to-cart-alt a.btn_minus {
    background: url(http://www.noflystore.ie/skin/frontend/default/noflystore/images/btn_minus_plus.png) no-repeat left top;
    display: block;
    width: 15px;
    height: 14px;
    margin: 11px 5px 0 0;
    float: left;
}

.wishlist-index-index .my-wishlist .cart-cell .add-to-cart-alt a.btn_plus {
    background: url(http://www.noflystore.ie/skin/frontend/default/noflystore/images/btn_minus_plus.png) no-repeat left -14px;
    display: block;
    width: 15px;
    height: 14px;
    margin: 11px 0 0 5px;
    float: left;
}

.wishlist-index-index .my-wishlist .cart-cell .grey_btn, .wishlist-index-index .my-wishlist .cart-cell .yellow_btn{
    margin-top: 10px;
}

.wishlist-index-index .my-wishlist .buttons-set2 button.button > span{
    height: 35px;
    line-height: 35px;
    padding-right: 12px;
}


.wishlist-index-index .my-wishlist .buttons-set2 button.button > span span{
    background: url(http://www.noflystore.ie/skin/frontend/default/noflystore/images/btn-addToCartBig.png) no-repeat right center;
    height: 35px;
    line-height: 35px;
    padding-right: 48px;
}

.my-wishlist .title-buttons .grey_btn{
    margin-top: -6px;
}

.my-wishlist .title-buttons{
    overflow: inherit;
}

#advanced-search-list div.dl-row{
    height: 56px;
    position: relative;
    padding-right: 1px;
    cursor: pointer;
    width: 309px;
}

#categoria
{
    width: 280px;
}
#advanced-search-list div.dl-row.odd{
    /*border-right: 1px solid #d9dadb;*/

    float: left;
    padding-right: 20px;
}
#advanced-search-list div.dl-row.first{
    width: 248px;
}
#advanced-search-list div.dl-row.first ul{
    margin-left:20px;
}
#advanced-search-list div.dl-row.first li{
    margin: 2px 0px 15px 0;
    display: block;
    clear: both;
}
#advanced-search-list div.dl-row.first li input{
    margin: 0 5px 0 0;
}
#advanced-search-list div.dl-row.first.second{
    width: 390px;
}

#advanced-search-list div.dl-row.even{
    float: left;
}

#advanced-search-list div.dl-row.select{
    background-color: #eee;
}

#advanced-search-list div.dl-row label{
    cursor: pointer;
}

#advanced-search-list div.dl-row.notValid{
    background: #eeeeee;
    border-bottom: 1px solid #f6f6f6;
}



#advanced-search-list div.dl-row.first.notValid{
    border-top: 1px solid #f6f6f6;
}

#advanced-search-list div.dl-row.notValid dt label{
    color: #ff0000;
}

#advanced-search-list div.dl-row img.arrowDownConfig{
    position: absolute;
    z-index: 1000;
    bottom: -9px;
    left: 222px;
    display: none;
}

#advanced-search-list div.dl-row.notValid img.arrowDownConfig{
    display: block;
}

#advanced-search-list div.dl-row div.measure{
    float: right;
    margin-right: 40px;
    width: 20px;
    height: 20px;
    position: relative;
    margin-top: 19px;
}

#advanced-search-list div.dl-row div.measure p.tt{
    position: absolute;
    display: none;
    width: 120px;
    height: 26px;
    color: #fff;
    background: #656565;
    padding: 3px;
    bottom: 23px;
    font-size: 11px;
    line-height: 13px;
    text-align: center;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    left: -56px;
}

#advanced-search-list div.dl-row div.measure p.tt img{
    position: absolute;
    left: 58px;
    bottom: -6px;
}

#advanced-search-list div.dl-row dt span{
    font-weight: bold;
    margin-left: 6px;
    color: #656565;
}

#advanced-search-list div.dl-row.select{

}

#advanced-search-list div.dl-row.select dt{
    background-position: right -81px;
}

#advanced-search-list div.dl-row.first dt a{
    display: block;
    width: 20px;
    height: 20px;
    text-indent: -100px;
    overflow: hidden;
    background: url(http://www.noflystore.ie/skin/frontend/default/noflystore/images/questionPoint.png) no-repeat;
}

#advanced-search-list div.dl-row dt{
    height: 56px;
    line-height: 56px;
    position: relative;
    padding: 0 0 0 0px;
    background: #f6f6f6;
    background: url(http://www.noflystore.ie/skin/frontend/default/noflystore/images/arrow-selector.png) no-repeat right 19px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

#advanced-search-list div.dl-row dt em{
    margin-right: 8px;
    width: 28px;
    display: inline-block;
    padding-left: 2px;
    color: #b1b1b3;
    font-weight: bold;
}

#advanced-search-list div.dl-row dd{
    position: absolute;
    top:56px;
    display: none;
    background:#fff url(http://www.noflystore.ie/skin/frontend/default/noflystore/images/spicchio_light.png) no-repeat center top ;;
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    z-index: 1000;
    -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.35);
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.35);
}
.advanced-search-summary ul.attribute-image-container {
    width: 100%;
}
.advanced-search dt label {
    color: #656565;
    font-size: 14px;
    font-weight: normal;
}
#advanced-search-list div.dl-row.color dd{
    width: 990px;
    right: -1px;
    background: #fff;
    background-image: none;
}
#advanced-search-list div.dl-row.misure-zanzariera dd{
    width: 990px;
    left: -268px;
    background: #fff;
    background-image: none;
    padding-bottom: 30px;
}

dl.opt div.color em {
    background: url(http://www.noflystore.ie/skin/frontend/default/noflystore/images/ico_colore.png) no-repeat right 20px;
}

dl.opt div.numero_ante em{
    background: url(http://www.noflystore.ie/skin/frontend/default/noflystore/images/ico_numero_ante.png) no-repeat right 20px;
}

dl.opt div.apertura em{
    background: url(http://www.noflystore.ie/skin/frontend/default/noflystore/images/ico_apertura.png) no-repeat right 16px;
}

dl.opt div.telaio em{
    background: url(http://www.noflystore.ie/skin/frontend/default/noflystore/images/ico_telaio.png) no-repeat right 16px;
}

dl.opt div.telo em{
    background: url(http://www.noflystore.ie/skin/frontend/default/noflystore/images/ico_telo.png) no-repeat right 20px;
}

dl.opt div.optional em{
    background: url(http://www.noflystore.ie/skin/frontend/default/noflystore/images/ico_optional.png) no-repeat right 20px;
}

dl.opt div.traversa em{
    background: url(http://www.noflystore.ie/skin/frontend/default/noflystore/images/ico_traversa.png) no-repeat right 13px;
}

dl.opt div.cassonetto em{
    background: url(http://www.noflystore.ie/skin/frontend/default/noflystore/images/ico_cassonetto.png) no-repeat right 16px;
}

dl.opt div.catena em{
    background: url(http://www.noflystore.ie/skin/frontend/default/noflystore/images/ico_catena.png) no-repeat right 16px;
}

dl.opt div.tipo_taglio em{
    background: url(http://www.noflystore.ie/skin/frontend/default/noflystore/images/ico_tipo_taglio.png) no-repeat right 16px;
}

dl.opt div.attacco em{
    background: url(http://www.noflystore.ie/skin/frontend/default/noflystore/images/ico_tipo_attacco.png) no-repeat right 19px;
}

dl.opt div.tipo_binario em{
    background: url(http://www.noflystore.ie/skin/frontend/default/noflystore/images/ico_tipo_binario.png) no-repeat right 19px;
}

dl.opt div.tipo_profilo em{
    background: url(http://www.noflystore.ie/skin/frontend/default/noflystore/images/ico_tipo_profilo.png) no-repeat right 20px;
}
.success-page{
    display: block;
    overflow: hidden;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding: 20px;
    border-top: 4px solid #edb700;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.35);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.35);
    margin-bottom: 30px;
    text-align: center;
}
.success-page .buttons-set {
    clear: both;
    margin: 0;
    padding: 8px 0 0;
    text-align: center;
}
.success-page .buttons-set button.button {
    float: none;
}
.success-page .sub-title {
    clear: both;
    padding: 15px 0 0;
    font-size: 20px;
    font-weight: bold;
    margin: 0 0 6px;
    color: #edb700;
}
.success-page a {
    color: #edb700;
    font-weight: bold;
}

.fancybox-close {
    position: absolute;
    top: -30px;
    right: 0px;
    width: 30px;
    height: 30px;
    cursor: pointer;
    z-index: 8040;
    background: url(http://www.noflystore.ie/skin/frontend/default/noflystore/images/sprite.png) -0px 577px;
}

.fancybox-opened{
    border-top: 4px solid #edb600;
}

#helpMe > div{
    background: transparent!important;
}

#select-language {
    float: left;
    margin-top: 0;
    width: auto !important;
}

#select-language .dd-select, #select-country .dd-select{
    background: none!important;
    border: none;
    color: #000;
    margin-bottom: 5px;
    width: auto !important;
}

#select-language .dd-selected, #select-country .dd-selected {
    overflow: hidden;
    display: block;
    padding: 0 0 0 10px;
    font-weight: bold;
    cursor: pointer;
}

#select-language label, #select-language a, #select-country label, #select-country a{
    color: #000;
    text-decoration: none;
    font-weight: normal;
    cursor: pointer;
}

#select-language .dd-pointer, #select-country .dd-pointer {
    border: none;
    display: inline-block;
    width: 11px;
    height: 9px;
    right: -14px;
    background: url(http://www.noflystore.ie/skin/frontend/default/noflystore/images/sprite.png) -75px 1295px;
    margin-top: -3px!important;
}

#select-language .dd-pointer-up, #select-country .dd-pointer-up{
    border: none!important;
    display: inline-block;
    width: 11px;
    height: 9px;
    background-position:-75px 1254px;
    margin-top: -3px!important;
}
#select-language .dd-option, #select-country .dd-option{
    padding: 6px 10px;
}
select#select-language{
    display: none;
}
div#prod-select{
    display: inline-block;
}
div#prod-select .dd-select{
    border: 0;
    background: none!important;
    font-weight: normal;
}
div#prod-select .dd-select .dd-selected{
    padding: 0 10px 0 2px;
    font-weight: normal;
    text-decoration: none;
    display: inline;
}
div#prod-select .dd-select .dd-selected label{
    font-weight: normal;
    text-decoration: none;
    cursor: pointer;
}
div#prod-select .dd-option{
    padding: 0 10px;
}
div#prod-select .dd-pointer {
    border: none;
    display: inline-block;
    width: 11px;
    height: 9px;
    background: url(http://www.noflystore.ie/skin/frontend/default/noflystore/images/sprite.png) -75px 1295px;
    margin-top: -3px!important;
}
div#prod-select .dd-pointer-up{
    border: none!important;
    display: inline-block;
    width: 11px;
    height: 9px;
    background-position: -75px 1254px;
    margin-top: -3px!important;
}
.dd-options{
    border-top: 1px solid #ccc!important;
}
.form-language #select-language .dd-options {
    width: 112px !important;
}
.product-options dl.last > dt{
    padding: 10px 0 0px 18px;
}
.product-options dl.last > dd{
    padding: 2px 0 5px 18px;
    border-bottom: none;
}
.product-options dl.last > dd input.input-text{
    width: 435px;
    padding: 4px 6px;
}
br.clear, li.clear{
    height: 0;
    line-height: 0;
    clear: both;
    float: none!important;
    font-size: 0;
}
.fancybox-title{
    display: none;
}
.pulsanti {
    margin: -280px 0 30px 0;
    width: 490px;
    list-style: none;
}
.pulsanti li{
    display:inline-block;
    margin-left:27px;
    position: relative;
    margin-bottom: 7px;
}
.pulsanti li.first{
    margin-left: 0;
}
.pulsanti a.prod-attach{
    margin-left: 0;
    width: 205px;
    text-align: center;
    font-weight: normal;
}
.pulsanti ul.pdf a.prod-attach,.pulsanti ul.pdf .attach-title{
    width: 225px !important;
    background: none;
    padding: 0;
    color:#333;
    font-weight: normal !important;
}
.pulsanti .attach-title{
    background: none;
    padding: 0;
    height: 30px;
    width: auto;
    font-weight: normal;
}
.pulsanti .attach-title:hover{
    text-decoration: none;
}
.pulsanti ul.pdf{
    display: none;
    position: absolute;
    background: #eee;
    top: 35px;
    z-index: 101;
    -webkit-box-shadow:  0px 0px 5px 0px rgba(0, 0, 0, 0.35);
    box-shadow:  0px 0px 5px 0px rgba(0, 0, 0, 0.35);
}
.pulsanti ul.pdf li{
    margin-left: 0;
    margin-bottom: 0;
}
.pulsanti li.montaggio:hover ul.pdf, .pulsanti li.pulsante-video:hover ul.pdf.video{
    display:block
}
.pulsanti li .attach-img{
    display: none;
    visibility: hidden;
}
.pulsanti ul.pdf.video{
    display: none;
    position: absolute;
    background: #eee;
    top: 35px;
    z-index: 101;
    width: 100%;
    -webkit-box-shadow:  0px 0px 5px 0px rgba(0, 0, 0, 0.35);
    box-shadow:  0px 0px 5px 0px rgba(0, 0, 0, 0.35);
}
.pulsanti ul.pdf.video li span {
    opacity: 0.7;
    background: url("http://www.noflystore.ie/skin/frontend/default/noflystore/images/video_play.png") no-repeat scroll 0 0 transparent;
    display: block;
    height: 33px;
    margin: 13px 0 0 14px;
    position: absolute;
    width: 20px;
    height: 20px;
}
.pulsanti ul.pdf.video li{
    margin: 10px !important;
    width: 100%;
}
.pulsanti ul.pdf.video li a{
    text-decoration: none;

}
.pulsanti ul.pdf.video li div{
    margin-left: 10px;
    display: inline-block;
    max-width: 140px;
}
.pulsanti ul.pdf.video li div a{
    text-transform: uppercase;
}
a.prod-attach{
    padding: 0 10px;
    background: url(http://www.noflystore.ie/skin/frontend/default/noflystore/images/bgMenuBtn.png) repeat-x;
    /*background: url(http://www.noflystore.ie/skin/frontend/default/noflystore/images/yellow_btn_bg_sfum.png) repeat-x;*/
    height: 35px;
    line-height: 35px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    text-decoration: none;
    float: left;
    margin-left: 20px;
    color: #fff;
}
a.prod-attach span{
    display: inline-block;
    background: url(https://www.noflystore.com/media/custom/upload/icons/pdf.png) no-repeat center left;
    padding: 0 0 0 35px;
    height: 30px;
    line-height: 30px;
}
span.attach-title{
    text-decoration: none;
}
span.attach-title:hover{
    text-decoration: underline;
}
a.prod-attach img{
    margin-top: 3px;
}
#dettagli iframe{
    margin-bottom: 14px;
}
.headercart .product-details span.price{
    /*display: none;*/
}



/* Alcuni fix estetici IE8 */

.ie8 .menu-tab-content-related li{
    border: 1px solid #ccc;
    border-bottom: none;
}

.ie8 .menu-tab-content-related li.select{

}

.ie8 .related-product-middle{
    border: 1px solid #ccc;
}

.ie8 .menu-tab-content-related{
    left: -6px;
    top: -38px;
}

.ie8 #product-options-wrapper div.dl-row dd{
    border: 1px solid #ccc;
    border-top: none;
}

.ie8 .menu-tab-content-left li.select{
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
}

.ie8 .tab-content-left{
    border: 1px solid #ccc;
}

.ie8 .menu-tab-content-left{
    left: -6px;
}

.ie8 .header-container .headercart .headercart-content .header-block{
    border: 1px solid #ccc;
}

.ie8.customer-account-login .col2-set .col-1, .ie8.customer-account-login .col2-set .col-2{
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

.ie8 .col-left .block{
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

.ie8 div.cart-extra{
    border: 1px solid #ccc;
}

.ie8 .cart .cart-collaterals{
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

.ie8 .cart .crosssell li.item{
    width: 339px;
}

.ie8 .opc .step{
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
}

.ie8 p.note-msg, .ie8 .success-msg, .ie8 .success-page{
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}


/* Prodotto consegna su appuntamento */

.checkout-cart-index .fancybox-skin #messages_product_view{
    margin-bottom: 0px;
}
.checkout-cart-index .fancybox-skin .product-essential{
    margin-top: 0px;
}
.checkout-cart-index .fancybox-skin .product-shop {
    float: none;
    width: 470px;
    display: inline-block;
    position: absolute;
    left: 210px;
    height: 100%;
}
.checkout-cart-index .fancybox-skin .product-view{
    width: 740px;
    height: 290px;
}

.checkout-cart-index .fancybox-skin .product-shop .add-to-box{
    position: absolute;
    bottom: 0;
    margin-left: 110px;
}

.checkout-cart-index .fancybox-skin .product-shop .product-img-box {
    float: none;
    width: 490px;
    height: 540px;
    position: absolute;
    display: block;
    right: 51%;
}
.checkout-cart-index .fancybox-skin .product-shop .price-box {
    margin: 10px 0;
    display: block;
    margin-right: 20px;
    float: left;
    position: absolute;
    bottom: 5px;
}

.checkout-cart-index .fancybox-skin .add-to-cart .qty,.checkout-cart-index .fancybox-skin .fancy-modale.free, .checkout-cart-index .fancybox-skin .product-shop .price-box .price-label-from, .checkout-cart-index .fancybox-skin .add-to-cart .btn_minus, .checkout-cart-index .fancybox-skin .add-to-cart .btn_plus{
    display: none;
}

.checkout-cart-index .fancybox-skin .add-to-cart button.button > span {
    width: auto;
    background: url(http://www.noflystore.ie/skin/frontend/default/noflystore/images/yellow_btn_bg_sfum.png) repeat-x right center;
    overflow: inherit;
    height: 35px;
    line-height: 35px;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    padding: 0 12px;
}
.checkout-cart-index .fancybox-skin .add-to-cart button.button > span span {
    padding: 0 46px 0 0;
    background: url(http://www.noflystore.ie/skin/frontend/default/noflystore/images/btn-addToCartBig.png) no-repeat right center;
    position: relative;
    display: block;
    right: 0;
    top: 0;
    line-height: 35px;
}

.checkout-cart-index .fancybox-skin .image_menu{
    display: none;
}
.checkout-cart-index .fancybox-skin .product-shop .product-name h1 {
    font-size: 20px;
}
.checkout-cart-index .fancybox-skin .product-shop .short-description, .checkout-cart-index .fancybox-skin .product-shop .product-name{
    text-align: left;
}

.checkout-cart-index .fancybox-skin img#image1, .checkout-cart-index .fancybox-skin .product-view .product-img-box{
    width: 200px;
    height: 200px;
}

.grey_btn.scopri{
    width: 95px;
    float: right;
    text-align: center;
    font-size: 13px;
}

html {
    height: 100%;
}

.cms-country{
    padding: 0;
    text-align: center;
    height: 100%;
    background: url(http://www.noflystore.ie/skin/frontend/default/noflystore/images/landing-bg.png) center center no-repeat;
    background-size: 100% 100%;
}

.cms-country > div{
    height: 100%;
}

.cms-country .std{
    position: absolute;
    top: 30%;
    left: 50%;
    margin-top: -102px;
    margin-left: -450px;
    width: 900px;
    height: 340px;
}

.cms-country .logo{
    float: none;
    display: inline-block;
    margin-bottom: 20px;
}

.cms-country .form-language, .cms-country .form-country{
    float: none;
    margin-bottom: 16px;
}

.cms-country .form-language #select-language, .cms-country .form-country #select-country{
    float: none;
    margin: 0 auto;
}

.cms-country #select-language .dd-select, .cms-country #select-country .dd-select{
    position: relative;
    line-height: 24px;
}

.cms-country h2{
    font-weight: bold;
    font-size: 14px;
    color: #57585A;
    margin-bottom: 14px;
}

.cms-country #select-language, .cms-country #select-country{
    width: 340px!important;
    height: 24px;
}

.cms-country #select-language .dd-select, .cms-country #select-country .dd-select{
    width: 340px!important;
}

.cms-country #select-language .dd-selected, .cms-country #select-country .dd-selected{
    background: url(http://www.noflystore.ie/skin/frontend/default/noflystore/images/no-route-select-bg.png) repeat-x top;
    border-top-left-radius: 5px;
    -moz-border-top-left-radius: 5px;
    -webkit-border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    -moz-border-bottom-left-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    width: 305px;
}

.cms-country #select-language .dd-selected label, .cms-country #select-country .dd-selected label{
    font-size: 12px;
    color: #6F7072;
    text-transform: uppercase;
    float: left;
}

.cms-country #select-language .dd-pointer, .cms-country #select-country .dd-pointer{
    background: url(http://www.noflystore.ie/skin/frontend/default/noflystore/images/no-route-select-btn.png) no-repeat;
    width: 25px;
    height: 24px;
    top: 0;
    right: 0;
    margin-top: 0!important;
}

.cms-country #select-language .dd-options, .cms-country #select-country .dd-options{
    width: 338px!important;
}

.cms-country #select-language .dd-select, .cms-country #select-country .dd-select{
    margin-bottom: 0;
    border: 1px solid #ddd;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
}

.cms-country #select-language .dd-option, .cms-country #select-country .dd-option{
    text-align: left;
}

.cms-country a.go{
    display: inline-block;
    line-height: 20px;
    padding: 5px 20px;
    background: #edb700;
    color: #000;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    text-decoration: none;
    margin-top: 20px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}
.go-ante{
    position: relative;
    display: block;
    clear: both;
    background: none;
    top: 10px !important;
    padding: 0;
    margin: 0 0 5px 0;
    /*cursor: pointer;*/
    text-transform: uppercase;
    font-weight: bold;
}
.go-ante:last-child{
    margin: 0;
}
.cms-installation span.footer-findomestic,.page-empty span.footer-findomestic, .cms-spedizione-gratuita span.footer-findomestic, .cms-how-misure span.footer-findomestic, .cms-country span.footer-findomestic, .cms-how-misure-dimension span.footer-findomestic{
    display: none !important;
    visibility: hidden !important;
}
.footer-findomestic{
    font-size: 9px;
    text-align: justify;
    width: 990px;
    margin: 0 auto;
    position: relative;
    display: block;
    color: #666;
    bottom: 20px;
}
.page-empty.cms-how-misure{
    padding: 0;
}


.messaggio-container{
    display:block;
}

.messaggio{
    display: block;
    line-height: 25px;
    font-size: 13px;
}
.messaggio-container .messaggio a{
    color: #edb700;
    font-weight: bold;
}
.messaggio-container p.riga1, .messaggio-container p.riga2{
    padding: 0;
}
.messaggio-container p.riga2{
    margin-top: 0px;
}
.messaggio-container a.go{
    display: inline-block;
    line-height: 20px;
    padding: 0 20px;
    background: #edb700;
    color: #000;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    text-decoration: none;
    margin-top: 0px;
    /*    position: absolute;
        top: 40px;
        margin-left: -20px;*/
}
.messaggio-container a.cancel{
    display: inline-block;
    line-height: 20px;
    padding: 0 20px;
    background:#d9dadb;
    color: #656565;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    text-decoration: none;
    margin-top: 0px;
    min-width: 65px;
    /*    position: absolute;
        top: 40px;
        margin-left: -20px;*/
}

.heliosgallery-index-index .videoThumbContainer{
    width: 1010px;
    margin-top: 20px;
}

.heliosgallery-index-index .videoThumb{
    float: left;
    margin: 0 19px 19px 0;
    width: 285px;
    position: relative;
    padding: 16px;
    -webkit-box-shadow:  0px 0px 4px 0px rgba(0, 0, 0, 0.35);
    box-shadow:  0px 0px 4px 0px rgba(0, 0, 0, 0.35);
}

.ie8.heliosgallery-index-index .videoThumb, .heliosgallery-index-index.ie8 .videoThumb{
    border: 1px solid #ccc;
    width: 283px;
}

.heliosgallery-index-index .videoThumb a p {
    margin: 10px 0 0 ;
    text-align: left;
    font-weight: bold;
    font-size: 12px;
    text-transform: uppercase;
}

.heliosgallery-index-index h1{
    font-family: 'Open Sans' ,Arial, Helvetica, sans-serif;
    font-size: 22px;
    color: #656565;
    font-weight: bold;
    padding-bottom: 4px;
    border-bottom: 1px solid #d9dadb
}

.heliosgallery-index-index u{
    text-decoration: none;
}

.heliosgallery-index-index .videoThumb span.play_btn{
    background: url(http://www.noflystore.ie/skin/frontend/default/noflystore/images/play-video-btn.png) no-repeat;
    width: 60px;
    height: 54px;
    position: absolute;
    top: 95px;
    left: 135px;
}

.heliosgallery-index-index .videoThumb a:hover span.play_btn{
    background-position: 0 -54px;
}
#group_name h2{
    font-size: 20px;
    color: #eeb800;
    font-family: 'open sans';
    font-weight: bold;
    text-transform: none;
    text-align: left;
    margin-top: 30px;
}
#main_div_video_bg{
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    background: url(http://www.noflystore.ie/skin/frontend/default/noflystore/images/fancybox_overlay.png) repeat;
    top: 0;
    left: 0;
    z-index: 3000;
}

#main_div_video_bg #main_div_video_frame{
    position: absolute;
    left: 50%;
    top:50%;
    margin-top: -210px;
    margin-left: -345px;
    z-index: 3001;
    border-top: 4px solid #edb600;
    padding: 15px;
    background: #fff;
}

#main_div_video_bg #main_div_video_frame .btn-close{
    position: absolute;
    top: -30px;
    right: 0px;
    width: 30px;
    height: 30px;
    cursor: pointer;
    z-index: 8040;
    background: url(http://www.noflystore.ie/skin/frontend/default/noflystore/images/btn_close.png) no-repeat;
}
#payment_form_sellaiframe li{
    display: inline-block;
    margin-right: 10px;
}
#payment_form_sellaiframe label{
    text-transform: inherit;
}
#payment_form_sellaiframe li.carta input{
    padding: 2px 10px;
    width: 330px;
    margin-top: 2px;
    line-height: 29px;
    height: 29px;
}
#payment_form_sellaiframe li input{
    padding: 2px 10px;
    width: 100px;
    margin-top: 2px;
    line-height: 29px;
    height: 29px;
}
#payment_form_sellaiframe li select{
    padding: 2px 10px;
    width: 150px;
    margin-top: 2px;
    line-height: 29px;
    height: 35px;
}
.div-cod-sicurezza {
    float: left;
}
.div-cod-sicurezza:hover .cod-sicurezza{
    display: block !important;
    position: absolute;
    padding: 10px;
    background: #eee;
    left: 0;
    width: 620px;
    bottom: 60px;
}
.cod-sicurezza p{
    width: 290px;
    float: left;
    line-height: 20px;
}
.div-cod-sicurezza h2{
    color: #efba00;
    font-weight: bold;
    font-size: 16px;
}
.cod-sicurezza img{
    float: right;
}
div.elenco-comparazione{
    margin: 0 0 20px 0;
}
div.elenco-comparazione ul{

}
div.elenco-comparazione ul li{
    padding: 20px 0;
    border-bottom: 1px solid #d9dadb;
    background: #f6f6f6;
}
div.elenco-comparazione ul li:last-child{
    border-bottom:none;
}
div.elenco-comparazione ul li .attr{
    font-size: 14px;
    font-weight: normal;
    color: #656565;
    padding-right: 20px;
    width: 310px;
    display: inline-block;
    text-align: left;
    position: relative;
}

.attr div.measure{
    margin-right: 0px;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 0px;
    right: 15px;
    z-index: 100;
}

.attr div.measure p.tt{
    position: absolute;
    display: none;
    width: 120px;
    height: 26px;
    color: #fff;
    background: #656565;
    padding: 3px;
    bottom: 23px;
    font-size: 11px;
    line-height: 13px;
    text-align: center;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    left: -56px;
}

.attr div.measure p.tt img{
    position: absolute;
    left: 58px;
    bottom: -6px;
}
.attr div.measure a {
    background: #656565;
    padding: 1px 7px 1px 7px;
    font-size: 14px;
    color: #fff;
    text-decoration: none;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    margin-left: 5px;
    font-family: 'Open Sans' ,Arial, Helvetica, sans-serif;
    margin-right: 0px;
}

div.elenco-comparazione ul li  .ris-attr
{
    font-size: 14px;
    font-weight: bold;
    color: #edb700;
    padding-left: 20px;
    width: 300px;
    display: inline-block;
    text-align: center;
    border-left: 1px solid #d9dadb;
}
.validation-advice-misure { clear: both;
    color: #EFBA00;
    font-size: 11px;
    font-weight: bold;
    line-height: 13px;
    margin: 3px 0 0;
    min-height: 13px;
}

.dd-option-image, .dd-selected-image {

    margin-top: 2px;
    width: 21px;

}
.s-faq{
    display: none;
    padding-left: 18px !important;
}
.s-faq p{
    padding-left: 18px;
}
.s-faq li.open h4 {
    background: url(http://www.noflystore.ie/skin/frontend/default/noflystore/images/list-type0.png) no-repeat left center;
    font-weight: bold;
}
.s-faq li h4 {
    font-size: 12px;
    background: url(http://www.noflystore.ie/skin/frontend/default/noflystore/images/list-type1.png) no-repeat left center;
    padding-left: 17px;
    cursor: pointer;
}
.form-list#payment_form_pnsofort {
    clear: both;
    padding-top: 10px;
    display: block;
    padding-left: 45px;
}

.form-list#payment_form_pnsofort  ul{
    margin-top: 8px;
}

#valore_misure_tab {
    display: inline;
    /* border-top: 1px solid #D9DADB; */
    /* border-left: 1px solid #D9DADB; */
    /* background: #fff; */
    display: inline-table;
    line-height: 1.2;
    text-align: center;
    width: 69%;
    text-transform: uppercase;
    color: #656565;
    font-size: 14px;
    top: -14px;
    position: relative;
    font-style: normal;
}
#valore_misure_tab th {
    /* background: url("http://www.noflystore.ie/skin/frontend/default/noflystore/images/headerBg.png") repeat-x scroll 0 0 rgba(0, 0, 0, 0); */
    /* border-right: 1px solid #D9DADB; */
    /* border-bottom: 1px solid #D9DADB; */
    text-align: center;
    font-weight: bold;
    text-transform: none;
    font-size: 12px;
    padding: 4px 0;
}
#valore_misure_tab td {
    /* border-right: 1px solid #D9DADB; */
    text-align: center;
    /* border-bottom: 1px solid #D9DADB; */
    text-align: center;
    text-transform: none;
    font-size: 13px;
    /* padding: 2px 0; */
}
li.nazione{
    display: inline-block;
    width: 105px;
    margin-top: 10px;
}
li.nazione img{
    width: 50px;
    height: 50px;
}
li.nazione span{
    clear: both;
    display: block;
    font-size: 13px;
}
li.nazione a{
    text-decoration: none;
}

#fancy-modale-stanza {
    position: absolute;
    top: 0;
    right: -213px;
}

a.fancy-common {
    background: #ccc;
    padding: 0px 5px;
    font-size: 11px;
    color: #fff;
    text-decoration: none;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    margin-left: -25px;
    margin-right: 10px;
}

a.how-to-take-measure-2 {
    background: #ccc;
    padding: 0px 5px;
    font-size: 11px;
    color: #fff;
    text-decoration: none;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    margin-left: -25px;
    margin-right: 10px;
}
a.info-utili{
    background: #656565;
    padding:1px 7px 1px 8px;
    font-size: 14px;
    font-weight: normal;
    color: #fff;
    text-decoration: none;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    margin-left: 5px;
    margin-right: 0px;
    font-family: 'Open Sans' ,Arial, Helvetica, sans-serif;
}
.help{
    background: #656565;
    float: right;
    padding: 1px 7px 1px 7px;
    font-size: 14px;
    font-weight: normal;
    height: 20px;
    line-height: 20px;
    font-style: normal;
    margin-top: 15px;
    color: #fff;
    text-decoration: none;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    margin-left: 5px;
    margin-right: 2px;
    font-family: 'Open Sans' ,Arial, Helvetica, sans-serif;
}

label.pointer{
    cursor: default !important;
}
a.how-to-take-measure-2.last-click{
    margin-right: 0;
}
span.nero{
    color:#000000;
}
#des_subcliente_sku {
    background: none repeat scroll 0 0 #f6f6f6;
    display: block;
    margin-top: -10px;
    position: relative;
    z-index: 1;
}
#des_subcliente_sku label{
    display:none;

}
.product-options #des_subcliente_sku dt {
    padding: 0 !important;
}
#note label{
    margin-left: 12px;
}
.download{
    width: auto;
    background: url(http://www.noflystore.ie/skin/frontend/default/noflystore/images/yellow_btn_bg_sfum.png) repeat-x right center;
    overflow: inherit;
    height: 35px;
    line-height: 35px;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    padding: 0 12px;
    font: bold 12px/19px 'open sans', Arial, Helvetica, sans-serif;
    text-align: center;
    white-space: nowrap;
    display: inline-block;
    text-decoration: none;
    width: 150px;
}
.download span {
    padding: 0 46px 0 0;
    background: url(http://www.noflystore.ie/skin/frontend/default/noflystore/images/btn-dowload.png) no-repeat right center;
    position: relative;
    display: block;
    right: 0;
    top: 0;
    font-size: 16px;
    color: #454545;
    line-height: 35px;
}
.checkout-cart-index .tempi-consegna {
    width: 100%;
    display: block;
    margin-bottom: 0px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 20px;
}
.tempi-consegna {
    width: 100%;
    display: block;
    margin-bottom: 20px;
    border-bottom: none;
    padding-bottom: 20px;
}
.tempi-consegna div.partenza{
    width: 26%;
    padding: 0 0% 0 0;
    display: inline-block;
}
.tempi-consegna div.consegna{
    width: 48%;
    padding: 0px 3%;
    display: inline-block;
    background: url(http://www.noflystore.ie/skin/frontend/default/noflystore/images/camion.png) no-repeat 190px -12px;
    border-right: 1px solid #ccc;
    border-left: 1px solid #ccc;
    padding-bottom: 5px;
}
.tempi-consegna div.tempo{
    width: 19%;
    padding: 0 0 0 0%;
    display: inline-block;
    border-right: none;
    text-align: right;
}
.tempi-consegna div.consegna .right span.uno{
    margin-top: 5px;
}
.tempi-consegna div.consegna .right span.due{
    margin-top: 4px;
}
.tempi-consegna div span{
    clear: both;
    display: block;
    font-size: 16px;
}
.tempi-consegna div span.giallo{
    color: #eeb800;
    clear: both;
    font-weight: bold;
    font-size:22px;
    text-transform: uppercase;
    margin-top: -6px;
}

.tempi-consegna div.partenza span.giallo{
    font-size:18px;
}
.tempi-consegna div span.giallo.de{
    margin-top: 0px;
}
.tempi-consegna div span.testo{
    color: #333;
    clear: both;
    font-weight: normal;
    font-size:16px;
}
.tempi-consegna div span.grande-nera{
    color: #333;
    clear: both;
    font-weight: normal;
    font-size:26px;
}
.tempi-consegna div span.grande-nera.de{
    margin-top: -6px;
}
.tempi-consegna div.tempo span.grande-nera{
    line-height: 12px;
}
.tempi-consegna div.tempo span#counter{
    letter-spacing: 5px;
}
.tempi-consegna div span.grande-tempo{
    color: #333;
    clear: both;
    font-weight: bold;
    font-size:28px;
}
.tempi-consegna div.right{
    display: inline-block;
    float: right;
}
.tempi-consegna div.left{
    display: inline-block;
    float: none !important;
}
.bottom-product .product-info li.ekomi span{
    display: block;
    text-transform: uppercase;
    font-size: 12px;
    color: #666;
    font-weight: bold;
    line-height: 13px;
}
.bottom-product .product-info li{
    height: 132px;
    border: 1px solid #ccc;
    width: 224px;
}
.eKomiSeal_default{
    text-align: center;
    margin-top: 18px;
}
.free-delivery{
    text-decoration: none;
    border: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


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

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

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

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

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

.amshopby-clearer {
	display:block; 
	clear:both; 
	overflow: hidden;
}

dl#narrow-by-list{
    padding: 0 19px;
    color: #454545;
}

div.block-layered-nav dd a {padding:0px 5px 0px 0px; display:block; float: left;margin-top: 4px;}
div.block-layered-nav dd li.amshopby-cat a {
    padding-left:19px;
    background:transparent url(http://www.noflystore.ie/skin/frontend/default/noflystore/images/sprite.png) 0px 834px;
    text-decoration: none; line-height: 18px; overflow-y: hidden;}

div.block-layered-nav dd a.amshopby-attr {
    padding-left:19px;
    background:transparent url(http://www.noflystore.ie/skin/frontend/default/noflystore/images/sprite.png) 0px 834px;
    text-decoration: none; line-height: 18px; overflow-y: hidden;}

div.block-layered-nav dd a.amshopby-attr-selected {
    padding-left:19px;
    background:transparent url(http://www.noflystore.ie/skin/frontend/default/noflystore/images/sprite.png) 0px 742px;
    text-decoration: none;}
div.block-layered-nav dd a img {padding: 0px 4px 5px; float:left;} 

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

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

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

div.block-layered-nav dt {
 cursor:pointer; 
 padding-left:19px;
 background:url(http://www.noflystore.ie/skin/frontend/default/noflystore/images/list-type0.png) center left no-repeat;
}
div.block-layered-nav dt.amshopby-collapsed {background:url(http://www.noflystore.ie/skin/frontend/default/noflystore/images/list-type1.png) center left no-repeat;}


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

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

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

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

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

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

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

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

div.amshopby-overlay div {
    margin: 0 auto;
    display: block;
	width: 300px;
	height: 200px;
	background:  url('http://www.noflystore.ie/skin/frontend/default/noflystore/images/amshopby-overlay.gif') 50% 50% no-repeat;
}

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


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

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

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

.btn-remove-inline { background-image: url('http://www.noflystore.ie/skin/frontend/default/noflystore/images/btn_remove.gif'); background-repeat: no-repeat; width:13px; height:12px; margin-left: 4px; }
.btn-remove-inline:hover { /* background-position: center bottom; */ }

/* Video Gallery CSS */
.video-gallery-links li a.video-thumb span{opacity:0.7;background: url("http://www.noflystore.ie/skin/frontend/default/default/iceberg/videogallery/images/video_play.png") no-repeat scroll 0 0 transparent; display:block;height:33px;margin: 13px 0 0 14px;position:absolute;width:20px;height: 20px;}
.video-gallery-links li a.video-thumb:hover span{opacity:1;background-position:0 -20px}

/* Style 01 */
#vg-style-01 {position:relative}

/* Style 02 - Media tabbed 1 */
#vg-style-02 {position:relative}
#vg-style-02 ul.media-tabs{list-style: none; height:29px; border-bottom:1px solid #ccc; margin-bottom:7px}
#vg-style-02 .media-tabs li{float:left;margin:0;border:1px solid #ccc;background-color:#ccc;height:28px}
#vg-style-02 .media-tabs li.last{border-right:1px solid #ccc}
#vg-style-02 .media-tabs li.active {font-weight:bold; background-color:#fff;border-width:1px 1px 0px 1px;height:29px}
#vg-style-02 .media-tabs a {text-decoration: none; color: #333333;padding:4px 10px;display:block}
#vg-style-02 .media-tabs .active a {color: #000000;}
#vg-style-02 .more-views h2 {display:none}		 

/* Media tabbed 2 */
#vg-style-03 {position:relative}
#vg-style-03 ul.media_tabs{list-style: none; height:29px; border-bottom:1px solid #ccc;}
#vg-style-03 .media_tabs li{float:left;margin:0;border:1px solid #ccc;background-color:#ccc;height:28px}
#vg-style-03 .media_tabs li.last{border-right:1px solid #ccc}
#vg-style-03 .media_tabs li.active {font-weight:bold; background-color:#fff;border-width:1px 1px 0px 1px;height:29px}
#vg-style-03 .media_tabs a {text-decoration: none; color: #333333;display:block;padding:4px 10px 5px 10px;}
#vg-style-03 .media_tabs .active a {color: #000000;}
#vg-style-03 .media_box {padding:10px 0; clear:both;}
#vg-style-03 .video-description{padding-bottom:5px}


@import url(https://fonts.googleapis.com/css?family=Roboto:300,400,500);
@import url(https://fonts.googleapis.com/css?family=Roboto+Condensed:400,300);

.timeleft-text {
    font-size: 18px;
    font-weight: normal;
    color: #000044;
    margin-left: 3px;
}

.dailydeal {
    margin-bottom: -5px;
    font-family: georgia;
}

.sidebardailydeal .item {

}

.dailydeal-sidebar-product-name a {
    color: #203548;
    font-size: 13px;
    font-weight: bold;
    margin: 0 0 5px;
}

.dailydeal-sidebar-product-name a {
    color: #666 !important;
    font-family: georgia;
    font-size: 14px;
    text-decoration: none;
}

.btn-dailydeal {
    background: none repeat scroll 0 0 transparent;
    border: 0 none;
    cursor: pointer;
    height: 52px;
    margin: 0;
    overflow: visible;
    padding: 0;
    width: auto;
}

.btn-dailydeal span {
    background: url("http://www.noflystore.ie/skin/frontend/base/default/images/magegiant/dailydeal/bnt-add-to-cart.png") no-repeat scroll 0 0 transparent;
    color: #FFFFFF;
    float: left;
    font-family: Impact;
    font-size: 30px;
    font-weight: normal;
    height: 52px;
    line-height: 47px;
    overflow: visible;
    padding: 0 0 0 25px;
    position: relative;
    text-align: center;
    white-space: nowrap;
}

.btn-dailydeal span span {
    background-position: 100% 0;
    padding: 0 25px 0 0;
}

/*------- Daily Deal sidebar left ------------------*/
.block-dailydeal {
    font-family: georgia;
    border: 1px solid #c2bfbb;
}

.sidebardailydeal {
    /*background: url("http://www.noflystore.ie/skin/frontend/base/default/images/magegiant/dailydeal/mid-line.png") no-repeat scroll left bottom transparent;
    float: left;
    padding-bottom: 20px;
    padding-top: 15px;*/
}

.block-dailydeal div.last {
    background: none transparent !important;
}

.block-dailydeal .block-content {
    background: none repeat scroll 0 0 #F5F5F5;
}

.sidebardailydeal .dailydeal-sidebar-product-name a {
    font-weight: normal;
}

.block-subscribe .block-content {
    padding: 6px;
}

.sidebar-product-image img {
    margin-left: 0px;
    border: 1px solid #FDFDFD;
}

.dailydeal-price, .save-sold, .time-left, .block-dailydeal .time-left {
    width: 100%;
    float: left;
}

.block-dailydeal .time-left {
    border-top: 1px dashed #B8B8B8;
    margin-top: 6px;
    padding: 5px 0;
    font-size: 14px;
    font-weight: normal;
    color: #828282;
}

.block-dailydeal .time-left label, .block-dailydeal .time-left div span {
    font-weight: normal;
    color: #828282;
    font-size: 14px;
}

.block-dailydeal .time-left div span {
    color: #ff9f07;
    font-family: Impact;
    font-size: 14px;
}

.dailydeal-price li, .save-sold li {
    float: left;

}

.dailydeal-price .special-price .price {
    font-family: Impact;
    font-size: 23px;
    font-weight: normal;
    color: #ff9f07;
}

.dailydeal-price .old-price {
    margin-top: 6px;
    margin-left: 14px;
}

.dailydeal-price .old-price .price {
    font-size: 13px;
    font-weight: normal;
    color: #666;
}

.save-sold li label {
    display: block;
}

.save-sold li label {
    color: #f14141;
    font-size: 14px;
    font-weight: normal;
}

.save-sold li.lastspecial {
    margin-right: 0 !important;
}

.save-sold li.special-price {
    margin-right: 15px;
    text-align: center;
}

.sidebardailydeal .time-left .text-time {
    color: #fff !important;
    font-weight: normal !important;
    font-size: 14px;
    font-family: Roboto;
}

.save-sold .special-price .price {
    color: #f14141;
    font-family: Roboto;
    font-size: 14px;
    font-weight: normal;
}

.timeleft li {
    float: left;
}

/*------- End Daily Deal sidebar left ------------------*/

/*------------Daily Deal Grid ----*/
.dailydeal-grid .product-image {
    width: 340px !important;
    height: 190px !important;
    margin: 0 !important;
    padding: 0 !Important;
    background: #f5f5f5;
    float: left;
}

.dailydeal-grid li.last {
    margin-left: 20px !important;
}

.dailydeal-grid {
    width: 702px !important;
    background: none transparent !important;
    font-family: georgia;
    border: 0 none;
}

.dailydeal-grid li.item {
    width: 340px;
    padding: 0 !important;
    /* background: #f5f5f5; */
    position: relative;
    margin: 10px 0;
}

.dailydeal-grid .wrap-grid-action {
    width: 100%;
    float: left;
}

.dailydeal-grid .wrap-grid-action .btn-dailydeal {
    float: left;
    width: 158px;
    margin-right: 25px;

}

.dailydeal-grid .time-left .timeleft-text {
    color: #ff9f07;
    margin-left: 5px;
}

.dailydeal-grid li.item .bg-bottom-dailydeal {
    position: relative;
    bottom: 0;
    height: 11px;
    width: 100%;
    background: url(http://www.noflystore.ie/skin/frontend/base/default/images/magegiant/dailydeal/bg_bottom_li.png) no-repeat scroll left bottom;
    float: left;
}

.dailydeal-grid .time-left li, .dailydeal-grid .time-left .timeleft {
    float: left;
    /* 	margin-right: 8px; */
    line-height: 35px;
    color: #828282;
    font-size: 14px;
    font-family: georgia;
}

.dailydeal-grid .wrap-grid-action .save-sold {
    float: left;
    width: auto;
}

.bottom-grid-dailydeal {
    background: #f5f5f5;
    padding: 17px;
    float: left;
}

.wrap-grid-action button.btn-dailydeal {
    float: left;
}

/*------------End Daily Deal Grid ----*/

/*------------Daily Deal Detail --------------*/

.product-essential .wrap-timeleft-detail li {
    float: left;
    margin: 10px 0 10px 5px;
}

.product-essential .wrap-timeleft-detail li.time-day {
    margin-left: 15px;
}

.product-essential .wrap-timeleft-detail li.time-sec {
    margin-right: 0;
}

.product-essential .wrap-timeleft-detail .timeleft-text {
    display: block;
    width: 30px;
    background: url(http://www.noflystore.ie/skin/frontend/base/default/images/magegiant/dailydeal/bg-digital.png) no-repeat;
    height: 78px;
    width: 72px;
    color: #fff;
    font-size: 35px;
    line-height: 65px;
    text-align: center;
    position: relative;
    margin-left: 0;
    /* text-decoration: line-through; */
}

.product-view .timeleft {
    text-align: center;
}

.product-view .wrap-timeleft-detail .text-time {
    text-transform: uppercase;
    font-weight: bold;

}

.product-essential .bg-saleoff {
    float: left;
    text-align: center;
    margin-bottom: 20px;
    font: normal 30px Roboto;
    margin-right: 30px;
}


.product-essential .bg-saleoff .off-label {
    font-size: 12px;
}

.product-essential .bg-saleoff span {
    margin-top: 4px;
    color: #f14141;
    display: inline-block;

}

.product-view .product-shop .wrap-timeleft-detail {
    border: 1px solid #fff;
    width: 100%;
    float: left;
    margin-bottom: 20px;
}

.product-view .product-shop .timeleft {
    /*background: #f0f2f2;
    border: 1px solid #ebe9e9;
    width: 100%;
    float: left;
    text-align: center;
    color: #595959;
    font-size: 13px;
    text-transform: uppercase;
    font-family: sans-serif;*/
    float: left;
    width: 100%;
    /* font-weight: bold; */
}
.bottom-product-dailydeal{margin-bottom: 20px;float: left;width: 100%;}

/*------------End Daily Deal Detail --------------*/
.dailydeal-list li .product-image {
    width: 340px !important;
    height: 190px !important;
    margin: 0 !important;
    padding: 0 !important;
}

.dailydeal-list .product-shop {
    margin-left: 350px;
}

/*------------List Daily Deal --------------*/
.dailydeal-list {
    font-family: georgia;
}

ol#products-list .product-shop .timeleft {
    background: none transparent;
    border: 0 none;
    text-transform: none;
}

ol#products-list .time-left li {
    color: #828282;
    font-size: 14px;
    font-weight: normal;
}

ol#products-list .time-left li, ol#products-list .time-left div {
    float: left;
    width: auto;
}

ol#products-list .timeleft .timeleft-text {
    color: #ff9f07 !important;
    font-size: 14px;
    margin-left: 5px;
}

ol#products-list .wrap-grid-action {
    float: left;
    width: 100%;
}

ol#products-list .wrap-grid-action button {
    float: left;
    width: 158px;
    margin-right: 25px;
}

ol#products-list li.item {
    background: url("http://www.noflystore.ie/skin/frontend/base/default/images/magegiant/dailydeal/productlist-li-bottom.png") no-repeat scroll 0 100% transparent;
    border-bottom: 0 none;
    margin: 10px 0;
    padding: 0 0 11px;
}

ol#products-list li.item .wrap-productlist-li {
    /* background: url("http://www.noflystore.ie/skin/frontend/base/default/images/magegiant/dailydeal/bg-product-list-li-top.png") repeat scroll 0 0 transparent; */
    background: #f5f5f5;
    padding: 0;
    width: 670px;
    float: left;
    padding: 9px 12px;

}

ol#products-list .time-left {
    margin-top: 20px;
}

ol#products-list .wrap-grid-action .save-sold {
    float: left;
    width: auto;
}

/*------------End List Daily Deal --------------*/

/* Daily Deail ================================================================================ */
.wrapper-dailydeal {
    float: left;
    width: 100%;
}

.wrapper-dailydeal .dailydeal-title {
    _background: url("http://www.noflystore.ie/skin/frontend/base/default/images/magegiant/dailydeal/border-dailydeal.png") no-repeat scroll center top rgba(0, 0, 0, 0);
    float: left;
    width: 100%;
    text-align: center;
}

.wrapper-dailydeal .dailydeal-title h2 {
    font: normal 25px Roboto;
    text-transform: uppercase;
    color: #666;
    margin-top: 30px;
}

.wrapper-dailydeal .dailydeal-title p {
    font: normal 12px Arial;
    color: #909090;
}

.daily-category-products {
    float: left;
    width: 100%;
}

.daily-category-products .sub-dailydeal {
    float: left;
    width: 100% !important;
}

.daily-category-products .sub-dailydeal .item {
    float: left;
    width: 270px;
    margin-right: 30px;
    border: 1px solid #e3e3e3;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box; /* Firefox, other Gecko */
    box-sizing: border-box; /* Opera/IE 8+ */
    padding: 10px;
}

.daily-category-products .sub-dailydeal .item:hover {
    border: 1px solid #a0a0a0;
}

.daily-category-products .sub-dailydeal .last {
    margin: 0;
}

.daily-category-products .sub-dailydeal .item .product-image {
    float: left;
    width: 100%;
}

.daily-category-products .sub-dailydeal .item .product-image img {
    text-align: center;
    border: 1px solid #e7e7e7;
    display: block;
}

.daily-category-products .sub-dailydeal .bottom-home-dailydeal .product-name {
    float: left;
    width: 100%;
    margin-top: 10px;
}

.daily-category-products .sub-dailydeal .bottom-home-dailydeal .product-name a {
    color: #666;
    float: left;
    font: 16px Roboto;
    text-align: center;
    width: 100%;
    margin: 0;
}

.sub-dailydeal .item-daily-top {
    position: relative;
    min-height: 248px;
    margin-bottom: 20px;
}

.item-daily-top ul.dailydeal-price {
    background: url("http://www.noflystore.ie/skin/frontend/base/default/images/magegiant/dailydeal/bg-price1.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
    margin: 0;
    position: absolute;
    bottom: 0;
    opacity: 0;
}

.item-daily-top ul.dailydeal-price li {
    height: 32px;
    line-height: 32px;
    margin: 0;
    padding: 0;
    width: 50%;
    text-align: center;
}

.item-daily-top ul.dailydeal-price li.special-price span {
    font-size: 16px !important;
    color: #f14141 !important;
}

.item-daily-top ul.dailydeal-price li span.price {
    font: normal 14px Roboto;
    color: #fff;
}

.item-daily-top:hover .dailydeal-price {
    opacity: 1;
}

.bottom-home-dailydeal ul.time-left {
    float: left;
    width: 100%;
    background: #f14141;
    height: 53px;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box; /* Firefox, other Gecko */
    box-sizing: border-box; /* Opera/IE 8+ */
    padding: 5px;

}

.bottom-home-dailydeal ul.time-left li {
    width: 25%;
}

.bottom-home-dailydeal ul.time-left li span {
    font: normal 20px Roboto;
    color: #fff;
}

.bottom-home-dailydeal ul.time-left li span.timeleft-text {
    display: block;
    text-align: center;
}

.bottom-home-dailydeal ul.time-left li span.text-time {
    display: block;
    text-align: center;
    font-size: 11px;
    color: #fff;
}


/*------- Daily Deal sidebar left2 ------------------*/

.block-dailydeal-new{
    font-family: georgia;
    border: 1px solid #e3e3e3;
}

.block-dailydeal-new:hover{
    border: 1px solid #a0a0a0;
}
.block-dailydeal-new .sidebardailydeal{}
.block-dailydeal-new .sidebardailydeal a{
    float: left;
    width: 100%;
}
.block-dailydeal-new .sidebardailydeal a img{

}
.block-dailydeal-new .item-daily-top{
    position: relative;
    min-height: 180px;
    margin-bottom: 20px;
    float: left;
}
.dailydeal-sidebar-product-name{
    float: left;
    width: 100%;
    margin-top: 10px;
}
.dailydeal-sidebar-product-name a{
    text-align: center;
}
.block-dailydeal-new .block-title strong span{}

.dailydeal-item-left{
    font-size: 12px;
}
/*
 * Style definitions for PISC_EUVAT
 */

div.euvat {
    margin-bottom:1em !important;
    border-style:solid !important;
    border-width:1px !important;
    padding:4px 12px !important;
    font-weight:bold !important;
    text-align: left;
}
div.euvat-message {
}
div.euvat-undefined {
    border-color:#f16048;
    color:#df280a;
    background:#faebe7;
    text-align: left;
}
div.euvat-noneucustomer, div.euvat-eubusiness {
    border-color:#446423;
    color:#3d6611;
    background:#eff5ea;
    text-align: left;
}
div.euvat-euconsumer {
    border-color:#fcd344;
    color:#3d6611;
    background:#fafaec;
    text-align: left;
}
div.euvat-information {
}
div.euvat-link {
}
div.euvat-taxvat-validation {
	margin-top: 5px;
	width: 225px;
}
div.euvat-taxvat-validation-success {
	margin-top: 5px;
	width: 225px;
	border-color:#446423;
    color:#3d6611;
    background:#eff5ea;
    text-align: left;
}
div.euvat-taxvat-validation-failure {
	margin-top: 5px;
	width: 225px;
	border-color:#f16048;
    color:#df280a;
    background:#faebe7;
    text-align: left;
}
div.euvat-ajax-working {
	margin-top: 5px;
	width: 225px;
}
div.taxvat-validate {
	padding-top: 15px;
}
/**
 * GoMage Social Connector Extension
 *
 * @category     Extension
 * @copyright    Copyright (c) 2013 GoMage (http://www.gomage.com)
 * @author       GoMage
 * @license      http://www.gomage.com/license-agreement/  Single domain license
 * @terms of use http://www.gomage.com/terms-of-use
 * @version      Release: 1.0
 * @since        Class available since Release 1.0
 */ 
 
/* Header Fast Links
-------------------------------------------------- */
.header .links li{
  float: none;
  display: inline-block;
  vertical-align: middle;
  }
.header .gs-list{
  padding: 0 !important;
  }
  
/* Fixed height for Google + */
.gs-login [id^="___signin"]{
  height: 20px !important;
  vertical-align: middle !important;
  }
.header .gs-list.last,
.header .gs-list .last{
  background: none !important;
  padding-right: 0 !important;
  }
  
/* Lightcheckout
-------------------------------------------------- */
html .glc-login-and-paypal #gcheckout-login-link,
html .glc-login-and-paypal .gs-login-checkout,
html .glc-rtl.glc-login-and-paypal #gcheckout-login-link,
html .glc-rtl.glc-login-and-paypal .gs-login-checkout{
  float: none;
  display: inline-block;
  vertical-align: middle;
  }
  html .glc-login-and-paypal .gs-login-checkout *{
    vertical-align: middle;
    }
.glc-login-and-paypal .gs-login-ee.gs-login-checkout{
  padding: 0;
  text-align: left;
  }
 
/* Login Page
-------------------------------------------------- */
.gs-login-login,
.gs-login-checkout{
  text-align: right;
  padding: 5px 0;
  }
  .gs-login-login li{
    padding: 0 2px;

    }
  .gs-login li{
    display: inline-block;
    vertical-align: middle;
      margin: 10px 0 20px;
    }
  .gs-login img{
    vertical-align: middle;
  }
  
/* EE
-------------------------------------------------- */
.gs-login-ee.gs-login-login{
  text-align: left;
  clear: both;
  }
.gs-login-ee.gs-login-checkout{
  padding: 5px 20px;
  text-align: left;
  }

