﻿h1{color:#E2610A;width:960px;font-size:22px;margin:5px 0 10px 0;padding:0;}
#cartList{width:960px;border-collapse:collapse;line-height:30px;font-size:12px;font-family:Arial,sans-serif;border:1px #2977CD solid;}
#cartList thead td.title{background-color:#2977CD;color:#FFFFFF;padding-left:10px;text-align:left;}
#cartList thead td{background-color:#BDD9F4;height:30px;font-weight:bold;color:#155BA8;}
#cartList td.desc{line-height:20px;}
#cartList input.qty{width:50px;text-align:center;}
#cartList td:first-child{width:150px;text-align:left;padding-left:20px;}
#cartList td:first-child+td{width:510px;text-align:left;}
#cartList td:first-child+td+td+td{width:100px;text-align:center;}
#cartList td:first-child+td+td+td+td{width:100px;text-align:center;}
#cartList td:first-child+td+td+td+td+td{width:100px;text-align:center;}
#cartList td:first-child+td+td+td+td+td+td{width:100px;text-align:center;}
#cartList td .img_delete{  width:18px;  height:18px;background:url(/images/delete.png);background-size:18px 18px; text-align:center;margin:auto; }
#cartList td .img_delete:hover{   background:url(/images/delete_hover.png); margin:auto; cursor:pointer;background-size:18px 18px; text-align:center}
#cartList td.total{text-align:right;padding-right:30px;}
#cartList td.total font{font-size:15px;font-weight:bold;padding-right:4px;}

.btns{width:960px;height:auto;}
.btns .div_continue{float:left;padding-left:20px;padding-top:30px;}
.btns .btn_continue{float:left;width:158px;height:24px;display:block;}
.btns .div_update{float:right;padding-top:30px;width:420px;}
.btns .div_update input{float:left;width:100px;height:28px;border:0px;background:url("../images/viewcart_update_cart.png") no-repeat;cursor:pointer;}
.btns .div_update p{float:left;padding-left:5px;font-size:12px;font-family:Arial,sans-serif;line-height:12px;margin-top:0px;}
.btns .div_checkout{float:right;padding-top:20px;clear:both;width:420px;}
.btns .div_checkout input{float:left;width:100px;height:28px;border:0px;background:url("../images/viewcart_checkout.png") no-repeat;cursor:pointer;}
.btns .div_checkout p{float:left;padding-left:5px;font-size:12px;font-family:Arial,sans-serif;line-height:24px;margin-top:0px;}