/* ----- */
/* Order */
/* ----- */

div.order a {padding-left: 20px;margin:0 12px;}
div.order a.on {}
div.order a.off {color: #999999;}

div.order a.info.on {background: url(../images/order/info_on.png) no-repeat center left;}
div.order a.info.off {background: url(../images/order/info_off.png) no-repeat center left;}
div.order a.ship.on {background: url(../images/order/ship_on.png) no-repeat center left;}
div.order a.ship.off {background: url(../images/order/ship_off.png) no-repeat center left;}
div.order a.payment.on {background: url(../images/order/payment_on.png) no-repeat center left;}
div.order a.payment.off {background: url(../images/order/payment_off.png) no-repeat center left;}
div.order a.review.on {background: url(../images/order/review_on.png) no-repeat center left;}
div.order a.review.off {background: url(../images/order/review_off.png) no-repeat center left;}
div.order a.print.on {background: url(../images/order/print_on.png) no-repeat center left;}
div.order a.print.off {background: url(../images/order/print_off.png) no-repeat center left;}

div.order table tr.head {border-bottom: 1px solid #7CC3B1;}
div.order table tr.item {border-bottom: 1px solid #7CC3B1;}

div.order table th.product,
div.order table td.product {width:70%;text-align:left;}
div.order table th.qty,
div.order table td.qty{text-align:center;}
div.order table th.price,
div.order table td.price{text-align:right;}
div.order table th.subtotal,
div.order table td.subtotal{text-align:right;}

div.order table tr.discount td {text-align:right;}
div.order table tr.tax td {text-align:right;}
div.order table tr.subtotal td {text-align:right;}
div.order table tr.shipping td {text-align:right;}
div.order table tr.total td {text-align:right;}
div.order table tr.total td label {font-weight:bold;}
