/*
## checkoutOrderDetails
********************************************************************/


#checkoutOrderDetails .deliveryCartItems{

	margin-top:5px;
	 background:#fff;
     padding:10px 15px;
}

#checkoutOrderDetails .deliveryCartItem{
    clear:both;
    margin:5px 0 10px 0;
}

#checkoutOrderDetails .deliveryCartItems thead td{
	border-bottom:1px solid #a5a5a5;
	height:30px;
	line-height:30px;
	text-transform:uppercase;
	font-weight:bold;
	font-size:1.2em;
	padding-left: 5px;
	background-color: #f6f6f6;
}

#checkoutOrderDetails .deliveryCartItems .thumb{
	width:70px;
}

#checkoutOrderDetails .deliveryCartItems .thumb img {
	width:70px;
}


#checkoutOrderDetails .deliveryCartItems .desc{
	vertical-align:top;
	padding:20px 0 0 0;
}

#checkoutOrderDetails .deliveryCartItems .name{
	font-weight:bold;
}


#checkoutOrderDetails .deliveryCartItems .priceRow{
	width:33%;
	/*border-bottom:1px dotted #a5a5a5;*/
}

#checkoutOrderDetails .pickupCartItems{
	margin:40px 0 ;
}

.pickupCartItems{
	width:100%;
}

.pickupCartItems thead td{
	border-bottom:1px solid #a5a5a5;
	height:30px;
	line-height:30px;
	text-transform:uppercase;
	font-weight:bold;
	font-size:1.2em;
	padding-left: 5px;
	background-color: #f6f6f6;
}


.pickupCartItems .address td{
	border-bottom:1px dotted #a5a5a5;
	padding:10px 0;
}

.pickupCartItems .address .storeName{
	font-weight:bold;
}


.pickupCartItems .thumb{
	width:50px;
	padding:20px 10px 0 0;
	vertical-align:top;
}

.pickupCartItems .thumb img{
	width:50px;
}

.pickupCartItems .desc{
	vertical-align:top;
	padding:20px 0 0 0;
}

.pickupCartItems .name{
	font-weight:bold;
}




.pickupCartItems .priceRow{
	width:33%;
	border-bottom:1px dotted #a5a5a5;
}
/*
#checkout-summary-reviewSummary{
    background:#fcfcfc;
    margin-top:5px;
    width: 100%;
    float: left;
}

#checkout-summary-reviewSummary .summary{
    width:350px;
    float:right;
    padding:10px;
    line-height: 25px;
}

#checkout-summary-reviewSummary .summary>tbody >tr >td{
    text-align:right;
}
*/

/*
## checkoutContentPanel
********************************************************************/

#CheckoutReviewPage .paymentMethods ul >li {
    float:left;
     white-space: nowrap;
     height:30px;
}

#checkoutContentPanel{
	position:relative;
	padding:4% 3%;
}

#CheckoutReviewPage #checkoutContentPanel{
    padding:0px;
}

#checkoutOrderDetails #cartTotalDiv{
    border-top:none;
}

#checkoutOrderDetails .headline,
#checkoutContentPanel .headline{
	border-bottom: 1px solid #A5A5A5;
	font-size: 1.2em;
	font-weight: bold;
	height: 39px;
	line-height: 39px;
	text-transform: uppercase;
	margin:0 0 20px 0;
}

#checkoutOrderDetails .headline{
    margin:0 0 0 0;
}

#checkoutContentPanel .description{
	margin:0 0 20px 0;
}

#checkoutContentPanel .contentPanelRight,
#checkoutContentPanel .contentPanelLeft{
	width:244px;
}


#checkoutContentPanel .contentPanelLeft{
	margin:0 20px 0 0;
}


#checkoutContentPanel .savedPaymentItem{
	border: 1px dotted #A5A5A5;
	margin:0 0 10px 0;
}



#checkoutContentPanel .i18nAddressForm,
#checkoutContentPanel .billingAddressForm,
#checkoutContentPanel .cardForm{
	margin-right:-20px;
}
#checkoutContentPanel .control-group{
	float:left;
	width:244px;
	margin-right:20px;
}


