/*Edition: YAHOOHOST-2.0
Copyright: Copy 2007-2010 YAHOOHOST NetWork Co.,Ltd. All rights reserved.
Date: 2010-05-01
Website : http://www.yahoohost.cn
          http://www.yahoohost.com.cn
          http://www.yahoohost.biz
		  http://www.yahoohost.info
E-mail: ceo@yahoohost.cn
◎亚狐空间YAHOOHOST(专用样式表)
◎功能：所有新增功能控制
*/


/***********[亚狐首页(index)专用CSS样式表]*************/

 
 /*首页头部FLASH*/

#index-flash{
    width:948px; 
	height:252px; 
	margin:0px auto;
	background: url(../images/site/web-hosting-header.jpg) no-repeat left bottom;
	padding: 0px;

	}
#flash h1{
	font-size: 24px;
	word-spacing: 20px;
	text-align: center;
	line-height: 120px;
	padding-left: 220px;
	color: #fff;
	letter-spacing: 20px;
    }
#flash p{
	text-align: center;
	padding-left: 220px;
	padding-top: 80px;
    }
/*首页导航菜单下部幻灯片*/

#slide{ 
    width:950px;
	margin:0 auto; 
	height:230px; 
	overflow:hidden; 
	margin-top:-1px; 
	position:relative; 
	z-index:100;
	}
#slide #banner {
    width:670px; 
	height:230px; 
	float:left;
	}
#slide #banner_title { 
    width:280px; 
	background-color:#005A8F; 
	background-position:-355px -378px; 
	height:229px; 
	float:right; 
	font-size:14px;}
#banner_title ul { 
    margin-left:10px; 
	margin-top:20px;
	}
#banner_title li {
	margin-bottom:12px;
	}
#banner_title li a { 
	padding:7px 0 1px 15px; 
	color:#86d0f6; 
	height:20px; 
	display:block; 
	text-decoration:none;
	}
#banner_title li a:hover, #banner_title li a.slidenow { 
    background-position:left -38px; 
	color:#fff;
	}
/********亚狐首页头部边框(index)CSS样式**********/


#index-head-content{
    margin:0px auto; 
    width: 948px;
    height:300px;
    background-color: #fff;
    /*border: 1px solid red;*/
    }
    
/********亚狐首页新闻(index)CSS样式**********/
#yahoohostnews{
    color:#0033FF;
    float:right;
    width:280px;
    height: 190px;
    text-align:left;
    }

#yahoohostnews h2{
    background: url(../images/site/yahost-title.png ) no-repeat left -164px;
    height: 35px;
    text-indent: -9999px;
    }
#yahoohostnews #up-news{
	padding:10px;
	line-height: 20px;
	width: 258px;
	height: 140px;
	background-image: url(../images/icon/newbg.gif);
	border: 1px solid #CCCCCC;
    }
#up-news {
    width:255px;
	overflow:hidden;
		}
#up-news  ul{
    list-style-type:none;
	height: 100px;
	}
#up-news ul li{
    height: 25px;
	line-height:25px;
	width:245px;
	float:right;
	display:inline;
	padding-left: 10px;
	background: url(../images/arrow/listc.gif) no-repeat left 9px;

	/*border: 1px solid red;*/
	}	
#yahoohostnews h3{
    border-left: 1px solid #CCC;
	border-right: 1px solid #CCC;
    border-bottom: 1px solid #CCC;
    }


 /**********首页滑动标签CSS控制***********/
 
#tabs1{
    text-align:left; 
    width: 660px;
    height:299px;
    border: 1px solid #ccc;
    }
.menu1box{ 
    position:relative; 
    overflow:hidden; 
    height:36px; 
    width:660px; 
    text-align:left; 
    background-repeat: repeat-x;
	border-bottom: 1px solid  #8e9fb6;
    }
#tabs1 #menu1 li a{
    color: #003366;
	font-weight: bold;

    }
#menu1{ 
    position:absolute;
	float: left;
	top:0;
	left:0;
	z-index:1;
	padding:0 0 0 19px;
	}
