/* 
    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 !important;
    right: 0;
    bottom: 64px;
}

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

#linkpad a, #linkpadb a{
    display: inline-block;
}
#linkpadb{
    position: absolute;
    bottom: 0;
    left: auto;
    right: 0;
    top: auto;
    width: auto;
    height: 64px;
}
#linkpad img, #linkpadb img {
    display: block;
    height: 60px;
    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 a:after{
    content: "НАЗАД В ДЕРЕВО КАТАЛОГА";
    text-align: center;
    display: block;
    font-size: 18px;
    padding-top: 4px;
    color: #a90e15;
}
.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;
}

.treelevel0
{
    font-size: 8mm;
    background-color: #d8d8d8;
    margin-top: 2mm;
    padding-left: 6mm;
}
.treelevel1
{
    font-size: 8mm;
}
.treelevel2
{
    font-size: 8mm;
}
.treelevel3
{
    font-size: 8mm;
}

.treenodeimage1 img, .treenodeimage2 img, .treenodeimage3 img, .treenodeimage4 img {
    height: 4mm;
    width: auto;
    margin-top: 4mm;
}
new:before {
    padding: 1mm 2mm 1mm 2mm;
    height: 10mm;
}
new:after{
    border: solid 6mm red;
    border-left: transparent solid 6mm;
}