UL.jqueryFileTree {
	padding: 0;
	margin: 0 0 0 0.5em;
	color: #000000;
}

UL.jqueryFileTree LI {
	list-style: none;
	padding: 0;
	margin: 0.1em;
	height: 20px;
	clear: left;
	white-space: nowrap;
}

UL.jqueryFileTree A {
	color: #333;
	text-decoration: none;
	float: left;
	padding: 0px 2px;
	width: 20px;
	height: 20px;
}

ul.jqueryFileTree li.selected {
	background: #666666;
	color: #FFFFFF;
}

ul.jqueryFileTree input {
	display: none;
}

ul.jqueryFileTree label {
	float: left !imporant;
	line-height: 20px;
	margin:0 0 0 2em;
	padding:0 0 0 2em !important;
	background:transparent url(../icons/folder.png) no-repeat scroll left center;
	width: 90%;
	cursor: pointer;
}

/* Core Styles */
.jqueryFileTree LI.directory a { background: url(../icons/toggle-small-expand.png) center center no-repeat; }
.jqueryFileTree LI.expanded a { background: url(../icons/toggle-small.png) center center no-repeat; }
.jqueryFileTree LI.wait a { background: url(../icons/toggle-small-expand.png) center center no-repeat; }
