﻿@charset "utf-8";
/* CSS Document */

div#menu{
    position: relative;
    display: block;
    width: 100%;
    text-align: left;
    z-index: 4;
}

    div#customerLogo{
        display: block;
        position: absolute;
        width: 480px;
        height: 90px;
        left: 24px; top: 0px;
        z-index: 9;
    }


    div#solidBg{
        display: block;
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0px;
        top: 0px;
        background: #dbba9d;
        z-index: -3;
    }
    div#solidBgTop{
        display: block;
        position: absolute;
        width: 100%;
        height: 120px;
        left: 0px; top: 0px;
        background: #ffffff;
    }

    div#gradientBg{
        display: block;
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0px;
        top: 0px;
        background: url(../../Images/glow.png);
        z-index: -2;
    }

    div#textureBg{
        display: block;
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0px;
        top: 0px;
        background: url(../../Images/paper.png);
        z-index: -1;
    }

    div#centerPieceHolder{
        display: block;
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0px;
        text-align: right;
        overflow: hidden;
    }

    #languageDropdown{
        position: absolute;
        right: 24px;
        top: -0px;
        z-index: 9;
        width: 200px;
    }

    #languageMenuMobile{
        position: fixed;
        display: block;
        width: 100%;
        left: 0px; top: 0px;
        right: 0px; bottom: 35px;
        background: #efefef;
        z-index: 9;
        overflow: auto;
    }

    div#selectedLanguage{
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%; max-width: 960px;
        height: 100%; max-height: 540px;
    }

    div#catalogs{
        display: block;
        position: relative;
        float: left;

        max-width: 260px;
        width: 30%;
        min-width: 189px;

        max-height: 67%;
        margin-top: 100px;
        margin-left: 24px;

        background: url(../../Images/menuBg.png);
        border: 2px solid #fff;
        overflow: hidden;
        border-radius: 5px;
        -webkit-box-shadow: 0px 2px 2px rgba(50, 50, 50, 0.2);
        -moz-box-shadow:    0px 2px 2px rgba(50, 50, 50, 0.2);
        box-shadow:         0px 2px 2px rgba(50, 50, 50, 0.2);
    }

    div#catalogsHolder{
        display: block;
        position: absolute;
        left: 0px; top: 0px; 
        width: 100%; height: 100%;
    }

        div.catalog{
            display: block;
            float: left;
            position: relative;
            height: 48px;
            width: 100%;
            border-bottom: 1px solid #e7e6e6;
            border-top: 1px solid #fff;
            top: -1px;
            cursor: pointer;
        }
        div.showAllButton{
            display: block;
            position: absolute;
            height: 48px;
            width: 120px;
            top: 147px; 
            left: 30px;
            cursor: pointer;
        }
        div.catalog:hover{
            background: #f8f8f7;
        }
        div.selectedCatalogBg{
            background: #f9f9f9;
        }
        div.catalog:last-child{
            border-bottom: 0px;
            margin-bottom: -4px;
        }

            div.catalogThumb{
                display: block;
                float: left;
                width: 64px;
                height: 48px;
            }

            div.catalogTitle{
                display: block;
                float: left;
                margin-left: 5%;
                width: 57%;
                overflow: hidden; text-overflow: ellipsis; white-space: nowrap;
                height: 20px;
                padding: 15px 0px;
                font-size: 16px;
                color: #707070;
                text-shadow: 0px 1px 1px rgba(255, 255, 255, 1);
            }

            .showAllButtonText{
                font-size: 12px !important;
                margin-top: 19px !important;
                padding: 0px !important;
                color: #707070;
            }
            .showAllButtonText:hover{
                color: #909090;
            }
            div.selectedCatalogIndicator{
                display: block;
                position: absolute;
                width: 4px;
                height: 100%;
                right: 0px; top: 0px;
                background: #aab8d7;
            }


            div#selectedCatalogWrapperFoo{

                display: block;
                position: absolute;
                width: 50%;
                max-width: 420px;
                height: 400px;
                left: 30%;
                margin-left: 22px;
                top: 100px;
                z-index: 5;
                overflow-x: visible;
            }

            div#selectedCatalogWrapper{

                display: block;
                position: relative;
                float: left;
                width: 49%;
                max-width: 420px;
                height: 67%;


                margin-left: 14px;
                margin-top: 100px;
                z-index: 5;
                overflow-x: visible;

            }


            div#selectedCatalog{
                display: block;
                position: relative;
                width: 100%;
                max-height: 100%;
                background: url(../../Images/menuBg.png);
                border: 2px solid #fff;
                overflow:hidden;
                overflow-x: visible;
                border-radius: 5px;
                -webkit-box-shadow: 0px 2px 2px rgba(50, 50, 50, 0.2);
                -moz-box-shadow:    0px 2px 2px rgba(50, 50, 50, 0.2);
                box-shadow:         0px 2px 2px rgba(50, 50, 50, 0.2);
            }


            div#presentations{
                display: block;
                position: absolute;
                width: 100%; height: 100%;

            }


            div#closePresentations{
                display: block;
                position: absolute;
                width: 32px; height: 30px;
                background: url(../../Images/closeButton32x32.png);
                right: -16px; top: -16px;
                z-index: 1;
                cursor: pointer;
            }


                div.presentationLink{
                    color: #808080;
                    display: block;
                    position: relative;
                    height: 20px;
                    line-height: 14px;
                    max-width: 100%;
                    padding: 8px 0px;
                    padding-left: 20px;
                    border-bottom: 1px solid #e7e6e6;
                    border-top: 1px solid #fff;
                    top: -1px;
                    cursor: pointer;
                    font-size: 14px;
                    overflow: hidden;
                }
                    div.presentationLink:hover{
                        background: #f8f8f7;
                    }
                    div.presentationLink:last-child{
                        border-bottom: 0px;
                        margin-bottom: -4px;
                    }
                    div.presentationLink.disabled{
                        color: #BBB;
                    }

