/* cfadda - interne */

div.header {
	width: 906px;
	height: 106px;
	background-color: #ffffff;
	background-image: url(../images/box_header.png);
	background-position: top left;
	background-repeat: no-repeat;
	overflow: hidden;
}

div.header_link_home {
	background-position: 1px 0px;
}

div.header_link_home a {
	margin-left: 2px;
}

div.main {
	width: 906px;
	margin: 0px;
	padding: 0px;
	background-color: #ffffff;
	background-image: url(../images/sfondo_mid_interne.png);
	background-position: top left;
	background-repeat: repeat-y;
}

div.main_inner {
	width: 906px;
	margin: 0px;
	padding: 0px;
	padding-top: 30px;
	background-image: url(../images/sfondo_top_interne.png);
	background-position: top left;
	background-repeat: no-repeat;
}

div.main div.main_clear {
	clear: both;
	height: 25px;
	margin: 0px;
	background-image: url(../images/sfondo_bottom_interne.png);
	background-position: bottom left;
	background-repeat: no-repeat;
	overflow: hidden;
}

div.content {
	float: left;
	width: 630px;
/* min-height hack */
	min-height: 400px;
	height: auto !important;
	height: 400px;
/* min-height hack */
	margin: 0px;
	margin-left: 30px;
	display: inline; /* IE */
}

div.content_large {
	width: 876px;
/* min-height hack */
	min-height: 400px;
	height: auto !important;
	height: 400px;
/* min-height hack */
	margin: 0px;
	margin-left: 30px;
/*	display: inline;*/
}

div.col_right {
	float: right;
	width: 180px;
	margin: 0px;
	margin-right: 30px;
	display: inline; /* IE */
}

div.menu_right {
	width: 180px;
	margin-bottom: 30px;
}

div.menu_right h2 {
	margin: 0px;
	margin-bottom: 4px;
	margin-left: 24px;
	font-size: 14px;
	font-weight: bold;
	color: #333333;
}

div.menu_right div.menu_right_outer {
	width: 180px;
	padding-bottom: 8px;
	background-color: #7ab554;
	background-image: url(../images/bottom_correlati.png);
	background-position: bottom left;
	background-repeat: no-repeat;
	color: #ffffff;
}

div.menu_right div.menu_right_inner {
	width: 180px;
/* min-height hack */
	min-height: 60px;
	height: auto !important;
	height: 60px;
/* min-height hack */
	padding-top: 15px;
	background-image: url(../images/top_correlati.png);
	background-position: top left;
	background-repeat: no-repeat;
	font-size: 11px;
}

div.menu_right ul {
	width: 156px;
	margin: 0px;
	padding: 0px;
	padding-left: 24px;
	list-style: square;
}

div.menu_right ul li {
	margin: 0px;
	margin-bottom: 8px;
	padding: 0px;
	padding-left: 4px;
	padding-right: 10px;
}

div.menu_right ul li a {
	color: #ffffff;
}

div.menu_right ul li.selected {
	color: #ffff00;
	font-weight: bold;
}

div.menu_right ul li.selected a {
	color: #ffff00;
}

div.col_right div.link_volantino {
	width: 180px;
	height: 90px;
	margin: 0px;
	margin-bottom: 12px;
	color: #ffffff;
	background-color: #7ab554;
	background-image: url(../images/box_volantino_interne.png);
	background-position: top left;
	background-repeat: no-repeat;
	position: relative;
}

div.col_right div.link_volantino a {
	color: #ffffff;
}

div.col_right div.link_volantino h1,
div.col_right div.link_volantino div.volantino_pic {
	display: none;
}

div.col_right div.link_volantino h2 {
	position: absolute;
	top: 38px;
	left: 15px;
	margin: 0px;
	padding: 0px;
	font-size: 13px;
	font-weight: bold;
}

div.col_right div.link_volantino div.volantino_textlink {
	position: absolute;
	top: 61px;
	left: 28px;
	width: 126px;
	height: 16px;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
}

