@charset "utf-8";
/* CSS Document */



#container {
	margin: 0 auto;
	/*width: 80%;*/
	width:572px;

}
#container table {
margin-left:0;
}

table#cart {
	border-collapse: collapse;
	margin-bottom: 1em;
	width: 550px;
}
	
	table#cart th {
		background: #9b6376;
		color: #fff;
		text-align: left;
		white-space: nowrap;
		font-size:14px;
	}
	
	table#cart th,
	table#cart td {
		padding: 5px 10px;
		
	}
	table#cart td{
	font-size:12px;
		color:#444;
	}
	
	table#cart .item_name {
		width: 400px;
	}
	
	table#cart .quantity input {
		text-align: center;
	}
	
	table#cart tr td {
		background: #fff;
	}
	
	table#cart tr.odd td {
		background: #eee;
	}
	
	.center {
		text-align: center;
	}
