﻿/* common part */
* {
	margin: 0;
	padding: 0;
}
body {
	margin: 0;
	padding: 0;
	height: 100%;
	min-width:973px;
	background: #f2f2f1 ;
	width:expression(document.body.clientWidth < 973? "973px" : "auto");
	font-size: 12px;
	color: #555555;
	font-family: Tahoma ,"宋体";
	background: url(images/lantian.jpg) no-repeat;
	line-height: 21px;
}
html {
	margin: 0;
	padding: 0;
	height: 100%;
	background: #fff ;
	font-size: 12px;
	color: #555555;
	background: #f2f2f1 ;
	font-family: Tahoma ,"宋体";
	line-height: 21px;
}
#container {
	margin: 0 auto;
	width: 900px;
	overflow: hidden;
	z-index: 20;
	margin-left:11%;
margin-right:10%;
width:900px;
}

dl {
	list-style: none;
}
ol {
	list-style: none;
}
ul {
	list-style: none;
}
/* common part close   */
/* link style */
a {
	color: #555555;
	text-decoration: none;
}
a:hover {
	color: #4b851d;
	text-decoration: underline;
}
a img {
	border: none;
}
a.allblack:hover {
	color: #808080;
	text-decoration: none;
}
a.allblack {
	color: #808080;
	text-decoration: none;
}


a.pureblack:hover {
	color: #000000;
	text-decoration: none;
}
a.pureblack {
	color: #000000;
	text-decoration: none;
}
.greenline{color: #4b851d;cursor:pointer;}
a.greenline {
	color: #4b851d;
	text-decoration: none;
}
a.greenline:hover {
	color: #4b851d;
	text-decoration: underline;
}
a.greenb {
	color:#4b851d;
	cursor:pointer;
	text-decoration:none;
}
a.greenb:link{
	color:#4b851d;
	font-weight: normal;
	text-decoration: underline;
}
a.greenb:hover {
	color: #4b851d;
	font-weight:normal;
	text-decoration: underline;
}
/*-----------------------*/
a.grayb{
	color:Gray;
	cursor:pointer;
	text-decoration:none;
}
/*-----------------------*/
a.blackline {
	color: #555555;
	text-decoration: none;
}
a.blackline:hover {
	color: #555555;
	text-decoration: underline;
}
a.nocollect:hover {
	color:  #d39500;
	text-decoration: none;
	padding-left: 23px;
	height: 20px;
	line-height: 20px;
	background: url(images/hotcollectiolight.gif) 2px -1px no-repeat;
	display: inline-block;
}
a.nocollect {
	color:  #d39500;
	text-decoration: none;
	padding-left: 23px;
	height: 20px;
	line-height: 20px;
	background: url(images/hotcollectiolight.gif) 2px -1px no-repeat;
	display: inline-block;
}
* html a.nocollect:hover
{
	background: url(images/hotcollectiolight.gif) 2px 2px no-repeat;
}
* html a.nocollect
{
	background: url(images/hotcollectiolight.gif) 2px 2px no-repeat;
}
a.collect:hover {
	color:  #4b851d;
	text-decoration: none;
	padding-left: 23px;
	height: 20px;
	line-height: 20px;
	background: url(images/hotcollectiodark.gif) 2px top no-repeat;
	display: inline-block;
}
a.collect {
	color:  #4b851d;
	text-decoration: none;
	padding-left: 23px;
	height: 20px;
	line-height: 20px;
	background: url(images/hotcollectiodark.gif) 2px top no-repeat;
	display: inline-block;
}
* html a.collect:hover
{
	background: url(images/hotcollectiodark.gif) 2px 2px no-repeat;
}
* html a.collect
{
	background: url(images/hotcollectiodark.gif) 2px 2px no-repeat;
}
a.allgreen:hover {
	color: #4b851d;
	text-decoration: none;
}
a.allgreen {
	color: #4b851d;
	text-decoration: none;
}
a.allgreenline:hover {
	color: #4b851d;
	text-decoration: underline;
}
a.allgreenline {
	color: #4b851d;
	text-decoration: underline;
}
/* link style close*/
/* header part */
#header {
	width: 975px;
	height: 75px;
	margin-top:20px;
	overflow: hidden;
	}
#header .logoimg {
	float: left;
	margin-left:15px;
	border:0;
}
#tag {
	width: 975px;
	height: 35px;
	background: url(images/tabBg.png) center top no-repeat;
}
#tag ul {
	float: left;
	list-style: none;
	}
#tag ul li {
	float: left;
	width: 100px;
	height: 35px;
	line-height: 35px;
	font-weight: bold;
	text-align: center;
	font-size: 14px;
}
#tag a {
	color: #ffffff;
	display: block;
	width: 100px;
	height: 35px; 
	text-decoration: none;
}
#tag a:hover {
	color: #ffffff;
	text-decoration: underline;
}
#tag .current {
	background: url(images/tabCurrent.jpg) center top no-repeat;
}
.logout {
	text-align: right;
	padding-top: 10px;
	padding-right: 8px;
	font-size: 12px;	
}
.useInfo {
	float: right;
	margin-top:12px;	
	line-height:33px;  
}
/* black header part close  */
/* new header part */
#new_tag {
	width: 976px;
	height: 35px;
	background: url(images/new_tagBg.gif) center top no-repeat;
}
#new_tag ul {
	float: left;
	list-style: none;
	}
#new_tag ul li {
	float: left;
	width: 100px;
	font-weight: bold;
	text-align: center;
	font-size: 14px;
	padding-top: 10px;
}
/* okpage close  */
.holder{
	left:0;
	top:0;              
	text-align:center;    
	vertical-align:middle;
	position:absolute; 
	background-color:#777777;
	filter:Alpha(opacity=90);
	-moz-opacity:0.9;    
	opacity:0.9;   
	z-index:10000;
	width:1258px;
	cursor: default;
	display:none;
	height:1024px;
	/*height:expression(document.body.scrollHeight+100+'px');*/       
}
.successdiv{        
	position:fixed;
	_position:absolute;
	left:50%;
	top:40%;
	margin-left:-171px;
	_margin-top: expression(-100+parseInt(this.offsetHeight/8)+(operMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop)+'px');
	width:343px;
	height:221px;
	background:url(images/reg_ok.png);
	text-align:center;
	z-index:10001;        
}
/*for IE*/
.edge{
	width:100%;
	height:100%;
	display:inline-block;
	vertical-align:middle;
}
.container{
	vertical-align:middle;
	display:inline-block;
}
/* header close*/
/* footer */
#footer {
	margin: 0 auto;
	width: 975px;
	text-align: center;
	line-height:23px;
	clear:both;
}
#footer a:hover {
	color: #555555;
	font-weight: bold;
	text-decoration: none;
}
#footer a {
	color: #555555;
	font-weight: bold;
	text-decoration: none;
}
#footer .a1:hover {
	color: #555555;
	font-weight:normal;
	text-decoration: none;
}
#footer .a1 {
	color: #555555;
	font-weight: normal;
	text-decoration: none;
}
/* footer close */
/* left & right box */
.leftpart {
	float: left;
	width: 620px;
	padding: 21px 0 50px 20px;
	display: inline;
}
.rightpart {
	float: right;
	width: 275px;
	padding: 21px 17px 15px 0;
	margin-bottom: 100px;
	font-weight: normal;
	overflow:hidden;
	display: inline;
}
/* left & right box close */
/* input style */
.inputtext {
	height: 14px;
	line-height: 14px;
	vertical-align: middle;
	border: 1px #c0bfbf solid;
	color: #555555;
	font-size: 12px;
	font-weight: normal;
	font-family: Tahoma,"宋体";
	padding: 2px 5px;
}
.inputbtn {
	height: 26px;
	border: none;
	color: #ffffff;
	font-size: 12px;
	line-height: 26px;
	cursor: pointer;
	font-weight: bold;
}
.inputbtn_s {
	height: 20px;
	width:46px;
	border: none;
	color: #ffffff;
	font-size: 12px;
	line-height: 20px;
	cursor: pointer;
	background:url(images/smallbtn.gif) left top no-repeat;
}
.inputbtn_s2{
	height: 20px;
	width:79px;
	border: none;
	color: #ffffff;
	font-size: 12px;
	line-height: 20px;
	cursor: pointer;
	background:url(images/smallbtn2.gif) left top no-repeat;
}
.inputmultext {
	border: 1px #c0bfbf solid;
	overflow-y: auto;
	color: #555555;
	font-size: 12px;
	font-family: Tahoma,"宋体";
	padding: 2px 0px 2px 5px;
}
/* input style close */
/* special button */
#search{
	width:274px;
	margin-bottom:10px;
}
#search .u1{
	height:40px;

}
#search .li1{
	height:22px;
	width:274px;
	line-height:22px;
	float:left;
}
#search .li1 input{
	margin-top:4px;
	*margin-top:0px;
	_margin-top:0px;
	margin-left:0px;
}
#search .li1 label{
	margin-right:10px;
	margin-left:3px;
	*margin-right:0px;
	*margin-left:0px;
	_margin-right:5px;
	_margin-left:0px;
}
#search .li2{
	width:6px;
	height:24px;
	float:left;
	background:url(images/search_bgl.gif) right bottom no-repeat;
	margin-top:9px;
	*margin-top:7px;
	_margin-top:1px;
}
#search .li3{
	width:6px;
	height:24px;
	float:left;
	background:url(images/search_bgr.gif) right bottom no-repeat;
	margin-top:9px;
	*margin-top:7px;
	_margin-top:1px;
}
#search .li4{
	height:24px;	
	width:220px;
	float:left;
}
#search .li5{
	float:right;
	margin-left:5px;
	width:30px;
	margin-top:4px;
	_margin-top:0;
}
#search .searchtxt{
	padding-top:3px;
	width:220px;
	height:21px;
	line-height:19px;
	border:0;
	background:url(images/search_bg.gif);
}
#search .sbtn{
	padding-top:3px;
	width:28px;
	height:28px;
	line-height:19px;
	border:0;
	cursor:pointer;
	background:url(images/search_btn.gif) left top no-repeat;
}
.searchbtn {
	width: 75px;
	height: 25px;
	background:url(images/searchBtn.gif) left bottom no-repeat;
	padding-left: 17px;
	line-height: 25px;
	font-size: 14px;
	margin-left:-5px;
}
.searchr{
	float:left;
	display:inline;
	margin-bottom:20px;
}
.searchrinfo{
	width:500px;
	float:left;
	margin-left:10px;
	display:inline;

}
.searchrinfo .ul{
	height:20px;
}
.searchrinfo li{
	height:20px;
	float:left;
}
.searchrinfo .user{
	height:20px;
	width:auto;
	color:#4b851d;
	font-weight:bold;
}
.searchrinfo .li11{
	width:300px;
	margin-left:10px;
}
.searchrbtn {
	width: 75px;
	height: 25px;
	background:url(images/searchrBtn.gif) left bottom no-repeat;
	padding-left: 17px;
	line-height: 25px;
	font-size: 14px;
	margin-left:-5px;
}
.searchrinfo .li22{
	float:right; 
	line-height:20px;
	width:78px;
	height:20px;
	margin:0;
}
.searchrinfo .li33{
	overflow:hidden;
	width:490px;
}
.searchrinfo .li44{
	width:422px;
	float:left;
	background:#F8F8F7;
}
.searchr_txt{
	width:190px;
	border:#C0BFBF 1px solid;
	height:20px;
	line-height:20px;
	padding:3px 2px 0 2px;
	font-size:12px;
	color:#555555;
	position: relative;
	top: -4px;
	*top:0;
	_top: 0;
}
.phoneBtn {
	width: 175px;
	height: 33px;
	background: url(images/phonedown.png) left bottom no-repeat;
	font-size: 14px;
	padding-left: 20px;
	margin-left: 20px;
	behavior: url("iepngfix.htc");
}
.emailbtn {
	width: 119px;
	float: left;
	background: url(images/channelDetail_btn1.gif) left bottom no-repeat;
	margin: 0 0 19px;
	margin-left:0px;
	*margin-left:-5px;
	_margin-left:-5px;
}
.popular {
	width: 82px;
	background: url(images/channelDetail_btn2.gif) left bottom no-repeat;
	margin: 0 0 19px 8px;
	float: left;
}
.regBtn {
	width: 61px;
	vertical-align: middle;
	background: url(images/regBtn.gif) left bottom no-repeat;
	text-align: center;
	margin-right: 4px;
}
.setbtn {
	float: left;
	width: 91px;
	background: url(images/messageBtn.gif) left top no-repeat;
	text-align: center;
}
.websub{
	width: 91px;
	background: url(images/messageBtn.gif) left top no-repeat;
	margin-left: 70px;
	margin-top: 20px;
}
.addfriendbtn {
	width: 70px;
	color: #4b851d;
	background: url(images/send_icon.gif) left top no-repeat;
    padding-left:17px;
}
.goarticle {
	width: 113px;
	background: url(images/thxbtn1.gif) left top no-repeat;
	text-align: center;
}
.keepon {
	width: 113px;
	background: url(images/thxbtn1.gif) left top no-repeat;
	text-align: center;
}
.goarticle {
	width: 125px;
	background: url(images/thxbtn2.gif) left top no-repeat;
}
.apply_btn {
	width: 172px;
	height: 45px;
	background: url(images/new_apply.gif) left bottom no-repeat;
	border: none;
	cursor: pointer;
	margin-right: 20px;
} 
.revertsub {
	width: 63px;
	background: url(images/right_login.gif) left top no-repeat;
	margin-top: 5px;
	margin-right: 5px;
}
.alldel {
	width: 40px;
	height:16px;
	background: url(images/alldel.gif) left top no-repeat;
	margin-top: 5px;
	margin-right: 5px;
	border:none;
	cursor: pointer;
}
.upload {
	width: 68px;
	text-align: center;
	margin-left: 12px;
	background: url(images/uploadpic.gif) left top no-repeat;
	float: left;
	position: relative;
	cursor: pointer;
}
/* special button close*/
/* special text*/
.postmailctxt {
	width: 232px;
	margin-right: 8px;
}
.regTxt {
	float: left;
	width: 160px;
	display:inline;
}
.pmTxt {
	float: right;
	margin-right:5px;
	width: 120px;
	display:inline;
}
.regname {
	float: left;
	width: 180px;
	display:inline;
}
.regEmail {
	float: left;
	width: 210px;
	display:inline;
}
.vTxt {
	float: left;
	width: 70px;
	margin: 1px 8px 0px 0px;
}
.setTxt {
	width: 250px;
	float: left;
}
.longTextdont {
	color: #555555;
	width: 250px;
	float: left;
	background: #ffffff;
}
.searchtext {
	width: 410px;
	height: 21px;
	line-height: 20px;
	padding:2px 5px 0px 2px;
	position: relative;
	top: -2px;
	*top: -5px;
	_top: -5px;
}
.loginText  {
	float: left;
	width: 168px;
	margin: 0 7px 0 5px;
}
.ageText {
	float: left;
	width: 40px;
	margin-right: 40px;
}
.getpwdv {
    width: 100px;
}
.cnametext {
	width: 170px;
}
.customizeurl {
	width: 285px;
}
.userDont {
	float: left;
	margin-right: 8px;
	width: 85px;
	background: #ffffff;
}
.conntribTxt {
	width: 295px;
	margin-right: 8px;
}
.messageP {
	margin:0px 3px;
	width: 20px;
	height: 13px;
	line-height: 13px;
	text-align:center;
}
.messagetext {
	width:245px; height:55px;
}
/* special text close*/
/* special textarea */
.conntribage {
	clear: both;
	width: 430px;
	height: 145px;
	position: relative;
	border:0;
	padding: 2px 22px 2px 10px;
}
.textareaText {
	float: left;
	clear: right;
	width: 255px;
	height: 50px;
}
.reverttext {
	width: 420px;
	height: 80px;
}
.cdescription {
	width: 289px;
	height: 80px;
}
.sendtext {
	width: 298px;
	height: 110px;
}
/* special textarea close */
.persons {
	margin: 0 15px 0 0;
}
.search {
	padding-left: 6px;
	color: #555555;
	font-weight: bold;
	line-height: 20px;
	text-align: center;
	margin-bottom: 15px;
}
/* for postmail */
.postmailtitle{color: #555555;
			   font-size: 14px;
			   font-weight: bold;
			   text-align: center;
}
.postmailpic{
             width: 85px;
             height:56px;
             float: left; 
             margin-left:33px;  
             *margin-left:21px;
             _margin-left:11px;          
			 background: url(images/userChannelBg.gif) left top no-repeat;
}
.postmailpic img{ margin: 4px; }
.postmailinfo{width: 630px;
              float: right;
			  padding: 5px 0px 10px 0px;
}
#postmailc{clear: both;
           width: 620px;
		   margin-top: 0px;
		   *margin-top:100px;
		   _margin-top:100px;
		   margin-left:22px;
		   display: inline;
		   position: relative;
		   float: left;
}
#postmailc ul {
	margin-bottom: 5px;
	*margin-bottom: 3px;
	_margin-bottom: 3px;
	float: left;
	list-style: none;
	width: 620px;
}
#postmailc ul li {
	float: left;
	line-height: 20px;
	vertical-align: middle;
	font-weight: normal;
}
.postmailcli1 {
	width: 76px;
	position: relative;
	top: 2px;
	*top: 2px;
	_top: 0px;
	text-align: left;
}
.postmailcli2 {
	width: 240px;
}
.postmailcli3 {
	width: 280px;
}
.postmailcli4 {
	width: 500px;
	padding: 0;
}
.postmail-btnw{
	padding-top:5px;float:left;
    position: relative;
    width:400px; 
    clear:both; 
    padding-left:76px;
}
/* for register html */
.regCon {
	width: 646px;
	float:left;
	margin:0;
	display:inline;
}
.downleft {
	float: left;
	width: 440px;
	padding:12px 0 200px 150px;
}
.regright {
	float: right;
	width: 210px;
	margin:20px 15px 0 0;
	display:inline;
}
.part {
	margin-top:10px;
	float:left;
	display: inline;
}
.part ul li{
	margin:0;
	float:left;
}
.part ul li img{
	margin-right:3px;
}
.part1{
	background:#fcf8e7;
	width:207px;
	border-left:1px #e6e0c9 solid;
	border-right:1px #e6e0c9 solid;
}
.part1 h1{
	font-size: 14px;
	margin:5px 0 0 57px;
	padding:0 0 0 25px;
	background:url(images/clew.gif) left bottom no-repeat;
	width:90px;
	height:28px;
	line-height:28px;
	clear:both;
	display: inline;
}
.part1 p{
	width:170px;
	margin:10px 19px 0 18px;
}
.part1_t{
	height:5px;
	width:209px;
	background:url(images/reg_r1_b.gif) left top no-repeat;
}
.part1_b{
	height:15px;
	width:209px;
	background:url(images/reg_r1_b.gif) left bottom no-repeat;
}
.part2_tt h1{
	font-size: 14px;
	margin:5px 0 0 57px;
	padding:0 0 0 22px;
	background:url(images/reg_r2_ico.gif) left  no-repeat;
	width:90px;
	height:20px;
	line-height:20px;
	clear:both;
	display: inline;
}
.part2_tt h2{
	font-size: 14px;
	margin:0 0 5px 5px;
	padding:0 0 0 23px;
	background:url(images/Q_ico.gif) left  no-repeat;
	width:90px;
	height:21px;
	display: inline;
}
.part2{
	border-left:1px #dee4d6 solid;
	border-right:1px #dee4d6 solid;
	line-height:24px;
	width:190px;
	padding:4px 5px 0 12px;
	float:left;
}
.part2 a{
	cursor:pointer;
}
.part2 img{
	vertical-align:middle;
}
.part2_t{
	width:209px;
	background:url(images/reg_r2_b.gif) left top no-repeat;
	height:5px;
	overflow:hidden;
}
.part2_tt{
	background:#f9f9fa;
	width:207px;
	border-bottom:1px #d9d9d9 solid;
	border-left:1px #dee4d6 solid;
	border-right:1px #dee4d6 solid;
}
.qbtn{
	width:199px;
	height:40px;
	border:0;
	margin:5px;
	background:url(images/Q_btn.gif) top left no-repeat;
}
.part2_b{
	height:15px;
	width:209px;
	background:url(images/reg_r2_b.gif) left bottom no-repeat;
}
.part2_bb{
	height:50px;
	width:209px;
	background:url(images/reg_r2_b.gif) left bottom no-repeat;
}
.regCon .tag{
	width:530px;
	float:left;
	padding-bottom:28px;
	margin:28px 0 0 110px;
	display:inline;
}
.regCon .tag img{
	float:left;
	margin-right:30px;
	display:inline;
}
.regCon .step{
	width:552px;
	margin-top:30px;
	float:right;
	line-height:30px;
	display:inline
}
.regCon .step2{
	width:477px;
	margin-top:40px;
	margin-right:50px;
	float:right;
	line-height:30px;
	display:inline
}
.regCon .step2 img{
	margin-right:30px;
	margin:8px 30px 0 0;
	float:left;
	display:inline;
}
.regCon .step2 h1{
	font-size:14px;
	font-weight:bold;
	width:300px;
	float:left;
}
.regCon .step2 p{
	width:300px;
	line-height:22px;
	float:left;
}
.regCon .step ul {
	height:30px;
	width:552px;
}
.regCon .step .ula {
	width:500px;
	float:left;
	height:60px;
}
.regCon .step ul li {
	float:left;
	height:20px;
	line-height:20px;
	display: block;
}
.regCon label {
	float: left;
	width: 70px;
	padding-left:5px;
}
.regCon .ula label {
	float: left;
	width: 120px;
	height:30px;
	padding-left:5px;
}
.checktop {   
	position: relative;
    top: 2px;
}
.star {
	margin-left: 20px;
	color: #d39500;
	margin-right: 3px;
	position: relative;
	top: 3px;
}
/* for login-pop html */
#loginpop{
	margin: 0;
	padding: 2px;
	width: 343px;
	height: 220px;
	position:absolute;
	top: 50%;
	left: 50%;
	margin-top:-110px;
	margin-left:-180px;
	z-index: 200;
	visibility:hidden;
}
#loginif{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
    z-index:160;
    visibility:hidden;
    background-color:#CCCCCC;
    filter:ALPHA(opacity=10);
    -moz-opacity:0.1;
    opacity:0.1;
}
html > body #loginif{
	 position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
}
#loginpopMask{    
    position:absolute;
    background-color:#CCCCCC;
    left:0px;
    top:0px;           
    visibility:hidden;
    z-index:170;
    filter:ALPHA(opacity=60);
    -moz-opacity:0.6;
    opacity:0.6;
    }
