.tip-row {
    background-color: #fef4f4;
}
.tip-row td {
    text-align: left !important;
    font-size: 14px !important;
    color: #5d5d5d;
    background-color: #fefdfb;
}
.domain-desc {
    background-color: #FFFDE4;
    border: 1px solid #FF9900;
    padding: 10px;
    margin: 0px 1px 0px 2px;
    font-size: 14px;
    color: #777272;
    font-weight: 800;
    line-height: 22px;
    margin-top: 20px;
    color: #e27e24;
}
.column-btn {
    display: inline-block;
    width: 86px;
    height: 32px;
    line-height: 32px;
    background: #1f88ec;
    color: #fff;
    text-align: center;
}
.user-level-tab {
    border-bottom: 1px solid #24A3EA;
}
.user-level-tab li {
    display: inline-block;
    padding: 10px 40px;
    float: left;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    background-color: #fff;
    border: 1px solid #ccc;
    margin-right: 8px;
    border-bottom: none;
    height: 24px;
    line-height: 24px;
    font-size: 18px;
}
.user-level-tab li:hover {
    cursor: pointer;
}
.user-level-tab .active {
    color: #24A3EA;
    border-color: #24A3EA;
    margin-bottom: -1px;
    height: 25px;
}
.tip-message {
    background-color: #fffbf5;
    color: #323232;
    border: 1px solid #ffd7a7;
    padding: 20px 12px;
    font-size: 14px;
    margin: 5px auto 10px auto;
}
.tip-message a {
    color: #0862EF;
}
#domainPriceListTbody tr:hover {
    cursor: pointer;
}
a.domain-link {
    color: #5e8fcc;
}
a.domain-link:hover {
    color: #FF4F00;
}

/*background-colorÐÞ¸ÄÑÕÉ«*/

.tip-container {
    position: fixed;
    padding: 5px;
    border: 1px solid #bbb;
    border-radius: 4px;
    /*width:452px;*/
    /*background:url(/webdev/frontend/style/css/img/up.jpg) no-repeat center top #fff;*/
    background-color: #fff;
    z-index: 998;
    text-align: center;
    color: #323232;
}
.tip-container table {
    background-color: #f5f5f5;
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    margin-top: -6px;
}
.tip-container .left-side {}
.tip-container .right-side {
    background-color: #EAF1EA;
}
.tip-container th, .tip-container td {
    text-align: center;
    padding: 10px;
    border: 1px solid #fff;
}
.tip-container th {
    font-weight: bold;
    color: #ff6600;
    text-align: left;
    font-size: 14px;
}
.tip-container .red {
    color: red;
}
.tip-container .bold {
    font-weight: bold;
}
.tip-container img.icon {
    position: relative;
}
.tip-container img.up {
    top: -11px;
}
.tip-container img.down {
    display: none;
    bottom: -162px;
}
.tip-container.down img.up {
    display: none;
}
.tip-container.down img.down {
    display: inline-block;
}
.tip-message {
    color: #e27e24;
}
.tip-message .tip-title {
    color: #ff4f12;
}
.table_layout table tr th {
    background-color: #2086ee;
    color: #fff;
    border-right: 1px solid #d5e3f5;
    border-left: 1px solid #d5e3f5;
    font-size: 14px;
    height: 60px;
    line-height: 60px;
}
.table_layout table tr td {
    border: 1px solid #d5e3f5;
    color: #ff7a3f;
    height: 44px;
    line-height: 44px;
}
.table_layout table tr.t_bg td {
    background-color: #f6fbff;
}
.old-price {
    text-decoration: line-through;
    color: #A09C9C;
    padding: 0 5px;
}
