.cart_contents {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
}

.cart_contents tr:hover {
	background-color: rgb(245,250,255);
}

.cart_contents tr td, .cart_contents tr th {
	border-bottom: 1px solid rgb(0,80,163);
	padding-top: 7px;
	text-align: center;
	padding: 7px 5px 3px 5px;
}

.cart_contents .name {
	text-align: left;
}

.cart_contents .price, .cart_contents .count, .cart_contents .total {
	text-align: right;
}

.cart_contents .header {
	font-weight: bold;
}

.cart_contents .delete {
	border-left: 1px solid rgb(0,80,163);
}

.cart_contents .header .delete {
	border-left: 0px;
	width: 50px;
}

.cart_contents .total {
	font-weight: bold;
}

.customer_details {
	margin-left: auto;
	margin-right: auto;
}

.customer_details input, .customer_details select {
	width: 400px;
}

#order_submit {
	font-weight: bold;
}

#update_cart, #order_submit {
	margin: 5px auto auto auto;
	display: block;
	padding: 3px;
	width: 440px;
}

#update_cart:hover, #order_submit:hover {
	color: rgb(0,80,183);
}
