﻿a[href $='.opml'], a.opml_file
{
	background: transparent url('/images/file_types/opml.gif') no-repeat center right;
	padding: 5px 20px 5px 0;
	line-height: 16px;
}
a[href $='.doc'], a[href $='.rtf'], a.doc_file
{
	background: transparent url('/images/file_types/doc.gif') no-repeat center right;
	padding: 5px 20px 5px 0;
	line-height: 16px;
}
a[href $='.pps'], a[href $='.ppt'], a.pps_file
{
	background: transparent url('/images/file_types/pps.gif') no-repeat center right;
	padding: 5px 20px 5px 0;
	line-height: 16px;
}
a[href $='.xls'], a.xls_file, a[href $='.xlsb'], a.xlsb_file
{
	background: transparent url('/images/file_types/xls.gif') no-repeat center right;
	padding: 5px 20px 5px 0;
	line-height: 16px;
}
a[href $='.pdf'], a.pdf_file
{
	background: transparent url('/images/file_types/pdf.gif') no-repeat center right;
	padding: 5px 20px 5px 0;
	line-height: 16px;
}
/*a[href $='.html'], */a.html_file
{
	background: transparent url('/images/file_types/html.gif') no-repeat center right;
	padding: 5px 20px 5px 0;
	line-height: 16px;
}
/*a[href $='.xml'], */a.xml_file
{
	background: transparent url('/images/file_types/xml.gif') no-repeat center right;
	padding: 5px 20px 5px 0;
	line-height: 16px;
}
a[href $='.js'], a[href $='.json'], a.js_file, a.json_file
{
	background: transparent url('/images/file_types/script.gif') no-repeat center right;
	padding: 5px 20px 5px 0;
	line-height: 16px;
}
