﻿html, body {
    height: 100%;
}

html, body, form {
    margin: 0;
    padding: 0;
}

body.moods {
    background: transparent url('images/wall3.jpg') repeat fixed 50% 45px;   
}

#construct {
    width: 1000px;
    padding: 0;
    background: transparent url('images/paintedwall_and_shelf.png') no-repeat 0 0;
}

    #construct nav {
        position: relative;
    }

/* ### MENU ### */

.toolbar {
    height: 20px;
    line-height: 20px;
    color: #999999;
    margin: 0;
    position: absolute;
    top: 0;
    right: 0;
}

.menu {
    list-style-type: none;
    margin: 0;
    margin-bottom: 20px;
    padding: 0;
    height: 80px;
}

.menu li, .menu li a {
    float: left;
    overflow: hidden;
    height: 80px;
    
}

.menu, .menu li, .menu li a:link, .menu li a:active, .menu li a:visited {
    height: 80px;
}

    .menu li.menuitem a {
        background: transparent url('images/menu.png') no-repeat;
    }

    .menuNO li.menuitem a {
        background: transparent url('images/menuNO.png') no-repeat;
    }
    
    .menu li.menuitem-default a {
        width: 210px;
        margin-left: 25px;
        background-position: -870px -5px;
    }

        .menu li.menuitem-default a.b2b {
            background-position: -1082px -5px;

        }
    
        .menu li.menuitem-default a:hover {
            background-position: -870px -100px;
        }
    
    .menu li.menuitem-search a { width: 120px; background-position: 15px -5px; }
    .menu li.menuitem-search:hover, .searchbackground { background: transparent url('images/blackdot80large.png'); }
    .menu li.menuitem-search a.selected, .menu li.menuitem-search a:hover { background-position: 15px -105px; }
    .menu.b2bmenu li.menuitem-search:hover { background: none; }

    .menu li.menuitem-gift-voucher a { width: 120px; background-position: -90px -5px; }
    .menu li.menuitem-gift-voucher a.selected, .menu li.menuitem-gift-voucher a:hover { background-position: -90px -105px; }

    .menu li.menuitem-customer-service a { width: 120px; background-position: -210px -5px; }
    .menu li.menuitem-customer-service a.selected, .menu li.menuitem-customer-service a:hover { background-position: -210px -105px; }

    .menu li.menuitem-wishlist a { width: 90px; background-position: -412px -5px; }
    .menu li.menuitem-wishlist a.selected, .menu li.menuitem-wishlist a:hover { background-position: -412px -105px; }

    .menu li.menuitem-cart a { width: 75px; background-position: -328px -5px; }
    .menu li.menuitem-cart a.selected, .menu li.menuitem-cart a:hover { background-position: -328px -105px; }

    /*
    .menu li.menuitem-stores a { width: 90px; background-position: -510px -5px; }
    .menu li.menuitem-stores a.selected, .menu li.menuitem-stores a:hover { background-position: -510px -105px; }

    .menu li.menuitem-universe a { width: 90px; background-position: -600px -5px; }
    .menu li.menuitem-universe a.selected, .menu li.menuitem-universe a:hover { background-position: -600px -105px; }

    .menu li.menuitem-hotnews a { width: 90px; background-position: -690px -5px; }
    .menu li.menuitem-hotnews a.selected, .menu li.menuitem-hotnews a:hover { background-position: -690px -105px; }
    */

    .menu li.menuitem-contact a { width: 90px; background-position: -780px -5px; }
    .menu li.menuitem-contact a.selected, .menu li.menuitem-contact a:hover { background-position: -780px -105px; }

    .menu li.menuitem-sign-in a { width: 75px; background-position: -1290px -5px; }
    .menu li.menuitem-sign-in a.selected, .menu li.menuitem-sign-in a:hover { background-position: -1290px -105px; }

    .menu li.menuitem-sign-out a { width: 75px; background-position: -1365px -5px; }
    .menu li.menuitem-sign-out a.selected, .menu li.menuitem-sign-out a:hover { background-position: -1365px -105px; }

    .menu li a:link, .menu li a:active, .menu li a:visited {
        display: block;
        line-height: 290px;
        text-align: center;
        color: #FFFFFF;
    }

        .menu li.menuitem-cart a, .menu li.menuitem-wishlist a {
            line-height: 80px;
            text-decoration: none !important;
        }

        .menu li.menuitem-cart a span,  .menu li.menuitem-wishlist a span {
            text-decoration: none !important;
            font-weight: bold;
            padding: 2px 4px 2px 4px;
            color: #FFFFFF;
            background: transparent url('images/blackdot60.png') repeat;
        }
    
    .search {
        color: #FFFFFF;
        z-index: 10;
        position: fixed;
        width: 600px;
        display: none;
    }
    
        .searchbar {
            margin: 20px auto 20px 20px;
            text-align: left;
        }
    
        .searchresults {
            list-style-type: none;
            margin: 0;
            padding: 0;
            width: 300px;
        }
        
            .searchresults a:link, .searchresults a:active, .searchresults a:visited {
                display: block;
                height: 60px;
                overflow: hidden;
                padding: 2px 10px 2px 10px;
                color: #FFFFFF;
                text-decoration: none;
            }
            
            .searchresults a span, .searchresults a:hover span {
                color: #999999;
                text-decoration: none;
                font-size: 10px;
                font-style: italic;
                line-height: 12px;
            }
            
                .searchresults a:hover {
                    background: transparent url('images/blackdot80large.png') repeat;
                    text-decoration: none;
                }
                    
                .imgcontainer {
                    overflow: hidden;
                    float: left;
                    width: 80px;
                    height: 80px;
                    border: solid 1px #d1ced5;
                    margin: 5px;
                    background-color: #FFFFFF;
                }
                
                    .imagcontaineroverlay {
                        position: absolute;
                        top: 0;
                        right: 0;
                        background-color: #FFFFFF;
                        padding: 1px 4px 1px 4px;
                        opacity: 0.7;
                        display: none;
                        
                    }
                    
                    .imgcontainer img {
                        width: 100%;
                        margin: 0;
                        padding: 0;
                    }
                    
                    /*.imgcontainer:hover .imagcontaineroverlay {
                        display: block;
                    }*/
                
                    .imgcontainerthumb {
                        height: 54px;
                        width: 54px;
                        margin: 2px;
                    }
                    
                .videocontainer {
                    overflow: hidden;
                    float: left;
                    width: 54px;
                    height: 54px;
                    border: solid 1px #D1CED5;
                    padding: 0px;
                    margin: 2px;
                    cursor: pointer;
                }
                
                    .videocontainer object {
                        width: 100%;
                    }           

    .flags a, .flags a:hover {
        display: block !important;
        width: 31px !important;
        height: 65px !important;
        background: transparent url('images/flags.png') no-repeat;
        float: left;
    }
    
        a.flag0 { background-position: 0 100%; }
        a.flag0:hover, a.flag0.selected { background-position: 0 0; }
        a.flag1 { background-position: -31px 100%; }
        a.flag1:hover, a.flag1.selected { background-position: -31px 0; }
        a.flag2 { background-position: -62px 100%; }
        a.flag2:hover, a.flag2.selected { background-position: -62px 0; }

