#file_browser {
	border: 2px solid #999;
	height: 200px;
	overflow: auto;
	padding: 4px 8px;
	background: #fff;
	margin: 4px 0px;
	width: 350px;
	position:relative;
	display:none;
}
.browsefiles {margin-left:5px;}

ul.jqueryDirTree {
	font-family: Verdana, sans-serif;
	font-size: 11px;
	line-height: 18px;
	padding: 0px;
	margin: 0px;
}

ul.jqueryDirTree li {
	list-style: none;
	padding: 2px 0px;
	padding-left: 20px;
	margin: 0px;
	white-space: nowrap;
}

ul.jqueryDirTree a {
	color: #333;
	text-decoration: none;
	display: block;
	padding: 0px 2px;
}

ul.jqueryDirTree a:hover {
	background: #bdf;
}
ul.jqueryDirTree li.active a {
	background: #bdf;
}
ul.jqueryDirTree li.active li a {
	background: none;
}
ul.jqueryDirTree li.active li a:hover {
	background: #bdf;
}

/* Core Styles */
.jqueryDirTree li.directory { background: url(images/directory.png) left top no-repeat; }
.jqueryDirTree li.expanded { background: url(images/folder_open.png) left top no-repeat; }
.jqueryDirTree li.file { background: url(images/file.png) left top no-repeat; }
.jqueryDirTree li.wait { background: url(images/spinner.gif) left top no-repeat; }
/* File Extensions*/
.jqueryDirTree li.ext_3gp { background: url(images/film.png) left top no-repeat; }
.jqueryDirTree li.ext_avi { background: url(images/film.png) left top no-repeat; }
.jqueryDirTree li.ext_bat { background: url(images/application.png) left top no-repeat; }
.jqueryDirTree li.ext_bmp { background: url(images/picture.png) left top no-repeat; }
.jqueryDirTree li.ext_com { background: url(images/application.png) left top no-repeat; }
.jqueryDirTree li.ext_exe { background: url(images/application.png) left top no-repeat; }
.jqueryDirTree li.ext_gif { background: url(images/picture.png) left top no-repeat; }
.jqueryDirTree li.ext_fla { background: url(images/flash.png) left top no-repeat; }
.jqueryDirTree li.ext_jpg { background: url(images/picture.png) left top no-repeat; }
.jqueryDirTree li.ext_jpeg { background: url(images/picture.png) left top no-repeat; }
.jqueryDirTree li.ext_m4p { background: url(images/music.png) left top no-repeat; }
.jqueryDirTree li.ext_mov { background: url(images/film.png) left top no-repeat; }
.jqueryDirTree li.ext_mp3 { background: url(images/music.png) left top no-repeat; }
.jqueryDirTree li.ext_mp4 { background: url(images/film.png) left top no-repeat; }
.jqueryDirTree li.ext_mpg { background: url(images/film.png) left top no-repeat; }
.jqueryDirTree li.ext_mpeg { background: url(images/film.png) left top no-repeat; }
.jqueryDirTree li.ext_ogg { background: url(images/music.png) left top no-repeat; }
.jqueryDirTree li.ext_pcx { background: url(images/picture.png) left top no-repeat; }
.jqueryDirTree li.ext_pdf { background: url(images/pdf.png) left top no-repeat; }
.jqueryDirTree li.ext_png { background: url(images/picture.png) left top no-repeat; }
.jqueryDirTree li.ext_swf { background: url(images/flash.png) left top no-repeat; }
.jqueryDirTree li.ext_tif { background: url(images/picture.png) left top no-repeat; }
.jqueryDirTree li.ext_tiff { background: url(images/picture.png) left top no-repeat; }
.jqueryDirTree li.ext_wav { background: url(images/music.png) left top no-repeat; }
.jqueryDirTree li.ext_wmv { background: url(images/film.png) left top no-repeat; }
.jqueryDirTree li.ext_zip { background: url(images/zip.png) left top no-repeat; }