html, body{
    background: #ffffff;
    color: #000000;
    padding: 0;
    margin: 0;
    font-size: 12px;
    font-family: Arial, 雅黑, 宋体, Helvetica, sans-serif;
    cursor: default;
}
a, a:link, a:visited{
    color:#666666;
    cursor: pointer;
    text-decoration: underline;
}
a:hover{
    color:#0042af;
}
a:active{
    color:#444444;
}
img, form, fieldset{
    padding: 0;
    margin: 0;
}
input, textarea, select{
    font-size: 12px;
    font-family: Arial;
}

label, .clk{
    cursor: pointer;
}
.udl{
    text-decoration: underline;
}
.hide{
    display: none;
}
.f-l{
    float: left;
}
.f-r{
    float: right;
}
.clear{
    clear: both;
}
.wider{
    width: 120%;
}
.warn{
    color: #ff0000;
}
.cap{
    font-weight: bold;
    color: #0e5685;
    white-space: nowrap;
}

.rc6{
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
}
.rc4{
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}
.rc4-bot{
    -moz-border-radius-bottomleft: 4px;
    -moz-border-radius-bottomright: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

.a-l{
    text-align: left;
}
.a-r{
    text-align: right;
}
.a-c{
    text-align: center;
}
.v-t{
    vertical-align: top;
}
.v-m{
    vertical-align: middle;
}
.v-b{
    vertical-align: bottom;
}
.bd{
    font-weight: bold;
}

.btn, a.btn{
    cursor: pointer;
    height: 26px;
    padding: 0 10px;
    color: #fff;
    font-weight: bold;
    background: #1486f2;
    line-height: 26px;
    border: 1px solid #1486f2;
    text-decoration: none;
    /*text-shadow: 0px 1px 1px #888;*/
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}
.btn:hover, a.btn:hover{
    background: #1166cc;
}
.btn:active, a.btn:active{
    background: #ff880b;
}
.btn-y{
    background: #ffae1a;
    border: 1px solid #ffae1a;
}
.btn-g{
    background: #666666;
    border: 1px solid #666666;
}

.in-long{
    width: 98%;
}
.err{
    color: #ff0000;
    border: 2px solid #ff0000;
}
.ckd{
    background: #eee;
}

.heading{
    font-size: 16px;
    font-weight: bold;
}

.act-msg{
    position: fixed;
    _position: absolute;
    display: none;
    width: 600px;
    top: 0;
    left: 50%;
    margin-left: -300px;
    padding: 3px;
    text-align: center;
    font-weight: bold;
    font-size: 12px;
    color: #ffffff;
    background: #0e5685;
    border: 1px solid #ffffff;
    border-top: 1px solid #0e5685;
    z-index: 9999;
}
.err-msgs{
    width: 500px;
    margin: 20px auto;
    padding: 10px;
    background: #ff0000;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}
.err-msgs div{
    padding: 10px;
    font-weight: bold;
    background: #fff;
    border-bottom: 1px solid #888;
    border-right: 1px solid #888;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

.page-hd{
    font-weight: bold;
    padding: 5px;
    font-size: 18px;
    position: absolute;
}
.page-hd .id{
    color: #ff0000;
}
.page-hd .code{
    color: #00ff00;
}
.page-hd-n{
    position: inherit;
}

.popup{
    position: absolute;
    z-index: 20;
    left: 50%;
    top: 10%;
    background: #ffffff;
    border: 5px solid #0e5685;
    display: none;
}
.popup .tt{
    line-height: 30px;
    font-weight: bold;
    color: #fff;
    background: #0e5685;
}
.popup .cls{
}
.popup .cls a{
    font-size: 16px;
    padding: 0 3px;
    color: #fff;
    border: 1px solid #fff;
    cursor: pointer;
    text-decoration: none;
}
.popup .cls a:hover{
    color: #0e5685;
    background: #fff;
}
.popup .ct{
    clear: both;
    padding: 5px;
}

.loading{
    position: fixed;
    _position: absolute;
    top: 0;
    left: 50%;
    font: 14px Arial;
    margin-left: -59px;
    z-index: 30;
}
.loading div{
    float: left;
}
.loading .img{
    height: 30px;
    padding: 0 3px;
    background: transparent url( "imgs/bg_loading.gif" ) no-repeat left bottom;
}
.loading .txt{
    padding: 7px;
    background: transparent url( "imgs/bg_loading.gif" ) no-repeat right bottom;
}
.page-cover{
    background-color: #000000;
    position:absolute;
    top: 0;
    left: 0;
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    opacity: 0.8;
    display: none;
    z-index: 10;
}


.no-sc{
    position: fixed;
    _position: absolute;
    width: 700px;
    top: 0;
    left: 50%;
    margin-left: -350px;
    padding: 3px;
    text-align: center;
    font-weight: bold;
    font-size: 12px;
    color: #ffffff;
    background: #0e5685;
    border: 1px solid #ffffff;
    border-top: 1px solid #0e5685;
    -moz-border-radius-bottomleft: 4px;
    -moz-border-radius-bottomright: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    z-index: 9999;
}


.bulk-cart{
    position: fixed;
    width: 100%;
    bottom: 0;
    z-index: 2;
    border-top: 2px solid #ffffff;
    background: transparent url( "imgs/bg_trans_80.png" ) repeat;
}
.bulk-cart .inner{
    background: transparent;
    padding: 5px;
}
.bulk-cart .tog{
}
.bulk-cart .tog a{
    display: block;
    margin: 0;
    line-height: 6px;
    font-size: 1px;
    background: transparent url( "imgs/i_arrow_up_down.png" ) no-repeat center 0;
}
.bulk-cart .tog a:hover{
    background-color: #1486F2;
}
.bulk-cart .tog .down{
    margin: 0 0 3px 0;
    background-position: center -6px;
}
.bulk-cart .item{
    float: left;
    background: #ffffff;
    border: 1px solid #ffffff;
    width: 40px;
    height: 30px;
    overflow: hidden;
    margin: 1px;
}
.bulk-cart .btn{
    line-height: 20px;
    height: 20px;
}
.bulk-cart .acts{
    color: #ffffff;
    padding-top: 5px;
    line-height: 24px;
}
.bulk-cart .l{
    float: left;
    margin-right: 10px;
}
.bulk-cart .r{
    float: right;
}
.bulk-cart .r .f-r{
    margin-right: 10px;
}
.bulk-cart .btn{
    border: 1px solid #ffffff;
}



.prmpt{
    position: absolute;
    z-index: 3;
    border: 1px solid #0e5685;
    border-top: none;
    background: #ffffff;
    float: left;
    margin-top: 21px;
    max-height: 150px;
    overflow-y: auto;
}
.prmpt-iefix{
    margin-top: 22px;
}
.prmpt div{
    padding: 3px;
    cursor: pointer;
}
.prmpt .over{
    background: #eeeeee;
    font-weight: bold;
}


/* Tab holder */
.tab-hd{
}
.tab-hd .caps div{
    float: left;
    padding: 2px 5px;
    border-bottom: 1px solid #0e5685;
    cursor: pointer;
}
.tab-hd .caps .cur, .tab-hd .caps .cur.over, .tab-hd .caps .over{
    background: #ffffff;
    border: 1px solid #0e5685;
    border-bottom: none;
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-topright: 3px;
    -webkit-border-top-left-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}
.tab-hd .caps .over{
    background: #dddddd;
    border: none;
    border-bottom: 1px solid #0e5685;
}
.tab-hd .caps .dis{
    cursor: default;
    color: #aaaaaa;
}
.tab-hd .tab{
    clear: both;
    padding-top: 5px;
}

.hidden-fra{
    width: 0;
    height: 0;
    visibility: hidden;
}


/**** Icons *********/
.i24 a, .i18 a{
    text-decoration: none;
}
.i24 .ico{
    display: block;
    float: left;
    width: 24px;
    height: 24px;
    background-image: url( "imgs/i_24_mixed.png" );
}
.i24 .tick{
    background-position: 0 0;
}
.i24 .cross{
    background-position: 0 -30px;
}

.i18 .ico{
    display: block;
    float: left;
    width: 18px;
    line-height: 18px;
}
.i18 .add{
    background-image: url( "imgs/btn_18/add.png" );
}
.i18 .add:hover{
    background-position: 0 -18px;
}
.i18 .del{
    background-image: url( "imgs/btn_18/del.png" );
}
.i18 .del:hover{
    background-position: 0 -18px;
}




/* default table with padding: 3px 5px with each TD */
.tb35{
}
.tb35 td, .tb35 th{
    padding: 3px 5px;
}
.tb35 th{
    color: #ffffff;
    font-weight: bold;
    text-align: left;
    background: #555555;
}
.tb35 th a{
    color: #ffffff;
}
.tb35 .sub{
    text-align: right;
}
/* default table for listing */
.tb-list{
    width: 100%;
    /*font-size: 11px;*/
    border-collapse: collapse;
}
.tb-list td, .tb-list th{
    border: 1px solid #aaaaaa;
}
.tb-list .hl{
    font-weight: bold;
    color: #000;
}
.tb-list .sts{
    white-space: nowrap;
    clear: both;
}
.tb-list .del{
    background: #efefef;
    color: #aaaaaa;
}
.tb-list .green{
    background: #cfffcf;
}
.tb-list .cked{
    background: #006daf;
    color: #ffffff;
}
.tb-list .cked a{
    color: #fff;
}
.tb-list .ed{
    background: #cfffcf;
}
.tb-list .rsv{
    font-weight: bold;
    background: #d0cfff;
}
.tb-list .over{
    background-color: #008bdf;
    color: #ffffff;
}
.tb-list .over a{
    color: #ffffff;
}
.tb-list .acts{
}
.tb-list .acts a{
    display: block;
    font-size: 10px;
    float: left;
    margin-right: 2px;
    background: #ffffff;
    text-decoration: none;
    height: 28px;
    width: 28px;
    background: transparent no-repeat left top;
}
.tb-list .acts a:hover, .tb-list .over .acts a:hover{
    color: #000000;
}
.tb-list .over .acts a{
    color: #666666;
}
.tb-list .acts a:hover{
    background-position: 0 -28px;
}
.tb-list .acts a:active{
    background-position: 0 -56px;
}
.tb-list .acts .add{
    background-image: url( "imgs/btn_28/add.png" );
}
.tb-list .acts .edit{
    background-image: url( "imgs/btn_28/edit.png" );
}
.tb-list .acts .del{
    background-image: url( "imgs/btn_28/del.png" );
}
.tb-list .acts .down{
    background-image: url( "imgs/btn_28/down.png" );
}
.tb-list .acts .hand{
    background-image: url( "imgs/btn_28/hand.png" );
}
.tb-list .acts .tick{
    background-image: url( "imgs/btn_28/tick.png" );
}
.tb-list .acts .view{
    background-image: url( "imgs/btn_28/view.png" );
}
.tb-list .acts .cart{
    background-image: url( "imgs/btn_28/cart.png" );
}
.tb-list .acts .mail{
    background-image: url( "imgs/btn_28/mail.png" );
}
.tb-list .acts .copy{
    background-image: url( "imgs/btn_28/copy.png" );
}
.tb-list .acts .roll{
    background-image: url( "imgs/btn_28/roll.png" );
}
.tb-list .acts .split{
    background-image: url( "imgs/btn_28/split.png" );
}




.container{
    min-width: 1010px;
}

.footer{
    clear: both;
    text-align: center;
    margin-top: 20px;
    padding: 10px;
    border-top: 1px solid #888888;
}



.top-menus{
    min-width: 1010px;
    background: #333333;
    border-bottom: 1px solid #888;
}
.top-menus .left{
    float: left;
}
.top-menus .right{
    float: right;
}
.top-menus ul, top-menus li{
    list-style: none;
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.top-menus li{
    float: left;
    padding: 0 2px 0 1px;
    background: transparent url( "imgs/bg_bars.png" ) no-repeat right top;
}
.top-menus .h, .top-menus .over{
    background-color: #4c4c4c;
}
.top-menus .a{
    background: #4498c7;
}
.top-menus .s{
    padding-right: 26px;
    background: transparent url( "imgs/i_down.gif" ) no-repeat right 1px;
}
.top-menus a{
    display: block;
    padding: 0px 8px;
    color: #ffffff;
    font-weight: bold;
    line-height: 28px;
    text-decoration: none;
}
.top-menus a:hover{
    background-color: #4498c7;
}
.top-menus a:active{
    background-color: #008bdf;
}
.top-menus ul ul{
    display: none;
    position: absolute;
    margin-left: -2px;
    background: #4c4c4c;
}
.top-menus ul ul li{
    float: none;
    padding: 0;
    background: transparent;
}
.top-menus ul ul li a{
    padding-right: 30px;
}


.obj-menus{
    margin-bottom: 5px;
    background: #666;
    border-bottom: 1px solid #888;
}
.obj-menus .left{
    float: left;
}
.obj-menus .right{
    float: right;
}
.obj-menus ul, obj-menus li{
    list-style: none;
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.obj-menus li{
    float: left;
    padding: 0 2px 0 1px;
    background: transparent url( "imgs/bg_bars.png" ) no-repeat right top;
}
.obj-menus .h, .obj-menus .over{
    background-color: #4c4c4c;
}
.obj-menus .a{
    background: #4498c7;
}
.obj-menus a{
    display: block;
    padding: 0px 8px;
    color: #ffffff;
    font-weight: bold;
    line-height: 28px;
    text-decoration: none;
}
.obj-menus a:hover{
    background-color: #4498c7;
}
.obj-menus a:active{
    background-color: #008bdf;
}
.obj-menus .d a{
    color: #aaa;
    cursor: default;
    background: transparent;
}



.act-bar{
    float: left;
    height: 20px;
    margin: 5px;
}
.act-bar a{
    display: block;
    float: left;
    padding: 0 10px;
    color: #fff;
    font-weight: bold;
    line-height: 20px;
    margin-right: 10px;
    background: #7b8da1;
    text-decoration: none;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}
.act-bar a:hover{
    background: #4498c7;
}
.act-bar a:active{
    background: #008bdf;
}


.sch-bar{
    float: right;
    height: 20px;
    margin: 5px;
}


.stats{
    float: left;
    margin: 5px;
    line-height: 18px;
}
.stats .s{
    float: left;
    margin-right: 10px;
    height: 18px;
    border: 1px solid #0e5685;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}
.stats .t{
    padding: 0 5px;
    float: left;
    background: #0e5685;
    font-weight: bold;
    color: #ffffff;
}
.stats .v{
    float: left;
    padding: 0 5px;
}
.pages{
    float: right;
    margin: 5px;
}
.pages a{
    display: block;
    float: left;
    border: 1px solid #0e5685;
    padding: 1px 2px;
    margin-right: 5px;
    text-decoration: none;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}
.pages a:hover{
    background: #dddddd;
}
.pages a.cur{
    color: #ffffff;
    background: #0e5685;
}
.pages a.dis{
    border: 1px solid #aaaaaa;
    color: #aaaaaa;
    cursor: default;
}
.pages a.dis:hover{
    background: #ffffff;
}
.pages span{
    display: block;
    float: left;
    margin-right: 5px;
    font-weight: bold;
}


.login{
    width: 300px;
    margin: auto;
    border: 5px solid #555555;
}
.login .cap{
    width: 30%;
}


/****** product details **********/
.prdt-dt{
}
.prdt-dt .col1{
    width: 48%;
    float: left;
    padding: 10px;
    border-right: 1px solid #bbb;
}
.prdt-dt .col2{
    width: 47%;
    float: right;
    padding: 10px;
}
.prdt-dt .sub{
    padding: 10px;
    text-align: right;
}
.prdt-dt .dt{
    width: 100%;
}
.prdt-dt .cap{
    width: 90px;
}
.prdt-dt .udf{
    width: 100%;
}
.prdt-dt .udf table .cap{
    width: 20px;
}
.prdt-dt .urls{
}
.prdt-dt .urls div{
    margin: 0;
    height: 24px;
}
.prdt-dt .urls input{
    width: 80%;
}
.prdt-dt .urls a{
    float: left;
    display: block;
}
.prdt-dt .pics{
}
.prdt-dt .pics .del{
    filter: alpha(opacity=30);
    -moz-opacity: 0.3;
    opacity: 0.3;
}
.prdt-dt .pics a{
    text-decoration: none;
}
.prdt-dt .pics .del .d a{
    display: none;
}
.prdt-dt .pics .p{
    float: left;
    margin: 0 5px 5px 0;
    height: 110px;
    width: 123px;
    overflow: hidden;
}
.prdt-dt .pics .i{
    width: 120px;
    height: 90px;
    text-align: center;
    border: 1px solid #0e5685;
}
.prdt-dt .pics .d{
    width: 122px;
}
.prdt-dt .pics .d a{
    display: block;
    float: right;
    padding: 0 10px;
    color: #fff;
    font-weight: bold;
    line-height: 18px;
    background: #0e5685;
}

.prdt-stats{
    margin: 0 10px;
}
.prdt-stats .p{
    float: left;
    margin: 5px 5px 0 0;
    border: 1px solid #0e5685;
}


/****** supplier details **********/
.supl-dt{
}
.supl-dt .col1{
    width: 48%;
    float: left;
    padding: 10px;
    border-right: 1px solid #bbb;
}
.supl-dt .col2{
    width: 47%;
    float: right;
    padding: 10px;
}
.supl-dt .sub{
    padding: 10px;
    text-align: right;
}
.supl-dt .dt{
    width: 100%;
}
.supl-dt .cap{
    width: 90px;
}
.supl-dt .atchs a{
    display: block;
    padding: 3px 0;
}



/****** inquiry details **********/
.inqu-dt{
}
.inqu-dt .tb{
    width: 100%;
}
.inqu-dt .col1{
    width: 33%;
    padding: 10px;
    border-right: 1px solid #bbb;
}
.inqu-dt .col2{
    width: 33%;
    padding: 10px;
    border-right: 1px solid #bbb;
}
.inqu-dt .col3{
    width: 33%;
    padding: 10px;
}
.inqu-dt .sub{
    padding: 10px;
    text-align: right;
}
.inqu-dt .dt{
    width: 100%;
}
.inqu-dt .cap{
    width: 80px;
}
.inqu-dt .pics{
}
.inqu-dt .pics .del{
    filter: alpha(opacity=30);
    -moz-opacity: 0.3;
    opacity: 0.3;
}
.inqu-dt .pics a{
    text-decoration: none;
}
.inqu-dt .pics .del .d a{
    display: none;
}
.inqu-dt .pics .p{
    float: left;
    margin: 0 5px 5px 0;
    height: 110px;
    width: 123px;
    overflow: hidden;
}
.inqu-dt .pics .i{
    width: 120px;
    height: 90px;
    text-align: center;
    border: 1px solid #0e5685;
}
.inqu-dt .pics .d{
    width: 122px;
}
.inqu-dt .pics .d a{
    display: block;
    float: right;
    padding: 0 10px;
    color: #fff;
    font-weight: bold;
    line-height: 18px;
    background: #0e5685;
}

.inqu-ordr{
    width: 500px;
}
.inqu-ordr .cap{
    width: 90px;
}



/****** order details ************/
.ordr-dt{
}
.ordr-dt .docs{
}
.ordr-dt .docs a{
    display: block;
    float: left;
    line-height: 18px;
}
.ordr-dt .docs .f{
    margin: 0 0 5px 0;
    padding: 5px;
    border: 1px solid #0e5685;
}
.ordr-dt .atchs a{
    display: block;
    padding: 3px 0;
}



/****** consignment details **********/
.cons-dt{
}
.cons-dt .tb{
    width: 100%;
    border-bottom: 2px solid #bbb;
}
.cons-dt .col1{
    width: 30%;
    padding: 10px;
    border-right: 1px solid #bbb;
}
.cons-dt .col2{
    width: 40%;
    padding: 10px;
    border-right: 1px solid #bbb;
}
.cons-dt .col3{
    width: 30%;
    padding: 10px;
}
.cons-dt .sub{
    padding: 10px;
    text-align: right;
}
.cons-dt .dt{
    width: 100%;
}
.cons-dt .cap{
    width: 90px;
}
.cons-dt .prdt{
    margin: 5px 0;
    padding: 5px 0;
    border-bottom: 2px solid #bbb;
}
.cons-dt .prdt div{
}
.cons-dt .prdt .pic{
    width: 15%;
    height: 300px;
    text-align: center;
}
.cons-dt .prdt .dt-l{
    width: 29%;
}
.cons-dt .prdt .dt-r{
    width: 29%;
}
.cons-dt .prdt .dt-udf{
    width: 25%;
}
.cons-dt .prdt .dt-memo{
    width: 57%;
}
.cons-dt .prdt table{
    width: 100%;
}
.cons-dt .prdt .cap{
    width: 90px;
    white-space: nowrap;
}
.cons-dt .prdt .bs, .cons-dt .prdt .b-n, .cons-dt .prdt .b-d{
    width: 50px;
}
.cons-dt .rcpts .i{
    float: left;
    margin: 10px 10px 0 0;
    width: 50px;
    height: 50px;
    overflow: hidden;
    border: 2px solid #a3a3a3;
}
.cons-dt .atchs a{
    display: block;
    padding: 3px 0;
}



/******** Warehouse products *********/
.wapd-dt{
}
.wapd-dt .rcpts .i{
    float: left;
    margin: 10px 10px 0 0;
    width: 50px;
    height: 50px;
    overflow: hidden;
    border: 2px solid #a3a3a3;
}
.wapd-dt .rcpts .i img{
    width: 50px;
    height: 50px;
}
.wapd-dt .atchs a{
    display: block;
    padding: 3px 0;
}



/******** Shipment ***********/
.ship-dt{
}
.ship-dt .col1{
    width: 48%;
    float: left;
    padding: 10px;
    border-right: 1px solid #bbb;
}
.ship-dt .col2{
    width: 47%;
    float: right;
    padding: 10px;
}
.ship-dt .sub{
    padding: 10px;
    text-align: right;
}
.ship-dt .dt{
    width: 100%;
}
.ship-dt .cap{
    width: 90px;
    white-space: nowrap;
}



/********* Settings ************/
.sets{
}
.sets fieldset{
    float: left;
    border: 2px solid #555555;
    margin: 10px;
    background: #555555;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}
.sets legend{
    padding: 3px 10px;
    background: #555555;
    color: #ffffff;
    font-weight: bold;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}
.sets table{
    background: #ffffff;
}
/***** Currency ********/
.sets .crcy{
    width: 300px;
}
.sets .crcy .cap{
    width: 33%;
}



/*********** Calculator ***********/
.calc{
    width: 600px;
}
.calc .cap{
    width: 15%;
}
.calc .in{
    width: 50px;
    border: 1px solid #aaa;
}
.calc .hl{
    border: 1px solid #000;
    font-weight: bold;
}



/********* customs reports *********/
.cust-dt{
}
.cust-dt .col1{
    width: 30%;
}
.cust-dt .col2{
    width: 70%;
}
.cust-rcpt{
}
.cust-rcpt .r{
    float: left;
    width: 100px;
    height: 120px;
    margin: 5px 5px 0 0;
    padding: 5px;
    border: 2px solid #a3a3a3;
    overflow: hidden;
    text-align: center;
}
.cust-rcpt .i{
    width: 100px;
    height: 100px;
    margin-bottom: 5px;
    overflow: hidden;
}
.cust-rcpt .i img{
    width: 100px;
    height: 100px;
}




/************ User performance *************/
.uspfs{
}
.uspfs fieldset{
    float: left;
    border: 2px solid #555555;
    margin: 10px;
    background: #555555;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}
.uspfs legend{
    padding: 3px 10px;
    background: #555555;
    color: #ffffff;
    font-size: 120%;
    font-weight: bold;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}
.uspfs table{
    background: #ffffff;
}
.uspfs td{
    border-bottom: 1px solid #555;
}




/*********** User indexes ***************/
.usid-edit{
    width: 500px;
}
.usid-edit .c1{
    width: 10%;
}
.usid-edit .c2{
    width: 70%;
}
.usid-edit .c3{
    width: 20%;
}



.calc-cost{
    margin: 10px 0;
}
.calc-cost .hd{
    padding: 0 5px;
    color: #ffffff;
    line-height: 30px;
    font-weight: bold;
    background: #0e5685;
}






