body 
{
	font-size: 12px;
	color: #efefef;
	background: #000000;

}

#container
{
	margin: 0px auto 30px auto;
	width: 1000px;
	height: auto;
	
	border: 0px solid white;
}

#header
{
	width: 1000px;
	height: 215px;
	border: 0px solid yellow;
	background: rgb(179,179,179);

	overflow-y: auto;
}

#footer
{
	width: 1000px;
	height: 100px;
	display: block;
	background: rgb(179,179,179);
	color: #333333;
	font-size: 14px;
	margin-left: auto;
	margin-right: auto;
}


#header img
{
	border: none;
	width: 110px;
	height: 82px;
	z-index: 0;
}

/*.glow
{
	z-index: 10;
	width: 110px;
	height: 82px;
	display: block;
	background: url('../img/glow.png') no-repeat top left;
	background: url('../media/test.jpg') no-repeat top left;
	border: 1px solid white;
	margin-top: 0px;
	
}*/

.glow
{
	float: left;
	margin: 15px 4px 10px 20px;
	width: 110px;
	height: 82px;
	border: none;
}

#content
{
	position: relative;
	width: 100%;
	margin-top: 20px;
	border: 0px solid green;
	height: 625px;
}

#player
{
	position: relative;
	float: right;
	width: 720px;
	height: 605px;
}

#sidebar
{
	float: right;
	width: 300px;
	height: 605px;
	border: 0px solid white;
}



.watch_quality a
{
	color: #ffffff;
	font-size: 12px;
	text-decoration: none;
	font-family: Verdana, sans-serif;
}


#playlist
{
	float: left;
	margin: 0px;
	width: 250px;
	height: 605px;
	background: rgb(179,179,179);
}

#playlist_content
{
	width: 250px;
	height: 500px;
	border: 0px solid red;
	overflow-y: auto;
	overflow-x: hidden;
	padding-bottom: 10px;
}

.playlistname-mic
{
	font-weight: bold;
	font-size: 14px;
	border: 0px solid black;
	height: 30px;
	width: 250px;
	text-align: center;
	text-decoration: none;

}

.nowplaying
{
	background: #999999;
}

.playlist-odd
{
	background: #dddddd;
}

.playlist-even
{
	background: #f1f1f1;
}

/* new playlist */
.play-ul
{
	margin: 5px 0 0 0px; 
	padding: 0; 
	width: 250px;
	border: 0px solid black;
}

.play-ul li
{
	 display: block;
	 border: 0px solid red; 
	 clear: none;
	 height: 60px;
	 width: 240px;
}

.play-left
{
	border: 0px solid blue; 
	width: 20px;
	height: 60px;
	float: left;
}

.playthumb
{
	width: 70px; 
	height: 48px; 
	border: none;
	margin-top: 6px;
}

.play-right
{
	border: 0px solid black; 
	width: 200px;
	height: 60px;
	float: right;
}

.manuta
{
	border: 0px solid red;
	width: 15px;
	height: 60px;
	
	float: right;
	margin-right: 10px;
	cursor: move;
	background: url('../img/muta.gif') no-repeat;
	display: none;
} 

.play-right .span
{
	font-size: 12px;
	border: 0px solid red;
	width: 170px;
	display: block;
	height: 60px;
	float: left;
	padding-top: 5px;
}

.play-right .spanartisti
{
	font-size: 10px;
	font-weight: normal;
	padding-left: 0px;
	margin-left: 0px;
}

.span
{
	font-size: 13px;
	color: #333333;
	font-weight: bold;
	text-decoration: none;
	/*display: block;
	border:1px solid white;
	height: 30px;*/
}

.playme
{
	background: #bbbbbb; /* url('../img/now_playing.jpg') 90% center no-repeat;*/
	color: #efefef;
	cursor: pointer;
}

.clipuri
{
	width: 100px;
	height: 100px;
	display: block;
	float: left;
	border: 1px solid white;
}

.clear
{
	clear: both;
}

.descriere
{
	font-family: Verdana, sans-serif;
	font-size: 11px;
	color: #efefef;
	border: 1px dashed #ffffff;
}
.descriere:first-letter { 
	padding-left: 25px;
}
