/* BESTELLEN */
#bestellen table {
	background: #FFFFFF;
	font-size: 13px;
	width: 700px!important;
	padding: 10px;
}

#bestellen table td {
	padding: 4px;
	padding-left: 20px;
}

#bestellen table td.label {
	width: 200px;
}

#bestellen table td.warning {
	color: #CC3300;
	font-weight: bold;
}

#bestellen table td.totaal {
	width: 200px;
	color: #CC3300;
	font-weight: bold;
}

#bestellen input {
	border: 1px solid #333333;
}

#bestellen .check {
	border: 1px solid red;
}

#bestellen .submit {
	border: 0px;
}

/* WINKELWAGEN */
#winkelwagen table {
	font-size: 13px;
	width: 500px;
}

#winkelwagen img {
	width: 100px!important;
	height: 125px!important;
	border: 2px dashed #CC3300;
}

#winkelwagen table td {
	vertical-align: top;
	padding: 12px;
}

#winkelwagen table td.white {
	background: #FFFFFF;
	width: 120px;
	padding-bottom: 30px;
}

#winkelwagen table td.totaal {
	width: 200px;
	color: #CC3300;
	font-weight: bold;
}

#winkelwagen td.stripe {
	border-top: 2px dashed #CC3300;
}

#winkelwagen a {
	color: #333333;
	text-decoration: none;
}

span .obl {
	color: #CC3300!important;
}