@charset "utf-8";
/* CSS Document */

#playback-framework{
	padding:0px 4px 4px 4px;
	background-color:#d6d6c3;
	width:330px;
	height:266px;
	float:left;
	position:relative;
	}
#title{
	margin:0px;
	padding:5px;
	background-color:#d6d6c3;
	color:#252525;
	font-weight:bold;
	font-family:Arial, "Arno Pro";
	font-size:11px;
	text-align:center;
	}
#PlayList{
	width:225px;
	#width:224px;
	_width:222px;
	height:266px;
	background-color:#d6d6c3;
	float:right;
	position:relative;
	padding:0px 4px 0px 0px;
	overflow-x:none;
	overflow-y:auto;
	border-bottom:4px solid	#d6d6c3;
	}
#PlayList table{
	margin-bottom:3px;
	background-color:#FFFFFF;
	width:100%;
	#width:218px;
	}	

	
#PlayList table td{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#666666;
	text-decoration:none;
	font-weight:normal;
	padding:0px;
	}

#PlayList a{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#666666;
	text-decoration:none;
	font-weight:normal;
	display:block;
	margin:0 5px 0 5px;
	}
	
#PlayList a:hover,
#PlayList td:hover{
	background-color:#969677;
	text-decoration:none;
	color:#FFFFFF;
	}
	
#playback-b{
	padding:0px 6px 6px 6px;
	background-color:#d6d6c3;
	width:580px;
	margin-left:auto;
	margin-right:auto;
	}
	
#PlayList #thumbnail{
	padding:0px;
	margin:0px;
	}
	
#title-b{
	width:580px;
	margin-left:auto;
	margin-right:auto;
	padding:6px;
	background-color:#d6d6c3;
	color:#252525;
	font-weight:bold;
	font-family:Arial, "Arno Pro";
	font-size:12px;
	text-align:center;
	}
	
