@media all {
    * {
        margin: 0;
        padding: 0
    }

    option {
        padding-left: 0.4em
    }

    select {
        padding: 1px
    }

    * html body * {
        overflow: visible
    }

    body {
        background: #1f1f1f;
        font-size: 100%;
        color: #fff;
        text-align: left
    }

    div:target {
        outline: 0 none
    }

    article,
    aside,
    details,
    figcaption,
    figure,
    footer,
    header,
    hgroup,
    nav,
    section {
        display: block
    }

    audio,
    canvas,
    video {
        display: inline-block
    }

        audio:not([controls]) {
            display: none
        }

    [hidden] {
        display: none
    }

    input[type="search"] {
        -webkit-appearance: textfield
    }

        input[type="search"]::-webkit-search-decoration {
            -webkit-appearance: none
        }

    fieldset,
    img {
        border: 0 solid
    }

    ul,
    ol,
    dl {
        margin: 0 0 1em 1em
    }

    li {
        line-height: 1.5em;
        margin-left: 0.8em
    }

    dt {
        font-weight: bold
    }

    dd {
        margin: 0 0 1em 0.8em
    }

    blockquote {
        margin: 0 0 1em 0.8em
    }

    q {
        quotes: none
    }

        blockquote:before,
        blockquote:after,
        q:before,
        q:after {
            content: '';
            content: none
        }

    table {
        border-collapse: collapse;
        border-spacing: 0
    }

    .ym-clearfix:before {
        content: "";
        display: table
    }

    .ym-clearfix:after {
        clear: both;
        content: ".";
        display: block;
        font-size: 0;
        height: 0;
        visibility: hidden
    }

    .ym-contain-dt {
        display: table;
        width: 100%;
        overflow: visible
    }

    .ym-contain-oh {
        overflow: hidden;
        width: 100%;
        display: block
    }

    .ym-contain-fl {
        float: left;
        width: 100%
    }

    .ym-skip,
    .ym-hideme,
    .ym-print {
        position: absolute;
        top: -32768px;
        left: -32768px
    }

        .ym-skip:focus,
        .ym-skip:active {
            position: static;
            top: 0;
            left: 0
        }

    .ym-skiplinks {
        position: absolute;
        top: 0px;
        left: -32768px;
        z-index: 1000;
        width: 100%;
        margin: 0;
        padding: 0;
        list-style-type: none
    }

        .ym-skiplinks .ym-skip:focus,
        .ym-skiplinks .ym-skip:active {
            left: 32768px;
            outline: 0 none;
            position: absolute;
            width: 100%
        }
}

@media screen, projection {
    .ym-column {
        display: table;
        width: 100%
    }

    .ym-col1 {
        float: left;
        width: 20%
    }

    .ym-col2 {
        float: right;
        width: 20%
    }

    .ym-col3 {
        width: auto;
        margin: 0 20%
    }

    .ym-cbox {
        padding: 0 10px
    }

    .ym-cbox-left {
        padding: 0 10px 0 0
    }

    .ym-cbox-right {
        padding: 0 0 0 10px
    }

    .ym-ie-clearing {
        display: none
    }

    .ym-grid {
        display: table;
        width: 100%;
        table-layout: fixed;
        list-style-type: none;
        padding-left: 0;
        padding-right: 0;
        margin-left: 0;
        margin-right: 0
    }

    .ym-gl {
        float: left;
        margin: 0
    }

    .ym-gr {
        float: right;
        margin: 0 0 0 -5px
    }

    .ym-g20 {
        width: 20%
    }

    .ym-g40 {
        width: 40%
    }

    .ym-g60 {
        width: 60%
    }

    .ym-g80 {
        width: 80%
    }

    .ym-g25 {
        width: 25%
    }

    .ym-g33 {
        width: 33.333%
    }

    .ym-g50 {
        width: 50%
    }

    .ym-g66 {
        width: 66.666%
    }

    .ym-g75 {
        width: 75%
    }

    .ym-g38 {
        width: 38.2%
    }

    .ym-g62 {
        width: 61.8%
    }

    .ym-gbox {
        padding: 0 10px
    }

    .ym-gbox-left {
        padding: 0 10px 0 0
    }

    .ym-gbox-right {
        padding: 0 0 0 10px
    }

    .ym-equalize {
        overflow: hidden
    }

        .ym-equalize > [class*="ym-g"] {
            display: table-cell;
            float: none;
            margin: 0;
            vertical-align: top
        }

            .ym-equalize > [class*="ym-g"] > [class*="ym-gbox"] {
                padding-bottom: 10000px;
                margin-bottom: -10000px
            }
}

@media all {
    .ym-form,
    .ym-form fieldset {
        overflow: hidden
    }

        .ym-form div {
            position: relative
        }

        .ym-form label,
        .ym-form .ym-message {
            position: relative;
            display: block
        }

        .ym-form .ym-fbox-check label {
            display: inline
        }

        .ym-form input,
        .ym-form textarea {
            cursor: text
        }

            .ym-form input[type="checkbox"],
            .ym-form input[type="radio"],
            .ym-form select,
            .ym-form label {
                cursor: pointer
            }

        .ym-form textarea {
            overflow: auto
        }

        .ym-form input[type=hidden] {
            display: none !important
        }

        .ym-form .ym-fbox-text:before,
        .ym-form .ym-fbox-select:before,
        .ym-form .ym-fbox-check:before,
        .ym-form .ym-fbox-button:before {
            content: "";
            display: table
        }

        .ym-form .ym-fbox-text:after,
        .ym-form .ym-fbox-select:after,
        .ym-form .ym-fbox-check:after,
        .ym-form .ym-fbox-button:after {
            clear: both;
            content: ".";
            display: block;
            font-size: 0;
            height: 0;
            visibility: hidden
        }

        .ym-form select,
        .ym-form input,
        .ym-form textarea {
            display: block;
            position: relative;
            width: 58.5%
        }

        .ym-form .ym-fbox-check input {
            display: inline;
            width: auto
        }

        .ym-form .ym-fbox-button input {
            display: inline;
            overflow: visible;
            width: auto
        }

        .ym-form .ym-fbox-check input:focus,
        .ym-form .ym-fbox-check input:hover,
        .ym-form .ym-fbox-check input:active {
            border: 0 none
        }

    .ym-full .ym-fbox-select select,
    .ym-full .ym-fbox-text input,
    .ym-full .ym-fbox-text textarea {
        width: 94.2%;
        margin-right: -3px
    }

    .ym-columnar .ym-fbox-text label,
    .ym-columnar .ym-fbox-select label {
        display: inline;
        float: left;
        width: 30%
    }

    .ym-columnar .ym-fbox-check {
        position: relative
    }

    .ym-label {
        display: block
    }

    .ym-columnar .ym-fbox-check .ym-label {
        position: absolute;
        top: 0
    }

    .ym-columnar .ym-fbox-check input,
    .ym-columnar .ym-error .ym-message {
        margin-left: 30%
    }

    .ym-columnar fieldset .ym-fbox-button,
    fieldset.ym-columnar .ym-fbox-button {
        padding-left: 30%
    }

    .ym-columnar .ym-fbox-select select,
    .ym-columnar .ym-fbox-text input,
    .ym-columnar .ym-fbox-text textarea {
        float: left;
        width: 67.2%;
        margin-right: -3px
    }

    .ym-fbox-select select {
        width: 60%
    }

    .ym-full .ym-fbox-select select {
        width: 94.8%
    }

    .ym-columnar .ym-fbox-select select {
        width: 68.8%
    }
}

@media print {
    .ym-grid > .ym-gl,
    .ym-grid > .ym-gr {
        overflow: visible;
        display: table
    }

    .ym-print {
        position: static;
        left: 0
    }

    .ym-noprint {
        display: none !important
    }
}

.container {
    padding-left: 0;
    padding-right: 0;
}

.ym-grid {
    width: 924.999px;
    position: relative
}

.ym-grid-full {
    width: 959.999px;
    position: relative;
    margin-left: 0px;
    clear: both
}

.content-box, .content-box.page-nav {
    background: #4b4b4b;
    box-shadow: none !important;
    width: 960px;
}

    .content-box.page-nav li a {
        color: #fff;
    }

.contentBox .ym-grid {
    margin-left: 28px !important
}

.contentBox .ym-grid-full {
    margin-left: 0px !important
}

.contentBox > .ym-g924-4 {
    width: 344px
}

    .contentBox > .ym-g924-4 .ym-grid-full {
        width: 344px
    }

.contentBox > .ym-g924-5 {
    width: 421px
}

    .contentBox > .ym-g924-5 .ym-grid-full {
        width: 421px
    }

.contentBox > .ym-g924-6 {
    width: 498px
}

    .contentBox > .ym-g924-6 .ym-grid-full {
        width: 498px
    }

.contentBox > .ym-g924-7 {
    width: 575px
}

    .contentBox > .ym-g924-7 .ym-grid-full {
        width: 575px
    }

.contentBox > .ym-g924-8 {
    width: 652px
}

    .contentBox > .ym-g924-8 .ym-grid-full {
        width: 652px
    }

.contentBox > .ym-g924-9 {
    width: 729px
}

    .contentBox > .ym-g924-9 .ym-grid-full {
        width: 729px
    }

.contentBox > .ym-g924-10 {
    width: 806px
}

    .contentBox > .ym-g924-10 .ym-grid-full {
        width: 806px
    }

.contentBox > .ym-g924-11 {
    width: 883px
}

    .contentBox > .ym-g924-11 .ym-grid-full {
        width: 883px
    }

.contentBox > .ym-g924-12 {
    width: 960px
}

    .contentBox > .ym-g924-12 .ym-grid-full {
        width: 960px
    }

.ym-grid .ym-grid {
    width: 100%
}

.ym-g924-all {
    position: relative
}

.ym-g924-1 {
    width: 77px;
    position: relative
}

.ym-g924-2 {
    width: 154px;
    position: relative
}

.ym-g924-3 {
    width: 231px;
    position: relative
}

.ym-g924-4 {
    width: 308px;
    position: relative
}

.ym-g924-5 {
    width: 385px;
    position: relative
}

.ym-g924-6 {
    width: 462px;
    position: relative
}

.ym-g924-7 {
    width: 539px;
    position: relative
}

.ym-g924-8 {
    width: 616px;
    position: relative
}

.ym-g924-9 {
    width: 693px;
    position: relative
}

.ym-g924-10 {
    width: 770px;
    position: relative
}

.ym-g924-11 {
    width: 847px;
    position: relative
}

.ym-g924-12 {
    width: 924px;
    position: relative
}

.ym-gbox {
    padding: 0;
    margin-right: 20px
}

.ym-g960-full {
    width: 960px
}

.ym-g960-half {
    width: 480px
}

@font-face {
    font-family: "HelveticaNeueW01-UltLt";
    src: url("../../common/fonts/41774233-b9da-44be-b252-6a7b612fb1c7.eot?iefix") format("eot")
}

@font-face {
    font-family: "HelveticaNeueW01-UltLt";
    src: url("../../common/fonts/41774233-b9da-44be-b252-6a7b612fb1c7.eot?iefix");
    src: url("../../common/fonts/4bff1fbb-b4bf-4d95-9c47-efcb14384e36.woff") format("woff"), url("../../common/fonts/7f1f2a7d-3837-4c93-b373-f03c5da3f9a1.ttf") format("truetype"), url("../../common/fonts/d9f2752a-8d82-4cf1-b82f-109c1105be7f.svg#d9f2752a-8d82-4cf1-b82f-109c1105be7f") format("svg")
}

@font-face {
    font-family: "HelveticaNeueW01-45Ligh";
    src: url("../../common/fonts/ae1656aa-5f8f-4905-aed0-93e667bd6e4a.eot?iefix") format("eot")
}

@font-face {
    font-family: "HelveticaNeueW01-45Ligh";
    src: url("../../common/fonts/ae1656aa-5f8f-4905-aed0-93e667bd6e4a.eot?iefix");
    src: url("../../common/fonts/530dee22-e3c1-4e9f-bf62-c31d510d9656.woff") format("woff"), url("../../common/fonts/688ab72b-4deb-4e15-a088-89166978d469.ttf") format("truetype"), url("../../common/fonts/7816f72f-f47e-4715-8cd7-960e3723846a.svg#7816f72f-f47e-4715-8cd7-960e3723846a") format("svg")
}

@font-face {
    font-family: "HelveticaNeueW01-55Roma";
    src: url("../../common/fonts/b7693a83-b861-4aa6-85e0-9ecf676bc4d6.eot?iefix") format("eot")
}

@font-face {
    font-family: "HelveticaNeueW01-55Roma";
    src: url("../../common/fonts/b7693a83-b861-4aa6-85e0-9ecf676bc4d6.eot?iefix");
    src: url("../../common/fonts/bcf54343-d033-41ee-bbd7-2b77df3fe7ba.woff") format("woff"), url("../../common/fonts/b0ffdcf0-26da-47fd-8485-20e4a40d4b7d.ttf") format("truetype"), url("../../common/fonts/da09f1f1-062a-45af-86e1-2bbdb3dd94f9.svg#da09f1f1-062a-45af-86e1-2bbdb3dd94f9") format("svg")
}

@font-face {
    font-family: "HelveticaNeueW01-65Medi";
    src: url("../../common/fonts/07fe0fec-b63f-4963-8ee1-535528b67fdb.eot?iefix") format("eot")
}

@font-face {
    font-family: "HelveticaNeueW01-65Medi";
    src: url("../../common/fonts/07fe0fec-b63f-4963-8ee1-535528b67fdb.eot?iefix");
    src: url("../../common/fonts/60be5c39-863e-40cb-9434-6ebafb62ab2b.woff") format("woff"), url("../../common/fonts/4c6503c9-859b-4d3b-a1d5-2d42e1222415.ttf") format("truetype"), url("../../common/fonts/36c182c6-ef98-4021-9b0d-d63122c2bbf5.svg#36c182c6-ef98-4021-9b0d-d63122c2bbf5") format("svg")
}

@font-face {
    font-family: "HelveticaNeueW01-75Bold";
    src: url("../../common/fonts/c07fef9e-a934-42d7-92ad-69205f2b8a00.eot?iefix") format("eot")
}

@font-face {
    font-family: "HelveticaNeueW01-75Bold";
    src: url("../../common/fonts/c07fef9e-a934-42d7-92ad-69205f2b8a00.eot?iefix");
    src: url("../../common/fonts/14ff6081-326d-4dae-b778-d7afa66166fc.woff") format("woff"), url("../../common/fonts/8fda1e47-19be-46c7-8d83-8d4fb35572f0.ttf") format("truetype"), url("../../common/fonts/f751c8ae-1057-46d9-8d74-62592e002568.svg#f751c8ae-1057-46d9-8d74-62592e002568") format("svg")
}

.fontFace-text {
    line-height: 16px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    color: #404142
}

.fontFace-headline {
    line-height: 28px;
    font-family: 'HelveticaNeueW01-45Ligh';
    font-size: 25px;
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    color: #404142
}

.fontFace-subheadline1 {
    line-height: 23px;
    font-family: 'HelveticaNeueW01-45Ligh';
    font-size: 20px;
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    color: #404142
}

.fontFace-subheadline2 {
    line-height: 20px;
    font-family: 'HelveticaNeueW01-55Roma';
    font-size: 17px;
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    color: #404142
}

.fontFace-subheadline3 {
    line-height: 17px;
    font-family: 'HelveticaNeueW01-55Roma';
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    color: #404142
}

.fontFace-subheadline4 {
    line-height: 19px;
    font-family: 'HelveticaNeueW01-75Bold';
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    color: #404142
}

.fontFace-headerLink {
    line-height: 16px;
    font-family: 'HelveticaNeueW01-55Roma';
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    color: #7f7f7f;
    text-decoration: none
}

.vertical-delimiter-left {
    background-image: url("image/delimiter-vertical-left.png");
    background-repeat: no-repeat;
    background-position: 187px top
}

    .vertical-delimiter-left > .ym-g924-3 {
        background-image: url("image/delimiter-vertical-left-closure.png");
        background-repeat: no-repeat;
        background-position: right bottom
    }

        .vertical-delimiter-left > .ym-g924-3 .ym-gbox {
            position: relative;
            width: 192px;
            overflow: hidden;
            padding: 0;
            margin: 0;
            min-height: 26px
        }

.vertical-delimiter-right {
    background-image: url("image/delimiter-vertical-right.png");
    background-repeat: no-repeat;
    background-position: 693px top
}

    .vertical-delimiter-right > .ym-g924-3 {
        background-image: url("image/delimiter-vertical-right-closure.png");
        background-repeat: no-repeat;
        background-position: left bottom
    }

        .vertical-delimiter-right > .ym-g924-3 .ym-gbox {
            position: relative;
            width: 192px;
            overflow: hidden;
            padding: 0 0 0 20px
        }

    .vertical-delimiter-left h1,
    .vertical-delimiter-right h1 {
        margin-top: 37px;
        margin-bottom: 10px;
        line-height: 28px;
        /*font-family: 'HelveticaNeueW01-45Ligh';*/
        font-size: 25px;
        font-weight: normal;
        font-style: normal;
        font-variant: normal;
        color: #404142
    }

    .vertical-delimiter-left .links,
    .vertical-delimiter-right .links {
        position: absolute;
        top: -4px
    }

    .vertical-delimiter-left img,
    .vertical-delimiter-right img {
        display: block
    }

.delimiter-paragraph {
    margin-bottom: 8px
}

.delimiter-blank-bottom {
    margin-bottom: 28px
}

.delimiter-blank-top {
    margin-top: 28px
}

.delimiter-blank-right {
    margin-right: 28px
}

.delimiter-blank-small-bottom {
    margin-bottom: 20px
}

.delimiter-blank-small-top {
    margin-top: 20px
}

.delimiter-blank-half-bottom {
    margin-bottom: 14px
}

.delimiter-blank-half-top {
    margin-top: 14px
}

.delimiter-blank-small-right {
    margin-right: 5px
}

.ym-g924-12.delimiter-shadow-content {
    margin-bottom: 2px;
    padding-bottom: 28px;
    background-image: url("image/delimiter-content-12.png");
    background-repeat: no-repeat;
    background-position: left bottom;
    margin-left: -10px;
    padding-left: 10px
}

.ym-g924-9.delimiter-shadow-content {
    margin-bottom: 2px;
    padding-bottom: 22px;
    background-image: url("image/delimiter-content-9.png");
    background-repeat: no-repeat;
    background-position: left bottom;
    margin-left: -10px;
    padding-left: 10px
}

.delimiter-gray-bottom {
    height: 1px;
    margin: 14px -8px 16px -8px;
    background-image: url("image/delimiter-4px-gray.png");
    background-repeat: repeat-x;
    background-position: left top
}

.delimiter-gray-small-bottom {
    height: 1px;
    margin: 14px -8px 16px -8px;
    background-image: url("image/delimiter-4px-gray.png");
    background-repeat: repeat-x;
    background-position: left top
}

.delimiter-line-bottom {
    margin-bottom: 28px;
    border-bottom: solid 1px #e5e5e5
}

.ym-gbox.delimiter-line-bottom {
    padding-bottom: 28px
}

.delimiter-line-top-noMargin {
    border-top: solid 1px #e5e5e5
}

.ym-gbox.delimiter-line-top-noMargin {
    padding-top: 28px
}

.delimiter-dotted-bottom {
    background-image: url("image/delimiter-4px-gray.png");
    background-repeat: repeat-x;
    background-position: left bottom;
    margin-bottom: 28px
}

.ym-gbox.delimiter-dotted-bottom {
    background-image: url("image/delimiter-4px-gray.png");
    background-repeat: repeat-x;
    background-position: left bottom;
    padding-bottom: 28px
}

.delimiter-dotted-top {
    background-image: url("image/delimiter-4px-gray.png");
    background-repeat: repeat-x;
    background-position: left top;
    padding-top: 14px
}

.delimiter-gray-side-4x1x4 {
    background-image: url("image/delimiter-4px-gray.png");
    background-repeat: repeat-y;
    background-position: 335px top
}

.delimiter-dotted-right-margin {
    background-image: url("image/delimiter-vertical-right-dotted.png");
    background-position: top right;
    background-repeat: repeat-y
}

.delimiter-dotted-right {
    background-image: url("image/delimiter-vertical-right-dotted.png");
    background-position: top right;
    background-repeat: repeat-y;
    margin-right: 10px;
    width: 4px
}

.boxshadow .delimiter-shadow-bottom {
    margin-bottom: 28px;
    border-collapse: separate;
    -moz-box-shadow: 0px 10px 22px -10px #555;
    -webkit-box-shadow: 0px 10px 22px -10px #555;
    box-shadow: 0px 10px 22px -10px #555
}

.no-boxshadow .delimiter-shadow-bottom {
    background-image: url("image/content-header-bg-variant3.png");
    background-position: bottom center;
    background-repeat: no-repeat;
    padding-bottom: 28px
}

.content-panel.right, .content-panel.right:after, .content-panel.left, .content-panel.left:after {
    background-image: none;
}

.side-bar nav ul li {
    background: transparent;
    border-color: #fff;
    border-right: 0;
    border-bottom: 0;
    border-left: 0;
    padding: 0;
}

    .side-bar nav ul li a:link, .side-bar nav ul li a:visited {
        color: #fff;
        padding: 10px 0;
    }

a {
    line-height: 16px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    color: #404142;
    color: #7f7f7f;
    text-decoration: none
}

    a:link {
        color: #fff
    }

    a:visited {
        color: #fff
    }

    a:focus {
        color: #fff
    }

    a:hover {
        color: #fff
    }

    a:active {
        color: #404142
    }

    a.link-standard {
        background: url("image/icon-arrow-right-red.png") no-repeat left 5px;
        padding-left: 10px;
        display: block
    }

    a.link-phone {
        background: url("image/icon-phone-gray.png") no-repeat left 1px;
        padding-left: 12px;
        display: block
    }

        a.link-phone:hover {
            color: #7f7f7f
        }

    a.link-back {
        background: url("image/icon-arrow-left-red.png") no-repeat left 5px;
        padding-left: 10px
    }

    a.link-mailto {
        text-decoration: underline;
        white-space: nowrap
    }

    a.link-info {
        background: url("image/icon-info-gray.png") no-repeat 0 0;
        min-height: 12px;
        min-width: 12px;
        display: inline-block
    }

    a.link-single-up {
        background: url("image/icon-arrow-up-red.png") no-repeat left 5px;
        padding-left: 12px;
        display: block
    }

    a.link-up {
        background: url("image/icon-arrow-double-up-red.png") no-repeat right 2px;
        padding-right: 13px;
        display: block
    }

        a.link-up:focus {
            outline: none;
            border-color: inherit
        }

    a.link-down {
        background: url("image/icon-arrow-double-down-red.png") no-repeat right 2px;
        padding-right: 13px;
        display: block
    }

        a.link-down:focus {
            outline: none;
            border-color: inherit
        }

    a.link-single-down {
        background: url("image/icon-arrow-down-red.png") no-repeat left 5px;
        padding-left: 12px;
        display: block
    }

    a[href^='tel:'] {
        background: url("image/icon-phone-gray.png") no-repeat left 1px;
        padding-left: 12px;
        text-decoration: none !important
    }

        a[href^='tel:']:hover {
            color: #7f7f7f
        }
    /*a[href^='mailto:'] {
    background: url("image/icon-mail-gray.png") no-repeat left 1px;
    padding-left: 17px
}*/
    a[href^='mailto:']:hover {
        color: #7f7f7f
    }

#promotion-page a.button, #shop-page a.button, .pg-mciEvents a.button, .mieleButton-alt, a.mieleButton-alt {
    background: #8c0014;
    border-radius: 0;
}

#promotion-page a.button:hover, #shop-page a.button:hover, .pg-mciEvents a.button:hover {
    background: #8c0014;
}

div.link-standard a {
    background: url("image/icon-arrow-right-red.png") no-repeat left 5px;
    padding-left: 10px;
    display: block
}

h1 {
    line-height: 28px;
    /*font-family: 'HelveticaNeueW01-45Ligh';*/
    font-size: 25px;
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    color: #fff;
}

h2 {
    line-height: 23px;
    /*font-family: 'HelveticaNeueW01-45Ligh';*/
    font-size: 20px;
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    color: #fff;
    margin: 0 0 1em 0;
}

h3 {
    line-height: 20px;
    /*font-family: 'HelveticaNeueW01-55Roma';*/
    font-size: 17px;
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    color: #fff;
}

h4 {
    line-height: 17px;
    /*font-family: 'HelveticaNeueW01-55Roma';*/
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    color: #fff;
}

h5 {
    line-height: 19px;
    /*font-family: 'HelveticaNeueW01-75Bold';*/
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    color: #fff;
}

blockquote {
    margin: 1em 40px
}

mark {
    background: #ff0;
    color: #000
}

strong {
    line-height: 16px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    /*color: #fff;*/
    font-weight: bold
}

p,
pre {
    margin: 0;
    padding: 0;
    line-height: 16px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    color: #fff !important;
    margin-bottom: 8px
}

p span {
    background:transparent !important;
    color:#fff !important;
}

code,
kbd,
pre,
samp {
    font-family: monospace, serif;
    _font-family: 'courier new', monospace;
    font-size: 10px
}

pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
    margin: 8px 0
}

small {
    font-size: 80%
}

sub,
sup,
sub a,
sup a {
    font-size: 11px;
    line-height: 0
}

img {
    border: 0;
    -ms-interpolation-mode: bicubic
}

var {
    font-style: normal
}

menu,
ol,
ul {
    margin: 0 0;
    padding: 0;
    list-style: none
}

    menu li,
    ol li,
    ul li {
        margin: 0;
        padding: 0
    }

.list {
    margin-bottom: 10px
}

    .list li {
        background-image: url("image/icon-dot.png");
        background-repeat: no-repeat;
        background-position: left top;
        padding-left: 16px;
        margin-bottom: 5px
    }

nav ul,
nav ol {
    list-style: none;
    list-style-image: none
}

.mainTopicAnimation {
    margin: 0;
    padding: 0;
    line-height: 0
}

.remove {
    padding-right: 20px;
    background: url("image/icon-close-small-gray.png") top right no-repeat
}

.serviceTable {
    margin: 10px 0 20px 0
}

    .serviceTable .table-scrollable {
        margin-top: 10px;
        width: 100%;
        overflow: auto
    }

    .serviceTable .caption > div {
        margin: 10px 0 10px 20px
    }

    .serviceTable table {
        text-align: center
    }

    .serviceTable th.checkbox {
        width: 75px
    }

        .serviceTable th.checkbox .mfCheckboxImage {
            padding-right: 0
        }

    .serviceTable th.price,
    .serviceTable th.quantity {
        width: 20%;
        white-space: nowrap
    }

    .serviceTable td.label {
        text-align: left
    }

    .serviceTable td.price,
    .serviceTable td.quantity {
        text-align: right
    }

        .serviceTable td.price .mfSpinnerWrapper,
        .serviceTable td.quantity .mfSpinnerWrapper {
            margin: 0
        }

    .serviceTable td > img {
        max-height: 50px;
        max-width: 50px;
        float: right
    }

table.standard-table,
table.device_settings {
    width: 100%;
    border: none
}

    table.standard-table thead,
    table.device_settings thead,
    table.standard-table th,
    table.device_settings th,
    table.standard-table tbody,
    table.device_settings tbody,
    table.standard-table td,
    table.device_settings td,
    table.standard-table tfoot,
    table.device_settings tfoot {
        border: none
    }

    table.standard-table caption,
    table.device_settings caption {
        text-align: left
    }

    table.standard-table thead,
    table.device_settings thead {
        background-color: #f7f7f7
    }

        table.standard-table thead th,
        table.device_settings thead th {
            font-weight: bold;
            padding: 5px 20px;
            background-image: url("image/table-head-background.png");
            background-repeat: no-repeat;
            background-position: bottom left;
            border-left: solid 8px #f7f7f7;
            text-align: left
        }

            table.standard-table thead th:first-child,
            table.device_settings thead th:first-child {
                background: none;
                background-color: #f7f7f7;
                padding: 5px 10px
            }

    table.standard-table tbody td,
    table.device_settings tbody td {
        vertical-align: top;
        padding-left: 15px;
        background-image: url("image/table-cell-background.png");
        background-repeat: no-repeat;
        background-position: bottom left;
        border-left: solid 8px white;
        line-height: 18px;
        padding: 5px 10px 9px 20px
    }

        table.standard-table tbody td:first-child,
        table.device_settings tbody td:first-child {
            background-image: url("image/table-cell-background-first.png");
            background-repeat: repeat-x;
            background-position: bottom right;
            padding-left: 10px
        }

    table.standard-table tbody tr.off td,
    table.device_settings tbody tr.off td {
        background-color: gray !important;
        background-image: none
    }

    table.standard-table img,
    table.device_settings img {
        float: left
    }

    table.standard-table th img {
        display: block;
        float: none;
        padding: 5px 0
    }

div.table-extrainfo {
    margin-top: -20px;
    margin-bottom: 10px;
    padding-left: 8px
}

.basketTable th {
    font-weight: bold;
    border-bottom: 2px solid #ddd;
    color: #555;
    font-size: 11px;
    vertical-align: baseline
}

.basketTable th,
.basketTable td {
    padding: 3px;
    vertical-align: middle;
    text-align: left
}

.basketTable .price,
.basketTable .single-price {
    padding-right: 10px;
    text-align: right;
    white-space: nowrap
}

.basketTable .odd td {
    background-color: #f7f7f7
}

.basketTable th {
    font-weight: bold;
    border-bottom: 2px solid #ddd;
    color: #555;
    font-size: 11px;
    vertical-align: baseline
}

.basketTable th,
.basketTable td {
    padding: 3px;
    vertical-align: middle;
    text-align: left
}

.basketTable .price,
.basketTable .single-price {
    padding-right: 10px;
    text-align: right;
    white-space: nowrap
}

.basketTable .odd td {
    background-color: #f7f7f7
}

.copyright {
    line-height: 16px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    color: #404142;
    font-size: 10px;
    line-height: 12px;
    color: #7f7f7f
}

.unselectable {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.paragraph {
    line-height: 16px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    color: #404142;
    margin: 10px 0px 10px 0px;
    padding: 0px
}

    .paragraph a {
        text-decoration: underline
    }

        .paragraph a:link,
        .paragraph a:visited,
        .paragraph a:focus,
        .paragraph a:hover,
        .paragraph a:active {
            text-decoration: underline
        }

* {
    -webkit-font-smoothing: antialiased
}

html {
    line-height: 16px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    color: #404142;
    -webkit-font-smoothing: antialiased;
    overflow-y: scroll
}

body {
    background-color: #1f1f1f;
    color: #fff;
}

    body.iframe {
        background-color: #fff
    }

        body.iframe #mainArea {
            margin: 0
        }

        body.iframe #contentArea {
            margin: 0;
            padding: 0;
            width: 960px
        }

        body.iframe .contentBox {
            margin: 0;
            box-shadow: none;
            -moz-box-shadow: none;
            -webkit-box-shadow: none
        }

        body.iframe .no-boxshadow.lt-ie9 .contentBox {
            border: none
        }

        body.iframe header,
        body.iframe footer,
        body.iframe #backlinkBox {
            display: none;
            float: left;
            height: 0px
        }

#mainArea {
    width: 984px;
    margin: 0 auto;
    overflow: visible;
    position: relative;
    zoom: 1
}

#logobar {
    width: 829px;
    height: 35px;
    margin: 0px 13px 0px 0px;
    padding: 0px;
    float: left;
    background-color: #8C0014;
    display: none;
}

#mieleLogo {
    float: right;
    margin: 0px;
    padding: 0px;
    display: none;
}

header {
    line-height: 16px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    color: #fff;
}

    header #headerTopArea {
        width: 400px;
        height: 120px;
        margin: 0px auto;
        overflow: hidden;
        position: absolute;
        right: 14px;
        top: 0;
    }

        header #headerTopArea nav.targetGroupNavigation {
            margin: 0 0 0 0;
            position: absolute;
            top: 0;
            right: 8px;
        }

            header #headerTopArea nav.targetGroupNavigation ul {
                list-style-type: none;
                margin: 0px;
                padding: 0px
            }

                header #headerTopArea nav.targetGroupNavigation ul li {
                    float: right;
                    height: 15px;
                    margin: 5px 0px 0px 5px;
                    padding: 0px 0px 0px 5px;
                    border-left: 1px solid #c6c6c6;
                    line-height: 10px
                }

                    header #headerTopArea nav.targetGroupNavigation ul li:last-child {
                        border-left: 0px;
                        margin-left: 0px
                    }

                    header #headerTopArea nav.targetGroupNavigation ul li a {
                        font-size: 14px;
                        line-height: 11px;
                        height: 15px;
                        float: left;
                        margin: 3px 0px 0px 0px;
                        /*font-family: 'HelveticaNeueW01-55Roma';*/
                        font-weight: normal;
                        font-style: normal;
                        font-variant: normal;
                        color: #c4c4c4;
                        text-decoration: none
                    }

                        header #headerTopArea nav.targetGroupNavigation ul li a:link {
                            color: #c4c4c4
                        }

                        header #headerTopArea nav.targetGroupNavigation ul li a:visited {
                            color: #c4c4c4;
                        }

                        header #headerTopArea nav.targetGroupNavigation ul li a:focus {
                            color: #fff;
                        }

                        header #headerTopArea nav.targetGroupNavigation ul li a:hover {
                            color: #fff
                        }

                        header #headerTopArea nav.targetGroupNavigation ul li a:active {
                            color: #fff;
                        }

                    header #headerTopArea nav.targetGroupNavigation ul li.active a {
                        color: #fff;
                        /*font-family: 'HelveticaNeueW01-75Bold';*/
                        line-height: 10px;
                        font-weight: 600;
                    }

                        header #headerTopArea nav.targetGroupNavigation ul li.active a:link,
                        header #headerTopArea nav.targetGroupNavigation ul li.active a:visited,
                        header #headerTopArea nav.targetGroupNavigation ul li.active a:focus,
                        header #headerTopArea nav.targetGroupNavigation ul li.active a:hover,
                        header #headerTopArea nav.targetGroupNavigation ul li.active a:active {
                            color: #fff;
                            /*font-family: 'HelveticaNeueW01-75Bold';*/
                            line-height: 10px
                        }

    header #headerLogoArea {
        width: 100.1%;
        height: 122px;
        margin-bottom: 0;
    }

        header #headerLogoArea > a {
            display: block;
            background-image: url("image/miele-logo.png");
            background-repeat: no-repeat;
            height: 60px;
            width: 157px;
            margin: auto;
        }

    header #headerMainNavArea {
        width: 960px;
        height: 30px;
        margin: 0px auto;
        position: relative
    }

        header #headerMainNavArea nav.mainNavigation {
            margin: 0px 0px 0px 0px
        }

            header #headerMainNavArea nav.mainNavigation > ul {
                list-style-type: none;
                line-height: 22px;
                margin: 0px;
                padding: 0px
            }

                header #headerMainNavArea nav.mainNavigation > ul > li {
                    float: left;
                    margin: 0px 17px 0px 0px;
                    padding: 0px 0px 0px 0px;
                    line-height: 25px
                }

                    header #headerMainNavArea nav.mainNavigation > ul > li > a {
                        line-height: 16px;
                        /*font-family: 'HelveticaNeueW01-55Roma';*/
                        font-size: 16px;
                        font-weight: normal;
                        font-style: normal;
                        font-variant: normal;
                        color: #7f7f7f;
                        text-decoration: none;
                        position: relative
                    }

                        header #headerMainNavArea nav.mainNavigation > ul > li > a:link {
                            color: #c4c4c4;
                        }

                        header #headerMainNavArea nav.mainNavigation > ul > li > a:visited {
                            color: #c4c4c4;
                        }

                        header #headerMainNavArea nav.mainNavigation > ul > li > a:focus {
                            color: #fff;
                        }

                        header #headerMainNavArea nav.mainNavigation > ul > li > a:hover {
                            color: #fff;
                        }

                        header #headerMainNavArea nav.mainNavigation > ul > li > a:active {
                            color: #404142
                        }

                    header #headerMainNavArea nav.mainNavigation > ul > li.active > a {
                        color: #404142;
                        /*font-family: 'HelveticaNeueW01-75Bold'*/
                        font-weight: 600;
                    }

                        header #headerMainNavArea nav.mainNavigation > ul > li.active > a:link,
                        header #headerMainNavArea nav.mainNavigation > ul > li.active > a:visited,
                        header #headerMainNavArea nav.mainNavigation > ul > li.active > a:focus,
                        header #headerMainNavArea nav.mainNavigation > ul > li.active > a:hover,
                        header #headerMainNavArea nav.mainNavigation > ul > li.active > a:active {
                            color: #404142;
                            /*font-family: 'HelveticaNeueW01-75Bold'*/
                        }

