/*
    jFileTree - JavaScript file tree with keyboard support, multi-selection and other advanced features
    Copyright (C) 2008 Artem Bandur <artico@overdesign.net>

    This program is free software: you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
    the Free Software Foundation, either version 3 of the License, or
    (at your option) any later version.

    This program is distributed in the hope that it will be useful,
    but WITHOUT ANY WARRANTY; without even the implied warranty of
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    GNU General Public License for more details.

    You should have received a copy of the GNU General Public License
    along with this program.  If not, see <http://www.gnu.org/licenses/>.
*/

span.del {
	margin-top: -1.7em;
	float: right;
	color: #993300;
        cursor: pointer;
}

.jFileTree {
	width: 400px;
	height: 400px;
	border-top: solid 1px #BBB;
	border-left: solid 1px #BBB;
	border-bottom: solid 1px #FFF;
	border-right: solid 1px #FFF;
	background: #FFF;
	overflow: scroll;
	padding: 5px;
	margin: auto;
}

.jFileTree {
	font-family: Verdana, Tahoma, Helvetica, Arial, sans-serif;
	font-size: 11px;
}

.jFileTree ul {
	line-height: 18px;
	margin: 0;
	padding: 0;
}

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

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

.jFileTree a:hover {
	background: #BDF;
}

.jFileTree a.selected {

}
.jFileTree a.selected:hover{
       	background: #39E;
}

.jFileTree li.directory {
	background: url(images/directory.png) left top no-repeat;
}

.jFileTree li.expanded {
	background: url(images/folder_open.png) left top no-repeat;
}

.jFileTree li.file {
	background: url(images/file.png) left top no-repeat;
}

.jFileTree.wait, .jFileTree li.wait {
	background: url(images/spinner.gif) left top no-repeat;
}

/*	txt film code application picture css doc flash html java script music pdf php ppt psd ruby linux db xls zip	*/

.jFileTree li.ext_mkv, .jFileTree li.ext_divx, .jFileTree li.ext_3gp, .jFileTree li.ext_avi, .jFileTree li.ext_mov, .jFileTree li.ext_mp4, .jFileTree li.ext_mpg, .jFileTree li.ext_mpeg, .jFileTree li.ext_wmv {
	background: url(images/film.png) left top no-repeat;
}

.jFileTree li.ext_m4p, .jFileTree li.ext_mp3, .jFileTree li.ext_ogg, .jFileTree li.ext_wav {
	background: url(images/music.png) left top no-repeat;
}

.jFileTree li.ext_afp, .jFileTree li.ext_afpa, .jFileTree li.ext_asp, .jFileTree li.ext_aspx, .jFileTree li.ext_c, .jFileTree li.ext_cfm, .jFileTree li.ext_cgi, .jFileTree li.ext_cpp, .jFileTree li.ext_h, .jFileTree li.ext_lasso, .jFileTree li.ext_vb, .jFileTree li.ext_xml, .jFileTree li.ext_xsl {
	background: url(images/code.png) left top no-repeat;
}

.jFileTree li.ext_gif, .jFileTree li.ext_jpg, .jFileTree li.ext_jpeg, .jFileTree li.ext_pcx, .jFileTree li.ext_png, .jFileTree li.ext_tif, .jFileTree li.ext_tiff, .jFileTree li.ext_bmp {
	background: url(images/picture.png) left top no-repeat;
}

.jFileTree li.ext_com, .jFileTree li.ext_exe, .jFileTree li.ext_bat, .jFileTree li.ext_app, .jFileTree li.ext_dmg {
	background: url(images/application.png) left top no-repeat;
}

.jFileTree li.ext_rbx, .jFileTree li.ext_rhtml, .jFileTree li.ext_ruby, .jFileTree li.ext_rb {
	background: url(images/ruby.png) left top no-repeat;
}

.jFileTree li.ext_srt, .jFileTree li.ext_log, .jFileTree li.ext_txt {
	background: url(images/txt.png) left top no-repeat;
}

.jFileTree li.ext_htm, .jFileTree li.ext_html, .jFileTree li.ext_xhtml {
	background: url(images/html.png) left top no-repeat;
}

.jFileTree li.ext_pl, .jFileTree li.ext_py, .jFileTree li.ext_js {
	background: url(images/script.png) left top no-repeat;
}

.jFileTree li.ext_jar, .jFileTree li.ext_jad, .jFileTree li.ext_java {
	background: url(images/java.png) left top no-repeat;
}

.jFileTree li.ext_fla, .jFileTree li.ext_swf {
	background: url(images/flash.png) left top no-repeat;
}

.jFileTree li.ext_zip, .jFileTree li.ext_rar, .jFileTree li.ext_cab {
	background: url(images/zip.png) left top no-repeat;
}

.jFileTree li.ext_css {
	background: url(images/css.png) left top no-repeat;
}

.jFileTree li.ext_doc {
	background: url(images/doc.png) left top no-repeat;
}

.jFileTree li.ext_pdf {
	background: url(images/pdf.png) left top no-repeat;
}

.jFileTree li.ext_php {
	background: url(images/php.png) left top no-repeat;
}

.jFileTree li.ext_ppt {
	background: url(images/ppt.png) left top no-repeat;
}

.jFileTree li.ext_psd {
	background: url(images/psd.png) left top no-repeat;
}

.jFileTree li.ext_rpm {
	background: url(images/linux.png) left top no-repeat;
}

.jFileTree li.ext_sql {
	background: url(images/db.png) left top no-repeat;
}

.jFileTree li.ext_xls {
	background: url(images/xls.png) left top no-repeat;
}