@charset "utf-8";

/* Product overzicht */
.overzicht{ }
	.overzicht .selectie{
		margin-left:16px;
		height:29px;
	}
		.overzicht .selectie p{
			float:left;
			font-size:11px;
			color:#666666;
			margin:0;
			padding:0;
		}
		.overzicht .selectie b{
			padding-left:57px;
		}
		.overzicht .selectie select{
			float:left;
			font-size:10px;
			background-color:#F5F5F5;
			border-width:1px;
			border-color:#E2E2E2;
			border-style:solid;
			margin-left:5px;
		}
			.overzicht .selectie select option{
				background-color:#f0f0f0;
				font-family:Arial; 
				font-weight:normal; 
				font-size:10px; 
				color:#333333;
			}
		.overzicht .selectie .toon{
			color:#333333;
			font-size:11px;
			font-weight:bold;
			text-decoration:underline;
			background:none;
			margin:0;
			padding:0;
			margin-left:50px;
		}
	.overzicht .producten{
		margin:0 5px;
	}
		.overzicht .producten h2{
			margin:0 0 0 10px;
		}
		.overzicht .producten table{
			margin:0 0 12px 0;
			float:left;
			padding:0;
			table-layout:auto;
			border-collapse:collapse;
			width:100%;
		}
		
		/* Header */
		.overzicht .producten th{
			text-align:left;
			color:#5c5c5c;
			font-size:11px;
			font-weight:bold;
			height:25px;
		}
		.overzicht .producten th .naam{
			float:left;
		}
		.overzicht .producten th .knoppen{
			float:left;
			width:11px;
			margin-left:5px;
			position:relative;
			bottom:4px;
			height:15px;
		}
			.overzicht .producten th .knoppen a{
				float:left;
				padding:0;
				margin:0;
				width:11px;
				height:9px;
			}
		.overzicht .producten th.omschrijving{
		}
			.overzicht .producten th.omschrijving h2{
				width:155px;
				float:left;
			}
		.overzicht .producten th.garantie{
			width:45px;
		}
		.overzicht .producten th.status{
			width:55px;
		}
		.overzicht .producten th.prijs{
			width:45px;
			padding-left:20px;
		}
		.overzicht .producten th.infobestel{
			width:35px;
		}
		
		/* Body */
		.overzicht .tooltip{
			position:absolute;
			z-index:10;
			margin:-19px 0 0 35px;
			display:none;
			background:#ffffff;
			border:1px solid #d1d1d1;
			padding:3px 5px 4px 5px;
			font-size:10px;
			color:#333333;
		}
		.overzicht .producten td{
			font-size:11px;
			color:#333333;
			height:21px;
			border:1px solid #E2E2E2;
			border-style:solid none;
		}
			.overzicht .producten td a{
				color:#333333;
				text-decoration:none;
			}
			.overzicht .producten td a:hover{
				text-decoration:underline;
			}
		.overzicht .producten td.omschrijving{
			padding-left:10px;
		}
		.overzicht .producten td.prijs{
			text-align:right;
			font-weight:bold;
			padding-right:8px;
		}
		.overzicht .producten .lijst.odd{
			background-color:#f0f0f0;
		}
		.overzicht .producten .lijst.even{
			background-color:#fcfcfc;
		}
		.overzicht .producten .infobestel{
			text-align:right;
			padding-right:10px;
		}
			.overzicht .producten .infobestel a:hover{
				text-decoration:none;
			}
		.overzicht .producten .bestelLink{
			padding-left:1px;
		}
		
		
