.ZTFmO_header {
  position: relative;
  left: -1px;
  height: 43px; }
  .ZTFmO_header span {
    position: relative;
    top: 4px;
    font-size: 31px; }

.ZTFmO_artist_info {
  position: relative;
  width: 365px;
  height: 60px;
  margin-left: 25px;
  margin-bottom: -15px;
  display: inline-block;
  cursor: pointer;
  overflow: hidden; }
  .ZTFmO_artist_info .ZTFmO_avatar {
    position: absolute;
    top: 2px;
    width: 55px;
    height: 55px; }
  .ZTFmO_artist_info .ZTFmO_dname {
    position: absolute;
    top: 10px;
    left: 66px;
    width: 300px;
    height: 30px;
    font-size: 25px;
    text-transform: none; }
  .ZTFmO_artist_info .ZTFmO_stats {
    position: absolute;
    top: 32px;
    left: 66px;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase; }
    .ZTFmO_artist_info .ZTFmO_stats img {
      /* star image */
      margin-bottom: -2px; }

.ZTFmO_recent_artists {
  position: relative;
  float: right;
  margin-top: 22px;
  width: 200px;
  height: 376px; }
  .ZTFmO_recent_artists .ZTFmO_artist_info {
    height: 46px; }
  .ZTFmO_recent_artists .ZTFmO_avatar {
    display: none; }
  .ZTFmO_recent_artists .ZTFmO_ra_title {
    margin-bottom: 12px;
    font-size: 22px;
    width: 245px; }
  .ZTFmO_recent_artists .ZTFmO_artist_info {
    width: 215px;
    margin-left: 0px;
    margin-bottom: 0px; }
  .ZTFmO_recent_artists .ZTFmO_dname {
    top: 3px;
    font-size: 18px;
    left: 0px; }
  .ZTFmO_recent_artists .ZTFmO_stats {
    font-size: 15px;
    top: 23px;
    left: 0px; }

/* IE7 inline-block hack */
.ZTFmO_artist_info {
  zoom: 1;
  *display: inline; }
