HTML {
    overflow-y: scroll;
}

#background {
    background-image: url(../images/bgheader.png);
    background-repeat: repeat-x;
    background-position: top;
    background-color: #F1F1F1;
}

#page-background {
    min-height: 400px;
    height: auto !important;
    width: 1000px;
    text-align: left;
    margin: 0 auto;
    background-image: url(../images/background.png);
    background-repeat: repeat-y;
    overflow: hidden;
}

#header {
    padding: 30px 20px;
}

#header-background {
    background-color:#E6E6E6;
    background-image: url(../images/header.jpg);
    background-repeat: no-repeat;
    background-position: top;
    min-height: 400px;
    height: auto !important;
    height: 400px;
    padding: 0;
    margin: 0;
}

#logo {
    padding-top: 45px;
    padding-left: 65px;
    display: inline-block;
}

    #logo IMG {
        width: 185px;
    }

#main-menu {
    display: inline-block;
    padding-top: 66px;
    padding-left: 20px;
}

    #main-menu UL LI {
        display: inline-block;
        font-size: 18px;
        color: #4D4D4D;
    }

    #main-menu LI + LI:before {
        content: " | ";
        padding: 0 4px;
    }

    #main-menu A {
        color: #4D4D4D;
        outline: 0;
    }

#top-box {
    float: right;
    margin-right: 10px;
}

#login-box {
    font-size: 12px;
    clear: right;
    text-align: right;
    font-family: Arial,sans-serif;
}

#language-selector {
    float: right;
}

    #language-selector UL LI {
        display: inline-block;
    }

    #language-selector A {
        outline: 0;
    }

#language-selector-mobile, #login-box-mobile {
    display: none;
}

#language-selector img {
    width: 15px;
}

#footer {
    padding: 20px;
    margin: 0 10px;
    font-family: Arial,sans-serif;
}

    #footer A {
        outline: 0;
    }

#footer-background {
    background-image: url(../images/bgfooter.png);
    background-repeat: repeat-x;
    background-position: bottom;
    margin: auto;
}

#footer-background-container {
    background-image: url(../images/footer.png);
    background-repeat: no-repeat;
    background-position: bottom;
    height: 96px;
    width: 1000px;
    margin: auto;
    text-align: left;
}

#footer-menu {
    display: inline-block;
}

    #footer-menu UL LI {
        display: inline-block;
        font-size: 11px;
    }

    #footer-menu LI + LI:before {
        content: " | ";
    }

#social-toolbar, #social-toolbar UL LI {
    display: inline;
}

    #social-toolbar UL LI.no-desktop {
        display: none;
    }

    #social-toolbar IMG {
        height: 22px;
        width: 22px;
    }

#footer-logo {
    display: inline;
    float: right;
    font-size: 9px;
    line-height: 100%;
    margin-top: 8px;
}

    #footer-logo img {
        width: 70px;
    }

#logobox A {
    outline: 0;
}

#sidebar-background {
    background-image: url(../images/bgsidebar.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    width: 325px;
    min-height: 266px;
    height: auto !important;
    height: 266px;
    padding: 0;
    margin: 0;
    float: right;
    margin-top: -110px;
}

#sidebar {
    width: 260px !important;
    margin-left: 20px;
    margin-top: 20px;
    position: relative;
    line-height: 1.75rem;
}

    #sidebar DIV.condensed {
        line-height: 130%;
    }

    #sidebar #action-buttons {
        text-align: center;
        padding: 20px 0;
    }

    #sidebar HR {
        background-image: url(../images/separator.png);
        background-repeat: no-repeat;
        background-position: 0 0;
        border-color: transparent;
        width: 250px;
        height: 2px;
        text-align: center;
        margin: 20px 0;
    }

        #sidebar HR.first {
            margin-top: 0;
        }

