@charset "utf-8";
/* CSS Document */
.main{height:auto!important;height:300px;min-height:300px;}
.main h4{
	padding:15px 0;
}
.main table.cart-table{
    border-collapse:collapse;
}
ul.deliverAddressList{
	margin:15px 0;
}
ul.deliverAddressList li{
	margin:5px 0;
}
ul.deliverAddressList .selected{
	font-size:14px;
	font-weight:bold;
	color:#000;
}
.cart-table .shop td{
	text-align:left;
	padding:10px 3px 10px 20px;
}
.cart-table .shop span{
	float:right;
}
.cart-table .shop span strong,.cart-table .shop span em{
	font-weight:600;
}
.cart-table .shop span strong{
	color:#930617;
}
.cart-table .shop span em{
	color:#64a734;
}
.cart-table thead th{
	border:1px solid #e8231d;
	background-color:#e8231d;
	color:#fff;
	height:24px;
}
.cart-table td,.main table th{
	padding:5px 3px;
}
.cart-table tbody td{
	text-align:center;
	border:1px solid #e6e6e6;
}
.cart-table td.td-1{
	text-align:left;
	padding: 5px 10px 5px 60px;
	font-size: 14px;
	font-weight: 700;
}
.cart-table td.td-1 a:link,.cart-table td.td-1 a:visited{
	color:#e8231d;
}
.cart-table td.td-1 a:hover,.cart-table td.td-1 a:active{
	text-decoration:underline;
}
.cart-table td.td-1 img{
	float: left;
	margin: 0 0 0 -50px;
	border: 1px solid #e9e9e9;
}
.cart-table td.td-1 span{
	margin: 2px 0 0;
	font-size: 12px;
	font-weight: 400;
	color: #999;
	display: block;
}
.cart-table td.td-4{
	color:#ff9902;
}
.cart-table td.td-3{
	color:#ff3200;
}
.cart-table td.td-5{
	width: 60px;
	padding: 0 10px;
}
.cart-table td.td-5 a{
	float: left;
	display: block;
	margin: 5px 0 0;
	width: 8px;
	height: 8px;
	line-height: 9px;
	font-size: 12px;
	font-family: Arial;
	background: #FFF;
	border:1px solid #ddd;
	text-decoration:none;
	text-align: center;
}
.cart-table td.td-5 input {
	float: left;
	margin: 0 5px;
	padding: 1px 2px 0;
	width: 20px;
	text-align: right;
}
.cart-table td.td-5 div.tips
{
	background-color:#fef1f1;
	border:1px solid #ce0000;
	color:#ce0000;
	display: inline-block;
	padding: 2px 5px;
	margin-top: 3px;
	clear: both;
	float: left;
	line-height: 16px;
}
.cart-table tfoot td{
	text-align:left;
	padding:0;
}
.cart-table td.tf-1{
	padding-top:25px;
}
.cart-table td.tf-2{
	padding-top:25px;
	text-align:right;
}
.cart-table td.tf-2 em{
	color:#930617;
	font-size:18px;
	font-weight:bold;
}
.cart-table td.tf-3{
	text-align:right;
	padding:3px 0;
}
.cart-table td.tf-3 em{
	color:#64a734;
	font-weight:bold;
}
.cart-table td.tf-3 .postageTip{
	color:#666;
	padding:3px 0;
}
.cart-table td.tf-4{
	text-align:right;
	padding:3px 0;
}
.cart-table td.tf-4 a{
	color:#ff3200;
	text-decoration:underline;
}
.cart-table td.tf-5{
	padding-top:15px;
	text-align:right;
}
.cart-table td.tf-5 a{
	color:#333;
	text-decoration:underline;
}

.main table.pay-mode{
	border-collapse:collapse;
	border:1px solid #e7e7e7;
}
.pay-mode td{
	border-right:1px solid #f7f7f7;
	border-bottom:1px solid #e7e7e7;
}
.pay-mode td.td-01{
	text-align:right;
	width:60px;
}
.pay-mode td.td-02{
	width:136px;
}
.pay-mode td.td-03{
	padding:3px 10px;
	border-right:1px solid #e7e7e7;
}

.cart-freight{
	padding:15px 0 5px 50px;
}
.cart-step{
	text-align:right;
	padding:0 0 30px 0;
}

