*
{
	margin: 0px;
	padding: 0px;
	z-index: 0;
	zoom: 1;
}

body
{
	font-family: Ubuntu, Arial, Helvetica, sans-serif;
	background-color: black;
	color: silver;
}

h1
{
	margin-top: 30px;
	font-size: 20pt;
	font-weight: bold;
	text-align: center;
}

h2
{
	margin-top: 10px;
	font-size: 14pt;
	font-weight: normal;
	font-style: italic;
	text-align: center;
}

#items-container
{
	padding: 30px;
	padding-left: 50px;
	padding-right: 50px;
}

.items-category
{
	padding: 10px;
	margin: 10px;
	background-color: #3c3c3c;
	width: 300px;
	height: 100px;
	float: left;
}

.items-caption
{
	padding-bottom: 5px;
	border-bottom: 1px solid silver;
}

.item-image, .item-image-clone
{
	display: block;
	margin: 5px;
	width: 30px;
	height: 30px;
	float: left;
}

#map-top-view
{
	padding: 30px;
	text-align: center;
	clear: both;
}