﻿div#divPrimoPannello
{
  height:auto!important;
  height:450px;
	min-height:450px;
  width:100%;
	color: #7f7f7f;
	background:url(Images/pannello-uno-sfondo.jpg) no-repeat top left;
}

div#divPrimoPannelloAlternativo
{
  height:auto!important;
  height:450px;
	min-height:450px;
  width:100%;
	color: #7f7f7f;
	background:url(Images/pannello-uno-sfondo-alterna.jpg) no-repeat top left;
	padding-top:25px;
}



div#divPrimoPannelloContenuto
{
  position:absolute;
  width:630px;
  margin-left:50px;
  padding-top:25px;
}

div#divSecondoPannello
{
  height:auto!important;
  height:450px;
	min-height:450px;
  width:650px;
	margin-left:36px;
	left:286px;
  top:147px;
  position:absolute;
	background:url(Images/pannello-due-sfondo.jpg) no-repeat 2px 0px;
	color:#7f7f7f;
}

div#divSecondoPannelloAlternativo
{
  height:auto!important;
  height:450px;
	min-height:450px;
  width:650px;
	margin-left:36px;
	left:286px;
  top:150px;
  position:absolute;
	background:url(Images/pannello-due-sfondo-alterna.jpg) no-repeat 2px 0px;
	color:#7f7f7f;
}

div#divSecondoPannelloContenuto
{
  width:630px;
  margin-left:25px;
  margin-top:35px;
}

.divTerzoPannello
{
  height:auto!important;
  height:500px;
	min-height:500px;
  width:214px;
	margin-left:37px;
	left:675px;
  top:41px;
  position:absolute;
	color:#7f7f7f;
	background:url(Images/pannello-tre-sfondo.jpg) no-repeat 0px 0px;
}

.divTerzoPannelloContenuto
{
  left:6px;
  width:203px;
  position:relative;
  top:10px;
}


/* region testi */

div.split2 div
{
  float:left;
  width:45%;
  width:49%;
  width:45%;
  padding:0 10px 0 10px;
}

div.clearer
{
  float:none; 
  clear:left;
} 
    
.FamiglieTitolo
{
  font: 9px/9px Lucida Sans;
  font-weight:bolder;
  color:#666666;
  margin-bottom:10px;
}
.FamiglieColonnaDestra
{
  margin-top:19px;
}

.SottoFamiglieElenco
{
  font: 11px/11px Lucida Sans;
}

a.SottoFamiglieLink {
  text-decoration: none;
	color: #7f7f7f; 
}

a.SottoFamiglieLink:hover {
  text-decoration:none;
  color: #7f7f7f;
  font-weight:bolder;
}

.FamiglieFormView
{
 font: 11px/15px Lucida Sans;
}

.ProdottiElenco
{
  font: 11px/11px Lucida Sans;
}

a.ProdottiLink {
  text-decoration: none;
	color: #0d3f99; 
}

a.ProdottiLink:hover {
  text-decoration:none;
	color: #0d3f99; 
}

.ProdottoFormView
{
  margin-top:30px;
  font: 11px/13px Lucida Sans;
}

.ProdottoTitolo
{
  font:18px/18px Lucida Sans;
  color:#666666;
}

.ProdottoSottoTitolo
{
  font:11px/11px Lucida Sans;
  color:#666666;
  font-weight:500;
}

/* end region testi */

.hr
{
height: 1px;
margin-top:4px;
margin-bottom:10px!important;
margin-bottom:4px;
border-top: 1px solid #cccccc;
width: 252px;
}

