#show_branch_chooser {
    background: url("/static/images/buttons/buttons.png") no-repeat scroll -298px -77px transparent;
    color: black;
    cursor: pointer;
    font-size: 11px;
    font-weight: bold;
    height: 24px;
    line-height: 24px;
    margin: 10px 0;
    text-align: center;
    text-shadow: 1px 1px #DADADA;
    width: 202px;
}

.branches_to_choose {
    width: 800px;
    height: 345px;
    margin-bottom: 15px;
}

.branch_column {
    float: left;
    height: 298px;
    margin: 4px 0;
    position: relative;
    width: 259px;
}

#first {
    height: 298px;
    overflow-y: auto;
}
.first {
    margin-left: 5px;
}
#first .widget_branch_elem {
    margin: 10px 5px 10px 15px;
}

#second {
    border-left: 2px solid #CACACA;
    border-right: 2px solid #CACACA;
    height: 298px;
    overflow-y: auto;
    width: 265px;
}

#third {
    height: 298px;
    margin-left: 10px;
    overflow-y: auto;
    width: 263px;
}

.widget_branch_elem {
    margin: 10px 5px 10px 20px;
    cursor: pointer;
}
.widget_branch_elem:hover {
    font-weight: bold;
}

.choose_branch_title {
    color: #1791D7;
    font: bold 14px/20px Tahoma;
    height: 20px;
    padding: 5px;
    float: left;
    width: 200px;
}

.choosen {
    font-weight: bold;
    color: #0040B6;
}
.widget_title {
    color: #1791D7;
    font: bold 20px/30px Tahoma;
    height: 30px;
    margin-top: -1px;
    text-shadow: 0.02em 0.02em 0.02em #333333;
    text-align: left;
    float: none;
    margin-left: 125px;
}

.widget_branch_box {
    width: 805px;
}

.honaro_logo2 {
    float: left;
    width: 120px;
}

.border_radius_div {
    border: 1px solid;
    border-left-color: #8B8B8B;
    border-top-color: #8B8B8B;
    border-right-color: #E3E3E3;
    border-bottom-color: #E3E3E3;
    -moz-border-radius: 9px;
    -webkit-border-radius: 9px;
    border-radius: 10px;
}

.search_branch_by_name {
    height: 20px;
    margin: 30px auto 0;
    position: relative;
    width: 320px;
}

.search_branch_by_name input {
    background: none repeat scroll 0 0 transparent;
    border: medium none;
    color: #333333;
    font-size: 11px;
    margin-top: 3px;
    padding-left: 5px;
    width: 300px;
}

.branch_top_fields {
    height: 35px;
    margin-top: 2px;
}

.main_branch_result {
    float: right;
    margin: 3px 230px 0 0;
    min-height: 12px;
    padding: 4px 10px 4px 5px;
    width: 320px;
}

#drop_branch {
    color: red;
    font-weight: bold;
    font-size: 16px;
    cursor: pointer;
}
#update_main {
    cursor: pointer;
}

.chosen_branch {
    height: 20px;
    margin-top: 10px;
}

.search_branches_magnifier {
    left: 295px;
    position: absolute;
    top: -30px;
}

.search_branches_ok {
    left: 552px;
    position: absolute;
    top: -7px;
}

.widget_column_border {
    overflow: hidden;
    background: url("/static/images/branch_widget/column_background.png") repeat-x scroll 0 0 transparent;
}
.widget_main_branch {
    height: 35px;
    position: relative;
    margin-bottom: 20px;
}

.first_karo {
    background: url('/static/images/branch_widget/karo.png') no-repeat;
    width: 12px;
    height: 12px;
    float: left;
}
.first_karo:first-child {
    margin-top:10px;
}
.second_karo {
    background: url('/static/images/branch_widget/karo.png') no-repeat scroll -12px 0 transparent;
    width: 12px;
    height: 12px;
    float: left;
    margin-left: 4px;
}
.third_karo {
    background: url('/static/images/branch_widget/karo.png') no-repeat scroll -23px 0 transparent;
    width: 12px;
    height: 12px;
    float: left;
    margin-left: 4px;
}
.widget_chosen_branches {
    margin-bottom: 20px;
    max-height: 300px;
    position: relative;
    width: 100%;
}
.other_branches_label {
    width: 220px;
    margin-left: 2px;
    font: bold 14px/20px Tahoma;
    color: #1791D7;
}
#widget_other_branches {
    float: right;
    margin-left: 5px;
    max-height: 90px;
    min-height: 16px;
    padding: 3px 0;
    width: 567px;
    overflow: auto;
}
.chosen_counter {
    position: absolute;
    width: 225px;
    left: 5px;
    bottom: 0;
}
.chosen_counter span {
    font: bold 14px/20px Tahoma;
    color: #1791D7;
}
.other_branch_elem {
    width: 540px;
    padding: 1px 5px;
}
.remove_chosen_branch {
    width: 13px;
    height: 13px;
    margin-bottom: 1px;
    background: url('/static/images/branch_widget/choose_delete.png') no-repeat;
    float: left;
    margin: 1px 5px 0 2px;
    cursor: pointer;
}
.set_as_main_branch {
    width: 17px;
    height: 14px;
    background: url('/static/images/branch_widget/choose_delete.png') no-repeat 0 -14px;
    float: left;
    margin: 1px 5px 0 2px;
    cursor: pointer;
}
.branch_elem_name {
    float: right;
    width: 488px;
    cursor: pointer;
}