#negriproduct {
	float: left;
	width: 500px;
	padding: 10px;
	border-left: 2px solid;
	border-left-color: #270B05;
}
#negriproduct dl {
	float: left;
	margin: 10px 20px;
	padding: 0;
	border-bottom: 1px Solid #000;
	;
}
#negriproduct dt {
	float: left;
	width: 200px;
	margin: 0;
	padding: 0;
	font-size: 130%;
	lettter-spacing: 1px;
	color: #403D2A;
	font-weight: bold;
}
#negriproduct dt a:link {
	text-decoration: none;
	color: #403D2A;
}
#negriproduct dt a:visited {
	text-decoration: none;
	color: #403D2A;
}
#negriproduct dt a:focus {
	text-decoration: underline;
	color: #403D2A;
}
#negriproduct dt a:hover {
	text-decoration: underline;
	color: #403D2A;
}
#negriproduct dt a:active {
	text-decoration: none;
	color: #403D2A;
}
#negriproduct dd {
	margin: 0px;
	padding: 0;
	font-size: 85%;
	line-height: 1.5em;
	color: #666;
	width: 165px;
	float: right;
}
#negriproduct dd.img img {
	float: left;
	margin: 0 0px 5px 9px;
	padding: 4px;
	border: 1px solid #D9E0E6;
	border-bottom-color: #C8CDD2;
	border-right-color: #C8CDD2;
	background: #FFF;
}
