#BillingSteps {
  background: #000 none repeat scroll 0 0;
  clear: both;
  color: #787878;
  display: block;
  height: 45px;
  margin: 10px 0;
  padding: 30px 15px;
}
#BillingSteps h1 {
  background: rgba(0, 0, 0, 0) url("../images/booking-steps-bg.png") no-repeat scroll left center;
  border: 0 none;
  color: white;
  float: left;
  font-size: 38px;
  font-weight: bold;
  letter-spacing: -1px;
  margin: 0;
  padding: 0 0 0 40px;
}
#BillingSteps ul {
  float: right;
  list-style: outside none none;
  margin: 0;
  padding: 0 0 0 15px;
}
#BillingSteps li.selected {
  color: #fff;
}
#BillingSteps .step1 {
  background: rgba(0, 0, 0, 0) url("../images/bookingstage-1.png") no-repeat scroll left center;
}
#BillingSteps .step2 {
  background: rgba(0, 0, 0, 0) url("../images/bookingstage-2.png") no-repeat scroll left center;
}
#BillingSteps .step3 {
  background: rgba(0, 0, 0, 0) url("../images/bookingstage-3.png") no-repeat scroll left center;
}
#BillingSteps .step4 {
  background: rgba(0, 0, 0, 0) url("../images/bookingstage-4.png") no-repeat scroll left center;
}
#BillingSteps li {
  display: block;
  float: left;
  height: 45px;
  line-height: 45px;
  padding-left: 23px;
  padding-right: 15px;
}
#BillingSteps {
  color: #787878;
}
#BillingSteps li.last {
  padding-right: 0;
}
#BillingSteps li span {
  background: rgba(0, 0, 0, 0) url("../images/ecom-arrow_inactive.png") no-repeat scroll right center;
  padding-right: 15px;
}
#BillingSteps li.last span {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
}


.BookingContent, .booking_content {
  border: 7px solid #d6d6d6;
  margin-top: 20px;
  overflow: hidden;
  padding: 15px;
  position: relative;
  width: 946px;
}

.BookingSummary_Item {
  background: #f1f2ea none repeat scroll 0 0;
  border: 1px solid #d3d3d3;
  margin-bottom: 10px;
  width: 100%;
}

.BookingSummary_Item .Image-td {
  padding: 15px;
  width: 193px;
}
.BookingSummary_Item .Name-td {
  color: #f50039;
  font-size: 20px;
  padding-top: 15px;
}
.BookingSummary_Item .Price-td {
  color: #1e1e1e;
  font-size: 20px;
  padding: 15px 15px 0 0;
  text-align: right;
  width: 120px;
}
.BookingSummary_Item .Buttons-td {
  padding: 0 15px 15px 0;
}
.BookingSummary_Item .Description-td {
  font-size: 13px;
  vertical-align: top;
}
a {
  color: #cf002e;
  text-decoration: none;
}
.BookingSummary_Item .RemoveItemButton {
  display: block;
  height: 29px;
  margin: 20px 0;
}
#basket_order_summary {
  border-bottom: 1px dotted #858585;
  border-top: 1px dotted #858585;
  float: right;
  margin-right: 10px;
  margin-top: 20px;
  width: 425px;
}
.total_payable_row {
  font-size: 16px;
  font-weight: bold;
}
.BookingSummary_PaymentSummary .SummaryCost {
  text-align: right;
}

.total_payable_row {
  font-size: 16px;
  font-weight: bold;
}
#gift_promo {
  background: #f2f2f2 none repeat scroll 0 0;
  float: left;
  margin-top: 20px;
  padding: 0 15px 15px;
  width: 420px;
}
p, li {
  line-height: 1.6em;
}
#gift_promo #promo_code {
  position: relative;
  top: -8px;
}
