/* Iconize 0.3 */

/* websites (pictures and movies) */
.linkfilm{
	padding: 5px 20px 5px 0;
	background: transparent url(./icons/icon_film.gif) no-repeat center right;
}

.linkpic{ 
	padding: 5px 20px 5px 0;
	background: transparent url(./icons/icon_pic.gif) no-repeat center right;
}

/* extensions */

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

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

.linkexe{ 
	padding: 5px 20px 5px 0;
	background: transparent url(./icons/icon_exe.gif) no-repeat center right;
}

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


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

.linkcss{ 
	padding: 5px 20px 5px 0;
	background: transparent url(./icons/icon_css.gif) no-repeat center right;
}

.linktel{
	padding: 5px 20px 5px 0;
    background: transparent url(./icons/icon_call.gif) no-repeat center right;
}

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


/* html */
.linkhttp{
	padding: 5px 17px 5px 0;
    background: transparent url(./icons/icon_external.gif) no-repeat center right;
}

 