@charset "UTF-8";

.ae_audioplayer_1
{
	height: 100px;
	width: 350px;
	border: 3px solid #99c;
	border-radius: 10px;	
	/*background-image: url("../images/audioplayer_bar.png");
	background-position: left center;
	background-repeat: repeat-x;*/
	background-color: #009;
	font-family: verdana;
	font-size: 12px;
	clear: both;
	padding-left: 10px;
	margin: 6px 0px;
	position: relative;
}

.ae_audioplayer_prev_1
{
  background-image: url("../images/audioplayer_prev.png");
  background-position: left center;
  background-repeat: no-repeat;
  width: 15px;
  height: 24px;
  float: left;
  cursor: pointer;
  margin-top: 4px;
  margin-left: 30px;
}

.ae_audioplayer_play_1
{
	background-image: url("../images/audioplayer_play.png");
	background-position: left center;
	background-repeat: no-repeat;
	width: 15px;
	height: 24px;
	float: left;
	cursor: pointer;
	margin-top: 4px;
	margin-left: 10px;
}

.ae_audioplayer_stop_1
{
	background-image: url("../images/audioplayer_stop.png");
	background-position: left center;
	background-repeat: no-repeat;
	width: 15px;
	height: 24px;
	margin-top: 4px;
	float: left;
	cursor: pointer;
}

.ae_audioplayer_next_1
{
  background-image: url("../images/audioplayer_next.png");
  background-position: left center;
  background-repeat: no-repeat;
  width: 15px;
  height: 24px;
  margin-top: 4px;
  float: left;
  cursor: pointer;
  margin-left: 5px;
}

.ae_audioplayer_seekbar_1
{
	background-image: url("../images/audioplayer_seekbar.png");
	background-position: left center;
	background-repeat: repeat-x;
	height: 16px;
	width: 320px;
	float: left;
	position: relative;
	cursor: pointer;
	margin: 10px;
	clear: both;
}

.ae_audioplayer_indicator_1
{
	position: absolute;
	top: 0px;
	left: 0px;
	height: 16px;
	width: 16px;
	background-image: url("../images/audioplayer_indicator.png");
	background-position: left center;
	background-repeat: no-repeat;
	cursor: pointer;
}

.ae_audioplayer_volume_1
{
	background-image: url("../images/audioplayer_volume.png");
	background-position: left center;
	background-repeat: no-repeat;
	height: 24px;
	width: 16px;
	margin: 0px 6px;
	margin-top: 4px;
	margin-right: 50px;
	float: right;
	cursor: pointer;
	position: relative;
}

.ae_audioplayer_time_1
{
	height: 24px;
	width: 88px;
	margin: 0px 6px;
	margin-top: 8px;
	position: absolute;
	bottom: 4px;
	left: 131px;
	float: left;
	color: #f6f;
}

.ae_audioplayer_volumeslider_box_1
{
	background-color: #00c;
	color: #fff;
	position: absolute;
	top: -32px;
	left: -46px;
	height: 80px;
	width: 30px;
	border: 2px solid #fff;
	border-radius: 12px;
	display: none;
	cursor: pointer;
	padding: 6px;
}

.ae_audioplayer_volumeslider_1
{
	width: 22px;
	margin: 0px;
	background-color: transparent;
	margin-left: 4px;
	margin-right: 6px;
	height: 60px;
	background-image: url("../images/audioplayer_volume_slider.png");
	background-repeat: repeat-y;
  background-position: center center;
  position: relative;
}

.ae_audioplayer_volumeslider_1 .ae_audioplayer_volume_indicator_1
{
  background-image: url("../images/audioplayer_volume_indicator.png");
  background-repeat: no-repeat;
  background-position: center center;
  height: 6px;
  width: 22px;
  position: absolute;
  top: 0;
  left: 0;
}

.ae_audioplayer_infobutton_1
{
	background-image: url("../images/audioplayer_info_up.png");
	background-repeat: no-repeat;
	background-position: left center;
	height: 24px;
	width: 11px;
	margin: 0px 6px;
	float: left;
	cursor: pointer;
	border: 2px solid #99c;
	border-right: 0px;
	position: absolute;
	left: 341px;
	top: 34px;
	/*
	border-bottom-left-radius: 10px;
	border-top-left-radius: 10px;
	*/
	border-radius: 6px;
}

.ae_audioplayer_infobar_1
{
	width: 350px;
	display: none;
	background-color: #009;
	border: 3px solid #99c;
	border-radius: 10px;
	padding: 0px;
	vertical-align: top;
	position: absolute;
	left: 364px; /* 3 border, 10 margin + 350 width + 1 offset */
	top: -3px;
	overflow: hidden;
}

.ae_audioplayer_infobar_1 table
{
	border-collapse: collapse;
	width: 346px;
	margin: 2px;
	
}

.ae_audioplayer_infobar_1 table tr td:nth-child(1)
{
	width: 100px;
	padding-left: 6px;
}
.ae_audioplayer_infobar_1 table tr td:nth-child(2)
{
	width: auto;
}
.ae_audioplayer_infobar_1 table tr td:nth-child(3)
{
	width: 80px;
	padding-left: 6px;
}
.ae_audioplayer_infobar_1 table tr td:nth-child(4)
{
	width: 200px;
}
.ae_audioplayer_infobar_1 table tr:nth-child(odd)
{
	background-color: #009;
}

.ae_audioplayer_infobar_1 table tr:nth-child(even)
{
	background-color: #33c;
}

.ae_audioplayer_infobar_1 table td.comment
{

}

.ae_audioplayer_1 .title
{
	border: 3px solid #99c;
	border-top: 0;
	
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	
	
	color: #fff;
	padding: 6px;
	margin-right: 10px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	text-align: center;
}

.ae_audioplayer_infobar_1 table tr td
{
	vertical-align: top;
	padding: 2px;
}

.ae_audioplayer_infobar_1 .title
{
	border: 0;
	margin: 0;
	padding: 2px;
	text-align: left;
}

.ae_audioplayer_infobar_1 table tr td
{
	color: #fff;
}

.ae_audioplayer_1 .some
{
	color: #99c !important;
	float: right;
	height: 24px;
	width: 16px;
	margin: 6px 0px 0px 6px;
}

.ae_audioplayer_playlist_1
{
  color: #fff;
  width: 350px;
  border: 3px solid #99c;
  border-radius: 10px;
  background-color: #000;
  padding-left: 10px;
  background-color: #009;
  font-family: verdana;
  font-size: 12px;
  margin-left: -13px;
  margin-top: 75px;
  overflow: auto;
  max-height: 600px;
}

.ae_audioplayer_playlist_1 div.play_status
{
  width: 10px;
  height: 15px;
  float: left;
  padding: 3px 6px 3px 0px;
  font-size: 12px;
  overflow: hidden;
}

.ae_audioplayer_playlist_1 div.playing
{
  background-image: url("../images/audioplayer_playing.png");
  background-repeat: no-repeat;
  background-position: center;
}


.ae_audioplayer_playlist_1 div.item
{
  width: 258px;
  height: 15px;
  float: left;
  padding: 3px 6px;
  font-size: 12px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: pointer;
}

.ae_audioplayer_playlist_1 div.item_dur
{
  font-size: 12px;
  padding: 3px 6px;
  text-align: right;
  height: 16px;
}

.ae_audioplayer_playlist_1 div.item:nth-child(4), .ae_audioplayer_playlist_1 div.item_dur:nth-child(4)
{
  background-color: #212;
}

.clearfix:after 
{
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}