#player .playlist *
{
    margin:0;
    padding:0;
    border:none;
    font-size:1em;
    list-style:none;    
}

#wrapper {
float:left;
padding:17px;
width:722px;
background:url(../images/video_panel_bg) no-repeat;
height:250px;
}

#wrapper #mydiv {
border-bottom:1px #dcdfe8 solid;
   width:315px;
   height:20px;
   float:right;
   margin-right:7px;
   margin-bottom:5px;
   font-family:Arial, Helvetica, sans-serif ;
   color: #3d5f99;
}

#player body
{
    overflow:hidden;
    font-family:Arial;
    font-size:12px;
}

#player .playlist {
float:right;
height:209px;
margin-right:7px;
overflow-y:scroll;
padding-right:2px;
width:314px;
}

#player .viewer
{
    width:384px;
    float:left;
    height:230px; /*     height:240px;*/
}

#player .playlist ul 
{
	overflow:auto;
font-family:Arial, Helvetica, sans-serif;

}

	


#player .playlist li 
{
    overflow:hidden;
    zoom:1;
	
    padding-bottom:6px;
    background:url(../images/dots.gif) bottom repeat-x;
}

#player .playlist li a {
color:#2a4268;

}

#player .playlist li a:hover {
text-decoration:underline;

}

#player .playlist li h2 {
margin-right:5px;
margin-bottom:2px;
padding-top:4px;
color:#2a4268;
font-size:0.79em;
}

#player .playlist li p.description {
color:#333;
font-size:0.79em;
}

#player .playlist li more.p .a {
position:absolute;
top:210px;
color:#791a1a;
}

#player .playlist img 
{
	float:left;
	margin-right:10px;
	margin-top:5px;
}

#player .playlist .date 
{
	color:#aaa;
	font-size:10px;
	display:none;
}

