body {
	background-color:#D3DADD;
	font-size:72%;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}

body, ul, li, p, h1, h2, blockquote {
	margin:0;
	padding:0;
}

.section {
	position:relative;
	width: 770px;
	margin: 5px auto 0 auto;
	padding-top:15px;
	background-image:url(../images/sectionTop.jpg);
	background-position: top left;
	background-repeat:no-repeat;
}

#sectionTopAcquistiInRete {
         background:url(../images/AcquistiInRete.jpg) top left no-repeat;
         padding-top:200px;
    }


#sectionTopFirmaDigitale {
	background:url(../images/topFirmaDigitale.jpg) top left no-repeat;
	padding-top:220px;
}


#sectionTopCartaMultiservizi  {
	background:url(../images/topCartaMultiservizi.jpg) top left no-repeat;
	padding-top:288px;
}

.section div.body {
	padding: 0 16px 16px 16px;
	background-image:url(../images/sectionBody.jpg);
	background-position: bottom left;
	background-repeat:no-repeat;
}

.section .content{
	width:480px;
	margin-right:20px;
}

.section .content h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:200%;
	color:#0076C0;
	border-bottom: 1px solid #CCC;
	padding-bottom:9px;
	margin-bottom: 28px;
}
.section .content h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:120%;
	color:#0076C0;
	margin-bottom:6px;
	margin-top: 24px;
}
.section .content h1 span{
	border-bottom: 4px solid #CCC;
	padding-bottom:10px;
}

.section .content p, 
.section .content blockquote {
	/*font-family: Geneva, Arial, Helvetica, sans-serif;*/
	/*font-size:12px;*/
	margin-bottom:10px;
	line-height: 16px;
}

.section .content blockquote {
	padding:10px;
	background-color:#FDF1DB;
}

.section .content ul {
	margin: 16px 0 16px 40px;
}
.section .content li {
	list-style-type:none;
	list-style-image:url(../images/square.jpg);
	font-family:Geneva, Arial, Helvetica, sans-serif;
	/*font-size:12px;*/
	margin-bottom: 5px;
}

.section .content a {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	/*font-size:12px;*/
	color:#0076C0;
	border-bottom: 1px solid #CCC;
	text-decoration:none;
	/*white-space:nowrap;*/
}

.section .content a:hover {
	border-bottom: 1px solid #0076C0;
}

.section .content a.ext {
	padding-right: 14px;
	background:url(../images/ex.gif) no-repeat top right;
	
}

.section .content a.ext:hover {
	background:url(../images/ex.gif) no-repeat right -100px;
}

.section .content a.pdf {
	color:#0076C0;
	border: 1px solid #CCC;
	text-decoration:none;
	padding: 20px 5px 0px 70px;
	height:41px;
	
	font-weight:bold;
	background:url(../images/pdf.gif) no-repeat 8px 6px;
	display:block;
	vertical-align: middle;	/*white-space:nowrap;*/
	margin:20px 0;
}

.section .content a.pdf:hover {
	background-color: #FDF1DB;
	border: 1px solid #CCC;
}
/*questo è inserito temporaneamente da Barbara*/
.section .content a.word {
	color:#0076C0;
	border: 1px solid #CCC;
	text-decoration:none;
	padding: 20px 5px 0px 70px;
	height:41px;
	
	font-weight:bold;
	background:url(../images/word.gif) no-repeat 8px 6px;
	display:block;
	vertical-align: middle;	/*white-space:nowrap;*/
	margin:20px 0;
}

.section .content a.word:hover {
	background-color: #FDF1DB;
	border: 1px solid #CCC;
}
.section .content a.link {
	color:#0076C0;
	border: 1px solid #CCC;
	text-decoration:none;
	padding: 20px 5px 0px 70px;
	background-color: #FFFFFF;
	/*background:url(../images/ex.gif) no-repeat top right;*/
	height:41px;
	font-weight:bold;
	display:block;
	vertical-align: middle;	/*white-space:nowrap;*/
	margin:20px 0;

}

.section .content a.link:hover {
	background-color: #FDF1DB;
	/*background:url(../images/ex.gif) no-repeat right -100px;*/
	border: 1px solid #CCC;
}

/*---------------------------------------*/
.section .menu {
	float:right;	
}

.section .menu li {
	list-style-type:none;
	width:180px;
}

.section .menu li a {
	display:block;
	padding: 5px 0 5px 15px;
	border-bottom: 1px solid #CCC;
	background:url(../images/minPage.jpg) center left no-repeat;
	color:#0076C0;
	font-weight:bold;
	text-decoration:none;
}
.section .menu li.top a {
	display:block;
	padding: 5px 0 5px 15px;
	border-bottom: 0;
	background:url(../images/back.gif) center left no-repeat;
	color:#0076C0;
	font-weight:bold;
	text-decoration:none;
	margin-top:16px;
}




.tool-tip {
	color: #fff;
	width: 139px;
	z-index: 13000;
}
 
.tool-title {
	font-weight: bold;
	font-size: 11px;
	margin: 0;
	color: #9FD4FF;
	padding: 8px 8px 4px;
	background: url(../images/bubble.png) top left;
}
 
.tool-text {
	font-size: 11px;
	padding: 4px 8px 8px;
	background: url(../images/bubble.png) bottom right;
}

.tips {
	border-bottom: 1px dashed #CCC;
	background-color: #FDF1DB;
	cursor: pointer;
}



