/* pcPlayer */

#pcPlayer
{
	font-family: verdana,tahoma,arial,"sans serif";
	width: 250px;
	height: 240px;
	padding: 20px 0px 0px 15px;
	background: transparent url(../images/pcplayer-bg.png) top left no-repeat;
}

#pcPlayer .status		{ font-size: 14px; color: #7145E9; width: 230px; height: 17px; overflow: hidden; }
#pcPlayer .title		{ font-size: 18px; color: #7145E9; width: 230px; height: 18px; overflow: hidden; }
#pcPlayer .description	{ font-size: 10px; color: #9779E4; width: 230px; height: 24px; overflow: hidden; }
#pcPlayer .label		{ font-size: 11px; color: #9779E4; width:  64px; height: 14px; overflow: hidden; }
#pcPlayer .entry		{ font-size: 11px; color: #9779E4; width: 170px; height: 14px; overflow: hidden; }

#pcPlayer .command_button
{
	cursor: pointer;
}

#pcPlayer .volume_label
{
	font: 11px tahoma;
	color: #BEBEDB;
	width: 30px;
	text-align: right;
	padding-top: 7px;
}

#pcPlayer .slider
{
	width: 92px;
	height: 24px;
	background-image: url(../images/pcplayer-slider-bg.png);
	background-position:bottom left;
	background-repeat:no-repeat;
	position: relative;
	cursor: pointer;
}

#pcPlayer .slider_handle
{
	width: 12px;
	height: 24px;
	background-image: url(../images/pcplayer-slider-handle.png);
	background-position:bottom left;
	background-repeat:no-repeat;
	position: relative;
	cursor: pointer;
}
