#CategorySelector{
        clear:both;
        height:220px;
        background-color:#FFF;
        margin-bottom:8px;
}
#CategorySelector ul{
        margin:0 3px 0 0;
        padding:0;
        border:1px solid #CCC;
        float:left;
        width:272px;
        height:218px;
        overflow:auto;
}
#CategorySelector ul.Blank{
        background-color:#F6F6F6;
}
#CategorySelector li{
        list-style-type:none;
        width:250px;
        height:20px;
        margin:0 1px !important;
        margin /**/:0 1px 0 -15px;
		clear:both;
        padding:0;
        border:1px solid #FFF;
        line-height:20px;
        color:#444;
        text-indent:3px;
        cursor:default;
}
#CategorySelector li.Selected{
        background-color:#CAFFC0;
        border:1px solid #0A9800;
        color:#006623;
}
#CategorySelector li.IsParent{
        background-image:url(../images/publishitem_subcate_arrow.gif);
        background-position:center right;
        background-repeat:no-repeat;
}
#CategorySelector li.RecentUsed{
        color:#170;
}
#CategoryTitle{
        clear:both;
        background-color:#FFF;
}
#CategoryTitle ul{
        float:left;
}
#CategoryTitle li{
        margin:0 3px 0 0;
        float:left;
        border:1px solid #CCC;
        width:262px;
        color:#0063C8;
        font-weight:bold;
        border-bottom:0px;
        height:23px;
        line-height:23px;

}

