/* adresses */

.address-header-bar {
	margin-top: 15px;
	margin-bottom: 15px;
}

div.addresses h3 { margin: 0 }
div.addresses p.checkbox input {
	margin-top: 0!important;
	margin-top: -3px
}
div.addresses ul.item { clear: both }
ul.address {
        list-style: none;
	width: 100%;
        text-align: center;
}
ul.address.full_width { width: 536px }
ul.address li {
	margin-top: 0.4em
}
li.address_title {
    font-weight: 300;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
    color: #000 !important;
    font-size: 16px;
    text-align: center;
    border-bottom: 1px solid #eee;
    padding-bottom: 12px;
}

.oo-notice label {
    font-weight: 300;
    font-size: 15px;
    cursor: pointer;
}

/*
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: #dd2a81 */ }
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: #dd2a81 }
span.address_name,
span.address_firstname,
span.address_lastname,
span.address_company { font-weight: bold }

li.address_update,
 li.address_delete {
    /*
	background: transparent url('../img/bullet_myaccount.gif') no-repeat 0 0.5em!important;
	background: transparent url('../img/bullet_myaccount.gif') no-repeat 0 0.4em;
	margin-left: 1.4em;
        display: none;
        */
}
#center_column .address_add { padding: 1em 0 }
