ul
{
    margin:0;
    padding:0;
}

#tree, #tree ul { 
    font: normal 12px Helvetica,Arial,Verdana,sans-serif;
    line-height: 28px;
    color: #000000;
    padding-left: 20px !important;
    margin: 0px; 
    list-style-type: none !important;
}
#tree {
    padding: 0px 0px 2px 3px !important;
}
#tree li {
    margin-top: -6px;
}
#tree li a {
    border-width: 0px !important;
    padding: 0px 0 0 0px;
}
#tree li.file {
    padding-left: 18px;
    height:28px;
}
#tree li.file a {
    padding-left: 18px;
}
#tree li span.handle {
    display: block;
    float: left;
}
#tree li span {
    /*background: url(../images/folder_open.png) no-repeat 3px 3px;*/
}
#tree li.closed span {
    /*background: url(../images/folder_closed.png) no-repeat 3px 3px;*/
}
#tree li.closed li {
    display: none;
}
#tree .drop_hover {
    background: url(../images/drag.png) no-repeat bottom left;
}
#tree .drop_top {
    background-position: 0px top;
}
#tree .drop_bottom {
    background-position: 0px bottom;
}
#tree .drop_insert {
    background-position: 20px 100%;
}
#log {
    font: normal 10px monospace;
    padding: 12px;
    margin-bottom: 1em;
    color: #999;
    line-height: 12px;
    border: 1px solid #aaa;
}
#log p {
    margin: 0px;
}