/* css for delivery popups */

body.deliveryBody {
  color: #333333;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 13px;
}

.deliveryBody h1 {
  font-size: 18px;
}

.deliveryBody h2 {
  font-size: 16px;
  margin-bottom: 2px;
  padding-bottom: 0;
}

.deliveryBody p {
  padding: 0;
  margin: 3px 0 10px 0;
}


.deliveryBody table {
  margin-bottom:12px;
  border-right: 1px solid #CCCCCC;
  border-bottom: 1px solid #CCCCCC;
  border-top: none;
  border-left: none;
}

.deliveryBody table th, .deliveryBody table td {
  padding:12px;
  border-top:1px solid #CCCCCC;
  border-left:1px solid #CCCCCC;
  border-right: none;
  border-bottom: none;
  text-align: center;
  vertical-align: middle;
}

.deliveryBody table th {
  background: #E1E1E1;
}

.deliveryBody table th.empty {
  background: none;
  border-top: none;
  border-left: none;
}

.deliveryBody table td {
  font-size: 13px;
}

.deliveryBody table td.header, .deliveryBody table td.header-grey {
  background: #EEEEEE;
  font-weight: bold;
}

.deliveryBody table td.dashed {
  border-left: 1px dashed #CCCCCC;
}

.mx-price {
  color: #990000;
  font-weight: bold;
}

.deliveryBody #postcodes {
  background-color: #C3F15F;
}

.deliveryBody #postcodes ul {
  margin: 0;
  padding: 0 0 0 10px;
  text-align: left;
}

.deliveryBody #postcodes ul li {
  margin: 0 0 0 14px;
  padding: 0 0 0 10px;
}