﻿/*************************************************************************/
/** PAGE DESIGNER /// Contenuto 1 (TRC Editor)                          **/
/*************************************************************************/	

.PGDES1_Titolo1 {
	font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 18px;
    font-weight: bold;
    color: #bd2716;
    text-decoration: none;
    line-height: 16px;
}

.PGDES1_Titolo2 {
    font-family: Georgia, "Times New Roman", Times, serif;
	color: #bd2716;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
}

.PGDES1_CorpoTesto {
    font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	line-height: 17px;
}

.PGDES1_CorpoTesto a:link,  .PGDES1_CorpoTesto a:visited {
	color: #333333;
	text-decoration: underline;
}

.PGDES1_CorpoTesto a:hover,  .PGDES1_CorpoTesto a:active {
    text-decoration:underline;
    color:#FFFFFF;
    background-color:#333333;
}

.PGDES1_Note {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	line-height: 13px;
}

.PGDES1_Note a:link,  .PGDES1_Note a:visited
{
	text-decoration: underline;
	color:#333333;
}

.PGDES1_Note a:hover,  .PGDES1_Note a:active
{
    text-decoration:underline;
    color:#FFFFFF;
    background-color:#333333;
}

/*************************************************************************/
/** PAGE DESIGNER /// Contenuto 2 (TRC Editor)                          **/
/*************************************************************************/	

.PGDES2_Titolo1 {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 18px;
    font-weight: bold;
    color: #bd2716;
    text-decoration: none;
    line-height: 16px;
    }

.PGDES2_Titolo2 {
    font-family: Georgia, "Times New Roman", Times, serif;
	color: #bd2716;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
}

.PGDES2_CorpoTesto {
    font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	line-height: 17px;
}

.PGDES2_CorpoTesto a:link,  .PGDES2_CorpoTesto a:visited {
	color: #333333;
	text-decoration: underline;
}

.PGDES2_CorpoTesto a:hover,  .PGDES2_CorpoTesto a:active {
    text-decoration:underline;
    color:#FFFFFF;
    background-color:#333333;
}

.PGDES2_Note {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	line-height: 13px;
}

.PGDES2_Note a:link,  .PGDES2_Note a:visited
{
	text-decoration: underline;
	color:#333333;
}

.PGDES2_Note a:hover,  .PGDES2_Note a:active
{
    text-decoration:underline;
    color:#FFFFFF;
    background-color:#333333;
}

/*************************************************************************/
/** PAGE DESIGNER /// SNIPPET BOX 2 COLONNE                             **/
/*************************************************************************/	

.PGDES_Box2Col_MainCont 
{
    width:640px;
    clear:both;
    padding:0px;
    margin:0px 0 20px 0;
    border:0px;
    overflow:hidden;
    }
    
.PGDES_Box2Col_Col_Small
{
    float:left;
    width:250px;
    padding:0px;
    margin:0px;
    border:0;
    }

.PGDES_Box2Col_Col_Large
{
    float:left;
    width:370px;
    padding:0px;
    margin:0px;
    border:0;
    }
      
.PGDES_Box2Col_Col_Medium
{
    float:left;
    width:310px;
    padding:0px;
    margin:0px;
    border:0;
    }
    
.PGDES_Box2Col_SpcIntercol
{
    padding: 0 20px 0 0
    }
