@charset "utf-8";
/*--------------------------*/

.table-cart {}
 .table-cart th {
    text-align: center;
    padding: 2px 0 2px 0;
    border-bottom: 2px solid #DDD;
}
.table-cart td {
    text-align: center;
    padding: 2px 0 2px 0;
}

.table-price {
    width: 280px; /*border: 1px solid #CBCBCB;*/
    border-collapse: collapse;
}
.table-price .price-line {
    border-bottom: 2px solid #000;
}

.table-price td {
    padding: 10px;
}
.text-left {
    text-align: left;
}

.table-cart .title, .table-price .title {
    color: #000;
    margin-left: 3px;
    font-size: 12px;
    font-weight: bold;
}
.table-cart .subtitle {
    font-size: 9px;
    color: #666;
    margin-left: 3px;
}
.table-cart .subtitle a {
    color: #666;
    text-decoration: none;
    font-size: 9px;
}
.table-cart .title a, .table-price .title a {
    font-size: 12px;
    color: #000;
    text-decoration: none;
    font-weight: bold;
}
.cart-line {
    width: 790px;
    border-top: 2px solid #DDD;
    margin-top: 5px;
    clear: both;
    display: block;
    height: 1px; /*width: 1px;*/
    line-height: 1px;
    font-size: 1px;
}
.tomato {
    width: 790px;
    float: left;
    border-bottom: 3px solid #96171A;
    margin-bottom: 10px;
}
.tomato .cart {
    margin-top: 5px;
    float: left;
}
.tomato .rec {
    margin-top: 5px;
    text-align: left;
}
.tomato .proceed {
    float: right;
}
.tomato .proceed ul {
    margin: 0 auto;
}
.tomato .proceed li {
    float: left;
    width: 210px;
    list-style-type: none;
    margin: 0 auto;
    text-align: right;
}

.table-cart-option img {
    border: 0;
}
.clearMe {
    clear: both !important;
}