@charset "utf-8";
/* CSS Document */

.sezProdotti {
	height:53px;
	width:auto;
	float:left;
	margin:0 24px;
	padding: 3px 8px 0 8px;
}
.sezProdottiSel {
	height:53px;
	width:auto;
	float:left;
	margin:0 24px;
	padding: 3px 8px 0 8px;
	background-color:#F00;
}
#trat {
	width:1px;
	height:18px;
	border-left:2px solid #bbbbbb;
	float:left;
	margin-bottom:42px;
}
a.sezioniTecnici {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#999;
	text-decoration:none;
}
a.sezioniTecnici:hover {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#000;
	text-decoration:none;
}
a.sezioniTecniciSel {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#FFF;
	text-decoration:none;
	background-color:#F00;
}

/*  FOTO INDEX  */

.fotoIndex {
	width:189px;
	height:115px;
	background-position: 0 0;
	float:left;
	margin-right:1px;
	display:block;
	text-decoration:none;
	background-repeat:no-repeat;
}

/*  FOTO HOME  */

a.fotoHome {
	width:189px;
	height:115px;
	background-position: 0 0;
	float:left;
	margin-right:1px;
	display:block;
	text-decoration:none;
	background-repeat:no-repeat;
}
a.fotoHome:hover {
	background-position: -190px 0;
}