#cart-table {
	margin:auto;
	width: 550px;
}


#cart-table th {
	font-size: 0.9em;
	font-family: "HelveticaNeue", Helvetica, sans-serif;
	font-weight: 200;
	padding-bottom: 5px;
}

#cart-table td {
	padding: 10px 10px 10px 0;
}

#cart-table tr {
	border-bottom: 1px dotted #0066DE;
}

#cart-table .pic {
	width: 50px;
}

#cart-table .title {
	width: 240px;
}

#cart-table .field {
	width: 50px;
	outline: none;
	border: 1px solid #ccc;
}

#complete {
	margin:auto;
	width: 550px;
	padding-top: 10px;
	overflow: hidden;
}

#notes, #total {
	width: 275px;
	float: left;
}

#complete #note {
	width:250px;
	height: 80px;
}

#notes label, #total h3 {
	display: block;
	font-size: 1.1em;
	font-family: "HelveticaNeue", Helvetica, sans-serif;
	font-weight: 200;
	padding-bottom: 5px;
}

 #total h3 { text-align: right; }