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

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%;
}
	
	table#cart th {
		background: #00CC00;
		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;
	}
	
	input {
	font-family: Trebuchet MS;
    border: 1px solid #CCC;
	margin-bottom: 5px;
    background-color: #FFF;
    padding: 2px;
	}
	input:hover {
		border: 1px solid #222;
		background-color: #EEE;
	}
	
	form a{
	font-family: Trebuchet MS;
    border: 1px solid #CCC;
    background-color: #222;
	color: #fff;
	text-decoration:none;

	padding: 6px 6px 6px 6px;

	}
	
	form a:hover{
	background-color: #EEE;
    border: 2px solid #222;
	color: #222;
	}
	
.required {
	color:#F00;
}
	
	
