/* deklaracje ogólne */
a {
	cursor: pointer;
	border: none;
}
a img {
  border: none;
}
*:focus {
   outline:none;
}
p {
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5 {
	padding: 0;
	margin: 0;
}
fieldset {
    margin: 0;
    padding: 0;
    border: none;
}

/* /deklaracje */
/*** [2007.08.24] wspolny headre dla wszystkich stron ***/
#header {
  overflow: hidden;
  margin: 0;
  padding: 10px;
  background: white;
  font: normal 11px Arial, sans-serif;
}
#header a {
	margin-right: 30px;
}
#header a.nokia {
	margin: 0;
}
#headLinks {
	float: left;
	padding-top: 13px;
}
#headLinks a {
	margin-right: 20px;
}
#header a#mailcount {
	vertical-align: top;
	padding-right: 5px;
	margin-right: 0;
	font-weight: bold;
	font-size: 18px;
	position: relative;
	top: 8px;
	color: black;
}
#header a#mailcount:hover {
	text-decoration: none;
	color: #00903a;
}
#header a#kopertka {
	margin-right: 0;
}
#header .wrapper {
	width: 890px;
	margin: 0 auto;
}
/*** [2007.08.24] Footer przylepiony na dol strony ***/

html {
	height: 100%;
}

body {
	height: 100%;
}

#nonFooter	{
	position: relative;
	min-height: 100%;
}

* html #nonFooter	{
	height: 100%;
}

#main {
	padding-bottom: 60px;
}

#footer	{
	position: relative;
	margin: -49px auto 0 auto !important;
	padding:10px 0pt 25px;
}
#footer a {
	border-left-width: 1px;
	border-left-style: solid;
	font-size:10px;
	padding: 0 5px;
	vertical-align: bottom;
	float: left;
}
#footer a.right {
	float: right;
}
#footer a.first {
	border-left: none;
}

/* A CSS hack that only applies to IE -- specifies a different height for the footer */
* html #footer	{
	margin-top: -7.4em;
}


/*** [2007.08.24] jquery.autocomplete.css ***/
.ac_results {
	padding: 0px;
	border: 1px solid WindowFrame;
	background-color: Window;
	overflow: hidden;
}

.ac_results ul {
	width: 100%;
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;
}

.ac_results iframe {
	display:none;/*sorry for IE5*/
	display/**/:block;/*sorry for IE5*/
	position:absolute;
	top:0;
	left:0;
	z-index:-1;
	filter:mask();
	width:3000px;
	height:3000px;
}

.ac_results li {
	margin: 0px;
	padding: 2px 5px;
	cursor: pointer;
	display: block;
	width: 100%;
	font: menu;
	font-size: 12px;
	overflow: hidden;
}

.ac_loading {
	background : Window url('/global/images/wiatrak.gif') right center no-repeat;
}

.ac_over {
	background-color: Highlight;
	color: HighlightText;
}
/* klasy globalne */
.wide {
	width: 100%;
}
.first {
	border: none;
}
.right {
	float: right;
}
.left {
	float: left;
}
.inline {
	display: inline;
}
.bold {
	font-weight: bold;
}
.big {
	font-size: 120%;
}
.bigger {
	font-weight: bold;
	font-size: 115%;
	padding: 0 10px;
}
.verif {
	font-size: 90%;
	color: #d40000;
}
.generalerror {
	color: #d40000;
}
.clear {
	clear: both;
}
/* /klasy golbalne */

/*** nadpisanie klasy dla formularzy logowania/zmiany hasla  [huberts 2007.09.07] ***/
#logform {
    border:1px solid #BCBCBC !important;
    margin-bottom:15px !important;
    overflow: hidden !important;
    height: 1%;
}
#logform .header {
  font-size: 16px !important;
  font-weight: bold !important;
  color: #666 !important;
  letter-spacing: -1px !important;
  background-color: #ededed !important;
  border: 1px solid #fff !important;
  padding: 5px 10px !important;
  margin: 0 !important;
}
#logform .content {
    border-top:1px solid #BCBCBC !important;
    overflow:hidden !important;
    padding:0pt 10px !important;
    background-color: #FFFFFF !important;
}
#logform #passchange {
  float: left;
  margin: 10px 0;
  padding: 0;
  overflow: hidden;
  width: 520px;
}
#logform #passchange .row {
  padding-top: 10px;
  overflow:hidden;
}
#logform #passchange .key {
  width: 130px;
  padding-left: 165px;
  float: left;
  padding-top: 6px;
  text-align: right;
  padding-right: 10px;
}
#logform #passchange .key[class] {
  padding-top: 4px !important;
}
#logform #passchange .value {
  float: left;
}
#logform #passchange .help {
    color:#AFAFAF;
    font-size:90%;
    margin:0pt 0pt 13px 165px;
    padding:0pt;
}
#logform #passchange .verif {
    clear:both;
    display:block;
    padding-right:70px;
    text-align:right;
}
#logform #passchange .buttons {
    margin-top:5px;
    text-align:right;
    padding-right: 70px;
}
#remindError {
    padding: 20px;
