#prof_box {
	width: 100%;
	height: 140px;
	padding: 10px 0;
	overflow: hidden;
	margin: 10px 2px 0 !important;
	border-top: 3px solid #C62808;
	border-bottom: 3px solid #C62808;
	font: 12px/18px 'Arimo', Arial, sans-serif;
	color: #868686;
}

#prof_box div.prof_title {
	background-color: #f6f6f6;
	padding: 2px 4px;
	font-size: 13px;
}

#prof_box div.prof_title a {
	text-decoration: none;
	color: #868686;
	line-height: 20px;
}
#prof_box div.prof_title a strong {
	color: #C62808;
	font-size: 14px;
}
#prof_box div.prof_title a img {
	margin: 0 0 -7px 0;
}

#prof_box div.prof_row {
	padding: 0 4px;
	margin: 2px 0;
	height: 92px;
}

#prof_box div.prof_itemtitle {
	font-size: 13px;
}

#prof_box div.prof_itemtitle a {
	font-weight: bold;
	text-decoration: none;
	color: #000;
}

#prof_box div.prof_itemtext {
	height: 52px;
	width: 314px;
	overflow: hidden;
}

#prof_box div.prof_itemtext a {
	font-weight: normal;
	text-decoration: none;
	color: #444444;
}

#prof_box div.prof_itemfirma {
	width: 300px;
	text-align: right;
}

#prof_box div.prof_skip {
	text-align: left;
	color: #ccc;
	padding: 0 6px;
	font-size: 12px;
	background: #f6f6f6;
}

#prof_box div.prof_skip a {
	font-weight: bold;
	text-decoration: none;
	color: #808080;
	outline: none;
}

#prof_box div.prof_skip a:hover {
	text-decoration: underline !important;
	color: #C62808;
}

#prof_box a:hover {
	text-decoration: underline !important;
}

#prof_box a.prof_arancio {
	color: #C62808 !important;
}