

#listen_live #componentWrapper{
	position:relative;
	min-width:340px;
	max-width:600px;
	height:auto;
	display:none;
	clear: both;
	min-height: 120px;
	margin-bottom: 25px;
	background:none !important;
}
 
/* player holder */
#listen_live #componentWrapper .playerHolder{
	width:100%;
	height:43px;
	/* background-image: url('../images/audio_player/player_bg.png'); */
	background-repeat: repeat-x;
	/*-moz-box-shadow: 0px 5px 5px #111;
	-webkit-box-shadow: 0px 5px 5px #111;
	box-shadow: 0px 5px 5px #111;
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=135, Color='#111111')";
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=135, Color='#111111');*/
	background-color: #004120;
}

/* player audio name mask for the name scroll function. */
#listen_live #componentWrapper .player_mediaName_Mask{
position: relative;
    top: 0px;
    left: 20px;
    float: right;
    width: 39%;
    /* width: -webkit-calc(100% - 135px); */
    /*width: -moz-calc(100% - 135px);*/
    /* width: calc(100% - 135px); */
    height: 20px;
    overflow: hidden;
    background: none;
}

/* player audio name */
#listen_live #componentWrapper .player_mediaName{
	position:absolute;
	top:1px;
	left:0px;
	white-space: nowrap;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#fff;
}

/* player audio time */
#listen_live #componentWrapper .player_mediaTime{
	position:relative;
	top:10px;
	float:right;
	margin-right:20px;
	
	color:#fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
}

#listen_live #componentWrapper .player_mediaTime_current{
	position:relative;
	top:0px;
	left:0px;
	float:left;
}

#listen_live #componentWrapper .player_mediaTime_total{
	position:relative;
	top:0px;
	left:0px;
	float:left;
}

/* player holder for (previous,play/pause,next) buttons */
#listen_live #componentWrapper .player_controls{
	position:relative;
	width:100%;
	top:11px;
	left:0px;
	float:left;
	clear:both;
}

/* player previous */
#listen_live #componentWrapper .controls_prev{
	position:relative;
	width:25px;
	height:26px;
	float:left;
	margin-right:8px;
	margin-left:20px;
}

/* player play/pause */
#listen_live #componentWrapper .controls_toggle{
	position:relative;
	top:-2px;
	width:30px;
	height:31px;
	float:left;
	margin-right:8px;
}

/* player next */
#listen_live #componentWrapper .controls_next{
	position:relative;
	width:25px;
	height:26px;
	float:left;
	margin-right:12px;
}


/* player download */
#listen_live #componentWrapper .player_download{
	position:relative;
	width:25px;
	height:26px;
	float:right;
	display:none;
}


/* player shuffle */
#listen_live #componentWrapper .player_shuffle{
	position:relative;
	width:25px;
	height:26px;
	float:right;
	margin-left:8px;
}


/* player loop */
#listen_live #componentWrapper .player_loop{
	position:relative;
	width:25px;
	height:26px;
	float:right;
	margin-left:8px;
	margin-right:20px;
}




#listen_live #componentWrapper .player_volume{
	position:relative;
	height:26px;
	float:left;
}

/* player volume, serves as hit as well */
#listen_live #componentWrapper .volume_seekbar{
	position:relative;
	left:0px;
	top:5px;
	/* for hit */
	width:70px;
	height:16px;
	/*background:green;*/
	float:left;
	margin-left:6px;
}

#listen_live #componentWrapper .volume_bg{
	position:absolute;
	top:5px;
	left:10px;
	width: 200px;
	height:6px;
	background: #8E8E8E;
}

#listen_live #componentWrapper .volume_level{
	position:absolute;
	top:5px;
	left:10px;
	width:0px;
	height:6px;
	background:#ffffff;
}

#listen_live #componentWrapper .player_volume_tooltip{
	position:relative;
	top:-17px;
	/* left is set in code */
	width:35px;
	height:16px;
	background:#333;
	display:none;
	text-align:center;
	
	-moz-box-shadow: 1px 1px 1px #222;
	-webkit-box-shadow: 1px 1px 1px #222;
	box-shadow: 1px 1px 1px #222;
}

