﻿html, body {
	
}

body {
	font: 12px verdana, tahoma, Arial, sans-serif;
	background: #fff;
	color: #444;
	overflow: -moz-scrollbars-vertical;
}

p {
	padding: 5px 10px;
	color: #666;
}

#container {
	width: 400px;
	margin: 20px auto;
	min-height: 100%; /*ie hack*/
}

#content {
	width: 220px;
	margin: 0 auto;
}

#wrap {
	width: 232px;
	overflow: hidden;
	background: #fff url("images/wrapbg.gif") repeat-y top left;
}
h2 {
	padding: 0px;
	margin: 0 0px;
	font-weight: normal;
	color: #808080;
	font-family: Verdana, Tahoma;
	text-decoration: none;
}

h3 {
	padding: 10px 0 11px 15px;
	margin: 0;
	font-size: 12px;
	font-weight: normal;
	color: #222;
	background: #efefef;
	cursor: pointer;
	border-bottom: 1px solid #fff;
	text-decoration: none;
}

h3.toggler a {
	color: #666;
	text-decoration: none;
}

h3.toggler a:hover {
	color: black;
}

div.accordion {
	background: #fff url("images/accordionbg.gif") repeat-x top left;
	
}

div.accordion ul {
	list-style-type: none;
	padding: 0;
	margin: 0 0 5px 0;
}

div.accordion ul li {
	padding: 6px 0;
}

div.accordion ul li a {
	color: #666;
	text-decoration: none;
	display: block;
	padding: 4px 0px 4px 20px;
	font-size: 90%;
}

div.accordion ul li a span {
	padding-bottom: 10px;
}

div.accordion ul li a img {
	border: 0;
	vertical-align: bottom;
	margin-right: 15px;
}

div.accordion ul li a:hover span {
	text-decoration: underline;	
}

#top_round {
	height: 10px;
	font-size: 1px; /* ie whitespace */
}

#bottom_round {
	height: 10px;
	font-size: 1px; /* ie whitespace */
}
	
.top_dark {
	background: url("images/top_dark.gif") no-repeat top left;
}

.top_light {
	background: url("images/top_light.gif") no-repeat top left;
}

.bottom_dark {
	background: url("images/bottom_dark.gif") no-repeat top left;
}

.bottom_light {
	background: url("images/bottom_light.gif") no-repeat top left;
}

.first {
	padding-top: 5px;
}

.last {
	padding-bottom: 5px;
}

.titolo {
  font-size: 8pt;
  color: #BE0000;
  font-family: Verdana, Tahoma;
}

.descrizione {
  font-size: 10pt;
  color: #000;
  font-family: Verdana, Tahoma;
}


.sottodescrizione {

	font-size: 9pt;
	font-family: Verdana, Tahoma;
	font-style: italic;	
}


div.sottodescrizione {

	background: #f5f5f5;
	padding: 1px 2px 1px;
	border: 1px dotted #ccc;
	font-size: 9pt;
	font-family: Verdana, Tahoma;
	font-style: italic;
	
}

}

.note {
  padding: 0px;
  margin: 0 0px;
  font-size: 8pt;
  color: #404040;
  text-align: center;
  font-family: Verdana, Tahoma;
  font-style: italic;
}

.ragionesociale {
  font-size: 8px;
  color: #000;
  text-transform: uppercase;
  font-family: Verdana, Tahoma;
}

.infoazienda {
  font-size: 6pt;
  color: #333;
  text-transform: uppercase;
}

