@charset "utf-8";
/* CSS Document */

#prodotti {
	padding:0px;
	text-align:center;
}

#prodotti table {
	width:100%;
	border-collapse:collapse;
	border-spacing:0px;
	font-size:9px;
	height:100%;
}

#prodotti td {
	margin-right:2px;	
}

#prodotti table td {
	padding:0px;
	margin:0px;
}
#prodotti tr td {
	border-left: thin solid #999;
	border-right: thin solid #999;
}
#prodotti #testa table{
	height:120px;
	border-width: 0px !important; 
}

#prodotti #testa table td {
	border-width: 0px !important;
}

.firstRow td {
	border-top: thin solid #999;
}

.lastRow td {
	border-bottom: thin solid #999;
}

.inner td {
	border-width: 0px !important; 
}

.inner .firstCel {
	border-right:thin #999 solid !important;
	width:50%;
}

.emptyCell {
	width:80px;
	height:120px;
	/*float:left;*/
	margin:2px;
	border-width: 0px !important; 
}
.prod {
	width:78px;
	height:120px;
	border: thin solid #999;
	/*float:left;*/
	background-color:#d7f3ff;
	text-align:center;
	margin:2px;
	/*position:relative;*/
}

.prod .titProd {
	font-weight:bold;
	vertical-align:top;
	font-size:12px;
}

.prod2 {
	border: thin solid #999;
	/*float:left;*/
	background-color:#d7f3ff;
	text-align:center;
	margin:2px;
	/*position:relative;*/
}

.emptyCell2 {
	/*float:left;*/
	margin:2px;
	border-width: 0px !important; 
}

.prod2 .titProd {
	font-weight:bold;
	vertical-align:middle;
	font-size:12px;
}

.prod .titImg {
	vertical-align:bottom;
}

/*.prod img {
	position: absolute;
	bottom:5px;
	left:8px;
	z-index:5;
}*/

.legDescProd {
	width:74px;
	/*float:left;*/
	margin:2px;
	background-color:#d7f3ff;
	text-align:right;
	padding-right:6px;
	font-weight:bold;
	padding-top:10px;
	padding-bottom:10px;
	font-size:12px;
	border-width: 0px !important; 
}

.descProd {
	width:78px;
	float:left;
	margin:2px;
	border: thin solid #999;
	float:left;
	text-align:center;
	padding-top:10px;
	padding-bottom:10px;
	font-size:80%;
}
.row1 {
	width:100%;
	background-color:#e8e8e8;
}

.row2 {
	width:100%;
}

.cls {
	clear:both;
	height:0px;
}

.altCol {
	color: #3CF;	
}