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

.posate-rating .current-rating{
	background: url(../votazioni/posate.gif) left -1000px repeat-x;
}
.posate-rating{
	position:relative;
	width:125px;
	height:25px;
	overflow:hidden;
	list-style:none;
	margin:0;
	padding:0;
	background-position: left top;
}
.posate-rating li{
	display: inline;
}
.posate-rating a, 
.posate-rating .current-rating{
	position:absolute;
	top:0;
	left:0;
	text-indent:-1000em;
	height:100px;
	line-height:100px;
	outline:none;
	overflow:hidden;
	border: none;
}
.posate-rating a:hover,
.posate-rating a:active,
/*.posate-rating a:lostfocus,*/
.posate-rating a:focus{
	background-position: left bottom;
}
.posate-rating a.one-posate{
	width:20%;
	z-index:6;
}
.posate-rating a.two-posates{
	width:40%;
	z-index:5;
}
.posate-rating a.three-posates{
	width:60%;
	z-index:4;
}
.posate-rating a.four-posates{
	width:80%;
	z-index:3;
}
.posate-rating a.five-posates{
	width:100%;
	z-index:2;
}
.posate-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 posate */
.small-posate{
	width:50px;
	height:10px;
}
.small-posate,
.small-posate a:hover,
.small-posate a:active,
.small-posate a:focus,
.small-posate .current-rating{
	background-image: url(../votazioni/posate10x10.gif);
	line-height: 10px;
	height: 10px;
}

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

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


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

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

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

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

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

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

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

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