/* ****************************************** */
/* shows on any profile the diplomas in the   */
/* members top ten tags. No other layout      */
/* changes.                                   */
/*                                            */
/* Marc Pentermann, http://marc-pentermann.de */
/* ****************************************** */

@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document 
	domain("iq.www.11880.com"),
	domain("motoriq.auto-motor-und-sport.de"),
	domain("autoiq.autostrassenverkehr.de"),
	domain("smart.freenet.de"),
	domain("iq.t-online.de"),
	domain("besserwissen.pm-magazin.de") {

.expertsTags li {
	line-height: 12px !important;
	margin-bottom: 5px !important;
	padding-left: 20px !important;
	list-style-image:none !important; 
	background:url('http://iq.lycos.de/i/dir_arraw.gif') center left no-repeat !important; }

.expertsTags li.gold,
.expertsTags li.silver,
.expertsTags li.bronze {
	line-height: 12px !important;
	padding-left: 20px !important;
	margin-bottom: 5px !important;
	list-style-image:none !important; }

.expertsTags li.gold {
	background:url('http://iq.lycos.de//i/small_star_gold.gif') center left no-repeat !important; }
.expertsTags li.silver {
	background:url('http://iq.lycos.de//i/small_star_silver.gif') center left no-repeat !important; }
.expertsTags li.bronze {
	background:url('http://iq.lycos.de//i/small_star_bronze.gif') center left no-repeat !important; }

}