/*Css specific for text styles*/

a{
	color:#777;
	font-weight:normal;
	border-bottom: 1px solid #777;
	background-color:inherit;
	text-decoration: none;
font-size:12px;
}
.subtitle a:link, .subtitle a:visited {border:none;}

a:hover{color:#009e3f; text-decoration:none; border-bottom: 1px solid #009e3f;}
a img{border:none;}
/*elimina bordo tratteggiato quando il link è cliccato*/
a:active { outline: none; } 
a:focus { -moz-outline-style: none; }
a.galleryLinks {
	text-decoration:none;
}
a.noBorder:link,a.noBorder:visited, a.noBorder:hover {border:0px;}
a.galleryLinks img {
	border:0px;
	text-decoration:none;
}
a.lytebox {
	border:0;
}
/*Stile del testo*/
.inside {
	font-size:12px;
	color: #444;
	text-align:justify;
	line-height:1.5em;
}
p, ul.list li, ul li{
	line-height:1.5em;
	margin:0px 0px 0px 0px;
	font-size:12px;
	color: #444;
	text-align:justify;
	padding:0px;
}
.subtitle, h3, h4, h5, h6 {
	color: #009e3f;
	font-size:13px;
	font-weight:bold;
	background: url(../../../img/subtitleSquare.gif) no-repeat left center;
	padding-left:15px;
	padding-bottom:1px;
	margin-bottom:5px;
	display:block;
}
.subtitle{}
.title, h1, h2 {
	color: #009e3f;
	font-size:15px;
	font-weight:bold;
	background: url(../../../img/titleSquare.gif) no-repeat left top;
	padding-left:20px;
	padding-bottom:3px;
	margin-bottom:10px;
	display:block;
}
.titleLast {
	color: #38a1ca;
	font-size:16px;
	font-weight:bold;
	padding-bottom:3px;
}
.separator {
height:0px;
width:100%;
margin-bottom:10px;
border-bottom:solid 1px #aaa;
}
.didascalia { font-size:10px;}
.pedice{vertical-align: sub;font-size:9px;}

.floatMail, .floatMailWide{float:left;width:202px;margin-left:0px;height:50px;margin-bottom:5px;display:inline;}
.floatMailWide {width:100%;height:auto;}
input.formfields {border:1px solid #bbb; width:170px;}
textarea.formfields {float:left;width:100%;}
.checkbox {float:left;}
.fieldbuttons {float:left; width:100%;margin:20px 0;}
.fieldbuttons input {padding:3px 8px; color: #fff; background:#009E3F; border:1px solid #fff; cursor:pointer }
.warning {font-weight:bold;}
