/* componente header */
.logo, .login, .search {
	float: left;
}
.logo .bancoposta a {
	background-image: url("/risorse/condivise/immagini/logo-bancoposta.png");
	background-repeat: no-repeat;
	background-position: top left;
	height: 60px;
	width: 160px;
	display: block;
	text-indent: -9999px;
}
.logo .postali a {
	background-image: url("/risorse/condivise/immagini/logo-postali.png");
	background-repeat: no-repeat;
	background-position: top left;
	height: 60px;
	width: 160px;
	display: block;
	text-indent: -9999px;
}
.search {
	background-color: #eedc00;
}
.navigazione-header {
	float: right;
}
.login {
	margin: 25px 0 0 0;
	padding: 10px 0 10px 0;
}
.login ul li {
	display: inline;
	border-right: 2px solid #cfcfcf;
	padding: 0 10px;
	margin: 0 0 0 -3px;
}
.search {
	margin: 25px 0 0 0;
}
.search span a {
	font-weight: bold;
	margin: 0 !important;
	padding: 10px 0 10px 0;
	background-image: url("/risorse/condivise/immagini/icona-search.png");
	background-repeat: no-repeat;
	background-position: center center;
	text-indent: -9999px;
	width: 35px;
	height: 20px;
	display: block;
}
/* componente call to action */
.call-to-action {
	margin: 0 0 40px 0;
}
.call-to-action ul {
	float: left;
}
.call-to-action ul li {
	float: left;
	margin: 0 20px 0 0;
	list-style: none;
}
.call-to-action ul li a {
	display: block;
	background-color: #e0e0e0;
	padding: 6px 15px;
	text-align: center;
	width: 190px;
	position: relative;
	font-weight: bold;
	text-transform: uppercase;
	font-size:13px;
	line-height:30px;
}
.call-to-action ul li a:hover {
	text-decoration: none;
}
.call-to-action ul li a img {
	vertical-align:middle;
	padding-left:10px;
}
a.cta-blu {
	background-color: #005cab !important;
	color: #fff !important;
}
a.cta-gialla {
	background-color: #eedc00 !important;
}
.cta-grande {
	width: 290px !important;
}
/* componente navigazione laterale */
.navigazione-laterale {
	padding: 0 10px;
}
.navigazione-laterale h3 {
	display: none;
}
.navigazione-laterale li a {
	line-height: 20px;
}
.navigazione-laterale li {
	margin: 0 0 10px 0;
}
.navigazione-secondo-livello {
	margin: 7px 0 10px 15px;
}
.navigazione-terzo-livello {
	margin: 7px 0 10px 15px;
}
/* componente abstract generico [da buttare successivamente] */
.abstract {
	margin: 0 0 40px 0;
}
.abstract h2 {
	font-size: 20px;
	font-weight: normal;
	margin: 0 0 20px 0;
}
.abstract p {
	font-size: 14px;
	line-height: 20px;
}
.abstract .box-immagine {
	margin-bottom: 0 !important;
}
/* componente abstract generico */
.abstract-generico {
	margin: 0 0 40px 0;
	position: relative;
}
.abstract-generico h2 {
	font-size: 20px;
	font-weight: normal;
	margin: 0 0 20px 0;
}
.abstract-generico p {
	font-size: 14px;
	line-height: 20px;
	clear: both;
}
.abstract-generico .box-immagine {
	margin-bottom: 0 !important;
}
/* componente abstract gamma */
.abstract-gamma {
	float: left;
	margin: 0 0 40px;
	width: 100%;
}
.abstract-gamma h2 {
	font-size: 20px;
	font-weight: normal;
	float: left;
	margin: 0;
}
.abstract-gamma p {
	font-size: 14px;
	line-height: 20px;
}
.abstract-gamma .lista-ancore-gamma {
	float: right;
}
.abstract-gamma .lista-ancore-gamma li {
	display: inline;
	padding: 0 10px;
	border-right: 1px solid #b8b8b8;
}
/* componente abstract mondo bancoposta */
.abstract-mondo-bancoposta {
	margin: 0 0 40px 0;
}
.abstract-mondo-bancoposta h2 {
	font-size: 20px;
	font-weight: normal;
	margin: 0 0 20px 0;
}
.abstract-mondo-bancoposta p {
	font-size: 14px;
	line-height: 20px;
	font-weight: bold;
}
/* componente social */
.share-panel {
	width: 30px;
	height: 34px;
	transition: all 0.5s ease-in-out 0s;
	overflow: hidden;
	position: absolute;
	right: 0;
	top: 0;
}
.share-panel:hover {
	width: 230px;
}
.share-panel ul {
	list-style-type: none;
	width: 230px;
	height: 100%;
	overflow: hidden;
}
.share-panel ul li {
	float: left;
	margin: 0 5px;
	line-height: 34px;
}
.share-panel ul li.start-share {
	margin-right: 15px;
}
.share-panel ul li a {
	display: block;
	height: 100%;
	width: 100%;
}
.share-panel ul li a img {
	vertical-align: middle;
}
/* componente caratteristiche prodotto */
.caratteristiche-prodotto {
	margin: 0 0 35px 0;
}
.caratteristiche-prodotto ul {
	float: left;/*width: 460px;*/
}
.caratteristiche-prodotto img {
	float: right;
	margin: 25px;
}
.caratteristiche-prodotto ul li {
	background-image: url("/risorse/condivise/immagini/lista-standard.png");
	background-repeat: no-repeat;
	background-position: 0 7px;
	padding: 3px 0 3px 15px;
	margin: 0 0 5px 0;
}
.caratteristiche-prodotto ul li ul {
	float: none;
	padding: 10px 0 0 10px;
}
/* componente tabs */
.tabs {
	margin: 0 0 40px 0;
	/*border-bottom: 3px solid #eedc00;*/
	padding: 0 0 25px 0;
}
.tabs h3 {
	margin: 0 0 10px 0;
}
.tabs ul.lista-tabs {
	padding: 10px 0;
	border-bottom: 4px solid #eedc00;
}
.tabs ul.lista-tabs li {
	display: inline;
	padding: 0 10px;
}
.tabs ul.lista-tabs li.active {
	border-top: 4px solid #eedc00;
	border-left: 4px solid #eedc00;
	border-right: 4px solid #eedc00;
	border-bottom: 5px solid #fff;
	padding: 9px 10px 9px 10px;
	font-weight: bold;
}
.tabs div {
	padding: 25px 0 0 0;
}
.tabs p {
	margin: 0 0 10px 0;
}
.tabs div ul {
	margin: 0 0 10px 0;
}
.tabs div ul li {
	background-image: url("/risorse/condivise/immagini/lista-tabs.png");
	background-repeat: no-repeat;
	background-position: 0 7px;
	padding: 3px 0 3px 15px;
	margin: 0 0 5px 0;
}
.note-tabs {
	font-size: 11px;
	line-height: 15px;
	padding: 0 !important;
}
/* componente documentazione */
.documentazione {
	margin: 0 0 40px 0;
}
.documentazione h3 {
	font-size: 15px;
	margin: 0 0 17px 0;
}
.documentazione ul li.pdf {
	background-image: url("/risorse/condivise/immagini/icona-documentazione-pdf.png");
	background-repeat: no-repeat;
	background-position: 0 7px;
	padding: 13px 0 7px 33px;
	margin: 0 0 5px 0;
}
.documentazione ul li.img {
	background-image: url("/risorse/condivise/immagini/icona-documentazione-varie.png");
	background-repeat: no-repeat;
	background-position: 0 7px;
	padding: 13px 0 7px 33px;
	margin: 0 0 5px 0;
}
.documentazione ul li.word {
	background-image: url("/risorse/condivise/immagini/icona-documentazione-word.png");
	background-repeat: no-repeat;
	background-position: 0 7px;
	padding: 13px 0 7px 33px;
	margin: 0 0 5px 0;
}
.documentazione ul li.zip {
	background-image: url("/risorse/condivise/immagini/icona-documentazione-zip.png");
	background-repeat: no-repeat;
	background-position: 0 7px;
	padding: 13px 0 7px 33px;
	margin: 0 0 5px 0;
}
/* contenitore box immagine */
.contenitore-box-immagini {
	clear: both;
	float: left;
	margin: 0 0 20px 0;
}
.contenitore-box-immagini .box-immagine a {
	display:block;
}
/* componente box misti */
.contenitore-box {
	margin: 0 0 20px 0;
	clear: both;
}
.contenitore-box h3 {
	font-size: 15px;
	margin: 0 0 20px 0;
}
.box-immagine {
	/*width: 220px;*/
	float: left;
	margin: 0 20px 20px 0;
	height: 150px;
}
.box-immagine img {
/*width: 220px;*/
	/*height: 150px;*/
}
.box-articolo {
	border-top: 4px solid #eedc00;
	border-left: 1px solid #e0e0e0;
	border-right: 1px solid #e0e0e0;
	border-bottom: 1px solid #e0e0e0;
	float: left;
	width: 188px;
	padding: 15px;
	height: 117px;
	margin: 0 20px 20px 0;
}
.box-articolo h4 {
	font-size: 16px;
	font-weight: normal;
	margin: 0 0 12px 0;
}
/* componente note */
.note {
	margin: 0 0 40px 0;
}
.note p {
	font-size: 11px;
	line-height: 15px;
}
/* componente link utili */
.contenitore-link-utili {
	clear: both;
	margin: 0 0 30px;
}
.contenitore-link-utili h3 {
	margin: 0 0 20px 0;
}
.contenitore-link-utili ul li {
	float: left;
	width: 220px;
	margin: 0 20px 10px 0;
}
.lista-semplice {
	margin: 10px 0 !important;
}
.lista-semplice li {
	background-image: url("/risorse/condivise/immagini/lista-standard.png");
	background-repeat: no-repeat;
	background-position: 0 7px;
	padding: 3px 0 3px 15px;
	margin: 0 0 5px 0;
}
/* componente tabella */
.contenitore-tabella {
	padding: 0 !important;
	margin: 20px 0 40px 0;
}
.contenitore-tabella table {
	width: 100%;
}
.contenitore-tabella table caption {
	margin: 0 0 10px 0;
	text-align: left;
}
.contenitore-tabella table th {
	padding: 5px;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-top: 1px solid #ccc;
	text-align: left;
	background-color: #f3f3f3;
	font-weight: normal;
}
.contenitore-tabella table td {
	border: 1px solid #ccc;
	padding: 5px;
}
/* componente avviso */
.avviso{
	margin-bottom:20px;
}
.avviso img {
	float: left;
	margin-top:3px;
}
.avviso p {
	color: #0072ba;
	font-size: 12px;
	font-style: italic;
	padding: 0 0 0 30px;
}
/* componente area editabile */
.area_editabile {
	margin: 0 0 40px;
}
.area_editabile ul {
	margin: 10px 0;
}
.area_editabile ul li {
	background-image: url("/risorse/condivise/immagini/lista-tabs.png");
	background-repeat: no-repeat;
	background-position: 0 7px;
	padding: 3px 0 3px 15px;
	margin: 0 0 5px 0;
}
/* componente catalogo mondo bancoposta */
.catalogo-mondo-bancoposta {
	margin: 0 0 40px;
}
.catalogo-mondo-bancoposta .colonna-sinistra {
	float: left;
	width: 350px;
}
.catalogo-mondo-bancoposta .colonna-destra {
	float: right;
	text-align: center;
	width: 350px;
}
/* componente sportelli filatelici */
.lista-sportelli-filatelici {
	margin-bottom: 25px;
}
.lista-sportelli-filatelici .ufficio-postale {
	font-weight: bold;
}
.regioni-sportelli-filatelici {
	margin: 0 0 25px 0;
}
/* componente referenti filatelici */
.contenitore-referenti-filatelici h3 {
	margin-bottom: 20px;
}
.lista-referenti-filatelici {
	margin-bottom: 25px;
}
.lista-referenti-filatelici .provincia {
	font-weight: bold;
}
.lista-referenti-filatelici .nome-referente {
	font-style: italic;
}
/* componente quick links */


