UL.jqueryFileTree {
	/*font-family: Verdana, sans-serif;
	font-size: 11px;
	line-height: 18px;*/
	line-height: 1.7;
	padding: 0px;
	margin: 0px;
}

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

UL.jqueryFileTree A {
	/*color: #333;*/
	text-decoration: none;
}

/* Core Styles */
.jqueryFileTree LI.directory {
	background: url(../imgs/directory.png) left top no-repeat;
}

.jqueryFileTree LI.expanded {
	background: url(../imgs/folder_open.png) left top no-repeat;
}

.jqueryFileTree LI.file {
	background: url(../imgs/file.png) left top no-repeat;
}

.jqueryFileTree LI.wait {
	background: url(../imgs/loading.gif) left top no-repeat;
	background-size: 16px 16px;
}
