/*############ checkout 1 ###############*/
.widthFix {
	width:540px;
	float:left;
	clear:both;
}

#longDateContainer, 
#termsContainer, 
.textareaContainer, 
.checkboxContainer, 
.dateContainer, 
.numberContainer, 
#multiaddressContainer, 
.selectContainer, 
.buttonContainer, 
.dateContainer, 
.textContainer, 
#agreeContainer, 
.msgContainer, 
.numberContainer {
	width: 100%;
	float: left;
	text-align: center;
	padding-top: 2px;
	padding-bottom: 2px;
}

h1.checkoutHeader {
	float: left;
	margin: 15px 0 10px 0px;
	padding: 0px;
    width: 100%;;
	font-size: 24px;
	line-height: 34px;		
	font-weight:normal;	
	background:url('../images/layout/hr.gif') repeat-x bottom left;
	padding-bottom:5px;
}

.checkoutMsg {
	padding:10px 10px 0 10px;
	float:left;
}

#termsContainer {
    text-align:left;
    width:930px;
    margin-left:10px;
    line-height:20px;
    margin-bottom:10px;
    margin-top:-7px;
}

#checkout .stepInner .terms h3 {
	font-weight:bold;
	padding:5px 10px;
	font-size:14px;
}

#checkout .stepInner .terms ul,
#checkout .stepInner .terms li {
	list-style-type:disc;	
}

#checkout .stepInner .terms ul {
	margin-left:23px;
	margin-top:3px;
}

#checkout .stepInner  table {
	float:left;
	clear:both;
}

.expandLink {
    text-align:right;
    width:910px;
}

.expandLink a {
    
}

.msgContainer {
	text-align: left;
}

.contentCell  {
	width: 52%;
	float: left;
	text-align: left;
	padding-left: 2%;
	line-height: 30px;
	height: 30px;
}

#multiaddressContainer {
	text-align: left;
}

#custom_checkout table {
	border: 0px solid blue;
	width: 100%;
}

.viewOrders, .editUser {
	width: 100%;
	float: left;
}


#checkoutBasket {
	width:320px;
	float:left;
	margin-right:30px;

	/*padding:10px;*/
	margin-top:5px;
}

#checkoutBasket .returnToBasket  {
	color:#fff;
	background-color:#431f1f;
	-webkit-border-radius: 5px;    
    border-radius: 5px;
	padding:4px 20px;
	cursor:pointer;
	font-weight:bold;
	-webkit-box-shadow:  2px 2px 4px 1px rgba(0, 0, 0, 0.2);        
    box-shadow:  2px 2px 4px 1px rgba(0, 0, 0, 0.2);
    background: #4b652d; /* Old browsers */
	background: -moz-linear-gradient(top,  #4b652d 1%, #3f5626 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#4b652d), color-stop(100%,#3f5626)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #4b652d 1%,#3f5626 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #4b652d 1%,#3f5626 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #4b652d 1%,#3f5626 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #4b652d 1%,#3f5626 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4b652d', endColorstr='#3f5626',GradientType=0 ); /* IE6-9 */	
	-webkit-box-shadow: inset 0px 1px 0px 0px rgba(102, 124, 76, 1);
	box-shadow: inset 0px 1px 0px 0px rgba(102, 124, 76, 1);
	border:1px solid #3f5626;	
	float:left;
    margin:5px 0 15px 80px;
    text-decoration:none;
}



#vanguard .button input {
	color:#fff;	
	border-radius:5px;
	padding:4px 20px;
	cursor:pointer;
	font-weight:bold;
	text-transform:uppercase;
 	background: #4b652d; /* Old browsers */
	background: -moz-linear-gradient(top,  #4b652d 1%, #3f5626 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#4b652d), color-stop(100%,#3f5626)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #4b652d 1%,#3f5626 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #4b652d 1%,#3f5626 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #4b652d 1%,#3f5626 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #4b652d 1%,#3f5626 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4b652d', endColorstr='#3f5626',GradientType=0 ); /* IE6-9 */	
	-webkit-box-shadow: inset 0px 1px 0px 0px rgba(102, 124, 76, 1);
	box-shadow: inset 0px 1px 0px 0px rgba(102, 124, 76, 1);
	border:1px solid #3f5626;	}

#checkoutBasket.order {
	margin:20px 0;
}

#checkoutBasket h1 {
	margin-bottom:10px;
	color:#a4a4a4;

	
}

