#jao {
	
	padding: 10px;
	
}

ul.jaofiletree {
	font-family: Verdana, sans-serif;
	font-size: 12px;
	line-height: 18px;
	padding: 0;
	margin: 0 !important;
}

ul.jaofiletree li {
	list-style: none;
	padding: 0px;
	padding-left: 20px;
	margin: 0px;
	white-space: nowrap;
}

ul.jaofiletree a {
	color: #333;
	text-decoration: none;
	display: inline-block;
	padding: 0px 2px;
}

ul.jaofiletree a:hover {
	font-weight: bold;
}

ul.jaofiletree li.selected > a {
        font-weight: bold;  
}

.icon-open-close{width: 9px;height: 16px; float:left;}
.jaofiletree li.directory.expanded .icon-open-close{ background: url(../images/jao/folder_open.png) left top no-repeat; }
.jaofiletree li.directory.collapsed .icon-open-close { background: url(../images/jao/directory.png) left top no-repeat; }
.jaofiletree li.md-perm-media { font-size: 14px }
.jaofiletree .md-folder,.jaofiletree .md-folder-open { font-size: 15px ;   margin-top: 2px; margin-left: 3px;color: #888888;font-weight: bold}

/*. jaofiletree li.drive { background: url(../images/jao/drive.png) left top no-repeat; } */
.jaofiletree li.file { background: url(../images/jao/file.png) left top no-repeat; }
.jaofiletree li.wait { background: url(../images/jao/spinner.gif) left top no-repeat; }

