/* CATALOG  */    
.tree, .tree ul {
    margin:0;
    padding:0;
    list-style:none
}
.tree ul {
    margin-left:1em;  /* margin-left:1em;   ataka.by */
    position:relative
}
.tree ul ul {
    margin-left:1em; /* margin-left:.5em;   ataka.by */
}
.tree ul:before {
    content:"";
    display:block;
    position:absolute;
    width:0;
    top:0;
    bottom:0;
    left:0;
    border-left:1px solid
}
.tree li {
    position:relative;
    margin:0;
    padding: 5px 0 0 4px !important;     
    color: #db261d;
    border: none !important;
}
.tree ul li:before {
    border-left: #eee 1px solid;/* замазывает лишний бордер   */
    content:"";
    display:block;
    width:10px;
    height:0;
    position:absolute;
    top:1.2em;
    left:0;
    border-top:1px solid;
}
.tree ul li:last-child:before {
    height:auto;
    top:1.2em;
    bottom:0
}
.tree .indicator {
    padding: 0;
    margin: 0.4em 0.6em 0 0.6em; /* margin-right:5px;  ataka.by  */
    float: left;    /*  ataka.by  */
    cursor: default;
}
.tree li a {
    display: block;        /* ataka.by  */
    text-decoration: none;
    margin: 2px 0 0 10px;  
    color:#000;
}
.tree li a:hover{
    color: #db261d; /* ataka.by  */
}
.tree li a.current{
    color: #db261d;  /* ataka.by  */
}
.tree li button, .tree li button:active, .tree li button:focus {
    text-decoration: none;
    color:#369;
    border:none;
    background:transparent;
    margin:0px 0px 0px 0px;
    padding:0px 0px 0px 0px;
    outline: 0;
}

/* -------------------  */    
