
div.raterecipe { clear:both; padding-top: 0; }
div.raterecipe div { float:left; line-height: 15px; }
div.raterecipe span div { width:15px; height:15px; margin-right:5px; }
div.raterecipe div.rating-info { padding-right:15px; }
div.raterecipe div.status-info { padding-left:15px; font-size:90%; }
div.raterecipe div.info { padding-left:5px; }

div.raterecipe span.rating1 div.star1,
div.raterecipe span.rating2 div.star1,
div.raterecipe span.rating2 div.star2,
div.raterecipe span.rating3 div.star1,
div.raterecipe span.rating3 div.star2,
div.raterecipe span.rating3 div.star3,
div.raterecipe span.rating4 div.star1,
div.raterecipe span.rating4 div.star2,
div.raterecipe span.rating4 div.star3,
div.raterecipe span.rating4 div.star4,
div.raterecipe span.rating5 div.star1,
div.raterecipe span.rating5 div.star2,
div.raterecipe span.rating5 div.star3,
div.raterecipe span.rating5 div.star4,
div.raterecipe span.rating5 div.star5 {
	background:transparent url(http://www.soupcookbook.com/wp-content/plugins/recipe-press-ratings/star.png) no-repeat;
}

div.raterecipe span.rating4 div.star5,
div.raterecipe span.rating3 div.star5,
div.raterecipe span.rating3 div.star4,
div.raterecipe span.rating2 div.star5,
div.raterecipe span.rating2 div.star4,
div.raterecipe span.rating2 div.star3,
div.raterecipe span.rating1 div.star5,
div.raterecipe span.rating1 div.star4,
div.raterecipe span.rating1 div.star3,
div.raterecipe span.rating1 div.star2 {
	background:transparent url(http://www.soupcookbook.com/wp-content/plugins/recipe-press-ratings/star-dim.png) no-repeat;
}

div.raterecipe div.stars-dim {
	float:left;
    height:15px;
    width:100px;
	background: url(http://www.soupcookbook.com/wp-content/plugins/recipe-press-ratings/stars-dim.png) no-repeat;
}
div.raterecipe div.stars {
	float:left;
    height:15px;
	background: url(http://www.soupcookbook.com/wp-content/plugins/recipe-press-ratings/stars.png) no-repeat;
}

