@charset "utf-8";

.campiL{
	border:2px solid #596043;
	background-color:#d0dca9;
}

.linealogin{
	border:4px solid #596043;
	color:#596043;
	}


.filtri{
	width:200px;
	position:relative;
	height:50px;
}
.filtriT{
	width:200px;
	height:400px;
	top:-15px;
	position:absolute;
	z-index:4;
}

.bottoneF{
	width:166px;
	cursor:pointer;
	top:0px;
	left:10px;
	position:absolute;
	height:21px;
	padding:7px;
	font-size:14px;
	font-weight:bold;
	color:#CCC;
	background-image:url(../img2/shop/filtroBOTT.png);
	z-index:5;
	}
.tapparella{
	position:absolute;
	top:26px;
	left:66px;
	width:100px;
	background-color:#333;
	background-image:url(../img2/pagina/sfondo_piede_liscio.png);
	background-repeat:repeat-x;
	padding:10px;
	z-index:6;
	}
.voce{
	width:90px;
	font-weight:bold;
	cursor:pointer;
	background-color:#333;
	background-image:url(../img2/shop/tessut.png);
	background-repeat:repeat-x;
	border:1px solid #666;
	margin-top:2px;
	padding:5px;
	text-align:center;
	z-index:7;
}
.voce:hover{
	background-color:#CCC;
	background-image:url(../img2/shop/tessut2.png);
	background-repeat:repeat-x;
	color:#333;
}