#checkoutBasket #tbl_basket {
	font-size:11px;
	margin:0px;
	box-shadow:none;
	border-width:0 1px 0 1px;
	
}

#checkoutBasket #tbl_basket th
{
  background-color: ##3A0905;
  color: #fff;
  font-size: 11px;
  font-weight: bold;
  padding-top: 7px;
  padding-right: 0px;
  padding-bottom: 7px;
  padding-left: 0px;
}


#checkoutBasket #tbl_basket td.content table {
	border-bottom: 0px solid #e7ecef;
	border-collapse: collapse;
	float: left;
	margin-top: 0px;
	width: 100%;
}

#checkoutBasket #tbl_basket td.content th {
	background: transparent;
	color: #777777;
	text-decoration: none;
	font-size: 11px;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	width:auto;
}

#checkoutBasket #tbl_basket td.content td,
#checkoutBasket #tbl_basket td.content th {	
	border:0px;
	padding: 2px 2px 2px 0;
	text-align: left;
	color: #777777;
	width:auto;
}


#checkoutBasket #tbl_basket td.content b a
{
  font-size: 11px;
  color: #666666;
}

#checkoutBasket #tbl_basket td span
{
  display: block;
color: #777777;
  padding-top: 2px;
}

#checkoutBasket #tbl_basketTotals th {
	font-size:11px;
	color:#777777;
}

#checkoutBasket #tbl_basketTotals td
{
  color: #777777;
  padding-top: 5px;
  padding-right: 0px;
  padding-bottom: 5px;
  padding-left: 0px;
  text-align: right;
  font-size:11px;
}


#checkoutBasket #basketFooterRight {
	border:0px solid #ececec;
	background-color:#F7F7F7;
	float:left;
	width:310px;
	padding-right:10px;
	border-width:0;
}

#checkoutBasket .viewBasketBtn {
	background-color:#ADADAD;
	color:#fff;
	display:block;
	float:left;
	padding:6px 10px 5px 10px;
	text-decoration:none;
	border-radius:3px;
	-webkit-box-shadow:  1px 1px 1px 1px rgba(66, 66, 66, .2);
        
        box-shadow:  1px 1px 1px 1px rgba(66, 66, 66, .2);
        font-weight:bold;
        font-size:11px;
        margin:10px 0px 20px 90px;
}


#checkout {
	float: left;
	width: 590px;
	padding-top: 5px;
}



#checkout input,
#checkout select,
#checkout textarea {
	font-size: 10px;
	border:1px solid #ccc;
	border-radius:3px;
}

#checkout input[type="radio"]
{
	border:0px;
}

#checkout input {
	padding:3px;
}

#checkout .lefttd {
	width:200px;
	font-size:12px;
	background-color:#F2F2F2;
	padding:0 5px;
}

#checkout .question  {
	background-color:#F2F2F2;
	padding:3px 5px;
	margin-top:8px;
	width:auto;
	
}

#checkout .questionp {
	padding:3px 5px 3px 0;
	margin-top:8px;
	width:500px;
}


#checkout .questionp span {
	display:inline-block;
	background-color:#F2F2F2;
	padding:4px 5px;
}

#checkout .halfWidth {
	width:535px;
}

#checkout .pword {
	margin-top:-1px;
}

#checkout input[type=text],
#checkout input[type=password], #checkout  select{
	border:1px solid #ccc;
	padding:3px;
	border-radius:3px;
	width:160px;
}

#checkout select {
	padding:0px;
	width:auto;
}

#checkout .dp_statement {
	font-size:12px;
	width:190px;
	float:left;
	width:200px;
	font-size:12px;
	background-color:#F2F2F2;
	padding:5px;
	margin:0px 0 0 13px
}

#checkout .dp_checkboxes {
	font-size:12px;
	margin:3px 0 0 5px;
}

#checkout .buttons,
#checkout .buttonsLeft {
	width:100%;
	text-align:center;
	float:left;
	clear:both;
	margin-top:10px;

}

#checkout .buttonsLeft {
	text-align:left;
	margin-left:12px;
	background-color:#F2F2F2;
	width:316px;
	margin-top:-2px;
	padding:5px 0 10px 0;
	text-align:center;
}

#checkout .insert .buttonsLeft {
	display:none;
}

