#profile-selector-wrap {
    float: left;
    width: 50%;
}

.search-filter-price {
    float: right;
    width: 50%;
}

.filter-sub-title {
    color: #555;
    font-weight: bold;
    margin: 0 0 10px 0;
}

.checkbox-wrap {
    cursor: pointer;
    float: left;
    margin: 5px 10px 0 10px;
    width: 42px
}

.checkbox-img {
    background: url(../images/checkbox-sprite-graywhite-bg.gif) no-repeat 0 0;
    display: block;
    height: 18px;
    width: 18px;
}

.checkbox-img-checked {
    background-position: 0 -18px;    
}

.checkbox-wrap .checkbox-img {
    float: left;
}

.checkbox-wrap .price-label-value {
    float: left;
}

.jumpMenuSelectVal {
    display: none;
}

.ui-default-state {
    cursor: pointer;
    padding: .5em 1em;
}

#bbiLvJumpMenu {}

#bbiLvTrigger {
    display: block;
    position: relative;
    text-decoration: none;
    width: 12em;
    z-index: 99;
}
#bbiLvTrigger span {
    background-position: right 50%;
    margin-right: 3px;
    padding-right: 1.3em;
}
#bbiLvTrigger.ui-active-state {
    border-bottom: 0;
}

#bbiLvMenuContain {
    position: relative;
    z-index: 98;
}
#bbiLvMenu {
    background-image: none;
    list-style: none;
    margin: 0;
    min-height: 20px;
    height: 150px;
    overflow-x: hidden;
    overflow-y: scroll;
    padding: 0;
    position: absolute;
    top: -1px;
    width: 20em;
}
#bbiLvMenu li  {
    border: 0;
    cursor: pointer;
    display: block;
    padding: .5em 1em;
}

.list-entry img.profileimg {
    width: 90px;
}