@charset 'utf-8';
@import url('fonts.css');
/**
 **************************************************
 * Ravenol / http://ravenol.cms-komplett.de
 * print.css
 *
 * @author:HDNET GmbH & Co. KG
 * @version:3.3
 * @updated:2012-08-29 (NB)
 **************************************************
**/



/**
 **************************************************
 * CSS RESET
 *
 * @description:general reset for all browsers
 **************************************************
**/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	/*font-weight:inherit;
	font-style:inherit;
	font-family:inherit;*/
}

table {
	border-collapse:collapse;
	border-spacing:0;
}

h1, h2, h3, h4, h5, h6, strong, b, th, dt {
	font-size:100%;
	font-weight:normal;
}

ol, ul {
	list-style:none;
}

caption, th {
	text-align:left;
}

img, abbr, acronym, a img {
	border:0;
}

em, i, dfn, cite, var, address {
	font-style:normal;
}

pre, code {
	font-family:'Courier New', courier, mono;
	font-size:12px;
}

q:before, q:after {
	content:'';
}

:focus {
	outline:0;
}
/**
 **************************************************
 HELPER CLASSES 
 *
 * @description:helper classes for common problems or quick fixes
 **************************************************
**/
.clearOnly {
	clear:both;
}

.clear {
	clear:both;
	height:0;
	font-size:0;
	line-height:0;
}

.left {
	float:left;
}

.right {
	float:right;
}

.noPadding {
	padding:0 !important;
}

.noMargin {
	margin:0 !important;
}

.none {
	display:none;
}

.hidden {
	visibility:hidden;
}

.error {
	color:red;
	font-weight:bold;
}

.sprite, .sprite a {
	text-indent:-9999px;
	font-size:0;
	line-height:0;
}

.clearfix:after {
	content:".";
	display:block;
	font-size:0;
	line-height:0;
	height:0;
	clear:both;
	visibility:hidden;
}

.clearfix {
	display:inline-block;
}

/* Hide from IE Mac \*/.clearfix {
	display:block;
}
/* End hide from IE Mac */



/**
 **************************************************
 GENERAL DEFINITIONS
 *
 * @description:define the basic appearance of the site
 **************************************************
**/
html {
	height:100%;
	/*Defaults to ~16px across browsers*/
	/*font-size:100.01%;*/
	/*Defaults to ~12px across browsers*/
	font-size:75.01%;
}

body {
	height:100%;
	font-family:arial,sans-serif;
	font-size:13px;
	line-height:18px;
	color:#5a5a5a;
	background:#f5f5f5;
}

h1 {
	font-size:20px;
	line-height:30px;
	letter-spacing:-0.01em;
	margin-bottom:20px;
	padding:10px 0 0 0;
	color:#000;
	font-weight:bold;
}

h2 {
	font-size:18px;
	line-height:24px;
	margin-bottom:6px;
	color:#000;
	font-weight:bold;
}

h3 {
	font-size:13px;
	line-height:18px;
	margin-bottom:0;
	color:#000;
	font-weight:bold;
}

h4, h5, h6 {
	font-size:12px;
	font-weight:bold;
	margin-bottom:6px;
	color:#000;
}

h1 span, h2 span {
	display:none;
}

p, ol, ul, dl {
	margin-bottom:18px;
}

ul {
	padding-left:13px;
	list-style:disc outside;
}

ol {
	padding-left:27px;
	list-style:decimal-leading-zero outside;
}

dt {
	font-weight:bold;
}

a {
	color:#325aa5;
	text-decoration:none;
}

strong, b {
	font-weight:bold;
}

em, i {
	font-style:italic;
}

/* BEN:Keep line-height while using these */
sub, sup {
	line-height:0;
}

sup {
	vertical-align:text-top;
}

sub {
	vertical-align:text-bottom;
}
/* :NEB */

hr {
	clear:both;
	/*Only chance to get the standard visuals away*/
	border-width:0;
	border-bottom:1px dotted #c4c4c4;
}

table {
	margin-bottom:18px;
}

table caption {
	font-size:13px;
	font-weight:bold;
	padding:0 0 3px 3px;
}

table tr {
}

table th,
table td {
	padding:1px 4px 1px 4px;
	vertical-align:top;
}

table th {
	font-weight:bold;
}

table p {
	margin-bottom:0;
}

#header{
	display:none;
}

.left-navigation{
	display:none;
}

.printonly{
	display:block;
}

h2.printonly{
	text-align:right;
}

p.printonly{
	font-weight:bold;
}

.product-right-col h3{
	margin-bottom:5px;
	text-decoration:underline;
}

.img-left{
	display:none;
}

.product-right-col th{
	min-width:150px;
	border-bottom:1px #000 solid;
}

.file-download-link{
	display:none;
}

#footer{
	display:none;
}

.products .product-right-col .data-right p {
	margin-bottom: 5px;
}

.products table.data-table {
	border-spacing: 0;
	border-collapse: collapse;
	margin-bottom: 10px;
}

.products table.data-table td {
	padding: 0 2px 0 19px;
}

.products table.data-table th {
	height: 20px;
}