.post_votewidget {
}

.post_votewidget a {

	color: #777777;
	background: url(img/btn_vote.png) no-repeat right top;
	font-weight:bold;
	text-align:right;
	padding-right:24px;
	margin-left:2px;
	margin-right:2px;
	overflow:hidden;
	display:block;
	width:38px;
	height:18px;
	font-size:11px;
}

.post_votewidget a:hover {

	margin-left:2px;
	margin-right:2px;
	color: #3370b4;
	overflow:hidden;
	display:block;
	width:38px;
	height:18px;
	font-size:11px;
	font-weight:bold;
	text-align:right;
	padding-right:24px;
	background: url(img/btn_vote_hover.png) no-repeat right top;
}

.post_votewidget_ajax a {

	overflow:hidden;
	display:block;
	width:38px;
	height:18px;
	font-size:17px;
	padding-right:24px;
	font-weight:bold;
	background:url(img/loader.gif) no-repeat right top;
}


.post_votewidget_closed a {

	margin-left:2px;
	margin-right:2px;
	color: #cf3434;
	overflow:hidden;
	display:block;
	width:38px;
	height:18px;
	font-size:11px;
	font-weight:bold;
	text-align:right;
	padding-right:24px;
	background: url(img/btn_voted.png) no-repeat right top;

}

.post_votecount {

}

.post_votewidget_closed .post_votecount {

	color: #a70000;
	font-weight: bold;

}
.post_votebuttoncontainer a {

}
.votewidget {

}
.votewidget .fore {
	background-color: #FFFFFF;
	width: 100%;
	display: block;
}
.votewidget .back {
	background-color: #EEEEEE;
	width: 100%;
	display: block;
}
.votewidget .votecount {
	width: 23%;
	padding-left: 2%;
	float: left;
}

.votewidget .votecount_voted {
	width: 23%;
	padding-left: 2%;
	float: left;
	color: #a70000;
}

.votewidget .text {
	width: 75%;
	float: left;
}
.votewidget .title {
	background-color: #FFFFFF;
	width: 98%;
	display: block;
	padding-left: 2%;
	font-weight: bold;
	color: #666666;
}
.votemicro {
	border: 1px solid #FFE07D;
	background-color: #FFF2C9;
	color: #7F7F7F;
	font-size: 0.55em; /*8*/
	/*
	width: 20px;
	height: 10px;*/
	text-align: center;
	padding: 1px 3px 1px 3px;
	margin: 0px 5px 0px 0px;
	vertical-align: middle;
	display: inline;
	float: left;
}
.votemicrotext {
	font-size: 1em; /* 12 */
	vertical-align: middle;
}
