.treeview,.treeview ul { 
	padding: 0;
	margin: 0;
	list-style: none;
}

.treeview ul {
	background-color: #fff;
	margin-top: 4px;
}

.treeview .hitarea {
	background: var(--wpr-bg-de478d90-d9c1-4926-b00a-86f50af9a389) -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-abcb3bb4-8a4c-46af-bee8-a3a8537b7679); }  
.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-214c6caa-2f36-43a5-a96e-365737fb1a24); }
.treeview-red .hitarea,.treeview-red li.lastCollapsable,.treeview-red li.lastExpandable { background-image: var(--wpr-bg-e3829668-a41b-4de8-aad4-23a92bcba9c9); } 

.treeview-black li { background-image: var(--wpr-bg-ca7a3672-b85b-4b88-8be0-8e91dc25e24a); }
.treeview-black .hitarea,.treeview-black li.lastCollapsable,.treeview-black li.lastExpandable { background-image: var(--wpr-bg-3ed95fe1-db2b-499e-a2ba-2a60ee7991a0); }  

.treeview-gray li { background-image: var(--wpr-bg-71096f02-77df-483c-814c-792cbf6299a5); }
.treeview-gray .hitarea,.treeview-gray li.lastCollapsable,.treeview-gray li.lastExpandable { background-image: var(--wpr-bg-6ea53e96-69d6-48fc-a7c9-7439f47c5d59); } 

.treeview-famfamfam li { background-image: var(--wpr-bg-4c3fa93e-3236-4005-a4bc-816f845935c1); }
.treeview-famfamfam .hitarea,.treeview-famfamfam li.lastCollapsable,.treeview-famfamfam li.lastExpandable { background-image: var(--wpr-bg-59b21fca-d6a6-46ec-a49d-af1d85dbb15a); } 


.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-94089e06-1382-4b7e-950e-089d5f3ea212) 0 0 no-repeat; }
.filetree li.expandable span.folder { background: var(--wpr-bg-48c2903a-4f82-4ea3-81ea-2f86a27b163a) 0 0 no-repeat; }
.filetree span.file { background: var(--wpr-bg-ab514892-6ffd-4e01-9df0-a39701f75edc) 0 0 no-repeat; }
