.treeview,.treeview ul { 
	padding: 0;
	margin: 0;
	list-style: none;
}

.treeview ul {
	background-color: #fff;
	margin-top: 4px;
}

.treeview .hitarea {
	background: var(--wpr-bg-ca9c5c91-2dd0-447c-9d1b-bc8b13ef1928) -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-1844e87f-502e-40ec-bf58-6cccd5bca48b); }  
.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-e6371c43-5026-4d13-adbe-728ab43904b9); }
.treeview-red .hitarea,.treeview-red li.lastCollapsable,.treeview-red li.lastExpandable { background-image: var(--wpr-bg-2febbf0b-33c3-4ec4-8cb8-4071dd9cef07); } 

.treeview-black li { background-image: var(--wpr-bg-468fcf93-42af-4741-a497-974b94bd3555); }
.treeview-black .hitarea,.treeview-black li.lastCollapsable,.treeview-black li.lastExpandable { background-image: var(--wpr-bg-45970b6c-e5e8-4203-a0af-b15770711583); }  

.treeview-gray li { background-image: var(--wpr-bg-de428cb5-d43e-4d48-bbcf-43037ef41735); }
.treeview-gray .hitarea,.treeview-gray li.lastCollapsable,.treeview-gray li.lastExpandable { background-image: var(--wpr-bg-2051796f-b38c-482c-b6d9-91389c8df4ba); } 

.treeview-famfamfam li { background-image: var(--wpr-bg-957f109d-4650-45c2-a6d6-e5190cf4e111); }
.treeview-famfamfam .hitarea,.treeview-famfamfam li.lastCollapsable,.treeview-famfamfam li.lastExpandable { background-image: var(--wpr-bg-31fefb76-6412-4854-ac04-bd75fca73903); } 


.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-5111f6fe-0ce9-4221-8828-fcd3573e6813) 0 0 no-repeat; }
.filetree li.expandable span.folder { background: var(--wpr-bg-82013e38-1500-4b7d-8704-3feca35d5192) 0 0 no-repeat; }
.filetree span.file { background: var(--wpr-bg-78f01b08-6a29-44a2-9fc5-7ff38c7d5e0f) 0 0 no-repeat; }
