/*   rater  */

.alert {
    margin:15px 0 0;
    color: #E3171A;
}

form .rater_label
{
	font-weight	: bold;
	float : left;
}

.criterium_libelle
{
	float : left;
}

.no_rate .criterium_libelle
{
	color		: #A7ADBF
}

.criterium .rater{
	float : right;
    margin : 0 0 10px;
}

.visual_rater .rater{
	float : left;
    margin : 0 0 10px;
}
.rater .star-rating .current_rating{
    background: url(/i/alt_star_small.gif) left center;
    position: absolute;
    left : 0 ;
    height: 15px;
    display: block;
    text-indent: -9000px;
    z-index: 1;
}
.rater .star-rating{
    list-style	: none ;
    display		: block ;
    margin		: 0px auto ;
    padding		: 0px ;
    height		: 15px ;
    position	: relative ;
    background	: url(/i/alt_star_small.gif) top left repeat-x;
}
.rater .cursor-rating{
    list-style	: none ;
    display		: block ;
    margin		: 2px 0 0;
    padding		: 0px ;
    height		: 15px ;
    border		: 1px solid #3D1D21;
    position	: relative ;
    background	: #cccfd4;
}
.no_rate .rater .cursor-rating{
    border		: 1px solid #A7ADBF;
    background	: #d1d7e7;
}
.rater.small .cursor-rating{
    height		: 10px ;
}
.rater .cursor-rating .section{
	position	: absolute ;
	width		: 30px ;
	height		: 15px ;
	display		: block;
	border-right: 1px solid #3D1D21;
	z-index		: 2;
	margin		: 0;
}
.no_rate .rater .cursor-rating .section{
	border-right: 1px solid #A7ADBF;
}
.rater.small .cursor-rating .section{
	width		: 15px ;
	height		: 10px ;
}
.rater .cursor-rating .avg_rating{
	position	: absolute ;
	height		: 2px ;
	display		: block;
	background	: #FA0012;
	z-index		: 3;
	bottom		: 0;
}

.rating_color_info
{
	color		: #FA0012;	
}

.rater .cursor-rating .current_rating{
    position: absolute;
    left : 0 ;
    height: 15px;
    display: block;
    text-indent: -9000px;
    z-index: 1;
}
.rater.small .cursor-rating .current_rating{
    height: 10px;
}
.rater .star-rating li{
    padding		: 0px;
    margin		: 0px;
    width		: auto ;
    float: left;
}
.rater .star-rating li a{
    display:block;
    width:15px;
    height: 15px;
    text-decoration: none;
    text-indent: -9000px;
    z-index: 20;
    position: absolute;
    padding: 0px;
    border : 0px;

}
.rater .cursor-rating a{
    display:block;
    width:30px;
    height: 15px;
    text-decoration: none;
    text-indent: -9000px;
    z-index: 20;
    position: absolute;
    padding: 0px;
    border : 0px;
    cursor : default;

}
.rater .rater_radio
{
    float : left;
    width : 30px;
    text-align: center;
}
.criterium .rater_text
{
    float : right;
    margin: 2px 5px 0;
}
.visual_rater .rater_text
{
    float : left;
    margin: 5px 5px 0;
}
.rater .star-rating li a:hover{
    background: url(/i/alt_star_small.gif) left bottom;
    z-index: 2;
    left: 0px;
}
.rater .star-rating a.one-star{
    left: 0px;
}
.rater .star-rating a.one-star:hover{
    width:15px;
}
.rater .star-rating a.two-stars{
    left:15px;
}
.rater .star-rating a.two-stars:hover{
    width: 30px;
}
.rater .star-rating a.three-stars{
    left: 30px;
}
.rater .star-rating a.three-stars:hover{
    width: 45px;
}
.rater .star-rating a.four-stars{
    left: 45px;
}
.rater .star-rating a.four-stars:hover{
    width: 60px;
}
.rater .star-rating a.five-stars{
    left: 60px;
}
.rater .star-rating a.five-stars:hover{
    width: 75px;
}
.rater .star-rating a.six-stars{
    left: 75px;
}
.rater .star-rating a.six-stars:hover{
    width: 90px;
}
.rater .star-rating a.seven-stars{
    left: 90px;
}
.rater .star-rating a.seven-stars:hover{
    width: 105px;;
}
.rater .star-rating a.height-stars{
    left: 105px;
}
.rater .star-rating a.height-stars:hover{
    width: 120px;
}
.rater .star-rating a.nine-stars{
    left: 120px;
}
.rater .star-rating a.nine-stars:hover{
    width: 135px;
}
.rater .star-rating a.ten-stars{
    left: 135px;
}
.rater .star-rating a.ten-stars:hover{
    width: 150px;
}
.rater .select
{
	display : none !important;
}


