﻿

.divBluTitle {

    color:#205E96;    
    font-size:20px;
    height:auto;
    margin-bottom:10px;
}

 .divAccordion, .divIntro
{
     height:auto;
     margin-top:30px;
}

.divItem, .divItem_Inside
{
    clear: both;
    margin-bottom: 20px;
}
.divItem_Inside
{
    margin-top: 20px;
}
.itemTitle, .itemTitle_Inside, .itemTitle_Inside_Open
{
    font-size: 15px;
    color: #F48132;
    margin-bottom: 5px;

}

.iconPiu, .iconMeno {
    background-image: url('../Images/Educational/icoPiu.png') !important;
    background-repeat: no-repeat;
    width: 30px;
    height: 30px;
    /*per sovrascrivere jquery*/    
    float: left;
    display: block;
    /*left: 0!important;
    top: 0!important;
    margin-top: 0!important;*/
}
.iconMeno{

    background-image: url('../Images/Educational/icoMeno.png')!important;
}
.itemTitle_Inside, .itemTitle_Inside_Open {
    padding-left: 30px;
    height: 30px;
    line-height: 30px;
    background-position: left center;
    color: Black;
    cursor: pointer;
}
.itemTitle_Inside_Open
{
}
.itemDescr_Small, .itemDescr_Small_Inside,
.itemContent, .itemContent_Inside
{
    color: #6e6e6e;
}

.itemContent_Inside, .itemDescr_Small_Inside
{
    margin-left:30px;
}
/*.divContinua, .divContinua_Inside
{
    float: right;
    color: #F48132;
    margin-right: 10px;
    text-decoration: underline;
    cursor: pointer;
    clear: both;
}
.divContinua
{
    width: 620px;
    text-align: right;
}*/
/****************tab*****************/
.divAssTabs
{   
    width:100%;
    height:50px;
    clear:both;

}
.aTabSel, .aTab {
    float:left;

    width:365px;
    height:49px;
    line-height:48px;

    background-color:#F0F3F4;
    color:black;
    text-align:center;

}
.aTab{
    
    font-size:16px;
    border-bottom:2px solid #F48132;
}
.aTabSel {
    width:366px;    
    border: 1px solid #EEEEEE;
    height: 49px;

    background-color:white;
    color:#F48132;
}
/************************************/
