@charset "utf-8";
@import url(common.css);

body{
	background:url(/css1/images/bg_all_c.jpg) no-repeat center 0 #091d01;
	-webkit-text-size-adjust:none;
}
#frame{
	width:1000px;
	margin:auto;
}
.top{
	width:980px;
	margin:auto;
	height:28px;
	line-height:28px;
}
.top_menu{
	float:right;
	width:750px;
}
.top_menu ul{
	float:right;
}
.top_menu li{
	float:left;
}
.top_menu li a{
	color:#fff;
	font-weight:700;
	padding:0 7px;
}
.top_menu li a:hover{
	text-decoration:underline;
}
.top_right{
	float:left;
	width:200px;
	color:#fff;
}
.top_right a{
	color:#fff;
}
.top_right a:hover{
	text-decoration:underline;
}
.logo{
	width:980px;
	margin:auto;
	height:55px;
	padding-top:5px;
}
.logo_en{
	float:left;
	width:350px;
	padding:10px 0 0 10px;
}
.ad1{
	float:right;
	width:600px;
	padding:6px 0 0 0;
}

/* menu */

.menu {
	position: relative;
	z-index: 499;
	width: 980px;
	margin: auto;
	padding-top: 10px;
	margin-bottom:10px;
}
.main_menu {
	clear: both;
	padding: 0 5px;
	height: 27px;
	font-size: 11px;
}
.main_menu li {
	float: left;
	height: 27px;
}
.main_menu li a strong {
	display: block;
	padding: 0 0 0 8px;
	line-height: 24px;
}
.main_menu li a {
	display: block;
	width: auto;
	padding-top: 3px;
	padding-left: 0;
	padding-right: 8px;
	line-height: 24px;
	font-size:11px;
	color:#fff;
}
.main_menu li.on a:link,
.main_menu li.on a:visited,
.main_menu li.on a:hover {
	margin: 0;
	padding-top: 0;
	padding-left: 0;
	padding-right: 15px;
	background-position: right -30px;
	color: #FFF;
	font-weight: 700;
}
.main_menu li a:hover,
.main_menu li a:hover strong,
.main_menu li.on a:link,
.main_menu li.on a:visited,
.main_menu li.on a:hover,
.main_menu li.on a strong {
	background-image: url(/css1/images/mm_bg_s1.png);
	background-repeat: no-repeat;
	text-decoration:none;
}
.main_menu li a:hover {
	background-position: right -89px;
	color: #FFF;
}
.main_menu li a:hover strong {
	background-position: left -62px;
}
.main_menu li.on a strong,
.main_menu li.on a:hover strong {
	display: block;
	padding: 3px 0 0 15px;
	background-position: left 0;
	line-height: 24px;
}
.sub_menu {
	overflow: hidden;
	clear: both;
	height: 25px;
	padding: 0 5px;
	line-height: 25px;
	background: url(/css1/images/c.gif) no-repeat -2000px 0;
}
.sub_menu li {
	float: left;
}
.sub_menu a:link,
.sub_menu a:visited {
	display: block;
	float: left;
	padding: 0 5px;
	color:#e3e3e3;
}
.sub_menu a:hover {
	color: #FFF;
	text-decoration: underline;
}
.sub_menu li.on a:link,
.sub_menu li.on a:visited {
	color: #FFF;
	font-weight: 700;
}
.p_menu {
	display: none;
	position: absolute;
	z-index: 500;
	clear: both;
	overflow: hidden;
	width: auto;
	padding: 1px;
	height: auto;
	font-size: 11px;
}
.sub_menu .p_menu {
	top: 50px;
}
.t_menu .p_menu a:link,
.t_menu .p_menu a:visited {
	color: #000;
}
.t_menu .p_menu dd a:link,
.t_menu .p_menu dd a:visited {
	font-weight: 400;
}
.p_menu a:link,
.p_menu a:visited {
	display: block;
	width: 92%;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 4%;
	padding-right: 4%;
	line-height: 120%;
}
.p_menu dl {
	float: left;
	width: 100%;
}
.p_menu dt {
	width: 100%;
	padding: 0;
	font-weight: 700;
}
.p_menu dd a:link,
.p_menu dd a:visited {
	width: 87%;
	padding-left: 8%;
}
.p_menu {
	border: 1px solid #CCC;
	background: #FFF;
}
ul.main_menu div.p_menu a:link,
ul.main_menu div.p_menu a:visited {
	font-size: 11px;
	color: #000;
}
ul.main_menu div.p_menu a:hover,
ul.main_menu div.p_menu a:active {
	color: #FFF;
	background-color: #930;
	background-image: none;
	text-decoration: none;
}

