div.vote-wrap{
    overflow: hidden;
}

div.vote-block{
	position: relative;
	
}

div.vote-hover{
    float: left;
}


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


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

div.vote-result{
    color: #ccc;
    font-size: 14px;
    margin-top: 12px;
    padding-left: 190px;

}

div.vote-success{
    clear: both;
    color: #ccc;
    font-size: 14px;
    margin: 10px 0 0 10px;
}
#rating_2 {
	margin-top: 5px;
	margin-right: 10px;
	float: left;
}
.rating_count {
	padding-top: 5px;
}

.rating_count a{
	text-decoration: none;
	border-bottom: 1px dotted #585858;
	color: #585858;
}

.rating_count a:hover {
	color: #028BCF;
	border-bottom: 1px dotted #028BCF;
}