h2.playercard {
  height: 32px;
  background: url("../img/bg_h2_playercard.gif") left top no-repeat;
}

h2.playercard span {
  display: inline-block; height: 18px;
  background: url("../img/bg_h2_span_playercard.gif") right top no-repeat;
  padding: 6px 27px 0 0; margin-left: 20px;
  min-width: 118px;
}

div.playercard {
  border-left: 1px solid #e1e1e1;
  border-right: 1px solid #e1e1e1;
  background: #efefef url("../img/bg_playercard_top.gif") 314px top no-repeat;
  padding: 12px 14px;
}

div.playercard_bottom {
  height: 10px;
  background: url("../img/bg_div_playercard.gif") center bottom no-repeat;
}

div.playerinfo {
  float: left;
  width: 400px;
}

.playerinfo_list {
  width: 100%;
  margin-bottom: 20px;
}

.playerinfo_list li {
  border-bottom: 1px dotted #cbcbcb;
  padding: 4px 2px; margin: 4px 0;
}

.playerinfo_list li span {
  font-weight: bold;
}


div.playerpic_container {
  float: right; width: 190px;
}

div.playerpic_picture {
  position: relative;
  background: url("../img/bg_playerpic.png") center top no-repeat;
}


div.playerpic_picture .clip {
  position: absolute;
  background: url("../img/clip.png") center top no-repeat;
  width: 51px; height: 78px;
  margin-top: -43px; margin-right: -16px;
  top: 0; right: 24px;
}


div.playerpic_picture img {
  display: block; padding: 9px 12px 0 12px;
}

div.playerpic_bottom {
  width: 190px; height: 19px; font-size: 0px;
  background: url("../img/bg_playerpic_bottom.png") center top no-repeat;
}