/* CSS Document */
html, body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, Tahoma, sans-serif;
	
}

body {
	background: transparent url(../images/bg.jpg) no-repeat fixed 50% 50%;
}

div#locations
{
	background: transparent url(../images/locaties3.png) no-repeat top left;
	width: 270px;
	height: 283px;
	position: relative;
}

div#printlogo 
{
	display: none;
}

div#printfooter 
{
	display: none;
}

div#webshoplink 
{
	position: absolute;
	right: 0px;
	top: 140px;
	width: 38px;
	height: 150px;
}

div#webshoplink a 
{
	background: transparent url(../images/webshop.png) no-repeat top left;
	display: block;
	font-size: 1px;
	text-indent: -10000em;
	overflow: hidden;
	width: 100%;
	height: 100%;
}
div#webshoplink a:hover 
{
	background: transparent url(../images/webshop.png) no-repeat bottom left;
}

a.yellowball
{
	background: transparent url(../images/yellow_ball.png) no-repeat top left;
	display:block;
	position: absolute;
	width: 12px;
	height: 12px;
}
a.blueball
{
	background: transparent url(../images/blue_ball.png) no-repeat top left;
	display:block;
	position: absolute;
	width: 12px;
	height: 12px;
}

/****** DEFAULT CLEARDIV *******/

div.clear {
	clear: both;
}

/***** SEARCH BOX *******/
div#search {
	position: absolute;
	background: transparent url(../images/zoekvenster.png) no-repeat top left;
	width: 418px;
	height: 136px;
	right: -45px;
	top: 4px;
	z-index: 20;
}

div#search a.searchtab {
	background: transparent url(../images/zoeken-tab.png) no-repeat top left;
	display:block;
	position:absolute;
	top: 29px;
	right: 75px;
	color: #083d8e;
	font-weight: normal;
	width: 79px;
	height: 18px;
	text-align: center;
	font-size: 12px;
	padding-top: 3px;
}

div#search div#flags {
	position: absolute;
	width: 200px;
	height: 12px;
	left: 119px;
	top: 14px;
}

div#search div#searchbox {
	position: absolute;
	top: 29px;
	left: 124px;
	width: 219px;
	height: 99px;
	background: transparent url('../images/searchbox.png') no-repeat top left;
}

div#search div#searchbox div.formfield {
	margin-bottom: 7px;
	margin-left: 10px;
	margin-right: 10px;
}
div#search div#searchbox label {
	display: block;
	float: left;
	width: 95px;
	color: #595959;
	font-size: 12px;
}

div#search div#searchbox input {
	width: 98px;
	float: right;
	border: 1px solid #083D8e;
	color: #083D8e;
	background: #fff;
	font-size: 12px;
	height: 16px;
}

div#search div#searchbox select {
	width: 100px;
	float: right;
	border: 1px solid #083D8e;
	color: #083D8e;
	background: #fff;
	font-size: 12px;
}

div#search div#searchbox input.button {
	width: auto;
	float: right;
	padding-bottom: 2px;
	height: 19px;
}

/******* LANGUAGE / COUNTRY FLAGS ********/
div#flags ul {
	margin: 0px;
	padding: 0px;
}

div#flags ul li {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	display: inline;
}
div#flags a.flag {
	width: 16px;
	height: 11px;
	display: block;
	float: left;
	margin-right: 8px;
}

a.flag.nl {
	background: transparent url(../images/flags/nl.png) no-repeat top left;
}
a.flag.en {
	background: transparent url(../images/flags/gb.png) no-repeat top left;
}
a.flag.de {
	background: transparent url(../images/flags/de.png) no-repeat top left;
}
a.flag.fr {
	background: transparent url(../images/flags/fr.png) no-repeat top left;
}
a.flag.es {
	background: transparent url(../images/flags/es.png) no-repeat top left;
}
a.flag.it {
	background: transparent url(../images/flags/it.png) no-repeat top left;
}
a.flag.be {
	background: transparent url(../images/flags/be.png) no-repeat top left;
}

/******* CONTAINER WEBSITE DIV *********/

div#website {
	width: 914px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 33px;
	position: relative;
}

a {
	text-decoration: none;
	font-weight: bold;
	color: #000;
}

div#main {
	margin-top: 0px;
}

/****** TOP DIV INCL LOGO *******/
div#top {
	width: 914px;
	height: 117px;
	background: transparent url(../images/headerbg.png) no-repeat top left;
	position: relative;
}

div#top div#logo a {
	background: transparent url(../images/logo.png) no-repeat top left;
	width: 209px;
	height: 70px;
	display: block;
	position: absolute;
	left: 28px;
	top: 27px;
	text-indent: -100000px;
	font-size: 1px;
	overflow:hidden;
}

