/*
 projekt: adveo 
 author: marcin.lisok@fox.com.pl
 data: 2006-10-10 
*/
* { font-family: Tahoma, Verdana, "Bitstream Vera Sans", Arial, Helvetica, Sans-Serif; }
html, body, div, span, a, p, img, ul, ol, li, dl, dt, dd,
table, form, fieldset, label, legend { /* clear default setting */
  border: 0;
  margin: 0;
  padding: 0;
}
html {
  height: 100%;
  min-height: 100%;
  font-size: 0.65em;
}
body {
  color: #3a5267;
  height: 100%;
  min-height: 100%;
  background: #fff;
} 
h1,h2,h3,h4,h5,h6,
.h1,.h2,.h3,.h4,.h5,.h6 {
  margin: 1.8em 0 0.6em;
  font-weight: bold; 
}
h1, .h1 { color: #cd742f; font-size: 134%; margin-top: 0.3em; line-height: 1.3em; }
h2, .h2 { font-size: 115%; }
h3, .h3 { font-size: 110%; }
h4, .h4 { font-size: 100%; }
h5, .h5 { font-size: 100%; }
h6, .h6 { font-size: 100%; }
p {
  text-indent: 0; 
  text-align: left;
  margin: 1.2em 0;
}
p.short {
  float: left;
  width: 190px;
  padding: 0 7px;
  text-align: left;
}
a { color: #4b4b4b; text-decoration: underline; background-color: transparent; }
a.more { font-weight: bold; text-decoration: none; }
a:hover { text-decoration: underline; }

#container {
  height: auto;
  min-height: 100%;
  width: 772px; 
  margin: 0 auto 0 auto;
  padding: 0;
  position: relative;
}
#header {
  color: black;
  width: 772px;
  height: 260px;
  padding: 0;
  background: #fff url(../img/lay-header.png) no-repeat 0 0;
  position: relative;
}
#left {
  float: left;
  width: 126px;
  height: auto;
  padding: 0;
  margin: 0 10px;
  min-height: 338px;
}
#content {
  float: right;
  width: 610px; 
  height: auto;
  min-height: 300px;
  padding: 10px 0 25px;
  line-height: 1.3em;
  position: relative;
}
#content.short {
  width: 400px;
  padding-right: 210px;
}
#content.fullwidth {
  width: 772px;
  padding: 33px 0 25px;
}
.right-decoration {
  top: 10px;
  right: 0;
  position: absolute;
}

#clear {
  clear: both;
}

#footer {
  float: right;
  clear: both;
  width: 610px;
  height: 40px;
  border-top: solid 1px #d5d5d5;
  position: relative;
}
#copyright {
  color: #cecece;
  width: 400px;
  margin: 2px auto;
  text-align: center;
}
#logo {
  top: 7px;
  left: 13px;
  width: 212px;
  height: 125px;
  position: absolute;
  z-index: 1000; 
}
#logo img {
  border: 0;
  padding: 0;
  margin: 0;
}

#menu {
  width: 612px;
  height: auto;
  right: 0;
  bottom: 0;
  border-top: solid 1px #d5d5d5;
  border-bottom: solid 1px #d5d5d5;
  background: #fff;
  position: absolute;
  padding: 5px 0;
  margin: 0;
  font-weight: bold;
  font-size: 100%;
  text-align: center;
  list-style: none;
}
#menu li {
  height: auto;
  padding: 1px 0;
  margin: 0;
  display: inline;
  border-left: solid 1px #cd742f;
}
#menu li a {
  color: #4b4b4b;
  text-decoration: none;
  height: auto;
  margin: 0 1px;
  padding: 0px 6px;
}
#menu li a:hover {
  text-decoration: underline;
}
#menu li.first { border-left: 0; }
#menu li.last { border-right: 0; }


#footmenu {
  width: 100%;
  height: auto;
  margin-top: 40px;
  text-align: center;
}
#footmenu li {
  height: auto;
  padding: 1px 0;
  margin: 0;
  display: inline;
  border-left: solid 1px #cd742f;
}
#footmenu li a {
  color: #4b4b4b;
  text-decoration: none;
  height: auto;
  margin: 0 1px;
  padding: 0px 6px;
}
#footmenu li a:hover {
  text-decoration: underline;
}
#footmenu li.first { border-left: 0; }
#footmenu li.last { border-right: 0; }


