﻿
.audio_content {
	width:320px;
	height:25px;
	margin-bottom:8px;
	margin-top:0px;
}

ul.playlist {
  width: 320px;
  padding: 1px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  color:#4b4b4b;
  /* border: 1px solid #d8d8d8;*/
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  background: #ffffff;
}

ul.playlist li {
  list-style: none;
  padding:2px;
}

div.track span {
  vertical-align: bottom;
}

span.controls {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url('../images/play.png') no-repeat 0 0;
  vertical-align: bottom;
  cursor: pointer;
}

span.controls:hover {
  background-image: url('../images/playing.png');
}

span.playing {
  background-image: url('../images/stop.png') !important;
}

span.playing:hover {
  background-image: url('../images/stoped.png') !important;
}

span.title {
  display: inline-block;
  padding-bottom:3px;
  width: 255px; 
}

span.minus {
  display: none;
  width: 5px;
}

span.timeleft {
  display: inline-block;
  width: 36px; 
}

div.progressBar {
  width: 80%;
  margin: 0 0 2px 20px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  background: #e6e6e6;
  cursor: pointer;
}

div.progress {
  width: 0%;
  height: 5px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  background: #5282ce;
}