@charset "UTF-8";
/* CSS Document */

#player {
	position:absolute;
	top:90px;
	left:-262px;
	margin:0 auto;
	padding:0;
	width:418px;
	z-index:4999;
}
#player .open {
	position:absolute;
	top:20px;
	right:-10px;
}
#player.full {
	left:5px;
}
#player .controls {
	float:right;
	margin-top:2px;
	margin-right:5px;
}
#player .label {
	float:left;
	padding:4px 5px;
	border:solid 1px #bbb;
	background:#eee;
	color:#333;
	font-size:0.75em;
	width:260px;
	overflow:hidden;
	display:block;
	margin-right:5px;
	overflow:hidden;
	height:1.25em;
	white-space:nowrap;
	position:relative;
	top:-2px;
	left:-2px;
}

#player .time {
	float:right;
	position:relative;
	z-index:20;
	font-size:1.1em;
	color:#4d4d4d;
	padding:0 5px 0 10px;
	font-weight:normal;
	top:-1px;
	margin:0;
}

#player .thumb {
	float:left;
	position:relative;
	left:-10px;
}


#player .avatar {
	display:none;
	float:left;
	position:relative;
	left:-5px;
	width:122px;
	height:122px;
	padding:8px 0 0 0;
	margin:10px 0;
	background:url(/statics/img/player/player03_03.png) no-repeat;
}
#player .artist {
	display:none;	
	margin:10px 0;
	padding:5px;
	font-size:0.75em;
	float:left;
	width:275px;
}
#player .artist h1 {
	margin: 0 0 5px 0;
	font-size:1.75em;
}
#player .artist h1 a {
	color:#000;
}
#player .artist h1 a {
	color:#000;
}
#player .artist .title {
	font-size:0.95em;
	margin-left:5px;
	margin-bottom:10px;
}
#player .artist .genre {
	color:#333;
	font-weight:bold;
	font-size:0.9em;
}
#player .artist .infos {
	font-size:0.85em;
}
#player .artist .right-icons {
	margin-top:7px;
	float:left !important;
	position:static;
}

#player .playlist {
	display:none;
}
#player .playlistSelector {
	background:url(/statics/img/player/player03_06.png) no-repeat;
	width:380px;
	height:38px;
	padding-top:5px;
	padding-left:18px;
	padding-right:20px;
	display:none;
}
#player .playlistSelector select.playlists {
	width:210px;
}
#player .playlistSelector a.play {
	margin-left:5px;
	margin-top:6px;
}
#player .playlist {
	background:url(/statics/img/player/player03_07.png) no-repeat;
	width:418px;
	height:224px;
}

#player .playlist div.songs {

	margin-left:20px;
}

#player .playlist ul.songs {
	border:none;
	width:370px;
	height:200px !important;
	margin:0!important;
	position:relative;
	overflow:auto;
	border:none;
}

#player.full .panel {
	display:block;
}

#player img {
	float:left;
}

#player .top, #player .top img {
	width:418px;
	height:18px;
}

#player .bottom, #player .bottom img {
	width:418px;
	height:17px;
}
