/* DO TEGO MIEJSCA NIC NIE MA Tabs classes */
.tabs {
	float: left;
	width: 570px;
	padding-left: 10px;
	line-height: normal;
	background-image: url("../images/xp/tabs_bg.gif");
}

.tabs ul {
	margin: 0px;
	padding: 0px 0px 0px 0px;
	list-style: none;
}

.tabs li {
	float: left;
	background: url("../images/xp/tab_bg.gif") no-repeat left top;
	margin: 0px;
	margin-left: 0px;
	margin-right: 5px;
	padding: 0px 0px 0px 16px;
	list-style: none;
}

/* przycisk */
.tabs li.current {
	background: url("../images/xp/tab_sel_bg.gif") no-repeat left top;
	margin-right: 5px;
}

.tabs span {
	float: left;
	display: block;
	background: url("../images/xp/tab_end.gif") no-repeat right top;
	padding: 10px 16px 8px 0px;

}

.tabs .current span {
	background: url("../images/xp/tab_sel_end.gif") no-repeat right top;
	display: block;
}

.tabs a {
	text-decoration: none;
	font-family: Verdana, Arial;
	font-size: 15px;
	font-weight: normal;
	color: #4E689E;
}

.tabs a:hover {
	color: #222D45;
}

.panel_wrapper div.panel {
	display: none;
}

.panel_wrapper {
	border: 0px solid #D8D8D8;
	border-top: 0px;

	padding-top: 15px;
	padding-bottom: 15px;
	clear: both;
	background-color: white;
}

.article_seperator
{
	margin-top: 5px;
	margin-bottom: 5px;
	border-top: 1px solid #e6e6e6;
	width: auto;
	background: url("../images/line.gif") no-repeat right top;
}
