﻿
#listmain
{
    margin-left: 10px;
    float: left;
    width: 620px;
    display: inline;
    height: 500px;
    
}

#listheader
{
    padding-left: 5px;    
    padding-top: 5px;
    margin-top: 5px;    
    font-size: 16px;    
    background-color: #fff;
    height: 40px;
}

#listheader a
{    
    margin-top: 25px;
    border: solid 2px #454545;
    height: 25px;
    width: 250px;
    
}

#listtblheader
{
}

#listtblcontent
{
}

#listsub
{
    margin-left: 10px;
    float: left;
    width: 250px;
    display: inline;    
    height: 500px;
    border: solid 1px #fff;
}
