/* ######### CSS for Shade Tabs. Remove if not using ######### */

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

.shadetabs li{
display: inline;
height:24px;
line-height:24px;
margin: 0;
width:280px;
}

.shadetabs li a{
	text-decoration: none;
	position: relative;
	z-index: 1;
	padding: 3px 7px;
	margin-right: 1px;
	color: #01468a;
	font-size:13px;
	font-weight:bold;
	background: #e8e8e8 url(http://swidnicaiokolica.pl/system/application/my_assets/img/bg_12.gif) repeat-x;
	display:block;
	float:left;
	margin-right:3px
}

.shadetabs li a:visited{
color: #01468a;
}

.shadetabs li a:hover{
color: #01468a;
}

.shadetabs li a.selected{ /*selected main tab style */
position: relative;
top: 1px;
}

.shadetabs li a.selected{ /*selected main tab style */
	background:#c11411 url(http://swidnicaiokolica.pl/system/application/my_assets/img/bg_11.gif) repeat-x;
	color:#FFFFFF;
}

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



.tabcontent{
display:none;
color:white;
}

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

/* #########  ######### tabu na homepage*/

.shadetabs_2,.shadetabs_3{
padding: 0px 0;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
font: 11px Tahoma;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.shadetabs_2 li,.shadetabs_3 li{
display: inline;
height:24px;
line-height:24px;
margin: 0;
width:280px;
}

.shadetabs_2 li a,.shadetabs_3 li a{
	text-decoration: none;
	position: relative;
	z-index: 1;
	padding: 3px 7px;
	margin-right: 1px;
	color: #6f6f6f;
	font-size:13px;
	font-weight:bold;
	background: #dedddd;
	display:block;
	float:left;
	margin-right:3px;
	font-weight: normal;
	font-size: 11px;
	border-bottom: 1px solid #AAAAAA;

}

.shadetabs_2 li a:visited,.shadetabs_3 li a:visited{
color: #01468a;
}

.shadetabs_2 li a:hover,.shadetabs_3 li a:hover{
color: #c11411;
}

.shadetabs_2 li a.selected,.shadetabs_3 li a.selected{ /*selected main tab style */
position: relative;
top: 1px;
}

.shadetabs_2 li a.selected,.shadetabs_3 li a.selected{ /*selected main tab style */
	background:#e8e8e8 url(http://swidnicaiokolica.pl/system/application/my_assets/img/bg_12.gif) repeat-x;
	color:#020000;
	font-weight: normal;
	font-size: 11px;
	border-bottom: 1px none #AAAAAA;

}

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

.tabcontent_2,.tabcontent_3{
display:none;
color:black;
}

@media print {
.tabcontent_2,.tabcontent_3{
display:block !important;
}
}