div#top div#logo span {
	position:absolute;
	left: 228px;
	top: 70px;
	display: block;
	color: #fff;
	font-style: italic;
	font-weight: bold;
	font-size: 20px;
	letter-spacing: 1px;
}




/****************/

/******* MENU INCL SUBMENUS *******/
div#menu {
	width: 100%;
	height: 29px;
	background: #fff;
	padding-top: 4px;
	padding-bottom: 1px;
	border-bottom: 1px solid #083d8e;
	z-index: 21;
	position: relative;
}

div#menu ul {
	margin: 0px;
	padding: 0px;
	margin-left: 0px;
	position: relative;
	z-index: 21;
	list-style-type: none;
}

div#menu ul li {
	background: transparent;
	float: left;
	height: 29px;
	padding-right: 10px;
	padding-top: 0px;
	margin-right: 3px;
	border-bottom: 1px solid #fff;
	position: relative;
	z-index: 21;
}

div#menu ul li a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: transparent;
	padding-left: 10px;
	color: #083D8e;
	height: 29px;
	padding-top: 0px;
	float: left;
	font-weight: normal;
	display:block;
	position: relative;
}

div#menu ul li a span {
	background: transparent;
	padding: 7px 7px 0px 7px;
	height: 22px;
	display: block;
}

div#menu ul li.active {
	background: transparent url('../images/tab-right.png') no-repeat top right;
	border-bottom: 1px solid #083d8e;
}

div#menu ul li.active a {
	background: transparent url('../images/tab-left.png') no-repeat top left;
	color: #f3f300;
}

div#menu ul li.active a span {
	background: #083d8e;
}

div#menu ul li.hover {
	background: transparent url('../images/tab-right.png') no-repeat top right;
	border-bottom: 1px solid #083d8e;
}

div#menu ul li.hover a {
	background: transparent url('../images/tab-left.png') no-repeat top left;
	color: #fff;
}

div#menu ul li.hover a span {
	background: #083d8e;
}


div#menu ul li div.submenu {
	background: #083d8e;
	float: left;
	z-index: 10;
	position: absolute;
	top: 30px;
	left: 0px;
	padding-bottom: 0px;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	margin-left: -1px;
}

div#menu ul li div.submenu ul {
	display: block;
	list-style-type: none;
	zoom: 1;
	margin-left: 20px;
}

div#menu ul li div.submenu ul li {
	float: none;
	display: block;
	width: auto;
	border-bottom: 0px;
	background-image: none;
	padding-right: 9px;	
	height: 24px;
	margin-bottom: 0px;
}

div#menu ul li div.submenu ul li a {
	float: none;
	display: block;
	color: #fff;
	white-space: nowrap;
	background-image: none;
	width: 100%;
	padding: 0px;
	height: 24px;
}

div#menu ul li div.submenu ul li a span {
	display: block;
	cursor: pointer;
	padding-left: 0px;
	height: 17px;
}	

div#menu ul li div.submenu ul li a:hover {
	color: #fef300;
}

div#menu ul li div.submenu div.last {
	height: 10px;
	background: transparent url('../images/submenu-border-br.png') no-repeat top right;	
	line-height: 1px;
	padding: 0px 2px 0px 0px;
	width: 100%;
	left: -1px;
	position: absolute;
	bottom: -10px;
}



div#menu ul li div.submenu div.last div.br {
	background: transparent url('../images/submenu-border-bl.png') no-repeat top left;
	padding-left: 10px;
	height: 10px;
}

div#menu ul li div.submenu div.last div.br div.bl {
	background: #083d8e;
	height: 10px;
	margin-right: 8px;
	border-bottom: 1px solid #fff;
}

/******* BANNER CSS INCL SCROLLER ******/
div#banner {
	position: relative;
}
div#banner div#photo {
	background: transparent;
	width: 100%;
	height: 260px;
	position: relative;
}

div#banner div#photo div#photo2 {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 664px;
	height: 260px;
}

div#banner div#photo ul {
	margin: 0px;
	padding: 0px;
	position: absolute;
	right: 0px;
	z-index: 10;
	width: 250px;
	height: 260px;
	background: #083d8e;
}

div#banner div#photo ul li {
	margin-bottom: 1px;
	list-style-type: none;
	display: block;
}

div#banner div#photo ul li a {
	display: block;
	width: 226px;
	height: 68px;
	background: #5a7fb4;
	padding-top: 18px;
	padding-left: 23px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #fff;
	font-weight: normal;
}

div#banner div#photo ul li a:hover {
	text-decoration: none;
}

div#banner div#photo ul li a span.title {
	font-size: 25px;
	display:block;
	margin-bottom: 8px;
}

div#banner div#photo ul li a span.description {
	font-size: 9px;
}

