.file {
	padding: 0 0 0 20px;
	height: 20px;
	display: block;
	vertical-align: middle;
	background: url("/template/default/images/filetypes/default.png") no-repeat top left;
}
.pdf {
	background: url("/template/default/images/filetypes/pdf.png") no-repeat top left;
}
.zip, .rar, .tar {
	background: url("/template/default/images/filetypes/zip.png") no-repeat top left;
}
.jpg, .jpeg, .png, .tiff, .tif, .gif, .bmp {
	background: url("/template/default/images/filetypes/image.png") no-repeat top left;
}
.txt, .rtf{
	background: url("/template/default/images/filetypes/text.png") no-repeat top left;
}
.doc, .docx {
	background: url("/template/default/images/filetypes/doc.png") no-repeat top left;
}
.pps, .ppt {
	background: url("/template/default/images/filetypes/pps.png") no-repeat top left;
}

.xls, .xlsx {
	background: url("/template/default/images/filetypes/xls.png") no-repeat top left;
}