/* CSS Document */
body{
	font:12px Verdana, Arial, Helvetica, sans-serif;
	/*font-family: "微软雅黑";*/
	background:#fff;
}
ol,ul,li{
	list-style:none;
}
em{
	font-style:normal;
}
a{
	color:#039;
	cursor:pointer;
}
h2{
	font-size:14px;
	font-weight:bold;
}
h3{
	font-size:12px;
	font-weight:bold;
}
a.links{
	text-decoration:underline;
}
.inputtext{
	padding:2px;
	line-height:16px;
	border:1px solid #ccc;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
button,
.inputbtn{
	font-size:12px;
	height:22px;
	line-height:16px;
}
.textarea{
	border:1px solid #ccc;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

.warning{
	/*display:-moz-inline-box;/*for mf*/
	display:inline-block;
	padding:3px 3px 2px 24px;
	line-height:14px;
	font-size:12px;
	background:#fffbe7 url(/images/icon_warning.gif) left top no-repeat;
	border:1px solid #b5b5b5;
}
.warnblue{
	background:#e7ebff url(/images/icon_warningother.gif) left top no-repeat;	
	border:1px solid #b5b5b5;
}
.inputok{
	padding:2px;
	line-height:16px;
	border:1px solid #6FBE44;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
.inputmsgok{
	color:#ccc;
	padding:3px;
	display:inline;
}
form .left{
	float:left;
}
table .warning{
	/*display:-moz-inline-box;/*for mf*/
	display:inline;
	*+padding:4px 3px 2px 24px;
}

.hide{
	display:none;
}

/*color*/
.red{
	color:#f00;
}
.darkred{
	color:#d61f1f;
}
.blue{
	color:#00f;
}
/*font size*/
.f14{
	font-size:14px;
}
.f12{
	font-size:12px;
}
/**/
.b{
	font-weight:bold;
}
ol.decimal li,
ul.decimal li{
	margin-left:30px;
	list-style-type:decimal;
}

/*header*/

#header h1{
	float:left;
	margin:7px 0 0 0;
}
#navigation{
	position:relative;
	margin-left:260px;
	height:72px;
	text-align:right;
}

#navtabs{
	position:absolute;
	right:0;
	top:32px;
}
#navtabs ul{
	float:right;
}
#navtabs li{
	position:relative;
	float:left;

	line-height:14px;
}
#navtabs li.dropmenu{
	background:url(/images/arr_down.gif) 98% 50% no-repeat;
}
#navtabs li.dropmenu div{
	padding-right: 20px;
}
#navtabs li div{
	padding:0 10px;
	background:url(/images/line_navtabs.gif) right center no-repeat;
}


#navtabs li a{
}

/**/
#navbtns{
	position:absolute;
	right:1px;
	bottom:8px;
	display:none;
}
#navbtns ul{
	float:right;
}
#navbtns li{
	float:left;
}
#navbtns li a{
	position:relative;
	display:block;
	height:26px;
	width:100px;
	border:1px solid #747474;
	background:#fff url(/images/bg_navbtn.gif) 0 0 no-repeat;
	margin-right:-1px;
	z-index:10;
}
#navbtns li a:hover{
	border:1px solid #7c1212;
	z-index:20;
}
#navbtns li.first a{
	margin-left:0;	
}
#navbtns li a span{
	display:none;
}

li#btnservice a{background-position:0 0;}
li#btnpeanuthull a{background-position:-100px 0;}
li#btnpeanutmail a{background-position:-200px 0;}
li#btnolvemail a{background-position:-300px 0;}
li#btninvestor a{background-position:-400px 0;}

li#btnservice a:hover{background-position:0 -26px;}
li#btnpeanuthull a:hover{background-position:-100px -26px;}
li#btnpeanutmail a:hover{background-position:-200px -26px;}
li#btnolvemail a:hover{background-position:-300px -26px;}
li#btninvestor a:hover{background-position:-400px -26px;}

li.on#btnservice a{background-position:0 -52px;}
li.on#btnpeanuthull a{background-position:-100px -52px;}
li.on#btnpeanutmail a{background-position:-200px -52px;}
li.on#btnolvemail a{background-position:-300px -52px;}
li.on#btninvestor a{background-position:-400px -52px;}

/*location*/
#location{
	position:relative;
	height:26px;
	border:1px solid #474747;
	background:url(/images/bg_location.gif) repeat-x;
	background:url(/images/bg_location.gif) repeat-x;
}
#location ul{
	padding-left:28px;
	height:26px;
	background:url(/images/bg_location_left.gif) no-repeat;
}
#location li{
	float:left;
	padding:5px 0;
	font-size:12px;
	line-height:16px;
	font-weight:bold;
	color:#fff;
}
#location li.arr{
	padding:5px 7px;
	* padding-top:3px;
}
#location li a{
	text-decoration:none;
	color:#fff;
}
#location div.guide{
	position:absolute;
	cursor:pointer;
	top:1px;
	right:-2px;
	width:90px;
	height:27px;
	background:url(/images/bg_quickguide.gif) 0 5px no-repeat;
}
#location div.guide span{
	display:none;
}