.content{
	width:958px;
	padding:10px;
	margin:auto;
	border-top:2px solid #ccc;
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
	border-left:1px solid #ccc;
	background:url(/css1/images/content_bg.gif) repeat-x 0 top #fff;
}
.con_top{
	margin-bottom:10px;
}

/* slide */

.slide{
	float:left;
	margin-right:10px;
}
.tn_img{
	float:left;
	position:relative;
	overflow:hidden;
	width:420px;
	height:240px;
}
.tn_img img{
	border:0 none;
	width:420px;
	height:240px;
}
.tn_txt{
	position:absolute;
	color:#fff;
	width:400px;
	height:40px;
	padding:0 10px;
	bottom:0;
	z-index:999;
} 
.tn_txt .alert{
	float:left;
	width:300px;
	line-height:40px;
}
.tn_txt .alert a{
	color:#ffcc00;
	font-weight:700;
}
.tn_txt .btn{
	float:right;
	width:90px;
	padding-top:11px;
}
.tn_txt .btn li{
	float:left;
	margin-right:3px;
}
.tn_txt .btn li a{
	display:block;
	width:18px;
	height:18px;
	line-height:18px;
	text-align:center;
	font-size:10px;
	font-weight:700;
	background:#000;
	color:#fff;
	filter:alpha(opacity=80); 
	-moz-opacity:0.8; 
	-khtml-opacity:0.8; 
	opacity:0.8; 
}
.tn_txt .btn li a.on,
.tn_txt .btn li a:hover{
	color:#000;
	background:#ffcc00;
	text-decoration:none;
}
.b_layer{
	float:left;
	position:absolute;
	width:420px;
	height:40px;
	background:#000;
	bottom:0;
	filter:alpha(opacity=50); 
	-moz-opacity:0.5; 
	-khtml-opacity:0.5; 
	opacity:0.5;
	z-index:111;
}

/* headlines */

.headlines{
	float:left;
	width:348px;
	margin-right:10px;
}
.headlines .title{
	width:328px;
	height:35px;
	line-height:35px;
	background:#ffcc00;
	padding:0 10px;
}
.headlines .title_l{
	float:left;
	width:150px;
}
.headlines .title_r{
	float:right;
	width:150px;
	text-align:right;
}
.headlines .con{
	padding:8px 10px 0;
}
.headlines .con_t dt{
	font-size:12px;
	height:35px;
	font-weight:700;
	margin-bottom:6px;
	border-bottom:1px solid #e5e5e5;
}
.headlines .con_t dt a{
	color:#000;
}
.headlines .con_t dd,
.rep_pre .list_b li {
	background:url(/css1/images/hl_icon.gif) no-repeat 0 8px;
	padding-left:10px;
	line-height:18px;
}
.headlines span{
	display:block;
	padding:8px 10px 0 0;
}
.headlines span a{
	padding-right:10px;
	color:#333;
	font-weight:700;
	text-decoration:underline;
}
.headlines span a:hover{
	text-decoration:none;
}

.ad2 {
	border:1px solid #D8D8D8;
	float:left;
	height:236px;
	padding:1px 0;
	text-align:center;
	width:168px;
}
.ad2 img {
	border:0 none;
	height:53px;
	margin:3px 0;
	width:160px;
}
.con_mid{
	clear:both;
	margin-bottom:10px;
}
.con_mid .t_line{
	background:url(/css1/images/mid_line.gif) no-repeat 0 0;
	width:958px;
	height:2px;
	overflow:hidden;
}

/* Reports & Previews */

