/*******************************************************
				Addresses Styles
********************************************************/
#addresses #center_column .page-heading {
  margin: 0 0 22px; }
#addresses #center_column p {
  margin: 0 0 13px; }
  #addresses #center_column p.p-indent {
    margin: 0 0 27px; }

.address li.address_update {
  margin: 14px 0 6px 0; }
  .address li.address_update a {
    margin: 0 10px 0 0;
    text-transform: inherit;
    padding: 2px 20px;
  }

#addresses .item h3 {
    font-size: 16px;
    margin-bottom: 10px;
}

.button.button-small:hover {
    background: #E76700;
    color: #FFF !important;
}

.button.button-small:hover span, .button.button-small span:hover {
    color: #FFF !important;
}

.btn-border-orange {
    border: 2px solid #E76700;
    background: #FFF;
    border-radius: 5px;
    padding: 10px 20px;
    position: relative;
    text-transform: none !important;
    font-weight: bold !important;
    font-size: 1.2em;
    color: #E76700;
}

.btn-border-orange:hover {
    border-color: #E76700;
    background: #E76700;
    color: #FFF;
}

.address .btn-transp {
    background: #FFF;
    border: none;
    padding: 5px 10px !important;
    font-size: 22px;
    margin: 0 !important;
    position: relative;
    border-radius: 7px;
    color: #414141;
}

.address .btn-transp:hover {
    background: #E76700;
    color: #FFF;
}

/*# sourceMappingURL=addresses.css.map */
