/* CSS Document */
/*========市场行情列表模板======*/
.c-table {
    table-layout: fixed;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

.ui-dialog-grid, table {
    border-collapse: collapse;
    border-spacing: 0;
}
* {
    font-family: 'Microsoft YaHei', Arial;
}
table[Attributes Style] {
    border-top-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 0px;
    border-left-width: 0px;
    width: 100%;
}
.c-table th.txt-l {
    text-align: left;
    padding-left: 30px;
}
.c-table th {
    background: #f8f8f8;
    line-height: 36px;
    position: relative;
}
.c-table td {
    border-bottom: 1px #dfdfdf dotted;
    line-height: 26px;
    text-align: center;
}
.co-blue {
    color: #317ee7;
}
.c-table td.txt-l {
    text-align: left;
    padding-left: 30px;
}
.c-table td .name, .c-table td .company {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    /* display: block; */
    width: 150px;
}
.province {
    line-height: 10px;
}
.co-red {
    color: #fd5548;
}
/*========会员说明======*/
.addresslist table, .carlist table {
    width: 100%;
    border: 1px solid #d4d4d4;
    border-width: 1px 1px 0;
    color: #666;
    word-break: break-all;
    word-wrap: break-word;
    table-layout: fixed;
    line-height: 18px;
    text-align: center;
}
.addresslist thead {
    display: table-header-group;
    vertical-align: middle;
    border-color: inherit;
}
.addresslist tbody {
    display: table-row-group;
    vertical-align: middle;
    border-color: inherit;
}
.addresslist tr {
    display: table-row;
    vertical-align: left;
    border-color: inherit;
}
.position {
    margin: 10px 0;
    background:url(../images/home.png) 5px center no-repeat;
    padding-left: 25px;
}



