/* CSS Document */
#paginatore {
	padding:0 2px;
	margin:5px 0;
	font:10px Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
}

#paginatore a{
	color:#000;
	text-decoration:none;
	font-weight:normal;
}
#paginatore a:visited{
	color:#000;
	text-decoration:none;
	font-weight:normal;
}
#paginatore a:hover{
	color:#000;
	text-decoration:underline;
	font-weight:normal;
}

.box_prodotti {
	margin-top:10px;
	padding:3px;
	background-color:#fcebe3;
	border:1px solid #c97d65;
	text-align:left;
	width:486px;
	height:150px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
}
.box_prodotti strong{
	color:#9e2b18;
}

.contenitore_foto {
	width:146px;
	height:146px;
	border:1px solid #5b595c;
	overflow:hidden;
	float:left;
	margin-right:5px;
}

.contenitore_foto_gallery_grande {
	width:600px;
	
	/*border:1px solid #5b595c;*/
	overflow:hidden;
}

.contenitore_foto_gallery_thumb {
	width:90px;
	height:90px;
	border:1px solid #5b595c;
	overflow:hidden;
}
