/*extravote.css*/
.extravote-container
{
	display: inline-block;
	line-height: 25px;
	vertical-align: middle;
}
.extravote-container-small
{
	display: inline-block;
	line-height: 22px;
	vertical-align: middle;
}
UL.extravote-stars
{
	height: 25px;
	width: 125px;
	padding: 0 !important;
	margin: 0 !important;
}
UL.extravote-stars-small
{
	height: 22px;
	width: 110px;
	padding: 0 !important;
	margin: 0 !important;
}
UL.extravote-stars LI, UL.extravote-stars-small LI
{
	background-position: 0 !important;
	padding: 0 !important;
	margin: 0 !important;
}
UL.extravote-stars, UL.extravote-stars LI A:hover, UL.extravote-stars LI.current-rating
{
	background-image: url(star.gif) !important;
	background-color: transparent !important;
	background-repeat: repeat-x !important;
	background-position: left -1000px;
}
UL.extravote-stars-small, UL.extravote-stars-small LI A:hover, UL.extravote-stars-small LI.current-rating
{
	background-image: url(star_small.gif) !important;
	background-color: transparent !important;
	background-repeat: repeat-x !important;
	background-position: left -1000px;
}
UL.extravote-stars, UL.extravote-stars-small
{
	background-position: left top;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	margin: 0pt;
	overflow: hidden;
	padding: 0pt;
	position: relative;
}
UL.extravote-stars LI, UL.extravote-stars-small LI
{
	background-image: none;
	display: inline;
	padding: 0pt;
}
UL.extravote-stars LI A, UL.extravote-stars LI.current-rating, UL.extravote-stars-small LI A, UL.extravote-stars-small LI.current-rating
{
	border: medium none #000000;
	cursor: pointer;
	left: 0pt;
	outline-color: -moz-use-text-color;
	outline-style: none;
	outline-width: medium;
	overflow: hidden;
	position: absolute;
	text-indent: -1000em;
	top: 0pt;
}
UL.extravote-stars LI A, UL.extravote-stars LI.current-rating
{
	height: 25px;
	line-height: 25px;
}
UL.extravote-stars-small LI A, UL.extravote-stars-small LI.current-rating
{
	height: 22px;
	line-height: 22px;
}
UL.extravote-stars LI A:hover, UL.extravote-stars-small LI A:hover
{
	background-position: left bottom !important;
}
UL.extravote-stars LI A:focus, UL.extravote-stars-small LI A:focus
{
	background: none;
}
UL.extravote-stars LI.current-rating, UL.extravote-stars-small LI.current-rating
{
	background-position: left center;
	z-index: 1;
}
LI A.ev-one-star
{
	width: 20%;
	padding: 0;
	margin: 0;
	z-index: 6;
}
LI A.ev-two-stars
{
	width: 40%;
	padding: 0;
	margin: 0;
	z-index: 5;
}
LI A.ev-three-stars
{
	width: 60%;
	padding: 0;
	margin: 0;
	z-index: 4;
}
LI A.ev-four-stars
{
	width: 80%;
	padding: 0;
	margin: 0;
	z-index: 3;
}
LI A.ev-five-stars
{
	width: 100%;
	padding: 0;
	margin: 0;
	z-index: 2;
}
.extravote-count
{
	vertical-align: middle;
}

