
/* player style */
/* container has a background image */

#ultimos{width:430px;height:275px;overflow:scroll;overflow-x:hidden;background: #F8F8F8;float:left;margin:0;padding:4px 10px 10px 10px}
#ultimos.playlist a.playing {
	border:1px solid #118009;
	background-color:#c5ef50;
}
#topten{width:270px;
	height:275px;
	overflow-y:auto;
	overflow-x:hidden;
	border:1px solid #ccc;
	padding:4px 10px 10px 10px;
	margin-left:23px;
	background-color:#efefef;
	float:left;}

#ultimos.playlist a {
	display:block;
	width:400px;
	height:70px;
	padding:7px;
	background-color:#fff;
	border:1px solid #ccc;
	font:11px Arial, Helvetica, sans-serif;
	text-decoration:none;
	text-align:left;
	margin-top:7px;
	color:#000000;
}

#ultimos.playlist a:hover {
	background-color:#a7ce39;
}

#bg_play {background-color:#efefef ; width:453px; height:353px; float:left;border:1px solid #ccc;}

a.player {
	margin:5px;
	display:block;
	background:url(../img_player/splash.png) no-repeat;
	width:443px;
	height:343px;
	/*padding:0 126px 75px 127px;*/
	text-align:center;
	color:#fff;
	text-decoration:none;
	cursor:pointer;
}

/* splash image */
a.player img {
	margin-top:115px;
	text-align:center;
}


#player {
	float:left;
}

/* playlist style */
.playlist {
	width:270px;
	height:338px;
	overflow-y:auto;
	overflow-x:hidden;
	border:1px solid #ccc;
	padding:4px 10px 10px 10px;
	margin-left:20px;
	background-color:#efefef;
	float:left;
}

/* playlist entry */

.playlist a {
	display:block;
	width:240px;
	height:70px;
	padding:7px;
	background-color:#fff;
	border:1px solid #ccc;
	font:11px Arial, Helvetica, sans-serif;
	text-decoration:none;
	text-align:left;
	margin-top:7px;
	color:#000000;
}

/* different states of a playlist entry */
.playlist a:hover {
	background-color:#a7ce39;
}

.playlist a.progress {
	background-color:#efefef;
}

.playlist a.playing {
	border:1px solid #118009;
	background-color:#c5ef50;
}

.playlist a.paused {
	border:1px solid #666;
	background-color:#d9f193;
}

/* elements inside playlist entry */
.playlist a img {
	border: 1px solid #CCCCCC;
	float:left;
	margin-right:10px;
}

.playlist a strong {
	color:blue;
	padding-bottom:5px;
}

.playlist a em {
	border:0;
	float:left;
	margin-right:10px;
	background:url(../img_player/clock.gif) no-repeat 0 50%;
	padding-left:20px;
	color: #333333;
	font-style:normal;
	margin-top:10px;
}