#menu1 li{
	float:left;
	width:150px;
	text-align:center;
	line-height:40px;
	height:35px;
	background-image: url(../images/icon/tab_1.jpg);
	background-position: left bottom;
	background-repeat: repeat-x;
	border: 1px solid red2; 
	margin: 0 3px;  
	color: #FF0000;
	}
	
#menu1 a{
    color: #00CC00;
	font-weight: bold;

    }
#tabs1 #menu1 li.hover{ 
    color: #990000;
    background: url(../images/icon/tab_1_hover.jpg)  center bottom no-repeat; 
    /*border: 1px solid #709fce;*/
    }
/*#menu1 li span{
    float: left;    
	display: block;
	height: 20px;
	width: 20px;
    background: url(../images/icon/stab-icon.jpg) no-repeat 0px 0px; 
	margin: 9px 0 0 4px;
	padding: 0;
	}*/
#menu1 .icon-usa{
    background-position: 0px 0px;
	}
#menu1 .icon-uk{
    background-position: 0px -30px;
	}
#menu1 .icon-ip{
	margin: 9px 0 0 2px;
    background-position: 0px -60px;
	}
#menu1 .icon-faq{
    background-position: 0px -90px;
	}
#menu1 .icon-help{
    background-position: 0px -120px;
	}
.main1box{
	float:left;
	padding:5px 10px;
	margin-top:-1px;
	margin-bottom:10px;
	margin-left: 10px;
    border:1px solid re;
    width:600px;
	height:250px;
    }
#main1 ul{
    display: none; 
	text-align:left;
	}
#main1 ul.block{
    display: block;
	}

#main1 ul li{
    line-height: 20px;
    color: #666666;
    }
	
/***********首页滑动菜单购买&查看按钮CSS样式***********/
#tabs1 .main1box strong a{
    display: inline-block;
	width: 65px;
	height: 25px;
	background: #CC0000 url(../images/button/order-total.png) no-repeat left 0;
	text-indent: -9999px;
	}
#tabs1 .main1box strong .order-style1{
    background-position: left top;
	}
#tabs1 .main1box strong .view-style1{
    background-position: left -30px;
	}
#tabs1 .main1box strong .order-style2{
    background-position: left -60px;
	}
#tabs1 .main1box strong .view-style2{
    background-position: left -90px;
	}
#tabs1 .main1box strong .order-style3{
    background-position: left -120px;
	}
#tabs1 .main1box strong .view-style3{
    background-position: left -150px;
	}
#tabs1 .main1box strong .order-style4{
    background-position: left -180px;
	}
#tabs1 .main1box strong .view-style4{
    background-position: left -210px;
	}
#tabs1 #ip strong .ip-order{
    display:block;
    width: 70px;
	height:21px;
	background: #CC0000 url(../images/button/order-total.png) no-repeat left -240px;
	text-indent: -9999px;
	}
.ip-order{
    display:block;
    width: 70px;
	height:21px;
	background: #CC0000 url(../images/button/order-total.png) no-repeat left -240px;
	text-indent: -9999px;
	}
#main1 h6{
    background-image:url(../images/icon/h3.gif);
    width: 130px;
    height: 30px;
    line-height: 30px;
    text-align:center;
    color: #333399;
    font-size: 14px;
    font-weight: bold;
    border: 1px dashed #ccc;
	margin: 10px 0 0 0;
    }
#anchorhead h3{
    width: 150px;
    font-size:18px;
    color: #990000;
    line-height:25px;
    background-image:url(../images/icon/new2.gif);
    background-position:left top;
    text-align:center
    }
	
#skyhawk h3{
    font-size:18px;
    color: #990000;
    line-height:25px;
    background-image: url(../images/icon/footer_bg.gif);
    background-position:left top;
    text-align:center
    }
#aura h3{
    font-size:18px;
    color: #990000;
    line-height:25px;
    background-image: url(../images/icon/hos_tab_bg.gif);
    background-position:left top;
    text-align:center
    }

#britz h3{
    font-size:18px;
    color: #fff;
    line-height:25px;
    background-image: url(../images/icon/table_bg4.png);
    background-position:left top;
    text-align:center
    }


#anchorhead li, #skyhawk li, #aura li, #britz li{
    float: left;
    width: 150px;
    }