#mainNavSearch,
#footerSearch {
    margin: 3px 0px 0px 0px;
    padding: 0px;
    float: left;
    height: 17px;
    position: relative
}

    #mainNavSearch input,
    #footerSearch input {
        margin: 0px;
        padding: 0px;
        height: 17px;
        border-top: 1px solid #e8e8e8;
        border-bottom: 1px solid #e8e8e8;
        border-left: 1px solid #e8e8e8;
        border-right: 0px;
        float: left;
        width: 130px;
        background: #fff;
        outline: none;
        line-height: 15px;
        font-size: 12px
    }

    #mainNavSearch img,
    #footerSearch img {
        margin: 0px;
        padding: 0px;
        float: left;
        cursor: pointer
    }

.highlight {
    background-color: yellow;
    display: inline !important
}

#footerSearch {
    width: 163px;
    margin: 32px 0px 0px 0px;
    padding: 0px;
    float: right
}

    #footerSearch.useSocialIcons {
        float: left;
        margin-left: 10px;
        margin-top: 37px
    }

.socialIcons {
    float: left;
    margin-top: 5px;
    display: none;
    width: 100%
}

    .socialIcons a {
        margin-left: 7px;
        float: right
    }

    .socialIcons.useSocialIcons {
        display: block
    }

.headerToolboxItem span.itemCounter {
    position: absolute;
    width: 18px;
    height: 18px;
    background-color: white;
    border: 1px solid #c6c6c6;
    border-radius: 12px;
    color: #404142;
    line-height: 18px;
    font-size: 12px;
    font-weight: 400;
    padding: 0;
    text-align: center;
    display: block
}

#headerToolbox {
    /*float: right;*/
    /*padding: 0px 6px 0px 0px;
    margin: 0px 7px 0px 0;*/
    background-image: none;
    position: absolute;
    top: 95px;
    right: 0;
    margin: 0;
    padding: 0;
}

    #headerToolbox .headerToolboxItem {
        height: 32px;
        float: left;
        cursor: pointer;
        padding: 0 19px 0 0;
        position: relative;
    }

        #headerToolbox .headerToolboxItem span.text {
            border-left: 0;
            height: 15px;
            line-height: 15px;
            display: inline-block;
            min-width: 15px;
            text-indent: -1000px;
        }

            #headerToolbox .headerToolboxItem span.text.basket {
                /*padding-left: 12px;*/
                background-image: url("image/ICN-Cart_white.svg");
                background-repeat: no-repeat;
                /*background-position: right center*/
                background-size: 24px auto;
                height: 24px;
                padding-left: 0;
                width: 24px;
            }

        #headerToolbox .headerToolboxItem span.itemCounter {
            right: 5px;
            top: 3px;
            display: none
        }

    #headerToolbox a {
        font-size: 13px;
        color: #fff;
        display: block;
        width: 24px;
    }

        #headerToolbox a:hover {
            color: #8C0014
        }

    #headerToolbox #basket span.text.with-counter,
    #headerToolbox #memo span.text.with-counter {
        margin-right: 20px
    }

#basket > a {
    margin: 0;
}

#headerToolbox #memo span.text {
    background-image: url("image/ICN-Heart_white.svg");
    background-repeat: no-repeat;
    background-size: 24px auto;
    height: 24px;
    width: 24px;
}

/*.boxshadow #headerToolbox {
    border-collapse: separate;
    -moz-box-shadow: 0px -10px 7px -2px #999;
    -webkit-box-shadow: 0px -10px 7px -2px #999;
    box-shadow: 0px -10px 7px -2px #999
}*/
.no-boxshadow #headerToolbox {
    height: 24px;
    border-left: 1px solid #c6c6c6;
    border-right: 1px solid #c6c6c6
}

.no-cssgradients #headerToolbox {
    background-image: url("image/headerToolbox-bg.png");
    background-repeat: repeat-x;
    background-position: left top
}

.no-borderradius span.itemCounter {
    border: none;
    background: none;
    background-image: url("image/toolbox-items.png");
    background-repeat: no-repeat;
    background-position: top right;
    height: 20px;
    width: 20px;
    top: 2px
}

#clubLogoff {
    display: none
}

#langChooser {
    position: absolute !important;
    right: 0;
    bottom: 30px;
    min-width: 100px;
    text-align: right;
}

    #langChooser a {
        display: inline-block;
    }

        #langChooser a:first-child span.text {
            padding-left: 10px;
        }

        #langChooser a span.text {
            padding: 0 0 0 5px;
            font-size: 13px;
            text-indent: initial;
        }

        #langChooser a.active {
            color: #404142
        }

    #langChooser span.text {
        border-left: 0;
        color: #fff;
    }

.headerToolboxItem:first-child span.text {
    border-left: none !important
}

#quicklink-nav {
    width: 85px;
    left: 50%;
    top: 155px !important;
    margin-left: 501px;
    margin-top: 0;
    padding: 0;
    position: fixed;
    background-repeat: repeat-y;
    background-color: #f1f1f0;
    list-style: none;
    list-style-type: none;
    box-shadow: 0px 1px 4px 0 #ccc;
    z-index: 0
}

    #quicklink-nav .quickLinkItem {
        min-height: 64px;
        width: 100%;
        float: left;
        margin: 0;
        background-color: #fff;
        border-bottom: #dfdfdf 1px solid;
        text-align: center
    }

        #quicklink-nav .quickLinkItem a {
            width: 100%;
            min-height: 14px;
            padding-top: 44px;
            padding-bottom: 6px;
            float: left;
            position: relative;
            display: block;
            font-size: 12px;
            line-height: 1.1em;
            background-repeat: no-repeat;
            background-position: center 4px;
            outline: none;
            color: #7f7f7f;
        }

            #quicklink-nav .quickLinkItem a:hover {
                color: #8C0014
            }

        #quicklink-nav .quickLinkItem:last-child {
            border-bottom: none
        }

    #quicklink-nav #contactLink > a {
        background-image: url("image/icon-quick-nav-contact.png")
    }

    #quicklink-nav #basket > a {
        background-image: url("image/icon-quick-nav-cart.png");
        margin: 0;
    }

    #quicklink-nav #dealersearch > a {
        background-image: url("image/icon-quick-nav-dealersearch.png")
    }

    #quicklink-nav #memo > a {
        background-image: url("image/icon-quick-nav-memo.png")
    }

    #quicklink-nav #club > a {
        background-image: url("image/icon-quick-nav-myAccount.png")
    }

    #quicklink-nav #clubLogoff > a {
        background-image: url("image/icon-quick-nav-logout.png")
    }

    #quicklink-nav .itemCounter {
        right: 24px;
        top: 24px;
        display: none;
        font-size: 12px
    }

.landing-header-mobile {
    display:none;
}

.boxshadow .dialog-window {
    -webkit-box-shadow: 0 5px 15px rgba(0,0,0,.5) !important;
    box-shadow: 0 5px 15px rgba(0,0,0,.5) !important;
}

.dialog-window {
    background-color: #2f2f2f !important;
    border: 0;
}

.postalCodeForm .modal-content {
    background:#4b4b4b !important
}

/* Find a Retailer */
.boxshadow #search-results > ol > li {
    box-shadow:none;
}

#search-results > ol > li {
    background: #888 !important;
    border: 0 !important;
}

#search-results > ol > li.preferred {
    background: #bbb !important;
}

/* Products */
.bottom-shadow {
    background: #a0a0a0;
    background-image:none;
}

.bottom-box-shadow {
    background-image:none;
}

.bottom-shadow > .heading > h1 {
    color:#333;
}

.boxshadow div.complementingProducts ul.products > li {
    background: #888;
    box-shadow: none;
}

div.complementingProducts ul.products li a:link, div.complementingProducts ul.products li a:visited, div.complementingProducts ul.products li a:hover, div.complementingProducts ul.products li a:active {
    color: #fff;
}

div.complementingProducts ul.products li ul.prices li {
    color: #fff;
}

.productDetails .prices ul, .details-stage .sell .prices > ul > li {
    color: #fff;
}

.image-gallery .aspect-ratio, .details-stage .promotions-wrapper {
    background:#888;
    border:0;
}

.packageList .product-stage > li {
    box-shadow: none;
}

/* Checkout */
.price-wrapper, .promotions-list {
    background: #888 !important;
    border: 0 !important;
}

input + label {
    color:#fff !important;
}

input[disabled] + label {
    color:#bbb !important;
}

a.info-link {
    color: #8c0014 !important;
}

/* Subscribe */
#subscribe .checkbox-single label {
    background:#fff;
    margin-right:15px;
    width:25px;
}

@media screen and (max-width: 1200px) {
    #quicklink-nav {
        width: 28px;
        min-height: 0;
        margin-left: 480px
    }

        #quicklink-nav .quickLinkItem {
            height: 36px;
            min-height: 0
        }

            #quicklink-nav .quickLinkItem a {
                min-height: 20px;
                width: 20px;
                background-position: center center;
                background-size: 100%;
                padding: 8px 4px 8px 4px
            }

                #quicklink-nav .quickLinkItem a span.text {
                    display: none
                }

        #quicklink-nav .itemCounter {
            width: 13px;
            height: 13px;
            border-radius: 12px;
            right: 3px;
            top: 16px;
            line-height: 14px;
            font-size: 10px
        }
}

@media screen and (max-width: 1020px) {
    #quicklink-nav {
        position: fixed;
        right: 0px;
        left: auto;
        z-index: 40
    }
}

#contentArea {
    width: 100%;
    margin: 0 auto;
}

.contentBox {
    width: 960px;
    margin: 0px auto 8px auto;
    background-color: white;
    display: table
}

    .contentBox.delimiter-top {
        margin-top: 28px
    }

.boxshadow .contentBox {
    border-collapse: separate;
    -moz-box-shadow: 1px 2px 5px 0px #ccc;
    -webkit-box-shadow: 1px 2px 5px 0px #ccc;
    box-shadow: 1px 2px 5px 0px #ccc
}

.no-boxshadow.lt-ie9 > .contentBox {
    border-bottom: 1px solid #e6e6e6;
    border-left: 1px solid #e6e6e6;
    border-right: 1px solid #e6e6e6
}

footer {
    /*display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;*/
    line-height: 16px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    color: #404142;
    width: 960px;
    margin: 0px auto 1em auto;
}

    footer #wappen {
        margin: 12px 20px 20px 28px;
        padding: 0px;
        float: left
    }

    footer nav.footerNavigation {
        margin: 25px 0px 0px 15px;
        float: left;
        width: 750px;
    }

        footer nav.footerNavigation ul {
            list-style-type: none;
            margin: 0px;
            padding: 0px
        }

            footer nav.footerNavigation ul li {
                float: left;
                margin: 5px 5px 0 0;
                padding: 0 5px 0 0;
                line-height: 12px
            }

                footer nav.footerNavigation ul li.last {
                    border-right: 0px
                }

                footer nav.footerNavigation ul li:first-child {
                    border-left: 0px solid #c6c6c6;
                    margin-left: 0px
                }

                footer nav.footerNavigation ul li a {
                    font-size: 12px;
                    font-weight: normal;
                    color: #c4c4c4;
                    text-decoration: none
                }

                    footer nav.footerNavigation ul li a:link {
                        color: #c4c4c4;
                    }

                    footer nav.footerNavigation ul li a:visited {
                        color: #c4c4c4;
                    }

                    footer nav.footerNavigation ul li a:focus {
                        color: #fff;
                    }

                    footer nav.footerNavigation ul li a:hover {
                        color: #fff;
                    }

                    footer nav.footerNavigation ul li a:active {
                        color: #c4c4c4;
                    }

                footer nav.footerNavigation ul li.active a {
                    color: #404142
                }

                    footer nav.footerNavigation ul li.active a:link,
                    footer nav.footerNavigation ul li.active a:visited,
                    footer nav.footerNavigation ul li.active a:focus,
                    footer nav.footerNavigation ul li.active a:hover,
                    footer nav.footerNavigation ul li.active a:active {
                        color: #404142
                    }

#productNavigation {
    width: 984px;
    height: 307px;
    position: absolute;
    top: 152px;
    left: 8px;
    background-color: #000;
    z-index: 20000;
    zoom: 1;
    margin: 0px;
    padding: 0px
}

    #productNavigation a.close {
        position: absolute;
        right: -12px;
        top: -12px;
        z-index: 101;
        background-image: url("image/icon-close-big-gray.png");
        background-repeat: no-repeat;
        width: 31px;
        height: 31px;
        color: transparent;
        overflow: hidden;
        /* Override bootstrap */
        filter: alpha(opacity=100);
        opacity: 1;
    }

        #productNavigation a.close.active,
        #productNavigation a.close:hover {
            background-image: url("image/icon-close-big-red.png")
        }

    #productNavigation #productNavigation-introLink {
        width: 946px;
        height: 80px;
        margin: 19px 19px 28px 19px;
        display: block;
        float: left;
        position: absolute;
        left: 0px;
        bottom: 0px;
        z-index: 101
    }

        #productNavigation #productNavigation-introLink .layer-black {
            position: absolute;
            left: 0px;
            top: 0px;
            width: 100%;
            height: 100%;
            background-color: #333;
            opacity: 0.9;
            z-index: 102
        }

        #productNavigation #productNavigation-introLink .layer-text {
            position: absolute;
            left: 0px;
            top: 0px;
            width: 100%;
            height: 100%;
            z-index: 103
        }

            #productNavigation #productNavigation-introLink .layer-text h2 {
                width: 580px;
                height: 50px;
                overflow: hidden;
                font-weight: normal;
                font-style: normal;
                font-variant: normal;
                margin: 15px 0px 0px 28px;
                padding: 0px;
                font-size: 20px;
                line-height: 23px;
                color: #fff
            }

            #productNavigation #productNavigation-introLink .layer-text a {
                position: absolute;
                top: 25px;
                left: 610px;
                margin: 0px
            }

    #productNavigation ul.productLevel1 {
        margin: 20px 0px 0px 12px;
        padding: 0px;
        display: block;
        float: left;
        background-image: none;
        background-repeat: no-repeat;
        list-style-type: none
    }

        #productNavigation ul.productLevel1 > li {
            width: 83px;
            height: 75px;
            float: left;
            border-bottom: 4px solid white;
            margin: 0px 2px 0px 2px;
            cursor: pointer
        }

            #productNavigation ul.productLevel1 > li .link {
                width: 83px;
                height: 65px;
                display: block;
                overflow: visible;
                text-decoration: none;
                cursor: pointer
            }

                #productNavigation ul.productLevel1 > li .link > img {
                    width: 83px;
                    display: none;
                }

                #productNavigation ul.productLevel1 > li .link > span {
                    width: 83px;
                    height: 50px;
                    padding: 0px 3px 0px 3px;
                    margin: 0px;
                    display: block;
                    float: left;
                    font-size: 11px;
                    line-height: 14px;
                    font-weight: normal;
                    color: #fff;
                }

                    #productNavigation ul.productLevel1 > li .link > span:hover {
                        color: #fff;
                    }

            #productNavigation ul.productLevel1 > li.active .teaser {
                display: block
            }

            #productNavigation ul.productLevel1 > li.active > ul {
                display: block
            }

            #productNavigation ul.productLevel1 > li.active,
            #productNavigation ul.productLevel1 > li:hover {
                border-bottom: 4px solid #f59b00;
            }

                #productNavigation ul.productLevel1 > li.active > a,
                #productNavigation ul.productLevel1 > li:hover > a {
                    color: #404142
                }

                    #productNavigation ul.productLevel1 > li.active > a:link,
                    #productNavigation ul.productLevel1 > li:hover > a:link,
                    #productNavigation ul.productLevel1 > li.active > a:visited,
                    #productNavigation ul.productLevel1 > li:hover > a:visited,
                    #productNavigation ul.productLevel1 > li.active > a:focus,
                    #productNavigation ul.productLevel1 > li:hover > a:focus,
                    #productNavigation ul.productLevel1 > li.active > a:hover,
                    #productNavigation ul.productLevel1 > li:hover > a:hover,
                    #productNavigation ul.productLevel1 > li.active > a:active,
                    #productNavigation ul.productLevel1 > li:hover > a:active {
                        color: #404142
                    }

                #productNavigation ul.productLevel1 > li.active li > a,
                #productNavigation ul.productLevel1 > li:hover li > a {
                    color: #7f7f7f
                }

                    #productNavigation ul.productLevel1 > li.active li > a:link,
                    #productNavigation ul.productLevel1 > li:hover li > a:link,
                    #productNavigation ul.productLevel1 > li.active li > a:visited,
                    #productNavigation ul.productLevel1 > li:hover li > a:visited,
                    #productNavigation ul.productLevel1 > li.active li > a:focus,
                    #productNavigation ul.productLevel1 > li:hover li > a:focus,
                    #productNavigation ul.productLevel1 > li.active li > a:hover,
                    #productNavigation ul.productLevel1 > li:hover li > a:hover,
                    #productNavigation ul.productLevel1 > li.active li > a:active,
                    #productNavigation ul.productLevel1 > li:hover li > a:active {
                        color: #7f7f7f
                    }

            #productNavigation ul.productLevel1 > li .teaser {
                position: absolute;
                top: 120px;
                right: 19px;
                width: 269px;
                height: 238px;
                display: none;
                margin: 0px;
                padding: 0px;
                font-size: 12px
            }

                #productNavigation ul.productLevel1 > li .teaser .transparentLayer {
                    display: block;
                    position: absolute;
                    left: 0px;
                    bottom: 0px;
                    width: 269px;
                    height: 44px;
                    background-color: #000;
                    opacity: 0.7;
                    z-index: 101
                }

                #productNavigation ul.productLevel1 > li .teaser span {
                    background-image: url("image/icon-arrow-right-red.png");
                    background-position: 18px 10px;
                    background-repeat: no-repeat;
                    display: block;
                    position: absolute;
                    left: 0px;
                    top: 195px;
                    width: 210px;
                    padding: 5px 20px 5px 30px;
                    z-index: 102;
                    color: white;
                    font-size: 12px;
                    line-height: 16px;
                    cursor: pointer
                }

        #productNavigation ul.productLevel1.contentitems li div.ym-g924-12 {
            position: absolute;
            cursor: default !important;
            left: 0;
            margin: 28px 14px 28px 28px;
            display: none
        }

            #productNavigation ul.productLevel1.contentitems li div.ym-g924-12 .ym-g924-6.ym-gr {
                width: 422px
            }

            #productNavigation ul.productLevel1.contentitems li div.ym-g924-12 .ym-g924-6.ym-gl {
                width: 500px
            }

            #productNavigation ul.productLevel1.contentitems li div.ym-g924-12 h5 {
                margin: 8px 0 8px 0
            }

            #productNavigation ul.productLevel1.contentitems li div.ym-g924-12 p {
                clear: both
            }

                #productNavigation ul.productLevel1.contentitems li div.ym-g924-12 p .delimiter-line-bottom {
                    padding-bottom: 8px
                }

            #productNavigation ul.productLevel1.contentitems li div.ym-g924-12 ul {
                display: inline-block;
                margin: 0 0 8px 16px
            }

                #productNavigation ul.productLevel1.contentitems li div.ym-g924-12 ul li {
                    width: 215px;
                    float: left;
                    list-style-type: disc;
                    margin-right: 15px
                }

            #productNavigation ul.productLevel1.contentitems li div.ym-g924-12 .flexslider {
                margin-top: 30px;
                width: 422px;
                height: 248px
            }

                #productNavigation ul.productLevel1.contentitems li div.ym-g924-12 .flexslider ul {
                    margin: 0
                }

                #productNavigation ul.productLevel1.contentitems li div.ym-g924-12 .flexslider .flex-prev,
                #productNavigation ul.productLevel1.contentitems li div.ym-g924-12 .flexslider .flex-next {
                    top: 100px
                }

        #productNavigation ul.productLevel1.contentitems li.active div.ym-g924-12 {
            display: block
        }

    #productNavigation ul.productLevel2 {
        width: 590px;
        min-height: 240px;
        margin: 20px 0px 20px 0px;
        padding: 0px;
        display: none;
        float: left;
        position: absolute;
        top: 100px;
        left: 25px;
        list-style-type: none
    }

        #productNavigation ul.productLevel2 li {
            width: 185px;
            height: 68px;
            float: left;
            margin: 0px 10px 5px 0px;
            cursor: pointer;
            border: 0;
            border-bottom: 2px solid #fff;
        }

            #productNavigation ul.productLevel2 li > a {
                width: 185px;
                height: 58px;
                font-size: 12px;
                line-height: 16px;
                font-weight: normal;
                color: #fff;
                text-decoration: none;
                position: relative;
                display: block
            }

                #productNavigation ul.productLevel2 li > a:link {
                    color: #fff;
                }

                #productNavigation ul.productLevel2 li > a:visited {
                    color: #fff;
                }

                #productNavigation ul.productLevel2 li > a:focus {
                    color: #fff;
                }

                #productNavigation ul.productLevel2 li > a:hover {
                    color: #fff;
                }

                #productNavigation ul.productLevel2 li > a:active {
                    color: #fff;
                }

                #productNavigation ul.productLevel2 li > a img {
                    display: none;
                    position: absolute;
                    left: 0px;
                    bottom: 0px
                }

                #productNavigation ul.productLevel2 li > a span {
                    color: #fff;
                    width: 180px;
                    display: block;
                    font-size: 14px;
                    position: absolute;
                    left: 0;
                    bottom: 0px;
                    cursor: pointer
                }

            #productNavigation ul.productLevel2 li.active,
            #productNavigation ul.productLevel2 li:hover {
                border-bottom: 2px solid #f59b00;
            }

                #productNavigation ul.productLevel2 li.active > a,
                #productNavigation ul.productLevel2 li:hover > a {
                    color: #404142 !important
                }

                    #productNavigation ul.productLevel2 li.active > a:link,
                    #productNavigation ul.productLevel2 li:hover > a:link,
                    #productNavigation ul.productLevel2 li.active > a:visited,
                    #productNavigation ul.productLevel2 li:hover > a:visited,
                    #productNavigation ul.productLevel2 li.active > a:focus,
                    #productNavigation ul.productLevel2 li:hover > a:focus,
                    #productNavigation ul.productLevel2 li.active > a:hover,
                    #productNavigation ul.productLevel2 li:hover > a:hover,
                    #productNavigation ul.productLevel2 li.active > a:active,
                    #productNavigation ul.productLevel2 li:hover > a:active {
                        color: #404142 !important
                    }

                    #productNavigation ul.productLevel2 li.active > a:hover,
                    #productNavigation ul.productLevel2 li:hover > a:hover {
                        color: #8C0014 !important
                    }

            #productNavigation ul.productLevel2 li.salesadvisor div {
                margin-top: 30px
            }

.boxshadow #productNavigation {
    border-collapse: separate;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

    .boxshadow #productNavigation ul.productLevel1 {
        border-collapse: separate;
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

.boxshadow .contentBox #productNavigation {
    border-collapse: separate;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

    .boxshadow .contentBox #productNavigation ul.productLevel1 {
        border-collapse: separate;
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

.no-boxshadow #productNavigation {
    border: 1px solid #e6e6e6
}

/*.cssgradients #productNavigation {
    background-image: -ms-linear-gradient(bottom, #ccc -200%, #fff 50%);
    background-image: -moz-linear-gradient(bottom, #ccc -200%, #fff 50%);
    background-image: -o-linear-gradient(bottom, #ccc -200%, #fff 50%);
    background-image: -webkit-linear-gradient(bottom, #ccc -200%, #fff 50%);
    background-image: linear-gradient(bottom, #ccc -200%, #fff 50%)
}

.cssgradients .contentBox #productNavigation {
    background-image: -ms-linear-gradient(bottom, #ccc 0, #fff 0);
    background-image: -moz-linear-gradient(bottom, #ccc 0, #fff 0);
    background-image: -o-linear-gradient(bottom, #ccc 0, #fff 0);
    background-image: -webkit-linear-gradient(bottom, #ccc 0, #fff 0);
    background-image: linear-gradient(bottom, #ccc 0, #fff 0)
}*/

.contentBox #productNavigation {
    position: relative;
    left: 0px;
    top: 0px;
    width: 960px
}

    .contentBox #productNavigation .close {
        display: none
    }

    .contentBox #productNavigation ul.productLevel1 > li {
        float: none;
        height: auto;
        width: 920px;
        position: relative
    }

        .contentBox #productNavigation ul.productLevel1 > li .teaser {
            display: block;
            position: absolute;
            right: 0px;
            top: 0px
        }

        .contentBox #productNavigation ul.productLevel1 > li > a.link {
            width: 89px
        }

            .contentBox #productNavigation ul.productLevel1 > li > a.link > img {
                width: 89px
            }

    .contentBox #productNavigation ul.productLevel2 {
        display: block;
        position: relative;
        top: 0px;
        left: 0px;
        right: 0px;
        bottom: 0px;
        float: none
    }

    .contentBox #productNavigation #productNavigation-introLink {
        width: 922px
    }

#productNavigation.alternative {
    height: 175px
}

.boxshadow #productNavigation.alternative.onlygroups {
    background: white
}

    .boxshadow #productNavigation.alternative.onlygroups ul.productLevel1 {
        box-shadow: none;
        -webkit-box-shadow: none;
        -moz-box-shadow: none
    }

#productNavigation.alternative.onlygroups ul.productLevel1 > li {
    border: none
}

.mainNavigationItemHighlighter {
    position: absolute;
    top: -6px;
    left: -8px;
    z-index: 101;
    margin: 0px;
    padding: 7px 8px 11px 8px;
    background-color: #1f1f1f;
    color: #fff;
    font-weight: 600;
    white-space: nowrap
}

.boxshadow .mainNavigationItemHighlighter {
    border: 0;
    box-shadow: none;
}

.no-boxshadow .mainNavigationItemHighlighter {
    border-left: 1px solid #e6e6e6;
    border-top: 1px solid #e6e6e6;
    border-right: 1px solid #e6e6e6;
    border-bottom: 0px
}

.gotoLinks {
    list-style-type: none;
    margin: 10px 0px;
    padding: 0px;
    width: 100%;
    overflow: hidden
}

    .gotoLinks li {
        margin: 0px
    }

        .gotoLinks li a {
            font-size: 12px;
            font-weight: normal;
            color: #7f7f7f;
            text-decoration: none;
            line-height: 14px
        }

            .gotoLinks li a:link {
                color: #7f7f7f
            }

            .gotoLinks li a:visited {
                color: #7f7f7f
            }

            .gotoLinks li a:focus {
                color: #7f7f7f
            }

            .gotoLinks li a:hover {
                color: #8C0014
            }

            .gotoLinks li a:active {
                color: #404142
            }

        .gotoLinks li.back {
            float: left;
            line-height: 14px;
            background-image: url("image/icon-arrow-left-red.png");
            background-position: left center;
            background-repeat: no-repeat;
            padding: 0px 0px 0px 12px
        }

        .gotoLinks li.up {
            float: right;
            line-height: 14px;
            background-image: url("image/icon-arrow-double-up-red.png");
            background-position: right center;
            background-repeat: no-repeat;
            padding: 0px 12px 0px 0px
        }

#contentArea-mask {
    position: absolute;
    top: 130px;
    left: 12px;
    right: 12px;
    bottom: 0px;
    width: 960px;
    background-color: white;
    opacity: 0.7;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    filter: alpha(opacity=70);
    display: none;
    z-index: 2
}

.js .js-hidden {
    display: none !important
}

.no-js .nojs-hidden {
    display: none !important
}

.no-cssgradients #breadcrumb {
    background-image: url("image/content-breadcrumb-bg.png");
    background-repeat: repeat-x
}

.cssgradients #breadcrumb {
    background-image: -ms-linear-gradient(bottom, #f9f9f9 0%, #fff 50%);
    background-image: -moz-linear-gradient(bottom, #f9f9f9 0%, #fff 50%);
    background-image: -o-linear-gradient(bottom, #f9f9f9 0%, #fff 50%);
    background-image: -webkit-linear-gradient(bottom, #f9f9f9 0%, #fff 50%);
    background-image: linear-gradient(bottom, #f9f9f9 0%, #fff 50%)
}

#breadcrumb {
    height: 28px;
    width: 960px
}

    #breadcrumb nav.breadcrumbNavigation {
        float: left;
        height: 28px
    }

        #breadcrumb nav.breadcrumbNavigation ul {
            list-style-type: none;
            margin: 0px 0px 0px 12px;
            padding: 0px
        }

            #breadcrumb nav.breadcrumbNavigation ul li,
            #breadcrumb nav.breadcrumbNavigation ul a {
                font-size: 11px;
                font-weight: normal;
                color: #7f7f7f;
                text-decoration: none;
                line-height: 11px
            }

                #breadcrumb nav.breadcrumbNavigation ul a:hover {
                    color: #8C0014
                }

            #breadcrumb nav.breadcrumbNavigation ul li {
                float: left;
                margin: 10px 0px 0px 0px;
                padding: 0 6px 0 0
            }

                #breadcrumb nav.breadcrumbNavigation ul li.active a {
                    color: #404142
                }

                #breadcrumb nav.breadcrumbNavigation ul li a {
                    background-image: url("image/icon-arrow3-right-gray.png");
                    background-position: right center;
                    background-repeat: no-repeat;
                    padding-right: 10px
                }

                #breadcrumb nav.breadcrumbNavigation ul li:last-child a {
                    background: none;
                    padding-right: 0px
                }

    #breadcrumb .breadcrumbToolbox {
        float: right;
        margin: 0 28px 0 0
    }

        #breadcrumb .breadcrumbToolbox div.shareButtons {
            margin-top: 3px
        }

            #breadcrumb .breadcrumbToolbox div.shareButtons span {
                font-size: 11px;
                font-weight: normal;
                color: #7f7f7f;
                line-height: 11px;
                display: block;
                float: left;
                margin-top: 7px
            }

            #breadcrumb .breadcrumbToolbox div.shareButtons a {
                margin: 1px 0 0 5px;
                display: block;
                float: left
            }

        #breadcrumb .breadcrumbToolbox ul {
            margin: 0;
            padding: 0;
            list-style-type: none;
            float: right
        }

            #breadcrumb .breadcrumbToolbox ul li,
            #breadcrumb .breadcrumbToolbox ul a {
                font-size: 11px;
                font-weight: normal;
                text-decoration: none;
                color: #7f7f7f;
                height: 28px;
                line-height: 28px;
                padding: 0;
                margin: 0
            }

            #breadcrumb .breadcrumbToolbox ul li {
                float: left;
                list-style: none
            }

                #breadcrumb .breadcrumbToolbox ul li a {
                    margin: 0px 0px 0px 15px;
                    width: auto
                }

                #breadcrumb .breadcrumbToolbox ul li .icon-print-gray {
                    background-image: url("image/icon-print-gray.png");
                    background-position: left center;
                    background-repeat: no-repeat;
                    padding-left: 17px
                }

                #breadcrumb .breadcrumbToolbox ul li .icon-share-gray {
                    background-image: url("image/icon-share-gray.png");
                    background-position: left center;
                    background-repeat: no-repeat;
                    padding-left: 11px
                }

.contentHeader {
    background-repeat: no-repeat;
    background-position: left bottom;
    background-image: url("image/delimiter-header.png");
    padding-bottom: 28px;
    position: relative
}

.ym-g924-11 .contentHeader {
    background-image: url("image/delimiter-header-11.png")
}

.ym-g924-10 .contentHeader {
    background-image: url("image/delimiter-header-10.png")
}

.ym-g924-9 .contentHeader {
    background-image: url("image/delimiter-header-9.png")
}

.ym-g924-8 .contentHeader {
    background-image: url("image/delimiter-header-8.png")
}

.ym-g924-7 .contentHeader {
    background-image: url("image/delimiter-header-7.png")
}

.ym-g924-6 .contentHeader {
    background-image: url("image/delimiter-header-6.png")
}

.ym-g924-5 .contentHeader {
    background-image: url("image/delimiter-header-5.png")
}

.ym-g924-4 .contentHeader {
    background-image: url("image/delimiter-header-4.png")
}

.contentHeader .ym-grid-full {
    background-repeat: repeat-x;
    background-position: center bottom;
    background-image: url("image/content-header-bg-variant1.png");
    min-height: 104px
}

    .contentHeader .ym-grid-full img.mainTopicStage {
        display: block
    }

    .contentHeader .ym-grid-full .wizard {
        padding: 28px
    }

    .contentHeader .ym-grid-full > h1 {
        padding-top: 28px;
        padding-left: 28px;
        line-height: 28px;
        font-family: 'HelveticaNeueW01-45Ligh';
        font-size: 25px;
        font-weight: normal;
        font-style: normal;
        font-variant: normal;
        color: #404142
    }

        .contentHeader .ym-grid-full > h1 + span {
            line-height: 20px;
            font-family: 'HelveticaNeueW01-55Roma';
            font-size: 17px;
            font-weight: normal;
            font-style: normal;
            font-variant: normal;
            color: #404142;
            margin-left: 28px
        }

    .contentHeader .ym-grid-full .ym-grid .ym-gbox h1 {
        padding-top: 28px
    }

    .contentHeader .ym-grid-full .headerTopicShadow {
        background-repeat: no-repeat;
        background-position: left bottom;
        background-image: url("image/content-header-bg-variant3.png");
        padding-bottom: 28px
    }

    .contentHeader .ym-grid-full .toolbox * {
        padding: 0;
        margin: 0
    }

    .contentHeader .ym-grid-full .toolbox ul {
        margin: 0;
        padding: 0;
        list-style-type: none;
        float: right
    }

        .contentHeader .ym-grid-full .toolbox ul li {
            float: left;
            list-style: none;
            padding: 0;
            margin: 0
        }

            .contentHeader .ym-grid-full .toolbox ul li a {
                line-height: normal;
                color: #7f7f7f;
                background-repeat: no-repeat;
                margin: 0px 0px 0px 15px;
                padding: 0;
                text-decoration: none;
                width: auto
            }

                .contentHeader .ym-grid-full .toolbox ul li a:hover {
                    color: #8C0014
                }

            .contentHeader .ym-grid-full .toolbox ul li .icon-arrow-right-red {
                background: url("image/icon-arrow-right-red.png") no-repeat left center;
                padding-left: 10px
            }