.rep_pre{
	float:left;
	width:348px;
}
.rep_pre .title{
	float:left;
	width:320px;
	background:url(/css1/images/icon1.gif) no-repeat 13px 12px;
	height:28px;
	line-height:28px;
	padding-left:28px;
}
.rep_pre .con{
	float:left;
	width:320px;
	padding:7px 0 0 28px;
}
.rep_pre .img_t{
	float:left;
	height:75px;
}
.rep_pre .img{
	float:left;
	margin-right:10px;
}
.rep_pre .con .img img{
	width:88px;
	height:66px;
}
.rep_pre .list{
	float:left;
	width:220px;
}
.rep_pre .list p{
	font-size:12px;
	font-weight:700;
}
.rep_pre .list p a{
	color:#000;
}
.rep_pre .list span{
	color:#595959;
	line-height:15px;
}
.rep_pre .list_b{
	clear:both;
	width:320px;
}
.rep_pre .more{
	font-size:11px;
	font-weight:700;
	text-align:right;
	margin-bottom:10px;
	padding-right:20px;
}
.line{
	float:left;
	width:1px;
	height:198px;
	margin-top:12px;
	background:#dbdbdb;
}

/* Prediction */

.predict{
	float:left;
	width:260px;
}
.predict .title{
	background:url(/css1/images/icon1.gif) no-repeat 13px 12px;
	height:28px;
	line-height:28px;
	padding:0 10px 0 28px;
}
.predict .title_l{
	float:left;
	width:160px;
}
.predict .title_r{
	float:right;
	text-align:right;
	width:50px;
}
.predict .c_title{
	padding:0 10px;
}
.predict .pre_menu{
	float:left;
	width:231px;
	border-bottom:1px solid #ffcf6c;
	padding-left:5px;
}
.pre_menu li{
	float:left;
	position:relative;
	margin-bottom:-1px;
	border-top:1px solid #fff;
	cursor:pointer;
}
.pre_menu li a{
	color:#252525;
	font-weight:700;
	height:23px;
	line-height:23px;
	padding:0 7px;
}
.pre_menu li a:hover,
.pre_menu li.on a:hover {
	text-decoration:none;
}
.pre_menu li.on{
	color:#ff7901;
	border-left:1px solid #ffcf6c;
	border-bottom:1px solid #fff;
	border-top:1px solid #ffcf6c;
	border-right:1px solid #ffcf6c;
}
.pre_menu li.on a{
	color:#ff7901;
}
.predict .con{
	overflow:hidden;
	height:155px;
	padding-left:10px;
	padding-top:1px;
}
.predict .p_box{
	float:left;
	overflow:auto;
	width:236px;
	height:155px;
}
.p_box li{
	float:left;
	height:40px;
}
.p_box li.single{
	background:#fff7d8;
	border-bottom:1px solid #ffe39e;
	width:99px;
	overflow:hidden;
	padding:3px 0 0 10px;
}
.p_box li.single_r{
	width:110px;
	overflow:hidden;
	padding:3px 0 0 0;
}
.p_box li.pa_r{
	text-align:center;
	font-weight:700;
}
.p_box li.double{
	background:none;
}
.p_box a{
	color:#333;
	line-height:17px;
	border-bottom:1px solid #999;
}
.p_box a:hover{
	color:#ff3300;
	text-decoration:none;
	border-bottom:1px solid #ff3300;
}

.con_mid .f_line{
	background:url(/css1/images/mid_line.gif) 0 bottom;
	width:958px;
	height:1px;
	overflow:hidden;
}
.con_bot{
	margin-bottom:10px;
}

.con_bot_l{
	float:left;
	width:216px;
	margin-right:10px;
}

/* video */

.video{
	border-top:2px solid #333;	
	border-left:1px solid #c6c6c6;
	border-right:1px solid #c6c6c6;
	border-bottom:1px solid #c6c6c6;
	margin-bottom:10px;
}
.video .title{
	width:194px;
	height:30px;
	line-height:30px;
	padding:0 10px;
	border-bottom:1px solid #c6c6c6;
}
.video .title_l{
	float:left;
	width:89px;
}
.video .title_r{
	float:right;
	width:60px;
	text-align:right;
}
.video .con{
	width:214px;
	padding:10px 0;
}
.video .list{
	width:214px;
}
.video .list li{
	height:20px;
	line-height:20px;
	padding-left:24px;
	overflow:hidden;
	background:url(/css1/images/icon2.gif) no-repeat 13px 9px;
}
.video li.list_bc{
	background:url(/css1/images/icon2.gif) no-repeat 13px 9px #efefef;
}

/* NBA Live */

