@charset "utf-8";
/* CSS Document */

#player_container {position:relative; width:540px; height:46px; /*float:left;*/ background-color:#ffe611;}
#player_container  ul#player_controls {
	list-style-type:none;
	padding:0;
	margin: 0;
}
#player_container  ul#player_controls li {
	overflow:hidden;
	text-indent:-9999px;
}
#player_play,
#player_pause {
	display: block;
	position: absolute;
	left:18px;
	top:8px;
	width:20px;
	height:29px;
	cursor: pointer;
}
#player_play {
	background: url("../images/playercontrols.gif") 0 0 no-repeat;
}
#player_play.oikosplayer_hover {
	background: url("../images/playercontrols.gif") -20px 0 no-repeat;
}
#player_pause {
	background: url("../images/playercontrols.gif") 0 -29px no-repeat;
}
#player_pause.oikosplayer_hover {
	background: url("../images/playercontrols.gif") -20px -29px no-repeat;
}
#ctrl_prev {
	position: absolute;
	left:20px;
	top:26px;
	background: url("images/spirites.jpg") 0 -112px no-repeat;
	width:28px;
	height:28px;
	cursor: pointer;
	display: none;
}

#ctrl_prev:hover {
	background: url("images/spirites.jpg") -29px -112px no-repeat;
}

#ctrl_prev.disabled {
	background: url("images/spirites.jpg") -58px -112px no-repeat;
	cursor:default;
}

#ctrl_next {
	position: absolute;
	left:88px;
	top:26px;
	background: url("images/spirites.jpg") 0 -141px no-repeat;
	width:28px;
	height:28px;
	cursor: pointer;
	display: none;
}

#ctrl_next:hover {
	background: url("images/spirites.jpg") -29px -141px no-repeat;
}

#ctrl_next.disabled {
	background: url("images/spirites.jpg") -58px -141px no-repeat;
	cursor:default;
}

#player_stop {
	position: absolute;
	left:53px;
	top:12px;
	background: url("../images/playercontrols.gif") 0 -59px no-repeat;
	width:21px;
	height:21px;
	cursor: pointer;
}
#player_stop.oikosplayer_hover {
	background: url("../images/playercontrols.gif") -21px -59px no-repeat;
}
#player_progress {
	position: absolute;
	left:92px;
	top:9px;
	width:330px;
	height:28px;
}
#player_progress_load_bar {
	background-color: #fff;
	width:0px;
	height:28px;
	cursor: pointer;
}
#player_progress_load_bar.oikosplayer_buffer {
	background: url("../images/bar_buffer.gif")  top left repeat-x;
}
#player_progress_play_bar {
	background: url("../images/bar_play.gif") top left repeat ;
	width:0px;
	height:28px;
}
#player_volume_min {
	position: absolute;
	left:435px;
	top:8px;
	background: url("../images/playercontrols.gif") 0 -88px no-repeat;
	width:13px;
	height:29px;
	cursor: pointer;
}

#player_volume_max {
	position: absolute;
	left:500px;
	top:8px;
	background: url("../images/playercontrols.gif") 0 -117px no-repeat;
	width:25px;
	height:29px;
	cursor: pointer;
}

#player_volume_min.oikosplayer_hover {
	background: url("../images/playercontrols.gif") -25px -88px no-repeat;
}

#player_volume_max.oikosplayer_hover {
	background: url("../images/playercontrols.gif") -25px -117px no-repeat;
}

#player_volume_bar {
	position: absolute;
	left:453px;
	top:12px;
	background-color: #fff;
	/*background: url("../images/playervolumevalue.gif") 0px 0px repeat;*/
	width:42px;
	height:21px;
	cursor: pointer;
}
#player_volume_bar_value {
	background-color: #e1ca08;
	/*background: url("../images/volume_bar_value.gif") repeat-x top left;*/
	width:0px;
	height:21px;
}

#player_playlist_message {
	position: absolute;
	left:0;
	bottom:0;
	width:338px;
	padding:5px 40px 10px 40px;
	font-family: Arial, Helvetica, sans-serif;
	line-height:1.4em;
	height:1em;
	background-color:#ccc;
	display: none;
}

#song_title {
	float:left;
	margin:0 5px 0 0;
	padding:0;
	font-weight:bold;
}

#play_time,
#total_time {
	position: absolute;
	left:164px;
	top:49px;
	width:122px;
	font-size:.8em;
	font-style:oblique;
}

#total_time {
	text-align: right;
}

#playlist_list {
	width:418px;
	display:none;
}

#playlist_list ul{
	list-style-type:none;
	padding:10px 20px 20px 20px;
	margin:0 0 10px 0;
	background-color:#ccc;
	border:1px solid #009be3;
	border-top:none;
	width:378px;
	font-size:.9em;
}

#playlist_list li{
	padding:4px 0 4px 20px;
	border-bottom:1px solid #eee;
	cursor: pointer;
}

#playlist_list li.playlist_current{
	color:#0d88c1;
	list-style-type:square;
	list-style-position:inside;
	padding-left:6px;
	cursor: default;
}

#playlist_list li.playlist_hover {
	color:#0d88c1;
}