.cssgradients .sideButtons > li {
    line-height: normal
}

    .cssgradients .sideButtons > li > .label {
        width: 189px;
        border: solid 1px #dfdfdf;
        background-image: -ms-linear-gradient(bottom, #dfdfde 0%, #f1f1f0 100%);
        background-image: -moz-linear-gradient(bottom, #dfdfde 0%, #f1f1f0 100%);
        background-image: -o-linear-gradient(bottom, #dfdfde 0%, #f1f1f0 100%);
        background-image: -webkit-linear-gradient(bottom, #dfdfde 0%, #f1f1f0 100%);
        background-image: linear-gradient(bottom, #dfdfde 0%, #f1f1f0 100%);
        -webkit-border-radius: 1px;
        -moz-border-radius: 1px;
        border-radius: 1px
    }

        .cssgradients .sideButtons > li > .label a {
            border-top: solid 1px white;
            width: 177px
        }

.no-cssgradients .sideButtons > li {
    line-height: normal;
    background: url("image/sidebar-nav-bg-top.png") left top no-repeat;
    padding-top: 2px
}

    .no-cssgradients .sideButtons > li > .label {
        border: none;
        width: 191px;
        background-image: url("image/sidebar-nav-bg.png");
        background-position: left bottom;
        background-repeat: no-repeat
    }

        .no-cssgradients .sideButtons > li > .label a {
            width: 100%
        }

.ym-g924-3.vsyncSidebar {
    min-height: 550px
}

.sideButtons {
    position: relative;
    width: 191px;
    list-style: none;
    margin: 5px 0px 28px 0px
}

.side-bar .sub-navigation {
    list-style: none;
    padding: 0 5px 5px 20px;
    margin: 0 -11px -4px -11px;
}

    .side-bar .sub-navigation li {
        background: #fff;
        border: 0;
        line-height: normal;
        padding: 0 0 0 9px;
        margin: 0;
        margin-bottom: 1px;
        background: url("image/icon-arrow2-right-gray.png") left center no-repeat
    }

.sideButtons .sub-navigation li a {
    padding: 2px 0 0 0
}

.sideButtons .sub-navigation li.active {
    background: url("image/icon-arrow2-down-gray.png") left 6px no-repeat
}

    .sideButtons .sub-navigation li.active > a:link {
        color: #8C0014
    }

    .sideButtons .sub-navigation li.active > a:visited {
        color: #8C0014
    }

    .sideButtons .sub-navigation li.active > a:focus {
        color: #8C0014
    }

    .sideButtons .sub-navigation li.active > a:hover {
        color: #8C0014
    }

    .sideButtons .sub-navigation li.active > a:active {
        color: #404142
    }

.sideButtons .sub-navigation li .sub-navigation {
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    margin-left: -11px;
    padding: 5px 0px 6px 11px
}

    .sideButtons .sub-navigation li .sub-navigation li.active {
        background: url("image/icon-arrow2-right-gray.png") left 6px no-repeat
    }

.sideButtons .sub-filter {
    padding: 0;
    margin: 5px 5px 10px 0px;
    list-style: none;
    position: relative
}

    .sideButtons .sub-filter > li {
        line-height: normal;
        position: relative;
        margin-bottom: 3px
    }

        .sideButtons .sub-filter > li label {
            color: #404142;
            font-size: 12px
        }

        .sideButtons .sub-filter > li span {
            font-size: 12px;
            color: #404142;
            padding: 0;
            margin: 0
        }

        .sideButtons .sub-filter > li .icon-info {
            display: inline-block;
            background-image: url("image//icon-info-gray.png");
            background-repeat: no-repeat;
            background-position: right center;
            text-decoration: none;
            position: absolute;
            left: 163px;
            top: 0;
            width: 15px
        }

        .sideButtons .sub-filter > li .icon-close {
            display: inline-block;
            background-image: url("image/icon-close-small-gray.png");
            background-repeat: no-repeat;
            background-position: right center;
            text-decoration: none;
            position: absolute;
            left: 164px;
            top: 0;
            width: 15px
        }

.sideButtons > li {
    padding: 0;
    margin: 0 0 2px 0
}

    .sideButtons > li > .label {
        display: inline-block
    }

        .sideButtons > li > .label.icon-right a {
            background-image: url("image/icon-arrow-right-gray.png");
            background-repeat: no-repeat;
            background-position: 178px center
        }

        .sideButtons > li > .label.icon-up a {
            background-image: url("image/icon-arrow-up-gray.png");
            background-repeat: no-repeat;
            background-position: 176px center
        }

        .sideButtons > li > .label.icon-down a {
            background-image: url("image/icon-arrow-down-gray.png");
            background-repeat: no-repeat;
            background-position: 176px center
        }

        .sideButtons > li > .label a {
            display: inline-block;
            line-height: normal;
            line-height: 16px;
            font-family: Arial, Helvetica, sans-serif;
            font-size: 12px;
            font-weight: normal;
            font-style: normal;
            font-variant: normal;
            color: #404142;
            color: #7f7f7f;
            padding: 2px 3px 2px 9px
        }

            .sideButtons > li > .label a:hover {
                color: #8C0014
            }

    .sideButtons > li.active span a {
        color: #8C0014
    }

.shopNavigation {
    margin-top: -26px
}

.sideButtons.shopNavigation .sub-navigation {
    display: none
}

.no-boxshadow .sideTile {
    border: solid 1px #aaa
}

.boxshadow .sideTile {
    border-collapse: separate;
    -moz-box-shadow: 0px 0px 6px 0px #aaa;
    -webkit-box-shadow: 0px 0px 6px 0px #aaa;
    box-shadow: 0px 0px 6px 0px #aaa
}

.sideTile {
    padding: 18px 12px 20px 18px
}

    .sideTile select {
        width: 175px
    }

    .sideTile .subCategory {
        background-image: url("image/delimiter-4px-gray.png");
        background-repeat: repeat-x;
        background-position: left top;
        display: block;
        margin: 8px -5px 8px -10px;
        padding: 8px 0px 0 5px
    }

        .sideTile .subCategory .link-standard {
            margin-left: 2px
        }

        .sideTile .subCategory:first-child {
            background: none;
            padding-top: 0px;
            margin-top: 0px
        }

    .sideTile span.label {
        line-height: 19px;
        /*font-family: 'HelveticaNeueW01-75Bold';*/
        font-size: 14px;
        font-weight: normal;
        font-style: normal;
        font-variant: normal;
        color: #404142
    }

    .sideTile ul {
        margin-top: 10px
    }

.pageToolbox {
    position: absolute;
    top: 0px;
    right: 20px
}

    .pageToolbox ul {
        list-style-type: none;
        margin: 0px;
        padding: 0px
    }

        .pageToolbox ul li {
            margin: 0px;
            padding: 0px
        }

.controlBar {
    position: relative;
    border-bottom: 1px solid #ccc;
    width: 100%
}

    .controlBar .resultCount-number {
        color: #8C0014;
        font-size: 18px;
        font-weight: bold;
        margin-right: 3px
    }

    .controlBar .resultCount-text {
        font-size: 13px;
        font-weight: bold
    }

        .controlBar .resultCount-text .red {
            color: #f00;
        }

    .controlBar .resultCount-sort {
        position: relative;
        float: right;
        top: -6px
    }

.infoMessage {
    color: green
}

.cartErrorMessages, .validator, .eventLocationValidation {
    color: #a00017 !important;
}

#cartOverlay a {
    margin-left: 5px
}

#cartOverlay .actions {
    float: right
}

table.style-continuous {
    width: 100%;
    table-layout: fixed;
    border-collapse: collapse
}

    table.style-continuous thead {
        background-color: #f7f7f7
    }

    table.style-continuous th {
        height: 15px;
        padding: 4px 0 5px;
        border-left: 1px solid #dfdfdf;
        background-image: none;
        text-align: center
    }

    table.style-continuous td {
        padding: 0;
        border-left: 1px solid #dfdfdf;
        border-top: 1px solid #dfdfdf;
        background: #fff;
        line-height: 18px
    }

    table.style-continuous th,
    table.style-continuous td {
        vertical-align: top
    }

        table.style-continuous th:first-child,
        table.style-continuous td:first-child {
            border-left: none
        }

table.style-dotted {
    width: 100%;
    table-layout: fixed;
    border-collapse: collapse
}

    table.style-dotted td {
        padding: 16px 10px 13px
    }

    table.style-dotted th {
        height: 15px;
        padding: 4px 10px 3px;
        font-weight: normal;
        color: #7f7f7f;
        background-color: #f7f7f7;
        text-align: left
    }

    table.style-dotted td,
    table.style-dotted th {
        border-bottom: 1px solid #e9e9e9;
        background-image: url("image/line-dashed-1x4-6666.gif");
        background-repeat: repeat-y;
        vertical-align: top
    }

        table.style-dotted td:first-child,
        table.style-dotted th:first-child {
            background-image: none
        }

.bar-nav {
    overflow: hidden
}

    .bar-nav li {
        width: 18px;
        display: block;
        float: left;
        margin: 0px 0px 0px 5px;
        padding: 2px
    }

        .bar-nav li a {
            width: 100%;
            height: 100%;
            display: block;
            text-align: center;
            cursor: pointer
        }

        .bar-nav li div {
            width: 100%;
            height: 100%;
            display: block;
            text-align: center;
            color: #777
        }

        .bar-nav li.active a {
            border-bottom: solid 3px #8C0014
        }

.sitemap ul li {
    list-style-type: disc;
    margin-left: 20px
}

div.contentOnly {
    background-color: White;
    position: relative;
    float: left;
    width: 710px;
    padding: 10px 0px 10px 35px
}

    div.contentOnly h1 {
        margin-bottom: 10px
    }

    div.contentOnly > div.ym-gl,
    div.contentOnly > div.ym-gr {
        clear: both;
        float: inherit
    }

    div.contentOnly header {
        position: inherit;
        width: 710px;
        margin-top: 15px;
        margin-bottom: 15px;
        margin-left: -20px
    }

        div.contentOnly header #logobar {
            width: 554px
        }

@media print {
    body div.contentOnly .jsmfButton {
        display: none
    }
}

.formItem {
    margin-bottom: 5px
}

    .formItem label {
        display: block
    }

    .formItem input {
        width: 100%
    }

.formLine {
    display: block
}

.form-actions {
    margin-top: 14px;
    float: right
}

.form-zip {
    width: 20%;
    float: left
}

.form-city {
    width: 75%;
    float: right
}

.form-day {
    width: 30%;
    float: left
}

.form-month {
    width: 30%;
    float: left;
    margin-left: 11px
}

.form-year {
    width: 30%;
    float: right
}

.clickable {
    cursor: pointer
}

.teaser-default p:last-child {
    margin-bottom: 0px
}

.teaser-default-1 {
    line-height: normal;
    position: relative
}

    .teaser-default-1 h2,
    .teaser-default-1 h3,
    .teaser-default-1 h4 {
        margin: 0 0 5px 0;
        line-height: 23px;
        /*font-family: 'HelveticaNeueW01-45Ligh';*/
        font-size: 20px;
        font-weight: normal;
        font-style: normal;
        font-variant: normal;
        color: #404142
    }

        .teaser-default-1 h2 > a,
        .teaser-default-1 h3 > a,
        .teaser-default-1 h4 > a {
            line-height: 23px;
            /*font-family: 'HelveticaNeueW01-45Ligh';*/
            font-size: 20px;
            font-weight: normal;
            font-style: normal;
            font-variant: normal;
            color: #404142;
            text-decoration: none;
            color: #7f7f7f
        }

    .teaser-default-1 img {
        display: block;
        padding: 0px
    }

        .teaser-default-1 img + h2,
        .teaser-default-1 img + h3,
        .teaser-default-1 img + h4 {
            margin: 10px 0px 10px 0px
        }

    .teaser-default-1 p {
        line-height: 16px;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;
        font-weight: normal;
        font-style: normal;
        font-variant: normal;
        color: #404142;
        margin: 0px 0px 5px 0px;
        padding: 0px
    }

        .teaser-default-1 p:last-child {
            margin-bottom: 0px
        }

.teaser-default-2 {
    line-height: normal;
    position: relative
}

    .teaser-default-2 h2,
    .teaser-default-2 h3,
    .teaser-default-2 h4 {
        margin: 3px 0 5px 0;
        line-height: 20px;
        /*font-family: 'HelveticaNeueW01-55Roma';*/
        font-size: 17px;
        font-weight: normal;
        font-style: normal;
        font-variant: normal;
        color: #404142
    }

        .teaser-default-2 h2 > a,
        .teaser-default-2 h3 > a,
        .teaser-default-2 h4 > a {
            line-height: 20px;
            /*font-family: 'HelveticaNeueW01-55Roma';*/
            font-size: 17px;
            font-weight: normal;
            font-style: normal;
            font-variant: normal;
            color: #404142;
            text-decoration: none;
            color: #7f7f7f
        }

    .teaser-default-2 img {
        display: block;
        padding: 0px
    }

        .teaser-default-2 img + h2,
        .teaser-default-2 img + h3,
        .teaser-default-2 img + h4 {
            margin: 10px 0px 10px 0px
        }

    .teaser-default-2 p {
        line-height: 16px;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;
        font-weight: normal;
        font-style: normal;
        font-variant: normal;
        color: #404142;
        margin: 0px 0px 5px 0px;
        padding: 0px
    }

    .teaser-default-2 .metainfo {
        line-height: 16px;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;
        font-weight: normal;
        font-style: normal;
        font-variant: normal;
        color: #404142;
        display: block;
        margin: 5px 0 0px 0
    }

        .teaser-default-2 .metainfo + h2,
        .teaser-default-2 .metainfo + h3,
        .teaser-default-2 .metainfo + h4 {
            margin: 0px 0px 5px 0px
        }

    .teaser-default-2 p:last-child {
        margin-bottom: 0px
    }

.teaser-default-3 {
    line-height: normal;
    position: relative
}

    .teaser-default-3 h2,
    .teaser-default-3 h3,
    .teaser-default-3 h4 {
        margin: 0 0 5px 0;
        line-height: 23px;
        /*font-family: 'HelveticaNeueW01-45Ligh';*/
        font-size: 20px;
        font-weight: normal;
        font-style: normal;
        font-variant: normal;
        color: #404142
    }

    .teaser-default-3 img {
        display: block;
        padding: 0px
    }

        .teaser-default-3 img + h2,
        .teaser-default-3 img + h3,
        .teaser-default-3 img + h4 {
            margin: 10px 0px 10px 0px
        }

    .teaser-default-3 p {
        line-height: 16px;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;
        font-weight: normal;
        font-style: normal;
        font-variant: normal;
        color: #404142;
        margin: 0px 0px 5px 0px;
        padding: 0px
    }

        .teaser-default-3 p:last-child {
            margin-bottom: 0px
        }

.teaser-default-4 {
    line-height: normal;
    position: relative
}

    .teaser-default-4 h2,
    .teaser-default-4 h3,
    .teaser-default-4 h4 {
        margin: 0 0 5px 0;
        line-height: 23px;
        /*font-family: 'HelveticaNeueW01-45Ligh';*/
        font-size: 20px;
        font-weight: normal;
        font-style: normal;
        font-variant: normal;
        color: #404142
    }

    .teaser-default-4 img {
        display: block;
        margin: 0px;
        padding: 0px
    }

    .teaser-default-4 p {
        line-height: 16px;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;
        font-weight: normal;
        font-style: normal;
        font-variant: normal;
        color: #404142;
        margin: 0px 0px 5px 0px;
        padding: 0px
    }

        .teaser-default-4 p:last-child {
            margin-bottom: 0px
        }

.teaser-big {
    line-height: normal;
    position: relative
}

    .teaser-big h2,
    .teaser-big h3,
    .teaser-big h4 {
        margin: 0 0 5px 0;
        line-height: 23px;
        /*font-family: 'HelveticaNeueW01-45Ligh';*/
        font-size: 20px;
        font-weight: normal;
        font-style: normal;
        font-variant: normal;
        color: #404142
    }

        .teaser-big h2 > a,
        .teaser-big h3 > a,
        .teaser-big h4 > a {
            line-height: 23px;
            /*font-family: 'HelveticaNeueW01-45Ligh';*/
            font-size: 20px;
            font-weight: normal;
            font-style: normal;
            font-variant: normal;
            color: #404142;
            text-decoration: none;
            color: #7f7f7f
        }

    .teaser-big img {
        display: block;
        padding: 0px
    }

        .teaser-big img + h2,
        .teaser-big img + h3,
        .teaser-big img + h4 {
            margin: 5px 0px 5px 0px
        }

        .teaser-big img + a,
        .teaser-big img + a,
        .teaser-big img + a {
            margin: 5px 0px 0px 0px
        }

    .teaser-big strong {
        line-height: 16px;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;
        font-weight: normal;
        font-style: normal;
        font-variant: normal;
        color: #404142;
        font-weight: bold;
        margin: 5px 0px 5px 0px;
        padding: 0px;
        display: block
    }

    .teaser-big p {
        line-height: 16px;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;
        font-weight: normal;
        font-style: normal;
        font-variant: normal;
        color: #404142;
        margin: 5px 0px 5px 0px;
        padding: 0px
    }

        .teaser-big p:last-child {
            margin-bottom: 0px
        }

    .teaser-big .metainfo {
        line-height: 16px;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;
        font-weight: normal;
        font-style: normal;
        font-variant: normal;
        color: #404142;
        display: block;
        margin: 5px 0 0px 0
    }

        .teaser-big .metainfo + h2,
        .teaser-big .metainfo + h3,
        .teaser-big .metainfo + h4 {
            margin: 0px 0px 5px 0px
        }

    .teaser-big .metainfo-additional {
        line-height: 16px;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;
        font-weight: normal;
        font-style: normal;
        font-variant: normal;
        color: #404142;
        display: block;
        margin: 5px 0 0px 0;
        position: absolute;
        top: 0px;
        right: 25px
    }

.teaser-small {
    line-height: normal;
    position: relative
}

    .teaser-small h2,
    .teaser-small h3,
    .teaser-small h4 {
        margin: 5px 0 5px 0;
        line-height: 17px;
        /*font-family: 'HelveticaNeueW01-55Roma';*/
        font-size: 14px;
        font-weight: normal;
        font-style: normal;
        font-variant: normal;
        color: #404142
    }

        .teaser-small h2 > a,
        .teaser-small h3 > a,
        .teaser-small h4 > a {
            line-height: 17px;
            /*font-family: 'HelveticaNeueW01-55Roma';*/
            font-size: 14px;
            font-weight: normal;
            font-style: normal;
            font-variant: normal;
            color: #404142;
            text-decoration: none;
            color: #7f7f7f
        }

    .teaser-small img {
        display: block;
        padding: 0px
    }

        .teaser-small img + h2,
        .teaser-small img + h3,
        .teaser-small img + h4 {
            margin: 5px 0px 5px 0px
        }

    .teaser-small strong {
        line-height: 16px;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;
        font-weight: normal;
        font-style: normal;
        font-variant: normal;
        color: #404142;
        font-weight: bold;
        margin: 5px 0px 5px 0px;
        padding: 0px
    }

    .teaser-small p {
        line-height: 16px;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;
        font-weight: normal;
        font-style: normal;
        font-variant: normal;
        color: #404142;
        margin: 5px 0px 5px 0px;
        padding: 0px
    }

    .teaser-small .metainfo {
        line-height: 16px;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;
        font-weight: normal;
        font-style: normal;
        font-variant: normal;
        color: #404142;
        display: block;
        margin: 5px 0 0px 0
    }

        .teaser-small .metainfo + h2,
        .teaser-small .metainfo + h3,
        .teaser-small .metainfo + h4 {
            margin: 0px 0px 5px 0px
        }

    .teaser-small .metainfo-additional {
        line-height: 16px;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;
        font-weight: normal;
        font-style: normal;
        font-variant: normal;
        color: #404142;
        display: block;
        margin: 5px 0 0px 0;
        position: absolute;
        top: 0px;
        right: 25px
    }

    .teaser-small p:last-child {
        margin-bottom: 0px
    }

.teaser-layer-black {
    line-height: normal;
    position: relative
}

    .teaser-layer-black h2,
    .teaser-layer-black h3,
    .teaser-layer-black h4 {
        margin: 0 0 10px 0;
        line-height: 23px;
        /*font-family: 'HelveticaNeueW01-45Ligh';*/
        font-size: 20px;
        font-weight: normal;
        font-style: normal;
        font-variant: normal;
        color: #404142;
        color: #fff
    }

    .teaser-layer-black img {
        display: block;
        margin: 0px;
        padding: 0px
    }

    .teaser-layer-black p {
        line-height: 16px;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;
        font-weight: normal;
        font-style: normal;
        font-variant: normal;
        color: #404142;
        margin: 0px 0px 5px 0px;
        padding: 0px;
        color: #fff
    }

        .teaser-layer-black p:last-child {
            margin-bottom: 0px
        }

    .teaser-layer-black .layerBG {
        position: absolute;
        top: 28px;
        right: 48px;
        bottom: 56px;
        width: 280px;
        background-color: #333;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
        filter: alpha(opacity=90);
        -moz-opacity: 0.9;
        -khtml-opacity: 0.9;
        opacity: 0.9
    }

    .teaser-layer-black .layerText {
        position: absolute;
        top: 48px;
        right: 68px;
        bottom: 76px;
        width: 240px
    }

        .teaser-layer-black .layerText a.link-standard {
            background-position: 0px 10px;
            padding: 5px 0px 2px 12px;
            margin: 0px 0px 0px 0px;
            font-size: 12px;
            color: #fff;
            text-decoration: none;
            display: block
        }

            .teaser-layer-black .layerText a.link-standard:link {
                color: #fff
            }

            .teaser-layer-black .layerText a.link-standard:visited {
                color: #fff
            }

            .teaser-layer-black .layerText a.link-standard:focus {
                color: #fff
            }

            .teaser-layer-black .layerText a.link-standard:hover {
                color: #8C0014
            }

            .teaser-layer-black .layerText a.link-standard:active {
                color: #8C0014
            }

        .teaser-layer-black .layerText .mejs-video {
            position: absolute;
            bottom: 0px
        }

.teaser-layer-white {
    line-height: normal;
    position: relative
}

    .teaser-layer-white h2,
    .teaser-layer-white h3,
    .teaser-layer-white h4 {
        margin: 0 0 10px 0;
        line-height: 23px;
        /*font-family: 'HelveticaNeueW01-45Ligh';*/
        font-size: 20px;
        font-weight: normal;
        font-style: normal;
        font-variant: normal;
        color: #404142
    }

    .teaser-layer-white img {
        display: block;
        margin: 0px;
        padding: 0px
    }

    .teaser-layer-white p {
        line-height: 16px;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;
        font-weight: normal;
        font-style: normal;
        font-variant: normal;
        color: #404142;
        margin: 0px 0px 5px 0px;
        padding: 0px
    }

        .teaser-layer-white p:last-child {
            margin-bottom: 0px
        }

    .teaser-layer-white .layerBG {
        position: absolute;
        top: 28px;
        right: 48px;
        bottom: 56px;
        width: 280px;
        background-color: #fff;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
        filter: alpha(opacity=90);
        -moz-opacity: 0.9;
        -khtml-opacity: 0.9;
        opacity: 0.9
    }

    .teaser-layer-white .layerText {
        position: absolute;
        top: 48px;
        right: 68px;
        bottom: 76px;
        width: 240px
    }

        .teaser-layer-white .layerText a.link-standard {
            background-position: 0px 10px;
            padding: 5px 0px 2px 12px;
            margin: 0px 0px 0px 0px;
            font-size: 12px;
            color: #7f7f7f;
            text-decoration: none;
            display: block
        }

            .teaser-layer-white .layerText a.link-standard:link {
                color: #7f7f7f
            }

            .teaser-layer-white .layerText a.link-standard:visited {
                color: #7f7f7f
            }

            .teaser-layer-white .layerText a.link-standard:focus {
                color: #7f7f7f
            }

            .teaser-layer-white .layerText a.link-standard:hover {
                color: #8C0014
            }

            .teaser-layer-white .layerText a.link-standard:active {
                color: #404142
            }

.ym-g924-9 .teaser-layer-black .layerBG {
    width: 257px
}

.ym-g924-9 .teaser-layer-black .layerText {
    width: 217px
}

.ym-g924-9 .teaser-layer-white .layerBG {
    width: 257px
}

.ym-g924-9 .teaser-layer-white .layerText {
    width: 217px
}

.teaser-layer-white.ym-gl .layerBG,
.teaser-layer-black.ym-gl .layerBG {
    bottom: 84px
}

.teaser-layer-white.ym-gl .layerText,
.teaser-layer-black.ym-gl .layerText {
    bottom: 104px
}

.teaser-sidebar {
    line-height: normal;
    position: relative;
    margin-bottom: 28px
}

    .teaser-sidebar h2,
    .teaser-sidebar h3,
    .teaser-sidebar h4 {
        margin: 0 0 0 0;
        line-height: 19px;
        /*font-family: 'HelveticaNeueW01-75Bold';*/
        font-size: 14px;
        font-weight: normal;
        font-style: normal;
        font-variant: normal;
        color: #404142
    }

        .teaser-sidebar h2 a,
        .teaser-sidebar h3 a,
        .teaser-sidebar h4 a {
            line-height: 19px;
            /*font-family: 'HelveticaNeueW01-75Bold';*/
            font-size: 14px;
            font-weight: normal;
            font-style: normal;
            font-variant: normal;
            color: #404142;
            text-decoration: none;
            color: #7f7f7f
        }

    .teaser-sidebar img {
        display: block;
        margin: 0 0 5px 0;
        padding: 0px
    }

    .teaser-sidebar p {
        line-height: 16px;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;
        font-weight: normal;
        font-style: normal;
        font-variant: normal;
        color: #404142;
        margin: 0px 0px 5px 0px;
        padding: 0px
    }

        .teaser-sidebar p:last-child {
            margin-bottom: 0px
        }

a.teaserVideoLink {
    display: block;
    position: relative
}

span.teaserPlayButton {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 75px;
    height: 75px;
    margin: -37px 0px 0px -37px;
    background-image: url(/media/common/js/libs/mediaelementjs/skin_default/medplay.png);
    cursor: pointer
}

    span.teaserPlayButton:hover {
        background-position: 0 -75px
    }

.content-default .headline1 {
    line-height: 23px;
    /*font-family: 'HelveticaNeueW01-45Ligh';*/
    font-size: 20px;
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    color: #404142;
    margin: 0 0 5px 0;
    display: block
}

.content-default .headline2 {
    line-height: 20px;
    /*font-family: 'HelveticaNeueW01-55Roma';*/
    font-size: 17px;
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    color: #404142;
    margin: 0 0 5px 0;
    display: block
}

.content-default .headline3 {
    line-height: 17px;
    /*font-family: 'HelveticaNeueW01-55Roma';*/
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    color: #404142;
    margin: 0 0 5px 0;
    display: block
}

.content-default .headline4 {
    line-height: 19px;
    /*font-family: 'HelveticaNeueW01-75Bold';*/
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    color: #404142;
    margin: 0 0 5px 0;
    display: block
}

.content-default img {
    display: block;
    margin: 0px 0px 10px 0px;
    padding: 0px
}

.content-default p {
    line-height: 16px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    color: #404142;
    margin: 10px 0px 10px 0px;
    padding: 0px
}

    .content-default p:last-child {
        margin-bottom: 0px
    }

.content-default a {
    line-height: 16px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    color: #404142;
    color: #7f7f7f;
    text-decoration: underline
}

    .content-default a:link {
        color: #fff
    }

    .content-default a:visited {
        color: #fff
    }

    .content-default a:focus {
        color: #fff
    }

    .content-default a:hover {
        color: #8C0014
    }

    .content-default a:active {
        color: #404142
    }

    .content-default a.link-standard:link,
    .content-default a.link-back:link,
    .content-default a.link-mailto:link {
        color: #7f7f7f
    }

    .content-default a.link-standard:visited,
    .content-default a.link-back:visited,
    .content-default a.link-mailto:visited {
        color: #7f7f7f
    }

    .content-default a.link-standard:focus,
    .content-default a.link-back:focus,
    .content-default a.link-mailto:focus {
        color: #7f7f7f
    }

    .content-default a.link-standard:hover,
    .content-default a.link-back:hover,
    .content-default a.link-mailto:hover {
        color: #8C0014
    }

    .content-default a.link-standard:active,
    .content-default a.link-back:active,
    .content-default a.link-mailto:active {
        color: #404142
    }

    .content-default a.link-standard {
        background: url("image/icon-arrow-right-red.png") no-repeat left 5px;
        padding-left: 10px;
        display: block;
        text-decoration: none
    }

    .content-default a.link-back {
        background: url("image/icon-arrow-left-red.png") no-repeat left 5px;
        padding-left: 10px;
        text-decoration: none
    }

    .content-default a.link-mailto {
        text-decoration: underline;
        white-space: nowrap
    }

.content-default ul {
    list-style-type: disc;
    margin: 5px 0px 5px 20px
}

    .content-default ul li {
        line-height: 16px;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;
        font-weight: normal;
        font-style: normal;
        font-variant: normal;
        color: #404142
    }

        .content-default ul li p {
            line-height: 16px;
            font-family: Arial, Helvetica, sans-serif;
            font-size: 12px;
            font-weight: normal;
            font-style: normal;
            font-variant: normal;
            color: #404142
        }

.content-default ol {
    list-style-type: decimal;
    margin: 5px 0px 5px 25px
}

    .content-default ol li {
        line-height: 16px;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;
        font-weight: normal;
        font-style: normal;
        font-variant: normal;
        color: #404142
    }

        .content-default ol li p {
            line-height: 16px;
            font-family: Arial, Helvetica, sans-serif;
            font-size: 12px;
            font-weight: normal;
            font-style: normal;
            font-variant: normal;
            color: #404142
        }

.content-default table td {
    padding: 5px
}

    .content-default table td p {
        margin: 0px 0px 10px 0px
    }

.content-default table.fact-sheet {
    margin-bottom: 28px
}

    .content-default table.fact-sheet td {
        padding: 13px 5px;
        vertical-align: top
    }

        .content-default table.fact-sheet td h3 {
            line-height: 23px;
            /*font-family: 'HelveticaNeueW01-45Ligh';*/
            font-size: 20px;
            font-weight: normal;
            font-style: normal;
            font-variant: normal;
            color: #404142
        }

        .content-default table.fact-sheet td p {
            margin: 0px 0px 10px 0px
        }

.content-default-1 {
    line-height: normal;
    position: relative
}

    .content-default-1 h2,
    .content-default-1 h3,
    .content-default-1 h4 {
        margin: 0 0 5px 0;
        line-height: 23px;
        /*font-family: 'HelveticaNeueW01-45Ligh';*/
        font-size: 20px;
        font-weight: normal;
        font-style: normal;
        font-variant: normal;
        color: #404142
    }

        .content-default-1 h2 a,
        .content-default-1 h3 a,
        .content-default-1 h4 a {
            line-height: 23px;
            /*font-family: 'HelveticaNeueW01-45Ligh';*/
            font-size: 20px;
            font-weight: normal;
            font-style: normal;
            font-variant: normal;
            color: #404142;
            text-decoration: none;
            color: #7f7f7f
        }

    .content-default-1 img {
        display: block;
        margin: 0px 0px 10px 0px;
        padding: 0px
    }

    .content-default-1 p {
        line-height: 16px;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;
        font-weight: normal;
        font-style: normal;
        font-variant: normal;
        color: #404142;
        margin: 0px 0px 5px 0px;
        padding: 0px
    }

        .content-default-1 p:last-child {
            margin-bottom: 0px
        }

.content-default-2 {
    line-height: normal;
    position: relative
}

    .content-default-2 h1 + span,
    .content-default-2 h2 + span {
        display: block;
        line-height: 23px;
        /*font-family: 'HelveticaNeueW01-45Ligh';*/
        font-size: 20px;
        font-weight: normal;
        font-style: normal;
        font-variant: normal;
        color: #404142;
        margin-top: -10px;
        margin-bottom: -18px
    }

    .content-default-2 img {
        display: block;
        margin: 0px 0px 10px 0px;
        padding: 0px
    }

    .content-default-2 p {
        line-height: 16px;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;
        font-weight: normal;
        font-style: normal;
        font-variant: normal;
        color: #404142;
        margin: 0px 0px 5px 0px;
        padding: 0px
    }

        .content-default-2 p:last-child {
            margin-bottom: 0px
        }

.imageGallery .ym-gbox {
    position: relative
}

.imageGallery .layerBG {
    position: absolute;
    top: 300px;
    right: 0;
    height: 78px;
    left: 0;
    background-color: #333;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
    filter: alpha(opacity=90);
    -moz-opacity: 0.9;
    -khtml-opacity: 0.9;
    opacity: 0.9;
    display: none
}

.imageGallery .layerText {
    position: absolute;
    top: 316px;
    right: 40px;
    left: 20px;
    height: 50px;
    display: none
}

    .imageGallery .layerText h2 {
        width: 470px;
        height: 50px;
        font-size: 20px;
        line-height: 23px;
        color: #fff;
        overflow: hidden;
        /*font-family: 'HelveticaNeueW01-45Ligh';*/
        font-weight: normal;
        font-style: normal;
        font-variant: normal
    }

    .imageGallery .layerText a {
        position: absolute;
        top: 10px;
        left: 495px
    }

.imageGallery ul li {
    position: absolute;
    top: 0;
    height: 378px;
    width: 100px;
    cursor: pointer
}

    .imageGallery ul li.prev {
        left: 0
    }

        .imageGallery ul li.prev a {
            background-image: url("image/arrow-stage-prev.png");
            background-repeat: no-repeat;
            position: absolute;
            top: 130px;
            left: 0px;
            width: 40px;
            height: 50px;
            z-index: 5;
            cursor: pointer;
            color: transparent;
            display: none
        }

    .imageGallery ul li.next {
        right: 0
    }

        .imageGallery ul li.next a {
            background-image: url("image/arrow-stage-next.png");
            background-repeat: no-repeat;
            position: absolute;
            top: 130px;
            right: 0px;
            width: 40px;
            height: 50px;
            z-index: 5;
            cursor: pointer;
            color: transparent;
            display: none
        }

    .imageGallery ul li:hover a {
        display: block
    }

.jwplayer {
    outline: none !important
}

@media only screen and (min-width: 1025px) {
    #mainArea {
        width: 1000px
    }

    #logobar {
        width: 845px
    }

    header {
        width: 1000px
    }

    #contentArea-mask {
        left: 20px;
        right: 20px
    }
}

