/*!
 * jQuery UI CSS Framework 1.8.20
 *
 * 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 http://cdn2.yoox.biz/yoox10/jquery-ui-mod_dark */
.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 Resizable 1.8.20
 *
 * 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/Resizable#theming
 */
.ui-resizable { position: relative;}
.ui-resizable-handle { position: absolute;font-size: 0.1px; display: block; }
.ui-resizable-disabled .ui-resizable-handle, .ui-resizable-autohide .ui-resizable-handle { display: none; }
.ui-resizable-n { cursor: n-resize; height: 7px; width: 100%; top: -5px; left: 0; }
.ui-resizable-s { cursor: s-resize; height: 7px; width: 100%; bottom: -5px; left: 0; }
.ui-resizable-e { cursor: e-resize; width: 7px; right: -5px; top: 0; height: 100%; }
.ui-resizable-w { cursor: w-resize; width: 7px; left: -5px; top: 0; height: 100%; }
.ui-resizable-se { cursor: se-resize; width: 12px; height: 12px; right: 1px; bottom: 1px; }
.ui-resizable-sw { cursor: sw-resize; width: 9px; height: 9px; left: -5px; bottom: -5px; }
.ui-resizable-nw { cursor: nw-resize; width: 9px; height: 9px; left: -5px; top: -5px; }
.ui-resizable-ne { cursor: ne-resize; width: 9px; height: 9px; right: -5px; top: -5px;}
/*!
 * jQuery UI Selectable 1.8.20
 *
 * 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/Selectable#theming
 */
.ui-selectable-helper { position: absolute; z-index: 100; border:1px dotted black; }
/*!
 * jQuery UI Accordion 1.8.20
 *
 * 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/Accordion#theming
 */
/* IE/Win - Fix animation bug - #4615 */
.ui-accordion { width: 100%; }
.ui-accordion .ui-accordion-header { cursor: pointer; position: relative; margin-top: 1px; zoom: 1; }
.ui-accordion .ui-accordion-li-fix { display: inline; }
.ui-accordion .ui-accordion-header-active { border-bottom: 0 !important; }
.ui-accordion .ui-accordion-header a { display: block; font-size: 1em; padding: .5em .5em .5em .7em; }
.ui-accordion-icons .ui-accordion-header a { padding-left: 2.2em; }
.ui-accordion .ui-accordion-header .ui-icon { position: absolute; left: .5em; top: 50%; margin-top: -8px; }
.ui-accordion .ui-accordion-content { padding: 1em 2.2em; border-top: 0; margin-top: -2px; position: relative; top: 1px; margin-bottom: 2px; overflow: auto; display: none; zoom: 1; }
.ui-accordion .ui-accordion-content-active { display: block; }
/*!
 * jQuery UI Autocomplete 1.8.20
 *
 * 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/Autocomplete#theming
 */
.ui-autocomplete { position: absolute; cursor: default; }	

/* workarounds */
* html .ui-autocomplete { width:1px; } /* without this, the menu expands to 100% in IE6 */

/*
 * jQuery UI Menu 1.8.20
 *
 * Copyright 2010, 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/Menu#theming
 */
.ui-menu {
	list-style:none;
	padding: 2px;
	margin: 0;
	display:block;
	float: left;
}
.ui-menu .ui-menu {
	margin-top: -3px;
}
.ui-menu .ui-menu-item {
	margin:0;
	padding: 0;
	zoom: 1;
	float: left;
	clear: left;
	width: 100%;
}
.ui-menu .ui-menu-item a {
	text-decoration:none;
	display:block;
	padding:.2em .4em;
	line-height:1.5;
	zoom:1;
}
.ui-menu .ui-menu-item a.ui-state-hover,
.ui-menu .ui-menu-item a.ui-state-active {
	font-weight: normal;
	margin: -1px;
}
/*!
 * jQuery UI Button 1.8.20
 *
 * 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/Button#theming
 */
.ui-button { display: inline-block; position: relative; padding: 0; margin-right: .1em; text-decoration: none !important; cursor: pointer; text-align: center; zoom: 1; overflow: visible; } /* the overflow property removes extra width in IE */
.ui-button-icon-only { width: 2.2em; } /* to make room for the icon, a width needs to be set here */
button.ui-button-icon-only { width: 2.4em; } /* button elements seem to need a little more width */
.ui-button-icons-only { width: 3.4em; } 
button.ui-button-icons-only { width: 3.7em; } 

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

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

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

/* workarounds */
button.ui-button::-moz-focus-inner { border: 0; padding: 0; } /* reset extra padding in Firefox */
/*!
 * jQuery UI Dialog 1.8.20
 *
 * 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/Dialog#theming
 */
.ui-dialog {
    position: absolute;
    border: 5px solid #dfdfdf;
    width: 300px;
    overflow: hidden;
}

    .ui-dialog .ui-dialog-titlebar {
        position: relative;
        height: auto !important;
        height: 25px;
        min-height: 25px;
    }

    .ui-dialog .ui-dialog-title {
        float: left;
        font-size: 1.4em;
        line-height: 1.2em;
        color: #333;
        margin: .1em 16px .1em 0;
        padding: 25px 20px 20px 20px;
    }

    .ui-dialog .ui-dialog-titlebar-close {
        position: absolute;
        right: .3em;
        top: .3em;
        width: 19px;
        height: 18px;
        background-color: #FFF;
        z-index: 1;
    }

        .ui-dialog .ui-dialog-titlebar-close span {
            display: block;
            margin: 1px;
        }

        .ui-dialog .ui-dialog-titlebar-close:hover, .ui-dialog .ui-dialog-titlebar-close:focus {
            padding: 0;
        }

    .ui-dialog .ui-dialog-content {
        font-size: 1.1em;
        line-height: 1.2em;
        position: relative;
        border: 0;
        padding: 15px 20px;
        background: none;
        overflow: auto;
        zoom: 1;
    }

    .ui-dialog .ui-dialog-buttonpane {
        text-align: left;
        border-width: 1px 0 0 0;
        background-image: none;
        margin: .5em 0 0 0;
        padding: .3em 1em .5em .4em;
    }

        .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
            float: right;
        }

        .ui-dialog .ui-dialog-buttonpane button {
            margin: .5em .4em .5em 0;
            cursor: pointer;
        }

    .ui-dialog .ui-resizable-se {
        width: 14px;
        height: 14px;
        right: 3px;
        bottom: 3px;
    }

.ui-draggable .ui-dialog-titlebar {
    cursor: move;
}


.confirmLayer {
    border: none;
    overflow: hidden;
}

    .confirmLayer.horizontalLayer {
    }

    .confirmLayer .ui-dialog-titlebar {
        text-align: center;
    }

    .confirmLayer.horizontalLayer .ui-dialog-content,
    .confirmLayer.horizontalLayer .ui-dialog-titlebar {
        width: 50% !important;
        float: left;
        display: inline;
        position: static;
        height: auto !important;
        height: 50px;
        min-height: 50px;
    }

    .confirmLayer .ui-dialog-title {
        padding: 0;
        width: 90%;
        padding: 10% 5% 20%;
        margin: 0;
    }

    .confirmLayer.horizontalLayer .ui-dialog-title {
        padding: 5% 5% 0;
    }

    .confirmLayer .ui-dialog-content {
        padding: 15px 0px;
    }

        .confirmLayer .ui-dialog-content .buttons {
            text-align: center;
        }

    .confirmLayer.verticalLayer .ui-dialog-content .buttons {
        bottom: 20%;
        position: absolute;
        width: 100%;
    }

    .confirmLayer .ui-dialog-content .editor-button {
        margin: 0;
        float: none;
    }




/* GENERIC CONFIRM LAYER */
.confirm-layer {
    border: none;
    overflow: hidden;
}

    .confirm-layer .ui-dialog-content .editor-button {
        margin: 0;
        float: none;
    }

    .confirm-layer .ui-dialog-titlebar {
        height: auto !important;
        min-height: 15px;
        z-index: 1;
        text-align: center;
    }

    .confirm-layer .ui-dialog-title {
        padding: 0;
        width: 100%;
        margin: 0;
        line-height: normal;
    }

    .confirm-layer .ui-dialog-content {
        padding: 0;
    }

        .confirm-layer .ui-dialog-content .buttons {
            text-align: center;
        }

        .confirm-layer .ui-dialog-content .editor-button {
            margin: 0;
            float: none;
        }

    .confirm-layer .ui-widget-overlay {
        opacity: 0.5;
    }

.confirm-layer {
    border: 5px solid #a7a7a7;
}

    .confirm-layer .ui-widget-header, .confirm-layer .ui-widget-content, .confirm-layer .ui-widget-content {
        background: none repeat scroll 0 0 #ffffff;
    }

    .confirm-layer .ui-dialog-titlebar-close {
        height: 21px;
        right: 5px;
        top: 5px;
        width: 21px;
    }

        .confirm-layer .ui-dialog-titlebar-close span {
            background: url("https://media.yoox.biz/yoox14/closeLayerIconTransparent.png?2") no-repeat scroll center center rgba(0, 0, 0, 0);
            display: block;
            height: 21px;
            margin: 0;
            width: 21px;
        }

    /* Horizontal */
    .confirm-layer.horizontalLayer {
        display: table !important;
    }

        .confirm-layer.horizontalLayer .ui-dialog-content,
        .confirm-layer.horizontalLayer .ui-dialog-titlebar {
            width: 50% !important;
            display: table-cell !important;
            position: static;
            height: auto !important;
            vertical-align: middle;
        }


    /* Vertical */
    .confirm-layer.verticalLayer .ui-dialog-title {
        padding: 40px 0 0;
    }

    .confirm-layer.verticalLayer .ui-dialog-content .buttons {
        bottom: 20%;
        position: absolute;
        width: 100%;
    }
/*!
 * jQuery UI Slider 1.8.20
 *
 * 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/Slider#theming
 */
.ui-slider { position: relative; text-align: left; }
.ui-slider .ui-slider-handle { position: absolute; z-index: 2; width: 1.2em; height: 1.2em; cursor: default; }
.ui-slider .ui-slider-range { position: absolute; z-index: 1; font-size: .7em; display: block; border: 0; background-position: 0 0; }

.ui-slider-horizontal { height: .8em; }
.ui-slider-horizontal .ui-slider-handle { top: -.3em; margin-left: -.6em; }
.ui-slider-horizontal .ui-slider-range { top: 0; height: 100%; }
.ui-slider-horizontal .ui-slider-range-min { left: 0; }
.ui-slider-horizontal .ui-slider-range-max { right: 0; }

.ui-slider-vertical { width: .8em; height: 100px; }
.ui-slider-vertical .ui-slider-handle { left: -.3em; margin-left: 0; margin-bottom: -.6em; }
.ui-slider-vertical .ui-slider-range { left: 0; width: 100%; }
.ui-slider-vertical .ui-slider-range-min { bottom: 0; }
.ui-slider-vertical .ui-slider-range-max { top: 0; }
/*!
 * jQuery UI Tabs 1.8.20
 *
 * 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: .2em; 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: .2em .2em 0; }
.ui-tabs .ui-tabs-nav li { list-style: none; float: left; position: relative; top: 1px; margin: 0 .2em 1px 0; border-bottom: 0 !important; padding: 0; white-space: nowrap; }
.ui-tabs .ui-tabs-nav li a { float: left; padding: .5em 1em; text-decoration: none; }
.ui-tabs .ui-tabs-nav li.ui-tabs-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-hide { display: none !important; }
/*!
 * jQuery UI Datepicker 1.8.20
 *
 * 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/Datepicker#theming
 */
.ui-datepicker { width: 17em; padding: .2em .2em 0; display: none; }
.ui-datepicker .ui-datepicker-header { position:relative; padding:.2em 0; }
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next { position:absolute; top: 2px; width: 1.8em; height: 1.8em; }
.ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover { top: 1px; }
.ui-datepicker .ui-datepicker-prev { left:2px; }
.ui-datepicker .ui-datepicker-next { right:2px; }
.ui-datepicker .ui-datepicker-prev-hover { left:1px; }
.ui-datepicker .ui-datepicker-next-hover { right:1px; }
.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span { display: block; position: absolute; left: 50%; margin-left: -8px; top: 50%; margin-top: -8px;  }
.ui-datepicker .ui-datepicker-title { margin: 0 2.3em; line-height: 1.8em; text-align: center; }
.ui-datepicker .ui-datepicker-title select { font-size:1em; margin:1px 0; }
.ui-datepicker select.ui-datepicker-month-year {width: 100%;}
.ui-datepicker select.ui-datepicker-month, 
.ui-datepicker select.ui-datepicker-year { width: 49%;}
.ui-datepicker table {width: 100%; font-size: .9em; border-collapse: collapse; margin:0 0 .4em; }
.ui-datepicker th { padding: .7em .3em; text-align: center; border: 0; font-size: 13px; font-weight: normal; text-align: center; }
.ui-datepicker td { border: 0; padding: 1px; }
.ui-datepicker td span, .ui-datepicker td a { display: block; padding: .2em; text-align: right; text-decoration: none; }
.ui-datepicker .ui-datepicker-buttonpane { background-image: none; margin: .7em 0 0 0; padding:0 .2em; border-left: 0; border-right: 0; border-bottom: 0; }
.ui-datepicker .ui-datepicker-buttonpane button { float: right; margin: .5em .2em .4em; cursor: pointer; padding: .2em .6em .3em .6em; width:auto; overflow:visible; }
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current { float:left; }

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

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

/* IE6 IFRAME FIX (taken from datepicker 1.5.3 */
.ui-datepicker-cover {
    display: none; /*sorry for IE5*/
    display/**/: block; /*sorry for IE5*/
    position: absolute; /*must have*/
    z-index: -1; /*must have*/
    filter: mask(); /*must have*/
    top: -4px; /*must have*/
    left: -4px; /*must have*/
    width: 200px; /*must have*/
    height: 200px; /*must have*/
}
/*!
 * jQuery UI Progressbar 1.8.20
 *
 * 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/Progressbar#theming
 */
