﻿#tabWrappers
{
    width:100%;
    margin-left:5px;
    
}


.topTab_off
{
    background: url('Images/tabOff.gif') no-repeat;
    color:White;
    float: left;
    width: 120px;
    height:33px;
    cursor:pointer;
    font-size:11px;
    text-align:center;
    padding-top:11px;
}

.topTab_on
{
    background: url('Images/tabOn.gif') no-repeat;
    color:#3f5a9d;
    width:120px;
    height:33px;
    position:relative;
    z-index:1200;
    float: left;
    font-size:11px;
    text-align:center;
    padding-top:11px;
    text-decoration:underline;
    
}

#playerBody
{
    background:#f0deb8;
    clear:both;
    border-left: 1px solid #eab442;
    border-right: 1px solid #eab442;
    border-bottom: 1px solid #eab442;     
    border-top: 1px solid #eab442;     
    width: 100%;
    height: 325px;
    position:relative;
    top:-12px;
}

#playerHolder
{
    padding-top:25px;
    padding-left:20px;
    padding-right:45px;
    width:360px;
    float:left;
}


#righter
{
    float:left;
    width:270px;
    height:270px;
    margin-top:20px;
    background:white;
}

#playList
{
    overflow:scroll;
    float:left;
    padding-top:10px;
    padding-left:10px;
    width:270px;
    background: white;
    height:260px;
}


.thumbnail
{
    cursor:pointer;
    float: left;
    margin-right: 5px;
    border:1px solid #13256c;
    background:#889bd9;
    padding:3px;
    *padding-bottom:0px;
    
    
}

.listItem
{
    cursor:pointer;    
    float: left;
    color:black;
    font-weight:normal;
    
    width:205px;
}

    .listTitle
    {
        
    }

    .listDesc
    {
        font-style:italic;
    }

.showItemRow
{
    display:inline;
    
}

.hideItemRow
{
    display:none;
}

.theBreak
{
    width:220px; 
    margin:0 auto;
    height:1px; 
    border-bottom:1px solid #eab442;
    padding-top:10px;
    _margin-top:-40px;
    margin-bottom:10px;
}
