/* ----------------------------- Esprimo Typo3 ---------------------------- */

/* Data ultima modifica: 13 dicembre 2007 */


/* Definizione delle classi principali */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #000000;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
	/*background-color: #63A72E;*/
	background-color: #000000;
}
.bodytext{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #000000;
}
p.bodytext{
	margin: 12px 0px 0px 0px;
	text-align:justify;
}

a:link, a:visited, a:hover {
	color: #000000;
	text-decoration: underline;
	font-weight: normal;
}
a:hover {
	color: #60B327;
	text-decoration: underline;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
}
h1{
	/*font-size: 110%;
	color: #60B327;
	border-bottom: 0px solid #99BBDB;
	font-weight: normal;
	margin-bottom: 10px;*/
	
	font-size: 13px;
	color: #60B327;
	font-weight: bold;
	margin: 0px 0px 0px 0px;
	padding: 0px 1px 1px 0px;
	border-bottom: 1px solid #004C1E;
}
h2{
	font-size: 110%;
	color: #000000;
	font-weight: normal;
	border-bottom: 0px solid #99CC00;
}
h3{
	font-size: 100%;
	color: #60B327;
	font-weight: normal;
}
h4{
	font-size: 100%;
	color: #000000;
	font-weight: normal;
}
h5{
	font-size: 90%;
	color: #60B327;
	font-weight: bold;
}
h6{
	font-size: 90%;
	color: #000000;
	font-weight: bold;
}

ul{
	list-style-type: square;
	font-size: 80%;
	margin-top: 10px;
	margin-bottom: 10px;
}
ul ul{
	list-style-type: disc;
	font-size: 100%;
}
ul ul ul{
	list-style-type: none;
	font-size: 100%;
}

label{
	font: bold 100% Arial,sans-serif;
	color: #334d55;
}

img {
	border: 0px;
}



/***********************************************/
/* Layout dei Divs principali   (struttura)    */
/***********************************************/

div#container {
	width: 838px;
	margin: auto;
	padding: 0px 0px 0px 0px;
	overflow: hidden;
	background-color: #FFFFFF;
	background-image: url(../images/bgr_colDx.jpg);
	background-attachment: scroll;
	background-position: right top;
	background-repeat: no-repeat;
}

#colSx {
	width: 181px;
	height: 596px;
	float: left;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	background-image: url(../images/bgr_colSx.gif);
	background-attachment: scroll;
	background-position: left top;
	background-repeat: no-repeat;
}

#colCenter {
	width: 600px;
	float: left;
	margin: 0px;
	padding: 0px 0px 0px 0px;
}

#colDx {
	width: 57px;
	/*height: 596px;*/
	float: left;
	margin: 0px;
	padding: 25px 0px 0px 0px;
	/*background-image: url(../images/bgr_colDx.jpg);
	background-attachment: scroll;
	background-position: left top;
	background-repeat: no-repeat;*/
}

#menu {
	width: 181px;
	padding: 25px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

#contentSx {
	width: 142px;
	margin: 0px 0px 0px 0px;
	padding: 140px 39px 0px 0px;
}

#top {
	width: 460px;
	margin: 0px 0px 0px 0px;
	padding: 25px 40px 5px 100px;
}

#contentCenter {
	width: 562px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 38px;
}

#bottom {
	width: 341px;
	margin: 0px 0px 0px 38px;
	padding: 15px 40px 15px 181px;
	border-top: 4px solid #004C1E;
}

#footer {
	width: 838px;
	margin: auto;
	padding: 8px 0px 8px 0px;
}



/***********************************************/
/* Layout dei Divs principali   (struttura)    */
/***********************************************/

/*********** #menu styles ***********/
#menu {
	/*font-size: 13px;
	color: #FFFFFF;
	font-weight: normal;*/
	text-align: center;
}
#menu a, #menu a:link, #menu a:active, #menu a:visited {
	font-size: 12px;
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: underline;
}
#menu a:hover {
	color: #60B327;
	text-decoration: underline;
}


#menu01 {
	width: 142px;
	height: 31px;
	margin: 0px 0px 0px 0px;
	padding: 14px 39px 0px 0px;
	background-image: url(../images/bgr_menu.jpg);
	background-attachment: scroll;
	background-position: left top;
	background-repeat: no-repeat;
}
#menu02 {
	width: 142px;
	height: 31px;
	margin: 0px 0px 0px 0px;
	padding: 14px 39px 0px 0px;
}

