	.shadetabs{
		padding: 3px 0px;
		margin-left: 0;
		margin-bottom: 0;
		font-size: 11px;		
		font-weight: bold;
		list-style-type: none;
		text-align: left; /*set to left, center, or right to align the menu as desired*/
	}
	
	.shadetabs li{
		display: inline;				
		margin: 0;
	}
	
	.shadetabs li a {			
		text-decoration: none;		
		padding: 3px 7px;		
		padding-right: 19px;		
		padding-left:  19px;		
		margin-right: 5px;		
		color: #2d2b2b;
		background-image: url(/obrazky/type-tab.png);	
		background-repeat: no-repeat;	
	}
	
	.shadetabs li a:visited{
		color: #2d2b2b;
	}
	
	.shadetabs li a:hover{		
		color: #B36C48;
		background-image: url(/obrazky/type-tab-hover.png);
		background-repeat: no-repeat;
	}
	
	.shadetabs li.selected{
		position: relative;		
	}
	
	.shadetabs li.selected a{ /*selected main tab style */
		background-image: url(/obrazky/type-tab-hover.png);
		background-repeat: no-repeat;
	}
	
	.shadetabs li.selected a:hover{ /*selected main tab style */
		text-decoration: none;
		background-image: url(/obrazky/type-tab-hover.png);
		background-repeat: no-repeat;
	}
	
	.tabcontentstyle{ /*style of tab content oontainer*/				
		
	}
	
	.tabcontent{
		display:none;
	}
	
	@media print {
		.tabcontent {
			display:block!important;
		}
	}
