/*
 projekt: morka 
 author: marcin.lisok@fox.com.pl
 data: 2010-02-05
*/

* { font-family: Tahoma, Verdana, Arial, Helvetica, Sans-Serif; }
#tagline, #tagline em { font-family: "Trebuchet MS"; }

html {
  height: 100%;
  min-height: 100%;
}
body {
  height: 100%;
  min-height: 100%;
  color: #26537e;
  font-size: 130%;
  background: #d0deec url('/images/site/lay-bdy-background.jpg') repeat-x;
  position: relative;
}

h1, h2, h3, h4, h5, h6 { margin: 20px 0 10px; color: #26537e; }
h1 { font-size: 140%; }
h2 { font-size: 130%; }
h3 { font-size: 120%; }
h4 { font-size: 115%; }
h5, h6 { color: #666; font-size: 100%; }

a { color: #20abe5; text-decoration: none; } /* #848681; */
a:hover { text-decoration: underline; }
strong a { color: #26537e; }

p { margin: 10px 0; text-align: justify; line-height: 140%; }
ul li { margin: 5px 0; }

hr { clear: both; visibility: hidden; }

.red { color: red; }
.green { color: green; }

#container {
  width: 960px;
  height: auto;
  min-height: 100%;
  margin: 0 auto;
  position: relative;
  background: transparent url('/images/site/lay-sbr-background.png') repeat-y right top;
} 
#header {
  width: 100%;
  height: 154px;
  background: transparent url('/images/site/lay-hdr-background.jpg') no-repeat;
  position: relative;
}
#logo {
  top: 10px;
  left: 10px;
  width: 140px;
  height: 70px;
  position: absolute;
}
#e-learning { top: 5px; right: 5px; position: absolute; }
#wrapper {
  margin-bottom: 63px;
  background: transparent url('/images/site/lay-cnt-background.jpg') no-repeat;
}
#sidebar {
  float: right;
  width: 295px;
  min-height: 300px;
  padding: 0 15px 5px;
  margin: 0 0 15px;
  background: transparent url('/images/site/lay-sbr-background.jpg') no-repeat right top;
}
#sidebar hr {
  border: 0;
  border-top: solid 3px #abb9c9;
  visibility: visible;
  margin: 20px 0;
}

#content {
  float: left;
  width: 605px;
  min-height: 300px;
  padding: 5px 27px 5px 0;
  margin: 0 0 15px;
}
#footer {
  clear: both;
  width: 100%;
  height: 20px;
  margin-top: -63px;
  padding: 20px 0;
  color: #fff;
  font-size: 110%;
  font-style: italic;
  text-align: center;
  background: #899db7;
  border-top: 3px solid #fff;
  position: absolute;
}
#footer p { text-align: center; margin: 0;}
#footer a { color: #fff; }


#menu {
  bottom: 0px;
  left: 0;
  height: 51px;
  width: 100%;
  margin: 0;
  padding: 1px 0 0;
  list-style: none;
  font-size: 130%;
  line-height: 48px;
  background: transparent url('/images/site/lay-bdy-background.jpg') repeat-x left -102px;
  position: absolute;
  z-index: 20;
}
#menu li {
  float: left;
  margin: 0;
  padding: 0;
  background: transparent url('/images/site/lay-mnu-background.png') repeat-x left -300px;
  position: relative;
}
#menu li a {
  float: left;
  color: #fff;
  padding: 0 15px;
}
#menu li.active,
#menu li:hover {
  background-position: left top;
}
#menu li.login {
  right: 110px;
  font-size: 90%;
  position: absolute;
}
#menu li.carts {
  right: 0;
  font-size: 90%;
  position: absolute;
}
#menu li.login a,
#menu li.carts a {
  color: #26537e;
}
#menu li ul {
  top: 48px;
  left: 0;
  width: 150px;
  margin: 0;
  padding: 0 0 5px;
  list-style: none;
  font-size: 12px;
  line-height: 120%;
  position: absolute;
  background: #99acbe;
  display: none;
}
#menu li ul li {
  float: none;
  border-top: 1px solid #6f7c8b;
  border-bottom: 1px solid #c1d9f0;
  display: block;
}
#menu li ul li a {
  float: none;
  padding: 5px 10px;
  display: block;
}
#menu li ul li:hover { background: #26537e; }
#menu li ul li.active a { color: #26537e; }
#menu li ul li:hover a { color: #ffffff; }
#menu li:hover ul { display: block; }

#breadcrumbs {
  height: 15px;
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 11px;
  line-height: 15px;
}
#breadcrumbs li {
  margin: 0;
  padding: 0;
  display: inline;
}
#breadcrumbs li a { color: #26537e; }
#breadcrumbs li span { color: #ff4b00; }

.articles strong { display: block; }

