div#gs-results div#results-keyword {
    height:2.5em;
}
    div#gs-results div#results-keyword a {
        background:#DEB76D url(../common/css-images/search-keyword-result-background-trans.png) repeat-x center;
        border:1px solid #b3b4b4;
        color:#000;
        padding:0.5em 2em;
    }
    div#gs-results div#results-keyword a:hover {
        text-decoration:none;
    }
div#gs-results dl {
    color:#ddd;
    line-height:115%;
}
    div#gs-results dl dt {
        font-size:120%;
        margin-bottom:0.25em;
    }
        div#gs-results dl dt strong {
            /*letter-spacing:0.08em;*/
        }
    div#gs-results dl dd {
        margin-bottom:1.25em;
    }
        div#gs-results dl dd strong {
            color:#fff;
            /*letter-spacing:0.08em;*/
        }
div#gs-results span.result-meta {
    color:#999;
    display:block;
    font-size:93%;
}
div#gs-results div#previous-next {
    font-size:1.3em;
    padding:0.5em;
    text-align:center;
}
    div#gs-results div#previous-next a {
        margin:0 1em;
    }
div#sidebar p#directory-more {
    margin-top:2em;
}