.treeview, .treeview ul { 
	padding: 0;
	margin: 0;
	list-style: none;
}

.treeview ul {
	margin-top: 4px;
}

.treeview .hitarea {

	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;
}
body.rtl .treeview li {
	direction: rtl;
	text-align: right;
	padding: 3px 16px 3px 0;
}

.treeview a.selected {
	background-color: #eee;
}

#treecontrol { margin: 1em 0; display: none; }

.treeview .hover { color: red; cursor: pointer; }


.treeview li.expandable a {
	padding-right:20px;
	background-image:url(/media/images/arrow-accordion-closed.gif);
	background-position: center right;
	background-repeat:no-repeat;
}
.treeview li.expandable a#classicfrag {
	padding-right:20px;
	background-image:url(/media/images/arrow-accordion-closed-classic.gif);
	background-position: center right;
	background-repeat:no-repeat;
	color:#B09771;
}
body.rtl .treeview li.expandable a,
body.rtl .treeview li.expandable a#classicfrag {
	zoom: 1;
	padding-right: 0;
	padding-left:20px;
	background-position: center left;
}
body.rtl .treeview li.expandable a { background-image:url(/media/images/arrow-accordion-closed-rtl.gif); }
body.rtl .treeview li.expandable a#classicfrag { background-image:url(/media/images/arrow-accordion-closed-classic-rtl.gif); }

.treeview li.collapsable a {
	padding-right:20px;
	background-image:url(/media/images/arrow-accordion-open.gif);
	background-position: top right;
	background-repeat:no-repeat;
}
.treeview li.collapsable a#classicfrag {
	padding-right:20px;
	background-image:url(/media/images/arrow-accordion-open-classic.gif);
	background-position: top right;
	background-repeat:no-repeat;
	color:#E6C088;
}

body.rtl .treeview li.collapsable a,
body.rtl .treeview li.collapsable a#classicfrag,
body.rtl .treeview li.collapsable li.lastExpandable a {
	padding-right: 0;
	padding-left:20px;
	background-position: top left;
	zoom: 1;
}
body.rtl .treeview li.collapsable li.lastExpandable a { background-image:url(/media/images/arrow-accordion-closed-rtl.gif); }

.treeview li.collapsable a {
	padding-right:20px;
	background-image:url(/media/images/arrow-accordion-open.gif);
	background-position: top right;
	background-repeat:no-repeat;
}
.treeview li.collapsable li a,
body.rtl .treeview li.collapsable li a,
.treeview li.expandable li a,
body.rtl .treeview li.expandable li a {
	background-color: transparent;
	background-image: none;	
}

.treeview li.collapsable li.lastExpandable a {
	padding-right:20px;
	background-image:url(/media/images/arrow-accordion-closed.gif);
	background-position: center right;
	background-repeat:no-repeat;
}

.treeview li.collapsable li.lastCollapsable li a,
body.rtl .treeview li.collapsable li.lastCollapsable li a,
.treeview li.collapsable li.expandable li a,
body.rtl .treeview li.collapsable li.expandable li a {
	background-color: transparent;
	background-image: none;	
}


.filetree li { padding: 3px 0 2px 16px; }
.filetree span.folder, .filetree span.file { padding: 1px 0 1px 16px; display: block; }
.filetree span.folder { background: url(images/folder.gif) 0 0 no-repeat; }
.filetree li.expandable span.folder { background: url(images/folder-closed.gif) 0 0 no-repeat; }
.filetree span.file { background: url(images/file.gif) 0 0 no-repeat; }