/* ### CONTENT ### */

.sheet {
    width: 805px;
    position: fixed;
    top: 77px;
    z-index: 1;
}

.leftcontent {
    width: 230px;
    float: left;
    position: relative;
    margin: 0 0 0 10px;
    padding: 0 0 0 0;
    z-index: 2;
    color: #FFFFFF;
    overflow-x: hidden;
    overflow: auto;
}
    
    .leftinnercontent {
        width: 190px;
        padding: 10px 20px 0 20px;
        font-weight: 300;
    }
        
    .category {
        width: 145px;
        margin: 10px;
        float: left;
        text-decoration: none;
        display: block;
    }

        .category figure {
            margin: 0;
            padding: 0;
        }
        
        .imagecontainer {
            width: 145px;
            height: 145px;
            overflow: hidden;
            background-color: #FFFFFF;
            border: solid 1px #CCCCCC;
            display: block;
        }
        
        .category img {
            width: 145px;
        }
            
        .category h2 {
            text-decoration: none;
            color: #980165;
        }
            
    .leftslider {
        width: 14px;
        float: left;
        position: relative;
        background: transparent url('images/leftscroll_slider.png') repeat-y;
        z-index: 4;
        border: 0;
        /* display: none; */
    }
        
    .leftslider .ui-slider-handle {
        width: 14px !important;
        height: 22px !important;
        background: transparent url('images/leftscroll_handle2.png') no-repeat !important;

        margin: auto !important;
        left: 0 !important;
        border: 0 !important;
        cursor: all-scroll !important;
    }
    
