﻿/*  CSS样式 */
body, div, ul, ol, li, dl, dt, dd, p, h1, h2, h3, h4, h5, h6, form, fieldset, th, td, span, b, a, img {
    margin: 0;
    padding: 0;
    border: 0;
}

body {
    font-family: "宋体";
    font-size: 12px;
    color: #333333;
    background: none no-repeat scroll 0px 0px #ffffff;
}

ul li {
    list-style-type: none;
}

img {
    border: 0px;
}

table {
    margin: 0px;
    border: 0px;
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0px;
}

a {
    text-decoration: underline;
    color: #003497;
    vertical-align: baseline;
    cursor: pointer;
}

    a:hover {
        text-decoration: underline;
    }

    a.line {
        text-decoration: underline;
    }

.ico {
    display: block;
    float: left;
}

.space0 {
    clear: both;
    height: 0px;
    overflow: hidden;
}

.space6 {
    clear: both;
    height: 6px;
    overflow: hidden;
}

.splitline {
    margin: 0px 10px;
    height: 1px;
    overflow: hidden;
    border-bottom: 1px dashed #bfbfbf;
}

.clear:after {
    content: "";
    display: block;
    clear: both;
    height: 0px;
    visibility: hidden;
}

.clear {
    *zoom: 1;
}

.btn-buy {
    display: inline-block;
    height: 20px;
    line-height: 20px;
    width: 40px;
    text-align: center;
    zoom: 1;
    background-color: #FF4400;
    color: white;
    text-decoration: none;
}

    .btn-buy:hover {
        background-color: #f52b00;
        color: white;
        text-decoration: none;
    }

.btn-unbuy, .btn-unbuy:hover {
    background-color: #808080;
    color: white;
    cursor: default;
}

.blue {
    color: #003497;
}

.black {
    color: #444444;
}

.lblue {
    color: #0070C0;
}

.gray {
    color: #686868;
}

.lgray {
    color: #979797;
}

.black {
    color: #333333;
    font-weight: 700;
}

.green {
    color: #097C25;
    font-weight: 700;
}

.red {
    color: #DC0000;
    font-weight: 700;
}

.unbold {
    font-weight: normal;
}

.bold {
    font-weight: bold;
}

.nobt {
    border: 0px;
}

.left {
    float: left;
}

.right {
    float: right;
}

.hide {
    display: none;
}

.mainFrame {
    margin: 0px auto;
    width: 1000px;
}

.mr20 {
    margin-right: 20px;
}
/*treeMenu*/
.h1, .treeMenu dt, .treeMenu .tt, .treeMenu .nodelist li.more,
/*col-mian table-data*/
.plush, .desc, .vm-list, .vm-pic, .vm-list-gray, .vm-pic-gray, .table-data th, .location, .asc,
/*sorttip*/
.sorttip,
.btn, /*加自选 进股吧 看大图*/
/*首页box灰色*/
.box-header,
.box-header h2,
.tab-box-1 .tab-menu li,
.more,
.btn-center,
.pagenav .go,
#SubmitLogin,
#RegBtn,
.refresh,
.col-left .h2,
.treeMenu li.selected,
.worldtime,
.worldtime dt,
.favor,
.sub-header,
.searchbt {
    background: url(/j5/j1/images/style.png) no-repeat;
}


/* top nav */
.fund_top_text {
    background: none repeat scroll 0 0 #F4F4F4;
    border: 1px solid #D3D3D3;
    height: 25px;
    line-height: 25px;
    vertical-align: middle;
    overflow: hidden;
}

.top_weblink li {
    float: left;
    display: inline;
    margin: 0px 3px 0px 2px;
}

    .top_weblink li a {
        text-decoration: none;
    }

        .top_weblink li a:hover {
            text-decoration: underline;
        }

.L {
    display: inline;
    width: 11px;
    height: 11px;
    margin: 6px 3px 0px 10px;
    vertical-align: middle;
    background: url("/j5/image/201307/20130728003922.gif") no-repeat scroll 0px 0px transparent;
}

/* banner */
.banner {
}

    .banner div {
        float: left;
        margin-right: 6px;
    }

        .banner div.end {
            margin: 0px;
        }

/* logo */
.lgbar {
}

.flogo {
    float: left;
    height: 30px;
    line-height: 30px;
    vertical-align: middle;
    text-align: left;
    padding-left: 5px;
}

    .flogo a {
        margin-left: 10px;
    }

    .flogo img {
        vertical-align: middle;
    }

