.euro-rating,
.euro-rating a:hover,
.euro-rating a:active,
.euro-rating a:focus,
li.euro{margin: 0 0px}

.euro-rating .current-rating{
	background: url(../votazioni/euro.gif) left -1000px repeat-x;
}
.euro-rating{
	position:relative;
	width:125px;
	height:25px;
	overflow:hidden;
	list-style:none;
	margin:0;
	padding:0;
	background-position: left top;
}
.euro-rating li{
	display: inline;
}
.euro-rating a, 
.euro-rating .current-rating{
	position:absolute;
	top:0;
	left:0;
	text-indent:-1000em;
	height:100px;
	line-height:100px;
	outline:none;
	overflow:hidden;
	border: none;
}
.euro-rating a:hover,
.euro-rating a:active,
/*.euro-rating a:lostfocus,*/
.euro-rating a:focus{
	background-position: left bottom;
}
.euro-rating a.one-euro{
	width:20%;
	z-index:6;
}
.euro-rating a.two-euros{
	width:40%;
	z-index:5;
}
.euro-rating a.three-euros{
	width:60%;
	z-index:4;
}
.euro-rating a.four-euros{
	width:80%;
	z-index:3;
}
.euro-rating a.five-euros{
	width:100%;
	z-index:2;
}
.euro-rating .current-rating{
	z-index:1;
	background-position: left center;
}	

/* for an inline rater */
.inline-rating{
	display:-moz-inline-block;
	display:-moz-inline-box;
	display:inline-block;
	vertical-align: middle;
        padding-bottom: 20px;
}

/* for an block rater */
.row-table-rating {
	display:table-row;
	vertical-align: middle;
        padding-bottom: 20px;
}

.text-rating{
	margin: 20px 20px 20px 20px;
	padding: 20px 20px 20px 20px;
}

/* smaller euro */
.small-euro{
	width:50px;
	height:10px;
}
.small-euro,
.small-euro a:hover,
.small-euro a:active,
.small-euro a:focus,
.small-euro .current-rating{
	background-image: url(../votazioni/euro10x10.gif);
	line-height: 10px;
	height: 10px;
}

.medium-euro{
	width:75px;
	height:15px;
}
.medium-euro,
.medium-euro a:hover,
.medium-euro a:active,
.medium-euro a:focus,
.medium-euro .current-rating{
	background-image: url(../votazioni/euro15x15.gif);
	line-height: 15px;
	height: 15px;
}

.big-euro{
	width:125px;
	height:25px;
}
.big-euro,
.big-euro a:hover,
.big-euro a:active,
.big-euro a:focus,
.big-euro .current-rating{
	background-image: url(../votazioni/euro25x25.gif);
	line-height: 25px;
	height: 25px;
}


.s20-euro{
	width:100px;
	height:20px;
}

.s20-euro,
.s20-euro a:hover,
.s20-euro a:active,
.s20-euro a:focus,
.s20-euro .current-rating{
	background-image: url(../votazioni/euro20.png);
	line-height: 20px;
	height: 20px;
}

.s25-euro{
	width:125px;
	height:25px;
}

.s25-euro,
.s25-euro a:hover,
.s25-euro a:active,
.s25-euro a:focus,
.s25-euro .current-rating{
	background-image: url(../votazioni/euro25.png);
	line-height: 25px;
	height: 25px;
}

.s40-euro{
	width:200px;
	height:40px;
}

.s40-euro{
	width:200px;
	height:40px;
}
.s40-euro,
.s40-euro a:hover,
.s40-euro a:active,
.s40-euro a:focus,
.s40-euro .current-rating{
	background-image: url(../votazioni/euro40.png);
	line-height: 40px;
	height: 40px;
}

.s60-euro{
	width:300px;
	height:60px;
}
.s60-euro,
.s60-euro a:hover,
.s60-euro a:active,
.s60-euro a:focus,
.s60-euro .current-rating{
	background-image: url(../votazioni/euro60.png);
	line-height: 60px;
	height: 60px;
}

.png-euro{
	width:500px;
	height:100px;
}
.png-euro,
.png-euro a:hover,
.png-euro a:active,
.png-euro a:focus,
.png-euro .current-rating{
	background-image: url(../votazioni/euro.png);
	line-height: 100px;
	height: 100px;
}


