.treeview{
  width: 250px !important;
}

.treeview, .treeview ul { 
	padding: 0;
	margin: 0;
	list-style: none;
}

.treeview ul {
	margin-top: 4px;
}

.treeview .hitarea {
	background: url(images/treeview-default.gif) -64px -25px 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: 3px 0pt 3px 16px;
}

.treeview a.selected {
	/*background-color: #eee;*/
}

#treecontrol { margin: 1em 0; display: none; }

.treeview .hover { color: red; cursor: pointer; }

.treeview li { background: url(/img/tree/images/norm/tv-item.gif) 0 0 no-repeat; }
.treeview .collapsable { background-image: url(/img/tree/images/norm/tv-collapsable.gif); }
.treeview .expandable { background-image: url(/img/tree/images/norm/tv-expandable.gif); }
.treeview .last { background-image: url(/img/tree/images/norm/tv-item-last.gif); }
.treeview .lastCollapsable { background-image: url(/img/tree/images/norm/tv-collapsable-last.gif); }
.treeview .lastExpandable { background-image: url(/img/tree/images/norm/tv-expandable-last.gif); }

.filetree li { padding: 3px 0 1px 16px; }
.filetree span.folder, .filetree span.file { padding-left: 16px; display: block; height: 15px; }
.filetree span.folder { background: url(/img/tree/images/norm/folder.gif) 0 0 no-repeat; }
.filetree span.file { background: url(/img/tree/images/norm/file.gif) 0 0 no-repeat; }
