/* // ICO-ECommerce styles/default/default/checkout.css 0.62 */

.checkout_payment_products{
}
.checkout_payment_products table td{
  text-align: left;
  font-size: 10px;
  padding: 2px;
}
.checkout_payment_products table tfoot th{
  text-align: right;
  font-size: 10px;
  padding: 2px;
}
.checkout_payment_products table td .info_forms{
  color: #369;
}
.checkout_confirmation_products{
}
.checkout_confirmation_products table td{
  text-align: left;
  font-size: 10px;
  padding: 2px;
}
.checkout_confirmation_products table tfoot th{
  text-align: right;
  font-size: 10px;
  padding: 2px;
}
.checkout_confirmation_products table td .info_forms{
  color: #369;
}
/* Modules */

.progression{
  display: block;
  width: 100%;
  margin: 10px 0;
}
.progression_etape{
 display: block;
  width: 22%;
  background: #ccc;
  float: left;
  padding: 1%;
}
.progression_etape_realisee{
  display: block;
  width: 22%;
  background: #999;
  color: #ccc;
  float: left;  
  padding: 1%;
  font-weight: bold;  
}
.progression_etape_encours{
 display: block;
  width: 22%;
  background: #fcc;
  float: left;  
  padding: 1%;
  font-weight: bold;
}
.expedition{
  
}
.expedition li{
  margin-top: 20px;
}
.expedition strong{
  letter-spacing: 2px;
  word-spacing: 2px;
  clear: both;
}
.expedition em{
  clear: both;
}
.expedition img{
  float: right;
}
.expedition .tarif{
  float: right;
  background: #f60;
  font-weight: bold;
  color: #fff;
  padding: 2px;
  clear: right;
}
.expedition input{
}