#client_case li{
    width: 100%;
    display: block;
    float: left;
    text-align: center;
    }

#big_hosting h2{
    font-size:36px;
    color:#CC0000;
    text-align:center;
    line-height:200px;
    }

#ssl p{
    line-height: 20px;
    height: 200px;
    vertical-align:middle;}

#menu1 a:link,#menu1 li a:link{
	font-size:12px;
	color: #000000;
	text-decoration:none;
    }
#menu1 a:visited,#menu1 li a:visited{
    font-size:12px;
    color: #666666;
    text-decoration:none;

    }
#menu1 a:hover,#menu1 li a:hover{
    font-size:12px;
    color: #339900;
    text-decoration:none;

}

/***********独立ip**********/
#ip{
width: 100%;
    }

#ip td {
	padding: 2px;
	border-bottom-width: thin;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
	background-color: #F5F5F5;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
    }
#ip .price {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	line-height: 20px;
	color: #CC0000;
	font-weight: bold;
    }
#ip a.host:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	color: #FFFFFF;
	background-color: #000099;
	padding: 10px 60px;
	height: 40px;
	width: 200px;
	text-decoration: none;
	text-align: center;

}
#ip a.host:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #FFFFFF;
	background-color: #999999;
	padding: 10px 60px;
	height: 40px;
	width: 200px;
	text-decoration: none;
	text-align: center;
    }
#ip a.host:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #FFFFFF;
	background-color: #CC0000;
	padding: 10px 60px;
	height: 40px;
	width: 200px;
	text-decoration: none;
	text-align: center;
    }
#ip a.host:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #FFFFFF;
	background-color: #CC0000;
	padding: 10px 60px;
	height: 40px;
	width: 200px;
	text-decoration: none;
	text-align: center;
    }
#ip .head_title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	color: #000000;
	text-decoration: none;
	padding-left: 10px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #CC0000;
	background-color: #BFDFFF;
	font-weight: bold;
    }


	
/********亚狐首页(index)主体内容CSS样式**********/	
#yahost-main-content{
    margin:1px  auto 0; 
    text-align:left; 
    width: 948px;
    height:auto;
    /*border: 3px solid green;*/
    background: #ccc url(../images/icon/newbg1.gif);
    }
/********域名注册**********/	
#index-domain-reg{
    margin: 0 0 10px;
    width: 645px;
	height: 47px;
    /*border: 1px solid red;*/
	color: #FFFFFF;
	font-size: 16px;
	font-style: italic;
    background: #66CCFF url(../images/site/index-domain-bg.jpg) no-repeat left bottom;
	position: relative;
	}
	
#index-domain-reg h2{
	line-height: 20px;
	height: 23px;
	/*border: 1px solid red;*/
	position: absolute;
	top: 12px;
	left: 150px;
	}
#index-domain-reg h2 {
    font-size: 14px;
	}
#index-domain-reg h2 input{
    width: 200px;
	height: 19px;
    vertical-align: middle;

	}
#index-domain-reg h2 select{
    width: 80px;
	height: 23px;
	vertical-align: middle;
	}
#index-domain-reg h2 #regsiter-domain-submit{
    width: 70px;
	height: 25px;
    background: url(../images/button/regsiter-domain.png) no-repeat;
	text-indent: -9999px;
	cursor: pointer;
	position: absolute;
	left: 350px;
	top: 1px;
	_top: 2px;
	border: 0px solid red;
	}

#index-domain-reg #sld:hover{
	border: 1px solid #FF9900;
	background-color: #FFFFFF;
    }
#index-domain-reg #sld:focus{
    border: 1px solid #0099FF;
    background: #BDE8F4;
    outline: 2px solid  #6CD2F9;
	}

/********亚狐主机全系列(yahoohost-all)**********/	
	
#index-hosting-all{
    width: 648px;
	margin: 5px 0 0;
	
    /*border: 1px solid green;*/
	/*background: #FFFFFF;*/
    }
	
#index-hosting-all h2{
 	height: 47px;
	background: url(../images/site/yahost-title.png) no-repeat left -83px;
    text-indent: -9999px;
    }

#index-hosting-all .hosting-row{
    height: 530px;
	/*border: 1px solid #ccc;*/
	position: relative;
    }
	