#loginpopBg {
	margin: 0;
	padding: 2px;
	width: 343px;
	height: 220px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top:-110px;
	margin-left:-180px;
	z-index: 180;
	visibility:hidden;
}
html > body #loginpopBg{
	 position:fixed;
	 left:45%;
	 top:45%;
}
html > body #loginpop{
	 position:fixed;
	 left:45%;
	 top:45%;
}
html>body #loginpopMask{
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
}
* html #loginpopBg {
    margin-top: expression(-200+parseInt(this.offsetHeight/8)+(operMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop)+'px');
}
* html #loginpop {
    margin-top: expression(-200+parseInt(this.offsetHeight/8)+(operMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop)+'px');
}
* html #loginpopBg {
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled = true, sizingMethod = scale, src="App_Themes/White/images/loginpopBg.png");
}
html>body #loginpop {
	background: url(images/loginpopBg.png) left top no-repeat;
}
.close {
	float: right;
}
.close img {
	border: none;
	margin: 2px 9px 3px 2px;
}
html>body .close img {
	margin-right: 13px;
}	
.logininput {
	width: 330px;
	height: 180px;
	clear: both;
	border: 1px solid #eaeaea;
	margin: 0 5px 5px 5px;
}
.logininput h1 {
	font-size: 14px;
	color: #555555;
	margin-top: 0px;
	text-align: center;
	margin-bottom: 0px;
}
.logininput ul {
	margin: 0;
	clear: both;
	list-style: none;
}
.logininput ul li {
	float: left;
	line-height: 20px;
	margin: 3px 0;
	word-spacing: 3px;
}
.liwidth0 
{
	color:Gray;
}
.liwidth1 {
	width:60px;
	text-align: left;
	padding-left: 15px;
}
.liwidth2 {
	width: 190px;
}
html>body .li2 {
	margin-bottom: 18px;
}
.liwidth3 {
	width: 60px;
}
.liwidth3 a {
	color: #4b851d;
	text-decoration: underline;
}
.liwidth3 a:hover {
	color: #4b851d;
	text-decoration:none;
}

/* for flash-pop html */
#flashpopMask
{    
    position:absolute;
    background-color:#FFFFFF;        
    left:0px;
    top:0px;           
    visibility:hidden;
    z-index:170;
    filter:ALPHA(opacity=60);
    -moz-opacity:0.6;
    opacity:0.6;
    }

html>body #flashpopMask{
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
}

/* for  channellast html */
#channellast{
	width:612px;
	clear:both;
}
.alltitle{
	width:126px;
	height:25px;
	padding-top:4px;
	font-size:14px;
	text-align:center;
	font-weight:bold;
	float:left;
	background:url(images/alltitle.gif) left top no-repeat;
}
.srcoll{
	float:left;
	height:130px;
	width:624px;
	margin:0 0 30px 0;
	background:#f5f8ed;
	border:1px #dddfde solid;
}
.srcollc{
	overflow: hidden;
	height: 118px;
	margin-top:7px;
	width: 575px;
}
.srcollc_table td{
	width:115px;
	height:115px;
	text-align:center;
	background:url(images/srcollc_bg.gif) left top no-repeat;
}
.srcollc_table td .pic{
	margin:5px 12px;
}
.srcollc_table td:hover{
	width:115px;
	text-align:center;
	background:url(images/srcollc_bg2.gif) left top no-repeat;
}
.channellast_info{
	width:612px;
	float:left;
	margin-bottom:30px;
}
.channellast_info h2{
	font-size:14px;
}
li{
	list-style: none;
	margin:0;
}
.channellast_info ul{
	list-style: none;
	margin:0;
}
.channellast_info ul{
	width:612px;
}
.channellast_info .cli1{
	width:94px;
	margin:0px;
	float: left;
}
.channellast_info .cli2{
	width:450px;
	padding-bottom:4px;
	overflow:hidden;
	float:left;
}
.channellast_info .cli2 h1 {
	float:left;
	font-size:14px;
	font-weight:bold;
	width: 450px;
	white-space: nowrap;
	overflow: hidden;
}
.channellast_info .cli2 h2 {
	float:left;
	padding-top:2px;
	font-size:14px;
	color:#4B8C17;
	font-weight:bold;
	width: 350px;
}
.channellast_info .cli3{
	width:450px;
	height:21px;
	padding-bottom:4px;
	float:left;
	overflow:hidden;
	text-overflow:ellipsis; 
	border-bottom:1px #F0F0F0 solid;
	word-break:break-keep;
}
.channellast_info .cli4{
	width:61px;
	height:60px;
	float:right;
	background:url(images/dybg.gif) left top no-repeat;
}
.channellast_info .cli4 span{
	width:59px;
	height:34px;
	float:right;
	line-height:34px;
	text-align:center;
	color:#d39500;
	font-size:14px;
	font-weight:bold;
}
.channellast_info .cli4 img{
	 margin:0 0 1px 6px;
	 vertical-align:middle;
}
.channellast_info .cli5{
	width:450px;
	padding:8px 0 8px 0;
	float:left;
}
.channellast_info .cli6{
	width:612px;
	clear:both;
}
.pic{
	float: left;
	margin-right:8px;
	width: 85px;
	height: 56px;
	display:inline;
	overflow: hidden;
	background: url(images/userChannelBg.gif) left top no-repeat;
}
.pic img {
	margin: 4px;
	border: none;
}
#channellast .wlist{width:565px; margin:10px 0 0 5px; clear:both;}
#channellast .wlist h1{font-size:12px; font-weight:bold;}
#channellast .wlist li{line-height:22px;}
#channellast .wlist li br {display:none;}
.radmon{border:#EDEDED 1px solid; padding:1px;float:left;margin-top:19px;height:auto;}
.radmon dt{background:#F5F5F5; padding-left:4px; line-height:24px; font-size:14px; font-weight:bold;}
.radmon dd{padding:6px 0px 0px 16px;}
.radmon .ul2{clear:both;height:140px;}
.radmon .li2{
	float:left;
	width:120px;
	background:url(images/radmon_bg.gif) left top no-repeat;
	height:128px;
	text-align:center;
	padding:5px 14px 5px 5px;
}
.radmon .div1{
	width:28px;
	height:21px;
	padding-top:7px;
	line-height:21px;
	font-family:Tahoma;
	font-size:10px;
	background:url(images/radmon_num_bg.gif) left center no-repeat;
	float:right;
	text-align:center;
	color:White;
	display:inline;
	z-index:100;
	position: absolute;
	margin: 48px 0 0 -22px;
	*margin: 45px 0 0 -27px;
	_margin: 45px 0 0 -27px;
}
.radmon .div2
{
	width:110px;
	float:left;
	text-align:left;
	white-space:nowrap;
	font-weight:bold;
	text-overflow:ellipsis; 
	overflow: hidden; 
	height:22px;
}
.radmon .div3
{
	width:110px; 
	clear:both;
	text-align:left;
	white-space:nowrap; 
	text-overflow:ellipsis; 
	overflow: hidden; 
	height:20px;

}
.radmon .ul1{clear:both;width:250px;height:100px}
.radmon .li1{float:left;width:55px;padding-left:20px;line-height:15px;overflow: hidden;white-space: nowrap;text-overflow: ellipsis; height:80px; display:block;}
#channellast .guest2{clear:both;width:475px;margin-bottom:10px;border-bottom:#EBEBEB 1px solid;border-top:#EBEBEB 1px solid;min-height:63px;padding:10px;}
#channellast .guest1{clear:both;width:475px;margin-bottom:10px;border-bottom:#EBEBEB 1px solid;border-top:#EBEBEB 1px solid;min-height:63px;padding:10px;}
#channellast .guest1{background:#fff;}
#channellast .guest2{background:#F8F8F8;}
#channellast .guest_div1{width:400px;float:right;display:inline;}
#channellast .guest_div2{width:400px;float:right;display:inline;}
#channellast .guest_div2 h1{mini-width:24px;font-size:14px;font-weight:bold;float:left;}
#channellast .guest_div2 h2{font-size:12px;color:#4b851d;font-weight:normal;float:left;padding-top:1px; margin-left:15px;}
#channellast .guest_div2 h3{width:12px;font-size:12px;font-weight:normal;float:left;padding-top:1px; margin-left:8px;}
#channellast .guest_div2 p{clear:both;line-height:20px;width:386px;word-break:break-all;height:auto;overflow: hidden;}
#commend {
	width:274px;
	height:97px;
	margin-bottom:15px;
	background:url(images/commend_bg.gif) left top no-repeat;
	text-align:left;
	clear:both;
}
#commend img{
	margin:18px 0 0 75px;
	vertical-align:top;
}
#cmake {
	width:274px;
	height:43px;
	margin-bottom:10px;
	text-align:right;
	clear:both;
	padding-top:57px;
	background:url(images/cmake_bg.gif) left top no-repeat;
}
#cmake .san{
	margin:10px 3px 0 0;
	vertical-align:top;
}
#cmake .cmakebtn{
	height:35px;
	width:144px;
	margin:50px 14px 0 0;
	border:0;
	cursor: pointer;
}
/* for user setting html */
.setCon {
	padding: 0;
	float: left;
	padding-top: 25px;
	margin-left: 60px;
}
*+ html .setCon {
    margin-top: 5px;
    padding-bottom: 20px;
}
* html .setCon {
    display: inline;
}
.choosePic {
	float: left;
	margin: 0;
	margin-top: 25px;
	*margin-top:25px;
	_margin-top:25px;
}
.userPic {
	float: left;
	margin: 0 0 0 10px;
	width: 80px;
	height: 80px;
	position: relative;
	background: url(images/picbg.gif) left top no-repeat;
}
.userPic img {
	z-index: 0;
	border: none;
	margin:0px;
}
#chooseIcon {
	margin: 0px;
	width: 17px;
	height: 17px;
	position: absolute;
	top: 63px;
	right: 0px;
	cursor: pointer;
	background: url(images/picchooseIcon.gif) left top no-repeat;
}
#chooseIcon1 {
	margin: 0px;
	width: 17px;
	height: 17px;
	position: absolute;
	top: 39px;
	right: 0px;
	cursor: pointer;
	background: url(images/picchooseIcon.gif) left top no-repeat;
}
.userwidth1 {
	width: 70px;
}
.userwidth2 {
	width: 180px;
}
.userwidth3 {
	width: 260px;
}
.userwidth4 {
	width: 100px;
}
.set{position:relative;float:left;clear:left; margin:20px 0px 70px 60px; display:inline;}
.settitle_c {
	cursor:pointer;
	width:60px;
	margin-left:65px;
	padding-left:25px;
	height:24px;
	line-height:20px;
	background:url(images/picchooseIcon.gif) left top no-repeat;
}
.settitle_o{
	cursor:pointer;
	width:60px;
	margin-left:65px;
	padding-left:25px;
	height:24px;
	line-height:20px;
	background:url(images/picchooseIcon2.gif) left top no-repeat;
}
.set ul {
    list-style: none;
	width: 340px;
	float: left;
	position: relative;
	margin: 0px 0px 5px 0px;
	display:inline;
}
.set li {
	float:left;
	line-height: 20px;
	color: #555555;
}
.set1 {
	text-align:left;
	width:65px;
}
.set2 {width: 180px;}
.set3 {width: 260px;}
.set4 {width:100px;padding: 0;}
.mych {
	width:210px;
	height:90px;
	*clear:both;
	_clear:both;
	float:left;
	margin-top:8px;
	display:inline;
} 
.mych div {
	height: 75px;
	width: 88px;
	float: left;
	margin-right:8px;
	background: url(images/mychannelBg.gif) left top no-repeat;
	display:inline;
}
.mych .img1 {
	margin:4px;
	border: none;
}
.mych .img2 
{	 vertical-align:text-bottom;
	border: none;
}
.mych1h1 {
	float: left;
	font-size: 12px;
	font-weight: normal;
	width: 96px;
	overflow:hidden;	
	white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;	
	line-height: 18px;
	display:block;
	clear: right;
	margin-top: 2px;
} 
.mych1h2 {
	float: left;
	color: #d39500;
	font-size: 12px;
	font-weight: normal;
	display:inline;
	width: 100px;
	line-height: 18px;
}
.channelC1{
	margin:10px 8px 0 8px;
	width:630px;
}
.channelC{
	margin:10px 8px 10px 8px;
	width:630px;
}
.channelC ul li{
	float:left;
	width:210px;
	height: 86px;
}
.regul4 {
	clear: both;
	list-style: none;
}
.regul4 li {
	float: left;
	line-height: 20px;
	word-spacing: 3px;
	margin-right: 3px;
	margin-bottom: 5px;
	*margin-bottom: -19px;
	_margin-bottom: -19px;
}
.regul5 {
	clear: both;
	list-style: none;
}
.regul5 li {
	float: left;
	line-height: 20px;
	word-spacing: 3px;
	margin-right: 3px;
	margin-bottom:5px;
	*margin-bottom:-19px;
	_margin-bottom: -19px;
}
.random{
	 clear:both;
	 width:570px;
	 margin-top:16px;
	 margin-bottom:40px;
	 border:1px dashed #BFC9BC;
	 padding:5px 10px 10px 10px;
}
.random ul{
	clear:both;
	list-style :none;
	position: relative;
	margin-bottom:5px;}
.random li{
	float:left;
	line-height:20px;
	width:570px;
}
.randomt{
	float:left;
	line-height:24px;
	width:570px;
	padding-left:30px;
	background:url(images/randomt.gif) left top no-repeat;	      
}
.random samp{ 
	font-weight:bold;
	line-height:24px;
}   
/* for pics_float div */
#pics {
	margin: 0;
	*margin-top:-40px;
	_margin-top:0px;
	width: 314px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 150;
    background: url(images/userbgcenter.gif) left top repeat-y;
}
.picsclose {
	margin: 3px 12px 3px auto;
	border: none;
	float: right;
} 
* html .picsclose {
    margin-right: 10px;
}
.picstop {
    width: 314px;
    height: 23px;
    margin: 0px;
    padding: 0px;
    background: url(images/picstop.gif) left top no-repeat;
}
.picsbottom {
    width: 314px;
    height: 7px;
    margin: 0px;
    padding: 0px;
    background: url(images/picsbottom.gif) left bottom no-repeat;
    position: relative;
    float: left;
}
#piccon {
	position: relative;
	width: 268px;
	margin: 0 12px 0px 12px;
	padding: 10px;
	border: 1px #e9e9e9 solid;
	clear: both;
}
#pics p {
	float: left;
	margin-left: 15px;
	margin-top: 0px;
	color: #555555;
}
.arrow {
	width: 45px;
	height: 15px;
	float: right;
	margin-top: 5px;
	padding-right: 10px;
}
.arrow img {
	float: left;
	border: none;
	margin-left: 12px;
}
#piccon td {
	background: url(images/imgbg.gif) 2px 2px no-repeat;
}
#piccon td img {
	border: none;
	margin: 3px;
}
/*   for message html   */
.messageleft {
	width: 631px;
	display:inline;
	margin: 15px 20px 20px 20px;
	float: left;	
	display:inline;
	overflow: hidden;		
	position: relative;	
	padding-bottom: 50px;
}
.messageTitle {
	margin: 0px;
	clear: both;
	padding: 0;
}
.messageTitle h1 {
	font-size: 14px;
	color: #555555;
	text-align: center;
	margin-bottom: 10px;
}
.messageTitle h2 {
	font-size: 14px;
	color: #555555;
	text-align: left;
	padding-left: 5px;
}
.brown {
	color: #979797;
}
.brown2 {
	color: #d39500;
}
.messageCon {
	 margin-bottom:10px;/*ff*/ 
    *margin-bottom:10px;/*ie7*/ 
    _margin-bottom:-10px;/*ie6*/
	width: 630px;
	clear: both;
}
.messageBg1t {
	background: url(images/messageBg1_t.gif) left bottom no-repeat;
    height:4px;
	wdth:630px;
}
.messageBg1c {
	width:609px;
    padding:5px 10px 5px 10px;
	background-color:#F7F7F7;
	border-left:1px #D5D5D5 solid;
	border-right: 1px #D5D5D5 solid;
	min-height: 100px;
    height:100px;
	overflow: hidden;
}
.messageBg1c{height:auto;}  
.messageBg1b {background: url(images/messageBg1_b.gif) left top no-repeat;
              height:4px;
			  width:630px;
}
.messageBg2t {background: url(images/messageBg2_t.gif) left bottom no-repeat;
              height:4px;
			  width:630px;
}
.messageBg2c {width:609px;
              padding:5px 10px 5px 10px;
			  border-left:1px #E5E5E5 solid;
			  border-right: 1px #E5E5E5 solid;
			  min-height: 100px;
              height:100px;
			  overflow: hidden;
}
.messageBg2c{height:auto;}  
.messageBg2b {background: url(images/messageBg2_b.gif) left top no-repeat;
              height:4px;
			  width:630px;
}
.messageText {
	float: left;
	color: #555555;
	font-size: 12px;
	width: 510px;
	overflow: hidden;
	white-space: normal;
	word-wrap:break-word;

}
.messageText .name
{
    font-size: 12px;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    text-decoration: none;
}
.messageText h1 {
	color: #4a4a4a;
	font-size: 14px;
	float: left;
	margin-right: 10px;
}
.messageText h2 {
	float: left;
	margin-right: 10px;
	font-size: 12px;
	font-weight:bold;
	padding-top:2px;
}
.messageText h6 {
	float: left;
	clear: right;
	color: #555555;
	font-weight: normal;
	font-size: 12px;
	padding-top: 2px;
}
.messageText div {
	clear: both;
	color: #deaf40;
	word-spacing: 3px;
	padding-top: 10px;
	margin-bottom: 10px;
	text-align: left;
}
.messagePic {
	float: left;
	margin: 0;	
	width: 80px;
	height: 80px;
	background: url(images/picbg.gif) left top no-repeat;
	display:inline;
}
.messagePicimg {
	border: 1px solid #ffffff;
	margin: 5px;
	width:66px;
	height:67px;
    overflow: hidden;
}
.messagePicimg a img {border:1px #ffffff solid;}
.messageinput {
	clear: both;
	padding-top: 10px;
	padding-left: 5px;
}
.messageinputH {
	height: 300px;
}
.messageinput h3 {
	color: #555555;
	font-size: 12px;
	text-align: left;
	margin-bottom: 7px;
	padding: 0px;
}
.messageinput h1 {
	color: #555555;
	font-size: 12px;
	text-align: left;
	margin-bottom: 7px;
	padding: 0px;
}
.message {
	list-style: none;
	margin: 0;
	padding: 0;
	display: block;
	*display: inline;
	_display: inline;
	clear: both;
}
.message li {
	line-height: 20px;
	vertical-align: middle;
	margin-bottom: 3px;
	float: left;
}
.messageli1 {
	width: 48px;
	text-align: left;
}
.messageli2 {

	width: 205px;
}
.messageli3 {
	width: 100px;
}
.messageli4 {
	width: 500px;
	padding: 0;
}
/*--------------------------- for MSE html------------------------------- */
#MSE  {
	width:634px; 
	float:left;
	margin-left:30px;
	display:inline;
}
#MSE .title {
	margin:23px 0px 23px 0px;
	clear:both;
	padding:0;
	width:632px;
}	
#MSE .title h1 {
	font-size: 14px;
	color: #555555;
	text-align: center;
}
#MSE .page {
	margin:0 0 20px 0;
	clear:both;
	width:632px;
	float: left;
}
#MSE .page1 {
	font-size:14px;
	color:#555555;
	text-align:left;
	float:left;
}
#MSE .page2 {
	font-size:12px;
	color:#555555;
	text-align:left;
	float:right;
	line-height:14px;
}
.MSem {
	margin:0 6px 10px 10px;
	float: left;
	display: inline;
}
.MSem .messagename {
	float: left;
	margin-right: 8px;
	margin-left: 40px;
	width: 200px;
	overflow:hidden;
	white-space:nowrap;
	height:20px;
	background:transparent;
}
.MSem .messagename li{
	float:left;
	margin-right:8px;
}
.MSem .guestdate {
	float: right;
	width:130px;
	color: #d39500;
	text-align:right;
}
.MSem .t2 img {
	border: none;
	margin-right: 4px;
	vertical-align:middle;
	_padding-top:1px;
}
.MSem .t1 img {
	border: none;
	margin-right: 4px;
	vertical-align:middle;
	_padding-top:1px;
}
.MSem .t1 {
	width:632px;
	background:url(images/MSE1-t.gif) left bottom no-repeat;
	padding-top:15px;
	float:left;
}
.MSem .t2 {
	width:632px;
	background:url(images/MSE2-t.gif) left bottom no-repeat;
	padding-top:15px;
	float:left;
}
.MSem .bg1 {
	width:622px;
	background:url(images/MSE1-bg.gif) repeat-y;
	margin:0;
	padding:5px;
	float: left;
}
.MSem .bg2 {
	width:622px;
	background:url(images/MSE2-bg.gif) repeat-y;
	margin:0;
	padding:5px;
	float:left;
}
#MSem .bg2 p {
	margin: 0;
	line-height:21px;
	width: 550px;
	word-wrap:break-word;
	word-break: break-all;
	float: right;
}
.MSem .bg1 p {
	margin: 0;
	line-height:21px;
	width: 550px;
	word-wrap:break-word;
	word-break:break-all;
	float: right;
}
.MSem .b1 {
	width:632px;
	background:url(images/MSE1-b.gif) left top no-repeat;
	height:5px;
	margin:0;
	float: left;
}
.MSem .b2 {
	width:632px;
	background:url(images/MSE2-b.gif) left top no-repeat;
	height:5px;
	margin:0;
	float:left;
}
.MSem .usericon {
	float:left;
	margin-right:5px;	
	width: 60px;
	height: 60px;
	overflow: hidden;
	background: url(images/usericonbg.gif) left top no-repeat;
}
.usericon img {
	margin: 5px;
	border: none;
}
/* ----------------for placard html---------------------- */
.nav {
	float: left;
	position: relative;
	margin: 15px;
	width: 160px;
	height: 91px;
	padding-bottom: 180px;
	background: url(images/navBg.gif) top center no-repeat;
}
.nav ul {
	width: 160px;
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
}
.nav ul li {
	width: 160px;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	line-height: 30px;
	height: 30px;
	display: block;
}
.nav ul li a {
	color: #555555;
	width: 160px;
	height: 30px;
	display: block;
}
.nav ul li a:hover {
	color: #b8b8b8;
	text-decoration: none;
}
.navnow {
	color: #ffffff;
	line-height: 30px;
	background: url(images/navNow.gif) 1px center no-repeat;
}
.placardCon {
	float: left;
	position: relative;
	width: 550px;
	padding: 15px;
	padding-top: 0;
	padding-bottom: 50px;
}
.placardCon a {
    color: #4b851d;
    text-decoration: none;
}
.placardCon a:hover{
    color: #4b851d;
    text-decoration: underline;
}
.placardCon div {
	margin: 0;
	width: 100%;
}
.placardCon h2 {
	font-size: 14px;
	color: #555555;
	text-align: center;
	padding-top: 20px;
	margin-bottom: 20px;
}
.placardCon h1 {
	font-size: 14px;
	color: #555555;
	text-align: left;
	padding-top: 20px;
	margin-bottom: 10px;
}
.date {
	color: #d39500;
	font-size: 12px;
	padding-top: 3px;
	margin-left: 10px;
	font-weight: normal;
}
.placardCon p {
	line-height: 21px;
	color: #555555;
	padding: 10px;
    font-size: 12px;
    font-family: Tahoma,"宋体";
    margin: 0;
}
.placardCon img {
	margin: 5px auto 5px 100px;
	border: none;
}
.pline {
	border-bottom: 1px solid #d1d1d1;
	padding-bottom: 21px;
}
/* for about html  */

/*------------------------------------postart------------------------------------------------------*/
.conntrib{ margin-left:30px; margin-bottom:20px; width:612px; float:left;  display:inline;}
.conntribqy{
	width:522px;
	margin-top:20px;
	margin-bottom:30px;
	line-height: 21px;
	margin-left:35px;
	padding-left:28px;
	background:url(images/help_answer.gif) left top no-repeat;
}
.conntrib-bg{width:580px;
        	 clear:both;
}
.conntrib-title {
	font-size: 14px;
	color: #555555;
	font-family: "宋体" , Tahoma;
	font-weight: bold; 
	padding-left: 0px;
	text-align:center;
	margin-top:23px;
}
.conntribinput {
	clear: both;
}
.conntribul {
    list-style: none;
    float: left;
	width: 610px;
	clear: both;
	margin-bottom: 4px;
	*margin-bottom: 3px;
	_margin-bottom: 3px;
}
.conntribul li {
	float:left;
	line-height: 20px;
	color: #555555;
}
.conntrib1 {
	width: 60px;
	text-align:left;
}
.conntrib2 {
	width: 200px;
}
.conntrib3 {
	width: 200px;
}
.conntrib4 {
	width: 500px;
	padding: 0;
}
.conntribinputH {
	height: 480px;
}
/* for team html  */
.teamCon {
	float: left;
	width: 720px;
	padding: 15px;
	padding-left: 0px;
	padding-top: 0;
	color: #555555;
	font-size: 12px;
}
.teamCon h2 {
	font-size: 14px;
	color: #555555;
	text-align: center;
	padding-top: 20px;
	margin-bottom: 10px;
}
.teamCon h1 {
	font-size: 14px;
	color: #555555;
	text-align: left;
	padding-top: 10px;
	padding-left: 10px;
	width: 300px;
}
.teamintro {
	float: left;
	margin: 0 0 6px 0;
	height: 170px;
	border-bottom: 1px solid #d1d1d1;
}
.noline1 {
	border-bottom: none;
}
.personintro {
	float: left;
	width: 310px;
	padding: 10px;
	margin-right: 20px;
}
.personintro h1 {
	color: #4b851d;
	font-size: 14px;
	margin: 5px;
	margin-left: -11px;
	width: 200px;
	float: left;
}
.personintro h1 a {
    color: #4b851d;
    text-decoration: none;
}
.personintro h1 a:hover 
{
    color: #4b851d;
    text-decoration: underline;
}
.introtext {
	width: 310px;
	float: right;
}
.selfintro {
	width: 310px;
}
.introtext p {
	line-height: 21px;
	color: #555555;
	width: 200px;
	float: right;
}
.introtext h1{
	width: 200px;
	float: right;
	margin-top:-10px;
}
.selfintro p {
	color: #555555;
	line-height: 21px;
}
.selfintro a {
	color: #4b851d;
	text-decoration: underline;
}
.selfintro a:hover {
	text-decoration: none;
	color: #4b851d;
}
.introPic {
	float: left;
	margin: 0;	
	width: 80px;
	height: 80px;
	background: url(images/picbg.gif) left top no-repeat;
}
.introPicimg {
	margin: 5px;
	border: 1px solid #ffffff;
	z-index: 0; 
	overflow: hidden;
	width:66px; 
	height:67px;
}
/* for hot-spread html  */
.funny {
	font-size: 14px;
	font-weight: bold;
	color: #555555;
	line-height:30px;
}
.funny img{
	vertical-align:middle;
	margin-right:5px;
}
.funnyright {
	float: right;
	position: relative;
	width: 100px;
	margin-top: -25px;
}
.funnyright img {
	float: left;
	position: relative;
	border: none;
}

.funny11 
{
    overflow :hidden; 
	background-color: #F4F4F4;
	width:630px;
	padding:5px 0 5px 0;
	margin-top:10px;
	color: #333;
	font-weight:bold;
	padding-left: 20px;
	/*border-width: 1px 0 1px 0;
	border-style: solid;
	border-color: #E0E0E0;*/
}
.funny11 li
{
 display:inline;
 vertical-align:middle;
}

.funny1 
{
    overflow :hidden; 
	background-color: #F4F4F4;
	padding-left: 5px;
	margin: 10px 0 20px 0;
	width:610px;
	color: #e4e4e4;
	padding-left: 8px;
	border-width: 1px 0 1px 0;
	border-style: solid;
	border-color: #E0E0E0;
}

.funny1font{
   font-size:12px;
	font-weight: bold;
	height:24px;
	float:left;
	color: #FF5900;
	margin: 2px 10px 3px 4px;
	overflow:hidden;
}
.funny1font a {
	color: #FF5400;
	font-size:12px;
	text-decoration: none;
	font-weight:bold;
}
.funny1font a:hover {
	color: #555555;
	font-size:12px;
	text-decoration: none;
	font-weight:bold;
}
.onphone {
	float: left;
	margin-right: 8px;
	border: none;
}
.article {
	padding:0;
	float:right;
	width:550px;
	/*position:relative;*/
	margin:5px 0 5px 0;
	*margin:15px 0 15px 0;
	_margin:5px 0 5px 0;
	display:inline;
	overflow:hidden;
}
.article-p {
	color: #555555;
	line-height: 21px;
	text-indent: 2em;
	padding: 2px 6px;
	float:left;
	width: 402px;
	word-wrap: break-word;
	overflow: hidden;
}

.article-p-img {    
 border: none;
 float:left;
 width:123px;
 height:75px;
 overflow:hidden;
 width: expression(this.width > 500 ? 500: true);
}
.article-p-noimg {
	color: #555555;
	line-height: 21px;
	text-indent: 2em;
	padding: 2px 6px;
	float:left;
	word-wrap: break-word;
	overflow: hidden;
}

.articleabout {
	clear:both;
	padding:0;
	height: 24px;
	line-height: 24px;
	color: #555555;
	float:right;
	width:550px;
}
.td22{
overflow:hidden; 
height:1px;
background-color:#e1e1e1; 
margin-top: 10px;
margin-bottom: 10px;
}
.mpage
{
    margin-left:140px; 
    clear:both; 
    width:500px;
}
.comment {
	clear: both;
	padding: 0;
	margin-top: 30px;
}
.comment h1 {
	color: #555555;
	font-size: 14px;
	padding-bottom: 10px;
}
.commentlight {
	border-top: 1px solid  #ebebeb;
	border-bottom: 1px solid  #ebebeb;
	background: #FFFFFF;
	color: #555555;
	font-size: 12px;
	padding: 8px;
	float: left;
	position: relative;
	margin-bottom: 9px;
}
.commentdark {
	background: #f9f9f9;
}
.commentlight h1 {
	margin: 0;
	padding: 0;
	color: #4a4a4a;
	font-size: 14px;
	float: left;
	height: 25px;
	line-height: 25px;
}
.commentlight h2 {
	margin: 0;
	color: #4b851d;
	line-height: 25px;
	font-size: 12px;
	margin-left: 15px;
	margin-right: 8px;
	float: left;
}
.commentlight h2 a {
	color: #4b851d;
	text-decoration: none;
	top: 1px;
}
.commentlight h2 a:hover {
	color: #4b851d;
	text-decoration: underline;
}
.commentlight h6 {
	font-size: 12px;
	font-weight: normal;
	float: left;
	margin-top:3px;
	_margin-top:2px;
	display:inline;
}
.commentdiv {
	clear: both;
	margin: 6px auto;
}
.commentlight p {
	color: #555555;
	line-height: 22px;
	margin-bottom: 10px;
	clear:both;
}
.commenttext {	
	width: 390px;
	float: left;
	margin-right: 20px;
}
.commenttext p{
	float:left;
	margin-right: 20px;
	width:390px;
	word-break:break-all;
	overflow:hidden;
}
.commentpic {
	margin: 3px 4px auto auto;
}
.commentpage {
    position: relative;
    clear: both;
    font-size: 12px;
    margin-top: 5px;
}
.authorinfo {
	width: 274px;	
	clear:both;
	margin-bottom:10px;
	display:inline;
}
.authorinfo h1 {
	color: #555555;
	font-size: 14px;
	text-align: center;
	position:relative;
	width: 274px;
	height: 34px;
	line-height: 34px;
	background: url(images/hotuserinfotitle.gif) left bottom no-repeat;
}
.tabt {
	position: relative;
	width: 274px;
	height: 26px;
}
.tab li{
	padding:0;
	margin:0;
	border:none
}
.tab{
	padding:0;
	margin:0;
	border:none
}
.tab{height:26px;display:block;width:274px;}
.tab li {
	display:block;
	float:left;
	height:26px;
	width:137px;
	line-height:30px;
	text-align:center;
	/*cursor:pointer;*/
	cursor:default;
	font-size:12px;
	color:#888888;
	font-weight:bold;
	background:url(images/dabg.gif) left bottom no-repeat;
}
.tab li.current {
	display:block;
	font-size:14px; 
	font-weight:bold;
	color:#555555;
	background:url(images/dacbg.gif) left bottom no-repeat;
}
hidden{width:274px;margin-top:0px;text-align:left; border-top:1px #DEE4D6 solid; margin-top:-1px;}
.show{width:274px;margin-top:0px;text-align:left; border-top:1px #DEE4D6 solid; margin-top:-1px;}
.hidden{display:none;border:0;}
.show{display:block;border:0;}

.author {
	width: 272px;
	border-left: 1px #d5d5d5 solid;
	border-right: 1px #d5d5d5 solid;
	position: relative;
	float: left;
	background: #ffffff;
	display:inline;
}
.author ul {
	list-style: none;
	width: 274px;
	float: left;
	margin: 0px 0px 0px 8px;
}
.guestdate1{
	float:left;
	width:42px;
	color: #979797;
	text-align:right;
}
html>body .author ul {
	margin-left: 20px;
}
.author ul li {
	height: 22px;
	line-height: 22px;
	color: #555555;
	padding: 0;
	margin: 0;
}
.authormore {
	clear: both;
	width: 264px;
	border-left: 1px #d5d5d5 solid;
	border-right: 1px #d5d5d5 solid;
	position: relative;
	float: left;
	color: #4b851d;
	text-align: right;
	padding-right: 8px;
	height: 22px;
	background: #ffffff;
}
* html .authormore {
	padding-right: 15px;
	width: 257px;
}
.itemarticle {
	width: 274px;
	float:left;
	margin-bottom: 6px;
	display:inline;
}
.itemarticle .top{
	width: 274px;
	height:34px;
	background: url(images/itemtitle.gif) left bottom no-repeat;
}
.itemarticle .h1 {
	color: #555555;
	font-size: 14px;
	float:left;
	width: 220px;
	height: 34px;
	line-height: 34px;
	font-weight: bold;	
}
.itemarticle .h1 a:hover {
	font-size: 14px;
	font-weight: bold;
	display:block;
	text-decoration: none;
}
.itemarticle .h1 a {
	font-size: 14px;
	font-weight: bold;
	display:block;
	text-decoration: none;
}
.itemarticlem{
    color: #4b851d;
    float:right;
    width:54px;
    line-height:34px;
}
* html .itemarticlem {
	width: 54px;
	float:right;
}
.itemarticle img {
    float: left;
	border: none;
	margin: 7px 8px 5px 20px;
}
.itemcon {
	width: 272px;
	border-left: 1px #d5d5d5 solid;
	border-right: 1px #d5d5d5 solid;
	float: left;
	background: #ffffff url(images/itembg.gif) left top no-repeat;
}
.itemcon ul {
	list-style: none;
	float: left;
	width: 230px;
	margin: 10px 8px 5px 8px;
}
.itembottom{
	width: 274px;
	margin:0 0 8px 0;
	padding:0;
	height:10px;
	clear:both;
	background: url(images/hotuserinfobottom.gif) left top no-repeat;
	}
html>body .itemcon ul {
	margin-left: 20px;
}
.itemcon ul li {
	height: 21px;
	line-height: 21px;
	color: #555555;
	padding: 0;
	margin: 0;
	float:left;
	width: 230px;
	overflow: hidden;
}
a.toparticle {
	padding-left: 15px;
	background: url(images/hotaticles.gif) left -2px no-repeat;
	color: #4b851d;
	text-decoration: none;
}
a.toparticle:hover {
	text-decoration: underline;
	color: #4b851d;
}
a.otherarticle {
	color: #555555;
	padding-left:15px;
}
a.otherarticle:hover {
	text-decoration: underline;
}
.articleNO{
	float:left;
	width:51px;
	height:14px;
	font-family:Tahoma,'宋体';
	color:#D39500;
	background:url(images/articleNO_bg.gif) top center no-repeat;
	padding-top: 27px;
	 margin-top:7px;
}
.articleNO h1{font-size:14px; font-weight:bold;text-align:center;color:#D39500;line-height: 15px;width:51px;}
.wwrite{
     clear: both;
     width: 238px;
     margin-left:20px;
     margin-top:30px;
}
.wwriteli1{
	font-size:12px;
	font-weight:bold;
	white-space:normal;
	width:238px;
	overflow:auto;
}
.wwriteli2{
	font-size:12px;
	height:18px;
    text-align:right;
    width:238px;
    color:#4b851d;
}
.wwrite ul{
	list-style: none;
	float: left;
	width: 238px;}
.wwrite li{
	height: 21px;
	float:left;
	line-height: 21px;
	color: #555555;
	padding: 0;
	margin: 0;
	overflow: hidden;
}
.wwrite h1{
	font-size:14px;
	font-weight:bold;
}
#tt {
	DISPLAY: block; BACKGROUND: url(images/tt_left.gif) no-repeat left top; POSITION: absolute
}
#tttop {
	DISPLAY: block; BACKGROUND: url(images/tt_top.gif) no-repeat right top; MARGIN-LEFT: 5px; OVERFLOW: hidden; HEIGHT: 5px
}
#ttcont {
	PADDING-RIGHT: 12px; DISPLAY: block; PADDING-LEFT: 7px; BACKGROUND: #666; PADDING-BOTTOM: 3px; MARGIN-LEFT: 5px; COLOR: #fff; PADDING-TOP: 2px
}
#ttbot {
	DISPLAY: block; BACKGROUND: url(images/tt_bottom.gif) no-repeat right top; MARGIN-LEFT: 5px; OVERFLOW: hidden; HEIGHT: 5px
}

/* for article-list html */
.browsedetail {
	color: #4b851d; 
	margin-top:-24px;
	float:right;
}
.articletitle {
	color: #4B8C17;
	width: 550px;
	height:41px;
	margin-top: 5px;
	overflow:hidden;
	float:right;
}
.articletitle .a:hover  {
	color: #4b851d;
	font-size:14px;
	text-decoration: none;
	font-weight:bold;
}
.articletitle .a  {
	color: #4b851d;
	font-size:14px;
	text-decoration: none;
	font-weight:bold;
}
.articleinfo2 {
	margin: 0;
	word-spacing: 3px;
	font-family: Tahoma , "宋体";
	float: left;
	font-weight:normal;
	font-size:12px;
	width:560px;
}
/* for download html */
.download_minfo{
	width:365px;
	float:left;
	clear:left;
	margin:10px 0 30px 30px;
	display:inline;
}
.download_minfo .title{
	width:365px;
	clear:both;
	height:26px;
	line-height:26px;
	font-weight:bold;
	background:url(images/download_title_bg.jpg);
}
.download_minfo .title_l{
	width:365px;
	width:4px;
	float:left;
	height:26px;
	background:url(images/download_title_l.jpg);
}
.download_minfo .title_r{
	width:365px;
	float:right;
	width:4px;
	height:26px;
	background:url(images/download_title_r.jpg);
}
.download_top{
	float:left;
	width:365px;
	height:5px;
	overflow:hidden;
	background:url(images/download_top.jpg) left top no-repeat;
}
.download_bottom{
	float:left;
	width:365px;
	height:5px;
	overflow:hidden;
	background:url(images/download_bottom.jpg) left top no-repeat;
}
.download_con{
	float:left;
	width:343px;
	background:#f9f9f9;
	border-right:1px #d5d5d5 solid;
	border-left:1px #d5d5d5 solid;
	padding:5px 10px 5px 10px;
}
.download_con label{
	float:left;
	margin-left:10px;
}
.download_con p{
	padding:8px;
	line-height:21px;
	clear:both;
}
.download_con .btn{
	width:117px;
	height:25px;
	padding-left:31px;
	color:white;
	border:0;
	text-align:left;
	background:url(images/download_btn.gif) no-repeat;
}
.download_con .div1{
	width:175px;
	min-height:106px;
	float:left;
	padding:5px 0 5px 10px;
	background:#fff;
	border:1px #d5d5d5 solid;
}
.download_con .div1 span{
	font-size:14px;
	line-height:21px;
	float:left;
	width:77px;
}
.download_con .div1 img{
	float:right;
}
.download_con .div2{
	width:175px;
	float:left;
	padding:5px 0 0 5px;
	line-height:24px;
}
.download_con div3 img{
	 margin-right:3px;
}
.download_con .li1{
	 padding-left:14px;
}
.download_con .div3{
	width:128px;
	float:right;
}
.downloadtitle {
	font-size: 14px;
	color: #555555;
	text-align: center;
	margin-top: 15px;
	margin-bottom: 15px;
}
.downexplain {
	text-align:center;
	height:44px;
	width: 179px;
}
.downright ul{
	width:179px;
}
.downright .text {
	line-height: 22px;
	color: #555555;
	font-size: 12px;
	font-family:Tahoma;
	padding:0 10px 10px 10px;
	width:159px;
}
.downright .bottom {
	width:179px;
	height:22px;
}
.downexplain h2 {
	font-size: 12px;
	margin: 15px auto 0px 30px;
	padding-left:20px;
	background:url(images/clew.gif) left bottom no-repeat;
	width:70px;
	float: left;
	display: inline;
}
.downright p {
	line-height: 22px;
	color: #555555;
	font-size: 12px;
	font-family:Tahoma;
	margin-bottom: 20px;
}
.downleft h1 {
	color: #555555;
	font-size: 14px;
	float: left;
	position: relative;
	padding-left: 8px;
	margin-right: 8px;
}
.line {
	height: 18px;
	line-height: 18px;
	width: 1px;
	background: #d1d1d1;
	float: left;
	margin: auto 8px;
}
.line2 {
	height: 25px;
	line-height: 25px;
	width: 1px;
	background: #d1d1d1;
	float: left;
	margin: 1px 2px 0px 2px;
}
.textleft {
	float: left;
	padding-top: 1px;
}
.downloadtag {
	width: 500px;
	margin-top: 15px;
	border-top: 1px #d1d1d1 solid;
	padding: 15px 5px 15px 0;
	float: left;
	position: relative;
}
.downloadtag h2 {
	color: #555555;
	font-size: 14px;
	padding-left: 8px;
	margin-right: 8px;
	margin-bottom: 20px;
}
/* for promte html  */
#extend{ width:570px;
	     float:left;
	     margin-left:40px;
	     display:inline;
	     position: relative;
	     margin-bottom: 70px;
}
.extendT{color: #555555;
         width: 570px;
		font-size: 14px;
		font-weight: bold;
		text-align: center;
	    margin: 23px 0px 10px 0px;
		padding-left: 15px;		
}
.extendI{width: 570px;
		 padding: 14px 0px 10px 0px;
}
.extendtext{width: 570px;
		    margin: 0px 0px 10px 0px;
}
.extendtextb{border:#C0BFBF 1px solid;
	         margin-top:5px;
	         *margin-top:2px;
	         _margin-top:1px;
	         padding:2px 5px;
	         width: 540px;
	         min-height:50px;
             height:auto !important;
             height:50px;
             background-color:#fff;
             color:#555555;
             font-family:Tahoma,"宋体";
             font-size:12px;
             overflow-y: auto;
}
.extendtextu{border:#C0BFBF 1px solid;
             height:14px;
             line-height: 14px;
             vertical-align: middle;
             padding: 2px 5px;
             width: 540px;
             background-color:#fff;
             color:#555555;
             font-family:Tahoma,"宋体";
             font-size:12px;
}
/* 2008-03-06 tab modify  */
#downTitle li {
	float: left;
	list-style-type: none;
	height: 30px;
	line-height: 30px;
	text-align: center;
	margin-right: 1px;
}
#downTitle {
	height: 30px;
	background: #FFFFFF;
	height: 30px;
}
#downTitle a {
	text-decoration: none;
	color: #555555;
	display: block;
	font-weight: bold;
	width: auto;
	background:url(images/lightleft.gif) left top no-repeat;
}
#downTitle a span{
	display: block;
	padding: 0 46px 0 46px;
	background:url(images/lightright.gif) right top no-repeat;
}
#downTitle .selectli1 {
	text-decoration: none;
	color: #555555;
	font-size: 14px;
	font-weight: bold;
	display: block;
	width: auto;
	background: url(images/darkleft.gif) no-repeat left top;
}
#downTitle a .selectspan1 {
	display: block;
	background: url(images/darkright.gif) no-repeat right top; 
	padding: 0 38px 0 38px;
}
#downTitle .selectli2 {
	text-decoration: none;
	display: block;
	color: #555555;
	font-size: 14px;
	font-weight: bold;
	width: auto;
	background: url(images/darkleft.gif) no-repeat left top;
}
#downTitle a .selectspan2 {
	display: block; 
	background: url(images/darkright2.gif) no-repeat right top; 
	padding: 0 45px 0 44px;
}
#downcon {
	width: 348px;
	height: 189px;
	margin: 0;
	padding: 0;
}
.hidecontent {display:none;}
.content1 {
	width: 348px;
	height: 189px;
	background: url(images/smsdownbg.gif) left top no-repeat;
}
.content1 p {
	width: 300px;
	height: 25px;
	line-height: 25px;
	color: #555555;
	margin: 0px auto;
	padding-top: 20px;
	margin-bottom: 5px;
}
.content1 ul {
	width: 300px;
	margin: 5px auto;
	list-style: none;
	margin-left: 35px;
}
.content1 ul li  {
	height: 20px;
	line-height: 20px;
	color: #555555;
	margin-bottom: 5px;
	*margin-bottom: 5px;
	_margin-bottom: 0px;
}
.smsli1 {
	width: 70px;
	text-align: left;
	float: left;
}
.smsli2 {
	width: 230px;
	float: left;
}
.smsphonenum {
	height: 14px;
	line-height: 14px;
	vertical-align: middle;
	border: 1px #c2c1c1 solid;
	width: 170px;
	float: left;
	font-size: 12px;
	font-family: Tahoma,"宋体";
	color: #555555;
	padding: 2px 5px;
}
.smsvalidate {
	height: 14px;
	line-height: 14px;
	border: 1px #c2c1c1 solid;
	width: 100px;
	float: left;
	vertical-align: middle;
	font-size: 12px;
	font-family: Tahoma,"宋体";
	color: #555555;
	padding: 2px 5px;
}
.smscontent img {
	margin-top: 1px;
	margin-right: 50px;
	border: none;
	float: right;
}
.content2 {
	width: 348px;
	height: 189px;
	background: url(images/webdownbg.gif) left top no-repeat;
}
.content2 p {
	width: 240px;
	margin: 0 auto;
	color: #555555;
	line-height: 30px;
}
.content2 p a:hover {
	color: #4b851d;
	text-decoration: underline;
}
.content2 p a {
	color: #4b851d;
	text-decoration: underline;
}
.ptop {
	padding-top: 35px;
}

#downcon .selectContent { 
	display:block;
}
#download {
	width:241px;
	float:left;
	margin:20px 0 20px 30px;
	display:inline;
}
#download h1 {
	height:30px;
	width:180px;
	padding-left:61px;
	font-size:14px;
	background:url(images/download_top.gif) left top no-repeat;
	line-height:14px;
	padding-top:16px;
}
#download ul{
	width:220px;
	padding-left:20px;
	background:url(images/download_bg.gif);
	height:80px;
}
#download span {
	font-size:11px;
	color:#4b851d;
	font-weight:normal;
}
#download li{
	width:200px;
	line-height:20px;
	margin:0px;
	float:left;
	text-overflow:ellipsis; 
	overflow: hidden;
	white-space:nowrap;
}
#download  .bt {
	background:url(images/download_bt.gif) left top no-repeat;
	height:13px;
}
.viewpn{
	float:left;
	width:550px;
	line-height:22px;
	vertical-align:middle;
	overflow:hidden;
	margin-top:15px;
	margin-bottom:0px;
}
.viewmore{
	float:right;
	width:80px;
	margin-top:-18px;
	margin-bottom:20px;
}
/* for download-first html */
.downleft h3 {
	font-size: 14px;
	margin-bottom: 10px;
	clear:both;
}
.chooseselect {
	margin-left: 4px;
	width: auto;
	font-family: Tahoma,"宋体";
	font-size: 12px;
	color: #666666;
	height: 21px;
	width:135px;
	line-height: 21px;
	margin-top: 0px;
	*margin-top: 5px;
	_margin-top: 5px;
}
.choosep {
	color: #666666;
	font-size: 12px;
	line-height: 28px;
	padding-left:30px;
	margin-top: 0px;
	*margin-top: -5px;
	_margin-top: -5px;
}
.phonelist {
	margin: 0;
	margin-top: 5px;
	padding: 0;
	position: relative;
	float: left;
}
.phonelist ul {
	list-style: none;
}
.phonelist ul li {
	float: left;
	width: 98px;
	height: 108px;
	border: 1px #dadada solid;
	cursor: pointer;
	margin-right: 8px;
	margin-bottom: 8px;
	background: #ffffff;
}
.hasphone {
	text-align: center;
	color: #666666;
	font-size: 12px;
	font-weight: normal;
	position: relative;
	width: 98px;
	padding: 0;
	margin: 0;
	line-height: 19px;
}
html>body .hasphone {
	margin-top: -3px;
}
.phonelist img {
	width: 97px;
	height: 88px;
	margin: 0;
	border: none;
	border-bottom: 1px #dadada solid;
	clear: both;
	position: relative;
}

.nophone {
	text-align: center;
	color: #b0b0b0;
	font-size: 12px;
	font-weight: normal;
	position: relative;
	width: 98px;
	padding: 0;
	margin: 0;
	line-height: 19px;
}
.hoverphone {
	text-align: center;
	color: #d39500;
	font-size: 12px;
	font-weight: normal;
	position: relative;
	width: 98px;
	padding: 0;
	margin: 0;
	line-height: 19px;
}
html>body .hoverphone {
	margin-top: -3px;
}
.authorslist {
	margin: 10px 25px;
	margin-right: 5px;
	list-style: none;
	width: 232px;
}
.authorslist li {
	float: left;
	width: 50px;
	height: 75px;
	margin-right: 8px;
	overflow:hidden;
}	

html>body .authorslist li {
	margin-bottom: 6px;
	margin-right: 8px;
}
.authorslist li img {
	border: 1px solid #dadada;
	margin: 0;
	z-index: 0; 
    overflow: hidden;
	height:48px;
	width:48px;
}
.authorslistimg {
	border: 1px solid #dadada;
	margin: 0;
	z-index: 0; 
    overflow: hidden;
	height:48px;
	width:48px;
}
.authorslistimg-hui {
	border: 1px solid #dadada;
	background-color:#666666;
	margin: 0;
	z-index: 0; 
    overflow: hidden;
	height:48px;
	width:48px;
	filter: Alpha(opacity=30);
	-moz-opacity:.3;
	opacity:0.3; 
}
.authorslist h5 {
	font-size: 12px;
	font-weight: normal;
	width: 48px;
	height: 25px;
	line-height: 22px;
	text-align: center;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.authorslist a {
	color: #666666;
	text-decoration: none;
}
.authorslist a:hover {
	color: #4b851d;
	text-decoration: underline;
}
/* for getpassword html */
.getpwdCon {
	margin: 15px auto 50px;
	width: 530px;
	height: 300px;
	word-spacing: 3px;
}
.checktop {
    position: relative;
    top: 2px;
    right:2px;
}
.getpwdCon h1 {
	text-align: center;
	font-size: 14px;
	color: #555555;
	margin-bottom: 20px;
	width: 400px;
}
.getpwdCon ul {
	clear: both;
	list-style: none;
}
.getpwdCon ul li {
	float: left;
	height: 20px;
	margin: 0;
	line-height: 20px;
	vertical-align: middle;
	word-spacing: 3px;
	margin-right: 3px;
	margin-bottom: 1px;
	*margin-bottom: 2px;
	_margin-bottom: 2px;
}
.getpwdCon .liType0
{
    width: 20px;
	text-align: left;
	padding-top: 4px;
	*padding-top: 0px;
	_padding-top: 2px;
}
.getpwdCon .liType1 {
	width: 130px;
	text-align: left;
	padding-top: 2px;
}
.getpwdCon .liType2 {
	width: 128px;
	text-align: left;
	padding-top: 2px;
	padding-left: 25px;
}
.getpwdCon .liType3 {
    width: 117px;
}
.getpwdCon .liType4 {
    width: auto;
    padding-left:0px;
    color: #db0101;
}
.li1letter {
    letter-spacing: 1.1pt;
}
.getpwdCon h2 {
	text-align: center;
	height: 24px;
	line-height: 24px;
	margin: 0px;
	padding-bottom: 20px;
    font-size: 14px;
    font-weight: bold;
    width: 400px;
}
.getpwdCon ul img {
	float: left;
	position: relative;
	margin: 1px 6px 0 5px;
	*margin: 1px 6px 0 5px;
	_margin: 3px 6px 0 5px;
}
/* for success html */
.successinfo {
	width: 300px;
	height: 200px;
	margin: 50px auto 200px;
	}
.successinfo img {
	border: none;
	margin: 10px 70px;
}
.successinfo h1 {
	margin-bottom: 30px;
	margin-top: 10px;
	margin-left: 18px;
	*margin-left: 25px;
	_margin-left: 25px;
	font-size: 14px;
	font-weight: normal;
	font-family: Tahoma,"宋体";
	color: #555555;
}
.successinfo ul {
	list-style: none;
}
.successinfo ul li {
	float: left;
	margin-left: 5px;
	width: 113px;
}
/* for myinfo common part(right)  */
.articlelist {
	height: 27px;
	line-height: 27px;
	border-bottom: 1px #f4f4f4 solid;
	width: 256px;
	margin: 1px 8px 0px 8px;
	overflow: hidden;
}
.guestlist {
	height: 27px;
	line-height: 27px;
	border-bottom: 1px #e1e1e1 solid;
	width: 261px;
	margin: 1px 5px 0px 5px;
}
.articlelist {
	height: 21px;
	line-height: 21px;
	border: none;
	margin: 0px 15px 0px 15px;
	width: 242px;
}
#content .articlelist img {
	float: left;
	margin-right: 8px;
}
#content .guestlist img {
	border: #dadada 1px solid;
	margin-right: 8px;
	float: left;
}
.username {
	float: left;
	margin-right:3px;
	width:118px;
	height:25px;
	overflow: hidden;
	white-space: nowrap;
	font-size: 12px;
}

.listtitle {
	float: left;
	margin-right: 8px;
	width: 156px;
	overflow: hidden;
	white-space: nowrap;
}
.guestdate {
	float: right;
	margin-right:10px;
	height:30px;
	width:105px;
	color: #d39500;
	font-size:12px;
	text-align:right;
}

.messagediv {
	width: 259px;
	line-height: 21px;
	margin: 2px 5px 2px 7px;
	background: #ffffff;
}
.messagetop {
	width: 260px;
	height:30px;
	clear:both;
	background: #ffffff url(images/myinfo_mtt.gif) left bottom no-repeat;
	overflow:hidden;
	position: relative;
}
.messagecenter {
	width: 241px;
	border-left: 1px #e0e0e0 solid;
	border-right: 1px #e0e0e0 solid;
	background: #f9f9f9;
	padding: 0px 8px;
	position: relative;
	float: left;
}
.messagebottom {
	width: 259px;
	height: 7px;
	background: #ffffff url(images/myinfo_mtb.gif) left top no-repeat;
	position: relative;
	float: left;
}
.messagename {
	float: left;
	width:95px;
	overflow: hidden;
	white-space: nowrap;
	background: transparent;
	margin-left:15px;
	display:inline;
}
.messagename li{
	float:left;
}
.messagetop img {
	border: none;
	margin-right: 4px;
	vertical-align:middle;
	_padding-top:1px;
}
#content .messagecenter img {
	margin-right: 15px;
	border: #dedede 1px solid;
	float: left;
}
.messagecenter p {
	margin: 0;
	line-height: 21px;
	width: 184px;
	word-wrap: break-word;
	word-break: break-all; 
	float: right;
}
.userinfo {
	width: 274px;
	margin-bottom: 8px;
	float: left;
	background: #FFFFFF url(images/myinfo_infobg.gif) right top no-repeat;
	overflow: hidden;
}
.userinfo h1{
	width:233px;
	text-align:center;
	height:34px;
	font-size:14px;
	font-weight:bold;
	line-height:34px;
}
.userinfocon {
	width: 233px;
	overflow: hidden;
	padding: 15px 15px 15px 20px;
	float: left;
	border: 1px #dcdcdc solid;
	background: #ffffff url(images/myinfo_tbg.gif) left bottom repeat-x;
}
.usericon1 {
	float: right;
	width: 60px;
	height: 60px;
	overflow: hidden;
	background: transparent url(images/usericonbg.gif) left top no-repeat;
}
.usericon {
	float: right;
	width: 60px;
	height: 60px;
	overflow: hidden;
	background: transparent url(images/usericonbg.gif) left top no-repeat;
}
.usericon1 {
	float: left;
	margin-right: 10px;
}
.usericon1 img {
	margin: 5px;
	border: 0;
}
#content .usericon img {
	margin: 5px;
	border: 0;
}
.usericon a {
	background: transparent;
}
.usertext3 {
	line-height: 21px;
	float: left;
	clear: left;
	width: 155px;
	overflow: hidden;
}
.usertext2 {
	line-height: 21px;
	float: left;
	clear: left;
	width: 155px;
	overflow: hidden;
}
.usertext2 p img{
	line-height: 21px;
	float: left;
	margin-right:5px;
	vertical-align:middle;
}
.usertext {
	line-height: 21px;
	float: left;
	clear: left;
	width: 155px;
	overflow: hidden;
}
.userline{
	float:left;
	width:256px;
	height:19px;
	background:url(images/user_dot.gif) left center repeat-x;
}
.usertext3 {
	margin-top: 10px;
	width:235px;
	float: left;
}
.usertext3 p{
	float: left;
	line-height: 21px;
	word-wrap: break-word;
	word-break: break-all; 
}
.usertext2 p{
	float: left;
	line-height: 21px;
	word-wrap: break-word;
	word-break: break-all; 
}
.usertext p{
	float: left;
	line-height: 21px;
	word-wrap: break-word;
	word-break: break-all; 
}
.usertext p {
	margin-right: 8px;
}
.usertext2 p {
	width: 235px;
	overflow: hidden;
}
.usertext2 {
	width: 235px;
	float:left;
	overflow: hidden;
}
.usertext4 {
	width: 256px;
	float:left;
	overflow: hidden;
}
.usertext2 .greenline{
	font-weight:bold;
}

