.rating_stars {
  position: relative;
  height: 17px;
  width: 100px;
}
.rating_stars .outer {
  position: absolute;
  width: 100px;
  height: 17px;
  background: url(/images/star_matrix.gif) no-repeat 0px 0px; /* Viser stjernerne bagved (grå) - første række */
}
.rating_stars .inner { 
  width: 0;
  height: 17px;
  background: url(/images/star_matrix.gif) no-repeat 0px -17px; /* Viser stjernerne ovenpå (mørk orange) - anden række */
}

.rating_stars .inner_green { 
  width: 0;
  height: 17px;
  background: url(/images/star_matrix.gif) no-repeat 0px -51px; /* Viser stjernerne ovenpå (mørk orange) - anden række */
}

.rating_stars a {
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  height: 17px;
}
.rating_stars a:hover {
  background: url(/images/star_matrix.gif) no-repeat 0px -34px; /* Viser stjernerne ved mus ovenpå (lys orange) - tredje række */
}
.rating_stars a.s1  { width:  20px; }
.rating_stars a.s2  { width:  40px; }
.rating_stars a.s3  { width:  60px; }
.rating_stars a.s4  { width:  80px; }
.rating_stars a.s5  { width: 100px; }

/*
Dette bruges kun ved anmeldelser
*/

.rating_stars .vote { 
  width: 0;
  height: 17px;
  position: absolute;
  left: 0;
  top: 0;
  background: url(/images/star_matrix.gif) no-repeat 0px -51px; /* Viser dit valg ovenpå (dobbelt mørk orange) - fjerde række */
}

.review_stars_outer {
	width: 100px;
	height: 17px;
	background: url(/images/star_matrix.gif) no-repeat 0px 0px;
	position: absolute;
	top: 2px;
	right: 0px;
}

.review_stars_inner {
	height: 17px; 
	background: url(/images/star_matrix.gif) no-repeat 0px -51px;
}

/*
Dette bruger kun i produktoversigten
*/
.product_list_outer {
	position: absolute;
	top: 10px;
	right: 10px;
	height: 13px;
	width: 75px;
	background: url(/images/star_matrix_small.gif) no-repeat 0px -13px;
}

.product_list_inner {
	height: 13px;
	background: url(/images/star_matrix_small.gif) no-repeat 0px 0px;
}