#listen_live #componentWrapper .player_volume_tooltip p {
    font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#ffffff;
	margin:0;
	line-height:18px;
}

/* player progress, serves as hit as well */
#listen_live #componentWrapper .player_progress{
	position:absolute;
	top:63px;
	left:20px;
	/* for hit */
	
	width:90%;
	width: -webkit-calc(100% - 40px);
    width: -moz-calc(100% - 40px);
    width: calc(100% - 40px);
	
	height:16px;
	/*background:green;*/
}

#listen_live #componentWrapper .progress_bg{
	position:relative;
	background:#222222;
	width:100%;
	top:5px;
	height:6px;
}

#listen_live #componentWrapper .load_progress{
	position:absolute;
	background:#444444;
	top:5px;
	height:6px;
}

#listen_live #componentWrapper .play_progress{
	position:absolute;
	background:#ffffff;
	top:5px;
	height:6px;	
}

#listen_live #componentWrapper .player_progress_tooltip{
	position:relative;
	top:-25px;
	/* left is set in code */
	width:70px;
	height:16px;
	background:#333;
	display:none;
	text-align:center;
	
	-moz-box-shadow: 1px 1px 1px #222;
	-webkit-box-shadow: 1px 1px 1px #222;
	box-shadow: 1px 1px 1px #222;
}

#listen_live #componentWrapper .player_progress_tooltip p {
    font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#ffffff;
	margin:0;
	line-height:18px;
}





/* playlist holder */	
#listen_live #componentWrapper .playlistHolder{
	position:relative;
	top:5px;
	float:left;
	clear:both;
	width:100%;
	background: #FFFFFF;
	border:solid 1px #EDEDED;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
	/*-moz-box-shadow: 0px 5px 5px #111;
	-webkit-box-shadow: 0px 5px 5px #111;
	box-shadow: 0px 5px 5px #111;
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=135, Color='#111111')";
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=135, Color='#111111');*/
}

#listen_live #componentWrapper .playlist_inner{
	margin:20px 30px 20px 20px;
	/*background:blue;*/
}



/* playlist items */	
#listen_live #componentWrapper .playlistItem{
	position:relative;
	top:0px;
	left:0px;
	/*margin-bottom:8px;*/
	clear:left;
	display:inline-block;
	
	color:#ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
	width:100%;
	
	padding:5px 0px 5px 10px;
	
	list-style:none;
	cursor: default;
	
}

#listen_live #componentWrapper .playlistItem:nth-child(even){
	background: #FFFFFF;
	color: #0000;
}
#listen_live #componentWrapper .playlistItem:nth-child(odd){
	background: #EAEAEA;
}

#listen_live #componentWrapper .playlistItem:last-child {  
	margin-bottom:0px;
}

#listen_live #componentWrapper .playlistItem a:hover{
	color:#66ffff;
	text-decoration:none;
}

#listen_live #componentWrapper .playlistSelected {
	float:left;
	color: #014120;
	margin-top:3px;
	font-weight: bold;
	    
}

#listen_live #componentWrapper .playlistNonSelected {
	float:left;
	color: #0C0C0C;
	margin-top:3px;
}


/* playlist icons */
#listen_live #componentWrapper .dlink {
	float:right;
}

#listen_live #componentWrapper .dlink img{
	display:block;
}

#listen_live #componentWrapper .plink {
	float:right;
}

#listen_live #componentWrapper .plink img{
	display:block;
}

#listen_live #componentWrapper .premove {
	float:right;
}

#listen_live #componentWrapper .premove img{
	display:block;
}


/* preloader */
#listen_live #componentWrapper .preloader{
	position:absolute;
	width:36px;
	height:30px;
	top:50%;
	left:50%;
	margin-left:-16px;
	margin-top:-15px;
	background: #111 url('../media/data/loading.gif') no-repeat center center; 
}







#listen_live #componentWrapper .popup_open{
	position:relative;
	float:left;
	clear:both;
	margin:10px;
	display:none;
}









