			
.shadetabs{/* lista UL zawierająca przyciski zakładek*/
padding: 7px 0; /* wysokosć przycisków */
margin: 0px 0px -1px 0px;
padding-right: 18px;
font: bold 12px Verdana;
list-style-type: none;
text-align: right; /*set to left, center, or right to align the menu as desired*/
clear: both;
border-bottom: 1px solid #D5D6D7;
width: 100%;
display: inline-block;
}

.shadetabs li{
display: inline;
margin: 0;
}

.shadetabs ul{
			margin: 0;}

.shadetabs li a{
text-decoration: none;
padding: 6px 7px 7px 7px; /* wysokosć przycisków */
margin-right: 0px;
border: 1px solid #D5D6D7;
color: #2d2b2b;
background: white url('shade.gif') top left repeat-x;
}

.shadetabs li a:visited{
color: #2d2b2b;

}

.shadetabs li a:hover{
text-decoration: underline;
color: #2d2b2b;  
}

.shadetabs li.selected{
position: relative;
top: 1px;
}

.shadetabs li.selected a{ /*selected main tab style */
background-image: url(shadeactive.gif);
border-bottom-color: transparent;
}

.shadetabs li.selected a:hover{ /*selected main tab style */
text-decoration: none;
}

.tabcontent{ /*style of tab content container*/
border: 0px solid #D5D6D7; 
margin-bottom: 0px;
padding: 10px;
clear: both; 
}

 

.tabcontent{
display:none;
}

 



@media print {
.tabcontent {
display:block!important;
}
}