/* PDF document links */
a[href$='.pdf'] {
background:transparent url(/images/typs/pdf1.jpg) center left no-repeat;
display:inline-block;
padding-left:20px;
line-height:15px;
}
 
/* Excel Documents links */
a[href$='.xls'], a[href$='.csv'], a[href$='.xlw'], a[href$='.xlt'] {
background:transparent url(/images/typs/xls.jpg) center left no-repeat;
display:inline-block;
padding-left:20px;
line-height:15px;
}
 
/* Word Document Links */
a[href$='.doc'], a[href$='.rtf'], a[href$='.wps'], a[href$='.txt'] {
background:transparent url(/images/typs/doc.jpg) center left no-repeat;
display:inline-block;
padding-left:20px;
line-height:15px;
}

/* Powerpoint Document Links */
a[href$='.pps'], a[href$='.ppt'] {
background:transparent url(/images/typs/doc.jpg) center left no-repeat;
display:inline-block;
padding-left:20px;
line-height:15px;
}