#index-hosting-all .hosting-row li{
    float: left;
	}

#index-hosting-all .hosting-row li li{
    color: #666666;
	padding: 3px 3px 0 17px;
	/*border: 1px solid red;*/
	width: 184px;
	}
	
#index-hosting-all .padding{
	padding: 0 6px;
    }
	
#index-hosting-all h3{
    background: url(../images/site/hosting-header.png) no-repeat left top;
	width: 211px;
	height: 113px;
	line-height: 100px;
	text-indent: -9999px;
    }
	
#index-hosting-all .yahoo-shopping{
    background-position: left top;
    }
	
#index-hosting-all .yahoo-web{
    background-position: left -120px;
    }
#index-hosting-all .yahoo-blog{
    background-position: left -240px;

    }

#index-hosting-all .yahoo-bbs{
    background-position: left -360px;

    }
#index-hosting-all .yahoo-mv{
    background-position: left -480px;
	
    }
#index-hosting-all .yahoo-download{
    background-position: left -600px;

    }

#index-hosting-all ul ul{
    border: 1px solid #ccc;
	width: 209px;
	height: 408px;
	}
	
#index-hosting-all h4{
    font-size: 13px;
	width: 180px;
	height: 20px;
	color: #333333;
	padding: 10px 10px 0;
    }
	



#index-hosting-all .arrow1{
	background: url(../images/arrow/arrow-hosting1.png) no-repeat 10px 8px;
	}
#index-hosting-all .arrow2{
	background: url(../images/arrow/arrow-hosting2.png) no-repeat 10px 8px;
	}
#index-hosting-all .arrow3{
	background: url(../images/arrow/arrow-hosting3.png) no-repeat 10px 8px;
	}	
	
#index-hosting-all .arrow4{
	background: url(../images/arrow/arrow-hosting4.png) no-repeat 10px 8px;
	}	

#index-hosting-all .arrow5{
	background: url(../images/arrow/arrow-hosting5.png) no-repeat 10px 8px;
	}	
	
#index-hosting-all .arrow6{
	background: url(../images/arrow/arrow-hosting6.png) no-repeat 10px 8px;
	}	

#index-hosting-all .h6-row{
    width: 100px;
	height: 30px;
	/*border: 1px solid blue;*/
    position: absolute;
	top: 410px;
    _top: 420px;
    font-size: 16px;
	color: #FF6600;
    padding: 5px 54px;
    }
#index-hosting-all .h5-row{
	width: 207px;
	height: 55px;
	color: #333333;
	/*border: 1px solid #FF00FF;*/
	position: absolute;
	top: 450px;
	padding: 0 1px;
	}
	
#index-hosting-all span{
    display:block;
    height: 8px;
	width: 209px;
	position: absolute;
	top: 515px;
    }
#index-hosting-all  .line1{
    background: url(../images/icon/verde.gif) repeat-x left top;
	}
	
#index-hosting-all  .line2{
    background: url(../images/icon/naranja.gif) repeat-x left top;
    }
	
#index-hosting-all  .line3{
    background: url(../images/icon/azul.gif) repeat-x left top;
    }
	
#index-hosting-all  .line4{
    background: url(../images/icon/magenta.gif) repeat-x left top;
    }

#index-hosting-all  .line5{
    background: url(../images/icon/violeta.gif) repeat-x left top;
    }

#index-hosting-all  .line6{
    background: url(../images/icon/green.png) repeat-x left top;
    }

#index-hosting-all p{
    width: 585px;
    font-size:12px;
    padding: 10px 10px 10px 50px; 
	color: #CC0000;
	border: 1px solid #FF9933;
	background: #FFFFCC url(../images/icon/warning.jpg) no-repeat 8px 3px;
    }

/*******亚狐空间提供服务类型(sevice type)********/
#support-abaut{
    margin: 10px 0;
	}
#support-abaut h2{
 	height: 48px;
	background: url(../images/site/yahost-title.png) no-repeat left -35px;
	text-indent: -9999px;
    }
#support-abaut p{
	width: 625px;
	font-size: 12px;
	color: #555;
	padding:10px 5px 5px 10px;
	text-align: left;
	line-height: 2em;
	background: #fff;
    border:1px solid #CCC;
	text-indent: 2em;
    }

