#main-tabs-container {
	float:left;
	width:580px; /*DIMENSIONE TOTALE*/
	background:#e8e8e8 url(tab-left-border.gif) repeat-y;
}

#right-shadow {
	float:left;
	width:100%;
	background: url(tab-right-border.gif) top right repeat-y;
}

#tabs-container {
	float:left;
	width:100%;
	background: #ffffff url(tab-top-bg.gif) repeat-x;
	height:40px;
	clear:both;
}

#scheda-tecnica, #inforeq, #details, #servizi {
	float:left;
	width:138px;
	background: url(tab-off.gif) no-repeat;
	height:40px;
}

#scheda-tecnica.tab-on, #inforeq.tab-on, #details.tab-on, #servizi.tab-on {
	background: url(tab-on.gif) no-repeat;
}


#scheda-tecnica1, #inforeq1, #servizi1, #details1,
#scheda-tecnica2, #inforeq2, #servizi2, #details2,
#scheda-tecnica3, #inforeq3, #servizi3, #details3,
#scheda-tecnica4, #inforeq4, #servizi4, #details4,
#scheda-tecnica5, #inforeq5, #servizi5, #details5
{
	float:left;
	width:138px;
	background: url(tab-off.gif) no-repeat;
	height:40px;
}

#scheda-tecnica1.tab-on, #inforeq1.tab-on, #servizi1.tab-on, #details1.tab-on, 
#scheda-tecnica2.tab-on, #inforeq2.tab-on, #servizi2.tab-on, #details2.tab-on, 
#scheda-tecnica3.tab-on, #inforeq3.tab-on, #servizi3.tab-on, #details3.tab-on,
#scheda-tecnica4.tab-on, #inforeq4.tab-on, #servizi4.tab-on, #details4.tab-on,
#scheda-tecnica5.tab-on, #inforeq5.tab-on, #servizi5.tab-on, #details5.tab-on,
{
	background: url(tab-on.gif) no-repeat;
}

#top-right {
	float:right;
	width:7px;
	background: url(tab-top-right.gif) no-repeat;
	height:40px;
}

#tab-content {
	float:left;
	width:100%;
	clear:both;
}

#tab-content-tab {
	width:570px; /*DIMENSIONE CONTENUTO*/
	float:left;
	margin-left:7px;
}

#tab-content-right {
	float:left;
	width:3px;
	height: 3px;
	background: url(tab-content-right.gif) no-repeat;
}

#tab-footer {
	float:left;
	height:3px;
	width:100%;
	clear:both;
	background: url(bottom--bg.gif) bottom left repeat-x;
}

#tab-footer-left {
	float:left;
	width:7px;
	background: url(bottom-left.gif) bottom left no-repeat;
	height:3px;
}

#tab-footer-right {
	float:right;
	width:6px;
	background: url(bottom-right.gif) bottom left no-repeat;
	height:3px;
}

#main-tabs-containerB {
	float:left;
	width:550px; /*DIMENSIONE TOTALE*/
	background:#e8e8e8 url(tab-left-border.gif) repeat-y;
}