#checkout .buttonsRight {
	margin-top:20px;
	text-align:right;
	float:left;
	clear:both;
	width:100%;
	}



#checkout #stepHeader, 
#checkout .stepHeader, 
#checkout .stepHeaderDisabled, 
#checkout .stepHeaderCompleted, 
#checkout .stepHeaderCompletedDisabled  {
	border:1px solid #624300;
	border-width:1px 1px 0px 1px;
	float: left;	
	height: 35px;
	padding: 0px;	
	width: 588px;
	background-color:#624300;
}

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

#checkout .marginTop {
	margin-top:10px;
}

#checkout #stepHeader h1,
#checkout .stepHeader h1,
#checkout .stepHeaderDisabled h1, 
#checkout .stepHeaderCompleted h1, 
#checkout .stepHeaderCompletedDisabled h1 {
	padding: 10px 0px 0px 10px;
	color:#fff;
}

#checkout #stepHeader h2, 
#checkout .stepHeader h2,
#checkout .stepHeaderDisabled h2, 
#checkout .stepHeaderCompleted h2, 
#checkout .stepHeaderCompletedDisabled h2 { 
	float: left;
	font-size: 14px;
	line-height: 28px;	
	margin: 0px;
	padding: 3px 0px 0px 13px;
    width: 190px;	
    color:#fff;
}

#checkout .stepHeaderDisabled h2,#checkout .stepHeaderCompletedDisabled h2 {
    color:#ccc;
}

#checkout .stepHeaderCompleted h2 {
    color:#fff;
}

#checkout #stepHeader .inlineContent,
#checkout .stepHeader .inlineContent,
#checkout .stepHeaderDisabled .inlineContent, 
#checkout .stepHeaderCompleted .inlineContent, 
#checkout .stepHeaderCompletedDisabled .inlineContent {
	float: left;
	font-style: italic;
	line-height: 11px;
	padding-top: 5px;
	text-align: right;
	color:#fff;
	font-size:11px;
	width: 370px;
}

#checkout .stepHeader .inlineContent .headerInput,
#checkout .stepHeaderDisabled .inlineContent .headerInput, 
#checkout .stepHeaderCompleted .inlineContent .headerInput, 
#checkout .stepHeaderCompletedDisabled .inlineContent .headerInput{ 
    float:right;
    padding-top:2px;
}    

#checkout .stepHeader .inlineContent .headerText,
#checkout .stepHeaderDisabled .inlineContent .headerText, 
#checkout .stepHeaderCompleted .inlineContent .headerText, 
#checkout .stepHeaderCompletedDisabled .inlineContent .headerText{ 
    float:left;  
    padding-top:7px;
    text-align:right;
    color:#fff;
    font-size:11px;
    width:350px;
}  

#checkout .stepHeaderDisabled .inlineContent .labelBold b,
#checkout .stepHeaderCompleted .inlineContent .labelBold b,
#checkout .stepHeaderCompletedDisabled .inlineContent .labelBold b {
    float:left;
    margin-top:7px;
    text-align:right;
    color:#fff;
    font-size:11px;
    width:350px;
}

#checkout .stepHeaderCompleted .inlineContent .labelPayment {
	float:left;
	margin-top:-3px;	
}

#checkout .stepHeaderCompleted .inlineContent .labelPayment img {
	float:left;
}

#checkout .stepHeaderCompleted .inlineContent .labelPayment span {
	display:block;
	float:left;
	line-height:33px;
}

#checkout .stepHeader .inlineContent img,
#checkout .stepHeaderDisabled .inlineContent img, 
#checkout .stepHeaderCompleted .inlineContent img, 
#checkout .stepHeaderCompletedDisabled .inlineContent  img {
    float:right;
    margin-top:11px;
}

#checkout .stepHeaderDisabled .inlineContent,
#checkout .stepHeaderCompletedDisabled .inlineContent {
    color:#ccc;
}

#checkout #stepHeader .inlineContent label,
#checkout .stepHeader .inlineContent label {
	font-weight: bold;
}

#checkout .stepContent {
	float: left;
	font-size: 12px;
	padding-top: 5px;
	width: 370px;
}

#checkout .stepContent .left,
#checkout #stepHeader .inlineContent .left,
#checkout .stepHeader .inlineContent .left,
#checkout .stepHeaderDisabled .inlineContent .addressLeft,
#checkout .stepHeader .inlineContent .addressLeft,
#checkout .stepHeaderCompleted .inlineContent .addressLeft,
#checkout .stepHeaderCompletedDisabled .inlineContent .addressLeft {
	float: left;
	line-height:12px;
	width: 370px;
	color:#fff;
	font-size:11px;
	text-align:right;
}

