/* Categoria Pavimentazioni in Legno */
div.prod_pavimentazioni {
	background-image			: url(../images/btn_prodpavinlegno.png);
	background-repeat			: no-repeat;
	width							: 22px;
	height						: 163px;
	margin-top					: -440px;
	margin-left					: 130px;
}

div.cat2_pavimentazioni {
	background-image			: url(../images/btn_cat2pavinlegno.png);
	background-position		: -22px 0;
	background-repeat			: no-repeat;
	width							: 22px;
	height						: 163px;
	margin-top					: -328px;
	margin-left					: 68px;
	cursor						: pointer;
}

div.cat2_pavimentazioni:hover {
	background-position		: 0 0;	
}

table.pavimentazionilist {
	width							: 800px;
	margin-left					: 155px;
	margin-right				: 0;
	margin-top					: 0;
}

table.pavimentazionilist tr {
	height						: 330px;
	vertical-align				: middle;
	
}

table.pavimentazionilist td {
	width							: 400px;
}

a.arredamentogiardino {
	color							: #006a00;
	text-decoration			: underline;
}

a.arredamentogiardino:hover {
	color							: #e2800f;
}

div.cat_esterno {
	background-image			: url(../images/btn_catperesterno.png);
	background-position		: 0 0;
	background-repeat			: no-repeat;
	width							: 22px;
	height						: 163px;
	margin-top					: -163px;
	margin-left					: 68px;
}

div.esterno{
	background-image			: url(../images/prodotti/btn_peresterno.png);
	background-position		: 0 0;
	height						: 235px;
	width							: 185px;
	cursor						: pointer;
}

div.esterno:hover {
	background-position		: 0 -237px;
}

div.cat_interno {
	background-image			: url(../images/btn_catperinterno.png);
	background-position		: 0 0;
	background-repeat			: no-repeat;
	width							: 22px;
	height						: 163px;
	margin-top					: 0;
	margin-left					: 68px;
}

div.interno{
	background-image			: url(../images/prodotti/btn_perinterno.png);
	background-position		: 0 0;
	height						: 235px;
	width							: 185px;
	cursor						: pointer;
}

div.interno:hover {
	background-position		: 0 -237px;
}
