div.addresses {
  background: none repeat scroll 0 0 transparent;
    border: medium none;
    font-size: 12px;
    padding: 15px;
    position: relative;
}

ul.address {
   list-style-type:none;
   float:left;
   position:relative;
   width:345px !important
}
#address_delivery {}
#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 {
 background: none repeat scroll 0 0 transparent;
    color: #007FA1;
    font-size: 14px;
    font-weight: normal;
    padding: 14px 12px;
    text-shadow: none;
}
ul.address .address_alias {
	font-weight: normal;
	text-transform: none;
}
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 #ccc;
	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 10px 0 0;
   width:345px !important
}
.addresses ul.address.alternate_item,
.addresses ul.address.last_item {margin-right:0}
.addresses ul.address li {
font-size: 13px;
    font-weight: normal;
    line-height: 18px;
    padding: 0 15px;
    text-transform: none;
}
.addresses ul.address .address_title {
background: none repeat scroll 0 0 transparent;
    color: #007FA1;
    font-weight: normal;
    height: 29px;
    line-height: 29px;
    margin-bottom: 5px;
    text-shadow: none;
}
.addresses ul.address .address_update {margin-top:20px}
.addresses ul.address .address_update,
.addresses ul.address .address_delete {
	font-size:11px;
   text-transform:none
}

