/* WINKELWAGEN KLEIN - BONNETJE BEGIN */

#container-winkelwagen-small{
	position:relative;
	float:left;
	display:inline;
	width:240px;
	padding-bottom:8px;
	background-image:url(../images/bg-container-winkelwagen-small.gif);
	background-repeat:repeat-x;
	background-position:bottom;
	cursor:pointer;
	}
	
#winkelwagen-small-titel{
	position:relative;
	float:left;
	display:inline;
	width:228px;
	height:15px;
	margin-left:12px;
	margin-top:10px;
	font-size:12px;
	font-weight:bold;
	color:#287719;
	}

#winkelwagen-small-artikelen{
	position:relative;
	float:left;
	display:inline;
	width:232px;
	height:31px;
	margin-top:10px;
	margin-left:3px;
	background-image:url(../images/bg-input-winkelwagen-small.png);
	background-repeat:no-repeat;
	}	

#winkelwagen-aantal-artikelen{
	position:absolute;
	width:200px;
	height:15px;
	left:15px;
	top:4px;
	color:#287719;
	}
	
#winkelwagen-totaalprijs-artikelen{
	position:absolute;
	width:60px;
	height:15px;
	right:27px;
	top:4px;
	color:#287719;
	text-align:right;
	}
	
#bon-container{
	position:relative;
	float:left;
	display:none;
	width:230px;
	margin-left:6px;
	}
	
#bon-top{
	position:relative;
	float:left;
	display:inline;
	width:230px;
	height:50px;
	background-image:url(../images/bon-top.png);
	background-repeat:no-repeat;
	}

#bon-center{
	position:relative;
	float:left;
	display:inline;
	width:230px;
	padding-bottom:8px;
	background-image:url(../images/bon-bg.png);
	background-repeat:repeat-y;
	}
	
#bon-tekst{
	position:relative;
	float:left;
	display:inline;
	width:200px;
	margin-top:5px;
	padding-bottom:5px;
	color:#3a3a3a;
	font-family:"Courier New", Courier, monospace;
	font-size:11px;
	line-height:18px;	
	}
	
#bon-totaal{
	position:relative;
	float:right;
	display:inline;
	width:200px;
	margin-right:25px;
	margin-top:3px;
	text-align:right;
	color:#3a3a3a;
	font-family:"Courier New", Courier, monospace;
	font-size:12px;
	line-height:18px;
	}
	
#bon-bottom{
	position:relative;
	float:left;
	display:inline;
	width:230px;
	height:9px;
	background-image:url(../images/bon-bottom.png);
	background-repeat:no-repeat;
	}
	
.bon-lijn{
	position:relative;
	float:left;
	display:inline;
	width:209px;
	height:1px;
	left:8px;
	background-image:url(../images/bon-lijn.gif);
	background-repeat:no-repeat;
	line-height:0px;
	font-size:0px;	
	}
	
/* WINKELWAGEN KLEIN - BONNETJE EINDE */






/* WINKELWAGEN GROOT BEGIN */

#winkelwagen-stappen{
	position:relative;
	float:left;
	display:inline;
	width:700px;
	height:15px;
	margin-top:20px;
	font-size:14px;
	color:#1e6f0f;
	}
	
#stappen-balk-container{
	position:relative;
	float:left;
	display:inline;
	width:690px;
	height:12px;
	margin-top:10px;
	font-size:0px;
	line-height:0px;
	background-image:url(../images/bg-balk-stappen.gif);
	background-repeat:repeat-x;
	overflow:hidden;
	}
	
#stappen-balk-background{
	position:absolute;
	height:10px;
	left:0px;
	top:1px;
	background-image:url(../images/bg-balk-glow.gif);
	background-repeat:repeat-x;
	}
	
#stappen-balk-overlay-left{
	position:absolute;
	width:6px;
	height:12px;
	left:0px;
	top:0px;
	background-image:url(../images/balk-overlay-left.gif);
	background-repeat:no-repeat;
	}
	
#stappen-balk-overlay-right{
	position:absolute;
	width:6px;
	height:12px;
	right:0px;
	top:0px;
	background-image:url(../images/balk-overlay-right.gif);
	background-repeat:no-repeat;
	}
	
#winkelwagen-overzicht{
	position:relative;
	float:left;
	display:inline;
	width:700px;
	margin-top:20px;
	}
	
.winkelwagen-overzicht-titels{
	font-size:13px;
	font-weight:bold;
	color:#1e6f0f;	
	}
	
.levertijd{
	font-size:11px;
	}
	
.verwijder{
	text-align:center;
	}

.winkelwagen-overzicht td{
	vertical-align:top;
	}
	
.winkelwagen-overzicht-producten td{
	border-bottom:1px solid #d1d4d1;
	}
	
#winkelwagen-overzicht-navigatie{
	position:relative;
	float:left;
	display:inline;
	width:690px;
	margin-top:10px;
	margin-bottom:5px;
	padding-bottom:13px;
	border-bottom:1px solid #d1d4d1;
	}
	
#back-button-container{
	position:relative;
	float:left;
	display:inline;
	height:23px;
	cursor:pointer;
	}
	
#back-button-left{
	position:relative;
	float:left;
	display:inline;
	background-image:url(../images/back-left.gif);
	background-repeat:no-repeat;
	width:22px;
	height:23px;
	}
	
#back-button-center{
	position:relative;
	float:left;
	display:inline;
	height:23px;
	padding-left:7px;
	padding-right:3px;
	background-image:url(../images/back-bg.gif);
	background-repeat:repeat-x;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#1e6f0f;
	text-align:center;
	line-height:22px;
	text-decoration:none;
	}

a:link.back-button-center, a:hover.back-button-center, a:visited.back-button-center, a:active.back-button-center{
	text-decoration:none;
	}
	
#back-button-right{
	position:relative;
	float:left;
	display:inline;
	background-image:url(../images/back-right.gif);
	background-repeat:no-repeat;
	width:11px;
	height:23px;
	}
	
.forward-button-container{
	position:relative;
	float:left;
	display:inline;
	height:23px;
	cursor:pointer;
	}
	
.forward-button-left{
	position:relative;
	float:left;
	display:inline;
	background-image:url(../images/forward-left.gif);
	background-repeat:no-repeat;
	width:11px;
	height:23px;
	}
	
.forward-button-center{
	position:relative;
	float:left;
	display:inline;
	height:23px;
	padding-left:3px;
	padding-right:7px;
	background-image:url(../images/forward-bg.gif);
	background-repeat:repeat-x;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#1e6f0f;
	text-align:center;
	line-height:22px;
	text-decoration:none;
	}
	
.forward-button-right{
	position:relative;
	float:left;
	display:inline;
	background-image:url(../images/forward-right.gif);
	background-repeat:no-repeat;
	width:22px;
	height:23px;
	}
	
#verzend-totaal-container{
	position:relative;
	float:right;
	display:inline;
	width:200px;
	margin-right:120px;
	text-align:right;
	}
	
.totaalprijs td{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#1e6f0f;
	text-align:right;
	}
	
.lijn{
	position:relative;
	float:left;
	display:inline;
	width:690px;
	height:2px;
	font-size:0px;
	line-height:1px;
	background-color:1px solid #d1d4d1;
	}
	
/* WINKELWAGEN GROOT EINDE */
