.treeview, .treeview ul
{
    padding: 0;
    margin: 0;
    list-style: none;
}

.treeview ul
{    
    margin-top: 4px;
}

.treeview .hitarea
{    
    height: 18px;
    width: 18px;
    margin-left: -20px;
    float: left;
    cursor: pointer;
}
/* fix for IE6 */
* html .hitarea
{
    display: inline;
    float: none;
}

.treeview li
{
    margin: 0;
    padding: 3px 0pt 3px 16px;
}

.expandable-hitarea
{    
    background:url(/resources/public/home/images/toggle_expand.png) no-repeat; 
}

.collapsable-hitarea
{
    background:url(/resources/public/home/images/toggle.png) no-repeat; 
}

.treeview a.selected
{
    background-color: #eee;
}

#treecontrol
{
    margin: 1em 0;
    display: none;
}

.treeview .hover
{
    color: red;
    cursor: pointer;
}

.filetree li
{
    padding: 3px 0 2px 16px;
}
.filetree span.folder, .filetree span.file
{
    padding: 1px 0 1px 16px;
    display: block;
}

