.voteModule
{
	width:110px;	
	text-align:center;
	float:right;
}

.voteModule #voteRatingText
{
	width: auto;
	clear:both;
	margin:0px;
}

.voteModule #articlePageVotesStars
{
	float: left;
}
.voteModule #articlePageVotesStars .starbar
{
	padding-left: 0.7em;
	padding-right: 0.7em;
}

.voteModule #votingThanksMessage
{
	margin: 0px;
	margin-top:-2px;
}

.voteRatings
{
	float: right;
	position: relative;
	width: auto;
	padding: 0 5px;
}

.voteRatings p
{
	float: right;
	margin: 0;
	padding: 0;
	line-height: normal;
	position: relative;
	display: inline;
}

.voteRatings img
{
	padding: 0;
	margin: 0;
	border: 0;
}

.voteRatings span.currentVotes2
{
	position: absolute;
	left: 0;
	top: 0;
	height: 17px;
	overflow: hidden;
	display: inline;
	float: left;
}

.voteRatings a
{
	background: url(../images/votare/stars.png) no-repeat top left;
	position: absolute;
	top: 0;
	left: 0;
	height: 17px;
	display: inline-block;
	color: #fff;	
}

.voteRatings a span
{
	width: auto;
}

.voteRatings a img
{
	width: auto;
	display: block;
	overflow: hidden;
}

.voteRatings a:hover
{
	background: url(../images/votare/stars2.png) no-repeat top left;
	
}

.voteRatings a.votes1Star
{
	width: 20%;	
}

.voteRatings a.votes2Star
{
	width: 40%;
}

.voteRatings a.votes3Star
{
	width: 60%;
}

.voteRatings a.votes4Star
{
	width: 80%;
}

.voteRatings a.votes5Star
{
	width: 100%;
	
}

.voteRatings a.votes1Star, .voteRatings a.votes2Star, .voteRatings a.votes3Star, .voteRatings a.votes4Star, .voteRatings a.votes5Star
{
	color: #4b4949;
	text-decoration: none;
}

div.printbarHolder div.rate
{
	float: right !important;
	padding: 0 10px 0 0;
	text-align: left;
}

.voteModule #votingModule
{
	padding: 0;
	margin: 0;
	float: left;
	margin-top:2px;
	text-align:left;
	margin-left:13px;
	height:17px;
}

