.treeview ul { background-color: white; }

.treeview, .treeview ul { 
	padding: 0;
	margin: 0;
	list-style: none;
}

.treeview div.hitarea {
	height: 15px;
	width: 15px;
	margin-left: -15px;
	float: left;
	cursor: pointer;
}
/* fix for IE6 */
* html div.hitarea {
	background: #fff;
	filter: alpha(opacity=0);
	display: inline;
	float:none;
}

.treeview li { 
	margin: 0;
	width:233px;
	height:31px;
	line-height:31px;	
}
.treeview li a{
	display:block;
	background: url(../images/TreeIcon/trm_63.gif) 6px center no-repeat;
	padding-left:22px;
}
.treeview li a:visited,.treeview li a:link{
	text-decoration:none;
	color:#757474
}
.treeview li a:hover{
	color:#9E3039; text-decoration:none;
}

.treeview a.selected {
	background-color: #eee;
}

#treecontrol { margin: 1em 0; }

.treeview .hover { color: red; cursor: pointer; }

.treeview li { background: url(../images/TreeIcon/trm_67.gif) left bottom repeat-x; }
.treeview .collapsable {background: url(../images/TreeIcon/trm_67.gif) repeat-x;}
.treeview .expandable { background: url(../images/TreeIcon/trm_67.gif) repeat-x; }
.treeview .last { background: url(../images/TreeIcon/trm_67.gif) left bottom repeat-x; }
.treeview .lastCollapsable {background: url(../images/TreeIcon/trm_67.gif) repeat-x;}
.treeview .lastExpandable { background: url(../images/TreeIcon/trm_67.gif) repeat-x; }

.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(../images/TreeIcon/folder.gif) 0 0 no-repeat; }
.filetree span.file { background: url(../images/TreeIcon/file.gif) 0 0 no-repeat; }
