/* SHOP */
.listheader td{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	background-color:#3DA1C0;
	vertical-align: middle;
}
.bordershop{
  border: 1px dotted red;
  width: 650px;
  padding-top: 10px;
  padding-bottom: 10px;
  margin:0px;
}
.step{ 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: red;
	font-size: 10px;
	font-weight:800
}
.list{
	font-size: 10px;
  /**color:#389EBF;**/
  color:#000000;
}
.exclbtw{
	font-size: 10px;
	border-top-style:dashed;
	border-top-width:1px;
	border-top-color:#6097CF;	
}
.inclbtw{
	font-size: 10px;
	background-color:#A1D1E1;
	color: #000000;
	border-top-style:dashed;
	border-top-width:1px;
	border-top-color:#6097CF;	
}
/* Einde SHOP */