.eventsFrontpage{
    margin-left: 10px;    
    margin-top: 5px;
    background-color: #ffffff;
}

.eventsFrontpage .header{ 
    background: url(/application/img/modules/tiltok.gif) no-repeat left top;       
    height: 33px; 
}

.eventsFrontpage .content{     
    border:1px #f5f5f5 solid;
    background-color: #f5f5f5;
    font-size: 10px;
    width: 204px;
    height: 280px;
    /*height: 320px;*/
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    padding: 7px;
    padding-top: 10px;
    
    /*margin-bottom: -50px; */
}

.eventsFrontpage .content .adv{     
    margin-bottom: 5px;
}

.eventsFrontpage ul {
    list-style: none;   
    margin: 0;
    padding: 0;
    border: none;
}

.eventsFrontpage li {
    margin-bottom: 10px;
}    

.eventsFrontpage li a {
    color: #000000;
    font-size: 10px;
    font-weight: 600;        
    display: block;
    background-color: #ffffff;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;       
    padding: 5px;
    width: 199px;
    margin-left: -3px;
    margin-top: -3px;
    margin-bottom: 7px;
}

.eventsFrontpage li a:hover {
    padding: 5px;
    background-color: #ffc100;
    color: #ffffff;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
}        
     
