
div.lista_files {margin:20px 0px;overflow:hidden; }

div.lista_files p {margin-bottom:20px;}

div.lista_files ul {
	list-style-type:none;
	padding:0px;
	min-height:20px;
	width:95%;
	float:right;
	border-left:1px #DDD solid;
	border-bottom:1px #DDD solid;
}

div.lista_files ul li {
	display:block;
	margin:0px;
	padding:0px;
	min-height:20px;
}

li.directory {cursor:pointer;font-size:18px;overflow:hidden;vertical-align:middle;line-height:40px;display:block;width:100%;background-color:#DDD;color:#000;}

div.lista_files ul li span {float:left;display:inline-block;height:20px; line-height:20px; vertical-align:middle;}

.icon { float:left;display:inline-block;width:18px; height:18px; margin-right: 5px;}

.icon_directory {background:url(file_icons/directory.png) center center no-repeat;}
.icon_avi {background:url(file_icons/avi.png) center center no-repeat;}
.icon_flv {background:url(file_icons/flv.png) center center no-repeat;}
.icon_mp4 {background:url(file_icons/mp4.png) center center no-repeat;}
.icon_pdf {background:url(file_icons/pdf.png) center center no-repeat;}
.icon_txt {background:url(file_icons/txt.png) center center no-repeat;}
.icon_png {background:url(file_icons/png.png) center center no-repeat;}
.icon_bmp {background:url(file_icons/bmp.png) center center no-repeat;}
.icon_gif {background:url(file_icons/gif.png) center center no-repeat;}
.icon_jpg, .icon_jpeg {background:url(file_icons/jpg.png) center center no-repeat;}
.icon_tif, .icon_tiff {background:url(file_icons/tiff.png) center center no-repeat;}
.icon_xls, .icon_xlsx {background:url(file_icons/xls.png) center center no-repeat;}
.icon_ods {background:url(file_icons/ods.png) center center no-repeat;}
.icon_doc, .icon_docx {background:url(file_icons/doc.png) center center no-repeat;}
.icon_odt {background:url(file_icons/odt.png) center center no-repeat;}
.icon_ppt, .icon_pptx {background:url(file_icons/ppt.png) center center no-repeat;}
.icon_odp, .icon_otp {background:url(file_icons/otp.png) center center no-repeat;}
.icon_bat {background:url(file_icons/bat.png) center center no-repeat;}
.icon_exe {background:url(file_icons/exe.png) center center no-repeat;}
.icon_zip {background:url(file_icons/zip.png) center center no-repeat;}
.icon_rar {background:url(file_icons/rar.png) center center no-repeat;}
.icon_mhx {background:url(file_icons/_blank.png) center center no-repeat;}
