#searcher_table td{
 font-size: 12px;
}
#searcher_table td.searcher_left{
}
#searcher_table td.searcher_right{
}
#searcher_form {
 margin: 0px;
}
.search_select{
 width: 260px;
 padding: 4px;
  color: #000;
 font-size: 13px;
}
.search_input {
 border: 1px solid #ccc;
 background: #fafafa;
 width: 250px;
 padding: 4px;
 color: #000;
 font-size: 13px;
}
.search_button {
 margin: 5px 0;
 color: #000;
 font-weight: bold;
 background: #eee;
 border: 1px solid #ccc;
 padding: 4px 15px;
 cursor: pointer;
}

#search_results, #search_results a{
 font-size: 12px;
}
#search_results ul{
 list-style: none;
}

#search_results ul.search_results_criterions{
 border-bottom: 1px solid #ccc;
 margin-left: 0;
}
#search_results ul.search_results_criterions li{
 margin: 0px;
 padding: 4px 0px;
}

#search_results ul.search_results_items li{
 margin: 10px 0 5px 0;
 border-bottom: 1px dotted #ddd;
 line-height: 16px;
}