div.addresses {
   position:relative;
   padding:0px;
   border:none;
	font-size:12px;
   background:none;
}

ul.address {
    border: 1px solid #F3F3EC;
    float: left;
    list-style-type: none;
    margin-bottom: 8px;
    position: relative;
    width: 99%;
}
#address_delivery {margin-right:5px;}
#address_invoice {margin-right:0}
#delivery_address {margin-right:65px;}

ul.address li {
	padding:0 15px;
	font-weight:normal;
	line-height:18px;
	text-transform:none;
}

ul.address li.address_title {
   height: 29px;
   font-weight: bold;
   line-height:29px;
   color:#000;
   background-color:#F9F8F5;
}

ul.address li.address_firstname,
ul.address li.address_company {
	margin-top:8px
}

ul.address  li.address_update {
	margin-top:20px
}
ul.address  li.address_update,
ul.address li.address_delete {
	font-size:11px;
   text-transform:none
}

.address_add {
   padding:20px 0
}

.address_select {
	border:1px solid #DDD;
	width: 200px;
	margin-left: 10px;
}
label[for=id_address_delivery], label[for=id_address_invoice] {
	float: left;
	width: 225px;
}
.addressesAreEquals label {
	margin-left: 5px;
}
.addressesAreEquals input {
	float: left;
}
p.address_delivery, p.addressesAreEquals {
	padding-bottom: 14px
}

/* PAGE ADRESSES ******************************************************************************* */
.addresses ul.address {
   list-style-type:none;
   float:left;
   position:relative;
	margin:30px 30px 0 0;
   width:99% !important
}
.addresses ul.address.alternate_item,
.addresses ul.address.last_item {margin-right:0}
.addresses ul.address li {
	padding:0 15px;
	font-weight:normal;
	line-height:18px;
	text-transform:none;
}
.addresses ul.address .address_title {
	margin-bottom:5px;
	height: 29px;
   font-weight: bold;
   line-height:29px;
   color:#000;
    
   background-color:#F9F8F5;
   background-image:none;
}
#address_delivery .address_update a,#address_invoice .address_update a	
{ color:#9CBA52; }

#address_delivery .address_update a:hover,#address_invoice .address_update a:hover	
{ color:#000; text-decoration:underline;}

.addresses ul.address .address_update {margin:10px 0;}
.addresses ul.address .address_update,
.addresses ul.address .address_delete {
	font-size:11px;
   text-transform:none
}

#order .addresses .button_large{padding:0 5px; width:170px;}
.bloc_adresses ul.address	{ border:1px solid #eee; width:99% !important;}
.address .address_update a:hover , .address .address_delete a:hover	{ color:#9CBA52;}