#checkout .delivery_stepContainer .inlineContent .addressLeft,
#checkout .checkout_invoiceAddress .inlineContent .addressLeft{
	width:350px;
}

#checkout .stepHeaderCompleted .inlineContent .addressLeft a {
	color:#fff;
	
}

#checkout .stepContent .right,
#checkout #stepHeader .inlineContent .right {
	float: left;
	width: 110px;
	padding-top: 5px;
}

#checkout #stepHeader .inlineContent .left { /* display address information inline */
	font-size: 11px;
	float: left;
	width: 250px;
}

#checkout #stepHeader .inlineContent .right { /* show change address button */
	float: right;
	width: 112px;

}

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

#checkout .stepHeaderCompleted, 
#checkout .stepHeaderCompletedDisabled {
	background-color:#415426;
	border-color:#415426;
}

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

#checkout .stepInner {
	float: left;	
	margin: 0px;
	padding: 10px 0 0 0px;	
	width: 588px;
}

#checkout .stepInner table {
	margin-left:10px !important;
	float:left;
}

#checkout .dp_statement,
#checkout .dp_checkboxes {
	float: left;
}

#checkout th.dp_th,
#checkout th.createAccount{
	vertical-align: top;
}

#checkout .dp_td .dp_statement,
#checkout .dp_td .dp_checkboxes{
	float: left;
	width: 100%;
}

#checkout .stepInner p {
	margin: 0px;
	padding: 5px 13px;	
	font-size:12px;
	float:left;
}

#checkout .stepInner p .btnLogout {
	float:right;
}

#checkout .stepInner .terms {
	background-color:#fbfbfb;
	border:1px solid #eee;
	float: left;
	margin: 10px;
	max-height: 100px;	
	overflow: auto;
    padding:5px;
	width: 710px;
}

#checkout .stepInner .terms h3 {
	padding:5px 10px;
}

#checkout #confirmPayment { /* Payment button container */
	float: left;
	padding: 20px 0px;
	width: 100%;
	text-align: center;
}

#checkout .paymentTable {
	margin:10px 0; 
	float:left;
	clear:both;
	width:100%;
}

#checkout p.confirmTerms {
	font-size:12px !important;
	margin-top:10px;
	padding-top:5px;
	text-align:left;
	float:left;
	clear:both;
	width:530px;
	margin-left:13px;
	background-color:#F2F2F2;
	display:block;
	padding-left:0px;
}

#checkout #confirmPayment a {
	color:#fff;
	background:url('../images/layout/proceed.png') no-repeat top left;	
	display:inline-block;
	height: 22px;
	width: 230px;
	font-weight: bold;
	font-size: 1.4em;
	padding: 9px 0px 0px 14px;
	text-align: center;
	text-transform: uppercase;
}

#checkout .stepFooter,
#checkout .stepFooterDisabled,
#checkout .stepFooterCompleted, 
#checkout .stepFooterCompletedDisabled {
	float: left;
	border:1px solid #dbdbdb;
	border-width:0px 1px 1px 1px; 
    height: 11px;
	margin-bottom: 10px;
	padding: 0px;	
	width: 588px;
}

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

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

#checkout .deliveryTable {
	float:left;
	clear:left;
	width:350px;
}


#checkout #deliveryAddressSelected {
	float: left;
	margin: 0px 5px 0px 13px;
	width: 350px;
}

#checkout #deliveryAddressSelected .stepContent {
	float: left;
	padding-bottom: 0px;
	width: 350px;	
	
}

#checkout #deliveryAddressSelected .stepContent .checkout_delivery table.deliveryInfo {
	color: #000;
	margin: 0px 0 0 0px;
	overflow: hidden;
	width: 350px;
	float:left;
}

#checkout .deliveryAddressSelected .buttons {
	margin-left:10px;
	margin-right:10px;
}

#checkout #deliveryAddressSelected .stepContent .checkout_delivery {
	padding:10px 0 0 0px;
	float:left;
}


#checkout .checkout_delivery.display {
	background-color:#F2F2F2;
	width:290px;
	margin-left:12px;
	margin-top:14px;
}

#checkout #deliveryAddressSelected .stepContent .checkout_delivery table.deliveryInfo td {
	border: 0px solid blue;
}

#checkout #deliveryAddressSelected .stepContent .checkout_delivery table.deliveryInfo td span {
	float: left;	
	font-size: 12px;
    padding:2px 0px;
}

#checkout #deliveryAddressSelected .stepContent .checkout_delivery table.deliveryInfo th {
	color: #696969;
	font-size: 12px;
	padding: 2px 5px 2px 0px;
	width: 80px;
}

#checkout #deliveryAddressSelected .stepContent table input,
#checkout #deliveryAddressSelected .stepContent table select {
    -moz-border-radius: 3px; 
    -webkit-border-radius: 3px;
    border:1px solid #ccc;
    font-size:12px;
    padding:4px;
    width:210px;
}
    

#checkout #deliveryAddressSelected .stepContent table td.postcode input {
	float:left;
	width:80px;
}
    
#checkout #deliveryAddressSelected .stepContent table td.postcode img {
	float:left;	
	margin:2px 0px 0px 5px;
}    
	
#checkout #deliveryAddressSelected .stepContent table .buttons input {
	padding:0px;
	width:auto;
}

#checkout #deliveryAddressSelected .stepContent table select {
    -moz-border-radius: 2px; 
    -webkit-border-radius: 2px;
    height:24px;
    line-height:24px;
    padding:0px;
    width:220px;
}

#checkout #deliveryAddressSelected .stepContent table input.wide, 
#checkout #deliveryAddressSelected .stepContent table input {
	width: 210px;
}


#checkout #deliveryAddressSelected .header {
	display:none;
}

#checkout .checkout_delivery {
	padding:10px 13px 0px 13px;
	font-size:12px;
	float:left;
	width:100%;
}

#checkout .checkout_delivery .deliveryInfo {
	margin:10px 0;
}

#checkout #deliveryAddressSelected .stepContent table input.narrow {
	width: 210px;
}
	

#checkout table.createAccountPassword {
	float: left;
	width: 400px;
}

#checkout table.createAccountPassword th {
	width:200px;
}	

#checkout #deliveryAddressSelected .buttons {
	float: left;
	padding: 20px 5px 0px 5px;
	text-align: center;
	width: 265px;
}
#checkout #deliveryAddressSelected  .changeAddressText {
   	margin:0px 0px 5px 0px;
    padding:5px 5px 5px 0px;
    width:250px;  
}

#checkout #deliveryAddressAlternative {
	float: left;	
	height: 300px;

	overflow: auto;
	width: 230px;
	font-size:11px;
}

#checkout #deliveryAddressAlternative .selectedAddressMsg { 
    color:#d00707; 
    font-weight:bold;
    margin-right:5px;
}

#checkout #deliveryAddressAlternative .item .header {
	float: left;
	height: 14px;
	width: 208px;
	background-color:#F2F2F2;
}

#checkout #deliveryAddressAlternative .item .stepContent {
	float: left;
	margin-bottom: 10px;
	padding:0px 0px 5px 6px;	
	width: 201px;	
	font-size:11px;
	background-color:#F2F2F2;
}

#checkout #deliveryAddressAlternative .item .stepContent .left {
	float: left;
	padding-bottom:3px;
	padding-right:5px;
	width: 197px;
	font-size:11px;
	text-align:left;
}

#checkout #deliveryAddressAlternative .item .stepContent .right {
	float: left;
	width: 201px;
	text-align:left;
	margin-top:3px;
}

#checkout #deliveryAddressAlternative .item .stepContent .right input {
	display:inline;
	float:left;
	
	padding:0px 0px 0px 0px;
}

#checkout #deliveryAddressAlternative .item .stepContent .right img {
	display:inline;
}

#checkout_carriage {
	font-size:12px;

}

#checkout_carriage p {
	font-size:12px;
	padding-left:2px;
}

.checkout_login table,
#checkout_carriage table,
#checkout_payment table,
#checkout_confirm table,
#checkout_dataprotection table {
	float: left;
	font-size: 12px;
	margin-top:10px;
	width: 550px;
}

#checkout_carriage table.nomargin, #checkout_confirm table {
	margin:0px;
}

#checkout_carriage table.nomargin.pword {
	margin-top:-1px;
}

