.treeview, .treeview ul { 
	padding: 0;
	margin: 0;
	list-style: none;
}

.treeview ul {
	background-color: white;
}
.treeview li.lastCollapsable, .treeview li.lastExpandable {
	background: url(../images/treeview/treeview-famfamfam.gif) -64px -25px no-repeat;
}
.treeview .hitarea {
	background: url(../images/treeview/treeview-famfamfam.gif) -64px -25px no-repeat;
	height: 16px;
	width: 16px;
	margin-left: -16px;
	margin-top:0px;
	float: left;
	cursor: pointer;
	overflow:hidden;
}
/* fix for IE6 */
* html .hitarea{
	display: inline;
	float:none;
}

.treeview li{ 
	margin: 0;
	padding: 2px 0px 0px 2px;
}
.treeview a{
	background:#0F0953;
	display:block;
	padding: 2px 7px 2px 7px;
	text-decoration:none;
	color:#FFF;
	font-size:11px;
}
.treeview a.selected{
	background:#504537;
	color:#FFF;
}
.treeview a.hover, .treeview a:hover {
	background:#3B3863;
}
#treecontrol { margin: 1em 0; display: none; }

.treeview .hover { color:#FFF; cursor: pointer;  }

.treeview li { background-image: url(../images/treeview/treeview-famfamfam-line.gif); }
.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 { background:none; }
.treeview li.lastExpandable { background:none; }

.treeview div.lastCollapsable-hitarea, .treeview div.lastExpandable-hitarea { background-position: -11; }

.treeview-famfamfam li { background-image: url(../images/treeview/treeview-famfamfam-line.gif); }
.treeview-famfamfam .hitarea, .treeview-famfamfam li.lastCollapsable, .treeview-famfamfam li.lastExpandable { background-image: url(../images/treeview/treeview-famfamfam.gif); } 


.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/treeview/folder.gif) 0 0 no-repeat; }
.filetree li.expandable span.folder { background: url(../images/treeview/folder-closed.gif) 0 0 no-repeat; }
.filetree span.file { background: url(../images/treeview/file.gif) 0 0 no-repeat; }

#tree-bottom { width: 207px; height: 30px; background: url(../images/tree-cap-mtg.png) no-repeat; margin: 2px; }







/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */

