.sc-player {
  font: 12px Arial, sans-serif;
  background-color: #1E1E1E;
  font-size: 0.6em;
  line-height: 1.6em;
  border-radius: 5px 5px 5px 5px;
}

.sc-player a {
  text-decoration: none;
  color: #BBBBBB;
}

.sc-player a:hover {
  text-decoration: none;
  color: #EEEEEE;
}

/* Artworks */

.sc-player .sc-artwork-list{
  background: #eee;
  background: -moz-linear-gradient(left bottom, #EEEEEE 20px, #333333 350px) repeat scroll 0 0 transparent;
  background: -webkit-gradient(linear, right top, left bottom, from(#333), to(#eee));
}

/* scrubber */

.sc-scrubber, .sc-scrubber .sc-buffer, .sc-scrubber .sc-played,  .sc-scrubber .sc-time-span{
  background-color: #000000;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;

}

.sc-scrubber .sc-time-span {
  background-color: #000000;
}

.sc-scrubber .sc-time-span img {
  height: 30px;
  width: 100%;
  background-color: #003399;
  background: -moz-linear-gradient(top, black, #003399 0px, #5d95d2 90%);
  background: -webkit-gradient(linear, left top, left 90%, from(black), color-stop(0%, #003399), to(#5d95d2));
}

.sc-scrubber .sc-buffer, .sc-scrubber .sc-played {
  background-color: #333333;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  
}

.sc-scrubber .sc-played {
  background-color: #F06;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;

}

/* controls */

.sc-player .sc-controls a {
  color: transparent;
  background: url('img/sc_play.png');
}

.sc-player .sc-controls a:hover {
  background: url('img/sc_play_over.png');
}

.sc-player .sc-controls a.sc-pause {
  background: url('img/sc_play.png');
}

.sc-player .sc-controls a.sc-pause:hover{
  background: url('img/sc_play_over.png');
}

.sc-player.playing .sc-controls a.sc-pause{
  background: url('img/sc_pause.png');
}

.sc-player.playing .sc-controls a.sc-pause:hover{
  background: url('img/sc_pause_over.png');
}

.sc-player  a.sc-loading {
  background: url('img/sc_loading.gif');
  position: absolute;
  left: 10px;
  top: 5px;
  height: 30px;
  width: 30px;
}

.sc-player .sc-trackslist-toggle {
  background: url('img/sc_playlist.png');
  display: block;
  width:30px;
  height:30px;
  margin-right: 5px;
  margin-top:5px;
  float:right;
}

.sc-player .sc-trackslist-toggle:hover {
  background: url('img/sc_playlist_over.png');
}



/* Track listings*/

.sc-player ol.sc-trackslist li.active, .sc-player ol.sc-trackslist li:hover {
  background-color: #fff;
  padding: 4px;
  color: #F06;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-box-shadow: 1px 1px 4px #ccc;
  -webkit-box-shadow: 1px 1px 4px #ccc;
}

.sc-player ol.sc-trackslist li.active a {
  color: #F06;
}

.sc-track-duration {
  text-align: right;
  float: right;
  padding: 0 5px;
  margin-left: 5px;
}

/* Track info*/

.sc-player .sc-info{
  background: #fff;
  opacity: 0.9;
}

/*
.sc-player .sc-info-toggle{
  background: #fff;
  color: #F06;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-box-shadow: 1px 1px 4px #ccc;
  -webkit-box-shadow: 1px 1px 4px #ccc;
  padding: 4px;
}

.sc-player .sc-info-toggle:hover{
  background: #F06;
  color: #eee;
}

*/

.sc-player .sc-info-close{
  background: #F06;
  color: #fff;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  padding: 2px 4px;
  font-weight: bold;
}

.sc-volume-slider {
  background-color: #e5e5e5;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
}


.sc-volume-slider .sc-volume-status{
  background-color: #666;
  border-right: 1px solid #003399;
}

