/* filtri di ricerca */


.filterContainerBox {
    margin: 0;
    padding: 0;
}


#filterBox {	
    margin: 0;
    padding: 4px;
    font-size: 0.9em;
}

/* #filterBox ul {
    display:none;
} */

#filterBox  li{	
}

.content-box ul.filterGroup,
.content-box ul.filters
{
}

#filterBoxSpinner {
    margin-left: 55px;
    width: 70px;
    height: 70px;
}

.filterGroupLabel {
    font-weight: bold;

}

li .filterGroupLabel {
    /*list-style-image: url("li-ico-open.gif");*/
    /*list-style-image: url("ico-minus.gif");*/
    
    cursor: pointer;
    padding-left: 5px;
    height: 20px;
    background-image: url("bg_groupFilter-minus.gif");
    margin-top: 3px;
    margin-bottom: 3px;
}

li .filterGroupLabel.close {
    background-image: url("bg_groupFilter-plus.gif");
    /*list-style-image: url("li-ico-closed.gif");*/
    /*list-style-image: url("ico-plus.gif");*/
    cursor: pointer;
}

li .filterGroupLabel span {
    vertical-align: top;
    line-height: 2em;
    margin-left: 16px;
    float:left;
}

.filterCtrl input, 
.filterCtrl select,
.filterCtrl textarea
{
    font-size: 84%;
    color: #0A215A;
}

.filterCtrl select{
    margin-left: 20px;
    width: 160px;
}

.filterCtrl{
    padding-right: 3px;
}

.filterLabel.dimension160{
    width:150px;
}

.filterLabel.dimension160 label{
    text-decoration: underline;
    background-position:right;
    background-repeat:no-repeat;
    cursor:pointer;
    line-height:16px;
}

.selected .filterLabel.dimension160 label{
    /* da 160 a 150 per compatibilità con explorer */
    padding-right: 20px;
    cursor:pointer;
    font-weight: bold;
    text-decoration: none;
    /*background-image:url("chk_off.png");*/
    background-image:url("ico-off.gif");
    display: block;
    float: left;
    width: 135px;
}


.showspinner .filterLabel.dimension160 label{
    padding-right: 20px;
    cursor:pointer;
    font-weight: bold;
    text-decoration: none;
    background-image:url("spinner.gif");
}

.selected .filterLabel.dimension160 .filterLabelAcco{
    /* da 160 a 150 per compatibilità con explorer */
    padding-right: 20px;
    cursor:pointer;
    font-weight: bold;
    text-decoration: none;
    background-image:none;
}


.selected .fltgrpcheck {
    /*background:url("chk_off.png") no-repeat scroll left center transparent;*/
    background:url("ico-off.gif") no-repeat scroll left center transparent;
    display:inline-block;
    height:20px;
    padding-left:2px;
    width:15px;
    margin-top: 0px;
    margin-left: 5px;
    float: right;
}

.filterGroupLabel span{
    color: white;
}

.showspinner .fltgrpcheck {
    background:url("spinner.gif") no-repeat scroll left center transparent;
    display:inline-block;
    height:17px;
    padding-left:2px;
    width:20px;
}

ul.filterGroup {
    list-style: none;
    width: 180px;
}

#filterBox ul li ul.filterGroup li {
    
    width: 175px;
}

#filterBox ul li {
    width:160px;
}

/* orderby section */
#orderby ul {
    -moz-border-radius:0.3em 0.3em 0.3em 0.3em;
    /*background:none repeat scroll 0 0 #DCDCDC;*/
    background: url("top-gradient.gif") no-repeat scroll left bottom transparent;
    /*border:1px solid #E9F5E0;*/
    color: #2B2F3A;
    font-size: 110%;
    list-style-type:none;
    margin:0.2em 0 0.5em;
    padding:0;
}

#orderby ul li {
    /*border-right:1px dotted #908F8F;*/
    color:#003580;
    display:block;
    float:left;
    font-size:90%;
    font-weight:normal;
    margin:0;
    padding:0.6em 0.7em;
    position:relative;
    cursor: pointer;
}

#orderby ul li.selected {
    /*background:none repeat scroll 0 0 #EBEBEB;*/
    color: #248AA1;
    padding-left:10px;
}

#orderby li.selected span.desc {
    /*background:url("ord-ico-desc.gif") no-repeat scroll right center transparent;*/
    background:url("navigate_close.png") no-repeat scroll right center transparent;
    padding-right:16px;
}

#orderby li.selected span.asc {
    /*background:url("ord-ico-asc.gif") no-repeat scroll right center transparent;*/
    background:url("navigate_open.png") no-repeat scroll right center transparent;
    padding-right:16px;
}

#regionsmap {
    background:none repeat scroll 0 0 transparent;
    padding-left:10px;
    position: relative;
}

#removeallfilters {
    cursor:pointer;
    background:url("ico-off.gif") no-repeat scroll left center transparent;
    margin-top: -18px;
    margin-left: 165px;
    float: left;
    height:17px;
    width:20px;
}


#regionsmaplabelover {
    display: none;
    overflow: hidden;
    overflow: visible;
    border-width: 1px;
    border-style: solid;
    border-color: gray;
    position:absolute;
    float:right;
    margin-left: 10px;
    background-color: #FFFFCC;
    color:#000;
    width:154px;
    height: 18px;
    padding-left: 4px;
}


.t_sx.filterbox {
    background-color:#006890;
}

.tbox_sx.filterbox {
    /*background-color:#E9F5E0;*/
}

.bbox_dx .space-v.filterbox {
    /*background-color:#E9F5E0;*/
}

#right-box h2.titolo-portlet.filterbox {
    background: none;
    padding-left: 0px;
}

ul.filters li.fltcheckbox
{
  margin-left: 25px;
}

ul.filters li.fltcheckbox
{
  margin-left: 20px;
}

ul.filters li.fltacco
{
  margin-left: 20px;
}
li#accoprice_nod
{
   margin-left: 20px;  
}