#checkoutContentPanel .form-actions{
	position:absolute;
	bottom:-250px;
	right:0;
	left: 0;
}


#checkoutContentPanel .form-actions button.positive{
	margin-right:0;
}


#checkoutContentPanel .form-additionals{
}


#checkoutContentPanel .form-additionals .control-group{
	width:100%;
}


#checkoutContentPanel .form-additionals button{
	clear:both;

	width:50%;
}














#savedAddressListHolder,
#savedPaymentListHolder{
	display:none;
}









/*
simplifyPickupPanel
*/

.simplifyPickupPanel{
	border: 1px dotted #A5A5A5;
	padding:0 20px 20px 20px;
	margin:0 0 20px 0;
	position:relative;
	background:#F6F6F6;
}

.simplifyPickupPanel .headline{
	border-bottom: 1px dotted #A5A5A5;
	font-size: 1em;
	font-weight: bold;
	line-height: 17px;
	padding-bottom: 5px;
	margin:10px 0 20px 0;
}



.simplifyPickupPanel .description{
	margin:0 0 20px 0;
}

.simplifyPickupPanel .content span{
	display:block;
	font-weight:normal;
}

.simplifyPickupPanel .content span.strong{

	font-weight:bold;
}

.simplifyPickupPanel .content input{
	float:left;
}

.simplifyPickupPanel .content span.pickupAdressList{
	margin:0 0 0 30px;
}


.selectDeliverylocationItemLabel{}


.simplifyPickupPanel .footline{
	clear:both;
	margin:20px 0 0 0;
	padding:5px 0 0 0;
	border-top: 1px dotted #A5A5A5;

}

.simplifyPickupPanel .footlineText{
	float:left;
	width:50%;
	padding:8px 0 0 0;

}

#checkoutContentPanel .control-group.security{
	width:150px;
	margin:20px 0 0 0;
}


#checkoutContentPanel input.security{
	width:50px;
	float:left;
}
#checkoutContentPanel .security_code_what{
	float:left;
	display:block;
	margin:7px;
	line-height:30px;
}






fieldset.cardDate{
 	width:244px;
	float:left;
	margin:0 20px 0 0;
}

fieldset.cardDate legend{
	border: 0;
	font-size: 14px;
	font-weight: normal;
	line-height: 20px;
	margin: 0 0 5px;
	overflow: hidden;
	white-space: nowrap;
	width: 244px;
}

fieldset.cardDate label{
 	display:none;
}

#checkoutContentPanel fieldset.cardDate .control-group{
 	width:111px ;
	margin:0 0 0 20px;
}

#checkoutContentPanel fieldset.cardDate legend + .control-group{
	margin:0;
}


/*#checkoutContentPanel .summaryDeliveryMode,
#checkoutContentPanel .summaryPayment{
	position:relative;
	padding: 0 0 20px 0;
}
*/

#checkoutContentPanel .editButton{
	position:absolute;
	right:0;
	bottom:20px;
	margin:0;
}



#checkoutContentPanel hr{
	background:0;
	border:0;
	border-bottom: 1px dotted #A5A5A5;
	margin:0 0 20px 0;
}


#checkoutContentPanel.summaryFlow{
	padding: 0 20px;
}

#checkoutContentPanel.summaryFlow strong{
	margin:0 0 5px 0;
	display:block;
}





/*
#summaryDeliveryAddressOverlay .description{
	margin:0 0 20px 0;
}*/


.summaryOverlay {
	padding:20px;
}


.summaryOverlay .headline{
	border-bottom: 1px dotted #A5A5A5;
	font-size: 1.2em;
	font-weight: bold;
	height: 39px;
	line-height: 39px;
	text-transform: uppercase;
	margin:0 0 20px 0;
}


.summaryOverlay .description{
	margin:0 0 20px 0;
}




.summaryOverlay form{

	margin-right:-20px;
}

