/* Hier worden de iconen die in de vergelijking zitten opgemaakt. */
/* Populair icon */
#show_promo,
.show_korting,
.show_promo {
	width: 90px;
}
#rowpopulair {
	background-image: url(/images/iconen/populair-icon.gif);
	background-repeat: no-repeat;
	height: 26px;
	width: 26px;
	margin-left: 2px;
	display: block;
	cursor: pointer;
	float: left;
}
#rowoffer10 {
	background-image: url(/images/iconen/offer_10.png);
	background-repeat: no-repeat;
	height: 26px;
	width: 26px;
	display: block;
	cursor: pointer;
	float: left;
}
#rowoffer20 {
	background-image: url(/images/iconen/offer_20.png);
	background-repeat: no-repeat;
	height: 26px;
	width: 26px;
	display: block;
	cursor: pointer;
	float: left;
}

.stars3 {
	width: 56px;
	height: 16px;
}
.stars2 {
	width:37px;
	height: 16px;
}
.stars1 {
	width:17px;
	height: 16px;
}
.starsyellow {
	background-image: url(/images/iconen/ie6/staryellow.png);
	background-repeat: no-repeat;
	float:left;
}
.starsorange {
	background-image: url(/images/iconen/ie6/starorange.png);
	background-repeat: no-repeat;
	float:left;
}
.starsblue {
	background-image: url(/images/iconen/ie6/starblue.png);
	background-repeat: no-repeat;
	float:left;
}
.stars0 {
	background: transparent url(/images/iconen/ie6/starzero.png) no-repeat scroll 50% 70%;
	width:16px;
	height: 16px;
}
#rowletop,
.rowletop {
	background-image: url(/images/iconen/letop-icon.gif);
	background-repeat: no-repeat;
	height: 20px;
	width: 20px;
	cursor: pointer;
	display: block;
	float: left;
}