#submenu {
  top: 22px;
  width: 115px;
  margin: 0 auto;
  padding: 0;
  position: relative;
  text-align: left;
  font-size: 110%;
  list-style: none;
  z-index: 3;
}
#submenu li {
  height: auto;
  padding: 20px 0 24px 0;
}
#submenu li span { display: none; }
#submenu li.mojekonto { background: transparent url('../img/mnu-mojekonto.png') 0 0 no-repeat; }
#submenu li.promocje { background: transparent url('../img/mnu-promocje.png') 0 0 no-repeat; }
#submenu li.reklama { background: transparent url('../img/mnu-reklama.png') 0 0 no-repeat; }

 
#submenu ul {
  list-style: none;
  border-top: solid 1px #cd742f;
}
#submenu ul li {
  margin: 0;
  padding: 0;
  background: transparent url('../img/dot-line.png') repeat-x bottom;
}
#submenu ul li.break {
  margin-top: 15px;
}
#submenu ul li a {
  color: #365267;
  text-decoration: none;
  margin: 0;
  padding: 2px 0 3px 10px;
  display: block;
  background: transparent url('../img/arrow1.png') 0px 6px no-repeat;
}
#submenu ul li a:hover {
  text-decoration: underline;
}
#submenu ul li a.sel {
  text-decoration: underline;
}

/* common style */
.red { color: red; }
.green { color: green; }
.bold { font-weight: bold; }
.italic { font-style: italic; }
.strike { text-decoration: line-through; }
.left { text-align: left; }
.right { text-align: right; }
.center { text-align: center; }
.noindent { text-indent: 0; }

img {
  display: block;
  margin: 4px 0;
  border: solid 1px #d6ecf2;
  padding: 1px;
}

hr, .hr {
  clear: both;
  height: 1px;
  display: block;
  border: 0;
  margin: 5px 0;
  background: transparent url('../img/dot-line.png') repeat-x 1px;
}         
            
table {
  width: auto;
  border-collapse: collapse;
  margin: 0.8em auto 0;
  font-size: 100%;
}
table td, table th {
  padding: .4em;
  font-weight: normal;
  border: solid 1px #dedeff;
}
table th {
  font-weight: bold;
}
table.left, img.left {
  float: left;
  margin-right: 10px;
}
table.right, img.right {
  float: right;
  margin-left: 10px;
}

table h1, table h2 { padding: 0; margin: 0; }
dl.address {
  font-style: normal;
}
dl.address dt {
  float: left;
  clear: left;
  width: 10em;
  text-align: right;
  font-weight: bold;
}
dl.address dd {
  margin-left: 11em;
}
  
/* FORM */ 
form {
  color: #000;
  width: 350px;
  margin: 10px auto 0;
  padding: 5px 0 2px;
  border: 0;
  text-align: left;
  position: relative;
}
form fieldset {
  clear: both;
  width: 100%;
  border: 0;
  padding: 5px 0;
  margin: 5px 0 0; 
  position: relative;
}
form fieldset.noborder {
  border: 0;
}
form fieldset.buttons {
  text-align: left;
}
form fieldset div.legend {
  color: #cd742f;
  width: 100%; 
  font-size: 14px;
  font-weight: bold;
  padding: 4px 0;
  background: transparent url(../img/dot-line.png) repeat-x bottom;
}
form fieldset div {
  margin: 0 0 0 0;
}
form div br {
  float: left;
  clear: left;
  display: block;
}
form div label {
  float: left;
  width: 100%;
  padding: 1px 0;
  text-align: left;
  font-size: 100%;
  font-weight: bold;
}
form input, form textarea, form select {
  color: #000;
  border: 0;
  background: #fff; 
  font-size: 11px;
}
form textarea {
  font-size: inherit;
  height: auto;
  padding: 1px;
  overflow: auto;
}
form input {
  width: 142px;
  height: 20px;
  padding: 6px 4px 0px;
  background: transparent url(../img/bg-edit-150x24.png) no-repeat 0 0;
}
form input.error {
  background-position: -300px 0;
}
form input:focus, form input.focused {
  background-position: -150px 0;
}