.nl_list{
	width:214px;
}
.nl_btn{
	width:207px;
	background:url(/css1/images/top_tb.gif) repeat-x;
	height:27px;
	padding:6px 0 0 7px;
}
.nl_btn li{
	float:left;
	margin-right:1px;
}
.nl_btn li a{
	display:block;
	width:55px;
	padding:0 5px;
	color:#fff;
	line-height:27px;
	text-align:center;
	cursor:pointer;
}
.nl_btn li a:hover{
	text-decoration:none;
}
.nl_btn li a.on{
	color:#333;
	background:#fff;
}
.nl_date{
	background:url(/css1/images/nba_datebg.gif) repeat-x;
	height:29px;
	line-height:29px;
	width:204px;
	padding-left:10px;
	color:#595959;
}
.nl_listcon{
	width:200px;
	padding:0 7px 7px;
	margin:auto;
}
.nl_listcon li{
	height:25px;
	line-height:25px;
	border-bottom:1px dotted #c6c6c6;
}
.nl_listcon li a{
	color:#595959;
}
.nl_lteam,
.nl_rteam{
	float:left;
	width:75px;
}
.nl_rteam{
	text-align:right;
}
.nl_score{
	float:left;
	width:50px;
	text-align:center;
}
.nl_score span{
	font-weight:bold;
	color:#cc0000;
}

/*i_rank*/

.i_rank{
	margin-bottom:10px;
	overflow:hidden;
	width:216px;
	height:418px;
}
.i_rank_btn{
	width:216px;
	background:url(images/top_tb.gif) repeat-x;
	height:27px;
	padding:6px 0 0 7px;
}
.i_rank_btn li{
	float:left;
	margin-right:2px;
}
.i_rank_btn li a{
	display:block;
	width:80px;
	padding:0 5px;
	color:#fff;
	line-height:27px;
	text-align:center;
	cursor:pointer;
}
.i_rank_btn li a:hover{
	text-decoration:none;
}
.i_rank_btn li a.on{
	color:#333;
	background:#fff;
}
.i_rank .list{
	clear:both;
	width:214px;
	height:386px;
	overflow:hidden;
	border-right:1px solid #c6c6c6;
	border-bottom:1px solid #c6c6c6;
	border-left:1px solid #c6c6c6;
}
.i_rank .list_f{
	background:url(images/top_lb.gif) repeat-x 0 bottom;
	width:204px;
	overflow:hidden;
	height:29px;
	padding:10px 0 0 10px;
	border-bottom:1px solid #c6c6c6;
}
.i_rank .no1, .no2, .no3{
	font-weight:700;
}
.i_rank .list_b{
	overflow-y:auto;
	height:345px;
}
.i_rank .list_b li{
	clear:both;
	height:20px;
	line-height:20px;
}
.i_rank .list_b li span.no{
	float:left;
	width:18px;
	text-align:center;
}
.i_rank .list_b li a{
	float:left;
	width:140px;
	height:20px;
	overflow:hidden;
}
.i_rank .list_b li span.score {
text-align:right;
width:35px;
}
.i_rank .list_bc{
	background:#efefef;
}
.i_rank .league {
	width: 195px;
	height: 20px;
	font-size: 11px;
	font-family:Tahoma;
	cursor: pointer;
}

/* Database */

.data .d_title{
	border:none;
}
.data .img{
	width:214px;
	text-align:center;
	padding-bottom:5px;
}
.data .d_list{
	background:url(/css1/images/data_bb.gif) repeat-x 0 bottom;
	width:200px;
	padding:0 0 10px 14px;
}
.data .d_list li{
	float:left;
	margin-right:5px;
	line-height:15px;
}
.data .d_list li a{
	white-space:nowrap;
	text-decoration:underline;
}
.data .d_list li a:hover{
	text-decoration:none;
}

/* poll */
.mode{
	border-top:2px solid #333;	
	border-left:1px solid #c6c6c6;
	border-right:1px solid #c6c6c6;
	border-bottom:1px solid #c6c6c6;
	margin-bottom:10px;
}
.i_poll{
	background:url(/css1/images/poll_t.gif) no-repeat 12px 6px;
	width:214px;
}
.md_title{
	width:150px;
	height:30px;
	line-height:30px;
	padding-left:35px;
}
.md_title h3{
	font-size:12px;
	font-weight:700;
}
.i_poll .md_content{
	background:url(/css1/images/data_bb.gif) repeat-x 0 bottom;
	padding:0 15px 15px;
}
.i_poll_list dt{
	font-weight:700;
}
.i_poll_list dd{
	line-height:22px;
}
.i_poll_list dd label input{
	vertical-align:-4px;
	margin-right:3px;
}
.i_poll_sub input{
	margin-right:3px;
}

