﻿a[href$="pdf"] {
	background				: url(/data/icons/pdf.png) center left no-repeat;
	padding-left			: 25px;
}

a[href$="doc"],
a[href$="docx"],
a[href$="dot"],
a[href$="dotx"] {
	background				: url(/data/icons/word.png) center left no-repeat;
	padding-left			: 25px;
}

a[href$="xls"],
a[href$="xlsx"],
a[href$="xlt"],
a[href$="xltx"] {
	background				: url(/data/icons/excel.png) center left no-repeat;
	padding-left			: 25px;
}

a[href$="ppt"],
a[href$="pptx"],
a[href$="pps"],
a[href$="ppsx"] {
	background				: url(/data/icons/powerpoint.png) center left no-repeat;
	padding-left			: 25px;
}