.content {
    /*
    width: 680px;
    margin: 0 0 0 20px;
    */
    width: 732px;
    margin: 0;
    padding: 0;
    position: relative;
    float: left;
    left: 0px;
    z-index: 2;
    overflow-x: hidden;
    overflow: auto;
    background: transparent url('images/blackdot0.png') repeat;
}
    
    .contentslider {
        height: 500px;
        /*
        width: 21px;
        background: transparent url('images/scrollbg.png') repeat-y 50% 100%;
        margin: 0 13px 0 0;
        */

        width: 14px;
        background: transparent url('images/leftscroll_slider.png') repeat-y;
        margin: 0;

        z-index: 4;
        float: right;
        border: 0;
        /* display: none; */
    }
        
    .contentslider .ui-slider-handle {
        /*
        width: 21px !important;
        height: 71px !important;
        background: transparent url('images/scroll_handle.png') no-repeat !important;
        */

        width: 14px !important;
        height: 22px !important;
        background: transparent url('images/leftscroll_handle2.png') no-repeat !important;

        margin: auto !important;
        left: 0 !important;
        border: 0 !important;
        cursor: all-scroll !important;
    }
        
/* ### FOOTER ### */
        
#floor {
    height: 200px;
    width: 100%;
    background: transparent url('images/floor3.png') repeat-x 50% 0;
    position: fixed;
    bottom: 0;
}

    .floorelements {
        width: 100px;
        height: 1000px;
        position: fixed;
        bottom: 0;
        background: transparent url('images/floorelements_simple.png') no-repeat;
        z-index: 3;
        display: none;
    }

    .floorelementsleft {
        background-position: 100% 100%;
        left: 0;
    }

    .floorelementsright {
        background-position: -10px 100%;
        right: 0;
    }

    .floorelementscenter {
        background-position: -684px 100%;
        width: 365px;
        height: 270px;
        display: block;
    }

    .floorelementsdias {
        width: 330px;
        height: 200px !important;
        background-position: -756px -231px;
        display: block;
    }

        .floorelementsdias.off {
            background-position: -756px -12px;
        }
            
    #tag {
        width: 1000px;
        height: 16px;
        line-height: 16px;
        padding: 3px;
        position: fixed;
        z-index: 5;
        font-size: 10px;
    }

        #tag p, #tag ul {
            margin: 0;
            padding: 0;
        }

        #tag:hover {
            opacity: 1;
        }

        #tag, #tag a:link, #tag a:active, #tag a:visited {
            color: #937e70;
            font-size: 9px;
        }

        #tag a:hover {
            color: #FF0099;
        }

    #externalLinks {
        list-style-type: none;
        margin: 20px 0 0 20px;
        padding: 0;
        height: 16px;
    }

    #externalLinks, #externalLinks li {
        float: left;
    }

        #externalLinks a.iconFacebook:link, #externalLinks a.iconFacebook:active, #externalLinks a.iconFacebook:visited {
            display: block;
            background: transparent url('images/icons/icon_facebook.gif') no-repeat 0 50%;
            text-indent: 20px;
            height: 16px;
            margin: 0 10px 0 0;
        }

        #externalLinks a.iconMoods:link, #externalLinks a.iconMoods:active, #externalLinks a.iconMoods:visited {
            display: block;
            background: transparent url('images/icons/icon_moods.png') no-repeat 0 50%;
            text-indent: 20px;
            height: 16px;
            margin: 0 10px 0 0;
        }

        #externalLinks a.iconUniverse:link, #externalLinks a.iconUniverse:active, #externalLinks a.iconUniverse:visited {
            display: block;
            background: transparent url('images/icons/icon_universe.png') no-repeat 0 50%;
            text-indent: 20px;
            height: 16px;
            margin: 0 10px 0 0;
        }
