/* CSS Document */
/* 

STYLE SHEET FOR Intercel WEB SITE
Created by Ine Marijke Schurink imProductDesign
www.impd.nl	

*/

/* --------- 1. categorie  --------- */
.bestellingtabel {
	float: none;
	font-size: 0.9em;
	background-color:#fff;
	padding-bottom: 20px;
}
span.bestellingtabel table {
	background-color: #d1d1d1;
	margin-top: 20px;
	width: 95%;
}
span.bestellingtabel table tr {
	
}
span.bestellingtabel table tr td {
	padding: 3px;
	height: 23px;
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
}
	
.bestellingtabeltitel {
	background-color: #ee963f;
}

.nieuwsbriefarchief {
	padding: 3px;
	height: 15px;
	font-weight:bold;
	width: 500px;
	background-color: #d1d1d1;
}

.OrderTextBox {width:200px;}

.tabelbutton {
	border: 0px;
	height: 23px;
	width: 100%;
	display: block;
	text-align:center;
	background-color: #ee963f;
}
.tabelbutton a {
	color: #383838;
	background-color: #d1d1d1;
	display: block;
	line-height: 28px;
}
.tabelbutton a:link, a:visited {
	color: #383838;	
}
.tabelbutton a:hover {
	display: block;
	background-color: #ee963f;
	color: #000;
}
/* hp toegevoegd om login button te stylen */
.tabelbutton2 {
	border: 0px;
	height: 23px;
	width: 100%;
	/*max-width:150px;*/
	display: block;
	text-align:center;
	background-color: #ee963f;
}
 a.tabelbutton2 {
	color: #383838;
	background-color: #ee963f;
	display: block;
	line-height: 20px;
}
 .tabelbutton2 a:link, a:visited {
	color: #383838;	
}
 .tabelbutton2 a:hover {
	display: block;
	background-color: #ee963f;
	color: #000;
}
/* end */

.container_overzicht {
	display: block;
	font-size: 0.9em;
	margin-top: 10px;
	width: 535px;
}
.overzicht_titel td {
	background-color: #ee963f;
	height: 23px;
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
	/*font-size: 0.9em;*/
}
.container_overzicht table tr td {
	padding: 3px;
	height: 23px;
	border-bottom: 1px solid #d1d1d1;
	border-right: 1px solid #d1d1d1;
}
.product_titel {
	background-color: #d1d1d1;
	font-weight: bold;
	white-space:nowrap;
}
 table tr td.product_titel {height:10px;}

/*.container_overzicht table tr th.red {
	font-size: 0.9em;
	line-height: 12px;
	color: #fff;
	background-color: #f7403a;
	border: 1px solid #fff;
}
.container_overzicht table tr.red td {
	background-color: #f9bebc;
}
*/