table.products 														{ width: 500px; }
table.products tbody tr.product td.name 	{ width: 275px; }
table.products thead tr th								{ margin: 0 0 1em 0; }
table.products thead th,
table.products tbody tr.product td 				{ text-align: center;}
table.products tbody tr.product td.name		{ text-align: left; }
table.products tbody tr td								{ padding: .5em 0; }
table.products tbody tr td								{ border-bottom-width: 1px; }
div#cartOverview dl 											{ margin: 0 .5em; }
div#cartOverview dt, 
div#cartOverview dd												{ margin: .1em; }
div#cartOverview dt,
div#cartOverview div#cart_commands a.edit	{ float: left; text-align: left; }
div#cartOverview dd,
div#cartOverview div#cart_commands a.confirm
																					{ float: right; text-align: right; }
div#cartOverview dt,
div#cartOverview div#cart_commands				{ clear: both; }
div#cartOverview div#cart_commands a			{	margin: .5em 0 0; }