/* expand */
.expand {
    height: 30px;
    overflow: hidden;
}

    .expand span {
        display: inline;
        float: left;
        margin-top: 3px;
    }

    .expand b, .expand a {
        width: 22px;
        height: 28px;
        line-height: 28px;
        vertical-align: middle;
        font-size: 14px;
        text-decoration: none;
    }

    .expand b {
        margin: 3px 5px 0px 15px;
        _margin: 2px 5px 0px 4px;
    }

b.kh, b.jy, b.zx, b.dg, b.cs {
    background: url("/j5/j1/images/ico_1.gif") no-repeat scroll 1000px 1000px transparent;
}

.expand b.kh {
    margin-left: 0px;
    background-position: -10px -10px;
}

.expand b.jy {
    background-position: -50px -10px;
}

.expand b.zx {
    background-position: -90px -10px;
}

.expand b.dg {
    background-position: -130px -10px;
}

.expand b.cs {
    background-position: -170px -10px;
}

/* searchform */
.sform {
    float: right;
    position: relative;
    top: 5px;
    z-index: 10;
}

    .sform .suggest {
        position: absolute;
        top: 24px;
        z-index: 999;
        width: 473px;
        padding: 5px;
        border: 1px solid #bfbfbf;
        background-color: #ffffff;
    }

        .sform .suggest ul {
            height: 22px;
            background: url("/j5/fund/images/bg20110411.gif") repeat-x scroll 0px -357px transparent;
        }

        .sform .suggest li {
            display: inline;
            float: left;
            margin-left: 3px;
            height: 20px;
            line-height: 20px;
            vertical-align: middle;
            padding: 0px 5px;
            border: 1px solid #529dd6;
            background-color: #bbd6eb;
            cursor: pointer;
        }

            .sform .suggest li.at {
                background-color: #ffffff;
                border-bottom: 1px solid #ffffff;
            }

        .sform .suggest ul label {
            display: inline;
            float: right;
            font-size: 12px;
            cursor: pointer;
        }

        .sform .suggest table {
        }

        .sform .suggest th, .sform .suggest td {
            text-align: center;
            height: 20px;
            line-height: 20px;
            vertical-align: middle;
        }

        .sform .suggest th {
            height: 25px;
            line-height: 25px;
            background-color: #F1F1F3;
        }

        .sform .suggest .dm {
            width: 50px;
        }

            .sform .suggest .dm label {
                margin-right: 2px;
            }

        .sform .suggest .py {
            width: 80px;
        }

        .sform .suggest .jc {
            text-align: left;
        }

        .sform .suggest th.jc {
            padding-left: 20px;
        }

            .sform .suggest th.jc label {
                font-weight: normal;
                padding-left: 30px;
            }

        .sform .suggest .lists {
            margin: 5px 0px;
        }

        .sform .suggest h4 {
            margin: 5px 0px 0px 10px;
            font-weight: normal;
            font-size: 12px;
        }

        .sform .suggest dl {
            margin: 5px 0px 0px;
        }

        .sform .suggest dt {
            display: block;
            float: left;
            padding: 3px;
            color: Red;
        }

        .sform .suggest dd {
            margin-left: 10px;
            overflow: hidden;
            zoom: 1;
            line-height: 1.0;
        }

            .sform .suggest dd span {
                float: left;
                text-indent: 0px;
                width: 75px;
                height: 20px;
                line-height: 20px;
                vertical-align: middle;
                cursor: pointer;
            }

                .sform .suggest dd span.hover {
                    background-color: #bbd6eb;
                    color: #000000;
                }


    .sform span {
        display: inline;
        float: left;
        height: 23px;
        line-height: 23px;
        vertical-align: middle;
        overflow: hidden;
        margin: 0px 11px 0px 0px;
    }

        .sform span.sinput {
            border: 1px solid #a3a3a3;
            width: 203px;
            height: 21px;
        }

    .sform input, .sform b {
        float: left;
    }

    .sform input {
        border: 0px solid #bfbfbf;
        width: 175px;
        margin: 0px;
        padding: 4px 0px 0px 5px;
    }

    .sform b.cx {
        border-left: 1px solid #bfbfbf;
        width: 21px;
        height: 21px;
        background: url("/j5/image/201307/20130728003922.gif") no-repeat scroll -74px 0px transparent;
        cursor: pointer;
    }

    .sform b.hq, .sform b.jb, .sform b.zx, .sform b.sc {
        float: left;
        background: url("/j5/image/201307/20130728003735.gif") no-repeat scroll 0px 0px transparent;
        cursor: pointer;
    }

    .sform b.hq {
        width: 55px;
        height: 23px;
        float: left;
        background-position: 0px -244px;
    }

    .sform b.jb {
        width: 55px;
        height: 23px;
        float: left;
        background-position: 0px -268px;
    }

    .sform b.zx {
        width: 55px;
        height: 23px;
        float: left;
        background-position: 0px -292px;
    }

    .sform b.sc {
        width: 78px;
        height: 23px;
        float: left;
        background-position: 0px -316px;
    }

