/**
 * Based on http://komodomedia.com/blog/samples/star_rating/example2.htm
 * Styles for the star rater 
 */
.sf_rating_message {font-size: 10px;}
table.rating_details_table td.sf_rating_bar_bg {
	background: lightblue;
}

table.rating_details_table div {
	background: blue;
}

.star-rating{
	list-style: none;
	margin: 0;
	padding: 0;
	height: 25px;
	position:relative;
	overflow:hidden;
	background: url(../images/alt_star.gif) top left repeat-x;	
	float: left;	
}
.star-rating li{
	padding: 0;
	margin: 0;
	width: 25px;
	height: 25px;
	list-style: none;
	/*\*/
	float: left;
	/* */
}
.star-rating li a{
	display: block;
	width: 25px;
	height: 25px;
	line-height: 25px;		
	text-decoration: none;
	text-indent: -9000px;
	z-index: 20;
	position: absolute;
	padding: 0;
	overflow: hidden;
}
.star-rating li a:hover{
	background: url(../images/alt_star.gif) left bottom;
	z-index: 2;
	left: 0;
	border:none;
}
.star-rating a.r1star{
	left: 0;
}
.star-rating a.r1star:hover{
	width:25px;
}
.star-rating a.r2stars{
	left:25px;
}
.star-rating a.r2stars:hover{
	width: 50px;
}
.star-rating a.r3stars{
	left: 50px;
}
.star-rating a.r3stars:hover{
	width: 75px;
}
.star-rating a.r4stars{
	left: 75px;
}	
.star-rating a.r4stars:hover{
	width: 100px;
}
.star-rating a.r5stars{
	left: 100px;
}
.star-rating a.r5stars:hover{
	width: 125px;
}
.star-rating a.r6stars{
	left: 125px;
}
.star-rating a.r6stars:hover{
	width: 150px;
}
.star-rating a.r7stars{
	left: 150px;
}
.star-rating a.r7stars:hover{
	width: 175px;
}
.star-rating a.r8stars{
	left: 175px;
}
.star-rating a.r8stars:hover{
	width: 200px;
}
.star-rating a.r9stars{
	left: 200px;
}
.star-rating a.r9stars:hover{
	width: 225px;
}
.star-rating a.r10stars{
	left: 225px;
}
.star-rating a.r10stars:hover{
	width: 250px;
}
.star-rating li.current-rating{
	background: url(../images/alt_star.gif) left center;
	position: absolute;
	height: 25px;
	display: block;
	text-indent: -9000px;
	z-index: 1;
	left:0px;
}

/* remove halo effect in firefox   */
a:active{
	outline: none;
}




.star-rating-small{
  list-style: none;
  margin: 0;
  padding: 0;
  height: 10px;
  position:relative;
  overflow:hidden;
  background: url(../images/alt_star_small.gif) top left repeat-x;
  float: left;    
}
.star-rating-small li{
  padding: 0;
  margin: 0;
  width: 10px;
  height: 10px;
  list-style: none;
  /*\*/
  float: left;
  /* */
}
.star-rating-small li a{
  display: block;
  width: 10px;
  height: 10px;
  line-height: 10px;    
  text-decoration: none;
  text-indent: -9000px;
  z-index: 20;
  position: absolute;
  padding: 0;
  overflow: hidden;
}
.star-rating-small li a:hover{
  background: url(../images/alt_star_small.gif) left bottom;
  z-index: 2;
  left: 0;
  border:none;
}
.star-rating-small a.r1star{
  left: 0;
}
.star-rating-small a.r1star:hover{
  width:10px;
}
.star-rating-small a.r2stars{
  left:10px;
}
.star-rating-small a.r2stars:hover{
  width: 20px;
}
.star-rating-small a.r3stars{
  left: 20px;
}
.star-rating-small a.r3stars:hover{
  width: 30px;
}
.star-rating-small a.r4stars{
  left: 30px;
} 
.star-rating-small a.r4stars:hover{
  width: 40px;
}
.star-rating-small a.r5stars{
  left: 40px;
}
.star-rating-small a.r5stars:hover{
  width: 50px;
}
.star-rating-small a.r6stars{
  left: 50px;
}
.star-rating-small a.r6stars:hover{
  width: 60px;
}
.star-rating-small a.r7stars{
  left: 60px;
}
.star-rating-small a.r7stars:hover{
  width: 70px;
}
.star-rating-small a.r8stars{
  left: 70px;
}
.star-rating-small a.r8stars:hover{
  width: 80px;
}
.star-rating-small a.r9stars{
  left: 80px;
}
.star-rating-small a.r9stars:hover{
  width: 90px;
}
.star-rating-small a.r10stars{
  left: 90px;
}
.star-rating-small a.r10stars:hover{
  width: 100px;
}
.star-rating-small li.current-rating{
  background: url(../images/alt_star_small.gif) left center;
  position: absolute;
  height: 10px;
  display: block;
  text-indent: -9000px;
  z-index: 1;
  left:0px;
}




.star-rating-medium{
  list-style: none;
  margin: 0;
  padding: 0;
  height: 15px;
  position:relative;
  overflow:hidden;
  background: url(../images/alt_star_medium.gif) top left repeat-x;
  float: left;    
}
.star-rating-medium li{
  padding: 0;
  margin: 0;
  width: 15px;
  height: 15px;
  /*\*/
  float: left;
  /* */
}
.star-rating-medium li a{
  display: block;
  width: 15px;
  height: 15px;
  line-height: 15px;    
  text-decoration: none;
  text-indent: -9000px;
  z-index: 20;
  position: absolute;
  padding: 0;
  overflow: hidden;
}
.star-rating-medium li a:hover{
  background: url(../images/alt_star_medium.gif) left bottom;
  z-index: 2;
  left: 0;
  border:none;
}
.star-rating-medium a.r1star{
  left: 0;
}
.star-rating-medium a.r1star:hover{
  width:15px;
}
.star-rating-medium a.r2stars{
  left:15px;
}
.star-rating-medium a.r2stars:hover{
  width: 30px;
}
.star-rating-medium a.r3stars{
  left: 30px;
}
.star-rating-medium a.r3stars:hover{
  width: 45px;
}
.star-rating-medium a.r4stars{
  left: 45px;
} 
.star-rating-medium a.r4stars:hover{
  width: 60px;
}
.star-rating-medium a.r5stars{
  left: 60px;
}
.star-rating-medium a.r5stars:hover{
  width: 75px;
}
.star-rating-medium a.r6stars{
  left: 75px;
}
.star-rating-medium a.r6stars:hover{
  width: 90px;
}
.star-rating-medium a.r7stars{
  left: 90px;
}
.star-rating-medium a.r7stars:hover{
  width: 105px;
}
.star-rating-medium a.r8stars{
  left: 105px;
}
.star-rating-medium a.r8stars:hover{
  width: 120px;
}
.star-rating-medium a.r9stars{
  left: 120px;
}
.star-rating-medium a.r9stars:hover{
  width: 135px;
}
.star-rating-medium a.r10stars{
  left: 135px;
}
.star-rating-medium a.r10stars:hover{
  width: 150px;
}
.star-rating-medium li.current-rating{
  background: url(../images/alt_star_medium.gif) left center;
  position: absolute;
  height: 15px;
  display: block;
  text-indent: -9000px;
  z-index: 1;
  left:0px;
}