/* Opera Hack */
@media screen and (min-width:0px) { 
  form input { padding: 1px 4px 4px; }
}

form select {
  height: auto;
}
form input[type='checkbox'], form input[type='radio'] {
  border: 0;
  vertical-align: middle;
  background: none; 
}
form input.button {
  color: #000;
  width: 70px;
  height: 20px;
  padding: 2px 0;
  margin: 0 5px 0 0;
  cursor: pointer;
  font-size: 10px;
  font-weight: bold;
  background: transparent url(../img/btn-orange.png) no-repeat;
  border: 0;
}
form input.reset {
  background-image: url(../img/btn-blue.png);
}
form input.button:focus {
  border: 0;
}

form input:focus  { outline: none; }
form input:active { outline: none; }

form div.hide { display: none; }
form div.show { display: inline; }

form a {
  color: #2ea1b7;
}

.news {
  min-height: 90px;
  padding-left: 200px;
  position: relative;
}
.news a {
  color: #619fb4;
}
.news-logo {
  top: 0;
  left: 10px;
/*  margin-left: -190px;*/
  border: 0;
  position: absolute;
}


ul.panels {
  float: left;
  border: 0;
  margin: 0 0 1em;
  padding: 0;
  list-style: none;
  width: 100%;
}
ul.panels li {
  float: left;
  width: 25%;
  border: 0;
  margin: 0;
  padding: 22px 0 0;
  list-style: none;
}
li#pan-czywiesz { background: transparent url(../img/pan-czywiesz.png) no-repeat; }
li#pan-promocje { background: transparent url(../img/pan-promocje.png) no-repeat; }
li#pan-pomoc { background: transparent url(../img/pan-pomoc.png) no-repeat; }
li#pan-rejestracja { background: transparent url(../img/pan-rejestracja.png) no-repeat; }

ul.panels a {
  color: #619fb4;
  text-decoration: none;
}
ul.panels a:hover {
  text-decoration: underline;
}




.pframe1 {
  padding: 10px;
  border: solid 1px #faa;
  background: #fee;
}
.pframe1:before, .pframe1:after {
  height: 5px;
  display: block;
  border: none;
  background: transparent none no-repeat top right;
  padding: 0;
  line-height: 0.1;
  font-size: 1px;
}
.pframe1:before {
  content: url(../img/warntl.png);
  margin: -11px -11px 10px -11px;
  background-image: url(../img/warntr.png);
}
.pframe1:after {
  content:  url(../img/warnbl.png);
  margin: 10px -11px -11px -11px;
  background-image: url(../img/warnbr.png);
}


.gframe3 {
  color: #285168;
  border: solid 3px #00b734;
  background: #eaf7fa;
  padding: 10px;
}
.gframe3:before, .gframe3:after {
  height: 6px;
  display: block;
  border: none;
  background: transparent none no-repeat top right;
  padding: 0;
  line-height: 0.1;
  font-size: 1px;
}
.gframe3:before {
  content: url(../img/green3tl.png);
  margin: -13px -13px 10px -13px;
  background-image: url(../img/green3tr.png);
}
.gframe3:after {
  content:  url(../img/green3bl.png);
  margin: 10px -13px -13px -13px;
  background-image: url(../img/green3br.png);
}
               
/* red frame 3px */
.rframe3 {
  color: #285168;
  border: solid 3px #f00;
  background: #eaf7fa;
  padding: 10px;
}
.rframe3:before, .rframe3:after {
  height: 6px;
  display: block;
  border: none;
  background: transparent none no-repeat top right;
  padding: 0;
  line-height: 0.1;
  font-size: 1px;
}
.rframe3:before {
  content: url(../img/red3tl.png);
  margin: -13px -13px 10px -13px;
  background-image: url(../img/red3tr.png);
}
.rframe3:after {
  content:  url(../img/red3bl.png);
  margin: 10px -13px -13px -13px;
  background-image: url(../img/red3br.png);
}