/* menulinks */
.menuLinks span {
    display: inline;
    float: left;
}

.menuNav {
    position: relative;
    width: 76px;
    height: 28px;
    border: 1px solid #595959;
}

    .menuNav a {
        display: block;
        height: 26px;
        line-height: 26px;
        vertical-align: middle;
        text-align: center;
        border: 1px solid #b4b4b4;
        background: url("/j5/fund/images/bg20110411.gif") repeat-x 0px -328px transparent;
        font-weight: 700;
        color: #ffffff;
    }

    .menuNav b.A {
        width: 6px;
        height: 8px;
        position: absolute;
        left: 75px;
        top: 10px;
        z-index: 99;
        background: url("/j5/image/201307/20130728003922.gif") no-repeat -62px 0px transparent;
    }

.menuSub {
    float: left;
    width: 921px;
    border: 1px solid #17628a;
    border-left: 0px;
}

    .menuSub ul {
        display: block;
        padding-left: 10px;
        height: 26px;
        border: 1px solid #6e82a3;
        border-left: 0px;
        background: url("/j5/fund/images/bg20110411.gif") repeat-x 0px -302px transparent;
    }

    .menuSub li {
        display: inline;
        float: left;
        margin: 0px 3px;
        height: 26px;
        line-height: 26px;
        vertical-align: middle;
        color: #ffffff;
    }

        .menuSub li a {
            color: #ffffff;
            text-decoration: none;
        }

            .menuSub li a:hover {
                color: #ffffff;
                text-decoration: underline;
            }

/* quote */
.fund_quote {
    border: 1px solid #bcbcbc;
    width: 998px;
    overflow: hidden;
}

    .fund_quote div {
        clear: both;
    }

    .fund_quote .tb {
        border-bottom: 1px solid #bcbcbc;
        background: url("/j5/fund/images/bg.gif") repeat-x scroll 0 -26px #ededed;
    }

/* dbtable */
.dbtablebox {
    float: right;
    margin-left: 5px;
    width: 850px;
}

