/* special pkg */
.msfsp_rating .classification .progress {
 position: absolute; 
 background: transparent url(/images_noindex/stars_full.png) top left no-repeat; top: 0px;
 left: 0px;
 height: 19px;
 z-index: 102;
} 
.msfsp_rating .classification .cover { 
 position: absolute; 
 background: transparent url(/images_noindex/stars.png) top left no-repeat;
 top: 0px; 
 left: 0px; 
 width: 100px;
 height: 19px;
 z-index: 101;
}
.msfsp_rating .classification {
  float: right;
  height: 19px;
  margin-top: 0px;
  position: relative;
  width: 100px;
}

/* start ratings*/


ul.star-rating {
	list-style: none;
	padding: 0px;
        width: 100px;
	height: 19px;
	position: relative;
	background: url("/images_noindex/stars.png") no-repeat scroll left top transparent;
}
ul.star-rating li {
	padding: 0px;
	margin: 0px; /*\*/
	float: left; /* */
}
ul.star-rating li a {
	display: block;
	width: 20px;
	height: 19px;
	text-decoration: none;
	text-indent: -9000px;
	z-index: 20;
	position: absolute;
	padding: 0px;
        top:0px;
}
ul.star-rating li a:hover {
  background:url("/images_noindex/alt_star.png") repeat scroll left bottom transparent;
  left:0;
  z-index:2;
  height:19px;
}
.rating-round {
  display:block;
  height:19px;
  text-indent:-9999px;
  width:100px;
}
/*
ul.star-rating a.one-star:hover {left:-3px !important;}
ul.star-rating a.two-star:hover {left:-3px !important;}
ul.star-rating a.three-star:hover {left:-3px !important;}
ul.star-rating a.four-star:hover {left:-3px !important;}
ul.star-rating li a:hover {left:-3px !important;}
*/

ul.star-rating a.one-star {
	left: 0px;
}
ul.star-rating a.one-star:hover {
	width: 20px;
}
ul.star-rating a.two-stars {
	left: 20px;
}
ul.star-rating a.two-stars:hover {
	width: 40px;
}
ul.star-rating a.three-stars {
	left: 40px;
}
ul.star-rating a.three-stars:hover {
	width: 60px;
}
ul.star-rating a.four-stars{
	left: 60px;
}
ul.star-rating a.four-stars:hover {
	width: 80px;
}
ul.star-rating a.five-stars {
	left: 80px;
}
ul.star-rating a.five-stars:hover {
	width: 100px;
}
ul.star-rating li.current-rating {
	background: url("/images_noindex/stars_full.png") no-repeat scroll left top transparent;
	position: relative;
	height: 19px;
	display: block;
	text-indent: -9000px;
	z-index: 1;
}
.msftd_rating .classification .progress {
	position: absolute;
	background: transparent url(/images_noindex/stars_full.png) top left no-repeat;
	top: 0px;
	left: 0px;
	height: 19px;
	z-index: 102;
}
.msftd_rating .classification .cover {
	position: absolute;
	background: transparent url(/images_noindex/stars.png) top left no-repeat;
	top: 0px;
	left: 0px;
	width: 100px;
	height: 19px;
	z-index: 101;
}
.msftd_rating .classification {
  float: left;
  height: 19px;
  margin-top: 8px;
  position: relative;
  width: 100px;
}
.classification1 {
	display: inline-block;
	height: 19px;
	position: relative;
	width: 100px;
}
.classification1 .cover1 {
	background: url("/images_noindex/stars.png") no-repeat scroll left top transparent;
	height: 19px;
	left: 0;
	position: absolute;
	top: 4px;
	width: 100px;
	z-index: 101;
}
.classification1 .progress1 {
	background: url("/images_noindex/stars_full.png") no-repeat scroll left top transparent;
	height: 19px;
	left: 0;
	position: absolute;
	top: 4px;
	z-index: 102;
}