<<<<<<< .mine
}

/*** 404 - przeniesienie z moblog.css  [huberts 2007.09.07] ***/
.center404 {
	width: 495px;
	float: left;
	padding-bottom: 100px;
	padding-top: 25px;
}
.center404 .box {
    border: none;
}
.center404 h2, .center404 h1, .center404 h5 {
    display: none;
}
.doBorder {
	border-bottom: dotted 1px #888888 !important;
	padding-bottom: 10px;
}
.rightColumnBig {
	float: right;
	width: 310px;
}
.rightColumnContent {
	padding: 10px;
}
.center404 .box ul {
	list-style: none;
	padding: 0;
}
.center404 .box ul li {
    border: 0 dotted #aaaaaa;
    border-bottom-width:1px;
    padding:5px 10px;
}
.center404 .box ul li.first404 {
	border-top-width: 1px;
}
.center404 .box ul li a {
	padding-left: 5px;
	font-weight: bold;
}

a.btnPowrot {
	display: block;
	background: url('/global/images/btn/powrot.gif') 0 0 no-repeat;
	width: 57px;
	height: 17px;
	margin-top: 30px;
}
a.btnPowrot:hover {
	text-decoration: none;
}
a.btnPowrot span {
	visibility: hidden;
}
.info404 .textError {
	width: 357px;
	height: 114px;
	background: url('/global/images/textError.gif') 0 0 no-repeat;
	padding-bottom: 20px;
}
.info404 h2 {
	color: #e00000;
	visibility: hidden;
}
.info404 h3 {
	color: #222222;
	visibility: hidden;
}
.info404 h4 {
	color: #004bb5;
	visibility: hidden;
}
.reviews .header {
	border-bottom: none !important;
}
/*** --- Wycinek ze stylow home.css dla strony glownej mobloga --- ***/
.box h1 {
	font-size: 16px;
	font-weight: bold;
	color: #00903a;
	letter-spacing: -1px;
}
.reviews .header img {
	margin-top: 2px;
}
.reviews p {
	margin-bottom: 8px;
}
.box .tabs {
	padding-top: 10px;
	border-top: 1px dotted #888;
}
.box .tabnav {
	background: transparent url('/global/images/tabnavbkg.gif') 0 23px  repeat-x;
	height: 24px;
	overflow: hidden;
	width: 320px;
}
.box .tabnav div {
	float: left;
	border-right: 1px dotted #c3c3c3;
}
.box .tabnav a {
	float: left;
	height: 18px;
	padding: 5px 5px 0 5px;
	border-bottom: 1px solid #c3c3c3;
}
.box .tabnav .selected {
	border-left: none;
}
.box .tabnav .selected a {
	border-top: 1px solid #c3c3c3;
	border-bottom: none;
	padding-top: 4px;
	height: 19px;
	background: #f5f5f5;
}
.box .tabnav .selleft {
	float: left;
	width: 2px;
	height: 24px;
	padding: 0;
	background: transparent url('/global/images/tabselright.gif') no-repeat top left;
}
.box .tabnav .selright {
	float: left;
	width: 2px;
	height: 24px;
	padding: 0;
	background: transparent url('/global/images/tabselleft.gif') no-repeat top left;
}
.box .tabnav .noright {
	border-right: none;
}
.box .tabcontent {
	background: transparent url('/global/images/tabbkg.gif') repeat-x top left;
	padding: 10px;
	border-bottom: 1px dotted #888;
}
.box .tabcontent img {
	float: left;
	margin-right: 10px;
}
#error500 {
	text-align: center;
	padding-top: 150px;
	border-top: 1px dotted #888;
	width: 890px;
	margin: 0 auto;
}
