/* 
    Document   : search
    Created on : 12.05.2010, 10:25:47
    Author     : Denis
    Description:
        Purpose of the stylesheet follows.
*/

/* 

   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/


#content fieldset {
    width: 300px;
}

#content .resultHeader {
    width:720px;
    margin: 5px 10px;
}
#content .searchResult {
    width:720px;
    margin: 5px 10px;
    position:relative;
    /*background-image: url("stripe_f066e5403ac564cc7a5205c59ba02591.png");*/
}
#content .searchResult h3 {
    padding-bottom: 0.5em;
}

#content .highlight_word {
    background-color: #FFFF33;
    color:red;
}

#content div.keywords {
    float:right;
    font-size:10px;
    font-weight: normal;
}