@charset "utf-8";
/* CSS Document */

#basket table{
	border-collapse:collapse;
}
#basket table td,#basket table th{
	border:solid 1px #DADADA;
	font-family:"宋体";
}
#basket table thead td,#basket table thead th{
	line-height:22px;
	font-weight:bold;
	text-align:center;
}
#basket table thead th{
	background:url(../images/table-thead.jpg) repeat-x;
}
#basket table thead td{
	padding:5px;
}
#basket table tbody td,#basket table tbody th{
	padding:5px;
}
#basket table tfoot td{
	padding:5px;
}

.table-tbody-td-RowNumber{
	width:20px;
	text-align:center;
}
.table-tbody-td-CheckboxSelection{
	width:16px;
	text-align:center;
}

.table-tbody-td-left{
	text-align:left;
}
.table-tbody-td-center{
	text-align:center;
}
.table-tbody-td-right{
	text-align:right;
}

.table-tfoot-td-button{
	margin:0 5px;
}
#basket table thead td form{
	padding:0;
	margin:0;
}
#basket table thead td .input{
	height:14px;
	font-size:12px;
	border:1px solid #d3d3d3;
	vertical-align:middle;
}
#basket table thead td .buttons{
	height:18px;
	padding-top:2px;
	font-size:12px;
	border:1px solid #d3d3d3;
	background-color:#FFFFFF;
	vertical-align:middle;
}
#basket table tbody input.number{
	width:28px;
	height:14px;
	font-size:12px;
	border:1px solid #d3d3d3;
	vertical-align:middle;
	text-align:center;
}

#msg{
	text-align:center;
	color:#FF0000;
	line-height:100px;
}

#basket table tbody td button{
	display:block;
	background:url(../images/button.jpg) no-repeat;
	border:none;
	width:85px;
	height:24px;
}
#basket table tbody td button.on{
	background:url(../images/button.jpg) no-repeat left -24px;
}