.ui-progressbar { height:2em; text-align: left; overflow: hidden; }
.ui-progressbar .ui-progressbar-value {margin: -1px; height:100%; }
/* Component containers
----------------------------------*/
.ui-widget { font-size: 1.0em; }
.ui-widget .ui-widget { font-size: 1em; }
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button { font-size: 1em; }
.ui-widget-content { background: #f9f9f9; color: #333; }
.ui-widget-header { background: #eee url("http://cdn2.yoox.biz/yoox10/shared/bgHeaderLayer.jpg") repeat; color: #333; font-weight: bold; }

/* Interaction states
----------------------------------*/
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default { border: 1px solid #1c1c1c; background: #222222; font-weight: normal; color: #b4b4b4; }
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited { color: #b4b4b4; 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 { background: #ddd; font-weight: normal; color: #ffffff; }
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active { border: 1px solid #3e3e3e; background: #3e3e3e; font-weight: normal; color: #b4b4b4; }
.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 #c9c9c9; background: #dedede; color: #454545; }
.ui-state-highlight a, .ui-widget-content .ui-state-highlight a,.ui-widget-header .ui-state-highlight a { color: #454545; }
.ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error {border: 1px solid #e30020; background: #f9f9f9; color: #e30020; }
.ui-state-error a, .ui-widget-content .ui-state-error a, .ui-widget-header .ui-state-error a { color: #e30020; }
.ui-state-error-text, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error-text { color: #e30020; }
.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 http://cdn2.yoox.biz/yoox10/jquery-ui-mod_dark */
.ui-icon { width: 16px; height: 16px; background-image: url("http://cdn2.yoox.biz/yoox10/jquery-ui-mod_dark/ui-icons_b4b4b4_256x240.png"); }
.ui-widget-content .ui-icon {background-image: url("http://cdn2.yoox.biz/yoox10/jquery-ui-mod_dark/ui-icons_b4b4b4_256x240.png"); }
.ui-widget-header .ui-icon {background-image: url("http://cdn2.yoox.biz/yoox10/jquery-ui-mod_dark/ui-icons_6a6a6a_256x240.png"); }
.ui-state-default .ui-icon { background-image: url("http://cdn2.yoox.biz/yoox10/jquery-ui-mod_dark/ui-icons_b4b4b4_256x240.png"); }
.ui-state-hover .ui-icon, .ui-state-focus .ui-icon {background-image: url("http://cdn2.yoox.biz/yoox10/jquery-ui-mod_dark/ui-icons_454545_256x240.png"); }
.ui-state-active .ui-icon {background-image: url("http://cdn2.yoox.biz/yoox10/jquery-ui-mod_dark/ui-icons_454545_256x240.png"); }
.ui-state-highlight .ui-icon {background-image: url("http://cdn2.yoox.biz/yoox10/jquery-ui-mod_dark/ui-icons_454545_256x240.png"); }
.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {background-image: url("http://cdn2.yoox.biz/yoox10/jquery-ui-mod_dark/ui-icons_e30020_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
----------------------------------*/

/* Overlays */
.ui-widget-overlay { background: #6f6f6f url("http://cdn2.yoox.biz/yoox10/jquery-ui-mod_dark/ui-bg_dots-small_20_6f6f6f_2x2.png") 50% 50% repeat; opacity: .60;filter:Alpha(Opacity=60); }
.ui-widget-shadow { margin: 0px 0 0 0px; padding: 1px; background: #000; opacity: .10;filter:Alpha(Opacity=10); -moz-border-radius: 5px; -khtml-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; }
/*!
 * YOOX10 myforms.css
 */

.editor-1cols .editor-col {
    width: 100%;
}

.editor-2cols .editor-col {
    width: 50%;
}

.editor-3cols .editor-col {
    width: 33%;
}

.editor-col {
    float: left;
    display: inline;
}

.myForm {
    padding: 20px;
    background: #FFFDF2;
    margin-bottom: 20px;
}

.editor-row {
    clear: both;
    margin-bottom: 10px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    .editor-row:before, .editor-row:after {
        content: "";
        display: table;
    }

    .editor-row:after {
        clear: both;
    }

.editor-row {
    zoom: 1;
}

.input-field {
    clear: both;
    overflow: hidden;
}

.editor-separator {
    width: 100%;
    height: 2px;
    clear: both;
    float: none;
    margin: 15px 0;
    border-bottom: 2px dotted #E5E5E5;
}

.editor-left-vertical-separator {
    border-left: 2px dotted #E5E5E5;
    padding-left: 15px;
    overflow: hidden;
    clear: both;
}

.editor-field {
    position: relative;
    margin-bottom: 10px;
}

/** LABELS **/
.title-section {
    color: #000;
    line-height: normal;
    margin-bottom: 5px;
}

.superstar .title-section {
    color: #444;
}

.editor-label {
    height: 26px;
    line-height: 26px;
    font-size: 1.35em;
}

    .editor-label.checkboxLabel {
        color: #909090;
        font-size: 1.2em;
    }

.editor-sublabel {
    font-weight: normal;
    font-size: 0.8em;
}

/** INPUT BOX **/
.editor-input .text-box,
.editor-input .text {
    color: #666666;
    margin-top: 3px;
    padding: 0 3px;
    border: 1px solid #E1DCBF;
    height: 26px;
    line-height: 26px;
    vertical-align: middle;
    width: 250px;
    -webkit-appearance: none;
    -webkit-border-radius: 0px;
}

.editor-input.dark .text-box,
.editor-input.dark .text {
    background: #656565;
    color: #B4B4B4;
    border: 1px solid #A09999;
}

input.text, input.text-box, input.email, input.password {
    width: 250px;
    color: #444;
}

.editor-field select {
    width: 250px;
    padding: 7px 0 7px 10px;
}


.text-box.input-validation-error,
.text.input-validation-error,
.form-control.input-validation-error {
    background: url("http://cdn2.yoox.biz/yoox14/ko.gif?_1") no-repeat scroll right center #FFFFFF;
}

.text-box.valid,
.text.valid,
.form-control.valid {
    background: url("http://cdn2.yoox.biz/yoox10/ok.gif") no-repeat scroll right center #FFFFFF;
}

.field-validation-valid,
.field-validation-error {
    height: 30px;
    line-height: 30px;
}

.field-validation-valid {
    color: #262823;
}

.field-validation-error,
.validation-summary-errors {
    color: #FF0000;
    position: absolute;
    left: 0;
    top: 32px;
    width: auto;
    height: auto;
    white-space: nowrap;
    padding: 0 2px;
    background-color: transparent;
    font-style: normal;
    font-size: 1.1em;
    line-height: 1.3em;
}

.validation-summary-errors {
    font-size: 1.3em;
    line-height: 1.5em;
    padding: 0;
    top: 0;
}

.validation-summary-errors {
    font-size: 1.3em;
    line-height: 1.1em;
    padding: 0;
    top: 0;
    white-space: normal;
}

.ui-dialog .ui-dialog-content .field-validation-error,
.ui-dialog .ui-dialog-content .validation-summary-errors {
    font-size: 1em;
    top: auto;
}

#ajaxPanel .validation-summary-errors {
    top: auto;
}

.field-validation-error span {
    white-space: nowrap;
    padding: 0;
    margin: 0;
}


.field-validation {
    float: left;
    display: inline;
    margin-left: 5px;
}

#frm_createPremiere .field-validation-error,
#frm_createPremiere span.field-validation-error {
    line-height: 1.3em;
    padding: 3px 0;
}

#err-labelPrivacy .field-validation-error {
    font-size: 0.9em;
    position: relative;
    top: 0;
}

.serverError {
    display: block;
    color: #FF0000;
    min-height: 30px;
    /*line-height: 30px;*/
}

.ui-dialog .ui-dialog-content .field-validation-error, .ui-dialog .ui-dialog-content .validation-summary-errors {
    font-size: 1em;
    top: auto;
}

.serverError.twolines{
    font-size: 1.2em;
    height: 40px;
    line-height: 15px;
}

.social-error {
    height: auto;
    line-height: 1.3em;
    margin-top: 2px;
    position: relative;
    text-align: center;
    top: 0;
}

.social-error {
    height: auto;
    line-height: 1.3em;
    margin-top: 2px;
    position: relative;
    text-align: center;
    top: 0;
}

.mandatory {
    float: right;
}

.serverSuccess {
    color: #3DAD24;
    position: absolute;
    left: 0;
    width: auto;
    height: auto;
    background-color: transparent;
    font-style: normal;
    font-size: 1.3em;
    line-height: 1.1em;
    padding: 0;
    top: 0;
    white-space: normal;
}


/** BUTTONS **/

a.editor-button,
.editor-button,
a.create-button,
.create-button {
    float: right;
    display: inline;
    /*border: 0 solid transparent;*/
    font-size: 1.4em;
    line-height: normal;
    padding: 0.4em 1.4em;
    /*background: none repeat scroll 0 0 #5c5c5c;
    color: #FFFFFF;*/
    text-align: center;
    margin-left: 10px;
    margin-bottom: 20px;
    cursor: pointer;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
}

.magicButton {
    background-color: #505050;
    text-align: center;
    display: inline;
    font-size: 1.1em;
    border: none;
    color: #FFFFFF;
    cursor: pointer;
    font-weight: bold;
    height: 26px;
    line-height: 26px;
    padding: 0 10px;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
}

.proceed-button, a.proceed-button {
    background-color: #3995b7;
}

    .proceed-button.big-button, a.proceed-button.big-button {
        padding: 9px 45px;
    }

    .proceed-button:hover, a.proceed-button:hover {
        background-color: #3385A3;
        color: #fff;
    }

    .proceed-button.disabled, a.proceed-button.disabled {
        background-color: #ccc;
        color: #fff;
        cursor: default;
    }

a.form-reset.editor-button, a.form-reset, .form-reset {
    background: none;
    color: #6e6e6e;
    line-height: 1.4em;
    text-decoration: none;
}

    a.form-reset:hover, .form-reset:hover {
        color: #a7a7a7;
        background: none;
    }

.btnSearch {
    background: url("http://cdn2.yoox.biz/yoox10/sections/myoox/buttonSearch.gif") no-repeat top center;
    width: 34px;
    height: 34px;
    display: inline;
    float: right;
}

/** FILTERS **/
.activeFilter {
    background: #505050;
    color: #FFF;
    width: 230px;
    margin: 5px 0;
    padding: 5px 10px;
}

.filterSelected {
    background: #505050;
    color: #FFF;
    width: 230px;
    margin: 5px 0;
    padding: 5px 10px;
    position: relative;
}

.activeFilter .removeFilter {
    color: #FFF;
}

/*   Standard Forms */

.hiddenButActive {
    height: 0;
    width: 1px;
    padding: 0;
    margin: 0;
    background: none;
    border: 0 solid;
    position: absolute;
    z-index: -1;
    text-indent: -9999px;
    overflow: hidden;
    font-size: 0;
    display: block;
    line-height: 0;
    visibility: hidden;
    /*_visibility: hidden;*/
}

.appform {
    margin: 0 0 18px;
}

    .appform label {
        font-size: 13px;
        line-height: 18px;
        cursor: pointer;
        margin-bottom: 9px;
        font-size: 1.3em;
        line-height: 1.3em;
        color: #666;
        vertical-align: middle;
    }

input.input-text, textarea {
    border-right: 1px solid #bbb;
    border-bottom: 1px solid #bbb;
}

input.input-text, textarea, select {
    display: block;
    margin-bottom: 9px;
}

    label + input.input-text, label + textarea, label + select, label + div.dropdown, select + div.dropdown {
        margin-top: -9px;
    }

textarea {
    max-width: 100%;
}

/* Text input and textarea font and padding */
input.input-text, textarea {
    font-size: 13px;
    padding: 4px 3px 2px;
    background: #fff;
}

    input.input-text:focus, textarea:focus {
        outline: none !important;
    }

    input.input-text.oversize, textarea.oversize {
        font-size: 18px !important;
        padding: 4px 5px !important;
    }

    input.input-text:focus, textarea:focus {
        background: #f9f9f9;
    }

    /* Text input and textarea, disabled */
    input.input-text[disabled], textarea[disabled] {
        background-color: #ddd;
    }

    /* Inlined Label Style */
    input.placeholder, textarea.placeholder {
        color: #888;
    }

/* Text input and textarea sizes */
input.input-text, textarea {
    width: 254px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

    input.small, textarea.small {
        width: 134px;
    }

    input.medium, textarea.medium {
        width: 254px;
    }

    input.large, textarea.large {
        width: 434px;
    }

    input.expand, textarea.expand {
        width: 100%;
    }

    /* Lock textareas so they can't be resized beyond their set width in webkit */
    textarea.locked {
        max-width: 254px;
    }

        textarea.locked.small {
            max-width: 134px;
        }

        textarea.locked.large {
            max-width: 434px;
        }

        textarea.locked.expand {
            max-width: 100%;
        }

/* Fieldsets */
.appform fieldset {
    padding: 9px 9px 2px 9px;
    border: solid 1px #ddd;
    margin: 18px 0;
}

/* Inlined Radio & Checkbox */
.form-field input[type=radio], div.form-field input[type=checkbox] {
    display: inline;
    width: auto;
    margin-bottom: 0;
}

/* Errors */
.form-field.error input, input.input-text.red {
    border-color: #C00000;
    background-color: rgba(255,0,0,0.15);
}

.form-field.error label, label.red {
    color: #C00000;
}

.form-field.error small, small.error {
    margin-top: -6px;
    display: block;
    margin-bottom: 9px;
    font-size: 11px;
    color: #C00000;
    width: 254px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.small + small.error {
    width: 134px;
}

.medium + small.error {
    width: 254px;
}

.large + small.error {
    width: 434px;
}

.expand + small.error {
    width: 100%;
}

.small.oversize + small.error {
    width: 144px;
}

.medium.oversize + small.error {
    width: 264px;
}

.large.oversize + small.error {
    width: 444px;
}

.expand.oversize + small.error {
    width: 100%;
}

/* Custom Forms */ /*
.appform.custom {
    font-weight: normal;
}

.Myoox .appform.custom span.custom { border: solid 1px #E1DCBF; }

.appform.custom span.custom { display: inline-block; width: 14px; height: 14px; position: relative; top: 2px; border: solid 1px #505050; background:#FFF url("http://cdn2.yoox.biz/yoox10/sections/form/custom-form-sprites.png") 0 0 no-repeat; margin-right: 5px;}
.appform.custom span.custom.radio { border-radius: 7px; -webkit-border-radius: 7px; -moz-border-radius: 7px; /* *background-position: -45px -14px; *border: none;*/ /*}
.appform.custom span.custom.radio.checked { background-position: 0 -14px; /* *background-position: -45px -29px;*/ /*}
.appform.custom span.custom.checkbox.checked { background-position: -46px -58px; }

.appform.custom div.custom.dropdown{ border: solid 1px #E1DCBF; }
.appform.custom div.custom.dropdown a.current { border: solid 1px #E1DCBF; }
.Myoox .appform.custom span.custom a.selector { border: solid 1px #E1DCBF; }

.appform.custom div.custom.dropdown {text-align: left; display: block; position: relative; width: auto; height: 28px; margin-bottom: 9px; margin-top: 2px; margin-left:5px; border: 1px solid #505050; }
.appform.custom div.custom.dropdown a.current { font-size: 1.3em;line-height: 2em;display: block; width: auto; line-height: 26px; min-height: 26px; padding: 0 38px 0 6px; border: 1px solid #505050; color: #666666; background-color: #fff; white-space: nowrap; }
.appform.custom div.custom.dropdown a.selector {
    position: absolute; 
    width: 18px; 
    height: 18px;
    padding: 4px;
    display: block; 
    background-color:#505050;
    right: 0; 
    top: 0;
    border: solid 1px #505050;
}
.appform.custom div.custom.dropdown:hover a.selector,
.appform.custom div.custom.dropdown.open a.selector {   }

.appform.custom div.custom.dropdown a.selector span.arrow-s {
    background-position: -323px -57px;
    display: inline;
    float: left;
    font-size: 8px;
    height: 14px;
    margin: 0;
    width: 14px;
}
.appform.custom div.custom.dropdown:hover a.selector span.arrow-s,
.appform.custom div.custom.dropdown.open a.selector span.arrow-s {  
}

.Myoox .appform.custom div.custom.dropdown ul {border: solid 1px #E1DCBF;}

.appform.custom div.custom.dropdown ul {  z-index: 99999; position: absolute; width: auto; display: none; margin: 0; left: 0; top: 28px; margin: 0; padding: 0; background: #fff; background: rgba(255,255,255,0.95); border: solid 1px #505050; }
.appform.custom div.custom.dropdown ul.maxheight { overflow-x: hidden;overflow-y: scroll; max-height: 200px; height:auto !important; height: 200px; }
.appform.custom div.custom.dropdown ul li { z-index: 99999; cursor: pointer; padding: 0; min-height: 18px; margin: 0;white-space: nowrap; font-size: 1.3em;line-height: 2em;overflow: hidden;}
.appform.custom div.custom.dropdown ul li a {
    display: block;
    padding: 6px 38px 6px 6px;
    width: 100%;
}

.appform.custom div.custom.dropdown ul li a:hover,.appform.custom div.custom.dropdown ul li.selected a {
    color: #fff;
}
.appform.custom div.custom.dropdown ul li.selected { background-color: #505050; color: #fff; }
.appform.custom div.custom.dropdown ul li.selected a { color: #fff; }
.appform.custom div.custom.dropdown ul li:hover,.appform.custom div.custom.dropdown ul li a:hover { background-color: #505050; color: #fff; }
.appform.custom div.custom.dropdown ul li.selected:hover { background-color: #505050;  }
.appform.custom div.custom.dropdown ul.show { display: block; }

.appform.custom div.custom.dropdown.open ul { display: block; z-index: 10; }
	
.appform.custom div.custom.dropdown.small { width: 134px !important; }
.appform.custom div.custom.dropdown.medium { width: 254px !important; }
.appform.custom div.custom.dropdown.large { width: 434px !important; }
.appform.custom div.custom.dropdown.expand { width: 100% !important; }
	
.appform.custom div.custom.dropdown.open.small ul { width: 132px !important; }
.appform.custom div.custom.dropdown.open.medium ul { width: 252px !important; }
.appform.custom div.custom.dropdown.open.large ul { width: 432px !important; }
.appform.custom div.custom.dropdown.open.expand ul { width: 100% !important; box-sizing: border-box; }

/* Custom input, disabled */ /*
.appform.custom .custom.disabled { background-color: #ddd; }
*/
.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {
    display: inline;
}

/** PRIVACY **/
.privacy {
    line-height: 2em;
    font-size: 1.2em;
    padding-bottom: 10px;
    width: 100%;
}

    .privacy label {
        font-size: 1em;
    }

#infoPrivacy {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #E1DCBF;
    font-style: italic;
    height: 55px;
    line-height: 1.6em;
    overflow: auto;
    padding: 5px;
}

.goodPass, .strongPass {
     color: #3dad24;
     margin-left: 10px;
     position: relative;
     top: auto;
     line-height: 28px;
 }/*** TOOLTIPS ***/
/*
 *  Part of Tipped - The jQuery Tooltip
 *  http://projects.nickstakenburg.com/tipped
 *
 *  Documentation:
 *  http://projects.nickstakenburg.com/tipped/documentation/skins
 *
 *  IMPORTANT!:
 *  It's recommended to add CSS for custom skins in a separate file,
 *  that way this file can be updated without losing your own skins.
 */
 
/* Font styling for all skins */
.t_ContentContainer {
  color: #333;
  font-size: 10px;
  line-height: 16px;
  padding: 6px 7px;
}

/* Skins with a different font color */
.t_Content_black,
.t_Content_dark,
.t_Content_gray {
  color: #efefef;
}

.t_Content_returnform, t_Content_returnFormError, t_Content_checkout {
    width: 25em;
}



.t_Content_promocode
{
    width: 35em;
    padding: 10px 10px;
}

/* Styling links so they are visible no matter is defined on the page behind */
.t_ContentContainer a,
.t_ContentContainer a:hover {
  color: #8e8e8e;
  text-decoration: none;
  background: none;
  border: 0;
}
.t_ContentContainer a:hover {
  text-decoration: underline;
}

/* Some skins need different link colors for visibility */
.t_Content_dark a, .t_Content_dark a:hover,
.t_Content_black a, .t_Content_black a:hover {
  color: #ccc;
}
.t_Content_gray a, .t_Content_gray a:hover { color: #232323; }



/* RGB */
.t_Content_red,
.t_Content_green,
.t_Content_blue {
  color: #efefef;
  font-size: 11px;
  line-height: 17px;
  padding: 10px;
}

.t_Content_red a,
.t_Content_red a:hover,
.t_Content_green a,
.t_Content_green a:hover,
.t_Content_blue a,
.t_Content_blue a:hover {
  text-decoration: none;
  background: none;
  border: 0;
  color: #ccc;
}
.t_Content_red a:hover,
.t_Content_green a:hover,
.t_Content_blue a:hover {
  text-decoration: underline;
}


/* tiny */
.t_Content_tiny {
  color: #efefef;
  font-size: 11px;
  line-height: 16px;
  padding: 6px 9px;
}
.t_Content_tiny a,
.t_Content_tiny a:hover {
  color: #b3b3b3;
  text-decoration: none;
  background: none;
  border: 0;
}

/* MYOOX Dreambox bulk-menu*/
.t_Content_bulk-menu-icons {
  color: #fff;
}

/*
 * Layout (DON'T MODIFY BELOW!)
 */
.t_Tooltip {
  margin: 0;
  padding: 0;
  position: absolute;
  overflow: hidden;
  background-color: transparent;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}
.t_Tooltip.t_hidden { opacity: 0; }
.t_Tooltip.t_visible { opacity: 1; }

.t_Skin {
  position: absolute;
  top: 0;
  left: 0;
}
.t_Skin * { zoom: 1; } /* IE7 */

.t_Bubble {
  position: relative;
}

.t_Background,
.t_Stem { position: absolute; }

.t_Close {
  position: absolute;
  cursor: pointer;
  top: 0;
}

.t_CloseButtonShift {
  position: relative;
  overflow: hidden;
  float: left;
}
.t_CloseState {
  position: absolute;
  margin: 0;
  padding: 0;
  left: 0;
}

.t_Content {
  position: absolute;
  top: 0;
  left: 0;
}

.t_iframeShim {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  zoom: 1;
  filter: alpha(opacity=0);
  opacity: 0;
}

/*
 * Shadow
 */
.t_Shadow {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
}

.t_Shadow .t_ShadowInnerWrapper{
  position: relative;
  float: left;
  margin: 0;
  padding: 0;
}

.t_ShadowBubble {
  position: relative;
  padding: 0;
  margin: 0;
  float: left;
}
.t_ShadowBackground,
.t_ShadowStem { position: absolute; }
.t_ShadowBackground *, .t_ShadowStem * { float: left; }

 
.t_CloseButtonShadow {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
}


.t_UpdateQueue {
  position: absolute;
  top: -15000px;
  left: -15000px;
  width: 5000px;
  height: 5000px;
  visibility: hidden;
}
.t_UpdateQueue .t_Tooltip,
.t_UpdateQueue .t_Content {
  position: relative;
  overflow: visible;
  float: left;
  top: auto;
  left: auto;
  width: 100%;
}
.t_Tooltip .t_ContentContainer {
  float: left;
  clear: both;
  position: relative;  
}
.t_UpdateQueue .t_ContentContainer {
  position: absolute;
  top: 0;
  left: 0;
}/*** jScrollPane ***/

/*
 * CSS Styles that are needed by jScrollPane for it to operate correctly.
 *
 * Include this stylesheet in your site or copy and paste the styles below into your stylesheet - jScrollPane
 * may not operate correctly without them.
 */

.jspContainer {
    overflow: hidden;
    position: relative;
}

.jspPane {
    position: absolute;
}

.jspVerticalBar {
    position: absolute;
    top: 0;
    right: 0;
    width: 5px;
    height: 100%;
    background: #EAACAC;
}
.design .jspVerticalBar { background: #52B6DA; }
.art .jspVerticalBar { background: #b35f79; }

.jspHorizontalBar {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 5px;
    background: #EAACAC;
}
.design .jspHorizontalBar { background: #52B6DA; }
.art .jspHorizontalBar { background: #b35f79; }

.jspVerticalBar *, .jspHorizontalBar * {
    margin: 0;
    padding: 0;
}

.jspCap {
    display: none;
}

.jspHorizontalBar .jspCap {
    float: left;
}

.jspTrack {
    background: #EAACAC;
    position: relative;
}
.design .jspTrack { background: #52B6DA; }
.art .jspTrack { background: #b35f79; }

.jspDrag {
    background: #e30020;
    position: relative;
    top: 0;
    left: 0;
    cursor: pointer;
}
.design .jspDrag { background: #026793; }
.art .jspDrag { background: #950A35; }

.jspHorizontalBar .jspTrack, .jspHorizontalBar .jspDrag {
    float: left;
    height: 100%;
}

.jspArrow {
    background: #50506d;
    text-indent: -20000px;
    display: block;
    cursor: pointer;
}

.jspArrow.jspDisabled {
    cursor: default;
    background: #80808d;
}

.jspVerticalBar .jspArrow {
    height: 16px;
}

.jspHorizontalBar .jspArrow {
    width: 16px;
    float: left;
    height: 100%;
}

.jspVerticalBar .jspArrow:focus {
    outline: none;
}

.jspCorner {
    background: #eeeef4;
    float: left;
    height: 100%;
}

/* Yuk! CSS Hack for IE6 3 pixel bug :( */
* html .jspCorner {
    margin: 0 -3px 0 0;
}
/*!
 * YOOX10 main.css
 */

.jsonPHeader { display: block; }

.itemData .price {
    font-size: 1.2em;
    margin-top: 5px;
}

.oldprice {
    color: #a7a7a7 !important;
    text-decoration: line-through;
    font-style: italic;
}

.fullprice { color: #6e6e6e; }

.newprice {
    margin-left: 8px;
    color: #2e2e2e;
}


.imgFormat_20_f { width: 210px; }

/*Pure CSS Orientable Triangle*/
.arrow-n,
.arrow-e,
.arrow-s,
.arrow-w {
    display: none;
}

#mainContainer {
    /* overflow: hidden DO NOT PUT OVERFLOW HIDDEN ON mainContainer: HIDE PAGE IN LITTLE SCREEN! */
    z-index: 1;
    clear: both;
}

#mainContent { overflow: visible; }

#header {
    z-index: 2;
    height: auto;

    margin-top: 37px;
    -webkit-transition: margin 0.4s;
    -moz-transition: margin 0.4s;
    -ms-transition: margin 0.4s;
    -o-transition: margin 0.4s;
    transition: margin 0.4s;
}
    .hasPromo #header { margin-top: 82px; }
    .CYCopened #header { margin-top: 5px; position: static; }

    .loginOpened #header { margin-top: 291px; } 
    .hasPromo.loginOpened #header { margin-top: 336px; }

    .switchCountryLayer #header { margin-top: 85px; } 
    .hasPromo.switchCountryLayer #header { margin-top: 130px; }

/* common */
.avoidUserTextSelection {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.loadingFFF {
    background-image: url("http://cdn2.yoox.biz/yoox14/loading.gif?_2");
    display: none;
    height: 16px;
    width: 66px;
}

.loading {
    background-image: url("http://cdn2.yoox.biz/yoox14/loading.gif?_2");
    display: none;
    height: 16px;
    width: 66px;
    right: 7px;
    top: 6px;
}

#footer .loading {
    background-image: url("http://cdn2.yoox.biz/yoox14/loading_333.gif");
}
#liteLogin .loading {
    background-image: url("http://cdn2.yoox.biz/yoox14/loading.gif?_2");
}

/* generic table */
table {
    border-collapse: collapse;
    width: 100%;
    color: #333;
    text-align: center;
}

    table th,
    table td {
        border: 1px solid #CCC;
        vertical-align: middle;
    }


    table tr:first-child th {
        border-top: 0;
    }

    table tr td:first-child,
    table tr th:first-child {
        border-left: 0;
    }

    table tr td:last-child,
    table tr th:last-child {
        border-right: 0;
    }

    table .tablePrice {
        background: #EBEBEB;
    }

    table .guarantee {
        color: #DD940A;
        display: block;
    }

.gray table thead tr {
    background: transparent;
}

.gray table th {
    font-size: 1.3em;
    line-height: 1.3em;
    vertical-align: middle;
    text-align: center;
}

.gray table td {
    font-size: 1em;
    font-weight: normal;
    padding: 10px 8px;
    text-align: center;
}

/** END MENU AREA: colors **/






/** SURFER MAIN NAVIGATION **/
#hideSurferContainer {
    overflow: hidden;
    position: relative;
    width: 980px;
    margin: 0 auto;
}

#surfer {
    clear: both;
    position: relative;
    overflow: hidden;
    width: 980px;
    margin: 0 auto;
    height: 414px;
}

#surferSlider {
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
}

.surfer .surferStep,
.surfer .loader {
    width: 980px;
    height: 414px;
}

.surfer .loader, 
.surfer .surferStep, 
.surfer .banner, 
.surfer .surferSlot {
    display: inline;
    float: left;
    position: relative;
}

.surfer #surferStep3 #surferBannerContainer {
    width: 640px;
    height: 414px;
}

.surfer .surferList {
    width: 260px;
    padding: 0 20px;
    margin: 0 20px;
}

.surfer #surferStep1 .surferList {
    width: 220px;
    padding: 20px;
    margin: 10px;
}

.surfer .banner a {
    float: left;
    display: inline;
}

.surfer .bannerText {
    top: 160px;
    color: #000;
    line-height: normal;
    position: absolute;
    text-align: center;
    height: auto;
    background: #FFF;
    -moz-opacity: 0.50;
    opacity: .50;
    filter: alpha(opacity=50);
    width: 260px;
    left: 30px;
    word-wrap: break-word;
}

.surfer .bannerTitle {
    font-size: 2.2em;
    padding-bottom: 3px;
}

.surfer .bannerSubtitle {
    font-size: 1.2em;
    padding-bottom: 7px;
}

.surfer .surferList li {
    text-align: center;
}

.surfer .surferTitleMicro {
    font-size: 1.9em;
    color: #EAACAC;
    text-align: center;
    line-height: normal;
    margin: 15px auto;
    width: 260px;
}

    .design .surfer .surferTitleMicro { color: #88CBE8; }
    .art .surfer .surferTitleMicro { color: #950A35; }
    
.surfer .surferList li a {
    display: block;
    font-size: 1.5em;
    color: #828282;
    line-height: 2em;
    border-bottom: 2px dotted #ccc;
}

.surfer #surferStep1 li a {
    font-size: 2.3em;
    line-height: 1.33em;
    padding: 6px 0;
}

#SubHome.art .surfer #surferStep1 li a, 
#subhome.art .surfer #surferStep1 li a 
/*,#searchresult.art .surfer #surferStep1 li a*/ {
    font-size: 1.7em;
    line-height: 1.65em;
    padding: 0;
}

.surfer .surferList li .ViewAll {
    background: #828282;
    color: #fff;
    display: block;
    margin: 4px 0;
    border-bottom: none;
    font-size: 1.5em;
}

.surfer #surferStep1 li .ViewAll {
    font-size: 1.7em;
    line-height: 2.15em;
    padding: 0;
}

#surferKidStep1.surferStep .banner {
    position: absolute;
    z-index: 0;
}


html.no-touch .surfer .surferList li a:hover {
    color: #e30020;
}

html.no-touch .design .surfer .surferList li a:hover {
    color: #026793;
}

html.no-touch .art .surfer .surferList li a:hover {
    color: #950A35;
}

html.no-touch .surfer .surferList li a.ViewAll:hover {
    background: #e30020;
    color: #fff;
}

html.no-touch .design .surfer .surferList li a.ViewAll:hover {
    background: #026793;
    color: #fff;
}

html.no-touch .art .surfer .surferList li a.ViewAll:hover {
    background: #950A35;
    color: #fff;
}

.surfer #surferSlider .stepBack {
    position: absolute;
    top: 10px;
    left: 10px;
    cursor: pointer;
    height: 30px;
    width: 30px;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    background: #828282 url('http://cdn2.yoox.biz/yoox10/touchcarousel/spriteCarouselYoox.png') no-repeat;
    background-position: -2px -6px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    border-radius: 30px;
    -moz-opacity: 0.8;
    -webkit-opacity: 0.8;
    opacity: 0.8;
}

    .surfer #surferSlider .stepBack:hover {
        background-color: #4c4c4c;
    }
/** END SURFER MAIN NAVIGATION **/


/** HIGHLIGHTS **/

/** SHOPBYPRICE **/
#shopbyprice .banner {
    float: left;
    margin: 4px;
}

#shopbyprice .moduleContent {
    width: 948px;
}

/******************************** CROSS MODULE ********************************/

#mainContainer .banner img {
    display: block;
}
#mainContainer #topMenuBanners .banner, 
#mainContainer #topBanner .banner {
    float: left;
}

    #mainContainer #topMenuBanners .banner a, 
    #mainContainer #topBanner .banner a {
        display: block;
    }

#mainContainer #topBanner {
    _width: 981px;
    overflow: hidden;
}

/* Release 14 */
.moduleTitle,
.moduleTitleR14 {
    font-size: 1.6em;
    line-height: 16px;
    text-align: center;
    color: #6e6e6e;
}

.boxHl .moduleTitleR14 {
    line-height: 3em;
}

.moduleContent {
    border: none;
    margin: 0 auto;
    margin-bottom: 20px;
    overflow: hidden;
    position: relative;
    padding: 0;
    width: 980px;
}

    /* Release 14 END */


    .moduleContent li .itemImage,
    .moduleContent li .itemData {
        display: block;
        width: 210px;
        margin: 5px 14px;
    }

    .moduleContent li .itemImage {
        text-align: center;
        height: 270px;
    }

        .moduleContent li .itemImage img {
            display: inline;
        }

.bannerSlot {
    display: inline;
    float: left;
    margin: 5px 4px;
    color: #6a6a6a;
    overflow: hidden;
    width: 230px;
}

.moduleContent .bannerTitle, 
.moduleContent .bannerSubTitle, 
.moduleContent .bannerShopNow {
    margin-top: 8px;
    font-size: 1.1em;
    padding-right: 10px;
    color: #565656;
}


.moduleContent .description {
    padding-right: 10px;
    display: block;
}

.moduleContent .brand {
    font-size: 1.2em;
    color: #333;
    margin: 8px 0 4px;
}

.moduleContent .micro {
    font-size: 1.1em;
    color: #666;
    margin: 4px 0;
    font-style: normal;
}

.moduleContent .author {
    margin: 6px 0 4px;
    text-transform: uppercase;
    font-size: 1.1em;
    color: #666;
}

.moduleContent .title {
    font-style: italic;
    margin: 8px 0 4px;
}

.moduleContent .bannerTitle {
    line-height: 1em;
    font-size: 1.7em;
    display: block;
}

.moduleContent .bannerSubTitle a {
    text-decoration: underline;
}

.moduleContent a.bannerShopNow {
    padding: 4px 8px;
    display: inline-block;
}

/* DA RIMUOVERE IN R14 */
.moduleContent a.bannerShopNow {
    background-color: #FFFFFF;
    color: #333333;
    line-height: 1em;
    padding: 9px 20px 6px;
    margin-top: 13px;
}

.moduleContent a:hover.bannerShopNow:hover {
    background-color: #e6e6e6;
    color: #333333;
}

.moduleContent a:hover.bannerShopNow {
    background: #AAA;
}
/**/

.slideContent, .slideContent ul {
    position: relative;
    overflow: hidden;
}

/****************************** END CROSS MODULE ******************************/


/* common layer */
.reqNewCountryEl {
    margin-bottom: 15px;
}

.ui-widget-overlay {
    -moz-opacity: 0.50;
    opacity: .50;
    filter: alpha(opacity=50);
}

.ui-dialog {
    border: 5px solid #a7a7a7;
}

.ui-widget-header {
    background: #ffffff;
}

.ui-dialog .ui-dialog-titlebar-close {
    top: 5px;
    right: 5px;
    width: 21px;
    height: 21px;
}

    .ui-dialog .ui-dialog-titlebar-close span {
        background: url("http://cdn2.yoox.biz/yoox14/closeLayerIconTransparent.png?2") no-repeat center center;
        margin: 0;
        display: block;
        width: 21px;
        height: 21px;
    }

.ui-dialog .ui-dialog-title {
    padding: 2px;
}

.ui-dialog .ui-dialog-title {
    padding: 5px 20px;
    font-size: 1.2em;
    line-height: normal;
}

.ui-dialog .ui-dialog-titlebar {
    padding: 0;
    height: auto !important;
    height: 15px;
    min-height: 15px;
    z-index: 1;
}

.layerTable .ui-dialog-titlebar {
    min-height: 27px;
    height: auto !important;
    height: 27px;
}

    .layerFullYellow .ui-dialog-titlebar .ui-dialog-title,
    .layerTable .ui-dialog-titlebar .ui-dialog-title {
        display: none;
    }

.ui-dialog .ui-dialog-content {
    background: #fff;
}

.layerTable .ui-dialog-content {
    padding: 0;
}

.layerTable .layerTableDescription {
    padding: 3%;
    width: 94%;
}

.layerTable #shippingAccordion div {
    margin-bottom: 15px;
}

.layerTable #shippingAccordion h3 {
    margin-bottom: 3px;
}

.layerNotitle .ui-dialog-titlebar {
    padding: 0;
    height: 0;
    min-height: 0;
    z-index: 1;
}

    .layerNotitle .ui-dialog-titlebar .ui-dialog-title {
        display: none;
    }

.layerNotitle .ui-dialog-content {
    padding: 25px;
}

.layerNotitle .layerTableDescription {
    padding: 3%;
    width: 94%;
}

.layerFullYellow .ui-dialog-content {
    background: #F8D200;
}

.ui-dialog-content .bottomBorder {
    border-bottom: 2px dotted #CCC;
    padding: 20px 0;
    margin-bottom: 10px;
}

.layerFullYellow .ui-dialog-content .bottomBorder {
    border-color: #d6b810;
}

/*chooseCountry*/
#chooseLocation {
    height: 36px;
    line-height: 36px;
    color: #6e6e6e;
    font-size: 1.5em;
    margin: 0;
    cursor: pointer;
}

    #chooseLocation .fixedWidth, .panelTopBar .fixedWidth {
        background: url("http://cdn2.yoox.biz/yoox14/closeLayerIconTransparent.png?2") no-repeat right center;
    }

#chooseCountryContainer {
    position: relative;
    overflow: hidden;
}