.dbtable {
    position: relative;
}

    .dbtable table {
        border: 0px;
        text-align: center;
    }

    .dbtable tr {
        border: 0px;
    }

    .dbtable .tbtop {
        width: 850px;
        background-color: #ffffff;
        z-index: 2;
    }

        .dbtable .tbtop table {
            border: 1px solid #a7c8e5;
        }

    .dbtable .tbmid {
        width: 850px;
        margin: 0px;
    }

    .dbtable th {
        border: 1px solid #a7c8e5;
        text-align: center;
        overflow: hidden;
    }

    .dbtable thead th {
        height: 28px;
        line-height: 28px;
        background: url(/j5/j1/images/style.png) repeat-x scroll 0px -178px transparent;
        line-height: 1.5;
        font-weight: normal;
    }

    .dbtable thead tr.odd th {
        background: url(/j5/j1/images/bg.png) repeat-x scroll 0px -153px transparent;
    }

    .dbtable thead a {
        text-decoration: underline;
    }

        .dbtable thead a.desc {
            padding-right: 10px;
            background: url("/j5/j1/images/sort.gif") no-repeat scroll right -20px transparent;
            text-decoration: underline;
        }

        .dbtable thead a.asc {
            padding-right: 10px;
            background: url("/j5/j1/images/sort.gif") no-repeat scroll right 0px transparent;
            text-decoration: underline;
        }

    .dbtable tbody td {
        border-right: 1px solid #a7c8e5;
        border-bottom: 1px solid #a7c8e5;
        border-left: 1px solid #a7c8e5;
    }

    .dbtable tbody a {
        /*text-decoration: underline;*/
    }

    .dbtable th.db {
        width: 30px;
    }

    .dbtable th.xh {
        width: 30px;
    }

    .dbtable th.dm {
        width: 80px;
    }

    .dbtable th.jc {
        width: 140px;
    }

    .dbtable th.xglj {
        width: 190px;
    }

    .dbtable th.qydjr {
        width: 100px;
    }

    .dbtable th.cxrq {
        width: 100px;
    }

    .dbtable th.fh {
        width: 75px;
    }

    .dbtable th.buy {
        width: 50px;
    }

    .dbtable th.fhffr {
        width: 75px;
    }

    .dbtable th.cfzsr {
        width: 150px;
    }

    .dbtable th.cflx {
        width: 100px;
    }

    .dbtable th.cfzsbl {
        width: 100px;
    }

    .dbtable th.ljfh {
        width: 115px;
    }

    .dbtable th.ljfhcount {
        width: 105px;
    }

    .dbtable th.clrq {
        width: 120px;
    }

    .dbtable tbody tr.odd td {
        background-color: #eeeeee;
    }

    .dbtable tbody tr.high td {
        background-color: #e4eef7;
    }

    .dbtable tbody tr.over td {
        background-color: #ffefc1;
    }

    .dbtable td {
        height: 28px;
        line-height: 28px;
    }

        .dbtable td.db {
            width: 30px;
        }

        .dbtable td.xh {
            width: 30px;
        }

        .dbtable td.dm {
            width: 80px;
            font-family: Arial;
        }

        .dbtable td.jc {
            width: 140px;
            text-align: left;
        }

            .dbtable td.jc a {
                padding-left: 5px;
                display: block;
                line-height: 20px;
            }

        .dbtable td.xglj {
            width: 190px;
        }

            .dbtable td.xglj a {
                margin: 0px 3px;
            }

        .dbtable td.qydjr {
            width: 100px;
            font-family: Arial;
        }

        .dbtable td.cxrq {
            width: 100px;
            font-family: Arial;
        }

        .dbtable td.fh {
            width: 75px;
            font-weight: 700;
            color: #444444;
            font-family: Arial;
        }

        .dbtable td.fhffr {
            width: 75px;
            font-family: Arial;
        }

        .dbtable td.buy {
            width: 50px;
            font-family: Arial;
        }

        .dbtable td.cfzsr {
            width: 150px;
            font-family: Arial;
        }

        .dbtable td.cflx {
            width: 100px;
            font-family: Arial;
        }

        .dbtable td.cfzsbl {
            width: 100px;
            font-weight: 700;
            color: #444444;
            font-family: Arial;
        }

        .dbtable td.ljfh {
            width: 115px;
            font-weight: 700;
            color: #444444;
            font-family: Arial;
        }

        .dbtable td.ljfhcount {
            width: 105px;
            font-weight: 700;
            color: #444444;
            font-family: Arial;
        }

        .dbtable td.clrq {
            width: 120px;
            font-family: Arial;
        }

.pagebar {
    margin: 15px 0px 0px;
}

.linkbtns {
    width: 500px;
    margin: 0 auto;
}

    .linkbtns .none {
        display: none;
    }

.pagebar a, .pagebar span, .pagebar b {
    display: block;
    float: left;
    height: 18px;
    line-height: 20px;
    overflow: hidden;
}

.pagebar a {
    margin: 0px 5px;
}

.pagebar span {
    padding: 0px 6px;
    margin: 0px 2px;
}

    .pagebar span.ac {
        cursor: pointer;
        border: 1px solid #a7bbcc;
        color: #043396;
    }

    .pagebar span.end {
        cursor: default;
        background-color: #ffffff;
        color: #c4c4c4;
        border: 1px solid #c4c4c4;
    }

    .pagebar span.cur {
        border: 1px solid #38628b;
        cursor: default;
        background-color: #38628b;
        color: #ffffff;
    }

    .pagebar span.hidenum {
    }

    .pagebar span.fontto {
        padding: 0px;
        margin: 0px 2px;
    }

    .pagebar span.txt {
        padding: 0px;
        margin: 0px;
        border: 1px solid #c4c4c4;
        width: 24px;
        height: 18px;
        overflow: hidden;
    }

    .pagebar span.go {
        margin: 0xp;
        padding: 0px;
        border: 1px solid #c4c4c4;
        width: 24px;
        height: 18px;
        overflow: hidden;
    }

        .pagebar span.go b {
            display: block;
            border: 1px solid #ffffff;
            width: 22px;
            height: 16px;
            line-height: 16px;
            vertical-align: middle;
            text-align: center;
            overflow: hidden;
            background: url("/fund/data/images/jjdg_btn_bg.gif") repeat-x scroll 0 0 transparent;
            color: #333333;
            font-weight: normal;
            cursor: pointer;
        }