div#banner div#photo ul li a.active {
	color: #fef300;
	background: #083d8e;
}

/****** OVERRIDE SOME BANNER CSS IN SUBPAGE ******/

div.sub div#banner div#photo {
	background-position: top right;
	background-color: #083d8e;
}
div.sub div#banner div#photo ul {
	left: 0px;
}

div.sub div#banner div#photo ul li a {
	width: 214px;
	height: auto;
	background: #083d8e;
	font-size: 12px;
	letter-spacing:1px;
	padding-left: 36px;
	padding-top: 7px;
}

div.sub div#banner div#photo ul li a.active {
	background: transparent;
}
div.sub div#banner div#photo ul li a:hover {
	color: #fef300;
}

/******* CONTENT DIV *******/
div#content {
	background-color: #ffffff;
	z-index: 20;
	position:relative;
	opacity: 0.95;
}

div#left {
	width: 584px;
	float: left;
	display: inline;
	position: relative;
	padding-right: 19px;
	
}

h1, h2, h3 {
	font-style: italic;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	color: #083D8e;
	letter-spacing: 1px;
}

h1 {
	font-size: 24px;
	line-height:1.1em;
	margin-top:6px;
}
h2 {
	font-size: 19px;
}

h3 {
	font-size: 19px;
}

div#left div#textcontent {
	font-size: 12px;
	line-height: 1.5em;
	padding: 20px 20px 5px 20px;
}

div#textcontent a.link {
	color: #083d8e;
}

div#news {
	background: #083d8e;
	padding-left: 20px;
	width: 336px;
	height: 116px;
	padding-top: 12px;
	position: relative;
	float: left;
}

div#news ul {
	margin: 0px;
	padding: 0px;
	margin-top: 10px;
}

div#news ul li {
	list-style-type: none;
}

div#news ul li a {
	font-size: 12px;
	color: #fff;
	font-weight: normal;
	letter-spacing: 1px;
}

div#news ul li a:hover {
	color: #fef300;
}

div#news h3 {
	color: #fef300;
}

div#news div.trborder {
	background: transparent url(../images/blue-corner-tr.jpg) no-repeat top left;
	position: absolute;
	right: 0px;
	top: 0px;
	width: 11px;
	height: 11px;
}
div#news div.brborder {
	background: transparent url(../images/blue-corner-br.jpg) no-repeat top left;
	position: absolute;
	right: 0px;
	bottom: 0px;
	width: 11px;
	height: 11px;
}


div#newsletter {
	float: left;
	background: transparent url(../images/nieuwsbrief.png) no-repeat top left;
	width: 219px;
	height: 128px;
	margin-left: 7px;
	position: relative;
}

div#newsletter.plain 
{
	background: transparent url(../images/nieuwsbrief-blank.png) no-repeat top left;
	width: 200px;
	height: 119px;
	padding: 10px 10px 0px 7px;
}

div#newsletter a {
	color: #083d8e;
}

div#newsletter a.newslettersubscribespecial 
{	
	color: #fff;
	position: absolute;
	bottom: 0px;
	left: 0px;
	display: block;
	width: 199px;
	height: 18px;
	text-align: right;
	padding-top: 4px;
	padding-left: 10px;
	padding-right: 10px;
}

div#newsletter p {
	font-size: 12px;
}

div#newsletter h3 
{
	text-align: right;	
	display: block;
	margin-top: 9px;
	padding-right: 10px;
}

div#right {
	margin-top: 20px;
	border-left: 2px dotted #083D8e;
	float: left;
	width: 290px;
	padding-left: 19px;
}

div#right div.content table {
	font-size: 11px;
	width: 270px;
}

div#right div.content table td {
	padding: 0px 1px;
}

div#right div#moreinfo {
	position: relative;
	background: #083d8e url('../images/moreinfo.jpg') no-repeat top left;
	width: 290px;
	height: 165px;
	float: right;
	color: #fff;
}

div#right div#moreinfo h3 {
	color: #fef300;
	margin-left: 15px;
	margin-top: 10px;
}

div#right div#moreinfo p {
	margin-left: 15px;
	padding-right: 45px;
	font-size: 13px;
}

div#right div#moreinfo a#contact {
	background: transparent url('../images/contact-button.png') no-repeat top left;
	width: 118px;
	height: 25px;
	position: absolute;
	bottom: 0px;
	right: 21px;
	font-size: 13px;
	font-weight: normal;
	text-align: center;
	padding-top: 7px;
	color: #083D8e;
}

div#right div#subnewsletter {
	width: 180px;
	height: 165px;
	position: relative;
	float: right;
	background: transparent url('../images/nieuwsbriefBig.png') no-repeat top left;
	margin-top: 15px;
	padding-left: 15px;
	margin-left: 15px;
	padding-right: 87px;
}