#chooseCountryContainer.fixedWidth {
    padding: 0;
    overflow: hidden;
}

#chooseCountryContent {
    display: none;
    overflow: hidden;
    zoom: 1;
}

html.no-touch #chooseCountryContent a:hover {
    color: #2e2e2e;
    background-color: #e6e6e6;
}

#chooseCountryContent .chooseLocationColumn {
    background-color: #ffffff;
    zoom: 1
}

#chooseCountryContent .column,
#chooseCountryContent .requestCountry {
    float: left;
    display: inline;
    margin-bottom: 12px;
    text-align: left;
    width: 24%;
    padding: 0;
    padding-right: 1%;
    margin: 0;
    position: relative;
}

#chooseCountryContent .requestCountry {
    padding-top: 11px;
    text-transform: uppercase;
}

#chooseCountryContent .requestCountry a {
    color: #2e2e2e;
    text-decoration: underline;
}

#chooseCountryContent .column a {
    display: block;
    height: 2.7em;
    line-height: 2.7em;
    color: #2e2e2e;
    padding: 0 5px;
}

#chooseCountryContent .column .naxFlag {
    background: url("http://cdn2.yoox.biz/yoox10/spriteNax.jpg") no-repeat;
    width: 20px;
    height: 13px;
    margin: 8px 5px 0 0;
}