/*******亚狐空间支持程序列表(support-software)********/	
#support-software{
    margin: 10px 0;
	}
#support-software h2{
 	height: 48px;
	background: url(../images/site/yahost-title.png) no-repeat left -35px;
	text-indent: -9999px;
    }

#support-software ul{
	width: 645px;
	height: auto;
    border:1px solid #CCC;
    }
#support-software li{
	font-size: 12px;
	color: #666666;
	list-style-image: url(../images/arrow/tickg.png);
	list-style-position: inside;
	padding:5px 5px 5px 15px;
	text-align: left;
	border-bottom: 1px dashed #CC0000;
	line-height: 16px;
	}
	
/******亚狐空间Cpanel使用帮助中心&客户评价CSS样式********/	
.bottom-host{
	width: 645px;
	height: auto;
	margin-top: 10px;
	/*border: 1px solid red;*/
	}

.client-faq{
    float: right;
	}
.client-faq ul,.cpanel-help ul{
    width: 290px;
	height: 295px;
	border: 1px solid #ccc;
	padding: 10px;
	padding-top: 5px;
	overflow: hidden;
	line-height: 1.8em;
	background: #FFFFFF;
	}
.client-faq h2,.cpanel-help h2{
    width: 312px;
	height: 40px;
	line-height: 40px;
	text-indent: 60px;
	font-size: 14px;
	color: #003366;
    background: url(../images/icon/tab_1-2.png) no-repeat;
	}
.client-faq h2 span{
    display: block;
    background: url(../images/icon/faq1.png) no-repeat 20px center;
	}
	
.cpanel-help h2 span{
    display: block;
    background: url(../images/icon/cpanel-help.png) no-repeat 20px center;
	}
	
/******亚狐优势(yahoohost feature)********/	
	
	
#index-feature h2{
    margin: 10px 0 0;
 	height: 45px;
	background: url(../images/site/yahost-title.png) no-repeat left -200px;
    text-indent: -9999px;
    }
	
#index-feature  .border{
    width:645px;
    border: 1px solid #CCCCCC;
    height: 220px;
	}

#index-feature li{
    padding: 10px 11px 5px;
    float:left;
    }
#index-feature .online-pay{
 	margin: 0 20px 0 0;
	padding: 0 5px;
	height: 70px;
	border: 1px solid  #CCCCCC;
	float: left;
    }
	
/******亚狐右边栏(yahoohost rightbar)CSS样式********/	

	
#yahost-rightbar{
    width: 280px;
    height: 100%;
	display: inline;
	float: right;
	background: #ccc url(../images/icon/newbg1.gif);
	/*border: 1px solid  #00FF00;*/
 	}
	
/*****用户中心client-area*****/	
#index-client-area{
    width:280px;
	/*border: 1px solid green;*/
	position: relative;
	
	}

#index-client-area h2{
 	height: 46px;
	background: url(../images/site/yahost-title.png) no-repeat left -400px;
    text-indent: -9999px;
	}

#index-client-area .client-line{
    /*border: 1px solid #ccc;*/
	padding: 10px 20px;
	height: 120px;
	background: #006699 url(../images/site/index-clent-bg.png) no-repeat right top;
	}
	
#index-client-area .client-input{
    /*border: 1px dashed red;*/
	height: 30px;
	position: relative;
	margin: 8px 0;
	}
#index-client-area  span{
    display: inline-block;
    width: 50px;
	height: 28px;
	/*border: 1px solid blue;*/
    background:  url(../images/icon/mail-password.png) no-repeat;
	}
#index-client-area .e-mail{
    background-position: left 0px;
    }
#index-client-area .password{
    background-position: left -28px;
    }
#index-client-area .inputstyle{
	border:1px solid #0099CC;
	background-color:#f0f0f0;
	width:190px;
	height:20px;
	position: absolute;
	top: 3px;
	right: 0px;

    }
#index-username:hover,#index-password:hover{
	border: 1px solid #FF9900;	
	background-color: #FFFFFF;
    }
