﻿/* --this style is for the pages like userguide.aspx */
@import url("js/login.css");
#undertop{ width:980px; margin-top:0px; margin-bottom:0px;}
* html #undertop{ width:980px; margin-top:0px; margin-bottom:0px;}
*+html #undertop{ width:980px; margin-top:0px; margin-bottom:0px;}
#undertop_left{ width:770px; float:left; display:inline;}
#undertop_right{ float:right; width:210px; text-align:right;}

#undertop_left_2{ width:180px; float:left; display:inline; background-color:#EEEEEE;}
* html #undertop_left_2{ width:180px; float:left; display:inline; background-color:#EEEEEE;}
*+html #undertop_left_2{ width:180px; float:left; display:inline; background-color:#EEEEEE;}
#undertop_right_2{ float:left; width:790px; margin-left:10px;}
* html #undertop_right_2{ float:left; width:790px; margin-left:10px;}
*+html #undertop_right_2{ float:left; width:790px; margin-left:10px;}


#inpagenav{ line-height:30px; color:#666666; font-weight:bold;}
#inpagenav A { color:#006699; text-decoration:none;}

/* ----step 1234 ----*/
#help{ width:709px; height:100%;}
#h_what{ margin:10px;}
#h_step1{ height:180px; width:709px;}
#h_try{ height:205px; width:709px; background:url(/images/helpimages/try.jpg) no-repeat;}
#h_step2,#h_step3,#h_step4{ height:210px; width:709px;}
#hs_top1,#hs_top2,#hs_top3,#hs_top4{ height:12px;}
#hs_middle1,#hs_middle2,#hs_middle3,#hs_middle4{ height:155px; width:709px;}
* html #hs_middle2{ margin-top:-2px;}
#hs_bottom1,#hs_bottom2,#hs_bottom3,#hs_bottom4{ height:13px;}
#hsm_left1,#hsm_left2,#hsm_left3,#hsm_left4{ height:100px; width:50px; float:left; margin-left:18px;}
#hsm_center1,#hsm_center2,#hsm_center3,#hsm_center4{ width:350px; height:155px; float:left; margin-left:10px; }
#hsm_right1,#hsm_right2,#hsm_right3,#hsm_right4{ width:250px; height:155px; float:left;  margin-left:10px;  background:url(/images/helpimages/description.gif) no-repeat top;}
#h_tshow1{ height:20px; margin:5px; background:url(/images/helpimages/download_icon2.gif) no-repeat;}
#h_tshow1 p{ margin-left:20px; margin-top:4px;}
/*--------------------------step1----------------------------------*/
#h_step1{ background: url(/images/helpimages/step1.jpg) no-repeat;}
#hsm_left1{ background: url(/images/helpimages/no1.jpg) no-repeat; }
#hsm_center1{ cursor:pointer;}
#hsm_center1 ul{ list-style-type:none; margin-left:0;}
#hsm_center1 ul li{ height:20px; margin-top:5px;}
#newsbox1,#newsbox2,#newsbox3,#newsbox4,#newsbox5,#step2box1,#step2box2,#step2box3,#step2box4,#step3box1,#step3box2,#step3box3,#step3box4,#step3box5,#step4box1,#step4box2,#step5box1,#step5box2,#step5box3,#step5box4{ width:235px; margin:10px 5px 0 10px; height:100px;}

 a:link{ text-decoration:none; color: #666666;}
 a:visited{ text-decoration:none; color: #666666;}
 a:hover{ text-decoration:none; color: #0066FF;}
 a:active{ font-weight:bold; }

/*--------------------------step2----------------------------------*/
#hs_top2{ background:url(/images/helpimages/step_2_top.jpg) no-repeat;}
#hs_middle2{ background:url(/images/helpimages/step_2_bg.jpg) repeat-y;}
#hs_bottom2{ background:url(/images/helpimages/step_2_down.jpg) no-repeat;}
#hsm_left2{ background: url(/images/helpimages/no2.jpg) no-repeat; }

#hsm_center2{ cursor:pointer;}
#hsm_center2 ul{ list-style-type:none; margin-left:0;}
#hsm_center2 ul li{ height:20px; margin-top:5px;}
/*--------------------------step3----------------------------------*/
#hs_top3{ background:url(/images/helpimages/step_3_top.jpg) no-repeat;}
#hs_middle3{ background:url(/images/helpimages/step_3_bg.jpg) repeat-y;}
#hs_bottom3{ background:url(/images/helpimages/step_3_down.jpg) no-repeat;}
#hsm_left3{ background: url(/images/helpimages/no3.jpg) no-repeat; }

#hsm_center3 ul{ list-style-type:none; margin-left:0;}
#hsm_center3 ul li{ height:20px; margin-top:5px;}
/*--------------------------step4----------------------------------*/
#hs_top4{ background:url(/images/helpimages/step_4_top.jpg) no-repeat;}
#hs_middle4{ background:url(/images/helpimages/step_4_bg.jpg) repeat-y;}
#hs_bottom4{ background:url(/images/helpimages/step_4_down.jpg) no-repeat;}
#hsm_left4{ background: url(/images/helpimages/no4.jpg) no-repeat; }

#hsm_center3 ul{ list-style-type:none; margin-left:0;}
#hsm_center3 ul li{ height:20px; margin-top:5px;}

/*--Zhekou.aspx MouseClick Start---*/
#zhekou {
	width:100%; height:24px;
	font-size:11px;
	line-height:normal;
	text-align:center;
	background-color: #FFFFFF;
	background-image: url(/images/tab_bg_zk.gif);
	background-repeat: repeat-x;
	background-position: bottom;
      }
    #zhekou ul {
	margin:0;
	padding:0px 10px 0 10px;
	list-style:none;
      }
    #zhekou li {
	float:left;
	background:url(/images/tab_left_zk.gif) no-repeat left top;
	margin:0 3px;
	padding:0 0px 0 8px;
      }
    #zhekou a {
	display:block;
	background:url(/images/tab_right_zk.gif) no-repeat right top;
	padding:5px 15px 4px 6px;
	text-decoration:none;
	font-weight:normal;
	color:#5F5F5F;
      }
    #zhekou a:hover {
      color:#2665BB;
      }
    #zhekou .current {
	background-image:url(/images/tab_left_on_zk.gif);
      }
    #zhekou .current a {
      background-image:url(/images/tab_right_on_zk.gif);
      color:#2665BB;
      padding-bottom:5px;
      }
	  .bodyindexhot{
	  border-left:0px solid #cccccc;border-bottom:0px solid #cccccc;border-right:0px solid #cccccc;
	  text-align:center;
	  }
