.treeview, .treeview ul { 
	padding: 0;
	margin: 0;
	list-style: none;
}

.treeview ul {
	background-color: #efeae4;
	margin-top: 0px;
}

.treeview .hitarea {
	height: 16px;
	width: 16px;
	margin-left: -16px;
	float: left;
	cursor: pointer;
}
/* fix for IE6 */
* html .hitarea {
	display: inline;
	float:none;
}

.treeview li { 
	margin: 0;
	padding: 3px 0pt 3px 16px;
}

.treeview a.selected {
	background-color: #efeae4;
}

.treeview a, .treeview a:hover {
 color: #721480;
}

#treecontrol { margin: 1em 0; display: none; }

.treeview .hover { /*color: red;*/ cursor: pointer; }

.treeview div.lastCollapsable-hitarea, .treeview div.lastExpandable-hitarea { background-position: 0; }

.treeview .placeholder {
	background: url(treeview_img/ajax-loader.gif) 0 0 no-repeat;
	height: 16px;
	width: 16px;
	display: block;
}

.filetree li { padding: 3px 0 2px 16px; }
.filetree span.folder, .filetree span.file { 
  padding: 0px 0 0px 20px;
  display: block;
  color: #721480;
}
.filetree span.folder{
  font-weight: bold;
}
.filetree span.folder { background: url(treeview_img/minus.png) 0 0 no-repeat; }
.filetree li.expandable span.folder { background: url(treeview_img/plus.png) 0 0 no-repeat; }
.filetree span.file { background: url(treeview_img/file.png) 0 0 no-repeat; }