a.more,
a.all,
a.arrow {
  color: #20abe5;
  padding: 0 13px 0 0;
  font-size: 11px;
  font-weight: bold;
  text-align: right;
  background: transparent url('/images/site/lay-ico-more.png') no-repeat right center;
  display: block;
}
a.all {
  text-align: left;
  display: inline;
}
a.arrow {
  font-size: 100%;
  text-align: left;
  display: inline;
}


.thumbnails {
  margin: 20px 0;
  padding: 0;
  list-style: none;
}
.thumbnails li {
  float: left;
  width: 198px;
  height: 218px;
  margin: 0 2px 15px 0;
  background: transparent url('/images/site/lay-box-gallery.png') no-repeat;
}
.thumbnails li span,
.thumbnails li strong {
  min-height: 32px;
  padding: 5px 15px;
  display: block;
  font-weight: bold;
}
.thumbnails li img {
  max-width: 180px;
  max-height: 135px;
  margin: 0 auto;
  border: 2px solid #fff;
  display: block;
}
.thumbnails li a.more {
  margin: 5px 15px;
  padding: 0 13px 0 0;
}

p.source { font-style: italic; }

dl.table {
  margin: 20px 0;
  padding: 0;
}
dl.table dt {
  margin: 0;
  padding: 7px 10px 4px;
  font-weight: bold;
  background: #f2eddc;
}
dl.table dd {
  margin: 0;
  padding: 4px 10px 7px;
  background: #f2eddc;
}
dl.table .even { background: #f5f6ed; }
dl.table a { color: #26537e; }
dl.table p { margin: 0 0 10px; }

table.blue {
  width: 100%;
  margin: 10px 0 5px;
  padding: 0;
  border-spacing: 0;
  border-collapse: collapse;
}
table.blue thead th {
  padding: 7px;
  color: #fff;
  font-weight: bold;
  text-align: left;
  vertical-align: middle;
  background: #26537e;
  border-left: 2px solid #d7d6c6;
}
table.blue tbody td {
  padding: 7px;
  vertical-align: middle;
  text-align: center;
  background: #d7e6f0;
  border-left: 2px solid #d7d6c6;
}
table.blue tbody .even td { background: #adc9de; }
table.blue .first { border: none; }
table.blue a { color: #26537e; display: block; }
table.blue .ord { width: 15px; }
table.blue .date { width: 100px; white-space: nowrap; }
table.blue .days { width: 30px; }
table.blue .place { width: 85px; }
table.blue .price { width: 35px; white-space: nowrap; }
table.blue .availability { width: 95px; }
table.blue .region { text-align: left; }
table.blue .price { text-align: right; white-space: nowrap; }
table.blue .booked { width: 60px; }
table.blue .desc { width: 160px; text-align: left; }
table.blue td.desc h3 { padding: 0; margin: 0; font-weight: normal; font-style: normal; font-size: 110%; }
table.blue td.desc p { padding: 0; margin: 0; }


table.light {
  width: 100%;
  margin: 20px 0;
  padding: 0;
  border-spacing: 0;
  border-collapse: collapse;
}
table.light thead th {
  padding: 7px;
  font-weight: bold;
  text-align: center;
  background: #f2eddc;
}
table.light tbody th {
  padding: 7px;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
  background: #f5f6ed;
}
table.light tbody td {
  padding: 7px;
  text-align: center;
  vertical-align: middle;
  background: #f5f6ed;
}
table.light tbody td.dossier { width: 200px; text-align: left; }
table.light .even th,
table.light .even td { background: #f2eddc; }
table.light .icon { width: 60px; }
table.light .fname { width: 90px; }

table.technical {
  float: left;
  width: 270px;
  margin: 0 17px 0 0;
}
table.technical tbody th { text-align: left; }


img.schema {
  float: left;
  max-width: 150px;
  margin-right: 17px;
}

.blue-box {
  clear: right;
  float: right;
  width: 240px;
  padding: 10px;
  margin: 0 0 10px 30px;
  background: #20abe5;
}
.blue-box h3,
.blue-box h4 { margin: 0 0 10px; color: #fff; font-size: 100%; }
.blue-box p { margin: 5px 0; }
.blue-box a {
  padding: 0 13px 0 0;
  color: #26537e;
  font-size: 11px;
  font-weight: bold;
  background: transparent url('/images/site/lay-arrow-white.png') no-repeat right center;
}
.blue-box.narrow {
  width: 130px;
  margin: 0 0 10px;
}


.thumbs {
  width: 100%;
  margin: 10px 0 30px;
  padding: 0;
  list-style: none;
}
.thumbs li {
  float: left;
  margin: 0 8px 8px 0;
}
.thumbs li a img {
  max-height: 135px;
  border: 2px solid #fff;
  display: block;
}


.panel-left {
  float: left;
  width: 390px;
  padding-top: 25px;
}
.panel-right {
  float: right;
  width: 510px;
}
.kursy { float: left; width: 350px; }
.kursy h5 { margin: 0; }
.kursy p { margin-top: 0; }
#sidebar .kursy { float: none; width: auto; }


.buy {
  width: 100%;
  clear: left;
  height: 30px;
  color: #ff4b00;
  font-weight: bold;
}
.frm-product .buy .price {
  line-height: 1.5em;
  font-size: 120%;
}

div.event {
	margin: 0 0 40px;
}


#frm-search {
  margin: 0 -15px;
  padding: 10px 15px;
  background: #eff0e0;
}
#frm-search p { margin: 5px 0 5px 10px; position: relative; }
#frm-search label {
  float: left;
  width: 120px;
  line-height: 20px;
  font-weight: bold;
}
#frm-search input.text {
  width: 120px;
  padding: 2px;
  margin: 0;
  color: #26537e;
  font-size: 100%;
  background: #fff;
  border: 1px solid #c0c6bb;
}
#frm-search select {
  margin: 1px 0;
  width: 150px;
  color: #26537e;
  font-size: 100%;
  background: #fff;
  border: 1px solid #c0c6bb;
}
#frm-search p.form-actions {
  clear: both;
  margin: 20px 0 10px;
  text-align: center;
}
#frm-search input.button {
  padding: 3px 15px;
  color: #fff;
  font-size: 100%;
  font-weight: bold;
  cursor: pointer;
  background: #99acbe;
  border: 1px solid #778695;
  position: relative;
}
#frm-search input.button:active { top: 1px; left: 1px; }

