﻿body 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
}

div#menu 
{
	display: none;
}

div#search 
{
	display: none;
}

div#printlogo 
{
	display: block;
}

div#banner 
{
	display: none;
}

div#top 
{
	display: none;
}

div#right 
{
	display: none;
}

div.printpage 
{
	display: none;
}

h1, h2, h3 {
	font-style: italic;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	color: #005da8;
	letter-spacing: 1px;
	margin-bottom: 5px;
}

h1 {
	font-size: 24px;
	
}
h2 {
	font-size: 19px;
}

h3 {
	font-size: 19px;
}

div#footer 
{
	display: none;
}
div#printfooter 
{
	/*
	width: 100%;
	border-top: 1px solid #083d8e;
	position: absolute;
	bottom: 0px;
	padding-top: 5px;
	padding-left: 5px;
*/
	position:absolute;
	bottom: 0px;
}

div#printfooter img 
{
	width: 914px;
}



div.sortform 
{
	display: none;
}

p 
{
	font-size: 1.2em;
	line-height: 1.5em;
}

table 
{
	width: 100%;
	font-size: 1em;
}

table td.name 
{
	color:#083D8E;
	font-size:1.5em;
	padding-bottom:5px;
}

table.product {
	width: 100%;
	margin-top: 30px;
	margin-left: auto;
	margin-right: auto;
	border-collapse: collapse;
}
table.product td 
{
	border: 1px solid #ccc;
	padding: 2px;
}

table.product tr.odd td 
{
	background: #f1f1f1;
}

table.product tr td.title  
{
	background: #fff;
	color: #005DA8;
	font-size: 1.3em;
	font-weight: bold;
	border: 0px;
	border-bottom: 1px solid #083d8e;
}

table.product tr th 
{
	border: 1px solid #ccc;
	background: #e5e5e5;
	color: #083d8e;
}

table.product td div.img 
{
	float: left;
	background-position: 50% 50%;
	width: 16px;
	height: 16px;
	margin-top: 2px;
	margin-right: 3px;
}
/*
table.product td div.img.yes
{
	display: list-item;                
	list-style-image: url(/Content/images/ok.png);
	list-style-position: inside;      
	letter-spacing: -1000em;           
	font-size: 1pt;                   
	color: #fff;                      
}
	
table.product td div.img.no
{
	display: list-item;               
	list-style-image: url(/Content/images/notok.png); 
	list-style-position: inside;      
	letter-spacing: -1000em;           
	font-size: 1pt;                   
	color: #fff;                      
}
*/
table.employee 
{
	margin-top: 5px;
	margin-bottom: 15px;
	border-collapse: collapse;
}

table.employee td 
{
	border: 1px solid #ccc;
}

table.employee td.name 
{
	border: 0px;
	border-bottom: 1px solid #ccc;
	color: #083d8e;
	font-size: 14pt;
}
table.employee td.image 
{
	border: 0px;
	padding: 0px;
}

table.employee td.image div.imageframe 
{
	display: none;
}

table.employee td.infolabel 
{
	width: 120px;
}
table.employee td.contactlabel 
{
	width: 35px;
}
table.employee td.contact 
{
	width: 350px;
}

div#newsletter, div#news 
{
	display: none;
}

div#webshoplink 
{
	display: none;
}

.noprint 
{
	display: none;
}

.product-title-header 
{
	font-size: 30px;
	width: 100%;
	display: block;
	text-align: right;
	color: #083d8e;
	margin-bottom: 5px;
}

.product-print-disclaimer
{
	font-size: 10pt;
	color: #222;
}


div.dealercard 
{
	width: 497px;
	height: 327px;
	position: relative;
}

div.dealercard div.background 
{
	position: absolute;	
	left: 0;
	top: 0;
	z-index: 1;
}
div.dealercard div.content 
{
	padding-left: 36px;
	padding-top: 28px;
	padding-right: 42px;	
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
}

div.dealercard h1 
{
	color: #ff0;
	font-size: 20px;	
}

div.dealercard div.address 
{
	margin-top: 97px;	
	font-size: 0.75em;
	color: #083D8E;
	line-height: 1.5em;
}