.checkout_login table th,
#checkout_payment table th {
	font-size: 12px;
	text-align: right;
	padding: 2px 10px 2px 0px;	
	vertical-align: middle;
	width: 250px;
}

#checkout_carriage table th,
#checkout_confirm table th {
	text-align:left;
	width:200px;
	font-weight:normal;
	padding:0px;
	font-size:12px;
	background-color:#F2F2F2;
	padding:5px 0 5px; 5px;
	vertical-align:middle;
}

#checkout_confirm table th {
	width:120px;
}

.checkout_login table td,
#checkout_carriage table td,
#checkout_payment table td,
#checkout_confirm table td {
	font-size: 11px;
/*	width: 400px;*/
	padding: 2px 0px;
}

#checkout_carriage table td,
#checkout_confirm table td,
#checkout_carriage table th,
#checkout_confirm table th
{
	padding-left:5px;
}

.checkout_login table td.center,
.checkout_delivery table.deliveryInfo td.center,
#checkout_carriage table td.center,
#checkout_payment table td.center,
#checkout_confirm table td.center,
#checkout table td.center,
#checkout_dataprotection table td.center {
	text-align: center;
	
}

.checkout_delivery table.deliveryInfo th {
	text-align: left;
	padding:0px 0 0 5px;
	font-size:12px;
	font-weight:normal;
	width:120px;
	background-color:#F2F2F2;
	vertical-align:middle;
}

.stepContainer .stepInner ul,
.stepContainer .stepInner li {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	float: left;
}

.stepContainer .stepInner li {
	width: 100%;
}

.stepContainer .stepInner li a {
	padding-left: 30px;
	
	font-style:italic;
}

.stepContainer .stepInner .horiList {
	float: left;
	width:550px;
	margin: 0px 10px 0px 20px;
	padding: 15px 0px;
	list-style-type: none;

}

.stepContainer .stepInner .horiList li {
	margin: 0px;
	padding: 0px;
	float: left;	
	width: 130px;
	padding-right: 1px;
	padding-left:3px;
}

.stepContainer .stepInner .horiList li a {
	float: left;
	width: 100%;
	padding-left: 0px;
	background-color: #006633;
	color:#fff;
	line-height: 40px;
	text-align: center;
}

.stepContainer .stepInner .horiList li a:hover {
	background-color: #333;
	color: #fff;
}

.stepContainer .stepInnerHistory {
    
    width:560px;
   margin:0px auto;
}

.stepContainer .stepInnerHistory p {
    line-height:20px;
}


.stepContainer .stepInner ul,
.stepContainer .stepInner li, 
.stepInner ul,
.stepInner li{
	float: left;
	list-style-type: none;
	margin: 0px;
	padding: 0px;	
}

.stepContainer .stepInner li {
	width: 100%;
}

.stepContainer .stepInner li a {

	padding-left: 30px;		
}

.stepInner .horiList {
	border-bottom:3px solid #415426;
	float: left;
	list-style-type: none;
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 0px 0px;	
	width:760px;	
}

.stepInner .horiList li {
	float: left;	
	margin: 0px;
	padding: 0px 1px 0px 0px;
	width: 130px;
}

.stepInner .horiList li a {
	background-color: #636363;
	color:#fff;
	float: left;
	line-height: 30px;
	padding-left: 0px;
	text-align: center;
	width: 100%;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}

.stepInner .horiList li.selected a {
	background-color:#415426;
}

.stepInner .horiList li a:hover {
	background-color: #415426;
	color: #fff;
	text-decoration:none;
}

#orderManager {
	padding: 0px 20px 15px 20px;
}

#orderManager #checkout #stepHeader {
	border:1px solid #dadada;	
	border-width:0px 1px;
	width:758px;
	background-color:#fff;
	color:#415426;
}

#orderManager #checkout #stepHeader h2 {
	margin-top:5px;
	text-transform:uppercase;	
	color:#415426;
}

#orderManager #checkout {
	margin:0px;
	padding:0px;
}

#orderManager #checkout .stepFooter {
	border:1px solid #dadada;	
	border-width:0px 1px 1px 1px;
	width:758px;
}

#orderManager #checkout .stepContainer {
	border:1px solid #dadada;
	border-width:0px 1px;
	width:758px;
}

.stepContainer .stepInnerHistory {    
	margin:10px auto 0px auto;
	width:725px;
}

.stepContainer .stepInnerHistory p {
    line-height:17px;
	padding-left:4px;
}



