body {
	color: #222;
	font: 0.8em Arial, Helvetica, sans-serif;
}

h1 {
	font: 2em normal Arial, Helvetica, sans-serif;
	margin-bottom: 0.5em;
}

#container {
	margin: 0 auto;
	width: 90%;
}

table#cart {
	border-collapse: collapse;
	margin-bottom: 1em;
	width: 100%;
}
	
	table#cart th {
	background-color: #00a2d7;
	padding-left: 5px;
	color: #FFFFFF;
	line-height: 32px;
		white-space: nowrap;
	}
	
	table#cart th,
	table#cart td {
	
	}
	
	table#cart .item_name {
		
	}
	
	table#cart .quantity input {
		text-align: center;
		
	}
	
	table#cart tr td {
		background: #fff;
	}
	
	table#cart tr.odd td {
	background-color: #f5ecff;
	}
	
	.center {
		text-align: center;
	}
