
div.scrollable
{
    /* required settings */
    border-style: none;
    border-color: inherit;
    border-width: 0px;
    position: relative;
    overflow: hidden;
    width: 940px;
    height: 500px;
    text-align: center;
    padding: 10px 0;
    top: 0px;
}
div.scrollable div.items 	
{
    text-align: center;
    width: 20000em;
    position: absolute;
    clear: both;
    top: 10px;
    left: 0px;
}

div.elem
{
    float: left; /* custom decoration */;
    text-align: center;
    width: 940px; /*    height: 610px;*/;
    padding: 25px 0px;
    margin-right: 0px;
    margin-left: 0px;
    position: relative;
}

div.elem#divtree div.top table
{
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    width: 90%;
}

div.elem#divtree div.top table td.cell_1
{
    width: 80px;
    vertical-align: middle;
}

div.elem#divtree div.top table td.cell_2
{
    width: 180px;
    vertical-align: middle;    
}

div.elem#divtree div.top table td.cell_2 .tb
{
    width: 160px;
  
}

div.elem#divtree div.top table td.cell_3
{
    width: 100px;
    vertical-align: middle;        
    }

div.elem#divtree div.top table td.cell_tag
{
    padding-top: 5px;
    padding-bottom: 5px;
    vertical-align: top;
}        

div.elem#divtree div.top
{
    width: 100%;
    background-color: #99FFCC;
    text-align: center;
}

div.elem#divtree div.tag_choose
{
    width: 100%;
    height: 530px;
    overflow: auto;
}
    
div.elem#divtree div.l
{
    float: left;
    width: 65%; /* height: 100%;*/
    background-color: #99CCFF;
    text-align: left;
    margin-left: 45px;
}

div.elem#divtree div.r
{
    float: left;
    margin-left: 20px;
    width: 25%;
    background-color: #FFCCFF; /* height: 100%;*/
    text-align: left;
      
}

