﻿body
{
	margin: 0;
	padding: 0;
}

a
{
	font-weight: bold;
	text-decoration: none;
	color: #0060a1;
}
a:hover
{
	text-decoration: underline;
	color: #3090d1;
}

div#wrapper
{
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
}

div#header
{
	background-position: right top;
	background-image: url( '../images/header_sfeer.jpg' );
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	
	width: auto;
	margin-left: 0;
	margin-right: 0;
	height: 150px;
	
	vertical-align: middle;
	font-size: 10pt;
	color: #0060a1;
}

div#menu
{
	width: auto;
	margin-left: 0;
	margin-right: 0;
	padding: 6px;
	height: 18px;
	background-color: #0060a1;
}

div#menu a.item
{
	color: #fff;
	text-decoration: none;
	
	font-weight: normal;
	font-size: 9pt;
	padding: 0 4px;
}
div#menu a.item:hover
{
	color: #e5eff5;
	text-decoration: none;
	
}

div#headerSWF
{
	float:left;
	margin-right: 2em;
}

div#body
{
	color: #0060a1;	
	padding: 22px;
}

div#body h1
{
	font-size: 24pt;
	font-weight: normal;
	margin-top: 0;
}

div#body p
{
	font-size: 10pt;
	margin-top: 0;
}

div#header, div#menu, div#body
{
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
}

div#catalogus_text
{
	width: 500px;
	margin-right: 20px;
	float: left;
}
div#catalogus_toppers
{
	width: 430px;
	float: left;
	text-align: center;
}
div.product_details
{
	width: 360px;
	float: left;
	text-align: center;
}

div.table_header, div.table_subheader
{
	width: auto;
	height: 16px;
	margin-left: 0;
	margin-right: 0;
	padding-top: 4px;
	padding-bottom: 4px;
	text-align: center;
}

div.table_header
{
	background-color: #0060a1;
	color: #fff;
	font-weight: bold;
}

div.table_subheader
{
	background-color: #e5eff5;
}

div.productrow
{
	border-bottom: solid 1px #0060a1;
	clear:both;
}


div#products_columns span.label, div#products_columns span.label a
{
	color: #0060a1;
	font-weight: bold;
	font-size: 9pt;
	display: block;
	float: left;
	text-align: left;
}

div.productrow span.label, div.productrow span.label a
{
	padding-top: 1px;
	padding-bottom: 1px;
	font-size: 9pt;
	font-weight: normal;
	display: block;
	float: left;
	text-align: left;
	cursor: pointer;
}

div#catalogus_toppers div#products_columns span.productsoort, div#catalogus_toppers div.productrow span.productsoort
{
	width: 100px;
	padding-left: 5px;
}

div#catalogus_toppers div#products_columns span.naam, div#catalogus_toppers div.productrow span.naam
{
	width: 130px;
	padding-left: 5px;
}
div#catalogus_toppers div#products_columns span.prijs, div#catalogus_toppers div.productrow span.prijs
{
	width: 80px;
}
div#catalogus_toppers div#products_columns span.afbeelding, div#catalogus_toppers div.productrow span.afbeelding, div#catalogus_toppers div.productrow span.afbeelding a
{
	width: 90px;
	text-align: right;
	padding-right: 5px;
}

div#catalogus_toppers a.categorie
{
	display:block;
	width: 100%;
	background-color: #e5eff5;
	padding-top: 0.4em;
	padding-bottom: 0.4em;
	font-weight: normal;
	border-bottom: solid 2px #fff;	
}
div#catalogus_toppers a.categorie:hover
{
	background-color: #d5dfe5;
	text-decoration: none;
}

a.LinkMeerProducten
{
	display: block;
	clear: both;
	margin-top: 2em;
}

div#products_list
{
	width: 576px;
	margin-right: 10px;
	float: left;
}

div#products_list div#products_columns span.productsoort, div#products_list div.productrow span.productsoort
{
	padding-left: 5px;
	width: 136px;
}
div#products_list div#products_columns span.naam, div#products_list div.productrow span.naam
{
	width: 200px;
}
div#products_list div#products_columns span.prijs, div#products_list div.productrow span.prijs
{
	width: 140px;
}
div#products_list div#products_columns span.afbeelding, div#products_list div.productrow span.afbeelding, div#catalogus_toppers div.productrow span.afbeelding a
{
	width: 90px;
	text-align: right;
	padding-right: 5px;
}

div.product_pricebox
{
    margin-top: 0.5em;
    padding: 4px;
    border: solid 1px #0060a1;
    width: 170px;
    
    float: right;
    font-size: 7pt;

    margin-left: 4px;
}

div.product_pricebox select
{
    width: 100%;
    margin: 2px 0px;
}

div.product_pricebox span.label
{
    display: block;
    float: left;
}
div.product_pricebox span.value
{
    display: block;
    float: right;
}

div.product_pricebox span.DroommeubelPrijs
{
    text-align: right;
    
    float: none;
    clear: both;
    width: 100%;
    color: #f00;
    
    font-weight: bold;
    font-size: 200%;
    white-space: nowrap;
}

div.product_details .product_afbeelding
{
	float: right;
}

div.product_details div#product_details_body
{
	padding-top: 4px;
	font-size: 9pt;
	text-align: left;
}
