div.addresses {
   position:relative;
   padding:20px;
   border:1px solid #ccc;
   -webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
	        border-radius: 3px;
   background:#f8f8f8
}

ul.address {
   list-style-type:none;
}
#address_delivery {height: auto !important; margin-bottom:35px;}
#address_invoice {height: auto !important; margin-right:0}
#delivery_address {margin-right:65px;}

ul.address li {
	padding:0 15px;
	font-weight:bold;
	line-height:18px;
	text-transform:uppercase
}

ul.address li.address_title {
   font-weight: bold;
   line-height:29px;
   color:#fff;
    text-shadow:0 1px 0 #666;
   background:url(../img/bg_table_th.png) repeat-x 0 -10px #999
}
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
}
.addressesAreEquals label {
	margin-left: 5px;
}

/* PAGE ADRESSES ******************************************************************************* */
.addresses ul.address {
	margin: 0px;
}
.addresses ul.address.alternate_item,
.addresses ul.address.last_item {margin-right:0}
.addresses ul.address li {
	padding:0 15px;
	font-weight:bold;
	line-height:18px;
	text-transform:uppercase
}
.addresses ul.address .address_title {
	padding: 10px 12px;
	margin-bottom:5px;
   font-weight: bold;
   color:#fff;
    text-shadow:0 1px 0 #666;
   background:url(../img/bg_table_th.png) repeat-x 0 -10px #999
}
.addresses ul.address .address_update {margin-top:20px}
.addresses ul.address .address_update,
.addresses ul.address .address_delete {
	font-size:11px;
   text-transform:none
}

