﻿.title {
    line-height: 30px;
    height: 30px;
    margin: 0 0 15px 0;
    padding: 0 0 15px 0;
    font-size: 14px;
    font-weight: bold;
    border-bottom: 1px solid #F0F0F0;
    width: 600px;
}

#userbase {
    margin: 30px 0 0 0;
    overflow: hidden;
    clear: both;
}

#userbase .left {
    float: left;
    width: 780px;
    min-height: 300px;
}

#userbase .midline {
    float: left;
    width: 60px;
    height: 300px;
    display: block;
    background: url(../images/bg_user_line.gif) no-repeat center top;
}

#userbase .info {
    float: left;
    width: 200px;
}

#userbase .info p {
    margin: 10px 0;
    padding: 0;
    color: #999;
}

#userbase .info .bnt a {
    background: url(../images/bg_bnt_user_base.gif);
    width: 115px;
    height: 29px;
    display: block;
    color: #fff;
    text-align: center;
    line-height: 30px;
}

#userbase .info .bnt a:hover {
    color: #fff;
    background: url(../images/bg_bnt_user_base_over.gif);
}

.bnt_yellow {
    width: 420px;
    height: 60px;
    line-height: 60px;
    font-size: 20px;
    border-radius: 5px;
    border: 0 none;
    outline: none;
    color: #fff;
    background-color: #72bf65;
}

.bnt_blue {
    background: url(../images/bnt_blue.gif) no-repeat center;
    border: 0;
    width: 80px;
    height: 30px;
    line-height: 30px;
    font-size: 12px;
    color: #333;
    cursor: pointer;
}

.p35 {
    padding: 30px 50px;
}

.p12 {
    padding: 10px 20px;
}

/*账户绑定*/
#userbind {
    margin: 0;
    padding: 0;
    list-style: none;
}

#userbind li {
    clear: both;
    padding: 4px 0;
    margin: 0;
    line-height: 30px;
    font-size: 14px;
}

#userbind li span {
    float: left;
    width: 120px;
    text-align: right;
    padding: 0 10px 0 0;
    line-height: 30px;
}

/*在线充值*/
#onlinepay {
    margin: 0;
    padding: 0;
    list-style: none;
}

#onlinepay li {
    clear: both;
    line-height: 35px;
    font-size: 12px;
    font-family: verdana;
    padding: 5px 0;
}

#onlinepay dd {
    clear: both;
    margin: 5px 0;
    padding: 0 0 0 60px;
}

#onlinepay li span {
    color: #f30;
}

#onlinepay li u {
    text-decoration: none;
    color: #999;
}

#onlinepay .ip {
    border: 1px solid #ccc;
    padding: 8px 10px;
    margin: 0;
    width: 100px;
    border-radius: 4px;
    vertical-align: middle;
}

#onlinetip {
    margin: 0;
    padding: 0;
    list-style: none;
}

#onlinetip li {
    clear: both;
    line-height: 30px;
    font-size: 12px;
    font-family: verdana;
}

#onlinetip dd {
    clear: both;
    margin: 5px 0;
    font-family: verdana;
    font-size: 14px;
    border: 1px solid #A6CEE8;
    background: #F9FDFF;
    padding: 10px 20px;
    font-weight: bold;
}

#onlinetip li span {
    color: #f30;
}

/*表格数据*/
#tablelist {
    margin: 0;
    padding: 0;
    width: 100%;
    border-top: 1px solid #E0E0E0;
    border-collapse: collapse;
}

#tablelist th {
    color: #666;
    background: #F7F7F7;
    border-bottom: 1px solid #E0E0E0;
    line-height: 30px;
}

#tablelist td {
    color: #333;
    background: #FFF;
    border-bottom: 1px solid #E9E9E9;
    line-height: 25px;
    font-family: verdana;
}

#tablelist td span {
    color: #999;
}

#tablelist .item {
    padding: 0 0 0 10px;
}

.avatar {
    position: absolute;
    margin: 0 0 0 450px;
    border: 1px solid #e1e1e1;
    background: #fff;
    padding: 2px;
}
.db {
    margin: 20px auto;
    width: 420px;
    overflow: hidden;
}
.db a {
    font-size: 18px;
    color: #999;
    line-height: 20px;
}
.db a:first-child {
    float: left;
}
.db a:last-child {
    float: right;
}