#chooseCountryContent .column .naxName {
    width: 85%;
    white-space: nowrap;
}

#chooseCountryContent .column .spriteNaxAD {
    background-position: 0 0;
}

#chooseCountryContent .column .spriteNaxAE {
    background-position: 0 -63px;
}

#chooseCountryContent .column .spriteNaxAL {
    background-position: 0 -126px;
}

#chooseCountryContent .column .spriteNaxAM {
    background-position: 0 -189px;
}

#chooseCountryContent .column .spriteNaxAR {
    background-position: 0 -252px;
}

#chooseCountryContent .column .spriteNaxAT {
    background-position: 0 -315px;
}

#chooseCountryContent .column .spriteNaxAU {
    background-position: 0 -378px;
}

#chooseCountryContent .column .spriteNaxAZ {
    background-position: 0 -441px;
}

#chooseCountryContent .column .spriteNaxBA {
    background-position: 0 -504px;
}

#chooseCountryContent .column .spriteNaxBE {
    background-position: 0 -567px;
}

#chooseCountryContent .column .spriteNaxBG {
    background-position: 0 -630px;
}

#chooseCountryContent .column .spriteNaxBH {
    background-position: 0 -693px;
}

#chooseCountryContent .column .spriteNaxBN {
    background-position: 0 -756px;
}

#chooseCountryContent .column .spriteNaxBY {
    background-position: 0 -819px;
}

#chooseCountryContent .column .spriteNaxCA {
    background-position: 0 -882px;
}

#chooseCountryContent .column .spriteNaxCH {
    background-position: 0 -945px;
}

#chooseCountryContent .column .spriteNaxCI {
    background-position: 0 -1008px;
}

#chooseCountryContent .column .spriteNaxCL {
    background-position: 0 -1071px;
}

#chooseCountryContent .column .spriteNaxCN {
    background-position: 0 -1134px;
}

#chooseCountryContent .column .spriteNaxCO {
    background-position: 0 -1197px;
}

#chooseCountryContent .column .spriteNaxCY {
    background-position: 0 -1260px;
}

#chooseCountryContent .column .spriteNaxCZ {
    background-position: 0 -1323px;
}

#chooseCountryContent .column .spriteNaxDE {
    background-position: 0 -1386px;
}

#chooseCountryContent .column .spriteNaxDK {
    background-position: 0 -1449px;
}

#chooseCountryContent .column .spriteNaxDO {
    background-position: 0 -1512px;
}

#chooseCountryContent .column .spriteNaxDZ {
    background-position: 0 -1575px;
}

#chooseCountryContent .column .spriteNaxEE {
    background-position: 0 -1638px;
}

#chooseCountryContent .column .spriteNaxEG {
    background-position: 0 -1701px;
}

#chooseCountryContent .column .spriteNaxES {
    background-position: 0 -1764px;
}

#chooseCountryContent .column .spriteNaxFI {
    background-position: 0 -1827px;
}

#chooseCountryContent .column .spriteNaxFR {
    background-position: 0 -1890px;
}

#chooseCountryContent .column .spriteNaxGB {
    background-position: -70px 0;
}

#chooseCountryContent .column .spriteNaxGE {
    background-position: -70px -63px;
}

#chooseCountryContent .column .spriteNaxGR {
    background-position: -70px -126px;
}

#chooseCountryContent .column .spriteNaxGT {
    background-position: -70px -189px;
}

#chooseCountryContent .column .spriteNaxHK {
    background-position: -70px -252px;
}

#chooseCountryContent .column .spriteNaxHR {
    background-position: -70px -315px;
}

#chooseCountryContent .column .spriteNaxHU {
    background-position: -70px -378px;
}

#chooseCountryContent .column .spriteNaxID {
    background-position: -70px -441px;
}

#chooseCountryContent .column .spriteNaxIE {
    background-position: -70px -504px;
}

#chooseCountryContent .column .spriteNaxIL {
    background-position: -70px -567px;
}

#chooseCountryContent .column .spriteNaxIN {
    background-position: -70px -630px;
}

#chooseCountryContent .column .spriteNaxIS {
    background-position: -70px -693px;
}

#chooseCountryContent .column .spriteNaxIT {
    background-position: -70px -756px;
}

#chooseCountryContent .column .spriteNaxJO {
    background-position: -70px -819px;
}

#chooseCountryContent .column .spriteNaxJP {
    background-position: -70px -882px;
}

#chooseCountryContent .column .spriteNaxKG {
    background-position: -70px -945px;
}

#chooseCountryContent .column .spriteNaxKR {
    background-position: -70px -1008px;
}

#chooseCountryContent .column .spriteNaxKW {
    background-position: -70px -1071px;
}

#chooseCountryContent .column .spriteNaxKZ {
    background-position: -70px -1134px;
}

#chooseCountryContent .column .spriteNaxLB {
    background-position: -70px -1197px;
}

#chooseCountryContent .column .spriteNaxLI {
    background-position: -70px -1260px;
}

#chooseCountryContent .column .spriteNaxLR {
    background-position: -70px -1323px;
}

#chooseCountryContent .column .spriteNaxLT {
    background-position: -70px -1386px;
}

#chooseCountryContent .column .spriteNaxLU {
    background-position: -70px -1449px;
}

#chooseCountryContent .column .spriteNaxLV {
    background-position: -70px -1512px;
}

#chooseCountryContent .column .spriteNaxMA {
    background-position: -70px -1575px;
}

#chooseCountryContent .column .spriteNaxMC {
    background-position: -70px -1638px;
}

#chooseCountryContent .column .spriteNaxMD {
    background-position: -70px -1701px;
}

#chooseCountryContent .column .spriteNaxME {
    background-position: -70px -1764px;
}

#chooseCountryContent .column .spriteNaxMG {
    background-position: -70px -1827px;
}

#chooseCountryContent .column .spriteNaxMK {
    background-position: -70px -1890px;
}

#chooseCountryContent .column .spriteNaxMO {
    background-position: -140px 0;
}

#chooseCountryContent .column .spriteNaxMT {
    background-position: -140px -63px;
}

#chooseCountryContent .column .spriteNaxMX {
    background-position: -140px -126px;
}

#chooseCountryContent .column .spriteNaxMY {
    background-position: -140px -189px;
}

#chooseCountryContent .column .spriteNaxNL {
    background-position: -140px -252px;
}

#chooseCountryContent .column .spriteNaxNO {
    background-position: -140px -315px;
}

#chooseCountryContent .column .spriteNaxNZ {
    background-position: -140px -378px;
}

#chooseCountryContent .column .spriteNaxOM {
    background-position: -140px -441px;
}

#chooseCountryContent .column .spriteNaxPA {
    background-position: -140px -504px;
}

#chooseCountryContent .column .spriteNaxPE {
    background-position: -140px -567px;
}

#chooseCountryContent .column .spriteNaxPH {
    background-position: -140px -630px;
}

#chooseCountryContent .column .spriteNaxPL {
    background-position: -140px -693px;
}

