.shadetabs{
	width:510px;
	height:23px;
	margin-top:20px;
	float:left;
	display:inline;
}
.shadetabs li{
	text-align:center;
	float:left;
	background-image:url(../_layout/prezziOff.jpg);
	width:120px;
	height:13px;
	line-height:11px;
	color:#5e5e5e;
	padding:8px 0px 4px 0px;
}

.shadetabs li a{
	color:#fff;
	text-decoration:none;
	font-weight:bold;
	font-size:11px;
}

.shadetabs li a:hover{
	color:#5e5e5e;
	text-decoration:none;
}

.shadetabs li.selected{
	background-image:url(../_layout/prezziOn.jpg);
	width:120px;
	height:13px;
	line-height:11px;
	color:#fff;
	padding:8px 0px 4px 0px;
}
.shadetabs li.selected a{
	color:#fff;
	text-decoration:none;
}

.contentstyle{
	width: 500px;
	float:left;
	background-color:#fff;
	border:7px solid #becae9;
	color:#808080;
	margin-bottom:0px;
}
.tabcontent{
	display:none;
	float:left;
}

@media print {
.tabcontent {
display:block!important;
	}
}
