#filter_result ul li{
    float: left;
    margin: 13px 0 0;
    width: 100%;
}

#filter_result .chzn-select{
    width: 112px;
}

.custom-choosen .chzn-container-single{
    border: none;
}

.custom-choosen .chzn-single{
    background-color: white;
    border-radius:0;
    box-shadow: none;
    height: 17px;
    line-height: 17px;
}

.custom-choosen .select-bold{
    font-weight: bold;
}

.custom-choosen .chzn-single-with-drop{
    border-radius:0;
    box-shadow: none;
}

.custom-choosen .chzn-drop{
    border-radius:0;    
    box-shadow: none;
    margin-top: 1px;
    width: 200px;
}

.custom-choosen .chzn-container-single .chzn-single div{
    width: 18px;
    border-radius:0;    
    border: none;
    background: none;
}

.custom-choosen .chzn-container-single .chzn-single div b {
    background: url("../../images/select-arrow.png") no-repeat scroll transparent;
    background-position: 0 -2px;
}

.custom-choosen .chzn-container-single .chzn-single abbr{
    right: 20px;
    top: 3px;
}

.custom-choosen .active-result{
    margin: 0 !important;
    font-size: 13px;
    padding: 2px 27px 2px 10px;
    line-height: 100%;
}

.custom-choosen .chzn-results{
    padding:  0;
}

.custom-choosen .chzn-container .chzn-results li {
  padding: 0;
  line-height: 16px;
}
