div#uniform-note03,div#uniform-note01,div#uniform-note02,div#uniform-note04,div#uniform-note05{
	display:none;
}
#notation {
background:#fff;
border:solid 1px #CACACA;
margin-top:10px;
}

#notation fieldset {
	padding:5px;
	border:none;
}

#notation fieldset legend {
	padding:5px;
}
#notation ul.notes-echelle {
	margin:0;
	padding:0;
	font:.75em/1.2 Arial, Helvetica, sans-serif;
}
#notation ul.notes-echelle li {
	float:left;
	margin:0;
	padding:0;
	list-style:none;
}

#notation ul.notes-echelle li label {
	display:block;
	text-align:center;
	line-height:20px;
	background:url(/modules/rankingproduct/images/etoiles.gif) center top no-repeat;
	cursor:pointer;
	width:25px;
	height:25px;
}

#notation ul.notes-echelle li.note-off label {
	background-position:center -60px;
}

#notation ul.notes-echelle li.note-checked {
	font-weight:bold;
}

#notation ul.notes-echelle.js li {
	min-width:20px;
	min-height:20px;
}
#notation ul.notes-echelle.js input {
	position:absolute;
	left:-999%;
}
#notation ul.notes-echelle.js li.note-focus {
	outline:1px dotted #000;
}

* html #notation ul.notes-echelle.js li {
	width:20px;
	height:20px;
}

.unit-rating {
	background:url(/modules/rankingproduct/images/rating_stars_large.png);
	width:96px;
	height:20px;
	margin: 5px 0px 5px 0px;
	margin-left:auto;
	margin-right:auto;
}

p.unit-rating-p{
	text-align:center;
}