/*------------------------------------------------------------------------

# plg_extravote - ExtraVote Plugin

-------------------------------------------------------------------------*/

.extravote {
	margin: 0px;
}
.extravote-small {
}
.extravote-stars,  .extravote-info {
	margin: 0!important;
	padding: 0!important;
	position: relative;
	vertical-align: middle;
}
.extravote-info.ihide {
	display: none;
}
.voted .extravote-info.ihide, .extravote-stars {
	display: inline-block;
}
.extravote-stars,  .extravote-star a,  .extravote-info,  .extravote-stars .current-rating {
	height: 25px;
	line-height: 25px;
}
.extravote-stars {
	font-size: 1em;
	overflow: hidden;
	width: 125px;
}
.extravote-info {
	font-size: .78em;
}
.extravote-small .extravote-stars,  .extravote-small .extravote-star a,  .extravote-small .extravote-info,  .extravote-small .extravote-stars .current-rating {
	height: 22px;
	line-height: 22px;
}
.extravote-small .extravote-stars {
	width: 110px;
}
.extravote-star {
	background-position: 0!important;
	background-image: none;
	display: inline;
	margin: 0!important;
	padding: 0!important;
}
.extravote-stars,  .extravote-star a:hover,  .extravote-stars .current-rating {
	background-image: url(../images/star.png)!important;
	background-color: transparent!important;
	background-repeat: repeat-x!important;
}
.extravote-star a:hover,  .extravote-stars .current-rating {
	background-position: left -1000px;
}
.extravote-small .extravote-stars,  .extravote-small .extravote-star a:hover,  .extravote-small .extravote-stars .current-rating {
	background-image: url(../images/star_small.png)!important;
}
.extravote-star a,  .extravote-stars .current-rating {
	border: medium none;
	cursor: pointer;
	left: 0;
	outline: none;
	overflow: hidden;
	position: absolute;
	text-indent: -1000em!important;
	top: 0;
}
.extravote-star a:hover {
	background-position: left bottom!important;
}
.extravote-star a:focus,  .extravote-star a:active {
	background: none!important;
}
.extravote-stars .current-rating {
	background-position: left center;
	z-index: 1;
}
.extravote-star a.ev-5-stars,  .extravote-star a.ev-10-stars,  .extravote-star a.ev-15-stars,  .extravote-star a.ev-20-stars,  .extravote-star a.ev-25-stars,  .extravote-star a.ev-30-stars,  .extravote-star a.ev-35-stars,  .extravote-star a.ev-40-stars,  .extravote-star a.ev-45-stars,  .extravote-star a.ev-50-stars {
	margin: 0;
	padding: 0;
}
.extravote-star a.ev-5-stars {
	width: 10%;
	z-index: 12;
}
.extravote-star a.ev-10-stars {
	width: 20%;
	z-index: 11;
}
.extravote-star a.ev-15-stars {
	width: 30%;
	z-index: 10;
}
.extravote-star a.ev-20-stars {
	width: 40%;
	z-index: 9;
}
.extravote-star a.ev-25-stars {
	width: 50%;
	z-index: 8;
}
.extravote-star a.ev-30-stars {
	width: 60%;
	z-index: 7;
}
.extravote-star a.ev-35-stars {
	width: 70%;
	z-index: 6;
}
.extravote-star a.ev-40-stars {
	width: 80%;
	z-index: 5;
}
.extravote-star a.ev-45-stars {
	width: 90%;
	z-index: 4;
}
.extravote-star a.ev-50-stars {
	width: 100%;
	z-index: 3;
}
