.search_result {
    float:left;
    clear:left;
    width:760px;
    margin-bottom: 20px;
}

#loading { 
    text-align:center;
    border:1px solid #999;
    padding:3px;
    font-family:Verdana, sans-serif;
    color:#666;
    font-weight:bold;
}

ul.search_result_items {
    margin-left:0px;
    margin-bottom:20px;
    list-style-type:none;
}

ul.search_result_items li {
    margin-bottom:20px;
}

ul.search_result_items li div.search_result_item {
    margin-left:20px;
}

span.search_result_context {
    font-weight: bold;
}

span.search_result_content {
    color: #333;
    font-weight: normal;
}

.search_result_info {
    color: #77919D;
}

div.pager {
    border: 1px solid #999;
    text-align: center;
}

a.page_selected {
    font-weight: bold;
    font-size: 110%;
    color: #DE9229;
    text-decoration:none;
}

a.page {
    font-weight: bold;
    font-size: 110%;
    color: #009;
    text-decoration:none;
}

a.page:hover {
    color:#39C;
    background-color: #FFEBAD;
}

div#keyword_search_help{
    border: 1px dotted #666;
    padding: 10px;
    margin-bottom: 20px;
}

div#keyword_search_help dt {
    font-weight: bold;
}

div#keyword_search_help dd {
    margin-left: 40px;
    margin-bottom: 20px;
    margin-top:-1em;
}
