/* CSS Document */

.vote-wrap {
	float: left;
	text-align: center;
	margin: 0 15px 10px 0;
	padding: 0;
	width:50px;
	background:url(voteit.png) top right no-repeat;
}
.vote-wrap-login {
	float: right;
	text-align: center;
	margin: 0;
	padding: 0;
	width:50px;
	height:68px;
	background:url(voteit.png) top right no-repeat;
	margin-right: 5px;
}
.vote-wrap a, .vote-wrap a:link,
.vote-wrap a span.vote-text, .vote-wrap a:link span.vote-text {
	color: #fff;
}
.vote-count {
	margin: 0;
	padding: 8px 0 0 0;
	overflow: visible;
	width:50px;
	height:36px;
	font-size: 2.5em;
	line-height: 100%;
	cursor: default;
	color:#000;
}
.vote-count a , .vote-count a:link  , .vote-count a:visited , .vote-count a:hover , .vote-count a:active {
	color:#000;
}
.vote-counted {
	margin: 0;
	padding: 8px 0 0 0;
	width:50px;
	height:36px;
	font-size: 2.5em;
	line-height: 100%;
	cursor: default;
}
.vote-text {
	display: block;
	margin: 1px 0 0 2px;
	width: 22px;
	height: 20px;
	line-height:20px;
	float:left;
	text-decoration: none;
	cursor: pointer;
	overflow:hidden;
}
.vote-text:hover {
}
.voted-text {
	right:0px;
	top:48px;
	display: block;
	margin: 0;
	padding: 3px 0 0 0;
	width: 50px;
	height: 21px;
	cursor: default;
	color:#999;
}
.vote-wrap-up .vote-text {
	width:47px;
}
.vote-item-up span {
	background-color:#7DBC00;
}
.vote-item-down span {
	background-color:#CC0000;
}
.vote-disable .vote-item-up span , .vote-disable .vote-item-down span  {
	color:#fff;
	background-color:#aaa;
}
.vote-total {
	padding:3px 0;
	clear:both;
	font-size:8pt;
	display:block;
	text-align:center;
}

