.treeItem {
	list-style-type: none;
	margin: 1px 1px 2px 2rem;
}

.treeItemIcon {
    display: inline-block;
    height: 24px;
    margin-right: 5px;
    vertical-align: bottom;
    width: 24px;
}

.treeFolder {
    background: url("images/minus.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
	cursor: pointer;
}

.treeFolderCollapsed {
    /*background: url("images/folder_close.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);*/
    background: url("images/plus.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
}

.treeFile {
	/*background: url("images/file.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);*/
    background: none;
}