/* 
 * FADE CSS
 */
.outnewsoffer{
    margin: 0 auto;
	width: 200px;
}
.outnewsoffer .bgnews{
    backogrund-position: center;
    width: 65px;
    height: 51px;
    overflow: hidden;
    border: 2px solid #5f5b56;
    margin: 0 auto;
    float: left;
    text-align: center;
	margin-right: 5px;
}

ul#news {
    list-style: none;
    padding: 0;
    margin: 0;
    /*height: 200px;*/
}
ul#news a{
    color: #65584b;
	font: bold 12px "Trebuchet MS", sans-serif;
	text-decoration: underline;
}
ul#news p{

    margin-top: 0;
}


/* OFFERTA */

ul#offerte {
    list-style: none;
    padding: 0;
    margin: 0;
    height: 200px;
}
ul#offerte a{
    color: #65584b;
    font: bold 12px "Trebuchet MS", sans-serif;
    text-decoration: underline;
}
ul#offerte p{

    margin-top: 0;
}
ul#offerte a.newscontinue{
    color: #FFFFFF;
    font: normal 12px "Trebuchet MS", sans-serif;
    text-decoration: underline;
}