.gradeimg {
	float: left;
	white-space: nowrap;
}
.gradeimg img {
	margin: 0;
	border: none;
}
.sendmsgdiv{
	float:right;
	widtht:60px;
	margin-right:-5px;
	display:inline;
}
/*for left part*/
.articles_nav 
{
	width:630px;
	height: 34px;
	margin: 0;
	padding: 0;
	clear:both;
	background: url(images/myinfo_tagbg.gif) right bottom no-repeat;
}
.myinfo_nav 
{
	width:630px;
	clear:both;
	height:auto;
	padding: 0;
	background: url(images/myinfo_tagbg.gif) right bottom no-repeat;
}
.articles_nav {
	background: #ffffff;
	width: 274px;
	overflow: hidden;
	position: relative;
}
.articles_nav ul {
	list-style: none;
	height: 34px;
}
.myinfo_nav ul {
	list-style:none;

}
.articles_nav ul li {
	height: 34px;
	float: left;
	display:block;
}
.myinfo_nav ul li {
	height: 34px;
	float: left;
	display: block;
}
.nowtag {
	height: 34px;
	cursor: pointer;
	float: left;
}
.nowtag2 {
	height: 24px;
	float: left;
	cursor:pointer;
	margin: 10px 2px 0 0;
	display:inline;
}
.artnowleft {
	width: 8px;
	height: 34px;
	background: url(images/tagnow_left.gif) left bottom no-repeat;
	float: left;
}
.tagnowleft2 {
	width: 8px;
	height:24px;
	background: url(images/tagnow_left2.gif) left bottom no-repeat;
	float: left;
}
.artnowleft {
	background: url(images/listnowmostleft.gif) left bottom no-repeat;
}
.artnowcenter {
	font-size: 14px;
	line-height:34px;
	text-align: left;
	padding: 0px 4px 0px 3px;
	float: left;
	height:34px;
	background: url(images/tagnow_center.gif) left bottom repeat-x;
	font-weight: bold;
}
.tagnowcenter2 {
	float: left;
	height: 24px;
	background: url(images/tagnow_center2.gif) left bottom repeat-x;
	padding: 0px 20px;
	line-height: 24px;
	font-weight: bold;
}
.tagnowcenter2 .changediv{
	width:20px;
	float:left;
	margin-top:3px;
	display:inline;
	position: absolute;
	height:17px;
	background:url(images/picchooseIcon2.gif) right top no-repeat;
	cursor:pointer;
}
.tagnowcenter2 .changedivon{
	width:20px;
	float:left;
	margin-top:3px;
	display:inline;
	position:relative;
	height:17px;
	background:url(images/picchooseIcon2.gif) right top no-repeat;
	cursor:pointer;
}
.artnowcenter2 {
	font-size: 14px;
	line-height: 34px;
	text-align: left;
	padding: 0px 4px 0px 3px;
	background: url(images/listnowcenter2.gif) left bottom repeat-x;
}
.artnowcenter img {
	float: left;
	margin-right: 8px;
	margin-top: 7px;
}
.artnowright {
	height: 34px;
	width: 8px;
	background: url(images/tagnow_right1.gif) left bottom no-repeat;
	float: left;
}
.tagnowright2 {
	height:24px;
	width:6px;
	background: url(images/tagnow_right12.gif) left bottom no-repeat;
	float: left;
}
.artnowright { 
	background: url(images/listnowright.gif) left bottom no-repeat;
}	
.artnowlastright {
	height:34px;
	width: 8px;
	background: url(images/listnowmostright.gif) left bottom no-repeat;
	float: left;
}
.tagnowlastright2 {
	height:24px;
	width: 8px;
	background: url(images/tagnow_mostright2.gif) left bottom no-repeat;
	float: left;
}
.artnowlastright {
	background: url(images/listnowmostright.gif) left bottom no-repeat;
}
.notnowart {
	height: 24px;
	float: left;
	margin-top: 10px;
}
.nonowtag2 {
	height: 24px;
	float: left;
	cursor:pointer;
	margin: 10px 2px 0 0;
	display:inline;
}
.notnowart {
	height: 29px;
	margin-top: 5px;
}
.artotherleft {
	width: 8px;
	height: 24px;
	background: url(images/tagother_center.gif) left bottom repeat-x;
	float: left;
}
.tagotherleft2 {
	width: 8px;
	height: 24px;
	background: url(images/tagother_mostleft.gif) left bottom repeat-x;
	float: left;
}
.artotherleft {
	height: 29px;
	background: url(images/listnotnowcenter.gif) left bottom repeat-x;
}
.tagotherleft12 {
	width: 8px;
	height: 24px;
	background: url(images/tagother_left.gif) left bottom repeat-x;
	float: left;
}
.artotherfirstleft2 {
	width: 8px;
	height: 24px;
	background: url(images/tagother_mostleft.gif) left bottom no-repeat;
	float: left;
}
.tagotherfirstleft2 {
	width: 8px;
	height: 24px;
	background: url(images/tagother_mostleft.gif) left bottom no-repeat;
	float: left;
}
.artotherfirstleft {
	width: 8px;
	height: 29px;
	background: url(images/tagother_mostleft.gif) left bottom no-repeat;
	float: left;
}
.artotherfirstleft {
	height: 29px;
	background: url(images/listnotnowmostleft.gif) left bottom no-repeat;
}
.artothercenter {
	float: left;
	height: 24px;
	background: url(images/listnotnowcenter.gif) left bottom repeat-x;
	padding: 0px 10px;
	line-height: 24px;
}
.tagothercenter2 {
	float: left;
	height: 24px;
	background: url(images/tagother_center.gif) left bottom repeat-x;
	padding: 0px 10px;
	line-height: 24px;
}
.tagothercenter .changediv{
	display:none;
}
.artothercenter {
	height: 29px;
	line-height: 29px;
	color: #888888;
	font-size: 12px;
	font-weight: bold;
	background: url(images/listnotnowcenter.gif) left bottom repeat-x;
	padding: 0px 2px 0px 1px;
	cursor:pointer;
}
.artothercenter img {
	display: none;
	margin: 0;
}
.artotherright {
	width:5px;
	height: 24px;
	background: url(images/tagother_right.gif) left bottom no-repeat;
	float: left;
}
.tagotherright2 {
	width: 5px;
	height: 24px;
	background: url(images/tagother_right2.gif) left bottom no-repeat;
	float: left;
}
.artotherright {
	height: 29px;
	background: url(images/listnotnowright.gif) left bottom no-repeat;
}
.tagotherlastright2 {
	width: 8px;
	height: 24px;
	background: url(images/tagother_mostright.gif) left bottom no-repeat;
	float: left;
}
.artotherlastright {
	width: 8px;
	height: 24px;
	background: url(images/tagother_mostright.gif) left bottom no-repeat;
	float: left;
}
.tagotherlastright {
	width: 8px;
	height: 24px;
	background: url(images/tagother_mostright.gif) left bottom no-repeat;
	float: left;
}
.artotherlastright {
	height: 29px;
	background: url(images/listnotnowmostright.gif) left bottom no-repeat;
}
.infocontent {
	width: 620px;
	clear:both;
	padding:0;
	margin:0;
}
.infocontop {
	margin-top:-1px;
	height:4px;
	width:650px;
	/*background:url(images/myinfo_tcirclebg.gif) right top no-repeat;
	border-left:1px #dcdcdc solid;*/
	clear:both;
	_clear:both;
}
.infoconbottom {
	width: 651px;
	height: 7px;
	/*background: url(images/myinfo_ctb.gif) left top no-repeat;*/
	float: left;
	overflow: hidden;
}
.infoconcenter{
	float:left;
	width:649px;
	/*border-left:1px #dcdcdc solid;
	border-right:1px #dcdcdc solid;*/
}
.mycollection {
	width: 632px;
	float:left;
}
.mycollection .col5 img {
	border: none;
	margin: 0;
}
.mycollection .col3 img {
	border: none;
	margin: 0;
}
.mycollection .col5 img {
	cursor: pointer;
}
.mycollection .col1 {
	width: 300px;
	padding-left: 15px;
	overflow: hidden;
	white-space: nowrap;
}
.mycollection .col2 {
	width: 100px;
	text-align: center;
}
.mycollection .col3 {
	width: 55px;
	text-align: center;
}
.mycollection .col4 {
	width: 95px;
	text-align: center;
	overflow: hidden;
	white-space: nowrap;
}
.mycollection .col5 {
	width: 50px;
	text-align: center;
}
.mycollection .col6 {
	width: 500px;
	padding-left: 15px;
	overflow: hidden;
	white-space: nowrap;
}
.mycollection .col7 {
	width: 330px;
	padding-left: 15px;
	overflow: hidden;
	white-space: nowrap;
}
.mycollection .col8 {
	width: 150px;
	padding-left: 15px;
	overflow: hidden;
	white-space: nowrap;
	text-align: center;
}
.myinfopage {
	margin: 10px 2px 3px auto;
	float: right;
	color: #555555;
	text-align: right;
}
.myinfomore {
	float: left;
	margin: 10px 0 3px 5px;
	color: #4b851d;
}
.change{
	width:100px;
	display:none;
	position:absolute;
	z-index:4000;
	filter:alpha(opacity=85);
	-moz-opacity:0.85;
}
.change_top{
	width:100px;
	height:12px;
	float:left;
	background:url(images/change_top.gif) left bottom no-repeat;
}
.change_center{
	width:92px;
	padding-left:8px;
	line-height:22px;
	float:left;
	background:url(images/change_bg.gif);
}
select {
	margin-bottom:3px;
}
.change_center input {
	margin-bottom:3px;
}
.change_center .width{
	width:80px;
}
.change_bottom{
	width:100px;
	height:3px;
	float:left;
	background:url(images/change_bottom.gif) left top no-repeat;
}
/* for  my message part */
.minfo {
	margin: 0px 8px;
	padding: 6px 0px;
	border-bottom: 1px solid #e5e5e5;
	float: left;
	display: inline;
	width: 633px;
}
.mymessageright {
	float: right;
}
.righttop {
	width: 565px;
	margin-left: 8px;
	background: #f7f7f7;
	line-height: 27px;
	height: 27px;
	white-space: nowrap;
}
.righttop img {
	border: none;
	cursor: pointer;
	float: right;
	margin-right:8px;
	margin-top: 4px;
}
.righttop .messagename {
	line-height: 27px;
	margin-left: 8px;
	width: 250px;
	white-space: nowrap;
	overflow: hidden;
}
.notnewinfo {
	line-height: 30px; 
	color: #555555;
	white-space: nowrap;
	width: 543px;
	height: 30px;
	overflow: hidden;
	margin-left: 8px;
	padding: 3px 8px 0px 8px;
	cursor: pointer;
}
.newinfo {
	background: url(images/new.gif) left center no-repeat;
	line-height: 30px; 
	color: #555555;
	white-space: nowrap;
	width: 516px;
	height: 30px;
	overflow: hidden;
	margin-left: 8px;
	padding: 3px 8px 0px 33px;
	cursor: pointer;
}
.infodetail2 {
	line-height: 21px; 
	color: #555555;
	width: 549px;
	overflow: hidden;
	margin-left: 8px;
	padding: 3px 8px 0px 8px;
	cursor: pointer;
	word-wrap: break-word; 
	word-break: break-all;
}
.infodetail {
	line-height: 21px; 
	color: #555555;
	width: 549px;
	overflow: hidden;
	margin-left: 8px;
	padding: 3px 8px 0px 8px;
	cursor: pointer;
	word-wrap: break-word; 
	word-break: break-all;
}
.infodetail2 {
	cursor: default;
}
.revert {
	margin: 5px auto 5px 8px;
	position: relative;
	display: none;
}
.revertother {
	padding-top: 5px;
	padding-left: 8px;
	text-align: left;
	clear: both;
	margin-bottom: 15px;
}
.usrinfo5_muse{
	 width:629px;
	 height:40px;
	 border-top:1px #c6d9ba solid;
	 border-right:1px #c6d9ba solid;
	 border-bottom:1px #ecf4e1 solid;
	 border-left:1px #c6d9ba solid;
	 margin-top:10px;
	 margin-left:8px;
}
.usrinfo5_muse ul{
	border-top:1px #ecf4e1 solid;
	border-right:1px #ecf4e1 solid;
	border-left:1px #ecf4e1 solid;
	border-bottom:1px #dcebd1 solid;
	height:37px;
	background:url(images/userinfo5_t1_bg.gif) top left repeat-x;
}
.usrinfo5_muse ul li{
	width:63px;
	float:left;
	line-height:33px;
	height:34px;
	vertical-align: middle;
	margin-top:3px;
	margin-left:5px;
}
.usrinfo5_muse img{
	margin-right:5px;
	vertical-align: middle;
	float:left;
	margin-top:2px;
}
.abc{
	width:629px;
	height:23px;
	border:1px #D6DDCE solid;
	margin-left:8px;
	background:#FAFFF1;
	margin-bottom:1px;
}
.abc li{
	height:22px;
	width:22px;
	border-right:1px #D6DDCE solid;
	color:#4B851D;
	font-weight:bold;
	text-align:center;
	float:left;
	cursor:pointer;
	font-size:12px;
}
.abc li.unsel{
	height:22px;
	width:22px;
	border-right:1px #D6DDCE solid;
	color:#4B851D;
	font-weight:bold;
	text-align:center;
	float:left;
	cursor:pointer;
	font-size:12px;
}
.abc li.sel
{
    background-color:#EFFFC4;
    border:1px #60952D solid;	
}
.abc li.selall
{
    background-color:#EFFFC4;
    border:1px #60952D solid;	
    width:auto;
}
.abc li.unselall
{
    width:auto;
}

