/* Iconize 0.5 */

/* extensions */

a.doc {
	padding: 5px 20px 5px 0;
	background: transparent url("icons/icon_doc.gif") no-repeat center right;
}

a.txt {
	padding: 5px 20px 5px 0;
	background: transparent url("icons/icon_txt.gif") no-repeat center right;
}

a.xls {
	padding: 5px 20px 5px 0;
	background: transparent url("icons/icon_xls.gif") no-repeat center right;
}


a.pdf { 
	padding: 5px 20px 5px 0;
	background: transparent url("icons/icon_pdf.gif") no-repeat center right;
}

a.zip { 
	padding: 5px 20px 5px 0;
	background: transparent url("icons/icon_archive.gif") no-repeat center right;
}

a.feed { 
	padding: 5px 20px 5px 0;
	background: transparent url("icons/icon_feed.gif") no-repeat center right;
}

a.external { 
	padding: 5px 20px 5px 0;
	background: transparent url("icons/icon_external.gif") no-repeat center right;
}

/* email */
a.mailto {
	padding: 5px 20px 5px 0;
    background: transparent url("icons/icon_mailto.gif") no-repeat center right;
}