/* --- component Photo Rating template --- */
.photo_rating_inactive
{
opacity: 0.4;
cursor: wait;
}

.photo_rating_inactive a,
.photo_rating_inactive div,
.photo_rating_inactive select
{
cursor: wait;
}


#photo_rating_sex_filter_container
{
float: right;
}

#photo_rating_average_score_container
{
float: left;
width: 170px;
}

#photo_rating_average_score,
#photo_rating_average_score_rates
{
color: #fff;
}

#photo_rating_points_container
{
float: left;
padding:5px;
background:#868DC7;
border:1px solid #6F6EA8;
}

.rate_point_off, .rate_point_on, .rate_point_active
{
float: left;
width: 17px;
height: 14px;
padding: 5px 4px;
background-image: url(../../img/star_n.jpg);
background-repeat: no-repeat;
background-position: 50% 50%;
text-align: center;
font-size: 9px;
color: #fff;
cursor: pointer;
}
.rate_point_on
{
background-image: url(../../img/star_e.jpg);
color: #fff;
}

.rate_point_active
{
background-image: url(../../img/star_a.jpg);
color: #efb61d;
}

#photo_rating_image_screen
{
margin: 6px 8px;
border: 1px solid #8186B2;
padding: 12px;
background-repeat: no-repeat;
background-position: 50% 50%;
text-align: center;
}