#menu li a:hover { text-decoration: none; }

#map {
	width: 100%;
	height: 400px;
}
#steps {
  height: 58px;
  margin: 0 9px 18px;
  padding: 0;
  list-style: none;
}
#steps li {
  float: left;
  width: 133px;
  height: 48px;
  margin: 0 0px;
  padding: 10px 10px 0 45px;
  position: relative;
}
#steps * {
  color: #aaa;
}
#steps a,
#steps a * {
  color: #26537e;
}
#steps li.active {
  background: #26537e;
}
#steps li.active a,
#steps li.active a * {
  color: #fff;
}
#steps li span {
  left: 0;
  top: 0;
  padding: 0 0 0 15px;
  line-height: 58px;
  font-size: 25px;
  font-weight: bold;
  position: absolute;
}

table.cruises { width: 100%; }
table.cruises tbody td { background: #f2eddc; }
table.cruises td { border: solid 1px silver; text-align: center; vertical-align: middle; }
table.cruises .region { text-align: left; }
table.cruises .price { text-align: right; white-space: nowrap; }
table.cruises .booked { width: 60px; }
table.cruises .desc { text-align: left; }
table.cruises td.desc h3 { padding: 0; margin: 0; font-weight: normal; font-style: normal; font-size: 110%; }
table.cruises td.desc p { padding: 0; margin: 0; }



body.home #container,
body.store #container,
body.cruises #container { 
  background: transparent url('/images/site/lay-cnt-background-home.jpg') no-repeat center top; 
}
body.home #header { background: transparent; }
body.home #tagline {
  top: 30px;
  left: 160px;
  font-size: 170%;
  position: absolute;
}
body.home #wrapper,
body.store #wrapper,
body.cruises #wrapper { background: transparent; }
body.home #content,
body.store #content,
body.cruises #content { float: none; width: auto; }

div.flash {
  top: 0;
  left: 50%;
  width: 500px;
  margin-left: -260px;
  padding: 10px;
  text-align: center;
  -moz-box-shadow: 0 2px 10px rgba(0,0,0,0.5);
  -webkit-box-shadow: 0 2px 10px rgba(0,0,0,0.5);
  box-shadow: 0 2px 10px rgba(0,0,0,0.5);
  -webkit-border-bottom-left-radius: 7px;
  -webkit-border-bottom-right-radius: 7px;
  -moz-border-radius-bottomleft: 7px;
  -moz-border-radius-bottomright: 7px;
  border-bottom-left-radius: 7px;
  border-bottom-right-radius: 7px;
  border: solid 0px red;
  border-top: 0;
  background: #fff;
  position: fixed;
  z-index: 30;
  display: none;
}
#error.flash {
  border-color: red;
  background: #f99;
}
#notice.flash {
  border-color: green;
  background: lightgreen;
}
#warning.flash {
  border-color: orange;
  background: #eed790;
}
#message.flash {
  border-color: blue;
  background: #90beee;
}


#container:after,
#wrapper:after,
#content:after,
div.event:after,
.thumbs:after,
.products-list:after,
.products-list li:after,
.clearfix:after {
  clear: both; 
  height: 0; 
  content: "."; 
  display: block; 
  font-size: 0;
  line-height: 0;
  visibility: hidden;
}
