@charset "utf-8";
.cont-commenti {
	font-family: 'Open Sans Condensed', sans-serif;
	margin-bottom: 12px;
	padding-bottom: 20px;
}
.cont-commenti .avatar-commento {
	float: left;
	min-height: 60px;
	width: 60px;
	margin-top: 18px;
	margin-left: 15px;
	padding: 1px;
	font-size: 10px;
	color: #1E63AE;
	font-family: Arial;
	text-align: center;
}
.cont-commenti .avatar-commento img {
	margin-bottom: 3px;
}
.cont-commenti .testo-commento {
	float: left;
	margin-top: 18px;
	margin-left: 11px;
	width: 513px;
	padding: 10px;
	background-color: #F9F9F9;
	border: 1px solid #E3E3E3;
	position: relative;
	font-size: 12px;
	font-family: Arial;
	color: #999;
}
.cont-commenti .testo-commento .tri-commento {
	height: 25px;
	width: 13px;
	position: absolute;
	left: -13px;
	top: 15px;
	background-image: url(../images/misc/freccia-commenti.png);
	background-repeat: no-repeat;
	background-position: center center;
}
.cont-commenti .testo-commento .titolo-commento {
	font-size: 18px;
	font-weight: bold;
	color: #1E63AE;
	margin-bottom: 3px;
	padding-bottom: 3px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	font-family: 'Open Sans Condensed', sans-serif;
	position: relative;
}
.cont-commenti .testo-commento .titolo-commento span {
	font-size: 11px;
	color: #CCCCCC;
	position: absolute;
	top: 7px;
	right: -1px;
	font-family: Arial;
	font-weight: normal;
}
.cont-commenti .testo-commento .titolo-rispondi {
	font-size: 16px;
	font-weight: bold;
	color: #1E63AE;
	padding-bottom: 2px;
	font-family: 'Open Sans Condensed', sans-serif;
	padding-top: 10px;
}
.cont-commenti .testo-commento .pro {
	font-weight: bold;
	color: #80AA00;
	font-size: 14px;
	margin-top: 5px;
	font-family: 'Open Sans Condensed', sans-serif;
}
.cont-commenti .testo-commento .contro {
	font-weight: bold;
	color: #CC3300;
	font-size: 14px;
	margin-top: 5px;
	font-family: 'Open Sans Condensed', sans-serif;
}
.no-commento {
    background-color: #F9F9F9;
    background-image: url("../images/icone/img-triste.png");
    background-position: 12px center;
    background-repeat: no-repeat;
    border: 1px solid #EAEAEA;
    color: #1E63AE;
    font-size: 16px;
    margin-left: 18px;
    margin-right: 18px;
    margin-top: 18px;
    padding: 10px 10px 10px 40px;
}
.avatar-commento a, 
.avatar-commento a:link, 
.avatar-commento a:visited, 
.avatar-commento a:active {
	color: #333333;
	text-decoration: none;
}
.avatar-commento a:hover {
	color: #3FA2DC;
}
