/* Productdetail formulier
=================================================================*/
.producttop {
	overflow:hidden;
	padding-bottom:14px;
	border-bottom:1px dotted #999;
	margin-bottom:12px;
	width:340px;
	}
.producttop img {
	float:left;
	}
.productbestel {
	float:left;
	width:150px;
	padding-left:20px;
	}
.productbestel fieldset {
	border:0px;
	}
.prijskaartje {
	display:block;
	padding:20px 0px;
	font-weight:bold;
	color:#f68f1e;
	font-size:1.4em;
	}
#bestelknop {
	position:relative;
	width:120px;
	height:40px;
	background:#f68f1e url('../gfx/bestelknop.gif') no-repeat;
	border:0px;
	color:#fff;
	font-weight:bold;
	font-size:1.2em;
	cursor:pointer;
	padding:3px 0px 1px 34px;
	}
#bestelknop:hover {
	background:#f68f1e url('../gfx/bestelknophover.gif') no-repeat;
	color:#ddd;
	}

/* Zoekformulieren
=================================================================*/
#zoekformulier {
	position:absolute;
	top:64px;
	right:0px;
	width:232px;
	}
#zoekformulier fieldset {
	position:relative;
	border:0px;
	padding:8px 15px 0px 0px;
	}
#zoekformulier input {
	font-family:arial;
	}
#zoekknop {
	position:relative;
	width:58px;
	height:22px;
	background:#f30000 url('../gfx/zoekknop.gif') no-repeat;
	border:0px;
	color:#fff;
	font-weight:bold;
	cursor:pointer;
	padding-bottom:1px;
	padding-top:1px;
	}
#zoekknop:hover {
	background:#f30000 url('../gfx/zoekknophover.gif') no-repeat;
	color:#ddd;
	}

/* Formulieren
=================================================================*/
input,
select,
textarea {
	font-size:1em;
	font-family:arial;
	}
.formulier {
	margin-bottom:16px;
	width:340px;
	background-color:#eee;
	}
.formulier input,
.formulier select {
	width:180px;
	}
.formulier #zipcode {
	width:60px;
	}
.formulier fieldset {
	border:0px;
	padding:3px 10px;
	}
.formulier div {
	padding:4px 0px 6px 0px;
	background:url('../gfx/formsluitenstreep.gif') repeat-x left bottom;
	clear:both;
	}
.formulier textarea {
	width:310px;
	}
.formulier label {
	float:left;
	display:block;
	padding-top:2px;
	font-weight:bold;
	color:#548404;
	width:130px;
	}
.formulier .celrechts label {
	float:right;
	font-weight:normal;
	}
.formulier td label {
	font-weight:normal;
	}
.formulier small {
	display:block;
	color:#df0024;
	width:190px;
	margin-left:130px;
	font-size:0.8em;
	}
.formulier h6 {
	font-size:1.0em;
	padding:4px 10px;
	color:#fff;
	background:url('../gfx/formh6.gif') repeat-x left top;
	}

.buttons {
	clear:both;
	text-align:right;
	border:0px;
	}
.buttons input{
	width:auto;
	color:#fff;
	font-weight:bold;
	font-family:arial;
	border:0px;
	cursor:pointer;
	background-color:#933;
	}
.buttons input:hover {
	background-color:#c66;
	}

#verzend {
	position:relative;
	width:100px;
	height:22px;
	background:url('../gfx/zendknop.gif') no-repeat;
	border:0px;
	color:#fff;
	font-weight:bold;
	cursor:pointer;
	top:1px;
	margin-bottom:4px;
	}
#verzend:hover {
	background:url('../gfx/zendknophover.gif') no-repeat;
	color:#ddd;
	}

/* Winkelmandje
=================================================================*/
.formulier table {
	width:320px;
	margin:5px 10px;
	color:#528100;
	font-size:0.85em;
	}
.formulier th,
.formulier td {
	text-align:left;
	padding:1px 5px;
	}
.formulier table input {
	width:30px;
	}
.formulier .celrechts {
	text-align:right;
	}
.formulier #totaal {
	font-weight:bold;
	border-top:1px solid #528100;
	}
