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

.treeview ul {
	background-color: #fff;
	margin-top: 4px;
}
.treeview li { 
	margin: 0;
	padding: 2px 0pt 0px 10px;
}

* html .treeview li { 
	margin: 0;
	padding: 3px 0pt 3px 15px;
	
}

.treeview .hitarea {
	background:url(images/treeview-default.gif) 0px 0px repeat-y;
	cursor:pointer;
	float:left;
	height:19px;
	margin-left:-16px;
	margin-top:-4px;
	width:24px;
	padding-top:3px;
}

/* fix for IE6 */
* html .hitarea {
	display: inline;
	float:none;
}

/*.treeview a.selected {
	xbackground-xcolor: #eee;
}*/

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

.treeview .hover { cursor: pointer; }

/*.treeview li { background:url(images/treeview-default.gif) 0 0 no-repeat; }*/
.treeview li.collapsable, .treeview li.expandable { background-position: 0 -176px;background-repeat:no-repeat; }
.treeview .expandable-hitarea { background-position: -24px 0px; background-repeat:no-repeat; }

.treeview li.last { background-position: 0 -1766px;background-repeat:no-repeat; }
.treeview li.lastCollapsable, .treeview li.lastExpandable { background-image: url(images/treeview-default.gif);background-repeat:no-repeat; }
.treeview li.lastCollapsable { background-position: 0 -111px;background-repeat:no-repeat; }
.treeview li.lastExpandable { background-position: -32px -67px;background-repeat:no-repeat; }

.treeview div.lastExpandable-hitarea { background-position: -24px 0px;background-repeat:no-repeat; }
.treeview div.lastExpandable-hitarea {background-color:#ccc}
/*.treeview div.lastCollapsable-hitarea { background-position: 0 -176px; }*/
