.shadetabs{
padding: 3px 0;
padding-top:15px;
margin-left: 0;
margin-top: 0;
margin-bottom: 0;
font: bold 12px Arial;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.shadetabs li{
	display: inline;
	margin: 0px;
}

.shadetabs li a{
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	text-decoration: none;
	padding: 3px 7px;
	color: #333;
}

.shadetabs li a:hover, .shadetabs li a:visited{
	text-decoration: none;
	color: #FF735A;
}

.shadetabs li.selected{
	position: relative;
	top: 1px;
}

.shadetabs li.selected a{ /*selected main tab style */
	color: white;
}

.shadetabs li.selected a:hover{ /*selected main tab style */
	text-decoration: none;
}

.shadetabs li.disabled a { /*disabled tab style */
	color:#999999;
	text-decoration:none;
	font-weight:normal;
}

.tabcontentstyle{ /*style of tab content oontainer*/
	width: 280px;
	margin-bottom: 1em;
	padding: 10px;
	padding-top: 5px;
}

.tabcontent{
	display:none;
}
ul.news{
	margin:0;
	padding-left:15px;
}

li.news{ 
	text-align:left;
	list-style-image: url(../../images/maya2/freccia_tab.png);
	border-bottom:1px dotted #CCC;
	padding-bottom:5px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
}
li.news a:link, li.news a:visited, li.news a:hover{
	text-decoration:none;
	color:#CCCCCC;
}
#tabs-box{
	background-image:url(../../images/maya2/bg_tab_box.png);
	width:300px;
	height:171px;
	margin-bottom:10px;
}

@media print {
.tabcontent {
display:block!important;
}
}