html, body {
    min-height: 100%;
    height: 100%;
    width: 100%;
}
.clear {
    font-size: 1px;
    clear: both;
}
#overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: url(../images/sortiment/overlay_bg.png) !important;
    background: transparent;
    z-index: 1000;
    text-align: center;
    display: none;
}
#overlay div {
    width: 900px;
    margin: 51px auto 0 auto;
    text-align: center;
    position: relative;
}
#overlay div p {
    text-align: center;
    width: 100%;
}


#overlay div .close_overlay {
    z-index: 1000;
    position: absolute;
    top: 20px;
    right: 20px;
    opacity: 0.2;
    width: 16px;
    height: 16px;
}
#overlay div .close_overlay a.close_overlay_button {
    display: block;
    width: 16px;
    height: 16px;
    background: transparent url(../images/sortiment/overlay_close.png) no-repeat center top !important;
    background: transparent url(../images/sortiment/overlay_close.gif) no-repeat center top;
    text-decoration: none;
}
#overlay div .close_overlay a:hover {
    opacity: 0.9;
}

#products_container {
    height: 348px;
    overflow: hidden;
}

#new_products {
    list-style: none;
}

#new_products li {
    width: 139px;
    height: 105px;
    overflow: hidden;
    margin: 0 11px 11px 0 !important;
    margin: 0 5px 11px 0;
    float: left;
    background: url(../images/sortiment/load.gif) no-repeat center center;
}
#new_products li.third {
    margin: 0 0 11px 0 !important;
    margin: 0 0 11px 0;
}
#new_products li a {
    outline: none;
}
#new_products li img {
    width: 139px;
    display: none;
}

#right_content .products_top, #right_content .products_bottom {
    text-indent: -5000px;
    overflow: hidden;
    display: none;
    width: 1000px;
    background: transparent;
}
.products_top_button {
    margin-bottom: 5px;
}
.products_bottom_button, .products_top_button {
    display: none;
}
.products_bottom_button, .products_top_button {
    outline: none;
    cursor: pointer;
}
#right_content .products_top a {
    display: block;
    width: 100%;
    height: 15px;
    background: transparent url(../images/sortiment/arrow_up.png) no-repeat center top !important;
    background: transparent url(../images/sortiment/arrow_up.gif) no-repeat center top;
}

#content .zoom_image_link {
    display: block;
    position: relative;
}

#content .zoom_image {
    position: absolute;
    display: block;
    top: 10px;
    left: 10px;
    background: url(../images/sortiment/zoom_icon.png) no-repeat top left !important;
    background: url(../images/sortiment/zoom_icon.gif) no-repeat top left;
    width: 12px;
    height: 12px;
}


#overlay div #overlay_controls {
    position: absolute;
    top: 580px;
    left: 10px;
    width: 900px;
    z-index: 1000;
}
    #overlay div #overlay_controls a {
        float: left;
        display: block;
        width: 10px;
        height: 18px;
        text-indent: -5000px;
        overflow: hidden;
    }
        #overlay div #overlay_controls a.prev {
            margin-right: 860px;
            background: url(/images/sortiment/overlay_previous.png) !important;
            background: url(/images/sortiment/overlay_previous.gif);
        }
        #overlay div #overlay_controls a.next {
            background: url(/images/sortiment/overlay_next.png) !important;
            background: url(/images/sortiment/overlay_next.gif);
        }