
.moduloGalleria {
	width:562px;
}





/* Lista */

.moduloLista .divImage {
	margin-bottom:35px;
	width:152px;
	display:block;
	float:left;
	margin-right:53px;
	overflow:hidden;
}



.moduloLista .divImage .cornice {
}

.moduloLista .divImage .img {	
	width:144px;
	height:100px;
}

.moduloLista .divImage .img img {	
	position:absolute;
	z-index:1;
}

.moduloLista .contDesc {		
	font-size:11px;
}


.moduloLista .contDesc h3 {	
	line-height:1.5em;
	padding:0;
	font-size:16px;
	
}

.moduloLista .contDesc a {	
	text-decoration:none;
	color:#000000;
}

.moduloLista .contDesc p {
	padding-top:3px;	
}


.moduloLista .contDesc .prezzo {	
	background:url(img/prezzo.png) no-repeat right top;
	height:45px;
	text-align:right;
	font-weight:bold;
	font-size:15px;
	padding-right:12px;
	padding-top:12px;
	margin-top:6px;
	overflow:hidden;
	position:relative;
	right:-5px;	
}

.moduloLista .spaziatore{
	background:url(../../img/lineaBig.jpg) no-repeat left bottom;
	height:1px;
	margin-bottom:35px;

}

.moduloLista .menuNav{
	padding-top:10px;
}



/* Navigation */

.moduloGalleria .navCat{
	margin-bottom:14px;
	font-size:13px;
	font-weight:bold;	
	padding:10px 12px 10px 0;
	line-height:1.5em;
	
}

.moduloGalleria .navCat * {
	margin:	0 6px;
	vertical-align:middle;
}

.moduloGalleria .navCat span {
	color:#FF9900;
	font-size:15px;
}

.moduloGalleria .navCat .spaziatoreNav{
	background:url(../../img/arrowDx.gif) no-repeat;
	width:16px;
	height:16px;
	display:inline-block;
}

.moduloGalleria .navCat a {
	text-decoration:none;
	color:#000000;
}

.moduloGalleria .navCat a:hover {
	text-decoration:underline;
}

.moduloGalleria .descrizione {
	padding:0px 0 1px;
	margin-bottom:28px;
	font-size:12px;
	font-style:oblique;
	background:url(../../img/lineaBig.jpg) no-repeat left bottom;	
}

/* Scheda */

.moduloScheda .thumb {
	width: 200px;
	height:	140px;
}

.moduloScheda .contDesc h1 {
	font-size:20px;
	margin-bottom:10px;
	width:100%;
}

.moduloScheda .cornice {
}

.moduloScheda .contDesc {
	font-size:12px;
	width:330px;
	float:right;
}

.moduloScheda .bigContDesc{
	width:100%;
}

.moduloScheda .contDesc .prezzo {	
	background:url(img/prezzo.png) no-repeat right top;
	width:130px;
	height:36px;
	font-weight:bold;
	font-size:15px;
	padding-right:12px;
	padding-top:13px;
	overflow:hidden;
	right:-5px;	
	top:-8px;
	text-align:right;
	float:right;
	line-height:1.2em;
	position:relative;
}

/*TABLE*/

.moduloScheda table {
	margin:20px 0 0;
	text-align:left;
}

.moduloScheda table td {
	padding-right:15px;
	padding-bottom:15px;
}


/*TABLE MODULO*/


.tabella {
	clear:both
}
.tabella table {
	width: 100%;
	font:9px Arial, Verdana, Helvetica, sans-serif;
	text-align:center;
	border-bottom:1px solid #efefef;
}
.tabella table a {
	color:#000;
}
.tabella table a:hover {
	color:#a10000;
}
.tabella th {
	background:url(img/bgTh2.gif) no-repeat center top;
	color: #fff;
	padding: 12px;
	text-align: center;
	border-right: 1px solid #ededed;
	line-height: 1.2;
	width:70px;
}

.tabella .firstTh {
	width:auto;
}

.tabella th.alts {
	background: url(img/bgTh1.gif) no-repeat center top;
}
.tabella td {
	padding: 12px;
	border-bottom: 1px solid #ededed;	
	border-left: 1px solid #ededed;
	
}



.tabella tr {
	background: url(img/altTd.jpg);
	font-size:12px;
}

.tabella thead tr {
	background: none;
}

.tabella tfoot tr {
	height:28px
}


.tabella tr.odd {
	background: url(img/altTd2.jpg);
	color:#000;
}
.tabella tr.over {
	background: #D1DED7;
	color:#000;
}
.tabella tfoot tr.over td {
	background:#000;
}

