.treeview, .treeview ul { 
	padding: 0;
	margin: 0;
	list-style: none;	
}

.treeview ul {
	background-color: white;
	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 0pt 3px 16px;
	font-size: 12px;
	font-weight: bold;
}

.treeview a.selected {
	background-color: #eee;
}

#treecontrol { margin: 1em 0; display: none; }

.treeview .hover { color: #007dc5; cursor: pointer; }
/*
.treeview li { background: url(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 { 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: url(../images/treeview-red-line.gif); }
.treeview-red .hitarea, .treeview-red li.lastCollapsable, .treeview-red li.lastExpandable { background-image: url(../images/treeview-red.gif); } 

.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); }  

.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); } 

.treeview-famfamfam li { background-image: url(../images/treeview-famfamfam-line.gif); }
.treeview-famfamfam .hitarea, .treeview-famfamfam li.lastCollapsable, .treeview-famfamfam li.lastExpandable { background-image: url(../images/treeview-famfamfam.gif); } 

.treeview .placeholder {
	background: url(../images/ajax-loader.gif) 0 0 no-repeat;
	height: 16px;
	width: 16px;
	display: block;
}

.filetree li { padding: 10px 0 6px 16px; border-bottom: solid 1px #ccc; background-color: #f8f8f8; box-shadow: rgb(210,210,210) 0px 0px 3px;}
.filetree li ul li {border: none;}
.filetree span.folder, .filetree span.file { padding: 0px 0 0px 20px; display: block;}
.filetree span.folder {background: url(../images/minus_icon.png) 0px 0 no-repeat; color: #007dc5;}
.filetree li.expandable span.folder { background: url(../images/plus_icon.png) 0 0 no-repeat; color: #333;}
.filetree span.file { background: url(../images/play_icon.png) 0 0 no-repeat;  border: none; }
.filetree li.expandable span.folder:hover { background-color:#efefef; margin-right: 10px;}
.filetree span.folder {margin-right: 10px;}
.filetree span.file:hover { cursor: pointer;}


.filetree_1 li { padding: 10px 0 6px 16px; border-bottom: solid 1px #ccc; background-color: #f8f8f8; box-shadow: rgb(210,210,210) 0px 0px 3px;}
.filetree_1 li ul li {border: none;}
.filetree_1 span.folder, .filetree_1 span.file { padding: 0px 0 0px 20px; display: block;}
.filetree_1 span.folder {background: url(../images/minus_icon.png) 0px 0 no-repeat; color: #007dc5;}
.filetree_1 li.expandable span.folder { background: url(../images/plus_icon.png) 0 0 no-repeat; color: #333;}
.filetree_1 span.file { background: url(../images/play_icon.png) 0 0 no-repeat;  border: none; }
.filetree_1 li.expandable span.folder:hover { background-color:#efefef; margin-right: 10px;}
.filetree_1 span.folder {margin-right: 10px;}
.filetree_1 span.file:hover { cursor: pointer;}
/*.filetree li:hover { background-color:#FFFFFF;}
.filetree li li:hover { background-color:#efefef;}
.filetree li li li:hover { background-color:#ddd;}*/