div#footer{
    display: block;
    position: absolute;
    width: 100%;
    height: 37px;
    background: url(../../Images/footerBg.png);
    bottom: 0px;
    left: 0px;
    z-index: 5;
}
    div#terms{
        display: block;
        position: absolute;
        width: 150px;
        top: 12px;
        left: 24px;
        font-size: 12px;
        color: #9a938e;
    }
    div#understandLink{
        display: block;
        position: absolute;
        width: 238px;height: 16px;
        top: 10px;
        right: 24px;
        font-size: 12px;
        color: #9a938e;
    }
    div#understandLink img{
        vertical-align: middle;
    }
    div#understandLinkPlayer{
        display: block;
        float: right;
        width: 238px;height: 16px;
        font-size: 12px;
        color: #9a938e;
        margin-top: 12px;
        margin-right: 10px;
    }
    span#understandLinkText{
        display: inline-block;
        position: relative;
        vertical-align: middle;
    }


/* Language Selector - Experimental Styles*/
#selectHolder{
    position: absolute;
    display: block;
    right: 24px;
    top: -5px;
    width: 148px;
    padding: 4px;
    padding-bottom: 0px;
    padding-top: 8px;
    text-align: center;
    background: #f4f2f0;
    border-radius: 3px;
    -webkit-box-shadow: 0px 2px 2px rgba(50, 50, 50, 0.2);
    -moz-box-shadow:    0px 2px 2px rgba(50, 50, 50, 0.2);
    box-shadow:         0px 2px 2px rgba(50, 50, 50, 0.2);
    z-index: 9;
}
    .selectbox{
        position: relative; 
        display: inline-block;
        *display: inline-block;
        width: 148px; 
        height: 22px;
        zoom: 1;
        background: #dfdfdf;
        border-bottom: #fff solid 1px;
        background-image: -moz-linear-gradient(top, #f3f1f0, #e3e3e3);
        background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #f3f1f0), color-stop(1, #e6e6e6));
        background-image: linear-gradient(top, #f3f1f0, #e6e6e6);
        border-radius: 3px;
        box-shadow: inset 0 1px 1px #d2d2d2;
        padding: 3px 0px;
        color: #757575;
        font-size: 14px;
        text-shadow: 0px 1px 1px rgba(255, 255, 255, 1);
        cursor: pointer;
    }


    .selecttext{
        z-index: 9;
        position: absolute;
        left: 12px;
        display: inline-block;
        *display: inline; 
        zoom: 1;
        padding-top: 4px;
        background: transparent;
        color: #757575;
    }

    .select-arrow{
        background: url(../../Images/selectArrow.png) no-repeat 50% 50%;
        position: absolute;
        display: inline-block;
        *display: inline;
        zoom: 1;
        height: 100%;
        width: 30px;
        top: 0;
        right: 0;
        border-left: 1px solid #fff; 
    }

    div#languages{
        position: absolute;
        width: 152px;
        left: 0px;
        top: 50px;
        background: url(../../Images/menuBg.png);
        border: 2px solid #fff;
        overflow: hidden;
        border-radius: 5px;
        -webkit-box-shadow: 0px 2px 2px rgba(50, 50, 50, 0.2);
        -moz-box-shadow:    0px 2px 2px rgba(50, 50, 50, 0.2);
        box-shadow:         0px 2px 2px rgba(50, 50, 50, 0.2);
    }
        div.language{
            display: block;
            position: relative;
            height: 30px;
            border-bottom: 1px solid #e7e6e6;
            border-top: 1px solid #fff;
            top: -1px;
            color: #808080;
            cursor: pointer;
        }
        div.language:hover{
            background: #f8f8f7;
        }
                
        div.language:last-child{
            border-bottom: 0px;
            margin-bttom: 0px;
        }

            div.languageText{
                display: block;
                float: left;
                text-align: left;
                margin-left: 13px;
                        
                padding-top: 8px;
                font-size: 14px;
                text-shadow: 0px 1px 1px rgba(255, 255, 255, 1);
            }
/* MOBILE MENU */


div#mobileMenu{
    display: none;
    position: relative;
    width: 100%; 
    margin-bottom: 37px;
    text-align: left;

}
    div.mobilePresentationsList{
        display: block;
        position: relative;
        float: left;
        width: 100%;

    }
    div.mobileMenuPresentation{
        position: relative;
        float: left;
        width: 100%;
        border-bottom: 1px solid #d6d6d6;
        border-top: 1px solid #FAFAFA;
        padding: 10px 0px;
        color: #808080;
        font-size: 14px;
        cursor: pointer;
        background: #e9e8e8;
    }
    div.mobileMenuPresentation:first-child{
         border-top: 1px solid #d6d6d6;
    }
    div.mobileMenuPresentation.disabled{
        color: #BBB;
    }
    div.mobileMenuPresentation:hover{
        background: #efefef;
    }
    div.mobileMenuPresentation div{
        margin-left: 10px;
    }
    .customerLogoMobile{
        display: none;
        position: relative;
        width: 100%;
        height: 77px;
        z-index: 9;
        left: 0px !important;
        text-align: center !important;
        margin: 10px;
        margin-left: 0px;
    }
    .customerLogoMobile>div{
        display: inline-block !important;
        width: 80% !important;
        background-position: center center !important;
        background-size: contain !important;
    }
    #mobileMenu .catalog{
        background: #efefef;
        top: 0px;
    }



@media all and (max-width: 479px) {
    div#menu{
        display: none;
    }
    .customerLogoMobile{
        display: block;
    }
    div#mobileMenu{
        display: inline-block;
    }
}


/* Hide the understand link text at smallest size */
@media all and (max-width: 290px) {

#understandLinkText{
    display: none !important;
}


}