#main #facetsBox ul, #facetsBox ul {
	margin: 0;
}

#facetsBox ul li {
	margin: 0.5em 0.1em 0 0.1em;
}
#facetsBox div {
	/*border-top: 0;*/
}
ul.tabsFacetsBox{
    font-size: 1.0em;
    list-style-type: none;
    display: block;
    margin: 0;    
    padding: 0;
    background: #ffffff url(../../img/tabbedRes.gif) repeat-x bottom left;
}

ul.tabsFacetsBox li{
    font-size: 1.0em;
    display: block;
    float: left;
    padding: 0 0 1px 0;
    margin: 0 0.5em 0 0;
}

ul.tabsFacetsBox li.selected{
    background: #ffffff;
    padding: 0;
    font-weight: bold;
}

ul.tabsFacetsBox li a{
    margin: 0;
    padding: 0 0.5em 0 0.5em;
    border-left: 1px solid #999999;
    border-right: 1px solid #999999;
    border-top: 1px solid #999999;
    text-decoration: none;
    display: block;
}

span.dettaglioFacetsBox{
    clear: left;
    /*border-left: 1px solid #999999;
    border-right: 1px solid #999999;
    border-bottom: 1px solid #999999;*/
    margin-top: -1px;
}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix{display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */