.checkout,
.checkout-basket {
	margin-top:5px;
	font-size: 14px;
}
/*############## mini basket ##################*/

.checkout-basket .tbl-basket {
	margin:0;
	box-shadow:none;
	border-width:0 1px 0 1px;
	float:none;
	font-size: 12px;
	width:100%;
}

.checkout-basket .tbl-basket .content b a {
  font-size: 12px;
  color: #666666;
}

.checkout-basket .tbl-basket td span {
	padding-top: 2px;
}

.checkout-basket .tbl-basket-totals {
	margin:0;
	width:98%;
}

.checkout-basket .tbl-basket-totals th {
	color:#777777;
}

.checkout-basket .tbl-basket-totals td {
	color: #777777;
	padding: 5px 0;
	text-align: right;
}

.checkout-basket .basket-footer {
	border:1px solid #D9D9DB;
	background-color:#F7F7F9;
	width:100%;
	padding:0 10px 15px 0;
	border-width:0 1px 1px 1px;
	border-radius:0 0 6px 6px;
	text-align: center;
}

.checkout-basket .returnToBasket,
a.checkout-btn  {
	color:#fff;
	display: inline-block;
	background-color:#9c0924;
	-webkit-border-radius: 3px;
    border-radius: 3px;
	padding:0 10px;
	line-height: 2.1;
	cursor:pointer;
	font-size:12px;
	text-transform:uppercase;
	border-bottom:1px solid #74071b;
    margin:10px auto 0 auto;
    text-decoration:none;
    text-shadow: 1px 1px 0 #2c2c2c;
    /*filter: dropshadow(color=#000000, offx=1, offy=1);*/
    background: #9c0924; /* Old browsers */
	background: -moz-linear-gradient(top,  #9c0924 0%, #890820 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#9c0924), color-stop(100%,#890820)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #9c0924 0%,#890820 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #9c0924 0%,#890820 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #9c0924 0%,#890820 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #9c0924 0%,#890820 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9c0924', endColorstr='#890820',GradientType=0 ); /* IE6-9 */
}

.secure-message {
	margin:15px 0 10px 0;
	border:1px solid #E5E5E5;
	padding:10px 10px 10px 30px;
	width:100%;
	font-weight:bold;
	color:#5C090E;
	background:url('../images/layout/checkout/lock.png') no-repeat 8px 15px;
	border-radius:6px;
	font-size: 12px
}

/*################# layout #######################*/

/*############# section headers ##################*/

.checkout .stepHeader,
.checkout .stepHeaderDisabled,
.checkout .stepHeaderCompleted,
.checkout .stepHeaderCompletedDisabled  {
	border:1px solid #9C0924;
	border-width:1px 1px 0 1px;
	height: 35px;
	line-height: 35px;
	padding: 0;
	background-color:#9C0924;
	border-radius:6px;
	overflow: hidden;
}

.checkout .stepHeader {
	border-radius:6px 6px 0 0;
}

.checkout .stepHeaderDisabled {
	background-color:#F7F7F7;
	border-color:#eee;
}

.checkout .stepHeaderCompleted:hover {
	border:1px solid #cc0c2f;
	border-width:1px 1px 0 1px;
	background-color:#cc0c2f;
	cursor:pointer;
}

.checkout .section-title {
	float: left;
	font-size: 14px;
	line-height: 28px;
	margin: 0;
	padding: 3px 0 0 13px;
    width: 50%;
    color:#fff;
    font-weight: bold;
}

.checkout .stepHeaderDisabled .section-title,
.checkout .stepHeaderCompletedDisabled .section-title {
    color:#ccc;
}

/*############# section content ######################*/
/*
.checkout .inlineContent{
	float: left;
	font-style: italic;
	padding: 9px 10px 0 0;
	text-align: right;
	color:#fff;
	font-size:11px;
	width: 50%;
}

.checkout .inlineContent img {
    float:right;
    margin: 5px 0 0 5px;
}*/

.checkout .stepContainer {
	border:1px solid #dbdbdb;
	border-width:0 1px;
	padding: 10px 15px 0 15px;
}

.checkout .stepInner {
	margin: 0;
	padding: 10px 15px 10px 15px;
}

.checkout .stepContent {
	padding-top: 5px;
}

/*############## section footer ######################*/

.checkout .stepFooter,
.checkout .stepFooterDisabled,
.checkout .stepFooterCompleted,
.checkout .stepFooterCompletedDisabled {
	border:1px solid #dbdbdb;
	border-width:0 1px 1px 1px;
    height: 11px;
	margin-bottom: 10px;
	padding: 0;
	width: 100%;
	border-radius:0 0 6px 6px;
}

.checkout .stepFooterDisabled {
	background-color:#F7F7F7;
	border-color:#eee;
	height:1px;
}

.checkout .stepFooterCompleted,
.checkout .stepFooterCompletedDisabled {
	background-color:#dcede5;
	border-color:#dcede5;
	height:1px;
}

/*################# misc styles ##################*/

.checkout .marginTop {
	margin-top:7px;
}

.checkout .buttons {
	text-align: center;
	margin:10px 0 0 0;
}

.checkout table {
	width: 100%;
}

/*########## Login/Registration Section #############*/

.dp_statement {
	font-weight: bold;
	margin: 0 0 5px 0;
}
.dp_checkboxes label {
	font-weight: normal;
	margin:0 10px 5px 5px;
}

/*########### Delivery Address Section #############*/
.deliveryTable {
	width: 100%;
	font-size: 14px;
}

.checkout_delivery .form-group {
	margin-bottom: 5px;
}

.checkout_delivery {
	margin-top: 10px;
}

.address-book {
	width:50%;
}

.address-book .item {
	background-color: #eeeeee;
}

.checkout h3 {
	font-size:18px;
}
.headerText {
  float:right;
  color:#fff;
  text-align: right; }
.checkout .inlineContent {
  float: right;
  font-style: italic;
  padding: 0px 30px 0 0;
  text-align: right;
  color:#fff;
  font-size:11px;
  width: 50%;
  position: relative; }
.checkout .inlineContent img {
  position:absolute;
  right:10px;
  top:15px; }
.addressLeft {
  display: inline-block;
  line-height: 1;
  margin-top:5px; }
.address-book {
  padding:10px 0; }
.address-book .item {
  background-color: #eeeeee;
  padding:10px;
  margin-bottom:10px;
  min-height:105px; }
.selectedAddressMsg {
  color: #599599;
  font-style: italic;
  text-align:right;
  display: block; }
.address-buttons {
  margin:5px 0 0 0;
  text-align:right; }
.billing-address {
	width:98%;
	margin:0 auto;}


	#vanguard-body {
  width:90%; }
.card-input {
  width: auto;
  display:inline-block; }
  #scheme_logo {
  margin:-3px 0 0 5px; }

  .vg {
  	padding-left: 10px;
  }

  /*################# My Account ###################*/

.my-account h2,
.my-account .order-confirmation h2,
.my-account h3 {
	font-size:22px;
	font-weight: normal;
	padding-bottom: 10px;
}

.horiList {
    margin: 0px;
    padding: 15px 0px;
    list-style-type: none;
}

.horiList li {
    margin: 0px;
    padding: 0px;
    border-bottom: 1px solid #e7e7e7;
    list-style-type: none;
    display:block;
    line-height:35px;
}

 .horiList li a {
	display:block;
	width:100%;
	color:#575757;
	-webkit-transition:all .2s ease-in-out;
   	-moz-transition:all .2s ease-in-out;
   	-o-transition:all .2s ease-in-out;
   	transition:all .2s ease-in-out;
}

.horiList li a span {
	float:right;
	font-family:verdana;
	color:#9b9b9b;
}

.horiList li a:hover,
.horiList li a:hover span {
	color:#7E122E;
	text-decoration: none;
}

.my-account .dp_statement {
	margin: 10px 0 0 0;
}

.my-account .dp_checkboxes {
	margin-top: 10px;
}

.my-account .dpUpdate {
	background: #222;
	color: #fff;
	padding: 3px 15px;
	font-weight: bold;
	margin: 10px 0 0 4px;
	float: left;
}

.my-account .stepInner table {
	margin: 0;
	padding: 0;
}
/*
a.checkout-btn {
	background-color:#222;
	color:#fff;
	font-size:14px;
	font-weight:bold;
	line-height:27px;
	padding:0 20px;
	display: inline-block;
}*/
/*
a.forgotten-password {
	background-color:#bbb;
	color:#fff;
}*/

.my-account label {
	font-weight: normal;
}

.order-confirmation {
	margin-bottom:20px;
}

.order-confirmation  h1 {
	margin:0 0 5px 0;
}

.order-confirmation h2 {

	margin:5px 0 5px 0;
}

.order-confirmation p {
	line-height: 2.5;
}

.order-details th {
	padding-right: 5px;
}