table.price_table {
    width:100%;
    border-top:1px solid #BDC6E3;
    margin:10px 0;
}
table.price_table th {
    background:#ECF0F7;
    height:50px;
    border-left:1px solid #BDC6E3;
    border-top:1px solid #BDC6E3;
}
table.price_table td {
    height:28px;
    border-left:1px solid #BDC6E3;
    border-top:1px solid #BDC6E3;
}
table.price_table .line-right {
    border-right:1px solid #BDC6E3;
}
table.price_table .line-bottom {
    border-bottom:1px solid #BDC6E3;
}
table.price_table .color {
    background:#F6F6F6;
}
.point {
    color:red;
}
.margin-13 {
    margin-right:13px;
}
.margin-8 {
    margin-right:8px;
}

div.sub_title {
    text-align:left;
}

div.sub_title li {
    list-style:none;
    line-height:18px;
    margin-left:5px;
}
div.sub_title li.dot {
    background:url('/images/money_list_dot.gif') 8px 11px no-repeat;
    padding-top:5px;
}

.height-36 {
    padding-top:36px;
}
.height-50 {
    padding-top:50px;
}
