#order_list_narrow h2 {
  color: #1a1b4e;
  font-weight: normal;
  font-size: 20px;
  padding 0px;
  margin: 6px 0px;
}

.order_list_domain {
  position: relative;
  margin: 4px 0px;
  overflow: hidden;
  border-radius: 3px;
  -khtml-border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}

#order_list_narrow .order_list_domain {
  background-color: #ffffff;
  opacity: .8;
  padding: 8px 10px;
  box-shadow: 1px 1px rgba(0,0,0,.4);
  -moz-box-shadow: 1px 1px rgba(0,0,0,.4);
  -webkit-box-shadow: 1px 1px rgba(0,0,0,.4); 
}

#order_list_wide .order_list_domain {
  padding: 4px 0px;
}

.order_list_domain .price {
  float: right;
}

.order_list_domain .ordertype {
  font-weight: bold;
  margin-left: 2px;
  opacity: .3;
}

.order_list_domain .cross {
  opacity: .5;
  position: absolute;
  top: 9px;
  right: 9px;
}

.order_list_domain .cross:hover {
  opacity: 1;
}

#order_list_narrow .order_list_total {
  margin: 4px 0px;
  overflow: hidden;
  border-radius: 3px;
  -khtml-border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  box-shadow: 1px 1px rgba(0,0,0,.4);
  -moz-box-shadow: 1px 1px rgba(0,0,0,.4);
  -webkit-box-shadow: 1px 1px rgba(0,0,0,.4); 
}

.order_list_total .price {
  float: right;
}

#order_list_narrow .order_list_total {
  padding: 8px 10px;
  background-color: #1a1b4e;
  opacity: .8;
  color: #ffffff;
}

#order_list_wide .order_list_total {
  padding: 6px 0px;
  border-top: 1px solid #1a1b4e;
}

#order_list_narrow .order_list_checkout {
  display: block;
  opacity: .9;
  background-color: #1a1b43;
  border: 1px solid #ffffff;
  color: #ffffff !important;
  padding: 10px;
  margin: 5px 0px 20px;
  border-top-left-radius: 3px;
  -khtml-border-radius-topleft: 3px;
  -moz-border-radius-topleft: 3px;
  -webkit-border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  -khtml-border-radius-topright: 3px;
  -moz-border-radius-topright: 3px;
  -webkit-border-top-right-radius: 3px;
  border-bottom-left-radius: 10px;
  -khtml-border-radius-bottomleft: 10px;
  -moz-border-radius-bottomleft: 10px;
  -webkit-border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  -khtml-border-radius-bottomright: 10px;
  -moz-border-radius-bottomright: 10px;
  -webkit-border-bottom-right-radius: 10px;
  box-shadow: 1px 1px rgba(0,0,0,.4);
  -moz-box-shadow: 1px 1px rgba(0,0,0,.4);
  -webkit-box-shadow: 1px 1px rgba(0,0,0,.4); 
}

#order_list_narrow .order_list_checkout:hover {
  text-decoration: none;
  background-color: #ffffff;
  border: 1px solid #1a1b43;
  color: #1a1b43 !important;
}

#order_overview .order_list_domain .cross {
  display: none;
}

#order_overview #order_list_wide {
  width: 505px;
}

#domain_transfer textarea {
  width: 494px;
  max-width: 494px;
  min-width: 494px;
  max-height: 300px;
}

#order_login .submit,
#order_customer_data .submit {
  padding-left: 84px;
}

#overview_customer_data {
  float: right;
  width: 350px;
  border-left: 1px solid #1a1b4e;
  padding: 4px 0px 4px 20px;
  margin: 0px 0px 0px 20px;
}

#overview_customer_data > :first-child {
  margin-top: 0px;
  padding-top: 0px;
}

#overview_customer_data > :last-child {
  margin-bottom: 0px;
  padding-bottom: 0px;
}
  
.conditions {
  clear: both;
}

.conditions div.option {
  margin: 15px 0px;
}
 
.order_coupon {
  clear: both;
}

.order_coupon .download_pdf {
  position: absolute;
  top: 14px;
  right: 10px;
  background-image: url(/static/external/pdficon_small.png);
  background-repeat: no-repeat;
  padding-top: 1px;
  padding-left: 24px;
  height: 16px;
}

.order_coupon_meta {
  width: 270px;
  float: left;
  border-right: 1px solid #1a1b4e;
  margin-right: 20px;
}

.order_coupon_domains {
}

.order_coupon_bottom {
  clear: both;
}
