html, body {
	height: 100%;
	margin: 0;
	padding: 0;
}
#maincontent {
  /* Margin bottom by footer height */
  /*padding-bottom: 45px;*/
  padding-bottom: 30px;
  height: auto;
  /* Standard */
	min-height: calc(100% - 72px);
	/* Firefox */
	min-height: -moz-calc(100% - 72px);
	/* WebKit */
	min-height: -webkit-calc(100% - 72px);
	/* Opera */
	min-height: -o-calc(100% - 72px);
  display: block;
  box-sizing: border-box;
}

.footer {
  /*position: absolute;
  bottom: 0;*/
  position: relative;
  margin-top: -30px;
  bottom: 0px;
  width: 100%;
  /* Set the fixed height of the footer here */
  /*height: 30px;*/
  background-color: #f5f5f5;
  box-sizing: border-box;
}

.footer p {
	margin: 5px 0 5px;
}

td.id {
	font-weight: bold;
}

.center, td.date {
	text-align: center;
}

.number {
	text-align: right;
	padding-right: 5px;
}

.form-smallbox {
	max-width: 500px;
	padding: 15px;
	margin: 0 auto;
}

.catelist {
	margin: 0px 0px 5px; padding: 0px;
	height: auto;
	font-size: 10pt;
	list-style: none;
	width: auto;
	text-align: center;
}
.cateitem
{
	width:auto;
	height:auto;
	display:inline-block;
	vertical-align: top;
}

.item
{
	width: 136px;
	margin: 15px 12px 15px 12px;
	min-height: 170px;
	display: inline-block;
	border: 1px solid #f6f6f6;
	vertical-align: top;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 20px;
}

.item .itemtitle {
	color: #666;
	font-size: 12px;
	font-weight: bold;
}

.item .itemprice {
	height: 20px;
	color: #900;
	font-size: 14px;
	font-weight: bold;
}

@media screen and (min-width: 1025px) {
	.cateitem {
		margin:12px;
	}
	.cateitem img
	{
		width:173px;
		height:auto;
	}

	.item img
	{
		width:132px;
		height:auto;
	}
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
	.catelist {
		border-bottom: 0;
	}
	.cateitem {
		margin: 6px;
	}

	.cateitem img
	{
		width:165px;
		height:auto;
	}

	.item {
		width: 136px;
		margin: 8px 8px 8px 8px;
	}

	.item img
	{
		width:132px;
		height:auto;
	}
}

@media screen and (min-width: 321px) and (max-width: 767px) {
	.catelist {
		border-bottom: 1px solid gray;
	}
	.cateitem {
		margin: 4px;
	}

	.cateitem img
	{
		width:142px;
		height:auto;
	}

	.item {
		width: 136px;
		margin: 10px 12px 10px 12px;
	}

	.item img
	{
		width:132px;
		height:auto;
	}
}

@media screen and (max-width: 320px) {
	.catelist {
		border-bottom: 1px solid gray;
	}

	.cateitem {
		margin:4px;
	}

	.cateitem img
	{
		width:132px;
		height:auto;
	}
	.item {
		width: 110px;
		margin: 10px 12px 10px 12px;
	}
	.item img
	{
		width:106px;
		height:auto;
	}
}

.catelist:last-child {
	border-bottom: 0;
}