
div.votes_box {
	padding: 0px;
        margin-left: 10px;
	height: 18px;
        float: left;
}

div.votes_full {
	padding: 0px;
	float: left;
	width: 18px;
	height: 18px;
	background: url(../image/votes_full.jpg) no-repeat center;
}

div.votes_half {
	padding: 0px;
	float: left;
	width: 18px;
	height: 18px;
	background: url(../image/votes_half.jpg) no-repeat center;
}

div.votes_empty {
	padding: 0px;
	float: left;
	width: 18px;
	height: 18px;
	background: url(../image/votes_empty.jpg) no-repeat center;
}


div.votes_text {
	padding-left: 10px;
	float: left;
	height: 18px;
	vertical-align: middle;
	display : table-cell;
	text-align: left;
	font-weight: bold;
}