@media only screen and (max-width: 1024px) {
    #mainArea {
        width: 984px
    }

    #logobar {
        width: 829px
    }

    header {
        width: 984px
    }

    #contentArea-mask {
        left: 12px;
        right: 12px
    }
}

.gallery-downloads .items .item {
    clear: left
}

@media only screen and (max-width: 992px) {
    header, footer, .content-box, .content-box.page-nav {
        width: 100%;
    }

        header #headerLogoArea, header #headerMainNavArea {
            width: 100%;
        }

    .mainNavigation {
        padding-left:1em;
    }

    .landing-header {
        display:none;
    }

    .landing-header-mobile {
        display:block;
    }
}

    .gallery-downloads .destination .ym-gbox,
    .gallery-downloads .navigation .ym-gbox {
        height: 332px
    }

    .gallery-downloads .destination img {
        border: 1px solid #ccc;
        width: 440px;
        height: 330px
    }

    .gallery-downloads .navigation .ym-gbox {
        position: relative
    }

    .gallery-downloads .navigation .jsmfButton {
        margin-right: 7px
    }

    .gallery-downloads .navigation .pager {
        width: 100%;
        height: 117px;
        overflow: hidden;
        position: absolute;
        bottom: 0px
    }

        .gallery-downloads .navigation .pager .head {
            height: 34px;
            position: absolute;
            top: 6px;
            left: 32px
        }

            .gallery-downloads .navigation .pager .head .counter {
                /*font-family: "HelveticaNeueW01-45Ligh";*/
                color: #8C0014;
                font-size: 16px;
                margin-right: 5px
            }

            .gallery-downloads .navigation .pager .head .text {
                font-family: "HelveticaNeueW01-45Ligh";
                color: #404142;
                font-size: 16px
            }

        .gallery-downloads .navigation .pager .mfPagerLeft {
            position: absolute;
            left: 0px;
            bottom: 16px;
            margin: 0px
        }

        .gallery-downloads .navigation .pager .mfPagerRight {
            position: absolute;
            right: 0px;
            bottom: 16px;
            margin: 0px
        }

        .gallery-downloads .navigation .pager .wrapper {
            position: absolute;
            left: 31px;
            bottom: 0px;
            width: 392px;
            overflow: hidden;
            height: 77px
        }

        .gallery-downloads .navigation .pager ul.items {
            display: block;
            margin: 0px;
            padding: 0px;
            height: 77px;
            width: 4242px;
            position: absolute;
            top: 0px;
            left: 0px
        }

            .gallery-downloads .navigation .pager ul.items li {
                display: block;
                float: left;
                margin: 0px;
                padding: 0px;
                width: 86px;
                height: 72px;
                margin-right: 12px;
                border-bottom: 5px solid white;
                cursor: pointer
            }

                .gallery-downloads .navigation .pager ul.items li:hover,
                .gallery-downloads .navigation .pager ul.items li.active {
                    border-bottom: 5px solid #8C0014;
                }

                .gallery-downloads .navigation .pager ul.items li img {
                    width: 84px;
                    height: 63px;
                    overflow: hidden;
                    border: 1px solid #ccc
                }

    #memoHead {
        z-index: 2005;
        margin-left: -5px;
        padding-left: 5px;
        background-color: White;
        width: 700px
    }

    #compareItems {
        background-color: #f7f7f7;
        overflow: hidden
    }

        #compareItems > span {
            margin: 10px 10px 8px 10px;
            font-size: 12px;
            display: block
        }

        #compareItems .mfButton {
            float: right;
            margin: 0px 10px 10px 0px
        }

        #compareItems ul {
            list-style-type: none;
            margin: 10px 0px 10px 0px;
            padding: 0px 0px 0px 10px;
            overflow: hidden;
            height: 57px;
            width: 672px
        }

            #compareItems ul li {
                margin: 0px 20px 0px 0px;
                padding: 0px;
                float: right;
                width: 148px;
                height: 57px;
                position: relative;
                background-color: white
            }

                #compareItems ul li.empty em {
                    margin: 20px 10px 0px 10px;
                    display: block;
                    font-size: 10px;
                    line-height: 13px
                }

                #compareItems ul li.filled .productImage {
                    width: 57px;
                    height: 57px;
                    margin: 0px;
                    padding: 0px;
                    display: table-cell;
                    vertical-align: middle;
                    background-color: #f7f7f7;
                    position: relative
                }

                    #compareItems ul li.filled .productImage img {
                        display: block;
                        margin: auto;
                        max-width: 57px;
                        max-height: 57px
                    }

                #compareItems ul li.filled strong {
                    position: absolute;
                    top: 7px;
                    left: 63px;
                    font-size: 11px
                }

                #compareItems ul li.filled .remove {
                    background-image: url("image/icon-close-small-gray.png");
                    background-repeat: no-repeat;
                    background-color: white;
                    background-position: top left;
                    padding: 0 0 0 16px;
                    position: absolute;
                    left: 63px;
                    bottom: 2px;
                    font-size: 10px;
                    line-height: 14px;
                    cursor: pointer
                }

    #memoItems {
        margin-top: 10px
    }

    #compareNextSteps {
        background-color: white;
        width: 192px;
        z-index: 2005
    }

        #compareNextSteps .ym-gbox > strong {
            background-color: #f7f7f7;
            padding: 10px 12px;
            font-weight: normal;
            font-size: 14px;
            display: block;
            color: #7f7f7f
        }

        #compareNextSteps .ym-gbox .link-standard {
            background-image: url("image/icon-arrow-right-red.png");
            background-position: 10px 14px;
            background-repeat: no-repeat;
            padding: 10px 0px 10px 20px;
            margin: 0px 0px 0px 0px;
            font-size: 12px;
            color: #7f7f7f;
            text-decoration: none;
            display: block;
            border-top: 1px solid #f7f7f7
        }

            #compareNextSteps .ym-gbox .link-standard:link {
                color: #7f7f7f
            }

            #compareNextSteps .ym-gbox .link-standard:visited {
                color: #7f7f7f
            }

            #compareNextSteps .ym-gbox .link-standard:focus {
                color: #7f7f7f
            }

            #compareNextSteps .ym-gbox .link-standard:hover {
                color: #8C0014
            }

            #compareNextSteps .ym-gbox .link-standard:active {
                color: #404142
            }

            #compareNextSteps .ym-gbox .link-standard:first-child {
                border-top: 0px
            }

    #maxCompWarn {
        color: #8C0014;
        font-weight: bold;
        display: none
    }

    .boxshadow #compareNextSteps .ym-gbox {
        border-collapse: separate;
        -moz-box-shadow: 0px 0px 3px 1px #ccc;
        -webkit-box-shadow: 0px 0px 3px 1px #ccc;
        box-shadow: 0px 0px 3px 1px #ccc;
        margin-bottom: 20px
    }

    .no-boxshadow #compareNextSteps .ym-gbox {
        border: 1px solid #ccc;
        margin-bottom: 20px
    }

    .memoCompare h4 {
        margin-bottom: 10px;
        font-weight: bold
    }

    .memoCompare .row {
        background-image: url("image/delimiter-4px-gray.png");
        background-position: left bottom;
        background-repeat: repeat-x;
        margin-bottom: 10px;
        padding-bottom: 10px;
        width: 230px;
        min-height: 50px;
        float: left;
        position: relative
    }

        .memoCompare .row img {
            width: 50px
        }

    .memoCompare .actions {
        clear: left;
        margin-top: 5px
    }

    .memoCompare .compare {
        background-image: url("image/icon-close-small-gray.png");
        background-position: right top;
        background-repeat: no-repeat;
        padding-right: 15px;
        cursor: pointer;
        position: absolute;
        left: 60px;
        bottom: 8px
    }

    .memoCompare strong {
        display: block;
        position: absolute;
        top: 0px;
        left: 60px
    }

    .memoCompare .link-standard {
        display: inline-block;
        margin-right: 10px
    }

    table.td_Compare {
        font-size: 12px;
        margin-bottom: 18px;
        table-layout: fixed
    }

        table.td_Compare thead tr th {
            vertical-align: top;
            text-align: left
        }

            table.td_Compare thead tr th.style-tab {
                margin-left: 0;
                padding-left: 0
            }

                table.td_Compare thead tr th.style-tab > .tabListWrapper {
                    width: auto !important
                }

                    table.td_Compare thead tr th.style-tab > .tabListWrapper ul {
                        padding-left: 0px
                    }

        table.td_Compare thead tr:first-child th {
            background-image: url("image/mf-table-cell-background-top.png");
            background-repeat: no-repeat;
            background-position: left -6px;
            border-left: solid 8px white;
            padding-left: 10px;
            padding-top: 5px
        }

            table.td_Compare thead tr:first-child th:first-child {
                background-image: none;
                padding-left: 0;
                vertical-align: middle
            }

                table.td_Compare thead tr:first-child th:first-child h2 {
                    position: absolute;
                    top: 0
                }

                table.td_Compare thead tr:first-child th:first-child .myBrochure {
                    display: table-row
                }

                    table.td_Compare thead tr:first-child th:first-child .myBrochure > span {
                        display: table-cell;
                        padding-right: 20px;
                        vertical-align: middle
                    }

        table.td_Compare tbody tr th {
            background-image: url("image/mf-table-cell-background-top.png");
            background-repeat: no-repeat;
            background-position: left -5px;
            border-left: solid 8px white;
            padding-left: 10px
        }

            table.td_Compare tbody tr th div {
                background-color: #f7f7f7
            }

            table.td_Compare tbody tr th:first-child {
                padding-left: 0px
            }

        table.td_Compare tbody tr td {
            border-bottom: none !important;
            border-left: solid 8px white;
            background-image: url("image/mf-table-cell-background-top.png");
            background-repeat: no-repeat;
            background-position: left -5px;
            line-height: 18px;
            padding: 9px 10px 1px 18px
        }

            table.td_Compare tbody tr td:first-child {
                border-left: none;
                background-position: right -5px;
                padding-left: 10px
            }

    @font-face {
        font-family: 'mieleicons';
        src: url('../../common/fonts/mieleicons/mieleicons.eot?21989451');
        src: url('../../common/fonts/mieleicons/mieleicons.eot?21989451#iefix') format('embedded-opentype'), url('../../common/fonts/mieleicons/mieleicons.ttf?21989451') format('truetype'), url('../../common/fonts/mieleicons/mieleicons.svg?21989451#mieleicons') format('svg');
        font-weight: normal;
        font-style: normal
    }

    [class^="micon-"]:before,
    [class*=" micon-"]:before {
        font-family: "mieleicons";
        font-style: normal;
        font-weight: normal;
        speak: none;
        display: inline-block;
        text-decoration: inherit;
        width: 1em;
        margin-right: 0;
        text-align: center;
        font-variant: normal;
        text-transform: none;
        line-height: 1em;
        margin-left: 0;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale
    }

    .micon-arrow-left:before {
        content: '\41'
    }

    .micon-arrow-right:before {
        content: '\42'
    }

    .micon-arrow-up:before {
        content: '\43'
    }

    .micon-arrow-down:before {
        content: '\44'
    }

    .micon-small-arrow-up:before {
        content: '\45'
    }

    .micon-small-arrow-down:before {
        content: '\46'
    }

    .micon-double-arrow-up:before {
        content: '\47'
    }

    .micon-double-arrow-down:before {
        content: '\48'
    }

    .micon-double-arrow-left:before {
        content: '\49'
    }

    .micon-double-arrow-right:before {
        content: '\50'
    }

    .micon-lens:before {
        content: '\51'
    }

    .micon-small-arrow-left:before {
        content: '\52'
    }

    .micon-small-arrow-right:before {
        content: '\53'
    }

    .micon-info:before {
        content: '\54'
    }

    .micon-close:before {
        content: '\55'
    }

    span.mSVGicon {
        display: inline-block;
        height: 16px;
        line-height: 16px;
        margin-bottom: -3px
    }

    span.mSVGicon-checkmark {
        width: 16px;
        background-repeat: no-repeat;
        background: url('data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJFYmVuZV8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCINCgkgdmlld0JveD0iMCAwIDE2IDE2IiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCAxNiAxNiIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+DQo8cGF0aCBmaWxsPSIjMjMxRjIwIiBkPSJNLTIzLjI5MSwyLjU2M2MtMC42MDcsMC41NjItMS43ODgsMS43NjgtMi4zNTgsMi4zNjZjLTEuNjU3LDEuNzM2LTMuMTY5LDMuNTktNC41NTQsNS41NDQNCglDLTMwLjg2LDkuNDg3LTMxLjY0MSw4LjQ4LTMyLjYsNy43NWMtMC4zODEtMC4yOTEtMS4wMTUtMC43NDctMS4zNC0wLjA4OWMtMC4yNjIsMC41MzMsMC4zOTIsMC45MjcsMC42OTcsMS4yNzENCgljMC44LDAuOSwxLjQyNCwxLjk2LDEuOTIsMy4wNDdjMC4xMiwwLjI1MSwwLjIwOCwwLjU0NywwLjM5MywwLjc2NGMwLjQ3NiwwLjU1NywxLjI0MSwwLjMyNCwxLjU2NS0wLjIzNA0KCWMxLjI3OS0yLjIwMywyLjY5OC00LjM0OSw0LjM0NC02LjMwOGMwLjYyMS0wLjczOSwxLjg1My0yLjA3NywyLjUwNi0yLjc5MWMwLjMzNy0wLjM2OCwwLjcxNy0wLjksMC4zODktMS4yMjMNCglDLTIyLjQ1NiwxLjg2NS0yMi45MjgsMi4yMjktMjMuMjkxLDIuNTYzeiIvPg0KPHBhdGggZmlsbD0iIzVFQjEzMiIgZD0iTTEyLjcwOSwyLjVjLTAuNjA3LDAuNTYyLTEuNzg4LDEuNzY4LTIuMzU4LDIuMzY2QzguNjkzLDYuNjAzLDcuMTgyLDguNDU4LDUuNzk3LDEwLjQxDQoJQzUuMTQsOS40MjUsNC4zNTksOC40MTgsMy40LDcuNjg4QzMuMDIsNy4zOTgsMi4zODYsNi45NDEsMi4wNjEsNy41OTlDMS43OTksOC4xMzEsMi40NTIsOC41MjYsMi43NTgsOC44Nw0KCWMwLjc5OSwwLjksMS40MjQsMS45NiwxLjkyLDMuMDQ3YzAuMTE5LDAuMjUxLDAuMjA3LDAuNTQ3LDAuMzkzLDAuNzY0YzAuNDc2LDAuNTU3LDEuMjQsMC4zMjQsMS41NjUtMC4yMzQNCgljMS4yNzgtMi4yMDMsMi42OTgtNC4zNDgsNC4zNDQtNi4zMDhjMC42MjEtMC43MzksMS44NTMtMi4wNzcsMi41MDYtMi43OTFjMC4zMzctMC4zNjgsMC43MTctMC45LDAuMzg5LTEuMjIzDQoJQzEzLjU0NCwxLjgwMywxMy4wNzIsMi4xNjcsMTIuNzA5LDIuNXoiLz4NCjwvc3ZnPg==')
    }

    .cloud-zoom-lens {
        border: 1px solid #888;
        margin: -1px;
        background-color: #fff;
        cursor: move
    }

    .cloud-zoom-title {
        font-family: Arial, Helvetica, sans-serif;
        position: absolute !important;
        background-color: #000;
        color: #fff;
        padding: 3px;
        width: 100%;
        text-align: center;
        font-weight: bold;
        font-size: 10px;
        top: 0px
    }

    .cloud-zoom-big {
        border: 2px solid #ccc;
        overflow: hidden;
        background-repeat: no-repeat
    }

    .cloud-zoom-loading {
        color: white;
        background: #222;
        padding: 3px;
        border: 1px solid #000
    }

    .animatedArea {
        width: 960px;
        height: 415px;
        overflow: hidden;
        position: relative;
        z-index: 1
    }

        .animatedArea .layer-text {
            position: absolute;
            left: 0px;
            bottom: 0px;
            width: 960px;
            height: 78px;
            background-color: #333;
            opacity: 0.9;
            z-index: 5
        }

        .animatedArea .layer-whyMiele {
            position: absolute;
            left: 644px;
            top: 244px;
            width: 258px;
            height: 78px;
            background-color: #333;
            opacity: 0.9;
            z-index: 5
        }

        .animatedArea .arrow-prev {
            position: absolute;
            top: 130px;
            left: 0px;
            z-index: 5;
            cursor: pointer
        }

        .animatedArea .arrow-next {
            position: absolute;
            top: 130px;
            right: 0px;
            z-index: 5;
            cursor: pointer
        }

        .animatedArea .aaSlider-home {
            position: absolute;
            bottom: 35px;
            right: 40px;
            z-index: 7
        }

            .animatedArea .aaSlider-home span.item {
                width: 17px;
                height: 3px;
                background-color: white;
                display: block;
                float: left;
                margin: 0px 0px 0px 5px;
                padding: 0px;
                color: transparent
            }

                .animatedArea .aaSlider-home span.item.active {
                    background-color: #8C0014;
                }

            .animatedArea .aaSlider-home span.label {
                color: white;
                display: block;
                clear: left;
                padding: 3px 0px 0px 5px;
                text-transform: uppercase;
                font-size: 10px
            }

        .animatedArea .aaTB-home {
            position: absolute;
            left: 0px;
            bottom: 0px;
            width: 960px;
            height: 78px;
            z-index: 6
        }

            .animatedArea .aaTB-home .aaTB {
                width: 100%;
                height: 100%;
                position: absolute;
                top: 0px;
                left: 0px;
                z-index: 6
            }

            .animatedArea .aaTB-home h2 {
                width: 480px;
                height: 50px;
                overflow: hidden;
                /*font-family: 'HelveticaNeueW01-45Ligh';*/
                font-weight: normal;
                font-style: normal;
                font-variant: normal;
                margin: 15px 0px 0px 28px;
                padding: 0px;
                font-size: 20px;
                line-height: 23px;
                color: #fff
            }

            .animatedArea .aaTB-home a {
                position: absolute;
                top: 25px;
                left: 510px;
                margin: 0px
            }

        .animatedArea .aaTB-homeWhyMiele {
            position: absolute;
            left: 644px;
            top: 244px;
            width: 258px;
            height: 78px;
            z-index: 6
        }

            .animatedArea .aaTB-homeWhyMiele .aaTB {
                width: 100%;
                height: 100%;
                position: absolute;
                top: 0px;
                left: 0px;
                z-index: 6
            }

            .animatedArea .aaTB-homeWhyMiele h1 {
                /*font-family: 'HelveticaNeueW01-45Ligh';*/
                font-weight: 200 !important;
                font-style: normal;
                font-variant: normal;
                margin: 15px 0px 0px 15px;
                font-size: 20px;
                line-height: 23px;
                color: #fff
            }

            .animatedArea .aaTB-homeWhyMiele a {
                background-image: url(url("image/icon-arrow-right-red.png"));
                background-position: 0px 6px;
                background-repeat: no-repeat;
                padding: 2px 0px 2px 12px;
                margin: 0px 0px 0px 15px;
                font-size: 12px;
                color: #fff;
                text-decoration: none;
                display: block
            }

                .animatedArea .aaTB-homeWhyMiele a:link {
                    color: #fff
                }

                .animatedArea .aaTB-homeWhyMiele a:visited {
                    color: #fff
                }

                .animatedArea .aaTB-homeWhyMiele a:focus {
                    color: #fff
                }

                .animatedArea .aaTB-homeWhyMiele a:hover {
                    color: #8C0014
                }

                .animatedArea .aaTB-homeWhyMiele a:active {
                    color: #8C0014
                }

    .themeAnimation {
        float: left
    }

        .themeAnimation ul {
            list-style-type: none;
            margin: 0px;
            padding: 28px 0px;
            height: 279px;
            width: 308px;
            float: left;
            overflow: hidden;
            background-color: #333
        }

            .themeAnimation ul li {
                margin: 0px 0px -1px 0px;
                padding: 2px 0px 2px 25px;
                width: 283px;
                border-top: 1px solid #525252;
                border-bottom: 1px solid #525252
            }

                .themeAnimation ul li > a {
                    background-image: url("image/icon-arrow-right-red.png");
                    background-position: 0px 8px;
                    background-repeat: no-repeat;
                    padding: 2px 0px 2px 12px;
                    margin: 0px 0px 0px 0px;
                    font-size: 12px;
                    font-weight: normal;
                    color: white;
                    text-decoration: none;
                    display: block
                }

                    .themeAnimation ul li > a:link {
                        color: white
                    }

                    .themeAnimation ul li > a:visited {
                        color: white
                    }

                    .themeAnimation ul li > a:focus {
                        color: white
                    }

                    .themeAnimation ul li > a:hover {
                        color: white
                    }

                    .themeAnimation ul li > a:active {
                        color: white
                    }

                .themeAnimation ul li a.link-footnote {
                    color: white
                }

                    .themeAnimation ul li a.link-footnote:link {
                        color: white
                    }

                    .themeAnimation ul li a.link-footnote:visited {
                        color: white
                    }

                    .themeAnimation ul li a.link-footnote:focus {
                        color: white
                    }

                    .themeAnimation ul li a.link-footnote:hover {
                        color: white
                    }

                    .themeAnimation ul li a.link-footnote:active {
                        color: white
                    }

                .themeAnimation ul li > span {
                    display: none
                }

                .themeAnimation ul li p {
                    color: white;
                    margin: 5px 10px 10px 0px;
                    padding: 0px;
                    font-size: 20px
                }

                .themeAnimation ul li div {
                    display: none
                }

                .themeAnimation ul li.inactive > span {
                    background-image: url("image/icon-arrow-right-red.png");
                    background-position: 0px 8px;
                    background-repeat: no-repeat;
                    padding: 2px 0px 0px 12px;
                    margin: 0px 0px 0px 0px;
                    font-size: 12px;
                    font-weight: normal;
                    color: white;
                    text-decoration: none;
                    display: block;
                    cursor: pointer
                }

                .themeAnimation ul li.inactive > p,
                .themeAnimation ul li.inactive > a {
                    display: none
                }

                .themeAnimation ul li.active {
                    height: 160px;
                    position: relative
                }

                    .themeAnimation ul li.active em {
                        position: absolute;
                        top: 75px;
                        right: -10px;
                        z-index: 99;
                        width: 10px;
                        height: 19px;
                        background-image: url("image/pointer.png");
                        background-repeat: no-repeat
                    }

                    .themeAnimation ul li.active > span {
                        margin: 0px 10px 5px 0px;
                        padding: 0px;
                        display: block;
                        color: white;
                        font-size: 12px
                    }

                    .themeAnimation ul li.active > p {
                        display: block;
                        color: white;
                        margin: 5px 10px 18px 0px;
                        padding: 0px;
                        font-size: 20px;
                        line-height: 28px;
                        /*font-family: 'HelveticaNeueW01-45Ligh';*/
                        font-weight: normal;
                        font-style: normal;
                        font-variant: normal
                    }

        .themeAnimation .stage {
            width: 596px;
            height: 335px;
            float: left;
            overflow: hidden;
            position: relative
        }

    .ym-g960-full .themeAnimation {
        float: none;
        overflow: hidden
    }

        .ym-g960-full .themeAnimation ul {
            width: 287px;
            height: 322px
        }

            .ym-g960-full .themeAnimation ul li {
                width: 262px
            }

        .ym-g960-full .themeAnimation .stage {
            width: 673px;
            height: 378px
        }

    .mc-day-weekend {
        background: #f7f7f7 !important
    }

    .mc-day-today .mc-cell-hd {
        background: #8C0014
    }

    .mc-cell-event {
        overflow: hidden
    }

        .mc-cell-event.hidden {
            display: none
        }

    .mc-cell-hd {
        padding: 0 12px;
        text-align: center;
        color: #fff;
        background: silver
    }

    .mc-month-prev .mc-cell-hd,
    .mc-month-next .mc-cell-hd {
        color: silver;
        background: none
    }

    .mc-cell-hd .mc-dayNum {
        display: block;
        padding: 6px 0;
        background: url("image/line-dashed-4x1-6666.gif") 0 bottom repeat-x
    }

    .mc-cell-bd {
        min-height: 85px;
        padding: 13px 20px;
        font-size: 11px
    }

        .mc-cell-bd a.link-standard {
            font-size: 11px;
            line-height: 13px;
            margin-bottom: 5px;
            background-position: left 3px
        }

    .mdt {
        position: relative;
        min-height: 160px
    }

        .mdt .mdt-table {
            margin: 0 auto;
            width: 844px
        }

            .mdt .mdt-table th {
                padding-right: 5px;
                cursor: default
            }

                .mdt .mdt-table th.sorted {
                    color: #404142
                }

                .mdt .mdt-table th .mdt-sorter {
                    display: block;
                    background: url("image/icon-arrow-down-gray.png") center right no-repeat;
                    cursor: pointer
                }

                .mdt .mdt-table th.sorted-asc .mdt-sorter {
                    background-image: url("image/icon-arrow-up-darkgray.gif")
                }

                .mdt .mdt-table th.sorted-desc .mdt-sorter {
                    background-image: url("image/icon-arrow-down-darkgray.gif")
                }

            .mdt .mdt-table tr.hidden {
                display: none
            }

            .mdt .mdt-table td,
            .mdt .mdt-table a.link-standard {
                font-size: 11px;
                line-height: 13px;
                background-position: left 3px
            }

            .mdt .mdt-table td {
                height: 57px
            }

    .mdt-th-availability {
        width: 235px
    }

    .mdt-availability-narrow {
        float: right;
        width: 100px
    }

    .mdt-availability-spinner {
        margin-top: 1px
    }

        .mdt-availability-spinner > label,
        .mdt-availability-spinner > .mfSpinnerWrapper {
            vertical-align: middle
        }

        .mdt-availability-spinner > .mfSpinnerWrapper {
            margin-right: 0
        }

    .mdt-hd {
        padding: 0 30px 10px;
        overflow: hidden;
        font-size: 20px;
        /*font-family: 'HelveticaNeueW01-45Ligh'*/
    }

    .mdt-hd-searchTxt {
        float: left;
        display: none
    }

        .mdt-hd-searchTxt > .term {
            color: #8C0014;
            /*font-family: 'HelveticaNeueW01-75Bold'*/
        }

    .mdt-hd-cnt {
        float: right
    }

        .mdt-hd-cnt > .num {
            color: #8C0014;
            /*font-family: 'HelveticaNeueW01-75Bold'*/
        }

    .mdt-ft {
        position: relative;
        overflow: hidden
    }

        .mdt-ft .mfPager {
            position: absolute;
            top: 50%;
            margin: 0;
            margin-top: -28px
        }

        .mdt-ft .mfPagerLeft {
            left: 0;
            float: left
        }

        .mdt-ft .mfPagerRight {
            right: 0;
            float: left
        }

    .mdt-ft {
        overflow: hidden;
        padding: 20px 30px 28px;
        float: right
    }

        .mdt-ft > .bar-nav {
            float: left;
            margin-top: 10px;
            display: inline-block;
            zoom: 1;
            *display: inline
        }

    .mec .signal {
        display: block;
        margin: 3px 0 0 10px
    }

    .mec .mdt .mfButton {
        margin-bottom: 5px
    }

    .mec > .mec-container,
    .mec > .mec-error {
        display: none;
        padding-bottom: 20px
    }

    .mec > .mec-error {
        padding: 20px
    }

        .mec > .mec-error > h1 {
            color: #f00;
        }

        .mec > .mec-error > p {
            margin: 1em 0
        }

    .mec > .ajaxLoader {
        position: relative;
        left: auto;
        top: auto;
        height: 200px
    }

    .mec-hd {
        background: url("image/content-header-bg-variant4.png") center bottom repeat-x
    }

    .mec-hd-inner {
        padding: 23px 28px 7px;
        background: url("image/content-header-bg-variant1.png") 0 bottom repeat-x
    }

        .mec-hd-inner .mfButton-group {
            position: absolute;
            right: 28px;
            top: 23px
        }

    .mec-hd-actions {
        margin-top: 25px;
        position: relative
    }

        .mec-hd-actions .mfPager {
            margin: 0;
            vertical-align: top
        }

    .mec-gotoToday.jsmfButton {
        margin: 0 30px 0 10px
    }

    .mec-hd-search {
        position: absolute;
        top: 15px;
        right: 0
    }

        .mec-hd-search .mfInput-reset {
            margin-right: 8px
        }

            .mec-hd-search .mfInput-reset > input[type="text"] {
                width: 190px;
                vertical-align: middle
            }

    .mec-hd-date {
        display: inline-block;
        width: 90px;
        padding: 17px 14px;
        font-size: 20px;
        line-height: 20px;
        color: #8C0014;
        /*font-family: HelveticaNeueW -64 Medi;*/
        white-space: nowrap
    }

    .mec-bd {
        padding: 0 28px
    }

    .mec-acn {
        background: url("image/mieleTabsSprites.png") no-repeat;
        background-position: center -125px;
        margin-bottom: 20px;
        margin-right: -20px;
        height: 55px
    }

    .mec-acn-itm {
        display: inline-block;
        margin-right: 20px
    }

    #mec-acn-courses {
        margin-left: 0;
        float: left
    }

    .mec-container-calendar {
        position: relative
    }

    .mc-wait {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        min-height: 160px !important;
        background-color: rgba(255, 255, 255, 0.8);
        background-image: url("image/ajax-loader.gif");
        background-position: center;
        background-repeat: no-repeat
    }

    .mfDropDownFont {
        color: #404142;
        font-size: 12px;
        line-height: 26px
    }

    .mfSelectFont {
        color: #404142;
        font-size: 12px;
        line-height: 26px
    }

    .mfSelectWrapper {
        clear: both;
        cursor: pointer;
        display: inline;
        line-height: 28px;
        padding: 0;
        position: relative;
        vertical-align: middle;
        white-space: nowrap
    }

        .mfSelectWrapper > .mfSelectBar,
        .mfSelectWrapper .mfSelectButton {
            color: #404142;
            font-size: 12px;
            line-height: 26px;
            background: transparent url("image/mf-sprites.png") no-repeat;
            height: 26px;
            overflow: hidden;
            min-height: 26px;
            display: -moz-inline-stack;
            display: inline-block;
            vertical-align: top;
            zoom: 1;
            *display: inline
        }

        .mfSelectWrapper > .mfSelectBar {
            background-position: -90px -90px;
            min-width: 50px;
            text-indent: 12px;
            -webkit-user-select: none;
            -moz-user-select: none;
            -ms-user-select: none;
            -o-user-select: none;
            user-select: none
        }

        .mfSelectWrapper .mfSelectButton {
            background-position: 0 -90px;
            width: 34px
        }

            .mfSelectWrapper .mfSelectButton.hover {
                background-position: -45px -90px
            }

            .mfSelectWrapper .mfSelectButton.open {
                background-position: -45px -120px
            }

        .mfSelectWrapper .mfSelectListWrapper {
            position: absolute;
            left: 8px;
            top: 19px;
            z-index: 1000
        }

            .mfSelectWrapper .mfSelectListWrapper > .mfSelectList {
                color: #404142;
                font-size: 12px;
                line-height: 26px;
                background-color: #fafafa;
                border: solid 1px #d6d6d6;
                display: none;
                left: 0;
                list-style: none;
                margin: 0;
                max-height: 250px;
                overflow-x: hidden;
                overflow-y: auto;
                padding: 5px 0 5px 0;
                padding: 0;
                top: 0;
                z-index: 1000
            }

                .mfSelectWrapper .mfSelectListWrapper > .mfSelectList p {
                    color: #404142 !important;
                    cursor: pointer;
                    margin: 0px;
                    padding: 2px 30px 0px 4px;
                    white-space: nowrap;
                    z-index: 1001
                }

                    .mfSelectWrapper .mfSelectListWrapper > .mfSelectList p.active {
                        color: #333;
                        font-weight: bold
                    }

                    .mfSelectWrapper .mfSelectListWrapper > .mfSelectList p.hover {
                        color: #8C0014;
                        background-color: #eee
                    }

                    .mfSelectWrapper .mfSelectListWrapper > .mfSelectList p.selected {
                        color: #8C0014;
                        font-weight: bold
                    }

                .mfSelectWrapper .mfSelectListWrapper > .mfSelectList.multiple p {
                    position: relative;
                    background: transparent url("image/mf-sprites.png") no-repeat;
                    background-position: -5px -543px;
                    background-repeat: no-repeat;
                    padding: 2px 30px 0px 21px
                }

                    .mfSelectWrapper .mfSelectListWrapper > .mfSelectList.multiple p.selected {
                        color: #8C0014;
                        font-weight: bold;
                        background-position: -5px -568px
                    }

                .mfSelectWrapper .mfSelectListWrapper > .mfSelectList.multiple div {
                    position: relative;
                    text-indent: 15px
                }

                    .mfSelectWrapper .mfSelectListWrapper > .mfSelectList.multiple div span {
                        position: absolute;
                        padding: 0;
                        height: 11px;
                        width: 11px;
                        margin-top: 1px;
                        margin-left: 1px;
                        display: block;
                        background: transparent url("image/mf-sprites.png") no-repeat;
                        background-position: -11px -607px;
                        background-repeat: no-repeat
                    }

                        .mfSelectWrapper .mfSelectListWrapper > .mfSelectList.multiple div span.checked {
                            background-position: -11px -572px
                        }

                        .mfSelectWrapper .mfSelectListWrapper > .mfSelectList.multiple div span.unchecked {
                            background-position: -11px -547px
                        }

                        .mfSelectWrapper .mfSelectListWrapper > .mfSelectList.multiple div span.tristate {
                            background-position: 0px -120px
                        }

    .mfRadioImage {
        display: inline-block;
        line-height: 20px;
        height: 20px;
        width: 18px;
        background: transparent url("image/mf-sprites.png") no-repeat;
        background-position: -250px -60px;
        position: relative;
        padding-right: 7px
    }

        .mfRadioImage.hover {
            cursor: pointer;
            background-position: -275px -60px
        }

        .mfRadioImage.checked {
            cursor: pointer;
            background-position: -300px -60px
        }

        .mfRadioImage.disabled {
            cursor: pointer;
            background-position: -325px -60px
        }

            .mfRadioImage.disabled.checked {
                cursor: pointer;
                background-position: -350px -60px
            }

    .mfRadioLabel {
        cursor: pointer;
        display: inline-block;
        padding-right: 7px;
        line-height: 20px;
        color: #fff;
    }

        .mfRadioLabel.focus {
            color: #fff
        }

        .mfRadioLabel.hover {
            color: #fff
        }

        .mfRadioLabel.disabled {
            color: #d0d0d0
        }

        .mfRadioLabel.style-small,
        .mfRadioImage.style-small {
            line-height: 12px;
            height: 12px;
            font-size: 11px;
            padding-right: 5px
        }

    .mfRadioImage.style-small {
        background-position: -375px -60px;
        width: 11px
    }

        .mfRadioImage.style-small.hover {
            background-position: -400px -60px
        }

        .mfRadioImage.style-small.checked {
            background-position: -425px -60px
        }

        .mfRadioImage.style-small.disabled {
            background-position: -450px -60px
        }

            .mfRadioImage.style-small.disabled.checked {
                background-position: -475px -60px
            }

    .mfCheckboxImage {
        display: inline-block;
        line-height: 20px;
        height: 20px;
        width: 18px;
        background: transparent url("image/mf-sprites.png") no-repeat;
        background-position: -125px -60px;
        position: relative;
        padding-right: 7px
    }

        .mfCheckboxImage.hover {
            cursor: pointer;
            background-position: -150px -60px
        }

        .mfCheckboxImage.checked {
            cursor: pointer;
            background-position: -175px -60px
        }

        .mfCheckboxImage.disabled {
            cursor: pointer;
            background-position: -200px -60px
        }

            .mfCheckboxImage.disabled.checked {
                cursor: pointer;
                background-position: -225px -60px
            }

    .mfCheckboxLabel {
        cursor: pointer;
        display: inline;
        padding-right: 5px;
        line-height: 20px;
        color: #7f7f7f
    }

        .mfCheckboxLabel.focus {
            color: #8C0014
        }

        .mfCheckboxLabel.disabled {
            color: #d0d0d0
        }

        .mfCheckboxLabel.style-small,
        .mfCheckboxImage.style-small {
            line-height: 15px;
            height: 15px;
            font-size: 11px;
            padding-right: 5px
        }

    .mfCheckboxImage.style-small {
        background-position: 0 -58px;
        width: 11px
    }

        .mfCheckboxImage.style-small.hover {
            background-position: -25px -58px
        }

        .mfCheckboxImage.style-small.checked {
            background-position: -50px -58px
        }

        .mfCheckboxImage.style-small.disabled {
            background-position: -75px -58px;
            width: 11px
        }

            .mfCheckboxImage.style-small.disabled.checked {
                background-position: -100px -58px
            }

    .mfSpinnerWrapper {
        height: 20px;
        line-height: 20px;
        display: inline-block;
        margin-right: 10px
    }

        .mfSpinnerWrapper .mfSpinnerInput,
        .mfSpinnerWrapper .mfSpinnerInput:focus {
            float: none;
            height: 20px;
            line-height: 20px;
            padding: 0;
            margin: 0;
            background: transparent url("image/mf-sprites.png") no-repeat;
            background-position: -60px -30px;
            border: none;
            text-align: center;
            width: 25px;
            outline: none;
            padding-left: 13px;
            text-indent: 0px
        }

        .mfSpinnerWrapper .mfSpinnerControl {
            float: right;
            position: relative;
            height: 20px;
            line-height: 20px;
            padding: 0;
            margin: 0;
            background: transparent url("image/mf-sprites.png") no-repeat;
            background-position: -30px -30px;
            width: 25px
        }

        .mfSpinnerWrapper .mfSpinnerLabel {
            line-height: 22px;
            padding-right: 5px
        }

            .mfSpinnerWrapper .mfSpinnerLabel.focus {
                color: #8C0014
            }

        .mfSpinnerWrapper .mfSpinnerGoUp {
            left: 15px;
            top: 0px;
            position: absolute;
            display: inline-block;
            cursor: pointer;
            background: transparent url("image/mf-sprites.png") no-repeat;
            background-position: 0px -30px;
            width: 15px;
            height: 11px;
            overflow: hidden
        }

        .mfSpinnerWrapper .mfSpinnerGoDown {
            left: 15px;
            top: 11px;
            position: absolute;
            display: inline-block;
            cursor: pointer;
            background: transparent url("image/mf-sprites.png") no-repeat;
            background-position: 0px -41px;
            width: 15px;
            height: 9px;
            overflow: hidden
        }

        .mfSpinnerWrapper .mfSpinnerGoUp:hover {
            background-position: -15px -30px
        }

        .mfSpinnerWrapper .mfSpinnerGoDown:hover {
            background-position: -15px -41px
        }

    .mfButton {
        white-space: nowrap;
        display: inline-block;
        cursor: pointer;
        color: #7f7f7f;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 11px;
        font-weight: normal
    }

    a.mfButton {
        text-decoration: none
    }

    * + html .mfButton {
        margin-right: 5px
    }

    .mfButtonLeft,
    .mfButtonRight,
    .mfButtonConWrp,
    .mfButtonConWrpIcon {
        cursor: pointer;
        display: inline-block;
        /*background: transparent url("image/mf-sprites.png") no-repeat*/
        background: #8c0014;
    }

    .mfButtonLeft {
        font-size: 12px;
        height: 26px;
        line-height: 26px;
        width: 15px;
        background-position: left -315px
    }

    .mfButtonRight {
        font-size: 12px;
        height: 26px;
        line-height: 26px;
        width: 15px;
        background-position: right -315px
    }

    .mfButtonConWrp {
        font-size: 12px;
        height: 26px;
        line-height: 26px;
        background-position: center -315px
    }

    .mfButtonConWrpIcon {
        font-size: 12px;
        position: relative;
        top: 8px
    }

    .mfButtonConWrpText {
        font-size: 12px;
        color: #fff;
    }

    .mfButtonConWrpIcon + .mfButtonConWrpText {
        padding-left: 9px
    }

    .mfButtonLeft.mFHover {
        background-position: left -315px
    }

    .mfButtonRight.mFHover {
        background-position: right -315px
    }

    .mfButtonConWrp.mFHover {
        background-position: center -315px
    }

        .mfButtonConWrp.mFHover .mfButtonConWrpText {
            color: #fff;
        }

    .disabled .mfButtonConWrp {
        background-position: center -345px;
        cursor: default
    }

    .disabled .mfButtonLeft {
        background-position: left -345px;
        cursor: default
    }

    .disabled .mfButtonRight {
        background-position: right -345px;
        cursor: default
    }

    .disabled .mfButtonConWrpText {
        color: #bbb
    }

    .disabled .mfButtonConWrpIcon {
        cursor: default;
        opacity: 0.5
    }

    .style-nba .mfButtonLeft {
        font-size: 13px;
        height: 26px;
        line-height: 26px;
        width: 14px;
        background-position: left -225px
    }

    .style-nba .mfButtonRight {
        font-size: 13px;
        height: 26px;
        line-height: 26px;
        width: 14px;
        background-position: right -225px
    }

    .style-nba .mfButtonConWrp {
        font-size: 13px;
        height: 26px;
        line-height: 26px;
        background-position: center -225px
    }

    .style-nba .mfButtonConWrpIcon {
        font-size: 13px;
        position: relative;
        top: 8px
    }

    .style-nba .mfButtonConWrpText {
        font-size: 13px;
        color: #fff
    }

    .style-nba .mfButtonLeft.mFHover {
        background-position: left -255px
    }

    .style-nba .mfButtonRight.mFHover {
        background-position: right -255px
    }

    .style-nba .mfButtonConWrp.mFHover {
        background-position: center -255px
    }

        .style-nba .mfButtonConWrp.mFHover .mfButtonConWrpText {
            color: #fff
        }

    .style-nba.disabled .mfButtonConWrp {
        background-position: center -285px;
        cursor: default
    }

    .style-nba.disabled .mfButtonLeft {
        background-position: left -285px;
        cursor: default
    }

    .style-nba.disabled .mfButtonRight {
        background-position: right -285px;
        cursor: default
    }

    .style-nba.disabled .mfButtonConWrpIcon {
        cursor: default;
        opacity: 0.5
    }

    .style-hotspot .mfButtonConWrp {
        float: left;
        text-indent: 5px;
        background-position: center -175px;
        color: #7f7f7f;
        height: 47px;
        line-height: 47px
    }

    .style-hotspot .mfButtonLeft {
        float: left;
        background-position: left -175px;
        width: 24px;
        height: 47px;
        line-height: 47px
    }

    .style-hotspot .mfButtonRight {
        float: left;
        background-position: right -175px;
        width: 23px;
        height: 47px;
        line-height: 47px
    }

    .style-hotspot .mFHover .mfButtonConWrpText {
        color: #8C0014
    }

    .style-hotspot .mfButtonConWrpText {
        white-space: nowrap;
        overflow: hidden;
        padding-left: 4px;
        padding-right: 0px
    }

    .mfButtonHotspotIcon {
        width: 12px;
        height: 12px;
        position: absolute;
        top: 18px;
        left: 19px;
        background: transparent url("image/mf-icons.png") no-repeat 0 -74px
    }

    .mFHover .mfButtonHotspotIcon {
        background: transparent url("image/mf-icons.png") no-repeat 0 -99px
    }

    .style-nba.style-hotspot .mfButtonConWrp {
        float: left;
        text-indent: 5px;
        background-position: center -430px;
        color: #7f7f7f;
        height: 47px;
        line-height: 47px
    }

    .style-nba.style-hotspot .mfButtonLeft {
        float: left;
        background-position: left -430px;
        width: 24px;
        height: 47px;
        line-height: 47px
    }

    .style-nba.style-hotspot .mfButtonRight {
        float: left;
        background-position: right -430px;
        width: 23px;
        height: 47px;
        line-height: 47px
    }

    .style-nba.style-hotspot .mfButtonConWrpText {
        color: #fff;
        white-space: nowrap;
        overflow: hidden;
        padding-left: 4px;
        padding-right: 0px
    }

    .style-nba.style-hotspot .mfButtonHotspotIcon {
        width: 12px;
        height: 12px;
        position: absolute;
        top: 18px;
        left: 19px;
        background: transparent url("image/mf-icons.png") no-repeat 0 -549px
    }

        .style-nba.style-hotspot .mfButtonHotspotIcon.mFHover {
            background: transparent url("image/mf-icons.png") no-repeat 0 -99px
        }

    .style-nba.style-hotspot .mfButtonConWrp.mFHover {
        background-position: center -485px
    }

    .style-nba.style-hotspot .mfButtonLeft.mFHover {
        background-position: left -485px
    }

    .style-nba.style-hotspot .mfButtonRight.mFHover {
        background-position: right -485px
    }

    .mfButtonConWrpIcon {
        width: 10px;
        height: 25px;
        background: transparent url("image/mf-icons.png") no-repeat 0 -24px
    }

        .mfButtonConWrpIcon.icon-arrow-red {
            width: 5px;
            background: transparent url("image/mf-icons.png") no-repeat 0 -48px
        }

        .mfButtonConWrpIcon.icon-arrow-white {
            width: 5px;
            background: transparent url("image/mf-icons.png") no-repeat 0 -24px
        }

        .mfButtonConWrpIcon.icon-cart-white {
            width: 13px;
            background: transparent url("image/mf-icons.png") no-repeat 2px 0px
        }

        .mfButtonConWrpIcon.icon-cart-grey {
            width: 13px;
            background: transparent url("image/mf-icons.png") no-repeat 2px -275px
        }

        .mfButtonConWrpIcon.icon-cart-gray {
            width: 13px;
            background: transparent url("image/mf-icons.png") no-repeat 2px -275px
        }

        .mfButtonConWrpIcon.icon-download {
            width: 11px;
            background: transparent url("image/mf-icons.png") no-repeat 0 -149px
        }

        .mfButtonConWrpIcon.icon-plus-grey {
            width: 9px;
            background: transparent url("image/mf-icons.png") no-repeat 0 -74px
        }

        .mfButtonConWrpIcon.icon-plus-red {
            width: 9px;
            background: transparent url("image/mf-icons.png") no-repeat 0 -99px
        }

        .mfButtonConWrpIcon.icon-lens {
            width: 10px;
            background: transparent url("image/mf-icons.png") no-repeat 0 -125px
        }

        .mfButtonConWrpIcon.icon-lens-white {
            width: 10px;
            background: transparent url("image/mf-icons.png") no-repeat 0 -300px
        }

        .mfButtonConWrpIcon.icon-share-red {
            width: 8px;
            background: transparent url("image/mf-icons.png") no-repeat 0 -324px
        }

        .mfButtonConWrpIcon.icon-print-red {
            width: 13px;
            background: transparent url("image/mf-icons.png") no-repeat 0 -350px
        }

        .mfButtonConWrpIcon.icon-print-gray {
            width: 13px;
            background: transparent url("image/mf-icons.png") no-repeat 0 -375px
        }

        .mfButtonConWrpIcon.icon-back-gray {
            width: 5px;
            background: transparent url("image/mf-icons.png") no-repeat 0 -398px
        }

        .mfButtonConWrpIcon.icon-back-red {
            width: 5px;
            background: transparent url("image/mf-icons.png") no-repeat 0 -423px
        }

        .mfButtonConWrpIcon.icon-print-white {
            width: 13px;
            background: transparent url("image/mf-icons.png") no-repeat 0 -450px
        }

        .mfButtonConWrpIcon.icon-download-white {
            width: 11px;
            background: transparent url("image/mf-icons.png") no-repeat 0 -474px
        }

        .mfButtonConWrpIcon.icon-plus-white {
            width: 11px;
            background: transparent url("image/mf-icons.png") no-repeat 0 -549px
        }

        .mfButtonConWrpIcon.icon-dblarrow-white {
            width: 11px;
            background: transparent url("image/mf-icons.png") no-repeat 0 -674px
        }

        .mfButtonConWrpIcon.icon-refresh {
            width: 13px;
            background: transparent url("image/mf-icons.png") no-repeat 0 -700px;
            top: 6px
        }

    .mfPagerLeft {
        display: inline-block;
        background: transparent url("image/mf-sprites.png") no-repeat;
        background-position: -25px -374px;
        width: 18px;
        height: 55px;
        text-decoration: none;
        margin: 20px
    }

        .mfPagerLeft.inactive {
            background-position: 0px -374px
        }

            .mfPagerLeft.inactive:hover {
                cursor: default;
                background-position: 0px -374px
            }

        .mfPagerLeft:hover {
            background-position: -50px -374px
        }

    .mfPagerRight {
        display: inline-block;
        background: transparent url("image/mf-sprites.png") no-repeat;
        background-position: -100px -374px;
        width: 18px;
        height: 55px;
        text-decoration: none;
        margin: 20px
    }

        .mfPagerRight.inactive {
            background-position: -125px -374px
        }

            .mfPagerRight.inactive:hover {
                cursor: default;
                background-position: -125px -374px
            }

        .mfPagerRight:hover {
            background-position: -75px -374px
        }

    .wizard.collapsed ul li span + span {
        display: none
    }

    .wizard ul {
        float: left;
        padding: 0 15px 0 0;
        margin: 0;
        height: 28px;
        background-image: url("image/mf-wizard-last.png");
        background-repeat: no-repeat;
        background-position: right center
    }

        .wizard ul li {
            float: left;
            background-repeat: no-repeat;
            background-image: url("image/mf-wizard-normal.png");
            display: inline-block;
            height: 28px
        }

            .wizard ul li > span {
                float: left;
                display: inline-block;
                height: 26px;
                line-height: 15px
            }

            .wizard ul li span:first-child {
                margin-left: 22px;
                width: 16px;
                font-size: 9px;
                background-repeat: no-repeat;
                background-image: url("image/mf-wizard-number.png");
                background-position: left center;
                line-height: 26px;
                padding-left: 5px;
                padding-top: 1px
            }

            .wizard ul li span + span {
                margin-right: 5px;
                padding-top: 6px
            }

            .wizard ul li.done span:first-child {
                font-size: 0px;
                background-image: url("image/mf-wizard-done.png")
            }

            .wizard ul li.disabled {
                color: #ccc;
                cursor: auto !important
            }

            .wizard ul li.active {
                font-weight: bold
            }

                .wizard ul li.active span + span {
                    display: block
                }

            .wizard ul li:hover span + span {
                display: block
            }

            .wizard ul li:first-child {
                background-image: url("image/mf-wizard-first.png")
            }

                .wizard ul li:first-child span:first-child {
                    margin-left: 8px
                }

    table.style-default {
        width: 100%;
        border-collapse: separate;
        border-spacing: 0px
    }

        table.style-default thead,
        table.style-default th,
        table.style-default tbody,
        table.style-default td,
        table.style-default tfoot {
            border: none;
            padding: 0;
            margin: 0;
            height: 20px
        }

        table.style-default thead {
            background-color: #f7f7f7
        }

            table.style-default thead th {
                font-weight: bold;
                padding: 5px 20px;
                background-image: url("image/mf-table-head-background.png");
                background-repeat: no-repeat;
                background-position: bottom left;
                border-left: solid 8px #f7f7f7
            }

                table.style-default thead th:first-child {
                    background: none;
                    background-color: #f7f7f7;
                    padding: 5px 10px
                }

        table.style-default tbody td {
            vertical-align: top;
            padding-left: 15px;
            background-image: url("image/mf-table-cell-background.png");
            background-repeat: no-repeat;
            background-position: bottom left;
            border-left: solid 8px white;
            line-height: 18px;
            padding: 5px 10px 9px 20px
        }

            table.style-default tbody td:first-child {
                background-image: url("image/mf-table-cell-background-first.png");
                background-repeat: repeat-x;
                background-position: bottom right;
                padding-left: 10px
            }

        table.style-default img {
            float: left
        }

    .mfButton-group {
        display: inline-block;
        overflow: hidden
    }

        .mfButton-group .mfButton {
            float: left;
            margin: 0;
            border-right: 1px solid #d6d6d6;
            border-left: 1px solid #f6f6f5
        }

            .mfButton-group .mfButton .mfButtonRight {
                width: 5px;
                background-position: center -315px
            }

            .mfButton-group .mfButton .mfButtonLeft {
                width: 5px;
                background-position: center -315px
            }

            .mfButton-group .mfButton.active .mfButtonLeft,
            .mfButton-group .mfButton.active .mfButtonConWrp,
            .mfButton-group .mfButton.active .mfButtonRight {
                background-position: center -90px !important
            }

        .mfButton-group .first.mfButton {
            border-left: none
        }

            .mfButton-group .first.mfButton .mfButtonRight {
                background-position: center -315px;
                width: 5px
            }

            .mfButton-group .first.mfButton .mfButtonLeft {
                width: 11px;
                background-position: left -315px
            }

            .mfButton-group .first.mfButton.active .mfButtonLeft {
                background-position: -90px -90px !important
            }

        .mfButton-group .last.mfButton {
            border-right: none
        }

            .mfButton-group .last.mfButton .mfButtonRight {
                width: 11px;
                background-position: right -315px
            }

            .mfButton-group .last.mfButton .mfButtonLeft {
                width: 5px;
                background-position: center -315px
            }

            .mfButton-group .last.mfButton.active .mfButtonRight {
                background-position: right -90px !important
            }

    .mfInput-reset {
        display: inline-block;
        position: relative
    }

    .mfInput-reset-btn {
        display: none;
        position: absolute;
        width: 13px;
        height: 13px;
        top: 8px;
        right: 5px;
        background: transparent url("image/mf-icons.png") no-repeat 0 -175px
    }

    .mfButtonConWrpIcon.icon-grid-grey {
        width: 11px;
        background: transparent url("image/mf-icons.png") no-repeat 0 -500px
    }

    .mfButtonConWrpIcon.icon-list-grey {
        width: 13px;
        background: transparent url("image/mf-icons.png") no-repeat 0 -525px
    }

    .signal {
        display: inline-block;
        padding-left: 14px;
        background-repeat: no-repeat;
        background-position: 0 .1em;
        line-height: 1em
    }

        .signal.signal-green {
            background-image: url("image/icon-signal-green.png");
            color: #64c733
        }

        .signal.signal-yellow {
            background-image: url("image/icon-signal-yellow.png");
            color: #e6ad00
        }

        .signal.signal-red {
            background-image: url("image/icon-signal-red.png");
            color: #f00;
        }

    label {
        margin: 2px 0;
        display: inline-block;
        padding-right: 7px;
        line-height: 20px;
        color: #fff;
    }

        label.focus {
            color: #8C0014;
        }

        label.hover {
            color: #8C0014;
        }

    input[type=text],
    input[type=password],
    textarea {
        font-family: sans-serif;
        margin: 2px 0;
        border: none;
        border-right: solid 1px #e8e8e8;
        border-bottom: solid 1px #e8e8e8;
        background-image: none;
        background-repeat: no-repeat;
        font-size: 12px;
        padding: 0;
        color: #404142
    }

    input[type=text],
    input[type=password] {
        text-indent: 8px;
        /*height: 25px;*/
        line-height: 27px
    }

        input[type=text]:focus,
        input[type=password]:focus,
        textarea:focus {
            outline: 0;
            background-image: url("image/mf-textarea-focus.png")
        }

        input[type=text]:disabled,
        input[type=password]:disabled,
        textarea:disabled,
        .inputDisabled,
        input[type="text"].inputDisabled {
            color: #bbb;
            outline: 0;
            background-image: url("image/mf-textarea-disabled.png")
        }

    textarea {
        padding: 4px 0px 2px 8px;
        resize: none
    }

    input[type=range] {
        -webkit-appearance: none;
        width: 100%;
        line-height: 20px
    }

        input[type=range]:focus {
            outline: none
        }

        input[type=range]::-ms-fill-lower,
        input[type=range]::-ms-fill-upper {
            background: #aaa
        }

        input[type=range]::-ms-thumb {
            box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1), 0px 0px 2px rgba(13, 13, 13, 0.1);
            border: 0 solid #777;
            height: 20px;
            width: 50px;
            border-radius: 50px;
            background: #777
        }

        input[type=range]::-ms-track {
            width: 100%;
            height: 3px;
            background: transparent;
            border-color: transparent;
            color: transparent;
            margin: 10px 0
        }

        input[type=range]::-ms-tooltip {
            display: none
        }

        input[type=range]::-webkit-slider-runnable-track {
            width: 100%;
            height: 3px;
            cursor: pointer;
            box-shadow: 0px 0px 0px #000, 0px 0px 0px #0d0d0d;
            background: rgba(204, 204, 204, 0.95);
            border-radius: 0px;
            border: 0px solid #000
        }

        input[type=range]::-webkit-slider-thumb {
            box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1), 0px 0px 2px rgba(13, 13, 13, 0.1);
            border: 0px solid rgba(153, 153, 153, 0);
            height: 20px;
            width: 50px;
            border-radius: 50px;
            background: #777;
            cursor: pointer;
            -webkit-appearance: none;
            margin-top: -8.5px
        }

        input[type=range]:focus::-webkit-slider-runnable-track {
            background: rgba(230, 230, 230, 0.95)
        }

        input[type=range]::-moz-range-track {
            width: 100%;
            height: 3px;
            cursor: pointer;
            box-shadow: 0px 0px 0px #000, 0px 0px 0px #0d0d0d;
            background: rgba(204, 204, 204, 0.95);
            border-radius: 0px;
            border: 0px solid #000
        }

        input[type=range]::-moz-range-thumb {
            box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1), 0px 0px 2px rgba(13, 13, 13, 0.1);
            border: 0px solid rgba(153, 153, 153, 0);
            height: 20px;
            width: 50px;
            border-radius: 50px;
            background: #777;
            cursor: pointer
        }

    .form-control {
        border-color: #888;
        border-radius: 0;
        margin: 2px 0;
    }

    .style-accordion {
        margin: 0 0 20px -10px;
        padding: 0
    }

        .style-accordion .tabContent {
            background: white;
            margin: 0 0 10px 0;
            padding: 10px;
            border: none;
            width: 100%;
            -moz-box-sizing: border-box;
            -webkit-box-sizing: border-box;
            box-sizing: border-box
        }

        .style-accordion > h2,
        .style-accordion h3 {
            display: table;
            -moz-box-sizing: border-box;
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
            width: 100%;
            cursor: pointer;
            margin: 0;
            font: inherit
        }

            .style-accordion > h2 span,
            .style-accordion h3 span {
                line-height: normal;
                font-size: 12px;
                color: #7f7f7f;
                -moz-box-sizing: border-box;
                -webkit-box-sizing: border-box;
                box-sizing: border-box;
                display: table-cell !important;
                border: solid 1px #c2c2c2;
                border-bottom: none;
                width: 100%;
                background: #fff;
                background: -moz-linear-gradient(top, #fff 0%, #f6f6f6 100%);
                background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff), color-stop(100%, #f6f6f6));
                background: -webkit-linear-gradient(top, #fff 0%, #f6f6f6 100%);
                background: -o-linear-gradient(top, #fff 0%, #f6f6f6 100%);
                background: -ms-linear-gradient(top, #fff 0%, #f6f6f6 100%);
                background: linear-gradient(to bottom, #fff 0%, #f6f6f6 100%);
                filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f6f6f6', GradientType=0);
                height: 27px;
                vertical-align: middle !important;
                padding: 0 10px !important;
                padding-bottom: 1px
            }

                .style-accordion > h2 span.arrow,
                .style-accordion h3 span.arrow {
                    background-image: url("image/mobile-nav-down-pr.png") !important;
                    margin: 4px 0 0 0;
                    background-size: 26px 8px;
                    line-height: 62px;
                    padding-right: 33px;
                    background-position: top left;
                    background-repeat: no-repeat;
                    width: 9px;
                    height: 10px;
                    display: block;
                    float: right;
                    border: none
                }

            .style-accordion > h2.active span,
            .style-accordion h3.active span {
                color: #8C0014;
                border-bottom: 1px solid #c2c2c2;
                padding-top: 1px !important
            }

                .style-accordion > h2.active span.arrow,
                .style-accordion h3.active span.arrow {
                    background-image: url("image/mobile-nav-up-pr.png") !important;
                    border: none
                }

            .style-accordion > h2:last-of-type span,
            .style-accordion h3:last-of-type span {
                border-bottom: solid 1px #c2c2c2;
                padding-top: 1px !important
            }

                .style-accordion > h2:last-of-type span.arrow,
                .style-accordion h3:last-of-type span.arrow {
                    border: none !important
                }

            .style-accordion > h2:last-of-type.active span,
            .style-accordion h3:last-of-type.active span {
                border-bottom: solid 1px #c2c2c2 !important
            }

                .style-accordion > h2:last-of-type.active span.arrow,
                .style-accordion h3:last-of-type.active span.arrow {
                    border: none !important
                }

        .style-accordion .teaser-default-2 h3 {
            width: auto;
            padding-left: 10px !important
        }

        .style-accordion > div {
            display: inline-block
        }

    .style-tab a,
    style-subtab a,
    .style-tab a:active,
    style-subtab a:active,
    .style-tab a:focus,
    style-subtab a:focus,
    .style-tab a:hover,
    style-subtab a:hover {
        outline: 0;
        -moz-outline: 0;
        -moz-user-select: none;
        -webkit-user-select: none
    }

    .style-tab > .tabListWrapper {
        display: block;
        background: transparent url("image/mieleTabs-tab-background.png") no-repeat center bottom;
        margin-bottom: 20px;
        padding-right: 20px
    }

        .style-tab > .tabListWrapper li {
            display: inline-block;
            *zoom: 1;
            *display: inline;
            background: #dfdfdf url("image/mieleTabs-tab.png") no-repeat;
            background-position: left top;
            margin: 0 3px 0 0;
            padding-left: 1px;
            vertical-align: bottom
        }

            .style-tab > .tabListWrapper li a,
            .style-tab > .tabListWrapper li label {
                display: block;
                background: #dfdfdf url("image/mieleTabs-tab.png") no-repeat;
                background-position: right top;
                margin: 0;
                padding: 15px 14px 10px 14px;
                color: #7f7f7f;
                text-decoration: none;
                font-size: 12px;
                max-width: 350px
            }

                .style-tab > .tabListWrapper li a *,
                .style-tab > .tabListWrapper li label * {
                    display: block
                }

                .style-tab > .tabListWrapper li a:hover,
                .style-tab > .tabListWrapper li label:hover {
                    color: #8C0014
                }

            .style-tab > .tabListWrapper li.active {
                background: transparent url("image/mieleTabs-tab-activebg.png") no-repeat;
                background-position: left top
            }

                .style-tab > .tabListWrapper li.active a,
                .style-tab > .tabListWrapper li.active label {
                    background: transparent url("image/mieleTabs-tab-activebg.png") no-repeat;
                    background-position: right top;
                    color: #404142
                }

    .style-subtab > .tabListWrapper {
        background: transparent url("image/mieleTabs-subtab-background.png") no-repeat center bottom;
        background-position: right bottom;
        background-repeat: no-repeat;
        margin: 0;
        padding: 0 20px 0 0;
        max-width: 980px
    }

        .style-subtab > .tabListWrapper ul {
            background: transparent url("image/mieleTabs-subtab-background.png") no-repeat center bottom;
            background-position: left bottom;
            background-repeat: no-repeat;
            padding-bottom: 20px
        }

        .style-subtab > .tabListWrapper li {
            display: inline-block;
            *zoom: 1;
            *display: inline;
            list-style-type: none;
            background: transparent url("image/mieleTabs-subtab-seperator.png") no-repeat center bottom;
            background-position: left bottom;
            margin: 0 3px 0 0;
            padding-left: 1px;
            vertical-align: bottom
        }

            .style-subtab > .tabListWrapper li a,
            .style-subtab > .tabListWrapper li label {
                display: block;
                background-position: right top;
                margin: 0;
                padding: 15px 9px 10px 10px;
                color: #7f7f7f;
                text-decoration: none;
                font-size: 12px;
                max-width: 350px
            }

                .style-subtab > .tabListWrapper li a *,
                .style-subtab > .tabListWrapper li label * {
                    display: block
                }

                .style-subtab > .tabListWrapper li a:hover,
                .style-subtab > .tabListWrapper li label:hover {
                    color: #8C0014
                }

            .style-subtab > .tabListWrapper li.active a,
            .style-subtab > .tabListWrapper li.active label {
                color: #404142;
                margin-bottom: -5px;
                border-bottom: solid 5px #8C0014
            }

            .style-subtab > .tabListWrapper li:first-child {
                background: none
            }

                .style-subtab > .tabListWrapper li:first-child a,
                .style-subtab > .tabListWrapper li:first-child label {
                    margin-left: 0px
                }

    .contentBox .style-tab {
        margin-left: -28px;
        padding-left: 28px
    }

        .contentBox .style-tab > .tabListWrapper {
            width: 940px
        }

    .contentBox .style-subtab {
        margin-left: 28px;
        margin-right: 20px
    }

        .contentBox .style-subtab .ym-grid {
            margin-left: 0px !important
        }

    .contentBox .vertical-delimiter-left .style-tab .tabListWrapper {
        margin-left: -20px;
        width: 701px
    }

        .contentBox .vertical-delimiter-left .style-tab .tabListWrapper ul {
            padding-left: 20px
        }

    .contentBox .vertical-delimiter-left .style-subtab {
        margin-left: 0px;
        margin-right: 8px
    }

    .contentBox .vertical-delimiter-right .style-tab .tabListWrapper {
        padding-left: 28px;
        margin-left: -28px;
        width: 673px
    }

    .contentBox .vertical-delimiter-right .style-subtab {
        margin-left: 0px;
        margin-right: 8px
    }

    .ym-grid-full .style-tab {
        margin-left: -20px;
        padding-left: 20px
    }

        .ym-grid-full .style-tab > .tabListWrapper {
            padding-left: 20px;
            width: 920px
        }

    .ym-grid-full .style-subtab {
        margin-left: 0;
        width: 940px
    }

        .ym-grid-full .style-subtab .tabListWrapper {
            margin-left: 20px
        }

        .ym-grid-full .style-subtab .ym-grid {
            margin-left: 28px !important
        }

    .no-boxshadow .overlayWindow {
        border: solid 1px #dfdfdf
    }

    .overlayWindow {
        background-color: white;
        position: absolute;
        display: block;
        top: 0;
        left: 0;
        z-index: 10050;
        zoom: 1;
        border-collapse: separate;
        -moz-box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.2);
        -webkit-box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.2);
        box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.2)
    }

        .overlayWindow.overlayAsHeaderInfo {
            position: relative;
            margin: 24px auto
        }

        .overlayWindow a.overlayWindowIcon.overlayClose {
            outline: none;
            display: block;
            position: absolute;
            right: -16px;
            top: -18px;
            z-index: 10020;
            background-image: url("image/icon-close-gray.png");
            background-repeat: no-repeat;
            width: 31px;
            height: 31px;
            color: transparent;
            overflow: hidden
        }

            .overlayWindow a.overlayWindowIcon.overlayClose.active,
            .overlayWindow a.overlayWindowIcon.overlayClose:hover,
            .overlayWindow a.overlayWindowIcon.overlayClose:focus,
            .overlayWindow a.overlayWindowIcon.overlayClose:before {
                background-image: url("image/icon-close-red.png")
            }

        .overlayWindow.box {
            padding: 28px
        }

            .overlayWindow.box .overlayContent,
            .overlayWindow.box .overlayNavigation {
                width: inherit;
                padding: 0px
            }

        .overlayWindow.half-box {
            padding: 14px
        }

            .overlayWindow.half-box .overlayContent,
            .overlayWindow.half-box .overlayNavigation {
                width: inherit;
                padding: 0px
            }

        .overlayWindow .overlayArrow {
            position: absolute;
            z-index: 10010;
            zoom: 1;
            top: 10px;
            left: 10px;
            background-repeat: no-repeat
        }

            .overlayWindow .overlayArrow.left {
                background-image: url("image/overlay-arrow-left.png");
                height: 18px;
                width: 9px;
                margin-left: 0px;
                margin-top: -9px
            }

            .overlayWindow .overlayArrow.top {
                background-image: url("image/overlay-arrow-top.png");
                height: 9px;
                width: 18px;
                margin-left: -9px;
                margin-top: 0px
            }

            .overlayWindow .overlayArrow.right {
                background-image: url("image/overlay-arrow-right.png");
                height: 18px;
                width: 9px;
                margin-left: -9px;
                margin-top: -9px
            }

            .overlayWindow .overlayArrow.bottom {
                background-image: url("image/overlay-arrow-bottom.png");
                height: 9px;
                width: 18px;
                margin-left: -9px;
                margin-top: -9px
            }

        .overlayWindow .overlayIFrame {
            width: 100%;
            margin: 0;
            padding: 0
        }

        .overlayWindow .overlayContent {
            text-align: left;
            width: 100%;
            margin: 0;
            padding: 0;
            line-height: 16px;
            white-space: normal
        }

            .overlayWindow .overlayContent h4 {
                margin: 0 0 4px 0
            }

            .overlayWindow .overlayContent p {
                margin: 0 0 4px 0
            }

            .overlayWindow .overlayContent > .overlayLabel {
                margin-top: 5px
            }

            .overlayWindow .overlayContent > .error {
                padding: 20px
            }

                .overlayWindow .overlayContent > .error > h1 {
                    color: #f00;
                }

                .overlayWindow .overlayContent > .error > p {
                    margin: 1em 0
                }

    .grid-3 {
        width: 251px
    }

        .grid-3 > .overlayContent {
            width: 211px;
            padding: 0 20px 20px 20px
        }

        .grid-3 > .overlayNavigation {
            height: inherit;
            width: 211px;
            padding: 20px
        }

    .grid-4 {
        width: 328px
    }

        .grid-4 > .overlayContent {
            width: 288px;
            padding: 0 20px 20px 20px
        }

        .grid-4 > .overlayNavigation {
            height: inherit;
            width: 288px;
            padding: 20px
        }

    .grid-5 {
        width: 405px
    }

        .grid-5 > .overlayContent {
            width: 365px;
            padding: 0 20px 20px 20px
        }

        .grid-5 > .overlayNavigation {
            height: inherit;
            width: 365px;
            padding: 20px
        }

    .grid-6 {
        width: 482px
    }

        .grid-6 > .overlayContent {
            width: 442px;
            padding: 0 20px 20px 20px
        }

        .grid-6 > .overlayNavigation {
            height: inherit;
            width: 442px;
            padding: 20px
        }

    .grid-7 {
        width: 559px
    }

        .grid-7 > .overlayContent {
            width: 519px;
            padding: 0 20px 20px 20px
        }

        .grid-7 > .overlayNavigation {
            height: inherit;
            width: 519px;
            padding: 20px
        }

    .grid-8 {
        width: 636px
    }

        .grid-8 > .overlayContent {
            width: 596px;
            padding: 0 20px 20px 20px
        }

        .grid-8 > .overlayNavigation {
            height: inherit;
            width: 596px;
            padding: 20px
        }

    .grid-9 {
        width: 713px
    }

        .grid-9 > .overlayContent {
            width: 673px;
            padding: 0 20px 20px 20px
        }

        .grid-9 > .overlayNavigation {
            height: inherit;
            width: 673px;
            padding: 20px
        }

    .grid-10 {
        width: 790px
    }

        .grid-10 > .overlayContent {
            width: 750px;
            padding: 0 20px 20px 20px
        }

        .grid-10 > .overlayNavigation {
            height: inherit;
            width: 750px;
            padding: 20px
        }

    .grid-11 {
        width: 867px
    }

        .grid-11 > .overlayContent {
            width: 827px;
            padding: 0 20px 20px 20px
        }

        .grid-11 > .overlayNavigation {
            height: inherit;
            width: 827px;
            padding: 20px
        }

    .grid-12 {
        width: 944px
    }

        .grid-12 > .overlayContent {
            width: 904px;
            padding: 0 20px 20px 20px
        }

        .grid-12 > .overlayNavigation {
            height: inherit;
            width: 904px;
            padding: 20px
        }

    #overlayMask {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 10000;
        zoom: 1;
        background-image: url("image/overlay-mask.png")
    }

    .ajaxLoader .mask {
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 10055;
        zoom: 1;
        background-image: url("image/overlay-mask.png");
        background-color: black;
        opacity: 0.5
    }

    .ajaxLoader .box {
        position: fixed;
        zoom: 1;
        z-index: 10060;
        left: 50%;
        top: 50%;
        width: 400px;
        height: 100px;
        margin: -50px 0 0 -200px;
        padding: 14px 14px 14px 90px;
        background-image: url("image/ajax-loader.gif");
        background-position: 10px center;
        background-repeat: no-repeat;
        background-color: white;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box
    }

    .overlayContent {
        padding-bottom: 28px
    }

    .overlayNavigation {
        position: relative;
        width: 100%;
        height: 220px
    }

        .overlayNavigation .head {
            width: 750px;
            height: 220px;
            position: absolute;
            top: 0px;
            left: 28px
        }

            .overlayNavigation .head h1 {
                line-height: 23px;
                /*font-family: 'HelveticaNeueW01-45Ligh';*/
                font-size: 20px;
                font-weight: normal;
                font-style: normal;
                font-variant: normal;
                color: #404142;
                font-size: 18px;
                position: absolute;
                margin: 0px;
                padding: 0px;
                top: 28px;
                left: 0px
            }

            .overlayNavigation .head .rightBox {
                position: absolute;
                top: 28px;
                right: 0px
            }

                .overlayNavigation .head .rightBox .counter {
                    /*font-family: 'HelveticaNeueW01-75Bold';*/
                    font-weight: normal;
                    font-style: normal;
                    font-variant: normal;
                    font-size: 18px;
                    color: #8C0014;
                    margin-right: 5px
                }

                .overlayNavigation .head .rightBox .text {
                    /*font-family: 'HelveticaNeueW01-45Ligh';*/
                    font-weight: normal;
                    font-style: normal;
                    font-variant: normal;
                    font-size: 18px;
                    color: #404142
                }

            .overlayNavigation .head .pagination {
                position: absolute;
                top: 55px;
                right: 0px
            }

                .overlayNavigation .head .pagination span {
                    width: 17px;
                    height: 3px;
                    background-color: #7f7f7f;
                    display: block;
                    float: left;
                    margin: 0px 0px 0px 5px;
                    padding: 0px
                }

                    .overlayNavigation .head .pagination span.active {
                        background-color: #8C0014;
                    }

        .overlayNavigation .pager {
            position: absolute;
            top: 70px;
            left: 28px;
            width: 750px;
            height: 150px
        }

            .overlayNavigation .pager a.mfPagerLeft {
                position: absolute;
                top: 3px;
                left: -44px
            }

            .overlayNavigation .pager a.mfPagerRight {
                position: absolute;
                top: 3px;
                right: -44px
            }

            .overlayNavigation .pager .wrapper {
                position: absolute;
                left: 0px;
                bottom: 0px;
                width: 750px;
                overflow: hidden;
                height: 150px
            }

            .overlayNavigation .pager .wrapper-allItems {
                position: absolute;
                top: 0px;
                left: 0px;
                display: block;
                width: 25000px
            }

            .overlayNavigation .pager ul.items {
                display: inline-block;
                margin: 0px;
                padding: 0px;
                height: 150px
            }

                .overlayNavigation .pager ul.items li {
                    display: block;
                    float: left;
                    margin: 12px 0 0 0;
                    padding: 0px;
                    width: 134px;
                    height: 133px;
                    margin-right: 20px;
                    border-bottom: 5px solid transparent;
                    cursor: pointer;
                    position: relative
                }

                    .overlayNavigation .pager ul.items li.active {
                        border-bottom: 5px solid #8C0014;
                    }

                        .overlayNavigation .pager ul.items li.active a {
                            color: #404142
                        }

                            .overlayNavigation .pager ul.items li.active a:link,
                            .overlayNavigation .pager ul.items li.active a:visited,
                            .overlayNavigation .pager ul.items li.active a:focus,
                            .overlayNavigation .pager ul.items li.active a:hover,
                            .overlayNavigation .pager ul.items li.active a:active {
                                color: #404142
                            }

                    .overlayNavigation .pager ul.items li.hover {
                        border-bottom: 5px solid #8C0014;
                    }

                        .overlayNavigation .pager ul.items li.hover a {
                            color: #8C0014
                        }

                            .overlayNavigation .pager ul.items li.hover a:link,
                            .overlayNavigation .pager ul.items li.hover a:visited,
                            .overlayNavigation .pager ul.items li.hover a:focus,
                            .overlayNavigation .pager ul.items li.hover a:hover,
                            .overlayNavigation .pager ul.items li.hover a:active {
                                color: #8C0014
                            }

                    .overlayNavigation .pager ul.items li img.thumb {
                        width: 134px;
                        display: block;
                        margin-bottom: 5px
                    }

                    .overlayNavigation .pager ul.items li a {
                        font-size: 11px;
                        line-height: 14px;
                        color: #7f7f7f;
                        text-decoration: none;
                        display: block
                    }

                        .overlayNavigation .pager ul.items li a:link {
                            color: #7f7f7f
                        }

                        .overlayNavigation .pager ul.items li a:visited {
                            color: #7f7f7f
                        }

                        .overlayNavigation .pager ul.items li a:focus {
                            color: #7f7f7f
                        }

                        .overlayNavigation .pager ul.items li a:hover {
                            color: #8C0014
                        }

                        .overlayNavigation .pager ul.items li a:active {
                            color: #404142
                        }

    .with-categories {
        height: 285px
    }

        .with-categories .head {
            height: 285px;
            padding-top: 28px;
            position: absolute
        }

            .with-categories .head h1 {
                top: 56px
            }

            .with-categories .head .productImage {
                width: 57px;
                height: 57px;
                margin: 0px;
                padding: 0px;
                display: table-cell;
                vertical-align: middle;
                background-color: #f7f7f7
            }

                .with-categories .head .productImage img {
                    display: block;
                    margin: auto
                }

                .with-categories .head .productImage strong {
                    font-size: 11px;
                    color: #404142;
                    position: absolute;
                    margin: 0px;
                    padding: 0px;
                    top: 48px;
                    left: 67px;
                    white-space: nowrap
                }

                .with-categories .head .productImage h1 {
                    top: 66px;
                    left: 67px;
                    white-space: nowrap
                }

            .with-categories .head .rightBox {
                top: 56px
            }

            .with-categories .head .pagination {
                top: 83px
            }

        .with-categories .pager {
            height: 180px;
            top: 105px
        }

            .with-categories .pager a.mfPagerLeft,
            .with-categories .pager a.mfPagerRight {
                top: 25px
            }

            .with-categories .pager .wrapper,
            .with-categories .pager .wrapper-allItems {
                height: 180px
            }

            .with-categories .pager .delimiter-dotted-right {
                display: block;
                float: left;
                height: 153px;
                width: 20px;
                margin-left: -20px;
                margin-right: 0px;
                margin-top: 5px
            }

            .with-categories .pager ul.items {
                height: 180px;
                float: left
            }

                .with-categories .pager ul.items > strong {
                    font-size: 11px;
                    color: #404142;
                    display: block;
                    height: 24px;
                    margin-right: 20px;
                    line-height: 11px
                }

                .with-categories .pager ul.items li {
                    height: 151px;
                    margin-top: 0px
                }

    .boxshadow .topics,
    .boxshadow .overlayNavigation,
    .boxshadow .overlayHeader {
        margin-bottom: 28px;
        margin-left: 0px !important;
        border-collapse: separate;
        -moz-box-shadow: 0px 10px 28px -10px #ccc;
        -webkit-box-shadow: 0px 10px 28px -10px #ccc;
        box-shadow: 0px 10px 28px -10px #ccc
    }

    .no-boxshadow .topics,
    .no-boxshadow .overlayNavigation,
    .no-boxshadow .overlayHeader {
        padding-bottom: 28px;
        margin-left: 0px !important;
        background-repeat: repeat-x;
        background-position: left bottom
    }

    .cssgradients .topics,
    .cssgradients .overlayNavigation,
    .cssgradients .overlayHeader {
        background-image: -ms-linear-gradient(bottom, #ccc -100%, #fff 60%);
        background-image: -moz-linear-gradient(bottom, #ccc -100%, #fff 60%);
        background-image: -o-linear-gradient(bottom, #ccc -100%, #fff 60%);
        background-image: -webkit-linear-gradient(bottom, #ccc -100%, #fff 60%);
        background-image: linear-gradient(bottom, #ccc -100%, #fff 60%)
    }

    .no-cssgradients .topics,
    .no-cssgradients .overlayNavigation,
    .no-cssgradients .overlayHeader {
        background-image: url("image/overlayNavigation.png")
    }

    .video-button-big {
        position: absolute;
        cursor: pointer;
        top: 50%;
        left: 50%;
        width: 100px;
        height: 100px;
        margin: -50px 0 0 -50px;
        background: url("image/video-big.png") no-repeat
    }

        .video-button-big:hover {
            background-position: 0 -100px
        }

    .video-button-small {
        position: absolute;
        cursor: pointer;
        top: 50%;
        left: 50%;
        width: 50px;
        height: 50px;
        margin: -25px 0 0 -25px;
        background: url("image/video-small.png") no-repeat
    }

        .video-button-small:hover {
            background-position: 0 -50px
        }

    .overlayHeader {
        padding: 20px;
        position: relative
    }

    .overlay-productBenefit,
    .overlay-specialTopics {
        width: 850px
    }

        .overlay-productBenefit > .overlayNavigation .head,
        .overlay-specialTopics > .overlayNavigation .head,
        .overlay-productBenefit > .overlayNavigation .pager,
        .overlay-specialTopics > .overlayNavigation .pager {
            left: 50px
        }

        .overlay-productBenefit > .overlayContent,
        .overlay-specialTopics > .overlayContent {
            width: 750px;
            margin-left: 50px;
            float: none
        }

    .overlay-grid9 {
        width: 773px;
        margin: 40px auto 50px
    }

        .overlay-grid9 .overlayNavigation .pager {
            width: 673px;
            left: 50px
        }

            .overlay-grid9 .overlayNavigation .pager .wrapper {
                width: 673px
            }

        .overlay-grid9 .overlayContent h1 {
            margin: 15px 0px
        }

            .overlay-grid9 .overlayContent h1 + span {
                margin: -10px 0px 15px 0px;
                display: block
            }

        .overlay-grid9 .overlayContent > .ym-g924-9 {
            margin-left: 50px
        }

        .overlay-grid9 .overlayNavigation + .overlayArrow + .overlayContent .error,
        .overlay-grid9 .overlayNavigation + .overlayContent .error {
            padding-left: 0;
            padding-right: 0
        }

    #overlay-timeline.overlayWindow,
    #overlay-grid12.overlayWindow {
        width: 944px;
        margin: 40px auto 50px
    }

        #overlay-timeline.overlayWindow .overlayNavigation,
        #overlay-grid12.overlayWindow .overlayNavigation {
            height: 132px
        }

            #overlay-timeline.overlayWindow .overlayNavigation #timeline-navigation,
            #overlay-grid12.overlayWindow .overlayNavigation #timeline-navigation {
                bottom: 0px
            }

            #overlay-timeline.overlayWindow .overlayNavigation #timeline-headline,
            #overlay-grid12.overlayWindow .overlayNavigation #timeline-headline {
                display: block;
                position: absolute;
                top: 28px;
                left: 28px
            }

        #overlay-timeline.overlayWindow .overlayContent > .ym-g924-12,
        #overlay-grid12.overlayWindow .overlayContent > .ym-g924-12 {
            margin: 0px 0px 0px 20px
        }

    .footnote {
        font-size: 12px;
        display: block;
        width: 100%;
        text-align: right;
        margin: 0px;
        padding: 2px 0px 2px 0px;
        font-size: 9px
    }

    .product-mouseoverBox {
        display: none;
        clear: both
    }

        .product-mouseoverBox h4 {
            line-height: 19px;
            /*font-family: 'HelveticaNeueW01-75Bold';*/
            font-size: 14px;
            font-weight: normal;
            font-style: normal;
            font-variant: normal;
            color: #404142
        }

        .product-mouseoverBox img {
            padding-bottom: 10px
        }

    .benefitIcon {
        margin-right: 5px
    }

    img.exclusive {
        position: absolute;
        top: 10px;
        left: 0px
    }

    .productgroupNav ul {
        list-style-type: none;
        padding: 0px 0px 15px 0px;
        margin: 0px;
        width: 924px;
        display: block;
        float: left
    }

        .productgroupNav ul li {
            width: 154px;
            float: left;
            padding: 10px 0px;
            margin: 0px
        }

            .productgroupNav ul li > a {
                width: 144px;
                height: 57px;
                position: relative;
                float: left;
                font-size: 11px;
                line-height: 14px;
                font-weight: normal;
                color: #7f7f7f;
                text-decoration: none;
                border-bottom: 3px solid transparent
            }

                .productgroupNav ul li > a:link {
                    color: #7f7f7f
                }

                .productgroupNav ul li > a:visited {
                    color: #7f7f7f
                }

                .productgroupNav ul li > a:focus {
                    color: #7f7f7f
                }

                .productgroupNav ul li > a:hover {
                    color: #8C0014
                }

                .productgroupNav ul li > a:active {
                    color: #404142
                }

                .productgroupNav ul li > a img {
                    display: block;
                    float: left;
                    margin: 0;
                    padding: 0;
                    position: absolute;
                    bottom: 8px
                }

                .productgroupNav ul li > a span {
                    width: 82px;
                    overflow: hidden;
                    position: absolute;
                    left: 62px;
                    bottom: 8px;
                    cursor: pointer
                }

            .productgroupNav ul li.active > a {
                border-color: #8C0014
            }

            .productgroupNav ul li.salesadvisor {
                margin-top: 30px;
                width: auto
            }

        .productgroupNav ul.shadow {
            background-image: url("image/delimiter-content-12.png");
            background-repeat: no-repeat;
            background-position: left bottom
        }

    ul.subnavigation {
        display: none
    }

    .productgroupNavigation ul {
        list-style-type: none;
        padding: 0px 0px 15px 0px;
        margin: 0px;
        width: 924px;
        display: block;
        float: left
    }

        .productgroupNavigation ul li {
            width: 154px;
            float: left;
            padding: 10px 0px;
            margin: 0px
        }

            .productgroupNavigation ul li > a {
                width: 144px;
                height: 57px;
                position: relative;
                float: left;
                font-size: 11px;
                line-height: 14px;
                font-weight: normal;
                color: #7f7f7f;
                text-decoration: none
            }

                .productgroupNavigation ul li > a:link {
                    color: #7f7f7f
                }

                .productgroupNavigation ul li > a:visited {
                    color: #7f7f7f
                }

                .productgroupNavigation ul li > a:focus {
                    color: #7f7f7f
                }

                .productgroupNavigation ul li > a:hover {
                    color: #8C0014
                }

                .productgroupNavigation ul li > a:active {
                    color: #404142
                }

                .productgroupNavigation ul li > a img {
                    display: block;
                    float: left;
                    margin: 0px;
                    padding: 0px;
                    position: absolute;
                    bottom: 0px
                }

                .productgroupNavigation ul li > a span {
                    width: 82px;
                    overflow: hidden;
                    position: absolute;
                    left: 62px;
                    bottom: 0px;
                    cursor: pointer
                }

            .productgroupNavigation ul li.active > a {
                border-bottom: 3px solid #8C0014;
                padding-bottom: 8px
            }

                .productgroupNavigation ul li.active > a > img,
                .productgroupNavigation ul li.active > a > span {
                    bottom: 8px
                }

            .productgroupNavigation ul li.salesadvisor {
                margin-top: 30px
            }

        .productgroupNavigation ul.shadow {
            background-image: url("image/delimiter-content-12.png");
            background-repeat: no-repeat;
            background-position: 0px 78px
        }

        .productgroupNavigation ul ul.subnavigation {
            display: none;
            position: absolute;
            top: 100px;
            left: 0px
        }

    .bauformen {
        margin: 0px 0px 0px 0px;
        padding: 5px 0px;
        border-top: 1px solid #e5e5e5;
        width: 904px;
        float: left
    }

        .bauformen a {
            background-image: url("image/icon-arrow-right-red.png");
            background-position: 0px 7px;
            background-repeat: no-repeat;
            padding: 2px 0px 2px 10px;
            margin: 0px 0px 0px 0px;
            font-size: 12px;
            color: #7f7f7f;
            text-decoration: none;
            display: block
        }

            .bauformen a:link {
                color: #7f7f7f
            }

            .bauformen a:visited {
                color: #7f7f7f
            }

            .bauformen a:focus {
                color: #7f7f7f
            }

            .bauformen a:hover {
                color: #8C0014
            }

            .bauformen a:active {
                color: #404142
            }

    .productBenefit.delimiter-dotted-right-margin {
        height: 216px
    }

    .productBenefit span,
    .productBenefit p {
        margin: 3px 0px;
        font-size: 12px
    }

    .productBenefit .mention {
        font-weight: bold
    }

    .productBenefit h6 {
        display: none
    }

    .benefitIconBox {
        position: relative
    }

        .benefitIconBox img {
            position: relative;
            margin-bottom: 5px !important;
            display: inline
        }

            .benefitIconBox img + strong,
            .benefitIconBox img + h4 {
                position: absolute;
                bottom: 0px;
                left: 55px;
                margin-bottom: 8px;
                display: inline
            }

            .benefitIconBox img + img + strong,
            .benefitIconBox img + img + h4 {
                position: absolute;
                bottom: 0px;
                left: 115px;
                margin-bottom: 8px;
                display: inline
            }

            .benefitIconBox img + img + img + strong,
            .benefitIconBox img + img + img + h4 {
                position: absolute;
                bottom: 0px;
                left: 175px;
                margin-bottom: 8px;
                display: inline
            }

            .benefitIconBox img + h3 {
                position: absolute;
                bottom: 0px;
                left: 55px;
                margin-bottom: 8px;
                display: inline
            }

            .benefitIconBox img + img + h3 {
                position: absolute;
                bottom: 0px;
                left: 115px;
                margin-bottom: 8px;
                display: inline
            }

            .benefitIconBox img + img + img + h3 {
                position: absolute;
                bottom: 0px;
                left: 175px;
                margin-bottom: 8px;
                display: inline
            }

    .ym-g924-4 .benefitIconBox img + strong,
    .ym-g924-4 .benefitIconBox img + h4 {
        width: 235px
    }

    .ym-g924-4 .benefitIconBox img + img + strong,
    .ym-g924-4 .benefitIconBox img + img + h4 {
        width: 175px
    }

    .ym-g924-4 .benefitIconBox img + img + img + strong,
    .ym-g924-4 .benefitIconBox img + img + img + h4 {
        width: 115px
    }

    div.coreBenefit {
        height: 332px;
        position: relative
    }

    ul.coreBenefitNavigation {
        list-style-type: none;
        margin: 0px;
        padding: 0px;
        position: absolute;
        bottom: 0px;
        left: 0px
    }

        ul.coreBenefitNavigation li {
            cursor: pointer;
            width: 134px;
            margin: 0 14px 0 0;
            float: left;
            position: relative;
            padding-bottom: 2px;
            border-bottom: 4px solid white;
            overflow: hidden
        }

            ul.coreBenefitNavigation li img:first-child {
                width: 134px;
                display: block;
                float: left
            }

            ul.coreBenefitNavigation li.active {
                display: none
            }

            ul.coreBenefitNavigation li:hover {
                border-bottom: 4px solid #8C0014;
                color: #8C0014
            }

                ul.coreBenefitNavigation li:hover a {
                    color: #8C0014
                }

            ul.coreBenefitNavigation li a {
                background-image: none;
                font-size: 12px;
                line-height: 14px;
                margin: 5px 0px 0px 0px;
                padding: 0px;
                display: block;
                float: left
            }

    .specialLogos img {
        display: block;
        float: left;
        padding: 0 20px 20px 0
    }

    #accesoryFinder {
        display: none
    }

        #accesoryFinder .devices div {
            background-position: 0px 1px;
            background-repeat: no-repeat;
            padding: 2px 0px 2px 20px;
            background-image: url("image/icon-checkmark-green.png")
        }

    #af_label {
        display: none
    }

    .additionalDescription a {
        margin-left: 0px;
        background-image: url("image/icon-arrow-down-gray.png");
        background-repeat: no-repeat;
        background-position: left center;
        padding-left: 12px
    }

    .additionalDescription .description {
        display: none
    }

    .additionalDescription.expanded a {
        background-image: url("image/icon-arrow-up-gray.png")
    }

    .additionalDescription.expanded .description {
        display: block
    }

    .additionalDescription .description {
        display: none
    }

    .additionalDescription.expanded a {
        background-image: url("image/icon-arrow-up-gray.png")
    }

    .additionalDescription.expanded .description {
        display: block
    }

    #cartOverlayService .actions {
        float: right
    }

    #flexslider_promo {
        height: 125px;
        width: 904px
    }

        #flexslider_promo .flex-prev,
        #flexslider_promo .flex-next {
            top: 45px;
            width: 27px;
            height: 37px;
            background-position: center center
        }

        #flexslider_promo .flex-control-nav {
            bottom: 10px;
        }

    .grey-background.pager-bar {
        display: none;
    }

    .lt-ie8 button {
        width: 250px
    }

    #productDetailHead {
        width: 904px;
        padding: 28px 28px 28px 28px;
        margin: -28px 0px 0px 0px;
        overflow: hidden
    }

        #productDetailHead .productImagesBox {
            width: 385px;
            float: left;
            margin: 0px 57px 0px 0px;
            padding: 0px
        }

            #productDetailHead .productImagesBox #productImage {
                width: 385px;
                height: 385px;
                margin: 0px;
                padding: 0px;
                display: table-cell;
                vertical-align: middle;
                background-color: #f7f7f7
            }

                #productDetailHead .productImagesBox #productImage a.cloud-zoom {
                    cursor: default
                }

                #productDetailHead .productImagesBox #productImage img {
                    display: block;
                    margin: auto;
                    max-width: 365px;
                    max-height: 365px
                }

            #productDetailHead .productImagesBox .scroller {
                position: relative;
                width: 385px;
                overflow: hidden;
                left: -26px;
                padding: 0px 26px
            }

                #productDetailHead .productImagesBox .scroller div {
                    width: 10000px
                }

                #productDetailHead .productImagesBox .scroller strong {
                    display: block
                }

                #productDetailHead .productImagesBox .scroller a.mfPagerLeft {
                    position: absolute;
                    bottom: -20px;
                    left: -26px;
                    background-color: white;
                    border: 7px solid white
                }

                #productDetailHead .productImagesBox .scroller a.mfPagerRight {
                    position: absolute;
                    bottom: -20px;
                    right: -26px;
                    background-color: white;
                    border: 7px solid white;
                    border-top-width: 20px
                }

                #productDetailHead .productImagesBox .scroller ul {
                    list-style-type: none;
                    margin: 10px 0px 0px 0px;
                    padding: 0px;
                    float: left
                }

                    #productDetailHead .productImagesBox .scroller ul li {
                        margin: 0px 5px 0px 0px;
                        float: left;
                        overflow: hidden
                    }

                        #productDetailHead .productImagesBox .scroller ul li a {
                            display: table-cell;
                            vertical-align: middle;
                            min-width: 57px;
                            height: 61px;
                            border-bottom: 4px solid transparent;
                            background-color: #f7f7f7
                        }

                            #productDetailHead .productImagesBox .scroller ul li a img {
                                display: block;
                                margin: auto;
                                max-height: 57px
                            }

                            #productDetailHead .productImagesBox .scroller ul li a.active,
                            #productDetailHead .productImagesBox .scroller ul li a:hover {
                                border-bottom: 4px solid #8C0014;
                            }

        #productDetailHead .productDescription {
            width: 462px;
            float: left;
            margin: 0;
            padding: 0;
            position: relative
        }

            #productDetailHead .productDescription img.new {
                display: inline;
                margin: 0 0 0 10px
            }

            #productDetailHead .productDescription h1 {
                margin: 10px 0 10px 0;
                padding: 0;
                font-size: 22px;
                line-height: 24px;
                /*font-family: 'HelveticaNeueW01-45Ligh';*/
                font-weight: normal;
                font-style: normal;
                font-variant: normal;
                color: #404142
            }

                #productDetailHead .productDescription h1 strong {
                    /*font-family: 'HelveticaNeueW01-65Medi';*/
                    font-weight: normal;
                    font-style: normal;
                    font-variant: normal;
                    font-size: 14px;
                    line-height: 14px;
                    display: block;
                    margin-bottom: 10px
                }

            #productDetailHead .productDescription .productFeatures {
                list-style-type: disc;
                margin: 10px 0 20px 10px;
                padding: 0 0 0 5px;
                font-size: 12px
            }

                #productDetailHead .productDescription .productFeatures li {
                    font-weight: normal;
                    font-style: normal;
                    font-variant: normal;
                    color: #404142;
                    font-size: 13px;
                    line-height: 22px
                }

                    #productDetailHead .productDescription .productFeatures li a {
                        font-size: 13px
                    }

                    #productDetailHead .productDescription .productFeatures li .exclusive {
                        position: relative !important;
                        top: 0
                    }

            #productDetailHead .productDescription .toBen {
                margin: -15px 0 15px 0
            }

                #productDetailHead .productDescription .toBen .link-down {
                    display: inline-block
                }

            #productDetailHead .productDescription .icons {
                display: block;
                float: left
            }

                #productDetailHead .productDescription .icons img,
                #productDetailHead .productDescription .icons > div {
                    display: inline-block;
                    margin: 0 10px 0 0
                }

            #productDetailHead .productDescription .colorSelector {
                margin-bottom: 15px
            }

                #productDetailHead .productDescription .colorSelector span {
                    font-size: 12px;
                    color: #404142
                }

                #productDetailHead .productDescription .colorSelector ul {
                    list-style-type: none;
                    display: inline;
                    margin: 0px;
                    padding: 0px
                }

                    #productDetailHead .productDescription .colorSelector ul li {
                        display: inline;
                        width: 18px;
                        height: 12px;
                        margin: 0px 5px 0px 0px;
                        padding: 0px;
                        border-bottom: 2px solid white
                    }

                        #productDetailHead .productDescription .colorSelector ul li a {
                            margin: 0px;
                            padding: 0px;
                            text-decoration: none;
                            line-height: 0px
                        }

                        #productDetailHead .productDescription .colorSelector ul li.active,
                        #productDetailHead .productDescription .colorSelector ul li:hover {
                            border-bottom: 2px solid #8C0014;
                        }

                    #productDetailHead .productDescription .colorSelector ul img {
                        border: solid 1px #ccc
                    }

            #productDetailHead .productDescription div.order {
                display: block;
                margin: 20px 0 6px 0;
                padding: 0 0 6px 0;
                border-bottom: 1px solid #e5e5e5;
                color: #404142;
                float: left;
                width: 462px
            }

                #productDetailHead .productDescription div.order .price {
                    float: left;
                    width: 298px;
                    margin: 0 20px 20px 0;
                    font-size: 18px;
                    vertical-align: middle
                }

                    #productDetailHead .productDescription div.order .price .priceName {
                        font-size: 12px;
                        margin-right: 5px
                    }

                    #productDetailHead .productDescription div.order .price .footnote {
                        text-align: left;
                        font-size: 10px
                    }

                #productDetailHead .productDescription div.order .priceChoose {
                    float: left;
                    margin-right: 10px;
                    clear: left
                }

                    #productDetailHead .productDescription div.order .priceChoose label {
                        margin-right: 5px;
                        font-size: 12px;
                        vertical-align: middle
                    }

                    #productDetailHead .productDescription div.order .priceChoose .mfSpinnerWrapper {
                        vertical-align: middle
                    }

                #productDetailHead .productDescription div.order .buy {
                    float: left;
                    padding-left: 14px
                }

                    #productDetailHead .productDescription div.order .buy a.jsmfButton {
                        margin: 0px 0px 5px -14px
                    }

                #productDetailHead .productDescription div.order .logo {
                    float: right;
                    margin-left: 20px;
                    min-height: 90px;
                    overflow: visible
                }

            #productDetailHead .productDescription div.sell {
                display: block;
                margin: 20px 0px 6px 0px;
                padding: 0px 0px 6px 0px;
                border-bottom: 1px solid #e5e5e5;
                color: #404142
            }

                #productDetailHead .productDescription div.sell .priceWrapper {
                    height: 46px;
                    display: block;
                    clear: both;
                    margin: 12px 0 6px 0;
                    line-height: 30px
                }

                    #productDetailHead .productDescription div.sell .priceWrapper .disposibility {
                        float: right;
                        margin-right: 14px;
                        margin-top: 5px
                    }

                #productDetailHead .productDescription div.sell .price {
                    float: left;
                    vertical-align: middle;
                    line-height: 30px
                }

                #productDetailHead .productDescription div.sell .priceName {
                    font-size: 12px;
                    margin-right: 5px;
                    vertical-align: middle
                }

                #productDetailHead .productDescription div.sell .priceCurrency {
                    font-size: 18px;
                    margin-right: 5px;
                    vertical-align: middle
                }

                #productDetailHead .productDescription div.sell .priceValue {
                    font-size: 18px;
                    vertical-align: middle
                }

                #productDetailHead .productDescription div.sell .priceChoose {
                    float: right;
                    line-height: 30px;
                    text-align: right
                }

                    #productDetailHead .productDescription div.sell .priceChoose label {
                        margin-right: 5px;
                        font-size: 12px;
                        vertical-align: middle
                    }

                    #productDetailHead .productDescription div.sell .priceChoose .mfSpinnerWrapper {
                        vertical-align: middle
                    }

                #productDetailHead .productDescription div.sell .priceCond {
                    display: block;
                    line-height: 0.4em
                }

                    #productDetailHead .productDescription div.sell .priceCond a {
                        font-size: 10px;
                        text-decoration: underline
                    }

                #productDetailHead .productDescription div.sell select {
                    display: block;
                    margin: 0px 0px 0px 0px;
                    padding: 0px
                }

                #productDetailHead .productDescription div.sell button {
                    margin: 0px;
                    padding: 0px;
                    border: none;
                    background-color: transparent;
                    height: 30px
                }

                    #productDetailHead .productDescription div.sell button span.buttonEnd {
                        background-image: url("image/sprite-button.png");
                        background-position: 0px -30px;
                        background-repeat: no-repeat;
                        width: 19px;
                        height: 30px;
                        display: block;
                        float: left
                    }

                    #productDetailHead .productDescription div.sell button span.iconBasket {
                        background-image: url("image/sprite-icon.png");
                        background-position: 0px 0px;
                        background-repeat: no-repeat;
                        width: 20px;
                        height: 20px;
                        display: block;
                        float: left;
                        margin: 3px 8px 2px 10px;
                        padding: 0px
                    }

                    #productDetailHead .productDescription div.sell button span.text {
                        background-image: url("image/sprite-button.png");
                        background-position: 0px 0px;
                        background-repeat: no-repeat;
                        margin: 0px 0px 0px 0px;
                        padding: 0px 0px 0px 0px;
                        display: block;
                        height: 30px;
                        float: left;
                        color: white;
                        line-height: 26px
                    }

            #productDetailHead .productDescription ul.quicklinks {
                margin: 0px;
                padding: 0px;
                display: block;
                list-style-type: none
            }

                #productDetailHead .productDescription ul.quicklinks li {
                    margin: 0px 10px 0px 0px;
                    padding: 0px;
                    display: block;
                    float: left
                }

                    #productDetailHead .productDescription ul.quicklinks li:first-child {
                        margin: 0px 10px 0px 0px
                    }

                    #productDetailHead .productDescription ul.quicklinks li label {
                        font-size: 12px;
                        color: #7f7f7f;
                        display: inline-block;
                        margin: 0px 0px 0px 3px
                    }

                    #productDetailHead .productDescription ul.quicklinks li a {
                        background-image: url("image/icon-arrow-right-red.png");
                        background-position: 0px 2px;
                        background-repeat: no-repeat;
                        padding: 0px 0px 0px 12px;
                        font-size: 12px;
                        line-height: 12px;
                        font-weight: normal;
                        color: #7f7f7f;
                        text-decoration: none;
                        display: inline-block
                    }

                        #productDetailHead .productDescription ul.quicklinks li a:link {
                            color: #7f7f7f
                        }

                        #productDetailHead .productDescription ul.quicklinks li a:visited {
                            color: #7f7f7f
                        }

                        #productDetailHead .productDescription ul.quicklinks li a:focus {
                            color: #7f7f7f
                        }

                        #productDetailHead .productDescription ul.quicklinks li a:hover {
                            color: #8C0014
                        }

                        #productDetailHead .productDescription ul.quicklinks li a:active {
                            color: #404142
                        }

                    #productDetailHead .productDescription ul.quicklinks li .mfCheckboxImage.style-small {
                        padding-top: 1px
                    }

            #productDetailHead .productDescription #productZoom {
                position: relative;
                z-index: 9999;
                width: 0px;
                height: 0px;
                overflow: visible;
                left: -10px;
                top: 0
            }

                #productDetailHead .productDescription #productZoom .cloud-zoom-big {
                    border: 1px solid #ddd;
                    background-color: white;
                    border-collapse: separate;
                    -moz-box-shadow: 5px 5px 5px 2px #ddd;
                    -webkit-box-shadow: 5px 5px 5px 2px #ddd;
                    box-shadow: 5px 5px 5px 2px #ddd
                }

        #productDetailHead .productDetailToolbox {
            width: 100%;
            margin: 0px 0px 15px 0px;
            padding: 0px;
            float: left
        }

            #productDetailHead .productDetailToolbox ul {
                list-style-type: none;
                margin: 0px;
                padding: 0px
            }

                #productDetailHead .productDetailToolbox ul li {
                    float: right;
                    margin: 0px;
                    padding: 0px;
                    line-height: 12px
                }

                    #productDetailHead .productDetailToolbox ul li a {
                        background-image: url("image/icon-arrow-right-red.png");
                        background-position: 0px 4px;
                        background-repeat: no-repeat;
                        padding: 0px 0px 0px 12px;
                        margin: 0px 0px 0px 10px;
                        font-size: 12px;
                        line-height: 12px;
                        font-weight: normal;
                        color: #7f7f7f;
                        text-decoration: none
                    }

                        #productDetailHead .productDetailToolbox ul li a:link {
                            color: #7f7f7f
                        }

                        #productDetailHead .productDetailToolbox ul li a:visited {
                            color: #7f7f7f
                        }

                        #productDetailHead .productDetailToolbox ul li a:focus {
                            color: #7f7f7f
                        }

                        #productDetailHead .productDetailToolbox ul li a:hover {
                            color: #8C0014
                        }

                        #productDetailHead .productDetailToolbox ul li a:active {
                            color: #404142
                        }

                        #productDetailHead .productDetailToolbox ul li a.link-down {
                            background-image: url("image/icon-arrow-double-down-red.png");
                            background-position: right 0px;
                            padding: 0px 12px 0px 0px
                        }

                    #productDetailHead .productDetailToolbox ul li.backlink {
                        float: left
                    }

                        #productDetailHead .productDetailToolbox ul li.backlink a {
                            background-image: url("image/icon-arrow-left-red.png");
                            margin: 0px 0px 0px 0px
                        }

    .lt-ie8 #productDetailHead .productDescription ul.quicklinks li a {
        margin-top: 3px
    }

    .lt-ie8 .productImagesBox ul li {
        display: inline;
        float: none !important
    }

        .lt-ie8 .productImagesBox ul li a img {
            display: inline !important
        }

