
	table {
		width:560px;
		height:auto;	
	}
	
	td {
		padding:4px;	
	}
	
	.qtyInput {
		width:44px;	
		height:15px;
	}
	
	.subHeaders {
		text-align:right;
		font-weight:bold;	
	}
	
	.nameCell {
		width:460px;	
	}
	
	.quantityCell {
		width:44px;
	}
	
	.priceCell {
		width:56px;
		text-align:right;
	}
	
	.headerStyle {
		font-weight:bold;
		border-bottom:1px solid #141337;	
		text-align:left;
	}
	
	.removeIcon {
		width:10px;
		height:10px;
		border:none;	
	}
	
	#noResults {
		text-align:center;
		font-weight:bold;
	}
	
	#buttonHolder {
		width:500px;
		float:right;
		margin-top:15px;
		text-align:right;	
	}
	
	#buttonHolder input {
		width:auto;
		height:auto;	
	}
