/* CSS Document */


a.dl{
	display:inline-block;
	font-size:11px;	
	padding-left:22px;
	line-height:16px;
	margin-left:5px;
	float:left;
	clear:both;
	background:url(images/ft-file.gif) left no-repeat;
}
a.dl[href$='.jpg'],
a.dl[href$='.psd'],
a.dl[href$='.png'],
a.dl[href$='.gif'],
a.dl[href$='.tif'],
a.dl[href$='.bmp'] {
	background:url(../images/ft-img.gif) left no-repeat;
}
a.dl[href$='.doc'],
a.dl[href$='.docx'] {
	background:url(../images/ft-doc.gif) left no-repeat;
}
a.dl[href$='.pdf'] {
	background:url(../images/ft-pdf.gif) left no-repeat;
}
a.dl[href$='.zip'] {
	background:url(../images/ft-zip.gif) left no-repeat;
}
a.dl[href$='.mp3'] {
	background:url(../images/ft-mp3.gif) left no-repeat;
}
a.dl[href$='.eps'],
a.dl[href$='.ai'] {
	background:url(../images/ft-eps.gif) left no-repeat;
}
