.treeview,.treeview ul { 
	padding: 0;
	margin: 0;
	list-style: none;
}

.treeview ul {
	background-color: #fff;
	margin-top: 4px;
}

.treeview .hitarea {
	background: var(--wpr-bg-042bf9fe-f9b4-4d98-9426-ad3b7395f327) -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 0 3px 16px;
}

.treeview a.selected {
	background-color: #eee;
}

#treecontrol { margin: 1em 0; display: none; }

.treeview .hover { color: red; cursor: pointer; }

.treeview li { background: url(../../../../../../../../themes/besa/images/treeview/treeview-default-line.gif) 0 0 no-repeat; }
.treeview li.collapsable,.treeview li.expandable { background-position: 0 -176px; }

.treeview .expandable-hitarea { background-position: -80px -3px; }

.treeview li.last { background-position: 0 -1766px }
.treeview li.lastCollapsable,.treeview li.lastExpandable { background-image: var(--wpr-bg-876d0e99-3818-4d9e-83a3-6308606e8371); }  
.treeview li.lastCollapsable { background-position: 0 -111px }
.treeview li.lastExpandable { background-position: -32px -67px }

.treeview div.lastCollapsable-hitarea,.treeview div.lastExpandable-hitarea { background-position: 0; }

.treeview-red li { background-image: var(--wpr-bg-3420ee3b-952b-4344-bd31-6b6d8dae3596); }
.treeview-red .hitarea,.treeview-red li.lastCollapsable,.treeview-red li.lastExpandable { background-image: var(--wpr-bg-cc88c6fc-87d1-4264-9288-74b74422933f); } 

.treeview-black li { background-image: var(--wpr-bg-ec55665e-5a0d-4940-b872-18e90bedbfa0); }
.treeview-black .hitarea,.treeview-black li.lastCollapsable,.treeview-black li.lastExpandable { background-image: var(--wpr-bg-c757328a-f64c-4a9a-b763-6e5fb9de0bab); }  

.treeview-gray li { background-image: var(--wpr-bg-341d9af7-8148-4535-895e-548dec81f470); }
.treeview-gray .hitarea,.treeview-gray li.lastCollapsable,.treeview-gray li.lastExpandable { background-image: var(--wpr-bg-75b9be88-c6a4-4575-bc34-fb2415155aa5); } 

.treeview-famfamfam li { background-image: var(--wpr-bg-1715d43c-ae57-46ae-920d-e272e1e3303a); }
.treeview-famfamfam .hitarea,.treeview-famfamfam li.lastCollapsable,.treeview-famfamfam li.lastExpandable { background-image: var(--wpr-bg-16b5f42b-c5ce-49cb-93ab-4a116504851d); } 


.filetree li { padding: 3px 0 2px 16px; }
.filetree span.file,.filetree span.folder { padding: 1px 0 1px 16px; display: block; }
.filetree span.folder { background: var(--wpr-bg-ae850b9b-1647-4026-aca8-c969ea3039c5) 0 0 no-repeat; }
.filetree li.expandable span.folder { background: var(--wpr-bg-a968dcb4-4464-435e-8918-f03d6f620e87) 0 0 no-repeat; }
.filetree span.file { background: var(--wpr-bg-998511b2-c28b-4742-b0fd-5076ea2eee15) 0 0 no-repeat; }
