@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
	border: 0px;
}
body {
	font: 12px verdana,lucida,arial,helvetica,sans-serif;
	color: #666;
}
ul {
	float: left;
	list-style: none;
}
.clear {
	clear: both;
}
a:link, a:visited {
	color: #666;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
/************
男女嘉宾投票
************/
#div2, #div3 {
	float: left;
	width: 950px;
	margin-top: 10px;
}
#div2_tit, #div3_tit {
	background: url(tit_female.gif) no-repeat;
	float: left;
	height: 54px;
	width: 100%;
	position: relative;
}
#div3_tit {
	background: url(tit_male.gif) no-repeat;
}
a.more:link, a.more:visited {
	height: 15px;
	width: 44px;
	position: absolute;
	top: 21px;
	right: 40px;
}
#search2, #search3 {
	position: absolute;
	left: 375px;
	top: 24px;
}
#btnzu {
	position: absolute;
	top: 30px;
	right: 50px;
	height: 6px;
	overflow: hidden;
}
#btnzu span {
	background-color: #ccc;
	width: 6px;
	height: 6px;
	float: left;
	margin-right: 8px;
	display: inline;
	cursor: pointer;
}
.txt1 {
	padding: 1px;
	border: 1px solid #CCC;
}
a.ared:link, a.ared:visited {
	font-weight: bold;
	color: #fe5b90;
}
a.ared:hover {
	color: #F00;
	text-decoration: none;
}
a.ablue:link, a.ablue:visited {
	font-weight: bold;
	color: #8da3ec;
}
a.ablue:hover {
	color: #00F;
	text-decoration: none;
}
#div2_cnt, #div3_cnt {
	float: left;
	width: 947px;
	padding-bottom: 15px;
	border-right: 2px solid #cfcfcf;
	border-bottom: 1px solid #cfcfcf;
	border-left: 1px solid #cfcfcf;
}
#div2_cnt .per, #div3_cnt .per {
	display: inline;
	float: left;
	width: 118px;
	margin-top: 15px;
	margin-left: 34px;
}
#div2_cnt .per img, #div3_cnt .per img {
	padding: 2px;
	float: left;
	height: 130px;
	width: 100px;
	border: 1px solid #cfcfcf;
}
#div2_cnt .pername, #div3_cnt .pername {
	float: left;
	width: 100%;
	margin-top: 10px;
}
#div2_cnt .pername span {
	color: #e60f53;
}
#div3_cnt .pername span {
	color: #8aa3ff;
}
#div2_cnt .vote, #div3_cnt .vote {
	float: left;
	width: 100%;
	margin-top: 10px;
	background: url(btnVote1.gif) no-repeat;
	height: 21px;
	position: relative;
}
#div3_cnt .vote {
	background: url(btnVote2.gif) no-repeat;
}
#div2_cnt .vote span, #div3_cnt .vote span {
	color: #e60f53;
	display: inline;
	float: left;
	margin-top: 4px;
	margin-left: 5px;
}
#div3_cnt .vote span {
	color: #8aa3ff;
}
a.goVote:link, a.goVote:visited {
	height: 21px;
	width: 42px;
	position: absolute;
	right: 0px;
}
/************
在线投票
************/
#question {
	float: left;
	width: 230px;
	display: inline;
	margin-top: 10px;
	margin-left: 10px;
}
#question h4 {
	font-size: 12px;
	float: left;
	width: 100%;
	line-height: 20px;
}
#question table {
	font-size: 12px;
	float: left;
	width: 100%;
}
#question td {
	padding-top: 6px;
}
#question td input {
	vertical-align: baseline;
}
#question td label {
	vertical-align: baseline;
	margin-left: 5px;
	display: inline;
}
#btnq {
	text-align: center;
	float: left;
	width: 100%;
	margin-top: 15px;
}
/************
更多本周嘉宾
************/
#header {
	float: left;
	width: 100%;
	background: url(headbg.jpg) no-repeat center top;
}
#headerin {
	margin: 0px auto;
	height: 231px;
	width: 950px;
}
#wrap {
	margin: 0px auto;
	width: 950px;
}
#footer {
	background: url(footbg.gif) no-repeat center bottom;
	float: left;
	width: 100%;
	margin-top: 50px;
	padding-bottom: 50px;
}
#footerin {
	margin: 0px auto;
	width: 950px;
}
#footerin p {
	text-align: center;
	float: left;
	width: 100%;
	margin-top: 10px;
}
/***************
详细页
*****************/
.detailcenter {
	text-align: center;
	float: left;
	width: 100%;
	margin-top: 15px;
}