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


body { font-family: Arial, Helvetica, sans-serif; }
* { 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 Arial, Helvetica, sans-serif; color:#999; text-align:center; }

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

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

.sprites {background-image:url(/skin/frontend/alfaromeo/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: HelveticaNeueLTStd-BdCn, Helvetica, Arial, sans-serif;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:bold; }
h4            { font-size:12px; font-weight:bold; }
h5            { font-size:11px; font-weight:bold; }
h6            { font-size:11px; font-weight:bold; }

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

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

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

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

/* Tools */
.hidden       { display:block !important; border:0 !important; margin:0 !important; padding:0 !important; font-size:0 !important; line-height:0 !important; width:0 !important; height:0 !important; overflow:hidden !important; }
.nobr         { white-space:nowrap !important; }
.wrap         { white-space:normal !important; }
.a-left       { text-align:left !important; }
.a-center     { text-align:center !important; }
.a-right      { text-align:right !important; }
.v-top        { vertical-align:top; }
.v-middle     { vertical-align:middle; }
.f-left,
.left         { float:left !important; }
.f-right,
.right        { float:right !important; }
.f-none       { float:none !important; }
.f-fix        { float:left; width:100%; }
.no-display   { display:none; }
.no-margin    { margin:0 !important; }
.no-padding   { padding:0 !important; }
.no-bg        { background:none !important; }
/* ======================================================================================= */


/* Layout ================================================================================ */
.wrapper { min-width:954px; background: #1a1a1a url(/skin/frontend/alfaromeo/default/images/head-tile.gif) repeat-x 0 0;
    position: relative;
    }
.page {}
.page-print { background:#fff; padding:25px 30px; text-align:left; }
.page-empty { background:#fff; padding:20px; text-align:left; }
.page-popup { background:#fff; padding:25px 30px; text-align:left; }
.main-container { min-height:400px; background-color:#fff; }
.main { width:950px; margin:0 auto; padding:18px 15px 20px; text-align:left;}
.catalogsearch-result-index .main,
.catalog-category-view .main { padding-bottom: 170px; }
.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;
}
/* Base Columns */
.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; }
.my-wishlist table td {vertical-align:middle;}
.my-wishlist .buttons-set {float:left;}
.my-wishlist .btn-remove {float:right;}
/* 1 Column Layout */
.col1-layout .col-main { float:none; width:auto; }

/* 2 Columns Layout */
.col2-left-layout .col-main { float:right; }
.col2-right-layout .col-main {}
.catalog-search-empty .col2-left-layout .col-main {float:left; margin-left: 130px;}

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

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

/* Buttons */
.add-to-cart button.button { 
    font-size:13px;
    text-transform: uppercase; 
    background:black url(/skin/frontend/alfaromeo/default/images/right-arrow-red.png) no-repeat 90% center; 
    font-family: HelveticaNeueLTStd-BdCn, Helvetica, Arial, sans-serif;
    border: 3px solid #333;
    padding-right: 20px;
    margin-top:2px;
    text-shadow:none;
    color:white;
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=0, Direction=0, Color='#fff')";
    filter:DropShadow(Color=#d12015, OffX=0, OffY=0);
}

.add-to-cart button.button[disabled], .button:disabled {
    color:#fff;
    text-shadow:none;
    filter:DropShadow(Color=#d12015, OffX=1, OffY=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=0, Direction=0, Color='#fff')";
}

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

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

input.qty { width:2em !important;text-align:center;margin-left:5px; }
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 Arial, Helvetica, sans-serif; text-align:center; white-space:nowrap; color:#fff; }
button.button span span { border:0; padding:0; }
button.disabled span { border-color:#bbb !important; background:#bbb !important; }

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

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

/* Form lists */
/* Grouped fields */
/*.form-list { width:535px; margin:0 auto; overflow:hidden; }*/
.form-list li { margin:0 0 8px; float: left; }
.form-list label { float:left; color:#666; position:relative; z-index:0; }
.form-list label.required {}
.form-list label.required em { float:right; font-style:normal;position:absolute; top:0; right:-8px; }
.form-list li.control label { float:none; }
.form-list li.control input.radio,
.form-list li.control input.checkbox { margin-right:6px; }
.form-list li.control .input-box { clear:none; display:inline; width:auto; }
/*.form-list li.fields { margin-right:-15px; }*/
.form-list .input-box { display:block; clear:both; width:250px; }
.form-list .field { float:left; width:275px; }
.form-list input.input-text { width:184px; 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; }
.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: Arial, sans-serif;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; font-weight:bold; line-height:13px; color:#c00; clear:both;}
.validation-failed { border:1px dashed #eb340a !important; background:#faebe7 !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; }

.messages li.empty-cart-msg {font-size:18px;color:#c00;padding:0 0 5px 0; border-bottom:1px dotted #999;}
.messages li.empty-cart-msg li {padding:0;}
.messages ul { list-style:none !important; padding:0 !important; }
.messages { width:100%; overflow:hidden; }
.messages li { margin:0 0 10px !important; padding-left:15px; }
.messages li li { margin:0 0 0px !important; }
.cms-home .messages {margin-top: 40px !important;}
.error-msg,
.success-msg,
.note-msg,
.notice-msg { padding:8px 8px 8px 16px !important; font-size:11px !important; font-weight:bold !important; }
.error-msg { background-color:#c00; color:#fff; }
.success-msg { background:url("/skin/frontend/alfaromeo/default/images/i_msg-success.gif") no-repeat 10px 5px #1c3472; color:#fff; }
.note-msg,
.notice-msg { }

/* BreadCrumbs */
.breadcrumbs { font-size:10px; line-height:1.25; margin:0 auto 5px auto; text-transform: lowercase; width:960px; position:relative; z-index:10; }
.catalog-search-empty .breadcrumbs{padding-top: 40px; padding-left: 10px;}
.breadcrumbs li { display:inline; }
.breadcrumbs li strong { font-weight:bold; color:#999; }
.breadcrumbs li a { color:#ccc; text-decoration: none; }
.breadcrumbs li a[href]:hover {text-decoration:underline;}
/* 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:#c00;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:#c00; }




/* Pager */
.pager { font-size:11px; /*background:#fff url(/skin/frontend/alfaromeo/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:#c00;}
.pager > a {float:left;color:#666;text-decoration:none;margin-top: 3px;display: block;width: 150px;margin: 1px auto;margin-left:10px;text-transform: uppercase;}
.pager > a:hover {color:#C00;}
.pager > a.view-less {text-align:left;margin:0;}



/* Sorter */
.sorter { font-size:11px; background:#fff url(/skin/frontend/alfaromeo/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;border-bottom: 1px solid #e2e2e2;margin-bottom:16px;font-family: HelveticaNeueLTStd-BdCn, Helvetica, Arial, sans-serif;}
.toolbar .pager { /*border-bottom:1px solid #fff;*/ 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 th,
.data-table tr.last td { border-bottom:0 !important; }
.data-table th { padding:3px 8px; font-family: HelveticaNeueLTStd-BdCn, Helvetica, Arial, sans-serif; font-weight:normal; }
.data-table td { padding:3px 8px; }

.data-table thead th { text-transform: uppercase; padding:11px 10px; color:#0a263c; white-space:nowrap; vertical-align:middle; }
.data-table thead th.wrap { white-space:normal; }
.data-table thead th a,
.data-table thead th a:hover { color:#fff; }
.data-table thead th { background-color:#dedede; }
.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; }

/* Generic Info Box */
.info-box { background:#fff url(/skin/frontend/alfaromeo/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/alfaromeo/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/alfaromeo/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/alfaromeo/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/alfaromeo/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  { display:block; width:9px; height:9px; font-size:0; line-height:0; background-position:-16px 0; text-indent:-999em; overflow:hidden; }
.btn-remove2 { display:block; width:19px; height:19px; font-size:0; line-height:0; background:url(/skin/frontend/alfaromeo/default/images/btn_trash.gif) 0 0 no-repeat; text-indent:-999em; overflow:hidden; }
.btn-edit    { display:block; width:11px; height:11px; font-size:0; line-height:0; background:url(/skin/frontend/alfaromeo/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/alfaromeo/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/alfaromeo/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 ================================================================================ */
.cms-home .header {width:980px;}
.cms-home .right-header {width:90%;}
.logo { float:left; }
.right-header {float:right;width:790px;}
.header-container {background-color: #000000;color:#a3a3a3  }
.header { width:980px; margin:0 auto; text-align:right; position:relative; z-index:10; }
.header .logo { float:left; margin:0px 5px 0; text-decoration:none !important; /*overflow: hidden;*/ height: 145px; }
.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; }
.header .quick-access { float:right; position:relative; z-index:100; margin-top:7px;}
.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;float:left;width:120px;
    background: url('/skin/frontend/alfaromeo/default/images/mag-glass.png') no-repeat 5px 4px;
    background-color: #2f2f2f; 
    border: 1px solid #000000;
    border-radius: 80px 80px 80px 80px;
    height: 20px;
    padding-left: 25px;
}
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:2px; }
.header .links ul.links { margin: 0; }
.header .links li { float:left; font-size:11px; padding:0 8px 0 7px;line-height:22px; }
.header .links a { color:#666; text-decoration: none; text-transform: lowercase;}
.header .links a:hover { color:#c00; 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:1px;
    left:-40px;
}



/********** < 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/alfaromeo/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/alfaromeo/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 Arial, Helvetica, sans-serif; min-height:16px; padding:1px 0 1px; text-transform:uppercase; color:#e26703; }
.block .block-title strong span {}
.block .block-title a { text-decoration:none !important; }
.block .block-subtitle { margin:0; font-size:1em; font-weight:bold; padding-bottom:15px;border-bottom:1px solid #eaeaea;}
.block .block-content { width:170px; }
.block .block-content li.item { float:left; }
.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:0; }

.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: Account */
.block-account { border-color:#bbb; width:180px; }
.block-account .block-title { border:0; padding:10px 15px; background-color: #333;  }
.block-account .block-title strong { font-size:13px; color:#fff; }
.block-account .block-content { background:#fafafa; padding:7px 10px 7px; }
.block-account .block-content li a { display:block; padding:3px 0; color:#333; text-decoration:none !important; }
.block-account .block-content li a:hover { color:#666; }
.block-account .block-content li.last a { border-bottom:0; }
.block-account .block-content li.current { padding:3px 0; color:#333; font-weight: bold; }
.block-account .block-content li.current.last { border-bottom:0; }

/* Block: Currency Switcher */
.block-currency { border:0; background:url(/skin/frontend/alfaromeo/default/images/bkg_block-currency.gif) 0 0 no-repeat; padding:7px 12px 10px; height:51px; }
.block-currency .block-title { background:none; border:0; padding:0; margin:0 0 5px; }
.block-currency .block-title strong { font:bold 13px/21px Arial, Helvetica, sans-serif; background:url(/skin/frontend/alfaromeo/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.selected {color:#f60;}
.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:13px;padding-bottom:2px;    font-family: HelveticaNeueLTStd-BdCn, Helvetica, Arial, sans-serif;margin:10px 0;}
.block-layered-nav dd { padding:0 12px; font-family: HelveticaNeueLTStd-BdCn, Helvetica, Arial, sans-serif;  }
.block-layered-nav dd.last { background:none; }
.block-layered-nav .currently span.value{color: #000; }
.block-layered-nav span{font-family: HelveticaNeueLTStd-BdCn, Helvetica, Arial, sans-serif;}

.block-layered-nav .currently {margin-bottom:30px;}
/*.block-layered-nav .currently li {padding-bottom:5px;}*/
.block-layered-nav .currently li .label{background-color:#666; padding:3px 5px; color:#fff; line-height:15px; font-size:13px; margin-bottom:0;}
.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 { font-weight:bold; text-transform:uppercase;display:block;margin-bottom:5px;}
.block-layered-nav .currently .btn-remove { margin:4px 8px 0 0; background:url(/skin/frontend/alfaromeo/default/images/btn-remove.gif) no-repeat 0 0; }



.block-layered-nav .actions { font-size:11px; padding:4px 9px; background:#cad6e4; border:1px solid #dee5e8; border-width:1px 0; text-align:right; }
.block-layered-nav .actions a { float:none; }
.block-layered-nav .isopen  {font-weight:bold;}

/* Block: Cart */

.block-cart {z-index:2;width:300px;padding:10px;background-color:#fff;text-align:left;position:absolute;border:1px solid #ddd;border-top:none;right:0;top:33px;box-shadow:inset 0 3px 2px -2px #ddd; display:none;right:16px;}
.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: HelveticaNeueLTStd-BdCn, Helvetica, Arial, sans-serif;text-transform: uppercase;}
.block-cart a:hover {text-decoration:underline; }
.block-cart .block-title { border-bottom:0; }
.block-cart .block-title strong { }
.block-cart .summary { background:#fff; margin:18px 0 10px 0;overflow:hidden;}
.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 {padding:10px 0;border-bottom:1px solid #eaeaea;width:100%;}
/* 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/alfaromeo/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/alfaromeo/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/alfaromeo/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/alfaromeo/default/images/btn_remove2.gif); width:72px; height:15px; }
.compare-table tbody th { background:#d9e5ee url(/skin/frontend/alfaromeo/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/alfaromeo/default/images/i_block-viewed.gif); }

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

/* Block: Poll */
.block-poll .block-title strong { background-image:url(/skin/frontend/alfaromeo/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/alfaromeo/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/alfaromeo/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/alfaromeo/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/alfaromeo/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; text-transform: uppercase; }
.category-image { width:100%; overflow:hidden; margin:0 0 10px; text-align:center; }
.category-image img {}
.category-description { margin:0 0 10px; color:#666;     font-family: HelveticaNeueLTPro-Roman, Helvetica, Arial, sans-serif; }
.category-products {position:relative;z-index:0;}

/* View Type: Grid */
.products-grid { position:relative;z-index:0; }
.products-grid.last { border-bottom:0; }
.products-grid li.item { float:left; padding:0; margin:0 5px 30px 5px; text-align: center; height: 260px; width:240px; }
.products-grid .product-image { display:block; margin:0 0 5px; }
.products-grid .product-name { /*min-height:2.7em;*/ margin:0 0 5px; font-weight:bold; font-size:14px; color:#000; }
.products-grid .product-name a { color:#203548; }
.products-grid .availability { line-height:21px; }
.products-grid .actions { display:none; }
.main-price-box .product-name {height:1em;overflow:hidden;}
.col2-left-layout .products-grid,
.col2-right-layout .products-grid { width:auto; margin-bottom:15px; }
.col1-layout .products-grid { width:750px; margin:0 auto; }

/* View Type: List */
.products-list {}
.products-list li.item { width:150px;float:left; position:relative;margin-bottom:20px; height:150px; }
.products-list div.shadow-box {-webkit-box-shadow: 0px 0px 12px rgba(50, 50, 50, 0.5);
-moz-box-shadow:    0px 0px 12px rgba(50, 50, 50, 0.5);
box-shadow:         0px 0px 12px rgba(50, 50, 50, 0.5);
width:130px; height:300px; position: absolute;
padding:10px;
display: none;
background-color: white;
z-index:9999;
left:0;top:-10px;
}

.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;}
.products-list .product-shop { text-align:center;display:none;position:absolute;z-index:9999;left:0;margin-left:0px;width:130px;padding:0 10px;}
.products-list .product-shop button {background-color: #333;}
.products-list .product-shop .product-code {marigin:10px 0;}
.products-list .product-name { margin:0 0 5px; font-weight:bold; font-size:12px; color:#333;text-align: center; font-family:Helvetica, Arial, sans-serif; height:48px;}
.products-list .product-name a {font-family: HelveticaNeueLTStd-BdCn, Helvetica, Arial, sans-serif; font-size:13px; }

.products-list .price-box { margin:0 auto;text-align:center; padding-top:13px; font-family: HelveticaNeueLTStd-BdCn, Helvetica, Arial, sans-serif;}
.products-list .price-box .regular-price .price { display:block; text-align:center; }
.products-list .price-box p { margin-right:5px; font-size: 15px; }
.products-list .price-box .old-price {}
.products-list .availability { margin:3px 0 0; }
.products-list .desc { clear:both; padding:6px 0 0; margin:0 0 15px; line-height:1.35; }
.products-list .desc .link-learn { font-size:11px; }
.products-list .add-to-links { clear:both; }
.products-list .add-to-links li { text-align: center; }
.products-list .add-to-links a { text-decoration:none;color:#AAA;}
.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: Arial, Helvetica, sans-serif;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:60px;}
.view-mode a {position:relative;background-repeat:no-repeat;background-image:url(/skin/frontend/alfaromeo/default/images/pagination.gif);display: block;float:left;height:16px;width:16px;}
.view-mode a.grid {width:27px;}
.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;}
.products-grid .item {position:relative;z-index:0;}
.shadow-container:hover { box-shadow: 0px 0px 6px #CCC; height:420px;background-color: #fff;z-index:9999;   left:0;z-index:9999;position: absolute;}
.shadow-container .button {background: #c00 url(/skin/frontend/alfaromeo/default/images/red-button.jpg) no-repeat 90% 50% !important;padding:0 25px 0 15px;font-weight:bold;border:3px solid black;}
.shadow-container .button span {font-weight: bold;}
.shadow-container .product-name {padding:0px 20px;}
.actions {position:relative;z-index:99999;}
.actions .btn-cart, .actions .btn-cart-choose {
    background: none repeat scroll 0 0 #cc0001;
    border: 2px solid #000;
}
.actions .btn-cart span, .actions .btn-cart-choose span {
    color: #fff;
    text-transform: uppercase;
    /*background: none repeat scroll 0 0 #333;*/
    border:none;
}
.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/alfaromeo/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/alfaromeo/default/images/bkg_rating.gif) 0 100% repeat-x; }
.ratings .rating-box { float:left; margin-right:3px; }
.ratings .amount {}

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

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

.availability-only { margin:10px 0 7px; line-height:16px; background:url(/skin/frontend/alfaromeo/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/alfaromeo/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 Prices */
.price-excl-shipping-label {margin:10px 0 0 0;}

.price { white-space:nowrap !important; }

.price-box { margin:5px auto; font-size: 11px; /*overflow:hidden;*/ line-height:19px; }
.price-box .price { color:#333; }
.products-list .price-box p { display:inline; padding:0;}
.products-list .price-box p span { display:inline;}
.products-list .showed-price .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:#c00; font-family: HelveticaNeueLTStd-BdCn, Helvetica, Arial, sans-serif; }
.block .regular-price,
.block .regular-price .price { color:#2f2f2f;}

/* Old price */
.old-price { margin:0;/*margin-right:15px;*/ }
.old-price .price-label { white-space:nowrap; color:#999; }
.products-list .old-price .price { font-size:15px; }
.old-price .price { color:#999;position:relative;font-size:13px; text-decoration: line-through; line-height: 1.5em; }
.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; }
.products-list .special-price .price { padding: 0; }
.special-price .price { font-size:15px; color:#c00; padding-left: 25px;  font-family: HelveticaNeueLTStd-BdCn,Helvetica,Arial,sans-serif }
.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 {}
.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 { margin:0; font-size:13px; float:left; display:inline; margin:0 10px;}
.products-grid .price-box p span{display:inline;}

/* 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/alfaromeo/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:10px auto; }
.add-to-links .separator { display:none; }
.add-to-links a {
    color:#888;
    text-transform: uppercase;
    margin:15px 10px;
    text-decoration: none;
}

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

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

.catalog-product-view .main {width:100%;padding:0;}
.product-view { padding:7px 0; }

.catalog-product-view .breadcrumbs,
.product-essential { margin-bottom:20px; width:950px;margin:0 auto;}
.catalog-product-view .tabs-container {margin-top:20px;}
.product-essential h2 { font:bold 13px/1.35 Arial, Helvetica, sans-serif; }


.product-collateral { background:#faf7ee url(/skin/frontend/alfaromeo/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: 560px;position:relative; }
.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/alfaromeo/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/alfaromeo/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:480px;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:3px;width:59px;border:2px solid transparent;}
.product-view .product-img-box .img_gallery .img_gallery_in .active {border:2px solid #c00;}
.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:380px; }
.col1-layout .product-view .product-shop { float:right; margin-top:20px; position:relative; }
.col3-layout .product-view .product-shop { float:none; width:auto; }
.product-view .product-shop .product-name { }
.product-view .product-shop .product-name h1 { margin:0; font:24px/1.1 Arial, Helvetica, sans-serif; color:#333; font-weight:bold; }
.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 .price-box { margin:0; }
.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 { background:url(/skin/frontend/alfaromeo/default/images/tile.jpg) repeat 0 0; padding:20px; margin:15px 0; position:relative; *border-top:1px solid #CCC;*border-bottom:1px solid #CCC; font-family: HelveticaNeueLTPro-Roman, Helvetica, Arial, sans-serif; font-weight: normal; }
.product-options dt { float:left;font-weight:normal; margin-top:5px; }
.product-options dt label {}
.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 10px; margin:0 0 5px; border-bottom:1px solid #e4e4e4; }
.product-options dl.last dd.last { border-bottom:0; margin-bottom:0; margin-right: 25px; }
.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-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/alfaromeo/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/alfaromeo/default/images/i_tag_add.gif) 0 2px no-repeat; padding:0 0 0 23px; }
.product-view .box-tags .form-add input.input-text { width:299px; }
.product-view .box-tags .form-add button.button span { border-color:#406a83; background:#618499; }
.product-view .box-tags .note { margin:3px 0 0; padding:0 0 0 23px; font-size:11px; }

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

/* Send a Friend */
.send-friend-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:11px;}
.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/alfaromeo/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/alfaromeo/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 > div,
.checkout-cart-index .col-main > ul.messages {width:950px;margin:10px auto;}
.checkout-cart-index .col-main > div.tabs-container {width:100%;}
.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:Arial,Helvetica, sans-serif;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: HelveticaNeueLTStd-BdCn, Helvetica, Arial, sans-serif; font-weight:normal; }
.cart-table .item-msg { margin:5px 0; font-size:11px; font-weight:bold; color:#df280a; }
.cart-table tfoot td { padding:10px 0; }
.cart-table .btn-continue { float:left;  }
.empty.cart-table .btn-continue span {background:url(/skin/frontend/alfaromeo/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; }
.cart .discount h2,
.cart .shipping h2 { background-position:0 0; background-repeat:no-repeat; font:bold 11px Arial, Helvetica, sans-serif; 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: HelveticaNeueLTStd-BdCn, Helvetica, Arial, sans-serif; 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/alfaromeo/default/images/bkg_divider1.gif) 0 0 repeat-x; }

/* Shopping Cart Totals */
.cart .totals { float:left; width:575px; border-left: 1px solid #CCCCCC; font-family: HelveticaNeueLTStd-BdCn, Helvetica, Arial, sans-serif; }
.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:20px 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; text-indent:-999em; 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/alfaromeo/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/alfaromeo/default/images/btn_gm-close.gif) 0 0 no-repeat; font-size:0; line-height:0; text-indent:-999em; overflow:hidden; }

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

.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/alfaromeo/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/alfaromeo/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/alfaromeo/default/images/bkg_opc-title-off.gif) 0 100% repeat-x; padding:4px 8px 6px; text-align:right; }
.opc .step-title .number { float:left; background:#fff; border:1px solid #fff; padding:0 4px; margin:0 5px 0 0; font:bold 11px/14px arial, helvetica, sans-serif; color:#999; }
.opc .step-title h2 { float:left; margin:0; font:bold 13px/16px Arial, Helvetica, sans-serif; color:#999; }
.opc .step-title a { display:none; float:right; font-size:11px; line-height:16px; }

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

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

.opc .step { border:1px solid #bbafa0; border-top:0; background:#fbfaf6 url(/skin/frontend/alfaromeo/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/alfaromeo/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/alfaromeo/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/alfaromeo/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/alfaromeo/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/alfaromeo/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 Arial, Helvetica, sans-serif; text-align:center; text-decoration:none; white-space:nowrap; color:#fff; }
/* Remember Me Popup ===================================================================== */


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

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

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

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

/* Block: Recent Orders */
.dashboard .box-recent .box-head h2 { font-family:Arial,Helvetica, sans-serif; font-size:15px; }

/* Block: Account Information */
.dashboard .box-info .box-head h2 { font-family:Arial,Helvetica, sans-serif; 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/alfaromeo/default/images/i_ma-tags.gif); }
.dashboard .box-tags .number { float:left; font-size:10px; font-weight:bold; line-height:1; color:#fff; margin:3px -20px 0 0; padding:2px 3px; background:#0a263c; }
.dashboard .box-tags .details { margin-left:20px; }
.dashboard .box-tags li.item { margin:0 0 7px; }
.dashboard .box-tags li.item.last { margin:0; }
.dashboard .box-tags .tags strong,
.dashboard .box-tags .tags ul,
.dashboard .box-tags .tags ul li { display:inline; }
/********** Dashboard > */

/* Address Book */
.addresses-list h2 { font-weight:bold; font-size:13px; color:#e26703; text-transform:uppercase; }
.addresses-list h3 { font-weight:bold; font-size:13px; }
.addresses-list address { margin:0 0 3px; }
.addresses-list p { margin:0; }
.addresses-list a { font-weight:normale; color:#333; }
.addresses-list .link-remove { color:#646464; }
.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; border-bottom:1px dotted #CCC;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:10px 0; }

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

.order-items { width:100%; overflow-x:auto; }
/*.order-items h2,
.order-items h3 { clear:none; /*font-weight:bold;*/ font-size:13px; padding:0; margin:0 0 5px; color:#0a263c; }*/
.order-items .product-name { ffont-family:Arial,Helvetica, sans-serif; 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/alfaromeo/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; 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 {  }
#wishlist-table .add-to-links { white-space:nowrap; }

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

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

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

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


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

.map-popup { background:#fff; border:1px solid #aaa; margin:12px 0 0; position:absolute; -moz-box-shadow:0 0 6px #ccc; -webkit-box-shadow:0 0 6px #ccc; box-shadow:0 0 6px #ccc; text-align:left; width:300px; z-index:100; }
.map-popup-heading { background:#d9e5ee; border-bottom:1px solid #ccc; padding:5px 30px 5px 10px; width:260px; }
.map-popup-heading h2 { font-size:16px; margin:0; text-shadow:0 1px 0 #f6f6f6; overflow:hidden; white-space:nowrap; word-wrap:break-word; text-align:left; text-overflow:ellipsis; }
.map-popup-arrow { background:url(/skin/frontend/alfaromeo/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:#f7f7f7; }
.footer { width:950px; margin:0 auto; padding:10px 0; font-size:11px; color:#333; }
.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 { display:inline; }
.footer ul.links { display:block; }
.footer li { display:inline; }
.footer li.last { background:none !important; }
.footer-container .bottom-container { margin:0 0 5px; }
/* ======================================================================================= */

/* Sample Data============================================================================ */
.home-callout { margin-bottom:12px; }
.home-callout img { display:block }
.home-spot { float:left; width:470px; margin-left:20px; }
.best-selling h3 { margin:12px 0 6px 0; color:#e25203; font-size:1.2em; }
.best-selling table { border-top:1px solid #ccc; }
.best-selling tr.odd { }
.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;}
#newsletter-validate-detail li {float:left;margin-left:15px;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;}
#newsletter-validate-detail div.privacy-box {margin-left:15px;float:left;}
#newsletter-validate-detail div.privacy-box input,
#newsletter-validate-detail div.privacy-box label {float:left;}
#newsletter-validate-detail div.privacy-box input {height:32px;*height:15px;}
#newsletter-validate-detail div.privacy-box label a {color:#333;padding-right:5px;}
#newsletter-validate-detail .buttons-set button.button {float:left;margin:20px 0 0 15px;}
/*.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 {color:#000;}
.block-layered-nav ol li a span.price{color:inherit;}
.block-layered-nav a:hover {color:#ca0000;}
.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 {margin:0;}
.my-account .page-title h1 {font:15px/3  Arial, Helvetica, Geneva, sans-serif;color:#000;width:auto;font-weight:bold;border:0;}
.my-account .page-title {border:none;}
.my-account .page-subtitle {overflow:hidden;color:#000;border-bottom:1px dotted #CCC;}
.my-account .page-subtitle h2 {font-size:15px;float:left;color:#000;margin:0;line-height:30px;}
.my-account .page-subtitle a {line-height:30px;display:block;color:#666;}
.my-account .addresses-list {margin-top:30px;}
.my-account .addresses-additional {padding:10px 13px;margin:0 10px 0 20px;border:none;width:93%;}
.customer-address-index .block {margin-top:10px;}
    
/* Help Area Left Menu */
.home-help{margin-left:14px;width:760px}
.home-help .customer{background: url('/skin/frontend/alfaromeo/default/images/user.png') no-repeat}
.home-help .back{background: url('/skin/frontend/alfaromeo/default/images/resi.png') no-repeat}
.home-help .payment{background: url('/skin/frontend/alfaromeo/default/images/euro.png') no-repeat}
.home-help .sell{background: url('/skin/frontend/alfaromeo/default/images/camion.png') no-repeat}
.home-help .item {width:46%;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:Arial, sans-serif;font-size:15px; font-weight:bold;margin: 0 0 -10px}
.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 ul {margin-left:40px;list-style:none}
.home-help .item ul li a {color:#898989;text-decoration:none;}
.left-menu {width:200px;border-left: solid 1px #dedede;border-right: solid 1px #dedede;border-bottom: solid 1px #dedede}
.left-menu h2 {margin:0;background-color:#cc0000;color:white;font-size:14px;padding-left:15px;line-height:25px;text-transform:uppercase; font-weight: bold}
.left-menu h3  {font-weight:bold;font-size:14px;padding-left:15px;margin-top:5px;color:#FFFFFF;background-color: #666666;text-transform: uppercase;line-height: 25px}
.left-menu a {padding-left:15px;color:#333;text-decoration:none;}
.left-menu a:hover {text-decoration:underline;}
.left-menu a.active {font-weight:bold;}
.left-menu ul li.item ul {padding-top:10px;padding-bottom: 10px}
.area-help {font-weight:bold; font-size: 16px;border-bottom:1px solid #ccc;color:#000000;margin:10px 0 20px 0;text-transform:uppercase}
.contacts-index-index .col2-left-layout .col-main,
.cms-page-view .col2-left-layout .col-main {width:720px;}
.contacts-index-index .page-title,
.cms-page-view .page-title {/*border:0;*/font-family:Arial, sans-serif;font-weight:bold;}
.contacts-index-index .page-title h1,
.cms-page-view .page-title h1 { /*font-size:15px; */}

.contacts-index-index .page-title h1 {float:left;line-height:30px;}
.contacts-index-index .page-title .required {float:right;color:#333;font-family:Helvetica, Arial, sans-serif;line-height:30px;margin:0;}
.contacts-index-index .form-list .input-text {width:100%;}
.contacts-index-index .form-list li.fields div.field {width:200px;}
.contacts-index-index .form-list li.fields div.field .input-box {width:200px;}
.contacts-index-index .form-list li.fields div.field .input-box input {width:180px;}
.contacts-index-index .form-list li.fields div.field .input-box select {width:186px;}
.contacts-index-index .form-list li.wide .input-box textarea {width:580px;}
.contacts-index-index  .fieldset { margin:0; }

.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;}
.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-page-view .simple-text {width:69%;float:left;}
.cms-page-view .simple-text h3 {color:#333;}
.cms-page-view .simple-text h4 {font-family:Arial, sans-serif;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:Arial, 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 span a.mail {display:inline;background:transparent;color:#333;margin:0;padding:0;font-family:Arial,Helvetica, sans-serif;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/alfaromeo/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/alfaromeo/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:#333;
    position:relative;
}
 
a.tooltip-tbuy:hover div.tbuy-info {display:block;}

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

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:Arial,Helvetica, sans-serif; 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:Arial, sans-serif;}
div#tabs.ui-tabs ul.ui-tabs-nav li.ui-state-active a span {font-weight:normal;}

/* Cart Total Price */
.cart-total-price {padding:20px 0 10px 20px;width:200px;color:#666;}
.cart-total-price .price {float: right;}
.price-total-box { font-size:22px; margin-top:5px;padding-top:5px;border-top:1px solid #ccc;}
.price-total-box.last .price {font-size:24px; margin-left:24px;}

.similar-box .info .price-box {float:none;width:180px;}
.similar-mod { /*width: 1196px;*/ margin:0 auto; overflow:hidden; margin-bottom:50px;}
.similar-mod .similar-box{ width: 240px; float:left;}
.similar-mod .similar-box .image{  height: 220px; overflow:hidden; margin: 0 10px 0 0; position: relative; }
.similar-mod .similar-box .product-image {}
.similar-mod .similar-box .info{   height: 80px; padding-top: 10px; }
.similar-mod .similar-box .info h3 {width:80%;margin:0 auto;text-align: center;font-family: "Brandon Medium", Arial, Helvetica, sans-serif;text-transform: uppercase;font-weight: normal; height:4em;overflow:hidden;}
.similar-mod .similar-box .info h3 a{ display: block; font-size: 14px; margin-bottom: 5px; color:#000; line-height: 1.3em;text-decoration: none; font-family: HelveticaNeueLTStd-BdCn, Helvetica, Arial, sans-serif;}
.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: #c00; display: block; margin-bottom: 5px; text-align: center; }
.similar-mod .similar-box .info .price .price {text-align: center; font-size:13px; color:#c00; line-height:13px; font-family: HelveticaNeueLTStd-BdCn, Helvetica, Arial, sans-serif;}
.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/alfaromeo/default/images/moleskine-title-similar.png) no-repeat 0 0; width:1196px;height:130px;margin:0 auto;}
.similar-box .info .price .price-box {text-align: center;}
.similar-box .info .price .price-box .old-price {float:left;margin-left: 0;}
.similar-box .info .price .price-box .percentuale-sconto {float:left;margin-left: 35px;}
.similar-box .info .price .price-box .special-price {float:right;margin-right: 0; padding: 0}


.home-roll {width:960px; margin:0 auto; height: 310px; position:relative; z-index:0; -webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;}
.home-roll .similar-products {margin:0;}
.home-roll .iosSlide {height:100%;}
.home-roll .slider {height:100%;}
.home-roll .next,
.home-roll .prev {display: block;width: 53px;height: 53px;position:absolute; background:url(/skin/frontend/alfaromeo/default/images/buttons.jpg) no-repeat 0 0;top:83px;left:-53px;cursor:pointer;}
.home-roll .next {right: -53px;left:auto;background-position : -53px 0px;}
.home-roll .next:hover {background-position : -53px -53px;}
.home-roll .prev:hover {background-position : 0 -53px;}

.tabs-container {overflow:hidden;height:40px;background-color:#dedede;width:100%;text-align: center;display:table; border-bottom: white solid 30px;}
.tabs-container .item {font-family: HelveticaNeueLTStd-BdCn, Helvetica, Arial, sans-serif;line-height:40px;text-transform: uppercase;padding:13px 15px;text-decoration:none;color:#666;font-size:14px;}
.tabs .item a {display:block;}
.tabs-container .item:hover,
.tabs-container .item.selected {background:white;color:#c00;}
.tabs-container .item.selected {font-size:17px;font-family: HelveticaNeueLTStd-BdCn, Helvetica, Arial, sans-serif;}
.tab-content.opened {display:block;}
.tab-content{background: #ffffff;padding-bottom: 25px;line-height: 40px}

.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 .breadcrumbs,
.catalogsearch-result-index .page-title h1 {border:none;}
.catalog-search-empty .page-title2,
.catalog-search-empty .note-msg {width:960px;margin:10px auto;}
.catalog-search-empty .tabs-container {margin-top:35px;}

.catalogsearch-result-index .col1-layout .col-main {margin:0 auto; width:960px;}

.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%;background:white;}
.product-images-slider .slides img {display:block;max-width:100%;margin: 0 auto;}
.product-images-slider .close {background:url(/skin/frontend/alfaromeo/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:Arial, Helvetica, sans-serif;font-size:0;text-shadow:transparent;color:transparent;}

/* FlexSlider Default Theme
*********************************/
.flexslider {}
.product-images-slider  .flex-viewport {max-width: 93%;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:80%;top:50%;left:17%;margin-top:-25px;*height: 0;}
.flex-direction-nav a {height:75px;width:40px;display:block;background: url(/skin/frontend/alfaromeo/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:-40px 0;}
.product-images-slider .flex-direction-nav .flex-next:hover {background-position:-40px -75px;}
.product-images-slider .flex-direction-nav .flex-prev {float:left;}
.product-images-slider .flex-direction-nav .flex-prev:hover {background-position:0px -75px;}
.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 {opacity: .3!important; filter:alpha(opacity=30); 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:1.3%; 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 #c00;}
.flex-control-thumbs img:hover {opacity: 1;}
.flex-control-thumbs .flex-active {opacity: 1; cursor: default;}

.mini-cart .summary .button {width:100%;background:#c00;}
.mini-cart .block-content {padding:0;}
.mini-cart .cart-total-price {padding:5px 0; width:100%; font-family: HelveticaNeueLTStd-BdCn, Helvetica, Arial, sans-serif;}

#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:#aaa; 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;
}

.privacy-info { margin-top:1em; width:100%; }
.privacy-overlay { width:800px; position:absolute; left:50%; margin-left:-440px;  top:50%; margin-top:-290px; background:white; padding:40px; text-align: left; z-index: 950; }
.privacy-overlay .close-privacy { position:absolute; top:21px; right: 43px; cursor: pointer; background: url(/skin/frontend/alfaromeo/default/images/btn-remove.gif) no-repeat 0 0; display: block; width:10px; height:10px; font-size:0; text-indent: -20px; }
.privacy-content {overflow-y:scroll; height:500px;}

.fb_reset {display:none;}

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

@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:88%;}
}

/* zendesk */
#my-tickets-table th{
    text-align:center;
}
#my-tickets-table tbody tr td{
    border-bottom: 1px solid #CCCCCC !important;
    color: #999999;
    padding: 7px;
    text-align:center;
}
.ticket-comments h2{
    font-family: Arial,Helvetica,sans-serif;
    text-transform:uppercase;
    font-weight: normal !important;
    padding:14px 0 0;
    margin-bottom:0;
    font-size:15px;
    line-height:15px;
}
#ticketForm .fieldset{
    margin-top:20px;
}
.ticket-date{
    margin-bottom:0;
}
.zendext-ticket-view .page-title h1{
    margin-bottom:0;
}
.ticket-about{
    display:block;
    width:100%;
    padding:10px 0;
    /*border-bottom:1px solid #ccc;*/
}
.ticket-about b,
.ticket-about span{
    display:block;
    width:100%;
}

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

.static-text {
    color:#666;
    margin:10px 0;
    font-size:12px;
    line-height: 1.3em;
    font-family: HelveticaNeueLTPro-Roman, Helvetica, Arial, sans-serif;
}

.line {
    border-bottom:1px dotted #ccc;
}

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

.percentuale-sconto-inc,
#products-list .percentuale-sconto-inc{
    display: none;
}

.category-products .badge,
.percentuale-sconto-inc{
    position: absolute;
    background-color: #cc0000;
    font-size: 12px;
    line-height: 30px;
    color: #fff;
    font-weight: bold;
    padding: 0 2px;
}

.category-products .percentuale-sconto-inc{
    top: 15px;
    right: 0;
}

.category-products .actions .percentuale-sconto-inc {
    top: -230px;
}

.category-products .badge{
    top: 210px;
    left: 0;
    padding: 0 12px;
    line-height: 25px;
    text-transform: uppercase;
    font-family: 'HelveticaNeueLTStd-BdCn', Helvetica, Arial, sans-serif;
    font-size: 12px;
    font-weight: normal;
    /*background: #1c306f;*/
}

.product-shop .percentuale-sconto-inc{
    top: 1px;
    right: auto;
    left: -90px;
    z-index: 2;
}

.category-products .percentuale-sconto-inc,
.product-shop .percentuale-sconto-inc{
    display: block;
}
/**
 * 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 {max-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 {}
.clear { clear:both; }

.HelveticaNeueLTPro-Roman { 
    font-family: HelveticaNeueLTPro-Roman;
    font-weight: normal;
    font-style: normal;
}
.HelveticaNeueLTStd-BdCn { 
    font-family: HelveticaNeueLTStd-BdCn;
    font-weight: normal;
    font-style: normal;
}



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

/** SELECT COUNTRY  **/
.select-language .wrapper .main-container { background-color: #fff; }
.select-language .wrapper .main-container .main { background: url(/skin/frontend/alfaromeo/default/images/map.png) #fff no-repeat ; min-height: 440px; }
.select-language .container .available p { font-size: 14px; color:#999; font-weight: bold; }
.select-language .container .available h2 { font-size: 18px; color:#444; font-weight: bold; margin-bottom:20px; }
.choose-country { }
.store_switcher { margin-top:2px; }
.choose-country .country { float:left; width:230px; text-transform: uppercase; margin-bottom: 7px; }
.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:#444; text-decoration: none; }
.choose-country .country .label a:hover { text-decoration: underline; }
.choose-country .country .label a.selected { color:#999;  }
.not-currently-available { color:#666; margin-top:20px; font-size: 14px; font-weight: bold; color:#999; }

/** CMS PAGES   **/
.cms-time-of-delivery table, .cms-time-of-delivery th, .cms-time-of-delivery td { border:1px solid #616161; }
.cms-time-of-delivery table { border-collapse: collapse; margin: 25px auto; }
.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;
}
.wrapper .main-container .main { background:#fff; position: relative; z-index: 1;}
.wrapper .main-container .main .main-headline{display:none}
.wrapper .main {min-height:360px; }
/** 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:#AF7538; font-weight: normal; }
.note-msg, .notice-msg { 
    background: none; 
    font-weight: normal !important; 
    padding: 0 !important;
    font-size:12px !important;    
}
/********************/
.fieldset {
    background: none;
    border:none;
    padding:0;
}
/********************/
.header .links a { color:#a3a3a3; }
.corporate_links {
    font-family:Arial, 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/alfaromeo/default/images/shop.gif") no-repeat scroll left -1px transparent; color:#FF6600; padding:0 0 0 28px;}
.nav-container { margin-top:35px;position: relative; }

.nav-container #custom-nav {}

.nav-container .custom-main-nav {
    font-family:Arial, 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;

}

.nav-container .custom-main-nav li a[href="javascript:void(0);"]{
    cursor: default !important;
}

.nav-container .custom-main-nav li h2 {
    font-family: HelveticaNeueLTStd-BdCn, Helvetica, Arial, sans-serif;
    font-size: 14px;
    margin: 5px 0;
}

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: #ffffff;
    text-decoration: none;
    display: block;    
    text-transform: uppercase;
    padding:0px 9px;
    font-family: HelveticaNeueLTStd-BdCn, Helvetica, Arial, sans-serif;
    line-height:27px;
}
.nav-container #custom-nav a:hover, 
.nav-container #custom-nav li.active.level1 a,
.nav-container #custom-nav li.active.level-top > a,
.nav-container #custom-nav .over{
    border: 2px solid #c00;
}

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

.active.level1 a,
.custom-main-nav #custom-nav ul.level0 a:hover {background-color:#c00;/*border:1px solid #f0f0f0 !important;*/ color:white !important;}


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

li.level0 div.submenu-list li {float:none;margin:0;}

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 #CC0000; }
.submenu-list {
    position:absolute;
    padding:0;
    left:0;
    text-align:left;
    width:180px;

}
div.submenu-list ul.level0 li.level1 {position:static; margin:1px;}
div.submenu-list ul.level0 {position:absolute;z-index:9999;}
.nav-container #custom-nav .submenu-list a {
    font-family:Arial, Helvetica, sans-serif;
    color:#333;
    padding-left:10px;
    font-size:12px;
}
ul#custom-nav a{border-width: 2px; border-style: solid; border-color: transparent;}
ul#custom-nav a:hover {border-width: 2px; border-style: solid; border-color: red}

/** toplinks **/
.quick-access a.top-link-wishlist { color:#a3a3a3; }
.quick-access a.top-link-newsletter { color:#a3a3a3; }
.quick-access a.top-link-cart { padding-left:5px;color:#cc0000; line-height:21px; text-transform: uppercase; display:block; min-width:150px; font-family: HelveticaNeueLTStd-BdCn, Helvetica, Arial, sans-serif; font-size:15px;}
.quick-access a.top-link-checkout { color:#cc0000; font-family:Arial, Helvetica, sans-serif; }
.cart-items-count { color:#fff; }
.cart-quantity { margin:0 }
/** FOOTER      **/


.footer{position:relative;width:100%;padding:0}
.footer .footer-links { overflow:hidden; width:100%; margin: 0 auto;min-height: 50px;padding:0;background: #f7f7f7}
.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-block { text-align: right; margin-right: 15px; margin-top: 20px;line-height:24px; float:left;}
.footer-links-block li { margin-right:10px; }
.footer-links-block li a {color:#999999;text-transform: uppercase}
.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 { background:#000000; padding:0; width:100%; overflow:hidden;}
.cms-home .wrapper .main .col-main{ padding:0; width:960px; margin: 0 auto }
.slides_container { min-height:48px; display:block;  }
.slider-main {}
.slider-big { float:left;margin-right:5px;width:1280px;height:425px;*position:relative;*z-index:0; }

.slider-side { float:right; width:320px;}
.slider-side .banner-text { position:relative;float:left; height:130px;width:320px;overflow:hidden;}
.slider-side .banner-text img {height:130px; position:absolute;top:0;right:0;z-index:0;}
.slider-side .banner-text .short-desc {width:50%;}
.slider-side .banner-text .short-desc,
.slider-side .banner-text a span {position:absolute;overflow:hidden;font-family:Arial, Helvetica, sans-serif;overflow:hidden;font-size:15px;line-height:20px;padding:10px;color:#999;z-index:1;}
.slider-side .banner-text a { color:#333; }
.slider-side .banner-text a span {color:black;bottom:0;z-index:100;display:none;}

.slider-side .banner-image { float:right; }
.wrapper-content-slider-side { margin-bottom:5px; background-color:#fff; overflow:hidden;}
.slider-horizontal {background-color: #999; color:#fff; font-size: 14px;height:48px;display: none}
.slider-horizontal .slides_control img {height:48px;}
.horizontal-content p {line-height:48px;font-family:Arial, Helvetica, sans-serif;*width:950px;}
div#slides div.slides_container div.slides_control div.horizontal-content a {color:white;text-decoration:none;}
#slides .slides_container {}
#slides .slides_container img {width:0px;}
#slides .slides_control div { text-align:center; }
#slides .slides_control div.slides_control {height:48px;}
.slider-side .banner-text a.has-link:hover img {opacity:0.6;filter: alpha(opacity = 60);}
.slider-side .banner-text a.has-link:hover span {display:block;}

.slider-side .banner-text a 			{cursor:default;}
.slider-side .banner-text a.has-link {cursor:pointer;}
.slider-side .banner-text a.has-link span {font-family: Arial, Helvetica, sans-serif;color:#333;} 
.slider-big #slides .slides_control div {width:960px;}
.slider-big .pagination { position:absolute; bottom:30px; z-index:100; left:450px;background: url('/skin/frontend/alfaromeo/default/images/slider-nav-sprite.png') no-repeat 0 -2px;width:182px;height:25px}
.slider-big .pagination li { float:left;}
.slider-big .pagination li a { 
    display:block; width:27px; height:25px; 
    text-indent: -9999px; 
}
/*    background: url('/skin/frontend/alfaromeo/default/images/slider-black-dot.png') top center no-repeat;opacity:0.7;}*/
.slider-big .pagination li.current a { background: url('/skin/frontend/alfaromeo/default/images/slider-red-dot.png') 8px 11px no-repeat;}

.pagination.threeslider{
    background-position: 0px -31px;
}
.pagination.fourslider{
    background-position: 0px -59px;
}
.pagination.fiveslider{
    background-position: 0px -88px;
}
.pagination.sixslider{
    background-position: 0px -104px;
}
.pagination.sevenslider{
    background-position: 0px -130px;
}
.slider-big .slides_container .slide_control div,
.slider-big .slides_container .slide_control div a {width:960px;display:block;}
.slider-big .slides_container img {float:right;margin-right: -150px;*float:none;}
.slider-main {height:425px;overflow:visible;position:relative;}

.slide-txt{
    position: absolute;
    right:0px;
    top: 40px;
    width: 420px;
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.3);
    padding: 15px;
    color:#FFF;
    text-transform: uppercase;
    font-size:26px;
    font-weight: bold;
    padding-bottom:60px;
    /* IE 8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";

  /* IE 5-7 */
  filter: alpha(opacity=20);
}

.slide-txt p {
    position:relative;
    opacity:1;
    font-family: HelveticaNeueLTStd-BdCn, "Helvetica", Arial, sans-serif;
    font-size:46px;
    line-height: 0.9em;
     /* IE 8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";

  /* IE 5-7 */
  filter: alpha(opacity=100);
}

.slide-txt h2{
    color:white;
     /* IE 8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";

  /* IE 5-7 */
  filter: alpha(opacity=100);
}

.slide-txt a{
    color:#ffffff;
    text-decoration: none;
    text-align: center;
}



.slide-button{
    position: absolute;
    bottom: 20px;
    background-color: #000000;
    color: #ffffff;
    border: #1A1A1A solid 3px;
    height: 30px;
    width: 150px;
    font-size: 20px;
    text-transform: uppercase;
    padding-left: 10px;
    font-size:14px;
    line-height:30px;
    cursor:pointer;
}

.slide-button:hover {
    background: #cc0000;
    border: #cc0000 solid 3px;
}

#reinsurance{
    text-transform: uppercase;
    font-size:13px;
    letter-spacing: 0.5px;
    font-family: HelveticaNeueLTStd-BdCn, "Helvetica", Arial, sans-serif;
    position:absolute;
    bottom:0;
    width:960px;
    
}

#reinsurance ul{
    padding:0;
    margin:0;
    text-align: center;
    opacity:1;
}

#reinsurance ul li{
    display: inline;
    margin-right: 30px;
    color: #ffffff;
}

#reinsurance ul li img{
    margin-right: 10px;
    margin-top: 5px;
}
/** CATEGORY    **/
.category-title {margin-bottom:18px;}
.category-title h1 {color:#666;}
.page-title h1 { float:left; /*width:400px;*/ text-transform: uppercase; 
                border-bottom: 1px solid #f1f1f1;
                margin-bottom: 10px;
}
.pager a { font-size:12px; }
.pager .pages li { margin:2px; font-size:12px; }
.pager .pages li a { color:#111; font-family:Arial, Helvetica; text-decoration: none; }
.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 { color:#cc0003; font-size:14px; }

/** 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; }
.products-grid li.first { margin:0 5px 30px 0; }
.products-grid li.last { margin:0 0 30px 5px; }
.product-shop .price-block { float:left; width:40%; }
.product-shop .price-block .price-box .price {
    font-family: HelveticaNeueLTStd-BdCn, Helvetica, Arial, sans-serif;
    font-size:26px;
    line-height: 40px;

}
.product-shop .price-block .price-excl-shipping-label {
    font-size:11px;
    line-height: 8px;
}
.product-shop .price-adtocart {
    padding-bottom: 15px;
    border-bottom:1px dotted #ccc;
    float: left;
    width: 100%;

}
.product-view .product-shop .short-description { line-height: 20px; font-family: HelveticaNeueLTPro-Roman, Helvetica, Arial, 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-weight: normal; font-family: HelveticaNeueLTPro-Roman, Helvetica, Arial, sans-serif; font-weight: normal; }
.product-view .product-shop .product-name h1 { font-size:20px; font-family: HelveticaNeueLTStd-BdCn, Helvetica, Arial, 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, Arial, 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-right: 5px; }
.sharing_container_custom_category { float:right; margin-top:0; position: relative; }
.sharing_container_custom { /*float:left;*/ width:auto; }
.addtolinks_container_custom, .sharing_container_custom {margin-top:10px; /*height:40px;*/ }
.addtolinks-link {line-height:14px; }
.addtolinks_container_custom .addtolinks-link a {
    margin:0;
    color:#999;
    font-size:11px;
    text-decoration: none;
    text-transform:lowercase;
}

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

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


/** CUSTOMER CREATE    **/
.required-all { color:#999; }
.login-rightside .col2-set .col-2 { width:auto; }
.login-rightside .col-1 { margin-top:25px; }
.account-login .login-leftside, 
.account-create .login-leftside,
.newsletter-subscribe .leftside {
    float:left;
    width:380px;
    color:#999;
    margin-right: 25px;
    font-family:  HelveticaNeueLTPro-Roman, Helvetica, Arial, sans-serif;
    font-size:13px;
}
/*.account-create input.register-mail { width:270px !important; }*/

.newsletter-subscribe .leftside { /*width:450px; margin-right:29px;*/}
.account-login .login-rightside,
.account-create .login-rightside,
.newsletter-subscribe .rightside {
    float:left;
    width:530px;
    color:#333;
}
.account-login .content {
    padding:0;
}

.account-login .content h2 {
    color:#cc0000
}

.account-login .new-users h2{
    color:#000000;
    background: #f3f3f3;
    background-image: -moz-repeating-linear-gradient(45deg, transparent, transparent 2px, rgba(255,255,255,.5) 2px, rgba(255,255,255,.5) 4px);
    background-image: -webkit-repeating-linear-gradient(45deg, transparent, transparent 2px, rgba(255,255,255,.5) 2px, rgba(255,255,255,.5) 4px);
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
}

.account-login input.input-text {
    padding:5px;
    width:240px;
    line-height:20px;
    height: 20px
}
.account-login .forgot-pwd {
    float:left;
    background: url(/skin/frontend/alfaromeo/default/images/question-mark.png) 0 2px no-repeat;
    padding-left:25px;
    height:19px;
    margin-top:5px;
}
.account-login .forgot-pwd a {
    color:#333;
    text-decoration: underline;
}
.forgot-pwd .buttons-set button.button {
    float:left;
    margin:0;
}
.account-login .form-list li {
    width:265px;
}
.account-login .buttons-set {
    padding:8px 0;
}
/*.buttons-set .button.button {
    color:#333;
    background: none;
    text-transform: uppercase;
    font-size:12px;
    padding:0;
    background-color: #333;
}*/

/* Buttons */
.buttons-set button.button { 
    font-size:13px;
    text-transform: uppercase; 
    background:black; 
    font-family:Arial, Helvetica, sans-serif; 
    border: 3px solid #333;
}
.buttons-set button.button:hover { background-color:#666; }

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

.account-create .login-information{
    background: #f3f3f3;
    background-image: -moz-repeating-linear-gradient(45deg, transparent, transparent 2px, rgba(255,255,255,.5) 2px, rgba(255,255,255,.5) 4px);
    background-image: -webkit-repeating-linear-gradient(45deg, transparent, transparent 2px, rgba(255,255,255,.5) 2px, rgba(255,255,255,.5) 4px);
    background-image: repeating-linear-gradient(45deg, transparent, transparent 2px, rgba(255,255,255,.5) 2px, rgba(255,255,255,.5) 4px);
}

.account-create .validation-advice {
    width:155px;
}
.account-create .input-checkbox {
    margin-right: 5px;
    margin-top:10px;
}
.account-create .login-information {
    margin-bottom:20px;
    padding:30px ;
}
.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 input.input-text,
.newsletter-subscribe input.input-text {
    padding:5px;
    float:left;
}
.account-create input.input-text { width:145px; }
.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:240px; }
.account-create .agreement {width:auto;margin-top:10px;}

.agreement {
    float:left;
    margin-top:40px;
    width:400px;
}
.agreement li {margin-top:10px;}
.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;
}
.account-create .mini-legend {
    font-size:16px;
    margin: 15px 0 15px 0;
    text-transform: uppercase;
    font-family: HelveticaNeueLTStd-BdCn, Helvetica, Arial, sans-serif;
}

.customer-account-create h2, .customer-account-create h1{
    text-transform: uppercase;
    font-weight: bold;
}
.agreement-content .ui-widget-header { border:0; }

.buttons-set button.button, button.btn-proceed-checkout {
    font-size:13px;
    text-transform: uppercase; 
    background:#858482; 
    font-family:Arial, Helvetica, sans-serif; 
    border: 3px solid #b5b5b5;  
}
button.button span, button.btn-proceed-checkout span { 
    padding:0px 20px;line-height:32px; height:32px;
    font-family: HelveticaNeueLTStd-BdCn, Helvetica, Arial, sans-serif; font-size:16px; text-align:center; white-space:nowrap; color:#fff; }
.buttons-set button.button:hover { background-color: #999796; }
.account-login .buttons-set button.button { 
    float:right; 

}



.my-account input.input-text { padding:5px; }
.my-account select { height:26px; }
.my-account p { text-align: left; }
.form-list .name-prefix { width:95px; }
.form-list .name-prefix select {*margin-top:1px;}
.icon-newsletter {
    width:98px;
    height:91px;
    float:left;
    margin-right:20px;
    margin-bottom:15px;
    background:url(/skin/frontend/alfaromeo/default/images/icon-newsletter.png) 0 no-repeat;
}
.message-newsletter {
    font-size:18px;
    color:#333;
    text-transform: uppercase;
    line-height: 15px;
    position:relative;
    height:91px;
    margin-left: 130px;
    width:65%
}
.box-nl {
    float:left;
    margin-left: 15px;
}
.box-nl .box-nl-title {
    font-family: HelveticaNeueLTStd-BdCn, Helvetica, Arial, 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: HelveticaNeueLTStd-BdCn, Helvetica, Arial, sans-serif;
}
.message-newsletter .nl-title {
    font-size:17px;
    margin-bottom: 12px;
    display:block;
}
.message-newsletter .nl-subtitle {
    font-size:13px;
    color:#666;
}

.message-newsletter2 {
    clear:both;
    font-size:12px;
    color:#333;
    border-top:1px solid #CCC;
    padding-top:5px;
}
.message-newsletter2 ul {
    list-style: disc;
    list-style-position: inside;
}
/** CUSTOMER ACCOUNT **/
.my-account .col-1, .my-account .box-info .col-2,
.my-account .order-info-box .col-2 {
    float:left;
    width:370px;
}

.my-account .order-info{background-color: #1c3472}

.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:10px; min-height: 105px; background:#ffffff; border: solid #ebebeb 6px}
.my-account .col-1 .item { padding:10px; min-height: 105px; background:#ffffff; border: solid #ebebeb 6px}
.dashboard .welcome-msg { color:#333; }
.dashboard .box-head a { color:#333;  float:right; margin-right:10px; }
.dashboard .col-1 .box .box-content,
.dashboard  .box .box-content { color:#333; }
.dashboard .box a { text-transform: lowercase; color:#333; }
.dashboard .box .box-title h4, 
.dashboard .box .box-title h3,
.order-info-box h2 { font-family:Arial,Helvetica, sans-serif; font-size:15px; }
.item-options dt, .item-options dd { float: left; margin-right: 10px; font-style: normal; color:#B3B3B3; padding:0; }
.dashboard .box .box-title h3{color:#cc0000}

.box-account .box-head { background:url(/skin/frontend/alfaromeo/default/images/hr2_separator.gif) repeat-x scroll center bottom transparent; }
.box-account .box-head h2,
.box-account .box-head a { padding:5px 0; }

#my-orders-table td a { color: #333; }
#my-orders-table tbody tr td { border-bottom: 1px solid #CCC   !important; color:#999; padding:7px; }

#my-orders-table .price {color:#333;text-align: right}

.my-account .fieldset,
.forgot-pwd .fieldset,
.send-friend .fieldset {
    background: none;
    border:none;
    margin:0;
    padding:0;
    float: left;
}
.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-weight: bold;text-transform: uppercase;color:#000}

.my-account .fieldset .control {
    clear:both;
}
.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 Arial,Helvetica,sans-serif;
    height: 19px;
    padding: 5px 25px;
    text-align: center;
    white-space: nowrap;
    text-decoration: none;
}
.my-account .form-list li { width:auto}
.my-account .form-list li.wide input.input-text { width:184px; }
.my-account .control label { text-transform: lowercase; position: relative;top:-2px}
.my-account .my-address-link { float:right; color:#333; }
.my-account .address-block { float:left; width:370px; }
.my-account .address-block .col-1 { margin-bottom: 10px; }
.my-account .address-block h2 { color:#333; }
.my-account .address-block h3 { color:#999; margin-bottom: 15px; }
.my-account .address-block .col-2 { background-color: #fff; }
.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}
/** WISHLIST    **/
.my-wishlist .buttons-set { margin:0; padding:0; }
.my-wishlist .buttons-set2 button.button { float:none; }
#wishlist-table .price-box { margin:0; }
#wishlist-table button.button span { font-size:13px; /*padding:5px 10px;*/ }
#wishlist-table .btn-remove2 { margin-top:5px; }
#wishlist-table { margin-bottom:20px; }
#wishlist-table .product-name { /*font-weight: bold;*/ font-size:10px; }
#wishlist-table .buttons-set .btn-cart{
    background:black;
    border: 3px solid #333333;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 13px;
    /*padding-right: 20px;*/
    text-transform: uppercase;
}

.my-wishlist td.item-separator  {
    background:url(/skin/frontend/alfaromeo/default/images/wishlist-separator.png) 0 repeat-x;
    padding:0;
}

/** CART    **/
.interested-to {
    clear:both;
    margin-bottom:60px !important;
    font-size:12px;
}
.messages li.empty-cart-msg { text-transform: uppercase; font-family: HelveticaNeueLTStd-BdCn, Helvetica, Arial, sans-serif; }
.cart-table .product-name .options .label { font-weight: normal; }
.cart-item-code {
    color:#b3b3b3;
    font-weight: normal;
}
.cart-item-code label {
    font-size:11px;
    text-transform: lowercase;
}
.cart-table .cart-price span.price { color:#333; }
.cart-item-link-edit {
    color:#666;
    font-weight: normal;
}
.cart-table .cart-item-link-edit a {
    text-decoration: underline;
    text-transform: lowercase;
    font-size:11px;
}
.mini-cart .cart-options { cursor: default; }
.mini-cart .cart-options .value { text-transform: none; }
.mini-cart .summary .button { border: 2px solid #000000; text-transform:uppercase; float: right; width: 100%; }

.cart-table .cart-item-link-edit a:hover {color:#f60;}

.cart-table caption, .cart-table th, .cart-table td { vertical-align: middle; }
.cart-table .cart-items-separator {
    padding:2px;
    background:url(/skin/frontend/alfaromeo/default/images/hr1_separator.gif) 0 repeat-x;
}
.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:12px;
    padding:0;
}
.cart-table label.button {
    text-transform: uppercase;
    font-size:13px;
    padding-right:15px;
    color:#9a9a9a;
    font-weight: bold;
}
.cart-table thead th { color:#525252; font-size:13px; }
.discount-form label {
    float:left;
    margin:3px 0;
    width:90px;
}
.cart .discount .input-box {
    margin:0;
    float:left;
    border:1px solid #CCC;
    width:95%;
    padding:3px;
}
.cart .discount input.input-text {
    width:70%;
    border:0;
    box-shadow:none;
}
.cart .discount .discount-form label { display:none; }

.cart-total-price .price-subtotal-box strong, 
.cart-total-price .price-total-box strong {
    
    color:#000;
}
.cart-total-price .price { float:right; margin-left:5px; font-size:14px;  color:#000; }
.cart-vat-disclaimer {margin: 0 0 10px 20px;}
.discount .discount-form {}
.discount-form .input-box button.button-discount {
    border:0;
    background: none repeat scroll 0 0 transparent;
    text-transform: uppercase;
    float:right;
    cursor:pointer;
    margin-right:5px;
    color:#000;
    font-family:  HelveticaNeueLTPro-Roman, Helvetica, Arial, sans-serif;
    line-height:24px;
}
.input-box button.button-discount span { background: #fff; }
.input-box button.button-discount:hover span {color:#c00;}
.input-box button.button-discount img {margin-top:7px;}
input.input-text:focus, select:focus, textarea:focus { background: none repeat scroll 0 0 transparent; }
button.btn-proceed-checkout { 
    /*background:#ff6501; height:40px; width:120px;*/
    background: none repeat scroll 0 0 #cc0001;
    border: 2px solid #000;
    padding:0 50px;
}

button.btn-proceed-checkout:hover {background: #ddd;}
button.btn-proceed-checkout:hover span {color:#000;}
/*button.btn-proceed-checkout:hover {background:#333;}*/
button.btn-proceed-checkout span { margin-top:3px; text-transform: uppercase; }
.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; }
.checkout-onepage-success p { color:#333; }
.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; }
.alternative-header-text { text-align: left; margin-bottom:30px; font-family:  HelveticaNeueLTPro-Roman, Helvetica, Arial, sans-serif;}
.alternative-header-text h2 { font:15px/1.7 HelveticaNeueLTStd-BdCn, Arial, 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:#fff; font-family:  Arial, Helvetica, sans-serif; text-decoration:none; font-family: HelveticaNeueLTStd-BdCn, Helvetica, Arial, sans-serif;text-transform: uppercase;margin-right:20px;}
.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:10px; }
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:100;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:Arial, 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:Arial,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/alfaromeo/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:113px;
    background: url(/skin/frontend/alfaromeo/default/images/category-bg-1.jpg) #9a0000 no-repeat top right; }
.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, Arial, sans-serif;
}

.catalog-category-view .col-left { width:auto; }
.catalog-category-view .col2-left-layout .col-main { width:750px; padding-left: 29px; border-left:1px solid #f1edee; float:left; }

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

.block .block-subtitle {
    padding:3px 5px;
    color:#fff;
    background-color: #BB0102;
    font-size:12px;
    margin-bottom: 15px;
}
#narrow-by-list dt {
    background-color: #666666;
    padding:3px 5px;
    color:#fff;
}
.block-layered-nav div { padding:0 0 12px 0; }


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

.coupon-send-symbol { color:#d01e1e; font-weight:bold; }
.col1-layout .main, .col3-layout .main , .col2-right-layout .main { padding-top:50px; }
.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;}

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

/** 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;
}
.communication_on_product {
    background-color:#000;
    text-align: center;
    /*height:40px;
    line-height: 40px;*/
    padding:7px;
    color:#fff;
    font-size: 14px;
}
.communication_on_product .communication_on_product_text { 
    margin:0 auto;
    padding:5px;
}
.communication_on_product .communication_on_product_text p { font-size:14px; line-height: 25px; }
.all-purpose-container .item {display:block;float: left;padding:0 20px; display:block; float:left; }

/*.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{display:block;color:black;text-transform: uppercase;font-weight: bold;margin-bottom:30px;}
.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{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
}

.main .main-headline { font-size:16px; border-bottom:1px solid #CCCCCC; margin:10px 0 20px !important; }

.sales-order-view .box-title{color:#cc0000}

.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}
.newsletter-manage-index .col-main,
.wishlist-index-index .col-main,
.sales-order-history .col-main,
body[class*="customer-"] .col-main{padding-left: 12px;border-left: #f6f6f6 solid 1px;min-height:300px;}
.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}
.block .block-content{ width: 160px;}
.block-account .block-content li.current{background:url(/skin/frontend/alfaromeo/default/images/menu-red-arrow.png);background-repeat: no-repeat;background-position: 10px;margin-left: -20px;padding-left: 20px}
.block-account .block-title{background-color: #cc0000}
.my-account .link-reorder{display: none} 
.customer-account-index span.price{color:black}
.customer-account-index .page-title, .customer-account-index .box-head{
    text-transform: uppercase;
}
.customer-account-index .col2-set:nth-child(4) h3{
    text-transform: uppercase;
    color:#999999   
}

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

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

.input-box input{
    box-shadow: 0px 1px 2px 0px #ccc inset;
    border: #ccc solid 1px;
}
.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 .fields{
    width: 360px;
    float: left;
    padding-top: 0;
}

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

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

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

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

.login-information{background: #f6f6f6;padding:10px 20px 10px 20px}
.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}

.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
}
.customer-account-forgotpassword h1{
    text-transform: uppercase;
}

.my-account .page-title, .my-account .box-title{ text-transform: uppercase }
/*.cms-page-view ul { list-style: disc; }
.cms-page-view ol { list-style: decimal; }*/

.wishlist-index-index .data-table .price-box{width:120px;text-align: center}

.wishlist-index-index .data-table .price-box .regular-price .price{color:#999999}

#bottom-banner{background: url('/skin/frontend/alfaromeo/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, Arial, sans-serif; font-weight: normal;letter-spacing: -0.5px;}
#bottom-banner h1 a{text-decoration: none;font-family: HelveticaNeueLTStd-BdCn, Helvetica, Arial, sans-serif; font-weight: normal;}

#logo-grey{position:absolute;top:0;left:50px}
#logo-double{position:absolute;top:25px;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-login-popup a { color:#CC0000; }
.onestepcheckout-summary span.price { color:#333; }

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


.free-shipping {
    background: url("/skin/frontend/alfaromeo/default/images/tile.jpg") repeat scroll 0 0 transparent;
    color: #666666;
    font-size: 14px;
    margin-bottom: 15px;
    padding: 15px;
    text-align: center;
    text-transform: uppercase;
}

.free-shipping p {
    margin-bottom: 0px;
}

.toolbar.tool-bottom .pager {
    float: right;
}


/*modulo resi*/
/*title*/
.awrma-account .page-title h1 {font:15px/3  Arial, Helvetica, Geneva, sans-serif;color:#000;width:auto;font-weight:bold;border:0;margin-top: -10px;}
.awrma-account .page-title a {line-height:30px;display:block;color:#666;}

/*form*/
.awrma-account .form-list .input-box select {width: 230px;}
.awrma-account .form-list li.wide {float: none; clear: both;}
.awrma-account .form-list li.wide .input-box {width: auto;}

/*table*/
.awrma-account table .product-image {width: 75px;}
.awrma-account table td {padding: 7px;}

/*button*/
.awrma-account .buttons-set p.required {color: #999;}
.awrma-account .awrma-confirm {float: right;}
.awrma-account #awrma-new-submit.disabled span {background: none repeat scroll 0 0 #858482 !important;}
.awrma-account #awrma-new-submit.disabled:hover span {background: none repeat scroll 0 0 #999796 !important;}

/*new2-edit*/
.awrma-account .awrma-items-form {border: 6px solid #EBEBEB }
.awrma-account .awrma-items-form .itemqtytorma {width: auto;}
.awrma-account .awrma-items-form .selector, .awrma-account .awrma-items-form select {display: inline-block;}
.awrma-account .awrma-items-form .selector {width: 200px;}
.awrma-account .awrma-items-form .option-container {font-size: 12px; color: #666;}
.awrma-account .awrma-items-form .option-container label {float: left; width:200px;}
.awrma-account .awrma-items-form .option-container > div {margin-top: 5px;}
.awrma-account .awrma-items-form .option-container textarea {resize: vertical;width: 510px;}
.awrma-account .awrma-items-form .rma-fieldset {border: none;padding: 5px 0;}
.awrma-account .awrma-items-form .rma-qty-chosen {border-top: 1px solid #d9d9d9;color: #cc0000;font-size: 15px;text-transform: uppercase; padding-top: 5px;}
.awrma-account .awrma-items-form .awrma-image {display: inline-block;vertical-align: text-top;}
.awrma-account .awrma-items-form .awrma-image input {display: block;}
.awrma-account .awrma-items-form .awrma-image .recap {border: none;}
.awrma-account .awrma-items-form .awrma-image .thumb-wrapper {display: inline-block;margin-right: 5px;margin-bottom: 20px;margin-top: 5px;position: relative;}
.awrma-account .awrma-items-form .awrma-image .screenshot-image-delete-link {bottom: -17px;left: 30px;position: absolute;}
.awrma-account .awrma-items-form .screenshots-text{font-size: 11px;line-height: 12px;margin-top: 5px;}

/*payment*/
.awrma-account .awrma-paymentmethod-bank, .awrma-account #awrma-shipping-choice {margin: 20px 0px;display: inline-block;}
.awrma-account .payment_title {font-family: HelveticaNeueLTStd-BdCn,Helvetica,Arial,sans-serif;font-size: 16px;color: black;text-transform: uppercase;}
.awrma-account #shipping-methods label {display: inline-block;color: #757575; font-size: 12px;}
.awrma-account .awrma-paymentmethod-bank .form-list .input-box {margin-bottom: 0px;}
.awrma-account .awrma-paymentmethod-bank input {height: 20px;line-height: 20px;padding: 5px;width: 210px;}

.awrma-account .recap {border: 6px solid #EBEBEB; padding: 10px; width: 370px;}
.awrma-account .recap h2 {color: #cc0000;font-size: 15px;text-transform: uppercase;font-family: Arial,Helvetica,sans-serif;}
.awrma-account .pager {float: none; margin: 5px 0px;}

/*totals*/
.awrma-account .totals {border-top: 1px solid #DEDEDE;}
.awrma-account .totals > div {padding: 1px 0px;}
.awrma-account .totals, .awrma-account .totals span.price {color: #333;font-size: 12px;text-align: right;}
.awrma-account .totals .value {display: inline-block;min-width: 110px; float: right;}
.awrma-account .total-refund {font-weight: bold;}

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

.awrma-customer-rma-list .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-new .wrapper .main-container .main .main-headline,
.awrma-customer-rma-new2 .wrapper .main-container .main .main-headline,
.awrma-customer-rma-view .wrapper .main-container .main .main-headline{
    display: block;
}

.awrma-customer-rma-list .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-new .col-left.sidebar .block-title,
.awrma-customer-rma-new2 .col-left.sidebar .block-title,
.newsletter-manage-index .col-left.sidebar .block-title,
.awrma-customer-rma-view .col-left.sidebar .block-title {
    padding: 3px 5px;
}

.awrma-customer-rma-new .form-list li, .awrma-guest-rma-new .form-list li {float: none;}


/*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 .quick-access .links a.top-link-newsletter,
.valyou-index-test .header .quick-access .links .separator,
.valyou-index-test .header .quick-access .links .links a[title~=Login] {
    display: none;
}


/*Footer*/
.valyou-index-test #bottom-banner {
    display: none;
}

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

.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;
}

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

.account-create .input-box .radio-wrapper {
    float: right;
}

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

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

.account-create .agreement .form-list {
    overflow: auto;
}

.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 .main.over {
    z-index: 2;
}/*!
 * jQuery UI CSS Framework 1.8.19
 *
 * Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Theming/API
 */

/* Layout helpers
----------------------------------*/
.ui-helper-hidden { display: none; }
.ui-helper-hidden-accessible { position: absolute !important; clip: rect(1px 1px 1px 1px); clip: rect(1px,1px,1px,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; }
.ui-helper-clearfix:after { clear: both; }
.ui-helper-clearfix { zoom: 1; }
.ui-helper-zfix { width: 100%; height: 100%; top: 0; left: 0; position: absolute; opacity: 0; filter:Alpha(Opacity=0); }


/* 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: absolute; top: 0; left: 0; width: 100%; height: 100%; }


/*!
 * jQuery UI CSS Framework 1.8.19
 *
 * Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Theming/API
 *
 * To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Lucida%20Grande,%20Lucida%20Sans,%20Arial,%20sans-serif&fwDefault=bold&fsDefault=1.1em&cornerRadius=6px&bgColorHeader=deedf7&bgTextureHeader=03_highlight_soft.png&bgImgOpacityHeader=100&borderColorHeader=aed0ea&fcHeader=222222&iconColorHeader=72a7cf&bgColorContent=f2f5f7&bgTextureContent=04_highlight_hard.png&bgImgOpacityContent=100&borderColorContent=dddddd&fcContent=362b36&iconColorContent=72a7cf&bgColorDefault=d7ebf9&bgTextureDefault=02_glass.png&bgImgOpacityDefault=80&borderColorDefault=aed0ea&fcDefault=2779aa&iconColorDefault=3d80b3&bgColorHover=e4f1fb&bgTextureHover=02_glass.png&bgImgOpacityHover=100&borderColorHover=74b2e2&fcHover=0070a3&iconColorHover=2694e8&bgColorActive=3baae3&bgTextureActive=02_glass.png&bgImgOpacityActive=50&borderColorActive=2694e8&fcActive=ffffff&iconColorActive=ffffff&bgColorHighlight=ffef8f&bgTextureHighlight=03_highlight_soft.png&bgImgOpacityHighlight=25&borderColorHighlight=f9dd34&fcHighlight=363636&iconColorHighlight=2e83ff&bgColorError=cd0a0a&bgTextureError=01_flat.png&bgImgOpacityError=15&borderColorError=cd0a0a&fcError=ffffff&iconColorError=ffffff&bgColorOverlay=eeeeee&bgTextureOverlay=08_diagonals_thick.png&bgImgOpacityOverlay=90&opacityOverlay=80&bgColorShadow=000000&bgTextureShadow=04_highlight_hard.png&bgImgOpacityShadow=70&opacityShadow=30&thicknessShadow=7px&offsetTopShadow=-7px&offsetLeftShadow=-7px&cornerRadiusShadow=8px
 */


/* Component containers
----------------------------------*/
.ui-widget { font-family: Lucida Grande, Lucida Sans, Arial, sans-serif; font-size: 1.1em; }
.ui-widget .ui-widget { font-size: 1em; }
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button { font-family: Lucida Grande, Lucida Sans, Arial, sans-serif; font-size: 1em; }
.ui-widget-content { border: 1px solid #dddddd; background: #f2f5f7 url(/skin/frontend/alfaromeo/default/css/ui/images/ui-bg_highlight-hard_100_f2f5f7_1x100.png) 50% top repeat-x; color: #362b36; }
.ui-widget-content a { color: #362b36; }
.ui-widget-header { border: 1px solid #aed0ea; background: #deedf7 url(/skin/frontend/alfaromeo/default/css/ui/images/ui-bg_highlight-soft_100_deedf7_1x100.png) 50% 50% repeat-x; color: #222222; font-weight: bold; }
.ui-widget-header a { color: #222222; }

/* Interaction states
----------------------------------*/
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default { border: 1px solid #aed0ea; background: #d7ebf9 url(/skin/frontend/alfaromeo/default/css/ui/images/ui-bg_glass_80_d7ebf9_1x400.png) 50% 50% repeat-x; font-weight: bold; color: #2779aa; }
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited { color: #2779aa; 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 { }
.ui-state-hover a, .ui-state-hover a:hover { text-decoration: none; }
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active { border: 1px solid #2694e8; background: #3baae3 url(/skin/frontend/alfaromeo/default/css/ui/images/ui-bg_glass_50_3baae3_1x400.png) 50% 50% repeat-x; font-weight: bold; color: #ffffff; }
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited { color: #ffffff; text-decoration: none; }
.ui-widget :active { outline: none; }

/* Interaction Cues
----------------------------------*/
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight  {border: 1px solid #f9dd34; background: #ffef8f url(/skin/frontend/alfaromeo/default/css/ui/images/ui-bg_highlight-soft_25_ffef8f_1x100.png) 50% top repeat-x; color: #363636; }
.ui-state-highlight a, .ui-widget-content .ui-state-highlight a,.ui-widget-header .ui-state-highlight a { color: #363636; }
.ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error {border: 1px solid #cd0a0a; background: #cd0a0a url(/skin/frontend/alfaromeo/default/css/ui/images/ui-bg_flat_15_cd0a0a_40x100.png) 50% 50% repeat-x; color: #ffffff; }
.ui-state-error a, .ui-widget-content .ui-state-error a, .ui-widget-header .ui-state-error a { color: #ffffff; }
.ui-state-error-text, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error-text { color: #ffffff; }
.ui-priority-primary, .ui-widget-content .ui-priority-primary, .ui-widget-header .ui-priority-primary { font-weight: bold; }
.ui-priority-secondary, .ui-widget-content .ui-priority-secondary,  .ui-widget-header .ui-priority-secondary { opacity: .7; filter:Alpha(Opacity=70); font-weight: normal; }
.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled { opacity: .35; filter:Alpha(Opacity=35); background-image: none; }

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

/* states and images */
.ui-icon { width: 16px; height: 16px; background-image: url(/skin/frontend/alfaromeo/default/css/ui/images/ui-icons_72a7cf_256x240.png); }
.ui-widget-content .ui-icon {background-image: url(/skin/frontend/alfaromeo/default/css/ui/images/ui-icons_72a7cf_256x240.png); }
.ui-widget-header .ui-icon {background-image: url(/skin/frontend/alfaromeo/default/css/ui/images/ui-icons_72a7cf_256x240.png); }
.ui-state-default .ui-icon { background-image: url(/skin/frontend/alfaromeo/default/css/ui/images/ui-icons_3d80b3_256x240.png); }
.ui-state-hover .ui-icon, .ui-state-focus .ui-icon {background-image: url(/skin/frontend/alfaromeo/default/css/ui/images/ui-icons_2694e8_256x240.png); }
.ui-state-active .ui-icon {background-image: url(/skin/frontend/alfaromeo/default/css/ui/images/ui-icons_ffffff_256x240.png); }
.ui-state-highlight .ui-icon {background-image: url(/skin/frontend/alfaromeo/default/css/ui/images/ui-icons_2e83ff_256x240.png); }
.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {background-image: url(/skin/frontend/alfaromeo/default/css/ui/images/ui-icons_ffffff_256x240.png); }

/* positioning */
.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-off { background-position: -96px -144px; }
.ui-icon-radio-on { 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 { -moz-border-radius-topleft: 6px; -webkit-border-top-left-radius: 6px; -khtml-border-top-left-radius: 6px; border-top-left-radius: 6px; }
.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr { -moz-border-radius-topright: 6px; -webkit-border-top-right-radius: 6px; -khtml-border-top-right-radius: 6px; border-top-right-radius: 6px; }
.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl { -moz-border-radius-bottomleft: 6px; -webkit-border-bottom-left-radius: 6px; -khtml-border-bottom-left-radius: 6px; border-bottom-left-radius: 6px; }
.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br { -moz-border-radius-bottomright: 6px; -webkit-border-bottom-right-radius: 6px; -khtml-border-bottom-right-radius: 6px; border-bottom-right-radius: 6px; }

/* Overlays */
.ui-widget-overlay { background: #eeeeee url(/skin/frontend/alfaromeo/default/css/ui/images/ui-bg_diagonals-thick_90_eeeeee_40x40.png) 50% 50% repeat; opacity: .80;filter:Alpha(Opacity=80); }
.ui-widget-shadow { margin: -7px 0 0 -7px; padding: 7px; background: #000000 url(/skin/frontend/alfaromeo/default/css/ui/images/ui-bg_highlight-hard_70_000000_1x100.png) 50% top repeat-x; opacity: .30;filter:Alpha(Opacity=30); -moz-border-radius: 8px; -khtml-border-radius: 8px; -webkit-border-radius: 8px; border-radius: 8px; }

.ui-dialog {position:absolute;overflow:hidden;padding:30px;height:500px;}
.ui-dialog-titlebar-close {float:right;}
.ui-widget-header  .ui-icon-closethick {background:url(/skin/frontend/alfaromeo/default/images/sprites.png) no-repeat -25px 0;width:15px;height:15px;}
.ui-dialog-content	{text-align:left;text-transform:none;font-family:Helvetica, Arial, sans-serif !important; }/*!
 * jQuery UI Tabs 1.8.19
 *
 * Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Tabs#theming
*/
.ui-tabs { position: relative; padding: 0; zoom: 1; } /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
.ui-tabs .ui-tabs-nav { margin: 0; padding: 0; }
.ui-tabs .ui-tabs-nav li { list-style: none; float: left; position: relative; top: 1px; margin: 0 .2em 1px 0; 
                           padding: 0; white-space: nowrap; border-bottom:1px solid #fff; }
.ui-tabs .ui-tabs-nav li a { float: left; padding: .5em 1em; text-decoration: none; }
.ui-tabs .ui-tabs-nav li.ui-tabs-selected { margin-bottom: 0; padding-bottom: 1px; }
.ui-tabs .ui-tabs-nav li.ui-tabs-selected a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-state-processing a { cursor: text; }
.ui-tabs .ui-tabs-nav li a, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a { cursor: pointer; } /* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
.ui-tabs .ui-tabs-panel { display: block; border-width: 0; padding: 1em 1.4em; background: none; }
.ui-tabs .ui-tabs-panel { border-left:1px solid #DDD; border-right:1px solid #DDD; border-bottom:1px solid #DDD; }
.ui-tabs .ui-tabs-hide { display: none !important; }

/** OVERRIDE core.css **/
.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl { -moz-border-radius-topleft: 0; -webkit-border-top-left-radius: 0; -khtml-border-top-left-radius: 0; border-top-left-radius: 0; }
.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr { -moz-border-radius-topright: 0; -webkit-border-top-right-radius: 0; -khtml-border-top-right-radius: 0; border-top-right-radius: 0; }
.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl { -moz-border-radius-bottomleft: 0; -webkit-border-bottom-left-radius: 0; -khtml-border-bottom-left-radius: 0; border-bottom-left-radius: 0; }
.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br { -moz-border-radius-bottomright: 0; -webkit-border-bottom-right-radius: 0; -khtml-border-bottom-right-radius: 0; border-bottom-right-radius: 0; }
.ui-widget-content {
    border:0;
    background: white;
	font-family: 'NovecentowideNormalRegular', Arial, Geneva, sans-serif;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default { 
    border: none; background: none; font-weight: normal; color: #333; font-size:12px; 
    text-transform: uppercase;}
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited { 
    color: #666; text-decoration: none; }
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active { 
    border:none; background: none;
    border-top: 1px solid #DDD; border-left: 1px solid #DDD; border-right: 1px solid #DDD; border-bottom: 1px solid #FFF; */
    font-weight: normal; color: #333; }
.ui-widget-header { border:none; 
                    border-bottom:1px solid #DDD;
                   color: #333; font-weight: normal; background: none;}
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited { color:#000; }
.ui-dialog .ui-widget-header {border:none;}
/* 
    Document   : filterutils.css
    Created on : 31-gen-2014, 16.29.16
    Author     : andrea
    Description:
        Purpose of the stylesheet follows.
*/



img.filter_collapse{
    padding:0; 
    width: 12px
}

ol.filter_collapse{
    margin:-22px 0 0 14px
}

li.filter_collapse{
   
}