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

/* Reset ================================================================================= */
@font-face {
    font-family: 'open_sansregular';
    src: url('/skin/frontend/fiat/default/fonts/opensans-regular-webfont.eot');
    src: url('/skin/frontend/fiat/default/fonts/opensans-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('/skin/frontend/fiat/default/fonts/opensans-regular-webfont.woff') format('woff'),
         url('/skin/frontend/fiat/default/fonts/opensans-regular-webfont.ttf') format('truetype'),
         url('/skin/frontend/fiat/default/fonts/opensans-regular-webfont.svg#open_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

body {
    font-family: open_sansregular;

}
* { margin:0; padding:0; }


html, body {
	height: 100%;
}

/*
.page, .wrapper {height:100%;}

.main-container {
	min-height: 100% !important;
	height: auto !important;
	height: 100%;
	margin: 0 auto -150px;  the bottom margin is the negative value of the footer's height 
        padding-bottom:150px;
}
.footer-container, .push {
	height: 150px;  .push must be the same height as .footer 
}
*/ 

#ajax_loader {float: right; margin-top: 14px;}
#ajax_loader_remove {float: right;}
body          { font:12px/1.55 open_sansregular; color:#666666; text-align:center; background: #efeeee;}

img           { border:0; vertical-align:top; max-width: 100%; }

a             { color:#333; text-decoration:underline; font-weight: normal;}
a:hover       { text-decoration:underline; }
:focus        { outline:0; }

.sprites {background-image:url(/skin/frontend/fiat/default/images/sprites.png); }
span.top-cart-arrow {display:none; width:16px;height:9px;position:absolute;top:-9px;left:111px;}
/* Headings */
h1,h2,h3,
h4,h5,h6      { font-family: open_sansregular;margin:0 0 5px; line-height:1.35; font-weight: normal !important;}
h1            { font-size:18px; font-weight:normal; }
h2            { font-size:16px; font-weight:normal; }
h3            { font-size:14px; font-weight:normal; }
h4            { font-size:12px; font-weight:normal; }
h5            { font-size:11px; font-weight:normal; }
h6            { font-size:11px; font-weight:normal; }



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

.hide-this    { display: none !important;}

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,ul li, ol li, ul li ul, ul li li, ul li ol, ol li 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; }


::selection { background: #941830; color:#fff;}
/* ======================================================================================= */


/* Layout ================================================================================ */
.wrapper {  background: url(/skin/frontend/fiat/default/images/bg_white.png) repeat-x; }
.page { overflow: hidden; }
.page-print { background:#fff; padding:25px 30px; text-align:left; }
.page-empty { background:#fff; padding:20px; text-align:left; }
.page-popup { background:#fff; padding:25px 30px; text-align:left; }
.main-container {
    width: 960px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

/* Base Columns */
.my-wishlist table td {vertical-align:middle;}
.my-wishlist .buttons-set {float:left;}
.my-wishlist .btn-remove {float:right;}
/* 1 Column Layout */


/* 2 Columns Layout */

/* 3 Columns Layout */

.col3-layout .col-wrapper { float:left; width:687px; }


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

.quick-access .links .block .block-content {width:325px;}



.add-to-cart button.button:hover { background-color:#666; }

/* Form Elements */
input,select,textarea,button { font:12px/15px open_sansregular; }
input,select,textarea { color:#2f2f2f; }
input.input-text,select,textarea { background:#fff; border:1px solid #b6b6b6; }
input.input-text,textarea { padding:2px; }
select { padding:1px; }
select option { padding-right:10px; }
select.multiselect option { border-bottom:1px solid #b6b6b6; padding:2px 5px; }
select.multiselect option:last-child { border-bottom:0; }
textarea { overflow:auto; }
input.radio { margin-right:3px; }
input.checkbox { margin-right:3px; }

input.qty { width:2em !important;text-align:center;margin-left:5px; padding: 5px 8px 5px 8px; }
.product-essential input.qty { width:2em !important;text-align:center;margin-left:5px; padding: 4px 4px 4px 4px; }


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

/* Form lists */
/* Grouped fields */
/*.form-list { width:535px; margin:0 auto; overflow:hidden; }*/
.form-list li { margin:0 0 8px; float: left; }
.form-list label { float:left; font-weight: bold; position:relative; z-index:0; color:#333;  margin-bottom: 5px;}
.form-list label.required { color:#333333;}

.customer-account-forgotpassword .form-list label.required { color:#333333; margin-bottom: 5px;}
.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.input-checkbox { margin-right:4px; }
.form-list li.control .input-box { clear:none; display:inline; width:auto; }
/*.form-list li.fields { margin-right:-15px; }*/
.form-list .input-box { display:block; clear:both; width:250px; }
.form-list .field { float:left; width:275px; }
.form-list input.input-text { width:184px; padding:5px;}
.customer-account-forgotpassword .form-list input.input-text { width:205px; padding:5px;}
.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; }
/* 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:75px; /*padding:4px;*/ height:26px; }
.form-list .name-prefix input.input-text { width:49px; }

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

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

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

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

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

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

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

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

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

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

.buttons-set { clear:both; margin:10px 0 0; padding:8px 0 0; }
.customer-account-forgotpassword .buttons-set { margin-top: 20px; }
.newsletter-manage-index .buttons-set { padding-top:30px; padding-bottom: 30px;}
.account-create .buttons-set { clear:both; margin:10px 0 0; padding:5px 0 0; }
.buttons-set p.required { margin:0 0 10px; }
.buttons-set .back-link { float:left; margin:0; }
.buttons-set button.button { }

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

.fieldset { border:1px solid #bbafa0; background:#fbfaf6; padding:22px 25px 12px 33px; margin:28px 0;overflow:hidden; }
.fieldset .legend {}
.webforms h2 {font-family: open_sansregular;font-size:15px;color:#333;margin-bottom:20px;font-wight:bold;}
.webforms label {font-weight:normal;padding-right:15px;}
.webforms .field, 
.webforms .fields {float:none;width:auto;margin:0;}
.webforms .field {margin-bottom:10px;}
.webforms-fields- .input-box {float:left;clear:none;}
.webforms-fields- label {width:40%;}
.field .radio-buttons .control {margin-right:15px;}
.field .radio-buttons .control input,
 .field .radio-buttons .control label {line-height:20px;height:20px;}
 .field .radio-buttons .control label {font-weight:bold;}
/* Form Validation */
.product-options-wrapper .validation-advice { position:absolute; }
.validation-advice { top:45px; min-height:13px; font-size:11px; line-height:13px; color:#aa0a33; clear:both;}
.product-shop .validation-advice { min-height:13px; font-size:11px; line-height:13px; color:#aa0a33; clear:both; margin-top: 3px;}
.validation-failed { border:1px solid #aa0a33 !important; }
.validation-passed {}
p.required { font-size:11px; /*text-align:right;*/ color:#000000; }
/* Expiration date and CVV number validation fix */
.v-fix { float:left; }
.v-fix .validation-advice { display:block; width:12em; margin-right:-12em;  }

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

.account-login .messages { width:96%; }
.messages li.empty-cart-msg, .page-title2 span.h2 { font-size:18px;color:#aa0a33;padding:10px 0 10px 0; border-bottom:1px solid #cccccc; border-top: 1px solid #cccccc; }
.messages li.empty-cart-msg li {padding:0;}
.messages, .messages ul { list-style:none !important; padding:0 !important; }
.contacts-index-index .messages { width: 100%; }
.messages { width: 920px; overflow:hidden; }
.customer-account-index .messages, .wishlist-index-index .messages,
.customer-address-form .messages, .newsletter-manage-index .messages,
.customer-account-edit .messages{ width: 736px !important; }
.messages li { margin:10px 0 10px 0 !important; padding-left:15px; }
.checkout-cart-index .messages li { padding-left: 10px; }
.messages li li { margin:0 0 0px !important; }
.error-msg,
.success-msg,
.note-msg,
.notice-msg { padding:7px 8px 6px 22px !important; font-size:12px !important; }
.error-msg { background-color:#aa0a33; color:#fff; padding-left: 0px !important;}
.success-msg { background:url("/skin/frontend/fiat/default/images/i_msg-success.gif") no-repeat 10px 5px #017e33; color:#fff; padding-left: 15px !important; }
.checkout-cart-index  .messages .success-msg ul li { padding-left: 15px !important;}
.note-msg, .notice-msg {padding-left: 0 !important;}

/* BreadCrumbs */
.breadcrumbs { font-size:11px; line-height:1.25; margin:15px auto 5px auto; text-transform: lowercase; width:946px; position:relative; padding-left:20px;}
.breadcrumbs li { display:inline; }
.breadcrumbs li strong { color: #666; font-weight: normal; }
.breadcrumbs li a { color:#999999; text-decoration: none; }
.breadcrumbs li a[href]:hover {text-decoration:underline;}

.catalog-category-view .breadcrumbs { padding-left: 0; margin:15px 0 5px 0; }
.catalogsearch-result-index .breadcrumbs { padding-left: 0; margin:15px 0 20px 0; }
.catalog-search-empty .breadcrumbs { margin:15px auto 5px auto; padding-left:20px;}
.onestepcheckout-index-index .breadcrumbs { margin:15px 0 5px 0; padding-left: 0; width: 920px;}
.checkout-onepage-success .breadcrumbs { padding-left: 0; margin-top: 10px; }

.cms-help-area .breadcrumbs, .contacts-index-index .breadcrumbs, .cms-payments .breadcrumbs, .cms-conditions-of-sale .breadcrumbs,
.cms-faq .breadcrumbs, .cms-terms-of-use .breadcrumbs, .cms-time-of-delivery .breadcrumbs, .cms-privacy .breadcrumbs, .cms-right-of-withdrawal .breadcrumbs { padding-left: 11px;}



/* Page Heading */
.page-title h1, .page-title2 { width:100%; overflow:hidden; padding:0 0 5px 0; margin:0 0  20px 0; font-weight:bold; }
.page-title span {color:#999;}
.page-title2 h1 {color:#aa0a33;font-weight:bold;border-bottom:1px dotted #999;text-transform: uppercase;padding-bottom:5px;}
.page-title h1,
.page-title h2, .page-title2 h2 { margin:0; font-size:18px; color:#343434; }
.page-title .separator, .page-title2 .separator { margin:0 3px; }
.page-title .link-rss, .page-title2 .link-rss{ float:right; margin:7px 0 0; }
.title-buttons { text-align:right; }
.title-buttons h1,
.title-buttons h2,
.title-buttons h3,
.title-buttons h4,
.title-buttons h5,
.title-buttons h6 { float:left; }

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

.toolbar-bottom 			{ margin-top:10px; }
.toolbar-bottom .view-mode 	{ display:none; }
.toolbar-bottom .pager 		{ float:right; }

/* Pager */
.pager { font-size:11px; /*background:#fff url(/skin/frontend/fiat/default/images/bkg_toolbar.gif) 0 100% repeat-x;*/ 
        /*border-top:1px solid #e2e2e2;*/ text-align:center; }
.pager .amount { float:left; margin:0; }
.pager .limiter { float:right; }
.pager .limiter label { vertical-align:middle; }
.pager .limiter select { padding:0; margin:0 0 1px; vertical-align:middle; }
.pager .pages { float:left; }
.pager .pages ol { display:inline;}
.pager .pages li { display:inline; margin:0 2px; }
.pager .pages .current {color:#96172e;}
.pager > a {float:left;color:#666;text-decoration:none;margin-top: 3px;display: block;width: 150px;margin: 0 auto;text-transform: uppercase;}
.pager > a:hover {color:#96172e;}
.pager > a.view-less {text-align:left;margin:0;}



/* Sorter */
.sorter { font-size:11px; background:#fff url(/skin/frontend/fiat/default/images/bkg_toolbar.gif) 0 100% repeat-x; padding:3px 8px; border-top:1px solid #e2e2e2; }

.sorter .sort-by { float:right; padding-right:36px; }
.sorter .sort-by label { vertical-align:middle; }
.sorter .sort-by select { padding:0; margin:0 0 1px; vertical-align:middle; }
.sorter .link-feed {}

/* Toolbar */
.toolbar,
.toolbar-bottom {overflow:hidden;padding-bottom:4px;margin-bottom:2px;font-family: open_sansregular;}
.toolbar .pager {
    text-transform: uppercase; font-size:13px;
}
.toolbar .sorter { border-bottom:1px solid #fff; }



/* 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; }
.data-table tr.last td { border-bottom:0 }
.data-table th { padding:3px 8px; font-family: open_sansregular; color:#333333; }
.data-table td { padding:3px 8px; }

.data-table thead th { text-transform: uppercase; padding: 11px 10px 7px 0; color:#0a263c; white-space:nowrap; vertical-align:middle; }
.data-table thead th.wrap { white-space:normal; }
.data-table thead th a,
.data-table thead th a:hover { color:#fff; }
.data-table thead th { border-bottom: 1px solid #979892; }
.data-table thead th .tax-flag { font-size:11px; white-space:nowrap; }

.data-table tfoot { padding:10px; color:#333; }
.data-table tfoot tr.first td { }
.data-table tfoot tr { }
.data-table tfoot td { padding-top:1px; padding-bottom:1px; border-bottom:0; /*border-right:1px solid #d9dde3;*/ }
.data-table tfoot strong { font-size:16px; }

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

.data-table tbody td .option-label { font-weight:bold; font-style:italic; }
.data-table tbody td .option-value { padding-left:10px; }
.privacy-info { margin-top:1em; width:100%; }
.privacy-overlay { width:800px; position:fixed; left:50%; margin-left:-440px;  top:50%; margin-top:-290px; background:white; padding:40px; text-align: left; z-index: 9999; }
.privacy-overlay .close-privacy { position:absolute; top:21px; right: 43px; cursor: pointer; background: url(/skin/frontend/fiat/default/images/arrow-ics.png) no-repeat 0 0; display: block; width:10px; height:10px; font-size:0; text-indent: -20px; }
.privacy-content {overflow-y:scroll; height:500px;}
.disc-footer{
    clear: both;
    height: auto;    
}
.disc-footer a{ text-decoration: underline; }
.disc-footer a:hover{ text-decoration: none; }
/* Generic Info Box */
.info-box { background:#fff url(/skin/frontend/fiat/default/images/bkg_block-title.gif) 0 0 repeat-x; border:1px solid #d0cbc1; padding:12px 15px; margin:0 0 15px; }
.info-box h2 { font-weight:bold; font-size:13px; }

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

/* Shopping cart total summary row expandable to details */
.cart-total-price div {/*height:18px;*/overflow:hidden;line-height:1.5em;}
.cart-total-price div strong {float:left;font-weight: normal;}
tr.summary-total { cursor:pointer; }
tr.summary-total td {}
tr.summary-total .summary-collapse { float:right; text-align:right; padding-left:20px; background:url(/skin/frontend/fiat/default/images/bkg_collapse.gif) 0 5px no-repeat; cursor:pointer; }
tr.show-details .summary-collapse { background-position:0 -52px; }
tr.show-details td {}
tr.summary-details td { font-size:11px; background-color:#dae1e4; color:#626465; }
tr.summary-details-first td { border-top:1px solid #d2d8db; }
tr.summary-details-excluded { font-style:italic; }

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

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

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

.link-cart { color:#dc6809 !important; font-weight:bold; }
.link-wishlist {  }
.link-reorder { font-weight:bold; color:#dc6809 !important; }
.link-compare { font-weight:bold; }
.link-print { /*background:url(/skin/frontend/fiat/default/images/i_print.gif) 0 2px no-repeat; padding:2px 0 2px 25px;*/ font-weight:bold; color:#333; }
.link-rss { background:url(/skin/frontend/fiat/default/images/i_rss.gif) 0 2px no-repeat; padding-left:18px; line-height:14px; white-space:nowrap; }

.wishlist .btn-remove2 {float:right;}
.btn-remove, 
.btn-remove2 { display:block; font-size:15px; line-height:normal; overflow:hidden; float: right; color: #666; }
.btn-remove2:hover { background-position: center bottom;}
.btn-edit    { display:block; width:11px; height:11px; font-size:0; line-height:0; background:url('/skin/frontend/fiat/default/images/btn_edit.gif') 0 0 no-repeat; text-indent:-999em; overflow:hidden; }

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

.separator { margin:0 3px; }

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

/* Noscript Notice */
.noscript { border:1px solid #ddd; border-width:0 0 1px; background:#ffff90; font-size:12px; line-height:1.25; text-align:center; color:#2f2f2f; }
.noscript .noscript-inner { width:950px; margin:0 auto; padding:12px 0 12px; background:url(/skin/frontend/fiat/default/images/i_notice.gif) 20px 50% no-repeat; }
.noscript p { margin:0; }

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


/* Header ================================================================================ */

.logo { float:left; }
.right-header {float:right;width:790px;}
.header-container {background-color: #fff;color:#a3a3a3; width:100%; z-index: 999;}
.cms-home .header-container { display: block; position: fixed; clear: both; z-index: 9997;;}
.header { width:930px; margin:0 auto; text-align:right; position:relative; z-index:11; }
.cms-home .header-container .header { width:960px; margin: 0 auto; text-align:right; z-index:10; height: 82px; }
.header .logo { float:left; margin:11px 0 0 0; text-decoration:none !important; /*overflow: hidden;*/}
.header .logo img{ width: 80px; height: auto; }
.header .logo strong { position:absolute; top:-999em; left:-999em; width:0; height:0; font-size:0; line-height:0; text-indent:-999em; overflow:hidden; }
.header h1.logo { margin:0; left:0; position:static; }
.header .quick-access { float:right; position:relative; z-index:100; }
.header .welcome-msg { margin:0; color:#8f8f8f; text-align:right; }
.header .welcome-msg a { color:#ebbc58; }
./*header .form-search { border:1px solid #CCC; margin:0 10px 0 0px;overflow:hidden;}*/
.header .form-search label { display:none; }
.shopping-bag-img { display:block;float:left; margin-top:-8px;}
.header .form-search input.input-text {
    border:none;color:#a3a3a3;
    float:left; /*text-transform:uppercase;*/
    font-size:11px;
    width:120px;
    background: url('/skin/frontend/fiat/default/images/mag-glass.png') no-repeat 5px 4px;
    background-color: #fff;
    border: 1px solid #d8d8d8;
    height: 18px;
    padding-left: 25px;
}
.header .form-search input.input-text:focus { border:1px solid #333; color:#333;background: url('/skin/frontend/fiat/default/images/mag-glass-black.png') no-repeat 5px 4px;background-color: #fff;}
form#search_mini_form {display:block;float:left;margin-left:15px;*width:190px;*height:30px;} /* tutto ci� � solo a causa di IE 7*/
form#search_mini_form div.form-search button.button:hover {background-position:-40px 0px;}
form#search_mini_form div.form-search button.button {background-position:0px -9px;
    display: none;
    float: right;
    height: 14px;
    width: 16px;
    margin:2px 3px 0 0;
    font-size:1px;
    line-height:16px;}
form#search_mini_form div.form-search button.button span {text-indent:-9999px;display:block;float:left;}
.header .form-search .search-autocomplete { z-index:999; left:40px !important; top:22px !important; }
.header .form-search .search-autocomplete ul { border:1px solid #5c7989; background-color:#f9f5f0; }
.header .form-search .search-autocomplete li { text-align:left; border-bottom:1px solid #f4eee7; padding:2px 8px 1px 8px; cursor:pointer; }
.header .form-search .search-autocomplete li .amount { float:right; font-weight:bold; }
.header .form-search .search-autocomplete li.odd { background-color:#fffefb; }
.header .form-search .search-autocomplete li.selected { background-color:#f7e8dd; }
.header .form-language { clear:both; padding:5px 0 0; text-align:right; }
.header .form-language label { font-weight:bold; padding-right:5px; color:#a7c6dd; vertical-align:middle; }
.header .form-language select { padding:0; }
.header .form-language select.flags option { background-position:4px 50%; background-repeat:no-repeat; padding-left:25px; }
.header .links { float:left;margin-top:6px; }
.header .links ul.links { margin: 0; }
.header .links li { float:left; font-size:11px; padding:0;line-height:22px; margin-left: 6px;}
.header .links li.child5 { padding-right: 5px; }
.header .links li.child5 a {  }
.header .links li.child6 { background: url('/skin/frontend/fiat/default/images/bg_bag.png') no-repeat; width: 156px; height: 42px; margin-top: -6px;}
.header .links a { color:#666; text-decoration: none; text-transform: lowercase;}
.header .links a:hover { color:#aa0a33; 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; }

/*.cms-home*/ 
.header .logo{
    position: absolute;
    top:0;
    left: 0;
}



/********** < Navigation */
.nav-container {  }
#nav { width:918px; margin:0 auto; padding:0 16px; font-size:13px; }

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

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

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

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

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

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

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

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


/* Sidebar =============================================================================== */
.block { margin:0 0 15px; }
.block .block-title {  border-bottom:1px solid #ddd; padding:2px 9px; }
.block .block-title strong { display:block; font:bold 12px/16px open_sansregular; min-height:16px; padding:1px 0 1px; text-transform:uppercase; color:#e26703; }
.block .block-title strong span {}
.block .block-title a { text-decoration:none !important; }
.block .block-subtitle { margin:0; font-size:1em; padding-bottom:15px;border-bottom:1px solid #eaeaea;}
.block .block-content { width:170px; }
.block .block-content .product-name { }
.block .btn-remove,
.block .btn-edit { float:right; margin:3px 0 2px 5px; }
.block .actions {  padding:6px 9px; text-align:right; }
.block .actions a { float:left; }
.block .actions button.button { float:right; }
.block .empty { margin: 5px 0 0 10px; }

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

/* Mini Blocks */
.block-cart,
.block-wishlist,
.block-subscribe,
.block-compare,
.block-reorder,
.block-poll,
.block-viewed,
.block-compared,
.block-related,
.block-tags,
.block-login { font-size:12px; 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: Currency Switcher */
.block-currency { border:0; background:url(/skin/frontend/fiat/default/images/bkg_block-currency.gif) 0 0 no-repeat; padding:7px 12px 10px; height:51px; }
.block-currency .block-title { background:none; border:0; padding:0; margin:0 0 5px; }
.block-currency .block-title strong { font:bold 13px/21px open_sansregular; background:url(/skin/frontend/fiat/default/images/i_block-currency.gif) 0 50% no-repeat; padding:0 0 0 21px; text-transform:none; color:#fff; }
.block-currency .block-content { background:none; padding:0; }
.block-currency .block-content select { width:100%; padding:0; }

/* Block: Layered Navigation */
.block-layered-nav { border:0; color:#666; }
.block-layered-nav a { color:#888; text-decoration: none; }
.block-layered-nav a:hover { color: #9e092f; }
.block-layered-nav a.selected {color:#9e092f;}
.block-layered-nav p { font-size: 16px; border-bottom: 2px solid #000;padding:0 0 5px 0; font-family: open_sansregular;}
.block-layered-nav li.color-item {float:left; margin-right:3px;}
.block-layered-nav li.color-item a {padding:3px;display:block;width:12px;height:12px;}
.block-layered-nav li.color-item a:hover {background-color:#f2f2f2;}
.block-layered-nav .block-title { border:0; padding:0; height:24px; text-indent:-999em; overflow:hidden; }
.block-layered-nav .block-subtitle { line-height:1.35; text-transform:uppercase;font-size:13px;}
.block-layered-nav dt {  text-transform:uppercase;line-height:15px; font-size:12px;padding-bottom:2px;    font-family: open_sansregular;margin:10px 0;}
.block-layered-nav dd { padding:0; font-family:open_sansregular;  }
.block-layered-nav dd.last { background:none; }
.block-layered-nav .currently span.value{color: #000; }
.block-layered-nav span{font-family: open_sansregular;}

.block-layered-nav .currently {margin-bottom:0; padding-bottom: 0;}
.block-layered-nav .currently li:hover { background: #dedddd;color:#9e092f !important;}
.block-layered-nav .currently li .label {
    padding:3px 5px;
    line-height:15px;
    font-size:12px;
    margin-bottom:0;
    color: #666666;
    font-family: open_sansregular;
    float: left;
}
.block-layered-nav .currently li:hover .label { color:#9e092f !important;}
.block-layered-nav .currently li .value{padding:0 12px;}
.block-layered-nav .currently li div  {float:left; line-height:13px;font-size:12px; }
.block-layered-nav .currently .label { text-transform:uppercase;display:block;margin-bottom:5px;}
.block-layered-nav .currently .btn-remove { margin:5px 0 0 0;}



.block-layered-nav .actions { font-size:11px; padding:4px 0; border-width:1px 0; text-align:right; text-transform: lowercase;}
.block-layered-nav .actions a { float:none; font-size: 12px; text-decoration: underline; color: #666666;}
.block-layered-nav .isopen  {font-weight:bold;}


/* 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-image:url(/skin/frontend/fiat/default/images/i_block-related.gif); background-position:0 1px; }
.block-related input.checkbox { float:left; }
.block-related .product { margin-left:20px; }

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

/* Block: Recently Viewed */
.block-viewed .block-title strong { background-image:url(/skin/frontend/fiat/default/images/i_block-viewed.gif); }

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

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

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

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

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

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

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

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


/* Category Page ========================================================================= */
.category-title { border:0; margin:0 0 0 205px; text-transform: uppercase; float: left; }
.category-image { width:100%; overflow:hidden; margin:0 0 10px; text-align:center; }
.category-image img {}
.category-description { margin:-10px 0 20px 7px; color:#666666;font-family:"Helvetica Neue", sans-serif; font-size: 11px; }
.category-description::selection { background: #941830; color:#fff;}
.category-description::-moz-selection { background: #941830; color:#fff;}
.category-products {position:relative;z-index:0;float:right;width:752px;}

/* View Type: Grid */
.products-grid { position:relative;z-index:0; }

.products-grid li.item { float:left; padding:0; text-align: center; width:24%; height: 310px!important; margin-bottom: 2%;background-color:#fff;}
.products-grid li.item .product_item { background: #fff; padding-bottom: 9px; }
.products-grid .item {position:relative;z-index:0;margin-bottom:10px!important;}
.products-grid .item:nth-of-type(1n){ margin-right: 1.25%; margin-bottom: 2%;} 
.products-grid .item:nth-of-type(2n){ margin-right: 1.25%; margin-bottom: 2%;} 
.products-grid .item:nth-of-type(3n){ margin-right: 1.25%; margin-bottom: 2%;} 
.products-grid .item:nth-of-type(4n){ margin-right: 0; float: right; } 
.products-grid .item:hover {z-index:1000;}




.products-grid .product-image { display:block; margin:0 0 5px; padding-top: 16px;  }
.products-grid .product-name {
    /*min-height:2.7em;*/
    margin:0 0 5px;
    font-size:12px;
    color:#aa0a33;
    text-transform: uppercase;
}
.related-products-wrapper .products-grid .product-name,
.similar-mod .similar-box.item .home-product-name{
	height: 32px;
}
.products-grid .product-name a { color:#a70b32; }
.products-grid .availability { line-height:21px; height: 30px; display: block; margin-top: 17px;}
.products-grid .actions { display:none; }
.products-grid .actions .button { margin:10px !important; }

.main-price-box .product-name {height:1em;overflow:hidden;}
.col2-left-layout .products-grid,
.col2-right-layout .products-grid {
    width:auto;
    margin-bottom:20px;
}
.col1-layout .products-grid { width:750px; margin:0 auto; }
.products-grid.last { border-bottom:0; margin-bottom:38px; }

/* View Type: List */
.products-list { margin-right: -5px;}
.products-list li.item { width: 145.3px; height:206px; float:left; position:relative; background-color: #fff; margin: 0 6px 6px 0;}
.products-list div.shadow-box {
width:100%;
height:414px;
position: absolute;
display: none;
background-color: white;
z-index:9999;
left:-2px;top:0;
border:2px solid #090909;
}

.products-list li.item.last {  }
.products-list a.product-image { display: block; text-align:center; position:relative;z-index:9990; }
.products-list a.product-image img {position:relative; z-index:1; height:140px; width: 140px; margin: 20px auto 0 auto;}
.products-list .product-shop { text-align:center;display:none;position:absolute;z-index:9999;left:0;margin-left:0px;width:146px;}
.products-list .product-shop button { background: #96172e url(/skin/frontend/fiat/default/images/red-button.png) no-repeat 90% 50% !important;}
.products-list .product-shop .product-code { margin:10px 0;}
.products-list .product-name { margin: -5px auto 5px auto; font-weight:bold; font-size:12px;text-align: center; width:120px; text-transform: uppercase;}
.products-list .product-name a {font-size:13px;font-family:ProximaNova-Regular;color:#aa0b33;}
.products-list .showed-price { padding-top: 15px; }
.products-list .price-box {width:110px;margin:0 auto;text-align:center;}
.products-list .price-box .regular-price .price { display:block; text-align:center; font-family: open_sansregular; font-size: 13px; }
.products-list .price-box p {margin-right:5px;}
.products-list .price-box .old-price {font-family: open_sansregular; font-size: 13px; color:#999999;text-decoration: line-through;}
.products-list .price-box .special-price {font-family: open_sansregular; font-size: 13px;color:#333;}
.products-list .availability { margin: -15px 0 0; font-family: open_sansregular; font-size: 13px;}
.products-list .gocheck { margin: 10px 0 5px 0;}
.products-list .desc { clear:both; padding:6px 0 0; margin:0 0 15px; line-height:1.35; }
.products-list .desc .link-learn { font-size:11px; }
.products-list .add-to-links { clear:both; padding-top: 8px; }
.products-list .add-to-links li { text-align: center; }
.products-list .add-to-links a { text-decoration:underline;color:#656565;}
.products-list .add-to-links .separator { display:inline; margin:0 2px; }
.shadow-container .choose-size  {padding-top:120px;margin:0 auto;display:none;}
.shadow-container .choose-size p    {text-transform:uppercase;text-align:center;font-size:13px;color:#333;font-family: open_sansregular;margin:0 auto; width:90%;margin-bottom:10px;font-weight: bold;}
.shadow-container .choose-size div  {margin:0 auto;text-align:center; overflow:hidden; width:180px;}
.shadow-container .choose-size li   {}
.shadow-container .choose-size a    {color: #999999; float: left; line-height: 22px; margin: 0 7px; padding: 4px; text-decoration: none; width: 22px;}
.shadow-container .choose-size a:hover {background-color:#333;border-radius:5px;color:white;}

.pager {float:left;}
.view-mode {float:right;width:48px;margin-right: -3px;}
.view-mode a {position:relative;background:url(/skin/frontend/fiat/default/images/pagination.gif) no-repeat;display: block;float:left;height:16px;width:16px;}
.view-mode a.grid {width:17px;}
.view-mode a:first-child .popup-view {left:-50px;}
.view-mode a.list {background-position:-27px 0;margin-left:10px;}

.view-mode .popup-view {display:block;padding:5px 10px;position:absolute;color:white;background-color:#999;top:20px;opacity:0;-webkit-opacity:0;filter:alpha(opacity="0");left:-45px;z-index:99999;width:100px;text-align:center;}
.triangle {
    position: absolute;
    top:-7px;
    left:50%;
    margin-left:-7px;
    display:block;
    width: 0; 
    height: 0; 
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    
    border-bottom: 7px solid #999;
}
.view-mode a:hover,
.view-mode a.list.active-view {background-position:-27px -18px;}
.view-mode a.grid:hover,
.view-mode a.grid.active-view {background-position:0px -18px;}
.view-mode .active-view {text-indent:-9999px;}
/** QUICKBUY    **/
.quick-buy {}
.shadow-container {z-index:-10; overflow: hidden;}

.shadow-container:hover {
    box-shadow: 0px 0px 6px #CCC;
    height:450px;
    width:183px;
    background-color: #fff;
    z-index:9999;
    left:0;
    z-index:9999;
    position: absolute;
    border: 2px solid #000;
    margin-top: -2px;
    margin-left: -2px;
}



.shadow-container .product-name { padding: 20px 20px 0 20px; height: 37px; font-family: open_sansregular;line-height: 16px;}
.shadow-container .actions .product-name{ height:auto; min-height:36px; }
.actions {position:relative;z-index:99999;}

.realtime-options {
    box-shadow: 0px 0px 6px #CCC;
    height:310px;
    position: absolute;
    z-index:100;
    background-color: #fff;
    z-index:101;
}


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


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

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

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

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

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

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

.product-view .product-shop .availability { font-size:11px; }
.product-view .product-shop .availability span { font-weight:normal; }
.product-view .product-shop .product-code {margin: 15px 0;}
.product-shop button span {padding:0 15px;}

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

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

/** Product Related **/
.container-related .info 	{ margin-top:2em; }
.container-related ul 		{ width:940px !important; }
.container-related ul li { width:225px !important; }
/********** < Product Prices */
.price-excl-shipping-label {margin:10px 0 0 0;}
.price-adtocart .price-excl-shipping-label { font-size: 10px; margin:0; }
.price-adtocart .price-excl-shipping-label p {line-height: 12px !important; margin:0; }
.price { white-space:nowrap !important; }

.price-box { /*margin:5px auto;*/ font-size: 11px; /*overflow:hidden;*/ line-height:18px; }
.price-box .price { color:#333; }
.price-box p {float:left;padding:0;}
.price-box p span {display:block;line-height:16px;}

/* Regular price */
.regular-price { color:#333; }
.regular-price .price { font-size:14px; color:#000; font-family: open_sansregular;}
.catalog-product-view .regular-price .price { font-size:14px; color:#cc0000; font-family: open_sansregular; }
.container-related .regular-price .price { color:#676767; }
.block .regular-price,
.block .regular-price .price { color:#2f2f2f;}

/* Old price */
.old-price .price-label { white-space:nowrap; color:#999; }
.item .product-shop .old-price .price {font-size: inherit;}
.product-shop {line-height:12px;}
/* Special price */
.special-price { margin:0; padding:3px 0; }
.special-price .price-label { font-size:13px; white-space:nowrap; color:#333; }
.special-price .price {  }
.item .product-shop .special-price .price {font-size: inherit;}

.percentuale-sconto {color:#999 !important;}
.slider .percentuale-sconto { margin:0 0 0 10px; }
.products-grid .special-price { font-size: 14px; color: #333; font-family: open_sansregular; margin: 0 0 0 10px;}
.products-grid .price-box{width:100%; text-align:center;}
.products-grid .price-box p{float:none; /*display:inline;*/ font-weight:bold;}
.products-grid .percentuale-sconto,
.products-grid .old-price { display:inline; margin:0;color:#999; font-size:14px; font-family: open_sansregular; text-decoration: line-through;}
.products-grid .price-box p span{display:inline;}

.price-adtocart .special-price { font-size: 21px; color: #cc0000; font-family: open_sansregular; margin: 7px 0 0 3px; /*float: left;*/}
.price-adtocart .old-price { display:inline; margin:10px 0 0 0;color:#999; font-size:21px; font-family: open_sansregular; text-decoration: line-through; /*float: left;*/}

/* 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 */
.tier-prices { margin:10px 0; padding:10px; background-color:#f4f7f7; border:1px solid #dadddd; }
.tier-prices li { line-height:1.4; background:url(/skin/frontend/fiat/default/images/i_tier.gif) no-repeat 0 3px; padding:2px 0 2px 10px; color:#424242; }
.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 auto 10px auto; }
.add-to-links .separator { display:none; }
.add-to-links a {
    color:#888;
    text-transform: lowercase;
    margin:15px 5px;
    text-decoration: underline;
}
.add-to-links a:hover {
    color: #333333;
}
/* 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:right; }
.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; }
span.price {color:#aa0a33;}

/* 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 { padding:0px 0 7px 0; }

.catalog-product-view .breadcrumbs { margin-bottom:20px;margin:0 auto;}
.product-essential { margin-bottom:20px; width:920px;margin:0 auto;}
.product-essential h2 { font:bold 13px/1.35 open_sansregular; }


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

/* Product Images */
.product-view .product-img-box {  width: 520px;position:relative; float: left; }
.col3-layout .product-view .product-img-box { float:none; margin:0 auto; }
.product-view .product-img-box .product-image { float:left; margin:0 0 13px; }
.product-view .product-img-box .product-image-zoom { position:relative; width:auto;/*400px;*/ overflow:hidden; z-index:9; margin-left:50px; }
.product-view .product-img-box .product-image-zoom img { /*margin-left:50px;*/ cursor:move; }
.product-view .product-img-box .zoom-notice { font-size:11px; margin:0 0 5px; text-align:center; }
.product-view .product-img-box .zoom { position:relative; z-index:9; height:18px; margin:0 auto 13px; padding:0 28px; background:url(/skin/frontend/fiat/default/images/slider_bg.gif) 50% 50% no-repeat; cursor:pointer; }
.product-view .product-img-box .zoom.disabled { -moz-opacity:.3; -webkit-opacity:.3; -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";/*IE8*/ opacity:.3; }
.product-view .product-img-box .zoom #track { position:relative; height:18px; }
.product-view .product-img-box .zoom #handle { position:absolute; left:0; top:-1px; width:9px; height:22px; background:url(/skin/frontend/fiat/default/images/magnifier_handle.gif) 0 0 no-repeat; }
.product-view .product-img-box .zoom .btn-zoom-out { position:absolute; left:2px; top:0; }
.product-view .product-img-box .zoom .btn-zoom-in { position:absolute; right:2px; top:0; }
.product-view .product-img-box .more-views h2 { font-size:11px; border-bottom:1px solid #ccc; margin:0 0 8px; text-transform:uppercase; }
.product-view .product-img-box .more-views ul {}
.product-view .product-img-box .more-views li {  }
.product-view .product-img-box .more-views li a { float:left; width:59px; height:59px; border:0px solid #ddd; overflow:hidden; margin:8px 0;padding:1px; }
.product-view .product-img-box .more-views li a:hover {padding:0px; border:1px solid #CCC;}
.product-view .product-img-box .img_big {width:450px;float:right;position:relative;}
.product-view .product-img-box .img_gallery {width:59px;position:relative;}
.product-view .product-img-box .img_gallery .img_gallery_in {padding:1px 0;}
.product-view .product-img-box .img_gallery .img_gallery_in a {display:block;padding:0;width:59px;height:59px;border:1px solid transparent;}
.product-view .product-img-box .img_gallery .img_gallery_in a img {width:59px;height:59px;}
.product-view .product-img-box .img_gallery .img_gallery_in .active {border:1px solid #000;}

.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:350px; }
.col1-layout .product-view .product-shop { float:right; margin-top:20px; }
.col3-layout .product-view .product-shop { float:none; width:auto; }
.product-view .product-shop .product-name { }
.product-view .product-shop .product-name p { margin:0; font-family: open_sansregular; font-size: 24px; color:#333; line-height: 20px; text-transform: uppercase; }
.product-view .product-shop .availability { margin:10px 0; }
.product-view .product-shop .short-description { margin:6px 0; font-size: 13px;color:#666; }
.product-view .product-shop .code {font-size:13px;}
.product-view .product-shop .std {font-size:13px; line-height: 17px; font-family: open_sansregular;}
.product-view .product-shop .price-box { margin:0 0 0 0; width: 100%;}
.product-view .product-shop .add-to-links { margin:0; float:left; }
.product-view .product-shop .add-to-links { font-size:12px; text-align:right; }
.product-view .product-shop .add-to-links li,
.product-view .product-shop .add-to-links li .separator { display:inline; }
.product-view .product-shop .add-to-links a { color:#1E7EC8 !important; font-weight:normal !important; }

/* Product Options */
.product-options {
    padding:20px; margin:15px 0; position:relative;
    font-family: open_sansregular;
    font-weight: normal;
    border-bottom: 1px solid #979892;
}
.catalog-product-view .product-options {
    padding: 20px 20px 20px 0;
}
.product-options dt { float:left;font-weight:normal; margin-top:6px; }
.product-options dt label { font-size: 12.7px;}
.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 { float:left; padding:0px 0 0 10px; margin:0 0 5px; border-bottom:1px solid #e4e4e4; }
.product-options dl.last dd.last { border-bottom:0; margin-bottom:0; margin-right: 0; }
.product-options dl.last dd.last .input-box { width: 112px; }
.product-options dd input.input-text { width:98%; }
.product-options dd input.datetime-picker { width:150px; }
.product-options dd .time-picker { display:-moz-inline-box; display:inline-block; padding:2px 0; vertical-align:middle; }
.product-options dd textarea { width:98%; height:8em; }
.product-options dd select { }
.product-essential .product-options dd select { height: 25px; }
.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 label {text-transform:lowercase;font-size:13px;color:#666;}

.product-options-bottom {  padding:15px 20px; border-top:0; }
.product-options-bottom .tier-prices { margin:0; padding:0 0 10px; border:0; background:0; }
.product-options-bottom .tier-prices li { background:0; padding:2px 0; color:#e26703; }
.product-options-bottom .tier-prices .price,
.product-options-bottom .tier-prices .benefit { color:#e26703; }
.product-options-bottom .price-box { float:left; margin:0; padding:0; }
.product-options-bottom .add-to-links { clear:both; padding:5px 0 0; text-align:right; }
.col3-layout .product-options-bottom .price-box { float:none; padding:0 0 5px; }
.product-options-bottom .price-label { float:left; padding-right:5px; }
.product-options-bottom .price-tax { float:left; }
.product-options-bottom .add-to-cart { float:right; }
.product-shop .product-options-bottom { margin:0 0 10px; }
.product-shop .product-options-bottom .price-box { float:none; margin:0 0 5px; }
.product-shop .product-options-bottom .price-label { float:none; padding-right:0; }
.product-shop .product-options-bottom .price-tax { float:none; }
.product-shop .product-options-bottom .add-to-cart-box { clear:both; float:left; padding-top:12px; }
.product-shop .product-options-bottom .add-to-links { clear:both; padding:5px 0 0; text-align:right; }

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

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

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

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

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

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

/* Send a Friend */
.overlay.sendfriend-overlay{z-index:100;}
.send-friend-dialog {
    width:620px;
    position:absolute;
    left:48%;
    margin-left:-310px;
    top:20%;
    padding:30px;
    background-color:white;
    z-index:101;
    text-align: left;
}
.send-friend-dialog .loading { text-align:center; width:16px; height:16px; display:block; margin:0 auto; }
.send-friend-dialog .close {position:absolute;right:30px;top:18px;}
.send-friend .form-list { width:615px; overflow:hidden; }
.send-friend .form-list li { /*margin-right:-15px;*/ }
.send-friend .form-list li p .btn-remove { position:absolute; right:30px; }
.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:290px; }
.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; }
#sender_options .fields, #recipients_options .fields {width:100%;}
#sender_options .fields .field:first-child, #recipients_options .fields .field:first-child, .additional-row .fields .field:first-child {float:left;}
#sender_options .fields .field, #recipients_options .fields .field {float:right;width:49%;}
#product_sendtofriend_form .buttons-set .button {float:left; margin-right:20px;}
/* ======================================================================================= */


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

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

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

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

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

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


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

/* Checkout Types */
.checkout-cart-index .main {padding:0;width:100%;}
.checkout-cart-index .breadcrumbs,
.checkout-cart-index .col-main > ul.messages {width:940px;margin:10px auto;}
.checkout-cart-index .col-main > div { width: 920px; margin: 10px auto 0 auto;}
.checkout-cart-index .col-main > div.tabs-container {width:100%; border-top: 7px solid #efeeee; margin-left: -20px; padding-right: 40px;}
.cart .page-title .checkout-types li { margin:0 0 5px; }
.cart .title-buttons .checkout-types { float:right; }
.cart .title-buttons .checkout-types li { float:left; margin:0 0 5px 5px; }
.cart .checkout-types .paypal-or { margin:0 8px; line-height:2.3; }
.cart .totals .checkout-types .paypal-or { clear:both; display:block; padding:8px 55px 0 0; line-height:1.0; font-size:11px; }

/* Shopping Cart Table */
.cart-table th { padding:2px 10px; }
.cart-table td { padding:10px;}
.cart-table .product-name { font-weight:bold; color:#333;font-family: open_sansregular;line-height:2em;  }
.cart-table .product-name span {display:block;line-height:1.4em;}
.cart-table .product-name a { color:#333; text-decoration: none; font-size:12px; font-family: open_sansregular; font-weight:normal; }
.cart-table .item-msg { margin:5px 0; font-size:11px; font-weight:bold; color:#df280a; }
.cart-table tfoot td { padding:2px 0 2px 0; }
.cart-table .btn-continue { float:left;  }
.empty.cart-table .btn-continue span {background:url(/skin/frontend/fiat/default/images/right-arrow-red.png) no-repeat 0 50%; padding-left: 18px;font-size:22px;}
.main .cart-table .empty .btn-continue span,
.cart-table .btn-update span { color:#000; font-size:18px;}
.cart-table .btn-continue:hover,
.cart-table .btn-update:hover {text-decoration:underline;}
/* Shopping Cart Collateral boxes */
.cart .cart-collaterals { border-top:1px solid #d0cbc1; 
                          border-bottom:1px solid #d0cbc1; }
.cart .cart-collaterals .col2-set { float:left; }
/*.cart .cart-collaterals .col2-set .col-2 { width:auto;  }*/

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

/* Discount Codes & Estimate Shipping and Tax Boxes */
.cart .discount,
.cart .shipping { padding:10px 0; font-size: 13px; font-family: open_sansregular; }
.cart .discount .validation-advice,
.cart .shipping .validation-advice{ font-family: open_sansregular; }
.cart .discount h2,
.cart .shipping h2 { background-position:0 0; background-repeat:no-repeat; font:bold 11px open_sansregular; color:#333; text-transform:uppercase; }
.cart .discount button span,
.cart .shipping button span { border-color:#406a83; }
.cart .discount .buttons-set,
.cart .shipping .buttons-set { margin:10px 0 0; border:0; padding:0; text-align:left; }
.cart .discount .buttons-set button.button,
.cart .shipping .buttons-set button.button { float:none; margin-left:0; }

.cart .discount h2 { font-size:12px;padding:5px 0 5px 0; font-family: open_sansregular; font-weight: normal; }
.cart .discount .input-box { margin:8px 10px 0 0; width:210px;}
.cart .discount .input-box input {float:left;}
.cart .discount .input-box button {float:right;}
.cart .discount .discount-form label {line-height:20px;line-height:40px\9;} 
.cart .discount input.input-text { width:150px; }

.cart .shipping h2 { }
.cart .shipping .sp-methods { margin:10px 0 0; padding:5px 0 0; background:url(/skin/frontend/fiat/default/images/bkg_divider1.gif) 0 0 repeat-x; }

/* Shopping Cart Totals */
.cart .totals { float:left; width: 585px; border-left: 1px solid #CCCCCC; font-family: open_sansregular; }
.cart .totals table { float:left; margin:5px 0; padding:5px 10px 0; color:#333; width:470px; }
.cart .totals td { padding:1px 15px 1px 7px; }
.cart .totals tr.last td {}
.cart .totals tfoot th { padding:5px 15px 5px 7px; }
.cart .totals tfoot td { /*padding-top:5px;*/ /*padding-bottom:5px;*/ }
.cart .totals tfoot th strong,
.cart .totals tfoot td strong { font-size:15px; }
.cart .totals .checkout-types { float:right; font-size:13px; display:block !important;opacity:1 !important;}
.cart .totals .checkout-types li { margin:32px 0 0 0; }

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


/* Checkout ============================================================================== */
/********** < Common Checkout Styles */
/* Shipping and Payment methods */
.sp-methods { margin:0 0 8px; }
.sp-methods dt { margin:13px 0 5px; font-weight:bold; }
.sp-methods dd {}
.sp-methods dd li { margin:5px 0; }
.sp-methods label { font-weight:bold; color:#666; }
.sp-methods .price { font-weight:bold; }
.sp-methods .form-list { padding-left:20px; }
.sp-methods .form-list li { margin:0 0 8px; }
.sp-methods select.month { width:154px; margin-right:10px; }
.sp-methods select.year { width:96px; }
.sp-methods input.cvv { width:3em !important; }

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

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

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

.please-wait {}
.please-wait img { vertical-align:middle; }
.cvv-what-is-this { font-size:11px; cursor:help; display:block; clear:both; color:#c00;}

/* 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; overflow:hidden; }
.tool-tip .tool-tip-content { padding:5px; }

.tooltip-tbuy {position:relative;}
.tbuy-info {background: none repeat scroll 0 0 white;
    border: 1px solid #F2F2F2;
    bottom: 15px;
    left: 50%;
    margin-left: -175px;
    padding: 20px 40px;
    position: absolute;
    width: 350px;}

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

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

/* Checkout Agreements */
.checkout-agreements li { margin:30px 0; }
.checkout-agreements .agreement-content { overflow:auto; padding:35px 2% 2% 2%; }
.checkout-agreements .agree { margin:0; padding:10px 0 10px 11px; }
.checkout-agreements .agree input.checkbox { margin-right:6px;float:left;margin-top:4px; margin-bottom: 10px;}
.checkout-agreements .agreement.child .agree input.checkbox {margin-top: 0;}


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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


/* Account Login/Create Pages ============================================================ */
.account-login .content { padding:14px 21px;  }
.account-login .content h2 { font-size:16px; margin:0 0 14px; text-transform:uppercase; color:#333; }
.account-login .new-users h2 { }
.account-login .registered-users h2 {  }
.account-login .buttons-set { padding:8px 13px; }

.account-create {}
/* Account Login/Create Pages ============================================================ */


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

.remember-me label { float:none; margin:0 6px; }
.remember-me-popup { background:#fff; border:1px solid #ccc; left:50%; top:50%; position:absolute; margin:-85px 0 0 -200px; width:400px; text-align:left; -moz-box-shadow:0 0 6px #ccc; -webkit-box-shadow:0 0 6px #ccc; -box-shadow:0 0 6px #ccc; z-index:1000; }
.remember-me-popup h3 { background:#d9e5ee; border-bottom:1px solid #ccc; font-size:14px; padding:5px 10px; }
.remember-me-popup .remember-me-popup-head { position:relative; }
.remember-me-popup .remember-me-popup-head .remember-me-popup-close {  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 open_sansregular; text-align:center; text-decoration:none; white-space:nowrap; color:#fff; }
/* Remember Me Popup ===================================================================== */


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

/********** < Dashboard */
.dashboard .welcome-msg { margin:0 8em 1.5em 0; }
.dashboard .welcome-msg p { margin:0; }
.dashboard .col2-set { margin:0 0 25px;}
.dashboard .col2-set.bg { background: url('/skin/frontend/fiat/default/images/bg_box_customer.png') no-repeat; height: 174px; }
.dashboard .space-dash { height: 10px; width: 100%; display: block;}

/* General Box */
.box-account { padding:15px 0; margin: 0 0 20px; }
.dashboard .box-account { padding:15px 0; margin: 0; }
.box-account .box-head { margin:0 0 10px; text-align:right; }
.box-account .box-head h2 { float:left; margin:0; /*font-size:16px; font-weight:bold; color:#333;*/ }

.dashboard .box .box-title { padding:0 0 2px; margin:0 0 8px; text-align:right; width: 320px;}
.dashboard .box .box-title h3,
.dashboard .box .box-title h4 { float:left; font-size:13px; font-weight:bold; margin:0; color:#999; }

/* Block: Recent Orders */
.dashboard .box-recent .box-head h2 { font-family:ProximaNova-Regular; font-size:15px; }

/* Block: Account Information */
/*.dashboard .box-info .box-head h2 { font-family: open_sansregular; font-size:15px; }*/
.dashboard .box-info h4 { font-size:11px; font-weight:bold; text-transform:uppercase; }

/* 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 { background-image:url(/skin/frontend/fiat/default/images/i_ma-tags.gif); }
.dashboard .box-tags .number { float:left; font-size:10px; font-weight:bold; line-height:1; color:#fff; margin:3px -20px 0 0; padding:2px 3px; background:#0a263c; }
.dashboard .box-tags .details { margin-left:20px; }
.dashboard .box-tags li.item { margin:0 0 7px; }
.dashboard .box-tags li.item.last { margin:0; }
.dashboard .box-tags .tags strong,
.dashboard .box-tags .tags ul,
.dashboard .box-tags .tags ul li { display:inline; }
/********** Dashboard > */

/* Address Book */
.addresses-list h2 { font-weight:bold; font-size:13px; color:#e26703; text-transform:uppercase; }
.addresses-list h3 { font-weight:bold; font-size:13px; }
.addresses-list address { margin:0 0 3px; color:#333333; }
.addresses-list address:first-child { font-weight: bold; }
.addresses-list p { margin:0; }
.addresses-list a { font-weight:normal; color:#333; }
.addresses-list .link-remove {   }
.addresses-list .separator { margin:0 3px; }
.addresses-list li.item { background:#fcfcfc; border:none; padding:10px 13px; margin:0 0 10px; }
.addresses-list li.empty { background:none; border:0; padding:0; }
.addresses-list li.empty p { font-weight:bold; }
.addresses-list .addresses-additional li.item { background-color:#fff; padding: 0px 0 15px 0; margin-bottom:15px;  }

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

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

.order-info-box { margin:0 0 15px; border: 8px solid #333333; }
.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; padding-top: 40px; }
.order-items h2 { /*font-size:15px; color:#000;*/ clear:none; padding:0 0 5px 0 ; margin:0 0 20px; border-bottom: 1px solid #dbdbdb;}
.order-items .product-name { font-family: open_sansregular; font-size:10px; color:#333;  }
.order-items .link-print { color:#1e7ec8; font-weight:normal; }
.order-items .order-links { text-align:right; }
.order-additional { margin:15px 0; }
/* Order Gift Message */
.gift-message dt strong { color:#666; }
.gift-message dd { font-size:13px; margin:5px 0 0; }
/* Order Comments */
.order-about dt { font-weight:bold; }
.order-about dd { font-size:13px; margin:0 0 7px; }
.tracking-table { margin:0 0 15px; }
.tracking-table th { font-weight:bold; white-space:nowrap; }

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

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

/* My Wishlist */
.my-wishlist .data-table td { padding:10px 10px 10px 0; vertical-align: middle;}
.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:2em; }
.my-wishlist .buttons-set button.button { float:none; }
.my-wishlist .buttons-set .btn-add span,
.my-wishlist .buttons-set .btn-share span {  }
.saf .my-wishlist .buttons-set .btn-add span,
.saf .my-wishlist .buttons-set .btn-share span,
.saf .my-wishlist .buttons-set .btn-update span{
    padding: 0;
}
.my-wishlist .product-name a { font-family: open_sansregular; font-size: 14px;}
#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:#aa0a33; font-size:12px !important; font-weight:bold; margin:10px 10px 0; padding:10px; text-align:right; text-transform:uppercase;}
.map-cart-sidebar-total { color:#aa0a33; display:block; font-size:10px; font-weight:bold; text-align:left; padding:2px 5px; text-shadow:0 1px 0 #fff; }

.map-popup { background:#fff; border:1px solid #aaa; margin:12px 0 0; position:absolute; -moz-box-shadow:0 0 6px #ccc; -webkit-box-shadow:0 0 6px #ccc; box-shadow:0 0 6px #ccc; text-align:left; width:300px; z-index:100; }
.map-popup-heading { background:#d9e5ee; border-bottom:1px solid #ccc; padding:5px 30px 5px 10px; width:260px; }
.map-popup-heading h2 { font-size:16px; margin:0; text-shadow:0 1px 0 #f6f6f6; overflow:hidden; white-space:nowrap; word-wrap:break-word; text-align:left; text-overflow:ellipsis; }
.map-popup-arrow { background:url(/skin/frontend/fiat/default/images/map_popup_arrow.gif) no-repeat; 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-color:#efeeee; margin:8px 0 0 0;}
.footer { width:920px; margin:0 auto; font-size:11px; color:#333; padding: 6px 20px 0px 20px; text-align: left; }
.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:#333; 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 a { text-decoration:underline; }
.footer address a:hover { text-decoration:none; }
.footer ul {  }
.footer ul.links { display:block; }
.footer li {  }
.footer li.last { background:none !important; }
.footer-container .bottom-container { margin:0 0 5px; }
.footer-container .copy { width: 920px; padding: 10px 20px 20px 20px; margin: 0 auto; font-size: 11px; color:#767575; text-align: left;}
/* ======================================================================================= */

/* 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 { }
.best-selling tr.even {  }
.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,
#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; }
/* ======================================================================================= */

.header:after,
.header .quick-access:after,
.header-container:after,
.header-container .top-container:after { content:"."; clear:both; font-size:0; line-height:0; height:0; overflow:hidden; }
.guest-select {width:305px !important;}

.ui-dialog {background-color: white;}

/* Newsletter subscribe */
#newsletter-validate-detail ul {overflow:hidden; margin-top: 10px;}
#newsletter-validate-detail li {float:left;margin-bottom:15px; }
#newsletter-validate-detail li.name, #newsletter-validate-detail li.last-name {width:37%;}
/*#newsletter-validate-detail li.email  {width:100%;}
#newsletter-validate-detail li.email,
#newsletter-validate-detail li input {width:97%;}*/
#newsletter-validate-detail li select {/*width:98%;*/}
#newsletter-validate-detail li label {display:block;line-height:24px;font-weight:bold;color:#333;}
#newsletter-validate-detail div.privacy-box {float:left;width:400px;margin: 5px 0 25px 0;}
#newsletter-validate-detail div.privacy-box input,
#newsletter-validate-detail div.privacy-box label {float:left;}
#newsletter-validate-detail div.privacy-box input {height:15px;*height:15px;}
#newsletter-validate-detail div.privacy-box label a {color:#333;padding-right:5px;}
/*.privacy a {text-decoration:underline;}*/
.req_label {float:right;margin-top:5px;}

/* filters */
.filters #narrow-by-list dt {cursor:pointer;}
.filters .block-subtitle {border:none;}
.block-layered-nav ol li a {
    text-transform: uppercase;
    font-weight: 400;
    display: block;
    font-family: open_sansregular;
    font-size: 12px;
    padding-left: 6px;
}
.block-layered-nav ol li a:hover {
    background: #dedddd;
    color:#9e092f;
}

.block-layered-nav ol li a span.price{color:inherit;}
.color-code-filter ul {width:130px; overflow:hidden;}
#narrow-by-list li { line-height: 1.4em;font-size:13px; }

/* My Account */
.my-account .page-title, .awrma-account .page-title{margin:0; font-size: 13px;}
.my-account .page-title h1, .awrma-account .page-title h1 {font:15px/3  ProximaNova-Regular;color:#000;width:auto;font-weight:bold;border:0;}
.my-account .page-title, .awrma-account .page-title {border:none;}
.my-account .page-subtitle {overflow:hidden;color:#000;border-bottom:1px solid #dbdbdb;}
.my-account .page-subtitle h2 {float:left;margin:0;/*color:#000;line-height:30px;font-size:15px;*/}
.my-account .page-subtitle a {line-height:30px;display:block;color:#666;}
.my-account .addresses-list {margin-top:30px;}
.my-account .addresses-additional {padding:16px 13px;margin:0 10px 0 20px;border:none;width:93%;}
.my-account .desc { color:#666666; font-family: open_sansregular; font-size: 12px !important; text-transform: none; display: block;margin: -20px 0 20px 0;}
.customer-address-index .block {margin-top:10px;}
.my-account h2{ font-family: open_sansregular; font-size: 15px; color: #333; }
    
/* Help Area Left Menu */
.home-help{margin-left:-20px;width:760px}
.home-help .customer{background: url('/skin/frontend/fiat/default/images/q_customer.png') no-repeat}
.home-help .back{background: url('/skin/frontend/fiat/default/images/q_resi.png') no-repeat}
.home-help .payment{background: url('/skin/frontend/fiat/default/images/q_pagamenti.png') no-repeat}
.home-help .sell{background: url('/skin/frontend/fiat/default/images/q_condizioni.png') no-repeat}
.home-help .item {width:350px;float:left;min-height:100px;margin-bottom:40px;margin-left: 20px}
.home-help .item li {padding-left:10px;}
.home-help .item h2 {color:#333;font-family: open_sansregular;font-size:15px; font-weight:bold;margin: 0 0 -10px; text-transform:uppercase;}
.home-help .item h2 span {display:block;float:left;width:130px;height:127px;text-indent:-9999px;margin-right:15px;}
.home-help .item h2 img{margin-top: 3px;margin-right: 5px}
.home-help .item h2 img.lineare{margin-top: 8px;margin-right: 5px; width:195px;}
.home-help .item ul {margin-left:40px;list-style:none}
.home-help .item ul li a {color:#666666;text-decoration:none;font-size:13px;}
.left-menu { width:170px;margin:0 0 0 10px; font-family: open_sansregular;}
.left-menu h2 {margin:0;color:#666666;font-size:17px;line-height:30px;text-transform:capitalize;border-bottom:2px solid #000; font-family: open_sansregular; padding-left: 6px;}
.left-menu h3  {font-size:12px;margin-top:7px;color:#333333;text-transform: uppercase;line-height:25px;border-bottom:1px solid #000;font-family: open_sansregular; padding-left: 6px;}
.left-menu a {color:#666666;text-decoration:none;text-transform:uppercase;display:block;width:100%;font-size:12px;padding-left: 6px;}
.left-menu a:hover {background:#ededed;color:#9e092f;}
.left-menu a.active {color:#9e092f;}
.left-menu ul li.item ul {padding-bottom: 0}

.right-menu { width:250px; margin: 0 10px 0 0;}
.right-menu h2 {margin:0;color:#333333;font-size:17px;line-height:30px;text-transform:uppercase;}
.right-menu a { color:#666666;text-decoration:none;line-height:20px;}
.right-menu a:hover { text-decoration:underline;}
.right-menu ul li { margin: 0 0 20px 0;}

.area-help {font-size: 17px;border-bottom:1px solid #000;color:#333333;margin:30px 0 30px 10px;text-transform:uppercase;width:920px;line-height:30px; font-family: open_sansregular;}
.contacts-index-index .page-title,
.cms-page-view .page-title {/*border:0;*/font-family: open_sansregular;font-weight:bold;}

.cms-help-area .page-title h1, .contacts-index-index .page-title h1, .cms-payments .page-title h1,
.cms-conditions-of-sale .page-title h1, .cms-faq .page-title h1, .cms-terms-of-use .page-title h1,
.cms-time-of-delivery .page-title h1, .cms-privacy .page-title h1, .cms-right-of-withdrawal .page-title h1
{ font-family: open_sansregular; font-size: 16px; margin-top: 5px;}

.contacts-index-index .page-title h1 {float:left;line-height:30px;color:#333333;font-weight: normal !important; font-family: open_sansregular;}
.contacts-index-index .page-title .required {float:right;color:#333;font-family:open_sansregular;line-height:30px;margin:0;}
.contacts-index-index .form-list .input-text {width:100%;}
.contacts-index-index .form-list li.fields div.field {width:240px;margin:0 4px 0 0;}
.contacts-index-index .form-list li.fields div.field.last {width:210px;margin:0 0 0 0;}
.contacts-index-index .form-list li.fields div.field .input-box {width:220px;}
.contacts-index-index .form-list li.fields div.field .input-box input {width:210px;}
.contacts-index-index .form-list li.fields div.field .input-box select {width:220px; height: 27px;}
.contacts-index-index .form-list li label { font-weight: bold; color:#333333; margin-bottom: 6px;}
.contacts-index-index .form-list li.privacy-box label { font-weight: normal; color:#333333; margin: 1px 0 0 0; width:420px;}
.contacts-index-index .form-list li.wide { width:100%;display:block;overflow:hidden;padding:0 0 0 0;}
.contacts-index-index .form-list li.wide .input-box textarea {width:460px;height: 100px;}
.contacts-index-index .fieldset { margin:0; width: 710px;}
.contacts-index-index .privacy-box .input-box { width:450px;}
.contacts-index-index .privacy-box input {float: left;}
.contacts-index-index .privacy-info { float:left; margin:0; margin-top:3px;  }
.contacts-index-index .privacy-info a {line-height: 20px;}

.privacy-box div {overflow:hidden; clear:both;}
.privacy-box input#privacy {height:30px;width:14px;float: left;margin: 0 5px 0 0;display:block;*height:31px;border:0 !important;}
.privacy-box label {overflow:hidden}
.privacy-box label a {line-height:30px;color:#333;font-weight:normal;}
.privacy-box label a:hover {text-decoration:underline;}

.cms-faq .page-title h1 {float:left;line-height:30px;color:#333333;font-weight: normal !important;}


.cms-page-view .simple-text {width:69%;float:left;}
.cms-page-view .simple-text h3 {color:#333;}
.cms-page-view .simple-text h4 {font-family: open_sansregular;font-size:13px;color:#333;margin-top:20px;margin-bottom:10px;color:#333;}
.cms-page-view .simple-text p {line-height:21px;font-size:12px;color:#333;}
.cms-page-view .simple-text p.abstract {border-bottom:1px solid #ccc;padding-bottom:30px;}
.cms-page-view .simple-text ul {list-style:disc;}
.cms-page-view .faq-menu {float:left;width:30%;}
.cms-page-view h1 {color:#000000;text-transform: uppercase;font-weight: bold}
.cms-page-view .faq-menu h4 {color:#000000;font-weight:bold;text-transform: uppercase;list-style: none}
.cms-page-view .faq-menu a {color:#898989;text-decoration: none}
.cms-page-view .faq-menu {list-style:none}
.cms-page-view .simple-text a {color:#999;text-decoration:none;}
.cms-page-view .faq-menu a:hover,
.cms-page-view .simple-text a:hover {text-decoration:underline;}
.ui-dialog .messages .error-msg {background:transparent;color:#333;}
.ui-dialog .messages .error-msg span {display:block;font-size:13px;font-weight:normal;}
.ui-dialog .messages .error-msg span a {display:block;background-color:#666; color:white; padding:0 10px;text-decoration:none;line-height:32px;width:60%;font-family: open_sansregular;text-align:center;margin:20px auto;}
.customer-account-login .ui-widget-header .ui-icon-closethick {position:static;margin:0;}
.ui-dialog .messages .error-msg span a.mail {display:inline;background:transparent;color:#333;margin:0;padding:0;font-family: open_sansregular;line-height:inherit;text-decoration:underline;}

#header-wrap {
    display:block;
    height:90px;
    position:relative;
    z-index:860;
    background-color:#FFF;
    padding:15px 0 0 8px;
}
#header {
    display:block;
    margin:0 auto;
    position:relative;
    width:980px;
    z-index:856;
    background:#fff;
}
#header h1 a {
    background:url("/skin/frontend/fiat/default/images/logo.png") no-repeat scroll left top transparent;
    left:0px;
    position:absolute;
    text-indent:-9999px;
    top:0px;
    width:139px;
    height:70px;
    
}

#footer {
    color: #333333;
    font-size: 13px;
    letter-spacing: 0;
    margin-top:30px;
    width: 980px;
    margin:20px auto;
}

#footer address {
    font-style:normal;
}

#footer ul li a {
    color: #333333;
    display: block;
    margin: 0 0 3px;
    text-decoration: none;
}

#footer ul li a:hover {
    text-decoration: underline;
}

#footer ul {
    list-style:none;
    float: left;
    margin: 15px 10px 0 0;
}

#footer .info {
    display: inline;
    float: left;
    margin: 0 15px 0 0;
}

#footer .copy {text-align:center;font-size:12px;}

#footer .cards {
    background: url("/skin/frontend/fiat/default/images/payment_methods.png") no-repeat scroll left top transparent;
    height: 33px;
    width: 300px;
    margin:0 auto;
    text-align:center;
}

a.tooltip-tbuy {
    color:#767575;
    position:relative;
}
 
a.tooltip-tbuy:hover div.tbuy-info {display:block;}

.tbuy-info {
  background: #fff;
  border: 1px solid #f2f2f2;
  bottom: auto;
  display: none;
  left: 50%;
  margin: 0;
  padding: 20px 40px;
  position: fixed;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 50%;
  z-index: 10000;
  overflow: auto;
}
.closeCopy, .closeModal{ position: absolute; right: 2%; top: 2%; font-size: 25px; color: #666; z-index: 1; line-height: 1; }

body.globalcollect-method-redirect {background:#f9f9f9}
.globalcollect-method-redirect .main {padding:0;width:100%;}    
.loading {height:100px;text-align:center;background:#fff;width:980px;margin:0 auto;}
.filters dd ul li a {font-family: open_sansregular; color:#000; font-weight: bold;}
.carrier-method {margin-left:30px;}
div#tabs.ui-tabs ul.ui-tabs-nav li.ui-corner-top a span {font-family: open_sansregular;}
div#tabs.ui-tabs ul.ui-tabs-nav li.ui-state-active a span {font-weight:normal;}

/* Cart Total Price */
.cart-total-price {padding:10px 0 0 33px;width:200px;color:#666;}
.cart-total-price .price {float: right;}
.price-total-box { font-size:16px;border-top:1px solid #ccc; padding: 5px 10px 1px 10px; margin:5px -10px 0 -10px;}
.price-total-box.last .price {font-size:18px; margin-left:24px; font-weight: bold;font-family: open_sansregular;color:#333;}

.similar-box .info .price-box {float:none;width:180px;margin: 1px auto;}
.similar-mod { margin:0 auto 50px 0; overflow:hidden; }
.similar-mod .similar-box{ width: 220px; float:left;margin-right: 10px;}
.similar-mod .similar-box .image{  height: 200px; overflow:hidden; margin: 0 0 0 0; position: relative; }
.similar-mod .similar-box .product-image {}
.similar-mod .similar-box img {
    width: 200px;
    height: 200px;
    padding-left: 10px;
}
.similar-mod .similar-box .info{   height: 60px; padding-top: 10px; }
.similar-mod .similar-box .info h3 {width:80%;margin:0 auto;text-align: center;text-transform: uppercase;font-weight: normal; height:30px;overflow:hidden;}
.similar-mod .similar-box .info h3 a{ display: block; font-size: 15px; color:#aa0a33; line-height: 1.1em;text-decoration: none; font-family: open_sansregular;}
.similar-mod .similar-box .info .info-available{ font-size: 12px; color: #666; display: block; text-transform: capitalize; margin-bottom: 5px;  }
.similar-mod .similar-box .info .price{ font-size: 18px; color: #aa0a33; display: block; margin-bottom: 5px; text-align: center; }
.cms-home .similar-mod .similar-box .info .price{ display: inline; }
.similar-mod .similar-box .info .price .price {text-align: center; font-size:14px; color:#666666; line-height:13px; font-family: ProximaNova-Regular, sans-serif;}
.checkout-cart-index .similar-mod .similar-box .info .price .price { margin-top: 5px;}
.similar-mod .similar-box .info .price #old-price .price {text-align: center; font-size:13px; color:black; text-decoration: line-through;}
.similar-mod .similar-box .info a.avail {float: right;margin-top:-30px;}
.similar-products {width:960px;margin:0 auto;}
.similar-title {background: url(/skin/frontend/fiat/default/images/moleskine-title-similar.png) no-repeat 0 0; width:1196px;height:130px;margin:0 auto;}
.similar-box .price-box {text-align: center;}

.similar-box .price-box .old-price {text-decoration: line-through; font-size: 14px; color: #ccc; }
.similar-box .price-box .special-price { width: auto; font-size: 14px; color: #666;}


.home-roll {
    width:920px;
    margin: 40px auto 0 auto;
    height: 310px;
    position:relative;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.checkout-cart-index .home-roll { height: 290px;}
.home-roll .similar-products {margin:0;}
.home-roll .iosSlide {height:100%;}
.home-roll .slider {width: 920px; padding: 0 0 0 10px;}
.container-related {position:relative;}
.flex-direction-nav .flex-next,
.flex-direction-nav .flex-prev,
.home-roll .next,
.home-roll .prev {display: block;width: 53px;height: 53px;position:absolute; background:url(/skin/frontend/fiat/default/images/buttons.jpg) no-repeat 0 0;top:83px;left:-53px;cursor:pointer;}
.flex-direction-nav .flex-next,
.home-roll .next {right: -53px;left:auto;background-position : -53px 0px;}
.flex-direction-nav .flex-next:hover,
.home-roll .next:hover {background-position : -53px -53px;}
.flex-direction-nav .flex-prev:hover,
.home-roll .prev:hover {background-position : 0 -53px;}
.flex-direction-nav .flex-disabled.flex-next {background-position : -53px -53px;}
.flex-direction-nav .flex-disabled.flex-prev {background-position : 0px -53px;}

.cms-home .top-tab-container { overflow:hidden; width:1200px; }
.tabs-container {width:100%;text-align: center;min-height: 40px;}
.cms-home .tabs-container {width:960px;text-align: center;min-height: 40px; background: #fff;padding-bottom: 5px; position: relative; z-index: 3000; height:410px; }
.upsell-cart {position: relative;}

.tabs-container .item {font-family: open_sansregular;line-height:40px;text-transform: uppercase;padding:13px 0 0 0;text-decoration:none;color:#666;font-size:14px;}
.tabs-container span { font-family: open_sansregular; font-size: 18px; color: #333; }
.tabs-container span{ font-family: open_sansregular; font-size: 18px; color: #333; text-transform: uppercase; display: block; width: 920px; margin: 0 auto; border-bottom: 1px solid #979892;height: 40px; }
.tabs .item a {display:block;}

.tabs-container .item:hover, .tabs-container .item.selected {background:white;color:#333;}
.tabs-container .item.selected {font-family: open_sansregular; text-transform: uppercase; font-size: 22.86px;}
.all-purpose-container .item { padding:0; }

.cms-home .tabs-container span { border: 0; display: inline;}
.cms-home .tabs-container label { float: left; font-family: open_sansregular; font-size: 22.86px; text-transform: uppercase; color:#333; margin-left: 20px; margin-top: 17px;}
.cms-home .tabs-container ul {
    width:178px;
    padding: 3px 0 5px 0;
    border:0;
    float: left;
    margin-left: 50px;
    overflow: hidden;
    position: absolute;
    left: 148px;
    top: 42px;
    border-left: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    background-color: #fff;
}
.no-border { border: 0 !important;}
.cms-home .tabs-container ul li { font-size: 12px; line-height: 12px;  width:180px; font-family: open_sansregular; color:#999; text-transform: uppercase; text-align: left; background: #fff; display: block; padding: 5px 0 5px 5px; cursor: pointer;}
.cms-home .tabs-container ul li:hover { background: #ededed;}
.cms-home .tabs-container #opt_sel { font-size: 12.7px; line-height: 12px; width:180px; height: 16px; font-family: open_sansregular; color:#999; text-transform: lowercase; text-align: left; cursor: pointer; position: absolute; display: block; left: 198px; top: 20px; border-bottom: 2px solid #000;  padding-top: 4px;}
.bg_opt_sel_down { background: url('/skin/frontend/fiat/default/images/arrow-down.png') right center no-repeat; }
.bg_opt_sel_up { background: url('/skin/frontend/fiat/default/images/arrow-up.png') right center no-repeat; }

.tab-content.opened { opacity:1 !important; z-index:800 !important; }
.cms-home .tab-content.opened { clear: both; }
.tab-content { background: #ffffff; line-height: 40px; position:absolute; top:50px; z-index:799; }

.ty-msg {font-size:12px}
.order-number {font-weight:bold;font-size:12px;margin:0; }
.mail-confirm-msg {color:#999 !important;}

.catalog-search-empty .main {width:100%;padding:0;}
.catalog-search-empty .page-title2 {
    width:920px;
    margin:10px auto;
    padding: 20px 0 20px 0;
    border-bottom: 1px solid #cccccc;
    border-top: 1px solid #cccccc;
}
.catalog-search-empty .note-msg {
    width:960px;
    margin:10px auto;
    color:#999999;
}
.catalog-search-empty .tabs-container {
    margin-top:25px;
    border-top: 7px solid #efeeee;
    margin-left: -20px;
    padding-right: 40px;
}

.catalogsearch-result-index .page-title span.h1 { border:none; font-family: open_sansregular; color:#333333; font-size: 18px; margin-left: 11px; }
.catalogsearch-result-index .page-title span span { color:#aa0a33;}

.image-container {max-width:960px;margin:0 auto;display:none;}
.image-container .close {cursor:pointer;}
.image-container img {max-width: 100%;}

/*
 * jQuery FlexSlider v2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */

 
/* Browser Resets */
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus  {outline: none;}
.slides,
.flex-control-nav,
.flex-direction-nav {margin: 0; padding: 0; list-style: none;} 

/* FlexSlider Necessary Styles
*********************************/ 
.flexslider {margin: 0; padding: 0;}
.flexslider .slides > li {display: none; -webkit-backface-visibility: hidden;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {width: 100%; display: block; }
.flex-pauseplay span {text-transform: capitalize;}

/* Clearfix for the .slides element */
.slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;} 
html[xmlns] .slides {display: block;} 
* html .slides {height: 1%;}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {display: block;}

.product-images-slider {position:absolute;top:0;left:0;z-index:9999;display:none;width:100%; min-height:100%; overflow:hidden; background:white;}
.product-images-slider .slides img {display:block;max-width:100%;margin: 0 auto;}
.product-images-slider .close {background:url(/skin/frontend/fiat/default/images/close.gif) no-repeat 0 0;position:absolute;right:2%;top:2%;cursor:pointer;-webkit-touch-callout: none;
-webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none;
display:block; width:30px;height:30px;font-family:open_sansregular, Helvetica, sans-serif;font-size:0;text-shadow:transparent;color:transparent;}

/* FlexSlider Default Theme
*********************************/
.flexslider {}
.product-images-slider  .flex-viewport {max-width: 90%;max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; transition: all 1s ease;float:right;}
.loading .flex-viewport {max-height: 300px;}
.flexslider .slides {zoom: 1;}

.carousel li {margin-right: 5px}


/* Direction Nav */
.product-images-slider .flex-direction-nav {position:absolute;width:78%;top:40%;left:18%;margin-top:-25px;*height: 0;}
.flex-direction-nav a {height:75px;width:40px;display:block;background: url(/skin/frontend/fiat/default/images/next-prev.png) no-repeat 0 0;font-size:0;color:transparent;text-shadow:transparent;}
.product-images-slider .flex-direction-nav .flex-next {float:right; background-position:-53px 0;}
.product-images-slider .flex-direction-nav .flex-next:hover {background-position:-53px -53px;}
.product-images-slider .flex-direction-nav .flex-prev {float:left;}
.product-images-slider .flex-direction-nav .flex-prev:hover {background-position:0px -53px;}
.flexslider:hover .flex-next {opacity: 0.8; right: 5px;}
.flexslider:hover .flex-prev {opacity: 0.8; left: 5px;}
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {opacity: 1;}
.flex-direction-nav .flex-disabled { cursor: default;}


/* Control Nav */
.product-images-slider .flex-control-nav {width: 70px; position: absolute; bottom: -40px; text-align: center; }
.flex-control-nav li {margin: 0 6px; zoom: 1;}
.flex-control-paging li a {width: 60px; height: 60px; display: block; }
.flex-control-paging li a:hover { background: #333; background: rgba(0,0,0,0.7); }
.flex-control-paging li a.flex-active { background: #000; background: rgba(0,0,0,0.9); cursor: default; }

.product-images-slider .flex-control-thumbs {margin: 5px 0 0; position: static; margin-left:30px; margin-top:10%; overflow: hidden;float:left;}
.product-images-slider .flex-control-thumbs li { float: left; margin: 0;margin-bottom: 10px;}
.product-images-slider .flex-control-thumbs img {width: 100%; display: block; border:2px solid transparent; cursor: pointer;}
.product-images-slider .flex-control-thumbs img.flex-active {border:2px solid #aa0a33;}
.flex-control-thumbs img:hover {opacity: 1;}
.flex-control-thumbs .flex-active {opacity: 1; cursor: default;}

.mini-cart .summary .button {width:100%;background:#96172e;}
.mini-cart .block-content {padding:0;}
.mini-cart .cart-total-price {padding:5px 0; width:305px; font-family: open_sansregular; margin: 0 10px 0 10px;}

#privacy-text-overlay {width:700px;position: absolute; top:5%; left: 50%;margin:0 0 5% -370px;padding:40px;background:#fff;z-index:9999;text-align:left;}
#privacy-text-overlay .privacy-content {height:500px;overflow-y:scroll;padding-right:20px;margin-top:40px;}
#privacy-text-overlay .close {cursor:pointer;position:absolute;top:30px;right:38px;}

.copy-info {color:#767575; padding:0; width:960px; margin:0 auto; margin-bottom:20px; text-align:left;}
.agreement #wrapAccountCreate{
    display: none;
   background-color: #999;
   width:100%; 
    height: 100%;
    position: fixed;
    top:0;
    left:0;
    opacity: 0.6;
    z-index: 100;
}

.agreement #wrapAccountCreate span{
    font-size: 20px;
    position: absolute;
    right: 390px;
    top:102px;
    z-index: 200;
}

.agreement #privacyAccountCreate{
    /* display: none;*/
    width: 850px;
    border: 1px solid #777;
    background-color: #fff;
    position: absolute;
    top :90px;
    left: 310px;
    padding: 20px;
    z-index: 110;
}

.fb_reset {display:none;}

.select-language .header .logo img{ position:relative; left:-8px; bottom:-1px; }

.communication_on_product,
.banner-product-view-block { background-color: #EFEDEE; font-size:13px; text-transform: uppercase; color:#000; line-height:30px; text-align: center; margin-top:2px; }

.vat-list-disclaimer { margin-bottom:5px; font-size:10px; }

body > img {display:none;}

@media screen and (max-width: 1350px) {
  .product-images-slider .flex-direction-nav {left:15%;}
  .product-images-slider .flex-viewport {max-width:90%;}
}

@media screen and (max-width: 1024px) {
 .product-images-slider .slides img {margin: 0;}
 .product-images-slider .flex-viewport {max-width:85%;}
 .product-images-slider .slides img {margin-left:-100px;}
}
#bann_cont_link{
    cursor: pointer;
}

/********************************************************
STYLING LEGAL STATIC BLOCK
********************************************************/

.static-text {
    color:#666;
    margin-bottom:10px;
    position: relative;
    margin-top: 20px;
    line-height: 1.5em;
    font-size:12px;
}

.static-text a {
    color:#666;
}

.onestepcheckout-index-index .static-text {
    width:90%;
    margin-top:10px;
}

/********************************************************
END STYLING LEGAL STATIC BLOCK
********************************************************/

/********************************************************
ONESTEPCHECKOUT OPTIONS
********************************************************/

.name ul.onestepcheckout-custom-options {
    list-style: none;
    margin:0;
    list-style-type: none;
}

.onestepcheckout-custom-options li {
    float:left;
    font-size:11px;
    color:#666;
    margin-right:0.4em;
}

.onestepcheckout-custom-options li:not(:last-child):after {
    content: ',';
}
/********************************************************
END ONESTEPCHECKOUT OPTIONS
********************************************************/

.container-related{z-index:0;}


/*Aggiunti da Gianvittorio Palumbo - Slider Homepage------------------------------------------------------------------------*/
.homepage-slider{ margin: 0 0 0 0 !important; font-family: open_sansregular;}
@keyframes nextArrow {
49% {
    transform: translate(100%);
}
50% {
    opacity: 0;
    transform: translate(-100%);
}
51% {
    opacity: 1;
}
}
@keyframes nextArrow {
49% {
    transform: translate(100%);
}
50% {
    opacity: 0;
    transform: translate(-100%);
}
51% {
    opacity: 1;
}
}
@keyframes prevArrow {
49% {
    transform: translate(-100%);
}
50% {
    opacity: 0;
    transform: translate(100%);
}
51% {
    opacity: 1;
}
}
@keyframes prevArrow {
49% {
    transform: translate(-100%);
}
50% {
    opacity: 0;
    transform: translate(100%);
}
51% {
    opacity: 1;
}
}
.homepage-slider .prevSlide, .homepage-slider .nextSlide {
	position: absolute;
	top: 50%;
	z-index: 2;
	padding: 10px 15px;
	font-size: 12px;
	background: #fff; 
	color: #000;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);		
	transform: translateY(-50%);	
	-webkit-transition: all 300ms ease-out;
	-moz-transition: all 300ms ease-out;
	-ms-transition: all 300ms ease-out;
	-o-transition: all 300ms ease-out;
	transition: all 300ms ease-out;   	
}

.homepage-slider .prevSlide i, .homepage-slider .nextSlide i{
    animation: 0s ease 0s normal none 1 running none;  
}

.homepage-slider .prevSlide:hover i {
    animation: 0.5s ease 0s normal forwards 1 running prevArrow;
}
.homepage-slider .nextSlide:hover i{
    animation: 0.5s ease 0s normal forwards 1 running nextArrow;
}
.homepage-slider .prevSlide{left: 0;}
.homepage-slider .nextSlide{right: 0;}
.homepage-slider .slick-dots{
	position: absolute;
	bottom: 2%;
	left: 50%;
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);		
	transform: translateX(-50%);	
}
.homepage-slider .slick-dots li {
  cursor: pointer;
  display: inline-block;
  margin: 0 5px;
  padding: 0;
  position: relative;
  width: 10%;
  height: auto;
}
.homepage-slider .slick-dots li button,
.homepage-slider .slick-dots li button::before,
.homepage-slider .slick-dots.slick-active li button,
.homepage-slider .slick-dots li.slick-active button::before{height: 5px;width: 100%;padding: 0;}
.homepage-slider .slick-dots li button {line-height: normal;position: relative;text-align: center;display: block;}
.homepage-slider .slick-dots li button::before {content: ""; opacity: 0.5; background-color: #fff;}
.homepage-slider .slick-dots.slick-active li button{line-height: normal;position: relative;text-align: center;display: block;}
.homepage-slider .slick-dots li.slick-active button::before{background: #fff;content: "";opacity: 1;}
.slideItem{ position: relative; z-index: 0; }
.boxInfoSlide{ position: absolute; z-index: 1; }
.boxInfoSlide h3{ font-size: 34px; margin: 0 0 10px 0; text-transform: uppercase; font-family: open_sansregular; line-height: normal;}
.boxInfoSlide h4{ font-size: 12px; margin: 20px 0;}
.boxInfoSlide.alignLeft{
	width: 30%;
	top: 50%;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);		
	transform: translateY(-50%);	
	left: 10%;
}
.boxInfoSlide.alignRight{
	width: 30%;
	top: 50%;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);		
	transform: translateY(-50%);	
	right: 10%;	
}
.boxInfoSlide.alignCenterToCenter{
	width: 40%;
	top: 50%;
    -moz-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);		
	transform: translate(-50%,-50%);	
	left: 50%;
	text-align: center;
}
.boxInfoSlide.alignCenterToCenter .button-holder a {}
.boxInfoSlide.alignCenterToBottom{
	width: 50%;
	bottom: 10%;
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);		
	transform: translateX(-50%);	
	left: 50%;
	text-align: center;
}
.button-holder{ margin: 5px 0 0 0;}
.button-holder a {
  background: #95172D;
  color: #fff;
  display: inline-block;
  font-size: 12px;
  font-weight: bold;
  margin: 0 0 10px;
  padding: 7px 20px 7px;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 300ms ease-out 0s;
}
.button-holder a:hover {background: #AE2941;}
.button-holder a i{font-size: 12px; margin: 0 0 0 30px;}
.boxImgSlide{overflow: hidden;}
.boxImgSlide img{ width: 100%; }
.boxImgSlide:hover{overflow: hidden;}

/*CSS DEI BANNER IN HOMEPAGE-------------------------------------------------------------------------------------------------------------*/
.homepage-banner{ margin: 5px 0; font-family: open_sansregular; overflow: hidden;}
.bannerItem{ float: left; position: relative;}
.borderHover{ 
    display: none; 
    box-sizing: border-box; 
    position: absolute; 
    width: 100%; 
    height: 100%; 
    border: 10px solid #fff; 
    z-index: 1;
}
.bannerItem.item4 .borderHover{ border: 10px solid #95172D; }
.bannerItem.item1{ width: 305px; height: 421px; }
.bannerItem.item2{ width: 328px; height: 210px; }
.bannerItem.item3{ width: 327px; height: 210px; }
.bannerItem.item4{ width: 655px; height: 211px; }
.bannerItem .boxInfoSlide.alignCenterToCenter{width: 100%;}
.boxInfoSlide.alignCenterToBottom{width: 100%; bottom: 3%;}
.bannerItem .boxInfoSlide h3 {margin: 0; font-size: 30px; margin: 0; font-family: open_sansregular;}
.bannerItem .boxInfoSlide h4 {margin: 0; font-size: 15px; margin: 0; font-family: open_sansregular;}
.bannerItem .noColorClass{color: #666;background-color: #fff;padding: 2px 15px;}
.bannerItem .boxInfoSlide h3.noColorClass,
.bannerItem .boxInfoSlide h4.noColorClass {display: inline-block; font-size: 20px; margin: 0 0 5px 0; }
.bannerItem .boxImgSlide{ }
.bannerItem .boxImgSlide img{ width: 100%;}
/**
 * Magento
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License (AFL 3.0)
 * that is bundled with this package in the file LICENSE_AFL.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/afl-3.0.php
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@magentocommerce.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade Magento to newer
 * versions in the future. If you wish to customize Magento for your
 * needs please refer to http://www.magentocommerce.com for more information.
 *
 * @category    design
 * @package     base_default
 * @copyright   Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
 * @license     http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 */

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

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

/* Widget: Catalog New Proructs List */
.widget-new-products { display:block; }
.col-main .widget-new-products { margin:7px 0; }
.widget-new-products .products-grid .product-image,
.widget-new-products .products-list .product-image { width:85px; height:85px; }
.widget-new-products .products-list .product-shop { margin-left:100px; }
.sidebar .widget-new-products .block { font-size:11px; line-height:1.25; }
.sidebar .widget-new-products .block-title strong { background:url(/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(/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(/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(/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(/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(/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(/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(/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(/skin/frontend/base/default/images/widgets/i_widget-link.gif) 100% 4px no-repeat; padding:0 15px 0 0; }
/* ======================================================================================= */
/* Block hints */

.amfpc-block-info
{
    position:relative;
    border:1px dotted #008080;
    margin:6px 2px;
    padding:18px 2px 2px 2px;
    zoom: 1;
}

.amfpc-block-info:hover
{
    border-color: orange !important;
}

.amfpc-block-info>.amfpc-block-handle,
.amfpc-block-info>.amfpc-template-info
{
    position:absolute;
    top:0;
    padding:2px 5px;
    background:#008080;
    color:white;
    font:normal 11px Arial;
    text-align:left !important;
    z-index:998;
    text-transform: none;
}

.amfpc-block-info>.amfpc-block-handle:hover,
.amfpc-block-info>.amfpc-template-info:hover
{
    z-index:999;
}

.amfpc-block-info>.amfpc-block-handle
{
    cursor: default;
    left:0;
    white-space: nowrap;
}

.amfpc-block-info>.amfpc-template-info
{
    right:0;
}

.amfpc-block-info>.amfpc-block-handle:hover
{
    background-color: orange !important;
}

.amfpc-block-info.active
{
    -webkit-animation: amfpc-blocks 1s linear .5s infinite alternate;
    animation: amfpc-blocks 1s linear .5s infinite alternate;
}

@-webkit-keyframes amfpc-blocks {
    from {opacity: 1;}
    to {opacity: .1;}
}

@keyframes amfpc-blocks {
    from {opacity: 1;}
    to {opacity: .1;}
}

/* Updated blocks */

.amfpc-block-info.updated
{
    border-color: red;
}

.amfpc-block-info.updated>.amfpc-block-handle
{
    top:0;
    background:red;
}

/* Status popup */

.amfpc-info
{
    width: 350px;
    min-height: 95px;
    position: fixed;
    bottom: 10px;
    left: 10px;
    background: #008080;
    color: #fff;
    z-index: 99999;
    font-size: 32px;
}

.amfpc-info h1
{
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
    padding: 2px 5px;
    font-size: 14px;
    font-weight: bold;
}

.amfpc-info h2
{
    margin-top: 12px;
    text-align: center;
    font-size: 30px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.7);
}

.amfpc-info .amfpc-content
{
    line-height: 48px;
}/* CONTAINER */
.cookienotice-container {font: inherit;background: #ddd;z-index: 9999;padding: 10px;}
.cookienotice-content {margin: 0 auto;display: block;clear: both;overflow: auto;}

/* MESSAGE */
.cookienotice-message {float: left;}
.cookienotice-page-link {}
.cookienotice-page-link:hover {}

/* BUTTON */
.cookienotice-button-container {float: right;}
.cookienotice-button {cursor: pointer;}
.cookienotice-container .cookienotice-button:hover {}
.cookienotice-container a.cookienotice-button:active {}

/* BAR */
.cookienotice-bar {clear: both;width: 100%;}
.cookienotice-bar-top {position: absolute;top: 0;left: 0;}
.cookienotice-bar-bottom {position: fixed;top: auto;bottom: 0;left: 0;}
.cookienotice-bar .cookienotice-content {width: 960px;}

/* BOX */
.cookienotice-box {position: fixed;top: 0;left: 0;width: 240px;border-radius: 4px;top: auto;bottom: auto;left: auto;right: auto;}
.cookienotice-box-top-left {left: 30px;top: 30px;}
.cookienotice-box-top-right {right: 30px;top: 30px;}
.cookienotice-box-bottom-right {right: 30px;bottom: 30px;}
.cookienotice-box-bottom-left {left: 30px;bottom: 30px;}
.cookienotice-box .cookienotice-content {}.container-extended-nl{background-color: #fff; overflow: hidden;}
.container-extended-nl .extended-nl-col-1{float:left; width:48%; overflow: hidden; padding:10px 1%;}
.container-extended-nl .extended-nl-col-2{float:left; width:48%; overflow: hidden; padding:10px 1%;}
.container-extended-nl .extended-nl-col-2 .testo-01,
.container-extended-nl .extended-nl-col-2 .testo-02{ font-size:22px; text-align:center; margin: 0 auto;}
.container-extended-nl .extended-nl-col-2 .testo-01{/*width:200px;*/}
.container-extended-nl .extended-nl-col-2 .testo-02{margin-top:10px; line-height:33px;}
.container-extended-nl .extended-nl-col-2 .testo-03{ font-size:15px; font-style: italic; margin-top:30px; margin-bottom:15px; text-align:center;}
.container-extended-nl .extended-nl-col-2 .testo-01 span, .container-extended-nl .extended-nl-col-2 .testo-02 span, .container-extended-nl .extended-nl-col-2 .testo-03 span{color:#d13330; text-transform: uppercase;}
.container-extended-nl .extended-nl-col-2 .testo-02 span{position:relative;}
.container-extended-nl .extended-nl-col-2 .testo-02 span span{position:absolute; top:26px; left:-16px; display:inline-block; width:172px; height:6px; background:url(/skin/frontend/base/default/images/extendednewsletter/extended-nl-underline.gif) no-repeat center bottom;}
.container-extended-nl .extended-nl-col-1 img{ margin-bottom:10px;}
.container-extended-nl .extended-nl-col-1 p{display:block; color:#666; font-family:Arial, Helvetica, Verdana, sans-serif; font-size:12px;}
.container-extended-nl .submit.extendednl{border:0 none; width:154px; height:34px;
    /*background-color:#d13330; color:#fff; padding:3px 10px 5px; font-size:16px; cursor:pointer;*/
    background:url(/skin/frontend/base/default/images/extendednewsletter/submit.jpg) no-repeat center bottom

}
.container-extended-nl .extendednl-privacy{color:#666; /*font-family:Arial, Helvetica, Verdana, sans-serif;*/ font-size:13px; padding-top:10px;}
.container-extended-nl .extended-nl-col-2 .required{display:block; color:#666; font-size:13px;}
.container-extended-nl .extended-nl-col-2 .txtfld{margin-bottom:15px;}
.container-extended-nl .extended-nl-col-2 .txtfld input{border:1px solid #B6B6B6; background-color:#fff; padding:2px; width:210px;}
.container-extended-nl .container-btn-submit{margin-top:20px; text-align: center;}
.container-extended-nl.subscribe-success .extended-nl-col-2 {margin-top:70px; clear: both; }
.container-extended-nl.subscribe-success .extended-nl-col-2 p{font-family:HelveticaNeueLTStd-Md, Helvetica, Verdana, sans-serif; font-size:16px; margin-top:0; margin-bottom:25px; line-height:normal; font-style:normal;}
.container-extended-nl.subscribe-success .extended-nl-col-2 .fb-like,
.container-extended-nl.subscribe-success .extended-nl-col-2 .fb-share-button{float:right; margin-top:20px;}

.container-extended-nl .container-top { overflow: hidden; }
.container-extended-nl .extended-nl-col-2 .validity-message { clear: both; }
.container-extended-nl .extended-nl-col-2 .facebook-share { clear: both;  }/*!
 *  Font Awesome 4.5.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */@font-face{font-family:'FontAwesome';src:url('/skin/frontend/fiat/default/fonts/fontawesome-webfont.eot?v=4.5.0');src:url('/skin/frontend/fiat/default/fonts/fontawesome-webfont.eot?#iefix&v=4.5.0') format('embedded-opentype'),url('/skin/frontend/fiat/default/fonts/fontawesome-webfont.woff2?v=4.5.0') format('woff2'),url('/skin/frontend/fiat/default/fonts/fontawesome-webfont.woff?v=4.5.0') format('woff'),url('/skin/frontend/fiat/default/fonts/fontawesome-webfont.ttf?v=4.5.0') format('truetype'),url('/skin/frontend/fiat/default/fonts/fontawesome-webfont.svg?v=4.5.0#fontawesomeregular') format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=1);-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2);-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=3);-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-intersex:before,.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-genderless:before{content:"\f22d"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-hotel:before,.fa-bed:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-yc:before,.fa-y-combinator:before{content:"\f23b"}.fa-optin-monster:before{content:"\f23c"}.fa-opencart:before{content:"\f23d"}.fa-expeditedssl:before{content:"\f23e"}.fa-battery-4:before,.fa-battery-full:before{content:"\f240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-battery-2:before,.fa-battery-half:before{content:"\f242"}.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-mouse-pointer:before{content:"\f245"}.fa-i-cursor:before{content:"\f246"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-sticky-note:before{content:"\f249"}.fa-sticky-note-o:before{content:"\f24a"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-diners-club:before{content:"\f24c"}.fa-clone:before{content:"\f24d"}.fa-balance-scale:before{content:"\f24e"}.fa-hourglass-o:before{content:"\f250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass:before{content:"\f254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"}.fa-hand-stop-o:before,.fa-hand-paper-o:before{content:"\f256"}.fa-hand-scissors-o:before{content:"\f257"}.fa-hand-lizard-o:before{content:"\f258"}.fa-hand-spock-o:before{content:"\f259"}.fa-hand-pointer-o:before{content:"\f25a"}.fa-hand-peace-o:before{content:"\f25b"}.fa-trademark:before{content:"\f25c"}.fa-registered:before{content:"\f25d"}.fa-creative-commons:before{content:"\f25e"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-tripadvisor:before{content:"\f262"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-get-pocket:before{content:"\f265"}.fa-wikipedia-w:before{content:"\f266"}.fa-safari:before{content:"\f267"}.fa-chrome:before{content:"\f268"}.fa-firefox:before{content:"\f269"}.fa-opera:before{content:"\f26a"}.fa-internet-explorer:before{content:"\f26b"}.fa-tv:before,.fa-television:before{content:"\f26c"}.fa-contao:before{content:"\f26d"}.fa-500px:before{content:"\f26e"}.fa-amazon:before{content:"\f270"}.fa-calendar-plus-o:before{content:"\f271"}.fa-calendar-minus-o:before{content:"\f272"}.fa-calendar-times-o:before{content:"\f273"}.fa-calendar-check-o:before{content:"\f274"}.fa-industry:before{content:"\f275"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-map-o:before{content:"\f278"}.fa-map:before{content:"\f279"}.fa-commenting:before{content:"\f27a"}.fa-commenting-o:before{content:"\f27b"}.fa-houzz:before{content:"\f27c"}.fa-vimeo:before{content:"\f27d"}.fa-black-tie:before{content:"\f27e"}.fa-fonticons:before{content:"\f280"}.fa-reddit-alien:before{content:"\f281"}.fa-edge:before{content:"\f282"}.fa-credit-card-alt:before{content:"\f283"}.fa-codiepie:before{content:"\f284"}.fa-modx:before{content:"\f285"}.fa-fort-awesome:before{content:"\f286"}.fa-usb:before{content:"\f287"}.fa-product-hunt:before{content:"\f288"}.fa-mixcloud:before{content:"\f289"}.fa-scribd:before{content:"\f28a"}.fa-pause-circle:before{content:"\f28b"}.fa-pause-circle-o:before{content:"\f28c"}.fa-stop-circle:before{content:"\f28d"}.fa-stop-circle-o:before{content:"\f28e"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-hashtag:before{content:"\f292"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-percent:before{content:"\f295"}
/*! jQuery UI - v1.11.4 - 2016-04-14
* http://jqueryui.com
* Includes: core.css, draggable.css, resizable.css, selectable.css, sortable.css, button.css, menu.css, tabs.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Arial%2CHelvetica%2Csans-serif&fsDefault=1em&fwDefault=normal&cornerRadius=3px&bgColorHeader=e9e9e9&bgTextureHeader=flat&borderColorHeader=dddddd&fcHeader=333333&iconColorHeader=444444&bgColorContent=ffffff&bgTextureContent=flat&borderColorContent=dddddd&fcContent=333333&iconColorContent=444444&bgColorDefault=f6f6f6&bgTextureDefault=flat&borderColorDefault=c5c5c5&fcDefault=454545&iconColorDefault=777777&bgColorHover=ededed&bgTextureHover=flat&borderColorHover=cccccc&fcHover=2b2b2b&iconColorHover=555555&bgColorActive=007fff&bgTextureActive=flat&borderColorActive=003eff&fcActive=ffffff&iconColorActive=ffffff&bgColorHighlight=fffa90&bgTextureHighlight=flat&borderColorHighlight=dad55e&fcHighlight=777620&iconColorHighlight=777620&bgColorError=fddfdf&bgTextureError=flat&borderColorError=f1a899&fcError=5f3f3f&iconColorError=cc0000&bgColorOverlay=aaaaaa&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=666666&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=5px&offsetTopShadow=0px&offsetLeftShadow=0px&cornerRadiusShadow=8px
* Copyright jQuery Foundation and other contributors; Licensed MIT */

/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
	display: none;
}
.ui-helper-hidden-accessible {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
.ui-helper-reset {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	line-height: 1.3;
	text-decoration: none;
	font-size: 100%;
	list-style: none;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
	content: "";
	display: table;
	border-collapse: collapse;
}
.ui-helper-clearfix:after {
	clear: both;
}
.ui-helper-clearfix {
	min-height: 0; /* support: IE7 */
}
.ui-helper-zfix {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	opacity: 0;
	filter:Alpha(Opacity=0); /* support: IE8 */
}

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


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


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

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


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

/* Overlays */
.ui-widget-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.ui-draggable-handle {
	-ms-touch-action: none;
	touch-action: none;
}
.ui-resizable {
	position: relative;
}
.ui-resizable-handle {
	position: absolute;
	font-size: 0.1px;
	display: block;
	-ms-touch-action: none;
	touch-action: none;
}
.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
	display: none;
}
.ui-resizable-n {
	cursor: n-resize;
	height: 7px;
	width: 100%;
	top: -5px;
	left: 0;
}
.ui-resizable-s {
	cursor: s-resize;
	height: 7px;
	width: 100%;
	bottom: -5px;
	left: 0;
}
.ui-resizable-e {
	cursor: e-resize;
	width: 7px;
	right: -5px;
	top: 0;
	height: 100%;
}
.ui-resizable-w {
	cursor: w-resize;
	width: 7px;
	left: -5px;
	top: 0;
	height: 100%;
}
.ui-resizable-se {
	cursor: se-resize;
	width: 12px;
	height: 12px;
	right: 1px;
	bottom: 1px;
}
.ui-resizable-sw {
	cursor: sw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	bottom: -5px;
}
.ui-resizable-nw {
	cursor: nw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	top: -5px;
}
.ui-resizable-ne {
	cursor: ne-resize;
	width: 9px;
	height: 9px;
	right: -5px;
	top: -5px;
}
.ui-selectable {
	-ms-touch-action: none;
	touch-action: none;
}
.ui-selectable-helper {
	position: absolute;
	z-index: 100;
	border: 1px dotted black;
}
.ui-sortable-handle {
	-ms-touch-action: none;
	touch-action: none;
}
.ui-button {
	display: inline-block;
	position: relative;
	padding: 0;
	line-height: normal;
	margin-right: .1em;
	cursor: pointer;
	vertical-align: middle;
	text-align: center;
	overflow: visible; /* removes extra width in IE */
}
.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
	text-decoration: none;
}
/* to make room for the icon, a width needs to be set here */
.ui-button-icon-only {
	width: 2.2em;
}
/* button elements seem to need a little more width */
button.ui-button-icon-only {
	width: 2.4em;
}
.ui-button-icons-only {
	width: 3.4em;
}
button.ui-button-icons-only {
	width: 3.7em;
}

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

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

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

/* workarounds */
/* reset extra padding in Firefox, see h5bp.com/l */
input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
	border: 0;
	padding: 0;
}
.ui-menu {
	list-style: none;
	padding: 0;
	margin: 0;
	display: block;
	outline: none;
}
.ui-menu .ui-menu {
	position: absolute;
}
.ui-menu .ui-menu-item {
	position: relative;
	margin: 0;
	padding: 3px 1em 3px .4em;
	cursor: pointer;
	min-height: 0; /* support: IE7 */
	/* support: IE10, see #8844 */
	list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
}
.ui-menu .ui-menu-divider {
	margin: 5px 0;
	height: 0;
	font-size: 0;
	line-height: 0;
	border-width: 1px 0 0 0;
}
.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
	margin: -1px;
}

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

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

/* right-aligned */
.ui-menu .ui-menu-icon {
	left: auto;
	right: 0;
}
.ui-tabs {
	position: relative;/* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
	padding: .2em;
}
.ui-tabs .ui-tabs-nav {
	margin: 0;
	padding: .2em .2em 0;
}
.ui-tabs .ui-tabs-nav li {
	list-style: none;
	float: left;
	position: relative;
	top: 0;
	margin: 1px .2em 0 0;
	border-bottom-width: 0;
	padding: 0;
	white-space: nowrap;
}
.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
	float: left;
	padding: .5em 1em;
	text-decoration: none;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active {
	margin-bottom: -1px;
	padding-bottom: 1px;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
	cursor: text;
}
.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
	cursor: pointer;
}
.ui-tabs .ui-tabs-panel {
	display: block;
	border-width: 0;
	padding: 1em 1.4em;
	background: none;
}

/* Component containers
----------------------------------*/
.ui-widget {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 1em;
}
.ui-widget .ui-widget {
	font-size: 1em;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
	font-size: 1em;
}
.ui-widget-content {
}
.ui-widget-content a {

}
.ui-widget-header {
}
.ui-widget-header a {

}

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
	font-weight: normal;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
	text-decoration: none;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
	font-weight: normal;
	color: #2b2b2b;
}
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited {
	color: #2b2b2b;
	text-decoration: none;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
	border: 1px solid #003eff;
	background: #007fff;
	font-weight: normal;
	color: #ffffff;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
	color: #ffffff;
	text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
	border: 1px solid #dad55e;
	background: #fffa90;
	color: #777620;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
	color: #777620;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
	border: 1px solid #f1a899;
	background: #fddfdf;
	color: #5f3f3f;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
	color: #5f3f3f;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
	color: #5f3f3f;
}
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
	font-weight: bold;
}
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
	opacity: .7;
	filter:Alpha(Opacity=70); /* support: IE8 */
	font-weight: normal;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
	opacity: .35;
	filter:Alpha(Opacity=35); /* support: IE8 */
	background-image: none;
}
.ui-state-disabled .ui-icon {
	filter:Alpha(Opacity=35); /* support: IE8 - See #6059 */
}

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

/* states and images */
.ui-icon {
	width: 16px;
	height: 16px;
}
.ui-icon,
.ui-widget-content .ui-icon {
	background-image: url("/skin/frontend/fiat/default/css/ui/images/ui-icons_444444_256x240.png");
}
.ui-widget-header .ui-icon {
	background-image: url("/skin/frontend/fiat/default/css/ui/images/ui-icons_444444_256x240.png");
}
.ui-state-default .ui-icon {
	background-image: url("/skin/frontend/fiat/default/css/ui/images/ui-icons_777777_256x240.png");
}
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon {
	background-image: url("/skin/frontend/fiat/default/css/ui/images/ui-icons_555555_256x240.png");
}
.ui-state-active .ui-icon {
	background-image: url("/skin/frontend/fiat/default/css/ui/images/ui-icons_ffffff_256x240.png");
}
.ui-state-highlight .ui-icon {
	background-image: url("/skin/frontend/fiat/default/css/ui/images/ui-icons_777620_256x240.png");
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
	background-image: url("/skin/frontend/fiat/default/css/ui/images/ui-icons_cc0000_256x240.png");
}

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


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

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

/* Overlays */
.ui-widget-overlay {
	background: #aaaaaa;
	opacity: .3;
	filter: Alpha(Opacity=30); /* support: IE8 */
}
.ui-widget-shadow {
	margin: 0px 0 0 0px;
	padding: 5px;
	background: #666666;
	opacity: .3;
	filter: Alpha(Opacity=30); /* support: IE8 */
	border-radius: 8px;
}
/* Slider */
.slick-slider
{
    position: relative;

    display: block;

    -moz-box-sizing: border-box;
         box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}@charset 'UTF-8';
/* Slider */
.slick-loading .slick-list
{
    background: #fff url('/skin/frontend/fiat/default/css/./ajax-loader.gif') center center no-repeat;
}

/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url('/skin/frontend/fiat/default/css/fonts/slick.eot');
    src: url('/skin/frontend/fiat/default/css/fonts/slick.eot?#iefix') format('embedded-opentype'), url('/skin/frontend/fiat/default/css/fonts/slick.woff') format('woff'), url('/skin/frontend/fiat/default/css/fonts/slick.ttf') format('truetype'), url('/skin/frontend/fiat/default/css/fonts/slick.svg#slick') format('svg');
}
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    margin-top: -10px;
    padding: 0;

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '←';
}
[dir='rtl'] .slick-prev:before
{
    content: '→';
}

.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '→';
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}

/* Dots */
.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -45px;

    display: block;

    width: 100%;
    padding: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}
/****  BASE ****/
.main { width:960px; margin:0 auto; margin-top: 7px; padding:18px 0 20px; text-align:left; background: #fff;}
.catalogsearch-result-index .main,
.catalog-category-view .main { padding-bottom: 0px; }
.cms-payments .main, .catalogsearch-result-index .main, .cms-help-area .main,
.cms-conditions-of-sale .main, .cms-terms-of-use .main,
.cms-right-of-withdrawal .main, .cms-time-of-delivery .main,
.cms-privacy .main, .cms-faq .main, .contacts-index-index .main,
.cms-newsletter .main {
    padding-top:50px;
}
.col1-layout .col-main { float:none; width:auto; }
.col2-left-layout .col-main { float:right; }
.col2-right-layout .col-main {}
.cms-help-area .col2-left-layout .col-main { float:left; margin:10px 0 0 20px;}
.contacts-index-index .col2-left-layout .col-main { float:left; margin:0 0 0 20px;}
.col3-layout .col-main { width:475px; margin-left:17px; }
.col3-layout .col-wrapper .col-main { float:right; }
.col-left { float:left; width:190px; padding:0 0 1px; }
.col-main { float:left; width:755px; padding:0 0 1px; }
.col-right { float:right; width:195px; padding:0 0 1px; }
/**** END *****/


.wrapper .main-container .main { padding-left: 0;}
.wrapper .main-container .main .main-headline{display:none}
.wrapper .main {min-height:360px; }
.shadow-container:hover + .catalog-category-view .main {padding-bottom: 90px;}

.col1-layout .main, .col3-layout .main , .col2-right-layout .main { padding-top:22px; }


.wishlist-index-index .col-main,
.sales-order-history .col-main,
body[class*="customer-"] .col-main{padding-left: 12px;min-height:300px;padding-bottom: 20px;}
.newsletter-manage-index .col-main {padding-left: 12px;min-height:300px;padding-bottom: 0;}


.cms-home .main { background: transparent; }
.main .main-headline { font-size:16px; border-bottom:1px solid #000; margin:10px 10px 20px 20px !important; width:920px;}


.catalog-category-view .main { background: transparent; }
.catalogsearch-result-index .main { background: transparent; }
.catalog-search-empty .main { background: #fff; }
.catalog-product-view .main {width:100%;padding:37px 0 0 0;}
.catalog-product-view .main-container .col-main { padding-left: 20px; padding-right: 20px; width:920px;}


.cms-newsletter .col-main, .customer-account-create .col-main, .customer-account-login .col-main, .customer-account-forgotpassword .col-main {
    width: 960px;
    margin: 0 auto;
    margin-top: 20px;
}


.customer-account-index .wrapper .main-container .main { width: 960px; padding: 25px 0 0 0;}
.customer-account-index .wrapper .main-container .main .main-headline { height: 30px;}
.customer-account-index .main-container .col-main { padding-left: 12px; min-height: 300px; padding-bottom: 0;}
.customer-address-index .wrapper .main-container .main { width: 960px; padding: 25px 0 0 0;}
.customer-address-index .main-container .col-main { padding-left: 12px; min-height: 300px; padding-bottom: 0;}
.customer-account-login .main-container .col-main { padding-left: 20px;}
.customer-account-create .main-container .col-main { padding-left: 20px;}
.customer-account-forgotpassword .main-container .col-main { padding-left: 20px;}

.catalogsearch-result-index .wrapper .main { width: 960px; padding: 25px 0 0 0; }
.catalogsearch-result-index .wrapper .main .col-main { margin-top: -10px; width: 765px;}
.catalog-search-empty .wrapper .main .col-main { width: 920px; padding: 0 20px 0 20px; margin: 0; }

.onestepcheckout-index-index .wrapper .main-container .main { width: 960px; padding: 25px 0 0 0; }
.checkout-cart-index .wrapper .main .col-main { width: 920px; padding: 0 20px 10px 20px; margin: 0; }
.onestepcheckout-index-index .main .col-main { width: 920px; padding: 0 20px 10px 20px; margin: 0; }
.checkout-onepage-success .wrapper .main-container .main { width: 960px; padding: 25px 0 0 0; min-height: 100px !important;}
.checkout-onepage-success .main .col-main { width: 920px; padding: 0 20px 10px 20px; margin: 0; }

.cms-newsletter .col-main { padding: 0 0 30px 20px; width: 940px; }

.customer-account-edit .wrapper .main-container .main,
.customer-address-form .wrapper .main-container .main,
.sales-order-history .wrapper .main-container .main,
.wishlist-index-index .wrapper .main-container .main,
.newsletter-manage-index .wrapper .main-container .main,
.checkout-onepage-success .main, .sales-order-view .main,
.select-language .main-container .main {
    width: 960px;
    padding: 25px 0 10px 0;
}
.cms-newsletter .main-container .main { width: 960px; padding: 20px 0 10px 0; }


.catalog-category-view .main { padding-top: 0; }


.cms-help-area .main-container .main, .contacts-index-index .main-container .main,
.cms-page-view.cms-faq .main, .cms-payments .main-container .main,
.cms-conditions-of-sale .main-container .main, .cms-terms-of-use .main-container .main,
.cms-time-of-delivery .main-container .main, .cms-privacy .main-container .main,
.cms-right-of-withdrawal .main-container .main
{ padding: 20px 10px 20px 10px; width: 940px;}

.cms-help-area .main-container .main .col-main
{ width: 690px; margin-left: 30px;}

.cms-conditions-of-sale .main-container .main .col-main, .cms-payments .main-container .main .col-main,
.cms-terms-of-use .main-container .main .col-main, .cms-time-of-delivery .main-container .main .col-main,
.cms-privacy .main-container .main .col-main, .cms-right-of-withdrawal .main-container .main .col-main { width: 723px;}

.contacts-index-index .main-container .main .col-main { width: 710px; margin-left: 30px;}


.select-language .wrapper .main-container { background-color: #fff; padding-bottom: 30px;}
.select-language .wrapper .main-container .main { background: url(/skin/frontend/fiat/default/images/map.png) center 130px no-repeat ; min-height: 550px; width:920px;padding: 70px 20px 10px 20px;  }


.cms-no-route .wrapper .main-container .main { width:920px; padding: 48px 20px 10px 20px; min-height: 100px;}.clear { clear:both; }

.ProximaNovaA-Bold {
    font-family: ProximaNovaA-Bold;
    font-weight: normal;
    font-style: normal;
}
.ProximaNovaS-Regular {
    font-family: ProximaNovaS-Regular;
    font-weight: normal;
    font-style: normal;
}
.ProximaNovaS-Semibold {
    font-family: ProximaNovaS-Semibold;
    font-weight: normal;
    font-style: normal;
}
.ProximaNovaS-Bold {
    font-family: ProximaNovaS-Bold;
    font-weight: normal;
    font-style: normal;
}
.ProximaNovaA-Semibold {
    font-family: ProximaNovaA-Semibold;
    font-weight: normal;
    font-style: normal;
}
.ProximaNovaA-Regular {
    font-family: ProximaNovaA-Regular;
    font-weight: normal;
    font-style: normal;
}
.ProximaNova-Semibold {
    font-family: ProximaNova-Semibold;
    font-weight: normal;
    font-style: normal;
}
.open_sansregular {
    font-family: open_sansregular;
    font-weight: normal;
    font-style: normal;
}
.ProximaNova-Bold {
    font-family: ProximaNova-Bold;
    font-weight: normal;
    font-style: normal;
}



/* advercy pixel */
body > img:first-child {display:none;}

/** SELECT COUNTRY  **/
.select-language .container .available p { font-size: 14px; color:#999; font-weight: bold; }
.select-language .container .available h2 { font-size: 16px; color:#333333; margin-bottom:30px; font-family: open_sansregular; border-bottom: 1px solid #000; text-transform: uppercase; padding-bottom: 10px;}
.choose-country { width: 920px; height: 400px;}
.store_switcher { margin-top:2px; }
.choose-country .country { float:left; width:180px; text-transform: uppercase; margin-bottom: 7px; margin-right: 60px; }
.choose-country .country.last { margin-right: 0px; }
.choose-country .country .flag { float:left; margin-right:5px; margin-top:3px; }
.choose-country .country .label { float:left; color:#444; font-weight: bold; vertical-align: middle; }
.choose-country .country .label a { color:#333333; text-decoration: none; font-family: open_sansregular; font-weight: bold; font-size: 12px;}
.choose-country .country .label a:hover { color:#96172e; }
.choose-country .country .label a.selected { color:#96172e;  }
.choose-country .torna { margin-top: 30px; }
.not-currently-available { color:#666; margin-top:20px; font-size: 14px; font-weight: bold; color:#999; }

/** CMS PAGES   **/
.cms-time-of-delivery table { border:1px solid #dedede; }
.cms-time-of-delivery table thead { background: #333; color:#fff;}
.cms-time-of-delivery table thead td {  font-family: open_sansregular; font-size: 14px;}
.cms-time-of-delivery table tbody td { font-family: open_sansregular; font-size: 12px; color: #141414; border-bottom: 1px solid #dedede;}
.cms-time-of-delivery table { border-collapse: collapse; width: 99%; }
.cms-time-of-delivery th:first-child { border-left: 1px solid transparent; border-top: 1px solid transparent; width:20%; }
.cms-time-of-delivery td, .cms-time-of-delivery th { padding:10px; }

/** HEADER ALTERNATIVE  **/
.right-header-alternative { 
    float:right;
    font-size:13px;
    line-height: 12px;
    margin-top:15px;
    width:650px; 
}

.bannerFooter { 
    width:950px;
    margin: 0 auto;
}

/** 404 Error page **/
.error404-custom-page { color:#333; text-align: center; font-weight: bold; }
.title404 {  font-size:60px; }
.text404 { font-size: 18px; }
.success-msg a { color:#fff; font-weight: normal; }

/********************/
.fieldset {
    background: none;
    border:none;
    padding:0;
}
/********************/
.header .links a { color:#a3a3a3; }
.corporate_links {
    font-family:open_sansregular, Helvetica, sans-serif;
    float:right;
    font-size: 11px;
    margin:14px 18px 0 0;
    /*width:800px;*/
}
.corporate_links li { float:left; margin-right: 18px; }
.corporate_links li.last { float:left; margin-right: 9px; }
.corporate_links li a { color:#999; text-decoration: none;display:block; }
.corporate_links li a:hover {color:#f60;}
.corporate_links li a.shop { background: url("/skin/frontend/fiat/default/images/shop.gif") no-repeat scroll left -1px transparent; color:#FF6600; padding:0 0 0 28px;}
.nav-container { margin-top:9px; position: relative; }

.nav-container #custom-nav {}

.nav-container .custom-main-nav {
    font-family:open_sansregular, Helvetica, sans-serif;

    float:right;
    /*margin-top:10px;*/
}
.nav-container .ribbon {
    background-color:#999;
    position:absolute;
    height:30px;
    bottom:0;
    left:0;
}

.nav-container .custom-main-nav ul {

}
.nav-container .custom-main-nav li {
    float:left;
    margin-left:1px;
    position:relative;
    margin-left: 20px;

}

.nav-container .custom-main-nav li.last { margin-right: -6px; }

.nav-container .custom-main-nav li h2 {
    font-family: open_sansregular;
    font-size: 12px;
    padding: 5px 0;
    margin: 0;
    text-transform: uppercase;
}

li.last div.submenu-list {
    right:0;
    margin-right:1px;
}

.nav-container .custom-main-nav li.first {margin-left:0;}

.nav-container .custom-main-nav ul.level0 {
    width:100%;
}
.nav-container #custom-nav a {
    font-size:13px;
    color: #666666;
    text-decoration: none;
    display: block;    
    text-transform: uppercase;
    padding:0px 9px;
    font-family: Helvetica, open_sansregular, sans-serif;
    line-height:26px;
}
.nav-container #custom-nav a:hover,
.nav-container #custom-nav li.active.level-top > a,
.nav-container #custom-nav .over{
    color: #aa0a33;
}

.nav-container ul li{
    border-width: 5px;
    border-color: #ffffff;
}
.nav-container .custom-main-nav .submenu-list ul {
    background-color:#fff;
    border:1px solid #cccccc;
}

.level1 a:hover {background-color:#ededed; color:#aa0a33 !important;}


li.level0 div.submenu-list {
    display:none;
    z-index:10000;
}

li.level0 div.submenu-list li {float:none;margin:0; max-width: 100%;}

div.submenu-list a:hover {text-decoration:underline;}


.nav-container #custom-nav .level1 a {
    text-transform: lowercase;
    padding-right: 10px;
}

/** Menu sottovoci **/
#custom-nav a.special-category { border: 2px solid #9e092f; }
.submenu-list {
    position:absolute;
    left:0;
    text-align:left;
    width:180px;
}
div.submenu-list .submenu-list {
	position: absolute;
	left: 180px;
	top: -1px;
}
div.submenu-list .submenu-list li {
	padding: 1px;
	padding-left: 0;
}
div.submenu-list .submenu-list li a,
div.submenu-list .submenu-list li a span {
	font-family: open_sansregular;
	font-size: 12px;
	padding: 5px 0;
	text-transform: uppercase;
	margin: 0;
}
div.submenu-list ul.level0 li.level1.parent {
	position: relative;
}
div.submenu-list ul.level0 li.level1.parent > a{
	background-image: url('/skin/frontend/fiat/default/images/icons/arrow-menu.png');
	background-repeat: no-repeat;
	background-position: center right;
	position: relative;
}
div.submenu-list ul.level0 li.level1.parent > a:hover {
	background-image: url('/skin/frontend/fiat/default/images/icons/arrow-menu-hover.png');
}
div.submenu-list ul.level0 li > a:hover {
	color: #96172e;
}
div.submenu-list ul.level0 li.level1.parent:hover div.submenu-list {
	display: block!important;
}
div.submenu-list ul.level0 li.level1 {position:static; padding:1px; padding-left: 0;}
div.submenu-list ul.level0 {position:absolute;z-index:9999;}
.nav-container #custom-nav .submenu-list a {
    font-family:open_sansregular, Helvetica, sans-serif;
    color:#333;
    padding-left:10px;
    font-size:12px;
}
ul#custom-nav a{ }
ul#custom-nav a:hover { }

/** toplinks **/
.quick-access a.top-link-wishlist { color:#a3a3a3; }
.quick-access a.top-link-newsletter { color:#a3a3a3; }
.quick-access a.top-link-cart {
    color:#fff;
    line-height:21px;
    height: 42px;
    text-transform: uppercase;
    display:block;
    min-width:156px;
    font-family: open_sansregular;
    font-size:12px;
    font-weight: normal;
    text-align: center;
    padding: 5px 0 0 15px;

}
.quick-access a.top-link-cart:hover {
    color: #fff;
    text-decoration: none;
}
.quick-access a.top-link-checkout { color:#9e092f; font-family:open_sansregular, Helvetica, sans-serif; }

.cart-items-count { color:#fff; }
.cart-quantity { margin:0 }
/** FOOTER      **/


.footer{position:relative; background:#fff;}
.footer .footer-links { overflow:hidden; width:100%; margin: 0 auto;min-height: 50px;padding:0;}
.footer .left-side  { float:left;width:auto; }
.footer .right-side { margin: 0 auto; width:960px}
.footer .social { width:55px;float:right; }
.footer .left-side .social img { margin-top: -3px; }
#loghi-footer {height: 131px;margin: 0 auto;position: relative;width: 960px;display: block}
#loghi-footer #logo-grey {position: absolute;top:0;left:100px;height:131px}
#loghi-footer #logo-double {position: absolute;top:30px;right:50px}
#select-country img { margin:6px 2px 0; }
.change-country-choice a { color:#666; }


.footer-links div { float: left; }
.footer-links div img { float: left; margin: 15px 7px 0 0; }
.footer-links div img.carta {  margin: 17px 7px 0 0; }
.footer-links div p { float: left; margin: 15px 0 0 0; height: 32px; font-size: 14px; font-family: open_sansregular;}
.footer-links div span { float: left; margin: 15px 5px 0 0; font-size: 14px; width: 100%; font-family: open_sansregular;}
.footer-links div span.little { float: left; font-size: 12px; width: 100%; font-family: open_sansregular; color:#999; height: 12px; margin-top: -4px; margin-bottom: 13px;}
.footer-links div a { font-size: 11px; margin-right: 9px; color:#333333;text-transform: uppercase }
.footer-links div a:hover { color: #96172e; text-decoration: none;}
.footer-links div a.newsletter-overlay{margin: 0;}
.footer-links div li { width: 100%; overflow: hidden;}
.footer-links div input[type="text"] { width: 230px; height:26px; margin: 5px 0 5px 0;color: #333333; font-size: 11px; padding:0 0 0 10px;border: 1px solid #c5c5c5;float: left; }
.footer-links div input[type="text"]:focus { border: 1px solid #333;}
.footer-links div .validation-advice {height: 13px; margin-bottom: 5px;}
.footer-links div input#privacy {display: block; clear: left; float: left;}
.footer-links div #newsletter-validate-details > label {display: block; float: left; margin-left: 5px;}
.footer-links div button { border:0; background: none repeat scroll 0 0 transparent; float:left; cursor:pointer; margin:7px 0 0 5px; width: 8px; position: absolute;left: 243px;top: 68px;}
.footer-links div button span { width: 8px; height: 13px; background: url('/skin/frontend/fiat/default/images/arrow_left_right.png'); padding: 0; margin: 5px 0 0 0; display: block; }
.footer-links div li.child1 { margin: 10px 0 0 0; height: 45px; }
.footer-links div li.child2 { margin: 10px 0 0 0; }
.footer-links div li.child3 { margin: 5px 0 0 0; }
.footer-links div.child1 { width: 280px; padding: 10px 0 0 0; position: relative;}
.footer-links div.child2 { width: 150px; margin-left: 0px;}
.footer-links div.child3 { width: 178px; margin-left: 0px;}
.footer-links div.child4 { width: 156px; margin-left: 0px;}
.footer-links div.child5 { width: 131px; height: 122px; background: url('/skin/frontend/fiat/default/images/logo_footer.png'); background-repeat: no-repeat; background-position: center center; margin-left: 24px; }

.footer-links div.disc-footer{
    clear: both;
    height: auto;
    width: 280px;
    padding: 0 0 10px 0;
}
.footer-links div.disc-footer a{ text-decoration: underline; }
.footer-links div.disc-footer a:hover{ text-decoration: none; }






.change-country-label, .change-country-choice { float:left; }
.change-country-label { margin-left:5px; }
.tooltip-tbuy {color:#333;text-decoration:none;}
.tooltip-tbuy:hover {color:#333;text-decoration:underline;}

/** HOMEPAGE **/
.cms-home .wrapper .main { padding:0; width:100%; overflow:hidden;}
.cms-home .wrapper .main .col-main{ padding:0; width:960px; margin: 0 auto; z-index: 999999; position: static;}
.cms-home .banner { width:100%; height: 545px; display: block; margin: 80px 0 0 0;z-index: 0; position: fixed;left: 0;}
.cms-home .banner .banner_bg { max-width: 1297px; height: 545px; margin: -25px auto 0; /*background: url('/skin/frontend/fiat/default/images/bici_bg.jpg') center center no-repeat;*/}
.cms-home .banner .banner_bg img {position: absolute; z-index: 1;}
.cms-home .banner .banner_content { width: 960px; height: 380px; margin: 0 auto; position: relative; z-index: 2}
.cms-home .banner .banner_content img { margin-left: 215px; float: left; z-index: 2}
.cms-home .copry { width:100%; height: 780px; position: absolute; top:576px; left:0;background:#efeeee; z-index: 999;}
.cms-home .wrapper .main .space {
    display: block;
    position: fixed;
    width: 100%;
    height: 40px;
    top: 80px;
    z-index: 9996;
    background: #efedee;
    left: 0; }
.cms-home .wrapper .main .metro { width:960px; min-height: 300px; display: block; margin: 569px 0 10px 0; overflow: hidden; position: relative;z-index: 1000;}
.cms-home .wrapper .main .metro ul { width:100%;}
.cms-home .wrapper .main .space {display: none;}

.cms-home .wrapper .main .metro ul li { float: left; }
.cms-home .wrapper .main .metro ul li div {overflow: hidden }


.cms-home .wrapper .main .metro ul li.child1{ width: 304px; }
.cms-home .wrapper .main .metro ul li ol{position: absolute;}
.cms-home .wrapper .main .metro ul li.child1 ol { margin: 330px 0 0 74px; }
    .cms-home .wrapper .main .metro ul li.child1 ol li { float: none; width: 100%; height: 30px; text-align: center; margin: 7px 0 10px 0; background: none; }
    .cms-home .wrapper .main .metro ul li.child1 ol li.child2 { margin-top: -8px; }
.cms-home .wrapper .main .metro ul li.child2 { width: 327px; height: 210px;}
.cms-home .wrapper .main .metro ul li.child2 a { cursor: default;}
.cms-home .wrapper .main .metro ul li.child3 { width: 327px; height: 210px; }
.cms-home .wrapper .main .metro ul li.child3 ol li.child1 { height: 63px; }
.cms-home .wrapper .main .metro ul li.child3 ol li.child2 { height: 20px; }
  .cms-home .wrapper .main .metro ul li.child3 ol { margin: 70px 0 0 80px; }
    .cms-home .wrapper .main .metro ul li.child3 ol li { float: none; width: 100%; min-height: 25px; text-align: center; margin: 0 0 0 0; background: none; }
    .cms-home .wrapper .main .metro ul li.child3 ol li.child2 { margin-top: 2px; }
.cms-home .wrapper .main .metro ul li.child4 { width: 654px; height: 210px; overflow: hidden;}

.cms-home .wrapper .main .metro ul div.etichetta {float:left;}
.cms-home .wrapper .main .metro ul div.etichetta p { height: 15px; background: #fff; font-family: open_sansregular; font-size: 18px; color: #666666; text-align: center; padding: 5px 10px 2px 10px; overflow: hidden; margin-top: -5px; display: inline-table; line-height: 20px;}

.cms-home .footer-container { position: relative;}

.metro-element { position:relative; }
.metro li:hover .metro-hover { display:block; }
.metro-hover {display: none;}
.child1 .metro-hover { position:absolute; width:284px; height:400px; border:10px solid transparent; }
.child2 .metro-hover,
.child3 .metro-hover { position:absolute; width:307px; height:190px; border:10px solid transparent; }
.child4 .metro-hover { position:absolute; width:634px; height:190px; border:10px solid transparent; }
/** CATEGORY    **/


.page-title { text-transform: uppercase; border-bottom: 1px solid #f1f1f1; margin-bottom: 10px; font-size: 22px; color: #333333; }
.category-title { font-family: open_sansregular; font-size: 34px; /*margin-top: -18px;*/ margin-top: 0; line-height: 34px;}
.sistemaTitolo { margin: 5px 0 0 0 !important;}
.sistemaNote { padding: 0 !important; margin-left: -20px !important;}
.sistemaDesc { margin-left: -18px !important;}
.page-title-out { margin-top: 40px;}
.cms-no-route .page-title h1 { font-family: open_sansregular; font-weight: normal;font-size: 17px; }

.pager a { font-size:11px; font-weight: bold; color: #000;margin-top: 2px;}
.pager .pages li { margin:2px; font-size:12px; }
.pager .pages li a { color:#111; font-family:open_sansregular, Helvetica; text-decoration: none; }
.pager .pages li a:hover { color: #96172e; }
.add-to-links a:hover { text-decoration: underline; }
.main-headline h1 { border-bottom: 1px solid #f1f1f1; font-weight: bold; }


.products-grid .price-box .special-price .price {  }

/** FILTERS LEFT-NAV    **/
.color-code-filter dd { width:150px; padding:0 0 12px; }
.filters .currently { width:150px; }
.filters .currently>ul>li {margin-bottom:10px;}

/** PRODUCT **/
.more-views { float:left; }
.product-shop .price-block { float:left; width:40%;}
.product-essential .product-shop .price-block { float:left; width:100%;}
.product-shop .price-block .price-box .price {
    font-family: HelveticaNeueLTStd-BdCn, Helvetica, open_sansregular, sans-serif;
    font-size:26px;
    line-height: 40px;

}
.catalog-product-view .product-shop .price-block .price-box .price {
    font-family: open_sansregular;
    font-size:21px;
    line-height: 40px;
    color: #cc0000;

}
.product-shop .price-block .price-excl-shipping-label {
    font-size:11px;
    line-height: 8px;
}
.product-shop .price-adtocart {
    float: left;
    width: 100%;

}
.product-view .product-shop .short-description { line-height: 20px; font-family: HelveticaNeueLTPro-Roman, Helvetica, open_sansregular, sans-serif; font-weight: normal; font-size:13px;}
.col1-layout .product-view .product-shop { margin-top: 0; }
.product-view .product-shop .product-code { margin: 5px 0 15px;  }
.product-view .product-shop .product-code h3 { margin: 5px 0 15px; font-size:13px; font-family: open_sansregular; color:#999999; }
.product-view .product-shop .product-name h1 { font-size:20px; font-family: HelveticaNeueLTStd-BdCn, Helvetica, open_sansregular, sans-serif; font-weight: normal; }

.product_item .product-name h3 {
    font-size: 14px;
    font-weight: normal;
    color:#000;
    margin: 0 0 5px;
    /*height: 1.15em;*/
    line-height:1em;
    font-family: HelveticaNeueLTStd-BdCn, Helvetica, open_sansregular, sans-serif;
}


.product-shop .price-adtocart p {line-height:15px;float:left;line-height:36px;}
.product-shop .price-adtocart p span {line-height:36px;}
.product-shop .price-adtocart p.old-price .price,
.product-shop .price-adtocart p.percentuale-sconto { font-size:12px !important; line-height:12px !important; }
.product-shop .price-adtocart p.percentuale-sconto {  margin:0 20px; }
/** ADDTO, ADDTHIS **/
.sharingtool .facebook-like, 
.sharingtool .twitter-like,
.sharingtool .googleplus-like { float:left; margin-left: 13px; margin-right: -6px; }
.sharingtool .facebook-like { margin-left:0; }
.sharing_container_custom_category { margin-top:0; position: relative; height: 30px; /*overflow: hidden;*/  text-align: right; float:right; }
.sharing_container_custom { /*float:left;*/ width:auto; }
.sharing_container_custom {margin-top:20px; /*height:40px;*/ }
.addtolinks_container_custom .addtolinks-link a {
    margin:0;
    color:#999;
    font-size:11px;
    text-decoration: none;
    text-transform:lowercase;
}
.catalog-product-view .addtolinks_container_custom .addtolinks-link a {
    margin:0;
    color:#333333;
    font-size:11px;
    text-decoration: underline;
    text-transform:lowercase;
    font-weight: bold;
}

.addtolinks_container_custom .addtolinks-link a:hover{ text-decoration:underline; }

.twitter-share-button { width:76px !important; }
#___plusone_0 { width:65px !important; }


/** CUSTOMER CREATE    **/
.required-all { color:#999; }
.login-rightside .col2-set .col-2 { width:auto; }
.login-rightside .col2-set .col-2 .required-all { color:#666666; font-weight: bold; font-size: 11px;}
.login-rightside .col-1 { margin-top:25px; width: 100%; }
.account-login .login-leftside, 
.account-create .login-leftside {
    float:left;
    width:455px;
    color:#535353;
    margin-right: 25px;
    font-family:  HelveticaNeueLTPro-Roman, Helvetica, open_sansregular, sans-serif;
    font-size:13px;
    line-height: 1.4;
}
.account-login .login-leftside p { line-height: 20px;}
.account-create .required-all { color:#666666; font-weight: bold; font-size: 11px;}
.account-create .form-list label.required { margin-top: 10px;margin-bottom: 5px; }
/*.account-create input.register-mail { width:270px !important; }*/

.newsletter-subscribe .leftside { width: 45%; float: left; color:#999; margin-right: 5%;font-size:13px; font-family:  Helvetica, open_sansregular, sans-serif; }
.newsletter-subscribe .rightside { width: 45%; float: left; margin-left: 2px;}
.newsletter-subscribe .rightside .block-content { padding: 0; margin: 10px 0 0 0;}
.newsletter-subscribe .rightside span.h1 { text-transform: uppercase; color: #aa0a33; font-size: 16px; line-height: 40px; font-family: open_sansregular;}
.newsletter-subscribe .rightside p { color: #343434; margin-bottom: 0;}

.account-login .login-rightside { float:left; width:455px; color:#333; }
.account-create .login-rightside { float:left; width:455px; color:#333; margin-left: -5px; }
.login-rightside .social-login-icon { display: inline-block; max-width: 40px; }
.login-rightside .social-login span.h2 { margin: 5px 0; }


.account-login .content { padding:0; }
.account-login .new-users h2{ }
.account-login .new-users ul { list-style-type: none; padding-top: 10px;}
.account-login .new-users ul li { padding-left: 1.5em;  height: 20px; padding-top: 3px;}

.account-login .content span.h2, .personal-information span.h2, .login-information span.h2,
.agreement span.h2, .agreement .mini-legend {
    text-transform: uppercase;
    color:#aa0a33;
    font-size: 15px;
    font-family: open_sansregular;
    display:block;
}


.account-login .form-list .input-box { display: block; clear: both; width: 200px; }

.account-login input.input-text {
    padding:5px;
    width:200px;
    line-height:20px;
    height: 20px
}
.account-login .forgot-pwd {
    float:left;
    background: url(/skin/frontend/fiat/default/images/question-mark.png) 0 2px no-repeat;
    padding-left:25px;
    height:19px;
    margin-top:5px;
    margin-left: -13px;
}
.account-login .forgot-pwd a {
    color:#333;
    text-decoration: underline;
}

.account-login .form-list li {
    width:225px;
}
.account-login .buttons-set { padding:8px 13px; }
.account-login .buttons-set.create { padding:8px 18px; }
/*.buttons-set .button.button {
    color:#333;
    background: none;
    text-transform: uppercase;
    font-size:12px;
    padding:0;
    background-color: #333;
}*/

.account-create .personal-information,
.account-create .address-information,
.account-create .login-information {
    float:left;
    width:490px; 
    margin-bottom:13px;
}

.account-create .login-information{

}

.account-create .validation-advice {
    width:134px;
}
.account-create .input-checkbox {
    margin-right: 5px;
    margin-top:10px;
}
.account-create .login-information { margin-bottom:20px; margin-top: 10px; }
.account-create .input-box {
    width:auto;
    margin-right:5px;
    line-height:30px;
}
.nl_agreement {margin:0;}
.account-create .form-list li, .account-create .form-list .field { width:auto; }
.account-create .login-information .form-list .field { width:155px;}
.account-create input.input-text,
.newsletter-subscribe input.input-text {
    padding:5px;
    float:left;
}
.account-create input.input-text { width:120px; }
.account-create select { width: 133px;height: 28px;}
.account-create .login-information input.input-text { width:225px; }
.newsletter-subscribe select { height:26px; width:55px; }
.newsletter-subscribe .country select { width:250px; }
.newsletter-subscribe input { }
.newsletter-subscribe .email input { width:190px; }

.account-create .agreement {
    width: 100%;
    margin-top: 30px;
    margin-bottom: 10px;
}

.agreement {
    float:left;
    margin-top:40px;
    width:400px;
}
.agreement li {margin-top:10px;}
.account-create  .agreement li {margin-top:0;}
.agreement .agreement-label {
    float:left;
    vertical-align: top;
}
.agreement a {
    color:#333;
}

.agreement input {float:left;}

.agreement .input-box {
    width:auto;
    float:left;
}
.agreement label {
    float:left;
    width:auto;
    color:#333;
}

.customer-account-create .login-rightside h2, .account-create .mini-legend {
    text-transform: uppercase;
    color:#aa0a33;
    font-size: 14px;
}
.customer-account-create h1 { }
.agreement-content .ui-widget-header { border:0; }




.my-account input.input-text { padding:5px; }
.my-account select { height:26px; width: 223px; }
.my-account p { text-align: left; }
.form-list .name-prefix { width:95px; }
.form-list .name-prefix select {*margin-top:1px;}
.icon-newsletter {
    width:120px;
    height:120px;
    float:left;
    background:url(/skin/frontend/fiat/default/images/icons/newsletter.png) center center no-repeat;
    margin-left: 5px;
    margin-top: 15px;
}
.message-newsletter {
    font-size:18px;
    color:#333;
    text-transform: uppercase;
    line-height: 15px;
    position:relative;
    height:91px;
    margin-left: 130px;
    margin-top: 15px;
    width:65%
}
.box-nl {
    float:left;
    margin-left: 15px;
}
.box-nl .box-nl-title {
    font-family: HelveticaNeueLTStd-BdCn, Helvetica, open_sansregular, sans-serif;
    text-transform: uppercase;
    font-size:16px;
}
.box-nl .box-nl-content {
    color:#999798;
    font-size:13px;
}

.message-newsletter .content-title {
    position:absolute;
    bottom:0;
    margin:0;
    font-family: Helvetica, open_sansregular, sans-serif;
    width: 298px;
    margin-left: 10px;
}
.message-newsletter .nl-title {
    font-size:19px;
    margin-bottom: 12px;
    display:block;
    font-weight: bold;
}
.message-newsletter .nl-subtitle {
    font-size:12px;
    font-weight: bold;
    color:#666;
}

.message-newsletter2 {
    clear:both;
    font-size:12px;
    color:#333;
    border-top:1px solid #CCC;
    padding-top:40px;
    margin-top: 55px;
    width: 440px;
}
.message-newsletter2 ul {
    margin-left: 10px;
}



/** CUSTOMER ACCOUNT **/
.my-account .col-1, .my-account .box-info .col-2,
.my-account .order-info-box .col-2 {
    float:left;
    width:362px;
}

.my-account .order-info{background-color: #aa0a33; margin-top: -3px; padding-top: 6px; padding-bottom: 6px;}
.my-account .order-info a{ color:#fff; }
.my-account .order-info a:hover{ text-decoration:none; }
.my-account .link-print { font-family: open_sansregular; font-size: 13px; text-decoration: none; font-weight: normal; margin-top: 1px; display: block; float: right;}
.my-account .link-print:hover{ text-decoration: underline; }


.order-info dt, .order-info dd, .order-info ul, .order-info li {
    color: #ffffff;
    display: inline;
}
.my-account .col-1{ margin-right: 12px; }
.my-account .col-2{margin-right: 0}
.my-account .col-1 .box, .my-account .col-2 .box { padding: 15px 15px 15px 15px; min-height: 105px; border: solid #333333 6px;}
.my-account .order-info-box .col-1 .box, .my-account .order-info-box .col-2 .box  { padding:20px; min-height: 105px; border: 0;}
.my-account .col-1 .box.nobo, .my-account .col-2 .box.nobo { padding:21px; min-height: 105px;  border: 0;}
.my-account .col-1 .item { padding:10px; min-height: 105px; background:#ffffff; border: solid #333333 6px}
.dashboard .welcome-msg { color:#333; }
.dashboard .box-head a { color:#333;  float:right; }
.dashboard .col-1 .box .box-content,
.dashboard  .box .box-content { color:#333; }
.dashboard .box a { text-transform: lowercase; color:#333; }
.dashboard .box a:hover { color:#666;}
.dashboard .box .box-title h4, 
.dashboard .box .box-title h3,
.order-info-box h2 { font-family:open_sansregular,Helvetica, sans-serif; font-size:14px; font-weight: bold !important; text-transform: capitalize !important;}
.item-options dt, .item-options dd { float: left; margin-right: 10px; font-style: normal; color:#B3B3B3; padding:0; }
.dashboard .box .box-title h3{color:#aa0a33; text-transform: capitalize; font-weight: bold !important;}

.box-account .box-head { border-bottom: 1px solid #dbdbdb; }
.box-account .box-head h2,
.box-account .box-head a { padding:5px 0; }

#my-orders-table thead tr.first, #my-tickets-table thead tr.first { background: #333333; font-weight: normal;}
#my-orders-table thead tr.first.last th, #my-tickets-table thead tr.first.last th {color: #fff; font-family: open_sansregular; font-weight: normal;}
.customer-account-index #my-orders-table thead tr.first.last th, #my-tickets-table thead tr.first.last th { padding-left: 10px; }
.order-details #my-orders-table thead tr.first.last th {color: #fff; font-family: open_sansregular; font-weight: normal; font-size:12px; padding: 11px 10px 7px 10px;}
#my-orders-table td a { color: #333; }
#my-orders-table tbody tr td, #my-tickets-table tbody tr td { border-bottom: 1px solid #CCC   !important; color:#141414; padding:7px; }
#my-orders-table .price {color:#333;text-align: right}

#my-tickets-table thead tr.first.last th, #my-tickets-table tbody tr td {text-align: center;}
#my-tickets-table thead tr.first.last th {white-space: normal;}

.my-account .ticket-additional .sub-title{
    border-bottom: 1px solid #DBDBDB;
    clear: none;
    font-size: 16px;
    margin: 0 0 20px;
    padding: 0 0 5px;
    color: #666;
}
.my-account .ticket-about.order-info-box .content {padding: 20px;}
.my-account .ticket-items .form-list .input-text {width: 500px;}


.my-account .fieldset,
.forgot-pwd .fieldset,
.send-friend .fieldset { background: none; border:none; margin:0; padding:0; float: left; }

.my-account .fieldset.second { padding-top: 30px;}

.forgot-pwd .fieldset .legend,
.send-friend .fieldset .legend {
    background: none;
    border: none;
    color: #333;
    float: none;
    font-size: 18px;
    font-weight: normal;
    margin: 0;
    padding: 0;
    text-align:left;
}
/*.my-account .fieldset .legend, .my-account .page-subtitle h2 {font-size: 15px;font-family: open_sansregular; color:#000}*/
.newsletter-manage-index .my-account .fieldset .legend, .my-account .page-subtitle { margin-bottom: 20px; }
.my-account .fieldset .legend {border-bottom: 1px solid #dbdbdb; height: 25px;}

.my-account .fieldset .control { clear:both;margin-top: 10px; }
.back-link { display:none; }
.my-account p.back-link {
    background: none repeat scroll 0 0 #333333;
    color: #333333;
    font-size: 12px;
    padding: 0;
    text-transform: uppercase;
}
.back-link a {
    color: #FFFFFF;
    display: block;
    font: 14px/19px open_sansregular,Helvetica,sans-serif;
    height: 19px;
    padding: 5px 25px;
    text-align: center;
    white-space: nowrap;
    text-decoration: none;
}
.my-account .form-list li { width:auto; margin:10px 0 0 0;}
.my-account .form-list li.fields { width:auto; margin:10px 0 0 0;}
.my-account .control label { text-transform: lowercase; position: relative;/*top:-2px*/}
.newsletter-manage-index .my-account .control label { font-weight: normal !important;}
.my-account .my-address-link { float:right; color:#333; }
.my-account .address-block { float:left; width:365px; }
.my-account .address-block .col-1 { margin-bottom: 10px; }
.my-account .address-block h2 { color:#333; }
.my-account .address-block h3 { color:#aa0a33; margin-bottom: 15px; font-weight: bold !important;}
.my-account .address-block .col-2 {  }
.send-friend .form-list li { width:auto; }

.newsletter-manage-index .form-list li { float:none; }

.newsletter-manage-index .form-list .input-box { width: 260px }

.newsletter-manage-index .buttons-set button, .customer-address-form .buttons-set button.button{margin-left: 0}


/* Block: Cart */

.block-cart {z-index:2;width:325px;background-color:#fff;text-align:left;position:absolute;border:1px solid #ddd;border-top:none;right:0;top:45px;box-shadow:inset 0 3px 2px -2px #ddd; display:none;right: 3px;}
.block-cart .block-content {width:100%;}
.block-cart a, .block-cart .product-name a { text-decoration:none; color:#333;}
.block-cart .product-name a {font-family: open_sansregular;text-transform: uppercase; color:#333;font-size: 12px; display: block;}
.block-cart .product-name a:hover { text-decoration: underline; color: #333;}
.block-cart a:hover {text-decoration:underline; }
.block-cart .product-details .product-name { line-height: 14px;}
.block-cart .product-details .product-name { height: 26px; overflow:hidden; }
.block-cart .product-details .cart-quantity { height: 17px;}
.block-cart .product-details .btn-remove { background: none; margin-top: 30px; margin-right: 2px;width: 13px;height: 13px;}
.block-cart .product-details .btn-remove:hover { background-position: center bottom; }
.block-cart .block-title { border-bottom:0; }
.block-cart .block-title strong { }
.block-cart .mini-products-list { width: 305px; margin:0 10px 0 10px; }
.block-cart .summary { background:#fff; margin:18px auto 10px auto;overflow:hidden; width:160px;}
.block-cart .summary a {color:#FF6501;text-transform:uppercase;float:right;margin-right:6px;}
.block-cart .amount { margin:0; line-height:30px; border-bottom:1px solid #eaeaea;}
.block-cart .subtotal { color:#333;float:left;}
.block-cart .actions {  }
.block-cart .actions .paypal-logo { float:left; width:100%; margin:3px 0 0; }
.block-cart .actions .paypal-logo .paypal-or { clear:both; display:block; padding:0 55px 8px 0; }
.block-cart li.item { margin:0 0 0 -10px; padding: 11px 10px 10px 10px; border-bottom:1px solid #eaeaea;width:100%; }
.block-cart span.price { color: #333; font-size: 12px; font-family: open_sansregular; }
.block-cart .price-discount-box span.price { font-family: Helvetica, open_sansregular;}
.block-cart .price-shipping-box span.price { font-family: Helvetica, open_sansregular;}
.block-cart .cart-options { display: none; }



/** WISHLIST    **/
.my-wishlist .buttons-set { margin:0; padding:0; }
.my-wishlist .buttons-set2 button.button { float:none; margin-right: 12px;}
.saf .my-wishlist .buttons-set2 button.button { padding: 5px 20px 0 20px;}
.wishlist-table th { font-family: open_sansregular; }
.wishlist-table .price-box { margin:0; }
.wishlist-table button.button span { font-size:13px; /*padding:5px 10px;*/font-family: open_sansregular; }
.wishlist-table .btn-remove2 { margin-top:5px; margin-left: 10px; float: none;}
.wishlist-table { margin-bottom:20px; }
.wishlist-table tr.first.last { background: #333333; }
.wishlist-table tr.first.last th.prodotto { color: #fff; font-weight: normal;  padding-left: 10px;}
.wishlist-table tr.first.last th.prezzo {  }
.wishlist-table tr.first.last th span { color: #fff; font-weight: normal;  }
.wishlist-table .product-name { /*font-weight: bold;*/ font-size:11px; }
.wishlist-table .buttons-set .btn-cart{
    background:black;
    font-family: open_sansregular,Helvetica,sans-serif;
    font-size: 13px;
    /*padding-right: 20px;*/
    text-transform: uppercase;
}
.my-wishlist td.item-separator  {
    background:url(/skin/frontend/fiat/default/images/wishlist-separator.png) 0 repeat-x;
    padding:0;
}

.wishlist-table .wish-1 { width: 92px;}
.wishlist-table .wish-2 { width:220px;}
.wishlist-table .wish-3 { width:140px;}
.wishlist-table .wish-4 { width:90px;}
.wishlist-table .wish-5 { width: 164px;}

/** CART    **/
.interested-to { clear:both; font-size:12px; padding-bottom: 10px;}
.page-title2 span.h1 { text-transform: uppercase; font-family: open_sansregular; color:#9e092f; font-size: 18px;}
.messages li.empty-cart-msg { text-transform: uppercase; font-family: open_sansregular; color:#9e092f; font-size: 18px; padding: 18px 0 18px 0;}
.cart-table .product-name .options .label { font-weight: normal; }
.cart-item-code {
    color:#b3b3b3;
    font-weight: normal;
}
.cart-item-code label {
    font-size:12px;
    text-transform: lowercase;
}
.cart-table .cart-price span.price { color:#333; font-size: 14px; font-family: open_sansregular;}
.cart-item-link-edit { color:#666; font-weight: normal; }
.cart-table .cart-item-link-edit a { text-decoration: underline; text-transform: lowercase; font-size:12px; color: #333; }
.cart-table .cart-item-link-edit a:hover { color: #777777; }


.mini-cart .cart-options { cursor: default; }
.mini-cart .cart-options .value { text-transform: none; }

.cart-table caption, .cart-table th, .cart-table td { vertical-align: middle; }
.cart-table .cart-items-separator {
    padding:2px;
}
.cart-table button.button { width:auto;padding:0 3px; background:none; }
.cart-table button.button span {
    color:#333;
    background: none;
    text-transform: uppercase;
    font-size:14px;
    padding:0;
    font-weight: normal;
    font-family: open_sansregular;
}
.cart-table label.button {
    text-transform: uppercase;
    font-size:14px;
    padding-right:15px;
    color:#9a9a9a;
    font-family: open_sansregular;
}
.cart-table thead th { color:#333; font-size:13px; font-family: ProximaNova-Bold; text-align: right !important}
.discount-form label {
    float:left;
    margin:3px 0;
    width:90px;
}
.cart .discount .input-box {
    margin:0;
    float:left;
    width:241px;
    padding:3px 3px 3px 0;
    height: 21px;

}
.cart .discount input.input-text {
    width: 230px;
    border:0;
    box-shadow:none;
    padding: 0 0 0 10px;
    font-size: 11px;
    height: 26px;
    border:1px solid #CCC;

}
.cart .discount input.input-text:focus {
    border:1px solid #333; color:#333;
}
.cart .discount .discount-form label { display:none; }

.cart-total-price .price-subtotal-box strong { color:#000; }
.block-cart .cart-total-price .price-total-box strong { color:#333; font-family: open_sansregular; font-size: 18px; font-weight: bold; }

.cart-total-price .price { float:right; margin-left:5px; font-size:14px;  color:#000; }
.cart-vat-disclaimer {margin: 0 0 10px 32px; font-size: 12px; color: #999999;}
.discount .discount-form { margin: 10px 0 0 0;}

.discount-form button.button-discount {
    border:0;
    background: none repeat scroll 0 0 transparent;
    float:left;
    cursor:pointer;
    margin:10px 0 0 5px;
    width: 8px;
}
.discount-form button.button-discount span {
    width: 8px;
    height: 13px;
    background: url('/skin/frontend/fiat/default/images/arrow_left_right.png');
    padding: 0;
    margin: 0;
    display: block;
}
.discount-form button.button-discount:hover span {color:#9e092f;}

input.input-text:focus, select:focus, textarea:focus { background: none repeat scroll 0 0 transparent; }



.totals td.a-left span.label,.totals td.a-left span.value { font-size:14px;  text-transform: uppercase; }
.tax_and_customsduty, .shipping_calculation { text-transform: uppercase; font-size:10px; }
.tax_and_customsduty p, .shipping_calculation p { margin:0; }

.product-name .options .label,
#my-orders-table .item-options dt { float:left; margin-right:5px; }
.product-name .options .value { }

/** CHECKOUT    **/
/*.checkout-onepage-success .page-title h1 { color:#ff6600; }
.checkout-onepage-success .col-main h2.sub-title { color:#333; }*/
.checkout-onepage-success .col-main a { color:#333; font-weight: bold;}
.checkout-onepage-success p { color:#333; }
.checkout-onepage-success p.ty-msg { margin-top: 20px; margin-bottom: 20px; }
.checkout-onepage-success p.order-number { font-weight: normal !important; }
.checkout-onepage-success p.mail-confirm-msg { margin-top: 5px;}
.onestepcheckout-index-index .right-header { width:650px; font-size:13px; line-height:12px; margin-top:15px; }
.onestepcheckout-index-index .quick-access { float:left; width:650px; }
.final-checkout { width: 920px; margin: 20px auto 10px auto; }
.alternative-header-text { text-align: left; margin-bottom:30px; font-family:Helvetica, open_sansregular, sans-serif; }
.alternative-header-text h2 { font:15px/1.7 HelveticaNeueLTStd-BdCn, open_sansregular, Helvetica, sans-serif;  text-transform: uppercase;color:#333;margin:0; }
.alternative-header-text p { font-size:13px;margin:0;line-height:18px; }
.alternative-header-homelink { margin-top:50px; }
.alternative-header-homelink a:hover { color:#999;}
.alternative-header-homelink a { color:#666666; font-family:  open_sansregular, Helvetica, sans-serif; text-decoration:none; margin-right:20px;}
.onestepcheckout-index-index .alternative-header-homelink { margin:0; float:right; display: block; }
.onestepcheckout-index-index .alternative-header-homelink a { color:#666666; font-family:  open_sansregular, Helvetica, sans-serif; text-decoration:none; margin:0; font-size: 11px; text-decoration: underline;}


.checkout-onepage-success h2.sub-title { text-transform: uppercase; }
.form-list li.not-removeable label.required em { position: relative; right: 0; float: left; }
.form-list li.not-removeable { width:100%; }
.checkout-onepage-index .col-main{padding: 30px 0 1px}
.checkout-onepage-index #checkout-progress-wrapper{padding-top: 30px}

/** RECENTLY VIEWED **/
.block .block-content #recently-viewed-items li.item { float:left; padding:7px 15px; text-align: center; }
/** RELATED PRODUCTS **/
.block .block-content #block-related li.item { float:left; padding:7px 15px; text-align: center; position: relative; }
.view-more {display:none; position:absolute; width:150px; bottom:0;color:#999*left:15px;*text-align:center;}

/** WEBFORMS    **/
.webform_progress_text { color:#333; font-size:12px; }
.webforms-success-text { color:#333; font-size:12px;  }
.cms_block_top { margin-bottom:30px; }
input.checkbox, input.input-checkbox {border:0;}
.privacy-dialog {padding-right:30px;}
.privacy-dialog {z-index:120;width:60%; height:500px;position:absolute;left:45%;margin-left:-30%;top:40%;margin-top:-250px;background-color:white;padding:5%;padding-top:2%;padding-bottom:7%;}
.privacy-text {height:500px;overflow-y:auto;padding-right:20px;}
.close {display:block;text-align:right;font-size:32px;color:#333;text-decoration:none;}
.close:hover {text-decoration:none; color:#666;}
.overlay {width:100%;height:100%;position:fixed;top:0;left:0;background-color:#999;z-index:9998;opacity:0.6;-ms-filter:alpha(opacity="60");display:none;}

.ui-dialog .messages .error-msg {background:transparent;color:#686868;}
.ui-dialog .messages .error-msg li {display:block;font-size:13px;font-weight:normal;}
.ui-dialog .messages .error-msg a {display:block;background-color:#666; color:white; padding:0 10px;text-decoration:none;line-height:32px;width:60%;font-family:open_sansregular, sans-serif;text-align:center;margin:20px auto;}
.customer-account-login .ui-widget-header .ui-icon-closethick {position:static;margin:0;}
.ui-dialog .messages .error-msg a.mail {display:inline;background:transparent;color:#333;margin:0;padding:0;font-family:open_sansregular,Helvetica, sans-serif;line-height:inherit;text-decoration:underline;}

.ui-dialog-content .error-msg,.ui-dialog-content .success-msg,.ui-dialog-content .note-msg,.ui-dialog-content .notice-msg{border: none !important;}
.customer-account-resetpassword .main .fieldset{margin-top: 10px; margin-bottom: 5px;} 
.customer-account-resetpassword p.required{margin-bottom: 10px;}
.view-all {display:block;margin-bottom:7px;}
.social a {float:left;display:block;width:20px;height:20px;text-indent:-9999px;background-image:url(/skin/frontend/fiat/default/images/social.gif);margin-right:5px;}
.social .fb-icon {background-position:-20px 0;}
.social .yt-icon {background-position:-40px 0;}
.social .fb-icon:hover {background-position:-20px -20px;}
.social .yt-icon:hover {background-position:-40px -20px;}
span.selected {color:#f60;display:block;}
.view-all-filter {color:#444 !important;text-transform:uppercase;}
#tabs-related #block-related .item a {display:block;color:#636363;}
#tabs-related #block-related .item a:hover {margin-top:-10px;}
.catalog-product-view div.price-box p.old-price span.price {text-align:center;font-size:17px;}
.catalog-product-view div.price-box p.old-price .price {color:#999 !important;}
.catalog-product-view div.price-box p.old-price .price:after {top:17px;}
.little-banner {width:100%;}
.short-description div.info {margin-top:5px;}

.catalog-category-view .category-image-top { 
    width:100%;
    min-height: 35px;
    height:127px; 
}

.catalog-category-view .category-image-top img.banner-category{
    width:100%;
    min-height: 127px; 
}

.catalog-category-view .category-image-top h1 { 
    width:960px;
    font-size:30px; color:#fff; margin:0 auto; text-align: left; 
    padding-top: 60px;
    font-weight: normal;
    text-transform: uppercase;
    font-family: HelveticaNeueLTStd-BdCn, Helvetica, open_sansregular, sans-serif;
}

.catalog-category-view .col-left { width:auto; margin-top: -30px;}
.catalog-category-view .col2-left-layout .col-main { width:760px; border-left:1px solid #f1edee; float:left; margin:0 0 0 20px;}

.shipping_cost_text_category { clear:both; font-size:10px; color:#888; float:left; }

.block .block-subtitle {
    padding:10px 5px 8px 10px;
    font-size:14px;
    margin-bottom: 0;
    color: #fff;
    background: #333333;
    font-family: open_sansregular;
    text-transform: uppercase;
}

.block .block-content a.product-image {margin-right: 27px; width: 62px; height: 62px;}
.block .block-content a img { width: 100%; height: auto;}

.block .block-content .btn-remove img{ width: 50%; height: auto; }

#narrow-by-list {
    margin: 20px 0 0 0;
}
#narrow-by-list dt {
    padding:3px 0 3px 5px;
    border-bottom: 1px solid #000;
    color: #000;
    font-family: ProximaNova-Bold;
}
#narrow-by-list dt a { color: #000; font-family: ProximaNova-Bold; display: block; }



.plus {  background: url('/skin/frontend/fiat/default/images/plus.png') right center no-repeat; }
.minus { background: url('/skin/frontend/fiat/default/images/minus.png') right center no-repeat; }


.block-layered-nav div { padding:0 0 12px 0; }


.totalSeparator{
    background: url("/skin/frontend/fiat/default/images/btn_cart_separator.gif") repeat-x scroll center bottom transparent;
}

.coupon-send-symbol { color:#9e092f; font-weight:bold; }
.coupon-text { font-size:12px; color:#999; }
.onestepcheckout-index-index .main { padding-top: 5px; }
.all-purpose-container {width:960px;text-align:left;margin:0 auto;}
.all-purpose-container .item {display:block;float: left;padding:0 20px; display:block; float:left;}
.button-cancel span { background:none !important; }

.checkout-cart-index .col1-layout .main { padding-top:30px; }

/** PROMO TEXT CART */
.cart-promo-banner { 
    background-color:#000;
    text-align: center;
    /*height:40px;
    line-height: 40px;*/
    padding:7px;
    color:#fff;
    font-size: 14px;
}
.cart-promo-banner-text { 
    width:950px;
    margin:0 auto;
    padding:5px;
}

.all-purpose-container .item {display:block;float: left; display:block; float:left; padding:0; }

/*.success-msg{background-color: #006837}*/

.customer-account-index{}
.customer-account-index .wrapper .main-container .main .main-headline, .customer-address-index .wrapper .main-container .main .main-headline,
.customer-account-edit .wrapper .main-container .main .main-headline, .sales-order-history .wrapper .main-container .main .main-headline,
.wishlist-index-index .wrapper .main-container .main .main-headline, .newsletter-manage-index .wrapper .main-container .main .main-headline,
.customer-address-form .wrapper .main-container .main .main-headline, .sales-order-view .wrapper .main-container .main .main-headline,
.awrma-customer-rma-list .wrapper .main-container .main .main-headline,
.awrma-customer-rma-new .wrapper .main-container .main .main-headline,
.awrma-customer-rma-new2 .wrapper .main-container .main .main-headline,
.awrma-customer-rma-confirm .wrapper .main-container .main .main-headline,
.awrma-customer-rma-edit .wrapper .main-container .main .main-headline,
.awrma-customer-rma-view .wrapper .main-container .main .main-headline, 
.zendext-ticket-history .wrapper .main-container .main .main-headline,
.zendext-ticket-view .wrapper .main-container .main .main-headline
{display:block;color:black;text-transform: uppercase;margin-bottom:30px; font-family: open_sansregular; margin-top: 30px !important;}

.customer-account-index .col-left.sidebar .block-title,  .customer-account-edit .col-left.sidebar .block-title,  
.customer-address-index .col-left.sidebar .block-title,  .sales-order-history .col-left.sidebar .block-title,  
.wishlist-index-index .col-left.sidebar .block-title,  .newsletter-manage-index .col-left.sidebar .block-title, 
.customer-address-form .col-left.sidebar .block-title, .sales-order-view .col-left.sidebar .block-title,
.awrma-customer-rma-list .col-left.sidebar .block-title, .awrma-customer-rma-new .col-left.sidebar .block-title,
.awrma-customer-rma-new2 .col-left.sidebar .block-title, .awrma-customer-rma-confirm .col-left.sidebar .block-title,
.awrma-customer-rma-edit .col-left.sidebar .block-title, .awrma-customer-rma-view .col-left.sidebar .block-title
{padding: 3px 5px}
.customer-account-index .main,  .customer-account-edit .main,  .customer-address-index .main,  .sales-order-history .main,  .wishlist-index-index .main,  .newsletter-manage-index .main, .customer-address-form .main, .sales-order-view .main{padding-top: 50px}
.customer-address-index .block{
    margin-top:0;
}

.awrma-customer-rma-new .form-list li.wide, .awrma-guest-rma-new .form-list li.wide {float: none;}
.sales-order-view .box-title{color:#9e092f;}

.customer-account-index .col-left.sidebar{margin:0}
.my-account h1{margin-top: -10px}
.block-account .block-content{background-color: white}
.customer-account-index .col-left.sidebar{width:180px;border-right:0; margin-top: 10px;}
.newsletter-manage-index .col-left,
.wishlist-index-index .col-left,
.sales-order-history .col-left,
body[class*="customer-"] .col-left{width:180px;}
/*.col-left.sidebar{margin-top: 40px;}*/
.block-content{padding: 7px 0px 7px 10px}
.catalog-category-view .block .block-content{ width: 178px;}


/* Block: Account */
.block-account { border-color:#bbb; width:180px; font-family: open_sansregular;}
.block-account .block-title { border:0; padding:10px 15px; background: transparent; border-bottom: 1px solid #dbdbdb; margin-left: 16px; }
.block-account .block-title strong { color: #333333; font-size: 12px; font-family: ProximaNova-Bold;}
.block-account .block-content { padding:7px 10px 7px 13px }
.block-account .block-content li { text-transform: uppercase; padding: 0 0 0 8px; }
.block-account .block-content li a { display:block; padding:0; color:#333; text-decoration:none !important; }
.block-account .block-content li a:hover { color:#aa0a33; }
.block-account .block-content li.last a { border-bottom:0; }
.block-account .block-content li:hover { background:#ededed; }
.block-account .block-content li.current{ color:#aa0a33; }
.block-account .block-content li.current.last { border-bottom:0; }

.my-account .link-reorder{display: none} 
.customer-account-index span.price{color:black}
.customer-account-index .page-title{
    text-transform: uppercase;
}
.customer-account-index .col2-set:nth-child(4) h3{

}

.customer-account-index .data-table thead th {
    background-color: #333333;
    color: #fff;
    font-weight: bold;
}

.customer-account-create em{
    display: none
}

.input-box input{
    border: #c5c5c5 solid 1px;
}
.input-box input:focus{
    border: #333333 solid 1px;
    color: #333333;
}

.login-rightside, .account-create .personal-information,.account-create .personal-information .form-list{
    /*position: relative;*/
}

.login-rightside, .account-create .personal-information{
    width:530px;
}
.login-rightside, .account-create .personal-information #form-list{
    width: 100%;
}
.account-create .personal-information .form-list li{
    /*padding-top: 45px;*/
    width: 170px;
    
}

.account-create .personal-information .form-list .alone{
    width: 100%;
    float: left;
    padding-top: 0;
}

.account-create .personal-information .form-list .fields{
    width: 310px;
    float: left;
    padding-top: 0;
}

.account-create .personal-information .form-list .fields #firstname, .account-create .personal-information .form-list .fields .name-lastname #lastname{
    width: 120px;
}

.account-create .personal-information .form-list .fields #firstname{margin-right: 17px;}

.account-create .personal-information .form-list li {width: 130px; float:left;}

.account-create .form-list .name-prefix { width: 100%; }

.account-create label {
    font-weight: bold;
    color: #333333;
    margin-bottom: 0;
}

.account-create label.agreement-label { font-weight: normal; color: #333333; margin-top: 1px !important; }

.login-information{ }
.login-information .input-box{width:170px}
.login-information .input-box input.input-text{width:150px}
.login-information .fields{margin: 0 auto}
.login-information .form-list{margin-bottom: 30px}
.login-information {width:530px}
.agreement .form-list .input-checkbox{box-shadow: 0px 1px 2px 0px #ccc}
.account-create .login-information .input-box input.input-text { width:120px;}

.personal-information .form-list #prefix {
    width: 160px;
}

.sales-order-history .link-reorder {
    display: none;
}

.sales-order-history .data-table thead th {
    width: 17%;
    text-align: center
}

.sales-order-history .data-table td{
    text-align: center
}

.my-account .page-title, .my-account .box-title{ text-transform: uppercase }
.my-account .form-list .field { width: 240px; }
.my-account .form-list .input-box { width: 210px; }
.customer-account-edit .my-account .form-list .input-box { width: 240px; }
.my-account .form-list .input-text { width: 210px; }
.my-account .form-list.address  .field { width: 240px; }
.my-account .form-list.address  .input-box { width: 210px; }
.my-account .form-list.address  .input-text { width: 210px; }

.wishlist-index-index .data-table .price-box{width:90px;}
.wishlist-index-index .price-box .old-price { text-decoration: line-through; font-family: open_sansregular; font-size: 13px; float:none;}
.wishlist-index-index .price-box .special-price { font-family: open_sansregular; font-size: 13px; color: #333; display:block; }

.wishlist-index-index .data-table .price-box .regular-price .price{color:#333;font-family: open_sansregular;font-size: 14px;}
.wishlist-index-index .data-table .wish-3 {color:#333;font-family: open_sansregular;font-size: 14px; }

#bottom-banner{background: url('/skin/frontend/fiat/default/images/nl-bg.gif') repeat-x 0 0;height: 131px;width: 100%}
#bottom-banner{
     color:#333333;
     position: relative;
     height:131px;
     /*position:absolute;
     height:175px;
     bottom:0;*/
}
#bottom-banner #bottom-banner-content{
    position: relative;
    width: 960px;
    margin: 0 auto;
}

#bottom-banner h1{font-size: 28px;margin: 0;}
#bottom-banner h1, #bottom-banner h2{text-transform: uppercase;}
#bottom-banner h2 {font-size: 18px; font-family: HelveticaNeueLTStd-BdCn, Helvetica, open_sansregular, sans-serif; font-weight: normal;letter-spacing: -0.5px;}
#bottom-banner h1 a{text-decoration: none;font-family: HelveticaNeueLTStd-BdCn, Helvetica, open_sansregular, sans-serif; font-weight: normal;}

#logo-grey{position:absolute;top:0;left:50px}
#logo-double{position:absolute;top:30px;right: 50px}
#bottom-banner-text{position: absolute;top:30px;left:0;width: 700px;z-index: 10}
.cms-page-view .std ol { list-style: decimal inside none; }
.cms-page-view .std ul { /*list-style: disc inside none;*/ }
.newsletter-subscribe .rightside ol, .newsletter-subscribe .rightside ul { list-style: none; }

#onestepcheckout-login-popup { color:#333; }
.onestepcheckout-summary span.price { color:#333; }

#messages_product_view  {width:960px; margin:20px auto;/*line-height:36px;*/background-color:#9e092f;color:white;}
#messages_product_view .messages li {margin:0 !important;}
.not-availabile {color:#9e092f;font-weight: bold}
.col-main #messages_product_view {width:100%;}




















/** PERSONAL CSS **/

.didascalia {
    width: 300px;
    height: 100px;
    display: block;
    position: absolute;
    top: 0;
    left: 661px;
    text-align: left;
    margin-top:25px;
}

.didascalia h1 {
    font-family: open_sansregular;
    font-size: 35.56px;
    color: #000;
    text-transform: uppercase;
}

.didascalia p {
    font-family: Helvetica;
    font-size: 13.05px;
    color: #666666;
    margin-top: -10px;
}


.signin_logo {
    width: 389px;
    height: 270px;
    background: url('/skin/frontend/fiat/default/images/signin_logo.jpg') no-repeat;
    margin: 40px auto 0 auto;
}
.signup_logo {
    width: 376px;
    height: 300px;
    background: url('/skin/frontend/fiat/default/images/signup_logo.jpg') no-repeat;
    margin: 100px auto 0 auto;
}

.col2-set ul.form-list {
    margin-top: 30px;
}



.cms-newsletter .page-title, .customer-account-create .page-title, .customer-account-login .page-title,
.customer-account-forgotpassword .page-title, .cms-no-route .page-title {
    border-bottom: 1px solid #000;
    font-family: open_sansregular;
    font-weight: normal;
    font-size: 17px;
    height: 30px;
    margin: 30px 0 30px 0;
    width: 920px;
}


.customer-account-forgotpassword li label{ color:#000; font-weight: bold;}
.customer-account-forgotpassword p { color:#000; padding-bottom: 20px;}

.catalog-product-view .add-to-cart { border-bottom: 1px solid #979892; padding-bottom: 21px; padding-top: 10px; float: left; width: 100%; }

.catalog-product-view .tabs-container {
    background: #fff;
    margin-top:20px;
    border-top: 7px solid #efeeee;
    margin-left: -20px;
    padding-right: 40px;
    padding-top: 20px;
}



td .yesbr, td .cart-item-code, td .cart-item-link-edit { width: 100%; display: block; line-height: 16px; }
td .yesbr a {
    color: #000;
    font-family: open_sansregular;
    font-size: 14px;
    text-decoration: none;
}
td img { border: 1px solid #cccccc; }


/** PAGINE ACCOUNT **/
.my-account, .awrma-account { width: 737px; padding: 0 0 0 0; margin-top: 10px; }
.customer-account-edit .my-account {  margin-top:0; }
.customer-address-index .my-account {  margin-top:0; }
.sales-order-history .my-account {  margin-top:0; }
.wishlist-index-index .my-account {  margin-top:0; }
.newsletter-manage-index .my-account {  margin-top:0; }
.customer-address-form .my-account {  margin-top:0; }
.customer-address-form .my-account span.field-required { float: right; margin-top: -27px; }


/** PAGINE AREA HELP **/


.cms-payments .page-title, .cms-conditions-of-sale .page-title,
.cms-terms-of-use .page-title, .cms-time-of-delivery .page-title,
.cms-privacy .page-title, .cms-right-of-withdrawal .page-title
{ border: 0; margin-bottom: 10px;}

.cms-help-area .category-title { display: none;}
.cms-help-area .home-help ul { margin: 5px 0 0 0;}
.contacts-index-index .page-title { border: 0; margin-bottom: 0;}
.contacts-index-index .required-all { color: #666666; }
.pagContatti { width: 100%; padding: 0; }
.cms-page-view.cms-faq  .page-title { border: 0; margin-bottom: 0;}
.cms-page-view.cms-faq .col3-layout .col-main { width: 460px;}
.cms-page-view.cms-faq .col-right { float: left; width: 250px;}


/***CARELLO****/
.checkout-cart-index .cart-table tbody td { padding: 8px 10px 8px 0;}
.checkout-cart-index .cart-table tbody tr.first td { padding: 15px 10px 8px 0; }
.checkout-cart-index .cart-table tbody td.prima { width: 100px;  }
.checkout-cart-index .cart-table tbody td.seconda { width: 100px;}
.checkout-cart-index .cart-table tbody td.terza { width: 100px; text-align: right;}
.checkout-cart-index .cart-table tbody td.quarta { width: 200px; text-align: right;}
.checkout-cart-index .cart-table tbody td.quinta { width: 200px; text-align: right;}
.checkout-cart-index .cart-table tbody td.sesta { width: 150px;}
.checkout-cart-index .cart-table tfoot td { padding: 14px 0 5px 0;}
.checkout-cart-index .cart-table tbody td.cart-items-separator { padding: 1px 0 1px 0;}
/*** END *****/


/**+CHECKOUT SUCCESS ***/
#success-content { margin-top: 20px;}

/*** END **/


.message-newsletter2 ul { list-style-type: none; }
.message-newsletter2 ul li { padding-left: 1.8em;  height: 15px; background: url('/skin/frontend/fiat/default/images/list-style-grey.png') left 80% no-repeat; padding-top: 3px;}


a.homeFoot { display: block; font-size: 15px; text-transform: uppercase; text-decoration: none; width:150px;
             background: url('/skin/frontend/fiat/default/images/red-right-arrow.png') left center no-repeat; padding: 0 15px 0 15px; margin: 0 0 10px 0;}
.fire a.homeFoot { margin-top:20px; }
a.homeFoot:hover { color:#666;
}
.customer-address-form a.homeFoot { margin: 20px 0 10px 0;}
.checkout-cart-index a.homeFoot { width: 300px; }

/** BOTTONI **/

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:150px;*/ border:0; padding:0; margin:0; /*background-color:transparent;*/ cursor:pointer; }
button.button span { /*display:block;*/ height:19px; padding:5px 25px; font:14px/19px open_sansregular; text-align:center; white-space:nowrap; color:#fff; }
button.button span span { border:0; padding:0; }
button.disabled span {  text-shadow: none; border: 0; color:#fff; }

.buttons-set button.button {
    font-size:13px;
    text-transform: uppercase;
    background:#999999;
    font-family:open_sansregular;
    border: 0;
}
.buttons-set button.button:hover { background:#b6b6b6; }


button.btn-checkout span { border:0; padding:0 0 0 9px; font:13px open_sansregular, 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%; }



button.button.btn-cart span, button.button.btn-cart-choose span, button.btn-proceed-checkout span { padding:0px 40px 0 10px; font-family: ProximaNova-Bold; }
button.button.btn-cart-choose span { padding: 0; font-family: proximanova-bold; height: 19px; line-height: 19px;}
.saf button.btn-proceed-checkout span  { padding: 0 0 0 9px;}
button.button.btn-cart span { line-height: 28px; height: 28px;}
.product-list button.button.btn-cart span { padding: 0px 23px 0 10px; }
.saf button.button.btn-cart span { line-height: 28px; height: 26px; padding:0px 40px 0 10px; }
button.button.btn-cart:hover span, button.button.btn-cart:active span { padding:0px 40px 0 10px;  }
.products-list button.button.btn-cart span { padding: 0px 23px 0 10px; }
.products-list button.button.btn-cart:hover span { padding: 0px 23px 0 10px; }

.account-login .buttons-set button.button {
    float:right;
}
.mini-cart .summary .button { text-transform:uppercase; width: 160px; height: 35px; padding: 0 20px;}

button.button.red, #newsletter-validate-detail .buttons-set button.button, .forgot-pwd .buttons-set button.button  { background: #96172e; padding-left:11px; padding-right: 11px;padding-top: 2px;}
button.button.red span, button.button span, .buttons {
    line-height:25px; height:32px;
    font-family: ProximaNova-Bold; font-size:13px; text-align:left;
    white-space:nowrap; color:#fff; text-transform: uppercase;
}
.fire button.button.red { padding-top: 1px;}

.checkout-cart-index button.btn-checkout span { height: 25px; padding:0; display: block;}

.wishlist-index-index button.button.red { padding-left: 0 !important; padding-right: 0 !important;}
.wishlist-index-index button.button.red span { line-height: 23px !important; height: 21px !important; padding: 5px 13px !important;}
.wishlist-index-index button.btn-update span, .wishlist-index-index button.btn-add span, .wishlist-index-index button.btn-share span {
    line-height: 19px !important;
    display: block;
    padding-top: 2px;
    padding-bottom: 2px;
    height: 21px;
    font-family: open_sansregular;
}
button.button.red:hover, button.button.btn-cart:hover, .mini-cart .summary .button:hover, .forgot-pwd .buttons-set button.button:hover { background: #af2a42; }
button.button.btn-cart-choose:hover, button.btn-proceed-checkout:hover {
    background: #af2a42 url(/skin/frontend/fiat/default/images/red-button.png) no-repeat 90% 50% !important;
    
    font-weight:bold;
}

button.button.btn-cart[disabled], .button:disabled {
    color:#fff;
    text-shadow:none;
     border: 0;
}

button.button.btn-cart { background: #96172e url(/skin/frontend/fiat/default/images/red-button.png) no-repeat 90% 50% !important; }
button.button.btn-cart:hover, button.button.btn-cart:active { background: #af2a42 url(/skin/frontend/fiat/default/images/red-button.png) no-repeat 90% 50% !important; }
.products-list button.button.btn-cart { background: #96172e url(/skin/frontend/fiat/default/images/red-button.png) no-repeat 95% 50% !important; padding: 0 0 0 0; }
.products-list button.button.btn-cart:hover { background: #af2a42 url(/skin/frontend/fiat/default/images/red-button.png) no-repeat 95% 50% !important; padding: 0 0 0 0; }
button.btn-proceed-checkout { padding:0px 25px 0 15px; background: #96172e url(/skin/frontend/fiat/default/images/red-button.png) no-repeat 90% 50% !important; }
button.btn-proceed-checkout:hover { background: #af2a42 url(/skin/frontend/fiat/default/images/red-button.png) no-repeat 90% 50% !important;}
.saf button.btn-proceed-checkout, .saf button.btn-proceed-checkout:hover { padding-left: 10px; padding-right: 40px;}
button.button.btn-cart-choose { background: #96172e url(/skin/frontend/fiat/default/images/red-button.png) no-repeat 90% 50% !important; padding:5px 39px 3px 10px;; margin: 10px auto 10px auto;}
button.button.btn-cart-choose:hover { background: #af2a42 url(/skin/frontend/fiat/default/images/red-button.png) no-repeat 90% 50% !important; padding: 5px 39px 3px 10px; }

.cms-home .wrapper .main .metro ul a.shop { display: inline-block; font-family: ProximaNova-Bold; line-height: 28px; height: 25px; font-size: 13px; text-align: left; white-space: nowrap; color: #fff; font-weight: bold; text-transform: uppercase; background: #96172e url(/skin/frontend/fiat/default/images/red-button.png) no-repeat 90% 50% !important; padding: 0 30px 0 10px; text-decoration: none; }
.cms-home.saf .wrapper .main .metro ul a.shop { padding: 1px 30px 0 10px; }
.cms-home .wrapper .main .metro ul a.shop:hover {  background: #af2a42 url(/skin/frontend/fiat/default/images/red-button.png) no-repeat 90% 50% !important;}

.cms-home  .didascalia a.shop { display: inline-block; font-family: ProximaNova-Bold; line-height: 28px; height: 26px; font-size: 13px; text-align: left; white-space: nowrap; color: #fff; font-weight: bold; text-transform: uppercase; background: #96172e url(/skin/frontend/fiat/default/images/red-button.png) no-repeat 90% 50% !important; padding: 0 30px 0 10px; text-decoration: none; margin-top: 10px; cursor: pointer;}
.cms-home.saf  .didascalia a.shop { padding: 1px 30px 0 10px; }
.cms-home  .didascalia a.shop:hover {  background: #af2a42 url(/skin/frontend/fiat/default/images/red-button.png) no-repeat 90% 50% !important;}

.cms-home .messages { width:960px; text-align: left; margin: 0px auto !important; margin-bottom:0; }
.cms-home .messages li { margin-bottom:0 !important; }

.cms-no-route dt { color:#333;}


/*-------------------modulo reso----------------------*/
.awrma-customer-rma-list .wrapper .main-container .main .main-headline,
.awrma-customer-rma-new .wrapper .main-container .main .main-headline,
.awrma-customer-rma-new2 .wrapper .main-container .main .main-headline,
.awrma-customer-rma-confirm .wrapper .main-container .main .main-headline,
.awrma-customer-rma-edit .wrapper .main-container .main .main-headline,
.awrma-customer-rma-view .wrapper .main-container .main .main-headline {height: 30px;}

.awrma-customer-rma-list .col-left.sidebar,
.awrma-customer-rma-new .col-left.sidebar,
.awrma-customer-rma-new2 .col-left.sidebar,
.awrma-customer-rma-confirm .col-left.sidebar,
.awrma-customer-rma-edit .col-left.sidebar,
.awrma-customer-rma-view .col-left.sidebar {margin-top: 10px;}

.awrma-account {margin-top: 0px;}

.awrma-account .page-title a{
    color: #666;
    text-transform: capitalize;
    font-weight: normal;
    line-height: 45px;
}

.awrma-account .buttons-set p.required {color: #666;font-weight: normal;}
.awrma-account .pager {float: none; margin-top: 5px;}
.awrma-account .messages, .awrma-customer-rma-view .messages{width: 737px;}

.awrma-customer-rma-list .main,
.awrma-customer-rma-new .main,
.awrma-customer-rma-new2 .main,
.awrma-customer-rma-confirm .main,
.awrma-customer-rma-edit .main,
.awrma-customer-rma-view .main {padding-top:  25px;}


/*BACK-LINK*/
.awrma-customer-rma-list .buttons-set .back-link,
.awrma-customer-rma-new .buttons-set .back-link,
.awrma-customer-rma-new2 .buttons-set .back-link,
.awrma-customer-rma-confirm .buttons-set .back-link,
.awrma-customer-rma-edit .buttons-set .back-link,
.awrma-customer-rma-view .buttons-set .back-link {display: block;}
.awrma-customer-rma-list .buttons-set .back-link a,
.awrma-customer-rma-new .buttons-set .back-link a,
.awrma-customer-rma-new2 .buttons-set .back-link a,
.awrma-customer-rma-confirm .buttons-set .back-link a,
.awrma-customer-rma-edit .buttons-set .back-link a,
.awrma-customer-rma-view .buttons-set .back-link a{color: #333;}
.awrma-customer-rma-list .buttons-set .back-link a:hover,
.awrma-customer-rma-new .buttons-set .back-link a:hover,
.awrma-customer-rma-new2 .buttons-set .back-link a:hover,
.awrma-customer-rma-confirm .buttons-set .back-link a:hover,
.awrma-customer-rma-edit .buttons-set .back-link a:hover,
.awrma-customer-rma-view .buttons-set .back-link a:hover{color: #666;}



/*TABLE*/
.awrma-account table thead tr:first-child {background: none repeat scroll 0 0 #333333;}
.awrma-account table thead tr th {color: #FFFFFF;font-family: open_sansregular;font-weight: normal;text-align: center;padding: 11px 8px 7px; width: 17%}
.awrma-account table tbody td, .awrma-account table tbody tr.last td {text-align: center; border-bottom: 1px solid #CCCCCC !important;color: #141414;padding: 7px;}
.awrma-account table .item-options dt, .awrma-account table .item-options dd {float: none; display: inline;}

/*NEW*/
#awrma-new-form .form-list .input-box {margin-right: 20px;width: 220px;}
#awrma-new-form .form-list select {width: 220px;}
#awrma-new-form .wide.last {float: none; clear: both;}
#awrma-new-form .form-list .wide.last .input-box {width: 100%;}
#awrma-new-form .awrma-items-form {
    border: 8px solid #d9d9d9;
    margin: 15px 0;
    padding: 20px;
}
#awrma-new-form  .awrma-items-form .rma-qty-chosen, .awrma-account .recap .legend  {
    font-family: open_sansregular,Helvetica,sans-serif;
    font-size: 14px;
    font-weight: bold !important;
    text-transform: capitalize !important;
    color: #9E092F;
}
#awrma-new-form .awrma-items-form .option-container label {float: left; width:200px; font-weight: normal}
#awrma-new-form .awrma-items-form .option-container > div {margin-top: 5px;}
#awrma-new-form .awrma-items-form .option-container textarea {resize: vertical;width: 450px;}
#awrma-new-form .awrma-items-form .rma-fieldset {border-top: 1px solid #D9D9D9;padding: 5px 0;}
#awrma-new-form .awrma-items-form .awrma-image {display: inline-block;vertical-align: text-top;margin-bottom: 13px;}
#awrma-new-form .awrma-items-form .awrma-image input {display: block;}
#awrma-new-form .awrma-items-form .awrma-image .thumb-wrapper {display: inline-block;
    margin-right: 5px;
    margin-top: 5px;
    position: relative;
}
#awrma-new-form .awrma-items-form .awrma-image .screenshot-image-delete-link {bottom: -17px;left: 30px;position: absolute;}
#awrma-new-form .awrma-items-form .screenshots-text{font-size: 11px;line-height: 12px;margin-top: 5px;}
.awrma_already_rma {display: block;}
.awrma-warning-qty-already-rma {font-weight: bold;}


/*NEW2*/
.awrma-account .order {display: block;margin-bottom: 20px;}
.awrma-items-form .selector, .awrma-customer-rma-new2 .awrma-items-form selec {display: inline-block;}
.awrma-items-form .selector {width: 200px; font-weight: normal;}

#awrma-shipping-choice {clear: both;}
#awrma-shipping-choice h2,
.awrma-paymentmethod-bank .payment_title,
.awrma-customer-rma-confirm h4,
.awrma-customer-rma-view h4,
.awrma-guest-rma-confirm h4,
.awrma-guest-rma-view h4 {
    border-bottom: 1px solid #DBDBDB;
    color: #000000;
    font-family: open_sansregular;
    font-size: 15px;
    height: 25px;
}
#awrma-shipping-choice #shipping-methods {margin: 5px 0px;}
.awrma-paymentmethod-bank .input-text {width: 240px;}
.awrma-paymentmethod-bank .input-text input {
    border: 1px solid #C5C5C5;
    padding: 5px;
    width: 200px;
}

/*CONFIRM*/
.awrma-customer-rma-confirm .recap, .awrma-customer-rma-view .recap, .awrma-guest-rma-confirm .recap, .awrma-guest-rma-view .recap{
    border: 8px solid #333333;
    margin: 0 0 15px;
    padding: 20px;
}
.awrma-customer-rma-confirm .button.awrma-confirm.red, .awrma-guest-rma-confirm .button.awrma-confirm.red{float: right;}
.awrma-account .totals {color: #333333;margin-top: 5px;text-align: right;}
.awrma-account .totals .value {display: inline-block;min-width: 110px;}
.awrma-account .totals .value span.price {color: #333333;}
.awrma-account .total-refund {font-weight: bold;}

/*GUEST*/
.awrma-guest-rma-new .awrma-account,
.awrma-guest-rma-new2 .awrma-account, 
.awrma-guest-rma-confirm .awrma-account, 
.awrma-guest-rma-edit .awrma-account,
.awrma-guest-rma-view .awrma-account
{width: 920px;}

.awrma-guest-rma-index .col-main,
.awrma-guest-rma-new .col-main,
.awrma-guest-rma-new2 .col-main,
.awrma-guest-rma-confirm .col-main, 
.awrma-guest-rma-edit .col-main,
.awrma-guest-rma-view .col-main
{margin: 30px 10px 0 20px; width: 920px !important;}

.awrma-guest-rma-index .page-title,
.awrma-guest-rma-new .page-title,
.awrma-guest-rma-new2 .page-title,
.awrma-guest-rma-confirm .page-title,
.awrma-guest-rma-edit .page-title
{border: none;}

.awrma-guest-rma-index .page-title h1,
.awrma-guest-rma-new .page-title h1,
.awrma-guest-rma-new2 .page-title h1, 
.awrma-guest-rma-confirm .page-title h1,
.awrma-guest-rma-edit .page-title h1
{ 
     border-bottom: 1px solid #000000;
    font-size: 16px;
    padding: 0px;
    margin-bottom: 20px;
}
.awrma-guest-rma-index .form-list .field {width: 215px;}
.awrma-guest-rma-index  .buttons-set p.required {color: #666;}

.awrma-guest-rma-view .page-title {border-bottom: 1px solid #000;margin-bottom: 20px;}
.awrma-guest-rma-view .page-title h1{line-height: 15px;padding-bottom: 0;}
.awrma-guest-rma-view  .awrma-account .page-title a {line-height: 0px;}

html:lang(en) .checkout-agreements .agree input#agreement-1 {
    margin-bottom: 45px;
}

/*VALYOU LOGIN PAGE*/
.valyou-index-test .sidebar,
.valyou-index-test .page-title.category-title {
    display: none;
}

.valyou-index-test .col-main {
    width: 100%;
}

h4.icon-head {
    margin-bottom: 20px;
    text-transform: uppercase;
}

.valyou-index-test form {
    text-align: center;
}

.valyou-index-test .field-row input {
    display: block;
    margin: 0 auto 10px;
    width: 220px;
}

.valyou-index-test .field-row #submit {
    text-transform: uppercase;
    width: auto;
    border: none;
    background-color: #96172e;
    color: #fff;
    margin-top: 15px;
    padding: 5px 10px;
}

/*Header*/
.valyou-index-test .header .child5 .links,
.valyou-index-test .header .links .separator,
.valyou-index-test .header .top-link-newsletter {
    display: none !important;
}

/*Footer*/
.valyou-index-test .footer-links div.child1 {
    display: none !important;
}

.valyou-index-test .footer-links div.child2 {
    width: 240px !important;
}

.valyou-index-test .footer-links div.child3 {
    width: 278px !important;
}

.valyou-index-test .footer-links div.child4 {
    width: 246px !important;
}


/*OSC*/
.valyou-index-test .onestepcheckout-login-link,
.valyou-index-test .onestepcheckout-enable-newsletter {
    display: none !important;
}

.valyou {
    text-transform: uppercase;
    font-size: 13px;
    font-weight: bold;
}

@media screen and (min-width: 400px) and (max-width: 768px) {
    .valyou {
        font-size: 14px;
    }
}


/*Product Listing*/
@media screen and (max-width: 800px) {
    .catalog-category-view .item .actions .valyou {
        display: none;
    }
}

.valyou.badge {
    position: absolute;
    right: 15px;
    top: 15px;
    background-color: #aa0a33;
    color: #fff;
    padding: 0 2px;
    line-height: 30px;
    font-size: 12px;
    z-index: 1;
}

@media screen and (min-width: 400px) and (max-width: 768px) {
    .valyou.badge {
        padding: 0 6px;
        line-height: 42px;
        font-size: 14px;
    }
}

/*Product Page*/
.catalog-product-view .main-container {
    z-index: 10;
}

.price-adtocart .valyou {
    clear: both;
    margin: 6px 0;
    padding-top: 5px;
}

.cms-home .valyou-container .tabs-container {
    height: 410px;
}

.cms-home .box-slider-tabs-mobile .itemSlider.slick-slide {
    position: relative;
}

.valyou-container .products-grid li.item {
    height: 360px;
}

.valyou-container .similar-box.item .info .valyou {
    text-align: center;
}

.overlay-zoom {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow-x: hidden;
    overflow-y: auto;
    background-color: white;
    z-index: 1050;
}

.modal-image-zoom {
    width: 100%;
    margin: 0;
    left: 0;
    overflow: hidden;
    position: relative;
}

.modal-image-zoom a {
    position: absolute;
    right: 60px;
    top: 60px;
    z-index: 1;
}

.modal-image-zoom a i {
    font-size: 25px;
}

.modal-image-zoom img {
    display: inline;
    position: absolute;
    left: 0;
    top: 0;
    cursor: crosshair;
}

.product-view .img_big,.thumbnails {
    cursor: pointer;
}

.customer-account-create .header {
    z-index: 2;
}

.customer-account-create #bottom-banner {
    z-index: 0;
}

.account-create .input-box .radio-label {
    width: 65%;
    float: left;
    padding-right: 2px;
}

.account-create .input-box .radio-label label {
    font-weight: normal;
}

.account-create .input-box .radio-label label.register-form {
    line-height: 16px;
    font-size: 12px;
}

.account-create .input-box .radio-wrapper label:first-of-type {
    margin-right: 6px;
}

.account-create .input-box .radio-wrapper input {
    box-shadow: none;
    margin-top: 8px;
}

.account-create .agreement .form-list {
    overflow: auto;
    padding-right: 15px;
}

.account-create .agreement .fields,
.account-create .agreement .input-box {
    width: 100%;
}

.account-create .agreement .fields {
    margin-top: 0;
}

.account-create .modal {
    display: none;
    z-index: 9999;
    width: 60%;
    height: auto;
    position: fixed;
    left: 45%;
    margin-left: -30%;
    top: 40%;
    margin-top: -250px;
    background-color: white;
    padding: 2% 5% 7%;
}

.account-create .overlay {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #999;
    z-index: 9998;
    opacity: .6;
    display: none;
}

.account-create .modal .close {
    float: right;
}

.account-create .modal .overlay-title {
    display: inline-block;
    margin-top: 20px;
}

.wrapper .main-container.over {
    z-index: 2;
}

@media all and (max-width: 760px){
    .modal-image-zoom img {
        width: 200%;
        max-width: none;
        left: -50%;
        top: 0;
    }
    .modal-image-zoom a {
        right: 40px;
        top: 80px;
    }
}
@-ms-viewport {
	width: device-width;
}
@viewport {
	width: device-width;
}
/*elementi nascosti in desktop*/
.box-slider-tabs{ display: block; }
.header-container-mobile,
.top-menu-mobile,
.top-cart-mobile,
.box-slider-tabs-mobile,
.footer-links-mobile,
.img-footer,
.order-recent-mobile,
.mobile-layer,
.openCustomerMenu,
.button-cart-top-mobile,
.wishlist-table.wishMobile,
.boxTotalsMobile,
.col-main .block-account{ display: none; }
.logo-footer-mobile{display: none;}
.mobile-slider-image{ display: none !important; }

@media only screen and (max-width: 800px) {

	.mobile-slider-image{ display: block!important; }
	.main-slider-image{ display: none !important; }
	.customer-account-index .messages, 
	.wishlist-index-index .messages, 
	.customer-address-form .messages, 
	.newsletter-manage-index .messages, 
	.customer-account-edit .messages {width: 100% !important;}	
	.cms-page-view.cms-faq .col3-layout .col-main {width: 100%; margin: 0; float: none; padding: 0;}
	.col3-layout .col-wrapper {float: none;width: 100%;}	
	.col-right{ display: none; }
	h2.legend{ display: none; }
	.send-friend-dialog {
	  background-color: white;
	  left: 50%;
	  margin-left: 0;
	  padding: 30px;
	  position: fixed;
	  text-align: left;
	  top: 58%;
		-moz-transform: translate(-50%,-50%);
		-webkit-transform: translate(-50%,-50%);
		-o-transform: translate(-50%,-50%);
		-ms-transform: translate(-50%,-50%);
		transform: translate(-50%,-50%);	  	  
	  width: 80%;
	  height: 80%;
	  overflow: auto;
	  z-index: 101;
	  box-sizing: border-box;
	}	
	.send-friend-dialog .buttons-set button.button {
	    display: block;
	    width: auto;
	    margin: 10px auto !important;
	    padding: 15px 20px !important;
	    background: #AA0A33;
	    color: #fff !important;
	    font-size: 14px !important;
	    text-decoration: none !important;
	    float: none !important;
	}
	.send-friend .form-list li p .btn-remove {
	    position: static;
	    right: auto;
	    display: block;
	    margin: 10px 0;
	}
	.send-friend .form-list {width: 100%;}	
	.privacy-box input#privacy {width: auto !important;}	
	.contacts-index-index .fieldset {width: 100%;}	
	.cms-conditions-of-sale .main-container .main .col-main, 
	.cms-payments .main-container .main .col-main, 
	.cms-terms-of-use .main-container .main .col-main, 
	.cms-time-of-delivery .main-container .main .col-main, 
	.cms-privacy .main-container .main .col-main,
	.std p,
	.cms-right-of-withdrawal .main-container .main .col-main {width: 100%;}		
	.area-help { width: 100%; margin: 0 0 20px 0;}	

	.messages {width: 100%;}	
	/*form,input,select,button{ -webkit-appearance:none; }*/
	.cookienotice-bar .cookienotice-content {width:100%; padding: 10px 20px; box-sizing: border-box; }	
	.cookienotice-bar .cookienotice-content div{ float: none; }
	.contacts-index-index .main-container .main .col-main {margin-left: 0;width: 100%;}	
	img{ max-width: 100%; }

	form{ display: block; position: relative; }
	body{ background: #F0EEEF; }
	input.input-text, select, textarea {
		background: #fff;
		box-sizing: border-box;
	}
	.box-qty-view #qty{
		border: 1px solid #b6b6b6 !important;
	}
	.privacy-overlay {
		left: 50%;
		margin-left: 0;
		margin-top: 0;
		top: 50%;
		width: 50%;
		height: auto;
		-moz-transform: translate(-50%,-50%);
		-webkit-transform: translate(-50%,-50%);
		-o-transform: translate(-50%,-50%);
		-ms-transform: translate(-50%,-50%);
		transform: translate(-50%,-50%);	  
	}	
	.buttons-set button.button {padding: 10px 20px !important;}		
	.box-slider-tabs{display: none;}
	.wrapper {background:  none; min-width: auto;}	
	.main-container {width: 100%; margin: 35% 0 0 0; }
	body.cms-index-index .main-container {width: 100%; margin: auto; }
	.cms-home .footer-container { 
		position: static; 
		z-index: 0; 
		width: 96%; 
		box-sizing: border-box; 
		margin: 2%; 
		text-align: center; 
	}
	.footer-links-mobile, .logo-footer-mobile{ display: block; }
	.logo-footer-mobile{ text-align: center; margin: 50px 0 20px 0; }
	.logo-footer-mobile img{ width: 50%; margin: 0 auto; }
	.footer-links{ display: none; }
	.footer-links-mobile span {
	  float: none;
	  font-size: 30px;
	  text-align: center;
	  display: block;
	}
	.footer-links-mobile span.little{font-size: 20px;margin: 0 0 20px 0;	}
	#newsletter-validate-details{ position: relative; }
	.footer-links-mobile button {
	  background: none;
	  color: #656565;
	  border: 0 none;
	  left: auto;
	  margin: 0;
	  position: absolute;
	  right: 8%;
	  top: 50%;
		-moz-transform: translate(0,-50%);
		-webkit-transform: translate(0,-50%);
		-o-transform: translate(0,-50%);
		-ms-transform: translate(0,-50%);
		transform: translate(0,-50%);	    
	  width: auto;
	}
	.footer-links-mobile button i{
	  color: #656565;
	  font-size: 25px;
	}	
	.footer-links-mobile input[type="text"] {
	  box-sizing: border-box;
	  border: 1px solid #CBCBCB;
	  background: #EFEDED;
	  display: block;
	  float: none;
	  font-size: 12px;
	  margin: 0 auto;
	  padding: 15px 15px;
	  width: 90%;
	}
	.footer {margin: 0; width: 100%; box-sizing: border-box; padding: 2%; }
	.footer-links-mobile ul { margin: 50px 0;}	
	.footer-links-mobile li {margin: 0 0 20px !important;text-align: center;}
	.footer-links-mobile a {font-size: 18px;text-transform: uppercase;}
	.img-footer{ display: block; background-color: #fff; margin: 2% 0; padding: 5% 0; }
	.img-footer{ overflow: hidden; }
	.img-footer li{ float: left; width: 45%; margin: 0 2.5%; text-align: center; }
	.img-footer i{ font-size: 50px; color: #98142B; display: block; text-align: center; }
	.img-footer span{ display: block; text-align: center; font-size: 12px; font-weight: bold; margin: 15px 0; text-transform: uppercase; }
	.img-footer img{ width: auto; }
	.footer-container .copy {color: #767575;padding: 30px 0;text-align: center;width: 100%;}
	.copy-info {text-align: center;width: 100%;margin: 0;font-size: 14px;}
	.cms-home .wrapper .main .metro{ width: 100%; margin: 0; }
	.cms-home .wrapper .main .metro ul{ width: 100%; overflow: hidden; }
	.cms-home .wrapper .main .metro ul li.child1,
	.cms-home .wrapper .main .metro ul li.child2{ width: 100%; height: auto; }
	.cms-home .copry{ display: none; }
	.cms-home .tabs-container {width: 100%;}	
	.cms-home .wrapper .main, .cms-home .wrapper .main .col-main {width: 100%; z-index: 0;}	
	.cms-home .banner{ display: none; }
	.header-container{display: none !important;}
	.header-container-mobile {
	  display: block;
	  position: fixed;
	  top: 0;
	  left: 0;
	  width: 100%;
	  z-index: 10000;
	  background-color: #eee;
	-webkit-box-shadow: 0 4px 2px -4px #000000;
	box-shadow: 0 4px 2px -4px #000000;	  
	}	
	.footer-links-mobile div {float: none;height: auto;width: 100% !important;}
	.menuItem {
		display: block;
		float: left;
		line-height: 60px;
		min-height: 60px;
		overflow: hidden;
		position: relative;
		width: 17.5%;
		font-size: 30px;
		color: #666;
		background-color: #fff;
		-webkit-transition: all 300ms ease-out;
		-moz-transition: all 300ms ease-out;
		-ms-transition: all 300ms ease-out;
		-o-transition: all 300ms ease-out;
		transition: all 300ms ease-out;
		background-position: center;
		background-repeat: no-repeat;
		background-size: 18%;
	}
	#openSearch{ background-image: url('/skin/frontend/fiat/default/images/search.png'); }
	#openCart{ background-image: url('/skin/frontend/fiat/default/images/cart.png'); }
	#openProfile{ background-image: url('/skin/frontend/fiat/default/images/user.png'); background-size: 16%;}
	.menuItem.logOut{color: #AA0A33 ;  text-decoration: none;}
	.menuItem.logOut span{ font-size: 16px; }
	.logo {
	  background: #fff;
	  float: left;
	  min-height: 60px;
	  position: relative;
	  width: 30%;
	  z-index: 1;
	}
	.logo .menuItem {
		background-color: #fff;
		border-radius: 500px;
		display: block;
		float: none;
		left: 50%;
		top: 0;
		margin: 0 auto;
		padding: 10%;
		position: absolute;
		-moz-transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
		-o-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		transform: translateX(-50%);
		width: 25%;
		-webkit-transition: all 300ms ease-out;
		-moz-transition: all 300ms ease-out;
		-ms-transition: all 300ms ease-out;
		-o-transition: all 300ms ease-out;
		transition: all 300ms ease-out;
		-webkit-box-shadow: 0px 5px 2.5px -4px #000000;
		box-shadow: 0px 5px 2.5px -4px #000000;	  		
	}		
	.logo .menuItem img {
	    margin: 0 auto;
	    width: 70%;
	    position: absolute;
	    left: 50%;
		-moz-transform: translate(-50%, -50%);
		-webkit-transform: translate(-50%, -50%);
		-o-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
	    top: 50%;
	    height: auto;
	}
	#openMenu {}
	.menuItem.is-open{ }
	.shipping-message{ 
		text-align: center; 
		background-color: #aa0a33; 
		text-transform: uppercase; 
		font-size: 12px; 
		color: #fff; 
		padding: 10px 0;
		font-family: open_sansregular;
		display: none;
	}
	#openMenu .line {
	  	border-radius: 500px;		
	    height: 3px;
	    background: #666;
	    content: "";
	    position: absolute;
	    left: 50%;
	    width: 100%;
	    -webkit-transition: all 300ms ease-out;
	    -moz-transition: all 300ms ease-out;
	    -ms-transition: all 300ms ease-out;
	    -o-transition: all 300ms ease-out;
	    transition: all 300ms ease-out;
		perspective: 1000px;
		-webkit-perspective: 1000px; 
		perspective-origin: 50% 50%; 
		-webkit-perspective-origin: 50% 50%;
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;	    
		opacity: 1;
	    max-width: 30px;
	}
	#openMenu .line.is-open { background-color: #AA0A33; }
	#openSearch.is-open { background-image: url('/skin/frontend/fiat/default/images/search-open.png'); }
	#openCart.is-open { background-image: url('/skin/frontend/fiat/default/images/cart-open.png');  }
	.el1 {
		top:30%;
	    -moz-transform: translate(-50%);
	    -webkit-transform: translate(-50%);
	    -o-transform: translate(-50%);
	    -ms-transform: translate(-50%);		
		transform: translate(-50%);
	}
	.el2 {
		top:45%; 
	    -moz-transform: translate(-50%);
	    -webkit-transform: translate(-50%);
	    -o-transform: translate(-50%);
	    -ms-transform: translate(-50%);		
		transform: translate(-50%);
	}
	.el3 {
		top:60%; 
	    -moz-transform: translate(-50%);
	    -webkit-transform: translate(-50%);
	    -o-transform: translate(-50%);
	    -ms-transform: translate(-50%);		
		transform: translate(-50%);
	}
	.el1.is-open {
	    -moz-transform: rotate(45deg) translate(-75%);
	    -webkit-transform: rotate(45deg) translate(-75%);
	    -o-transform: rotate(45deg) translate(-75%);
	    -ms-transform: rotate(45deg) translate(-75%);
	    transform: rotate(45deg) translate(-75%);
	    top: 60%;
	}
	.el2.is-open {
	    -moz-transform: rotate(-45deg) translate(-78%);
	    -webkit-transform: rotate(-45deg) translate(-78%);
	    -o-transform: rotate(-45deg) translate(-78%);
	    -ms-transform: rotate(-45deg) translate(-78%);
	    transform: rotate(-45deg) translate(-78%);
	    top: 35%;
	}
	.el3.is-open {opacity: 0!important;}


.top-menu-mobile{ 
	position: relative; 
	z-index: 0; 
	clear: both; 
	overflow: hidden; 
	padding: 50px 0 40px 0;
	box-sizing: border-box;
	height: auto;
	min-height: 0;
}
.top-menu-mobile .custom-main-nav{ width: 100%; float: none;  }
.top-menu-mobile ul{}
.top-menu-mobile ul a{ 
	display: block; 
	width: 100%; 
	text-decoration: none; 
	position: relative; 
	padding: 15px 3%; 
	box-sizing: border-box;
	font-weight: bold;
	text-align: center;
}
.top-menu-mobile ul li ul a{ padding: 10px 3%; }
.top-menu-mobile ul a:hover{ background-color: transparent; }
.top-menu-mobile ul span{ width: 100%; display: block; }
.top-menu-mobile ul li{
	text-align: left; 
	font-size: 18px;
	text-transform: uppercase;
	position: relative; 
	line-height: 30px; 
	font-family: open_sansregular;
}

li.liOpen a.controlButton{}
li.liOpen a.level-top{ color: #AA0A33; }
a.controlButton{ 
	position: absolute !important; 
	width: 40px !important;
	height: 40px;
	right: 0; 
	top: 25%; 
	z-index: 100;
	color: #333; 
    -webkit-transition: all 300ms ease-out;
    -moz-transition: all 300ms ease-out;
    -ms-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    transition: all 300ms ease-out;     
    font-size: 16px;
    text-align: center;
    padding: 0 !important;
}
li.liOpen a.controlButton.levelOpen{ 
	-moz-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);		
	color: #AA0A33;
	right: 2.5%;
	top: 25%;
}
.top-menu-mobile ul li ul{ 
	display: none; 
	padding: 20px 0;
}
.top-menu-mobile ul li ul li ul{ 
	display: none; 
	padding: 20px 0;	 
}
.top-menu-mobile ul li ul li{ font-size: 18px; padding: 0;}
.top-search-mobile{ 
	position: relative; 
	z-index: 0; 
	display: none; 
	margin: 27% 0 0 0; 
	padding:0 0 5% 0; 
	height: 100%; 
}
.top-search-mobile form#search_mini_form{ float: none; width: 100%; margin: 0; }
.top-search-mobile .form-search{ width: 100%; }
.top-search-mobile .form-search input {
	color: #666;
	font-size: 21px;
	margin: 0 auto;
	width: 86% !important;
	font-family: open_sansregular;
	background-image: url('/skin/frontend/fiat/default/images/search.png');
	background-repeat: no-repeat;
	background-position: 98%;
	background-size: 30px;
	background-color: #fff;
	text-transform: uppercase;
}
.top-cart-mobile{position: relative; z-index: 0; display: none; margin: 18% 0 0 0; padding:0 0 3% 0;}
.top-cart-mobile .block-cart{ 
	display: block; 
	position: relative;  
	right: auto; 
	top: auto; 
	width: 100%; 
	overflow: hidden; 
	border:0; 
	font-family: open_sansregular !important;
	background-color: transparent; 
	-webkit-box-shadow: 0 0 0 0 #000000;
	box-shadow: 0 0 0 0 #000000;
}
.block-cart li.item {
  border-bottom: 0;
  margin: 0 auto 10px auto;
  padding: 20px;
  width: 90%;
  background-color: #fff;
  box-sizing: border-box;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	padding-right: 0;
}
.block .block-content a.product-image {
	height: auto;
	margin-right: 0;
	width: 20%;
	margin-top: auto;
	margin-bottom: auto;
}
.mini-products-list .product-image {border: 0;float: left; width: 20%;}
.block .block-content a img {height: auto;width: 100%;}
.mini-products-list .product-details {
	margin-left: 0;
	float: right;
	width: 75%;
	position: relative;
	text-align: center;
	padding-right: 50px;
	padding-left: 20px;
}
.block-cart .product-name a {font-size: 16px;line-height: 1.5em;}
.block-cart span.price {font-size: 16px;}
.top-cart-mobile .cart-total-price {
	box-sizing: border-box;
	float: none;
	margin: 20px 0;
	width: 100%;
	padding: 0 3%;
	text-align: center;
}
.cart-total-price div strong, .cart-total-price .price {float: none;}
.price-total-box {border-top: 0; margin: 0; padding: 0;}
.cart-total-price div {line-height: 2em;overflow: hidden; text-transform: uppercase;}
.price-discount-box strong, 
.price-discount-box span.price,
.price-shipping-box strong, 
.price-shipping-box span.price,
{ font-size: 18px; color: #666; }
.price-total-box strong, .price-total-box span.price{ font-size: 25px !important; color: #000; font-weight: bold; }

.top-cart-mobile .block-content{ padding: 0; box-sizing: border-box; width: auto !important; }
.top-cart-mobile .block-content p{ text-align: center; color: #AA0A33; height: auto; }
.top-cart-mobile .block-cart .mini-products-list{width: 100%;margin: 0;}
.top-cart-mobile .block-cart .product-details .btn-remove{ 
	position: absolute;
	right: 6%;
	top: 50%;
	background: none; 
	margin: 0;
	color: #333; 
	height: auto; 
	width: auto;
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);		
	transform: translateY(-50%);
	text-align: right;
}
.top-cart-mobile .block-cart .product-details .btn-remove img{width: 40%;}
.top-cart-mobile .block-cart .product-details .cart-quantity,
.top-cart-mobile .block-cart .product-details .price{  }
.block-cart .product-details .cart-quantity{ margin: 10px 0; color: #666; }
.top-cart-mobile .block-cart .product-details .product-name{ height: auto; }
.top-cart-mobile .summary .button{ 
	height: auto; 
	padding: 2% 15%; 
	width: 90%; 
	-webkit-border-radius: 0;
	border-radius: 0;
}
.top-cart-mobile .block-cart .summary{ 
	width: 100%; 
	text-align: center;
	background: none;
	margin: 0;
}
.cms-home .top-tab-container {width: 100%; margin: 1% 0; padding: 3%; box-sizing: border-box; }	
.cms-home .tabs-container label{ float: none; width: 100%; margin: 0 0 3% 0; }
.cms-home .tabs-container ul li{ display: block; }
.box-slider-tabs-mobile{display: block; margin: 2%; background-color: #fff; padding: 2%; }
.titleModule {color: #000;font-size: 25px;margin: 15px 0 22px 0;text-transform: uppercase;}
.ui-tabs .ui-tabs-panel{ padding: 0; }
.ui-tabs .ui-tabs-nav{padding: 0;}
.ui-tabs .ui-tabs-nav .ui-tabs-anchor{ padding: 15px 0; float: none; text-align: center; display: block; }
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active{ background-color: transparent; }
.ui-widget-header{ border: 0; overflow: hidden; }
.ui-tabs .ui-tabs-nav li {
	border-bottom: 2px solid #eee;
	border-top: 2px solid #eee;
	float: left;
	margin: 0 0 20px 0;
	text-align: center;
	width: 33.333%;
	border-right: 0;
	border-left: 0;
	box-sizing: border-box;
	-webkit-transition: all 300ms ease-out;
	-moz-transition: all 300ms ease-out;
	-ms-transition: all 300ms ease-out;
	-o-transition: all 300ms ease-out;
	transition: all 300ms ease-out;
	text-transform: uppercase;
}
.ui-state-default.ui-tabs-active.ui-state-active{border-bottom: 4px solid #96172E;border-top: 4px solid #96172E;}
.ui-state-default a{ text-decoration: none; font-size: 23px; font-family: open_sansregular; }
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited{ color: #ccc; }
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited{ color: #96172E; font-weight: bold; }
.touchSlider{ height: auto; width: 100%; }
.boxSlider{ width: 100%; position: relative; }
.itemSlider{ width: 100%; }
.itemSlider img{ width: 80%; margin: 0 auto; }
.prevSlide, .nextSlide {
  border: medium none;
  color: #656565;
  display: block;
  font-size: 15px;
  outline: medium none;
  padding: 0;
  position: absolute;
  top: 50%;
-moz-transform: translate(0,-50%);
-webkit-transform: translate(0,-50%);
-o-transform: translate(0,-50%);
-ms-transform: translate(0,-50%);
transform: translate(0,-50%);	    
  z-index: 9999;
}
.prevSlide { left: 5%; }
.nextSlide { right: 5%;  }
.info h3 a{ text-transform: uppercase; color:#96172E; font-size: 22px;  font-family: open_sansregular; text-decoration: none; }
.info .price{ color:#666; font-size: 15px;  font-family: open_sansregular; }

.price-box .old-price {text-decoration: line-through; font-size: 14px; color: #ccc; }
.price-box .special-price { width: auto; font-size: 14px; color: #666;}

.slick-dots{position: relative; bottom: auto; margin: 40px 0 0 0; }
.slick-dots li{ margin: 0 3px; padding: 0; width: 10px; height: 10px; }
.slick-dots li button{ margin: 0; padding: 0; }
.slick-dots li button::before{ opacity: 1; color: #ccc; font-size: 10px;}
.slick-dots li.slick-active button::before{color: #98142B; opacity: 1;}
.main {/*padding:0 3% !important;*/width: 100% !important; margin: 0 !important; box-sizing: border-box; }


/*PRODUCT LIST-------------------------------------------------------------------------------------------------------------------------*/
.catalog-category-view .col-left, .breadcrumbs {display: none;}
.category-image-top{ display: none; }
.catalog-category-view .col2-left-layout .col-main {border-left: 0;float: none;margin: 0;width: 100%;}
.category-products {float: none;position: relative;width: 100%;z-index: 0;}
.category-title {float: none;width: 100%;margin: 0 0 25px 0; text-align: center;}


.products-grid .item:nth-of-type(1n){ margin-right: 0; margin-bottom: 0;} 
.products-grid .item:nth-of-type(2n){ margin-right: 0; margin-bottom: 0;} 
.products-grid .item:nth-of-type(3n){ margin-right: 0; float: left; } 
.products-grid .item:nth-of-type(4n){ margin-right: 0; float: left; } 
.products-grid li.item { 
	width:31.3333%; 
	height: auto; 
	margin-right: 1% !important;
	margin-left: 1% !important;
	margin-bottom: 2% !important;
}

.products-grid .product-image {width: 100%;}
.sharing_container_custom_category { display: none; }
.pager {float: none;width: 90%; margin: 0 auto 30px auto; text-align: center; }
.pager .pages {float: none; width: 100%; }
.pager .pages li { line-height: normal; color: #fff; font-size: 15px; margin: 0 10px 0 0; display: inline-block;  }
.pager .pages li.current { background-color: #AA0A33; color: #fff; padding: 10px 20px; display: inline-block; }
.pager .pages li a { 
	line-height: normal; 
	display: block; 
	padding: 10px 20px; 
	color: #fff; 
	background-color: #666;
	font-size: 15px;
	font-weight: normal;	
}
.pager a { margin: 0; }
.view-mode { display: none; }
.view-all {
  background: #666 none repeat scroll 0 0;
  color: #fff !important;
  display: inline-block !important;
  float: none !important;
  margin-bottom: 0 !important;
  padding: 10px 20px;
  width: auto !important;
  margin:20px 0 0 0 !important;
}
.box-message{ display: none; }
.products-grid .actions {width: 100%;display: block;}
.products-grid .actions .product-name, .products-grid .actions .price-box{ display: none; }
.shadow-container:hover {
    box-shadow: 0;
    height:auto;
    width:100%;
    background-color: #fff;
    z-index:0;
    left:auto;
    z-index:0;
    position: relative;
    border: 0;
    margin-top: 0;
    margin-left: 0;
}
.products-grid .actions .button {
    margin: 10px 0 !important;
}
button.button.btn-cart, button.button.btn-cart:hover, button.button.btn-cart-choose {
  background: #AA0A33 none center center !important;
  float: none;
  height: auto !important;
  width: auto !important;
  padding: 5px 20px !important;  
}
button.button.btn-cart span, button.button.btn-cart-choose span {
	height: auto;
	padding: 5px 20px !important;
	line-height: 30px;
}
.add-to-links{ display: none; }
.sistemaNote {margin: 0 !important; padding: 10px 0 !important; }

.mobile-layer{ display: block; }
.catalog-category-view .block .block-content { width:100%;  }
#narrow-by-list { margin: 0; }
.block-layered-nav p {
  background: #aa0a33;
  border-bottom: 0 none;
  color: #fff;
  font-size: 25px;
  margin: 0;
  padding: 0 2%;
  text-align: left;
  text-transform: uppercase;
}
#narrow-by-list dt {
  background-color: #eee;
  border-bottom: 1px solid #ccc;
  color: #000;
  font-family: ProximaNova-Bold;
  margin: 0;
  padding: 20px 10px;
}
#narrow-by-list dt a {color: #000;display: block;font-family: open_sansregular;font-size: 20px;}
.plus, .minus {background-repeat: no-repeat;background-position: 98% center;}
#narrow-by-list li {line-height: normal;}
.block-layered-nav ol li a {
  box-sizing: border-box;
  display: block;
  font-family: open_sansregular;
  font-size: 16px;
  font-weight: 400;
  height: 100%;
  padding: 1.3% 2%;
  text-transform: uppercase;
  width: 100%;
  border-bottom: 1px solid #ccc;
}
.block-layered-nav .currently .btn-remove {
  float: right;
  margin: 5px 0 0;
  padding: 0;
  width: auto;
  height: auto;
  border: 0;
}
.currently li{padding: 10px;}
.block-layered-nav .actions a {
	background: #aa0a33;
	float: none;
	height: auto ;
	padding: 10px 25px;
	width: auto;
	color: #fff;
	text-decoration: none;
}
.block-layered-nav .actions { margin: 0 0 10px 0; }

/*PRODUCT VIEW-------------------------------------------------------------------------------------------------------------------------*/
.product-shop .price-adtocart p{ line-height: normal; }
.catalog-product-view .main-container .col-main {padding: 0 !important;width: 100% !important; }
.col1-layout .product-view .product-shop {float: none;margin-top: 20px;width: 100%; text-align: center;}
.product-essential {width: 100%;}
.product-view .product-img-box {float: none;overflow: hidden;position: relative;width: 100%; padding: 8% 0 0 0; }
.product-view .product-img-box .img_big {float: none;position: relative;width: 100%; text-align: center;}
.product-view .product-img-box .img_big a{width: 100% !important;}
.product-images-slider .slides img {margin: 0;}
.catalog-product-view .add-to-cart {text-align: center;}
.product-view .product-img-box .img_gallery {width: 100%; text-align: center; margin: 20px 0; }
.product-view .product-img-box .img_gallery .img_gallery_in {text-align: center; display: inline-block;}
.product-view .product-img-box .img_gallery .img_gallery_in a {}
.product-shop .price-adtocart p {float: none;width: 100%;}
.product-options dd { border: 0; width: 30%; }
.product-essential .product-options dd select {height: auto;width: 100%;}
.catalog-product-view .product-options { overflow: hidden;}
.box-qty-view {float: none;width: 100%;}
.box-qty-view input.qty {width: 50px !important;text-align: center;margin-left: 5px;padding: 4px 4px 4px 4px;}
.addtolinks-link a{ 
	display: block;
	width: 40%;
	margin: 10px auto !important;
	padding: 15px 20px !important;
	background: #AA0A33;
	color: #fff !important;
	font-size: 14px !important;
	text-decoration: none !important;
}
.product-view .product-shop .product-name p {line-height: normal;}
.col-left { display: none; }
.catalog-product-view .tabs-container {margin-left: 0;}
.container-related ul {width: 100% !important;}
.related-products-wrapper .products-grid .product-name, .similar-mod .similar-box.item .home-product-name {
    height: auto;
}
.wishlist-table.wishDesktop{display: none;}
.wishlist-table.wishMobile{display: block;}
.wishMobile article{ position: relative; padding: 3%; margin: 0 0 10px 0; background: #eee; overflow: hidden; }
.wishlist-table .wish-1 { width: 20%; float: left;}
.wishInfo{ float: right; width: 78%; }
.wishlist-table .wish-2 { width:100%;}
.wishlist-table .wish-4 { width:100%;}
.wishlist-table .wish-5 { width: 100%;}
.wishlist-table .wish-6 { position: absolute; right: 2%; top: 2%;  }
.wishlist-table .wish-6 a{ font-size: 30px; }

/*ACCOUNT-------------------------------------------------------------------------------------------------------------------------*/
.account-login .page-title,
.col2-set .registered-users .h2,
.col2-set .registered-users p,
.col2-set .col-1,
body.customer-account-login .footer-container
{ display: none !important; }
body.customer-account-login,
body.customer-account-login .main-container.col1-layout,
body.customer-account-login .main-container.col1-layout .main
{ background-color: #eee }

.newsletter-manage-index .col-main { padding: 0 ;}
.customer-address-index .main-container .col-main {padding: 0;}
.account-login .login-leftside, .account-create .login-leftside {display: none;}
.account-login .login-rightside {float: none;width: 100%;}
.cms-newsletter .col-main, 
.customer-account-create .col-main, 
.customer-account-login .col-main, 
.customer-account-forgotpassword .col-main {width: 100%;}
.cms-newsletter .page-title, 
.customer-account-create .page-title, 
.customer-account-login .page-title, 
.customer-account-forgotpassword .page-title, 
.cms-no-route .page-title {height: auto;width: 100%;}
.cms-newsletter .col-main, 
.customer-account-create .col-main, 
.customer-account-login .col-main, 
.customer-account-login .main-container .col-main {padding: 0;box-sizing: border-box;}
.col2-set .col-2 {float: none;width: 100% !important;}
.form-list li {width: 100% !important; margin: 0 0 20px 0; float: none;}
.input-box {width: 100% !important;}
input.input-text { height: auto!important; line-height: normal !important; padding: 20px 45px 20px 25px ; width: 100%!important; box-sizing: border-box!important;}
.checkout-cart-index input.input-text {
	padding: 0;
}
.customer-account-index .wrapper .main-container .main {padding: 0;width: 100%;}
.main .main-headline {width: 100%; margin: 0 !important; }
.col2-left-layout .col-main {float: none;width: 100%;}
.my-account, .awrma-account {width: 100%;}
.customer-account-index .main-container .col-main {padding-left: 0;}
.dashboard .col2-set.bg {background: none;height: auto;}
.my-account .col-1, .my-account .box-info .col-2, .my-account .order-info-box .col-2 {float: none;width: 100%;}
.my-account .col-1 .box, .my-account .col-2 .box {border: 0;padding: 0;}
.my-account .col-1 .box.nobo, .my-account .col-2 .box.nobo {padding: 0;}
.form-list .field {width: 100% !important;}
.form-list .input-box {width: 100% !important;}
.form-list .input-text,  .form-list .input-text:focus{
	width: 100% !important;
	background-color: #fff;
	padding: 15px 25px !important;
	text-transform: uppercase;
	font-size: 18px;
}
.form-list label.required{ display: none; }
.form-list select {width: 100% !important;}
.my-account .fieldset, .forgot-pwd .fieldset, .send-friend .fieldset {float: none;}
.wishlist-index-index .col-main, .sales-order-history .col-main, body[class*="customer-"] .col-main {padding: 0;}
.dashboard .box .box-title {margin: 0 0 10px;text-align: left;width: 100%;}
.dashboard .box a, .manageAddress {color: #fff; padding: 8px 15px !important; background: #AA0A33; font-weight: bold; text-decoration: none; text-transform: uppercase; }
.box-button { clear: both;  }
.box-button a{ float: left; margin: 10px 0; }
.my-account .col-1 .box, .my-account .col-2 .box {border: 0 none;padding: 0;clear: both;}
.dashboard .box-head a { color: #fff; float: left; }
.dashboard .welcome-msg {margin: 0;}
.account-login .buttons-set button.button {
	display: block;
	float: none;
	margin: 30px auto; 
	width: 100%; 
}
.account-login .buttons-set button.button {
	margin: 20px auto; 
}

.login-rightside .social-login {
 text-align: center;
}

.login-rightside .social-login-icon {
 max-width: 60px;
}

.login-rightside .social-login span.h2 {
    font-weight: bold;
    font-size: 18px;
    margin: 10px 0;
}

.account-login .buttons-set{ padding: 0; }
.account-login .forgot-pwd {float: none; margin: 0; display: none; }
.account-create .login-rightside {float: none;margin-left: 0;width: 100%;}
.account-create .login-rightside div{ float: none; width: 100%;  }
.account-create .buttons-set {text-align: center;}
.dashboard .box .box-title h3 {display: block;float: none; margin: 0 0 10px 0; text-align: left;}
.my-account .fieldset .legend { display: none; }

.order-recent-mobile{ display: block; margin: 20px 0 0 0; }
.box-recent{ display: none; }
.orderItem{background-color: #eee;margin: 0 0 10px 0;}
.orderTitle{background-color:#333;color: #fff;padding: 10px 20px; overflow: hidden; font-size: 16px;}
.orderId{ float: left; width: 50%; }
.orderData { float: right; width: 50%; text-align: right; }
.orderInfo {font-size: 16px;line-height: 2;padding: 20px;}
.orderBoxButton{ text-align: center; }
.orderBoxButton a {
  background: #aa0a33;
  color: #fff;
  font-weight: bold;
  padding: 8px 15px !important;
  text-decoration: none;
  text-transform: uppercase;
  display: inline-block;
  margin: 0 0 20px 0;
}
.openCustomerMenu {
  background: #eee none repeat scroll 0 0;
  display: block;
  font-size: 18px;
  padding: 15px 20px;
  text-decoration: none;
  text-transform: uppercase;
  overflow: hidden;
}
.openCustomerMenu span{ float: left; }
.openCustomerMenu i{ 
	float: right; 
	font-size: 25px;
	-webkit-transition: all 300ms ease-out;
	-moz-transition: all 300ms ease-out;
	-ms-transition: all 300ms ease-out;
	-o-transition: all 300ms ease-out;
	transition: all 300ms ease-out;	 
}
.openCustomerMenu.isOpen i{ 
	float: right; 
	font-size: 25px; 
	-moz-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);	
}
#my-orders-table{}
.col-main .block-account{ display: block; }
.block-account {border: 0;width: 100%;}
.block-account .block-title{ display: none; }
.block-account .block-content{ padding: 0; width: 100%; }
.col-main .block-account .block-content ul{ display: none; }
.block-account .block-content li{ padding: 10px 20px; background: #eee; border-bottom: 1px solid #ccc; }
.my-account .address-block {float: none;width: 100%;}

.boxTotalsMobile{ display: block; }
.boxTotalsDesktop{ display: none; }
.boxTotalsMobile article {
  background-color: #eee;
  border-bottom: 1px solid #ccc;
  padding: 15px;
}
.boxTotalsMobile .product-name{ overflow: hidden; font-size: 12px;}
.boxTotalsMobile article span{ display: inline-block; }
.boxTotalsMobile article span.price-incl-tax{ float: right; }
.boxTotalsMobile article span.productPrice{ display: none; }
.boxTotalsMobile .nobr {color: #fff;position: absolute;right: 4%;top: 28%;}
.totalsMobile{ margin: 10px 0 0 0;  text-align: right; }
.totalsMobile span{ display: block;}
.totalsMobile span {
  border-bottom: 1px solid #eee;
  display: block;
  margin: 0 0 10px;
}



/*CART-----------------------------------------------------------------------------------------------------------------------------------*/
.cartCount{ 
	position: absolute;
	background:#666;
	font-size: 10px; 
	font-weight: bold;
	border: 2px solid #fff;
	padding: 3px 7px;
	color: #fff;
	line-height: normal;
	left: 50%;
	top: 50%;
	-moz-transform: translate(-10%,-106%);
	-webkit-transform: translate(-10%,-106%);
	-o-transform: translate(-10%,-106%);
	-ms-transform: translate(-10%,-106%);
	transform: translate(-10%,-106%);
	-webkit-border-radius: 100px;
	border-radius: 100px;
	box-sizing: border-box;
 }
 #openCart.is-open .cartCount{
 	background: #AA0A33;
 }
 .cart .discount input.input-text {
  border: 1px solid #ccc !important;
  padding: 15px 10px;
}
.cart .discount, .cart .shipping {text-align: center;}
.cart .cart-collaterals .col2-set{ float: none; }
.checkout-cart-index .col-main > div {width: 100%;}
.checkout-cart-index .wrapper .main .col-main { width: 100%; padding: 1px 0 0 0; }
.cart .cart-collaterals .col2-set {  }
.cart .discount .input-box {float: none;height: auto;margin: 0;padding: 3px 3px 3px 0;width: 100%;}
.cart .totals {float: none;width: 100%; border: 0; margin: 30px 0; text-align: center;}
.cart-table thead{ display: none; float: none; }
.cart-table tr{ margin: 0 0 20px 0; }
.cart-table button.button {background: #aa0a33;padding: 5px 10px;width: auto;}
.cart-table button.button span {background: none;color: #fff;font-family: open_sansregular;font-size: 16px;}
.cart-total-price {color: #666;padding: 0;width: 100%;float: none !important;}
.cart-table tbody td { padding: 0 15px 15px 15x !important; text-align: center !important;}
.cart-table tbody td.prima {width: 30%!important; }
.cart-table tbody td.seconda {width: 45%!important; text-align: left !important;}
.cart-table tbody td.terza{ display: none; }
.cart-table tbody td.quarta {width: 15%!important;}
.cart-table tbody td.quinta {width: 5%!important;}
.cart-table tbody td.sesta {width: 5%!important;}
input.qty {margin-left: 0;}
.cart-table label.button { display: none; }
.discount-form button.button-discount { display: none; }
.cart .cart-collaterals { border: 0; }
td img {border: 0;}
.btn-remove, .btn-remove2 {float: none; font-size: 20px; }
.cart-item-link-edit{ display: none; }
.checkout-cart-index .breadcrumbs, .checkout-cart-index .col-main > ul.messages {width: 100%;}
.all-purpose-container {width: 100%;}
.tabs-container span { width: 100%;}
.all-purpose-container .item {float: none;}
.button-cart-top-mobile{ display: block; }
.button-cart-top-mobile li{ text-align: right; }
.aw_giftcard{ display: none; }

/*ONESTEPCHECKOUT------------------------------------------------------------------------------------------------------------------------*/
.final-checkout {width: 100%; margin: 0; position: relative; }
.onestepcheckout-index-index .main .col-main {margin: 0;padding: 0;width: 100%;box-sizing: border-box;}
div.onestepcheckout-threecolumns div.onestepcheckout-column-left {float: none !important;position: relative; width: 100% !important;}
div.onestepcheckout-threecolumns {background: none !important; margin-top: 0;}
div.checkoutcontainer select{width: 100% !important;height: auto !important;padding: 10px;}
div.checkoutcontainer div.input-region {float: none;margin-left: 0 !important;width: 100%;}
div.checkoutcontainer div.input-region select {height: auto !important;width: 100% !important;}
div.onestepcheckout-threecolumns div.onestepcheckout-column-middle {float: none !important;margin-left: 0!important;width: 100%!important;}
div.onestepcheckout-threecolumns div.onestepcheckout-column-right {float: none !important;margin-left: 0!important;width: 100% !important;}
.payment-methods dd {overflow: auto;padding: 2px 0 0 0 !important;width: 100% !important;}
.cvv-what-is-this { display: none; }
.checkoutcontainer .payment-methods .input-box .input-text, 
.checkoutcontainer .payment-methods .input-box textarea {width: 100% !important;}
div.payment-methods div.payment-methods {margin: 0 0 20px 0 !important;}
button.btn-proceed-checkout {padding: 10px 50px; }
.cart .totals .checkout-types {font-size: 15px;text-align: right; float: none; width: 100%; }
button.button.red span, button.button span, .buttons {text-align: center;}
.cart-table .cart-items-separator {
	padding: 1px !important;
	padding-top: 10px !important;
	border-bottom: 1px solid #ccc!important;
}
p.onestepcheckout-numbers {margin: 0 0 10px 0 !important; padding: 0 !important; }
.onestepcheckout-shipping-method-block > .shipment-methods { margin-left: 0 !important;}
ul#payment_form_cashondelivery{ margin: 15px 0 0 0;  }
table.onestepcheckout-summary {margin-left: 0 !important;width: 100% !important;}
.onestepcheckout-button, .onestepcheckout-button:visited {padding: 20px !important;}
#onestepcheckout-login-link {
  background: #9d1328;
  color: #fff !important;
  display: inline-block;
  font-size: 12px;
  padding: 5px 20px;
  text-decoration: none;
  text-transform: uppercase;
}




/*SLIDER e BANNER-----------------------------------------------------------------------------------------------------------------------------*/
.homepage-slider{ margin: 0 !important; }
.bannerItem.item1,
.bannerItem.item2,
.bannerItem.item3,
.bannerItem.item4{ width: 100%; height: auto; }
.homepage-slider .prevSlide, .homepage-slider .nextSlide{ display: none !important; }
.homepage-slider .boxInfoSlide {
	clear: both;
	width: 100% !important; 
	position: static; 
	left: auto !important; 
	top: auto !important; 
	-moz-transform: none !important;
	-webkit-transform: none !important;
	-o-transform: none !important;
	-ms-transform: none !important;
	transform: none !important;	  	  
	padding: 0 5% 5% 5%;
	box-sizing: border-box;
}
.homepage-slider .boxInfoSlide h3 span, .homepage-slider .boxInfoSlide h4 span{ color: #000 !important; }
.homepage-slider .boxInfoSlide h4 {margin: 6px 0 20px 0;font-size: 16px;}
.homepage-slider .boxInfoSlide h3 {font-size: 30px;margin: 0;}
.homepage-slider .slick-dots {
	bottom: auto;
	left: auto;
	top: auto;
	position: absolute;
	-moz-transform: none !important;
	-webkit-transform: none !important;
	-o-transform: none !important;
	-ms-transform: none !important;
	transform: none !important;	 
	margin: 0;
}
.homepage-slider .boxInfoSlide{ background: #eee; }
.homepage-slider .boxImgSlide {padding: 2%; background: #eee;}




/*SEARCH-------------------------------------------------------------------------------------------------------------------------------------*/
.catalogsearch-result-index .wrapper .main .col-main {margin: 0;width: 100%;}


/*SELECT COUNTRY-------------------------------------------------------------------------------------------------------*/
.choose-country {height: auto;width: 100%;}
.choose-country .country {
  background: #fff none repeat scroll 0 0;
  border: 1px solid #eee;
  box-sizing: border-box;
  margin: 0 1% 1%;
  padding: 2%;
  width: 48%;
  text-align: center;
}
.choose-country .country div{ float: none !important; }
.choose-country .country img{ width: auto; }

/*BANNER E SLIDER*/
.bannerItem .noColorClass {padding: 3px 35px;}
.bannerItem .boxInfoSlide h3.noColorClass, 
.bannerItem .boxInfoSlide h4.noColorClass{font-size: 15px;}
.bannerItem .boxInfoSlide h3 {font-size: 20px; margin: 0 0 10px 0;}
.boxInfoSlide.alignCenterToCenter {
    width: 40%;
    top: auto;
    bottom: 4%;
    -moz-transform: translate(-50%,0);
    -webkit-transform: translate(-50%,0);
    -o-transform: translate(-50%,0);
    -ms-transform: translate(-50%,0);
    transform: translate(-50%,0);
    left: 50%;
    text-align: center;
}
.bannerItem.item2 .boxInfoSlide.alignCenterToCenter{
	bottom: auto;
	top: 50%;
    -moz-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);		
	transform: translate(-50%,-50%);		
}

.bannerItem.item2 .boxInfoSlide h3 {
    font-size: 35px;
}
.footer-links-mobile span {font-size: 30px;}
.footer-links-mobile span.little {font-size: 20px; color: #9A9A9A;}

.checkout-cart-index li.empty-cart-msg, .interested-to, #open-maylike > span {
	padding-left: 18px;
}

.checkout-cart-index a.homeFoot {
	margin-left: 18px;
}

}/*end breakpoint 800------------------------------------------------------------------------------------------------------------*/
@media only screen and (max-width: 773px){
	.el1.is-open{ top: 80%; }
	.el2.is-open{ top: 27%; }
	.el1{ top: 38%; }
	.el2 {top:50%;}
	.el3 {top:61%;}
	#openMenu .line{ height: 2px; }
	.menuItem {line-height: 60px;min-height: 60px; font-size: 25px;}
	.logo {min-height: 60px;}
	.logo .menuItem {width: 30%;}
	.main-container {margin: 20% 0 0 0;}		
}
@media only screen and (max-width: 736px){
	.el1.is-open{ top: 80%; }
	.el2.is-open{ top: 27%; }
	.el1{ top: 38%; }
	.el2 {top:50%;}
	.el3 {top:61%;}
	#openMenu .line{ height: 2px; }
	.menuItem {line-height: 60px;min-height: 60px; font-size: 25px;}
	.logo {min-height: 60px;}
	.logo .menuItem {width: 30%;}
	.main-container {margin: 20% 0 0 0;}		
}
@media only screen and (max-width: 667px){		
}
@media only screen and (max-width: 600px){
	button.btn-proceed-checkout {width: 50%; margin: 0 auto; padding: 10px 0; }
	.cart .totals .checkout-types {font-size: 15px;text-align: center; float: none; width: 100%; }
	button.button.red span, button.button span, .buttons {text-align: center;}
	.cart-table{ margin: 30px 0; }
	.homepage-slider .boxInfoSlide h4 { font-size: 12px; }
	#onestepcheckout-login-popup{ width: auto !important; height: 40%; overflow: auto; }
	.homepage-slider .slick-dots li {width: 15%;}
	.homepage-slider .boxInfoSlide h3,
	.homepage-slider .boxInfoSlide h4
	 {text-align: center;}
	.button-holder {text-align: center;}
	.menuItem {background-size: 20%;}
	.pager .pages li { margin:0 5px 0 0; }	
	.pager .pages li a,.pager .pages li.current { padding: 5px 10px; }		 		
}

@media only screen and (max-width: 568px){
	.el1.is-open{ top: 80%; }
	.el2.is-open{ top: 27%; }
	.el1{ top: 38%; }
	.el2 {top:50%;}
	.el3 {top:61%;}
	#openMenu .line{ height: 2px; }
	.menuItem {line-height: 60px;min-height: 60px; font-size: 25px;}
	.logo {min-height: 60px;}
	.logo .menuItem {width: 30%;}
	.main-container {margin: 20% 0 0 0;}			
}

@media only screen and (max-width: 500px){
	.button-holder{ text-align: center; }
	.send-friend .page-title{ display: none; }
	.choose-country .country {margin: 0 0 2% 0;width: 100%;}	
	#openMenu .line { height: 2px; max-width: 25px;}
	.ui-state-default a {text-decoration: none; font-size: 15px; }
	.footer-links-mobile a {font-size: 16px;text-transform: uppercase;}
	.footer-links-mobile li {margin: 0 0 20px !important;text-align: center;}
	.products-grid li.item { 
		width:48%; 
		height: auto; 
		margin-right: 1% !important;
		margin-left: 1% !important;
		margin-bottom: 2% !important;
	}	
	.view-all { display: none !important; }	
	.cart-table button.button {width: 100%;margin: 0 0 10px 0;}	
	.cart-table tbody td.seconda {width: 55%!important; text-align: left !important;}
	.cart-table tbody td.terza{ display: none; }
	.cart-table tbody td.quarta {width: 15%!important;}
	.cart-table tbody td.quinta {width: 15%!important;}
	.cart-table tbody td.sesta {width: 15%!important;}	
	.main-container {margin: 35% 0 0;}
	.cart .discount .buttons-set button.button, .cart .shipping .buttons-set button.button {width: 100%;}
	.send-friend-dialog .buttons-set button.button {padding: 0 !important;}	
	button.button.red span, button.button span, .buttons {font-size: 12px;}
	.my-wishlist .buttons-set{ float: none; }
	.my-wishlist .buttons-set2 button.button{ width: 100%; margin: 0 0 15px 0; }
	.menuItem {background-size: 25%;}
	#openMenu .line.is-open { max-width: 20px;}
}

@media only screen and (max-width: 480px){
	.el1.is-open{ top: 68%; }
	.el2.is-open{ top: 34% ; }
	.logo .menuItem img{ top: 60%; }
	.main-container { margin: 25% 0 0;}
	.top-cart-mobile{ margin: 20% 0 0 0;}
}

@media only screen and (max-width: 435px){
	.main-container {margin: 42% 0 0;}
	.menuItem {line-height: 50px;min-height: 50px;}
	.logo {min-height: 50px;}	
	.el1 {top:35%;}
	.el2 {top:48%;}
	.el3 {top:60%;}
	.el1.is-open {top: 71%;}
	.el2.is-open {top: 28%;}				
	#openProfile {background-size: 20%;}
	.footer-links-mobile span {font-size: 20px;}
	.footer-links-mobile span.little {font-size: 15px;}
	.main-container {margin: 30% 0 0;}
	.logo .menuItem img {top: 55%;}		
}

@media only screen and (max-width: 414px){
	.menuItem {line-height: 50px;min-height: 50px;}
	.logo {min-height: 50px;}	
	.el1 {top:36%;}
	.el2 {top:48%;}
	.el3 {top:60%;}
	.logo .menuItem{ top: -11px; padding: 15%; }
	#openProfile {background-size: 20%;}
	.menuItem {background-size: 23%;}
	#openMenu .line.is-open {max-width: 20px;}	
	.el1.is-open {top: 65%;}
	.el2.is-open {top: 24%;}
	.top-search-mobile .form-search input {background-position: 95%;}
	.logo .menuItem img{ top: 55%; }
	.main-container {margin: 30% 0 0;}
	.top-cart-mobile{ margin: 20% 0 0 0;}
}

@media only screen and (max-width: 375px){
	.cart-table tbody td.prima { display: none; }
	.ui-state-default a {text-decoration: none; font-size: 11px; }
	.logo .menuItem img {top: 60%;}	
	.main-container {margin: 30% 0 0;}
	.checkout-cart-index .cart-table tbody td.seconda {
		padding-left: 20px !important;
	}
	.info h3 a {font-size: 15px;}	
	.homepage-slider .slick-dots li {width: 20%;}
	.menuItem {background-size: 25%;}
	.menuItem {line-height: 60px;min-height: 60px;}
	#openProfile {background-size: 21%;}	
	.logo {min-height: 60px;}
	.el1 {top:37%;}
	.el2 {top:47%;}
	.el3 {top:56%;}		
	.el1.is-open {top: 65%;}
	.el2.is-open {top: 29%;}
	.footer-links-mobile span {font-size: 20px;}
	.footer-links-mobile span.little {font-size: 15px;}
	.top-cart-mobile{ margin: 25% 0 0 0;}
}
@media only screen and (max-width: 320px){
	.ui-tabs .ui-tabs-nav li {float: none; margin: 0 0 5px 0; width: 100%;}
	.ui-state-default a {text-decoration: none; font-size: 16px; }
	.menuItem {line-height: 50px;min-height: 50px;}
	#openMenu .line { max-width: 20px;}
	.logo {min-height: 50px;}
	.el1 {top:37%;}
	.el2 {top:47%;}
	.el3 {top:58%;}	
	.el1.is-open {top: 67%;}
	.el2.is-open {top: 24%;}
	.footer-links-mobile span {font-size: 17px;}
	.footer-links-mobile span.little {font-size: 12px;}

}
@media only screen and (min-width: 801px) {
	.header-container {
		min-height: 101px;
	}

	.price-adtocart .old-price,
	.price-adtocart .special-price {
		float: left;
	}
}

/* Prodotti consigliati responsive slider */
@media only screen and (max-width: 800px){
	.checkout-cart-index .page .home-roll {
		margin-left: 30px;
	}
	.page .home-roll {
		margin: 40px auto 0 10px;
		width: 70%;
		padding-left: 15%;
	}
	.page .home-roll .prev, .next {
		z-index: 2;
	}
	.page .home-roll .prev {
		left: 0;
	}
}
@media only screen and (max-width: 620px){
	.page .home-roll {
		width: 45%;
		padding-left: 25%;
	}
	.page .home-roll .prev {
		left: 60px;
	}
	.page .similar-mod .similar-box .image, .info {
		width: 200px;
	}
	.page .home-roll .iosSlide {
		width: 200px !important;
	}
}
@media only screen and (max-width: 375px){
	.page .home-roll {
		width: 45%;
		padding-left: 13%;
	}

	.page .similar-mod .similar-box img {
		padding-left: 0;
	}

	.page .home-roll .next {
		right: -95px;
	}
	.page .home-roll .prev {
		left: 0;
	}
}