/*--Zhekou.aspx MouseClick End---*/


#while_title{ width:758px; height:20px; text-align:center; font-size:12px; background-color:#66CCFF; border:1px solid #000000;}
#while_content{ width:760px; height:100%;  margin-top:-10px;}
* html #while_content{ width:760px; height:100%; font-size:12px; margin-top:2px;}
*+html #while_content{ width:760px; height:100%; font-size:12px; margin-top:2px;}
#while_top{ height:20px; background-color: #D0D0C4 ; font-size:12px;}
#while_top ul{ list-style-type:none;margin-left:-60px; margin-top:0px;}
* html #while_top ul{ list-style-type:none;margin-left:0; margin-top:4px;}
*+html #while_top ul{ list-style-type:none;margin-left:0; margin-top:4px;}


#while_top ul li{ float:left; display:block; text-align:center; height:12px; padding:3px 0 0 0; }
* html #while_top ul li{ float:left; display:block;text-align:center; height:12px; padding:0; }
*+html #while_top ul li{ float:left; display:block; text-align:center; height:12px;  padding:0;}

#while_while{ width:760px; height:100%; margin-top:5px; border-bottom: #CCCCCC dashed 1px;font-size:12px;}
#while_while ul{ list-style-type:none;margin-left:-60px;}
* html #while_while ul{ list-style-type:none;margin-left:0;}
*+html #while_while ul{ list-style-type:none;margin-left:0;}
#while_while ul li{ float:left; display:block; text-align:center;}
#while_while img{ border:none;}

.zk_one{ text-align:center; width:160px;}
.zk_two{ text-align:center; width:300px;}
.zk_three{ text-align:center; width:100px;}
.zk_four{ text-align:center; width:100px;}
.zk_five{ text-align:center; width:100px;}

/* css for balance.aspg */
td { padding-left:5px;}







  #rating_cn{ width:720px;}
#reting_cn_l {width:100px; float:left;}
#reting_cn_r {width:610px; float:left;}


    #zxr_pricegl_in { width:800px;}
#zxr_pricegl_l { width:250px; float:left; text-align:left;}
#zxr_pricegl_lem { width:100px; float:left; text-align:left;}
#zxr_pricegl_em { width:150px; float:left; text-align:left;}
#zxr_pricegl_rem { width:100px; float:left; text-align:left;}
#zxr_pricegl_r { width:100px; float:left; text-align:left;}
#zxr_pricegl_w { width:100px; float:left; text-align:left;}


        #userline{ width:720px; height:30px;}
    #textname{ float:left; width:100px; line-height:30px; vertical-align:middle;}
    #textbox {float:left; width:610px; }
          #zxr_all{ width:720px;}
    #zxr_l{ float:left; width:100px; line-height:30px; vertical-align:middle;}
    #zxr_r{float:left; width:610px; }
    
    
    
.usernav_title {border:1px solid #EEEEEE; height:30px; background:url(/images/member_topmenubg.gif) repeat-x; padding-left:10px; line-height:30px; vertical-align:middle;}
.usernav_title2{border-left:1px solid #EEEEEE; border-right:1px solid #EEEEEE; border-bottom:1px solid #EEEEEE; padding:10px 0px 10px 10px;}