/* per le voci di menu che vanno su 2 righe */
#menu03 {
	width: 142px;
	height: 38px;
	margin: 0px 0px 0px 0px;
	padding: 7px 39px 0px 0px;
	background-image: url(../images/bgr_menu.jpg);
	background-attachment: scroll;
	background-position: left top;
	background-repeat: no-repeat;
}



/*********** #contentSx styles ***********/
#contentSx {
	text-align: center;
	color: #FFFFFF;
	font-size: 11px;
}
#contentSx a, #contentSx a:link, #contentSx a:visited, #contentSx a:active {
	font-size: 11px;
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: underline;
}
#contentSx a:hover {
	color: #60B327;
	text-decoration: underline;
}



/*********** #titolo styles ***********/
#titolo {
	/*width: ;*/
	font-size: 13px;
	color: #60B327;
	font-weight: bold;
	margin: 0px 0px 0px 0px;
	padding: 0px 1px 1px 0px;
	border-bottom: 1px solid #004C1E;
	/*border-right: 1px solid #004C1E;*/
}



/*********** #colDx styles ***********/
#colDx {
	color: #000000;
	font-size: 11px;
	text-align: center;
}
#colDx a, #colDx a:link, #colDx a:visited, #colDx a:active {
	font-size: 11px;
	color: #000000;
	font-weight: normal;
	text-decoration: underline;
}
#colDx a:hover {
	color: #60B327;
	text-decoration: underline;
}



/*********** .bgr_contentCenter styles ***********/
.bgr_contentCenter {
	background-image: url(../images/bgr_contentCenter01.jpg);
	background-attachment: scroll;
	background-position: left top;
	background-repeat: no-repeat;
}



/************** #footer styles **************/
#footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-align: right;
}
#footer a, #footer a:link, #footer a:visited, #footer a:active {
	font-size: 11px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: underline;
}
#footer a:hover {
	color: #60B327;
	text-decoration: underline;
}



/************** didascalia img styles **************/
.csc-textpic-caption {
	padding-top: 5px;
	color: #000000;
	font-size: 11px;
}




/* ---------------------- Classi proprietarie delle Extension ------------------- */

/* CLASSI RELATIVE AI FORM */

/* Mail Form */
.csc-mailform {
	padding: 0px;
	margin: 0px;
}
.csc-mailform legend {
	display:none;
}
.csc-mailform label {
	font-size:12px;
	color: #000000;
	text-align:right;
	width:100px;
	float:left;
	margin:0px 3px 0px 0px;
	/*line-height: 0.8;*/
}
.csc-mailform input, .csc-mailform textarea, .csc-mailform select {
	margin:0px 5px 4px 0px;
}

.csc-mailform-radio label {
	float:none;
	margin:0px;
	padding:0px;
	width:auto;
	font-weight: normal;
}
.csc-mailform-radio input {
}
.csc-mailform-field label{
	font-weight: normal;
}
fieldset {
	border: none;
}



/* CLASSI RELATIVE AI FORM LOGIN - AREA RISERVATA */

.tx-newloginbox-pi1 table {
	color: #000000;
	font-size: 80%;
}
.tx-newloginbox-pi1 h3 {
	color: #000000;
	font-weight: normal;
	margin: 5px 0px 5px 0px;
}
.tx-newloginbox-pi1 p {
	color: #000000;
	font-size: 80%;
	font-weight: normal;
	margin: 0px 0px 0px 0px;
}
.tx-newloginbox-pi1 form {
	margin: 10px 0px 0px 0px;
}
.tx-newloginbox-pi1 label {
	font-size: 12px;
	color: #000000;
        text-align:right;
	width: 100px;
	float: left;
	margin: 0px 5px 5px 0px;
}
.tx-newloginbox-pi1 input, .tx-newloginbox-pi1 textarea {
	margin: 0px 0px 2px 0px;
}

.tx-srfeuserregister-pi1 {
	color: #000000;
	font-size: 80%;
	overflow: hidden;
	height: 100%;
	margin: 20px 0px 0px 0px;
}
.tx-srfeuserregister-pi1 form {
	margin: 0px;
}
.label_enter_account_info, .label_v_dear_verify_before_create, .label_dear_edit_your_account, .label_v_dear_verify_before_update {
	color: #000000;
	font-weight: bold;
}
.tx-srfeuserregister-pi1-notice {
	
}
.tx-srfeuserregister-pi1 label {
	font-size: 12px;
	color: #000000;
        text-align: right;
	margin: 0px 0px 0px 0px;
}
.tx-srfeuserregister-pi1 label span {
	font-size: 12px;
	color: #000000;
}
.tx-srfeuserregister-pi1 input, .tx-srfeuserregister-pi1 textarea {
	margin: 0px 0px 0px 0px;
}

