div#header {
	background: #444 url(../../images/pl/header.jpg);
	background-position: top center;
	width: 100%;
	height: 132px;
	margin-bottom: 20px;
}

div#header_top {
	width: 980px;
	height: 24px;
}

div#header_top, div#header_top a {
	color: #a1a1a1;
	margin-left: 8px;
}

div#header_main {
	background: #444 url(../../images/pl/header.jpg);
	background-position: -300px -24px;
	background-repeat: no-repeat;
	width: 980px;
	height: 108px;
	position: relative;
	text-align:left;
}

span#header_top_left {
	float: left;
	margin-left: 0px;
	margin-top: 3px;
}

span#header_top_right {
	float: right;
	margin-right: 0px;
	margin-top: 3px;
}

div#header input {
	background: url(../../images/pl/find_bg.jpg) no-repeat;
	border: 0;
	height: 24px;
	width: 166px;
	padding: 4px 5px;
	font-size: 1.1em;
}

div#header_findbox {
	width: 200px;
	height: 55px;
	position: absolute;
	left: 481px;
	top: 49px;
}

div#find_input {
	display: table-cell;
	height: 24px;
	float:left;
}

div#find_ok {
	display: table-cell;
	float:left;
	margin-left: -10px;
	position: absolute;
	left: 173px;
	top: 29px;
}

a.header_search_ok {
	/*cllear: both;
	flloat: left;
	*/
	color: #fff;
	bottom: 5px;
	left: 0;
	position: absolute;
}

a.header_advanced_search {
/*	clear: both;
	float: left;
	*/
	color: #fff;
	bottom: 12px;
	left: 10px;
	position: absolute;
}

a.basket_link {
/*	clear: both;
	float: left;
	*/
	color: #fff;
	bottom: 4px;
	left: 11px;
	position: absolute;
}

div.header_koszyk {
	width: 200px;
	height: 65px;
	position: absolute;
	left: 830px;
	top: 39px;
	color: #c2c2c2;
}

div.header_koszyk img {
	float: left;
	margin-right: 5px;
}

ul.header_zakladki {
	float: left;
	width: 100%;
	padding-left: 10px;
	position: absolute;
	bottom: 0;
	font-size: 1.1em;
	font-weight: normal;
	font-family: arial;
}

ul.header_zakladki li {
	float: left;
	background: url("../../images/pl/zakladki_l.gif") no-repeat left top;
	margin-right: 1px;
}

ul.header_zakladki a:link, ul.header_zakladki a:visited {
	text-decoration: none;
	display: block;
	background: url("../../images/pl/zakladki_r.gif") no-repeat right top;
	color: #fff;
	padding: 5px 14px 5px 5px;
	margin-left: 7px;
}

ul.header_zakladki li#active {
	background: url("../../images/pl/zakladki_la.gif") no-repeat left top;
}

ul.header_zakladki  li#active a:link, ul.header_zakladki li#active a:visited {
	background: url("../../images/pl/zakladki_ra.gif") no-repeat right top;
	color: #5f69c8;
}