#add_item {
	display:none;
}

.category {
	font-weight:bold;
	text-transform:uppercase;
	font-size:16px;
	padding-bottom:10px;
}

.sub_category {
	font-weight:bold;
	text-transform:capitalize;
	font-size:12px;
	padding-left:20px;
	padding-left:20px;
}

.list_item {
	border:1px #000000 solid;
	margin-bottom:10px;
}

.list_item:hover {
	background-color:#FFFF99; /*Colour Scheme - When hovering over an item*/
}

.item_name {
	width:60%;
	/*display:inline-table;*/
	/*border:1px dotted #ff0000;*/
}

.item_price {
	width:15%;
	/*display:inline-table;*/
	/*border:1px dotted #ff0000;*/	
}

.item_bulk_price {
	width:15%;
	/*display:inline-table;*/
	/*border:1px dotted #ff0000;*/
}

.item_number {
	width:5%;
	/*display:inline-table;*/
	/*border:1px dotted #ff0000;*/
}