/* Cart CSS Document */
#cart{ margin-right:10px }

#cart table{ margin: 30px 0; width:100%}
#cart table thead{ background:#BF0308; color:#FFFFFF }
#cart table tfoot{ background:#EDEDED}

#cart table{ border:1px solid #CCCCCC; border-width: 1px 0 0 1px}
#cart table th,
#cart table td{ border: 1px solid #CCCCCC; border-width: 0 1px 1px 0}

#cart table th, #cart table td{ padding: 10px }

#cart table tfoot th{ font-style:normal}
#cart table tfoot th.price{ font-size:medium}

#cart table thead th,
#cart table tbody td,
#cart table .price{ text-align:center;}

#cart table tfoot th{ text-align:right}
#cart table tfoot{ vertical-align: text-bottom;}

#cart table thead th.name,
#cart table tbody td.name{ text-align:left}

#cart .name a{color:#000;text-decoration:none;cursor:pointer;border-bottom:1px dashed black}
#cart .name a:hover{color:#BF0308;border-bottom:1px dashed #BF0308}

#cart table .price{width:130px}
#cart table td.quantity{width: 150px}
#cart table tfoot th{vertical-align: middle;}
#cart table td.quantity input{ margin:0; padding:0; text-align:center; width:3em; border: 1px solid #CCCCCC}

input#btn_update,
input#btn_order{display:block}

input#btn_update{margin: 0 auto;width:148px; }
input#btn_order{margin: 0 0 0 auto;width:148px; }
/*input#btn_order{ background: url(../images/order.png) no-repeat center center}*/