div#right div#subnewsletter.plain {
	width: 267px;
	height: 165px;
	position: relative;
	float: right;
	background: transparent url('../images/nieuwsbriefBig-blank.png') no-repeat top left;
	margin-top: 15px;
	padding-left: 15px;
	margin-left: 15px;
	padding-right: 0px;
}

div#right div#subnewsletter h3 {
	color: #083D8e;
	margin-top: 10px;
}

div#right div#subnewsletter p {
	padding-right: 10px;
	color: #083D8e;
	font-size: 13px;
}

div#right div#subnewsletter a {
	color: #083D8e;
}

div#footer {
	font-size: 11px;
	color: #595959;
	padding-left: 15px;
	letter-spacing: 1px;
} 
div#footer a {
	font-weight: normal;
	color: #595959;
	margin-left: 5px;
	margin-right: 5px;
}

div#footer span {
	margin-left: 5px;
	margin-right: 5px;
}

div#footer a:hover {
	text-decoration: underline;
}

div#bottom {
	width: 914px;
	height: 10px;
	background: transparent url(../images/containerbottom.png) no-repeat top left;
	padding-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
	
}

div.formcontainer input.text
{
	width: 170px;
	padding: 3px;
	font-family: Arial, Tahoma, Sans-Serif;
	font-size: 12px;
	border: 1px solid #999;
}
div.formcontainer textarea.text
{
	width: 260px;
	height: 90px;
	padding: 3px;
	font-family: Arial, Tahoma, Sans-Serif;
	font-size: 12px;
	border: 1px solid #999;
}

div.loader
{
	background: transparent url(../images/ajax-loader.gif) no-repeat 50% 50%;
	width: 100px;
	height: 100px;
	margin-left: auto;
	margin-right: auto;
}

div.formcontainer form label.error 
{
	display: block;
	color: #f00;
	font-size: 11px;
}

div.formcontainer form input.error,
div.formcontainer form textarea.error
{
	border: 1px solid #f00;
}

table.employee {
	width: 100%;
	margin-top: 30px;
	margin-left: auto;
	margin-right: auto;
	border-bottom: 1px solid #ccc;
	border-collapse: collapse;
}
table.employee td
{
	padding: 0px;
}
table.employee td.image 
{
	width: 100px;
	padding-top: 5px;
	/*padding-bottom: 5px;*/
	padding-right: 5px;
}

table.employee td.image div.imageframe 
{
	/*padding: 2px;
	border: 1px solid #aaa;*/
} 
table.employee td.image div.imageframe div.image 
{
	width: 120px;
	height: 153px;
	background-position: 50% 50%;
}

table.employee td.name 
{
	font-size: 1.5em;
	color: #083d8e;
	padding-bottom: 5px;
	border-bottom: 1px solid #aaa;
}
table.employee td.infolabel 
{
	width: 58px;
}
table.employee td.contactlabel 
{
	width: 15px;
}
table.employee td.contact 
{
	width: 185px;
}
/*
table.product {
	border: 1px solid #ccc;
	width: 100%;
	border-collapse: collapse;
}

table.product th {
	background: #ccc;
}

table.product td {
	border: 1px solid #ccc;
	padding: 2px;
}

table.product tr.odd td  {
	background: #ececec;
}
*/

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: #083D8e;
	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;
	text-align: left;
	white-space: nowrap;
}

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 
{
	background-image: url(../images/ok.png);
	background-repeat: no-repeat;
}
table.product td div.img.no
{
	background-image: url(../images/notok.png);
	background-repeat: no-repeat;
}
/*
table.employee td
{
	padding: 0px;
}
table.employee td.image 
{
	width: 100px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 5px;
}

table.employee td.image div.imageframe 
{
	padding: 2px;
	border: 1px solid #aaa;
} 
table.employee td.image div.imageframe div.image 
{
	width: 102px;
	height: 136px;
	background-position: 50% 50%;
}

table.employee td.name 
{
	font-size: 1.5em;
	color: #083d8e;
	padding-bottom: 5px;
	border-bottom: 1px solid #aaa;
}
table.employee td.infolabel 
{
	width: 58px;
}
table.employee td.contactlabel 
{
	width: 15px;
}
table.employee td.contact 
{
	width: 185px;
}
*/




div.sortform 
{
	border: 1px solid #ccc;1
	padding: 5px;
	margin-top: 10px;
	
}

div.sortform table 
{
	width: 100%;
}

div.sortform input[type=text] 
{
	width: 140px;
	border: 1px solid #888;
}

div.sortform select 
{
	width: 142px;
	border: 1px solid #888;
	padding-left: 0px;
}

