#productContainer {
   width: 580px;
   border: solid 1px #000;
   position: relative;
   margin: 0 20%;
   margin-top:10px;
   float: left;
}

#product {
  margin: 5px 5px 5px 5px;
  width: 180px;
  float: left;
  position: relative;
  border: solid 1px #000;
}

#product h1{
 	text-align: center;
	margin: 2px;
	font-size: 16px;
}


#product div {
  width: 180px;
  float: left;
  position: relative;
  font-size: 14px;
  font-weight: bold;
  color: #009900;
  margin-bottom: 3px;
  text-align: center;
}

#product img {
  width: 130px;
  float: left;
  position: relative;
}

#mandje {
  position: absolute;
  top: 10px;
  right: 150px;
  width: 180px;
  border: solid 1px #3b3e42;
  padding: 2px;
}

#mandje ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}


#mandje li {
   margin: 0px;
   margin-left: 10px;
}

#userdetails {
  float: left;
  position: relative;
  border: solid 1px #000;
  width: 600px;
  margin: 5px 10%;
}

#shop1 table{
	margin:	20px;
}

#usertable th {
	text-align: left;
	margin-bottom: 2px;
}

#paymethod {
  float: left;
  width: 600px;
  margin: 5px 10%;
  border: solid 1px #000;
}

#finish th{
	text-align: left;
}

#finish table {
  width: 500px;
}

#shop{
	margin-right: 	20px;
	text-align:		center;
	padding:		0px;
}

#shop1{
	margin-right: 	20px;
}

#shop_last{
	margin-right: 	0;
	text-align:		right;
	padding:		0;
}

#shop img{
	margin: 		10px;
	float:			none;
}

#shop_last ul {
  list-style: 		none;
  margin: 			0px;
  padding: 			0px;
}

.bevestigen th{
	text-align:			left;
}

.mandje{
	padding-right:	20px;
}
	
a img{
	border:			none;
}
	