html {-webkit-font-smoothing: antialiased;}
body
{
	font-family: HelveticaNeue, sans-serif;
	margin-left: 100px;
	margin-right: 100px;
}

h1
{
	color: #d17600;
}
h2
{
	color: #555;
	font-weight: normal;
	font-size: 18px;
	margin-top: -20px;
	border-bottom: 1px solid #ddd;
}
h3
{
	color: #555;
	font-weight: normal;
	font-size: 16px;
}
.content
{
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 20px;
}
.footer
{
	font-size: small;
	border-top: 1px solid #ddd;
	padding-top: 3px;
}
.plurallink
{
	background-color: #f5f5f5;
	padding: 8px;
	margin: auto;
	text-align: center;
}
img.prodicon
{
	margin-top: -7px;
	margin-right: 10px;
}
img.left
{
	float: left;
	margin-right: 20px;
}
img.right
{
	float: right;
	margin-right: 20px;
}
span.subtitle
{
	font-size: small;
}

a:link, a:visited
{
	text-decoration: none;
	color: #d17600;
}
a:hover
{
	color: #aaa;
}
.productitem
{
	margin-bottom: 10px;
}