#chooseCountryContent .column .spriteNaxPT {
    background-position: -140px -756px;
}

#chooseCountryContent .column .spriteNaxPY {
    background-position: -140px -819px;
}

#chooseCountryContent .column .spriteNaxQA {
    background-position: -140px -882px;
}

#chooseCountryContent .column .spriteNaxRO {
    background-position: -140px -945px;
}

#chooseCountryContent .column .spriteNaxRS {
    background-position: -140px -1008px;
}

#chooseCountryContent .column .spriteNaxRU {
    background-position: -140px -1071px;
}

#chooseCountryContent .column .spriteNaxSA {
    background-position: -140px -1134px;
}

#chooseCountryContent .column .spriteNaxSE {
    background-position: -140px -1197px;
}

#chooseCountryContent .column .spriteNaxSG {
    background-position: -140px -1260px;
}

#chooseCountryContent .column .spriteNaxSI {
    background-position: -140px -1323px;
}

#chooseCountryContent .column .spriteNaxSK {
    background-position: -140px -1386px;
}

#chooseCountryContent .column .spriteNaxSM {
    background-position: -140px -1449px;
}

#chooseCountryContent .column .spriteNaxSR {
    background-position: -140px -1512px;
}

#chooseCountryContent .column .spriteNaxSY {
    background-position: -140px -1575px;
}

#chooseCountryContent .column .spriteNaxTH {
    background-position: -140px -1638px;
}

#chooseCountryContent .column .spriteNaxTJ {
    background-position: -140px -1701px;
}

#chooseCountryContent .column .spriteNaxTM {
    background-position: -140px -1764px;
}

#chooseCountryContent .column .spriteNaxTN {
    background-position: -140px -1827px;
}

#chooseCountryContent .column .spriteNaxTR {
    background-position: -140px -1890px;
}

#chooseCountryContent .column .spriteNaxTW {
    background-position: -210px 0;
}

#chooseCountryContent .column .spriteNaxUA {
    background-position: -210px -63px;
}

#chooseCountryContent .column .spriteNaxUS {
    background-position: -210px -126px;
}

#chooseCountryContent .column .spriteNaxUZ {
    background-position: -210px -189px;
}

#chooseCountryContent .column .spriteNaxVA {
    background-position: -210px -252px;
}

#chooseCountryContent .column .spriteNaxVE {
    background-position: -210px -315px;
}

#chooseCountryContent .column .spriteNaxVN {
    background-position: -210px -378px;
}

#chooseCountryContent .column .spriteNaxZA {
    background-position: -210px -441px;
}


.countryLink {
    width: 200px;
    float: left;
    margin-bottom: 15px;
}

    .countryLink a, .countryLink img {
        display: inline-block;
        vertical-align: middle;
    }

    .countryLink img {
        margin: 0 5px 0 0;
    }

    .countryLink a {
        color: #B4B4B4;
    }

html.no-touch .countryLink a:hover {
    color: #fff;
}





/****************************************** LOADMASK ******************************************/

.loadmask {
    z-index: 100;
    position: absolute;
    top: 0;
    left: 0;
    -moz-opacity: 0.95;
    opacity: .95;
    filter: alpha(opacity=95);
    background-color: #FFF;
    width: 100%;
    height: 100%;
    zoom: 1;
}

.masked { overflow: hidden !important; }
.masked-relative { position: relative !important; }
.masked-hidden { visibility: hidden !important; }

.loadmask-msg {
    z-index: 101;
    background: url("http://cdn2.yoox.biz/yoox14/loading.gif?_2") no-repeat center center transparent;
    left: 50% !important;
    top: 5% !important;
    position: absolute;
    height: 50px;
    width: 66px;
    margin-left: -25px;
}

    .loadmask-msg div { display: none; }

/************* end Loading *********************/

.inline-block {
    display: inline-block;
    *display: inline;
    zoom: 1;
}

/****************** navigator ****************/
#navigator {
    width: 100%;
    position: relative;
}

    #navigator #navigatorStepper {
        width: 100%;
        margin-bottom: 50px;
    }

        #navigator #navigatorStepper #navigator_Step2,
        #navigator #navigatorStepper #navigator_Step3,
        #navigator #navigatorStepper #navigator_Step2Kids,
        #navigator #navigatorStepper #navigator_Step3Kids {
            border-top: 1px solid #a7a7a7;
        }

    #navigator .closed {
        display: none;
    }

    #navigator .navigatorPage {
        width: 100%;
        height: auto !important;
        height: 435px;
        min-height: 435px;
        overflow: hidden;
    }

    #navigator .navigatorList {
        padding: 0 5px;
    }

        #navigator .navigatorList .viewAll {
            /*position: absolute;
            bottom: 70px;*/
            font-size: 1.1em;
            margin-top: 7px;
        }

        #navigator .navigatorList a.Step1 {
            font-size: 1.6em;
            line-height: 36px;
            color: #a7a7a7;
        }

        #navigator .navigatorList a.trgDpt_yooxmas {
            color: #f6234b;
        }

            #navigator .navigatorList a.Step1:hover,
            #navigator .navigatorList .selectedItem a.Step1 {
                color: #2E2E2E;
            }

    #navigator .step1MenuTitle {
        font-size: 1.2em;
        line-height: 36px;
        color: #2E2E2E;
    }

    #navigator .navigatorList a.Step1Kids {
        font-size: 1.6em;
        line-height: 36px;
        color: #a7a7a7;
    }

        #navigator .navigatorList a.Step1Kids:hover,
        #navigator .navigatorList .selectedItem a.Step1Kids {
            color: #2E2E2E;
        }

    #navigator .navigatorList a.Step2Kids,
    #navigator .navigatorList a.Step2,
    #navigator .navigatorList a.Step3 {
        font-size: 1.4em;
        line-height: 28px;
        color: #a7a7a7;
    }

        #navigator .navigatorList a.Step2Kids:hover,
        #navigator .navigatorList .selectedItem a.Step2Kids,
        #navigator .navigatorList a.Step2:hover,
        #navigator .navigatorList .selectedItem a.Step2,
        #navigator .navigatorList a.Step3:hover,
        #navigator .navigatorList .selectedItem a.Step3 {
            color: #2E2E2E;
        }

#navigatorStep1Menu {
    padding-top: 55px;
    width: 250px;
    float: left;
}

#navigatorStep1Content {
    width: 730px;
    overflow: hidden;
    float: left;
}

#navigatorStep2 {
    width: 100%;
}

#navigatorStep2Menu {
    padding-top: 55px;
    width: 240px;
    float: left;
}

#navigatorStep2Content {
    width: 490px;
    overflow: hidden;
    float: left;
}

    #navigatorStep2Content .banner {
        margin-top: 60px;
    }

#navigatorStep3Menu {
    padding-top: 55px;
    width: 240px;
    float: left;
}

#navigator .banner {
    float: left;
    position: relative;
}

#navigator #banner_NAVIGATORSTEP3_1 {
    float: right;
}

#navigator .banner .bannerText {
    top: 160px;
    color: #2E2E2E;
    line-height: normal;
    position: absolute;
    text-align: center;
    height: auto;
    background: #FFF;
    -moz-opacity: 0.50;
    opacity: .50;
    filter: alpha(opacity=50);
    width: 80%;
    left: 10%;
    right: 10%;
    word-wrap: break-word;
}

#navigator .banner .bannerTitle {
    font-size: 1.2em;
    padding-bottom: 3px;
}

#navigator .banner .bannerSubtitle {
    font-size: 1.1em;
    padding-bottom: 7px;
}

#navigator_Step2 #navigatorStep1Menu .viewAll,
#navigator_Step3 #navigatorStep1Menu .viewAll,
#navigator_Step3 #navigatorStep2Menu .viewAll {
    display: none;
}

#mainBanner { margin-bottom: 50px; overflow: hidden; clear: both; }
    #mainBanner .banner { float: left; display: block }

/* picked for you release14 */

.topPicksContainer {
    clear: both;
    position: relative;
    margin-bottom: 50px;
}


    .topPicksContainer .moduleContent {
        border: none;
        padding: 0;
        width: 976px;
        margin-bottom: 20px;
    }


    .topPicksContainer .stdBoxBorder {
        padding-top: 30px;
        margin-top: 15px;
    }

    .topPicksContainer .stdBoxBorderSubtitle {
        padding-top: 50px;
    }

    .topPicksContainer .stdBoxBorder .stdBoxBorderPadding {
        *width: 100%;
    }


    .topPicksContainer .topPicksContentWrapper {
        margin: 0 1px;
    }

    .topPicksContainer ul li {
        width: 244px;
    }

        .topPicksContainer ul li .topPicksListWrapper {
            margin: 0 17px;
        }

    .topPicksContainer .moduleViewall {
        position: relative;
        right: auto;
        text-align: center;
        margin-bottom: 20px;
        font-size: 1.1em;
    }

        .topPicksContainer .moduleViewall a {
            color: #454545;
        }

    .topPicksContainer .topPicksContent .topPicksContentWrapper {
        margin: 0;
    }

    .topPicksContainer .moduleContent li .itemImage {
        margin: 0;
        overflow: hidden;
    }

    .topPicksContainer .moduleContent li .itemData {
        width: auto;
    }

        .topPicksContainer .moduleContent li .itemData .description {
            color: #2e2e2e;
            display: block;
            font-size: 1.2em;
            padding-right: 10px;
            clear: both;
        }

        .topPicksContainer .moduleContent li .itemData .brand {
            margin: 8px 0 4px;
            font-weight: normal;
        }

        .topPicksContainer .moduleContent li .itemData .micro,
        .topPicksContainer .moduleContent li .itemData .colorSize {
            font-style: normal;
            color: #6e6e6e;
            margin: 4px 0;
        }

        .topPicksContainer .moduleContent li .itemData .labelSize {
            height: 50px;
            line-height: normal;
            margin-right: 5px;        
        }

        .topPicksContainer .moduleContent li .itemData .aSize {
            line-height: normal;
        }

        .topPicksContainer .moduleContent li .itemData .oldprice,
        .topPicksContainer .moduleContent li .itemData .fullprice,
        .topPicksContainer .moduleContent li .itemData .newprice {
            float: left;
            font-size: 1.2em;
            font-weight: normal;
            line-height: 1.2em;
        }

        .topPicksContainer .moduleContent li .itemData .itemViews {
            font-size: 1.2em;
            display: block;
        }

    .topPicksContainer .touchcarousel .itemImage,
    .topPicksContainer .touchcarousel .itemData {
        margin: 5px 16px;
    }

    .topPicksContainer .touchcarousel .itemImage {
        width: auto;
    }

    .topPicksContainer .touchcarousel .touchcarousel-item {
        min-height: 390px;
        height: auto !important;
        height: 380px;
    }


/* end */


/****************** highlights - HL e HLS ******************/
.boxHl {
    width: 100%;
    overflow: hidden;
}

    .boxHl .banner {
        position: relative;
    }

    .boxHl .bannerMarginFirst {
        margin: 0 0 50px 0;
    }

    .boxHl .bannerMargin {
        margin: 0 0 50px 25px;
    }

.topBanner .boxHl .bannerMargin {
    margin: 0 0 50px 0;
}

.boxHl .banner a.bannerImage {
    display: block;
    text-align: center;
}

.boxHl .banner .bannerLinks {
    position: absolute;
    width: 226px;
    height: 100px;
    left: 0;
    bottom: 0;
    overflow: hidden;
}

.boxHl .banner .bannerLinksWrapper {
    height: 88px;
    margin: 5px 5px 5px 5px;
    position: relative;
}


.boxHl .banner .bannerLinksBakground {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    -moz-opacity: 0.95;
    opacity: .95;
    filter: alpha(opacity=95);
    background-color: #FFF;
}

.homeIndex .boxHl .banner .bannerLinksBakground,
.subHomeIndex .boxHl .banner .bannerLinksBakground {
    display: none;
}

.boxHl .banner .bannerTitle {
    font-size: 1.1em;
    margin-bottom: 10px; /* Can be removed */
    padding-right: 0;
    display: block;
    color: #2e2e2e;
    line-height: 14px;
    overflow: hidden;
}

.subHomeIndex .boxHl .banner .bannerTitle,
.homeIndex .boxHl .banner .bannerTitle {
    padding-left: 14px;
}

.boxHl .banner .bannerSubTitle {
    color: #6e6e6e;
    font-size: 1.2em;
    height: 35px;
    line-height: 16px;
    overflow: hidden;
    padding-right: 0;
    position: absolute;
    top: 19px;
}

.boxHl .banner .stdButton {
    font-size: 1.1em;
    position: absolute;
    bottom: 0px;
}

/* Top Filter */

#mainContainer .topFiltersContainer {
    width: 980px;
    position: relative;
    margin-bottom: 50px;
    padding-top: 10px;
}

    #mainContainer .topFiltersContainer .banner {
        margin-left: 0;
        margin-top: 0;
    }

    #mainContainer .topFiltersContainer .topFiltersContent {
        width: 980px;
        margin-left: 0;
        margin-bottom: 0;
        overflow: visible;
    }

        #mainContainer .topFiltersContainer .topFiltersContent .viewMoreLink {
            bottom: 0;
            position: absolute;
            right: 0;
        }



        #mainContainer .topFiltersContainer .topFiltersContent ul {
            width: 50%;
            margin: 0;
        }

            #mainContainer .topFiltersContainer .topFiltersContent ul.viewMore {
                width: 100%;
            }

        #mainContainer .topFiltersContainer .topFiltersContent .viewMoreLink a {
            display: block;
            text-align: center;
        }

        #mainContainer .topFiltersContainer .topFiltersContent ul li {
            margin: 0 10px;
            padding-top: 13px;
            border-bottom: none;
        }

            #mainContainer .topFiltersContainer .topFiltersContent ul li a {
                font-size: 1.2em;
            }

    #mainContainer .topFiltersContainer .viewMoreFilters {
        display: none;
        position: absolute;
        min-height: 420px;
        background: #FFFFFF;
        bottom: 0;
        left: 0;
        padding: 0 0 15px 0;
        z-index: 999;
        border: 1px solid #f0f0f0;
        width: 978px;
        margin-bottom: 0;
    }

        #mainContainer .topFiltersContainer .viewMoreFilters .layerBlockTitle {
            margin-bottom: 10px;
            padding: 13px 10px;
        }

        #mainContainer .topFiltersContainer .ui-dialog .ui-dialog-titlebar-close {
            top: 9px;
            right: 9px;
        }

        #mainContainer .topFiltersContainer .viewMoreFilters ul {
            float: left;
            width: 24%;
        }

            #mainContainer .topFiltersContainer .viewMoreFilters ul li a {
                color: #3E3E3E;
                display: block;
                padding: 5px 10px;
                width: 165px;
                font-size: 1.1em;
                line-height: 1.2em;
            }


html.no-touch #mainContainer .topFiltersContainer .viewMoreFilters ul li a:hover {
    background: none;
    color: #2E2E2E;
}

#mainContainer .topFiltersContainer .viewMoreFilters .close {
    padding: 5px;
}

#mainContainer .topFiltersContainer .viewMoreFilters .viewAll .stdButton {
    bottom: 0;
    display: block;
    position: absolute;
    right: 0;
    border: 0;
    border-top: 1px solid #e6e6e6;
    border-left: 1px solid #e6e6e6;
}


