table#cart {
	margin-left:15px;
	margin-right:15px;
	margin-top:15px;
}	
	table#cart th {
		background:#175901;
		color: #fff;
		text-align: left;
		white-space: nowrap;
	}
	
	table#cart th, table#cart td {
		padding: 5px 10px;
	}
	table#cart .item_name {
		width: 100%;
	}
	table#cart a{
		color:#000;
	}
	table#cart .quantity input {
		text-align: center;
	}	
	table#cart tr td {
		background: #fff;
	}	
	table#cart tr.odd td {
		background: #B0B0B0;
	}	
	table#cart th.center, .center {
		text-align: center;
	}