.treeview,.treeview ul { 
	padding: 0;
	margin: 0;
	list-style: none;
}

.treeview ul {
	background-color: #fff;
	margin-top: 4px;
}

.treeview .hitarea {
	background: var(--wpr-bg-86cbd8ee-31e0-40d6-8e06-0d1dce2996ea) -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-99a1f04f-ea07-447d-900f-4f2584c9f243); }  
.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-6846b6a4-052d-4f71-bf45-06a574c15241); }
.treeview-red .hitarea,.treeview-red li.lastCollapsable,.treeview-red li.lastExpandable { background-image: var(--wpr-bg-25e44419-868d-4743-b35d-5e5b0bf2a6ea); } 

.treeview-black li { background-image: var(--wpr-bg-721eb01e-11c3-4a29-8a37-d1a06ccb18fa); }
.treeview-black .hitarea,.treeview-black li.lastCollapsable,.treeview-black li.lastExpandable { background-image: var(--wpr-bg-67bae9ac-fabc-41bb-8261-d85b83496d76); }  

.treeview-gray li { background-image: var(--wpr-bg-40f2e4ff-84d8-4470-abf6-d4c2954319e5); }
.treeview-gray .hitarea,.treeview-gray li.lastCollapsable,.treeview-gray li.lastExpandable { background-image: var(--wpr-bg-7f3afff9-d41a-4f2f-900d-c59c020d366c); } 

.treeview-famfamfam li { background-image: var(--wpr-bg-87a56fe2-9063-4ad0-a6a2-1c463221d573); }
.treeview-famfamfam .hitarea,.treeview-famfamfam li.lastCollapsable,.treeview-famfamfam li.lastExpandable { background-image: var(--wpr-bg-cd28d0f9-adde-460e-8a96-4746ad1e8400); } 


.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-b59823b1-5cf7-418e-9379-417e2c9af0b5) 0 0 no-repeat; }
.filetree li.expandable span.folder { background: var(--wpr-bg-35cf1d7b-2354-4652-af7b-8bef84e92cc1) 0 0 no-repeat; }
.filetree span.file { background: var(--wpr-bg-e47efd93-ed6d-4063-ab92-b35d4db0ea49) 0 0 no-repeat; }
