a[href$='.doc'], a[href^="http://downloads.newtonfreelibrary.net"][href$='.jpg'], a[href$='.pdf'], a[href$='.tif'], a[href$='.wmf'], a[href$='.eps'], a[href$='.gif'] {
	display:inline-block;
	padding:2px 0 2px 20px;
	line-height:16px;
}
a[href$='.doc'] {
	background:transparent url(../images/util/doc.png) center left no-repeat;
}
a[href^="http://downloads.newtonfreelibrary.net"][href$='.jpg'] {
	background:transparent url(../images/util/jpg.png) center left no-repeat;
}
a[href$='.pdf'] {
	background:transparent url(../images/util/pdf.png) center left no-repeat;
}
a[href$='.tif'] {
	background:transparent url(../images/util/tif.png) center left no-repeat;
}
a[href$='.wmf'] {
	background:transparent url(../images/util/wmf.png) center left no-repeat;
}
a[href$='.eps'] {
	background:transparent url(../images/util/eps.png) center left no-repeat;
}
a[href$='.gif'] {
	background:transparent url(../images/util/gif.png) center left no-repeat;
}


/*a[href^="http://downloads.newtonfreelibrary.net"] {
	display:inline-block;
	padding:2px 0 2px 20px;
	line-height:16px;
}
a[href^="http://downloads.newtonfreelibrary.net"][href$='.doc'] {
	background:transparent url(../images/util/doc.png) center left no-repeat;
}
a[href^="http://downloads.newtonfreelibrary.net"][href$='.jpg'] {
	background:transparent url(../images/util/jpg.png) center left no-repeat;
}
a[href^="http://downloads.newtonfreelibrary.net"][href$='.pdf'] {
	background:transparent url(../images/util/pdf.png) center left no-repeat;
}*/

/* 
CSS info for file types/selector:
http://www.psyked.co.uk/css/auto-matic-link-icons.htm 
File type icons:
http://athena.comp.rgu.ac.uk/staff/ao/lib/images/fileicons/
*/