div#eventlistmod{
        border: solid 1px #CCC;
        padding: 20px 0;
        -webkit-border-radius: 3px;
        -moz-border-radius:10px;
        -webkit-border-radius:10px;
        behavior:url(border-radius.htc);  
        margin-bottom: 20px;
        padding: 8px;  
}
div#eventlistmod h2{
    border-bottom: solid 1px #CCC;
    padding-bottom: 13px;
    margin-bottom: 13px;
}
div#eventlistmod ul {
    list-style: none;
}
div#eventlistmod ul li {
    padding-bottom: 8px;
    list-style: none;
}    
div#eventlistmod ul li span.categorie {
    text-transform: uppercase;
}


div#eventlistmod ul li p.location a:link, div#eventlistmod ul li p.location a:visited {

    font-size: 12px;
    color: #f7931e;
    text-decoration: none;
    line-height: 14px;
}

div#eventlistmod ul li p.location a:hover {

    font-size: 12px;
    color: #d4145a;
    text-decoration: none;
    line-height: 14px;
}