div.col_right div.link_consigli,
div.col_right div.link_lavoraconnoi,
div.col_right div.link_puntivendita {
	width: 180px;
	height: 33px;
	margin: 0px;
	margin-bottom: 12px;
	background-position: top left;
	background-repeat: no-repeat;
	color: #ffffff;
}

div.col_right div.link_lavoraconnoi {
	font-size: 16px;
	background-color: #00335f;
	background-image: url(../images/box_lavoraconnoi_interne.png);
}

div.col_right div.link_puntivendita {
	font-size: 16px;
	background-color: #7ab554;
	background-image: url(../images/box_puntivendita_interne.png);
}

div.col_right div.link_consigli {
	font-size: 15px;
	background-color: #ff9900;
	background-image: url(../images/box_consiglifaidate.png);
}

div.col_right div.link_consigli a,
div.col_right div.link_lavoraconnoi a,
div.col_right div.link_puntivendita a {
	display: block;
	width: 168px;
	height: 25px;
	padding-top: 8px;
	padding-left: 12px;
	font-weight: bold;
	color: #ffffff;
}

div.col_right div.link_consigli a:hover,
div.col_right div.link_lavoraconnoi a:hover,
div.col_right div.link_puntivendita a:hover {
	text-decoration: none
}

/* contenuto */

h1.titolo_pagina,
h2.titolo_sottopagina {
	color: #00335f;
	margin-bottom: 10px;
}

div.managed_topm {
	margin-top: 40px;
	margin-bottom: 20px;
}

div.doc_allegati {
	margin-top: 40px;
}

div.doc_allegati h2 {
	margin: 0px;
	margin-bottom: 4px;
	margin-left: 24px;
	font-size: 14px;
	font-weight: bold;
	color: #333333;
}

div.doc_allegati div.doc_allegati_outer {
	width: 630px;
	padding-bottom: 8px;
	font-size: 11px;
	color: #cccccc;
	background-color: #7ab554;
	background-image: url(../images/bottom_documenti.png);
	background-position: bottom left;
	background-repeat: no-repeat;
}
div.content_large div.doc_allegati div.doc_allegati_outer {
	width: 846px;
	background-image: url(../images/bottom_documenti_large.png);
}

div.doc_allegati div.doc_allegati_outer a {
	color: #ffffff;
}

div.doc_allegati div.doc_allegati_inner {
	width: 630px;
/* min-height hack */
	min-height: 60px;
	height: auto !important;
	height: 60px;
/* min-height hack */
	padding-top: 18px;
	background-image: url(../images/top_documenti.png);
	background-position: top left;
	background-repeat: no-repeat;
}
div.content_large div.doc_allegati div.doc_allegati_inner {
	width: 846px;
	background-image: url(../images/top_documenti_large.png);
}

div.doc_allegati div.doc_allegati_item {
	width: 565px;
	margin-left: 12px;
	margin-bottom: 20px;
	padding-left: 23px;
	background: url(../images/bt_doc_allegati_t.gif) top left no-repeat;
}
div.content_large div.doc_allegati div.doc_allegati_item {
	width: 781px;
}

div.doc_allegati div.doc_allegati_item div.info {
	margin-top: 8px;
}

/* news */

div.elemento_news {
	clear: left;
	width: 580px;
	margin: 0px;
	padding: 0px;
	padding-top: 12px;
	padding-bottom: 8px;
	font-size: 11px;
	color: #666666;
}

div.elemento_news a {
	color: #00335f;
}

div.elemento_news div.pic {
	float: left;
	width: 66px;
	padding-top: 3px;
}

div.elemento_news div.pic img {
	border: 5px solid #00335f;
}

div.elemento_news div.data {
	color: #666666;
	margin-bottom: 2px;
}

div.elemento_news div.titolo {
	margin-top: 4px;
	font-size: 12px;
	font-weight: bold;
}

div.elemento_news div.abstract {
	margin: 0px;
	margin-top: 4px;
	margin-bottom: 4px;
}

