/* vote-zone */
#vote-zone .header {
	height: 42px;
	background: url(../../image/vote/header_vote_zone.gif) no-repeat;
}
#vote-zone .content {
	padding: 16px;
	background: url(../../image/common/bg_bdr_645.gif) repeat-y;
}
#vote-zone .footer {
	height: 10px;
	background: url(../../image/common/footer_645.gif) no-repeat;
}
#vote-zone .current {
	min-height: 250px;
	_height: 250px;
	padding-left: 6px;
	padding-right: 6px; 
}
#vote-zone .current .pic {
	width: 240px;
	height: 220px;
	overflow: hidden;
	margin-top: 8px;
	margin-left: 10px;
}
#vote-zone .current .wrapper {
	margin: 8px 10px 8px 10px;
}
#vote-zone .current .text {
	color: #FFFFFF;
	font-size: 11px;
	letter-spacing: 1px;
}
#vote-zone .current .name {
	margin-bottom: 2px;
}
#vote-zone .current .name a {
	color: #FFFFFF;
	font-weight: bold;
}
#vote-zone .current .button {
	float: right;
}
#vote-zone .current .button img {
	cursor: pointer;
}
#vote-zone .current .vs {
	width: 53px;
	height: 250px;
	margin-left: 274px;
}
#vote-zone .cand-list {
	margin-top: 20px;
}
#vote-zone .cand-list .candidate {
	float: left;
	width: 130px;
	margin-left: 12px;
	_margin-left: 10px;
	margin-right: 10px;
}
#vote-zone .cand-list .pic {
	width: 130px;
	height: 120px;
	overflow: hidden;
}
#vote-zone .cand-list .text {
	color: #DDDDDD;
	font: 11px Verdana;
	margin-top: 4px;
}
#vote-zone .cand-list .count  {
	float: right;
	font-size: 10px;
	width: 40px;
	text-align: center;
	background-color: #333333;
}
#vote-female, #vote-male {
	min-height: 300px;
	_height: 300px;
}
#vote-female .current .vs {
	background: url(../../image/vote/bg_vs_female.gif) no-repeat 0 100px;
}
#vote-female .current .candidate {
	width: 260px;
	background: #CC0000;
}
#vote-male .current .vs {
	background: url(../../image/vote/bg_vs_male.gif) no-repeat 0 100px;
}
#vote-male .current .candidate {
	width: 260px;
	background: #014D8B;
}
#vote-sep {
	height: 1px;
	margin-top: 25px;
	margin-bottom: 26px;
	border-bottom: 1px dotted #EEEEEE;
}

#ranking {
	background: #333333 url(../../image/vote/header_ranking.gif) no-repeat 0 0;
}
#ranking .header {
	height: 40px;
}
#ranking .content {
	padding: 4px 12px 8px 12px;
}
#ranking .footer {
	height: 10px;
	background: url(../../image/common/footer_300.gif) no-repeat;
}
#ranking .candidate {
	height: 66px;
	cursor: pointer;
	margin-top: 3px;
	padding: 6px 10px 6px 10px;;
	background-color: #000000;
}
#ranking .candidate .pic {
	float: left;
	width: 65px;
	height: 65px;
	overflow: hidden;
	/*border: 1px solid #CCCCCC;*/
}
#ranking .candidate .text {
	float: left;
	color: #FFFFFF;
	padding-top: 16px;
	padding-left: 16px;
	line-height: 160%;
}
#ranking .candidate .name {
	font: bold 12px Verdana;
}
#ranking .candidate .count {
	font-size: 11px;
}
#ranking .candidate .rank {
	float: right;
	color: #444444;
	font: 22px "Arial Black";	
	padding-top: 38px
}
#ranking .candidate:hover {
	background-color: #970101;
}
#ranking .candidate:hover .rank {
	color: #b64d4d;
}