.header_user_info {
  float: left; }
  .header_user_info a {
    font-weight: bold;
    display: block;
    padding: 6px 9px 6px 0;
    cursor: pointer;
    line-height: 18px;
    font-size: 10px;
    text-transform: uppercase;
    color: #222a2d; }
    .header_user_info a:before {
      font-family: FontAwesome;
      font-size: 13px;
      padding: 0 10px;
      text-align: center;
      line-height: 38px;
      width: 42px;
      height: 42px;
      border: 2px solid #d9d9d9;
      display: inline-block;
      margin-right: 10px; }
    .header_user_info a.login:before {
      content: "\f084"; }
    .header_user_info a.account:before {
      content: "\f007"; }
    .header_user_info a.logout:before {
      content: "\f08b"; }
    .header_user_info a:hover, .header_user_info a.active {
      color: #9a5a58; }

/*# sourceMappingURL=blockuserinfo.css.map */