.summaryOverlay .control-group{
	float:left;
	width:387px;
	margin-right:20px;
}


.summaryOverlay .form-actions{

}



.summaryOverlay #summaryDeliveryAddressBook{
	display:none;
}




.summaryPaymentOverlay form{
	margin:0;
}







.summaryOverlay fieldset.cardDate{
 	width:387px;
	float:left;
	margin:0 20px 0 0;
}

.summaryOverlay fieldset.cardDate legend{
	border: 0;
	font-size: 14px;
	font-weight: normal;
	line-height: 20px;
	margin: 0 0 5px;
	overflow: hidden;
	white-space: nowrap;
	width: 387px;
}







.summaryOverlay fieldset.cardDate .control-group{
 	width:183px ;
	margin:0 0 0 20px;
}

.summaryOverlay fieldset.cardDate legend + .control-group{
	margin:0;
}


.summaryOverlay fieldset.cardDate .control-group select{
	margin-top:2px;
}


#summaryDeliveryAddressBook .addressList{

	margin:0 -20px 0 0;
}



#summaryDeliveryAddressBook .addressEntry{
	float:left;
	width:387px;
	margin:0 20px 20px 0;
	border-bottom: 1px dotted #A5A5A5;
	padding: 0 0 20px 0;
}

#summaryDeliveryAddressBook .addressEntry.default{
	background:#f8f8f8;
}


#summaryDeliveryAddressBook .addressEntry button{
	float:none;

}



#savedAddressList .addressList{

	margin:0 -20px 0 0;
}





#savedAddressList .addressEntry.default{
	background:#f8f8f8;
}


#savedAddressList .addressEntry button{
	float:none;

}




#savedPaymentList .paymentList{

	margin:0 -20px 0 0;
	max-height: 350px;
	overflow: auto;
}



#savedPaymentList .paymentEntry{
	float:left;
	width:387px;
	margin:0 20px 20px 0;
	border-bottom: 1px dotted #A5A5A5;
	padding: 0 0 20px 0;
}




#savedPaymentList .paymentEntry ul{
	float:left;
}

#savedPaymentList .paymentEntry form{
	clear:right;
}

#savedPaymentList .paymentEntry button{
	margin: 0 20px 20px 20px;

}


.thankyou-orderListTable{
    width: 100%;
}

.thankyou-orderListTable >thead>tr>th{
    border-bottom:1px solid #ccc;
}

.thankyou-giftCardMessage{
    width: 100%;
    background: #fcfcfc;
    float: left;
    border-top: 1px solid #f5f5f5;
    margin:20px 0px;
}

.thankyou-giftCardMessage .giftCardTitle{
    width:100%;
    text-align:left;
}



/*
## checkoutContentPanel
********************************************************************/

#checkoutAddressPanel{
	padding:15px 0px;
	position:relative;
	display:none;
}


#checkoutAddressPanel .headline{
    border-bottom:none;
	border-top: 1px solid #A5A5A5;
	font-size: 1.2em;
	font-weight: bold;
	height: 39px;
	line-height: 39px;
	text-transform: uppercase;
	margin:0 0 20px 0;
}

#checkoutAddressPanel .description{
	margin:0 0 20px 0;
}

#checkoutAddressPanel .contentPanelRight,
#checkoutAddressPanel .contentPanelLeft{
	width:244px;
}

#checkoutAddressPanel .contentPanelLeft{
	margin:0 20px 0 0;
}

#checkoutAddressPanel .savedPaymentItem{
	border: 1px dotted #A5A5A5;
	margin:0 0 10px 0;
}

#checkoutAddressPanel .i18nAddressForm,
#checkoutAddressPanel .billingAddressForm,
#checkoutAddressPanel .cardForm{
	margin-right:-20px;
}

#checkoutAddressPanel .form-actions{
	position:absolute;
	bottom:-250px;
	right:0;
	left: 0;
}

#checkoutAddressPanel .form-actions button.positive{
	margin-right:0;
}

#checkoutAddressPanel .form-additionals{
}

