#search_results {
    margin: 10px 30px;
}
 #search_results li {
    font-weight:bold;
    font-size:10pt;
}
.result_content {
    font-weight:normal;
    font-size:9pt;
}
span.result_content img {
    max-width:109px;
    max-height:70px;
    padding:0 5px 5px 0;
}
#search_results li {
    clear:both;
    border-bottom:1px solid #e5e5e5;
    padding-bottom:20px;
    margin-bottom:20px;
}
#search_results li.last {
    font-weight:bold;
    font-size:10pt;
    border-bottom:0px;
}
#search_results  .result_content ul li {
border-bottom:0 none;
margin:0 0 0 35px;
margin-bottom:0;
padding-bottom:0;
}

