﻿.PanelCategorie
{
    text-align:left;
    width: 180px;
    padding-left: 5px;
    background-repeat:repeat-x;
}
.moduleTitle
{
    text-align:left;
    font-family: Arial;
    color:#333333;  
    font-size: 10pt;
    font-weight:bold;      
}
/*CATEGORIE*/
.nomeCat
{
    text-align:left;
    font-family: Arial;
    color:#666666;  
    font-size: 9pt;
    font-weight:bold;   
}
A.nomeCat:link
{
    color:#666666; 
}
A.nomeCat:visited 
{
    color:#666666;
}
A.nomeCat:hover 
{
    color:#666666;
    text-decoration:underline;
}
A.nomeCat:active 
{
    color:#666666;  
}
.numCat
{
    text-align:right;
    font-family: Arial;
    color:#666666;  
    font-size: 9pt; 
    font-weight:bold; 
}
/*INSERZIONI*/
.insNome
{
    text-align:right;
    font-family: Arial;
    color:#CA0031;  
    font-size: 9pt; 
    font-weight:bold; 
    padding-left: 10px;
}
.insTesto
{
    text-align:right;
    font-family: Arial;
    color:#666666;  
    font-size: 9pt; 
    padding-left: 10px;
}
.insPanelUrl
{
   margin: 0px;
   padding:0px 0px 0px 10px;
}
.insUrl
{
    text-align:right;
    font-family: Arial;
    color:#666666;  
    font-size: 9pt;
}
A.insUrl:link
{
    color:#666666;
}
A.insUrl:visited 
{
    color:#666666;
}
A.insUrl:hover 
{
    color:#666666;
    text-decoration:underline;
}
A.insUrl:active 
{
    color:#666666
}
