/* Głosowanie za pomocą gwiazdek by Andrzej Aleksiejuk (c) 2008-2009 andrzej.info.pl */
.ratingBlock {
	height: 20px;
	position: relative;
	margin: 4px 2px;
	background-image: url('http://www.biznes-desk.pl/stars.gif');
	background-position: top left;
	background-repeat: repeat-x;
	text-indent: -90000px;
}
.ratingBlock a {
	width: 20px;
	height: 19px;
	float: left;
	position: absolute;
	display: block;
	text-indent: -9000px;
	outline: none;
	z-index: 20;
}
.ratingBlock a:hover {
	left: 0;
	background-image: url('http://www.biznes-desk.pl/stars.gif');
	background-position: center left;
	background-repeat: repeat-x;
	z-index: 2;
}
* html * .ratingBlock a:hover {
	top: -1px;
}
a.ratingUnit1 {
	left: 0px;
}
a.ratingUnit1:hover {
	width: 20px;
}
a.ratingUnit2 {
	left: 20px;
}
a.ratingUnit2:hover {
	width: 40px;
}
a.ratingUnit3 {
	left: 40px;
}
a.ratingUnit3:hover {
	width: 60px;
}
a.ratingUnit4 {
	left: 60px;
}
a.ratingUnit4:hover {
	width: 80px;
}
a.ratingUnit5 {
	left: 80px;
}
a.ratingUnit5:hover {
	width: 100px;
}
a.ratingUnit6 {
	left: 100px;
}
a.ratingUnit6:hover {
	width: 120px;
}
a.ratingUnit7 {
	left: 120px;
}
a.ratingUnit7:hover {
	width: 91px;
}
a.ratingUnit8 {
	left: 91px;
}
a.ratingUnit8:hover {
	width: 104px;
}
a.ratingUnit9 {
	left: 104px;
}
a.ratingUnit9:hover {
	width: 117px;
}
a.ratingUnit10 {
	left: 117px;
}
a.ratingUnit10:hover {
	width: 130px;
}
.ratingBlock .currentRating {
	display: block;
	height: 19px;
	left: 0;
	position: absolute;
	text-indent: -9000px;
	background-image: url('http://www.biznes-desk.pl/stars.gif');
	background-position: bottom left;
	background-repeat: repeat-x;
	z-index: 1;
}
* html * .ratingBlock .currentRating {
	top: -2px;
}
