input.quantity {
  background-color: white;
  color: black;
}

tr.deadline_line td {
  font-weight: bold;
}

a.quantity_increase, a.quantity_decrease, a.quantity_increase:visited, a.quantity_decrease:visited {
  font-weight: bold;
  color: blue;
  text-decoration: none;
}

.shippingMethod_line {
  text-align: right;
}

ul.ok_files {
  background: url("../img/ok.png") no-repeat;
}

ul.mid_ok_files {
  background: url("../img/mid_ok.png") no-repeat;
}

ul.ko_files {
  background: url("../img/ko.png") no-repeat;
}

ul.ok_files li {
  background-color: #00cc00;
}

ul.mid_ok_files li {
  background-color: orange;
}

ul.ko_files li {
  background-color: red;
}

ul.ok_files li, ul.mid_ok_files li, ul.ko_files li {
  font-weight: bolder;
  color: white;
  text-align: center;
  margin: 0.5em;
  width: 3em;
  line-height: 3em;
  float: left;
}

ul.ok_files, ul.mid_ok_files, ul.ko_files {
  float: none;
  overflow-y: hidden;
  height: 100%;
  padding: 16px;
  padding-left: 80px;
  margin-top: 1.5em;
  margin: 0.5em;
  background-position: 0 50%;
}

div.picto_files {
  float: left;
}

div.warning_files {
  float: right;
  padding-bottom: 15em;
}

div.picto_files {
  width: 50%;
}

div.warning_files {
  width: 50%;
}

div.picto_files, div.warning_files ul li {
  margin-bottom: 2em;
}

div.warning_img {
  background: url('../img/image_debord.gif') no-repeat 0 50%;
  padding-left: 200px;
}

div.warning_img ul li {
  margin: 0.5em;
  float: left;
}

div.warning_img ul li img {
  vertical-align: middle;
  margin-right: 1em;
}

div.warning_img ul {
  float: none;
  overflow-y: hidden;
  height: 100%;
}

.price_display {
  text-align: right;
}

.option_label {
  font-weight: bold;
}

hr.grey {
  border: #f2f4f7 thin inset;
}

div.delivery_date {
  display: none;
}

.even {
  background-color: gold;
}

.odd {
  background-color: #eeeeff;
}