div.printpage 
{
	float: right;
}

div.printpage a span 
{
	position: absolute;
	left: 0px;
	top: 0px;
}

div.printpage a 
{
	position: relative;
	padding-left: 16px;
}

div#locations-large 
{
	float: left;
	width: 367px;
	background: transparent url(../images/locaties-groot.png) no-repeat top left;
	height: 415px;
	position: relative;
	margin-top: 10px;
	border-right: 1px solid #ccc;
	padding-right: 10px;
}

div#locations-list 
{
	float: left;
	width: 160px;
	margin-top: 10px;
}

div#locations-list ul 
{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	margin-left: 15px;
	margin-top: 15px;
}

span.highlight 
{
	background-color: #ffff00;
}

div.searchresult 
{
	margin-bottom: 10px;
	margin-top: 7px;
}

div.searchresult div.title a
{
	font-size: 1.25em;
	font-weight: normal;
	text-decoration: underline;
	color: #083d8e;
}

div.searchresult div.title a span.highlight 
{
	font-weight: bold;
	background: none;
}


div.searchresult div.url 
{
	font-style: italic;
	color: #333;
}

.product-title-header 
{
	display: none;
}

.product-print-disclaimer
{
	display: none;
}

div#locations div.legend 
{
	margin-top: 30px;
}
div#locations div.legend a 
{
	font-weight: normal;
	padding-left: 16px;
	font-size: 0.8em;
	background-position: 0% 50%;
	padding-top: 0px;
	padding-bottom: 3px;
}

div.newsitem img 
{
	margin: 5px;
	
}

div.newsitem ol 
{
	margin: auto;
}

div.newsitem li 
{
	margin: auto;
}

div.newsitempreview
{
	margin-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #083D8e;
}

div.newsitempreview h3 
{
	font-style: normal;
	font-size: 1.2em;
}

div.calculator 
{
	border: 2px solid #fef300;
	padding-bottom: 4px;
}

div.calculator table 
{
	margin-left: auto;
	margin-right: auto;
}

div.calculator h3 
{
	margin-top: 5px;
	margin-left: 4px;
}

div.calculator input[type=text] 
{
	border: 1px solid #ccc;
	font-size: 1.2em;
	font-family: Consolas, Lucida Console, Courier New, Fixedsys;
	width: 44px;
	text-align: right;
}

div.calculator div.notification
{
	width: 300px;
	height: 40px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	padding: 3px 5px;
	background-repeat: no-repeat;
	background-position: 5px 50%;
	background-color: #F0F2B0;
}

div.calculator div.notification.pass 
{
	background-image: url(../images/ok.png);
}
div.calculator div.notification.fail 
{
	background-image: url(../images/notok.png);
}

/*** CMS FIX ***/
/*
div#website.sub div#banner div#photo div.IPCMS.title 
{
	left: 200px;	
}
*/
div#website.sub div#banner div#photo div.IPCMS.ControlToolbar 
{
	margin-left: 250px;
	width: 664px !important;
	float: left;
}


div#overlay 
{
	width: 100%;
	height: 100%;
	background: #000;
	z-index: 90;	
	position: absolute;
	left: 0px;
	top: 0px;
	opacity: 0.7;
}
div#rekenmodule 
{
	position: absolute;
	top: 0px;
	width: 950px;
	background: #fff;
	left: 100px;
	z-index: 100;
	background: #3164b5 url(../images/calc-blue-bg.png) repeat-x top left;
}

div#rekenmoduletop 
{
	background: #083d8e url(../images/calc-blue-top.png) no-repeat top left;
	width: 950px;
	height: 6px;
	position: absolute;
	top: -6px;
	left: 0px;
}
div#rekenmodulebottom 
{
	background: #3065b5 url(../images/calc-blue-bottom.png) no-repeat top left;
	width: 950px;
	height: 6px;
	position: absolute;
	bottom: -6px;
	left: 0px;
}
div#rekenmodule div.header 
{
	width: 100%;
	height: 130px;
	background: transparent url(../images/calc-headerimage.png) no-repeat 26px 6px;
} 

div#rekenmodule div.gewas 
{
	float: left;
	margin-left: 20px;
	width: 156px;
	color: #fff;
}

div#rekenmodule div.sliders 
{
	background: transparent url(../images/gray-bg.png) repeat-y left top;
	width: 504px;
	float: left;
	position: relative;
	
}
div#rekenmodule div.sliders div.sliderheader 
{
	position: absolute;
	width: 504px;
	height: 17px;
	top: -17px;
	background: transparent url(../images/gray-top.png) no-repeat left top;
}