#mainContainer .viewMoreFilters .topFiltersList {
    float: left;
    width: 100%;
    overflow: hidden;
    min-height: 345px;
}

#mainContainer .topFiltersContainer .topFiltersContent ul {
    float: left;
    width: 50%;
    margin: 0;
    padding: 15px 0 0;
}

#mainContainer .wideContainer .topFiltersContent ul {
    width: 244px;
    padding-bottom: 35px;
}

#mainContainer .topFiltersContainer .topFiltersContent .topFiltersBanner {
    margin: 0;
    width: 478px;
}

#mainContainer .topFiltersContent .topFiltersBanner .stdBoxBorder {
    height: 308px;
}


#categoriesContainer { display: none; }
.SurferRemovalABT #categoriesContainer { display: block; }

/*************************************** stdBoxBorder ***********************************************/
#mainContainer .stdBoxBorder {
    border: 1px solid #e2e2e2;
    position: relative;
}

#mainContainer .stdBoxBorderPadding {
    height: 308px;
}

#mainContainer .stdBoxBorder .stdBoxTitleAbs {
    position: absolute;
    font-size: 1.6em;
    padding: 0;
    margin: 0;
    height: 16px;
    line-height: 16px;
    text-align: center;
    top: -9px;
    width: 100%;
    z-index: 9;
}

    #mainContainer .stdBoxBorder .stdBoxTitleAbs span {
        background-color: #fff;
        padding: 0 10px;
    }

#mainContainer .stdBoxBorder .stdBoxSubTitleAbs {
    position: absolute;
    font-size: 1.2em;
    padding: 0;
    margin: 0;
    height: 12px;
    line-height: 12px;
    text-align: center;
    top: 11px;
    width: 100%;
    z-index: 9;
}

    #mainContainer .stdBoxBorder .stdBoxSubTitleAbs span {
        background-color: #fff;
        padding: 0 10px;
    }

#mainContainer .stdBoxBorder .viewMoreLink {
    float: right;
    font-size: 1.1em;
}

    #mainContainer .stdBoxBorder .viewMoreLink .stdButtonWhite {
        border: none;
        border-top: 1px solid #e2e2e2;
        border-left: 1px solid #e2e2e2;
        float: right;
        *margin-right: 1px;
    }

    .ieAbsFix {
        /*Fix for Randomly Disappearing Absolutely-Positioned Elements in IE 7 */
    }

    /* skin */
    /*baloon*/
    body#subhome.yoox15thAnniversarySkinBaloonABT #container,
    body#Home.yoox15thAnniversarySkinBaloonABT #container {
        background-image: url("http://cdn2.yoox.biz/yoox14/sections/yoox15thAnniversary/yoox15AnniversarySkinBaloonRepeatBg.gif");
        background-repeat: repeat-y;
        background-position: top center;
    
    }
    
    body#subhome.yoox15thAnniversarySkinBaloonABT,
    body#Home.yoox15thAnniversarySkinBaloonABT {
        background-image: url("http://cdn2.yoox.biz/yoox14/sections/yoox15thAnniversary/yoox15thAnniversarySkinBaloonBg.jpg");
        background-repeat: no-repeat;
        background-position: top center;
        background-color: #f4f5f4;
    }

    /*gifts*/
    body#subhome.yoox15thAnniversarySkinGiftsABT #container,
    body#Home.yoox15thAnniversarySkinGiftsABT #container {
        background-image: url("http://cdn2.yoox.biz/yoox14/sections/yoox15thAnniversary/yoox15AnniversarySkinGiftsRepeatBg.gif?2");
        background-repeat: repeat-y;
        background-position: top center;
    }

    body#subhome.yoox15thAnniversarySkinGiftsABT,
    body#Home.yoox15thAnniversarySkinGiftsABT {
        background-image: url("http://cdn2.yoox.biz/yoox14/sections/yoox15thAnniversary/yoox15thAnniversarySkinGiftsBg.jpg");
        background-repeat: no-repeat;
        background-position: top center;
        background-color: #cccacb;
    }

    /*sweets*/
    body#subhome.yoox15thAnniversarySkinSweetsABT #container,
    body#Home.yoox15thAnniversarySkinSweetsABT #container {
        background-image: url("http://cdn2.yoox.biz/yoox14/sections/yoox15thAnniversary/yoox15thAnniversarySkinSweetsRepeatBg.gif");
        background-repeat: repeat-y;
        background-position: top center;
    }

    body#subhome.yoox15thAnniversarySkinSweetsABT,
    body#Home.yoox15thAnniversarySkinSweetsABT {
        background-image: url("http://cdn2.yoox.biz/yoox14/sections/yoox15thAnniversary/yoox15thAnniversarySkinSweetsBg.jpg");
        background-repeat: no-repeat;
        background-position: top center;
        background-color: #d7e6f2;
    }
    
    /*noise*/
    body#subhome.yoox15thAnniversarySkinNoiseABT #container,
    body#Home.yoox15thAnniversarySkinNoiseABT #container {
        background-image: url("http://cdn2.yoox.biz/yoox14/sections/yoox15thAnniversary/yoox15thAnniversarySkinNoiseRepeatBg.gif");
        background-repeat: repeat-y;
        background-position: top center;
    }

    body#subhome.yoox15thAnniversarySkinNoiseABT,
    body#Home.yoox15thAnniversarySkinNoiseABT {
        background-image: url("http://cdn2.yoox.biz/yoox14/sections/yoox15thAnniversary/yoox15thAnniversarySkinNoiseBg.jpg?_4");
        background-repeat: repeat;
        background-position: top left;
        background-color: #d7e6f2;
    }
.touchcarousel {
	position: relative;
	overflow: hidden!important; 
}

.touchcarousel .touchcarousel-container {
	position: relative;
    margin: 0;
    padding: 0;
    list-style: none;
	left: 0;
}

.touchcarousel .touchcarousel-item {
	margin: 0 0 0 0;
	padding: 0;	
	float: left;		
}

.touchcarousel .touchcarousel-item.last {
	margin-right: 0 !important;		
}

/* */

.topPicksContainer {
    clear: both;
    position: relative;
    margin-bottom: 50px;
}

    .topPicksContainer .moduleContent {
        border: none;
        padding: 0;
        width: 976px;
        margin-bottom: 20px;
    }


    .topPicksContainer .stdBoxBorder {
        padding-top: 30px;
        margin-top: 15px;
    }

    .topPicksContainer .stdBoxBorderSubtitle { padding-top: 50px; }
    .topPicksContainer .stdBoxBorder .stdBoxBorderPadding { *width: 100%; }

    .topPicksContainer .topPicksContentWrapper { margin: 0 1px; }
    .topPicksContainer .touchcarousel-item { width: 244px; }
        .topPicksContainer .touchcarousel-item .topPicksListWrapper { margin: 0 17px; }

    .topPicksContainer .moduleViewall {
        position: relative;
        right: auto;
        text-align: center;
        margin-bottom: 20px;
        font-size: 1.1em;
    }

        .topPicksContainer .moduleViewall a { color: #454545; }

    .topPicksContainer .topPicksContent .topPicksContentWrapper { margin: 0; }

    .topPicksContainer .moduleContent .touchcarousel-item .itemImage {
        margin: 0; 
        overflow: hidden;
    }

    .topPicksContainer .moduleContent .touchcarousel-item .itemData { width: auto; }

        .topPicksContainer .moduleContent .touchcarousel-item .itemData .description {
            color: #2e2e2e;
            display: block;
            font-size: 1.2em;
            padding-right: 10px;
            clear: both;
        }

        .topPicksContainer .moduleContent .touchcarousel-item .itemData .brand {
            margin: 8px 0 4px;
            font-weight: normal;
        }

        .topPicksContainer .moduleContent .touchcarousel-item .itemData .micro,
        .topPicksContainer .moduleContent .touchcarousel-item .itemData .colorSize {
            font-style: normal;
            color: #6e6e6e;
            margin: 4px 0;
        }

        .topPicksContainer .moduleContent .touchcarousel-item .itemData .labelSize {
            height: 50px;
            line-height: normal;
            margin-right: 5px;        
        }

        .topPicksContainer .moduleContent .touchcarousel-item .itemData .aSize { line-height: normal; }
        .topPicksContainer .moduleContent .touchcarousel-item .itemData .oldprice,
        .topPicksContainer .moduleContent .touchcarousel-item .itemData .fullprice,
        .topPicksContainer .moduleContent .touchcarousel-item .itemData .newprice {
            float: left;
            font-size: 1.2em;
            font-weight: normal;
            line-height: 1.2em;
        }

        .topPicksContainer .moduleContent .touchcarousel-item .itemData .itemViews {
            font-size: 1.2em;
            display: block;
        }

    .topPicksContainer .itemImage,
    .topPicksContainer .itemData {
        margin: 5px 16px;
    }

    .topPicksContainer .itemImage { width: auto; }

    .topPicksContainer .topPicksCarouselContent li {
        min-height: 390px;
        height: auto !important;
        height: 380px;
    }

    /* slick adapt */
.topPicksContainer .slick-slider button {
	width: 30px;
	height: 30px;
	top: 195px;	
	
	background-image: url('http://cdn2.yoox.biz/yoox10/touchcarousel/spriteCarouselYoox.png');
	background-repeat: no-repeat;
	
	
	background-color: rgb(50, 50, 50);
	background-color: rgba(0, 0, 0, 0.7);
	
	-moz-border-radius: 30px; 
  	-webkit-border-radius: 30px; 
 	border-radius: 30px;
 	
 	-moz-opacity: 0.8;
	-webkit-opacity: 0.8;
	opacity: 0.8;

}

    .topPicksContainer .slick-slider button {	
	    -moz-opacity: 0.7 !important;
	    -webkit-opacity: 0.7 !important;
	    opacity: 0.7 !important;
    }
        .topPicksContainer .slick-slider button.slick-prev {
	        left: 10px;
	        background-position: -2px -6px;
        }

        .topPicksContainer .slick-slider button.slick-next {
	        right: 10px;
	        background-position: -170px -6px;
        }

        .topPicksContainer .slick-slider button:hover {
	        background-color: #AFABAC;
	        background-color: rgba(0, 0, 0, 0.7);
	
	        -moz-opacity: 1;
	        -webkit-opacity: 1;
	        opacity: 1;
        }

        .topPicksContainer .slick-slider button.slick-disabled.slick-prev { background-position: -36px -6px; }
        .topPicksContainer .slick-slider button.slick-disabled.slick-next { background-position: -136px -6px; }

        .topPicksContainer .slick-slider button.slick-disabled.slick-prev,
        .topPicksContainer .slick-slider button.slick-disabled.slick-next {	
	        background-color: rgb(200, 200, 200);
	        background-color: rgba(0, 0, 0, 0.3);
        }#textsearch_fayt {
    height: 49px;
    background: #FFF;
    margin-left: 50px;
    position: absolute;
    top: 20px;
    right: 0;
    transition: width 0.5s ease 0s;
    width: 124px;
}

    #textsearch_fayt.textSearchReviewOpened {
        margin-left: 0;
        top: 12px;
        height: 58px;
        width: 980px;
        padding: 0;
        -webkit-transition: width 0.5s ease 0s;
        -moz-transition: width 0.5s ease 0s;
        -ms-transition: width 0.5s ease 0s;
        -o-transition: width 0.5s ease 0s;
        transition: width 0.5s ease 0s;
    }


    #textsearch_fayt .editor-input {
        border-bottom: 7px solid #666666;
        height: 26px;
        -webkit-transition: border 0.5s;
        -moz-transition: border 0.5s;
        -ms-transition: border 0.5s;
        -o-transition: border 0.5s;
        transition: border 0.5s;
    }

    #textsearch_fayt.textSearchReviewOpened .editor-input {
        background: #FFF;
        border-bottom: 1px solid #000000;
        -webkit-transition: border 0.5s;
        -moz-transition: border 0.5s;
        -ms-transition: border 0.5s;
        -o-transition: border 0.5s;
        transition: border 0.5s;
        height: 50px;
        *height: 40px;
        overflow: hidden;
        width: 100%;
    }

.SurferRemovalABT #textSearchOpenButton {
    height: 36px;
    line-height: 30px;
    position: absolute;
    right: 0;
    width: 105%;
    margin-top: 2px;
    cursor: pointer;
    font-size: 1.6em;
    color: #a7a7a7;
    background: #FFF;
    padding-right: 10px;
}

.SurferRemovalABT .textSearchReviewOpened #textSearchOpenButton {
    display: none;
}

.SurferRemovalABT #textSearchOpenButton .textSearchIco {
    height: 29px;
    width: 27px;
    background-image: url("http://cdn2.yoox.biz/yoox14/search2.gif?_1") !important;
    background-repeat: no-repeat;
    background-position: center center;
}

#textMenuSearch {
    background-color: #FFF;
    color: #666666;
    font-size: 1.2em;
    line-height: 26px;
    height: 26px;
    width: 98px;
    vertical-align: middle;
    margin: 0;
    padding: 0;
    border: none;
    -webkit-transition: width 0.5s;
    -moz-transition: width 0.5s;
    -ms-transition: width 0.5s;
    -o-transition: width 0.5s;
    transition: width 0.5s;
}

    #textMenuSearch::-webkit-input-placeholder,
    #textMenuSearch:-moz-placeholder {
        border: none;
        color: #666666;
    }

    #textMenuSearch:focus::-webkit-input-placeholder {
        font-size: 0;
    }

.textSearchReviewOpened #textMenuSearch {
    width: 540px;
    font-size: 3em;
    height: 50px;
    line-height: 50px;
    color: #000000;
}

.GR .textSearchReviewOpened #textMenuSearch {
    width: 490px;
}

.RU .textSearchReviewOpened #textMenuSearch,
.TM .textSearchReviewOpened #textMenuSearch,
.AM .textSearchReviewOpened #textMenuSearch,
.AZ .textSearchReviewOpened #textMenuSearch,
.BY .textSearchReviewOpened #textMenuSearch,
.GE .textSearchReviewOpened #textMenuSearch,
.KZ .textSearchReviewOpened #textMenuSearch,
.KG .textSearchReviewOpened #textMenuSearch,
.TJ .textSearchReviewOpened #textMenuSearch,
.UA .textSearchReviewOpened #textMenuSearch,
.UZ .textSearchReviewOpened #textMenuSearch {
    width: 420px;
}

.textSearchReviewOpened #textMenuSearch:focus::-webkit-input-placeholder {
    font-size: 1em; /* override old textsearch */
}

.textSearchReviewOpened #textMenuSearch::-ms-clear {
    /* hides the default 'X' (reset input) in IE */
    display: none;
}

.textSearchReviewOpened #textMenuSearch::-webkit-input-placeholder,
.textSearchReviewOpened #textMenuSearch:-moz-placeholder,
.textSearchReviewOpened #textMenuSearch::-moz-placeholder,
.textSearchReviewOpened #textMenuSearch:-ms-input-placeholder {
    color: #000000;
}


#submitMenuSearch {
    border: none;
    height: 26px;
    width: 26px;
    cursor: pointer;
    padding: 0;
    background-image: url("http://cdn2.yoox.biz/yoox14/search.gif?_2") !important;
    background-repeat: no-repeat;
    background-position: center center;
    background-color: #ffffff;
}

.textSearchReviewOpened #submitMenuSearch {
    display: none;
}

