#boxCommenti
{
	clear: both;
}

#boxCommenti .commentiDescrizioneContenutoCorrelato
{
	font-weight: bold;
	margin-bottom: 8px;
	font-size: 110%;
}

#boxCommenti .commentiOpzioniContenuto
{
	margin-left: 10px; 
	margin-bottom: 10px;
}

#boxCommenti .commentoIntestazione
{
	padding-left: 8px; 
	padding-right: 9px; /*devo dare il paddign di 9px perchè quello dei div .commentoTesto è di 8 ma hanno un bordo di 1px a sinistra*/
	padding-top: 5px; 
	padding-bottom: 5px; 
	background:transparent url(../../immagini/commenti/inizionodo1.gif) no-repeat scroll left top;
	border-right: dotted 1px #ccc;
    width:100%;  
    cursor: pointer;
    font-size: 100%;
}

#boxCommenti .commentoProfondita1 .commentoTitolo
{
    font-weight: bold;
}

#boxCommenti .commentoProfondita1 .commentoTitolo_hover
{
	font-weight: bold;
	text-decoration: underline;
}

#boxCommenti .commentoTitolo
{
	font-weight: normal;
}

#boxCommenti .commentoTitolo_hover
{
	font-weight: normal;
	text-decoration: underline;
}

#boxCommenti .commentoTitoloAutore
{
	width: 250px;
}

#boxCommenti .commentoData
{
	width: 100px;
	float: right;
	font-weight: normal;
	text-align: right;
}

#boxCommenti .commentoAutore
{
	font-style: italic;
	font-weight: normal;
}

#boxCommenti .commentoTesto
{
	font-size: 90%;
	padding: 8px;
	border-left: dotted 1px #ccc;
	border-right: dotted 1px #ccc;
	border-bottom: dotted 1px #ccc;
	width: 100%;
}

#boxCommenti .commentoContenuto
{
	width: 100%;
}

#boxCommenti .commentoGestione
{
	font-size: 90%;
	padding: 3px;
	padding-bottom: 8px;
	text-align: right;
	width: 100%;
}

#boxCommenti .commentoProfondita1
{
	margin-left: 15px;
    width: 350px;
}

#boxCommenti .commentoProfondita2
{
	margin-left: 30px;
    width: 350px;
}

#boxCommenti .commentoProfondita3
{
	margin-left: 45px;
    width: 350px;
}

#boxCommenti .commentoProfondita4
{
	margin-left: 60px;
    width: 350px;
}

#boxCommenti .commentoProfondita5
{
	margin-left: 75px;
    width: 350px;
}

#boxCommenti .commentoProfondita6
{
	margin-left: 90px;
    width: 350px;
}

#boxCommenti .commentoProfondita7
{
	margin-left: 105px;
    width: 350px;
}

#boxCommenti .commentoProfondita8
{
	margin-left: 120px;
    width: 350px;
}

#boxCommenti .commentoProfondita9
{
	margin-left: 135px;
    width: 350px;
}

#boxCommenti .commentoProfondita10
{
	padding-left: 150px;
    width: 350px;
}

#boxCommenti .commentiInserimentoAvvenuto
{
    background-color: #f7f7f7;
    border: solid 1px #ccc;
    padding: 5px;
    font-weight: normal;
    margin-bottom: 10px;
}

#boxCommenti .commentiInserimentoAvvenuto .commentoTitoloInserimentoAvvenuto
{
    font-weight: bold;
    margin-bottom: 3px;
    color: Red;
}

/******************************
    INSERIMENTO COMMENTI
******************************/
#boxInserisciCommento
{
    border: solid 1px #ccc;
    padding: 10px;
    background-color: #f7f7f7;
    width: 350px;   
}

#boxInserisciCommento .Intestazione
{
     font-weight: bold;
     padding-bottom: 7px;    
}

#boxInserisciCommento UL
{
    margin-bottom: 20px;
    margin-top: 10px;
}

#boxInserisciCommento UL LI
{
    list-style-type: disc;
    list-style-position: outside;
}

#boxInserisciCommento .rigaCampi
{
     margin-top: 8px;    
}

#boxInserisciCommento .descrizioneCampo
{
     margin-bottom: 3px;    
}

#boxInserisciCommento .bottone
{
    margin-top: 10px;    
}