a.mouseover {
    padding: 0px 0px 0px 0px;
    margin: 0px 4px 0px 0px;
    color: #7f7f7f;
    text-decoration: none;
    font-size: 15px;
}

        a.mouseover:link {
            color: #7f7f7f
        }

        a.mouseover:visited {
            color: #7f7f7f
        }

        a.mouseover:focus {
            color: #7f7f7f
        }

        a.mouseover:hover {
            color: #8C0014
        }

        a.mouseover:active {
            color: #404142
        }

        a.mouseover:after {
            /*content: '\54';*/
            /*font-family: "mieleicons";
            padding-left: 5px;
            cursor: pointer;
            font-weight: normal*/
            font-family: 'Glyphicons Halflings';
            content: '\e086';
        }

    .td_ProdDetail a.mouseover {
        margin: 0px -16px 0px 0px
    }

    table.eco {
        font-size: 12px
    }

        table.eco td {
            color: #404142;
            padding: 4px 0px 4px 10px;
            text-align: left
        }

    table.technicalData tbody tr th:first-child {
        font-weight: normal;
        color: #7f7f7f;
        cursor: pointer;
        text-align: left;
        height: 27px;
        white-space: nowrap;
        border: solid 1px #b8b7b2;
        background: #fff;
        background: -moz-linear-gradient(top, #fff 0%, #f6f6f6 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff), color-stop(100%, #f6f6f6));
        background: -webkit-linear-gradient(top, #fff 0%, #f6f6f6 100%);
        background: -o-linear-gradient(top, #fff 0%, #f6f6f6 100%);
        background: -ms-linear-gradient(top, #fff 0%, #f6f6f6 100%);
        background: linear-gradient(to bottom, #fff 0%, #f6f6f6 100%);
        filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f6f6f6', GradientType=0)
    }

        table.technicalData tbody tr th:first-child > span {
            padding: 4px 0px 2px 10px;
            padding-right: 20px;
            float: left
        }

        table.technicalData tbody tr th:first-child .arrow {
            width: 12px;
            display: block;
            font-family: "mieleicons";
            color: #8C0014;
            right: 15px;
            float: right
        }

            table.technicalData tbody tr th:first-child .arrow:after {
                content: '\0043'
            }

    table.technicalData tbody tr td {
        color: #404142;
        padding: 3px 0px 1px 10px;
        text-align: center;
        border-bottom: 1px solid #e9e9e9;
        height: 25px
    }

        table.technicalData tbody tr td:first-child {
            text-align: left
        }

    table.technicalData tbody tr:last-child td {
        padding-bottom: 20px;
        border-bottom: none
    }

    table.technicalData tbody.close td {
        display: none
    }

    table.technicalData tbody.close th .arrow:after {
        content: '\0044' !important
    }

    table.onlyDiff .noDiff {
        display: none
    }

    table.td_ProdDetail {
        font-size: 12px;
        width: 100%;
        margin: 0px 0px 28px 0px
    }

    .priceCond {
        line-height: 0.4em
    }

        .priceCond a {
            font-size: 10px;
            text-decoration: underline
        }

    table.downloads {
        width: 100%;
        margin: 0px 0px 28px 0px
    }

        table.downloads tr th {
            text-align: center;
            background-color: #f7f7f7;
            color: #404142;
            font-size: 12px;
            padding: 0px 10px 10px 10px;
            border-top: 10px solid #f7f7f7
        }

            table.downloads tr th:first-child {
                text-align: left
            }

        table.downloads tr td {
            text-align: center;
            vertical-align: middle;
            color: #404142;
            font-size: 12px;
            border-bottom: 1px solid #f7f7f7;
            padding: 7px 10px 3px
        }

            table.downloads tr td:first-child {
                text-align: left
            }

        table.downloads tr .tblCellDivider {
            width: 20px;
            background-image: url("image/line-dot-vertical.png");
            background-repeat: repeat-y;
            border-bottom: 0px;
            padding: 0px
        }

        table.downloads tr th.tblCellDivider {
            border-top: 10px solid #f7f7f7
        }

        table.downloads tfoot tr td {
            border-bottom: 0px;
            height: 7px;
            padding: 0px;
            background-position: 0px 1px
        }

    .legend {
        margin: 28px 0px
    }

        .legend .head {
            padding: 0px 0px 10px 10px;
            display: block;
            color: #7f7f7f;
            font-size: 12px
        }

        .legend .text {
            padding: 10px;
            border: 1px solid #7f7f7f;
            color: #7f7f7f;
            font-size: 12px;
            line-height: 18px
        }

    .no-js .ecoCalc {
        display: none !important
    }

    #ecoCalc .result {
        font-size: 1.8em;
        color: green;
        margin: 10px 0;
        font-weight: normal
    }

    #ecoCalc td {
        vertical-align: middle
    }

        #ecoCalc td > span {
            margin-right: 5px
        }

    #ecoCalc input {
        width: 50px;
        text-align: right;
        padding-right: 3px;
        margin-right: 5px
    }

    #ecoCalc .uInp {
        float: right;
        width: 120px;
        margin-left: 10px;
        margin-top: -5px;
        white-space: nowrap
    }

    #ecoCalc .life {
        font-size: 1.4em;
        margin-top: 30px
    }

    #ecoCalc .slider {
        margin-top: 10px;
        position: absolute
    }

        #ecoCalc .slider input {
            width: 360px;
            padding: 0;
            margin: 0;
            height: 30px;
            float: left
        }

        #ecoCalc .slider span {
            height: 30px;
            line-height: 30px;
            float: left
        }

            #ecoCalc .slider span:first-child {
                padding-right: 10px
            }

            #ecoCalc .slider span:last-child {
                padding-left: 10px
            }

    #ecoCalc #maschineLifeText {
        width: 445px;
        margin: 0
    }

    #ecoCalc a.jsmfButton {
        margin-top: 10px
    }

    .lt-ie10 #ecoCalc {
        display: none
    }

    .productTeaser .ym-gbox {
        height: 502px;
        overflow: hidden;
        margin-bottom: 20px;
        position: relative
    }

    .productTeaser .productImage {
        width: 211px;
        height: 211px;
        margin: 0;
        padding: 0;
        display: table-cell;
        vertical-align: middle;
        background-color: #f7f7f7;
        position: relative
    }

        .productTeaser .productImage img {
            display: block;
            margin: auto;
            cursor: pointer;
            max-height: 100%;
            max-width: 100%
        }

            .productTeaser .productImage img.new {
                position: absolute;
                top: 8px;
                left: 0
            }

    .productTeaser .productIcons {
        position: absolute;
        height: 211px;
        top: 0
    }

        .productTeaser .productIcons .icons {
            position: absolute;
            bottom: 10px;
            left: 10px;
            width: 33px;
            line-height: 0
        }

            .productTeaser .productIcons .icons.promo {
                left: 170px;
                top: 10px
            }

            .productTeaser .productIcons .icons img {
                width: 33px;
                display: inline-block;
                margin-top: 3px
            }

    .productTeaser strong {
        margin: 12px 10px 5px 10px;
        font-weight: bold;
        font-size: 11px;
        line-height: 12px;
        color: #404142;
        display: block;
        cursor: pointer
    }

    .productTeaser .designType {
        font-size: 12px;
        line-height: 12px;
        display: block;
        margin: 0 10px 3px 10px;
        font-weight: bold;
        color: #404142;
        cursor: pointer
    }

    .productTeaser p {
        font-size: 12px;
        line-height: 14px;
        display: block;
        margin: 0 10px 3px 10px;
        color: #404142;
        height: 57px;
        overflow: hidden;
        cursor: pointer
    }

    .productTeaser .link-standard {
        padding: 2px 0 2px 12px;
        margin: 0 0 0 14px;
        font-size: 12px
    }

    .productTeaser .eco {
        display: block;
        clear: right;
        height: 30px;
        position: absolute;
        bottom: 130px;
        left: 10px
    }

        .productTeaser .eco a,
        .productTeaser .eco img {
            display: inline
        }

    .productTeaser .sell {
        background-image: url("image/delimiter-4px-gray.png");
        background-position: 0 103px;
        background-repeat: repeat-x;
        display: block;
        clear: right;
        width: 191px;
        height: 105px;
        position: absolute;
        bottom: 25px;
        left: 10px
    }

        .productTeaser .sell .mfButton.detail {
            float: right;
            margin-left: 10px
        }

        .productTeaser .sell .link-standard {
            line-height: 14px;
            font-size: 11px;
            margin-left: 0;
            margin-top: 3px
        }

        .productTeaser .sell .price {
            font-weight: bold;
            font-size: 14px;
            line-height: 18px;
            color: #404142;
            display: block;
            height: 40px
        }

        .productTeaser .sell .inclusive {
            background-image: url("image/icon-checkmark-green.png");
            background-repeat: no-repeat;
            padding-left: 20px;
            padding-top: 2px;
            font-weight: normal;
            font-size: 12px
        }

    .productTeaser .bvInlineRating {
        position: absolute;
        left: 10px;
        bottom: 160px
    }

    .productTeaser .disposibility {
        position: absolute;
        bottom: 30px;
        left: 10px;
        height: 30px;
        width: 191px
    }

    .productTeaser input + span {
        bottom: 5px;
        left: 8px;
        position: absolute
    }

        .productTeaser input + span + label {
            bottom: 3px;
            left: 25px;
            position: absolute
        }

    .boxshadow .productTeaser .ym-gbox {
        border-collapse: separate;
        -moz-box-shadow: 0px 0px 3px 1px #ccc;
        -webkit-box-shadow: 0px 0px 3px 1px #ccc;
        box-shadow: 0px 0px 3px 1px #ccc
    }

    .no-boxshadow .productTeaser .ym-gbox {
        border: 1px solid #ccc
    }

    table.td_Compare .productTeaser {
        position: relative;
        height: 350px
    }

        table.td_Compare .productTeaser > p,
        table.td_Compare .productTeaser > strong,
        table.td_Compare .productTeaser .designType {
            margin-left: 0;
            width: 135px;
            font-size: 11px
        }

        table.td_Compare .productTeaser .productImage {
            width: 135px;
            height: 135px
        }

        table.td_Compare .productTeaser .eco {
            bottom: 45px;
            left: 0;
            width: 135px;
            height: 48px
        }

            table.td_Compare .productTeaser .eco .link-standard {
                display: block;
                margin: 0
            }

        table.td_Compare .productTeaser .sell {
            bottom: 0;
            left: 0;
            width: 135px;
            height: 45px
        }

        table.td_Compare .productTeaser .price {
            font-size: 12px
        }

    #memoItems .productTeaser {
        position: relative
    }

        #memoItems .productTeaser a.close {
            position: absolute;
            right: 4px;
            top: -16px;
            z-index: 2003;
            background-image: url("image/icon-close-big-gray.png");
            background-repeat: no-repeat;
            width: 31px;
            height: 31px;
            color: transparent;
            overflow: hidden
        }

            #memoItems .productTeaser a.close.active,
            #memoItems .productTeaser a.close:hover {
                background-image: url("image/icon-close-big-red.png")
            }

    #salesadvisor .productTeaser {
        width: 308px;
        border-bottom: 1px solid #e5e5e5
    }

        #salesadvisor .productTeaser .ym-gbox {
            margin-top: 20px;
            height: auto;
            padding-bottom: 167px;
            margin-right: 0
        }

        #salesadvisor .productTeaser .leftSide {
            float: left;
            width: 134px;
            margin-right: 20px;
            overflow: hidden;
            position: relative
        }

        #salesadvisor .productTeaser .productImageSmall {
            margin-bottom: 20px;
            display: block;
            position: relative
        }

            #salesadvisor .productTeaser .productImageSmall .productImage {
                width: 134px;
                height: 134px
            }

        #salesadvisor .productTeaser .productImageLarge {
            display: none
        }

        #salesadvisor .productTeaser .productIcons {
            height: 134px
        }

            #salesadvisor .productTeaser .productIcons .icons {
                bottom: 5px;
                left: 5px
            }

                #salesadvisor .productTeaser .productIcons .icons img {
                    width: 22px
                }

        #salesadvisor .productTeaser strong {
            margin-top: 5px;
            margin-bottom: 5px;
            margin-left: 0
        }

        #salesadvisor .productTeaser .criteriaBox {
            display: block;
            float: left;
            overflow: hidden;
            width: 154px
        }

        #salesadvisor .productTeaser .designType {
            /*font-family: "HelveticaNeueW01-45Ligh";*/
            font-weight: normal;
            font-size: 15px;
            line-height: 17px;
            margin-bottom: 0;
            margin-left: 0
        }

        #salesadvisor .productTeaser p {
            /*font-family: "HelveticaNeueW01-45Ligh";*/
            font-weight: normal;
            font-size: 15px;
            line-height: 17px;
            height: auto;
            margin-left: 0;
            margin-bottom: 10px
        }

        #salesadvisor .productTeaser .sell {
            width: 298px
        }

    #salesadvisor #topResult .productTeaser {
        width: 693px;
        border-bottom: none
    }

        #salesadvisor #topResult .productTeaser .ym-gbox {
            margin-top: 28px
        }

        #salesadvisor #topResult .productTeaser .productImageSmall {
            display: none
        }

        #salesadvisor #topResult .productTeaser .productImageLarge {
            margin-bottom: 20px;
            display: block;
            position: relative
        }

            #salesadvisor #topResult .productTeaser .productImageLarge .productImage {
                width: 288px;
                height: 288px
            }

        #salesadvisor #topResult .productTeaser .productIcons {
            height: 288px
        }

            #salesadvisor #topResult .productTeaser .productIcons .icons {
                bottom: 10px;
                left: 10px;
                width: 55px
            }

                #salesadvisor #topResult .productTeaser .productIcons .icons img {
                    width: auto
                }

        #salesadvisor #topResult .productTeaser .designType {
            font-size: 22px;
            line-height: 24px
        }

        #salesadvisor #topResult .productTeaser p {
            font-size: 22px;
            line-height: 24px
        }

        #salesadvisor #topResult .productTeaser .leftSide {
            width: 288px
        }

        #salesadvisor #topResult .productTeaser .sell,
        #salesadvisor #topResult .productTeaser .criteriaBox,
        #salesadvisor #topResult .productTeaser .desc,
        #salesadvisor #topResult .productTeaser .memo,
        #salesadvisor #topResult .productTeaser .eco,
        #salesadvisor #topResult .productTeaser .disposibility {
            width: 355px;
            float: right;
            margin-right: 20px;
            right: 0;
            left: auto
        }

        #salesadvisor #topResult .productTeaser .memo {
            right: 10px;
            position: absolute;
            bottom: 0
        }

        #salesadvisor #topResult .productTeaser .criteriaInfo {
            font-weight: bold;
            margin: 10px 0px 5px 18px;
            color: #404142
        }

    #salesadvisor .productTeaser.odd {
        width: 366px
    }

        #salesadvisor .productTeaser.odd .ym-gbox {
            padding-right: 57px;
            background-image: url("image/delimiter-4px-gray.png");
            background-repeat: repeat-y;
            background-position: 338px 0
        }

    .filter-infomaterialItems .productTeaser .ym-gbox {
        height: 395px
    }

        .filter-infomaterialItems .productTeaser .ym-gbox strong {
            line-height: 18px;
            height: auto;
            max-height: 52px;
            overflow: hidden
        }

        .filter-infomaterialItems .productTeaser .ym-gbox p {
            height: auto;
            max-height: 44px;
            overflow: hidden
        }

        .filter-infomaterialItems .productTeaser .ym-gbox .mfButton {
            bottom: 10px;
            position: absolute;
            right: 10px
        }

    .filter-awards .productTeaser .productImage img {
        cursor: default
    }

    .filter-awards .productTeaser .ym-gbox {
        height: 393px
    }

        .filter-awards .productTeaser .ym-gbox strong {
            font-size: 12px;
            line-height: 18px;
            height: auto;
            max-height: 52px;
            overflow: hidden;
            cursor: default
        }

        .filter-awards .productTeaser .ym-gbox p {
            height: auto;
            max-height: 86px;
            overflow: hidden;
            cursor: default
        }

        .filter-awards .productTeaser .ym-gbox span {
            cursor: default
        }

        .filter-awards .productTeaser .ym-gbox .delimiter-awards-link {
            margin: 0 12px;
            padding: 8px 4px;
            background-image: url("image/delimiter-4px-gray.png");
            background-position: 0 2px;
            background-repeat: repeat-x
        }

            .filter-awards .productTeaser .ym-gbox .delimiter-awards-link .link-standard {
                margin: 0 10px 0 0
            }

        .filter-awards .productTeaser .ym-gbox.noLink .delimiter-awards-link {
            margin: 0;
            padding: 0;
            background-image: none
        }

    .advertisingMedia .productTeaser .ym-gbox {
        height: 320px
    }

        .advertisingMedia .productTeaser .ym-gbox strong {
            font-size: 12px;
            line-height: 18px;
            height: auto;
            max-height: 52px;
            overflow: hidden
        }

        .advertisingMedia .productTeaser .ym-gbox p {
            height: auto;
            max-height: 86px;
            overflow: hidden
        }

        .advertisingMedia .productTeaser .ym-gbox .mfButton {
            bottom: 20px;
            position: absolute;
            right: 10px
        }

    #selfService .productTeaser .ym-gbox {
        height: 310px
    }

        #selfService .productTeaser .ym-gbox img,
        #selfService .productTeaser .ym-gbox strong,
        #selfService .productTeaser .ym-gbox p,
        #selfService .productTeaser .ym-gbox .designType {
            cursor: auto
        }

    #selfService .productTeaser .sell {
        background-image: none;
        bottom: 0
    }

    .searchResult-results .productTeaser .productImage {
        width: 134px;
        height: 134px
    }

        .searchResult-results .productTeaser .productImage img {
            max-width: 134px;
            max-height: 134px
        }

    .searchResult-results .teaser-big ul.subcats li {
        float: left;
        width: 163px;
        margin-right: 10px
    }

    .ioDetail .style-accordion .ym-gbox > :first-child {
        margin-top: 20px
    }

    .ioDetail .style-tab .ym-gbox > :first-child {
        margin-top: 0
    }

    .filterApplication .filter .ym-gbox {
        margin-bottom: 28px;
        float: left
    }

    .filterApplication .filter .segmentHead {
        border-bottom: 1px solid #ccc;
        margin-bottom: 4px;
        width: 192px;
        height: 44px;
        float: left;
        position: relative
    }

        .filterApplication .filter .segmentHead .text {
            font-size: 13px;
            font-weight: bold;
            display: block;
            float: left;
            position: absolute;
            left: 0px;
            bottom: 4px
        }

    .filterApplication .filter .reset {
        font-size: 12px;
        font-weight: normal;
        color: #7f7f7f;
        display: block;
        clear: left;
        border-top: 1px solid #ccc;
        padding-top: 4px;
        padding-right: 5px;
        margin: 23px 0px 40px 0px;
        cursor: pointer
    }

        .filterApplication .filter .reset:first-letter {
            font-family: "mieleicons";
            color: #525252;
            position: absolute;
            right: 0;
            top: 0;
            float: right;
            cursor: pointer
        }

        .filterApplication .filter .reset:before {
            content: 'U';
            font-family: "mieleicons"
        }

    .filterApplication .filter #criteria {
        float: left;
        margin-top: 20px;
        margin-bottom: 20px
    }

    .filterApplication .results .controlBar {
        border-bottom: 1px solid #ccc;
        margin-bottom: 24px;
        width: 100%;
        float: left
    }

        .filterApplication .results .controlBar .resultCount-number {
            color: #8C0014;
            font-size: 18px;
            font-weight: bold;
            display: block;
            float: left;
            padding-top: 21px;
            margin-right: 3px;
            margin-left: 3px
        }

        .filterApplication .results .controlBar .resultCount-text {
            font-size: 13px;
            font-weight: bold;
            display: block;
            float: left;
            padding-top: 23px;
            padding-bottom: 5px
        }

        .filterApplication .results .controlBar .sort {
            margin: 12px 0px 0px 0px;
            display: block;
            float: right
        }

            .filterApplication .results .controlBar .sort > span {
                font-size: 12px;
                display: inline-block;
                float: left;
                padding: 12px 5px 0px 0px;
                margin: 0px;
                color: #7f7f7f;
                line-height: 4px
            }

    .filterApplication .results #hdlAdditionalItems h2 {
        background: #fff;
        background: -moz-linear-gradient(top, #fff 0%, #f6f6f6 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff), color-stop(100%, #f6f6f6));
        background: -webkit-linear-gradient(top, #fff 0%, #f6f6f6 100%);
        background: -o-linear-gradient(top, #fff 0%, #f6f6f6 100%);
        background: -ms-linear-gradient(top, #fff 0%, #f6f6f6 100%);
        background: linear-gradient(to bottom, #fff 0%, #f6f6f6 100%);
        filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f6f6f6', GradientType=0);
        color: #8C0014;
        border: solid 1px #b8b7b2;
        margin-right: 18px;
        padding: 10px;
        cursor: pointer
    }

        .filterApplication .results #hdlAdditionalItems h2:first-letter {
            font-family: "mieleicons";
            color: #8C0014;
            position: absolute;
            right: 0;
            float: right;
            cursor: pointer
        }

        .filterApplication .results #hdlAdditionalItems h2:before {
            content: '\46'
        }

        .filterApplication .results #hdlAdditionalItems h2.active:before {
            content: '\45'
        }

    .filterApplication .results .gboxDelimiter-shadow {
        margin-top: -20px
    }

    .filterApplication .results .lessProducts,
    .filterApplication .results .additionalItems {
        display: none
    }

    .filterApplication .results.showAll .allProducts {
        display: none
    }

    .filterApplication .results.showAll .lessProducts,
    .filterApplication .results.showAll .additionalItems {
        display: block
    }

    .filterApplication .results.showAll #bestResults {
        background-color: #fdfdfa
    }

    .group {
        width: 192px;
        overflow: hidden;
        margin-top: -1px
    }

        .group .label {
            font-weight: normal;
            color: #7f7f7f;
            padding: 4px 0px 4px 10px;
            background: #fff;
            background: -moz-linear-gradient(top, #fff 0%, #f6f6f6 100%);
            background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff), color-stop(100%, #f6f6f6));
            background: -webkit-linear-gradient(top, #fff 0%, #f6f6f6 100%);
            background: -o-linear-gradient(top, #fff 0%, #f6f6f6 100%);
            background: -ms-linear-gradient(top, #fff 0%, #f6f6f6 100%);
            background: linear-gradient(to bottom, #fff 0%, #f6f6f6 100%);
            filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f6f6f6', GradientType=0);
            border: solid 1px #b8b7b2;
            cursor: pointer;
            font-size: 12px
        }

            .group .label .arrow {
                font-family: "mieleicons";
                display: block;
                float: right;
                padding: 0;
                color: #8C0014
            }

        .group .options {
            padding: 5px 5px 5px 10px
        }

        .group.active .arrow:before {
            /*content: '\0045'*/
        }

        .group.active .option,
        .group.active input {
            display: inline-block;
            clear: left
        }

            .group.active .option a {
                width: 12px;
                display: block;
                position: absolute;
                font-family: "mieleicons";
                color: #d0d0d0;
                right: 5px;
                float: right
            }

                .group.active .option a:before {
                    content: '\54'
                }

        .group.active .mfCheckboxImage,
        .group.active .mfRadioImage {
            float: left;
            height: auto
        }

        .group.active .mfCheckboxLabel,
        .group.active .mfRadioLabel {
            float: left;
            width: 136px;
            height: auto;
            margin-top: 1px
        }

        .group.active .option.checked {
            background-image: none
        }

        .group.active em {
            font-size: 11px;
            line-height: 15px;
            float: right;
            width: 20px
        }

        .group.inactive .arrow:before {
            /*content: '\0046'*/
        }

        .group.inactive input,
        .group.inactive .mfCheckboxImage,
        .group.inactive a,
        .group.inactive .mfRadioImage,
        .group.inactive .option,
        .group.inactive em {
            display: none
        }

            .group.inactive .option.checked {
                display: block;
                padding: 0
            }

                .group.inactive .option.checked:first-letter {
                    font-family: "mieleicons";
                    color: #525252;
                    position: absolute;
                    right: 0;
                    top: 0;
                    float: right;
                    cursor: pointer
                }

                .group.inactive .option.checked:before {
                    content: '\55'
                }

                .group.inactive .option.checked label {
                    padding-right: 0;
                    width: 162px
                }

        .group.inactive.noItems .options {
            display: none
        }

        .group .option.disabled {
            display: none
        }

    .filterSummary {
        width: 192px;
        float: left;
        padding: 0px 0px 0px 10px;
        color: #7f7f7f
    }

        .filterSummary strong {
            display: none;
            margin: 10px 0px 5px 0px;
            font-size: 13px
        }

        .filterSummary div {
            display: none
        }

    .contentHeader.salesadvisor-header #q_backToQuest {
        display: block;
        float: left
    }

    .contentHeader.salesadvisor-header a.icon-arrow-red {
        float: right
    }

    .contentHeader.salesadvisor-header .wizard {
        padding: 15px 18px 0px 0px
    }

        .contentHeader.salesadvisor-header .wizard li {
            cursor: pointer
        }

    .boxshadow #salesadvisor .productTeaser .ym-gbox {
        border-collapse: separate;
        -moz-box-shadow: 0px 0px 0px 0px #ccc;
        -webkit-box-shadow: 0px 0px 0px 0px #ccc;
        box-shadow: 0px 0px 0px 0px #ccc
    }

    .no-boxshadow #salesadvisor .productTeaser .ym-gbox {
        border: none
    }

    #salesadvisor {
        display: none
    }

        #salesadvisor .mfCheckboxImage {
            margin-left: 0
        }

        #salesadvisor .link-standard {
            overflow: hidden
        }

        #salesadvisor .matchingCriteria,
        #salesadvisor .mismatchingCriteria,
        #salesadvisor .additionalCriteria {
            margin: 0;
            padding: 0;
            list-style: none
        }

            #salesadvisor .matchingCriteria li,
            #salesadvisor .mismatchingCriteria li,
            #salesadvisor .additionalCriteria li {
                background-repeat: no-repeat;
                line-height: 18px;
                margin-left: 0;
                padding: 0 0 3px 20px
            }

                #salesadvisor .matchingCriteria li.disabled,
                #salesadvisor .mismatchingCriteria li.disabled,
                #salesadvisor .additionalCriteria li.disabled {
                    display: none
                }

        #salesadvisor .matchingCriteria {
            border-bottom: 1px solid #e5e5e5;
            margin-bottom: 5px
        }

            #salesadvisor .matchingCriteria li {
                background-image: url("image/icon-checkmark-green.png")
            }

        #salesadvisor .mismatchingCriteria li {
            background-image: url("image/icon-mismatch-gray.png")
        }

        #salesadvisor .additionalCriteria li {
            background-image: url("image/icon-checkmark-green.png")
        }

    .salesadvisor-footer {
        background-image: url("image/salesadvisor-footer-bg.png");
        background-position: 0;
        background-repeat: no-repeat;
        height: 59px
    }

        .salesadvisor-footer .ym-g924-4 .jsmfButton {
            margin-top: 15px;
            float: left
        }

        .salesadvisor-footer .ym-g924-8 .jsmfButton {
            margin-top: 15px;
            margin-left: 10px;
            float: left
        }

    .salesadvisor-overview {
        position: relative;
        z-index: 1;
        margin-top: -28px
    }

        .salesadvisor-overview > img {
            float: left
        }

    .salesadvisor-question {
        display: none
    }

        .salesadvisor-question .subAnswer {
            display: none;
            background-color: #f7f7f7;
            padding: 10px 15px 3px 15px;
            margin: 10px 25px 10px 25px;
            position: relative;
            float: left
        }

            .salesadvisor-question .subAnswer .icon-speech-bubble-up {
                background: url("image/icon-speech-bubble-up.png") no-repeat top left;
                position: absolute;
                display: block;
                width: 20px;
                height: 10px;
                top: -10px;
                left: 14px
            }

        .salesadvisor-question .mfRadioImage,
        .salesadvisor-question .mfCheckboxImage,
        .salesadvisor-question .mfRadioLabel,
        .salesadvisor-question .mfCheckboxLabel {
            display: block;
            float: left;
            margin-top: 3px
        }

        .salesadvisor-question .mouseover {
            font-weight: bold
        }

        .salesadvisor-question.multipleImageQuestion .ym-gbox {
            overflow: hidden
        }

        .salesadvisor-question.multipleImageQuestion img {
            margin-bottom: 7px
        }

        .salesadvisor-question.multipleImageQuestion .mfRadioLabel,
        .salesadvisor-question.multipleImageQuestion .mfCheckboxLabel {
            width: 178px
        }

        .salesadvisor-question.singleImageQuestion .mfRadioLabel,
        .salesadvisor-question.singleImageQuestion .mfCheckboxLabel {
            width: 116px;
            margin-bottom: 22px
        }

        .salesadvisor-question.singleImageBlockQuestion .mfRadioLabel,
        .salesadvisor-question.singleImageBlockQuestion .mfCheckboxLabel {
            width: 546px
        }

        .salesadvisor-question.singleImageBlockQuestion .subAnswer {
            width: 526px
        }

            .salesadvisor-question.singleImageBlockQuestion .subAnswer .mfRadioLabel,
            .salesadvisor-question.singleImageBlockQuestion .subAnswer .mfCheckboxLabel {
                width: 490px
            }

        .salesadvisor-question.multipleImageBlockQuestion .mfRadioLabel,
        .salesadvisor-question.multipleImageBlockQuestion .mfCheckboxLabel {
            width: 250px
        }

        .salesadvisor-question.multipleImageBlockQuestion .subAnswer {
            width: 225px
        }

            .salesadvisor-question.multipleImageBlockQuestion .subAnswer .mfRadioLabel,
            .salesadvisor-question.multipleImageBlockQuestion .subAnswer .mfCheckboxLabel {
                width: 189px
            }

    #q_backToQuest,
    #introduction,
    #q_advisor {
        display: none !important
    }

    .showIntro #questions,
    .showIntro #salesadvisor,
    .showIntro #questHead {
        display: none
    }

    .showIntro #introduction,
    .showIntro #q_advisor {
        display: block !important
    }

    .showResults #questions,
    .showResults .wizard {
        display: none
    }

    .showResults #q_backToQuest {
        display: block !important
    }

    .showResults #salesadvisor {
        display: table
    }

    #questions strong {
        color: #7f7f7f
    }

    .newsEventsToolbox {
        margin-top: 35px
    }

        .newsEventsToolbox img {
            display: inline-block;
            margin-right: 5px
        }

        .newsEventsToolbox span {
            display: inline-block;
            margin-bottom: 5px
        }

    .news-events-page .ym-g924-9.off {
        background-color: gray
    }

    .news-events-page .pageToolbox,
    .news-events-page .newsEventsToolbox {
        margin-top: 35px
    }

        .news-events-page .pageToolbox img,
        .news-events-page .newsEventsToolbox img {
            display: inline-block;
            margin-right: 5px
        }

        .news-events-page .pageToolbox span,
        .news-events-page .newsEventsToolbox span {
            display: inline-block;
            margin-bottom: 5px
        }

    .news-events-page .portion {
        line-height: 20px;
        /*font-family: 'HelveticaNeueW01-55Roma';*/
        font-size: 17px;
        font-weight: normal;
        font-style: normal;
        font-variant: normal;
        color: #404142
    }

    .news-events-page .ingredients img {
        display: block;
        margin-bottom: 5px
    }

    .news-events-page .ingredients .imageCopyright {
        display: block;
        text-align: right
    }

    .news-events-page .ingredients strong {
        line-height: 16px;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;
        font-weight: normal;
        font-style: normal;
        font-variant: normal;
        color: #404142;
        font-weight: bold;
        display: block;
        margin-top: 15px
    }

    .news-events-page .ingredients .additionalInfo {
        display: block;
        margin-top: 5px
    }

    .news-events-page .ingredients ul {
        list-style-type: disc;
        margin: 5px 0px 5px 15px
    }

    .news-events-page .ingredients .recipeImage {
        width: 442px;
        height: 442px;
        background-color: #f7f7f7;
        display: table-cell;
        vertical-align: middle;
        position: relative
    }

        .news-events-page .ingredients .recipeImage img {
            margin: auto;
            display: block
        }

    .news-events-page .preparation strong {
        line-height: 16px;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;
        font-weight: normal;
        font-style: normal;
        font-variant: normal;
        color: #404142;
        font-weight: bold;
        display: block
    }

    .news-events-page .preparation ol {
        list-style-type: decimal;
        margin: 5px 0px 5px 0px;
        list-style-position: inside
    }

        .news-events-page .preparation ol li {
            margin: 10px 0px 10px 0px
        }

    .news-events-page .jsmfButton {
        margin-left: 5px
    }

    .recipe-search strong {
        display: block
    }

    .recipe-search .jsmfSelect {
        width: 211px
    }

    .recipe-search .mfCheckboxImage,
    .recipe-search .mfRadioImage {
        float: left
    }

    .recipe-search .radioGroup {
        display: block
    }

        .recipe-search .radioGroup label {
            display: inline-block;
            float: left;
            margin-right: 8px
        }

    .recipeResults .productTeaser .ym-gbox {
        height: 290px
    }

    .culinary-trend h2 {
        line-height: 19px;
        /*font-family: 'HelveticaNeueW01-75Bold';*/
        font-size: 14px;
        font-weight: normal;
        font-style: normal;
        font-variant: normal;
        color: #404142;
        margin-bottom: 8px
    }

    .culinary-trend .similarArticle {
        line-height: 19px;
        /*font-family: 'HelveticaNeueW01-75Bold';*/
        font-size: 14px;
        font-weight: normal;
        font-style: normal;
        font-variant: normal;
        color: #404142;
        border-bottom: 1px solid #e5e5e5;
        display: block;
        padding-bottom: 10px;
        margin-bottom: 10px
    }

    .culinary-trend ul {
        list-style-type: disc;
        margin: 5px 0px 5px 20px
    }

        .culinary-trend ul li {
            line-height: 16px;
            font-family: Arial, Helvetica, sans-serif;
            font-size: 12px;
            font-weight: normal;
            font-style: normal;
            font-variant: normal;
            color: #404142
        }

            .culinary-trend ul li p {
                line-height: 16px;
                font-family: Arial, Helvetica, sans-serif;
                font-size: 12px;
                font-weight: normal;
                font-style: normal;
                font-variant: normal;
                color: #404142
            }

    .culinary-trend ol {
        list-style-type: decimal;
        margin: 5px 0px 5px 25px
    }

        .culinary-trend ol li {
            line-height: 16px;
            font-family: Arial, Helvetica, sans-serif;
            font-size: 12px;
            font-weight: normal;
            font-style: normal;
            font-variant: normal;
            color: #404142
        }

            .culinary-trend ol li p {
                line-height: 16px;
                font-family: Arial, Helvetica, sans-serif;
                font-size: 12px;
                font-weight: normal;
                font-style: normal;
                font-variant: normal;
                color: #404142
            }

    .chef h1,
    .eventCourse h1 {
        margin-bottom: 5px
    }

    .chef .chef-subtitle,
    .eventCourse .chef-subtitle {
        line-height: 23px;
        /*font-family: 'HelveticaNeueW01-45Ligh';*/
        font-size: 20px;
        font-weight: normal;
        font-style: normal;
        font-variant: normal;
        color: #404142;
        font-size: 18px
    }

        .chef .chef-subtitle + p,
        .eventCourse .chef-subtitle + p {
            margin-top: 10px
        }

    .chef .chef-image,
    .eventCourse .chef-image {
        display: block
    }

    .chef .citation,
    .eventCourse .citation {
        line-height: 23px;
        /*font-family: 'HelveticaNeueW01-45Ligh';*/
        font-size: 20px;
        font-weight: normal;
        font-style: normal;
        font-variant: normal;
        color: #404142;
        font-size: 18px;
        font-style: italic;
        display: block;
        margin: 10px 0 10px 0;
        clear: left
    }

    .chef .author-citation,
    .eventCourse .author-citation {
        line-height: 19px;
        /*font-family: 'HelveticaNeueW01-75Bold';*/
        font-size: 14px;
        font-weight: normal;
        font-style: normal;
        font-variant: normal;
        color: #404142;
        display: block;
        margin: 10px 0 10px 0
    }

    .chef .sideTile .subCategory:first-child,
    .eventCourse .sideTile .subCategory:first-child {
        border-top: 0
    }

    .chef .sideTile .subCategory,
    .eventCourse .sideTile .subCategory {
        background-image: none;
        border-top: 1px solid #e5e5e5
    }

    .chef .sideTile ul,
    .eventCourse .sideTile ul {
        list-style-type: disc;
        margin: 5px 10px 0 15px
    }

    .chef .chef-teaser-list,
    .eventCourse .chef-teaser-list {
        height: 160px
    }

    .chef-images {
        position: relative
    }

        .chef-images ul li {
            margin: 8px 8px 0 0;
            padding: 0 0 2px 0;
            float: left;
            cursor: pointer
        }

            .chef-images ul li.active,
            .chef-images ul li:hover {
                border-bottom: solid 3px #8C0014
            }

    .eventCourseCat .ym-g924-7 h2 {
        line-height: 23px;
        /*font-family: 'HelveticaNeueW01-45Ligh';*/
        font-size: 20px;
        font-weight: normal;
        font-style: normal;
        font-variant: normal;
        color: #404142;
        margin-bottom: 0px
    }

    .eventCourseCat .ym-g924-7 strong {
        line-height: 23px;
        /*font-family: 'HelveticaNeueW01-45Ligh';*/
        font-size: 20px;
        font-weight: normal;
        font-style: normal;
        font-variant: normal;
        color: #404142;
        display: block;
        margin-bottom: 12px
    }

    .eventCourseCat ul {
        list-style-type: disc;
        margin: 5px 0px 5px 15px
    }

    .eventCourseCat label {
        font-weight: bold;
        display: block;
        margin-bottom: 5px
    }

    .eventCourse .ym-g924-7 h1,
    .eventCourse .ym-g924-7 h2,
    .eventCourse .ym-g924-7 h3 {
        line-height: 23px;
        /*font-family: 'HelveticaNeueW01-45Ligh';*/
        font-size: 20px;
        font-weight: normal;
        font-style: normal;
        font-variant: normal;
        color: #404142;
        margin-bottom: 0px
    }

    .eventCourse .ym-g924-7 strong {
        line-height: 17px;
        /*font-family: 'HelveticaNeueW01-55Roma';*/
        font-size: 14px;
        font-weight: normal;
        font-style: normal;
        font-variant: normal;
        color: #404142;
        display: block;
        margin-bottom: 12px
    }

    .eventCourse .jsmfButton {
        margin-left: 0px
    }

    .eventCourse .infotext {
        margin-left: 10px;
        margin-top: 5px;
        display: block
    }

    .eventCourse .infobox {
        border: 1px solid #e5e5e5;
        padding: 15px 20px 10px 20px
    }

        .eventCourse .infobox strong,
        .eventCourse .infobox p {
            color: #7f7f7f
        }

    .timeline {
        position: relative
    }

        .timeline #timeline-headline {
            display: none
        }

        .timeline .mfPagerLeft,
        .timeline .mfPagerRight {
            position: absolute;
            top: 100px;
            margin: 0px
        }

        .timeline .mfPagerLeft {
            left: 0px
        }

        .timeline .mfPagerRight {
            right: 20px
        }

        .timeline .timeline-wrapper {
            width: 848px;
            height: 605px;
            overflow: hidden;
            position: absolute;
            top: 0px;
            left: 28px
        }

            .timeline .timeline-wrapper ul#timeline-decades {
                position: absolute;
                left: 0px;
                top: 0px;
                width: 90000px
            }

                .timeline .timeline-wrapper ul#timeline-decades > li {
                    margin-left: -20px;
                    position: relative;
                    float: left;
                    padding-left: 20px;
                    background-image: url("image/delimiter-4px-gray-vert.png");
                    background-repeat: repeat-y;
                    background-position: 9px 0px
                }

                    .timeline .timeline-wrapper ul#timeline-decades > li:first-child {
                        padding-left: 0px;
                        margin-left: 0px;
                        background-image: none
                    }

                    .timeline .timeline-wrapper ul#timeline-decades > li h2 {
                        display: none
                    }

                    .timeline .timeline-wrapper ul#timeline-decades > li ul.timeline-chapter > li {
                        float: left
                    }

                        .timeline .timeline-wrapper ul#timeline-decades > li ul.timeline-chapter > li h3 {
                            display: block;
                            height: 45px;
                            width: 365px
                        }

                        .timeline .timeline-wrapper ul#timeline-decades > li ul.timeline-chapter > li .timeline-chapter-item {
                            width: 365px;
                            display: block;
                            float: left;
                            margin-right: 20px
                        }

                            .timeline .timeline-wrapper ul#timeline-decades > li ul.timeline-chapter > li .timeline-chapter-item img {
                                height: 205px
                            }

    #timeline-navigation {
        position: absolute;
        left: 28px;
        bottom: 28px
    }

        #timeline-navigation li {
            list-style-type: none;
            background-image: url("image/timeline-navigation-delimiter.png");
            background-position: 0px 2px;
            background-repeat: no-repeat;
            height: 32px;
            line-height: 32px;
            display: inline-block;
            float: left;
            margin: 0 3px 0 0;
            font-size: 12px;
            padding-left: 1px
        }

            #timeline-navigation li a {
                height: 27px;
                display: inline-block;
                margin: 0 8px;
                color: #7f7f7f;
                text-decoration: none;
                font-size: 12px;
                line-height: 32px
            }

                #timeline-navigation li a * {
                    display: inline-block
                }

                #timeline-navigation li a:hover {
                    color: #404142
                }

            #timeline-navigation li.active a {
                background: none;
                border-bottom: solid 5px #8C0014;
                color: #404142
            }

            #timeline-navigation li:first-child {
                background: none
            }

                #timeline-navigation li:first-child a {
                    margin-left: 0px
                }

    .no-boxshadow #timeline-navigation {
        margin-bottom: 28px
    }

    .edi-downloadTable .tdLine:first-child {
        vertical-align: top;
        padding-left: 15px;
        background-image: url("image/table-cell-background.png");
        background-repeat: no-repeat;
        background-position: bottom left;
        border-left: solid 8px white;
        line-height: 18px;
        padding: 5px 10px 9px 20px
    }

    .job-experience-report h2 {
        line-height: 23px;
        /*font-family: 'HelveticaNeueW01-45Ligh';*/
        font-size: 20px;
        font-weight: normal;
        font-style: normal;
        font-variant: normal;
        color: #404142
    }

    .press-article .metainfo .date {
        position: absolute;
        top: 12px;
        left: 0px
    }

    .press-article .metainfo .section {
        position: absolute;
        top: 12px;
        right: 20px
    }

    .press-article h2 {
        line-height: 23px;
        /*font-family: 'HelveticaNeueW01-45Ligh';*/
        font-size: 20px;
        font-weight: normal;
        font-style: normal;
        font-variant: normal;
        color: #404142
    }

    .press-article .press-downloadTable .tdLine {
        vertical-align: top;
        padding-left: 15px;
        background-image: url("image/table-cell-background.png");
        background-repeat: no-repeat;
        background-position: bottom left;
        border-left: solid 8px white;
        line-height: 18px;
        padding: 5px 10px 9px 20px
    }

    .press-article .press-downloadTable .thumbnail {
        display: inline-block;
        margin: 0px 15px 5px 0px;
        float: left
    }

        .press-article .press-downloadTable .thumbnail + p {
            display: block;
            float: left;
            width: 210px;
            margin-bottom: 5px
        }

    .press-article .teaser-layer-black .layerBG {
        bottom: 28px !important
    }

    .press-article .teaser-layer-black .layerText strong {
        margin: 0 0 10px 0;
        line-height: 23px;
        /*font-family: 'HelveticaNeueW01-45Ligh';*/
        font-size: 20px;
        font-weight: normal;
        font-style: normal;
        font-variant: normal;
        color: #404142;
        color: #fff;
        display: block
    }

    .press-article .teaser-layer-black .layerText p {
        margin-bottom: 15px
    }

    .press-contact-persons .press-contact-person {
        margin-bottom: 20px
    }

        .press-contact-persons .press-contact-person strong {
            line-height: 19px;
            /*font-family: 'HelveticaNeueW01-75Bold';*/
            font-size: 14px;
            font-weight: normal;
            font-style: normal;
            font-variant: normal;
            color: #404142;
            display: block;
            margin: 5px 0px 5px 0px
        }

        .press-contact-persons .press-contact-person span {
            display: block
        }

        .press-contact-persons .press-contact-person ul {
            list-style-type: disc;
            margin-left: 15px
        }

    .sideTile .eventCalendar {
        margin: 5px 5px -15px 5px
    }

        .sideTile .eventCalendar img {
            display: inline-block;
            margin-right: 5px
        }

        .sideTile .eventCalendar span {
            display: inline-block
        }

    .location-images {
        position: relative
    }

        .location-images ul li {
            margin: 8px 8px 0 0;
            padding: 0 0 2px 0;
            float: left;
            cursor: pointer;
            border-bottom: solid 3px white
        }

            .location-images ul li.active,
            .location-images ul li:hover {
                border-bottom: solid 3px #8C0014
            }

        .location-images .link-standard {
            position: absolute;
            top: 253px;
            right: 0px
        }

    .location-detail .link-back {
        position: absolute;
        top: 0px;
        left: 0px
    }

    .overlayWindow .location-detail .link-back {
        display: none
    }

    #promotion-page ul.promotions li {
        background: transparent;
    }

    #promotion-page .promotion-item a h2, #promotion-page .promotion-item h2 {
        color: #fff;
    }

    .popover {
        border: 0;
        -webkit-box-shadow: 0 5px 15px rgba(0,0,0,.5);
        box-shadow: 0 5px 15px rgba(0,0,0,.5);
    }

    .popover, .popover-title {
        background: #2f2f2f;
    }

        .popover.top .arrow, .popover.top .arrow:after {
            border-top-color: #2f2f2f;
        }

    /* MCI Events */
    #divEventDetails {
        background: #888;
    }

    .eventItem {
        background: #777;
        border: 0;
        box-shadow: none;
    }

        .eventItem .eventDetail {
            width: 76%;
        }

        .eventItem .eventDate {
            border: 0;
            color: #4b4b4b;
        }

    .pg-mciEvents h2 {
        color: #fff;
    }

    .pg-mciEvents hr {
        border-top: 5px solid #6b6b6b;
    }

    .classSearch, .search-fields {
        background: #888;
        border: 0;
    }

        .classSearch h3 {
            color: #fff;
        }

    .eventReg-Header {
        background: #888;
        border: 0;
    }

    .eventReg-Detail h2 {
        border-bottom: 0;
    }

    .forevercare .chart {
        background: #fff;
    }

    .gift-card-balance {
        background: #888;
    }

    form.searchFormHeader {
        margin: 18px 0px 0px 0px
    }

        form.searchFormHeader .searchString {
            width: 300px
        }

        form.searchFormHeader .page-navigation {
            float: right;
            margin: 0 20px 18px 0
        }

            form.searchFormHeader .page-navigation li {
                float: left;
                padding: 0 2px
            }

                form.searchFormHeader .page-navigation li a {
                    text-decoration: underline;
                    cursor: pointer
                }

        form.searchFormHeader .first,
        form.searchFormHeader .previous {
            background: url("/media/common/img/icon-arrow-left-red.png") no-repeat scroll left 5px transparent;
            padding-left: 10px
        }

        form.searchFormHeader .next,
        form.searchFormHeader .last {
            background: url("/media/common/img/icon-arrow-right-red.png") no-repeat scroll right 5px transparent;
            padding-right: 10px
        }

    .searchResult-controls .controlBar {
        border-bottom: 1px solid #ccc;
        margin-bottom: 24px;
        width: 100%;
        float: left
    }

        .searchResult-controls .controlBar .searchresult-number,
        .searchResult-controls .controlBar .searchresult-string {
            color: #8C0014;
            font-size: 18px;
            font-weight: bold
        }

        .searchResult-controls .controlBar .searchresult-text {
            font-size: 13px;
            font-weight: bold;
            padding: 10px 0px;
            display: block;
            float: left
        }

        .searchResult-controls .controlBar .sort {
            display: block;
            float: right
        }

            .searchResult-controls .controlBar .sort > span {
                font-size: 12px;
                display: inline-block;
                float: left;
                padding: 12px 5px 0px 0px;
                margin: 0px;
                color: #7f7f7f;
                line-height: 4px
            }

    .searchResult-controls div.field-wrapper {
        font-size: 13px;
        font-weight: bold;
        padding: 10px 0;
        text-align: right
    }

        .searchResult-controls div.field-wrapper span {
            padding-right: 5px
        }

    .searchResult-navigation .segmentHead {
        border-bottom: 1px solid #ccc;
        float: left;
        margin-bottom: 20px;
        width: 192px
    }

        .searchResult-navigation .segmentHead .text {
            display: block;
            float: left;
            font-size: 13px;
            font-weight: bold;
            padding-bottom: 2px;
            padding-top: 23px
        }

    #taxonomySearchCategories .formItem {
        margin-bottom: 5px
    }

        #taxonomySearchCategories .formItem label {
            display: block
        }

    .lp-content-header {
        background-image: none
    }

        .lp-content-header .lp-layer {
            background-color: #333;
            height: 260px;
            left: 28px;
            -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
            filter: alpha(opacity=90);
            -moz-opacity: 0.9;
            -khtml-opacity: 0.9;
            opacity: 0.9;
            position: absolute;
            top: 28px;
            width: 366px;
            z-index: 5
        }

        .lp-content-header .lp-layer-textbox {
            width: 326px;
            height: 220px;
            top: 48px;
            left: 48px;
            position: absolute;
            z-index: 5
        }

            .lp-content-header .lp-layer-textbox h1 {
                line-height: 32px;
                margin: 15px 0 15px 0
            }

            .lp-content-header .lp-layer-textbox p {
                margin-bottom: 15px
            }

        .lp-content-header .lp-no-layer .lp-layer-textbox h1,
        .lp-content-header .lp-black-layer .lp-layer-textbox h1 {
            color: #fff
        }

        .lp-content-header .lp-no-layer .lp-layer-textbox h2,
        .lp-content-header .lp-black-layer .lp-layer-textbox h2 {
            color: #fff
        }

        .lp-content-header .lp-no-layer .lp-layer-textbox p,
        .lp-content-header .lp-black-layer .lp-layer-textbox p {
            color: #fff
        }

        .lp-content-header .lp-no-layer .lp-layer {
            background-color: transparent
        }

        .lp-content-header .lp-white-layer .lp-layer {
            background-color: white
        }

        .lp-content-header .style-tab {
            margin-right: 200px;
            z-index: 2;
            position: relative
        }

            .lp-content-header .style-tab > .tabListWrapper {
                background: none;
                margin-left: 0;
                margin-bottom: 0;
                width: 800px;
                position: absolute;
                bottom: 0
            }

                .lp-content-header .style-tab > .tabListWrapper li {
                    background: url("image/mieleTabs-tab-landingpage.png") no-repeat;
                    background-position: left top;
                    margin: 0;
                    padding-left: 0
                }

                    .lp-content-header .style-tab > .tabListWrapper li a {
                        background: url("image/mieleTabs-tab-landingpage.png") no-repeat;
                        background-position: right top;
                        margin: 0
                    }

                    .lp-content-header .style-tab > .tabListWrapper li.active a {
                        background: transparent url("image/mieleTabs-tab-activebg.png") no-repeat;
                        background-position: right top
                    }

        .lp-content-header .flex-container img {
            display: block
        }

        .lp-content-header .flex-direction-nav {
            display: none
        }

        .lp-content-header .flexslider .flex-control-nav {
            bottom: 12px;
            right: 12px
        }

        .lp-content-header .teaser-sidebar .link-standard {
            margin: 8px 0 8px 0
        }

    .lp-content .ym-g924-3.vsyncSidebar h3 {
        margin-bottom: 10px
    }

    .lp-content .hide {
        display: none
    }

    .lp-main-image {
        margin-top: -28px;
        margin-left: -20px;
        margin-bottom: -1px;
        width: 721px;
        height: 415px
    }

        .lp-main-image img {
            margin-top: 0;
            margin-left: 0;
            position: absolute
        }

    .lp-no-layer .lp-layer {
        background-color: transparent
    }

    .lp-black-layer .lp-layer {
        background-color: #333
    }

    .lp-white-layer .lp-layer {
        background-color: #fff
    }

    .lp-layer {
        width: 257px;
        height: 290px;
        left: 0;
        top: 4px;
        opacity: 0.9;
        -webkit-opacity: 0.9;
        -moz-opacity: 0.9;
        position: absolute;
        z-index: 5
    }

    .lp-layer-textbox {
        width: 217px;
        height: 250px;
        top: 20px;
        left: 20px;
        position: absolute;
        z-index: 5
    }

        .lp-layer-textbox a.jsmfButton {
            display: block;
            margin-top: 5px
        }

    .lp-no-layer .lp-layer-textbox h2,
    .lp-black-layer .lp-layer-textbox h2 {
        color: #fff
    }

    .lp-no-layer .lp-layer-textbox h1,
    .lp-black-layer .lp-layer-textbox h1 {
        color: #fff
    }

    .lp-no-layer .lp-layer-textbox p,
    .lp-black-layer .lp-layer-textbox p {
        color: #fff
    }

    .lp-layer-textbox h1 {
        font-size: 20px;
        line-height: 23px;
        margin: 5px 0 15px 0
    }

    .lp-layer-textbox h2 {
        font-size: 14px;
        line-height: 18px;
        margin-bottom: 0
    }

    .lp-layer-textbox p {
        margin-bottom: 15px
    }

    .lp-wrapper + .ym-g924-9 .style-tab {
        position: relative
    }

        .lp-wrapper + .ym-g924-9 .style-tab > .tabListWrapper {
            background: none;
            margin-bottom: 40px
        }

            .lp-wrapper + .ym-g924-9 .style-tab > .tabListWrapper li {
                background: url("image/mieleTabs-tab-landingpage.png") no-repeat;
                background-position: left top;
                padding-left: 0
            }

                .lp-wrapper + .ym-g924-9 .style-tab > .tabListWrapper li a {
                    background: url("image//mieleTabs-tab-landingpage.png") no-repeat;
                    background-position: right top
                }

                .lp-wrapper + .ym-g924-9 .style-tab > .tabListWrapper li.active a {
                    background: transparent url("image/mieleTabs-tab-activebg.png") no-repeat;
                    background-position: right top
                }

    .flex-container a:active,
    .flexslider a:active,
    .flex-container a:focus,
    .flexslider a:focus {
        outline: none
    }

    .slides,
    .flex-control-nav,
    .flex-direction-nav {
        margin: 0;
        padding: 0;
        list-style: none
    }

    .flexslider {
        margin: 0;
        padding: 0
    }

        .flexslider .slides > li {
            display: none;
            -webkit-backface-visibility: hidden
        }

        .flexslider .slides img {
            width: 100%;
            display: block
        }

    .flex-pauseplay span {
        text-transform: capitalize
    }

    .slides:after {
        content: ".";
        display: block;
        clear: both;
        visibility: hidden;
        line-height: 0;
        height: 0
    }

    html[xmlns] .slides {
        display: block
    }

    * html .slides {
        height: 1%
    }

    .no-js .slides > li:first-child {
        display: block
    }

    .flexslider {
        /*width: 960px;
    height: 415px;*/
        overflow: hidden;
        position: relative;
        z-index: 1;
        zoom: 1
    }

        .flexslider .flexslider-homeWhyMiele {
            position: absolute;
            left: 720px;
            top: 240px;
            width: 185px;
            height: 78px;
            z-index: 5
        }

            .flexslider .flexslider-homeWhyMiele h1,
            .flexslider .flexslider-homeWhyMiele strong {
                /*font-family: 'HelveticaNeueW01-45Ligh';*/
                font-weight: 200 !important;
                font-style: normal;
                font-variant: normal;
                margin: 15px 0px 0px 15px;
                font-size: 20px;
                line-height: 23px;
                color: #fff;
                display: block
            }

            .flexslider .flexslider-homeWhyMiele a {
                background-image: url(url("image/icon-arrow-right-red.png"));
                background-position: 0px 6px;
                background-repeat: no-repeat;
                padding: 2px 0px 2px 12px;
                margin: 0px 0px 0px 15px;
                font-size: 12px;
                color: #fff;
                text-decoration: none;
                display: block
            }

                .flexslider .flexslider-homeWhyMiele a:link {
                    color: #fff
                }

                .flexslider .flexslider-homeWhyMiele a:visited {
                    color: #fff
                }

                .flexslider .flexslider-homeWhyMiele a:focus {
                    color: #fff
                }

                .flexslider .flexslider-homeWhyMiele a:hover {
                    color: #8C0014
                }

                .flexslider .flexslider-homeWhyMiele a:active {
                    color: #8C0014
                }

        .flexslider .slides {
            z-index: 5
        }

            .flexslider .slides li {
                position: absolute;
                left: 0px;
                bottom: 0px;
                /*width: 960px;
    height: 415px;*/
                z-index: 5
            }

                .flexslider .slides li .flex-caption {
                    width: 100%;
                    height: 78px;
                    position: absolute;
                    bottom: 0px;
                    left: 0px;
                    z-index: 6
                }

                    .flexslider .slides li .flex-caption h1,
                    .flexslider .slides li .flex-caption h2 {
                        width: 480px;
                        height: 50px;
                        overflow: hidden;
                        /*font-family: 'HelveticaNeueW01-45Ligh';*/
                        font-weight: normal;
                        font-style: normal;
                        font-variant: normal;
                        margin: 15px 0px 0px 28px;
                        padding: 0px;
                        font-size: 20px;
                        line-height: 23px;
                        color: #fff
                    }

                    .flexslider .slides li .flex-caption a {
                        position: absolute;
                        top: 25px;
                        left: 510px;
                        margin: 0px
                    }

        .flexslider .flex-control-nav {
            position: absolute;
            bottom: 35px;
            right: 40px;
            z-index: 5
        }

            .flexslider .flex-control-nav li {
                width: 17px;
                height: 3px;
                display: block;
                float: left;
                margin: 0px 0px 0px 5px;
                padding: 0px;
                color: transparent
            }

                .flexslider .flex-control-nav li a {
                    width: 17px;
                    height: 3px;
                    background-color: white;
                    display: block;
                    color: transparent;
                    cursor: pointer
                }

                    .flexslider .flex-control-nav li a.flex-active {
                        background-color: #8C0014
                    }

            .flexslider .flex-control-nav span.label {
                color: white;
                display: block;
                clear: left;
                padding: 3px 0px 0px 5px;
                text-transform: uppercase;
                font-size: 10px
            }

        .flexslider .flex-prev {
            background-image: url("image/arrow-stage-prev.png");
            background-repeat: no-repeat;
            position: absolute;
            top: 130px;
            left: 0px;
            width: 40px;
            height: 50px;
            z-index: 5;
            cursor: pointer;
            color: transparent
        }

        .flexslider .flex-next {
            background-image: url("image/arrow-stage-next.png");
            background-repeat: no-repeat;
            position: absolute;
            top: 130px;
            right: 0px;
            width: 40px;
            height: 50px;
            z-index: 5;
            cursor: pointer;
            color: transparent
        }

        .flexslider .layer-text {
            position: absolute;
            left: 0px;
            bottom: 0px;
            width: 960px;
            height: 78px;
            background-color: #333;
            -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
            filter: alpha(opacity=90);
            -moz-opacity: 0.9;
            -khtml-opacity: 0.9;
            opacity: 0.9;
            z-index: 5
        }

        .flexslider .layer-whyMiele {
            position: absolute;
            left: 715px;
            top: 240px;
            width: 205px;
            height: 85px;
            background-color: #333;
            -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
            filter: alpha(opacity=90);
            -moz-opacity: 0.9;
            -khtml-opacity: 0.9;
            opacity: 0.9;
            z-index: 5
        }

        .flexslider .flex-direction-nav .flex-disabled {
            display: none
        }

    .ym-g924-9 .flexslider {
        width: 673px;
        height: 378px
    }

        .ym-g924-9 .flexslider .slides li {
            width: 673px;
            height: 378px
        }

            .ym-g924-9 .flexslider .slides li .flex-caption h1,
            .ym-g924-9 .flexslider .slides li .flex-caption h2 {
                width: 470px;
                height: 50px;
                margin-left: 20px
            }

            .ym-g924-9 .flexslider .slides li .flex-caption a {
                top: 25px;
                left: 495px
            }

        .ym-g924-9 .flexslider .flex-control-nav {
            display: none
        }

    .ym-g924-8.flex-container {
        width: 644px
    }

        .ym-g924-8.flex-container .flexslider {
            width: 624px;
            height: 335px
        }

            .ym-g924-8.flex-container .flexslider .slides li {
                width: 624px;
                height: 335px
            }

                .ym-g924-8.flex-container .flexslider .slides li .flex-caption h1,
                .ym-g924-8.flex-container .flexslider .slides li .flex-caption h2 {
                    width: 420px;
                    height: 50px;
                    margin-left: 20px;
                    font-size: 18px
                }

                .ym-g924-8.flex-container .flexslider .slides li .flex-caption a {
                    top: 25px;
                    left: 445px
                }

            .ym-g924-8.flex-container .flexslider .flex-control-nav {
                display: none
            }

    .flexslider-linklist {
        top: -53px;
        clear: both;
        display: none;
        left: 490px;
        margin-bottom: 0;
        position: relative;
        height: 0;
        z-index: 10001
    }

    .ym-grid-full .ym-g924-8.flex-container.sidebarLayout {
        width: 720px !important
    }

        .ym-grid-full .ym-g924-8.flex-container.sidebarLayout .flexslider {
            width: 720px !important
        }

    .ym-grid-full .ym-g924-4.sidebarLayout {
        padding: 0px 10px 16px 20px;
        width: 200px;
        height: 285px
    }

        .ym-grid-full .ym-g924-4.sidebarLayout .sideTile {
            padding: 0;
            box-shadow: none;
            -moz-box-shadow: none;
            -webkit-box-shadow: none
        }

    .ym-g924-8.flex-container.sidebarLayout .flexslider .flex-control-nav {
        display: block !important
    }

    .lp-content-header .flexslider .flex-control-nav {
        bottom: 35px
    }

    .autocomplete-suggestions {
        padding: 0px;
        border: solid 1px #d6d6d6;
        background-color: #fafafa;
        overflow: auto
    }

    .autocomplete-suggestion {
        padding: 2px 30px 0 4px;
        white-space: nowrap;
        overflow: hidden
    }

    .autocomplete-selected {
        color: #8C0014;
        background-color: #eee
    }

    .autocomplete-suggestions strong {
        font-weight: normal;
        color: #39f
    }

    a.mieleButton, a.mieleButton-alt {
        color: #fff;
    }

    /*.item a.mouseover {
        background-image: url(image/icon-info-gray.png);
        padding: 0 16px 0 0;
    }*/

    .features .group {
        width: 100%;
    }

    div#headerMainNavArea {
        position: static;
    }

    /*nav#productNavigation {
    top: 125px;
    left: 15px;
}*/

    #promotion-page {
        margin: 0 0 0 20px;
        width: 97%;
    }

        #promotion-page .promotion-item {
            height: auto !important;
            min-height: 165px;
            padding: 0 !important;
        }

        #promotion-page ul.promotions li .icon {
            width: 40%;
        }

        #promotion-page ul.promotions li div.content {
            margin: 12px 0;
            padding: 0 10px;
        }

        #promotion-page .promotion-item a h2, #promotion-page .promotion-item h2 {
            font-size: 15px;
            line-height: 17px;
            margin-bottom: 5px;
        }

        #promotion-page .promotion-item p {
            font-size: 11px;
            line-height: 14px;
        }

        #promotion-page a.right-arrow {
            font-size: 11px;
        }

    @media (max-width: 991px) {
        #promotion-page ul.promotions li div.image {
            height: unset;
            min-width: 165px;
        }

        footer nav.footerNavigation {
            width: auto;
        }
    }

    @media only screen and (min-width: 1025px) {
        .container {
            width: 1000px;
        }
    }

    @media print {
        .ym-gl,
        .ym-gr,
        .ym-gbox {
            display: inline-block !important
        }

        .ym-gl {
            float: left
        }

        .ym-gr {
            float: right
        }

        .ym-grid {
            display: table !important
        }

        #contentarea {
            display: block
        }

        header {
            position: absolute;
            text-align: center;
            top: 1px;
            left: 0
        }

        body {
            background-color: white !important;
            font-family: Helvetica, Arial
        }

        #mainArea {
            display: inline-block
        }

        header #headerTopArea #headerToolbox,
        header #headerTopArea .targetGroupNavigation {
            display: none
        }

        header #headerLogoArea {
            display: inline
        }

            header #headerLogoArea #logobar {
                display: inline;
                background-color: inherit !important;
                height: 0px;
                border-top: solid 35px #8C0014
            }

            header #headerLogoArea #mieleLogo {
                display: inline;
                float: none
            }

            header #headerLogoArea a {
                display: inline !important
            }

        header #headerMainNavArea {
            display: none
        }

        footer {
            display: none
        }

        .contentHeader {
            background: none
        }

            .contentHeader .ym-grid-full {
                background: none;
                min-height: 65px
            }

                .contentHeader .ym-grid-full .toolbox {
                    display: none
                }

        .contentBox {
            box-shadow: none !important;
            -webkit-box-shadow: none !important;
            -moz-box-shadow: none !important
        }

        .link-standard {
            background: none !important;
            padding: 0 !important
        }

        .gotoLinks,
        .quicklinks,
        .priceChoose,
        .productDetailToolbox,
        .tabListWrapper,
        .bauformen,
        .link-up,
        .link-down,
        .breadcrumbToolbox,
        #overlayMask {
            background: none !important;
            display: none !important;
            border: none !important
        }

        #breadcrumb {
            background: none !important;
            border: none !important
        }

        .overlayWindow > .overlayArrow,
        .overlayWindow .overlayWindowIcon {
            display: none !important
        }

        .overlayWindow > .overlayNavigation {
            background: none;
            background-color: white
        }

        body .overlayWindow {
            left: 10px !important
        }

        #memoItems {
            margin-top: 50px
        }

        .filterApplication .filter {
            display: none
        }

        #memoHead {
            display: none
        }

            #memoHead + ym-g924-9 {
                width: 100%
            }

        #memoItems .productTeaser {
            float: left
        }

        #memoItems .compareNextSteps {
            float: left
        }

        #resultList a.link-up {
            display: block !important
        }
    }
