@charset "UTF-8";
/* CSS Document */
* {
	margin:0;
	padding:0;
	width:auto;
	height:auto;
}
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:70%;
	line-height:1.2em;
	color:#1C1C1C;
	background-color:#303030;
	padding:0 0 0.5em 2px;
}
h1, h2, h3, h4, h5 {
	font-family:Georgia, serif;
	font-style:normal;
	font-weight:lighter;
	color:#5e5e5e;
	margin-bottom:0.5em;
	line-height:normal;
}
h2, h3, h4, h5 {
	font-family:Arial, Helvetica, sans-serif;
	color: #CC6600;
	font-weight: bold;
	font-size:1.1em;
	line-height:1.2em;
	margin-top: 1em;
}
h1 {
	margin-bottom:0.7em;
	font-size:1.3em;
}
p {
	line-height:1.5em;
	margin-bottom: 0.75em;
	font-size:1em;
}
a:link {
	color:#000066;
}
a:visited {
	color:#000066;
}
a.top_scroll {
	float:right;
	font-size:0.8em;
}
.hidden {
	display:block;
}
.hidden h1 {
	display:none;
}
h1.page_title {
	font-size:1em;
}
ul {
	list-style-type:circle;
	margin-left:1.5em;
}
select {
	font-size:0.7em;
}
img {
	max-height:160px;
	max-width:160px;
}
img.left_align {
	display:none;
}
img#logotype {
	position:absolute;
	top:0px;
	right:5px;
	border:none;
	width:35px;
	height:27px;
}

table {
	width: auto;
	overflow:scroll;
}
td,
th {
	border-bottom:1px solid silver;
	border-right:1px solid silver;
	text-align:left;
	vertical-align:top;
	padding:2px;
}
div#wrapper {
	position:relative;
}
div#language_selection {
	display:block;
	height:1em;
}
div#language_selection img {
	margin:2px 0 -2px 0;
}
div#language_selection ul {
	list-style-type:none;
	float:right;
}
div#language_selection ul li {
	display:inline;
	margin-left:0.5em;
}
div#language_selection ul li a {
	font-size:0.85em;
	font-weight:bold;
	color:silver;
	text-decoration:none;
}
div#language_selection ul li.current a {
	color:orange;
}
div#language_selection ul li a:hover {
	color:white;
	text-decoration:underline;
}
div#wrapper {
	display:block;
	width:auto;
	background-color:#FFFFFF;
	padding:0.5em 0 0.2em 4px;
	margin-top:1em;
}
.block {
	width:auto !important;
}
div#result div.product div.imageContainer {
	display:none;
}
div#result div.product h2 {
	display:none;
}
div#result div.clearLeft {
	display:none;
}
.current > a {
	font-weight:bold;
}
