/* CSS Document */


.boxElenco
{
    padding-left:18px;

}
.selected
{
color:#00a646!important;
}

#boxAssociati{
width:296px;
float:left;

margin-top:5px;
}

#boxAssociati .header
{
 background-image:url(../images/topBoxSottoMenu.gif);
height:6px;
width:296px;
overflow:hidden;
background-color:#666;

}

#boxAssociati .footer
{
 background-image:url(../images/bottomBoxSottoMenu.gif);
height:6px;
width:296px;
overflow:hidden;
}



#boxAssociati .body{
width:296px;
background-color:#e4e4e4;
padding-top:10px;
padding-bottom:20px;
}

#boxAssociati .associato
{
    margin:10px;
    border-bottom:1px solid #B4B3B3;
    /*padding-top:5px;*/
    padding-bottom:10px;
    margin-bottom:0px;
}