#position{
	display:none;
}

/*notice*/
#notice{
	position:relative;
	padding:3px 0 0 16px;
	height:20px;
	border:1px solid #474747;
	border-top-width:0;
	background:url(/images/bg_notice.gif) repeat-x;
}
#noticetext{
	height:20px;
	overflow:hidden;
}

#noticetext li{
	padding:3px;
	height:14px;
	display:block;
}
#noticetext li a{
	text-decoration:none;
	line-height:14px;
}


/*userinfo*/
#userinfo{
	margin-top:13px;
	padding-bottom:3px;
	height:51px;
}

.infobar table.tab{
	background-color:#d1d1d1;
	height:49px;
}
.infobar table.tab td{
	position:relative;
}
.infobar table.tab div.td{
	background:url(/images/bg_userinfo.gif) left center repeat-x;
	border:1px solid #fff;
	border-width:0 1px 1px 1px;
	padding-left:10px;
	height:48px;
}
.infobar .coolbtn{
	height:24px;
	width:76px;
	color:#000;
	font-size:12px;
}
.infobar{position:relative;}
.ib_left{
	position:relative;
	margin-right:223px;
	height:100%;
	overflow:hidden;
}
.ib_right{
	position:relative;
	float:right;
	width:213px;
	height:100%;
	overflow:hidden;
}


/* remind */
#remindtabs img{
	cursor:pointer;
}
#remindtabs img.p{
	margin-right:3px;
}
#remindtabs img.n{
	margin-left:3px;
}


/*new oraytabs*/
.oraytabs{
	position:relative;
}
.oraytabs div.title,
.oraytabs .sorttabs{
	height:24px;
	border:1px solid #d1d1d1;
	background:url(/images/bg_tabs_title.gif) repeat-x;
}
.oraytabs .tab{
	height:24px;
	border:1px solid #d1d1d1;
	background:#F2F6FB;
}

.oraytabs h2,
.oraytabs h3{
	padding:5px 0 0 8px;
	font-size: 14px;
	font-weight: bold;
	line-height:16px;
	color: #000;
}
.oraytabs h3{
	font-size: 12px;
}
.oraytabs div.more{
	position:absolute;
	top:5px;
	right:9px;
}
.oraytabs .content{
	padding: 10px;
	border: 1px solid #d1d1d1;
	border-top: 0;
	* height:1%;
}

/* new sorttabs */

.oraytabs .sorttabs{
	/*height:1%;*/
}
.oraytabs .tabcontent{
	* height:1%;
}
.sorttabs li{
	float:left;
	border-right:solid 1px #d1d1d1;
}
.sorttabs a{
	position:relative;
	display:block;
	z-index:2;
	padding:4px 15px;
	border:1px solid #fff;
	border-bottom-width:0;
	line-height:15px;
	font-size:14px;
	color:#000;
	text-decoration:none;
	cursor:pointer;
}
.sorttabs a:focus{outline:none} 
.sorttabs a.on{
	margin-bottom:-1px;
	padding-bottom:5px;
	color:#f00;
	font-weight:bold;
	background:#fff;
}
.tab a.on{
	color:#CC0101;
}
.sorttabs .list a.on{
	margin-bottom:0;
	padding-bottom:4px;
}

.oraytabs table.list td.nav{
	border-top-width:0;
}



/*footer*/
#announce{
	text-align:center;
	padding:10px 0;
}
#announce li{
	display:inline;
	padding:0 10px 0 5px;
	*padding:0 5px 0 10px;
	border-right:1px solid #868686;
}
#announce li.last{
	border:0;
}
#copyright{
	color:#868686;
}
#aligncenter{
	padding-top:10px;
}

/**/
#container{
	margin-top:10px;
	font-size:14px;
}
.info{
	margin-bottom:15px;
	padding:10px;
	font-size:14px;
	background:#FFFBE7;
	border:1px solid #cfcfcf;
	*height:1%;
}
.status{
	z-index:1000;
	position:absolute;
	padding:6px;
	padding-left:20px;
	padding-right:20px;
	border:#FF9933 1px solid;
	background:#fffbe7;
	visibility: hidden;	
}
.infobg{
	margin-bottom:15px;
	padding:10px;
	font-size:14px;
	line-height:20px;
	background:#fff url(/images/bg_info.gif) center repeat-x;
	border:1px solid #cfcfcf;
	*height:1%;
}

/*page*/
ul.page{
	float:left;
}
ul.page li{
	float: left;
	margin-left:3px;
	background:#fff;
}
ul.page li.on{
	background:#d4d4d4;
}
ul.page li a{
	display:block;
	font-size:10px;
	height:12px;
	width:12px;
	border:1px solid #939393;
	color:#000;
	text-align:center;
	cursor:pointer;
}

