/* DO TEGO MIEJSCA NIC NIE MA Tabs classes */
.tabs {
	float: left;
	width: 100%;
	line-height: normal;
	background-image: url("../images/xp/tabs_bg.gif");
}

.tabs ul {
	margin: 0px;
	padding: 0px 0px 0px;
	list-style-image: url(graph/li1.gif);
}

.tabs li {
	float: left;
	background: url("../images/xp/tab_bg.gif") no-repeat left top;
	margin: 0px;
	margin-left: 0px;
	margin-right: 2px;
	padding: 0px 0px 0px 16px;
	line-height: 28px;
	list-style-image: url(graph/li1.gif);
}

/* przycisk */
.tabs li.current {
	background: url("../images/xp/tab_sel_bg.gif") no-repeat left top;
	margin-right: 2px;
	list-style-image: url(graph/li1.gif);
}

.tabs span {
	float: left;
	display: block;
	background: url("../images/xp/tab_end.gif") no-repeat right top;
	padding: 0px 16px 0 0;
}

.tabs .current span {
	background: url("../images/xp/tab_sel_end.gif") no-repeat right top;
}

.tabs a {
	text-decoration: none;
	font-family: Trebuchet MS, Verdana, Arial;
	font-size: 12px;
   font-weight: bold;
}

.panel_wrapper div.panel {
	display: none;
}

.panel_wrapper {

	border-top: 0px;
	padding: 1px;
	padding-top: 2px;
	padding-bottom: 0px;
	clear: both;

}