.pframe1, .gframe3, .rframe3, .hint1, .tab {
  margin: 2em 0;
}

.hint1 {
  color: #285168;
  width: 140px;
  border: solid 1px #285168;
  background: #b6e6ef;
  padding: 10px;
  position: relative;
}
.hint1:before, .hint1:after {
  height: 10px;
  display: block;
  border: none;
  background: transparent none no-repeat top right;
  padding: 0;
  line-height: 0.1;
  font-size: 1px;
}
.hint1:before {
  content: url(../img/hint1tl.png);
  margin: -11px -11px 3px -11px;
  background-image: url(../img/hint1tr.png);
}
.hint1:after {
  content:  url(../img/hint1bl.png);
  margin: 3px -11px -11px -11px;
  background-image: url(../img/hint1br.png);
}
.hint1 .larrow {
  top: 40px;
  left: -30px;
  width: 30px;
  height: 40px;
  border: 0;
  margin: 0;
  padding: 0;
  position: absolute;
  background: transparent url(../img/hint-larrow.png) no-repeat 0 0;  
}
.hint1 .barrow {
  bottom: -32px;
  left: 20px;
  width: 40px;
  height: 32px;
  border: 0;
  margin: 0;
  padding: 0;
  position: absolute;
  background: transparent url(../img/hint-barrow.png) no-repeat 0 0;  
}

.note1 {
  color: #285168;
  border: solid 1px #666666;
  background: #ffffe1;
  padding: 10px;
  width: 140px;
  position: relative;
}
.note1 img {
  float: left;
  display: inline;
  border: 0;
  padding: 0;
  margin: -3px 6px 0 -3px;
}
.note1 hr {
  border-top: solid 1px #666666;
  background: none;
}

.pframe1, .gframe3, .rframe3, .hint1, .note1, .news,
.pframe1 *, .gframe3 *, .rframe3 *, .hint1 *, .note1 *, .news * {
  margin-top: 0;
  font-size: 100%;
}

.hint1 h1, .hint1 h2,
.note1 h1, .note1 h2 {
  color: #dd752c;
}

.lista {
  margin: 1em 0;
  font-size: 10px;
}
.lista dt {
  font-weight: bold;
}
.lista dd {
  padding-left: 13px;
  background: transparent url(../img/arrow1.png) no-repeat 2px 5px;
}
.lista dt, .lista dd {
  margin: .5em 0;
}



table.tab {
  width: 390px;
  border: solid 1px #285168;
  margin: 1em auto;
}                         
table.tab th {
  text-align: center;
}                      
table.tab td, table.tab th {
  border: 0;
  background: transparent url(../img/tabcell.png) no-repeat -1px 0;
}
table.tab thead td, table.tab thead th { 
  color: #fff; 
  background: #46697e url(../img/tabcell.png) no-repeat -1px 0; 
}
table.tab td+td, table.tab th+td,
table.tab th+th, table.tab td+th {
  background-position: 0 0;
}