.table_title{
	width:629px;
	height:24px;
	margin-left:8px;
	border-top:1px #e1e1e1 solid;
	border-right:1px #b4c7ac solid;
	border-bottom:1px #e1e1e1 solid;
	border-left:1px #b4c7ac solid;
	background:#f1f1f1;
}
.table_title ul li{
	float:left;
	height:24px;
	line-height:24px;
	text-align:center;
}
.table_con{
	width:629px;
	height:241px;
	border:1px #b4c7ac solid;
	border-top:none;
	margin-left:8px;
	overflow:auto;
}
.userinfo_table{
	width:100%;
	*width:629px;
}
.userinfo_table tr{
	height:24px;
}
.userinfo_table .tr2{
	background:#f7f7f7;
}
.userinfo_table .trc{
	background:#f4efc0;
}
.userinfo_table_trcb{
	background:#f4efc0;
}
.userinfo_table td{
	text-align:center;
}
.userinfo_table .td1{
	width:50px;
	*width:50px;
}
.userinfo_table .td2{
	width:113px;
	*width:112px;
	border-left:1px #dddddd solid;
}
.userinfo_table .td3{
    *width:9px;
	border-right:0;
}
.pminfo{
	width:629px;
	margin-top:20px;
	margin-left:8px;
	border:1px #c6d9ba solid;
}
.pminfo label {
	float:left
}
.pminfo .name{
	height:26px;
	background:#f7f7f7;
	padding:6px 0 0 10px;
}
.pminfo .title{
	height:24px;
	width:629px;
	background:url(images/userinfo_t2_bg.gif) left top;
}
.pminfo .title_open{
	width:599px;
	height:22px;
	padding-top:2px;
	padding-left:30px;
	margin-left:5px;
	font-weight:bold;
	cursor:pointer;
	background:url(images/info_open.gif) left center no-repeat;
}
.pminfo .title_close{
	width:599px;
	height:22px;
	padding-top:2px;
	padding-left:30px;
	margin-left:5px;
	font-weight:bold;
	cursor:pointer;
	background:url(images/info_close.gif) left center no-repeat;
}
.pminfo_t1{
	width: 100%;
	background:#ffffff;
}
.pminfo_t1 label{
	float:left;
}
.pminfo_t1 td{
	background:#f7f7f7;
	height:30px;
	padding-left:5px;
	width:33%
}
.pminfo_t1 .td1{
	border-top:1px #c8c8c8 solid;
}
.pminfo_t1 .td2{
	border-left:1px #c8c8c8 solid;
}
.pminfo_t1 .td3{
	border-top:1px #c8c8c8 solid;
	border-left:1px #c8c8c8 solid;
}
.pmyz{
	width:375px;
	margin:60px auto;
}
.pmyz img{
	float:left;
	margin:7px 35px 0 0;
}
.pmyz p {
	width:285px;
	float:right;
}
.pmyz .p1 {
	margin-bottom:10px;
}
.pmyz .p2 {
	margin-bottom:50px;
}
/* for help html(1-4) */
.helpcontent {
	text-align: center;
	padding-top: 15px;
	padding-bottom: 150px;
	font-size: 14px;
}
.helpcontent h5 {
	font-size: 14px;
	margin-bottom: 20px;
}
.agreement {
	width: 800px;
	margin: 0 auto;
	text-align: left;
	line-height: 170%;
	margin-bottom: 10px;
	padding-left:24px;
	font-size:12px;
}
.agree1{
	background: url(images/step1grey.gif) left center no-repeat;
}
.agree2{
	background: url(images/step2grey.gif) left center no-repeat;
}
.agree3{
	background: url(images/step3grey.gif) left center no-repeat;
}
.agree4{
	background: url(images/top4.gif) left center no-repeat;
}
.agree5{
	background: url(images/top5.gif) left center no-repeat;
}
.agree6{
	background: url(images/top6.gif) left center no-repeat;
}
.agree7{
	background: url(images/top7.gif) left center no-repeat;
}
.agree8{
	background: url(images/top8.gif) left center no-repeat;
}
p.help_A{
	width: 600px;
	margin: 0 auto;
	text-align: left;
	line-height: 170%;
	background: url(images/help_question.gif) left top no-repeat;
	padding-left: 32px;
	margin-bottom: 10px;
}
p.help_explain{
	width: 600px;
	margin: 0 auto;
	text-align: left;
	line-height: 170%;
	background: url(images/help_question.gif) left top no-repeat;
	padding-left: 32px;
	margin-bottom: 10px;
}
p.help_A {
	background: url(images/help_answer.gif) left top no-repeat;
	padding-left: 35px;
}
p.stepexplain {
	margin-top: 30px;
	line-height: 200%;
}
.helpimg {
	margin-top: 30px;
	border: none;
}
/* for help html */
.help_left{
	float:left;
	width: 620px;
	margin-left:80px;
	display:inline;
}
.help_title{
	width:540px;
	margin-top:27px;
	float:left;
	display: inline;
}
.help_title ul li{
	float:left;
}
.help_title_t{
	height:6px;
	width:540px;
	background:url(images/title_bg.gif) left top no-repeat;
}
.help_title_con{
	width:523px;
	padding-left:15px;
	border-left:1px #d9d9d9 solid;
	border-right:1px #d9d9d9 solid;
	background:#f9f9fa;
}
.help_title_con li {
	width:156px;
	margin-right:15px;
	line-height:12px;
	height:19px;
	padding-top:6px;
	float:left;
	font-weight:bold;
	display:inline;
}
.help_title_con .curre {
	background:url(images/help_title_curre.gif) no-repeat;
}
.help_title_con img{
	 vertical-align:middle;
	 margin: 0 5px 0 5px;
}
.help_title_b{
	height:6px;
	width:540px;
	background:url(images/title_bg.gif) left bottom no-repeat;
}
.help_con{
	width:100%;
	height:100%;
	padding:20px 0 200px 10px;
	float:left;
	background:#fff;
}
.help_con h1{
	font-size:14px;
	font-weight:bold;
	padding-bottom:10px;
}
.help_con ul li{
	float:left;
	line-height:24px;
}
.help_con .question{
	font-size:12px;
	width:510px;
}
.help_con .answer{
	padding:20px 10px 0 20px;
	margin:10px 0 10px 0;
	width:510px;
	border:1px #d9d9d9 solid;
	display:none;
}
.help_con .answer a{
	cursor:pointer;
}
.faq{
	width:274px;
	float:left;
}
.faq_t{
	width:274px;
	float:left;
}
.faq_t ul li{
	float:left;
}
.faq_t_l{
	width:7px;
	height:26px;
	background:url(images/ql_left.gif) left top no-repeat;
}
.faq_t_c{
	height:24px;
	line-height:24px;
	width:260px;
	overflow:hidden;
	text-align:center;
	font-weight:bold;
	font-size:14px;
	border-top:1px #d9d9d9 solid;
	border-bottom:1px #d9d9d9 solid;
	background-color:#f9f9fa;
}
.faq_t_r{
	width:7px;
	height:26px;
	background:url(images/ql_ring.gif) left top no-repeat;
}
.faq_c{
	width:256px;
	float:left;
	padding:8px;
	border-right:1px #d5d5d5 solid;
	border-left:1px #d5d5d5 solid;
}
.faq_c ul li{
	float:left;
	line-height:24px;
	height:24px;
	width:256px;
	overflow:hidden;
	white-space: nowrap;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
}
.faq_c img{
	vertical-align:middle;
	margin-right:3px;
}
.faq .img{
	width:272px;
	float:left;
	border-right:1px #d5d5d5 solid;
	border-left:1px #d5d5d5 solid;
}
.faq .img ul li{
	float:left;
	width:68px;
	height:68px;
	text-align:center;
	border:1px #dcdddc solid;
	margin:5px;
	padding:5px;
	position:relative;
	overflow:hidden;
	display:inline;
}
.faq .img ul li p{
	position:static;
	+position:absolute;
	top:50%;
	vertical-align:middle
}
.faq .img ul li img{
	max-width:68px;
	max-height:68px;
	border:0;
	position:static;
	+position:relative;
	top:-50%;left:-50%;
	vertical-align:middle;
}
/* for other html */
.otherttop {
	height: 24px;
	width:628px;
	line-height: 24px;
	padding-left: 23px;
	background: #ffffff url(images/other_tt.gif) bottom left no-repeat;
	float: left;
	position: relative;
	overflow: hidden;
	margin-top: 10px;
}
/* for channellist html */
.channelimg {
	clear: both;
	margin: 0px 0px 8px 0px;
	border: none;
	float: left;
}
.channelsort {
	padding: 0 8px;
	line-height: 28px;
	background:#F9F9F9;
	border: 1px solid #f2f2f2;
	width:609px;
	height: 28px;
	font-weight: bold;
	clear: both;
	margin:0 0px 5px 0px;
}
.channelsort a{
	margin-right:15px;
}
.channelsc {
	clear:both;
	height:22px;
	padding:5px 18px 0 10px;
	margin:0 0 30px 0;
	border-bottom:1px #f2f2f2 solid;
}
.channelsc a{
	padding:2px 5px 0 3px;
}
.cfunction {
	width:510px;
	border:1px #F0F0F0 solid;
	background:#F9F9F9;
	white-space: nowrap;
	color: #e4e4e4;
	float: right;
	clear: both;
	line-height: 24px;
	vertical-align: middle;
	padding-left: 8px;
}
.cfunction img {
	border: none;	
	margin: 2px 2px 0px 5px;
	float: left;
}
.public {
	padding: 0px 10px;
	width: 150px;
	position: relative;
	top: 10px;	
	white-space: nowrap;
	overflow: hidden;	
}
.cdetail {
	float: right;
	color: #4b851d;
	padding-right: 4px;
}
.cfleft {
	float: left;
}
.white{
	color:#fff;
}
a.white {
	color: #fff;
	text-decoration: none;
}
a.white:hover {
	color: #fff;
	text-decoration: underline;
}
/* for 2008-04-18 new customize html */
.makeout {
	line-height: 21px;
	padding-left: 32px;
	width: 570px;
}
.customizecenter h2 {
	background: url(images/help_answer.gif) left top no-repeat;
	padding-left: 32px;
	margin-bottom: 5px;
	text-align: left;
	font-size: 12px;
}
.warning {
	float: left;
	padding-left: 30px;
	margin-left: 5px;
	height: 27px;
	line-height: 27px;
	background: url(images/warning.gif) left top no-repeat;
} 
.sinfo {
	float: left;
	padding-left: 30px;
	margin-left: 5px;
	height: 27px;
	line-height: 27px;
	background: url(images/achieve.gif) left top no-repeat;
} 
.spangreen {
	color: #4b851d;
	float: right;
	text-align: right;
}
.articleheader {
	margin: 0;
	float:left;
	display: inline;
	width:620px;
	height:41px;
}
.customizecenter {
	float: left;
}
.customizecenter h1 {
	text-align: center;
	font-size: 14px;
}
.customize {
	margin: 10px 0px 20px 5px;
	line-height: 21px;
}
.customize_setting {
	list-style: none;
	clear: both;
}
.customize_setting li {
	line-height: 20px;
	vertical-align: middle;
	float: left;
	margin-bottom: 5px;
	*margin-bottom: 4px;
	_margin-bottom: 4px;
}
.customizeset {
	float: left;
	margin-left: 32px;
	*margin-left: 32px;
	_margin-left: 16px;
}
.settingwidth1 {
	width: 100px;
	position: relative;
	top: 2px;
	*top: 1px;
	_top: 1px;
}
.settingwidth2 {
	width: 255px;
}
.settingwidth3 {
	width: 480px;
	white-space: nowrap;
}
.settingwidth4 {
	width: 100px;
	position: relative;
	top: 5px;
	*top: 6px;
	_top: 4px;
}
/* for userpop html & sendpop html */
.userpop {
	width: 364px;
	position: absolute;
	z-index:1000;
	left: 0px;
	top: 0px;
}
.userpoptt {
	width: 364px;
	height: 15px;
	background: url(images/userpop_tt.gif) left top no-repeat;
}
.userpoptc {
	width: 350px;
	border-left: 2px solid #d5d5d5;
	border-right: 2px solid #d5d5d5;
	float: left;
	background: #F9F9F9;
	padding: 0px 5px;
	overflow:hidden;
}
.userpoptc h1 {
	font-size:14px;
	float:left;
	margin-left:10px;
	display:inline;
}
.userpoptc h2 {
	font-size:12px;
	float:left;
	margin-left:10px;
	font-weight:normal;
	display:inline;
}
.userpoptc h3 {
	font-size:12px;
}
.userpoptc ul {
	clear:both;
	width:100%;
	margin:0 0 0 10px;
}
.userpoptc .li1 {
	width:335px;
}
.userpoptc .t2{
	width:335px;
	margin-top:8px;
	line-height:26px;
	border-top:1px #F0F0F0 solid;
}
.userpoptc li {
	float:left;
	line-height:22px;
	margin-right:5px;
}
.userpoptb {
	width: 364px;
	height: 15px;
	background: url(images/userpop_tt.gif) left bottom no-repeat;
	float: left;
}
.userpopinfo {
	width: 130px;
	overflow: hidden;
	border-right: 1px solid #d5d5d5;
	float: left;
}
.popusername {
	width: 130px;
	overflow: hidden;
	font-weight: bold;
}
.popusername p {
	float: left;
	margin-right: 8px;
}
.usercollect {
	width: 180px;
	float: left;
	margin-left:0px;
	display:inline;
}
.usercollect ul {
	list-style: none;
}
.usercollect ul li {
	height: 21px;
	line-height: 21px;
	width: 180px;
	white-space: nowrap;
	overflow: hidden;
}
.bookinfo {
	width: 60px;
	white-space: nowrap;
	overflow: hidden;
	background: url(images/channel_rss.gif) left top no-repeat;
	padding-left: 23px;
	height: 21px;
	float: left;
}
.sendpop {
	width: 343px;
	position: absolute;
	left: 0px;
	top: 400px;
}
.sendtt {
	width: 343px;
	height: 30px;
	background: url(images/sendpop_tt.gif) left bottom no-repeat;
}
.sendtt h1 {
	font-size: 12px;
	padding-left: 145px;
	float: left;
	padding-top: 6px;
}
.sendtc {
	width: 311px;
	border-left: 1px solid #d5d5d5;
	border-right: 1px solid #d5d5d5;
	float: left;
	background: #f9f9f9;
	padding: 8px 15px;
}
.sendtc li{
	 margin-bottom:5px;
}
.sendtb {
	width: 343px;
	height: 8px;
	background: url(images/sendpop_tb.gif) left top no-repeat;
	float: left;
}
.cinfo1 {
	float: left;
	margin-right: 8px;
	width: 85px;
	height: 56px;
	overflow: hidden;
	background: url(images/userChannelBg.gif) left top no-repeat;
	top: 50px;
	*top: 55px;
	_top: 55px;
	left: 100px;
	*left: 100px;
	_left: 60px;
	position: relative;
}
.cinfo1 img {
	margin: 4px;
	border: none;
}
#pics {
	margin: 0;
	*margin-top:-40px;
	_margin-top:0px;
	width: 314px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 150;
    background: url(images/userbgcenter.gif) left top repeat-y;
}
.picsclose {
	margin: 3px 12px 3px auto;
	border: none;
	float: right;
} 
* html .picsclose 
{
    margin-right: 10px;
}
.picstop 
{
    width: 314px;
    height: 23px;
    margin: 0px;
    padding: 0px;
    background: url(images/picstop.gif) left top no-repeat;
}
.picsbottom 
{
    width: 314px;
    height: 7px;
    margin: 0px;
    padding: 0px;
    background: url(images/picsbottom.gif) left bottom no-repeat;
    position: relative;
    float: left;
}
#piccon 
{
	position: relative;
	width: 268px;
	margin: 0 12px 0px 12px;
	padding: 10px;
	border: 1px #e9e9e9 solid;
	clear: both;
}
#piccon1
{
	position: relative;
	width: 268px;
	margin: 0 12px 0px 12px;
	padding: 10px;
	border: 1px #e9e9e9 solid;
	clear: both;
}
#piccon1 td img {
	border: none;
}
/* for new page style */
.pagediv {
	clear:both;
}
.pagediv ul {
	float:right;
}
.pagediv ul li {
	display: inline;
	float: left;
	margin: 0 2px;
}
.pagediv span {
	display: block;
	padding: 0px 3px;
	text-decoration: none;
}
.pagediv a {
	display: block;
	padding: 0px 3px;
	text-decoration: none;
}
.pagediv a {
	color: #666;
}
.pagediv a:hover {
	color: #4B9610;
	text-decoration: none;
}
span.current {
	border: none;
	font-weight: bold;
	color: blue;
}
.pagediv .next {
	color: #ccc;
}
span.statistics {
	border: none;
	color: #666;
	margin-right: 5px;
}
span.stat {
	color: #666;
}
.goclass {
	cursor: pointer;
	margin: 1px 3px;
}
/* new page style finish  */
.otherv{
	width:176px;
	float:left;
	margin-right:25px;
}
.otheul{
	clear:both;
	padding:20px 0 30px 10px;
	height:100%;
}
.otherv_top{
	height:5px;
	background:url(images/otherviewcate.gif) left top no-repeat;
}
.otherv_con{
	padding:5px 0 0 10px;
	background:url(images/otherviewcate_bg.gif) left repeat-y;
}
.otherv_con img{
	border:1px #F0F0F0 solid;
}
.otherv_title{
	font-weight:bold;
	width:160px;
	overflow:hidden;
	height:20px;
	line-height:24px;
	word-break:break-keep;
}
.other_num{
	width:28px;
	height:16px;
	line-height:14px;
	font-family:Tahoma;
	font-size:10px;
	padding-top:12px;
	float:right;
	text-align:center;
	color:White;
	display:inline;
	z-index:300;
	position: absolute;
	margin: -43px 2px 0 135px;
	*margin:-43px 0 0 133px;
	_margin:-48px 0 0 133px;
	background:url(images/radmon_num_bg.gif) left center no-repeat;
}
.other_t{
	height:16px;
	color: #979797;
	height:20px;
}
.otherv_con .div{
	height:20px;
}
/* new index html */
#indextag{
	width:600px;
	height:24px;
	float:left;
	margin:5px 0 0 20px;
}
#indextag ul li{
	line-height:24px;
	float:left;
	height:24px;
	font-size:14px;
	font-weight:bold;
	display:inline;
	margin-right:14px;
}
#indextag a {
	color:#555;
	text-decoration: none;
}
#indextag a:hover {
	color:#555;
	text-decoration: underline;
}
#indextag img{
	margin-right:5px;
	vertical-align:middle;
}
#topside {
	width: 976px;
	height:11px;
	float:left;
	background-image: url(images/new_tagBg.gif);
	background-repeat: no-repeat;
	z-index:10;
}
#btside {
	width:976px;
	height:10px;
	float:left;
	margin:-21px 0 20px 0;
	display:inline;
	background:url(images/new_bottom.gif) left bottom no-repeat;
}
#left {
	width: 708px;
	margin:0 0 0 11px;
	float: left;
	display: inline;
}
#right {
	width:235px;
	float:left;
	overflow:hidden;
	display: inline;
}
.helpT{
	width:705px;
	height:128px;
	padding:0;
	margin:0;
	background:url(images/helpTbg1.png) no-repeat;
}

.help {
	height:77px;
	display:block;
	width:650px;
	margin:0 0 0 32px;
}
.help li {
	display:block;
	float:right;
	width:60px;
	height:85px;
	line-height:33px;
	padding:2px 0 0 2px;
	margin:20px 6px 0 0;
	text-align:left;
	cursor:pointer;
	background:url(images/helpbg1.gif) left top no-repeat;
	display: inline;
}
.help li.current {	
	display:block;
	float:right;
	width:60px;
	height:85px;
	line-height:33px;
	padding:2px 0 0 2px;
	margin:20px 6px 0 0;
	text-align:left;
	cursor:pointer;
	background:url(images/helpbg2.gif) left top no-repeat;
}
#left .showtop{
	width:705px;
	height:4px;
	margin:0;
	border:0;
	padding:0;
	background:url(images/show_top1.gif) left top no-repeat;
	overflow:hidden;
}
#left .showc{
	width:704px;
	height:316px;
	margin:0;
	border:0;
	border-left:1px #dadada solid;
	text-align:left;
	background:url(images/show_bg1.gif) right top repeat-y;
}
#left .mp{
	width:177px;
	height:243px;
	float:left;
	margin:26px 30px 0 40px;
	padding:47px 0 0 19px;
	border:0;
	display:inline;
	background:url(images/mp_bg1.png);
}
.baseinfo {
	width:690px;
	line-height:30px;
	float:left;
	overflow: hidden;
	padding:0 0 0 5px;
	margin:0;
	display: inline;
}
.baseinfo a{
	color:#4b851d;
	font-weight:bold;
}
#step {
	width:235px;
	float:left;
}
#step li {
	float:left;
	width:235px;
	cursor:pointer;
}
#step li p{
	width:180px;
	height:78px;
	line-height:18px;
	margin-top:55px;
	margin-left:16px;
	overflow:hidden;
}
#step .step1{
	width:230px;
	height:149px;
	background:url(images/s1tep1.gif) no-repeat;
}
#step .step11{
	width:230px;
	height:149px;
	background:url(images/s1tep11.gif) no-repeat;
}
#step .step2{
	width:228px;
	height:149px;
	background:url(images/s1tep2.gif) no-repeat;
}
#step .step21{
	width:228px;
	height:149px;
	background:url(images/s1tep21.gif) no-repeat;
}
#step .step3{
	width:243px;
	height:149px;
	background:url(images/s1tep3.gif) no-repeat;
}
#step .step31{
	width:243px;
	height:149px;
	background:url(images/s1tep31.gif) no-repeat;
}
.leftlink{
	width: 530px;
	background: transparent;
	margin-bottom: 70px;
	margin-top: 40px;
	padding-left: 15px;
	text-align: center;
}
.leftlink ul {
	list-style: none;
	padding-bottom: 100px;
	*padding-bottom: 0px;
	_padding-bottom: 0px;
}
.leftlink ul li {
	float: left;
	margin-right: 65px;
}
.leftlink h4 {
	font-size: 14px;
	margin: 15px auto 0px;
}
.leftlink ul li a:hover {
	color: #555555;
	text-decoration: none;
}
.leftlink ul li a {
	color: #555555;
	text-decoration: none;
}
.apply {
	font-size: 14px;
	text-align: center;
	vertical-align: middle;
	background: #ffffff;
	margin-top: 5px;
}
.apply span {
	position: relative;
	top: 0px;
    *top: -15px;
	_top: -15px;
}
.apply img {
	margin: 15px auto 30px 25px;
}
.new_placard {
	width:245px;
	height:141px;
	float:left;
	background:url(images/new_placard_bg1.gif) no-repeat;
}
.new_placard h1{
	font-size:12px;
	font-weight:bold;
	padding-top:8px;
	padding-left:45px;
	line-height:24px;
}
.new_placecard_title{
	padding-top:3px;
	padding-left:35px;
	line-height:30px;
	background:url(images/new_bugle.gif) left top no-repeat;
}
.new_placard ul {
	list-style: none;
	background: transparent;
}
.new_placard li {
	line-height: 22px;
	margin-left: 15px;
	padding-left:22px;
	width:193px;
	overflow: hidden;
	white-space: nowrap;
	background-color: transparent;
	background: url(images/new_placard.gif) left center no-repeat;
	background-attachment: scroll;
}
/* new index html */
/*links page */
.friend{
	margin:20px 40px 0 40px;
	min-height:200px;
	text-align:center;
}
.friend div{
	width:88px;
	height:31px;
	line-height:31px;
	float:left;
	background:#EDEDED;
	margin:0 5px 10px 5px;
	text-align:center;
	overflow:hidden;
}
.friend img{
	border:1px #EDEDED solid;
}
/*新家*/
#myspace {
	float: left;
	width: 973px;
	border-left: 1px solid #dcdcdc;
	border-right: 2px solid #dcdcdc;
	border-bottom: 1px solid #dcdcdc;
	padding: 0;
	background:#fff;
	margin-bottom: 20px;
	margin-left:140px;
	z-index: 10;
	
}
#myspace .guestlist img {
	border: #dadada 1px solid;
	margin-right:5px;
	float: left;
}
#myspace .author {
	width: 272px;
	float: left;
	border-right:1px #e1e1e1 solid;
	border-left:1px #e1e1e1 solid;
	background:#fefefe;
}
#myspace .usercon {
	width: 255px;
	float: left;
	padding:8px;
	overflow:hidden;
	border-right:1px #e1e1e1 solid;
	border-left:1px #e1e1e1 solid;
	background:#fefefe;
}
.gprs{
	padding:5px 20px 0 30px;
}
.gprs .lil{
	float:left;
	width:573px;
}
.gprs .lir{
	float:right;
	width:350px;
}
.myspace_flash{
	clear:both;
}
.myspace_left{
	margin-left:55px;
    padding-bottom:50px;
	width:559px;
	float:left;
	display:inline;
}
.myspace_right{
	margin-right:55px;
	width:288px;
	float:right;
	display:inline;
}
.myspace_title{
	height:26px;
	line-height:26px;
	font-size:14px;
	font-weight:bold;
	text-align:center;
	background:url(images/userinfo_title_bg.gif) repeat-x;
}
.myspace_title img{
	margin-right:6px;
	vertical-align:middle;
}
.myspace_title_l{
	height:26px;
	width:5px;
	float:left;
	background:url(images/userinfo_title_l.gif) left top no-repeat;
}
.myspace_title_r{
	height:26px;
	width:5px;
	float:right;
	background:url(images/userinfo_title_r.gif) right top no-repeat;
}
.myspace_con_l{
	width:524px;
	padding:17px 16px 0 17px;
	border-right:1px #c5c5c5 solid;
	border-left:1px #c5c5c5 solid;
	background:#f8f8f8;
	float:left;
}
.myspace_con_r{
	width:274px;
	padding:11px 7px 0 5px;
	border-right:1px #c5c5c5 solid;
	border-left:1px #c5c5c5 solid;
	background:#f8f8f8;
}
.myspace_l_b{
	height:6px;
	width:560px;
	float:left;
	position:relative;
	overflow:hidden;
	background:url(images/myspace_l_b.gif) left top no-repeat;
}
.myspace_r_b{
	height:16px;
	overflow:hidden;
	background:url(images/myspace_r_b.gif) left top no-repeat;
}
.myspace_v_t{
	height:6px;
	width:273px;
	clear:both;
	overflow:hidden;
	background:url(images/userinfo_r.gif) left top no-repeat;
}
.myspace_v_b{
	height:7px;
	width:273px;
	clear:both;
	overflow:hidden;
	background:url(images/userinfo_r_b.gif) left top no-repeat;
}
.leavemsg1{
	width:512px;
	background:url(images/useinfo_msg_bg1.gif) repeat-y;
	margin:0;
	padding:5px;
	float:left;
}
.leavemsgt1{
	width:504px;
	height:24px;
	padding-left:18px;
	float:left;
	background:url(images/useinfo_msg_t1.gif) left bottom no-repeat;
}
.leavemsgt1 img{
	float:right;
}
.leavemsgb1{
	width:522px;
	float:left;
	background:url(images/useinfo_msg_b1.gif) left top no-repeat;
	height:10px;
	margin:0;
}

