@charset "utf-8";

body {
	padding-top:0px;
}

.systemRow {
	padding: 0px 20px 0px 20px;
}

.categoryRow {
	margin-top:10px;
	padding: 0px 20px 0px 20px;
}

.itemImages { 
	width:42px;
	height:42px;
}

.item_box:hover{
	border:3px double rgb(255, 220, 165);
}

.itemListTitle {
	border-bottom: solid 1px;
	color: #FE980F;
	font-family: 'Roboto', sans-serif;
	font-size: 18px;
	font-weight: 700;
	margin: 0px 0px 15px 15px;
	width: 98%;
	display: block;
}