.rtbox {
    background-color: #FFFFFF;
    float: right; width:785px;
    
    z-index: 50;
}
.rtbox .hnav {
    background-image: url("../images/main_right_head.jpg");
    height: 20px;
    line-height: 16px;
    padding-left:10px;
    padding-top: 5px;
    text-align: left;
}

#tagnew {
    border: 3px solid #dedede;
    margin-bottom: 11px;
    margin-top: 5px;
}
ul {
    list-style: none outside none;
}
#tagnew .tags_list ul {
    padding: 8px 0;
}

#tagscatalog {
    background: none repeat scroll 0 0 #eee;
    margin-top: 5px;
    padding: 5px;
    text-align: left;
}

#tagscatalog .tagsright {
    background: none repeat scroll 0 0 #FFFFFF;
    float: left;
    
}
#tagscatalog .tagsright .tagsbox {
    border-bottom: 1px solid #eee;
    padding-bottom: 4px;
}
#tagscatalog .tagsright ul {
    padding: 2px 0;
}
#tagscatalog .tagsright ul li {
    background: url("../images/marker1.gif") no-repeat scroll 2px center transparent;
    float: left;
    height: 12px;
    line-height: 12px;
    overflow: hidden;
    padding-left: 10px;
    width: 226px;
}
#tagscatalog .tagsright ul li a {
    font-size: 11px;
	    color: #666666;
    text-decoration: none;
}
#tagscatalog .tagsright ul li a:hover{
    font-size: 11px;
    color: #CC3333;
    text-decoration: underline;
}