/* ------------------------------------------------------- ORDER ----------------------------------------------- */

table.order {
	/*border: 1px solid red;*/
	width	: 100%;
	margin	: 0;
	padding	: 0;
}
td {
	height		: 24px;
	margin		: 0;
	padding		: 0;
}
table.order th {
	font		: 14px Georgia;
	text-align	: left;
	color		: #0A72B3;
	margin		: 0;
	padding		: 17px 0 7px 0;
}
table.order td.naw label {
	/*border: 1px solid lime;*/
	font-weight	: bold;
	width		: 100px;
	float		: left;
}
table.order td.naw input { 
	/*border: 1px solid blue;*/
	float	: left;
	width	: 226px;
	margin	: 0 0 0 20px;
}
table.order td.product {
	width	: 60%;
}
table.order td.aantal {
	/*border: 1px solid red;*/
	width	: 20%;	
}
table.order td.aantal input { 
	width	: 40px;
}
table.order td.prijs {
	/*border	: 1px solid lime;*/
	width	: 20%;
	margin	: 0 20px;
}
table.order td.text {
	padding	: 20px 0;
}