#ribbon-background {
    width: 1000px;
    margin-top: -205px;
}

    #ribbon-background.expanded + #sidebar-background {
        margin-top: -211px;
    }

    #ribbon-background #ribbon-border-left {
        width: 15px;
        height: 77px;
        float: left;
        display: inline;
        background-image: url(../images/ribbon-bdr-left-short.png);
        background-repeat: no-repeat;
        background-position: right;
    }

    #ribbon-background #ribbon-border-right {
        width: 15px;
        height: 77px;
        float: right;
        display: inline;
        background-image: url(../images/ribbon-bdr-right-short.png);
        background-repeat: no-repeat;
        background-position: left;
    }

    #ribbon-background #ribbon {
        display: inline;
        float: left;
        background-image: url(../images/ribbon-bdr-short.png);
        background-repeat: repeat-x;
        width: 970px;
        height: 60px;
        padding-top: 10px;
    }

    #ribbon-background.expanded {
        height: 235px;
    }

        #ribbon-background.expanded #ribbon-border-left {
            height: 187px;
            background-image: url(../images/ribbon-bdr-left.png);
        }

        #ribbon-background.expanded #ribbon-border-right {
            height: 187px;
            background-image: url(../images/ribbon-bdr-right.png);
        }

        #ribbon-background.expanded #ribbon {
            height: 170px;
            background-image: url(../images/ribbon-bdr.png);
        }

#ribbon H1 {
    color: #FFF;
    font-weight: 400;
    font-size: 35px;
    margin-top: 15px;
    margin-left: 24px;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
}

#ribbon-background.expanded #ribbon H1 {
    margin-top: 25px;
}

#ribbon H1 #sub-caption {
    display: none;
}

#ribbon H1 #ribbon-splash {
    display: none;
}

#ribbon-background.expanded #ribbon H1 #ribbon-splash {
    display: block;
    float: right;
    margin-top: -23px;
    margin-right: 305px;
    height: 162px;
    overflow: hidden;
}

#ribbon-background.expanded #ribbon H1 {
    white-space: nowrap;
}

    #ribbon-background.expanded #ribbon H1 #sub-caption {
        margin-left: 30px;
        margin-top: 22px;
        font-weight: 400;
        color: #DDD;
        font-size: 20px;
        line-height: 130%;
        display: block;
        white-space: normal;
    }

        #ribbon-background.expanded #ribbon H1 #sub-caption:before {
            content: '\00201E';
            margin-left: -8px;
        }

        #ribbon-background.expanded #ribbon H1 #sub-caption:after {
            content: '\00201D';
        }

#ribbon-slider IMG.ribbon-splash-gradient {
    position: absolute;
    margin-left: 200px;
    /*margin-top: -172px;*/
    z-index:100;
}

#ribbon-slider .unslider-nav {
    position: absolute;
    margin-top: -28px;
    margin-left: 240px;
    z-index: 100;
}

#ribbon-slider {
    margin-left: -10px;
    margin-top: -5px;
    margin-right: 280px;
    height: 172px;
}

    #ribbon-slider .slider {
        height: 172px;
        width: 670px;
    }

    #ribbon-slider IMG.slider-picture {
        height: 172px;
        width: 270px;
        vertical-align: top;
        position: absolute;
        opacity: .75;
    }

    #ribbon-slider DIV.slider-text {
        color: #fff;
        text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
        position: absolute;
        width: 360px;
        margin-left: 275px;
        height: 172px;
        display: flex;
        justify-content: center;
    }

        #ribbon-slider DIV.slider-text SPAN {
            display: block;
            margin-top: 8px;
        }

            #ribbon-slider DIV.slider-text SPAN.slider-caption {
                font-size: 25px;
                line-height: 120%;
                display: inline;
            }

        #ribbon-slider DIV.slider-text IMG {
            vertical-align: top;
            padding-top: 8px;
            padding-left: 10px;
            line-height: 120%;
            display: inline;
        }

    #ribbon-slider .center-vertical {
        align-self: center;
        margin-top: -20px;
    }

.unslider-nav ol {
    list-style: none;
    text-align: center;
}

    .unslider-nav ol li {
        display: inline-block;
        width: 6px;
        height: 6px;
        margin: 0 4px;
        background: #B1B1B1;
        border-radius: 5px;
        overflow: hidden;
        text-indent: -999em;
        border: 2px solid #B1B1B1;
        cursor: pointer;
    }

        .unslider-nav ol li:nth-child(1) {
            background: #646464;
            border: 2px solid #646464;
        }

        .unslider-nav ol li:nth-child(2) {
            background: #7D7D7D;
            border: 2px solid #7D7D7D;
        }

        .unslider-nav ol li:nth-child(3) {
            background: #989898;
            border: 2px solid #989898;
        }

        .unslider-nav ol li:nth-child(4) {
            background: #B1B1B1;
            border: 2px solid #B1B1B1;
        }

        .unslider-nav ol li:nth-child(5) {
            background: #989898;
            border: 2px solid #989898;
        }

        .unslider-nav ol li:nth-child(6) {
            background: #7D7D7D;
            border: 2px solid #7D7D7D;
        }

        .unslider-nav ol li:nth-child(7) {
            background: #646464;
            border: 2px solid #646464;
        }

        .unslider-nav ol li:nth-child(8) {
            background: #595959;
            border: 2px solid #595959;
        }

        .unslider-nav ol li:nth-child(9) {
            background: #595959;
            border: 2px solid #595959;
        }

        .unslider-nav ol li.unslider-active {
            background: #ef282d;
            border: 2px solid #fff;
            width: 8px;
            height: 8px;
            border-radius: 7px;
            cursor: default;
            margin: -1px 4px;
            box-shadow: 0 2px 3px 0 rgba(0,0,0,0.5);
        }

