.img_f_m {
    padding: 5px 0;
    display: inline-block;
}

.result_img {
    display: none;
    height: 375px;
    min-height: 375px;
    overflow-x: hidden;
    overflow-y: scroll;
    /*width: 941px;*/
    width: 348px;
}
.result_im {

    height: 375px;
    min-height: 375px;
 /*   overflow-x: hidden;
    overflow-y: scroll;*/
    /*width: 941px;*/
    width: 100%;
}


.imag_b {
    border: 1px solid #dddddd;
    border-radius: 2px;
    margin-left: 5px;
    padding: 0px;
    width: 180px;
    height: 165px;
    margin-bottom: 5px;
}

.imag_im
{
    width: 180px;
    height: 120px;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;

}
.imag_o
{
    height: 120px;
    width: 180px;
    cursor: pointer;
}





.menu_img{
    position: absolute;
    right: 3px;
    top: 3px;
    background: #ffffff;
    padding: 5px;
    border-radius: 1px;
    list-style: none;
}


.menu_img:hover{
    background: #f4f4f4;
}
.menu_img_i:hover{
    background: #925a73;
}
.menu_img_i {
    background: #373737;
    border-radius: 1px;
    list-style: none outside none;
    padding: 3px 7px 2px;
    position: absolute;
    right: 8px;
    top: 8px;
    color: #FFFFFF;
    /*line-height: 20px;*/
}
.menu_img_i>li>a{
    color: #FFFFFF;
}

.imag_div_row{
    color: #8f8f8f;
}
.imag_div_buttom {
    background: #f4f4f4;
    border: 1px solid #eaeaea;
    border-radius: 2px;
    width: 100%;
    height: 20px;
    cursor: pointer;
    clear: both;
    padding: 5px 0;
    text-align: center;
    color: #606060;
    margin-bottom: 5px;
}
.imag_div_text {

    border: 1px solid #f7f7f7;
    border-radius: 2px;
    width: 100%;
    clear: both;
    padding: 5px 0;
    text-align: left;
    color: #818181;
    margin-bottom: 5px;
    line-height: 20px;
}

.cat_b
{
    float: left;
    clear: both;
}
.cat_b_i
{
    float: left;
}


select, textarea, input, button:focus{
    outline: none;
}