div.data_news {
	margin: 30px 0px 8px 4px;
	font-size: 12px;
	font-weight: bold;
}

div.abstract_news {
	font-size: 11px;
	font-style: italic;
}

div.abstract_news_pic {
	width: 620px;
}

div.abstract_news,
div.abstract_news_pic {
	margin-bottom: 20px;
}

div.abstract_news_pic div.pic_news {
	float: left;
	width: 350px;
}

div.abstract_news_pic div.abstract_news {
	float: left;
	width: 270px;
}

/* sfogliapagine */

div.sfogliapagine {
	margin: 0px;
	margin-top: 16px;
	width: 570px;
	text-align: right;
	font-weight: bold;
	line-height: 1em;
}

div.sfogliapagine a img {border: 0px; vertical-align: bottom;}
div.sfogliapagine a.prev {margin-right: 5px;}
div.sfogliapagine a.next {margin-left: 5px;}

/* reparti */

div.reparti_list {
	width: 528px;
	margin: 0px;
	margin-top: 20px;
	margin-left: 20px;
}

div.reparti_item {
	float: left;
	width: 88px;
	height: 120px;
	text-align: center;
}

div.reparto_scheda {
	width: 600px;
}

div.reparto_scheda div.testo {
	float: left;
	width: 230px;
	padding-top: 12px;
	padding-right: 20px;
}

div.reparto_scheda div.testo p {
	margin-top: 0px;
	margin-bottom: 12px;
}

div.galleria {
	float: left;
	width: 350px;
	margin: 0px;
	padding: 0px;
	font-size: 11px;
}

div.galleria div.conteggio_foto {
	width: 340px;
	text-align: right;
}

div.galleria div.img_grande {
	border: solid 1px #cccccc;
	width: 332px;
	margin: 0px;
	padding: 8px;
}

div.galleria div.img_grande img {
	border: solid 1px #cccccc;
}

div.galleria div.didascalia_foto {
	text-align: center;
	margin: 2px;
	height: 27px;
}

div.galleria div.navigatore_galleria {
	margin: 0px;
	padding: 0px;
	border: solid 1px #cccccc;
	height: 92px;
	position: relative;
}

div.galleria div.navigatore_galleria div.tgallery__left_show a {
	display: block;
	position: absolute;
	background-image: url(../images/freccia_left.gif);
	width: 6px;
	height: 12px;
	top: 35px;
	left: 10px;
}

div.galleria div.navigatore_galleria div.tgallery__right_show a {
	display: block;
	position: absolute;
	background-image: url(../images/freccia_right.gif);
	width: 6px;
	height: 12px;
	top: 35px;
	left: 328px;
}

div.galleria div.navigatore_galleria div.tgallery__left_hide,
div.galleria div.navigatore_galleria div.tgallery__right_hide,
div.galleria div.navigatore_galleria div.tgallery__left_show a span,
div.galleria div.navigatore_galleria div.tgallery__right_show a span {
	display: none;
}

div.galleria div.navigatore_galleria div.thumb_galleria_1 {
	position: absolute;
	top: 9px;
	left: 22px;
	margin: 0px;
	padding: 0px;
}

div.galleria div.navigatore_galleria div.thumb_galleria_2 {
	position: absolute;
	top: 9px;
	left: 124px;
	margin: 0px;
	padding: 0px;
	padding-bottom: 3px;
	border-bottom: solid 5px #cccccc;
}

div.galleria div.navigatore_galleria div.thumb_galleria_3 {
	position: absolute;
	top: 9px;
	left: 226px;
	margin: 0px;
	padding: 0px;
}

div.galleria div.navigatore_galleria div.thumb_galleria_1 img,
div.galleria div.navigatore_galleria div.thumb_galleria_2 img,
div.galleria div.navigatore_galleria div.thumb_galleria_3 img {
	border: solid 1px #cccccc;
}

/* servizi */

div.servizi_list {
	width: 620px;
}

