.b-actions {
  margin: 72px 0 0 -10px;
  width: 365px;
  }
  .b-actions_item {
    list-style: none;
    padding: 0 0 34px 60px;
    font-size: 210%; color: #fff; font-weight: normal;
    }
    .b-actions_item a {
      position: relative;
      color: #fff; }
    .b-actions_item a:link, .b-actions_item a:visited {
      text-decoration: none; border-bottom: 1px #7ecaf3 solid;
      }
    .b-actions_item a:hover {
      border-bottom: none;
      }
  .b-actions_item_img-w {
    width: 56px; height: 56px; overflow: hidden;
    position: absolute; left: -60px; top: -16px;
    }
    .b-actions_item_img {
      width: 112px; height: 112px;
      position: absolute; left: 0; top: 0;
      background: url('b-actions.png') 0 0 no-repeat;
      }
    .b-actions_item__2 .b-actions_item_img { left: -56px; }
  .b-actions_item a:hover .b-actions_item_img {
    top: -56px;
    }
    