







table#cart {
	border-collapse: collapse;
	margin-bottom: 1em;
	width: 100%; font-size:80%; 
}
	
	table#cart th {font-weight:normal;
		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 {


}
	
	table#cart tr.odd td {

}
	
	.center {
		text-align: center;
	}