.bartext {
color:#999999;
display:block;
margin:0 3px;
padding:0;
text-align:center;
/*width:250px;*/
float:right;
}
.voto_up, .voto_down,.voto_up_on,.voto_down_on ,.voto_up_off,.voto_down_off {
background:url("../images/thumbs20.gif") no-repeat scroll 0 0 transparent;
height:20px;
width:20px;
cursor:pointer;
}
.voto_up {
background-position:0 -40px;
}
.voto_up:hover {
background-position:0 0;
}
.voto_down {
background-position:0 -60px;
}
.voto_down:hover {
background-position:0 -20px;
}
.voto_up_on {
background-position:0 0;
cursor:default;
}
.voto_down_on {
background-position:0 -20px;
cursor:default;
}
.voto_up_off {
background-position:0 -40px;
cursor:default;
}
.voto_down_off {
background-position:0 -60px;
cursor:default;
}
.AC_v_linea{
	clear:both;color:#257D93;
}
.AC_v_ilih_txt{
float:left;padding-left:8px;font-weight:bold;
}