/* adresses */
div.addresses {
    position: relative;
}

div.addresses p.checkbox input {
    margin-top: 0!important;
    margin-top: -3px
}
div.addresses ul.item { clear: both }


ul.address {
    background-color: #f0f0f0;
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
    padding-bottom: 0.6em;
    margin-bottom: 1em;
    position: relative;
}

/*ul.address.full_width { width: 536px }*/
ul.address li {
    padding-left: 1.4em;
    margin-top: 0.6em
}
li.address_title {
    background-color: #181818;
    color: #FFFFFF;
    font-size: 1em;
    font-weight: bold;
    line-height: 1.9em;
    margin-top: 0 !important;
    text-transform: uppercase;
}
/*ul.item li.address_title { background-image: url('../img/address_alias_left.gif') }
ul.alternate_item li.address_title { background-image: url('../img/address_alias_right.gif') }
ul.full_width li.address_title { background-image: url('../img/address_alias_full_width.gif') } */
li.address_name,
li.address_firstname,
li.address_lastname,
 li.address_update a,
 li.address_delete a { color: #333333; }
li.address_name,
li.address_firstname,
li.address_lastname,
 li.address_company { font-weight: bold }

span.address_name,
span.address_firstname,
span.address_lastname,
span.address_update a,
span.address_delete a { color: #333333; }
span.address_name,
span.address_firstname,
span.address_lastname,
span.address_company { font-weight: bold }

li.address_update,
 li.address_delete {
    margin-left: 1.4em
}


.address.item {  padding-left: 0;}




