﻿.radio_tree_item_list {
    width:200px; 
    height:210px; 
    float:left; 
    border:1px solid #ccc;
    padding:5px; 
    margin-right:20px; 
    margin-top:7px;
    overflow-y:auto;
    background: #ffffff;
}
.radio_tree_item_list .radio_tree_item {
    margin-bottom: 5px;
    width: 170px;
    position: relative;
}
.radio_tree_parent {
    width:758px; 
    float:left;
}
.radio_tree_item_remove {
    background: url('[root]/img/remove_icon.png');
    position: absolute;
    right: -16px;
    top: 1px;
    width: 16px;
    height: 16px;
    cursor: pointer;
}
.radio_tree_parent .radio_container
{
    border-bottom: solid 1px #CDCDCD;
    padding-bottom: 5px;
    margin-bottom: 5px;
}
.radio_tree_parent .radio_container .radio_div, .radio_tree_parent .radio_container .radio_div_act {
    float: left;
    margin-right: 10px;
    padding: 5px;
}
.radio_tree_parent .radio_container .radio_div .radio_title_child {
    float: left;
    margin-right: 3px;
    color: #007399;
    cursor: pointer;
}
.radio_tree_parent .radio_container .radio_div .radio_title_child:hover {
    text-decoration: underline;
}
.radio_tree_parent .radio_container .radio_div_act .radio_title_child {
    float: left;
    margin-right: 3px;
    color: #962222;
    cursor: default;
}
.radio_tree_parent .radio_container .radio_div .radio_title, .radio_tree_parent .radio_container .radio_div_act .radio_title {
    float: left;
    margin-right: 3px;
}
.radio_tree_parent .radio_container .radio_div .radio_add, .radio_tree_parent .radio_container .radio_div_act .radio_add {
    float: left;
    cursor: pointer;
    background: url([root]/img/16_plus.png);
    width: 16px;
    height: 16px;
}
