#left_part
{
    text-align:left;
    float: left;
    width: 160px;
    height: auto;
}

#right_part
{
    float: right;
    width: 750px;
    margin-left: 10px;
}

/* ===== root category related css =========*/
#right_part .root_category_holder
{   
    margin-left:40px;
    margin-right:30px;  
    margin-top: 20px;
    margin-bottom: 30px;
    width: 240px;
    height: 350px;
    background: #000000;
    float: left;} 
                                
#right_part .category_root_image img {width: 240px; height: 310px; border: 1px solid #000000;}
#right_part hr{ height: 0; border: 0; border-top: 1px solid #999999}

/* others */
.kwcaption
{
    background-color: #d7d7d7;
    padding: 3px;
    font-size: 12px;
    border: 1px solid #fff;
}

.kwcell1
{
    background-color: #ebebeb;
    padding: 3px;
    font-size: 12px;
    border: 1px solid #fff;
}

.kwcell2
{
    background-color: #f5f5f5;
    padding: 3px;
    font-size: 12px;
    border: 1px solid #fff;
}

.kwtextbox
{
    border: #777 1px solid;
}

.tbox{
    border: #777 1px solid;
}

#input{
    border: #777 1px solid;
}
table td p{padding: 5px; font:11px Tahoma;text-align:justify; color: #999999;}
table td {font:11px Tahoma;}
table td  a{text-decoration:none; color: #0077BB;font:12px Tahoma; font-weight:bold; }
table td  a:hover{text-decoration:underline; color: #0077BB; }

