.latest {
	margin: 0;
	padding: 0;
	width: 200px;
	font-size: 1em;
	background-image: url("../../img/down_box.gif");
	background-position: 0% 100%;
	background-repeat: no-repeat;
}

.latest ul li {
	list-style-type: none;
	margin: 0 0 10px 0;
	padding: 0;
}

.latest1 {
	background-image: url("../../img/up_box.gif");
	background-position: 100% 0%;
	background-repeat: no-repeat;
}

.latest h2.titolo {
	text-align: right;
	margin: 0 15px 0 0;
	padding: 0;
	color: #ffffff;
	height: 30px;
	font-weight: bold;
	font-size: 0.9em;
	line-height: 30px;
	text-transform: uppercase;
}

.list {
	border-left: 1px solid #cc0000;
	border-right: 1px solid #cc0000;
	margin: 0;
	padding: 5px;
}

.archive {
	margin: 0;
	padding: 0;
	height: 30px;
	text-align: center;
}

.archive p {
	margin: 0 5px;
	border-top: 1px solid #cc0000;
	padding-top: 5px;
	font-size: 0.7em;
	font-weight: bold;
	text-transform: uppercase;
}

.archive a:link, .archive a:visited {
	color: #cc0000;
	text-decoration: none;
}

.archive a:hover, .archive a:active, .archive a:focus {
	color: #666666;
	text-decoration: underline;
}