/* CSS Document */

/* Shoping Cart
---------------------------------------------*/
#table_cart {
 margin: 20px 0 0 0;
 padding: 0;
 border: 0;
 font-size: 12px;
 text-align: left;
}

#table_cart td.tc{
 margin: 0;
 padding: 0;
 background: #ece7b4;
}

#table_cart td.tc1{
 margin: 0;
 padding: 5px 0 0 5px;
 background: #ece7b4;
 line-height: 160%;
}

#table_cart td.tc2{
 margin: 0;
 padding: 5px 0 5px 5px;
 background: #ece7b4;
 text-align: center;
}

.cart_count {
 color: #306406;
}

.cart_cost {
 color: #ac0505;
}

td.memotext {
 font-size: 12px;
 line-height: 140%;
 padding-top: 10px;
}