
#moduli{
	background: #fff url(bgGrey80.png) top left repeat-x;
	text-align: left;
	line-height: 1.5em;
	padding: 0 10px 10px 10px;
	margin:0;
	margin-right: 30px;
	margin-left: 10px;
	border: 1px solid #f0f0f0;
	border-bottom: 2px solid #ccc;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	font-size: 12px;
	}
#moduli a {
	text-decoration: underline;
}
#moduli a:hover {
	text-decoration: none;
}


#moduli>h2 {
	clear:both;
	float:left;
	position:relative;
	color:#fff;
	background:#ff5c00;
	text-shadow:0 -1px #bc4200, 0 1px #ff9c22;
	font-size: 16px;
	padding:6px 10px 8px 20px;
	margin-left: -20px;
	margin-top: 5px;
	width: 913px;
	margin-bottom:20px;
	-moz-box-shadow:2px 2px 0 rgba(0,0,0,0.1);
	-webkit-box-shadow:2px 2px 0 rgba(0,0,0,0.1);
	-o-box-shadow:2px 2px 0 rgba(0,0,0,0.1);
	box-shadow:2px 2px 0 rgba(0,0,0,0.1);
	
		
}

#moduli>h2:before
{
	content:" ";
	background:url(ribbonr.png);
	display:block;
	width:10px;
	height:10px;
	position:absolute;
	bottom:0;
	left:0;
	margin-bottom:-10px;
	z-index:100;
}
#moduli>ul{
	margin: 1em;
	padding: 0;
}
#moduli>ul>li {
	list-style-image: url(frecciaArancio.gif);
	margin-left: 1em;
	padding:0;
}
#moduli>ul>li a {
	text-decoration: none;
}
#moduli>ul>li a:hover {
	text-decoration: underline;
}

#moduli>ul>li.liH {
	list-style:none;
	margin-left: 0;
	color:#666;
	font-style: italic;
	
}

h3 {
	color: #339933;
	font-style: normal;
}

#moduli>address {
	clear: both;
	font-family: Verdana, Arial, sans-serif;
	color: #666;
	margin: 0 0 10px 0;
	padding: 0;
	width: 80%;
	padding: 1em;
	border: 1px solid #efefef;
	position: relative;
	background: #ffffff; /* old browsers */
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.27), 0 0 40px rgba(0, 0, 0, 0.06) inset;
	-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.27), 0 0 60px rgba(0, 0, 0, 0.1) inset;
	-moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.27), 0 0 40px rgba(0, 0, 0, 0.06) inset;		
}

