/* Ticker */
.tickercontainer {
	background-color: #26292E;
	font-weight: bold;
	float: left;
	display: block;
	width: 50%;
	font-size: 18px;
	text-align: center;
	color: #FFF;
	cursor: default;
	padding: 2px 0pt 0pt 0px;
	height: 22px;
}

.tickertext .votelink {
	background-color: #0DB5D0;
	font-size: 16px;
	font-weight: bold;
	float: left;
	margin-right: -3px;
	width: 50%;
	padding: 2px 0 0pt 0;
	text-align: center;
	display: block;
	color: #000;
	text-decoration: none;
	height: 22px;
}

.tickertext .votelink:hover {
	background-color: #000;
	font-size: 16px;
	font-weight: bold;
	float: left;
	margin-right: -3px;
	width: 50%;
	padding: 2px 0pt 0pt 0px;
	text-align: center;
	display: block;
	color: #FFF;
	text-decoration: none;
	height: 22px;
}

.avoted {
	background-color: #DFDFDF;
	font-size: 16px;
	float: left;
	margin-right: -3px;
	width: 50%;
	padding: 2px 0pt 0pt 0px;
	text-align: center;
	display: block;
	color: #7F7F7F;
	height: 22px;
}

.votewidget {
	display: block;
	background-color: #FFF;
	margin: 15px auto 5px auto;
}

.votewidget .fore, .votewidget .back {
	background-color: #FFFFFF;
	border-bottom: 1px solid #3F3F3F;
	width: 100%;
	display: block;
	padding: 3px 0px;
	font-weight: bold;
}

.votewidget .votecount {
	padding-left: 2%;
}

.votewidget .mostlink {
color:#FFA70F;
float:left;
font-size:13px;
margin-right:10px;
padding-left:2%;
text-transform:uppercase;
}

.votewidget .mostlink a {
	color: #0099CF;
	text-decoration: underline;
	background: none;
	}

.votewidget .mostlink a:hover {
	color: #000;
	text-decoration: none;
	background: #0099CF;
	}

.votewidget .text {
	width: 75%;
	float: left;
}
.votewidget .title {
	background-color: #FFFFFF;
	width: 98%;
	display: block;
	padding-left: 2%;
	font-weight: bold;
	color: #666666;
}