.leavemsg2{
	width:512px;
	background:url(images/useinfo_msg_bg2.gif) repeat-y;
	margin:0;
	padding:5px;
	float:left;
}
.leavemsgt2{
	width:504px;
	height:24px;
	padding-left:18px;
	float:left;
	background:url(images/useinfo_msg_t2.gif) left bottom no-repeat;
}
.leavemsgt2 img{
	float:right;
}
.leavemsgb2{
	width:522px;
	float:left;
	background:url(images/useinfo_msg_b2.gif) left top no-repeat;
	height:10px;
	margin:0;
}
#myspace .messagename{
	float: left;
	width: 200px;
	overflow:hidden;
	white-space:nowrap;
	height:20px;
	background:transparent;
}
#myspace p {
	margin: 0;
	line-height:21px;
	width: 440px;
	padding:0 5px 0 5px;
	word-wrap:break-word;
	word-break:break-all;
	float: right;
}
.usernum{
	font-size:18px;
	font-family:Tahoma;
	font-style:italic;
	font-weight:bold;
	color: #d39500;
	margin-left:5px;
}
/*--------------for albums web---------------- */
.album_left{
	width:209px;
	margin-top:15px;
	margin-left:36px;
	padding-bottom:20px;
	float:left;
	display:inline;
}
.album_right{
	width:640px;
	margin:15px 60px 50px 0;
	float:right;
	display:inline;
}
.albuminfo{
	width:209px;
	float:left;
	margin-bottom:17px;
}
.albuminfo ul li{
	float:left;
}
.albuminfo .top{
	width:209px;
	height:5px;
	float:left;
	background:url(images/album_l_t.gif) left bottom no-repeat;
}
.albuminfo .con{
	width:167px;
	white-space:normal;
	word-break:break-all; 
	padding:3px 15px 3px 25px;
	border-right:1px #e2e2e2 solid;
	border-left:1px #e2e2e2 solid;
}
.albuminfo .con img{
	margin-right:5px;
	vertical-align:middle;
}
.albuminfo .bottom{
	width:209px;
	height:5px;
	float:left;
	background:url(images/album_l_b.gif) left top no-repeat;
}
.desc{
	width:640px;
	float:left;
	margin-bottom:17px;
}
.desc .top{
	width:640px;
	height:5px;
	float:left;
	background:url(images/album_r_t.gif) left bottom no-repeat;
}
.desc .con{
	width:598px;
	height:105px;
	line-height:20px;
	float:left;
	overflow:hidden;
	padding:0 20px 15px 20px;
	border-right:1px #e2e2e2 solid;
	border-left:1px #e2e2e2 solid;
	background:#f9f9fa;
}
.desc .con .s1{
	font-size:14px;
	font-weight:bold;
	float:left;
}
.desc .con .s2{
	margin-top:15px;
	float:left;
	_clear:both;
	width:598px;
}
.desc .bottom{
	width:640px;
	height:5px;
	float:left;
	background:url(images/album_r_b.gif) left top no-repeat;
}
.albumflash{
	width:638px;
	height:700px;
	float:left;
	border-right:1px #7b7b7b solid;
	border-left:1px #7b7b7b solid;
}
.albumflash_top{
	float:left;
	width:640px;
	height:5px;
	overflow:hidden;
	background:url(images/flash_bg.gif) left top no-repeat;
}
.albumflash_bottom{
	float:left;
	width:640px;
	height:5px;
	overflow:hidden;
	background:url(images/flash_bg_b.gif) top no-repeat;
}
.albums_room{
	height:28px;
	width:947px;
	float:left;
	line-height:32px;
	padding-left:26px;
	vertical-align:middle;
	background:#f5f5f5;
}
.album100{
	height:16px;
	width:100px;
	float:left;
	margin-top:6px;
	margin-left:6px;
	display:inline;
	border:1px #bababa solid;
}
.album100 div{
	height:16px;
	background:url(images/albums_zoom.gif) left top repeat-x;
}
.albumadd_left{
	width:630px;
	float:left;
	margin-left:26px;
	display:inline;
}
.albumadd_left .title{
	height:62px;
	width:630px;
	line-height:51px;
	float:left;
	border-bottom:1px #d1d1d1 dashed;
}
.albumadd_left .con{
	height:70px;
	width:630px;
	float:left;
	border-bottom:1px #d1d1d1 dashed;
}
.albumadd_left .add{
	padding-top:50px;
	float:left;
	line-height:40px;
}
.albumadd_left .txt{
	width:225px;
	float:left;
	margin-top:23px;
	display:inline;
}
.albumadd_left .txt2{
	width:450px;
	height:25px;
	float:left;
	margin-top:23px;
	display:inline;
}
.viewbtn{
	width:61px;
	height:26px;
	color:#4b851d;
	border:0;
	display:inline;
	line-height:26px;
	cursor:pointer;
	vertical-align:middle;
	background:url(images/albums_btn.gif) left top no-repeat;
}
.albumadd_left .con .viewbtn{
	margin-top:21px;
	margin-left:10px;
}
.albumaddbtn{
	width:100px;
	height:33px;
	float:left;
	border:0;
	margin-top:5px;
	display:inline;
	line-height:33px;
	cursor:pointer;
	background:url(images/albums_add_btn.gif) left top no-repeat;
}
.albumadd_right_jq
{
	width:283px;
	height:124px;
	position:absolute;
	left:813px;
	top:200px;
	}
.albumadd_right{
	width:283px;
	float:right;
	margin-top:62px;
	margin-right:20px;
	display:inline;
}
.albumadd_right ul li{
	float:left;
}
.albumadd_right .top{
	width:283px;
	height:5px;
	background:url(images/albums_r_t.gif) left bottom no-repeat;
}
.albumadd_right .con{
	width:251px;
	padding:0 15px 0 15px;
	line-height:24px;
	border-right:1px #d1dac6 solid;
	border-left:1px #d1dac6 solid;
	background:#f7faf0;
}
.albumadd_right .con p{
	line-height:22px;
	padding-left:17px;
	background:url(images/albumright_title.gif) left top no-repeat;
}
.albumadd_right .bottom{
	width:283px;
	height:5px;
	background:url(images/albums_r_b.gif) left top no-repeat;
}
.item_left{
	width:700px;
	margin-left:105px;
	float:left;
	display:inline;
}
.phpage{
	width:700px;
	text-align:center;
	line-height:45px;
	float:left;
}
.bigImgBox{
	width:698px;
	float:left;
	border-right:1px #d3d3d3 solid;
	border-left:1px #d3d3d3 solid;
	background:#f5f5f5;
}
.bigImgBoxT {
	width:700px;
	height:5px;
	float:left;
	background:url(images/bigImgBox_t.gif) left bottom no-repeat;
}
.bigImgBoxB {
	width:700px;
	height:5px;
	float:left;
	background:url(images/bigImgBox_b.gif) left top no-repeat;
}
.item_right{
	width:105px;
	padding:3px;
	margin-right:47px;
	margin-top:50px;
	float:right;
	overflow:hidden;
	display:inline;
}
.item_right p{
	line-height:20px;
	word-break:break-all;
	word-wrap:break-word;
	margin-bottom:5px;
}
.item_btn{
	width:81px;
	height:26px;
	color:#4b851d;
	border:0;
	display:inline;
	line-height:26px;
	cursor:pointer;
	background:url(images/btn_ok.gif) left top no-repeat;
}
.editimg_r {
	float:right;
	clear:right;
	width:240px;
	overflow:hidden;
}
.editimg_r ul li{
	float:left;
	line-height:30px;
}
.albumlist_title{
	float:left;
	height:30px;
	width:209px;
}
.albumlist_title .t1{
	font-size:14px;
	font-weight:bold;
	margin-left:22px;
}
.creatalbum{
	cursor:pointer;
	margin-left:20px;
}
.creatalbum img{
	vertical-align:middle
}
.albumlist{
	float:left;
	width:209px;
}
.albumlist_btn{
	width:133px;
	margin:10px 0 10px 36px;
	float:left;
	display:inline;
}
.albumlist input{
	cursor:auto;
}
.albumlist_con{
	overflow:hidden;
	width:156px;
	_height:585px;
	margin-left:36px;
	max-height:585px;
	float:left;
	display:inline;
}
.photobigbox{
	float:left; display:inline;height:117px;
}
.photoside{
	width:141px;
	height:112px;
	float:left;
	display:inline;
}
.photosideon{
	width:141px;
	height:112px;
	float:left;
	display:inline;
	border:1px #d5c59d solid;
	background:#fffcde;
}
.bigarrow{
	margin-top:32px;
	display:inline;
	float:left;
	clear:right;
	width:14px;
	height:19px;
	margin-left:-1px;
	display:inline;
	background:url(images/bigarrow.gif) left top no-repeat;
}
.none{
	visibility:hidden;
}
.photobox{
	width:56px;
	height:63px;
	margin:8px 20px 0 8px;
	float:left;
	display:inline;
	padding:11px 6px 0 6px;
	text-align:center;
	background:url(images/photo_bg.gif) no-repeat;
}
.photobox img{
	max-width:54px;
	max-height:54px;
	vertical-align:middle;
	border:1px #fff solid;
}
#photos {
	width:702px;
	overflow:hidden;
	margin:0;
}
#showArea table td{
	width:140px;
	height:134px;
	overflow:hidden;
	vertical-align:middle;
	cursor:pointer;
	text-align:center;
}
#showArea .td
{
	background:url(images/photoside1.gif) center center no-repeat;
}
#showArea .td1
{
	background:url(images/photoside2.gif) center center no-repeat;
}
#showArea img{
	max-height:128px;
	max-width:128px;
	vertical-align:middle;
}
.spana{
	width:40px;line-height:25px;float:left;margin-top:10px;display:inline;
}
.textspan{
	min-width:50px;
	max-width:96px;
	_width:96px;
	overflow:hidden;
	height:24px;
	float:left;
	line-height:24px;
	margin-left:8px;
	display:inline;
}
.textspan2{
	width:36px;
	overflow:hidden;
	height:22px;
	float:left;
	line-height:22px;
}
.spanb{
	width:40px;line-height:20px;display:none;float:left;margin-top:15px;display:none;
}
/*等待进度*/
#waitBg {
	margin: 0;
	padding: 0px;
	width: 32px;
	height: 32px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top:-16px;
	margin-left:-16px;
	z-index: 180;	
	
	background: url(images/wait.gif) no-repeat;
}
#waitBg1
{
	margin: 0;
	padding: 0px;
}
#waitBg1 img
{
	position:absolute;
	left:560px;
	top:345px;
	
	}
#waitBg1 span
{
	font-size: 14px;
	color: White;
	position: absolute;
	left: 600px;
	top: 352px;
	font-weight: bold;
}
html > body #waitBg{
	 position:fixed;
	 left:45%;
	 top:45%;
	 background: url(images/wait.gif) no-repeat;
}
#waitMask
{    
    position:absolute;
    background-color:#7F7F7F;        
    left:0px;
    top:0px;           
    z-index:100;
    filter:ALPHA(opacity=60);
    -moz-opacity:0.6;
    opacity:0.6;
    }

html>body #waitMask{
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
}
.progress
{
	z-index: 9999;
	position: absolute;
	width:100%;
	background-color:Gray;
	left: 0px;
	top: 0px;
	filter: ALPHA(opacity=40);
	-moz-opacity: 0.4;
	opacity: 0.4;
}
.progress_img
{
	margin-left:365px; 
	margin-top:37px;
	*margin-top:27px;
}
.progress_word
{
	position:absolute;
	left:410px;
	top:43px; 
	*top:33px;
	color:White;
	font-size:14px;
	z-index:1000000;
}


.divDJ
{
	width:100px;
	background-color:Blue;
	}
	
.pop {
	width:245px;
	height:194px;
	float:left;
	overflow:hidden;
	}	

.news {
	width:245px;
	height:251px;
	margin-top:9px;
	float:left;
	background:url(images/newsbg.gif) no-repeat;
}
.index-new {
	width: 203px;
	float: left;
	margin:25px 0 5px 8px;
	padding-bottom:5px;
	border-bottom:1px #cccccc solid;
}
.index-new h1{
	font-size:12px;
	color:#FF6C00;
	font-weight:bold;
	padding-top:8px;
	line-height:24px;
}

.index-hotimage {
	width: 213px;
	float: left;
	margin:0 0 5px 8px;
}
.index-hotimage_img
{
    width:53px;
    height:53px;
    float: left;
	margin:5px 5px 0 0;
}
.index-hotimage h1{
	font-size:12px;
	color:#FF6C00;
	font-weight:bold;
	line-height:24px;
}

.register2-font{
	 color:#ff0000;
	}
	
.usreinfo
{
     width:390px;
     height:32px;
     overflow:hidden;
     padding-right:10px;
     font-size:12px;
}

.picnew{
	float: left;
	margin-right:8px;
	width: 70px;
	height: 70px;
	display:inline;
	overflow: hidden;
	background: url(images/widget-img-bg.gif) left top no-repeat;
}
.picnew img {
	margin: 4px;
	border: none;
}

#wmake {
	width:274px;
	height:43px;
	margin-bottom:10px;
	text-align:right;
	clear:both;
	padding-top:57px;
	background:url(images/cmake_bg.gif) left top no-repeat;
}
#wmake .san{
	margin:10px 3px 0 0;
	vertical-align:top;
}
#wmake .cmakebtn{
	height:35px;
	width:144px;
	margin:50px 14px 0 0;
	border:0;
	cursor: pointer;
}

.widget {
	width: 274px;
	margin-bottom: 8px;
	float: left;
	background: #FFFFFF url(images/myinfo_infobg.gif) right top no-repeat;
	overflow: hidden;
}
.bottomclass	
{
 padding-top:5px;
}

.ding{
	float:right;
	width:50px;
	height:40px;
	background:url(images/newdigg-bg.png) top center no-repeat;
}

.ding1{
	float:right;
	width:50px;
	height:40px;
	background:url(images/newdigg-bg1.png) top center no-repeat;
}

.ding2{font-size:12px; font-weight:bold;text-align:center;color:#D39500;line-height: 15px;width:50px; padding-top:2px;}

.buywidgetmsg
{
 width:200px;
 height:100px;
 clear:both;
 margin:0 5 5 0px;	
 border: 1px solid #eaeaea;
}

#loginpopBg1 {
	margin: 0;
	padding: 2px;
	width: 200px;
	height: 128px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top:-110px;
	margin-left:-180px;
	z-index: 180;
	visibility:hidden;
	padding-top:10px;
}
html > body #loginpopBg1{
	 position:fixed;
	 left:45%;
	 top:45%;
}

* html #loginpopBg1 {
    margin-top: expression(-200+parseInt(this.offsetHeight/8)+(operMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop)+'px');
}

* html #loginpopBg1 {
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled = true, sizingMethod = scale, src="App_Themes/White/images/loginpopBg2.png");
}
.close1{
	float:right;
}
.close1 img {
	border: none;
	margin: 2px 9px 3px 2px;
	/*padding-right:140px;*/
}

.closebutton {
	width: 61px;
	vertical-align: middle;
	background: url(images/regBtn.gif) left bottom no-repeat;
	text-align: center;
	margin-right: 4px;	
}


.msgli
{
	width:140px;
	margin:10 10 10 0px;
	padding-left:15px;	
}

.msgli1
{
	width:140px;
	margin:10 10 10 0px;
	padding-left:60px;	
	padding-top:20px;
}

html > body #loginpop1{
	 position:fixed;
	 left:45%;
	 top:45%;
}


* html #loginpop1 {
    margin-top: expression(-200+parseInt(this.offsetHeight/8)+(operMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop)+'px');
}

html>body #loginpop1 {
	background: url(images/loginpopBg.png) left top no-repeat;
}

#loginpop1{
	margin: 0;
	padding: 2px;
	width: 200px;
	height: 100px;
	position:absolute;
	top: 50%;
	left: 50%;
	margin-top:-110px;
	margin-left:-180px;
	z-index: 200;
	visibility:hidden;
}
.MySpeakList .ul1{clear:both;width:233px;height:74px}
.MySpeakList .li1{float:left;width:70px;padding-left:5px;line-height:15px;overflow: hidden;white-space: nowrap;text-overflow: ellipsis; height:64px; display:block;}
.MySpeakList{border:#EDEDED 1px solid; padding:1px;float:left;margin-top:19px;height:auto;}
.MySpeakList dt{background:#F5F5F5; padding-left:4px; line-height:24px; font-size:14px; font-weight:bold;}
.MySpeakList dd{padding:6px 0px 0px 16px;}