.pagebar input {
    float: left;
    border: 0px;
    width: 24px;
    height: 16px;
}

/* declare */
.declare {
    border: 1px solid #CAC9C7;
    background: none no-repeat scroll 0px 0px #FFFAE0;
    margin-top: 10px;
    line-height: 2.0;
    padding: 5px;
    text-align: left;
}

/*col-main*/
.col-main, .selectSection {
    width: 850px;
    float: right;
}

    .col-main a {
        text-decoration: underline;
    }

    .col-main h2 a {
        color: #444;
    }

    .col-main .sub-header a {
        color: #444;
    }

    .col-main .header-more a {
        color: #003497;
    }

    .col-main a:hover {
        color: #f00;
    }

    .col-main h2 a:hover {
        color: #444;
    }

    .col-main .sub-header a:hover {
        color: #444;
    }

    .col-main .header-more a:hover {
        color: #f00;
    }

/*=location*/
.location {
    background-repeat: repeat-x;
    background-position: 0 -178px;
}

.location {
    height: 30px;
    border: 1px solid #90b1dc;
    margin-bottom: 8px;
    line-height: 30px;
}

    .location .loc-left {
        float: left;
        padding-left: 10px;
        border-left: 1px solid #fff;
    }

    .location .loc-right {
        float: right;
        margin-right: 10px;
        width: 390px;
    }

        .location .loc-right select {
            margin-right: 0px;
            height: 22px;
        }

        .location .loc-right select {
            +margin-top:3px;
            +margin-bottom:3px;
            +vertical-align:middle;
        }
        /*ie 6*/
        .location .loc-right .vm {
            margin-right: 5px;
        }

        .location .loc-right .searchstr {
            position: relative;
        }

        .location .loc-right .searchtxt {
            width: 180px;
            padding-top: 3px;
            padding-bottom: 2px;
            border: 1px solid #829bb9;
        }

        .location .loc-right .searchbt {
            background-repeat: repeat-x;
            background-position: -85px -379px;
            width: 55px;
            height: 21px;
            border: 0;
            margin-right: 30px;
            cursor: pointer;
        }

        .location .loc-right .link {
            position: relative;
        }

    .location .options {
        display: none;
    }

    .location .channellink {
        display: inline;
    }

#Layer2 td {
    font-size: 12px;
    height: 22px;
    line-height: 22px;
}

.favor {
    width: 78px;
    height: 22px;
    border-width: 0;
    border: none;
    background-position: 0px -379px;
    cursor: pointer;
}

/* copyright */
/*
.copyright{ margin-top:5px; font-size:12px; text-align:center; border-top:1px solid #999999;}
.copyright p{ margin:15px;}
.copyright span{ margin:0px 0px 0px 10px;}
.copyright a{ text-decoration:underline; margin:0px 10px 0px;}
*/
.aside {
    display: inline;
    float: left;
    width: 143px;
    background-color: #D8E9F6;
}

    .aside .topmargin {
        height: 10px;
    }

.twoaside {
    border: 2px solid #98BADD;
    border-bottom: none;
    border-top: none;
}

.aside .todefault {
    background: url("#") no-repeat scroll -196px -77px transparent;
    font-size: 14px;
    height: 30px;
    line-height: 24px;
    border: none;
}

.todefault a {
    padding-left: 50px;
}

.aside h3 {
    background: url("#") no-repeat scroll 0 -81px transparent;
    height: 33px;
}

.aside div {
    clear: both;
    margin: 0px;
    padding: 0px;
    border: 2px solid #98BADD;
    border-top: none;
}