table.tab tr.one { background-color: transparent; }
table.tab tr.two { background-color: #eaf7fa; }
table.tab td.clear { background: white; color: #000; }


table.tabopis {
  width: 390px;
  border: solid 1px #285168;
  margin: 1em auto;
}
table.tabopis td,
table.tabopis th { padding: 8px; text-align: left; vertical-align: top; border: 0; }
table.tabopis col.column1 { background: #eaf7fa; width: 165px; }
table.tabopis col.column2 { background: #f9fdfe; width: 225px; }
table.tabopis td.clear { color: #000; background: white url(../img/dot-line.png) repeat-x bottom; }

.border {
  border: solid 1px #d5dce1;
  padding: 2px;
}
.bluetable {
  width: 100%;
  border: 0;
  margin: 0;
  border-collapse: separate;
  border-spacing: 7px 0;
  background: #edf7fa url(../img/dot-vline.png) repeat-y 83px 2px;
  table-layout: fixed;
}
.bluetable thead th {
  text-align: center;
  color: #cd742f;
  background: #edf7fa url(../img/dot-line.png) repeat-x bottom;
}
.bluetable td,
.bluetable th {
  border: 0;
  padding: 3px 0 6px 3px;
  background: transparent url(../img/dot-line.png) repeat-x bottom;
}
.bluetable col.column1 { width: 70px; }
.bluetable col.column2 { width: 25px; }

.pages {
  text-align: left;
  list-style: none;
  display: inline;
}
.pages li {
  display: inline;
  border-right: solid 1px #46697e;
  padding: 0;
  margin: 0;
}
.pages li a {
  width: auto;
  color: #46697e;
  padding: 1px 5px;
  text-decoration: none;  
}
.pages li a:hover {
  text-decoration: underline;  
}
.pages li.sel a {
  color: black;
  font-weight: bold;
}
.pages li.first { border-left: 0; } 
.pages li.last { border-right: 0; }

.search {
}

#lgn { 
  width: 620px;
  margin: 60px auto 0; 
  background: transparent url(../img/dot-line.png) repeat-x top; 
}
#lgn form { 
  width: auto;
  padding: 30px 0 40px 140px;
  background: transparent url(../img/dot-line.png) repeat-x bottom; 
}
#lgn #grplg {
  padding: 100px 0 0 155px;
  background: transparent url(../img/logo.png) no-repeat 5px 5px; 
}
#lgn #user {
  background: transparent url(../img/img-logowanie.png) no-repeat;
  padding: 25px 0 0 0; 
}
#lgn .buttons {
  width: auto;
  color: #2ea1b7;
  padding: 0 0 0 155px;
}
#lgn input,
#lgn-small input,
#search input {
  width: 121px;
  background: transparent url(../img/bg-edit-129x24.png) no-repeat; 
}
#lgn input.error, 
#lgn-small input.error,
#search input.error {
  background-position: -258px 0;
}
#lgn input:focus, #lgn-small input:focus, #search input:focus,
#lgn input.focused, #lgn-small input.focused, #search input.focused {
  background-position: -129px 0;
}

#lgn input.button,
#lgn-small input.button {
  text-align: left;
  color: #2ea1b7;
  width: 50px;
  height: 16px;
  padding: 0;
  background: none;
  border-right: solid 2px #2ea1b7;
}

#lgn-small { width: 140px; }
#lgn-small form { width: 100%; }
#lgn-small,
#lgn-small form,
#lgn-small fieldset,
#lgn-small fieldset div {
  margin: 0;
  padding: 0;
}
#lgn-small #user {
  background: transparent url(../img/img-logowanie.png) no-repeat;
  padding: 20px 0 0 0; 
}



#hint {
  top: 150px;
  left: 180px;
  position: absolute;
}
#note {
  top: 330px;
  left: 180px;
  position: absolute;
}

.banner-l, .banner-r {
  width: 278px;
  margin: 0 0 15px;
  padding: 25px 0 0;
  font-weight: bold;
}
.banner-l { float: left; background: transparent url(../img/ban-title1.png) no-repeat; }
.banner-r { float: right; background: transparent url(../img/ban-title2.png) no-repeat; }
.banner-l div, .banner-r div { float: left; }
.banner-l div a, .banner-r div a { float: left; margin: 0; padding: 0 10px 0 0; text-decoration: none; }
.banner-l div a:hover, .banner-r div a:hover { text-decoration: underline; }
.banner-l div a {
  color: #3a5267;
  background: #a1b2bc;
}
.banner-r div a {
  color: #627c8e;
  background: #c5e4ed;
}
.banner-l span, .banner-r span { display: block; margin: 5px 0 0; padding: 0; }
.banner-r img, .banner-l img {
  float: left;
  border: 0;
  margin: 0 10px 0 0;
  padding: 0;
  display: inline;
}

#search {
  width: 130px;
  height: 53px;
  border: solid 1px #d6ecf2;
  padding: 33px 30px 0;
  background: transparent url(../img/img-szukaj.png) no-repeat 30px 8px;
}
#search input.button {
  float: right;
  text-align: right;
  color: #394c5b;
  width: 60px;
  height: 16px;
  padding: 0 10px 0 0;
  background: transparent url(../img/arrow1.png) no-repeat right 5px;
}