#delivery_stepContainer,
.stepContent {
	position:relative;
}





#checkout .deliveryAddressLookup,
#checkout .invoiceAddressLookup  
{
	margin-top: -382px;
	margin-left: 10px;
	background-color: #f2f2f2;
	width: 550px;
	min-height:380px;
	z-index: 999;
	float: left;
	border:1px solid #ddd;

	

}

#checkout .deliveryAddressLookup .postcodeLookup,
#checkout .invoiceAddressLookup .postcodeLookup {
    margin-left:10px;
    margin-top:10px;
}

#checkout .deliveryAddressLookup .postcodeLookup h3,
#checkout .invoiceAddressLookup .postcodeLookup h3 {
    margin-bottom:10px;
}

#checkout .deliveryAddressLookup .postcodeLookup th,
#checkout .invoiceAddressLookup .postcodeLookup th {
    padding-bottom:8px;
    padding-top:2px;
}    

#checkout .deliveryAddressLookup .postcodeLookup td,
#checkout .invoiceAddressLookup .postcodeLookup td {
    padding-right:5px;
} 

#checkout .deliveryAddressLookup .postcodeLookup a,
#checkout .invoiceAddressLookup .postcodeLookup a {

}  

#checkout .deliveryAddressLookup .postcodeLookup li.whiteLine,
#checkout .invoiceAddressLookup .postcodeLookup li.whiteLine {
    background-color:#fff;
} 

#checkout .deliveryAddressLookup .postcodeLookup .subHead,
#checkout .invoiceAddressLookup .postcodeLookup .subHead {
    font-weight:bold;
    font-style:italic;
   
}

#checkout .deliveryAddressLookup .postcodeLookup .selectAddress,
#checkout .invoiceAddressLookup .postcodeLookup .selectAddress {
    height:280px;
    overflow:auto;
    margin-top:10px;
    border:1px solid #ddd;
    width:520px;
}


#checkout .deliveryAddressLookup .postcodeLookup .selectAddress li a,
#checkout .invoiceAddressLookup .postcodeLookup .selectAddress li a {
    color:#4C4A4A;
    text-decoration:none;
   
}

#checkout .deliveryAddressLookup .postcodeLookup .selectAddress li a:hover,
#checkout .deliveryAddressLookup .postcodeLookup .selectAddress li:hover a,
#checkout .invoiceAddressLookup .postcodeLookup .selectAddress li a:hover,
#checkout .invoiceAddressLookup .postcodeLookup .selectAddress li:hover a {
    color:#fff;
    background-color:#007C3E;   
}

#checkout .deliveryAddressLookup .postcodeLookup .selectAddress ul li,
#checkout .invoiceAddressLookup .postcodeLookup .selectAddress ul li{
    list-style-type:none;   
}

#checkout .deliveryAddressLookup .postcodeLookup .selectAddress ul,
#checkout .invoiceAddressLookup .postcodeLookup .selectAddress ul {
    padding:0px;
    margin:0px;  
    width:500px;
}        

#checkout .deliveryAddressLookup .postcodeLookup .selectAddress li a,
#checkout .deliveryAddressLookup .postcodeLookup .selectAddress li a:link,
#checkout .deliveryAddressLookup .postcodeLookup .selectAddress li a:visited,
#checkout .invoiceAddressLookup .postcodeLookup .selectAddress li a,
#checkout .invoiceAddressLookup .postcodeLookup .selectAddress li a:link,
#checkout .invoiceAddressLookup .postcodeLookup .selectAddress li a:visited {	
	min-height: 18px;
	width:490px;
	display: block;
	text-decoration: none;
	padding: 0px 10px;
	padding-right:0px;
	line-height:18px;
	
}


#checkout .continueBtn {
    margin-top:5px;
    text-align:center;
    width:100%;
}    

#checkout .confirmTitle {    
    margin:10px 0px 0px 10px
}

#checkout .stepInner .paymentMethods input {
	float:left;
	margin-right:8px;
}

#checkout .stepInner .paymentMethods span,
#checkout .stepInner .paymentMethods img {
	float:left;
	display:block;
	line-height:23px;
}

#checkout .stepInner .paymentMethods td{
	vertical-align:middle;
}

#checkout .stepInner .paymentMethods {

	width:300px;
	margin:0px auto;
	float:none;
	clear:both;
}