.con_bot_c{
	float:left;
	width:508px;
	margin-right:10px;
}

/* Breaking news */

.b_news{
	width:482px;
	height:27px;
	line-height:27px;
	border-top:1px solid #333;
	border-right:1px solid #c6c6c6;
	border-bottom:1px solid #c6c6c6;
	border-left:1px solid #c6c6c6;
	padding-left:24px;
	background:url(/css1/images/icon1.gif) no-repeat 13px 11px;
	font-size:12px;
	margin-bottom:10px;
}
.b_news strong{
	margin-right:5px;
}
.b_news a{
	color:#333;
}

/* ad3 */

.ad3{
	margin-bottom:10px;
}
.ad3 img{
	width:508px;
	height:60px;
}

/* match_center */

.match_c{
	margin-bottom:10px;
}
.box{
	width:508px;
}
.box .tit{
	border-bottom:solid 1px #c6c6c6;
	height:23px;
}
.box .label{
	background:url(/css1/images/list.gif) no-repeat 0 3px;
	text-indent:19px;
	float:left;
	font-weight:700;
	line-height:22px;
	margin-right:5px;
}
.box .label a{
	color:#000;
}
.box ul{
	margin:0;
	padding:0;
	float:left
}
.box li{
	border-top-left-radius:4px;
	border-top-right-radius:4px;
	-moz-border-radius-topleft:4px;
	-moz-border-radius-topright:4px;
}
.box li{
	list-style-type:none;
	padding:0 3px;
	border:solid 1px #c6c6c6;
	border-bottom:none;
	margin:2px 2px 0;
	background-color:#efefef;
	float:left;
	color:#5c5c5c;
	line-height:20px;
	text-align:center;
}
.box .tit .current{
	color:#000;
	background-color:#fff;
	position:relative;
	margin-bottom:-1px;
	border-bottom:solid 1px #fff;
}
.box .childs{
	padding:5px;
	border:solid 1px #c6c6c6;
	border-top:none;
	text-align:center;
}
.box .childs table{
	line-height:20px;
	border-collapse:collapse;
}
.box .childs table th{
	background-color:#EFEFEF;
}
.box .childs table td{
	text-align:center;
}
.box .childs table .q{
	background-color:#F5F5F5;
}
.box .childs table .al{
	text-align:left;
}
.box .childs table .ar{
	text-align:right;
}
.box .more{
	float:right;
	font-weight:600;
	line-height:20px;
}
.refresh {
	background:url(" //img.7m.com.cn/s_img/icon_11x11.gif") no-repeat scroll 0 -100px transparent;
	cursor:pointer;
	display:block;
	height:11px;
	width:11px;
	margin-top:5px;
}

/* Gossip&International */

.gi{
	clear:both;
	float:left;
	margin-bottom:10px;
}
.gi .t_line{
	background:url(/css1/images/gi_line.gif) no-repeat;
	height:2px;
	overflow:hidden;
}
.gi .title{
	height:28px;
	line-height:28px;
	padding:0 10px 0 28px;
	background:url(/css1/images/icon1.gif) no-repeat 14px 12px;
}
.gi .title_l{
	float:left;
	width:150px;
}
.gi .title_r{
	float:right;
	width:100px;
	text-align:right;
}
.gi .con{
	float:left;
	padding-bottom:10px;
}
.gi li{
	float:left;
	width:159px;
	height:140px;
	padding:0 5px 2px;
}
.gi li p.img{
	text-align:center;
}
.gi li p img{
	width:100px;
	height:75px;
	margin:5px 0;
}
.gi li p a{
	color:#000;
}
.gi li span{
	color:#595959;
}
.gi .b_line{
	background:url(/css1/images/gi_line.gif) 0 bottom;
	height:1px;
	overflow:hidden;
}

/* PPTV Listings */

