ul.SnippetList {
    /*margin-bottom: 1.5em;*/
}

ul.SnippetList li {
    background-color: #FFFFFF;
    background-image: url('/snippets/images/bg_snippet.png');
    background-repeat: no-repeat;
    background-position: top right;
    border: 1px solid #98C477; 
    margin-bottom: 0.4em; 
    padding: 0.2em 0em 0.2em 0.5em; 
    list-style-type: none; 
    height: 7em;
}            

ul.SnippetList li:hover {
    border: 1px solid #4F4F4F;
}

ul.SnippetList li h3 {
    font-size: 105%;
}

ul.SnippetList li div {
    margin-top: 0.5em;
    margin-bottom: 0.5em;
}
