.treeview,.treeview ul { 
	padding: 0;
	margin: 0;
	list-style: none;
}

.treeview ul {
	background-color: #fff;
	margin-top: 4px;
}

.treeview .hitarea {
	background: var(--wpr-bg-dabb6436-6812-4d4f-be50-c1eaf6c91e03) -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-36a47702-7e01-4123-9ca5-416f3926bf0c); }  
.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-bc77f02c-7498-4b34-a139-f5dedb4c85ff); }
.treeview-red .hitarea,.treeview-red li.lastCollapsable,.treeview-red li.lastExpandable { background-image: var(--wpr-bg-60b77195-9cfa-4ba1-89e9-19e654f4751a); } 

.treeview-black li { background-image: var(--wpr-bg-8573c01a-29ec-4c4f-9272-2052bac9e773); }
.treeview-black .hitarea,.treeview-black li.lastCollapsable,.treeview-black li.lastExpandable { background-image: var(--wpr-bg-9840a3bb-9393-40f4-b5ea-005507c4571d); }  

.treeview-gray li { background-image: var(--wpr-bg-05836bbf-516a-4e35-98d7-670a136f7ecd); }
.treeview-gray .hitarea,.treeview-gray li.lastCollapsable,.treeview-gray li.lastExpandable { background-image: var(--wpr-bg-dd8f9fa9-0feb-4908-a37d-5e7ffee7180f); } 

.treeview-famfamfam li { background-image: var(--wpr-bg-c7e7766a-b6c0-428f-a118-b1dd93cd1356); }
.treeview-famfamfam .hitarea,.treeview-famfamfam li.lastCollapsable,.treeview-famfamfam li.lastExpandable { background-image: var(--wpr-bg-0b7f3753-6293-4541-a124-f9387a7ccd0e); } 


.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-875538da-ea33-4e72-a858-a4ea5904caaa) 0 0 no-repeat; }
.filetree li.expandable span.folder { background: var(--wpr-bg-2681ee69-f573-4484-9148-d4a0dfba23e4) 0 0 no-repeat; }
.filetree span.file { background: var(--wpr-bg-1b91ea4b-9a05-49a1-9546-657fe96a43a1) 0 0 no-repeat; }
