/* CSS Document */

.winkelmandheader{
	font-weight:bold;
	border-bottom: 1px dotted #666666;
}


.winkelmandartikelrij{
	border-bottom: 1px dotted #999999;
}

.webwinkelknop{
	border: 1px solid #766f63;
	background-color:#e3dcd1;
	margin-top:10px;
	color:#766f63;
	height:20px;
	line-height:16px;
	cursor:pointer;
	background-repeat:no-repeat; 
	background-position:5px 50%; 
	padding-left:25px;
}

.webwinkeladdknop{
	border: 1px solid #766f63;
	background-color:#e3dcd1;
	background-image:url(../../basicimages/cart.png);
	margin-top:10px;
	color:#766f63;
	height:20px;
	line-height:16px;
	cursor:pointer;
	background-repeat:no-repeat; 
	background-position:5px 50%; 
	padding-left:25px;
}

.winkelmandtdheader{
	background-color:#333333;
	color:#FFFFFF;
	font-weight:bold;
}

.winkelmandtd{
	background-color:#EDEDED;
}

.winkelmandtdhover{
	background-color:#DEDEDE;
}

.winkelinvultabel{
	height:25px;
}

.winkelinvultabelheader{
	height:35px;
	font-style:italic;
}

.winkelinputfield{
	width:250px;
}

.winkeltotaalrij{
	border-top: 1px dotted #666666;
}