.treeview,.treeview ul { 
	padding: 0;
	margin: 0;
	list-style: none;
}

.treeview ul {
	background-color: #fff;
	margin-top: 4px;
}

.treeview .hitarea {
	background: var(--wpr-bg-86aec27c-6dec-4e32-9cd4-7a4492ab4da5) -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/urna/images/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-7d76dbc9-8447-455d-bdcb-aabb0b3317e2); }  
.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-cf7f711c-7260-4e41-8e82-0962591750c9); }
.treeview-red .hitarea,.treeview-red li.lastCollapsable,.treeview-red li.lastExpandable { background-image: var(--wpr-bg-793dcfe8-ec99-4b03-a2b1-b6a71d09a5ce); } 

.treeview-black li { background-image: var(--wpr-bg-0bbc21bc-4376-4c42-81f1-b9e66a5dacf7); }
.treeview-black .hitarea,.treeview-black li.lastCollapsable,.treeview-black li.lastExpandable { background-image: var(--wpr-bg-3a920110-33d7-4f32-b513-11819078ba48); }  

.treeview-gray li { background-image: var(--wpr-bg-19e2a334-aaaf-443b-aa6a-e9eed2dd0fdf); }
.treeview-gray .hitarea,.treeview-gray li.lastCollapsable,.treeview-gray li.lastExpandable { background-image: var(--wpr-bg-cad5ce1f-6649-4b62-8b6c-b7206e9c0110); } 

.treeview-famfamfam li { background-image: var(--wpr-bg-0f561c71-960d-476b-9e8f-0926313c1d20); }
.treeview-famfamfam .hitarea,.treeview-famfamfam li.lastCollapsable,.treeview-famfamfam li.lastExpandable { background-image: var(--wpr-bg-565d2fc3-a695-4af9-a6c4-6bd6f1dbfd0d); } 


.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-d32644f5-7e4e-40bf-8505-fde1f13cc2a0) 0 0 no-repeat; }
.filetree li.expandable span.folder { background: var(--wpr-bg-c3455098-75e2-48b5-b267-b56f7eb0bf33) 0 0 no-repeat; }
.filetree span.file { background: var(--wpr-bg-42fa40a4-597c-4488-8bd3-96d6535078f1) 0 0 no-repeat; }