#ragbox {
    -webkit-border-bottom-right-radius: 8px;
    -webkit-border-bottom-left-radius: 8px;
    -moz-border-radius-bottomright: 8px;
    -moz-border-radius-bottomleft: 8px;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
    background-color: #EBEBEB;
    border-color: #B2B2B2;
    border-style: solid;
    border-width: 0 1px 1px;
    padding: 0 3px 8px 8px;
    margin: 0 40px;
}

    #ragbox DIV {
        display: inline-block;
        padding:5px;
    }

    #ragbox H1 {
        font-size: 20px;
        margin-top: 6px;
        margin-left: 3px;
        font-weight: 400;
    }

#page-menu {
    padding: 0;
    padding-left: 20px;
    height: 60px;
    margin: 0;
    margin-left: 20px;
    display: inline-block;
    /*margin-top: -5px; */
    line-height: 1.75rem;
}

    #page-menu ul {
        min-height: 37px;
        margin: 0;
        position: relative;
        z-index: 55;
    }

        #page-menu ul li {
            list-style: none;
            float: left;
        }

    #page-menu LI.action {
        display: none;
    }

    #page-menu li a {
        background: #e6e6e6;
        background: #d1d1d1;
        background: -moz-linear-gradient(top,#d1d1d1 0%,#e6e6e6 100%);
        background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#d1d1d1),color-stop(100%,#e6e6e6));
        background: -webkit-linear-gradient(top,#d1d1d1 0%,#e6e6e6 100%);
        background: -o-linear-gradient(top,#d1d1d1 0%,#e6e6e6 100%);
        background: -ms-linear-gradient(top,#d1d1d1 0%,#e6e6e6 100%);
        background: linear,to bottom,#d1d1d1 0%,#e6e6e6 100%;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#d1d1d1",endColorstr="#e6e6e6",GradientType=0);
        padding: 3px 20px;
        border: 1px solid #bababa;
        border-top: 0;
        -webkit-border-radius: 0 0 8px 8px;
        -moz-border-radius: 0 0 8px 8px;
        -ms-border-radius: 0 0 8px 8px;
        -o-border-radius: 0 0 8px 8px;
        border-radius: 0 0 8px 8px;
        color: #4D4D4D;
        font-weight: 700;
        display: inline-block;
        text-decoration: none;
    }

        #page-menu LI A:focus {
            outline: 0;
        }

        #page-menu li a:hover {
            padding: 10px 20px 5px;
            color: #ef282d;
            -webkit-transition: all 200ms ease-in-out;
            -moz-transition: all 200ms ease-in-out;
            transition: all 200ms ease-in-out;
        }

        #page-menu li a.current {
            background: #ec292e;
            background: #d42327;
            background: -moz-linear-gradient(top,#d42327 0%,#ec292e 100%);
            background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#d42327),color-stop(100%,#ec292e));
            background: -webkit-linear-gradient(top,#d42327 0%,#ec292e 100%);
            background: -o-linear-gradient(top,#d42327 0%,#ec292e 100%);
            background: -ms-linear-gradient(top,#d42327 0%,#ec292e 100%);
            background: linear,to bottom,#d42327 0%,#ec292e 100%;
            filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#d42327",endColorstr="#ec292e",GradientType=0);
            padding: 10px 20px 5px;
            color: #fff;
        }

#page-menu-mobile {
    display: none;
}

#info-banner {
    margin-bottom: 30px;
    padding: 3px;
    background-color: #ff9;
}

#main {
    margin: 0 40px;
    min-height: 150px;
    line-height: 1.75rem;
}

#sidebar-background + #main {
    width: 620px;
    margin-right: 0;
    overflow: hidden;
}

#main P, #main UL {
    margin-bottom: 20px;
}

#main UL {
    margin-left: 25px;
}

.first-paragraph {
    margin-top:90px;
}

