.treeview,.treeview ul { 
	padding: 0;
	margin: 0;
	list-style: none;
}

.treeview ul {
	background-color: #fff;
	margin-top: 4px;
}

.treeview .hitarea {
	background: var(--wpr-bg-04f668ad-c120-480f-94f4-6b430ffaf046) -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/hara/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-1b0336c0-7968-4cae-b138-db4a8160ea9f); }  
.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-870e5008-2629-45c7-b1a1-80a01fdcc3fb); }
.treeview-red .hitarea,.treeview-red li.lastCollapsable,.treeview-red li.lastExpandable { background-image: var(--wpr-bg-9e4fa63f-8710-439e-8239-3cb5ea005371); } 

.treeview-black li { background-image: var(--wpr-bg-d5584d20-944a-4fab-b5f4-573e83cc40a5); }
.treeview-black .hitarea,.treeview-black li.lastCollapsable,.treeview-black li.lastExpandable { background-image: var(--wpr-bg-7c4b0bb7-926f-4069-8a1c-547347ef08e7); }  

.treeview-gray li { background-image: var(--wpr-bg-11d79b4c-0ae4-48df-bc6c-71665a6f5f39); }
.treeview-gray .hitarea,.treeview-gray li.lastCollapsable,.treeview-gray li.lastExpandable { background-image: var(--wpr-bg-4a4be9f5-a2f5-40dc-a1a9-c3e8c2367b94); } 

.treeview-famfamfam li { background-image: var(--wpr-bg-34df7ebe-32f0-458c-8b8e-6a8f80936d3d); }
.treeview-famfamfam .hitarea,.treeview-famfamfam li.lastCollapsable,.treeview-famfamfam li.lastExpandable { background-image: var(--wpr-bg-66a5ae4e-b6c1-427e-b848-50d95d6334e2); } 


.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-0a24b252-2c9a-4778-a2f1-f828725fc379) 0 0 no-repeat; }
.filetree li.expandable span.folder { background: var(--wpr-bg-5d77b3b0-d2ff-4515-922b-d3d186334786) 0 0 no-repeat; }
.filetree span.file { background: var(--wpr-bg-79296227-1318-40bc-a377-e2454987f458) 0 0 no-repeat; }
