﻿.homeRandomItemImage
{
	width: 33%;
	vertical-align: middle;
	border: dashed 1px #ccc;
	border-bottom: dashed 0px White;
}

.homeRandomItemTitle
{
	border: dashed 1px #ccc;
	border-top: dashed 0px White;
}

.categoryPageItem
{
	width: 237px;
	border: dashed 1px #ccc;
	float: left;
	height: 250px;
	margin: 15px;
	text-align: center;
	padding: 15px;
}
.categoryPageItem:hover
{
	border-style:solid;
}

.categoryPageItemImage
{
	height: 150px;
	text-align: center;
}

.categoryPageItemTitle
{
	margin-top: 5px;
	height: 62px;
}

.categoryPageHeader
{
	max-width: 900px;
	min-width: 600px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 0px;
}

.listViewImage
{
	width:50px;
	height:50px;
	display:table-cell;
	vertical-align:middle;
	text-align:center;
	border: solid 1px #ccc;
}