div#rekenmodule div.sliders div.sliderbottom 
{
	width: 490px;
	
	background: transparent url(../images/gray-bottom.png) no-repeat left bottom;
	position: absolute;
	bottom: -17px;
	padding: 7px;
}

div#rekenmodule div.sliders div.sliderrow 
{
	width: 490px;
	height: 50px;	
	margin-left: 10px;
	position: relative;
}
div#rekenmodule div.sliders div.sliderrow div.label 
{
	width: 150px;	
	float: left;
	margin-left: 10px;
	margin-top: 16px;
	color: #083d8e;
	font-size: 14px;
}
div#rekenmodule div.sliders div.sliderrow div.slider 
{
	background: transparent url(../images/slider-bg.png) no-repeat top left;	
	width: 256px;
	float: left;
	margin-top: 20px;
}

div#rekenmodule div.sliders div.sliderrow div.slider a.ui-slider-handle.ui-state-default.ui-corner-all 
{
	background: transparent url(../images/slider-handle.png) no-repeat 50% 50%;	
	border: 0px;
	height: 16px;
	width: 15px;
	-moz-border-radius: 0px;
	outline: none;
}
div#rekenmodule div.sliders div.sliderrow div.slidervalues 
{
	position: absolute;
	bottom: 7px;
	left: 161px;
	width: 256px;
	height: 10px;
}
div#rekenmodule div.sliders div.sliderrow div.slidervalues span.val 
{
	position: absolute;
	left: 0px;
	top: 0px;
	font-size: 11px;
	color: #5b5b5b;
}
div#rekenmodule div.sliders div.sliderrow div.slidervalues span.val.maxval 
{
	right: 0px;
	left: auto;
}
div#rekenmodule div.sliders div.sliderrow div.value 
{
	width: 54px;
	height: 43px;
	background: transparent url(../images/slider-value.png) no-repeat top left;	
	float: left;
	margin-left: 6px;
	margin-top: 3px;
	color: #fff;
	position: relative;
	text-align: center;
	padding-right: 1px;
}
div#rekenmodule div.sliders div.sliderrow div.value span.val 
{
	font-size: 16px;
	font-weight: bold;
	display: block;
	margin-top: 8px;
}
div#rekenmodule div.sliders div.sliderrow div.value span.unit 
{
	font-size: 10px; font-weight: normal;	
	display: block;
	position: absolute;
	bottom: 3px;
	left: 0px;
	width: 54px;
}
div#rekenmodule div.sliders div.sliderrow div.radiobutton 
{
	float: left;
	width: 145px;
	color: #083d8e;
	font-size: 14px;
	margin-top: 13px;
}

div#rekenmodule div.footer 
{
	height: 61px;
}
div#rekenmodule a.button 
{
	display: block;
	float: right;
	background: transparent url(../images/calculate-button.png) no-repeat top left;
	width: 136px;
	height: 40px;
	text-align: center;
	padding-top: 14px;
	color: #083d8e;
	text-decoration: none;
	font-weight: bold;
	font-size: 18px;
	margin-top: 10px;
	margin-right: 21px;
	margin-botom: 8px;
}
div#rekenmodule div.footer a.calculate.button 
{
	margin-right: 273px;	
}
div#rekenmodule div.footer div.result 
{
	float: left;
	width: 400px;
	background: #eee;
	padding: 6px;
	color: #083d8e;
	text-align: center;
	margin-left: 20px;
	margin-top: 16px;
	margin-bottom: 7px;
}

div#rekenmodule div.footer div.result div.emailform 
{
	border-top: 1px solid #666;
	font-size: 12px;
	padding-top: 7px;
	margin-top: 7px;
	text-align: left;
}

div#rekenmodule div.resultview 
{
	position: absolute;
	width: 653px;
	height: 228px;
	background: #ccc;
	left: 0px;
	top: 102px;	
	padding: 0px 10px;
	z-index:5;
	overflow: hidden;
	background: #a9a9a9 url(../images/result-gradient.png) repeat-x bottom left;
}
div#rekenmodule div.resultview p 
{
	font-size: 12px;
}
div#rekenmodule div.resultview p strong.large 
{
	font-size: 16px;	
}
div#rekenmodule div.resultview p span.val 
{
	color: #083d8e;
}
div#rekenmodule div.resultview a.button 
{
	margin-top: -18px;
	font-size: 12px;
	padding-top: 19px;
	height: 35px;
}

