#content .treeview, 
#content .treeview ul {
    margin:                 0;
    padding-left:           10px;
    list-style:             none;
}

#content .treeview {
    margin-top:             10px;
    margin-bottom:          10px;
}

#content .treeview ul {
    /*margin:                 4px 0;*/
    /*padding:                0;*/
}

#content .treeview li {
    padding-left:           16px;
    white-space:            nowrap;
}

#content .treeview li.closed {
    /*background:             url(images/plus.gif) no-repeat 4px 5px;*/
    background:             url(images/folder.gif) no-repeat 0px 4px;
	padding-left:			20px;
}

#content .treeview li.opened {
    /*background:             url(images/minus.gif) no-repeat 4px 5px;*/
    background:             url(images/folder_open.gif) no-repeat 0px 4px;
	padding-left:			20px;
}
