﻿.boxInterni 
{
    clear: both;
}

.boxInterni:last-child {
    margin-bottom:20px;
    border-bottom: 1px solid #ccc
}


.box .intestazione {
    background: #efefef;
    border: 1px solid #ccc;
    width: 100%;
    height:72px
}

.box .intestazione .imgIntestazione {
    float: left;
    padding:10px
}

.box .intestazione .pIntestazione {
    color: #2A2A2A;
    float: left;
    font-size: 17px;
    font-weight: bold;
    margin: 20px 5px;
    padding: 0 !important;
}

.box_imgGoUp {
    cursor: pointer;
    float: right;
    margin: 30px 20px;
}

.box_imgClose {
    cursor: pointer;
    float: right;
    margin: 30px 20px;
}

div.lCriteriCatalogo {
    background: #F7F7F7;
    border: 1px solid #D3D3D3;
    border-top:none;
    height: 100%;
    margin-top: -1px;
    width: 100%;
    padding-bottom:10px
}

div.LBTitolo 
{
    font-weight: bold;
	color:#2a2a2a;
	font-size: 14px;
	clear:both;
	padding:10px 0 7px 15px
}

div.LBTitolo p 
{
    padding-bottom:2px
}

.lGruppiBox 
{
    display:block;
    clear:both;   
}

div.LBTesto
{
    cursor: pointer;   
    float:left; 
    margin: 0 15px;
    width: 260px;
}

.LBTesto p
{
	border-bottom: 1px dotted #CCC;
    padding-bottom: 5px;
    padding-top: 10px;
}

.LBTesto p:hover
{
	color:#283349;
	text-decoration: underline;
	font-weight: bold;
}