#jao {
	
	padding: 10px;
	
}

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

ul.jaofoldertree li {
	list-style: none;
	padding: 0px;
	padding-left: 20px;
	margin: 0px;
	line-height: 18px;
	white-space: nowrap;
}
html[dir="rtl"] ul.jaofoldertree li {
	padding-left: 0;
	padding-right: 20px;
}
ul.jaofoldertree a {
	color: #333;
	text-decoration: none;
	display: inline-block;
	padding: 0px 2px;
}

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

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

.icon-open-close{width: 9px !important;height: 16px !important; float:left;}

html[dir="rtl"] .icon-open-close {
	float: right;
	margin-left: 4px;
}

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

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

