.tree-container {
    font-family: Arial, Helvetica, sans-serif;
    width:200px;

}
.tree-container .div-text {
    padding:5px;
}
.tree-container input[type="checkbox"] {
    display: none;
}

.tree-container .div-text:hover {
    background-color: beige;
}
.tree-container  .element-dir{
    padding-left: 20px;
    
}

.tree-container .description {
    margin-top: 1px;
    margin-left: 22px;
    font-size: 10pt;
    color: #888888;
}

.tree-container  .open {
    position: relative;
    top:2px;
    content: url(/img/32/dir_open32.png);
    background-repeat: no-repeat;
    width: 16px;
    height: 16px;
}
.tree-container .close {
    position: relative;
    top:2px;
    content: url(/img/32/dir_close32.png);
    background-repeat: no-repeat;
    width: 16px;
    height: 16px;
}
.tree-container .text {
    margin-left: 5px;
}
.tree-container  .img16 {
    width: 16px;
    height: 16px;
}