UL.references {
    padding: 0 !important;
    margin: 25px 0 !important;
}

    UL.references LI {
        display: inline-block;
        background-color: #FFF;
    }

        UL.references LI IMG {
            height: 100px;
            width: 100px;
            border-color: #B2B2B2;
            border-style: solid;
            border-width: 1px;
            padding: 8px;
            margin-right: 2px;
            margin-bottom: 1px;
        }

.sidebar-list {
    padding-left: 0;
}

.col2-1 {
    width: 49%;
    float: left;
    overflow: hidden;
}

.col2-2 {
    width: 49%;
    float: right;
    overflow: hidden;
    position: relative;
}

    .col2-2:after {
        clear: both;
    }

.col2-23 {
    width: 66%;
    float: left;
    overflow: hidden;
}

.col2-13 {
    width: 32%;
    float: right;
    overflow: hidden;
    position: relative;
}

    .col2-13:after {
        clear: both;
    }

.col3-1 {
    width: 33%;
    float: left;
    overflow: hidden;
}

.col3-2 {
    width: 33%;
    float: left;
    overflow: hidden;
    position: relative;
    left: 1%;
}

.col3-3 {
    width: 32%;
    float: right;
    overflow: hidden;
}

    .col2-1 p:last-child, col2-2 p:last-child, .col2-23 p:last-child, .col2-13 p:last-child, .col3-1 p:last-child, .col3-2 p:last-child, .col3-3 p:last-child {
        margin-bottom: 0 !important;
    }

    .col2-1 p:nth-child(2), col2-2 p:nth-child(2), .col2-23 p:nth-child(2), col2-13 p:nth-child(2), .col3-1 p:nth-child(2), .col3-2 p:nth-child(2), .col3-3 p:nth-child(2) {
        margin-top: 10px !important;
    }

.col-wrapper:after {
    content: "-";
    height: 0;
    display: block;
    clear: both;
    visibility: hidden;
}

UL.feature-list-check {
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
    list-style-type: none;
    line-height: 1.9em;
    margin-left: 0 !important;
    padding-top: 8px;
}

    UL.feature-list-check LI {
        font-weight: 700;
        margin-left: 0;
        vertical-align: middle;
        background-image: url(../images/ico/feature_yes.png);
        background-repeat: no-repeat;
        background-position: 0 0;
        padding-left: 32px;
        padding-bottom: 10px;
        -webkit-column-break-inside: avoid;
        -moz-column-break-inside: avoid;
        -o-column-break-inside: avoid;
        -ms-column-break-inside: avoid;
        column-break-inside: avoid;
        break-inside: avoid-column;
        margin-bottom: .9em;
    }

        UL.feature-list-check LI > DIV {
            font-size: 12px;
            font-weight: 400;
            line-height: 120%;
            font-family: Arial,sans-serif;
        }

UL.feature-list-icon {
    list-style-type: none;
}

    UL.feature-list-icon LI {
        margin-top: 10px;
        clear: both;
    }

        UL.feature-list-icon LI > IMG {
            float: left;
            width: 32px;
            height: 32px;
            margin-bottom: 10px;
        }

        UL.feature-list-icon LI DIV {
            margin-left: 40px;
        }

UL.feature-list-icon-60 {
    list-style-type: none;
}

    UL.feature-list-icon-60 LI {
        margin-top: 10px;
        clear: both;
    }

        UL.feature-list-icon-60 LI > IMG {
            float: left;
            width: 60px;
            height: 60px;
            margin-bottom: 11px;
        }

        UL.feature-list-icon-60 LI DIV {
            margin-left: 75px;
        }

UL.use-case-list {
    line-height: 108%;
    list-style-type: none;
    font-family: Arial,sans-serif;
}

    UL.use-case-list LI {
        margin-bottom: 10px;
        font-size: 12px;
    }

        UL.use-case-list LI IMG:first-child {
            float: left;
            height: 32px;
            width: 32px;
            margin-top: 3px;
        }

        UL.use-case-list LI DIV {
            margin-left: 38px;
        }

table.featurematrix TD {
    padding-bottom: 20px;
    vertical-align: top;
}

DIV.feature {
    margin-left: 60px;
    padding-top: 15px;
}

