@CHARSET "UTF-8";

#menu-categories .item-category {
    color: #000000;
    font-weight: 600;
}

.family-item, .tipology-item{
	display: block;
}
.oitem{
	float: right;
}
.link-item{
	width: 75%;
}
#menu-categories .item-category {
    border-bottom: 1px solid #ecf0f1;
    padding: 7px 25px 7px 0;
    color: #000000;
    font-weight: 600;
    
}

#menu-categories {
    background: #fff none repeat scroll 0 0;
    padding: 23px 5px 25px;
}
#menu-categories .item-tipology{
    border-bottom: 1px solid #ecf0f1;
    padding: 7px 25px 7px 10px;
    color: #000000;
    font-weight: 600;
}
#menu-categories .product-item{
    padding: 10px 0;
    color: #000000;
    font-weight: 600;
    background-color: #fff !important;
    background-color: #ecf0f1;
    list-style-type: none;
    margin: 0;
}
#menu-categories a.oitem::after{
    background-color: #d9d9d9;
    border-radius: 5px;
    color: #292f38;
    content: "+";
    font-weight: 100;
    padding: 1px 6.7px;
    margin: 0 4px 0 0;
    position: absolute;
    right: 0;
}
#menu-categories a.citem::after{
    background-color: #d9d9d9;
    border-radius: 5px;
    color: #292f38;
    content: "-";
    font-weight: 100;
    padding: 1px 8px;
    margin: 0 4px 0 0;
    position: absolute;
    right: 0;
}
#menu-categories ul{
	padding-left: 10px;
}
#menu_iot ul.quicktabs-tabs li {
    margin: 0;
    padding: 12px 8px;
    list-style-type: none;
}