#checkoutAddressPanel .form-additionals .control-group{
	width:100%;
}

#checkoutAddressPanel .form-additionals button{
	clear:both;
	width:50%;
}

#savedAddressListHolder,
#savedPaymentListHolder{
	display:none;
}

#checkoutAddressPanel .defaultAddress{
    width:100%;
    float:left;
}

#addressFormTop .labels{
    margin:  0 0 12px 0px;
}

#addressFormTop > div{
    clear:both;
}

#addressForm .pd > .control-group,
#addressForm > .control-group,
#addressFormTop .control-group{
    height: 29px;
}


#addressFormTop .control-label{
    width:100px;

}




/********  simplifyPickupPanel  *******************/

.simplifyPickupPanel{
	border: 1px dotted #A5A5A5;
	padding:0 20px 20px 20px;
	margin:0 0 20px 0;
	position:relative;
	background:#F6F6F6;
}

.simplifyPickupPanel .headline{
	border-bottom: 1px dotted #A5A5A5;
	font-size: 1em;
	font-weight: bold;
	line-height: 17px;
	padding-bottom: 5px;
	margin:10px 0 20px 0;
}

.simplifyPickupPanel .description{
	margin:0 0 20px 0;
}

.simplifyPickupPanel .content span{
	display:block;
	font-weight:normal;
}

.simplifyPickupPanel .content span.strong{
	font-weight:bold;
}

.simplifyPickupPanel .content input{
	float:left;
}

.simplifyPickupPanel .content span.pickupAdressList{
	margin:0 0 0 30px;
}

.selectDeliverylocationItemLabel{}

.simplifyPickupPanel .footline{
	clear:both;
	margin:20px 0 0 0;
	padding:5px 0 0 0;
	border-top: 1px dotted #A5A5A5;

}

.simplifyPickupPanel .footlineText{
	float:left;
	width:50%;
	padding:8px 0 0 0;
}

#checkoutAddressPanel .control-group.security{
	width:150px;
	margin:20px 0 0 0;
}

#checkoutAddressPanel input.security{
	width:50px;
	float:left;
}
#checkoutAddressPanel .security_code_what{
	float:left;
	display:block;
	margin:7px;
	line-height:30px;
}

fieldset.cardDate{
 	width:244px;
	float:left;
	margin:0 20px 0 0;
}

fieldset.cardDate legend{
	border: 0;
	font-size: 14px;
	font-weight: normal;
	line-height: 20px;
	margin: 0 0 5px;
	overflow: hidden;
	white-space: nowrap;
	width: 244px;
}

fieldset.cardDate label{
 	display:none;
}

#checkoutAddressPanel fieldset.cardDate .control-group{
 	width:111px ;
	margin:0 0 0 20px;
}

#checkoutAddressPanel fieldset.cardDate legend + .control-group{
	margin:0;
}

#checkoutAddressPanel .summaryDeliveryAddress,
#checkoutAddressPanel .summaryDeliveryMode,
#checkoutAddressPanel .summaryPayment{
	position:relative;
	padding: 0 0 20px 0;
}

#checkoutAddressPanel .editButton{
	position:absolute;
	right:0;
	bottom:20px;
	margin:0;
}


#checkoutAddressPanel.summaryFlow{
	padding: 0 20px;
}

#checkoutAddressPanel.summaryFlow strong{
	margin:0 0 5px 0;
	display:block;
}

/*
#summaryDeliveryAddressOverlay .description{
	margin:0 0 20px 0;
}*/

.summaryOverlay {
	padding:20px;
}

.summaryOverlay .headline{
	border-bottom: 1px dotted #A5A5A5;
	font-size: 1.2em;
	font-weight: bold;
	height: 39px;
	line-height: 39px;
	text-transform: uppercase;
	margin:0 0 20px 0;
}

.summaryOverlay .description{
	margin:0 0 20px 0;
}

.summaryOverlay form{
	margin-right:-20px;
}