table.shopmatrix {
    border-collapse: collapse;
    border-style: hidden;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-right: 10px;
}

    table.shopmatrix tr {
        vertical-align: middle;
    }

        table.shopmatrix tr.first-row {
            vertical-align: top;
        }

            table.shopmatrix tr.first-row td {
                padding-bottom: 10px;
            }

                table.shopmatrix tr.first-row td.focussed {
                    background-image: url(/template/images/col_top_white.png);
                    background-position: top;
                    background-repeat: no-repeat;
                }

        table.shopmatrix tr.last-row td.focussed {
            background-image: url(/template/images/col_bottom_white.png);
            background-position: bottom;
            background-repeat: no-repeat;
        }

        table.shopmatrix tr.last-row td {
            padding-top: 10px;
        }

    table.shopmatrix td, table.shopmatrix th {
        border: 1px solid #B2B2B2;
        width: 225px;
        text-align: center;
        padding: 3px;
        height: 34px;
    }

        table.shopmatrix td.first, table.shopmatrix th.first {
            text-align: left;
            width: 240px;
            font-weight: 700;
            vertical-align: top;
        }

        table.shopmatrix td.focussed, table.shopmatrix th.focussed {
            background-color: #DDD;
        }

        table.shopmatrix td a.small-button-red, table.shopmatrix td a.small-button-gray {
            margin-left: 50px;
        }

.vgallery_holder {
    background: #DDD;
    padding: 10px;
    padding-bottom: 0;
    float: left;
    border: 1px solid #B2B2B2;
    margin-bottom: 30px;
}

    .vgallery_holder B {
        font-family: Arial,sans-serif;
    }

#ytvideo {
    float: left;
    margin-right: 0;
}

ul.vplaylist {
    float: left;
    margin: 0;
    padding: 0;
    width: 223px;
    overflow-x: hidden;
    overflow-y: scroll;
    height: 233px;
}

    ul.vplaylist li {
        list-style-type: none;
        display: block;
        float: left;
        width: 195px;
        margin-bottom: 8px;
        margin-right: 5px;
        margin-left: 0;
        padding: 2px 2px 2px 10px;
    }

        ul.vplaylist li img {
            width: 120px;
            float: left;
            margin-right: 5px;
            border: 1px solid #B2B2B2;
        }

        ul.vplaylist li a {
            text-decoration: none;
            display: block;
            color: #000;
            font-size: 12px;
        }

.currentvideo {
    background: #B2B2B2;
}

DIV#slideshow-conatainer {
    height: 365px;
}

    DIV#slideshow-conatainer.tv-frame {
        height: 390px;
    }

#slideshow {
    position: absolute;
    overflow: visible;
}

    #slideshow IMG {
        position: absolute;
        top: 0;
        left: 0;
        z-index: 8;
        width: 620px;
        height: 348px;
    }

DIV#slideshow-conatainer.tv-frame DIV#slideshow IMG {
    height: 376px;
}

#slideshow IMG.active {
    z-index: 10;
}

#slideshow IMG.last-active {
    z-index: 9;
}

DIV.dl-box {
    padding: 15px;
    background-image: url(../images/bg-download.png);
    background-repeat: no-repeat;
    background-position: top right;
}

    DIV.dl-box > IMG {
        float: left;
    }

.dl-box > DIV {
    margin-left: 170px;
}

.dl-caption {
    font-weight: 700;
    font-size: 1.4em;
    margin-top: 5px;
    border-bottom: 1px solid #B2B2B2;
    padding-bottom: 3px;
}

.dl-subcaption {
    margin-bottom: 10px;
    margin-top: 10px;
}

DIV.ms-banner {
    height: 250px;
    padding-bottom: 25px;
}

    DIV.ms-banner DIV.ms-banner-wallpaper {
        position: absolute;
        margin-left: -25px;
        height: 250px;
        width: 970px;
        background-repeat: no-repeat;
    }

    DIV.ms-banner DIV.ms-banner-splash {
        margin-top: 10px;
        margin-left: 20px;
        position: absolute;
    }

        DIV.ms-banner DIV.ms-banner-splash H2 {
            font-size: 28px;
            font-weight: 400;
            line-height: 115%;
        }

            DIV.ms-banner DIV.ms-banner-splash H2:before {
                content: '\00201E';
                margin-left: -12px;
            }

            DIV.ms-banner DIV.ms-banner-splash H2:after {
                content: '\00201D';
            }

            DIV.ms-banner DIV.ms-banner-splash H2 + A {
                margin-left: -10px;
                margin-top: 20px;
            }

UL.faq_list SPAN.faq_title {
    font-weight: 700;
}

UL.faq_list LI {
    margin-bottom: 10px;
}