.quick-links .facebook {
	background-image: url("/risorse/condivise/immagini/ico-facebook.png");
	background-repeat: no-repeat;
	background-position: top left;
	padding: 0 0 0 20px;
}
.quick-links .twitter {
	background-image: url("/risorse/condivise/immagini/ico-twitter.png");
	background-repeat: no-repeat;
	background-position: top left;
	padding: 0 0 0 20px;
}
.quick-links .youtube {
	background-image: url("/risorse/condivise/immagini/ico-youtube.png");
	background-repeat: no-repeat;
	background-position: top left;
	padding: 0 0 0 20px;
}
.quick-links .pinterest {
	background-image: url("/risorse/condivise/immagini/ico-pinterest.png");
	background-repeat: no-repeat;
	background-position: top left;
	padding: 0 0 0 20px;
}
/* componente ad-hoc conti */
.box-articolo-grande {
	border-top: 4px solid #eedc00;
	border-left: 1px solid #e0e0e0;
	border-right: 1px solid #e0e0e0;
	border-bottom: 1px solid #e0e0e0;
	float: left;
	width: 298px;
	padding: 15px;
	height: 150px;
	margin: 0 20px 20px 0;
}
.box-articolo-grande h4 {
	font-size: 16px;
	font-weight: normal;
	margin: 0 0 12px 0;
}
.box-titolo-testo {
	margin: 0 0 10px 0;
}
.box-testo-immagine {
	margin: 0 0 15px 0;
}
.box-testo-immagine a {
	color: #535353;
	float: left;
	width: 180px;
	margin: 0 15px 0 0;
	display: block;
	font-weight: bold;
}
.box-testo-immagine a:hover {
	text-decoration: none;
}
.box-cta a {
	background-color: #e0e0e0;
	display: block;
	font-weight: bold;
	padding: 12px 15px;
	position: relative;
	text-align: center;
	text-transform: uppercase;
}
.box-cta a:hover {
	text-decoration: none;
}
/* componente footer */
.footer p {
	font-size: 13px;
}

/* contenitore survey */
.survey {
    clear: both;
    background-color: #eaeaea;
    padding: 10px;
	margin: 0 0 20px 0;
}
.survey .box-testo {
    float:  left;
}
.survey .box-testo h4 {
    font-weight: bold;
}
.survey .box-cta {
    float: right;
}
.survey .box-cta a {
	background-color: #eedc00;
	color: #0047bb;
	font-weight: bold;
	text-transform: uppercase;
}

@media (max-width: 960px) {
  body {
	  margin-top: 0 !important;
  }
  #header_poste_italiane {
	  position: relative !important;
  }	
}