div.vote-wrap{
    margin-top: 7px;
}

div.vote-block{
	position: relative;
}

div.vote-hover{
    float: left;
    cursor:  pointer;
    padding-right: 0 !important;
}


div.vote-stars{
	position: absolute;
	left: 0;
	top: 0;
}

div.vote-active{
	position: absolute;
	left: 0;
	top: 0;
}

div.vote-result{
    color: #9D9EA1;
    font-size: 12px;
    font-weight: bold;
    line-height: 20px;
    /*width: 56px;*/
    text-align: right;
    padding-left: 180px;
}

div.vote-success{
    clear: both;
    height: 12px;
    color: #9D9EA1;
    font-size: 12px;
    margin-left: 7px;
}

div.vote-success span {
    color: #FFAB00;
    font-weight: bold;
}