@charset "utf-8";
.cont-commenti {
    border: 1px solid #E3E3E3;
    font-family: 'Open Sans Condensed',sans-serif;
    margin: 10px 8px 10px 14px;
    padding-bottom: 20px;
}
.cont-commenti .testata-commenti {
	background-color: #F9F9F9;
	height: 50px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e3e3e3;
	background-image: url(../images/bg/bg-sotto-navbar.png);
	background-repeat: repeat-x;
	background-position: center center;
	position: relative;
}
.cont-commenti .testata-commenti .titolo {
	display: block;
	width: 120px;
	text-align: center;
	height: 24px;
	padding-top: 12px;
	position: absolute;
	left: 24px;
	font-family: Arial;
	font-size: 12px;
	background-color: #FFF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #D7D7D7;
	border-right-color: #D7D7D7;
	border-left-color: #D7D7D7;
	color: #666;
	bottom: -1px;
}
.cont-commenti .testata-commenti .titolo strong {
	color: #E83097;
}
.cont-commenti .avatar-commento {
    background-image: url("../images/bg/ombra-avatar-comm.png");
    background-position: 4px 12px;
    background-repeat: no-repeat;
    color: #1E63AE;
    float: left;
    font-family: Arial;
    font-size: 10px;
    margin-left: 4px;
    min-height: 60px;
    padding: 19px 0 0 11px;
    text-align: center;
    width: 70px;
}
.cont-commenti .avatar-commento-ins {
    float: left;
    font-family: Arial;
    font-size: 10px;
    margin-left: 4px;
    min-height: 60px;
    padding: 11px 0 0 11px;
    text-align: center;
    width: 70px;
}
.cont-commenti .avatar-commento img {
	margin-bottom: 3px;
}
.cont-commenti .testo-commento {
    background-color: #F9F9F9;
    border: 1px solid #E3E3E3;
    color: #999999;
    float: left;
    font-family: Arial;
    font-size: 12px;
    margin-left: 16px;
    margin-top: 15px;
    padding: 10px;
    position: relative;
    width: 510px;
}
.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: #e32a8b;
	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: #a2a2a2;
	position: absolute;
	top: 7px;
	right: -1px;
	font-family: Arial;
	font-weight: normal;
}
.cont-commenti .testo-commento .titolo-rispondi {
    color: #E32A8B;
    font-family: 'Open Sans Condensed',sans-serif;
    font-size: 16px;
    font-weight: bold;
    padding-bottom: 6px;
}
.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: #E32A8B;
    font-size: 16px;
    margin-left: 14px;
    margin-right: 15px;
    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: #e32a8b;
}
