@import url("/stylesheets/shared/card.css");
@import url("/stylesheets/index.css");
@import url("/stylesheets/training_zone.css");

#titlebar h1 { float: left }
#titlebar {
  float: left;
  width: 930px;
  margin-bottom: 5px;
}
#top {
  margin-bottom: 10px;
  width: 930px;
  float: left;
  clear: left;
}
#tz_experts {
  width: 505px;
  float: left;
  padding: 20px 20px 10px 20px;
  background-color: #bebebe;
}
#tz_experts .expert {
  width: 403px;
  background-color: #fff;
  border: 1px solid #d7d7d7;
  padding: 10px 10px 10px 90px;
  float: left;
  clear: left;
  margin: 0 0 10px 0;
}
.expert-avatar {
  overflow: hidden;
  margin-left: -80px;
  background-repeat: no-repeat;
  position: relative;
}
.expert_label {
  background: #333 url(/images/expert_text_medium.png) no-repeat 26px 3px;
  height: 13px;
  position: absolute;
  left: 0;
  bottom: 0;
  border: 0 solid #fff;
  border-top-width: 1px;
  width: 73px;
}
#tz_experts .expert-avatar .expert_label img {
  position: absolute;
  top: -10px;
  left: 3px;
  width: 16px;
  height: 21px;
}
#tz_experts .expert .text {
  position: relative;
  width: 403px;
}
.custom-user-name { 
  font-weight: bold;
  float: left;
}
.custom-user-sport, .custom-user-specialty { 
  font-size: 93%;
  float: left;
  clear: left;
}
#tz_experts .expert .props {
  position: absolute;
  right: 0;
  top: -2px;
}
#tz_experts .expert .popout .text { width: 207px }
#tz_experts .expert .become_fan { 
  font-size: 85%;
  float: left;
  clear: left;
}
#tz_experts .expert > .text .add { position: relative }
div.props .wrapper {
  height: 15px;
  background-color: #fff;
  border-color: #d7d7d7;
  padding-right: 8px;
}
.props_num_count {
  background-color: #fff;
  background-image: url(/images/props_text_white_bg.png);
  padding-top: 0;
}

