.shadetabs{
padding: 3px 0;
margin-left: 1px;
margin-top: 1px;
margin-bottom: 0px;
font: normal 11px Verdana;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
font-size: 11px;}

.shadetabs li{
display: inline;
margin: 0;
font-size: 11px;
}

.shadetabs li a{
text-decoration: none;
position: relative;
z-index: 1;
padding: 3px 7px;
margin-right: 3px;
border: #C2C2C2 1px solid;
border-bottom: none;
color: #000000; /*#993300;*/
background: url(../images/menu/tab_bkg_dis.jpg) top left repeat-x;
font-size: 11px;
padding-left: 16px;
width: 150px;
}

.shadetabs li a:visited{
color: #2d2b2b;
font-size: 11px;
padding-left: 16px;
width: 150px;
}

.shadetabs li a:hover{
text-decoration: underline;
color: #2d2b2b;
font-size: 11px;
padding-left: 16px;
width: 150px;
}

.shadetabs li a.selected{ 
/*selected main tab style */
position: relative;
top: 1px;
font-size: 11px;
padding-left: 16px;
width: 150px;
}

.shadetabs li a.selected{ /*selected main tab style */
background: url(../images/menu/tab_bkg_sel.jpg) top left repeat-x;
color: white;
border: #C2C2C2 1px solid;
border-bottom: none;
font-size: 11px;
padding-left: 16px;
width: 150px;
}

.shadetabs li a.selected:hover{ /*selected main tab style */
text-decoration: none;
font-size: 11px;
}

.tabcontent{
display:none;
font-size: 11px;
}

.tabcontent .footerLink{
width: 620px;
background-color: #e8e8e8;
font-size: 10px;
font-weight: bold;
padding: 2px;
text-align: right;
}
.tabcontent .footerLink a, .tabcontent .footerLink a:visited{
color: #ff4500;
text-decoration: none;
}
.tabcontent .footerLink a:hover{
color: #ff8c00;
text-decoration: none;
}

#ppiano
{
	width:605px; padding-top:200px; height:100px;
   padding-left:20px;
}
#ppiano .spot
{
	padding: 3px; padding-top: 10px; padding-left:10px; background-color:#333333; 
	filter:alpha(opacity='90');
	-moz-opacity: 0.9;
	opacity: 0.9;
}
#ppiano .spot h2, #ppiano .spot a, #ppiano .spot a:visited
{
	font-size:22px; color:#FFFFFF; font-weight:bold; line-height: 20px; text-decoration: none;
}
#ppiano .spot a:hover
{
	font-size:22px; color:#FFFFFF; font-weight:bold; line-height: 10px; text-decoration: underline;
}
#ppiano .spot h3
{
	font-size:12px; color:#FFFFFF; line-height: 10px; font-weight: normal;
}

/*la proposta*/
#ppiano_proposta
{
	width:280px; padding-top:90px; height:120px;
   padding-left:20px;
}
#ppiano_proposta .spot
{
	padding: 3px; padding-top: 10px; padding-left:10px; background-color:#333333; 
	filter:alpha(opacity='90');
	-moz-opacity: 0.9;
	opacity: 0.9;
}
#ppiano_proposta .spot h1
{
	font-size:18px; color:#FF4500; font-weight:bold; line-height: 20px; text-decoration: none;
}
#ppiano_proposta .spot h2, #ppiano_proposta .spot h2 a, #ppiano_proposta .spot h2 a:visited, #ppiano_proposta .spot a, #ppiano_proposta .spot a:visited
{
	font-size:14px; color:#FFFFFF; font-weight:bold; line-height: 20px; text-decoration: none; 
}
#ppiano_proposta .spot h2 a:hover, #ppiano_proposta .spot a:hover
{ 
	font-size:14px; color:#FFFFFF; font-weight:bold; line-height: 20px; text-decoration: underline; 
}
#ppiano_proposta .spot h3
{
	font-size:10px; color:#FFFFFF; line-height: 10px; font-weight: normal;
}

@media print {
.tabcontent {
display:block !important;
font-size: 11px;
}

}


