﻿.myAccount {
    width:99.1%;
    padding-top:4px;
    margin-left:5px;
    border:1px solid #DCDCDC;
}

.myAccount_header {
    font-size :16px;
    font-weight:bold;
    color :#5c5c5c;
    font-family: "微软雅黑";
    padding : 6px 0 6px 15px;
    background: url(/images/common/page/white_bg01.png) repeat-x;
    border : 1px solid #DCDCDC;
}

.myDaiyun {
    width:99.1%;
    padding-top:4px;
    margin-left:5px;
    border:1px solid #DCDCDC;
}

.myDaiyun_header {
    font-size :16px;
    font-weight:bold;
    color :#5c5c5c;
    font-family: "微软雅黑";
    padding : 6px 0 6px 15px;
    background: url(/images/common/page/white_bg01.png) repeat-x;
    border : 1px solid #DCDCDC;
}

/*Bank details*/
.BankDetails {
        width:98%;
        margin-left:auto;
        margin-right:auto;
        font-size :14px;
        color :#999999;
        font-family: "微软雅黑";
        background: url(/images/common/page/white_bg01.png) repeat-x;
        border : 1px solid #DCDCDC;
    }

    .BankDetails tr td {   
        text-align: left;
        padding : 20px 20px 20px 20px;
    }

    .BankDetails tr td > ul > li {
        display: inline-block;
        list-style-type: none;
        padding:10px 10px 10px 10px;
    }

    .BankDetails tr td > ul > li >  a {
        text-decoration:none;
        font-family: "微软雅黑";
        font-size: 14px;
    }

    .BankDetails tr td > ul > li > div {
         text-align:center;
         border : 1px solid #DCDCDC;
         padding-top:4px;
         padding-bottom:4px;
         font-size: 14px;
         background: url(/images/common/page/white_bg01.png) repeat-x;
    }

    .BankDetails tr td > ul > li >  a > img {
        border:1px solid #DCDCDC;
    }

/*Daiyun Order form*/
.DaiyunReferencesOrderForm {
    width:800px;
    height:475px;
    border : 1px solid #DCDCDC;
    margin-right:10px;
}

.DaiyunReferencesOrderForm tr:first-child td{
    width:100%;
    height:10px;
    color :#2a2929;
    font-size :16px;
    padding-top :3px;
    padding-bottom :3px; 
    padding-left :15px;
    text-align : left;     
    font-family: "微软雅黑";
    font-weight: bold;
    background: url(/images/common/page/white_bg01.png) repeat-x;
    border-bottom : 1px solid #DCDCDC;                                    
}

.DaiyunReferencesOrderForm tr td {
    height:350px;
    width:100%;
    color :#2a2929;
    font-size :16px;
    padding: 15px 15px 15px 15px;
    text-align :center;
    font-family: "微软雅黑";            
}

/*Daigou Order form*/
.DaigouOrderFormReferences {
    width:960px;
    height:475px;
    border : 1px solid #DCDCDC;
    margin-right:10px;
}

.DaigouOrderFormReferences tr:first-child td{
    width:100%;
    height:10px;
    color :#2a2929;
    font-size :16px;
    padding-top :3px;
    padding-bottom :3px; 
    padding-left :15px;
    text-align : left;     
    font-family: "微软雅黑";
    font-weight: bold;
    background: url(/images/common/page/white_bg01.png) repeat-x;
    border-bottom : 1px solid #DCDCDC;                                    
}

.DaigouOrderFormReferences tr td {
    height:350px;
    width:100%;
    color :#2a2929;
    font-size :16px;
    padding: 15px 15px 15px 15px;
    text-align :center;
    font-family: "微软雅黑";            
}

 .myPaymentTransferService {
    width:99.1%;
    padding-top:4px;
    margin-left:5px;
    border:1px solid #DCDCDC;
}

.myPaymentTransferService_header {
    font-size :16px;
    font-weight:bold;
    color :#5c5c5c;
    font-family: "微软雅黑";
    padding : 6px 0 6px 15px;
    background: url(/images/common/page/white_bg01.png) repeat-x;
    border : 1px solid #DCDCDC;
}

/* Expand & Collapse */
.collapseexpand_content {
    display : none;
    padding-left :0px;
    padding-bottom: 22px;
}

.collapseexpand_header {
	background-image : url('/images/common/page/plus.png');
	background-repeat :no-repeat;
	padding : 0 0 0 22px;
    cursor :pointer;
}

.collapseexpand_header.selected {
	background-image : url('/images/common/page/minus.png');
	background-repeat : no-repeat;
    padding : 0 0 22px 22px;
    cursor :pointer;
}

.collapseexpand_outline {}