div#rekenmodule div.emailform 
{
	position: absolute;
	top: 350px;
	right: 276px;
	width: 310px;
	overflow: hidden;
	border: 1px solid #083d8e;
	background: #a9a9a9 url(../images/result-gradient.png) repeat-x bottom left;
	padding: 10px;
		
}
div#rekenmodule div.emailform label 
{
	display: block;
	width: 102px;
	float: left;
	font-size: 12px;
	padding-top: 4px;
	height: 20px;
}
div#rekenmodule div.emailform label.error 
{
	width: auto;
	color: #f00;
}
div#rekenmodule div.emailform input[type=text] 
{
	width: 201px;
	height: 22px;
	font-family: Arial, Sans-Serif;
	font-size:12px;
	padding: 0px 2px;
}
div#rekenmodule div.emailform input[type=submit] 
{
	float: right;	
	margin-top: 3px;
}
div#rekenmodule div.emailform p 
{
	font-size: 12px;	
}
div#rekenmodule div.emailform a 
{
	float: right;
	color: #083d8e;	
}

div#rekenmodule div.bags 
{
	width: 240px;
	height: 	130px;
	float: left;
	background: #fefefe;
	padding: 10px;
	color: #083d8e;
	font-size: 14px;
	
}

div#rekenmodule div.bags div.value 
{
	width: 54px;
	height: 43px;
	background: transparent url(../images/slider-value.png) no-repeat top left;	
	float: left;
	margin-left: 0px;
	margin-top: 3px;
	color: #fff;
	position: relative;
	text-align: center;
	padding-right: 1px;	
}
div#rekenmodule div.bags div.value span.val 
{
	font-size: 16px;
	font-weight: bold;
	display: block;
	margin-top: 8px;
}
div#rekenmodule div.bags div.value span.unit 
{
	font-size: 10px; font-weight: normal;	
	display: block;
	position: absolute;
	bottom: 3px;
	left: 0px;
	width: 54px;
}
div#rekenmodule div.bags div.bagsvalues 
{
	color:#5B5B5B;
	float:left;
	font-size:11px;
	line-height:18px;
	padding-left:5px;
	padding-top:6px;
	vertical-align:baseline;
	width:130px;
}
div#rekenmodule div.bags div.title 
{
	padding-top: 8px;	
}

div#right div.contact-right 
{
	width: 290px;
	height: 67px;
	background: transparent url(../images/contact-right-bg.jpg) no-repeat left top;
    margin-bottom: 12px;
}

div#right div.contact-right h1,
div#right div.contact-right h2,
div#right div.contact-right h3 
{
	
	margin-left: 9px;	
	line-height: 18px;
	font-size: 18px;
	font-weight: normal;
	padding-top: 6px;
}
div#right div.contact-right table 
{
	color: #083d8e;	
	font-size: 0.75em;
	margin-top: 6px;
	margin-left: 9px;
	width: 90%;
}


table.dealerlist 
{
	width: 100%;	
	color: #083D8E;
	border-collapse: collapse;
	margin-top: 1em;
}
table.dealerlist th 
{
	font-weight: bold;	
	border-bottom: 1px solid #083D8E;
	text-align: left;
	padding-left: 15px;
	padding-bottom: 2px;
	font-size: 1.1em;
}
table.dealerlist th.zipcode 
{
	width: 80px;	
}
table.dealerlist td 
{
	padding-left: 15px;
	padding-bottom: 3px;
	padding-top: 3px;
	
}
table.dealerlist tr.even td
{
	background: #d4e3fb;	
	border-bottom: 1px solid #B3D0FF;
}
table.dealerlist tr.odd td
{
	background: #eee;	
	border-bottom: 1px solid #CDCDCD;
}
table.dealerlist tr.hover td,
table.dealerlist tr:hover td
{
	background-color: #fff;	
	border-bottom: 1px solid #6895DC;
	cursor: pointer;
}

div.dealer.viewswitch 
{
	position: absolute;
	right: 0;
	top: 0;	
	height: 19px;
}

div.dealer.viewswitch a.button 
{
	display: block;
	float: left;
	background-color: #efefef;
	border: 1px solid #ccc;
	padding: 2px 5px 2px 21px;
	background-position: 2px 50%;
	background-repeat: no-repeat;
	margin-left: 3px;
	font-weight: normal;
	cursor: pointer;
	color: #222;
}
div.dealer.viewswitch a.button.active 
{
	font-weight: bold;	
	color: #083D8E;
}
div.dealer.viewswitch a.button:hover 
{
	color: #083D8E;	
	background-color: #f9f9f9;
	border: 1px solid #bbb;
}

div.dealer.viewswitch a.button.map 
{
	background-image: url(../images/map.png);
}
div.dealer.viewswitch a.button.list 
{
	background-image: url(../images/list.png);
}
div.dealers 
{
	position: relative;	
	margin-top: 0.5em;
}

div.dealercard 
{
	width: 497px;
	height: 327px;
	background: transparent url(../images/dealercardbg.png) no-repeat left top;
	position: fixed;
	z-index: 900;
}