.aside dt {
    background: url("#") no-repeat scroll 0 0 transparent;
    margin-top: 0px;
    width: 129px;
    height: 26px;
    line-height: 26px;
    vertical-align: middle;
    overflow: hidden;
    color: #ffffff;
    font-weight: bold;
    text-decoration: none;
    cursor: pointer;
    font-size: 14px;
    margin-left: 4px;
    margin-bottom: 4px;
}

    .aside dt span {
        cursor: pointer;
        float: left;
        margin-left: 15px;
    }

    .aside dt b {
        background: url("#") no-repeat scroll -219px -177px transparent;
        float: right;
        cursor: pointer;
        height: 12px;
        margin: 8px 12px;
        overflow: hidden;
        width: 12px;
    }

        .aside dt b.pucker {
            background-position: -232px -177px;
        }

        .aside dt b.pinch {
            background-position: -219px -177px;
        }

        .aside dt b.pucker {
            background-position: -232px -177px;
        }

    .aside dt.sel {
        background-position: -1px -141px;
    }

    .aside dt a, .aside dt a:hover {
        color: #ffffff;
        text-decoration: none;
        font-size: 14px;
    }

.aside li.at {
    background: url("#") no-repeat scroll 0 0 transparent;
    background-position: -1px -162px;
    border-bottom: 0 none;
    font-weight: bold;
    height: 31px;
    line-height: 31px;
    margin: -1px 0 0;
    vertical-align: middle;
}

.aside ul {
    margin: 0px;
    padding: 0px;
}

.aside li {
    height: 24px;
    line-height: 24px;
    vertical-align: middle;
    text-indent: 30px;
    border-bottom: 1px solid #ffffff;
}

    .aside li a {
        display: block;
        zoom: 1;
    }
    /*.aside li.at {
            background-color: #cecece;
        }*/
    /*.aside li.at a {
                background: url("/j5/j1/images/arrow_right.gif") no-repeat scroll 95% 8px #cecece;
            }*/
    .aside li.last {
        border-bottom: 0px;
    }

    .aside li a {
        color: #333333;
        font-weight: normal;
        text-decoration: none;
        font-size: 12px;
    }

        .aside li a:hover {
            color: #ff0000;
            text-decoration: underline;
        }

.aside .red {
    color: #CC0000;
    font-weight: normal;
    text-decoration: underline;
}

.expand b {
    *margin: 3px 5px 0 8px;
}

.searchstr, .searchtxt, .searchbt {
    float: left;
}

.searchtxt, .searchbt {
    margin: 4px 5px 0 0;
}

.selectSection {
    height: 23px;
    padding: 5px 0 11px;
    line-height: 23px;
    position: relative;
    z-index: 3;
}

    .selectSection p {
        float: right;
    }

        .selectSection p span, .selectSection p select {
            float: left;
            height: 21px;
            line-height: 21px;
        }

    .selectSection label {
        cursor: pointer;
        float: left;
        height: 21px;
        line-height: 21px;
        padding-left: 3px;
        margin-left: 4px;
        width: 86px;
        background: url("/j5/image/201307/20130728003235.gif") no-repeat scroll right 0 #FFFFFF;
        border-top: 1px solid #787878;
        border-bottom: 1px solid #BEBEBE;
        border-left: 1px solid #BEBEBE;
        border-right: 1px solid #BEBEBE;
    }

    .selectSection p label.lsel {
        width: 176px;
    }

    .selectSection ul {
        border: 1px solid #BEBEBE;
        overflow-y: scroll;
        position: absolute;
        background-color: #FFFFFF;
        z-index: 4;
        height: 200px;
        top: 27px;
    }

        .selectSection ul li {
            padding-left: 3px;
        }

            .selectSection ul li.over {
                background-color: #567EB1;
                color: #FFFFFF;
            }

#companyUl {
    left: 271px;
    height: 200px;
    width: 179px;
}

#typeUl, #yearUl {
    width: 89px;
}

#typeUl {
    left: 548px;
}

#yearUl {
    left: 759px;
}

.fh #companyUl {
    left: 259px;
}

.fh #typeUl {
    left: 536px;
}

.ph #companyUl {
    left: 482px;
}

.ph #typeUl {
    left: 759px;
}

/*#leftsideMenu{ border-left-width: 1px;border-right-width: 1px;border-bottom-width: 1px;}

#dls{border-left-width: 1px;border-right-width: 1px;border-bottom-width: 1px;}

.changewidth{border-left-width: 1px;border-right-width: 1px;}

#FundDataTree_ToDefault{border-left-width: 1px;border-right-width: 1px; }
#FundDataTree_topmargin{border-left-width: 1px;border-right-width: 1px; }*/

#leftsideMenu {
    border: none;
}
