div.starbox{
	/*display: inline;*/
	position: relative;
}

.starbox .star{
	float: left;
	position: relative;
	overflow: hidden;
	width: 16px;
	height: 15px;
	background-repeat: no-repeat;
	background-image: url("/icons/subnav/reviews_grey.png");
}

.starbox .star div{
	position: absolute;
	overflow: hidden;
	top: 0px;
	left: 0px;
	height: 15px;
	background-repeat: no-repeat;
	background-image: url(/icons/subnav/reviews.png);
}

div.starbox_mini{
	position:absolute;
	top:6px;
	display:inline;
	padding-left:5px;
}

.starbox_mini .star{
	float: left;
	display: inline;
	position: relative;
	overflow: hidden;
	width: 9px;
	height: 8px;
	background-repeat: no-repeat;
	background-image: url(/main/star_mini_empty.gif);
}

.starbox_mini .star div{
	position: absolute;
	overflow: hidden;
	top: 0px;
	left: 0px;
	height: 8px;
	background-repeat: no-repeat;
	background-image: url(/main/star_mini_full.png);
}
