/* The Reset ---------------------------------- */
/* -------------------------------------------- */
body,div,dl,dt,dd,ul,ol,li,pre,form,fieldset,input,p,blockquote,table,
th,td { margin: 0; padding: 0; vertical-align:top; text-align:left; }
fieldset,img,abbr { border: 0; }
address,caption,cite,code,dfn,em,strong,th,var { font-style: normal; font-weight: normal; }
caption,th { text-align: left; }
q:before,q:after { content: ''; }
a { text-decoration: none; }
/* End Reset ---------------------------------- */
#PlaylistContainer
{
	padding:0 0 0 0;
	position:relative;
	
}
#PlaylistContainer img{display:inline;margin:0;padding:0}
div.PlaylistContent
{
	text-align:left;
	
	/*margin-left:-75px;
	width:300px;*/

}
div.PlaylistItems
{
	background-color:#ffffff;
	width:410px; height: 60px;
	font-size:12px;
	font-family:Lucida Sans;
	color:black;
	margin-left:0;
	padding:0 0 0 0;

}
div.PlaylistItems a{ color:White}


div.PlaylistItems h2
{
	
	font-size:14px;
	color:#4d4d4d;
	font-family: Arial;
	padding:10px 0 0 0;
    text-transform:none;
    font-weight:bold;
    
}
div.PlaylistItems h3, div.PlaylistItems h3 a
{
	font-size:13px;
	color:#4d4d4d;
	font-family: Arial;
	text-transform:none;
	padding:3px 0 0 0;
	font-weight:normal
}
/*div.PlaylistItems img
{ float:left;
	width: 70px; height:70px; padding: 5px 5px 5px 0; border:none;
}*/

div.scrollable
{
	height: 320px;	 
	width: 410px;	
	overflow:auto;
	background-color:white;
}
div.scrollable div.items div {
	text-align:left;
	height:65px;
	width:380px;
	font-family: Arial;
	
}
div.scrollable h1
{
	font-size:24px;
	width:380px;
	border-bottom:solid 1px #4e4e4e;
	color:#4d4d4d;
	font-family: Arial;
	padding:5px 0 10px 0;
	margin:0;
    text-transform:none;
    font-weight:bold;
}
#clips
{
    padding-top:0px
}



	/* container has a background image */
a.player {	
	margin-top:40px;
	display:block;
	background:url(images/splash_small.png) no-repeat;
	width:310px;
	height:242px;
	padding:0 126px 75px 127px;	
	text-align:center;
	color:#fff;
	text-decoration:none;
	cursor:pointer;
}

/* splash image */
a.player img {
	margin-top:115px;
	border:0;	
}

a.player {
	margin-top:0px;		
}
