* {
	margin: 0px;
	padding: 0px;
	border: 0px;
}
a {
	font-weight: normal;
	color: #000;
}
input, select, textarea {
	background-color: transparent;
	border: 1px solid black;
	margin: 2px;
}
label {
	display: block;
	width: 180px;
	float: left;
}
body {
	font-family: arial;
	font-size: 10pt;
}
img#logo {
	float: left;
}
address {
	float: right;
	font-style: normal;
	font-size: 9pt;
}
br.cl {
	clear:both;
}
div#maincontent {
	width: 170mm;
	/*margin:5mm;*/
}
div.product {
	border-top: 1px dashed #888;
	clear: both;
	padding: 4px;
}

div.product h1, div.product h2, div.product p {
	margin: 0px;
	padding: 0px;
	font-size: 10pt;
}
div.product h2 {
	font-weight: normal;
}
div.product img.descimg {
	float: left;
	margin-right: 10px;
}
div.prevNext, div.productnavi {
	display: none;
}
div.product a {
	display: none;
	text-decoration: none;
	color: #888;
	font-weight: bold;
	font-size: 10pt;
	padding-top: 4px;
	vertical-align: middle;
}
div.smallImages {
	display: none;
}
