/********** by Chen Yan *******/
/********** QQ:961200 **********/
/********** 2007-11-15 **********/
body {
	font-size: 12px;
	font-family: Tahoma, Arial, Helvetica, Sans-Serif;
	color: #333333;
	line-height: 150%;
	background: white;
	margin: 0px;
	padding: 0px;
	background:#B2C0CE;
	text-align:left;
	overflow-x: auto;
        overflow-y: hidden;
	/*width:998px;
	background:#B2C0CE url(../images/wrapper_right.gif) 620px 0px no-repeat;*/
}

html { overflow-x:auto ; overflow-y: auto; }

/* text */

p {
	line-height: 150%;
	margin: 5px 0px 10px 0px;
	padding: 0px;
}

td, th {
	font-size: 100%;
	line-height: 150%;
}



/* links */

a,
a:link,
a:visited,
a:active {
	 color:#F00;
	text-decoration: none;
}
a:hover {
	color: #FF0000;

}

/* table */
.table_title
{

font-weight:bold;
background-color:#F3F3F3;
line-height:22px;
padding-left:5px;
/*background:url(../images/title_bg.gif);*/
margin-right:5px;
color:#333333;
font-size:12px;
}

/* inputs */
form{
	display: inline;
	margin: 0;
	padding: 0;
}



/* other */

img {
	border: none;
	vertical-align: middle;
}

hr {
	height: 1px;
	border: 0;
	border-top: 1px dashed #CCCCCC;
}

.wrapper {
width:998px;
background-color:#FFFFFF;
overflow:hidden;


}
/* button */




/****** Header ******/
.header{
height: 70px;
width:100%;
background:#DF2B18;
background-image:url(../images/red_bg.png);

}
.innerHeader{
	margin: 0 auto;
}

.title{
	float: left;
	width: 230px;

}
.title img{
	float: left;
	margin-right: 0px;
}
.title h1{
	font-size: 150%;
	font-weight: bold;
	padding: 6px 0px 4px 0px;
	margin: 0px;
}
.title h1 a:link,
.title h1 a:visited,
.title h1 a:active
{
	color: black;
	text-decoration: none;
}
.title p{
	margin: 0px;
	padding: 0px;
	color: #ffffff;
}
.titleq
{
	float: right;
	width: 520px;
         margin-right: 70px;

}


/* top nav menu */
.title-menu{
	padding-top: 73px;
	float: right;
	width:60px;
        
}

.title-menu a:link,
.title-menu a:visited,
.title-menu a:active,
.title-menu a:hover{

	display: block;
	padding: 2px 4px;
	margin: 0px 2px 0px 0px;
	color: #ffffff;
	text-decoration: none;
}
.title-menu a:hover{
	color:#FFFF00;

}

/****** Nav Panel ******/
.navPanel{
	border-top: 1px solid #DAD7CF;

	line-height: 200%;
	background-color: #111111;
	background-image:url(../images/black_bg.gif);

}
.innerNavPanel {
	margin: 0 auto;
	border-bottom: 4px solid #cc0000;
}


/* buttons */
.buttonWrapper{

	overflow: auto;


	/*background: #F2F0EE url('base/bg_btn.png') top left;*/
}
.buttons{
	line-height: 200%;
	white-space: nowrap;
	width: 100%; /* ie6 fix */
	overflow: hidden;



}
.buttons a:link,
.buttons a:active,
.buttons a:visited,
.buttons a:hover
{

	float: left;
	display: block;
	padding: 2px 14px;
	color: #FFFFFF;
	text-decoration: none;
	
	font-weight:bold;


	margin-right:2px;
	border-right:1px solid #444444;

	/*background: #F4FBE1 url('base/bg_btn.png');*/
}
.buttons a:hover
{
font-weight:bold;
	color: #ffffff;
	background: #333333;
	background-image:url(../images/red_hover_bg.gif);	
	
	/*background: #F4FADF url('base/bg_btn_hover.png') top left repeat-x;*/
}
.buttons-special
{
	font-weight: bold;
}
.buttons-active {

	background-color:#CC0000 !important;

	/*background: #FFF1BB url('base/bg_btn_active.png') !important;*/
}


