
#icon_link a[href$='.doc'], a[href$='.rtf'], a[href$='.wps'], a[href$='.DOC'], a[href$='.RTF'], a[href$='.WPS'] {
	display:inline-block;
	padding-left:20px;
	line-height:18px;
	background:transparent url(/assets/img/secure/ms-word.gif) center left no-repeat;
}

#icon_link a[href$='.txt'], a[href$='.TXT'] {
	display:inline-block;
	padding-left:20px;
	line-height:18px;
	background:transparent url(/assets/img/secure/text-file.gif) center left no-repeat;
}
		
#icon_link a[href$='.pdf'], a[href$='.PDF'], a[href$='.ps'], a[href$='.PS'] {
	display:inline-block;
	padding-left:20px;
	line-height:18px;
	background:transparent url(/assets/img/secure/pdf.gif) center left no-repeat;
}	
	
#icon_link a[href$='.xls'], a[href$='.csv'], a[href$='.xlt'], a[href$='.xlw'], a[href$='.XLS'], a[href$='.CSV'], a[href$='.XLT'], a[href$='.XLW'] {
	display:inline-block;
	padding-left:20px;
	line-height:18px;
	background:transparent url(/assets/img/secure/excel-file.gif) center left no-repeat;
}	
	
#icon_link a[href$='.zip'], a[href$='.gzip'], a[href$='.rar'], #icon_link a[href$='.ZIP'], a[href$='.GZIP'], a[href$='.RAR'], a[href$='.bz2'], a[href$='.BZ2'] {
	display:inline-block;
	padding-left:20px;
	line-height:18px;
	background:transparent url(/assets/img/secure/zip-file.gif) center left no-repeat;
}

#icon_link a[href$='.jpg'], a[href$='.jpeg'], a[href$='.JPG'], a[href$='.JPEG'], a[href$='.png'], a[href$='.PNG'], a[href$='.gif'], a[href$='.GIF'] {
	display:inline-block;
	padding-left:20px;
	line-height:18px;
	background:transparent url(/assets/img/secure/jpeg-icon.gif) center left no-repeat;
}

#icon_link a[href$='.pps'], a[href$='.ppt'], a[href$='.PPS'], a[href$='.PPT'] {
	display:inline-block;
	padding-left:20px;
	line-height:18px;
	background:transparent url(/assets/img/secure/powerpoint-icon.gif) center left no-repeat;
}