.required {
  float: right;
}

/*
 * Search block
 */
div.search input {
  border: 1px dashed #336633;
  padding: 3px 4px;
  color: rgb(175,175,175);
  font-weight: bold;
}

/*
 * Product details
 */
div.details input.text {
  width: 50px;
}

div.details textarea {
  width: 392px;
  height: 60px;
  border: 1px solid #CDCDCD;
  margin: 0;
}

div.picker select {
  width: auto;
}

/*
 * Product - Optionpicker
 */
div#picker select { width: 230px; border: 0; }

/*
 * Orderflow - Shoppingcart
 */
div.order table tbody tr.odd td {
  background: #FFF;
}

div.order table tr td {
  vertical-align: top;
}
div.order table tr td input,
div.order table tr td select {
  border: 1px solid #ccc;
  text-align: center;
}

/*
 * Orderflow - Customer
 */
div.order div.content table tbody tr td {
  padding: 1px;
}

div.order div.content table tbody tr td label {
  display: block;
  float: left;
  width: 125px;
}

div.order div.content table tr td input.text,
div.order div.content table tr td select {
  width: 240px;
  text-align: left;
}

div.order div.content table tr td input.radio,
div.order div.content table tr td input.checkbox {
  border: 0;
}

