img.payment,
img.paymethod {
	height: 40px;
    display: inline;
}

label.option img.paymethod {
  vertical-align: middle;
  margin-left: 1em;
}

div.form-item-paymethod {
  float: left;
  width: 23%;
  margin-top: 0;
}
div.paymethodlabel {
  height: 40px;
  line-height: 40px;
}

.form-item-discountcode {
  font-weight: bold;
}

h4.checkout {
    border-bottom: 1px dotted black;
    padding-bottom: 3px;
  }
  hr.checkout-table {
    margin: 0;
    padding: 0;
  }
  h4.checkout span {
    font-weight: normal;
  }
  #vscart-checkout-form .form-item {
    margin: 0.5em 0;
  }
  ul#delivery-list {
    margin-left: 260px;
    padding-bottom: 0;
  }
  ul#delivery-list li:before {
    content: none;
  }
  ul#delivery-list li {
    list-style-image: url(../images/check.png)
  }
  
  ul#delivery-list li p {
    margin-bottom: 0;
  }
  