#srch {
	margin: 0 auto;
	width: 985px;
    line-height: 1.5;
    overflow: hidden;
    margin-bottom:40px;
    min-height:350px;
}

#srch .srch_header{
    background: #E5ECF9;
    padding: 10px;
    margin: 10px 0px 10px 0px;
    color:  #014596;
    font-weight: bold;
}
#srch .sub_header{
    clear: both;
    padding: 10px;
    padding-bottom: 0px;
    padding-top: 0px;
    color:  #014596;
    font-weight: bold;
    margin-top:64px;
}
#search_block{
    float: right;
    margin-top: 4px;
    margin-right: 150px;
}
#search_block form{
    position: relative;
}

#search_block .block{
    background-color: #FFFFFF;
    width: 135px;
    height: 23px;
    padding-left: 3px;
    position: absolute;
    right: 0px;
}
#search_block .block input{
    width: 110px;
    border: 0 none;
    height: 23px;
    line-height: 23px;
    padding: 0px;
    vertical-align: middle;
    background:none;
}

#search_block  .block button{
    cursor: pointer;
    height: 23px;
    width: 20px;
    background-color: #FFFFFF;
    display: block;
    border: 0 none;
    padding: 0px;
}
#search_block  .block button i{
    display: block;
}
/* Search */

#srch .search_results{
    width: 100%;
    overflow: hidden;
}
#srch .pmi_result{
    height: 75px;
    padding: 10px;  
    padding-top: 20px;
    border-top: 1px solid #CCCCCC;
    float: left;
    position: relative;
}

#srch .pmi_result.long{
    width: 100%;
    padding-left: 290px;    
}
#srch .pmi_result.short{
    width: 190px;
    padding-left: 160px;
    margin-right: 20px;  
}
#srch .shop .pmi_result.short{
    width: 312px;
}
#srch .pmi_result.short.second{
    margin-right: 0px;
}

#srch .pmi_result span{
    float: left;
    clear: both;
    line-height: 16px;
    font-weight: bolder;
}

#srch .pmi_result .gray{
    color: #707072;
}
#srch .pmi_result .blue{
    color: #0B439A;
}

#srch  .product_row{
    margin-top: 10px;
    border-top: 1px solid #CCCCCC;
    width: 740px;
}
#srch .shop .product_row{
    border-top: 1px solid #CCCCCC;
    width: 985px;
}

#srch  div.one_good {
    margin: 10px 0 10px 0;
}

#srch .shop  div.one_good {
    margin: 10px 30px 10px 30px;
}

#srch .showAll,
#srch .showAll:hover{
    color:  #014596;
    font-weight: bold;
    text-decoration: underline;
    margin: 15px auto;
}

#srch .logic_block{
    clear: both;
    overflow: hidden;
    border-bottom: 1px solid #CCC;
    width: 740px;    
    margin-bottom: 10px;
}

#srch .shop .logic_block{
    width: 985px;    
}

#srch .play{
    
    width: 40px;
    height: 40px;
    background: url(../images/pmi2/play_video_search.png) no-repeat;
    position: absolute;
    top:30px;
    left: 55px;
}