﻿.PaneGanz .info_msg { font-weight:bold;text-align:left; }

#moviebg{
    float:left;
    background: url(images/playerempty.jpg) no-repeat top ;
    width: 383px;
    height: 318px;
}


#movieContent{
    z-index:-100;
    float:left;
    width: 383px;
    height: 318px;
}

#playlist{
    width: 205px;
    height: 321px;
    float: left;
    background: url(images/playlisthead.jpg) no-repeat top ;
    padding-top: 40px;
    padding-left: 10px;    
}

#playlist div div {width:20px;}

#playlist td {padding-left:5px;}

#playlist-list{
    width: 182px;
    height: 260px;
    float: left;
    overflow: auto;
}

.dot
{		
    display:block;
    background: url(images/dot.gif) no-repeat left ;
    width: 20px;
    height: 20px !important;
}
.dotlink
{		
    display:block; 
    margin: 6px 2px 5px 2px;
    
}

a.playlistlink {
    color: #003B6F !IMPORTANT;
    text-decoration: none !IMPORTANT;
    font-size: 11px !IMPORTANT;
    font-weight: normal;
}

a.playlistlink:hover {
    color: #003B6F !IMPORTANT;
    text-decoration: underline !IMPORTANT;
    font-size: 11px !IMPORTANT;
    font-weight: normal;
}