.item_detail {
}
  .item_detail .avatar_detail {
    margin: 0;
    background: url(../images/avatar_big_bg.png) no-repeat 0 0;
    width: 220px;
    height: 225px;
  }
  .item_detail .avatar_detail img {
    margin: 10px 0 0 4px;
  }
  
  .item_detail .col_wrapper {
    padding-right: 10px;
  }
  
  .item_detail .author_info {
    position: relative;
    background-color: #f3f3f3;
    color: inherit;
    padding: 5px 5px 5px 45px;
    font-size: 19px;
    line-height: 0.8em;
    margin-bottom: 12px;
  }
    .item_detail .author_info .avatar {
      float: left; display: inline;
      margin-left: -40px;
    }
    .item_detail .author_info .avatar img {
      width: 32px; height: 32px;
    }
    .item_detail .author_info strong {
      color: #888;
      background-color: transparent;
    }

  .item_detail .item_header .title {
    margin: 0;
    padding: 0 0 0 0;
    font-size: 55px;
    line-height: 0.9em;
    position: relative;
  }
    .item_detail .item_header .title .edit {
      font-size: 20px;
      line-height: 2em;
      vertical-align: baseline;
    }
  .item_detail .item_header .numfans {
    margin: 0 0 0.1em 0;
    color: #8e8c8c;
    background-color: transparent;
    font-size: 29px;
    line-height: 1em;
  }
  .item_detail .item_header .fanbar {
    margin-bottom: 10px;
  }
  .item_detail .item_header .description {
    color: #8e8c8c;
    background-color: #f3f3f3;
    font-size: 17px;
    line-height: 1.2em;
    padding: 7px 7px 7px 7px;
  }
  .item_detail .item_header .view-more {
    display: block;
    color: #8e8c8c;
    background-color: #f3f3f3;
    font-size: 17px;
    line-height: 1.2em;
    padding: 12px 7px 20px 7px;
  }
  
  .item_detail .share_links {
    float: right; display: inline;
    margin: 5px 7px 0 0;
    font: 15px/1.2em "Arial Black", sans-serif;
  }
    .item_detail .share_links a {
      margin-left: -2px;
    }
  
  .item_detail .menu_tabs {
    position: static;
    margin: 0px;
    background-color: #f3f3f3;
  }
    .item_detail .menu_tabs ul {
      margin-left: 7px;
    }
    .item_detail .menu_tabs a {
      font-size: 14px;
      line-height: 25px;
    }
  
/* FIGHT */
#content_add_link {
  width: 137px;
  height: 28px;
  cursor: pointer;
  margin-bottom: 15px;
  background: url(../images/button/add_fighter_button.png) no-repeat 0 0;
  overflow: hidden;
  text-indent: -9999px;
}
  #content_add_link:hover {
    background-position: 0 100%;
  }

.content_add {
  padding-right: 7px;
  background: #F5F5F5;
  color: inherit;
  margin-bottom: 10px;
}
  .content_add .add_duel {
    position: relative;
    padding: 15px 7px 0 120px;
    background: #F5F5F5 url(../images/duel_add_box.jpg);
    color: inherit;
    height: 103px;
  }
  .content_add #field_holder {
    font-size: 35px;
    line-height: 1em;
  }
  .content_add input {
    font-size: 20px;
    padding: 0 2px;
    width: 99%;
  }
  .content_add #loading_item {
    position: absolute;
    left: 12px;
    top: 17px;
    background: #fff url(../images/ico/loading.gif) no-repeat 50% 50%;
    width: 85px;
    height: 85px;
  }
