a[href $='.opml'], a[href $='.OPML'], a.opml_file
{
	background: transparent url('../images/file_types/opml.gif') no-repeat center left;
	padding: 5px 20px 5px 20px;
	line-height: 16px;
}
a[href $='.doc'], a[href $='.DOC'], a[href $='.rtf'], a[href $='.RTF'], a.doc_file
{
	background: transparent url('../images/file_types/doc.gif') no-repeat center left;
	padding: 5px 20px 5px 20px;
	line-height: 16px;
}
a[href $='.pps'], a[href $='.PPS'], a[href $='.ppt'], a[href $='.PPT'], a.pps_file
{
	background: transparent url('../images/file_types/pps.gif') no-repeat center left;
	padding: 5px 20px 5px 20px;
	line-height: 16px;
}
a[href $='.xls'], a[href $='.XLS'], a.xls_file, a[href $='.xlsb'], a[href $='.XLSB'], a.xlsb_file
{
	background: transparent url('../images/file_types/xls.gif') no-repeat center left;
	padding: 5px 20px 5px 20px;
	line-height: 16px;
}
a[href $='.pdf'], a[href $='.PDF'], a.pdf_file
{
	background: transparent url('../images/file_types/pdf.gif') no-repeat center left;
	padding: 5px 20px 5px 20px;
	line-height: 16px;
}
/*a[href $='.html'], */a.html_file
{
	background: transparent url('../images/file_types/html.gif') no-repeat center left;
	padding: 5px 20px 5px 20px;
	line-height: 16px;
}
a[href $='.xml'], a[href $='.XML'], a.xml_file
{
	background: transparent url('../images/file_types/xml.gif') no-repeat center left;
	padding: 5px 20px 5px 20px;
	line-height: 16px;
}
a[href $='.js'], a[href $='.JS'], a[href $='.json'], a[href $='.JSON'], a.js_file, a.json_file
{
	background: transparent url('../images/file_types/script.gif') no-repeat center left;
	padding: 5px 20px 5px 20px;
	line-height: 16px;
}
a.no_file_icon
{
	background:none;
	padding:0px;
}