/*	ATTIVITA LATERALI	*/
#mooatt, .mooatt
{
	display: block;
	height: 221px; 
	margin:  0;
	padding: 6px 0 20px 0 ;
	overflow: hidden;       
	font-size:12px;
	border:0px solid red;
	margin-bottom:10px;
}

#mooatt li,
	.mooatt li
{
	display: block;         
	list-style-type: none;  
	margin: 0 auto 0 auto;
	padding: 0 17px;
	background:#f2f2f2;     /* AGGIUNTO IO PER IE6 */
}

#mooatt .show,
	.mooatt .show
{
	visibility: visible;
	/*opacity: 1;*/
	line-height:120%;
}

#mooatt .thumb, .mooatt .thumb
{
	width:166px;
	height:34px;
	overflow: hidden;   
	background:url(../images/bg-thumb.png); 
}





/*	TOP NEWS	*/
ul.moonews
{

	display: block;
	height: 21px; 
	margin:  0;
	padding: 0 ;
	overflow: hidden;       
	font-size:12px;
}

li.moonews
{
 	margin:  0;
	padding: 0 ;
	display: block;         
	list-style-type: none;  
	background:none;     /* AGGIUNTO IO PER IE6 */
	color:#fff;
}

#moonews .show,
	.moonews .show
{
	visibility: visible;
	/*opacity: 1;*/
	line-height:110%;
}