#index-username:focus,#index-password:focus{
    border: 1px solid #3399FF;
    outline: 2px solid  #FF9900;
    background:  #93FF93;
    }

#index-client-area .style2{
    vertical-align:top;
    }
	
#index-client-area a{
    display: inline-block;
    vertical-align: 6px;
    color: #000066;
	}
#index-client-area a:hover{
    color: #fff;
	}
	
/*****快速导航fast-guid*****/	

#index-guid h2{
 	height: 35px;
	background: url(../images/site/yahost-title.png) no-repeat left -130px;
    text-indent: -9999px;
    }

#slidedom{
	height: 97px;
	width: 278px;
    }
/*****今日特价discount-offer*****/	

#discount-offer h2{
 	height: 45px;
 	background: url(../images/site/yahost-title.png) no-repeat 0 -450px;
 	line-height: 45px;
 	text-indent: -9999px;
 	}
#discount-offer ul{
 	width: 278px;
 	height: auto;
 	border:1px solid #CCCCCC;
 	}	


/*****下载测速test-speed*****/	

#yahost-speed h2{
 	height: 35px;
 	background: #ccc url(../images/site/yahost-title.png) no-repeat 0 -280px;
 	line-height: 35px;
 	text-indent: -9999px;
 	}
#yahost-speed ul{
 	width: 278px;
 	height: auto;
 	border:1px solid #CCCCCC;
 	}
	
/*****在线咨询chat-online*****/	

#yahost_chat ul{
 	width: 278px;
 	height: auto;
 	border:1px solid #ccc;
 	}
#yahost_chat h2{
 	height: 35px;
 	background: #ccc url(../images/site/yahost-title.png) no-repeat left -315px;
 	line-height: 35px;
 	text-indent: -9999px;
 	}
#yahost_chat .im{
	font-size:12px;
	line-height: 12px;
	color:#0066FF;
	padding: 5px 20px;
	text-align: center;
	}
#yahost_chat .im img{
	vertical-align: middle;
    }
#yahost_chat .im a{
    font-size:12px;
    line-height: 12px;
    color: #3366FF;
    text-decoration: none;
    }
#yahost_chat .im a:visited{
    color: #999999;

    }
#yahost_chat .im a:hover{
    color: #FF9900;
    }


/*****加入亚狐join-yahoohost*****/	

#index-register h2{
 	height: 35px;
	background: url(../images/site/yahost-title.png) no-repeat left -245px;
	text-indent: -9999px;
 	}

#index-register ul{
    border:1px solid #CCCCCC;
	height: 100%;
 	}

/*****客户评价*****/	

.host-rate h2{
 	height: 35px;
	background: url(../images/site/yahost-title.png) no-repeat left -500px;
	text-indent: -9999px;
 	}

.host-rate ul{
    width: 260px;
	height: 250px;
	border: 1px solid #ccc;
	padding: 10px;
	padding-top: 5px;
	overflow: hidden;
	line-height: 1.8em;
	background: #FFFFFF;
	}

/*index首页页面底部快捷导航样式*/
#index_support{
	font-size: 12px;
	color:#999999;
	line-height: 1.5em;
	width: 948px;
	height: 100%;
	margin: 10px auto; 
	text-align: left;
    }

#index_support h2 a{
    font-size: 36px;
	line-height: 100px;
    display: block;
	width: 960px;
	height: 41px;
	text-indent: -9999px;
	/*border: 1px solid red;*/
	background: url(../images/site/partners2.jpg) no-repeat;
	margin-bottom: 10px;
	}
#index_support li{
   width: 94px;
   float:left;
   line-height:20px;
	/*border: 1px solid red;*/
   }



/*底部信息通用版权页面*/

#foot {
    width:100%; 
	height:100%; 
	margin-top:20px; 
	overflow:hidden; 
    background:  url(../images/site/line_bg2.jpg) repeat-x left  bottom;
	color:#999999;
	line-height: 1.5em;
	margin: 0px auto; 
	text-align: center;
	padding: 5px 0 0;
	/*border: 1px solid red;*/
    }
	
#foot ul,#foot p{
    text-align: center;
	}

/***********[帮助中心common_help专用CSS控制]*********/  

