body {
  padding: 0;
  margin: 0;
  background-color: #565656;
  font-size: 11px;
  font-family: Helvetica;
  background-image: url(/images/background-fade.png);
  background-repeat: repeat-x;
  color: #eeeeee;
  width: 918px;
  margin-left: auto;
  margin-right: auto; }

* {
  padding: 0;
  margin: 0; }

img {
  border: 0; }

a {
  color: #eeeeee;
  text-decoration: none;
  font-weight: bold;
  border: 0; }

a:hover {
  color: #eeeeee;
  text-derocation: underline; }

a:visited {
  color: #eeeeee;
  text-decoration: none; }

div.round {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px; }

div.floatleft {
  float: left;
  position: relative; }

div.floatright {
  float: right;
  position: relative; }

div.clr {
  clear: both;
  height: 0;
  font-size: 0; }

.absolute-bottom-left {
  position: absolute;
  left: 0;
  bottom: 0; }

h1 {
  font-weight: bold;
  font-size: 24px;
  font: Verdana; }

h2 {
  font-weight: bold;
  font-size: 20px;
  font: Verdana; }

h3 {
  font-weight: bold;
  font-size: 18px;
  font: Verdana; }

.tool {
  z-index: 999; }

#player {
  width: 600px;
  border: 2px solid;
  border-color: #a5a5a5;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  overflow: hidden;
  background-color: black; }
  #player #player-press-play-to-start {
    position: absolute;
    width: 200px;
    left: 90px;
    top: 138px;
    color: white;
    text-align: center; }
  #player select {
    background: black;
    border: 1px solid;
    border-color: #666666;
    color: #fff;
    width: 215px;
    font-size: 9px;
    height: 14px; }
  #player .canvas {
    float: left;
    width: 375px;
    height: 285px;
    position: relative; }
    #player .canvas #player-rhapsody-box {
      position: absolute;
      left: 8px;
      top: 8px;
      width: 360px;
      height: 260px; }
      #player .canvas #player-rhapsody-box #player-rhapsody-status-box {
        position: absolute;
        width: 360px;
        text-align: center;
        top: 128px;
        left: 0;
        text-align: center;
        font-size: 16px;
        display: none;
        z-index: 100; }
      #player .canvas #player-rhapsody-box #player-rhapsody-no-login {
        position: absolute;
        width: 360px;
        text-align: center;
        top: 8px;
        left: 0;
        display: none;
        z-index: 100; }
      #player .canvas #player-rhapsody-box #player-rhapsody-art-large {
        position: absolute;
        left: 0;
        top: 10px;
        width: 360px;
        height: 260px;
        z-index: 10;
        text-align: center;
        display: none; }
    #player .canvas #player-current-icon {
      position: absolute;
      right: 4px;
      bottom: 4px;
      width: 18px;
      height: 18px; }
  #player .fade {
    float: left;
    width: 1px;
    height: 285px;
    background-image: url(/images/player-fade.png); }
  #player .current {
    float: left;
    width: 212px;
    padding: 6px;
    position: relative; }
    #player .current .header {
      padding: 1px;
      background-color: #565656;
      font-size: 12px;
      font: Verdana;
      font-weight: bold;
      text-align: center;
      -webkit-border-top-right-radius: 2px;
      -moz-border-topright-radius: 2px; }
    #player .current #player-current-small {
      padding-top: 6px;
      display: none; }
      #player .current #player-current-small #player-small-art {
        width: 100px;
        height: 100px;
        float: left;
        margin: 2px; }
      #player .current #player-current-small #player-small-artist {
        font-size: 13px;
        font-weight: bold; }
      #player .current #player-current-small #player-small-name {
        font-size: 11px;
        font-style: italic; }
    #player .current #player-current-big {
      padding-top: 6px;
      height: 248px;
      position: relative;
      display: none; }
      #player .current #player-current-big img.#player-big-art {
        width: 100px;
        height: 100px; }
      #player .current #player-current-big #player-big-artist {
        font-size: 13px;
        font-weight: bold; }
      #player .current #player-current-big #player-big-name {
        font-size: 11px; }
      #player .current #player-current-big .player-large-reviews {
        margin-top: 6px;
        font-size: 10px; }
        #player .current #player-current-big .player-large-reviews .information {
          float: left;
          margin-right: 10px;
          margin-bottom: 4px;
          margin-top: 4px;
          text-align: left;
          max-width: 75px;
          max-height: 140px;
          overflow: hidden; }
  #player .status {
    padding-left: 8px;
    padding-bottom: 4px; }
    #player .status img {
      cursor: pointer; }
    #player .status #player-time-bar {
      float: left;
      height: 4px;
      border: 1px solid white;
      border-color: #666666;
      width: 203px;
      position: relative;
      margin-top: 1px;
      margin-left: 4px;
      margin-right: 4px; }
      #player .status #player-time-bar #player-time-bar-buffer {
        background: #333;
        position: absolute;
        left: 0;
        top: 0;
        height: 4px;
        width: 0; }
      #player .status #player-time-bar #player-time-bar-position {
        background: #fff;
        position: absolute;
        left: 0;
        top: 0;
        height: 4px;
        width: 0; }
    #player .status #player_time, #player .status #player_total_time {
      float: left;
      font-size: 9px;
      color: gray; }
    #player .status .information {
      font-size: 9px;
      margin-top: 2px;
      margin-left: 4px; }

#whats-the-big-idea {
  width: 138px;
  float: left;
  margin-left: 2px;
  margin-right: 12px;
  margin-bottom: 14px;
  background: #333333;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px; }

