.tree-title{
	color:#444444;
	
}

.tree-node{
	/*
	height:20px;
	padding: 0px;
	*/
	height: 24px;
	padding: 3px 0 0 0;
}


.tree-folder-open {
	background-image: none;
	width:0px;
	height:0px;
}
.tree-folder {
	background-image: none;
	width:0px;
	height:0px;
}
.tree-file {
	background-image: none;
	width:0px;
	height:0px;
}

.tree-node-selected{
	background-color:#ffffff;
}

.tree-node-hover{
	background-color:#F6E1E1;
}
