/*star rating classes*/
.stars{
	/*padding:2px 0 0 5px;
	float:none;
	margin: 0 auto;*/
}

/* jQuery.Rating Plugin CSS - http://www.fyneworks.com/jquery/star-rating/ */
div.rating{cursor:pointer;margin:2em;clear:both;display:none}
div.rating:after{content:'.';display:block;height:0;width:0;clear:both;visibility:hidden}
div.cancel,div.star{float:left;width:17px;height:15px;text-indent:-999em;cursor:pointer;display:inline;background:transparent;overflow:hidden; overflow:hidden;}
div.cancel,div.cancel a{background:url(rating/delete.gif) no-repeat 0 -16px;  visibility:hidden;} 
div.star,div.star a{background:url(rating/star.gif) no-repeat 0 0px}


div.star-left,div.star-left.a{background:url(rating/star-left.gif) no-repeat 0 0px}
div.star-left,div.star-right.a{background:url(rating/star-right.gif) no-repeat 0 0px}
div.cancel a,div.star a{display:block;width:16px;height:100%;background-position:0 0px;}
div.star_on a{background-position:0 -16px!important}
div.star_on_sp a{background-position:0 -48px!important}
div.star_hover a,div.star_live a:hover{background-position:0 -32px}
/* Read Only CSS */
div.star_readonly a,div.star_readonly a:hover {
cursor:default !important
}
/* Partial Star CSS */
/*div.star{background:transparent!important;overflow:hidden!important}*/
/* END jQuery.Rating Plugin CSS */

div.cancel{
display:none;
}

div.rating_area .counts {
float:none; 
}

.counts {
white-space: nowrap
}

div.rating_area .loading-rating {
float:left;
margin:3px 0 0 5px!important;
}

/*fish rating classes*/
.fishs{
/*	padding:2px 0 0 5px;
	float:none;
	margin: 0 auto;*/
	
	}

/* changed jQuery.Rating Plugin CSS - http://www.fyneworks.com/jquery/star-rating/ */
div.fish_rating {
cursor:pointer;
margin:2em;
clear:both;
display:block;
}

div.fish_rating:after {
content:'.';
display:block;
height:0;
width:0;
clear:both;
visibility:hidden}

div.fish_cancel,div.fish {
float:left;
height:100%;
text-indent:-999em;
cursor:pointer;
display:inline;
background:transparent;
overflow:hidden;
}

div.fish_cancel,div.fish_cancel a {
background:url(fish-rating/delete.gif) no-repeat 0 -20px; 
visibility:hidden;
}

div.fish,div.fish a
{
background:url(fish-rating/star_rating.gif) no-repeat 0 0px;	
}

div.fish_cancel a,div.fish a {
display:block;
width:20px;
height:20px;
background-position:0 0px;
}

div.fish_on a { 
background-position:0 -20px!important
}

div.fish_on_sp a {
background-position:0 -41px!important
}

div.fish_hover a,div.fish_live a:hover {
background-position:0 -20px
}

/* Read Only CSS */

div.fish_readonly a,div.fish_readonly a:hover {
cursor:default !important
}

/* Partial fish CSS */
/*div.fish{background:transparent!important;overflow:hidden!important}*/
/* END changed jQuery.Rating Plugin CSS */

div.fish_rating_area .fish_counts {
float:none; 
}

.fish_counts { 
white-space: nowrap
}

div.fish_rating_area .fish_loading-rating {
float:left;
margin:3px 0 0 5px!important;
}

div.fish_cancel { 
display:none;
}

.fishs{ 
 margin:0 auto;
 float:none;
 width: auto;

}
.stars{ 
 margin:0 auto;
 float:none;
 width: 100px;
}

.left_f {
float: left;
width: 50%;
}
.left_f div , .right_f div{
float: left;
}
.right_f {
float: left;
width: 50%;
}