.tx-srfeuserregister-pi1 dl {
	margin: 0px;
}
.tx-srfeuserregister-pi1 dt {
	margin: 0px;
}
.tx-srfeuserregister-pi1 dd {
	margin: 0px;
}




/* CLASSI RELATIVE ALLE NEWS */


/* Visualizzazione Lastest (ultime news) */

.news-latest-container {
	padding: 0px 0px 0px 0px;
}
.news-latest-item {
	color: #000000;
 	border-bottom: 0px solid #5894C0;
 	padding: 0px 0px 15px 0px;
 	margin: 0px;
 	overflow: hidden;
}
.news-latest-item p.bodytext {
 	margin: 0px;
}
.news-latest-image img {
	float: left;
 	margin: 0px 10px 3px 0px;
 	padding: 0px;
 	border: 0px solid #697C91;
}
.news-latest-item h3 {
 	color: #99CC00;
 	font-size: 13px;
 	font-weight: bold;
 	margin: 0px 0px 8px 0px;
}
.news-latest-item h3 a, .news-latest-item h3 a:link, .news-latest-item h3 a:visited, .news-latest-item h3 a:active {
	color: #99CC00;
 	font-weight: bold;
 	text-decoration: none;
}
.news-latest-item h3 a:hover {
	text-decoration: underline;
}
.news-latest-date {
	color: #000000;
	font-size: 13px;
	font-weight: bold;
}
.news-latest-morelink {
	font-size: 11px;
	margin: 2px 0px 0px 0px;
}
.news-latest-morelink a, .news-latest-imorelink a:link, .news-latest-morelink a:visited, .news-latest-morelink a:active {
	color: #000000;
 	font-weight: normal;
 	text-decoration: underline;
}
.news-latest-morelink a:hover {
	color: #99BBDB;
	text-decoration: underline;
}




/* Visualizzazione List (lista news) */

.news-list-container {
	margin: 0px;
}
.news-list-item p.bodytext {
	margin: 0px;
}
.news-list-item {
	color: #000000;
 	border-bottom: 1px solid #CCCCCC;
 	margin: 0px 0px 10px 0px;
 	padding: 0px 0px 10px 0px;
 	overflow: hidden;
}
.news-list-item h3 {
	color:#000000;
	font-size: 13px;
	margin-bottom: 8px;
}
.news-list-item h3 a, .news-list-item h3 a:link, .news-list-item h3 a:visited, .news-list-item h3 a:active {
	color:#99CC00;
	text-decoration: none;
	font-weight: bold;
}
.news-list-item h3 a:hover {
	text-decoration: underline;
}
.news-list-date {
	color: #000000;
	font-weight: bold;
}
.news-list-image img {
	float: left;
	margin: 0px 5px 3px 0px;
	padding: 0px;
 	border: 0px solid #697C91;
}
.news-list-morelink {
	font-size: 12px;
	margin: 5px 0px 10px 0px;
}
.news-list-morelink a, .news-list-imorelink a:link, .news-list-morelink a:visited, .news-list-morelink a:active {
	color: #99CC00;
 	font-weight: normal;
 	text-decoration: none;
}
.news-list-morelink a:hover {
	color: #99BBDB;
	text-decoration: none;
}
.tx-ttnews-browsebox {
	font-size: 12px;
	color: #000000;
	text-align: left;
}
.tx-ttnews-browsebox p {
	padding: 0px;
	margin: 0px;
}
.tx-ttnews-browsebox a, .tx-ttnews-browsebox a:link, .tx-ttnews-browsebox a:visited, .tx-ttnews-browsebox a:active {
	color: #99BBDB;
	text-decoration: none;
}
.tx-ttnews-browsebox a:hover {
	color: #99CC00;
	text-decoration: none;
}
.tx-ttnews-browsebox-SCell {
	font-weight: bold;
}
.tx-ttnews-browsebox-SCell a, .tx-ttnews-browsebox-SCell a:link, .tx-ttnews-browsebox-SCell a:visited, .tx-ttnews-browsebox-SCell a:active {
	color: #99BBDB;
	font-weight: bold;
	text-decoration: none;
}
.tx-ttnews-browsebox-SCell a:hover {
	color: #99BBDB;
	text-decoration: none;
}




