table{
	width:100%;
}
dd{
  margin:0 0 18px 0;
}

.nomargin{
  margin-left:0!important;
  padding-left:0!important;
}
.nomargin input{
  margin-left:0!important;
}

/*	=Product list
------------------------------------------------------------------*/
#product-list .product{
  border-top:1px solid #CCC;
}
#product-list .product:first-child{
  border:none;
}
#product-list .product{
  padding-top:18px;
}
.product .description{
  margin-bottom:9px;
}

/*	=Overzichtspagina
------------------------------------------------------------------*/
.info_block{
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	background:#ffffff;
	border:1px solid #cccccc;
	margin:0 0 36px 0;
	padding:9px 10px;
	position:relative;
}
.edit_step{
	display:block;
	float:right;
	right:20px;
  top:18px;
	position:absolute;
}
.edit_step a{
	text-decoration:none;
}

/*	=Payment form
------------------------------------------------------------------*/
#payment-form .submit input{
  margin-left:0;
}

/*	=Error handling
------------------------------------------------------------------*/
.errors{
  background:#fbffe0;
  border:1px solid #cccab4;
  margin-bottom:18px;
  padding:18px 10px;  
}
.errors ul{
  margin-bottom:0;
}
.note{
  margin-left:0;
}
