#leftPan, #rightPan {display: none;}
#content {width: 1150px; padding: 0;}

#cart_table {
	border-collapse: collapse;
	border: 1px solid #ccc;
	vertical-align: middle;
}
#cart_table th {
	text-align: center;
	background-color: #999;
	padding: 2px;
	color: #fff;
	height: 40px;
	vertical-align: middle;
}
#cart_table .product td {
	background: #fff;
	text-align: center;
	border: 1px solid #ccc;
	color: #333;
	padding: 5px;
	vertical-align: middle;
}
#product_count {
	width: 30px;
	height: 30px;
	margin: 0 10px;
	text-align: center;
	border: solid 1px #A0968C;
}
.next-btn {
	text-decoration: none;
	color: #337aaa;
	font-weight: bold;
}
input[type='number'] {
	-moz-appearance:textfield;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	-webkit-appearance: none;
}