.folders-tree {
    padding:10px 10px;
}

.folders-tree .list {
    padding-top:6px;
    padding-left: 0;
    list-style:none;
}

.folders-tree .list.closed {
    display:none;
}

.folders-tree .list .item {
    padding:3px 0 3px 25px;
}

.folders-tree .list .item .title {
    white-space:nowrap;
}

.folders-tree .list .item .title .hitarea {
    float:left;
    width:6px;
    height:16px;
    margin-left:-11px;
    margin-top: 6px;
    cursor:pointer;
}

.folders-tree .list .item .title .hitarea.closed {
    background:url(../images/arrows.png) 0 -3px no-repeat;
}

.folders-tree .list .item .title .hitarea.opened {
    background:url(../images/arrows.png) 0 -27px no-repeat;
}

.folders-tree .list .item .title .icon {
    float:left;
    width:22px;
    height:16px;
}

.folders-tree .list .item .title a {
    color:#000;
    text-decoration:none;
    font-weight: normal;
    font-size: 11px;
    margin: 7px 0 0 4px;
}

.folders-tree .list .item .title a:hover {
    text-decoration:underline;
}
