


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

/* LISTINO */

#listino {
	background:#ffffff;
	height:470px;
	overflow:hidden;
	width:995px;
}
#listino table tr td a img  {
	border:none;
}
#listino a {
	color:#486368;
	text-decoration:none;
}
#listino a:hover {
	text-decoration:underline;
}


#listino-head {
	background:#bad4d8;
	font-size:12px;
	width:995px;
}
#listino-head a {
	color:#486368;
	text-decoration:none;
}
 #listino-head a:hover {
	text-decoration:underline;
}
#listino-head div {
	float:left;
	display:inline;
}
#listino-head table {
	width:100%;
}
#listino-head table tr td {
	padding:0;
	margin:0;
	border:none;
}
.collections {
	width:100px;
}

.nomeserie {
	width:150px;
}
.settore {
	text-align:center;
	width:95px;
}


#rigagiu {
	background:#ffffff;
	width:995px;
}

#rigagiu a {
	color:#486368;
	text-decoration:none;
}
#rigagiu a:hover {
	color:#486368;
	text-decoration:underline;
}









/* ------------------------- TABELLA PRODOTTO ------------------------- */


#prodotto {
	background:#ffffff;
}
#prodotto table {
	width:100%;
	margin:0;
	padding:0;
	border:0;
	/*vertical-align:middle;*/
}
.foto {
	/*height:200px;
	width:200px;*/
	border:0;
	
	align:middle;

	max-width:300px;
	max-height:200px;
}
.disegno {
	border:0;
	
	align:middle;

	max-width:300px;
	max-height:200px;
}


/* ------------------------- FINE TABELLA PRODOTTO ------------------------- */