div.dealercard div.content 
{
	padding-left: 36px;
	padding-top: 28px;
	padding-right: 42px;	
	position: relative;
}

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;
}

div.dealercard div.buttons 
{
	position: absolute;	
	right: 36px;
	top: 155px;
}
div.dealercard div.buttons a 
{
	width: 110px;
	height: 25px;	
	display: block;
	text-align: left;
	background: transparent url(../images/dealercard-button.jpg) no-repeat left top;
	color: #fff;
	font-weight: normal;
	font-size: 12px;
	padding-left: 5px;
	padding-top: 8px;
	margin-bottom: 4px;
}
div.dealercard div.buttons a:hover 
{
	color: #ff0;	
}

div.dealercard div.close 
{
	position: absolute;
	right: 4px;
	top: 0;	
	z-index: 2;
}
div.dealercard div.close a 
{
	cursor: pointer;
	color: #fff;
	font-size: 27px;
	display: block;
}
div.dealercard div.close a:hover 
{
	color: #ff0;	
}

div.dealermapview 
{
	padding-top: 3em;	
}
div.dealermap 
{
	background: transparent url(../images/dealermap.jpg) no-repeat left top;
	width: 322px;
	height: 377px;	
}

div.dealermap div.dealermarker 
{
	position: absolute;
	width: 8px;
	height: 8px;
	background: #ff0;	
	cursor: pointer;
}

div.smalldealercard 
{
	position: absolute;
	right: 0;
	top: 128px;
	width: 193px;
	height: 120px;
	background: transparent url(../images/dealercardbgsmall.jpg) no-repeat left top;
	padding: 10px;
}

div.smalldealercard h3 
{
	color: #ff0;
	font-weight: bold;
	font-style: italic;	
	font-size: 1em;
}
div.smalldealercard div.address 
{
	font-size: 0.916em;
	line-height: 1em;
	margin-top: 22px;
	
}

div#right div#moreinfo.inlinedealerform 
{
	width: 275px;
	background: #083d8e url(../images/dealerform-top.png) no-repeat left top;	
	position: relative;
	padding-left: 15px;
	padding-bottom: 12px;
	height: auto;
}

div#right div.inlinedealerform div.bottom 
{
	width: 282px;
	height: 12px;
	background: transparent url(../images/dealerform-bottom.png) no-repeat left bottom;
	position: absolute;
	left: 0;
	bottom: 0;	
}
div#right div#moreinfo.inlinedealerform p,
div#right div#moreinfo.inlinedealerform h3 
{
	margin-left: 0;	
	padding-right: 15px;
}
div#right div#moreinfo.inlinedealerform div.form input[type=text] 
{
	width: 175px;
	font-size: 1em;
	padding: 3px 2px;
}
div#right div#moreinfo.inlinedealerform div.form textarea 
{
	width: 175px;
	height: 70px;
	font-family: Verdana;
	font-size: 1em;
}
div#right div#moreinfo.inlinedealerform div.form table td
{
	padding-top: 2px;
	padding-bottom: 2px;	
}

div#right div#moreinfo.inlinedealerform div.form table td .field-validation-error 
{
	color: #F55B5B;
	display: block;
}

span.field-validation-error 
{
	color: #f00;	
}

div#right div#subnewsletter {
    background: transparent url(../images/newsletter-new.jpg) no-repeat left top;
    width: 290px;
    padding: 0;
    margin-left: 0;
    
}
div#right div#subnewsletter h3 {
    position: absolute;
    right: 0;
    top: 00px;
    background: #fff;
    padding: 4px 15px 3px 13px;
    opacity: 0.7;
}
div#right div#subnewsletter p {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 0 0 3px 6px;
    margin: 0;
    
}
div#right div#subnewsletter p a 
{
    color: #fff;   
}

div.product.box {
    background: url(../images/product_box.png);
    width: 155px;
    height: 56px;
    padding: 20px;
    position: relative;
    margin: 2px;
    float: left;
    padding-top: 15px;
    padding-left: 15px;
}
	
div.product.box a.spec {
	position: absolute;
	left: 13px;
	bottom: 13px;
	padding-left: 20px;
	background: url(../images/specs.png) no-repeat;
	font-family: arial;
	font-size: 12px;
	text-decoration: none;
	color: #000;
	font-weight: normal;
}
	
div.product.box a.brochure {
	position: absolute;
	right: 15px;
	bottom: 13px;
	padding-left: 20px;
	background: url(../images/brochure.png)  no-repeat;
	font-family: arial;
	font-size: 12px;
	text-decoration: none;
	color: #000;
	font-weight: normal;
}
	
div.product.box p {
	margin: 0px;
	padding: 0px;
	font-family: arial;
	font-size: 13px;
	font-weight: bold;
	color: #083d8e;
}
