/* 
    Document   : mobile
    Created on : 28.04.2015, 19:24:46
    Author     : morozovvs
    Description:
        Purpose of the stylesheet follows.
*/
#mobtest{
    display: block !important;
    position: absolute;
    top: -100px;
    z-index: 0;
    width:1px;
    height: 1px;
    overflow: hidden;
}
.dock_left{
    position: fixed;
    top:0;
    left:0;
    right: 0;
    bottom: 32px;
    z-index: 200;
    height: auto;
    width: auto;
    background-color: #F7F7F7;
}
.dock_fullright{
    position: absolute;
    top:32px;
    left:0;
    right: 0;
    bottom: 32px;
}

#linkpad{
    position: absolute;
    bottom: 0;
    left: 0;
    right: auto;
    top: auto;
    width: auto;
    height: 32px;
}

#linkpad a, #linkpadb a{
    display: inline-block;
}
#linkpadb{
    position: absolute;
    bottom: 0;
    left: auto;
    right: 0;
    top: auto;
    width: auto;
    height: 32px;
}
#linkpad img, #linkpadb img {
    display: block;
    height: 30px;
    width: auto;
}

.btn_tree_hide img, .btn_tree_show img{
    display: none;
}
.btn_tree_hide{
    position: absolute;
    bottom: 0;
    left: 0 !important;
    right: 0;
    height: 32px;
    background-color: #cccccc;
    top: auto;
    width: auto;
    padding: 0;
    margin: 0;
}
.btn_tree_hide a{
    display: block;
    width: 100%;
    height: 100%;
    background-image: url("../img/nav_control-up.png");
    background-size: 50% 100%;
    background-position: 50%;
    background-repeat: no-repeat;
}
.btn_tree_show{
    position: absolute;
    left: 0;
    right: 0;
    height: 32px;
    background-color: #cccccc;
    top: 0;
    width: auto;
    padding: 0;
    margin: 0;
}
.btn_tree_show a{
    display: block;
    width: 100%;
    height: 100%;
    background-image: url("../img/nav_control-dn.png");
    background-size: 50% 100%;
    background-position: 50%;
    background-repeat: no-repeat;
}
