/*
* @ Рейтинги
*/
.rating em {font-style: normal;}
.vote a img {border: none;}
.plus img {width: 11px; height: 11px; background-image: url('images/vote_pos.gif');}
.minus img {width: 11px; height: 11px; background-image: url('images/vote_neg.gif');}
.voted {text-decoration: none; cursor:default !important;}
.minus.voted img {background-image: url('images/vote_neg_off.gif'); text-decoration: none; cursor:default !important;}
.plus.voted img {background-image: url('images/vote_pos_off.gif'); text-decoration: none; cursor:default !important;}
.loading {border: 1px solid green; text-decoration: none;}