.summaryOverlay .control-group{
	float:left;
	width:387px;
	margin-right:20px;
}

.summaryOverlay .form-actions{
}

.summaryOverlay #summaryDeliveryAddressBook{
	display:none;
}

.summaryPaymentOverlay form{
	margin:0;
}

.summaryOverlay fieldset.cardDate{
 	width:387px;
	float:left;
	margin:0 20px 0 0;
}

.summaryOverlay fieldset.cardDate legend{
	border: 0;
	font-size: 14px;
	font-weight: normal;
	line-height: 20px;
	margin: 0 0 5px;
	overflow: hidden;
	white-space: nowrap;
	width: 387px;
}

.summaryOverlay fieldset.cardDate .control-group{
 	width:183px ;
	margin:0 0 0 20px;
}

.summaryOverlay fieldset.cardDate legend + .control-group{
	margin:0;
}

.summaryOverlay fieldset.cardDate .control-group select{
	margin-top:2px;
}

#summaryDeliveryAddressBook .addressList{
	margin:0 -20px 0 0;
}

#summaryDeliveryAddressBook .addressEntry{
	float:left;
	width:387px;
	margin:0 20px 20px 0;
	border-bottom: 1px dotted #A5A5A5;
	padding: 0 0 20px 0;
}

#summaryDeliveryAddressBook .addressEntry.default{
	background:#f8f8f8;
}

#summaryDeliveryAddressBook .addressEntry button{
	float:none;
}

#savedAddressList .addressList{
	margin:0 -20px 0 0;
}

#savedAddressList .addressEntry{
	float:left;
	width:387px;
	margin:0 20px 20px 0;
	border-bottom: 1px dotted #A5A5A5;
	padding: 0 0 20px 0;
}

#savedAddressList .addressEntry.default{
	background:#f8f8f8;
}

#savedAddressList .addressEntry button{
	float:none;
}

#savedPaymentList .paymentList{
	margin:0 -20px 0 0;
	max-height: 350px;
	overflow: auto;
}

#savedPaymentList .paymentEntry{
	float:left;
	width:387px;
	margin:0 20px 20px 0;
	border-bottom: 1px dotted #A5A5A5;
	padding: 0 0 20px 0;
}

#savedPaymentList .paymentEntry ul{
	float:left;
}

#savedPaymentList .paymentEntry form{
	clear:right;
}

#savedPaymentList .paymentEntry button{
	margin: 0 20px 20px 20px;
}


#i18nAddressForm .control-group >label,
#countrySelector .control-group >label,
#recipient .control-group >label{
    float:left;
    /*width:100px;*/
    margin:0px 0px 12px 0px;
}



#i18nAddressForm .control-group .controls{
    float:left;
}



.addressForm2{
    margin-bottom:30px;
}

/*.selectedShippingAddress{
    position: absolute;
    right: 10px;
    bottom: 8px;
	color: #999;
	background:url('../images/address_tick.png') no-repeat scroll 0% 0% transparent;
	width:30px;
	height:30px;

}*/


/*
## checkoutContentPanel
********************************************************************/
.deliveryAddressPage{
    background:#fff;
    float:left;
    width:990px;
}


#checkoutDeliveryMethodPanel{
	padding:0 20px 20px 25px;
	position:relative;
	display:none;
}

#checkoutDeliveryMethodPanel .headline{
	border-bottom: 1px solid #A5A5A5;
	font-size: 1.2em;
	font-weight: bold;
	height: 39px;
	line-height: 39px;
	text-transform: uppercase;
	margin:0 0 20px 0;
}

#checkoutDeliveryMethodPanel .description{
	margin:0 0 20px 0;
}

#checkoutDeliveryMethodPanel .contentPanelRight,
#checkoutDeliveryMethodPanel .contentPanelLeft{
	width:244px;
}

#checkoutDeliveryMethodPanel .contentPanelLeft{
	margin:0 20px 0 0;
}

#checkoutDeliveryMethodPanel .savedPaymentItem{
	border: 1px dotted #A5A5A5;
	margin:0 0 10px 0;
}

