/* @override http://www.acocms.it/SITES/474/stile.css */

body {
	text-align: left;
	color: #434343;
	font: 80%/1 Verdana, Arial, Helvetica, sans-serif;

}

/* LINKS */

a:link, a:visited {
	text-decoration: underline;
	color: #545454;
}

a:hover, a:active {
	text-decoration: none;
	color: #000000;
}

p {
	line-height: 180%;
}

.wwwTitoloRubrica {
	display: none;
}

.wwwtitoloblocco {
	font-size: 1.5em;
	display: block;
        color: #912932;

}

/* TABELLE PREZZI */

table.prezzi {
	border-collapse: collapse;
	border: 1px solid silver;
	border-right-width: 0;
	border-bottom-width: 0;
	width: 420px;
}

.prezzi th {
	padding: 2px;
	text-align: left;
	border-bottom: 1px solid silver;
	border-right: 1px solid silver;
	color: #912932;
	font-weight: normal;
	font-style: normal;
}

.prezzi td {
	padding: 2px;
	border-bottom: 1px solid silver;
	border-right: 1px solid silver;
	text-align: right;
}

.prezzi tr {
	background: white;
}
