.product-list-top {
	font-size: 23px;
	color: #003399;
	font-weight: bold;
	padding-bottom: 10px;
	margin-bottom: 0px;
}

.product-list-text-content {
	font-family: arial, "lucida console", sans-serif;
    font-size: 12px;
    margin-bottom: 10px;
}

.product-list-entry {
	font-family: arial, "lucida console", sans-serif;
	font-size: 12px;
	color: #003399;
	font-weight: bold;
	/*float: left;*/  /*Per un bug su IE6 si visualizza spazio tra una entry e l'altra*/
	width: 100%;
	border-bottom: 1px #999 dotted;
	padding-top: 5px;
	padding-bottom: 0px;
	margin-top: 5px;
	margin-bottom: 0px;
	cursor: pointer;
	min-height: 22px;
	height: auto !important;
	height: 22px;
}

.product-list-box {
	font-family: arial, "lucida console", sans-serif;
	font-size: 12px;
	clear: both;
	width: 100%;
	border: dotted 1px #CCCCCC;
	padding: 3px;
	display: none;
}

.product-list-details-scheda {
	float: left;
	font-size: 11px;
	width: 150px;
	color: #003399;
	text-decoration: none;
}

.product-list-details-realiz {
	float: right;
	font-size: 10px;
	width: 150px;
	color: #003399;
	text-decoration: none;
	text-align: right;
	margin-right: 2px;
}

.product-list-entry a,.product-list-box a {
	font-weight: bold;
	color: #003399;
	text-decoration: none;
}

.product-list-entry a:hover,.product-list-box a:hover {
	font-weight: bold;
	color: #003399;
	text-decoration: underline;
}

.product-list-img {
	width: 150px;
}

.product-list-details-short {
	font-size: 11px;
	width: 360px;
}

.product-list-details-long {
	font-size: 11px;
	width: 510px;
}

.product-list-details-short p,.product-list-details-long p {
	margin: 0px;
	padding: 0px;
}

.product-list-docs {
	width: 180px;
	border-left: dotted 1px #CCCCCC;
}

.product-list-docs IFRAME {
	width: 180px;
	height: 180px;
	margin-left: 5px;
	padding: 0px;
}