/* 20080320 Julian: Drop this file in the latest plugin folder to customise default styles */


@import url(jquery.treeview.css);
.treeview li ul{
		background-color:inherit;/* Doesn't override in IE7: need to comment out in distributed CSS */
	}
.treeview a.selected {
		background-color: inherit; /* Doesn't override in IE7: need to comment out in distributed CSS */
	}
.treeview li {
		list-style:none !important;
	}
/* allow other elements to use file/folder classes, not just span */
.filetree .folder,
.filetree .file {
		padding: 1px 0 1px 22px !important;
		display: block;
	}
.filetree .folder { background: url(images/folder.gif) 0 0 no-repeat; }
.filetree li.expandable .folder { background: url(images/folder-closed.gif) 0 0 no-repeat; }
.filetree .file { background: url(images/file.gif) 0 0 no-repeat; }
