.center { border: none; align: center; text-align: center;}

#shop {
  clear: both;
  margin-left: 34px;  
  width: 600px;
}

#shop div.shopline {
  clear: both;
  width: 100%;

}

#shop span.item {
  float: left;
  width: 200px;  
}

#shop span.price {
  float: left;
  width: 100px;  
  margin-right: 8px;
}

#shop span.quantity {
  float: left;
  width: 80px;  
}

#shop span.textlabel {
  float: left;
  width: 150px;
}

#shop span.textfield {
  float: left;
  width: 400px;
}
