/* CSS Document */

.SoftwareSmall
{
width:240px;
padding:4px;
border:1px solid #c3c3c3;
height:100px;
}

.SoftwareSmall A:link
{
color:#737373;
text-decoration:none;
}
.SoftwareSmall A:visited
{
color:#737373;
text-decoration:none;
}
.SoftwareSmall A:hover DIV
{
text-decoration:underline;
}

/* IE Only !*/
.SoftwareSmall A:hover
{
text-decoration:underline;
}

.SoftwareSmall DIV#Data
{
font-size:0.83em;
font-weight:normal;
line-height:1.4em;
color:Red;
}

.SoftwareSmall DIV#Titolo
{
font-size:1.25em;
font-weight:bold;
line-height:1em;
text-align:center;
height:30px;
color:Navy;
border-bottom:1px solid #c3c3c3;
}

.SoftwareSmall DIV#Sottotitolo
{
font-size:0.9em;
font-style:italic;
line-height:1.8em;
}

.SoftwareSmall DIV#Testo
{
font-size:1em;
color:#737373;
line-height:1.4em;
text-align:justify;
}

.SoftwareSmall DIV#Download
{
text-align:center;
padding-top:16px;
}

.SoftwareSmall DIV IMG
{
padding:2px;
margin-right:6px;
border:1px solid #c3c3c3;
}