.pp_list .title{
	padding:0 10px 0 33px;
	background:url(/css1/images/icon3.gif) no-repeat 12px 9px;
}
.pp_list .pp_con{
	width:500px;
	border:1px solid #ffcc00;
	padding:3px;
}
.pp_list .pp_con th{
	height:24px;
	text-align:center;
	font-weight:700;
	background:#ffcc00;
}
.pp_list .pp_con table{
	background:#fff;
}
.pp_list .pp_con td{
	height:38px;
	text-align:center;
	border-bottom:1px solid #ffe39e;
}
.pp_list .pp_con tr.td_bc{
	background:#fff7d8;
}
.pp_list .pp_con td.mat,
.pp_list .pp_con td.mat a,
.pp_list .pp_con td.view a {
	color:#000;
	font-weight:700;
}
.pp_list .pp_con td.mat{
	text-align:left;
}
.pp_list .ul_none1 td,
.pp_list .ul_none2 td{
	border-bottom:none;
}
.pp_list .ul_none2 td{
	background:#fff7d8;
}
.con_bot_r{
	float:left;
	width:214px;
}

/* photos */

.photos{
	margin-bottom:10px;
}
.photos .title{
	height:33px;
	line-height:33px;
	background:url(/css1/images/top_tb.gif) repeat-x;
	padding:0 10px;
}
.photos .title_l{
	float:left;
	width:100px;
	font-size:12px;
	color:#fff;
}
.photos .title_r{
	float:right;
	width:50px;
	text-align:right;
}
.photos .title_r a{
	font-size:12px;
	color:#fff;
}
.photos .con{
	border-right:1px solid #c6c6c6;
	border-bottom:1px solid #c6c6c6;
	border-left:1px solid #c6c6c6;
	padding:26px 0 0 26px;
}
.p_list{
	width:160px;
	overflow:hidden;
}
.p_list ul{
	float:left;
}
.photos .con li{
	width:160px;
	height:160px;
	margin-right:10px;
	margin-bottom:10px;
}
.photos .con li img{
	width:160px;
	height:120px;
}
.photos p.btn{
	padding:0 0 20px 115px;
}
.photos p.btn a{
	float:left;
	width:9px;
	height:9px;
	margin-right:3px;
}
.photos p.btn a,
.photos p.btn a.on,
.photos p.btn a:hover{
	background:url(/css1/images/p_btn.gif) no-repeat 0 0;
}
.photos p.btn a:hover{
	background-position:-12px 0;
}
.photos p.btn a.on,
.photos p.btn a:hover.on{
	background-position:-24px 0;
}

/* Latest_Comments */

.lc .title{
	width:192px;
}
.lc .lc_title_l{
	width:130px;
}
.lc .md_content {
	overflow: hidden;
	padding: 5px;
	text-align: left;
	line-height: 1.5em;
	height: 240px;
}
.lc .md_content a{
	color:#000;
}
.ilc_box {
	float: left;
	overflow: auto;
	width: 202px;
	height: 230px;
}
.ind_list_com {
	overflow: hidden;
	clear: both;
	width: 179px;
	padding: 0 2px;
	border: 1px solid #FFF;
	cursor: default;
}
.ind_list_com:hover {
	border: 1px solid #FC0;
	background-color: #FFE;
}
.ind_list_com:hover a:link,
.ind_list_com:hover a:visited {
	text-decoration: underline;
}
.ind_list_com dt {
	overflow: hidden;
	clear: both;
	width: 180px;
	height: 20px;
	font-size: 12px;
	font-weight: 700;
	line-height: 20px;
}
.ind_list_com dt a:link,
.ind_list_com dt a:visited {
	text-decoration: underline;
}
.ilc_face {
	float: left;
	width: 30px;
}
.ilc_face img {
	width: 24px;
	height: 24px;
}
.ilc_con {
	float: right;
	width: 149px;
	text-align: left;
	word-wrap:break-word; 
}
.ilc_face img {
	border: 1px solid #CCC;
}

/* forum */

.forum{
	width:212px;
	_height:270px;
	min-height:270px;
}
.forum .f_title{
	border:none;
}
.forum .f_btn{
	height:27px;
	line-height:27px;
	border-top:1px solid #091d01;
	border-bottom:1px solid #091d01;
}
.forum .f_btn li{
	float:left;
}
.forum .f_btn a{
	text-align:center;
	padding:0 2px;
	text-decoration:underline;
}
.forum .f_btn a:hover{
	display:block;
	background:#ddd;
	text-decoration:none;
}
.forum .f_btn a.on,
.forum .f_btn a:hover.on{
	display:block;
	background:#091d01;
	font-weight:700;
	color:#fff;
	text-decoration:none;
}
.forum .f_con{
	clear:both;
	padding:10px 0 0 10px;
}
.forum .f_con a{
	color:#000;
}
.forum .img_t{
	padding-bottom:5px;
}
.forum .img_t .img{
	float:left;
	margin-right:6px;
}
.forum .img_t .img img{
	width:65px;
	height:50px;
}
.forum .img_t .text{
	float:left;
	width:120px;
}
.f_list{
	padding-bottom:5px;
}
.f_list li{
	height:15px;
	line-height:15px;
}
.f_list li span{
	color:#999;
}
.f_list_f{
	padding-left:10px;
	margin-bottom:10px;
}
.f_list_f span{
	width:193px;
}
.f_list_f span a{
	padding-right:10px;
	line-height:15px;
	text-decoration:underline;
}
.f_list_f span a:hover{
	text-decoration:none;
}
.s_img{
	margin-bottom:8px;
}
.s_img img{
	margin:0 5px 5px 0;
	width:60px;
	height:46px;
}

