#order_process {
  width: 681px;
}

#basket_error {
  padding: 10px;
  color: #ffffff;
  background: #bd0000;
}

#order_process .addGiftcard {
  display: none;
}

#order_process .block_title {
  clear: both;
  width: 671px;
  /*font-size: 1.4em;*/
  font-weight: bold;
  margin: 15px 0;
  padding: 5px;
}

#order_process .line th, #order_process .line td {
  padding: 5px;
}

#order_process .line th {
  border-bottom: 1px solid #3c3c3c;
}

#order_process .line th.title {
  width: 376px;
}

#order_process .line th.amount {
  width: 55px;
  text-align: center;
}

#order_process .line th.price {
  width: 75px;
  text-align: right;
}

#order_process .line th.total {
  width: 75px;
  text-align: right;
}

#order_process .line th.action {
  width: 50px;
  text-align: right;
}

#order_process .line td {
  border-bottom: 1px solid #e8e8e8;
}

#order_process .line td.title {
}

#order_process .line td.title a {
  /*font-size: 1em;*/
}

#order_process .line td.title div.thumbnail {
  float: left;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  vertical-align: middle;
  padding-right: 5px;
}

#order_process .line td.title div.thumbnail img {
  max-width: 40px;
  max-height: 40px;
  _height: 40px;
}

#order_process .line td.amount {
  text-align: center;
}

#order_process .line td.amount .amount {
  width: 30px;
  text-align: center;
}

#order_process .line td.amount .refresh {
  background-image: url(../../../images/shop/refresh.png);
  background-repeat: no-repeat;
  width: 16px;
  height: 16px;
  margin-left: 5px;
}

#order_process .line td.price {
  text-align: right;
}

#order_process .line td.total {
  text-align: right;
}

#order_process .line td.action {
  text-align: right;
  border-right: none;
}

#order_process .line td.action .remove_from_basket {
  background-image: url(../../../images/shop/cross.png);
  background-repeat: no-repeat;
  width: 16px;
  height: 16px;
}

#order_process .line.accessory td {
  font-style: italic;
}

#order_process .line.accessory td.title {
  padding-left: 40px;
}

#order_process .order_total {
  clear: both;
  width: 681px;
  border-top: #dbdbdb solid 1px;
  margin-top: 20px;
}

#order_process .subtotal .title {
  float: left;
  width: 526px;
  /*font-size: 1.2em;*/
  font-weight: bold;
  padding: 5px;
}

#order_process .subtotal .price {
  float: left;
  width: 75px;
  /*font-size: 1.2em;*/
  font-weight: bold;
  text-align: right;
  padding: 5px;
}

#order_process .subtotal .vat {
  float: left;
  width: 50px;
  max-width: 50px;
  /*font-size: 1em;*/
  text-align: right;
  padding: 5px;
}

#order_process .payment_shipping.destination,
#order_process .payment_shipping.shipping,
#order_process .payment_shipping.payment,
#order_process .payment_shipping.bank {
  clear: both;
  width: 681px;
  padding: 5px 0;
  border-bottom: 1px solid #e8e8e8;
  text-align: left;
}

#order_process .payment_shipping .title {
  float: left;
  width: 236px;
  padding: 5px;
  font-weight: bold;
  /*font-size: 1.2em;*/
  text-indent: 71px;
}

#order_process .payment_shipping .selection {
  float: left;
  width: 280px;
  padding: 5px;
  /*font-size: 1.2em;*/
  text-align: left;
}

#order_process .payment_shipping .price {
  float: left;
  width: 75px;
  padding: 5px;
  /*font-size: 1.2em;*/
  font-weight: bold;
  text-align: right;
}

#order_process .payment_shipping .vat {
  float: left;
  width: 50px;
  padding: 5px;
  /*font-size: 1em;*/
  text-align: right;
}

#order_process .vat.specification {
  float: left;
  width: 310px;
  padding-left: 226px;
}

#order_process .vat.specification th {
  width: 70px;
}

#order_process .vat.specification .price,
#order_process .vat.specification .vat {
  text-align: right;
}

#order_process .vat.vat_total {
  float: left;
  width: 145px;
  margin-top: 40px;
}

#order_process .vat.vat_total .price {
  float: left;
  width: 75px;
  /*font-size: 1.2em;*/
  font-weight: bold;
  text-align: right;
  padding: 5px;
}

#order_process .vat.vat_total .vat {
  float: left;
  width: 50px;
  max-width: 50px;
  /*font-size: 1em;*/
  text-align: right;
  padding: 5px;
}

#order_process .order_total {
  clear: both;
  width: 681px;
  border-top: #dbdbdb double 3px;
  margin-top: 20px;
}

#order_process .order_total .title {
  float: left;
  width: 526px;
  /*font-size: 1.4em;*/
  font-weight: bold;
  padding: 5px 5px 5px 5px;
}

#order_process .order_total .price {
  float: left;
  width: 75px;
  /*font-size: 1.4em;*/
  font-weight: bold;
  text-align: right;
  padding: 5px;
}

#order_process .order_total .vat {
  float: left;
  width: 50px;
  max-width: 50px;
  /*font-size: 1em;*/
  text-align: right;
  padding: 5px;
}

div#payment_iframe, div#payment_iframe iframe {
  float: left;
  width: 626px;
  height: 400px;
}

#order_customer_title {
  width: 681px;
  /*font-size: 11pt;*/
  font-weight: bold;
  margin: 25px 0 10px 0;
}

#img_print_right {
  float: left;
  text-align: right;
  padding: 10px 0 0 0;
  width: 681px;
}

#order_information_contact {
  margin-top: 15px;
}

#order_information_delivery {
  margin-top: 15px;
}

#check_order_information_invoice {
  margin-top: 15px;
  /*font-size: 8pt;*/
  font-weight: bold;
}

#order_information_invoice {
  margin-top: 15px;
}

#order_information_communication {
  margin-top: 15px;
}

#order_overview_customer {
  width: 681px;
}

#order_overview_customer td {
  /*font-size: 8pt;*/
  font-weight: normal;
  margin-top: 15px;
}

#delivery_address, #invoice_address, #customer_note {
  float: left;
  width: 300px;
  /*font-size: 9pt;*/
}

#customer_note {
  width: 681px;
}

#delivery_address .title, #invoice_address .title, #customer_note .title {
  font-weight: bold;
}

#order_overview_customer .title {
  width: 300px;
  font-size: 9pt;
}

#approve, #view{
  width: 500px;
  /*font-size: 8pt;*/
  font-weight: bold;
  margin-top: 15px;
}

#order_number, #order_status {
  clear: both;
  float: left;
  /*font-size: 1.2em;*/
  margin: 0 0 10px 5px;
}

#order_number .title, #order_status .title {
  float: left;
  width: 200px;
  font-weight: bold;
}

#order_number .number, #order_status .status {
  float: left;
  width: auto;
}
