.treeview, .treeview ul { 
	padding: 0;
	margin: 0;
	list-style: none;font-size:12px; background-color:transparent;
}

.treeview ul {
	background-color: white;
	margin-top: 4px;font-size:12px; background-color:transparent;
}

.treeview .hitarea {
	background: url(images/treeview-famfamfam.gif) -64px -25px no-repeat; background-color:transparent;
	height: 12px;
	width: 12px;
	margin-left: -12px;
	float: left;
	cursor: pointer;font-size:12px; background-color:transparent;
}
/* fix for IE6 */
* html .hitarea {
	display: inline;
	float:none;font-size:12px; background-color:transparent;
}

.treeview li { 
	margin: 0;
	padding: 3px 0pt 3px 12px;font-size:12px; background-color:transparent;
}

.treeview a.selected {
	font-size:12px;
}

#treecontrol { margin: 1em 0; display: none;font-size:12px; }

.treeview .hover { color: red; cursor: pointer; }

.treeview li { background: url(images/treeview-default-line.gif) 0 0 no-repeat;font-size:12px; }
.treeview li.collapsable, .treeview li.expandable { background-position: 0 -176px;font-size:12px; }

.treeview .expandable-hitarea { background-position: -80px -3px; font-size:12px;}

.treeview li.last { background-position: 0 -1766px;font-size:12px; }
.treeview li.lastCollapsable, .treeview li.lastExpandable { background-image: url(images/treeview-default.gif); }  
.treeview li.lastCollapsable { background-position: 0 -111px;font-size:12px; }
.treeview li.lastExpandable { background-position: -32px -67px ;font-size:12px;}

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

.treeview-red li { background-image: url(images/treeview-red-line.gif);font-size:12px; }
.treeview-red .hitarea, .treeview-red li.lastCollapsable, .treeview-red li.lastExpandable { background-image: url(images/treeview-red.gif);font-size:12px; } 

.treeview-black li { background-image: url(images/treeview-black-line.gif); }
.treeview-black .hitarea, .treeview-black li.lastCollapsable, .treeview-black li.lastExpandable { background-image: url(images/treeview-black.gif);font-size:12px; }  

.treeview-gray li { background-image: url(images/treeview-gray-line.gif); }
.treeview-gray .hitarea, .treeview-gray li.lastCollapsable, .treeview-gray li.lastExpandable { background-image: url(images/treeview-gray.gif); font-size:12px; } 

.treeview-famfamfam li { background-image: url(images/treeview-famfamfam-line.gif); background-color:transparent; }
.treeview-famfamfam .hitarea, .treeview-famfamfam li.lastCollapsable, .treeview-famfamfam li.lastExpandable { background-image: url(images/treeview-famfamfam.gif); font-size:16px; background-color:transparent; } 

.treeview .placeholder {
	background: url(images/ajax-loader.gif) 0 0 no-repeat; background-color:transparent;
	height: 12px;
	width: 12px;
	display: block;font-size:12px;
}

.filetree li { padding: 3px 0 2px 12px; background-color:transparent; }
.filetree span.folder, .filetree span.file { padding: 1px 0 1px 12px; display: block; background-color:transparent; }
.filetree span.folder { background: url(images/folder.gif) 0 0 no-repeat;  background-color:transparent; }
.filetree li.expandable span.folder { background: url(images/folder-closed.gif) 0 0 no-repeat; background-color:transparent; }
.filetree span.file { background: url(images/file.gif) 0 0 no-repeat;  background-color:transparent;}
