@charset "utf-8";
/* CSS Document */

.table{width:100%;font-size:14px;border-collapse:collapse}
.table .chk{width:60px}
.table .pic{width:29%;text-align:center}
.table .name{width:120px;}
.table .name a{padding:0 10px}
.table .price{width:180px}
.table .num{width:120px}
.table .sum{width:120px;text-align:center}
.table .opt{width:120px;text-align:center}
.tfoot{border:0}
.table th{height:27px;line-height:27px;border:1px solid #fff;text-align:center;padding:0;}
.table tbody{border-bottom:1px solid #ddd}
.table td{padding:15px 5px;border-bottom:1px dotted #bbb}
.table .checkbox{margin-left:20px}
.table .pic img{border:1px solid #cbcbcb;padding:1px;width:80px;height:80px}
.table .price p{text-align:center;line-height:20px}
.table .price p strong{font-weight:700}
.table .price p em{text-align:center;color:#fd5600}
.table .num .amount{width:80px;margin:auto}
.table .num p{text-align:center}
