.cart{
	background-color: #FFFFFF;
	padding: 15px;
}
.cart table thead{
	background-color: #cccccc;
}
.cart table th,.cart table td{
	padding: 5px;
}
.number{
	text-align: center;
	font-size: 12px;
	line-height: 20px;
	display: inline-block;
	border: 1px solid #666666;
}
.number_l,.number_r{
	display: inline-block;
	width: 20px;
	background-color: #F0F0F0;
	margin: 0;
	cursor: pointer;
}
.number_l{
	border-right: 1px solid #666666;
}
.number_r{
	border-left: 1px solid #666666;
}
.number_m{
	display: inline-block;
	width: 40px;
	margin: 0;
}
.btn_del{
	border: 1px solid #F0F0F0;
	color: #FFFFFF;
	background-color: #cc2222;
	text-align: center;
	width: 55px;
	height: 30px;
	font-size: 12px;
	line-height: 30px;
	border-radius: 3px;
}
.btn_order{
	border: 1px solid #F0F0F0;
	color: #FFFFFF;
	background-color: #0155a6;
	text-align: center;
	width: 70px;
	height: 36px;
	font-size: 12px;
	line-height: 36px;
	border-radius: 3px;
}