@charset "UTF-8";
/* CSS Document */
* {
	margin:0;
	padding:0;
	width:auto;
	height:auto;
}
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10pt;
	line-height:1.2em;
	color:#1C1C1C;
	background-color:#fff;
	padding:1em 3em;
}
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.6em;
}
.page_content .page_content_wrapper .block > h1.hidden {
	display:none;
}
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;
	margin:0;
	padding:0;
}
.hidden h1 {
	display:block;
	margin:0;
	padding:0;
}
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;
	border:none;
}
img.left_align {
	display:none;
}
img#logotype {
	position:absolute;
	top:0px;
	right:1em;
	border:none;
}

table {
	width: auto;
	overflow:scroll;
	margin-bottom:1em;
	font-size:0.85em;
}
td,
th {
	border-bottom:1px solid silver;
	border-right:1px solid silver;
	text-align:left;
	vertical-align:top;
	padding:4px;
}
div#language_selection {
	display:none;
}
div#wrapper {
	position:inherit;
}
div#wrapper {
	display:block;
	width:auto;
	background-color:#FFFFFF;
	padding:0.5em 0 0.2em 4px;
	margin-top:1em;
}
div#devider {
	border-top:4px solid lightGrey;
}
div#header {
	position:inherit;
}
div#header h1.page_title,
div#header div.main_menu,
.search {
	display:none;
}
div#header > a {
	color:white;
}
.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;
}
a:link, a:visited {
	background: transparent;
	text-decoration: underline;
}
/*
For the contact page
*/
img.vcard,
img.google_maps {
	display:none;
}
.service {
	display:none;
}
.flik p.title {
	font-weight:bold;
}

/*
 * Print style for product pages
 */
 div#unitSwitcher,
 div.aboutDrawing,
 div.imageMagnifyer,
 p#zoomer,
 div.tabs,
 div.excelDownload,
 div#detailedData div.resultContainer div.productText h1.productTitle {
	 display:none;
 }
 div#detailedData
 {
	 display:block !important;
 }
 div.productData table,
 div.productDetails table {
	border-left:1px solid silver;
	border-top:1px solid silver;
	width:100%;
 }
 div.productText {
	 width:65%;
	 float:left;
 }
 div.productData,
 div.productDetails {
	 clear:left;
 }
 table tr td:first-child,
 table tr th:first-child {
	 display:none;
 }
 div.dimensionDrawingContainer {
	 page-break-before:always;
 }
 div.acc_info {
	float:left;
	margin:1em;
	page-break-before:avoid;
	page-break-after:avoid;
 }

div.acc_picture {
	background-position:center center;
	background-repeat:no-repeat;
	height:60px;
	width:110px;
 }
 #content a:link:after, #content a:visited:after {
   content: " (" attr(href) ") ";
   font-size: 90%;
   text-decoration:none;
   color:#333;
   }


