
.TextNews { }

.TextNews ul {
	padding:2px 0px 0px; margin:0; list-style:none;
	text-align:justify;
}

.TextNews li {
	margin:0 2px; list-style:none; padding:2px 4px;
	-moz-border-radius:3px; -webkit-border-radius: 3px;
}

.TextNews li:hover {
	background:#f0f0f0;
}

.TextNews .date {
	color: #333; font-weight: bold;
}

.TextNews .name {
	color: #333; font-weight:bold; cursor:pointer; text-align:left;
}

.TextNews .active .content, .TextNews .active .nfo {
	display:block;
}

.TextNews .content {
	display:none;
}

.TextNews .nfo {
	display:none;
	color:#ddd; font-size:10px; font-family:Georgia, serif; font-style:italic;
}



.MediaImage {
	padding:12px 0; width:100%;
	-moz-border-radius: 3px; -webkit-border-radius: 3px;
}