@charset "UTF-8";
/* CSS Document */

.clear{clear: both;}
.search_results .search_string {
    font-size: 1.15em;
    margin: 0 0 1em;
}
.search_results .search_string .string {
    font-weight: bold;
}
.search_results .controls_pager .search_count > h2,
.search_results .pagination_links .search_count > h2{
	display: none;
}
.search_results .found {
    font-size: 1.1em;
    padding: 0 1em;
}
.search_results .item .title {
  	display: inline-block;
	*display: inline;
	zoom: 1;
    font-size: 1.25em;
    width: 74%;
}
.search_results .item .type {
    display: inline-block;
	*display: inline;
	zoom: 1;
    font-size: 1.1em;
    font-weight: bold;
    margin: 0 0 0 1%;
    width: 24%;
	text-align: right;
}
.search_results .item .description {
   padding: 0 0.5em;
   margin: 0.5em 0 0;
   line-height: 1.25em;
   height: 3.75em;
   overflow: hidden;
}
.search_results .item .more {
   float: right;
}
.search_results .item .score {
   display: none;
}