ul.page a:link{color: #000;text-decoration:none;}
ul.page a:visited{color: #000;text-decoration:none;}
ul.page a:hover{color: #003399;text-decoration:none;}




/*table list*/
table.list{
	border:1px solid #b6cae3;
	border-top-width:0;
}
table.list th{
/*
	background:#e6e6e6;

	border-top:1px solid #fff;
	border-left:1px solid #fff;
	border-bottom:1px solid #b1b1b1;
	font-size:12px;
	*/
	padding:3px;
	text-align:left;
	height:18px;
	line-height:18px;
	border-top:1px solid #b6cae3;
	background-color:#f2f6fb;
}
table.list td{
	background:#fff;
	border:1px solid #d4dce5;
	border-width:0 0 1px 1px;
	font-size:12px;
}
table.list td.nav{
	border-top:1px solid #d4dce5;
	background:#f2f6fb;
	font-weight:bold;
	font-size:12px;
}

/*table tabs */
table.tabs{
	border:1px solid #d1d1d1;
	font-size:14px;
}
table.tabs th{
/*	background:#e6e6e6;
	text-align:left;
	border-top:1px solid #fff;
	border-left:1px solid #fff;
	
	
	
	border:1px solid #d1d1d1;*/
	height:23px;
	padding:0;
	text-align:left;
	background:url(/images/bg_tabs_title.gif) repeat-x;
	border-bottom:1px solid #d1d1d1;
	
}
table.tabs th h2{
	padding-left:6px;
	line-height:16px;
}
table.tabs td.content{
	background:#fff;
	border:1px solid #e7e7e7;
	border-width:0 0 1px 1px;
}

/*list page*/
div.page{
	margin:5px 0;
	height:20px;
}
div.page ul{
}
div.page ul li{
	float:left;
	line-height:14px;
	font-size:10px;
	background:#fff;
	padding:2px 4px 2px 4px;
	border:solid 1px #939393;
	border-width:1px 1px 1px 0;
	cursor:pointer;
}
div.page ul li.no{
	cursor:default;
}
div.page ul li.first{
	border-left:solid 1px #939393;
}
div.page ul li.on{
	background:#D4D4D4;
	cursor:default;
}
div.page a:link{color: #000;text-decoration:none;}
div.page a:visited{color: #000;text-decoration:none;}
div.page a:hover{color: #000;text-decoration:none;}



/* new navpanel */
#navpanel{
}
#navpanel.o_table{
	margin-bottom:10px;
	font-size:12px;
}
#navpanel.o_table .icon{
	display:block;
	position:absolute;
	background-image:url(/images/icon_patabs.gif);
	background-repeat:no-repeat;
	top:-9px;
	left:5px;
	height:40px;
	width:40px;
}
#navpanel li{
	font-size:12px;
	height:20px;
	padding-left:10px;
	background-image:url(../../images/icon_square.gif);
	background-position:left center;
	background-repeat:no-repeat;
}
#navpanel li a.on{
	color:#000;
	text-decoration:none;
}
#navpanel.o_table h2{padding-left:45px;}

#navpanel.passport .icon{background-position:-5px -706px;}
#navpanel.payment .icon{background-position:-5px -1106px;}
#navpanel.point .icon{background-position:-5px -906px;}
#navpanel.products .icon{background-position:-5px -806px;}
#navpanel.domain .icon{background-position:-5px -1006px;}
#navpanel.peanutman .icon{background-position:-5px -906px;}
#navpanel.invest .icon{background-position:-5px -206px;}

.opacity{
	background:#fff;
	filter:alpha(opacity=88); /* IE */
	-moz-opacity:0.88; /* Moz + FF */
	opacity: 0.88; /* 支持CSS3的浏览器（FF 1.5也支持）*/
}

#console_menu{
	width:300px;
}

.menu{
	width:300px;
	padding:10px;
	background:#F0F6FE;
	border:1px solid #ccdaeb;
}
.menu{
	line-height:24px;
	text-decoration:none;
}
.menu a:hover{
	text-decoration:underline;
}

.menu ol li{
	display:inline;
}
.menu ol li a{
	color:#000;
	padding-right:10px;
	white-space:nowrap;
}
.menu ol li a.red{
	color:#c00;
}
.menu ol li a:hover{
	color:#f00;
}
.menu .console{
	width:300px;
}
.menu .domain{
	width:200px;
}
.menu .products{
	width:70px;
}

/*注册人信息*/
#contactor{}
#contactor .notice{
	padding:0 10px 10px 10px;
}
#contactor .notice p{
	margin:5px 0;
}

/*提示右上角色块*/
td.tip{
	background-image:url(../../images/bg_tb_tip.gif);
	background-position:right top;
	background-repeat:no-repeat;
}