/* @override http://safeguard.giqs.org/fileadmin/css/iconize.css */

/* Iconize 0.5 */

a.DOC, a.XLS, a.PDF, a.VCARD, a.PPS, a.ZIP, a[href$='.doc'], a[href$='.xls'],a[href$='.vcard'],a[href$='.pps'],a[href$='.pdf'],a[href$='.zip'] {
	padding: 5px 0 0 20px;
	/*display: block;*/
	background-repeat: no-repeat;
	background-position: 0 3px;
}


a.DOC, a[href$='.doc'], a[href$='.rtf'] {
	background-image: url(icons/doc.gif);
}

a.XLS, a[href$='.xls'] {
	background-image: url(icons/xls.gif);
}

a.VCARD, a[href$='.vcard'] { 
	background-image: url(icons/vcard.gif);
}

a.PPS, a[href$='.pps'] { 
	background-image: url(icons/pps.gif);
}

a.PDF, a[href$='.pdf'] { 
	background-image: url(icons/pdf.gif);
}

a.ZIP, a[href$='.zip'] { 
	background-image: url(icons/pdf.gif);
}

/* use this class to make sure that images won't get iconized */

.imageLink {
	padding-right: 0px !important;
	background: none !important;
}
