.content-product__rait .bx_stars_container{
    display: inline-block;
    *display:inline;
    zoom:1;
    *display:inline;
    vertical-align: middle;
	position: relative;
	width: 70px;
	height: 13px;
}
.content-product__rait .bx_stars_bg{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 101;
    background: url('./images/star.png') repeat-x 0 50%;
}
.content-product__rait .bx_stars_progres{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
    background: url('./images/star-h.png') repeat-x 0 50%;
}

.content-product__rait .bx_stars_rating_votes{
	color: #8d8d8d;
	font-size: 11px;
	line-height: 11px;
	vertical-align: middle;
}