table#cart {
	border-collapse: collapse;
	margin-bottom: 1em;
	width: 100%;
}
	
	table#cart th {
		background: #bc0203;
		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 .quantity input {
		text-align: center;
	}
	
	table#cart tr td {
		background: #fff;
	}
	
	table#cart tr.odd td {
		background: #eee;
	}
	table#cart tr.pagging td  {
		background: #B4F2CC;
	}
	
	table#cart tr.head td  {
		background: #0CE95A;
	}
	
	.center {
		text-align: center;
	}
	
#huruf {
	font-size: 10px;
	font-family:Arial, Helvetica, sans-serif;
	}
div #loading {
	background: url(../images/loadingAnimation.gif);
	background-image:url(../images/loadingAnimation.gif);
	
}
