/**
 * @Created with JetBrains WebStorm.
 * @name: common
 * @overview: 公共样式
 * @author: huangzq
 * @creattime: 13-5-20 上午9:44
 * @modify:huangzq
 */

.window-width {
    width: 100%;
    min-width: 980px;
}

.win-center {
    /*width: 980px;*/
    overflow: hidden;
    margin: 0 auto;
}

.lft {
    float: left;
}

.rgt {
    float: right
}

.lft, .rgt {
    display: inline;
}

.clear {
    clear: both;
    height: 0;
    line-height: 0;
    font-size: 0;
    overflow: hidden;
}

.center {
    text-align: center;
}

.boldtxt {
    font-weight: bold;
}

.bluetxt {
    color: #458fce;
    padding: 0 6px;
}

.bluetxt:hover {
    padding: 0 6px;
}

.redtxt {
    color: #de252d;
}

.orangetxt {
    color: #dd8113;
}
.whitetxt {
    color: #ffffff;
}

.greytxt {
    color: #666;
}
.yellowtxt{ color:#fffc00;}

.star {
    color: #C41D23;
    margin-right: 6px;
}

.redIcon {
    background: #DE252D;
    width: 12px;
    height: 42px;
    display: inline-block;
    float: left;
    margin-right: 20px;
}

.mt-5 {
    margin-top: 5px;
}

.mt-18 {
    margin-top: 18px;
}

.mt-22 {
    margin-top: 22px;
}

.mt-53 {
    margin-top: 53px;
}

.mt-25 {
    margin-top: 25px;
}

.ml-1 {
    margin-left: 1px;
}

.mr-18 {
    margin-right: 18px;
}

.mr-16 {
    margin-right: 16px;
}

.ml-18 {
    margin-left: 18px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-18 {
    margin-bottom: 18px;
}

.ml-55 {
    margin-left: 55px;
}

.ml-67 {
    margin-left: 67px;
}

.width-620{
    width: 620px;
    margin: 0 auto;
}
.width-445{
    width: 445px;
}
.width-675{
    width: 675px;
}
.width-262{
    width: 262px;
}
.i-text {
    width: 160px;
    color: #666;
    border: 1px solid #CCC;
}
.a-more{
    font-size: 12px;
    color: #dd8113;
}
.blueBtn{
    background: url(../images/index_20.png) no-repeat 0 0;
    width: 128px;
    height: 39px;
    text-align: center;
    line-height: 39px;
    font-size: 14px;
    color: #fff;
    border: none;
    padding: 0;
    cursor: pointer;
}
.blueBtn:hover{
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    -khtml-opacity: 0.8;
    opacity: 0.8;
    -moz-transition: opacity .3s linear;
    -webkit-transition: opacity .3s linear;
    -o-transition: opacity .3s linear;
    -ms-transition: opacity .3s linear;
    transition: opacity .3s linear;
}

/**头部样式开始**/
.top{
    background: #fff url(../images/index_02.jpg) no-repeat top center;
    height: 80px;
    overflow:hidden
}
.logo,.logo:hover{
    display: inline-block;
    margin-top: 0px;
    margin-left:50px;
}
.ul-topNav{
    margin-top: 40px;
    overflow: hidden;
}
.ul-topNav li{
    float: left;
    display: inline;
    border-right: 1px solid #dcdcdc;
    padding: 0 4px;
    line-height: 13px;
}
.mainNav{
    background: url(../images/index_10.png) repeat-x 0 0;
    height: 36px;
}
.ul-mainNav{
    height: 36px;
}
.ul-mainNav li{
    background: url(../images/index_08.png) no-repeat top right;
    width: 125px;
    height: 36px;
    display: inline;
    float: left;
}
.ul-mainNav li a{
    display: block;
    width: 125px;
    height: 36px;
    font-size: 14px;
    color: #fff;
    text-align: center;
    line-height: 36px;
}
.ul-mainNav .first a{
    background: url(../images/index_08.png) no-repeat top left;
}
.ul-mainNav li:hover{
    background: #0F6FA2;
    -moz-transition: background .3s linear;
    -webkit-transition: background .3s linear;
    -o-transition: background .3s linear;
    -ms-transition: background .3s linear;
    transition: background .3s linear;
}
.ul-mainNav .on{
    background: #0F6FA2 url(../images/index_08.png) no-repeat top right;
}

.top-nav ul li.in {background-position:-163px -1px;}
.top-nav ul li.in a,.top-nav ul li.in a:hover {color:#002245 !important;}

#com_main {width:1011px; margin:0 auto; background:#fff; overflow:hidden; min-height:580px;}
#com_main:before,#com_foot:before,#com_main:after,#com_foot:after,.pt-fiter li:before,.pt-fiter li:after,.product-list li:before,.product-list li:after,.nbs-box:before,.nbs-box:after {content:"";display:table;}
#com_main:after,#com_foot:after,.pt-fiter li:after,.product-list li:after,.nbs-box:after {clear:both;}
#com_main,#com_foot,.pt-fiter li,.product-list li,.nbs-box {zoom:1;}

/**头部样式结束**/

/**尾部样式开始**/
.footer{
    /*border-top: 2px solid #067CBA;*/
    margin-top:3px;
    height:30px;
    background:#e2ebcd;
    color:#333;
    overflow: hidden;
}
.footer2{
    height:30px;
     background:#e2ebcd;
    color:#333;
}
.ul-footer{
    width: 354px;
    margin: 0 auto;
    margin-top: 12px;
    overflow: hidden;
    text-align: center;
}
.ul-footer li{
    width: 70px;
    line-height: 13px;
    text-align: center;
    float: left;
    display: inline;
    border-right: 1px solid #dcdcdc;
}
.ul-footer li a{
    font-size: 12px;
    line-height: 12px;
    color: #4d4d4d;
}
.copyright
{
    margin-top:5px;    
    text-align: center;
    color: #555;
}
/**尾部样式结束**/

/**分页btn样式开始**/

/**分页btn样式结束**/

/**左侧菜单开始**/

.easyui-accordion ul{list-style-type:none;margin:0px; padding:10px;}
.easyui-accordion ul li{ padding:0px;}
.easyui-accordion ul li a{line-height:24px;}
.easyui-accordion ul li div{margin:0px 0px;padding-left:10px; font-size:12px;}
.easyui-accordion ul li div.hover{border:1px dashed #99BBE8; background:#E0ECFF;cursor:pointer;}
.easyui-accordion ul li div.hover a{color:#416AA3;}
.easyui-accordion ul li div.selected{border:1px solid #99BBE8; background:#E0ECFF;cursor:default;}
.easyui-accordion ul li div.selected a{color:#416AA3; font-weight:bold;}

/*zwc*/
.easyui-accordion .arrows-default{  position:absolute; top:inherit; left:0px; clip:rect(0px 16px 18px 0px); }
.easyui-accordion .arrows-selected{position:absolute; top:inherit; left:-16px; clip:rect(0px 32px 18px 16px);}
.easyui-accordion .arrows-default:hover{position:absolute; top:inherit; left:-32px; clip:rect(0px 48px 18px 32px);}
.easyui-accordion .arrows-selected:hover{position:absolute; top:inherit; left:-48px; clip:rect(0px 64px 18px 48px);}

/**左侧菜单结束**/

/**首页开始**/
.div-main-list 
{
    width: 780px;
    margin:10px 0px 0px 10px;
    overflow: hidden;
}

.ul-main{
    width: 350px;    
    margin-top:10px;
    overflow: hidden; 
}

.ul-main li{
    line-height: 25px; 
    margin-left:10px;
    display:block;
    overflow:hidden;
}

/**首页结束**/

/**验证样式开始**/
.field-validation-valid{
    /*background: url(http://203.91.45.216:8001/frontEndFiles/images/vIcon.png) no-repeat -61px -52px;*/
    padding: 3px 3px 1px 23px;
    vertical-align: middle;
    display: inline-block;
    height: 18px;
    line-height:18px;
}
.field-validation-error{
    background: #fbfbfb url(http://203.91.45.216:8001/frontEndFiles/images/vIcon.png) no-repeat -61px -1px;
    padding: 3px 3px 1px 23px;
    font-size: 12px;
    vertical-align: middle;
    color: #666;
    border: 1px solid #CF0040;
    height: 18px;
    line-height:16px;
    display: inline-block;
    margin-bottom:3px;
}

.field-validation-tip{
    background: url(http://203.91.45.216:8001/frontEndFiles/images/vIcon.png) no-repeat -61px -78px;
    padding: 3px 3px 1px 23px;
    font-size: 12px;
    vertical-align: middle;
    color: #666;
    /*border: 1px solid #e1e1e1;*/
    height: 18px;
    line-height:16px;
    display: inline-block;
    margin-bottom:3px;
}
  
.validation-summary-errors li
{
    color:Red;
    font-family: '微软雅黑 Bold','微软雅黑';
    font-size: 18px;
    font-style: normal;
    line-height: normal;
    text-align:center;  
}
  
/**验证样式结束**/

/* 监管服务 */
.reg-main {width:1024px;margin:0 auto;  padding-top:15px;}
.reg-dl {width:1011px;}
.reg-dl dt {float:left; display:inline; width:200px; margin-right:15px;}
.reg-dl dt a {float:left; width:198px; height:39px; line-height:39px; overflow:hidden; border:#C4D8EA 1px solid; border-bottom:none; background-color:#ededed; text-align:center; font-size:16px; color:#333;}
.reg-dl dt a.last {border-bottom:#C4D8EA 1px solid;}
.reg-dl dt a.Cm {background-color:transparent; background-position:-164px -212px; color:#fff; border-color:#02407C;}
.reg-dl dt a.Cm:hover {color:#fff !important;}
.reg-dl dd {float:left; display:inline; width:795px; overflow:hidden; display:none;}
.reg-title {height:39px; border-bottom:#ccc 2px solid; position:relative;}
.reg-title h2 {height:29px; line-height:29px; padding:0 60px 3px 10px; font-size:20px; color:#333; border-bottom:#014F9F 2px solid; position:absolute; left:0; top:7px;}
.reg-title .gov-btn_b {margin-top:5px;}
.rd-main {padding:10px;}
.rd-main h3 {height:39px; line-height:39px; text-align:center; font-size:18px; color:#333; padding:20px 10px 0;}
.rd-main p {font-size:14px; text-indent:2em; line-height:23px; margin-top:15px;}
.apply {background:url(/images/gov_temp.png) no-repeat;}
.apply {height:680px; background-position:125px 50px; position:relative;}
.reg-process {margin-top:15px;}
.reg-process h5 {height:23px; line-height:23px; font-size:16px; padding:0 0 15px 15px;}
.apply ul {width:180px; position:absolute; left:600px; top:550px;}
.apply ul li {height:29px; line-height:29px; overflow:hidden; padding-left:30px;}
.apply ul li a {font-size:14px;}
.apply ul li.cur-a {background-position:-25px -268px;}
.apply ul li.cur-b {background-position:-25px -308px;} 
.apply ul li.cur-c {background-position:-25px -348px;} 
.reg-process .ret-mtps {line-height:25px; padding-left:10px; font-size:14px;}
.reg-process .ret-mtps a {margin-left:30px; color:#014F9F; text-decoration:underline;}
.reg-process .ret-mtps a:hover {text-decoration:underline;}
.rc-step {height:53px; margin:15px 0 0 10px; padding-bottom:30px;}
.rc-step li {width:141px; height:53px; line-height:53px; text-align:center; font-size:14px; float:left; padding-right:67px;}
.rc-step li.st-a { background-position:-163px -253px;}
.rc-step li.st-b { background-position:-163px -307px;}
.rc-step li.st-c { background-position:-163px -361px; padding-right:0;}
.re-sch {height:29px; line-height:29px; margin:25px 0 0 10px;}
.re-sch .gov_ipt_a {width:360px; margin:0 10px 0 28px; height:23px; line-height:23px;}
/* 监管服务 */

/*审核流程*/
.review-pro {height:33px; overflow:hidden; margin-top:10px;}
.review-pro li {float:left; font-size:14px; width:145px; padding-left:23px; height:33px; line-height:33px; overflow:hidden; background-position:0 -494px;}
.review-pro li.on {background-position:0 -460px; color:#fff;}
.review-pro li.fs-on {background-position:0 -596px; color:#fff; width:152px; padding-left:16px;}
.review-pro li.ls-on {background-position:0 -528px; color:#fff; width:133px; padding-left:35px;}
.review-pro li.first {background-position:0 -630px;}
.review-pro li.last {background-position:0 -562px; width:133px; padding-left:35px;}
.review-cont {margin-top:10px; padding:10px 10px; border:#ccc 1px solid;}
.rev-h3-a,.rev-h3-b,.rev-h3-c,.rev-h3-d,.rev-h3-e,.rev-h3-f {height:29px; line-height:29px; padding-left:40px; font-size:16px;}
.rev-h3-a,.rev-h3-b,.rev-h3-c,.rev-h3-d,.rev-h3-e,.rev-h3-f,.tm-nav {background:url(/images/adm_ico.png) no-repeat;}
.rev-h3-a {background-position:-18px -541px;}
.rev-h3-b {background-position:-18px -591px;}
.rev-h3-c {background-position:-30px -149px;}
.rev-h3-d {background-position:-18px -691px;}
.rev-h3-e {background-position:-18px -741px;}
.rev-h3-f {background-position:-18px -791px;}
.review-cont p {line-height:25px; margin-top:25px; font-size:14px;}
.gov-btn_c {display:inline-block; height:44px; width:242px; line-height:43px; text-align:center; color:#fff; font-size:18px !important; background-position:0 -415px;}
.rev-submit {height:44px; padding:30px 0;}
.rev-table,.rev-table-ns {width:100%; margin:10px 0;}
.rev-table-ns {border-top:#C4D8EA 1px solid; border-left:#C4D8EA 1px solid;}
.rev-table td,.rev-table th {height:55px; line-height:55px; font-size:14px;}
.rev-table-ns td,.rev-table-ns th {height:37px; line-height:37px; font-size:14px; border-right:#C4D8EA 1px solid; border-bottom:#C4D8EA 1px solid;}
.rev-table td,.rev-table-ns td {padding-left:5px; text-align:left;}
.rev-table th,.rev-table-ns th {text-align:right; font-weight:normal;}
.rev-label {margin-right:30px;}
.rev-ipt {height:39px; line-height:39px; width:350px; margin-right:30px;}
.rev-tps1 {padding-left:15px; line-height:20px; font-size:14px; color:#666;}
.gov-btn_d,.no-clk {display:inline-block; width:76px; height:25px; line-height:23px; color:#fff; text-align:center; font-size:14px; background-position:-287px -185px;}
.no-clk {color:#666; background-position:-243px -415px;}
.gov-btn_e {display:inline-block; width:130px; height:41px; line-height:39px; text-align:center; font-size:18px; color:#fff; background-position:0 -373px;}
.rev-submit a {font-size:14px; margin:0 10px;}
.n-tps {color:#999; margin-left:15px;}
.redb {color:#f00; font-weight:bold;}
.redb:visited {color:#f00;}
.redb:hover {color:#f00; text-decoration:underline;}
.rev-img-view {min-height:82px; line-height:21px; margin:5px 0;}
.rev-img-view img {float:left; border:#ccc 1px solid;}
.gov-textarea-a {height:50px; line-height:23px; color:#333; font-size:14px; width:508px; height:130px; padding:5px 0 0 5px;}
.pre {position:relative;}
#gt_tps {position:absolute; left:-5px; top:5px; z-index: 9;}
.rev-img-view .n-tps {float:left; width:505px;}
.rev-table-ns .gov-textarea-a {margin:5px 0;}
.rev-yyzz {height:217px;}
.rev-yyzz img {width:303px; height:215px;}
.rev-yyzz .n-tps {width:470px; float:left;}
.rev-cp-tps {width:480px; min-height:100px; margin:60px auto 0; padding-left:150px; background-position:-258px -454px;}
.rev-cp-tps li {line-height:25px; font-size:14px; margin-top:10px;}
.rev-cp-tps li h3 {font-size:20px; line-height:35px;}
.tabtd-pl5 td {padding-left:5px;}
.rev-mtb {width:939px; float:left; margin-top:15px;}
.rev-mtb th,.rev-mtb td {height:30px !important; line-height:30px !important; text-align:center;}
.zs-slect {padding-left:245px; margin:30px; line-height:23px !important; background:url(/images/zs_bg.jpg) no-repeat 17px -14px; min-height:110px;}
.zs-slect .zs-sm {padding-bottom:20px;}
/*审核流程*/

.adm-left-menu ul li a,.adm-wlc,.adm-lgt,.ind-msg-list li p,.adm-btn-a a,.adm-btn-b a,.adm-btn-b2 a,.adm-t1,.dlg-title .inner .close,.adm-btn-h a,.ope-edit,.ope-delete,.date-ipt,.ope-view {background:url(/images/adm_ico.png) no-repeat;}
adm-t1 {height:30px; line-height:30px; overflow:hidden; padding-left:25px; border-bottom:#014F9F 2px solid; background-position:-30px -149px;}
.adm-t1 h3 {float:left; display:inline; font-size:16px; color:#000;}
.adm-t1 .t1-tps {color:#666; padding-left:10px;}

.tip-info {
    background: none repeat scroll 0 0 #FFFEE6;
    color: #8F5700;
    padding: 12px;
    margin-top:10px;
}


.demo-tip {
    float: left;
    height: 16px;
    margin-right: 8px;
    width: 16px;
}
.red {color:#f00;}
.adm-left-menu h3,.adm-lem-a,.adm-btn-a,.adm-btn-b,.adm-btn-b2,.adm-btn-c,.adm-btn-d,.adm-btn-g,.adm-btn-h,.adm-btn-f,.dlg-title,.adm-btn-e {background:url(/images/adm_repx.png) repeat-x;}
.adm-btn-c,.adm-btn-d,.adm-btn-g,.adm-btn-h,.adm-btn-f {display:inline-block; height:23px; overflow:hidden; border:#B3D7E0 1px solid; background-position:0 -117px;}
.adm-btn-f {border-color:#E4C5AE; background-position:0 -187px; height:28px;}
.adm-btn-c a,.adm-btn-d a,.adm-btn-g a,.adm-btn-h a,.adm-btn-f a {display:inline-block; height:21px; line-height:20px; border:#fff 1px solid; overflow:hidden; color:#014157; font-size:14px; padding:0 15px;}
.adm-btn-f a {color:#923E00; font-size:14px; height:26px; line-height:24px; padding:0 20px;}

.ml-18 {
    margin-left: 18px;
}
.mr-18 {
    margin-right: 18px;
}
.w510{width:510px !important;}.w60{width:60px !important;}.w524 {width:524px !important;}.w300 {width:300px !important;}.w200 {width:200px !important;}
.panelBody
{
    overflow:hidden;
}


/*20131217 lyw add*/
.toplogo{display: inline-block; margin-left:50px;margin-top:0px;}
.toplogo img{ width:481px; height:80px;}
.logo img{ width:481px; height:80px;}
.aqQuit a{ color:#ffffff;}
.aqQuit a:hover{
    color: #cd0200;
    text-decoration: none;
    -moz-transition: color .3s linear;
    -webkit-transition: color .3s linear;
    -o-transition: color .3s linear;
    -ms-transition: color .3s linear;
    transition: color .3s linear;
}


/*20131217 by lyw */
.btn_1,.btn_2{padding:0 15px; display:inline-block; line-height:30px;height:30px; color:#fff; font-size:16px; font-family:"Microsoft YaHei"; cursor:pointer;}
.btn_1{ background:url(../images/btn_bg1.gif) repeat-x 0 0; border:1px solid #467607;}
.btn_2{ background:url(../images/btn_bg2.gif) repeat-x 0 0;border:1px solid #b06000;}
.yzmImg{height: 26px;width: 94px; border:1px solid #ddd; vertical-align: middle; cursor:pointer;}
.rev-h3-c_2{ padding:0 0 0 30px; background:url(../images/ico_16.gif) no-repeat left center; display:inline-block; line-height:24px;}

/*文字提示*/
.wzTips{  font-size:14px; color:gray;padding:0 0 0 20px; background:url(../../Images/exclamation.png) no-repeat left center;}
.jcBtn{ width:20px; height:20px;background:url(../images/advancedsettings2.png) no-repeat center center; display:inline-block; margin:5px 0 0 2px;}

 .closeImgButton
    {
        width: 18px;
        height: 18px;        
        position:absolute;
        right:0px; top:0px;
        border:0 none;
        cursor:pointer;
        background:url(../../Images/delete.png) no-repeat right top;
        
    }
    
    
.Mstep{ height:100px; width:915px; margin:10px auto; background:url(../../images/stepBg.png) no-repeat 0 0;}
.MstepBox{ text-align:center; width:100%; height:80px;font-size:14px; }
.MstepBox span{ width:53px; height:53px; display:inline-block; background:url(../../images/stepred.png) no-repeat 0 0;line-height:53px; margin-top:8px; font-size:16px; color:#999;}
td.ActBg span{ background:url(../../images/stepredC.png) no-repeat 0 0; color:#fff;}    


/*20140115 输入框样式*/
.InputList_2{ width:90%; margin:10px 10px; display:table; }
.InputList_2 li{ width:420px; float:left; padding:3px 0; line-height:20px; overflow:hidden}
.InputList_2 li .lisp{ width:100px; text-align:right; padding:0 5px 0 0;float:left; line-height:30px;}
.InputList_2 li i{ margin:0 3px; font-style:normal}
.ywIn {border: 1px solid #DDDDDD;height: 30px;line-height: 30px;padding: 0 5px;width: 180px;}
.fl{ float:left}
li.wa{ width:100%;}
.w400{ width:400px; }
.uploadify{ float:left; width:700px; margin:0px 10px 0 0 !important;}
.ul-img li{ width:160px; padding:1px;}



/*20140116 身份验证 选择验证方式*/
 .review-cont { border: 0 none; margin: 10px; }
.rev-table-ns { }
.field-validation-error { margin-left: 0px; }
.ul-img { overflow: hidden; padding: 10px 0; }
.ul-img li { width: 190px; height: 115px; padding: 1px; border: 1px solid #ddd; overflow: hidden; float: left; margin: 0 5px 5px 0; }
.ul-img li img { width: 188px; height: 115px; }
.lidemo { border: 0 none; width: 260px; }
.review-cont p { margin: 0; }
.gov_ipt_a { float: left; }
.field-validation-error { margin: 5px 2px 0 2px; float: left; }
.val-stepBg { background: url(../../Images/stepBg.png) no-repeat 0 0; width: 915px; height: 100px; margin: 0 auto; margin-top: 22px; }
.val-stepOn { width: 152px; height: 92px; display: inline-block; text-align: center; font-size: 14px; color: #000; float: left; }
.val-stepRed { background: url(../../Images/stepred.png) no-repeat 0 0; width: 53px; height: 53px; line-height: 53px; text-align: center; font-size: 16px; color: #FFF; margin: 0 auto; margin-top: 8px; margin-bottom: 4px; }
.val-step { width: 152px; height: 92px; display: inline-block; text-align: center; font-size: 14px; color: #666; float: left; }
.val-stepGrey { background: url(../../Images/stepgrey.png) no-repeat 0 0; width: 53px; height: 53px; line-height: 53px; text-align: center; font-size: 16px; color: #FFF; margin: 0 auto; margin-top: 8px; margin-bottom: 4px; }
.val-content .val-collection { margin-top: 10px; padding-left: 50px; }
.val-content .val-collection .val-tipsAttach { margin-left: 0; }
.val-content .val-collection .label { width: 150px; overflow: hidden; text-align: right; display: inline-block; vertical-align: middle; }
.baseinfo_name { _position: relative; _left: -2px; }
.redBtn { background: url(../../Images/redBtn.png) no-repeat 0 0; width: 122px; height: 33px; border: none; cursor: pointer; color: #FFF; font-size: 15px; letter-spacing: 1px; text-align: center; }
.redA { background: url(../../Images/redBtn.png) no-repeat 0 0; width: 122px; height: 34px; line-height: 26px; border: none; cursor: pointer; color: #FFF; font-size: 15px; letter-spacing: 1px; text-align: center; display: block; margin: 0 auto; }
.redA:hover { color: #FFF; margin: 0 auto; }
.val-submitBtn { text-align: center; margin-top: 22px; }
.val-submitBtn1 { margin-top: 22px; }
.i-text { width: 240px; color: #666; border: 1px solid #CCC; float: none; }
.i-checkbox { margin: 0 5px; }
.i-btn { background: url(../../Images/searchIcon.png) no-repeat 0 0; width: 30px; height: 30px; border: none; cursor: pointer; }
.webSiteInfo { width: 795px; margin: 0 auto; margin-top: 18px; }
.webSiteInfo tr th { background: #CAE8EA; font-size: 14px; color: #4F6B72; border-right: 1px solid #C1DAD7; border-bottom: 1px solid #C1DAD7; border-top: 1px solid #C1DAD7; letter-spacing: 2px; text-align: left; padding: 6px 6px 6px 12px; }
.webSiteInfo tr td { font-size: 12px; color: #666; border-right: 1px solid #C1DAD7; border-bottom: 1px solid #C1DAD7; border-top: 1px solid #C1DAD7; text-align: left; padding: 6px 6px 6px 12px; }
.paddingLeft { padding-left: 4px; }
.webSiteDomain { width: 200px; }
.webSiteDomain tr th { background: #CAE8EA; font-size: 14px; color: #4F6B72; border-right: 1px solid #C1DAD7; border-bottom: 1px solid #C1DAD7; border-top: 1px solid #C1DAD7; letter-spacing: 2px; text-align: left; padding: 6px 6px 6px 12px; }
.webSiteDomain tr td { font-size: 12px; color: #666; border-right: 1px solid #C1DAD7; border-bottom: 1px solid #C1DAD7; border-top: 1px solid #C1DAD7; text-align: left; padding: 6px 6px 6px 12px; }
.i-redio { margin: 0 3px; }
.addWebSite { float: right; margin-right: 22px; cursor: pointer; color: red; font-size: 13px; line-height: 20px; }
.addWebSiteTop { background: url(../../Images/userIndex_09.png) no-repeat 0 3px; padding-left: 18px; vertical-align: middle; }
.addWebSiteBottom { background: url(../../Images/userIndex_13.png) no-repeat 0 3px; padding-left: 18px; vertical-align: middle; }
.accessoryInfo { width: 795px; margin: 0 auto; margin-top: 18px; }
.accessoryInfo tr th { background: #CAE8EA; font-size: 14px; color: #4F6B72; border-right: 1px solid #C1DAD7; border-bottom: 1px solid #C1DAD7; border-top: 1px solid #C1DAD7; letter-spacing: 2px; text-align: left; padding: 6px 6px 6px 12px; }
.accessoryInfo tr td { font-size: 12px; color: #666; border-right: 1px solid #C1DAD7; border-bottom: 1px solid #C1DAD7; border-top: 1px solid #C1DAD7; text-align: left; padding: 6px 6px 6px 12px; }
.license { text-align: center; }
.licenseImg { width: 440px; margin: 0 auto; padding: 8px 7px; border: 1px solid #dcdcdc; }
.val-typeCollection { margin-top: 18px; }
.val-type { width: 800px; margin: 0 auto; margin-top: 22px; padding-bottom: 18px; text-align: center; font-size: 13px; border-bottom: 1px dotted #dcdcdc; }
.val-type .val-link { background: url(../../Images/i.png) no-repeat 0 0; width: 30px; height: 29px; display: inline-block; position: relative; top: 5px; cursor: pointer; vertical-align: text-bottom; margin-left: 6px; }
.val-introduction { width: 700px; margin: 0 auto; margin-top: 22px; font-size: 13px; }
.dl-val-introduction dt { font-size: 15px; color: #014c90; line-height: 23px; margin-bottom: 5px; }
.dl-val-introduction dd { margin: 5px 0 10px 20px; line-height: 24px; }
.dl-val-introduction dd .label { background: url(../../Images/smallgrey.gif) no-repeat center left; padding-left: 8px; overflow: hidden; display: inline-block; font-weight: bold; vertical-align: bottom; }
.dl-val-introduction dd .object { color: #de252d; }
.dl-val-localInfo { line-height: 22px; margin-left: 80px; }
.dd-marginTop { margin-top: 22px; }
.dd-marginTop a { color: #014c90; }
.val-locale, .val-organizationCode, .val-bankAuthentication, .val-recommend { width: 700px; margin: 0 auto; margin-top: 22px; font-size: 13px; display: none; }
.stephint { float: left; clear: both; margin: 30px 0px; width: 700px; margin-left: 65px; height: 18px; line-height: 18px; }
.stephint span { padding-right: 24px; display: inline-block; background: url(../../Images/Bg200.gif) no-repeat right -675px; }
.stephint b { color: white; background: url(../../Images/Bg200.gif) no-repeat -183px -645px; padding: 0px 4px; margin-right: 4px; height: 14px; line-height: 14px; }
.stephint .nobg { background: none; padding-right: 0; }
.val-tips { background: #eee; margin: 18px 0; padding: 8px 7px; }
.val-tipsAttach { width: 800px; margin-left: 30px; }
.val-apply { width: 600px; overflow: hidden; margin-top: 18px; padding-left: 200px; text-align: left; }
.bulbIcon { background: url(../../Images/templay_008.png) no-repeat 0 0; width: 80px; height: 80px; }
.bulletTick { background: url(../../Images/bulletTick.png) no-repeat 0 0; width: 80px; height: 80px; }
.val-applyResult { font-size: 17px; color: #014c90; line-height: 40px; margin-left: 12px; }
.val-applyMsg { font-size: 13px; line-height: 20px; display: inline-block; }
.val-applyMsg a { text-decoration: underline; color: #014c90; }
.commitmentLetter .val-applyMsg { font-size: 14px; }
.commitmentLetter a { text-decoration: none; }
.dl-commitmentLetter { background: #F7FAFE; width: 540px; margin: 10px auto; border: 1px solid #dcdcdc; padding: 15px; }
.dl-commitmentLetter dt { font-size: 14px; font-weight: bold; text-align: center; line-height: 28px }
.dl-commitmentLetter dd { font-size: 12px; line-height: 18px; text-indent: 2em; margin: 3px 0; }
.contacts { margin-left: 40px; }

.EntInfoTable{ width:99%; margin:5px; border-left:1px solid #ddd; border-top:1px solid #ddd;}
.EntInfoTable td{ padding:3px;border-right:1px solid #ddd; border-bottom:1px solid #ddd; vertical-align:top;}
.tiBg{ background-color:#f3f3f3;}