#checkoutDeliveryMethodPanel .i18nAddressForm,
#checkoutDeliveryMethodPanel .billingAddressForm,
#checkoutDeliveryMethodPanel .cardForm{
	margin-right:-20px;
}
#checkoutDeliveryMethodPanel .control-group{
	float:left;
	width:244px;
	margin-right:20px;
}

#checkoutDeliveryMethodPanel .form-actions{
	position:absolute;
	bottom:-250px;
	right:0;
	left: 0;
}

#checkoutDeliveryMethodPanel .form-actions button.positive{
	margin-right:0;
}

#checkoutDeliveryMethodPanel .form-additionals{
}

#checkoutDeliveryMethodPanel .form-additionals .control-group{
	width:100%;
}

#checkoutDeliveryMethodPanel .form-additionals button{
	clear:both;
	width:50%;
}

#savedAddressListHolder,
#savedPaymentListHolder{
	display:none;
}


/*
simplifyPickupPanel
*/

.simplifyPickupPanel{
	border: 1px dotted #A5A5A5;
	padding:0 20px 20px 20px;
	margin:0 0 20px 0;
	position:relative;
	background:#F6F6F6;
}

.simplifyPickupPanel .headline{
	border-bottom: 1px dotted #A5A5A5;
	font-size: 1em;
	font-weight: bold;
	line-height: 17px;
	padding-bottom: 5px;
	margin:10px 0 20px 0;
}

.simplifyPickupPanel .description{
	margin:0 0 20px 0;
}

.simplifyPickupPanel .content span{
	display:block;
	font-weight:normal;
}

.simplifyPickupPanel .content span.strong{
	font-weight:bold;
}

.simplifyPickupPanel .content input{
	float:left;
}

.simplifyPickupPanel .content span.pickupAdressList{
	margin:0 0 0 30px;
}

.selectDeliverylocationItemLabel{}

.simplifyPickupPanel .footline{
	clear:both;
	margin:20px 0 0 0;
	padding:5px 0 0 0;
	border-top: 1px dotted #A5A5A5;

}

.simplifyPickupPanel .footlineText{
	float:left;
	width:50%;
	padding:8px 0 0 0;
}

#checkoutDeliveryMethodPanel .control-group.security{
	width:150px;
	margin:20px 0 0 0;
}

#checkoutDeliveryMethodPanel input.security{
	width:50px;
	float:left;
}
#checkoutDeliveryMethodPanel .security_code_what{
	float:left;
	display:block;
	margin:7px;
	line-height:30px;
}

fieldset.cardDate{
 	width:244px;
	float:left;
	margin:0 20px 0 0;
}

fieldset.cardDate legend{
	border: 0;
	font-size: 14px;
	font-weight: normal;
	line-height: 20px;
	margin: 0 0 5px;
	overflow: hidden;
	white-space: nowrap;
	width: 244px;
}

fieldset.cardDate label{
 	display:none;
}

#checkoutDeliveryMethodPanel fieldset.cardDate .control-group{
 	width:111px ;
	margin:0 0 0 20px;
}

#checkoutDeliveryMethodPanel fieldset.cardDate legend + .control-group{
	margin:0;
}

#checkoutDeliveryMethodPanel .summaryDeliveryAddress,
#checkoutDeliveryMethodPanel .summaryDeliveryMode,
#checkoutDeliveryMethodPanel .summaryPayment{
	position:relative;
	padding: 0 0 20px 0;
}

#checkoutDeliveryMethodPanel .editButton{
	position:absolute;
	right:0;
	bottom:20px;
	margin:0;
}

#checkoutDeliveryMethodPanel hr{
	background:0;
	border:0;
	border-bottom: 1px dotted #A5A5A5;
	margin:0 0 20px 0;
}

#checkoutDeliveryMethodPanel.summaryFlow{
	padding: 0 20px;
}

#checkoutDeliveryMethodPanel.summaryFlow strong{
	margin:0 0 5px 0;
	display:block;
}

