/* jQuery.Rating Plugin CSS - http://www.fyneworks.com/jquery/star-rating/ */

div.rating-cancel,
div.star-rating {
    text-indent: -999em;
    cursor: pointer;
    display: block;
    background: transparent;
    overflow: hidden
}
div.rating-cancel{
	height:17px;
}
div.rating-cancel a {
    background: url(/Templates/Default/Images/star_reset.png) no-repeat center center;
	height:17px;
}
div.rating-cancel a:hover, div.rating-cancel.star-rating-hover a{
	opacity: 0.6;
	background-position: center!important;
}

div.star-rating,
div.star-rating a {
    background: url(star.gif) no-repeat 0 0px
}

div.rating-cancel a,
div.star-rating a {
    display: block;
    height: 100%;
    border: 0
}

div.star-rating-on a {
    background-position: center bottom!important
}

div.star-rating-hover a {
    background-position: center bottom!important;
}
/* Read Only CSS */

div.star-rating-readonly a {
    cursor: default !important
}
/* Partial Star CSS */

div.star-rating {
    background: transparent!important;
    overflow: hidden!important;
}
div.star-rating, div.star-rating a{
	height:17px;
}
div.star-rating a{
	background: rgba(0, 0, 0, 0) url("/Templates/Default/Images/star.png") no-repeat scroll center top;
}
/* END jQuery.Rating Plugin CSS */
