
.player {float:left; margin-right:20px}
.contenitore_podcast {background:#1a1a1a; padding:20px; font-family:Arial, Helvetica, sans-serif}
.clear {clear:both}
/* wrapper for player and playlist*/
#componentWrapper{
	position:relative;
	width:596px;
	height:150px;
	float:left;
	

}
 
/* player holder */
#componentWrapper .playerHolder{
	position:absolute;
	top:0px;
	left:0px;
	width:596px;
	height:81px;


}

/* player audio name mask for the name scroll function. Set width of the scrolling mask here. Also adjust height if neccesarry. */
#componentWrapper .player_mediaName_Mask{
	position:absolute;
	top:7px;
	left:85px;
	width:415px;
	height:20px;
	overflow:hidden;
	font-weight:bold

}

/* player audio name */
#componentWrapper .player_mediaName{
	position:absolute;
	top:1px;
	left:0px;
	white-space: nowrap;

	font-size:14px;
	color:#fff;
}

/* player audio time */
#componentWrapper .player_mediaTime{
	position:absolute;
	top:10px;
	right:17px;
	
	color:#fff;

	font-size:12px;
	display:none
}

#componentWrapper .player_mediaTime_current{
	position:relative;
	top:0px;
	left:0px;
	float:left;
}

#componentWrapper .player_mediaTime_total{
	position:relative;
	top:0px;
	left:0px;
	float:left;
}

/* player holder for (previous,play/pause,next) buttons */
#componentWrapper .player_controls{
	position:absolute;
	top:5px;
	left:-30px;
}

/* player previous */
#componentWrapper .controls_prev{
	position:absolute;
	top:0px;
	left:0px;
	width:25px;
	height:26px;
}

/* player play/pause */
#componentWrapper .controls_toggle{
	position:absolute;
	top:-2px;
	left:35px;
	width:30px;
	height:31px;
}

/* player next */
#componentWrapper .controls_next{
	position:absolute;
	top:0px;
	left:75px;
	width:25px;
	height:26px;
}

/* player loop */
#componentWrapper .player_loop{
	position:absolute;
	top:0px;
	left:216px;
	width:25px;
	height:26px;
}

/* player shuffle */
#componentWrapper .player_shuffle{
	position:absolute;
	top:0px;
	left:252px;
	width:25px;
	height:26px;
}

#componentWrapper .player_volume{
	position:absolute;
	top:0px;
	left:112px;
	width:25px;
	height:26px;
}

/* player volume, serves as hit as well */
#componentWrapper .volume_seekbar{
	position:absolute;
	top:4px;
	left:140px;
	/* for hit */
	width:70px;
	height:16px;
	/*background:green;*/
}

#componentWrapper .volume_bg{
	position:absolute;
	top:5px;
	left:10px;
	width:50px;
	height:6px;
	background:#333333;
}

#componentWrapper .volume_level{
	position:absolute;
	top:5px;
	left:10px;
	width:0px;
	height:6px;
	background:#ffffff;
}

#componentWrapper .player_volume_tooltip{
	position:absolute;
	top:15px;
	/* left is set in code */
	width:35px;/* width is not automatically set so adjust it yourself if you change font or font size */
	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;
}

#componentWrapper .player_volume_tooltip p {
 
	font-size:10px;
	color:#ffffff;
	margin:0;
	line-height:18px;
}

/* player progress, serves as hit as well */
#componentWrapper .player_progress{
	
	position:absolute;
	top:40px;
	left:0px;
	/* for hit */
	width:590px;
	height:26px;
	/*background:green;*/
}

#componentWrapper .progress_bg{
	position:absolute;
	top:5px;
	left:0px;
	width:590px;
	height:6px;
	background:#4f4f4f;
}

#componentWrapper .load_progress{
	position:absolute;
	top:5px;
	left:0px;
	width:0px;
	height:6px;
	background:#4f4f4f;
}

#componentWrapper .play_progress{
	position:absolute;
	top:5px;
	left:0px;
	width:0px;
	height:6px;
	background:#00ff01;
}

#componentWrapper .player_progress_tooltip{
	position:absolute;
	top:40px;
	/* left is set in code */
	width:70px;/* width is not automatically set so adjust it yourself if you change font or font size */
	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;
}

#componentWrapper .player_progress_tooltip p {

	font-size:10px;
	color:#ffffff;
	margin:0;
	line-height:18px;
}





/* playlist holder */	
#componentWrapper .playlistHolder{
	position:absolute;
	top:46px;
	left:0px;
	width:590px;
	height:101px;
	padding:0; margin:0;
	overflow:hidden;


}

#componentWrapper .componentPlaylist{
	position:absolute;
	top:0px;
	left:0px;
	width:630px;
	height:101px;
	overflow:hidden

}

#componentWrapper .playlist_inner{
	position:relative;
	top:0px;
	left:0px;
	height:100%;

}






/* playlist items */	
#componentWrapper .componentPlaylist .playlistItem{
	position:relative;
	top:0px;
	left:-40px;
	padding-left:0; 
	margin-left:0;
	padding-top:5px;
	padding-bottom:5px;
	clear:left;
	display:inline-block;
	
	color:#00ff00;

	font-size:13px;
	width:100%;
	height:100%;
	list-style:none;
	border-bottom:1px solid #3c3c3c;
	text-decoration:none;
}

#componentWrapper .componentPlaylist .playlistItem:last-child {  
	margin-bottom:0px;
}

#componentWrapper .componentPlaylist .playlistItem a{
	text-decoration:none; padding-left:5px;
	
}
#componentWrapper .componentPlaylist .playlistItem a:hover{
	color:#00ff00;
	text-decoration:none;
	padding-left:5px;
}

#componentWrapper .playlistSelected {
	float:left;
	color: #00ff00;
}

#componentWrapper .playlistNonSelected {
	float:left;
	color: #ffffff;
}


#componentWrapper .hlink {
	float:right;
	margin-right:5px;
}




/* preloader */
#componentWrapper .preloader{
	position:absolute;
	width:26px;
	height:21px;
	top:50%;
	left:50%;
	margin-left:-13px;
	margin-top:-10px;
	background: #111 url('../media/data/loading.gif') no-repeat center center; 
}






/* playlist list */
#playlist_list{
	display:none;
}


/* font calculations for song scroll */
.fontMeasure{
	position:absolute;
 
    font-size:15px;
    white-space: nowrap;
	visibility:hidden;
	left:-10000px;
}