.buttons .label{
	float: left;
	overflow: hidden;
	display: block;
	padding: 4px 20px;
	color: #645A44;
}
.buttons .label a:link,
.buttons .label a:active,
.buttons .label a:visited,
.buttons .label a:hover
{
	float: none;
	display: inline;
	height: auto;
	padding: 0px;
	font-weight: bold;
	text-decoration: underline;
	border: none;
	background: none;
}

/* sorry for this ie6 hack */
* html .buttons img {
	float: left;
	margin: 5px 5px 5px 0px;
}

.shadowStrip{
	height: 4px;
	font-size: 1%;
	line-height: 1%;
	/*background: url('base/bg_shadow.png');*/
}


/****** Content Block ******/
.contentWrapper{
float:left;
width:798px;
margin-top:5px;
background-color:#FFFFFF;
padding-left:10px;

}

.content{
	float: left;


}
.innerContent{
text-align:left;

}

/* content block */
.contentBlock{
	margin:0px 0px 20px 0px;
}
h3{
margin:0px;
margin-bottom:3px;
color:#333333;
font-size: 12px;
font-weight: bold;
line-height:29px;
padding-left:15px;
background:url(../images/title_bg.gif);
border-left:3px solid #FF6600;
}
h4 {
color: #ffffff;
font-size: 100%;
font-weight: bold;
width:100%;
margin:0px;
text-align:center;
background-color:#0066FF;
FILTER: progid:DXImageTransform.Microsoft.Gradient(startColorStr=#333333, endColorStr=#666666, gradientType=0); 

}



.contentText{

}


/****** Sidebar Block ******/
.sidebar{
	float: left;
	width:200px;
	margin-top:0px;
}
.innerSidebar{


}

.sidebarBlock{
	padding: 0px;
	background-color: #f1f1f1;
	border: 1px solid #ffffff;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;

}
.sidebarBlock h5{

	font-size: 100%;
	color: #ffffff;
	font-weight: bold;
	padding: 2px 0px 2px 0px;
	margin: 0px;
	background: #CC0033;
	border-bottom: 1px solid #E4E2DA;
	text-align:center;
	margin-bottom:5px;

background-image:url(../images/red_title.gif);
}


.sidebarContent{

}
.sidebarBlock ul{
	margin: 0px;
	padding: 0px;
}
.sidebarBlock li
{
	margin: 0px;
	padding: 0px;
	list-style: none;
	padding-bottom:4px;
	
text-align:left;

}
.sidebarBlock li a:link,
.sidebarBlock li a:hover,
.sidebarBlock li a:active,
.sidebarBlock li a:visited
{
padding: 2px 0px 2px 10px;
display: block;
text-decoration: none;
color: #333333;
overflow: hidden;
}
.sidebarContent li a:hover{
	text-decoration: underline;
	color: #ff0000;

}
/***** cooperation *****/
.cooperation
{
height:100px;
}
.cooperation ul{
	margin: 0px;
	padding-left: 5px;
}
.cooperation ul li
{
float:left;
width:48%;
}


/***** Login *****/
.login
{
}
.login .logintitle
{
text-align:center;
font-size:12px;
font-weight:bold;
height:25px;
}
.login div
{
padding-top:2px;

}
.login .username .input
{
width:110px;
background-color:#ffffff;
height:15px;
}
.login .password .input
{
width:110px;
background-color:#ffffff;
height:15px;
}
.login .toolbar
{
padding-top:15px;
width:100%;
}
.login .toolbar .Submit
{
float:left;
margin-right:5px;
}

.login .toolbar .Ohter
{
float:left;
}

/****** announcement ******/
.Ac
{

width:233px;
height:175px;
}
.AcBody
{

}
.Ac .Acimages
{

float:left;

}
.Ac .AcToolbar
{

}
.Ac .Actitle
{
margin-bottom:2px;
padding:0px;
}
.Ac .AcText
{
display:block;
width:222px;
float:right;
list-style:none;
padding:0px;
margin:0px;
border:0px solid #111111;
background-color:#ffffff;

}
.Ac ul
{
list-style:none;
padding:0px;
margin:0px;
}
.Ac ul li
{
margin: 0px;
margin-left:8px;
padding: 0px;
list-style: none;
color: #333333;
text-align:left;
height:25px;
display:block;
}

.Ac a:link,
.Ac a:visited,
.Ac a:active {
	color: #333333;
}
.Ac a:hover {
	color: #005782;
}


/****** Domain Search *******/
.DomainSearch
{
width:370px;
padding:0px;
margin:0px;
height:105px;
}

.DomainTitle
{

border-bottom:1px solid #EBEBEB;
padding:0px;
margin:0px;
line-height:180%;

}
.DomainTitleLeft
{
}
.DomainTitleCenter
{
/*background:url(../images/title_bg4.gif)*/;
padding:0px;
margin:0px;
font-weight:bold;
}
.DomainTitleRight
{

}

.DomainSearch .Search
{
padding:0px;
width:765px;
float:left;
margin-top:3px;
}
.DomainSearch .Search .text
{
padding:0px;
float:left;
padding-right:4px;
padding-top:2px;
}
.DomainSearch .Search .input
{

float:left;
}
.DomainSearch .List
{
border-top:1px dashed #CCCCCC;
height:50px;
float:left;
width:765px;
}

.DomainSearch .List ul
{
list-style:none;
margin:0px;
}
.DomainSearch .List ul li
{
width:25%;
float:left;
text-align:left;
}



/****** products *******/
.products
{
width:765px;
height:auto;
padding:0px;
margin:0px auto;
}
.productsBlock
{
width:48%;
float:left;
margin-bottom:5px;
border:1px solid #f2f2f2;
}
.innerproductsTitle
{

background:url(../images/title_bg.gif);


}
.productsTitle
{
background-color: #f4f4f4;

padding-left:45px;
font-weight:bold;
line-height:29px;

color:#444444;
background:url(../images/title_point.gif) 0px 0px no-repeat;


}
.productsBody
{
height:100px;
padding:5px;
margin:0px;

}
.productsImages
{
float:left;
width:80px;
padding-top:4px;
height:80px;
}
.productsImages img
{
border:1px solid #CCCCCC;
}
.productsSplit
{
float:left;
width:15px;
padding:0px;
display:block;
margin:0px;
}
.productsinfo1
{
float:left;
width:230px;
height:90px;
padding:0px;
padding-top:3px;
padding-left:15px;
}
.productsinfo1 a:link,
.productsinfo1 a:visited,
.productsinfo1 a:active {
	color: #111111;
}
.productsinfo1 a:hover {
	color: #990000;
}
.productsinfo
{
/*width:270px;
float:left;
height:90px;
padding:0px;
padding-top:3px;
padding-left:15px;*/
}
.productsinfo a:link,
.productsinfo a:visited,
.productsinfo a:active {
	color: #111111;
}
.productsinfo a:hover {
	color: #990000;
}


.productsShow
{
padding:0px;
line-height:25px;
padding-left:5px;
/*width:295px;*/
color:#999999;
}
.productTitle
{

}
.productLeft
{
}
.productCenter
{

	color: #333333;
	font-size: 100%;
	font-weight: bold;
	width:120px;
text-align:center;
	padding-top:2px;
	background: #EBEBEB url('../images/rol.gif') top right no-repeat;

}
.productRight
{

}
/* Host */
.Host
{
width:100%;
float:right;
}
.HostInfo
{
padding:5px;
}
/****** HostBox ******/
.HostBox
{
float:left;
width:390px;
padding-bottom:5px;
}
.HostTitle
{

font-weight:bold;
background-color:#F3F3F3;
line-height:29px;
padding-left:8px;
background:url(../images/title_bg.gif);
border-left:3px solid #FF6600;
margin-right:10px;
margin-bottom:5px;
color:#333333;
}

.HostImages
{
width:95px;
float:left;
height:110px;
}
.HostText
{

width:270px;
float:left;
padding:0px;
}
.HostText ul
{
margin:10px;
list-style:none;
}
.HostText ul li
{

}
.HostBody
{
padding-top:3px;
width:100%;
}
.HostToolbar
{
padding-left:100px;
padding-top:3px;
}
.HostPrice1
{
color:#FF0000;
}
.HostPrice2
{
color:#FF0000;
}

/****** Enterprise Mail *****/
.EnterpriseMail
{
width:765px;
padding-left:5px;
padding-top:5px;

}
.innerEnterpriseMail
{

}
.EnterpriseTitle
{
width:758px;
padding-left:10px;
font-weight:bold;
background-color:#F6F6F6;
line-height:29px;
background:url(../images/title_bg.gif);
border-left:3px solid #FF6600;
margin-bottom:3px;

}
.EnterpriseImages
{
float:left;
width:155px;
}
.EnterpriseList
{
float:left;
width:450px;
}
.EnterpriseList ul
{
margin:0px;
list-style:none;
}
.EnterpriseList ul li
{
}
.EnterprisePrice1
{
color:#FF0000;
}
.EnterprisePrice2
{
color:#FF0000;
}

.EnterpriseToolbar
{
text-align:right;
height:24px;
}
/****** Server ******/
.ServerBox
{
width:765px;
padding-bottom:5px;
height:100px;
}

.ServerImages
{
float:left;
padding-left:15px;
width:150px;
}
.ServerList
{
float:left;
width:525px;
line-height:22px;
padding-top:5px;
}
.ServerBody
{
line-height:22px;
width:100%;
margin-bottom:3px;
}
.ServerBody ul
{
margin-bottom:0px;
margin-top:0px;

}
.ServerPrice
{
width:765px;
margin-bottom:3px;
}

/**** SoftMake ****/
.SoftMakeImages
{
background-color:#f2f2f2;

}
/**** Bank ****/

/**** About ****/
.About
{
}
.AboutImages
{
background-color:#f2f2f2;
}

/**** detail ****/
.detail{
width:765px;
}
.detailTitle
{
padding-left:10px;
font-weight:bold;
background-color:#f3f3f3;
line-height:25px;
background:url(../images/title_bg.gif);
}
.detailImages
{
float:left;
width:25%;
height:100px;

}
.detailBody
{
float:left;
width:75%;
height:100px;
}
.detailToolbar
{
width:100%;
}
.detailPrice
{
float:left;
width:120px;
color:#FF0000;
padding-left:20px;
}
.detailPay
{
float:left;
width:400px;
height:25px;
}
.detailList
{
width:300px;
float:left;
margin:4px;
}
.detailListTitle
{
margin:0px;
margin-bottom:3px;
color:#333333;
font-size: 12px;
font-weight: bold;
line-height:29px;
padding-left:15px;
background:url(../images/title_bg.gif);
border-left:3px solid #FF6600;
}
.detailListBody
{
}
/**** Article ****/
.ArticleTitle
{
text-align:center;
font-size:14px;
font-weight:bold;
line-height:30px;
border-bottom:1px solid #CCCCCC;

background-color:#f6f6f6;
}
.ArticleBody
{
font-size:14px;
line-height:40px;
border:1px solid #f3f3f3;

margin-top:8px;
padding-left:8px;
padding-right:8px;
color:#333333;
}
.ArticleToolbar
{
margin-top:10px;
text-align:right;
}
/****** Footer Block ******/
.footer{
	clear: both;
	text-align: center;
	color: #999999;
	background-color:#f2f2f2;
	width: 1260px;
	margin-top:4px;
	padding-bottom:10px;

}
.innerFooter{

	margin: 0px auto;

}

.footerLinks{
	color: #666666;
	background: #F2F1EE;
	border: 1px solid #E4E1DC;
	text-align: left;
	line-height: 1.5em;
	margin-bottom: 20px;
	
}
.footerLinks h5{
	font-size: 100%;
	color: #333333;
	font-weight: bold;
	padding: 0px 0px 5px 0px;
	margin: 0px;
}
.footerLinks a:link,
.footerLinks a:visited,
.footerLinks a:active {
	color: #666666;
}
.footerLinks a:hover {
	color: #000000;
}

.copyright{
padding-top:30px;
	color: #333333;
border-top:4px  solid #CC0000;
}


.copyright a:link,
.copyright a:visited,
.copyright a:active {
	color: #333333;
	font-weight:bold;
}
.copyright a:hover {
color: #111111;
font-weight:bold;
}

/****** zhy_zdy ******/

.zhy_zdy
{
float:right;
margin:0px 0px 0px 0px;

}