/*******************************************************
				Addresses Styles
********************************************************/
#addresses #center_column .page-heading {
  margin: 0 0 22px; }
#addresses #center_column p {
  margin: 0 0 13px; }
#addresses #center_column p.addresses_title {
    font-size: 17px;
    color: #5c5c5c;
}
  #addresses #center_column p.p-indent {
    margin: 0 0 27px; }
#addresses #center_column h3.page-subheading {
    background: #e5e5e5 none repeat scroll 0 0;
    border: medium none;
    border-radius: 2px 0 0 2px;
    display: inline-block;
    font-size: 17px;
    font-weight: normal;
    height: 30px;
    line-height: 15px;
    margin: 6px -10px 10px 0;
    padding: 5px 10px;
}
#addresses #center_column .add_address {
    background-color: #e4e4e4;
    border-radius: 2px;
    color: #707070;
    display: inline-block;
    font-size: 14px;
    height: 40px;
    line-height: 16px;
    overflow: hidden;
    padding: 10px;
    position: relative;
    text-decoration: none;
    text-shadow: none;
    transition: all 0.5s ease 0s;
}
#addresses #center_column .add_address:hover {
    background-color: #D0BE8E;
    color: #ffffff;
}
#addresses #center_column .add_address i {
    float: left;
    margin: 2px 5px 0 0;
}

.address li.address_update {
  margin: 14px 0 6px 0; }
.address li.address_update a {
    background: #2cb868 none repeat scroll 0 0;
    border-radius: 2px;
    color: #ffffff;
    display: inline-block;
    float: right;
    height: 30px;
    line-height: 20px;
    margin: 0 10px 0 0;
    padding: 2px 10px 6px; 
}
.address li.address_update a.update_address {}
.address li.address_update a.delete_address {
    line-height: 22px;
}
.address li.address_update a.delete_address i {
    margin: 4px 0 0 6px;
}
.address li.address_update a i {
    float: right;
    margin: 5px 0 0 6px;
}
