@charset "utf-8";

table.cart_table {
	background:#FFF;
	width:100%;
	
}

table.cart_table th {
	text-align:center;
	background:#FC0;
	color:#FFF;
	font-weight:normal;
	line-height:2em;
	font-size:1.2em;
}
table.cart_table td {
	padding:1em;
	text-align:center;
	background:#EEE;
	color:#333;
}