/* 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: 11px;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: 64px;	height: 11px;	z-index: 101;}
.msfsp_rating .classification {    float: right;    height: 11px;    position: relative;    top: 6px;    width: 64px;}

/* start ratings*/


ul.star-rating
{
	list-style: none;
	padding: 0px;
width: 64px;
	height: 15px;
	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: 15px;
	height: 15px;
	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:13px;
}

.rating-round {
display:block;
height:17px;
text-indent:-9999px;
width:64px;
}
/*
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: 13px;
}
ul.star-rating a.two-stars
{
	left: 13px;
}
ul.star-rating a.two-stars:hover
{
	width: 26px;
}
ul.star-rating a.three-stars
{
	left: 26px;
}
ul.star-rating a.three-stars:hover
{
	width: 39px;
}
ul.star-rating a.four-stars
{
	left: 39px;
}
ul.star-rating a.four-stars:hover
{
	width: 52px;
}
ul.star-rating a.five-stars
{
	left: 52px;
}
ul.star-rating a.five-stars:hover
{
	width: 64px;
}

ul.star-rating li.current-rating
{
	background: url("/images_noindex/stars_full.png") no-repeat scroll left top transparent;
	position: relative;
	height: 15px;
	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: 11px;
	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: 64px;
	height: 11px;
	z-index: 101;
}
.msftd_rating .classification {
	float: left;
	height: 11px;
	position: relative;
	top: 5px;
	width: 64px;
}


.classification1 {
	display: inline-block;
	height: 15px;
	position: relative;
	width: 64px;
}
.classification1 .cover1 {
	background: url("/images_noindex/stars.png") no-repeat scroll left top transparent;
	height: 11px;
	left: 0;
	position: absolute;
	top: 4px;
	width: 64px;
	z-index: 101;
}
.classification1 .progress1 {
	background: url("/images_noindex/stars_full.png") no-repeat scroll left top transparent;
	height: 11px;
	left: 0;
	position: absolute;
	top: 4px;
	z-index: 102;
}