#specifications table{
	width: 100%;
	text-align: left;
}

#specifications table tr.even{
	background: #e2e3e5;
}
#specifications table tr{
	border-bottom:1px solid #e2e3e5;
}
#specifications table tr.no-border{
	border:none;	
}
#specifications table tr:hover{
	background: #e2e3e5;
}
#specifications table tr td,
#specifications table tr th{
	padding: 5px 0;
}

.no-border td[colspan] {
    padding-bottom: 0 !important;
}

#specifications table tr td.text-center{
	text-align:center;	
}

.arrow {
	width: 0; 
	height: 0; 
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;	
	border-top: 10px solid #ededed;
	position: absolute;
	margin-left: 112px;
	margin-top:-1px;
	display: none;
}
.selected .arrow {
	display: block;
}

#product-arrow {display: none;}



#scrollToTop {
	position: fixed;
	top: 100px;
	right: 0;
	width: 100px;
	height: 50px;
	background-color: #fff;
	-moz-box-shadow: 0 0 5px 3px #CCC;
	-webkit-box-shadow: 0 0 5px 3px#CCC;
	box-shadow: 0 0 5px 3px #CCC;
	z-index: 1000;
	text-align: center;
	line-height: 50px;
}

/*#powersoft-serie-prodotti, 
#powersoft-solution-prodotti,
.series-container, 
.solutions-container {
	overflow: visible!important;
}*/

/* 
#powersoft-serie-prodotti .arrow-tab-products.hidden,
.series-container .arrow-tab-series.hidden,
.solutions-container .arrow-tab-solutions.hidden,
#powersoft-serie-prodotti #prodotti-list-prev.hidden,
#powersoft-serie-prodotti #prodotti-list-next.hidden,
.series-container #series-list-prev.hidden,
.series-container #series-list-next.hidden,
.solutions-container #solutions-list-prev.hidden,
.solutions-container #solutions-list-next.hidden{
	display:none;
} */