/* Iconize 0.5 */

/* extensions */
a[href$='.ppt'] { 
	padding: 5px 20px 5px 0;
	background: transparent url(img/icon_ppt.gif) no-repeat center right;
}

a[href$='.pdf'] { 
	padding: 5px 20px 5px 0;
	background: transparent url(img/icon_pdf.gif) no-repeat center right;
}

/* messenger */
a[href ^="callto:"] {
	padding: 5px 20px 5px 0;
    background: transparent url(img/icon_call.gif) no-repeat center right;
}

a[href ^="skype:"] {
	padding: 5px 20px 5px 0;
    background: transparent url(img/icon_skype.gif) no-repeat center right;
}


/* use this class to make sure that images won't get iconized */
.imageLink {
	padding-right: 0px !important;
	background: none !important;
}

a.pro {
	padding: 5px 10px 5px 0;
    background: transparent url(img/aoutside.gif) no-repeat center right;
}