.prodotti {
	float: left;
	margin-top: 10px;
	margin-bottom: 30px;
	padding-left: 10px;
	border-left: 1px solid #000E9D;
	border-bottom: 1px solid #000E9D;
	/*width: 400px;*/
	height: auto;
}

.nomeprodotto {
	float: left;
	font-size: 17px;
	font-weight: bold;
	border: 0px inset black;
}
.nomeprodotto a {
	color: #000E9D;
}
.menuinterno {
	float: right;
	margin-top: 20px;
	font-size: 13px;
	border: 0px inset black;
}

.thumbfoto {
	margin-top: 5px;
	border: 0px dotted black;
}

.thumbfoto img {
	margin-left: 3px;
	border: 0;
}

.menuinterno p {
	font-size: 13px;
}

.menuinterno a{
	color: #000E9D;
	font-weight: bold;
}

.menuinterno a:hover {
	color: #666666;
}

.clear2 {
	clear: both;
}

.menucat a {
	color: #000E9D;
	font-weight: bold;
	font-size: 15px;
}

.menucat a:hover {
	color: #666666;
	text-decoration: underline;
}

.menustessoprodotto a {
	color: #000E9D;
	font-weight: bold;
}

.menustessoprodotto a:hover {
	color: #666666;
	text-decoration: underline;
}

#thumbnails {
	list-style: none;
	padding: 0;
}

.listathumb {
	display: inline;
}

.listathumb img {
	padding: 2px;
	border: 2px outset black;
	margin-top: 15px;
	margin-left: 14px;
	background-color: #e0e0e0;
}

.sottol {
	font-weight: bold;
	font-style: italic;
	font-size: 1.2em;
	text-decoration: underline;
}