div#top_container {
	width: 100%;
	height: 74px;
	position: relative;
	background-image: url("../images/top_bg.png");
	background-repeat: repeat-x;
}

div#top {
	width: 960px;
	height: 74px;
	margin: auto;
	position: relative;
}

div#logo_philips {
	position: absolute;
	top: 17px;
}

div#search {
	position: absolute;
	top: 18px;
	left: 177px;
	width: 277px;
	height: 35px;
	border: 1px solid #0b5ed8;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-color: #ffffff;
}

input.search_button {
	background-image: url("../images/szukaj_button.png");
	background-repeat: no-repeat;
	width: 68px;
	height: 24px;
	border: none;
	background-color: #ffffff;
	position: absolute;
	top: 5px;
	right: 5px;
}

input.search_text {
	top: 9px;
	background-color: #ffffff;
	width: 190px;
	position: absolute;
	top: 9px;
	left: 9px;
	color: #666666;
	border: none;
	margin: 0;
	padding: 0;
}

div#panel_container {
	height: 32px;
	position: absolute;
	top: 18px;
	right: 0px;
}

div#panel {
	height: 32px;
	border: 1px solid #cccccc;
	-webkit-border-radius: 3px;
	-moz-border-radius: 4px;
	border-radius: 3px;
	position: relative;
	float: right;
}

div#avat {
	width: 32px;
	height: 28px;
	padding: 2px;
	border: 1px solid #cccccc;
	float: left;
	position: reative;
	margin-right: -1px;
	background-color: #eeeeee;
	-webkit-border-top-left-radius: 3px;
-webkit-border-bottom-left-radius: 3px;
-moz-border-radius-topleft: 4px;
-moz-border-radius-bottomleft: 4px;
border-top-left-radius: 3px;
border-bottom-left-radius: 3px;
}

div#avat img {
	border: none;
	margin: 0;
	padding: 0;
}

div.pan {
	background-image: url("../images/strzalka.png");
	background-repeat: no-repeat;
	background-position: 8px 11px;
	text-decoration: none;
	float: left;
	height: 19px;
	padding: 7px 1px 6px 18px;
}

div.pan a {
	color: #0e5fd8;
	text-decoration: none;
}

div.pan a:hover {
	color: #0e5fd8;
	text-decoration: underline;
}

div.wyloguj {
	border-left: 1px solid #cccccc;
	background-color: #f7f7f7;
	margin-left: 5px;
	padding-right: 10px;
}

div.wlcm {
	border-right: 1px solid #cccccc;
	text-decoration: none;
	color: #666666;
	float: left;
	height: 19px;
	padding: 7px 6px 6px 6px;
}

span.name {
	font-weight: bold;
	color: #333333;
}

a.aktywny {
	font-weight: bold;
}