div.servizi_item {
	float: left;
	width: 290px;
	margin-bottom: 30px;
	padding-right: 20px;
}

div.servizi_item div.servizi_pic {
	float: left;
	width: 92px;
	height: 110px;
}

div.servizi_item div.servizi_text h3 {
	margin: 0px;
	font-size: 12px;
	text-transform: uppercase;
}

div.servizi_item div.servizi_text p {
	margin: 0px;
	font-size: 12px;
}

/* punti vendita */

div.punti_vendita_list {
	width: 620px;
	margin-top: 40px;
	margin-bottom: 20px;
}

div.punti_vendita_list div.testo {
	float: right;
	width: 166px;
}

div.punti_vendita_list div.mappa {
	float: left;
	width: 438px;
	height: 619px;
	border: 2px solid #68a640;
}

div.punto_info,
div.punto_rep {
	width: 620px;
}

div.punto_rep {
	margin-top: 8px;
}

div.content_large div.punto_info {
	width: 640px;
}

div.content_large div.punto_rep {
	clear: right;
	width: 876px;
}

div.punto_info div.mappa {
	float: left;
	width: 288px;
	height: 296px;
	border: 2px solid #68a640;
}

div.punto_info div.info {
	float: right;
	width: 316px;
}
div.content_large div.punto_info div.info {
	width: 336px;
}

div.punto_info div.info div.indirizzo {
	margin-top: 20px;
}

div.punto_info div.info span.bold {
	font-weight: bold;
}

div.punto_info div.info table {
	width: 316px;
	border: 0px;
	border-collapse: collapse;
	table-layout: fixed;
}
div.content_large div.punto_info div.info table {
	width: 336px;
}

div.punto_info div.info table th,
div.punto_info div.info table td {
	border: 0px;
	height: 13px;
	padding: 0px;
	font-size: 11px;
}

div.punto_info div.info table th {
	text-transform: uppercase;
}

div.punto_info div.info table td {
	color: #ffffff;
	border-top: 2px solid #ffffff;
}

div.punto_info div.info table th#th_giorno,
div.punto_info div.info table td.giorno_verde,
div.punto_info div.info table td.giorno_blu {
	width: 167px;
	padding: 0px;
	padding-right: 10px;
	text-align: right;
}

div.punto_info div.info table th#th_orario,
div.punto_info div.info table td.orario_verde,
div.punto_info div.info table td.orario_blu {
	width: 130px;
	padding-left: 6px;
	border-left: 3px solid #ffffff;
	text-align: left;
}
div.content_large div.punto_info div.info table th#th_orario,
div.content_large div.punto_info div.info table td.orario_verde,
div.content_large div.punto_info div.info table td.orario_blu {
	width: 150px;
}

div.punto_info div.info table td.giorno_verde {
	background: #388938 url(../images/calendario_verde.png) top left repeat-y;
}

div.punto_info div.info table td.orario_verde {
	background: #388938;
}

div.punto_info div.info table td.giorno_blu {
	background: #003366 url(../images/calendario_blu.png) top left repeat-y;
}

div.punto_info div.info table td.orario_blu {
	background: #003366;
}

div.punto_rep div.pic {
	float: left;
	width: 292px;
}

div.punto_rep div.pic img {
	border: 2px solid #68a640;
}

div.punto_rep div.rep_serv {
	float: right;
	width: 302px;
	padding-right: 14px;
}

div.punto_rep div.rep_serv h2 {
	color: #00335f;
}

div.rep_serv_list {
	width: 302px;
}

div.content_large div.punto_rep div.rep_serv,
div.content_large div.rep_serv_list {
	width: 558px;
}


/* cataloghi */

div.lista_cataloghi {
	width: 600px;
	margin-top: 40px;
}

div.elemento_catalogo {
	float: left;
	width: 259px;
	height: 144px;
	margin: 0px;
	margin-bottom: 30px;
	margin-right: 24px;
	color: #ffffff;
	background-color: #6aa841;
	background-image: url(../images/box_cataloghi.png);
	background-position: top left;
	background-repeat: no-repeat;
	position: relative;
}

