#index {
	float: center;
	position: relative;
	top: 0px;
}

#topProfil {
	width: 100%;
	height: 28px;
	background: #fff;
	text-align: center;
}

#topActive{
	margin: 0 auto;
	padding: 6px 0 0;
/*	float: center;*/
	text-align: right;
	font-size: 90%;
	font-weight: bold;
	list-style: none;
	width: 770px;
	height: 22px;
}

#topNoactive {
	position: relative;
	margin: 0 auto;
	padding: 6px 0 0;
/*	float: center;*/
	text-align: right;
	font-size: 90%;
	font-weight: bold;
	width: 770px;
	height: 22px;
	list-style: none;
	border-right: 1px solid #cfcfd1;
	border-left: 1px solid #cfcfd1;
	background-repeat: repeat-x;
	overflow: hidden;
}

#topNoactive #logowanie,
#topActive {
	vertical-align: bottom;
	padding-top: 3px;
}

#topNoactive span,
#topActive span{
	margin: 9px 14px 0 14px;
}

#topActive #konto{
	margin-left: 18px;
}

#topActive #kosz{
	margin-left: 10px;
	height: 20px;
}

#topActive #historia{
	margin-left: 6px;
}


#topActive #kosz a{
	padding-left: 25px;
	padding-bottom: 10px;
	background: url('img/menu/kosz.gif') no-reapat;
}

#topActive #pomoc{
	margin-left: 3px;
}

#topActive #wyloguj{
	margin-left: 3px;
}

#topNoactive #ikona img,
#topActive #ikona img{
	margin-top: 3px;
	margin-bottom: -3px;
}

#topNoactive span a,
#topActive span a{
	text-decoration: none;
}

#topNoactive span a:hover,
#topActive span a:hover{
	text-decoration: underline;
}

#topNoactive #logowanie{
	margin-top: -3px;
	margin-left: -90px;
}

#topNoactive #logowanie #formLogin,
#topNoactive #logowanie #formHaslo{
	height: 14px;
	width: 90px;
	font-size: 10px;
	font-weight: bold;
}

#topNoactive #logowanie #submit{
	height: 20px;
	width: 29px;
	font-size: 10px;
	overflow: hidden;
}

#topNoactive #rejestracja a{
	color: #888;
	text-decoration: none;
}

#topNoactive #rejestracja a:hover{
	color: #666;
	text-decoration: underline;
}


#topNoactive #rejestracja a {
	margin-left: -20px;
}

#topNoactive form,
#topActive form {
	display: block;
	position: absolute;
	top: 2px;
	left: 300px;
}

#topNoactive form span,
#topActive form span {
	display: block;
	margin: 2px 0 0 5px;
	width: auto;
	float: left;
}

#topNoactive form input,
#topActive form input {
	font-size: 90%;
}

#topNoactive form span.label,
#topActive form span.label {
	margin-top: 4px;
}