#sidebar-apple-remote {
  width: 35px;
  height: 102px;
  background-image: url(/images/remoteupright.png); }

#sidebars {
  width: 300px;
  border: 2px solid;
  border-color: #a5a5a5;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  background: #000;
  padding-top: 4px;
  padding-bottom: 4px; }
  #sidebars input {
    background: #000;
    color: #eeeeee;
    border: 1px solid;
    border-color: #a5a5a5;
    margin: 2px;
    padding: 2px;
    width: 123px; }
  #sidebars .sidebar {
    width: 284px;
    margin-bottom: 12px;
    padding: 8px;
    padding-top: 4px;
    border-bottom: 1px solid;
    border-color: #a5a5a5;
    position: relative; }
    #sidebars .sidebar .capsule {
      font-weight: bold;
      font-size: 12px;
      margin-bottom: 8px;
      height: 15px;
      padding-top: 2px;
      width: 50%;
      margin-left: auto;
      margin-right: auto;
      background: #565656;
      text-align: center;
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px; }

#library_holder .library_cart {
  width: 274px;
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 4px;
  padding-right: 4px;
  border-bottom: 1px solid;
  border-color: #a5a5a5; }

#login_holder input {
  background: #000;
  color: #eeeeee;
  border: 1px solid;
  border-color: #a5a5a5;
  margin: 2px;
  padding: 2px;
  width: 123px; }
#login_holder input:focus {
  background: #565656; }
#login_holder input:hover {
  background: #111; }
#login_holder .header {
  font-size: 11px;
  font-weight: normal;
  margin-bottom: 12px; }
  #login_holder .header a {
    font-weight: normal; }
#login_holder #login_contents {
  overflow: hidden; }

#player-main-separator {
  height: 46px;
  position: relative;
  z-index: 100; }
  #player-main-separator #player-arrow-up {
    width: 50px;
    height: 53px;
    position: absolute;
    left: 404px;
    top: -6px;
    cursor: pointer;
    background-image: url(/images/uparrow2.png);
    z-index: 998; }
  #player-main-separator #player-arrow-down {
    width: 50px;
    height: 53px;
    position: absolute;
    right: 32px;
    top: 0px;
    cursor: pointer;
    background-image: url(/images/downarrow2.png); }
    #player-main-separator #player-arrow-down #player-arrow-down-iglass {
      width: 15px;
      height: 13px;
      background-image: url(/images/iglass.png);
      position: absolute;
      left: 19px;
      top: 18px; }
  #player-main-separator #filter-holder {
    position: absolute;
    width: 300px;
    height: 20px;
    left: 10px;
    top: 14px;
    margin-left: 65px; }
    #player-main-separator #filter-holder select {
      border: 1px solid;
      border-color: #a5a5a5;
      background-color: #000;
      font-size: 10px;
      color: #fff;
      height: 14px; }

#main {
  width: 600px;
  border: 2px solid;
  border-color: #a5a5a5;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  background-color: black;
  min-height: 256px;
  _height: 256px;
  position: relative;
  z-index: 5; }
  #main #results-display-here {
    text-align: center;
    margin-top: 118px; }
  #main #filter-bar {
    width: 600px;
    -webkit-border-top-left-radius: 8px;
    -webkit-border-top-right-radius: 8px;
    -moz-border-radius: 10px;
    border: 0px solid;
    border-color: #a5a5a5;
    background-color: #565656;
    margin-bottom: 6px;
    font: Verdana;
    font-size: 24px; }

.list_song {
  border-bottom: 1px solid #555555;
  margin-top: 8px;
  padding-bottom: 6px;
  width: 576px; }
  .list_song .song-index {
    float: left;
    min-width: 10px;
    font-size: 11px;
    font-weight: bold;
    text-align: left; }
  .list_song .song-thumb {
    float: left;
    width: 35px;
    margin-right: 10px;
    margin-left: 6px;
    margin-bottom: 2px;
    min-height: 35px; }
  .list_song .song-header {
    float: left;
    font-size: 14px;
    font-weight: normal;
    width: 375px; }
    .list_song .song-header .name a {
      font-weight: normal; }
    .list_song .song-header .artist {
      font-size: 10px; }
  .list_song .song-play-box {
    float: right; }

.song-detail {
  margin-top: 8px; }
  .song-detail .song-detail-right {
    float: left;
    width: 260px;
    margin-left: 8px;
    min-height: 300px;
    _height: 300px;
    font-weight: normal;
    position: relative; }
    .song-detail .song-detail-right h3 {
      font-size: 12px; }
    .song-detail .song-detail-right .name {
      font-size: 14px;
      font-weight: bold; }
    .song-detail .song-detail-right .artist {
      font-size: 13px; }
    .song-detail .song-detail-right .album {
      font-size: 11px; }
    .song-detail .song-detail-right .label {
      font-size: 11px;
      font-weight: bold; }
    .song-detail .song-detail-right .producer {
      font-size: 11px;
      font-weight: bold; }
    .song-detail .song-detail-right .director {
      font-size: 11px;
      font-weight: bold; }
    .song-detail .song-detail-right .release-date {
      font-size: 11px; }
  .song-detail .review_blox {
    width: 260px;
    font-size: 11px; }
    .song-detail .review_blox .information {
      float: left;
      margin-right: 10px;
      margin-bottom: 4px;
      margin-top: 4px;
      text-align: left;
      max-width: 75px;
      overflow: hidden; }
