
div#products {
	width:230px;
	float:left;
	
	display:inline;
}
img#imgBig {
	padding-left:15px;
	margin-top:40px;
}	
ul#allegati {
	margin:20px 9px 0 0;
	float:right;
}
ul#allegati li {
	list-style:none;
	margin:0 0 3px 0;
}
ul#allegati li a {
	display:block;
	width:167px;
	height:24px;
	background:url(../images/pdfBack.gif) 0 0 no-repeat;
	text-align:right;
	text-decoration:none;
	font-family:"Trebuchet MS", Arial, Verdana, sans-serif;
	font-size:11px;
	color:#FFF;
	font-weight:bold;
	padding:5px 18px 0 0;
}
div#editor {
	float:right;
	width:378px;
	line-height:17px;
	padding-bottom:33px;
}
div#editor h1 {
	font-size:24px;
	font-weight:normal;
	color:#333;
	margin-bottom:15px;
	line-height:24px;
}
div#gallery ul {
	width:100%;
	overflow:hidden;
	margin-top:15px;
}

div#gallery ul li {
	list-style:none;
	float:left;
	width:75px;
	text-align:center;
	margin-bottom:5px;
}
div#gallery ul li img{
	border:1px solid #999999;
	
}