/*
#summaryDeliveryAddressOverlay .description{
	margin:0 0 20px 0;
}*/

.summaryOverlay {
	padding:20px;
}

.summaryOverlay .headline{
	border-bottom: 1px dotted #A5A5A5;
	font-size: 1.2em;
	font-weight: bold;
	height: 39px;
	line-height: 39px;
	text-transform: uppercase;
	margin:0 0 20px 0;
}

.summaryOverlay .description{
	margin:0 0 20px 0;
}

.summaryOverlay form{
	margin-right:-20px;
}

.summaryOverlay .control-group{
	float:left;
	width:387px;
	margin-right:20px;
}

.summaryOverlay .form-actions{
}

.summaryOverlay #summaryDeliveryAddressBook{
	display:none;
}

.summaryPaymentOverlay form{
	margin:0;
}

.summaryOverlay fieldset.cardDate{
 	width:387px;
	float:left;
	margin:0 20px 0 0;
}

.summaryOverlay fieldset.cardDate legend{
	border: 0;
	font-size: 14px;
	font-weight: normal;
	line-height: 20px;
	margin: 0 0 5px;
	overflow: hidden;
	white-space: nowrap;
	width: 387px;
}

.summaryOverlay fieldset.cardDate .control-group{
 	width:183px ;
	margin:0 0 0 20px;
}

.summaryOverlay fieldset.cardDate legend + .control-group{
	margin:0;
}

.summaryOverlay fieldset.cardDate .control-group select{
	margin-top:2px;
}

#summaryDeliveryAddressBook .addressList{
	margin:0 -20px 0 0;
}

#summaryDeliveryAddressBook .addressEntry{
	float:left;
	width:387px;
	margin:0 20px 20px 0;
	border-bottom: 1px dotted #A5A5A5;
	padding: 0 0 20px 0;
}

#summaryDeliveryAddressBook .addressEntry.default{
	background:#f8f8f8;
}

#summaryDeliveryAddressBook .addressEntry button{
	float:none;
}

#savedAddressList .addressList{
	margin:0 -20px 0 0;
}

#savedAddressList .addressEntry{
	float:left;
	width:387px;
	margin:0 20px 20px 0;
	border-bottom: 1px dotted #A5A5A5;
	padding: 0 0 20px 0;
}

#savedAddressList .addressEntry.default{
	background:#f8f8f8;
}

#savedAddressList .addressEntry button{
	float:none;
}

#savedPaymentList .paymentList{
	margin:0 -20px 0 0;
	max-height: 350px;
	overflow: auto;
}

#savedPaymentList .paymentEntry{
	float:left;
	width:387px;
	margin:0 20px 20px 0;
	border-bottom: 1px dotted #A5A5A5;
	padding: 0 0 20px 0;
}

#pickupContactForm .control-group label,
#savedPaymentList .paymentEntry ul{
	float:left;
}

#savedPaymentList .paymentEntry form{
	clear:right;
}

#savedPaymentList .paymentEntry button{
	margin: 0 20px 20px 20px;
}

/**Order Summary
**********************************************/
#orderTotals,
#orderSummary{
    width:100%;
    background:#fcfcfc;
    padding:3%;
}

#cartTotalDiv .cartTotalDiv_summary{
    background:#f5f5f5;
}

#cartTotalDiv .summary_continue{
    padding:10px;
}

/**Order Address Details
**********************************************/


.pickupContactForm, .pickupAddr{
   /* padding: 5px 25px;*/
    width:100%;
    float:left;
}


#pickupContactForm .control-group label{
    width:70px;
}


#recipient .pickupContactFormName .controls{
    width:190px;
    margin:0 0 10px 0;
}

/*
#recipient .pickupContactFormTitle .control-group select{
    width:120px;
}
*/


.i18nAddressForm{
    margin-bottom:40px;
}

/********    *********************************/
.add-edit-delivery-address-page .paymentMethods ul >li {
    float:left;
    white-space: nowrap;
    height:30px;
}


