/* BOX VOTE, SHARE */

.voteLeft {
	background: url(http://i.wp.pl/a/i/lux/bg_lvote.gif) no-repeat;
	height: 41px; width: 16px;
	float: left;
}

.voteRight {
	background: url(http://i.wp.pl/a/i/lux/bg_rvote.gif) no-repeat;
	height: 41px; width: 16px;
	float: left;
}

.voteCent {
	background: url(http://i.wp.pl/a/i/lux/bg_cvote.gif) repeat-x;
	float: left;
	height: 32px; width: 428px;
	padding-top:9px;
}

.voteCent .btn_vplus,
.voteCent .btn_vminus {
	background: url(http://i.wp.pl/a/i/lux/vote_btn.gif) no-repeat;
	width: 19px; height: 17px;
	cursor: pointer;
	float: left;
	margin: 3px 0 0 8px;
}

.voteCent .btn_vminus {
	background-position: -19px 0;
	margin-right: 25px;
}

#bxVote {

}
*html body #bxVote {
	padding-top: 10px;
	height: 25px
}
#bxVote img {
	vertical-align: middle
}
#bxVote strong {
	font-size: 16px;
	color: #a8893f;
}
#bxVote span {
	padding: 0 3px
}

#bxVote .voteInfo {
	height: 17px;
	float:left;
	margin: 3px 0 0 8px;
}

#bxVote .ratingIco {
	margin: 0 10px;
	float:left;
}

#bxVote .ratingIco span{
	vertical-align: middle;
	color: #af9862;
	font-size:11px;
}

#bxVote .voteInfo strong{
	line-height: normal;
}

#bxVote .voteInfo span{
	color: #9d9d9d;
	font-size: 11px;
}

#bxVote .chrank {
	background: url(http://i.wp.pl/a/i/lux/vote_arrow.gif) no-repeat right 9px;
	color: #179cbb;
	font-size: 11px;
	float: right;
	padding: 4px 15px 0 0;
}

#bxVote .vote_oc {
	padding-top: 4px;
}

/* clear */

.clear {
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
}

