.audio.stream {
}

.player_container {
	padding: 2px;
	margin: 2px 2px 2px 0;
	position: relative;
	height: 24px;
}
.player_container .player_control {
	display: block;
	position: absolute;
	padding: 0;
	margin: 0;
	background-repeat: no-repeat;
	background-position: center left;
	cursor: pointer;
}

.player_container .player_play {
	top: 0;
	left: 0;
	height: 12px;
	width: 12px;
	background-image: url("/images/iconic/raster/blue/play_alt_12x12.png");
}
.player_container .player_play._hover {
	background-image: url("/images/iconic/raster/dark_gray/play_alt_12x12.png");
}

.player_container .player_pause {
	left: 3px;
	top: 0px;
	width: 9px;
	height: 12px;
	background-image: url("/images/iconic/raster/blue/pause_6x8.png");
}
.player_container .player_pause._hover {
	background-image: url("/images/iconic/raster/dark_gray/pause_6x8.png");
}

.player_container .player_stop {
	top: 2px;
	left: 17px;
	height: 8px;
	width: 8px;
	background-image: url("/images/iconic/raster/blue/stop_8x8.png");
}
.player_container .player_stop._hover {
	background-image: url("/images/iconic/raster/dark_gray/stop_8x8.png");
}

.player_progress {
	position: absolute;
	left: 30px;
	top: 1px;
	width: 120px;
	height: 8px;
	border: 1px solid #2e52a4;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.player_progress._hover {
	border-color: #ddd;
}

.player_progress_load_bar {
	background: #f8f8f8;
	width: 0px;
	height: 8px;
	cursor: pointer;
}
.player_progress_load_bar._hover {
	background-color: #f4f4f4;
}

.player_progress_play_bar {
	background: #627dbb;
	width: 0px;
	height: 8px;
}
.player_progress_play_bar._hover {
	background: #4364ad;
}

.player_volume_min {
	left: 160px;
	top: 2px;
	width: 12px;
	height: 10px;
	background-image: url("/images/iconic/raster/blue/volume_mute_12x9.png");
}
.player_volume_min._hover {
	background-image: url("/images/iconic/raster/dark_gray/volume_mute_12x9.png");
}

.player_volume_bar {
	position: absolute;
	left: 175px;
	top: 3px;
	width: 35px;
	height: 5px;
	cursor: pointer;
	display: block;
	border: 1px solid #2e52a4;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.player_volume_bar._hover {
	border-color: 1px solid #4364ad;
}
.player_volume_bar_value {
	background: #627dbb;
	width: 0px;
	height: 5px;
}
.player_volume_bar_value._hover {
	background-color: #4364ad;
}

.player_volume_max {
	left: 215px;
	top: 2px;
	width: 12px;
	height: 10px;
	background-image: url("/images/iconic/raster/blue/volume_12x9.png");
}
.player_volume_max._hover {
	background-image: url("/images/iconic/raster/dark_gray/volume_12x9.png");
}

.player_playlist_message {
  display: none;
}

/*.song_title {
	float:left;
	margin:0 5px 0 0;
	padding:0;
	font-weight:bold;
}*/

.play_time {
	font-weight: bold;
}
