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

.treeview ul {
	margin-top: 4px;
}

.treeview .hitarea {
	background: url(../images/icon_arrow_grey.jpg) no-repeat;
	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: 10px 0 3px 33px;
}

.treeview li div { 
	margin: 0;
	padding: 0 0 3px 5px;
}

.treeview li div a{ 
	color: #333;
}

.treeview li li{ 
	margin: 0;
	padding: 3px 0pt 3px 18px;
}

.treeview a.selected {
	background-color: #eee;
}

#treecontrol { margin: 1em 0; display: none; }

.treeview .hover { color: #ca1e15; cursor: pointer; }

.treeview div.lastCollapsable-hitarea, .treeview div.lastExpandable-hitarea { background-position: 0; }

.treeview-red li li { background: url(../images/icon_arrow_grey2.jpg) 0 5px no-repeat; }
.treeview-red .hitarea{ background-image: url(../images/icon_arrow_grey.jpg); } 

.treeview .placeholder {
	background: url(../images/ajax-loader.gif) 0 0 no-repeat;
	height: 16px;
	width: 16px;
	display: block;
}

.filetree li { padding: 3px 0 2px 16px; }
.filetree div.folder, .filetree div.file { padding: 1px 0 1px 16px; display: block; }
.filetree div.folder { background: url(../images/folder.gif) 0 0 no-repeat; }
.filetree li.expandable div.folder { background: url(../images/folder-closed.gif) 0 0 no-repeat; }
.filetree div.file { background: url(../images/file.gif) 0 0 no-repeat; }
