
/* Subsection Tabs
--------------------*/
ul.subsection_tabs {
	list-style:none;
	margin: 0;
	padding: 0;
  border: 0;
	clear:both;
	display: inline-block;
  /*vertical-align: middle;*/
  .display: inline;
  width: 272px;
  background-color: white;
}
ul.subsection_tabs li.tab {
	float:left;
	margin-right: 1px;
	text-align:left;
	width: 90px;
	background: #e1e0c1 url(../_img/_templates/bg_off.jpg) no-repeat;
	height: 43px;
	vertical-align: middle;
}
ul.subsection_tabs li.tab_end {
	float:left;
	text-align:left;
	width: 90px;
	background: #e1e0c1 url(../_img/_templates/bg_off.jpg) no-repeat;
	height: 43px;
	vertical-align: middle;
}
ul.subsection_tabs li.tab a {
	display:block;
  text-decoration: none;
  font-family: Verdana;
  font-size: 12px;
  font-weight: bold;
  color: #999886;
  padding: 5px 5px 5px 15px;
  height: 33px;
  .height: 42px;
}
ul.subsection_tabs li.tab_end a {
	display:block;
  text-decoration: none;
  font-family: Verdana;
  font-size: 12px;
  font-weight: bold;
  color: #999886;
  padding: 13px 5px 5px 15px;
  height: 25px;
  .height: 42px;
}
ul.subsection_tabs li.tab a:hover, ul.subsection_tabs li.tab_end a:hover {
	color: #5a5961;
}
ul.subsection_tabs li.tab a.active, ul.subsection_tabs li.tab_end a.active {
	color: #5a5961;
	background-color: #f7f7df;
}

div.tab{
  width: 100%;
}

/* wyznaczanie trasy */
.tab_wz {
	background-color: #f6f6de;
}
.topic_wz {
	font-family: Verdana;
  font-size: 12px;
  font-weight: bold;
  color: #5a5961;
  padding: 10px 5px 10px 5px;
}
.text_wz {
	font-family: Verdana;
  font-size: 11px;
  font-weight: bold;
  color: #5a5961;
}
.input_wz {
	width: 150px;
	font-family: Verdana;
  font-size: 12px;
  font-weight: normal;
}
