body {	
	color: #222;	
}
h1 {	
	font: 2em normal Arial, Helvetica, sans-serif;	
	margin-bottom: 0.5em;
}
#container {	
	margin: 0 auto;	
	width: 80%;
}
table#cart {	
	border-collapse: collapse;	
	margin-bottom: 1em;	
	width: 100%; 
	font-size:14px;
}		
table#cart th {		
	background: #AF4E00;		
	padding:5px;
	font-size:17px;
	color: #fff;		
	text-align: left;		
	white-space: nowrap;	
}		
table#cart th,	table#cart td {		
	padding: 5px 10px;	
}		
table#cart .item_name {		
	width: 100%;	
}		
table#cart .quantity input {		
	text-align: center;	
}		
table#cart tr td {		
	background: #fff;	
}		
table#cart tr.odd td {		
	background: #eee;	
}		
.center {		
	text-align: center;	
}

.button {
	border:1px solid #4F1E00;
	background: #AF4E00;
	color:white;
	font-weight:bold;
	padding:5px;
	margin:5px;
}

a.back_to_store{
	color:#af4e00;
	font:14px Arial;
	margin:3px;
}