div.elemento_catalogo a {
	color: #ffffff;
}

div.elemento_catalogo div.pic {
	position: absolute;
	top: 10px;
	left: 9px;
	width: 90px;
	height: 124px;
}

div.elemento_catalogo div.info {
	position: absolute;
	top: 8px;
	left: 109px;
	width: 136px;
	height: 100px;
}

div.elemento_catalogo div.info p {
	margin-bottom: 4px;
}

div.elemento_catalogo div.info p.anno {
	font-size: 10px;
}

div.elemento_catalogo div.info p.peso {
	font-size: 11px;
}

div.elemento_catalogo div.info span.tall {
	font-size: 16px;
	font-weight: bold;
}

div.elemento_catalogo div.info p.titolo {
	font-weight: bold;
}

div.elemento_catalogo div.info span.bold {
	font-size: 12px;
	font-weight: bold;
}

div.elemento_catalogo div.link {
	position: absolute;
	top: 113px;
	left: 151px;
	width: 97px;
	height: 24px;
	background-image: url(../images/bt_scarica_catalogo.png);
	background-position: top left;
	background-repeat: no-repeat;
}

div.elemento_catalogo div.link a {
	display: block;
	width: 97px;
	height: 22px;
	padding-top: 2px;
	font-size: 10px;
	text-align: center;
}

div.elemento_catalogo div.link a:hover {
	text-decoration: none;
}

/* mappa del sito */

div.sitemap_left,
div.sitemap_left_nm {
	float: left;
	width: 308px;
}

div.sitemap_right {
	float: right;
	width: 308px;
}

div.sitemap_left_nm {
	margin-top: 10px;
}

div.sitemap_left,
div.sitemap_right {
	margin-bottom: 30px;
}

ul.sitemap {
	margin: 0px;
	margin-bottom: 8px;
	padding: 0px;
	list-style: none;
	font-weight: bold;
}

ul.sitemap ul {
	margin: 0px;
	padding: 0px;
	padding-left: 16px;
	list-style: none;
}

ul.sitemap li {
	margin: 0px;
	padding: 0px;
	padding-top: 1px;
	padding-bottom: 1px;
}

ul.sitemap li.first {
	margin-bottom: 8px;
	padding-top: 9px;
	padding-bottom: 9px;
	padding-left: 10px;
	font-size: 14px;
}

div.sitemap_left ul.sitemap li.first,
div.sitemap_left_nm ul.sitemap li.first {
	margin-left: 12px;
}

div.sitemap_left_nm ul.sitemap li.first {
	padding-left: 10px;
	font-size: 15px;
}

div.sitemap_right ul.sitemap li.first {
	margin-right: 12px;
}

ul.sitemap li.first {
	border: 1px solid #cccccc;
}
ul.sitemap ul.branch li {
	font-size: 12px;
	padding-top: 3px;
	padding-bottom: 3px;
}

ul.sitemap ul.branch ul li {
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	font-size: 11px;
	font-weight: normal;
}

ul.sitemap a:visited {
	color: #0e5d28;
}

/* fai da te */

div.faidate_list {
	width: 100%;
	padding-top: 20px;
}

div.faidate_left {
	float: left;
	width: 275px;
}

div.faidate_right {
	float: right;
	width: 275px;
}

div.faidate_item {
	width: 275px;
	margin: 0px;
	margin-bottom: 30px;
}

div.faidate_item div.pic {
	float: left;
	width: 100px;
	padding-right: 8px;
}
div.faidate_item div.text {
	float: left;
	width: 167px;
}
div.faidate_item div.pic img {
	border: 1px solid #013460;
}
div.faidate_item div.link {
	margin-bottom: 2px;
	font-size: 13px;
}
div.faidate_item div.link a {
	color: #013460;
	font-weight: bold;
}
div.faidate_item div.info {
	font-size: 11px;
}