/* Visualizzazione Single (Dettaglio News) */

.news-single-container {
}
.news-single-item p.bodytext {
	margin: 0px;
}
.news-single-item h2 {
	color: #99CC00;
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 10px;
	border-bottom: 0px solid #99CC00;
}
.news-single-date {
	color: #000000;
	font-size: 13px;
	font-weight: bold;
}
.news-single-item h3 {
	font-size: 12px;
	color: #000000;
	font-weight: bold;
	margin-bottom: 5px;
}
.news-single-image img {
	float: left;
	margin: 0px 10px 3px 0px;
	padding: 0px;
 	border: 0px solid #697C91;
}
p.news-single-imgcaption {
	margin: 0px;
	padding: 0px;
	font-size: 11px;
	color: #99CC00;
}
.news-single-content {
	color: #000000;
}
.news-single-files {
	color: #99CC00;
	font-size: 13px;
	font-weight: bold;
}
.news-single-files img {
	padding-right: 4px;
}
.news-single-files a, .news-single-files a:link, .news-single-files a:visited, .news-single-files a:active {
	font-size: 12px;
	color: #000000;
	font-weight: bold;
}
.news-single-files a:hover {
	text-decoration: underline;
}




/* CLASSI RELATIVE AL MODERN DOWNLOADS */

/* Visualizzazione CATALOGUE */

form {
	padding: 0px;
	margin: 0px;
}

.tx-abdownloads-pi1 {
	margin: 0px 0px 0px 0px;
}

.tx-abdownloads-pi1 p.bodytext {
	margin: 5px 0px 0px 0px;
}

.tx_abdownloads_catalogView_categoryPath {
	font-size: 13px;
	color: #000000;
	font-weight: bold;
}
.tx_abdownloads_catalogView_categoryPath a, .tx_abdownloads_catalogView_categoryPath a:link, .tx_abdownloads_catalogView_categoryPath a:visited, .tx_abdownloads_catalogView_categoryPath a:active {
	font-size: 13px;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}
.tx_abdownloads_catalogView_categoryPath a:hover {
	color: #000000;
	text-decoration: underline;
}

.tx_abdownloads_catalogView_categories {
	margin-bottom: 10px;
}

.tx_abdownloads_catalogView_category p.bodytext {
	font-size: 12px;
	font-weight: normal;
}

.tx_abdownloads_catalogView_category {
	font-size: 12px;
	color: #004A21;
	font-weight: normal;
	margin-bottom: 5px;
}
.tx_abdownloads_catalogView_category a, .tx_abdownloads_catalogView_category a:link, .tx_abdownloads_catalogView_category a:visited, .tx_abdownloads_catalogView_category a:active {
	font-size: 14px;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}
.tx_abdownloads_catalogView_category a:hover {
	color: #000000;
	text-decoration: underline;
}

.tx_abdownloads_catalogView_subcategories {
	font-size: 13px;
	color: #000000;
	font-weight: normal;
}
.tx_abdownloads_catalogView_subcategories a, .tx_abdownloads_catalogView_subcategories a:link, .tx_abdownloads_catalogView_subcategories a:visited, .tx_abdownloads_catalogView_subcategories a:active {
	font-size: 13px;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}
.tx_abdownloads_catalogView_subcategories a:hover {
	color: #000000;
	text-decoration: underline;
}

.tx_abdownloads_catalogView_downloads {
	font-size: 14px;
	color: #004A21;
}

.tx_abdownloads_catalogView_download {
	font-size: 13px;
	color: #000000;
	margin: 10px 0px 0px 0px;
}
.tx_abdownloads_catalogView_download a, .tx_abdownloads_catalogView_download a:link, .tx_abdownloads_catalogView_download a:visited, .tx_abdownloads_catalogView_download a:active {
	font-size: 13px;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}
.tx_abdownloads_catalogView_download a:hover {
	color: #000000;
	text-decoration: underline;
}

.tx_abdownloads_viewDetailsForDownload {
	margin: 0px 0px 5px 0px;
}
.tx_abdownloads_viewDetailsForDownload p.bodytext {
	font-size: 12px;
	font-weight: normal;
}