.textSearchReviewOpened #textSearchReviewCloseLayer {
    background-color: #ffffff;
    border: medium none;
    cursor: pointer;
    display: block;
    width: 30px;
    height: 31px;
    padding: 0;
    overflow: hidden;
    text-indent: -100px;
    font-size: 0;
    line-height: 0;
    background-image: url("http://cdn2.yoox.biz/yoox14/fayt/fayt_close.png");
    background-repeat: no-repeat;
    background-position: center center;
    margin: 10px 2px 0 0;
    position: absolute;
    right: 0;
}


#textSearchReviewContainer {
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 9;
}

.textSearchReviewOpened #textSearchReviewContainer {
    display: block;
}

#textSearchReviewContainer .textSearchReviewContent {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
}

#textSearchReviewContainer #textSearchReviewBg {
    height: 100%;
    background-color: #fff;
    filter: alpha(opacity=80);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    z-index: 998;
    -ms-opacity: 0.8;
    opacity: 0.8;
}

#textSearchReviewContainer #textSearchReviewDepts,
#textSearchReviewContainer .textSearchReviewResults {
    z-index: 999;
    display: none;
    top: 74px;
}

    #textSearchReviewContainer #textSearchReviewDepts li {
        display: block;
        float: left;
        width: 25%;
        border-bottom: 1px solid #d7d7d7;
        font-size: 1.8em;
        line-height: 1.8em;
        text-align: center;
        color: #6e6e6e;
        cursor: pointer;
    }

        #textSearchReviewContainer #textSearchReviewDepts li:hover {
            color: #000;
            border-bottom: 1px solid #6e6e6e;
        }



        #textSearchReviewContainer #textSearchReviewDepts li span {
            display: block;
            padding-bottom: 4px;
            border-bottom: 3px solid #fff;
            -webkit-transition: 1.2s;
            -moz-transition: 1.2s;
            -ms-transition: 1.2s;
            -o-transition: 1.2s;
            transition: 1.2s;
        }



        #textSearchReviewContainer #textSearchReviewDepts li.active span {
            border-bottom-color: #d7d7d7;
            color: #6e6e6e;
            -webkit-transition: 1.2s;
            -moz-transition: 1.2s;
            -ms-transition: 1.2s;
            -o-transition: 1.2s;
            transition: 1.2s;
        }

#textsearch_fayt #textSearchReviewDeptsWrapper {
    z-index: 999;
    position: absolute;
    top: 16px;
    right: 47px;
    min-width: 440px;
}

    #textsearch_fayt #textSearchReviewDeptsWrapper #textSearchReviewDepts {
        display: none;
    }

        #textsearch_fayt #textSearchReviewDeptsWrapper #textSearchReviewDepts ul {
            float: right;
        }

.searchIn {
    float: right;
    color: #6e6e6e;
}

.searchIn,
#textsearch_fayt #textSearchReviewDeptsWrapper #textSearchReviewDepts li {
    font-size: 1.4em;
    line-height: 1.4em;
}

#textsearch_fayt #textSearchReviewDeptsWrapper #textSearchReviewDepts li {
    display: block;
    float: left;
    width: auto;
    border-bottom: none;
    color: #6e6e6e;
    cursor: pointer;
}


    #textsearch_fayt #textSearchReviewDeptsWrapper #textSearchReviewDepts li:hover {
        border-bottom: none;
    }

    #textsearch_fayt #textSearchReviewDeptsWrapper #textSearchReviewDepts li span {
        padding-bottom: 8px;
        padding-top: 8px;
        padding-left: 42px;
        margin-left: 20px;
        margin-right: 13px;
        background-image: url("http://cdn2.yoox.biz/yoox14/fayt/fayt_deptcheckbox_notselected.png");
        background-position: center left;
        background-repeat: no-repeat;
        border-bottom: none;
        color: #3b3b3b;
    }

#textSearchReviewDeptsWrapper.activeDeptMen #textSearchReviewDepts li#activeDeptMen span,
#textSearchReviewDeptsWrapper.activeDeptWomen #textSearchReviewDepts li#activeDeptWomen span {
    background-image: url("http://cdn2.yoox.biz/yoox14/fayt/fayt_deptcheckbox_selected.png");
}


#textSearchReviewContainer .textSearchReviewResults {
    color: #bdbdbd;
    top: 89px;
}

.touch #textSearchReviewContainer .textSearchReviewResults .clear {
    float: left;
}


#textSearchReviewContainer .loadmask-msg {
    z-index: 1000;
}

#SelectedProducts .stdBoxTitleAbs {
    border-bottom-color: #2e2e2e;
}

#SelectedProducts .topPicksContainer .moduleContent {
    margin-bottom: 0;
    padding-top: 20px;
}

    #SelectedProducts .topPicksContainer .moduleContent .touchcarousel .touchcarousel-item {
        min-height: 420px;
    }

#SelectedProducts .stdBoxBorder {
    margin-top: 0;
    padding-top: 0;
}

#moduleReviewNoResults {
    text-align: center;
}

    #moduleReviewNoResults > div {
        font-size: 1.4em;
        line-height: 1.4em;
        padding: 20px 0;
    }

    #moduleReviewNoResults .fontUppercase {
        margin: 0 250px;
        color: #6e6e6e;
    }

#departmentSuggestions {
    clear: both;
    text-align: center;
    font-size: 1.4em;
    line-height: 1.4em;
    padding: 20px 0;
}

    #departmentSuggestions span {
        text-decoration: underline;
        color: #2e2e2e;
        cursor: pointer;
    }

.moduleReview {
    width: 226px;
    display: block;
    float: left;
    margin-right: 25px;
    margin-bottom: 55px;
}

.moduleReviewLast {
    margin-right: 0;
}

#SelectedProducts .stdBoxTitleAbs,
.moduleReviewtitle {
    border-bottom: 1px solid;
    padding-bottom: 13px;
    font-size: 1.4em;
    line-height: 1em;
    color: #6e6e6e;
    padding-left: 5px;
}

.moduleHover .moduleReviewtitle {
    border-color: #000;
    color: #000;
}

.activeDeptMen .moduleReviewtitle,
.activeDeptWomen .moduleReviewtitle {
    border-bottom-color: #000000;
}

.moduleReviewResults li {
    padding: 20px 0 0 5px;
    font-size: 1.4em;
    line-height: 1.4em;
}

.moduleReviewResults .hasColor {
    float: left;
    margin-right: 5px;
}

.moduleReviewResults .sugAttribute {
    font-size: 0.9em;
    color: #bcbcbc;
    display: inline;
}

.moduleReviewResults .sugColor {
    width: 14px;
    height: 14px;
    float: right;
    position: relative;
    top: 3px;
}

.moduleReviewResults .white {
    border: 1px solid #ececec;
}

.moduleReviewResults a:hover span {
    color: #000;
}

.textSearchReviewResults .Latest,
.textSearchReviewResults .Sponsored,
.textSearchReviewResults .Populars,
.textSearchReviewResults .Bestmatch {
    width: 100%;
    margin-right: 0;
}

    .textSearchReviewResults .Latest .moduleReviewResults li,
    .textSearchReviewResults .Sponsored .moduleReviewResults li,
    .textSearchReviewResults .Populars .moduleReviewResults li,
    .textSearchReviewResults .Bestmatch .moduleReviewResults li {
        width: 221px;
        float: left;
        padding-right: 25px;
    }

        .textSearchReviewResults .Latest .moduleReviewResults li.last,
        .textSearchReviewResults .Sponsored .moduleReviewResults li.last,
        .textSearchReviewResults .Populars .moduleReviewResults li.last,
        .textSearchReviewResults .Bestmatch .moduleReviewResults li.last {
            padding-right: 0;
            width: auto;
            min-width: 221px;
        }

        .textSearchReviewResults .Latest .moduleReviewResults li span,
        .textSearchReviewResults .Sponsored .moduleReviewResults li span,
        .textSearchReviewResults .Populars .moduleReviewResults li span,
        .textSearchReviewResults .Bestmatch .moduleReviewResults li span {
            line-height: 1.2em;
        }

.textSearchReviewResults .viewMoreLink {
    text-align: right;
    border-top: 1px solid #d7d7d7;
    padding-top: 15px;
}
/* headings */

#SearchResultContent #navigationHeadingcontainer,
#heading {
    border-bottom: 1px solid #cdcdcd;
    margin-bottom: 10px;
}

.headings {
    text-align: center;
}

    .headings h1 {
        font-size: 1.8em;
        line-height: 1em;
        color: #2e2e2e;
        padding: 20px 0;
    }

/* searchresult */
#navigationHeadingcontainer #brandDescription  {
    margin-top: 0;
    text-align: left;
    height: auto;
}

#navigationHeadingcontainer #brandDescription span {
        padding: 10px;
        margin-bottom: 0;
        font-size: 1.3em;
        line-height: normal;
        display: block;
    }

#SearchResultContent #heading {
    border-bottom: none;
    margin-bottom: 0;
}

#SearchResultContent #heading h1 {
    padding: 0 0 15px;
}

/* special project */
.exclusiveedition #heading,
.vintage #heading,
.popupstoresart #heading,
.yooxygenearthday #heading {
    border-bottom: none;
    margin-bottom: 0;
}/* LAYER TOP */
.layer {
    width: 100%;
    text-align: center;
    position: absolute;
    display: none;
    z-index: 99;
}

.layerContainer {
    width: 980px;
    background-color: #ffffff;
    border-top: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    margin: 7px auto 0;
    text-align: left;
    overflow: hidden;
    padding-bottom: 20px;
    position: relative;
}

    .layerContainer .layerBlock {
        padding-right: 10px;
        position: relative;
        min-height: 429px;
        height: auto !important;
        height: 429px;
    }

    .layerContainer .layerBlockWrapper {
        width: 235px;
        overflow: hidden;
    }

    .layerContainer .blockSize_2 .layerBlockWrapper { width: 480px; }
    .layerContainer .blockSize_3 .layerBlockWrapper { width: 725px; }

    .layerContainer .blockSize_2 .layerBlockContent { width: 240px; }
    .layerContainer .blockSize_3 .layerBlockContent { width: 235px; }

    .layerContainer .layerBlockContent { float: left; }
    .layerContainer .layerBlockContent ul { padding: 0 0 51px; }

    .layerContainer .last { padding-right: 0; }

    .layerContainer .layerBlockWrapper .banner {
        margin-top: 12px;
        padding-left: 13px;
    }

    .layerContainer .layerBlockBanner .layerBlockWrapper {
        padding-top: 42px;
        position: relative;
    }

#designCategoriesLayer .layerContainer .layerBlockBanner .layerBlockWrapper,
.design #brandsLayer .layerContainer .layerBlockBanner .layerBlockWrapper {
    padding-top: 12px;
}

.layerContainer .layerBlockBanner .layerBlockWrapper .layerBlockContent {
    padding-bottom: 0;
}

.layerContainer .layerBlockBanner .layerBlockWrapper .banner {
    margin-top: 0;
}

.layerContainer .bannerLinksWrapper {
    position: relative;
    padding: 10px;
    text-align: center;
}

.layerContainer .bannerLinksBakground {
    background-color: #FFFFFF;
    bottom: 0;
    left: 0;
    opacity: 0.8;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
}

.layerContainer .bannerLinks {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
}

.layerBlockTitle {
    display: block;
    border-bottom: 1px solid #cccccc;
    color: #2E2E2E;
    padding: 13px 5px;
    font-size: 1.2em;
}



#categoriesLayer,
#designersLayer, 
#designCategoriesLayer,
#brandsLayer,
#artistsLayer {
    top: 102px;
}

#categoriesLayer .layerContainer ul li.viewMoreLink {
    position: absolute;
    bottom: 8px;
    padding-top: 0;
}

.layerContainer ul li {
    padding: 12px 5px 0 5px;
    display: block;
}

    .layerContainer ul li a {
        font-size: 1.2em;
        padding: 0;
        line-height: normal;
    }

    .layerContainer ul li.viewMoreLink a {
        font-size: 1.1em;
    }

    .layerContainer ul li a.stdButton {
        line-height: 2.1em;
        padding: 2px 3em;
    }

#designersLayer .layerContainer .noBlockTitle {
    padding-top: 45px;
}

/* END */

/* LAYER TOP 100 CATEGORIES */

#viewTopCategories {
    width: 100%;
    text-align: center;
    position: absolute;
    display: none;
    z-index: 1000;
    top: 108px;
}

    #viewTopCategories .viewTopCategoriesContent {
        width: 980px;
        text-align: left;
        margin: 0 auto;
    }

    #viewTopCategories .moduleContent {
        border: 1px solid #e6e6e6;
        margin: 0 auto 20px;
        overflow: hidden;
        padding: 0;
        position: relative;
        width: 980px;
    }

    #viewTopCategories .viewMoreFilters {
        background: #FFFFFF;
        display: block;
        min-height: 420px;
        z-index: 999;
    }

        #viewTopCategories .viewMoreFilters .moduleTitle {
            background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
            color: #3E3E3E;
            margin-left: 10px;
            padding: 0;
        }

        #viewTopCategories .viewMoreFilters .close {
            padding: 5px;
        }

        #viewTopCategories .viewMoreFilters .topFiltersList {
            float: left;
            min-height: 345px;
            overflow: hidden;
            padding-bottom: 33px;
            width: 100%;
        }

        #viewTopCategories .viewMoreFilters ul {
            float: left;
            width: 24%;
        }

            #viewTopCategories .viewMoreFilters ul li a {
                display: block;
                padding: 12px 5px 0 5px;
                width: 165px;
                font-size: 1.2em;
            }

                #viewTopCategories .viewMoreFilters ul li a:hover {
                    color: #2E2E2E;
                }

        #viewTopCategories .viewMoreFilters .viewAll a {
            /*background: none repeat scroll 0 0 #DDDDDD;
            color: #3E3E3E;
            display: block;
            margin-top: 5px;
            padding: 5px 15px;*/
            position: absolute;
            bottom: 0;
            right: 0;
            border: 0;
            border-top: 1px solid #e6e6e6;
            border-left: 1px solid #e6e6e6;
        }

            #viewTopCategories .viewMoreFilters .viewAll a:hover {
                background-color: #cdcdcd;
                color: #4e4e4e;
            }