#sidebar .faq_list {
    margin-left: 15px;
    margin-bottom: 10px;
}

.faq_caption {
    margin-top: 0;
}

.faq_entry .faq_date {
    font-size: 12px;
    text-align: right;
    font-family: Arial,sans-serif;
}

.no_faq_entries {
    display: none;
}

.faq_answer OL {
    padding-left: 30px;
}

.faq_answer LI {
    margin-bottom: 5px;
}

#faq_breadcrumb {
    font-size: 12px;
    margin-bottom: 8px;
    font-family: Arial,sans-serif;
}

.faq_source {
    color: #4D4D4D;
}

#results-form #results-table {
    margin-top: 20px;
}

    #results-form #results-table TD {
        padding-bottom: 20px;
        vertical-align: top;
    }

        #results-form #results-table TD.results-logo {
            width: 120px;
        }

            #results-form #results-table TD.results-logo IMG {
                border: 1px solid #B2B2B2;
                padding: 5px;
            }

        #results-form #results-table TD.results-contact {
            width: 160px;
            margin-right: 10px;
        }

#partner-search-form DIV.input-data, DIV.input-label {
    display: inline;
}

#partner-search-form DIV.input-label {
    font-weight: 700;
    vertical-align: -3px;
}

#search-params-radius {
    margin-top: 20px;
}

#partner-search-form DIV.input-data {
    padding-right: 7px;
}

#search-params-classification {
    float: right;
    margin-top: -36px;
    width: 400px;
}

#search-params-extra, #search-params-extra > div:nth-child(2) {
    padding-top: 10px;
}

#search-params-classification > div.input-data, #search-params-classification > div.input-label {
    float: left;
}

#search-params-classification > div.input-label {
    margin-right: 10px;
}

#search-submit {
    margin-bottom: 20px;
    display: block;
}

    #search-submit INPUT {
        margin-top: 15px;
    }

IMG.float-right-pad {
    float: right;
    margin-left: 20px;
    margin-bottom: 15px;
}

IMG.float-left-pad {
    float: left;
    margin-right: 20px;
    margin-bottom: 15px;
}

IMG.float-right {
    float: right;
}

IMG.float-left {
    float: left;
}

DIV.float-right-pad {
    float: right;
    margin-left: 20px;
    margin-bottom: 15px;
}

DIV.float-left-pad {
    float: left;
    margin-right: 20px;
    margin-bottom: 15px;
}

DIV.float-right {
    float: right;
}

DIV.float-left {
    float: left;
}

IMG.float-left {
    float: left;
}

DIV.overlay-container {
    position: relative;
}

IMG.overlay {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}

.product-title {
    font-weight: 700;
    font-size: 20px;
}

.hide-desktop {
    display: none;
}

H3.slug-short, H3.slug-long {
    font-size: 1.2em;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 5px;
    background: -webkit-linear-gradient(left,transparent,silver);
    background: -o-linear-gradient(right,transparent,silver);
    background: -moz-linear-gradient(right,transparent,silver);
    background: linear-gradient(to right,transparent,silver);
    min-height: 53px;
}

H3.slug-short {
    padding-bottom: 0;
}

@media print {
    HTML, BODY, #background {
        background-color: #FFF;
        color: #000 !important;
    }

    #background, #page-background, #header-background, #sidebar-background, #footer-background, #footer-background-container, #ribbon-background #ribbon-border-left, #ribbon-background #ribbon-border-right, #ribbon-background.expanded #ribbon-border-left, #ribbon-background.expanded #ribbon-border-right, #ribbon-background.expanded #ribbon, #ribbon-background #ribbon {
        background-image: none;
    }

    #ragbox {
        border: 0;
        background-color: #FFF;
    }

    #ribbon H1 {
        color: #000;
        text-shadow: none;
    }

    #ribbon-slider DIV.slider-text {
        color: #000;
        text-shadow: none;
    }

    #ribbon-background.expanded #ribbon H1 SPAN {
        color: #000;
    }

    #ribbon-background.expanded #ribbon H1 #sub-caption {
        color: #000;
    }

    #page-menu LI A, #page-menu LI A B {
        background: none;
    }

        #page-menu LI A.current, #page-menu LI A.current B {
            background: none;
            color: #EF282D;
            line-height: 25px;
        }

    #language-selector {
        display: none;
    }

    DIV.expander > DIV {
        display: block;
    }

    UL.screenshot-gallery LI {
        background-color: transparent;
        border: 1px solid #000;
    }
}
