#prodottiContent
{
	margin: 10px 0 0 0;
}


.boxProdotto
{
	float: left;
	margin-bottom: 30px;
}

.boxProdotto.last
{
	padding-left:18px;
	margin-left: 18px;
	border-left: 1px solid #000;
}

.boxProdotto .titolo
{
	font-family: Georgia, sans-serif;
	font-size: 18px;
	color: #649a13;
	display: inline;
	cursor:pointer;
}

.boxProdotto .titolo:hover
{
	text-decoration: underline;
}

.boxProdotto .imgCont
{
	display: block;
	width: 273px;
	height: 166px;
	border: 1px solid #000;
	text-align: center;
	margin-top: 10px;
}


/***** scheda ******/

.schedaCont
{
	
}

.schedaCont .titolo
{
	font-family: Georgia;
	font-size: 30px;
	color: #649a13;
}

.schedaCont .imgCont
{
	width: 571px;
	height: 377px;
	border: 1px solid #000;
	text-align: center;
	margin: 15px 0 20px;
}

.schedaCont .carattCont
{
	font-family: Trebuchet MS;
	font-size: 14px;
	margin-top: 10px;
	line-height: 22px;
}

.schedaCont .carattCont .carattTitolo
{
	color: #649A13;
    font-family: Georgia;
    font-size: 18px;
    margin-right: 2px;
	display:block;
}

.schedaCont .confezionamenti
{
	margin: 55px 0 20px;
	font-family: Georgia;
	font-size: 18px;
	color: #649a13; 
}

.schedaCont .galleriaCont img {
    margin: 0 5px 5px 0;
}


/***** pera e produzione ******/

.peraCont
{
	margin: 5px 5px 0 5px;
}

.peraCont .titolo
{
	background-image: url("../immagini/grafica/layout/foglia_on.png");
	background-position: 2px 8px;
	background-repeat: no-repeat;
	font-family: Georgia;
	font-size: 30px;
	color: #649a13;
	padding-left: 60px;
	margin-bottom: 15px;
}

.peraCont .testo
{
	color: #666666;
    font-family: Trebuchet MS;
    font-size: 14px;
    line-height: 21px;
    margin-bottom: 30px;
    margin-left: 60px;
}


/***** tabella disponibilita *****/

.tableCont
{
	margin: 65px 0;
}

.tabellaDisponibilita
{
    width: 580px;
	font-family: Georgia;
	font-size: 12px;
  	-moz-border-radius: 10px; /* firefox */
  	-webkit-border-radius: 10px; /* safari, chrome */
}

.tabellaMaturazione
{
	padding: 1px;
	width: 230px;
	border: 1px solid #71B017;
	float: left;
	margin: 2px 0 0;
}

.tabellaMaturazione tr.header
{
	height: 23px;
}
.tabellaMaturazione th
{
	font-size: 14px;
	font-family: Georgia;
	color: #666;
	font-weight: bold;
	text-align: left;
	padding: 0 5px;
	width: 50%;
	height: 20px;
}

.tabellaMaturazione td
{
	padding: 0 5px;
	font-size: 14px;
	font-family: Oswald;
	color: #71B017;
	font-weight: normal;
	text-align: left;
	width: 50%;
	height: 20px;
}

.tabellaMesi
{
	padding: 1px;
	border-collapse: separate;
	border-spacing: 1px;
	font-family: Oswald;
}

.tabellaMesi tr.header
{
	
	text-transform: uppercase;
}

.tabellaMesi th
{
	font-weight: normal;
	border: 1px solid #999;
}

.tabellaMesi th, .tabellaMesi td
{
	height: 20px;
	width: 26px;
	font-size: 11px;
	vertical-align: middle;
	background-image: url("../immagini/grafica/layout/tab_bg.png");
	background-position: top right;
	background-repeat: no-repeat;
	margin: 1px;	
}


.tabellaMesi td.mese.import.sel
{
	background-color: #FF0000;
	background-image: none;
}

.tabellaMesi td.mese.emilia-romagna.sel
{
	background-color: #009900;
	background-image: none;
}

.tabellaDisponibilita tr.header
{
	background-image: url("../immagini/grafica/layout/table_head.png");
	background-position: top left;
	background-repeat: repeat-x;
	height: 56px;
	line-height: 56px;
	border-radius: 10px 10px 0 0;
	color: #FFF;	
}

.tabellaDisponibilita tr.header .varieta,
.tabellaDisponibilita tr.header .origine
{
	text-transform: uppercase;
	width: 100px;	
}

.tabellaDisponibilita tr
{
	background-color: #ECECEC;
	border-top: 2px solid #FFF;
	vertical-align: middle;
}

.tabellaDisponibilita tr td.mese
{
	width: 25px;
}

.tabellaDisponibilita tr td
{
	padding: 5px;
	vertical-align: middle;
}

div.caption
{
	float: right;
	font-size: 14px;
	font-family: Georgia;
	margin: 10px 25px 0 0;
}