/* END */#layerFirstVisit {
    background: url('http://cdn2.yoox.biz/yoox14/sections/campagnatv/r14_bg_layer_newsletter2.png') no-repeat center top;
    height: 320px;
    width: 100%;
    border-bottom: 1px solid #2e2e2e;
    color: #6e6e6e;
}

    #layerFirstVisit #firstVisitContainer {
        height: 290px;
        position: relative;
    }

        #layerFirstVisit #firstVisitContainer .fixedWidth {
            width: 960px;
        }


    #layerFirstVisit #layerTop {
        height: 45px;
        width: 100%;
    }

        #layerFirstVisit #layerTop #closeLayer {
            color: #000;
            float: right;
            font-size: 2.4em;
            font-weight: bold;
            height: 30px;
            line-height: 30px;
            padding-top: 7px;
            text-align: center;
            width: 40px;
            _padding-top: 0;
            _line-height: 30px;
            text-indent: -100px;
            overflow: hidden;
        }

            #layerFirstVisit #layerTop #closeLayer:hover {
                color: #666666;
            }
    #layerFirstVisit #newsletterMessage {
        width: 470px;
        overflow: hidden;
        margin: 0 auto;
    }

    #layerFirstVisit #newsletterContent {
        width: 490px;
        height: auto;
        padding: 10px 0;
        _width: 390px;
        margin: 0 auto;
    }

    #layerFirstVisit #newsletterContent .layerNewsletterText {
        font-size: 1.2em;
        line-height: 1.1em;
        margin-bottom: 10px;
        text-align: left;  
    }


    #layerFirstVisit #layerNewsletterContainer {
        overflow: hidden;
    }

        #layerFirstVisit #layerNewsletterContainer form {
            overflow: hidden;
            width: 410px;
            margin: 0 auto;
        }

        #layerFirstVisit #layerNewsletterContainer .appform {
            margin: 0;
            overflow: hidden;
            position: relative;
        }

        #layerFirstVisit #layerNewsletterContainer .hiddenButActive {
            opacity: 0;
        }

    #layerFirstVisit #newsletterContent #campaignMailEmail {
        border: 1px solid #6e6e6e;
        font-size: 1.3em;
        height: 40px;
        line-height: 40px;
        margin-top: 0;
        padding-left: 10px;
        width: 395px;
    }

    #layerFirstVisit #newsletterContent #campaignNewsletterSubmit {
        background-color: #2e2e2e;
        color: #e6e6e6;
        font-size: 1.2em;
        height: 28px;
        line-height: 28px;
        padding: 0;
        position: absolute;
        right: 6px;
        top: 7px;
        width: 100px;
    }

    #layerFirstVisit #newsletterContent .titleSex {
        font-size: 1.3em;
        display: block;
        float: left;
        line-height: 1.2em;
        margin-right: 30px;
        top: 0;
        position: relative;
        display: none;
    }

    #layerFirstVisit #newsletterContent label {
        margin-right: 10px;
        font-size: 1.3em;
    }

    #layerFirstVisit #layerNewsletterContainer .field-validation-error, #layerFirstVisit #layerNewsletterContainer .field-validation-valid {
        height: 26px;
        line-height: 26px;
        position: absolute;
        left: 0;
        bottom: 0;
        top: 37px;
        padding: 0 5px;
    }

#layerNewsThanks {
    color: #808080;
    padding: 12px 0;
    vertical-align: middle;
    width: 490px;
    font-size: 1.3em;
    line-height: 1.5em;
    text-align: left;
    _width: 350px;
}

#campaignChooseSex {
    display: block;    
    margin: 20px 0 0 0;
    padding: 0 ;
    *width: 100%;
    *padding-bottom: 35px;
    text-align: left;
}

    #campaignChooseSex div {
        display: inline-block;
        margin-right: 5px;
        position: relative;
        *display: inline;
    }

    #campaignChooseSex label {
        margin: 0;

    }

/* first visit video */
#firstVisitVideo {
    width: 460px;
    background: transparent url("http://cdn2.yoox.biz/yoox14/firstVisitVideoBorder.gif") no-repeat center left;
}

.hasVideo {
    float: left;
    width: 480px;
}

#banner_VIDEO_FIRST_VISIT {
    float: right;
}

#img_VIDEO_FIRST_VISIT {
    cursor: pointer;
}

.ui-widget-overlay {
    background-color: #000000;
    opacity: 0.7;
}

.firstVisitVideoOverlay {
    background: none repeat scroll 0 0 #000;
    bottom: 0;
    cursor: pointer;
    display: none;
    height: 120%;
    left: 0;
    position: fixed;
    top: -118px;
    width: 100%;
    z-index: 999999;
}

#firstVisitVideoLayer {
    display: none;
    height: 520px;
    left: 0;
    *left: 50%;
    margin: -260px auto 0;
    position: fixed;
    right: 0;
    top: 50%;
    width: 900px;
    *margin-left: -450px;
    z-index: 999999;
}/**** Breadcrumbs ****/
#breadcrumbs {
    line-height: 36px;
    border-top: 1px solid #cdcdcd;
    border-bottom: 1px solid #cdcdcd;
    font-size: 1.2em;
    color: #cdcdcd;
    padding-left: 5px;
}
#breadcrumbs .breadcrumbLink {
    color: #2e2e2e;
}
#breadcrumbs .breadcrumbLink:hover {
    text-decoration: underline;
}
#breadcrumbs .breadcrumb{}
#breadcrumbs .breadcrumbsSeparator {
    background-image: url("http://cdn2.yoox.biz/yoox14/sections/breadcrumbs/separator.png");
    background-repeat: no-repeat;
    background-position:  center center;
    background-color: transparent;
    margin: 0 10px;
}

/* search result page  To Remove after SurferRemovalABT CleanUp */
.SurferRemovalABT #searchresult #breadcrumbs {
    border-top: 1px solid #cdcdcd;
}
#promotionalMessaggeWrapper { display: none; background: #ffffff; }
    .hasPromo #promotionalMessaggeWrapper { display: block; }

#promotionalMessaggeContainer {
    height: 44px;
    padding: 0 144px;
    width: 692px;
    overflow: hidden;
    border-bottom: 1px solid #e6e6e6;
    font-size: 1.2em;
    margin: 0 auto;
}

.SurferRemovalABT #promotionalMessaggeContainer { height: 34px; }

.onScroll #promotionalMessaggeContainer,
.onScrollShadowAnimation #promotionalMessaggeContainer {
    border-bottom: none;
    height: 26px;
}

.onScroll #promotionalTicker .promotionMessage,
.onScrollShadowAnimation #promotionalTicker .promotionMessage {
    height: 26px;
    line-height: 26px;
}

.removeShadow #promotionalMessaggeContainer { height: 44px; }
.SurferRemovalABT .removeShadow #promotionalMessaggeContainer { height: 34px; }


.removeShadow #promotionalTicker .promotionMessage {
    height: 36px;
    line-height: 36px;
}

.onScroll #promotionalMessaggeContainer,
.onScroll #promotionalTicker .promotionMessage,
.onScrollShadowAnimation #promotionalMessaggeContainer,
.onScrollShadowAnimation #promotionalTicker .promotionMessage,
.removeShadow #promotionalMessaggeContainer,
.removeShadow #promotionalTicker .promotionMessage {
    -webkit-transition: height 1s ease;
    -moz-transition: height 1s ease;
    -o-transition: height 1s ease;
    -ms-transition: height 1s ease;
    transition: height 1s ease;

}

.onScroll #promotionalTicker .promotionMessage,
.onScrollShadowAnimation #promotionalTicker .promotionMessage,
.removeShadow #promotionalTicker .promotionMessage {
    -webkit-transition: line-height 1s ease;
    -moz-transition: line-height 1s ease;
    -o-transition: line-height 1s ease;
    -ms-transition: line-height 1s ease;
    transition: line-height 1s ease;
}

#promotionalTicker { width: 100%; }

    #promotionalTicker .promotionMessage {
        color: #6e6e6e;
        display: block;
        letter-spacing: normal;
        height: 46px;
        line-height: 46px;
        text-align: center;
        font-size: 1.15em;
    }

       
    .SurferRemovalABT #promotionalTicker .promotionMessage {
        height: 36px;
        line-height: 36px;
    }
       
        .SurferRemovalABT .onScrollShadowAnimation #promotionalTicker .promotionMessage {
            height: 26px;
            line-height: 26px;
        }

        .promotionMessage .maxLength60c {
            display: block;
            background: #FFF;
            margin: 0 auto;
            overflow: hidden;
            padding-left: 106px;
            padding-right: 106px;
            width: 480px;
        }

    #promotionalTicker .slick-slide { margin: 0; }

    #promotionalTicker .slick-prev,
    #promotionalTicker .slick-next {
        height: 46px;
        width: 46px;
        margin-top: -23px;
        -webkit-background-size: 23px 23px;
        -moz-background-size: 23px 23px;
        -ms-background-size: 23px 23px;
        background-size: 23px 23px;
        background-position: center center;
        background-repeat: no-repeat;
    }

        #promotionalTicker .slick-prev {
            background-image: url("http://cdn2.yoox.biz/yoox14/promo_arrow_right_50.png?1");
            background-image: url("http://cdn2.yoox.biz/yoox14/promo_arrow_right_25.png?1")\9;
        }

        #promotionalTicker .slick-next {
            background-image: url("http://cdn2.yoox.biz/yoox14/promo_arrow_left_50.png?1");
            background-image: url("http://cdn2.yoox.biz/yoox14/promo_arrow_left_25.png?1")\9;
        }/* Slider */
.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0;
}

    .slick-list:focus { outline: none; }

/*.slick-loading .slick-list { background: #fff url("./ajax-loader.gif") center center no-repeat; }*/

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
}

    .slick-track:before, .slick-track:after {
        content: "";
        display: table;
    }

    .slick-track:after { clear: both; }

.slick-loading .slick-track { visibility: hidden; }

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none;
}

[dir="rtl"] .slick-slide { float: right; }

.slick-slide img { display: block; }

.slick-slide.slick-loading img { display: none; }

.slick-slide.dragging img { pointer-events: none; }

.slick-initialized .slick-slide { display: block; }

.slick-loading .slick-slide { visibility: hidden; }

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

/* Arrows */
.slick-prev, 
.slick-next {
    position: absolute;
    display: block;
    height: 20px;
    width: 20px;
    line-height: 0;
    font-size: 0;
    cursor: pointer;
    background: transparent;
    color: transparent;
    top: 50%;
    margin-top: -10px;
    padding: 0;
    border: none;
    outline: none;
}

    .slick-prev:hover, 
    .slick-next:hover {
        -ms-opacity: 0.7;
        opacity: 0.7;
    }

    .slick-prev.slick-disabled:before, 
    .slick-next.slick-disabled:before {
        -ms-opacity: 0.25;
        opacity: 0.25;
    }

    .slick-prev:before, 
    .slick-next:before {
        font-family: "slick";
        font-size: 20px;
        line-height: 1;
        color: black;
        opacity: 0.75;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }

.slick-prev { left: -25px; }

[dir="rtl"] .slick-prev {
    left: auto;
    right: -25px;
}

.slick-next { right: -25px; }

[dir="rtl"] .slick-next {
    left: -25px;
    right: auto;
}

/* Dots */
.slick-slider { margin-bottom: 0; }

.slick-dots {
    position: absolute;
    bottom: -45px;
    list-style: none;
    display: block;
    text-align: center;
    padding: 0;
    width: 100%;
}

    .slick-dots li {
        position: relative;
        display: inline-block;
        height: 20px;
        width: 20px;
        margin: 0 5px;
        padding: 0;
        cursor: pointer;
    }

        .slick-dots li button {
            border: 0;
            background: transparent;
            display: block;
            height: 20px;
            width: 20px;
            outline: none;
            line-height: 0;
            font-size: 0;
            color: transparent;
            padding: 5px;
            cursor: pointer;
        }

            .slick-dots li button:hover, 
            .slick-dots li button:focus { 
                outline: none;
            }

                .slick-dots li button:hover:before, 
                .slick-dots li button:focus:before {
                    -ms-opacity: 1;
                    opacity: 1;
                }

.slick-dots li button:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "�";
    width: 20px;
    height: 20px;
    font-family: "slick";
    font-size: 6px;
    line-height: 20px;
    text-align: center;
    color: black;
    -ms-opacity: 0.25;
    opacity: 0.25;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
    color: black;
    opacity: 0.75;
}

/*# sourceMappingURL=slick.css.map */
/*!
 * this file is auto generated 
 */@font-face{font-family:yooxicons;src:url('http://cdn2.yoox.biz/yoox14/fonts/icons/yooxicons.eot?v=1874549');src:url('http://cdn2.yoox.biz/yoox14/fonts/icons/yooxicons.eot?v=1874549#iefix') format('embedded-opentype'),url('http://cdn2.yoox.biz/yoox14/fonts/icons/yooxicons.woff2?v=1874549') format('woff2'),url('http://cdn2.yoox.biz/yoox14/fonts/icons/yooxicons.woff?v=1874549') format('woff'),url('http://cdn2.yoox.biz/yoox14/fonts/icons/yooxicons.ttf?v=1874549') format('truetype'),url('http://cdn2.yoox.biz/yoox14/fonts/icons/yooxicons.svg#yooxicons') format('svg')}@font-face{font-family:yooxicons;src:url(data:application/x-font-ttf;charset=utf-8;base64,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) format('truetype');font-weight:400;font-style:normal}.icon{font-size:16px}.icon.xx-small{font-size:13px}.icon.extra-small{font-size:20px}.icon.small{font-size:24px}.icon.medium{font-size:32px}.icon.large{font-size:48px}.icon.extra-large{font-size:72px}[class*=" icon-"],[class^=icon-]{font-family:yooxicons;speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;letter-spacing:0;-webkit-font-feature-settings:"liga";-moz-font-feature-settings:"liga=1";-moz-font-feature-settings:"liga";-ms-font-feature-settings:"liga" 1;-o-font-feature-settings:"liga";font-feature-settings:"liga";-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.icon-confirmation-filled:before{content:"\e903"}.icon-confirmation-stroke:before{content:"\e904"}.icon-payment-filled:before{content:"\e905"}.icon-payment-stroke:before{content:"\e906"}.icon-delivery-stroke:before{content:"\e907"}.icon-delivery-filled:before{content:"\e908"}.icon-checkemail:before{content:"\e909"}.icon-asterisk:before{content:"\e61c"}.icon-box:before{content:"\e616"}.icon-info-full:before{content:"\e619"}.icon-truck:before{content:"\e61a"}.icon-arrow-down:before{content:"\e61d"}.icon-arrow-up:before{content:"\e600"}.icon-arrow-left:before{content:"\e601"}.icon-arrow-left-2:before{content:"\e617"}.icon-arrow-right:before{content:"\e602"}.icon-bell-off:before{content:"\e603"}.icon-bell-on:before{content:"\e604"}.icon-bell-outline:before{content:"\e605"}.icon-bin:before{content:"\e606"}.icon-box-circle:before{content:"\e607"}.icon-caret-down:before{content:"\f0d7"}.icon-caret-up:before{content:"\f0d8"}.icon-change:before{content:"\e608"}.icon-check:before{content:"\e609"}.icon-circle:before{content:"\f111"}.icon-circle-thin:before{content:"\f1db"}.icon-exclamation-mark:before{content:"\e60a"}.icon-facebook:before{content:"\f09a"}.icon-google:before{content:"\f0d5"}.icon-heart:before{content:"\f004"}.icon-heart-empty:before{content:"\f08a"}.icon-home:before{content:"\e618"}.icon-ics:before{content:"\e60b"}.icon-money:before{content:"\e60c"}.icon-overflow-three-points:before{content:"\e60d"}.icon-premiere:before{content:"\e60e"}.icon-radio-button-off:before{content:"\e60f"}.icon-radio-button-on:before{content:"\e610"}.icon-shopping-bag:before{content:"\e611"}.icon-shopping-bag-empty:before{content:"\e612"}.icon-superstar:before{content:"\e613"}.icon-switch-off:before{content:"\e614"}.icon-switch-on:before{content:"\e615"}.icon-truck-circle:before{content:"\e61b"}.icon-minus:before{content:"\e901"}.icon-plus:before{content:"\e902"}.icon-big-arrow-right:before{content:"\e900"}.icon-search:before{content:"\f02e"}