UL.jqueryFileTree {
  font-family: Verdana, sans-serif;
  font-size: 20px !important;
/*  line-height: 20px; */
  padding: 0;
  margin: 0;
  display: none
}

UL.jqueryFileTree LI {
  list-style: none;
  padding: 0 0 0 20px;
  font-size: 20px !important;
  line-height: 1.5em;
  margin: 0;
  white-space: nowrap;
  background-size: 20px 20px !important;
  background-position: left 5px !important;
  background-repeat: no-repeat !important;
}

UL.jqueryFileTree A {
  color: #333;
  text-decoration: none;
  display: inline-block;
  padding: 0 5px;
  cursor: pointer;
  border-radius: 3px;
}

UL.jqueryFileTree A:hover {
  background: #000;
  color:#FFF !important;
/*  font-weight:bold !important; *
}
UL.jqueryFileTree LI.selected>a {
  font-size: 18px !important;
/*  font-weight:bold !important; */
}

UL.jqueryFileTree LI.directory {
    background: url(images/directory.png);
}

UL.jqueryFileTree LI.directory-locked {
  background: url(images/directory-lock.png);
}

UL.jqueryFileTree LI.expanded {
  background: url(images/folder_open.png);
}

UL.jqueryFileTree LI.file {
  background: url(images/file.png);
}

UL.jqueryFileTree LI.file-locked {
  background: url(images/file-lock.png); !important
}

UL.jqueryFileTree LI.wait {
  background: url(images/spinner.gif);
}


UL.jqueryFileTree LI.ext_3gp {
  background: url(images/film.png);
}

UL.jqueryFileTree LI.ext_afp,
UL.jqueryFileTree LI.ext_afpa,
UL.jqueryFileTree LI.ext_asp,
UL.jqueryFileTree LI.ext_aspx {
  background: url(images/code.png);
}

UL.jqueryFileTree LI.ext_avi {
  background: url(images/film.png);
}

UL.jqueryFileTree LI.ext_bat {
  background: url(images/application.png);
}

UL.jqueryFileTree LI.ext_bmp {
  background: url(images/picture.png);
}

UL.jqueryFileTree LI.ext_c,
UL.jqueryFileTree LI.ext_cfm,
UL.jqueryFileTree LI.ext_cgi {
  background: url(images/code.png);
}

UL.jqueryFileTree LI.ext_com {
  background: url(images/application.png);
}

UL.jqueryFileTree LI.ext_cpp {
  background: url(images/code.png);
}

UL.jqueryFileTree LI.ext_css {
  background: url(images/css.png);
}

UL.jqueryFileTree LI.ext_doc {
  background: url(images/doc.png);
}

UL.jqueryFileTree LI.ext_exe {
  background: url(images/application.png);
}

UL.jqueryFileTree LI.ext_gif {
  background: url(images/picture.png);
}

UL.jqueryFileTree LI.ext_fla {
  background: url(images/flash.png);
}

UL.jqueryFileTree LI.ext_h {
  background: url(images/code.png);
}

UL.jqueryFileTree LI.ext_htm,
UL.jqueryFileTree LI.ext_html {
  background: url(images/html.png);
}

UL.jqueryFileTree LI.ext_jar {
  background: url(images/java.png);
}

UL.jqueryFileTree LI.ext_jpeg,
UL.jqueryFileTree LI.ext_jpg {
  background: url(images/picture.png);
}

UL.jqueryFileTree LI.ext_js {
  background: url(images/script.png);
}

UL.jqueryFileTree LI.ext_lasso {
  background: url(images/code.png);
}

UL.jqueryFileTree LI.ext_log {
  background: url(images/txt.png);
}

UL.jqueryFileTree LI.ext_m4p {
  background: url(images/music.png);
}

UL.jqueryFileTree LI.ext_mov {
  background: url(images/film.png);
}

UL.jqueryFileTree LI.ext_mp3 {
  background: url(images/music.png);
}

UL.jqueryFileTree LI.ext_mp4,
UL.jqueryFileTree LI.ext_mpeg,
UL.jqueryFileTree LI.ext_mpg {
  background: url(images/film.png);
}

UL.jqueryFileTree LI.ext_ogg {
  background: url(images/music.png);
}

UL.jqueryFileTree LI.ext_ogv {
  background: url(images/film.png);
}

UL.jqueryFileTree LI.ext_pcx {
  background: url(images/picture.png);
}

UL.jqueryFileTree LI.ext_pdf {
  background: url(images/pdf.png);
}

UL.jqueryFileTree LI.ext_php {
  background: url(images/php.png);
}

UL.jqueryFileTree LI.ext_png {
  background: url(images/picture.png);
}

UL.jqueryFileTree LI.ext_ppt {
  background: url(images/ppt.png);
}

UL.jqueryFileTree LI.ext_psd {
  background: url(images/psd.png);
}

UL.jqueryFileTree LI.ext_pl,
UL.jqueryFileTree LI.ext_py {
  background: url(images/script.png);
}

UL.jqueryFileTree LI.ext_rb,
UL.jqueryFileTree LI.ext_rbx,
UL.jqueryFileTree LI.ext_rhtml {
  background: url(images/ruby.png);
}

UL.jqueryFileTree LI.ext_rpm {
  background: url(images/linux.png);
}

UL.jqueryFileTree LI.ext_ruby {
  background: url(images/ruby.png);
}

UL.jqueryFileTree LI.ext_sql {
  background: url(images/db.png);
}

UL.jqueryFileTree LI.ext_swf {
  background: url(images/flash.png);
}

UL.jqueryFileTree LI.ext_tif,
UL.jqueryFileTree LI.ext_tiff {
  background: url(images/picture.png);
}

UL.jqueryFileTree LI.ext_txt {
  background: url(images/txt.png);
}

UL.jqueryFileTree LI.ext_vb {
  background: url(images/code.png);
}

UL.jqueryFileTree LI.ext_wav {
  background: url(images/music.png);
}

UL.jqueryFileTree LI.ext_webm,
UL.jqueryFileTree LI.ext_wmv {
  background: url(images/film.png);
}

UL.jqueryFileTree LI.ext_xls {
  background: url(images/xls.png);
}

UL.jqueryFileTree LI.ext_xml {
  background: url(images/code.png);
}

UL.jqueryFileTree LI.ext_zip {
  background: url(images/zip.png);
}