#help-center{
   height: 100%;
   background:  url(../images/site/common_rightbg.png) repeat-y right  bottom;
   }

#help-center h2{
   height: 65px;
   padding: 0;
   background: url(../images/site/help-title.png) no-repeat 3px 3px;
   }

#help-search{
   height: 85px;
   padding:10px;
   background: #056699 url(../images/site/help-bg.png) right  bottom;
   }
   
#help-search ul{
   background:  url(../images/site/help-stats.gif) no-repeat 3px 3px;
   width: 180px;
   height: 100%;
   float:right;
   border:0px solid #66CCCC;

   }

#help-search li{
   height: 30px;
   line-height: 30px;
   padding: 5px;
   border:0px solid red;
   float:right;
   }
#help-search .input-searth{
	border:1px solid #0099CC;
	background-color:f0f0f0;
	width:135px;
	height:20px;
    }

#keyword:hover{
	border: 1px solid #FF9900;
	background-color: #FFFFFF;
}
#keyword:focus{
    border: 1px solid #0099FF;
    background: #BDE8F4;
    outline: 2px solid  #6CD2F9;
    }
#help-center .help1{
    display: block;
	width: 198px;
    height: 150px;
    text-indent: -9999px;
	line-height: 30px;   
    background:  url(../images/site/help-photo.png) no-repeat 1px top;
    border: 0px solid #0099FF;

    }

/***********[关于我们&联系我们common_abaut&contact专用CSS控制]*********/  


#sidebar{
    width: 201px;
	background: #F1F5F8 url(../images/site/common_rightbg.png) repeat-y;
	}	
#sidebar h2{
    width: 200px;
	height: 100px;
    background:none;
	margin: 0;
	padding: 0;
	}
#sidebar p{
    font-size:12px;
    color:#0099CC;
    }
#sidebar .contact{
	padding:10px 0 0;
    }
#sidebar .chat{
    width: 190px;
	height: 80px;
	padding:10px 5px 0px 5px;
    }
#sidebar .im{
	padding: 10px 20px;
	border-bottom: 1px dashed #c5d2db;
	line-height: 20px;
	height: 20px;
    }
#sidebar .im img{
    vertical-align: middle;
	}
	
/* = Clear Fix Hack清除浮动HACK
-----------------------------------------------------------------------------*/	
.clearfix:after{
    content:".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	}
.clearfix{
    display: inline-block;/*触发haslayout*/
	}
/* Hides from IE-mac\*/
* html .clearfix{
    height: 1%;/*触发IE 5-6的haslayout*/
	}
/*end hide from IE-mac*/
.clearfix{
    display: block;/*恢复Display属性*/
	}
/*END of Clearfix*/


/* = 公用样式表
-----------------------------------------------------------------------------*/	
#newcontent ol li,#newcontent ul li{
float: none;
text-align: left;
}
.ol-style{
    list-style:  inside  decimal;
	font: 12px;
	}
	
.table-sytle1{
	border-collapse: collapse; 
	border-spacing: 0;
    text-align:center;
    background: #E6E6E6;
	color: #000;
	}
.table-sytle1 td{
    text-align: left;
	padding: 5px;
	border-bottom: 1px solid #fff;
	border-left: 1px solid #fff;
	}
.table-sytle2{
	border-collapse: collapse; 
	border-spacing: 0;
    text-align:center;
    background: #D1E2F5;
	color: #000;
	}
.table-sytle2 td{
    text-align: left;
	padding: 5px;
	border-bottom: 1px solid #fff;
	border-left: 1px solid #fff;
	}
	
	
.table-sytle3{
	border-collapse: collapse; 
	border-spacing: 0;
    text-align:center;
    background: #E2FDD2;
	color: #000;
	}
.table-sytle3 td{
    text-align: left;
	padding: 5px;
	border-bottom: 1px solid #fff;
	border-left: 1px solid #fff;
	}
	
	
.table-sytle4{
	border-collapse: collapse; 
	border-spacing: 0;
    text-align:center;
    background: #F5D7F9;
	color: #000;
	}
.table-sytle4 td{
    text-align: left;
	padding: 5px;
	border-bottom: 1px solid #fff;
	border-left: 1px solid #fff;
	}