/* CSS Document */
@import url("css.css");  /*xhtml元素的设定*/

body{
	font:12px arial,helvetica,clean,sans-serif,"宋体";
	text-align: center;
	background:url(../images/bg.jpg) #0f4b8f repeat-x top;
	color:#fff;
}
		
input.button{
	width:66px;
	height:29px;
	line-height:25px;
	border:none;
	background:url(../images/ico.gif) right -300px;
	color:#fff;
	font-size:14px;
	font-weight:bold;
	cursor:pointer;
	padding-bottom:5px;
	}
	
input.button:hover{
	background:url(../images/ico.gif) right -336px;
	color:#ffff00;
}


input.s_button{
	width:52px;
	height:23px;
	line-height:23px;
	border:none;
	background:url(../images/ico.gif) left -300px;
	color:#fff;
	font-size:12px;
	font-weight:bold;
	cursor:pointer;
	padding-bottom:5px;
	}
	
input.s_button:hover{
	background:url(../images/ico.gif) left -336px;
	color:#ffff00;
}

.noborder{
	border:none;
	}

/* 链接颜色 */
a:link {color: #33ccff; text-decoration:none;}
a:visited {color: #33ccff; text-decoration:none;}
a:hover {color:#ff6600; text-decoration:underline;}
a:active {color: #33ccff;}

/* 颜色属性 [定义规则，小写c加颜色名称] */
.red, a.red:link, a.red:visited{ color:#ff00ff; font-weight:bold; }
.cd_red, a.cd_red:link, a.cd_red:visited{ color:#bc2931;}
.green {
	color:#00ff99;
}
.blue{
color:#008cd2;
}
.gray{color:#898989;}
.black, .black a:link, .black a:visited{ color:#000000;}
a.black:visited{
	color:#444;
	}
a.black:link{
	color:#444;
	}
	
.white, .white a:link, .white a:visited{ color:#fff;}

/*隐藏*/
.dn{
	display:none;
	}

/* 其他 */
.dashedline{
	border-bottom:1px solid #ececef;
	}
	
.gray_solidline{
	border-bottom:1px solid #dedede;
	}

.solidline{
	border-bottom:1px solid #ccc;
	}
	
.text_solidline{
	border-bottom:1px solid #333;
	}
	
	
.clearboth{clear:both; font-size:0px; height:0px; line-height:0px;}
.floatleft{
	float:left;
}
.floatright{
	float:right;
}
.align_right{
	text-align:right;
	}
	

.tcenter{
	text-align:center;
	}

/* 空白 */	
.blank8{ height:8px; clear:both; font-size:1px;overflow:hidden;line-height:1px;}
.blank5{ height:5px; clear:both; font-size:1px;overflow:hidden; line-height:1px;}
.blank10{ height:10px; clear:both; font-size:1px;overflow:hidden;line-height:1px;}


/* 字体属性 [定义规则，小写f加属性名称] */
.fB {font-weight: bold;}


/* 字体大小*/
.f15px{ font-size:15px;}

/* 顶部 */
.top{
	height:26px;
	line-height:0px;
	background:url(../images/top_bg.gif) repeat-x;
	border-bottom:1px solid #fff;
}

.top ul{
	width:954px;
	margin:auto;
}

.top_right{
	background:url(../images/ico.gif) right -36px;
	float:right;
	height:20px;
	width:101px;
}

/*整体布局*/
.wrapper {
	width:954px;
	margin:0 auto;
}

/* 区块 */
.header, .main, .footer{
	clear:both;
	margin:auto;
	width:954px;
	}
	
	
.left{
	width: 566px;
	float: left;
	margin-right:20px;
}

	
.right{
	float:right;
	width:357px;
}

.podds .left, .podds .right{
	width:467px;
}

.footer{
	padding:10px 0 30px;
	line-height:14px;
	border-top:1px solid #fff;
	margin-top:20px;
	}
	
	
/* 头部 */	
.header{
	height:85px;
	margin:0px auto;
	vertical-align:middle;
}

.header_right{
	background:url(../images/head_right.jpg) right top no-repeat;
	height:85px;
	float:right;
	width:706px;
}

.logo a{
	height:85px;
	width:248px;
	cursor:pointer;
	vertical-align:middle;
	text-align:left;
	display: block;
	line-height:175px;
	float:left;
	background:url(../images/ico.gif) left -177px no-repeat;
	}
	

/* 主导航 */
.nav{
	height:35px;
	margin:8px auto 30px;
	vertical-align:middle;
	font-size:14px;
	font-weight:bold;
	background:url(../images/nav.gif) left -252px repeat-x;
	}

.nav div{
	overflow:hidden;
	background:url(../images/nav.gif) left -216px no-repeat;
	padding-left:22px;
	}

.nav div ul{
	padding-left:0;
	height:35px;
	background:url(../images/nav.gif) right -288px no-repeat;
}

.nav a{
	float:left;
	text-align:center;
	height:35px;
	line-height:35px;
	overflow:hidden;
	display:inline-block;
	padding-left:1px;
	background:url(../images/nav.gif) -2px top no-repeat;
	}
	
.nav a span{
	display:inline-block;
	height:35px;
	background:url(../images/nav.gif) right -36px no-repeat;
	margin-left:18px;
	padding-right:20px;
	cursor:pointer;
	}
	
.nav a:link, .nav a:visited{
	color:#fff;
	}	
	
.nav .first{
	background-position:left top;
	padding-left:2px;
}

	
/*鼠标经过的效果*/
.nav a:hover{
	background:url(../images/nav.gif) -2px -72px no-repeat;;
	text-decoration:none;
	color:#00ccff;
	}	
	
.nav a.first:hover{
	background-position:left -72px;
	padding-left:2px;
	
}
	
.nav a:hover span{
	background:url(../images/nav.gif) right -108px no-repeat;
}

/*鼠标点击的效果*/
.nav .selected{
	background:url(../images/nav.gif) -2px -144px no-repeat;
}
	
.nav .selected.first{
	background:url(../images/nav.gif) left -144px no-repeat;
	color:#ffff00;
}

.nav .selected span{
	background:url(../images/nav.gif) right -180px no-repeat;
}

.usrbar {
	font-size:12px;
	float:right;
	padding-right:22px;
}

.usrbar a{
	font-size:12px;
	width:auto;
	display:inline-block;
	background:none;
	padding:0 8px;
	font-weight:normal;
}

.usrbar a:hover{
	background:none;
	text-decoration:underline;
	color:#fff;
}

.usrbar .rss{
	background:url(../images/ico.gif) 16px 7px no-repeat;
	width:63px;
	height:30px;
}

.usrbar .rss:hover{
	background:url(../images/ico.gif) 17px 8px no-repeat;
}

/***首页***/
.index .analyse{
	width:724px;
	text-align:left;
	float:left;
}

.analyse p{
	margin:0 auto 12px;
}

.analyse_pic{
	float:left;
	margin-right:18px;
}

.analyse h1{
	font-size:20px;
	font-family:"黑体";
	color:#ccff00;
	font-weight:normal;
	margin-bottom:12px;
	margin-top:2px;
}

.analyse_content {
	border-bottom:1px solid #cc3300;
	width:350px;
	float:left;
	text-align:justify;
}

.analyst{
	float:left;
	width:350px;
}

.analyst h2{
	margin:12px auto;
	color:#ffff00;
}

.index .left {
	width:566px;
}

.index .right {
	width:357px;
}

.caption {
	background:url(../images/ico.gif) left -76px no-repeat;
	height:28px;
	text-align:left;
	font-size:12px;
	padding-left:26px;
	margin-bottom:12px;
}

.caption span{
	/*width:56px;*/
	padding-right:30px;
	height:28px;
	display:inline-block;
	line-height:28px;
	background:url(../images/ico.gif) right -104px;
	
}
	
.caption h1{
	background:url(../images/ico.gif) left -143px repeat-x;
	margin:0;
	font-size:12px;
	}

.caption .cap_last{
	background:url(../images/ico.gif) right -369px no-repeat;
	float:right;
	text-align:right;
	font-weight:normal;
	line-height:22px;
	padding-right:0;
}

/**对阵信息**/
.trust .s_button{
	margin:5px 0;
	
}

/**近态新闻**/
.news {
	text-align:left;
	border-bottom:1px solid #999;
}

.news p{
	margin:12px 0;
}

.news h1{
	margin:0;
	color:#ccff00;
	font-size:18px;
	font-family:"黑体";
	font-weight:normal;
}

.news_new li{
	line-height:22px;
	text-align:left;
}

.news_new a, 
.index .news_list a, 
.news_list h1 a{
	background:url(../images/ico.gif) left -424px no-repeat;
	padding-left:12px;
}

.news_new li a:hover, 
.index .news_list li a:hover, 
.news_list h1 a:hover {
	background:url(../images/ico.gif) left -445px no-repeat;
}

.news_list{
	text-align:left;
	padding:0;
}

.news_list h1{
	font-size:14px;
	margin-bottom:8px;
}

.news_list ul{
	border-bottom:1px solid #66CC33;
	padding-bottom:12px;
}

.index .news_list ul{
	border-bottom:none;
	padding:8px 0 18px;
}


/***盘口赔率**/
.odds table {
	margin-bottom:8px;
}

.odds h1{
	margin-bottom:8px;
	font-size:14px;
}

/****本月赛程****/
.schedule .instant table{
	float:left;
	width:467px;
	height:462px;
	margin:5px;
	position:relative;
}

*html .schedule .instant table{
	display:inline;
}

.schedule .instant table tbody{
	widht:100%;
}

.edition{
	text-align:left;
	line-height:18px;
}

.time{
	font-weight:bold;
	margin-bottom:8px;
}

.version{
	font-size:16px;
	font-family:"Arial Black";
	color:#cc3300;
	line-height:13px;
}

.web{
	color:#ccae66;
}
	
/* 侧菜单 */	
.sidebar{
	margin:8px 0 0 0;
	clear:both;
	text-align:left;
}

.sidebar ul{
	margin-bottom:6px;
}

.sidebar li.sidebar_title{
	font-size:14px;
	font-weight:bold;
	line-height:40px;
	padding:0;
}

.sidebar a{
	display:block;
	padding:0px 0 0 27px;
	line-height:24px;
}

.sidebar li.title{
	margin-bottom:4px;
}
	
.sidebar li.title a{
	display:block;
	font-size:14px;
	font-weight:bold;
	background:url(../images/ico.gif) left -77px no-repeat;
	height:25px;
	line-height:25px;
	color:#fff;
	padding:0px 13px;
}

.sidebar li.title a:link, 
.sidebar li.title a:visited, 
.sidebar li.red_title a:link, 
.sidebar li.red_title a:visited {
	color:#fff;
	font-size:14px;
}

.sidebar li.red_title a{
	background:url(../images/ico.gif) left -109px no-repeat;
	line-height:25px;
	color:#fff;
	padding:0 0 0 13px
}

.sidebar li.title a:hover
{
	background:url(../images/ico.gif) left -77px no-repeat;
	}
	
.sidebar li.red_title a:hover{
	background:url(../images/ico.gif) left -109px no-repeat;
}


.sidebar ul li a{
	display:block;	
}

.sidebar ul li a:link, 
.sidebar ul li a:visited{
	color:#000;
	font-weight:bold;
	}
	
.sidebar ul li a:hover{
	color:#ff6600;
	background:url(../images/ico.gif) left -141px no-repeat;
	}
	

/* 搜索 */	
.search{
	display: block;
	background:url(../images/ico.gif) left -178px no-repeat;
	height:31px;
	margin-top:20px;
	padding-top:80px;
	}
	
.search li{
	background:url(../../images/search_bg.png) no-repeat;
	text-align:left;
	height:31px;
	line-height:31px;
}

	*html .search li{
		filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/search_bg.png'); /* IE6 */
		_ background-image: none; /* IE6 */
}

.search input{
	width:138px;
	text-align:left;
	height:18px;
	margin:0 2px;
	background:none;
	border:none;
	padding:0 5px;
	}
	
		
	
/* right */
.square_roundrect{
	height:auto;
	display: block;
	position:static;
	border-color:#ff6600;
	border-style:solid;
	border-width:1px 1px 0 1px;
	margin:0 auto;
	width:692px;
	}
	
.square_roundrect .list{
	padding:5px 12px;
	text-align: justify;
	text-justify:inter-ideograph;
	display:inline-block;
	letter-spacing: 0.8px;
}
	
/**上边**/		
.square_roundrect .topbg{
	font-size:1px;
	height:7px;
	display:block;
	position:relative;
	}
	
/**右上角**/	
.square_roundrect .topbg ul{
	background:url(../images/cor.gif) no-repeat right -31px;
	display:block;
	height:7px;
	position:relative;
	margin:-1px -1px 0 0;
	}	
	
/**左上角**/		
.square_roundrect .topbg li{
	background:url(../images/cor.gif) no-repeat left top;
	display:block;
	height:7px;
	position:relative;
	margin:-1px 0 0 -1px;
	}
	
/**下边**/		
.square_roundrect .bottombg{
	font-size:1px;
	display:block;
	position:relative;
	height:7px;
	margin-bottom:-2px;
	}
	
/**右下角**/		
.square_roundrect .bottombg ul{
	background:url(../images/cor.gif) no-repeat right bottom;
	display:block;
	position:relative;
	height:7px;
	margin:0px -1px 0px 0;
	}	
	
/**左下角**/		
.square_roundrect .bottombg li{
	background:url(../images/cor.gif) no-repeat left -16px;
	display:block;
	position:relative;
	height:7px;
	margin:1px 0 0px -1px;
	}	
	
/****圆角***/

/****登录条***/	
.login {
	height:32px;
	line-height:32px;
	margin:0px auto;
	text-align:left;
	font-weight:bold;
	width:692px;
	float:right;
}

.login h3{
	margin:0 0 12px;
	font-size:14px;
}

.login p{
	margin:8px 0;
}

.login span{
	background:url(../images/ico.gif) no-repeat left -300px;
	font-weight:bold;
	color:#fff;
	font-size:14px;
	width:155px;
	display:inline-block;
	text-align:center;
	margin-right:10px;
}

.login input{
	width:116px;
}

.login .button{
	width:66px;
	margin-left:8px;
}

.login .reg:link, .reg:visited{
	color:#ff0099;
}

.login .forget:link, .login .forget:visited{
	color:#fff;
}

.square_white{
	height:auto;
	width:206px;
	display: block;
	position:static;
	text-align:left;
	background:url(../images/cor_bg.jpg) #004082 top repeat-x;
	border-left:1px solid #fff;
	border-right:1px solid #fff;
	}

.square_white .list{
	padding-right:14px;
	padding-left:14px;
	text-align: justify;
	text-justify:inter-ideograph;
}

.square_white .list ul{
	padding:8px 28px 3px;
}
	
/**上边**/		
.square_white .topbg{
	background:url(../images/cor.gif) left top repeat-x;
	font-size:1px;
	height:15px;
	}
	
/**右上角**/	
.square_white .topbg ul{
	background:url(../images/cor.gif) no-repeat right -40px;
	display:block;
	margin-right:-1px;
	}	
	
*html .square_white .topbg ul, 
*html .square_white .topbg li, 
*html .square_white .bottombg ul, 
*html .square_white .bottombg li{
	position:relative;
	display:inline-block;
}
	
/**左上角**/		
.square_white .topbg li{
	background:url(../images/cor.gif) no-repeat left -20px;
	display:block;
	height:15px;
	margin-left:-1px;
	}
	
/**下边**/		
.square_white .bottombg{
	background:url(../images/cor.gif) 0 bottom repeat-x;
	font-size:1px;
	display:block;
	height:15px;
	}
	
/**右下角**/		
.square_white .bottombg ul{
	background:url(../images/cor.gif) no-repeat right -80px;
	display:block;
	margin-right:-1px;
	}
	
/**左下角**/		
.square_white .bottombg li{
	background:url(../images/cor.gif) no-repeat left -60px;
	display:block;
	height:15px;
	margin-left:-1px;
	}		
/****圆角***/



	
/*右恻图片文章*/	
.square_pic{
	position:relative;
	text-align:left;
	background:#e5e5e5;
	height:100px;
	padding:5px 0;
	margin:0 auto;
	width:692px;
	}
	
.square_pic li{
	float:left;
	width:48%;
	display:block;
	}
	
.square_pic img{
	width:100px;
	height:100px;
	float:left;
	padding:0 12px 0 5px;
	text-align:justify;
	}


/*文章块*/
.square{
	height:auto;
	width:224px;
	padding:15px 0;
	margin:0 5px;
	display:inline;
	float:left;
	line-height:22px;
	text-align:left;
	}
	
.square .title{
	background:#e5e5e5;
	font-size:14px;
	font-weight:bold;
	font-family:"宋体";
	margin-bottom:5px;
	height:26px;
	line-height:26px;
	padding:0 5px;
	}

.square blockquote{
	text-align:justify;
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
	display:block;
	margin:0 0 5px 0;
	padding:3px 0;
	}
	
.square blockquote .start, 
.square blockquote .end, 
.art_list blockquote .start, 
.art_list blockquote .end{
	font-size: 30px;
	font-weight:bold;
	color: #999;
	height:8px;
	line-height:10px;
	font-family:"宋体";
}

.square blockquote .start, 
.art_list blockquote .start{
     float: left;
	 margin-left:-15px;
	 padding:10px 0 0 1px;
	 width:38px;
 }
	
.square blockquote .end{
	 float:right;
	 margin:-20px -12px 0 24px;
	 padding-top:9px;
 }

.square blockquote:hover{
	color:#000;
	cursor:pointer;
	border-top:1px solid #000;
	border-bottom:1px solid #000;
}

.square blockquote:hover .start, 
.square blockquote:hover .end {
	color:#cc6600;
}

/*最新用户*/
.user_link{
		padding-top:8px;
		text-align:left;
		margin:0 5px;
		clear:both;
}

.user_link .title{
	font-size:14px;
	font-weight:bold;
}

.user_link li{
	clear:both;
}

.user_link a{
	float:left;
	padding-right:8px;
	line-height:22px;
	width:90px;
	}
	
.user_link a img{
	width:112px;
	height:40px;
	}

/***********************文章列表页****************************/
.tab_menu{
	background:url(../images/tab_bg.png) no-repeat;
	height:43px;
	margin:12px auto;
	width:692px;
	text-align:left;
}

.tab_menu li{
	float:left;
	line-height:43px;
	padding-left:12px;
}

.tab_menu a{
	width:118px;
	height:43px;
	line-height:43px;
	display:inline-block;
	font-size:14px;
	text-align:center;
	margin:0 5px;
}

.tab_menu a:hover{
	background:url(../../images/tab.png) left 2px no-repeat;
	font-weight:bold;
	color:#000;
}

.tab_menu li.stat{
	float:right;
	padding-right:12px;
	
}

/*文章列表*/	
.art_list{
	height:auto;
	margin:0 5px;
	line-height:22px;
	text-align:left;
	color:#999;
}

.art_list ul{
	margin-bottom:14px;
	padding-bottom:10px;
	border-bottom:1px solid #e5e5e5;
}

.art_list h1{
	font-size:14px;
	font-weight:bold;
}

.art_list a:visited{
	color:#0066cc;
}

.art_list a:hover{
	color:#ff6600;
}

.art_list blockquote{
	border:none;
	margin-bottom:3px;
	padding:5px 0;
	color:#000;
	text-align:justify;
}

.art_list blockquote .end{
	 line-height:17px;
	 display:inline-block;
	 position:relative;
	 vertical-align:middle;
 }
 
.art_list blockquote:hover{
	color:#090;
	
}

/***********************文章页****************************/

	
/*左面文章部分*/	

.content{
	height:auto;
	text-align:left;
	line-height:22px;
	margin:0 5px;
	text-align:justify;
	}
	
.content .author{
	font-size:14px;
	text-align:center;
	line-height:32px;
	}
	
/*文章主标题*/		
.content h1{
	font-size:20px;
	text-align:left;
	font-family:"黑体";
	font-weight:normal;
	text-align:center;
	line-height:32px;
	}
	
/*文章副标题*/	
.content h2, .square_t h2{
	font-size:14px;
	font-weight:bold;
	margin-top:8px;
	text-align:right;
	padding-right:100px;
	}


/*文章正文*/
.art{
	padding-bottom:15px;
	margin-top:15px;
	overflow: hidden;
	word-break:break-all; 
	word-wrap:break-word;
	}





/***********************公用信息****************************/
	
/*版权链接*/
.copyRight{
	text-align:center;
	line-height:20px;
}

/*日期时间*/
.datetime{
	font-size:11px;
}

/*****标签样式*****/
.tag_box{
	margin:5px;
	width:96%;
}
a.tag_title_link:link,a.tag_title_link:visited{
	font-size:12px;
	color:#000000;
}
a.tag_title_link:hover,a.tag_title_link:active{
	color:#000000;
	font-size:12px;
}
a.tag_catlist:link,a.tag_catlist:visited{
	color:#000000;
	font-size:12px;
}
a.tag_catlist:hover,a.tag_catlist:active{
	color:#000000;
	font-size:14px;
}
.tag_description {
	color:#666666;
}

/*位置导航*/
.position{
	table-layout:fixed;
	line-height:24px;
	height:auto;
	line-height:22px;
	text-align:left;
	margin:0 5px;
  }

/*分页*/
.pages{
	text-align:right;
	padding:5px;
	font-size:12px;
	font-weight:bold;
	font-family:Verdana, Geneva, sans-serif;
	border:none!important;
	margin-top:12px;
}


.pages a { 
	padding:2px 6px; 
	/*border:solid 1px #66CC33; */
	text-decoration:none;
	margin:0 5px;
}


.pages .this-page{ 
	padding:2px 6px; 
	font-weight:bold; 
	font-size:13px;
	vertical-align:top;
	border:none;
}

.pages a:hover { 
	color:white; 
	background:#0099DD; 
	border-color:#ddd; 
}


/***********************友情连接页****************************/
.link_bg{
	background:url(../../style/images/link_bg.gif) #fbfbff repeat-y;!important
	}

.link_left, .pro_left{
	width:730px;
	float:left;
}

.link_right, .pro_right{
	width: 250px;
	float: right;
}


.link_left img{
/*	width:112px;
	height:40px*/;
	margin:5px 2px;
	}

.square_rlink{
	width:220px;
	margin:15px;
	position:relative;
	text-align:left;
	line-height:22px;
	}	
	
.square_rlink a{
	margin:0px 8px;
	line-height:22px;
	}
	
.square_rlink textarea{
	width:210px;
	border:1px solid #ccc;
	padding:3px;
	font-size:12px;
	}
	
/***********************会员中心****************************/

.member td, .member th, .square_t td, .square_t th{
	height:24px;
	padding-left:5px;
	padding-right:5px;
	}
	
.member table{
	margin-bottom:15px;
	}	
	
.member	caption, .square_t caption{
	color:#D4380E;
	border-bottom:1px solid #E7E7E7;
	font-size:15px;
	font-weight:normal;
	font-family:"Arial Black";
	font-weight:bold;
	}
	
.lineh{
	line-height:28px;
	}

/*会员中心功能列表*/

.functionlist li{
	text-align:left;
	font-size:12px;
	text-decoration: none;
	margin:5px auto;

}
.functionlist li a{
	background-color:#f3f3f9;
	border:1px solid #999999;
	padding-left:40px;
	line-height:20px;
	width:160px;
	height:20px;
	display:block;
}
.functionlist li a:hover{
	background:url(../../style/images/bg_btn.gif) repeat-x #f9f9ff;
	color:#CC0000;
}

/***********************登陆页面************************/

legend{
	padding: 5px 8px; 
	background-color:#F3F3F3;
	border:3px #fff solid;
	margin-left:8px;
	color:#666;
	}
	
fieldset {
	border:1px solid #666;
	}

	
	
/***********************个人作品集****************************/
.member{
	width:670px;
	}
.member	ul{
	margin-bottom:8px;
	line-height:28px;
	}
	
.member ul li{
	line-height:20px;
	}
	
	
.member_bg{
	background:url(../../style/images/member_bg.gif) repeat-y;!important
	}

.member_right{
	width:730px;
	float:right;
}

.member_left{
	width: 250px;
	float: left;
}

a.big, a.big:visited{
	font-size:14px;
	color:#000;
	}
	
.small a, .small a:visited{
	font-size:12px;
	color:#666666;
	}

.title_Red{
	border-bottom:1px solid #E7E7E7;
	margin-bottom:5px;
	font-weight:bold;
	}	
	
.more {
	
	
}
	
a.more, a.more:visited{
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	color:#b3b3b9;
	text-align:right;
	float:right;
	height:24px;
	}
	
/***********************会员中心上部功能按钮****************************/
.membercatslist{
	height:28px;
	line-height:24px;
}
.membercatslist ul{
	margin:0;
	padding:5px;
}
.membercatslist li{
	text-align:left;
	font-size:12px;
	text-decoration: none;
	margin:0 8px;
	float:left;
}
.membercatslist li a{
	float:left;
	background:url(../../style/images/bg_btn.gif) repeat-x #f8f8f8;
	border:1px solid #ccc;
	text-align:center;
	line-height:20px;
	padding:2px 9px;
	height:20px;
	display:block;
	color: #000;
}

.membercatslist li a:hover{
	background-color:#ffffff;
	color:#CC0000;
}

.intro{

	clear:both;
	background-color:#F3F3F9;
	border:1px solid #ccc;
	padding:0 5px 8px 5px;
	word-break:break-all; 
	word-wrap:break-word;
	overflow:hidden;
}

/***********************会员咨询页****************************/

.title_h{
	height:24px;
	}

.ask_menu{
	height:28px;
	line-height:24px;
}

.ask_menu a{
	font-size:12px;
	margin:0 8px;
	text-align:center;
	color: #000;
}

.ask_menu a:hover{
	background-color:#ffffff;
	color:#CC0000;
}

/***********************短信息****************************/
.if iframe{
	font-size:12px;
	height:136px;
	border-style:solid;
	border-width:1px;
	border-color:#cccccc;
	width:98%;
	}
	
/***********************投票****************************/
.vote form input{
	border:none;
}

/***********************网络硬盘****************************/
.tool{
  margin:5px auto;
  text-align:center;
  border-top:1px solid #dcdcdc;
  border-bottom:1px solid #dcdcdc;
  padding:5px;
  background:#f8f8f8;
}

/***********************日期选择器****************************/

.table_w table{

	width:240px;
	}


/***********************影视频道****************************/	

.letter li
{
	float:left;
	color:#777;
	padding:3px;
	line-height:18px;
	font-family:ms shell dlg;
	}
.letter li a:link,.letter li a:visited
{
	float:left;
	border:1px solid #D9DCE8;
	text-decoration:none;
	color:#777;
	background:#fff;
	width:18px;
	height:18px;
	text-align:center;
	}
.letter li a:hover,.letter li a:active
{
	color:#fff;
	background:#999;
	}
	
.movie_border{
	border:1px solid #898989;
	padding:1px;
	}
	
/********模拟购买*********/
.simulate .info{
	clear:both;
	margin-bottom:8px;
	height:32px;
}

.simulate .star_buy {
	text-align:left;
	font-size:14px;
	float:left;
	margin-right:16px;
}

.simulate .star_buy img{
	margin:5px 0 5px 5px;
	vertical-align:middle;
}

.simulate .star_buy a{
	background:url(../images/ico.gif) left -478px no-repeat;
	display:inline-block;
	line-height:32px;
	padding:0 0 0 15px;
	font-size:15px;
	color:#fff;
	font-weight:bold;
	cursor:pointer;
}

.simulate .star_buy a span{
	background:url(../images/ico.gif) right -509px no-repeat;
	display:inline-block;
	padding-right:15px;
}

.simulate .star_buy a:hover{
	background-position:left -548px;
}
	
.simulate .star_buy a:hover span{
	background-position:right -583px;
}

.simulate .sim_ad{
	font-size:17px;
	color:#CF0;
	margin-left:16px;
	float:right;
}

.simulate .info_text{
	text-align:left;
	line-height:32px;
	vertical-align:middle;
	float:left;
	margin-right:16px;
}

.simulate .info_text span{
	color:#F90;
	font-size:16px;
	font-weight:bold;
	padding:0 5px;
}

.simulate .info_text strong{
	color:#FF0;
	padding:0 5px;
}

.simulate .cssform .button{
	margin-top:8px;
}

.step strong, 
.step span{
	display:inline-block;
	background:url(../images/ico.gif) no-repeat;
	line-height:44px;
	height:44px;
}

.step strong{
	width:167px;
	background-position:left -627px;
	cursor:crosshair;
}

.step strong em {
	padding-right:8px;
	font-size:16px;
	color:#CF0;
}

.step strong.selected{
	background-position:left -675px;
	color:#333;
}

.step strong.selected em{
	color:#C00;
}

.step span{
	background-position:right -627px;
	width:30px;
	vertical-align:middle;
}

/***************表单样式*****************/

.cssform {
	padding:0 33px;
}

.cssform legend {
	padding:0 8px 8px;
	color:#f23e0d;
	text-align:left;
}

.cssform fieldset {
	margin-top:15px;
}

.cssform .small_title {
	text-align:left;
	padding-left:5px!important;
}

.cssform p {
	margin: 0;
	text-align:left;
	line-height:30px;
}

.cssform label {
	width: 146px;
	font-size:14px;
	vertical-align:middle;
	display:inline-block;
	text-align:right;
	padding-right:12px;
}

.cssform .item{
	padding-left:148px;
}

.cssform .item label{
	width:auto;
}

.cssform input {
	vertical-align:middle;
}

.cssform textarea {
	width: 350px;
	height: 145px;
	overflow:auto;
}

.cssform .button{
	text-align:center!important;
	float:none;
	margin-left:2px;
}

.error {
	color:#CC0000;
}

.describe, .error {
	line-height:18px;
	padding:0px 15px;
	color:#000;
	display:inline-block;
	vertical-align:middle;
}

.notice{
	border:1px solid #eee;
	padding:10px;
	line-height:20px!important;
	margin-top:21px!important;
}

/***************表单样式*****************/

.step2 span{
	background:#eee;
	padding:2px 5px;
	color:#000;
	cursor:pointer;
	margin:0 8px;
}

.step2 .wins{
	background:#C60;
	color:#FFF;
}

.step2 .draws{
	background:#09C;
	color:#FFF;
}

.step2 .losses{
	background:#090;
	color:#FFF;
}
