/************** Editable pages styles ***************/

.featuretext {
	margin: 0.4em 0em;
	padding: 0em;
	text-align: justify;
}

.featureimg {
	float: left;
	padding-right: 0.8em;
}

.featureimg_right {
	float: right;
	border: 0em;
	margin-left: 0.8em;
}

.feature {
	clear: both;
	/* border: 0px; */
	padding: 0.8em 0em;
	margin: 0.5em 0em 0em;
	font-size: 80%;
	line-height: 1.3;
	text-align: justify;
}

.feature .feature {
	font-size: 100%;
}

.feature p {
	margin: 0.4em 0em;
	padding: 0em;
}

.feature h3 {
	padding: 0em;
	text-align: center;
	margin-top: 0.8em;
	margin-right: 0em;
	margin-bottom: 0.4em;
	margin-left: 0em;
}

.feature ul, .feature ol {
	margin-top: 0em;
	margin-bottom: 0em;
	margin-right: 0em;
	list-style-position: outside;
	padding-left: 0em;
}

.feature ol {
	margin-left: 28px;
}

.feature ul {
	margin-left: 18px;
	list-style-type: square;
}

.feature ul li, .feature ol li {
	margin-top: 0.5em;
	margin-right: 0em;
	margin-bottom: 0em;
	margin-left: 0em;
	padding: 0em;
}

.feature ul ul {
 list-style-type: disc;
}

.feature_a {
	font-weight: normal;
	color: #330099;
	padding: 0.4em;
}

a.feature_a:link, a.feature_a:active, a.feature_a:visited {
	font-weight: normal;
	color: #330099;
	text-decoration: none;
}

a.feature_a:hover{
	font-weight: bold;
	color: #330099;
	text-decoration: none;
}

.subtitle {
	font-size: 120%;
	font-weight: bold;
	color: #333399;
}

.evidenzia {
	color: #FF0000;
	font-weight: bold;
	background-color: #FFFFCC;
	line-height: 1.6;
	padding: 0.6em;
	border: 1px solid #FF0000;
	text-align: center;
	float: left;
	font-size: 110%;
}

.imgcaption {
	text-align: center;
	color: #FF0000;
	font-style: italic;
	font-weight: bold;
}

.captionsmall {
	font-size: 85%;
	font-style: italic;
	font-weight: normal;
	color: #330099;
}

.bold {
	font-weight: bold;
}

.italics {
	font-style: italic;
}

.center {
	text-align: center;
}

.underline {
	text-decoration: underline;
}

