﻿a.pdf { /*The background image*/
	background: url(../design/icon/ico_pdf.gif) no-repeat left center;
	padding-left: 20px;
	line-height: 16px; /* To center the text vertically with the icon */
}
 
a.other { /*The background image*/
	background: url(../design/icon/ico_txt.gif) no-repeat left center;
	padding-left: 20px;
	line-height: 16px;
}
 
a.zip { /*The background image*/
	background: url(../design/icon/ico_zip.gif) no-repeat left center;
	padding-left: 20px;
	line-height: 16px;
}
 
a.doc {
	background: url(../design/icon/ico_doc.gif) no-repeat left center;
	padding-left: 20px;
	line-height: 16px;
}
 
a.xls {
	background: url(../design/icon/ico_xls.gif) no-repeat left center;
	padding-left: 20px;
	line-height: 16px;
}

a.png {
	background: url(../design/icon/ico_png.gif) no-repeat left center;
	padding-left: 20px;
	line-height: 16px;
}
a.gif {
	background: url(../design/icon/ico_gif.gif) no-repeat left center;
	padding-left: 20px;
	line-height: 16px;
}

a.jpg {
	background: url(../design/icon/ico_jpg.gif) no-repeat left center;
	padding-left: 20px;
	line-height: 16px;
}
a.ppt {
	background: url(../design/icon/ico_ppt.gif) no-repeat left center;
	padding-left: 20px;
	line-height: 16px;
}
.ico_delete {
	background: url(../design/icon/ico_delete.gif) no-repeat left center;
	padding-left: 20px;
	height: 16px;
}