/* foot */

.foot {
	padding: 10px 0 30px 0;
	background: url(//img.7m.com.cn/img11/m.jpg) no-repeat center bottom;
	color: #CCC;
	text-align: center;
	line-height: 1.5em;
}
.foot a:link,
.foot a:visited {
	color: #FFF;
}
.b_qlink {
	overflow: hidden;
	clear: both;
	width: 960px;
	padding: 0 10px 10px 10px;
	font-size: 12px;
	text-align: center;
	line-height: 120%;
}
.b_qlink {
	overflow: hidden;
	margin: auto;
}
.b_qlink dl {
	float: left;
	display: inline;
	width: 150px;
	margin-right: 5px;
	margin-left: 5px;
	text-align: left;
}
.b_qlink dt {
	height: 25px;
	color: #FFF;
	font-size:12px;
	font-weight: 700;
	line-height: 25px;
}
.b_qlink a:link,
.b_qlink a:visited {
	margin-right: 5px;
}
.b_qlink,
.b_qlink a:link,
.b_qlink a:visited {
	color: #DDD;
}
.item_link {
	height: 30px;
	line-height: 30px;
}

/* ad4 */

.ad4{
	margin-bottom:10px;
}
.ad4 img{
	width:216px;
	height:50px;
}
.replaybox{ clear:both; float:left; width:506px;}
.replaybox a{ color:#000;}
.rb_list{ float:left; width:506px;}
.rb_list li{ float:left; width:506px; padding:6px 0;}
.rb_list li.bgcolor{ background:#f6f6f6;}
.rb_time,.rb_watch,.rb_contitle{ float:left; text-align:center;}
.rb_time{ width:76px;}
.rb_watch{font-weight:bold;}
.rb_contitle{ width:380px; text-align:left;}
.rb_contitle a:hover{ color:#ff0000;}
.win{ color:#ff0000;}
.o_medals{ float:left; width:348px; background:url(/css1/images/o_medals_titlebg.gif) no-repeat 2px 4px;}
.om_title{ height:20px; padding-top:10px; font-weight:bold;}
.om_title_l{ float:left; width:170px; font-size:12px; padding-left:30px;}
.om_title_r{ float:right; width:50px; padding-right:30px; text-align:right;}
.om_title_r a{ color:#000; font-size:12px;}
.om_title2{ padding:10px 0 0 39px; height:23px; line-height:23px; text-align:center;}
.om_title2 img{ margin-top:3px;}
.om_country{ float:left; width:133px;}
.om_country2{ float:left; width:128px; padding-left:5px; text-align:left;}
.om_count{ float:left; width:38px;}
.om_list{ padding-left:19px;}
.om_list a{ color:#000;}
.om_ranking1,.om_ranking2{ float:left; width:20px; height:27px;}
.om_ranking1{ background:url(/css1/images/ranking_bg1.gif) no-repeat 2px 5px;}
.om_ranking2{ background:url(/css1/images/ranking_bg2.gif) no-repeat 2px 5px;}
.om_list li{ clear:both; width:305px; height:27px; line-height:27px; text-align:center; border-bottom:1px solid #edeced;}
.rptitle{ float:left; width:324px; border-bottom:1px solid #dbdbdb; margin:4px 0 0 10px; _display:inline;}
.rptitle li{ float:left; position:relative; border-top:1px solid #fff; padding:4px 10px; margin-bottom:-1px; color:#333; font-size:12px; font-weight:bold; cursor:default;}
.rptitle li.on{ border:1px solid #dbdbdb; border-bottom:1px solid #fff; color:#000;}








