#rate_block {
	border: 1px solid #254D76;
	width: 230px;
	height: 40px;
	border-radius: 5px;
	background: #254D76;
	position: relative;
}
#rate_percent {
	width: 70px;
	text-align: center;
	color: #fff;
	line-height: 2.8em;
	padding-left: 5px;
	font-weight: normal;
}
#loading {
	width: 16px;
	height: 16px;
	position: absolute;
	z-index: 9;
	margin: 10px;
}
#rate_box {
	border: 1px solid #254D76;
	border-radius: 3px;
	background: #000;
	color: #fff;
	font-size: 12px;
	position: absolute;
	top: 0;
	left: 62px;
	width: 161px;
	height: 38px;
	padding-left: 5px;
}
#rate_bar {
	height: 10px;
	width: 150px;
	border: 1px solid #fff;
	position: relative;
}
#rate_bar_value {
	height: 10px;
	width: 150px;
	background: #254D76;
}
/*#rate_bar_value:hover {
	background: none;
}
*/
.votes {
	width: 50px;
	height: 10px;
	position: absolute;
	z-index: 9;
}
/*
#dislike:hover{
	background: red;
}
#neutral:hover{
	background: yellow;
}
#like:hover{
	background: blue;
}
*/
/* Rate List Styling */
#rate_list{
}
#rate_list th { background: #254D76; color: #fff; text-align: center; }
#rate_list th:first-child { border-top-left-radius: 5px; }
#rate_list th:last-child { border-top-right-radius: 5px; }
#rate_list tr { color: #fff; padding: 0; }
#rate_list td { border-bottom: 1px solid #254D76; }
/*#rate_list tr.row-0 { background: gray; }
#rate_list tr.row-1 { background: #c0c0c0; }*/

#rate_list img {
	border: 1px solid #333;
	box-shadow: 0px 1px 2px #333;
	-moz-shadow: 0px 1px 2px #333;
	-webkit-shadow: 0px 1px 2px #333;
	-khtml-shadow: 0px 1px 2px #333;
}

#rate_list img:hover {
	border: 1px solid #336599;
	box-shadow: 0px 1px 10px #336599;
	-moz-shadow: 0px 1px 10px #336599;
	-webkit-shadow: 0px 1px 10px #336599;
	-khtml-shadow: 0px 1px 10px #336599;
}

/* Ranking Styles */
#rank_box {
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	background: #254D76;
	width: 100px;
	margin: 0 auto;
}
#rank_box strong { color: #fff; text-align: center; display: block; padding: 5px; }

#rank_place {
	border: 1px solid #254D76;
	background: #000;
	color: #fff;
	text-align: center;
}
#rank_place h1 {
	font-size: 20px;
	color: orange;
}

#catlist{
	list-style: none;
	display: block;
	border: 1px solid #c0c0c0;
	background: #000;
	color: #fff;
	text-align: center;
	margin: 0 auto;
}

.paging {
	padding: 3px;
}

.paging:hover {
	background: #254D76;
}

.currentpage {
	background: #254D76;
}