/* 
    Document   : style
    Created on : 2011-07-18, 15:24:43
    Author     : putek
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

html {
}
body {
  background: url('/p/bg_repeat.jpg') center;
  /*-webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;

  
  background-position: center top;*/
  text-align: center;
  margin: 0;
  padding: 0;
  font-family: Arial, Helvetica, sans-serif;
}
div#background {
  background: url('/p/bg.jpg') no-repeat center top transparent;
  overflow: hidden;
}
a {
  outline: none !important;
}
#wrapper {
  width: 952px;
  background: #fff;
  border-radius: 1em;
  box-shadow: 0px 0px 20px #000;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, .7);
  margin: 0 auto 3em;
  text-align: left;
  position: relative;
  overflow: hidden;
  padding-top: 1em;
}
#wrapper > #content {
  overflow: hidden;
  background: url('/p/content_bg.png') repeat-y right;
  padding-bottom: 3em;
  margin-bottom: 2em;
}
#wrapper > #content.error-page {
  background: none;
  margin-top: 6em;
  padding: 0 3em 3em;
}
#wrapper > #content.error-page h1.red {
  font-size: 3em;
  color: #900;
}
#wrapper > footer.blue {
  background: #3b82ab;
  height: 21px;
  width: 100%;
  position: absolute;
  bottom: -1px;
  border-radius: 0 0 1em 1em;
  color: #fff;
  line-height: 21px;
  font-size: 1em;
}
#wrapper > footer.blue span {
  padding: 31px;
}
#wrapper > footer.blue a {
  float: right;
  margin: 0 31px 0 50px;
  color: #fff;
  text-decoration: none;
}
#wrapper > footer.blue a:hover {
  text-decoration: underline;
}
.below-footer {
  width: 952px;
  clear: both;
  margin: auto;
}
.below-footer p {
  margin: -15px 30px 30px;
  color: #fff;
  float: left;
}
.below-footer .right {
  float: right;
}
.below-footer .right a {
  text-decoration: none;
  color: #fff;
}
.below-footer .right a:hover {
  text-decoration: none;
}
h1#logo, a#logo {
  float: left;
  display: block;
  position: relative;
  height: 48px;
}
#logo img {
  position: absolute;
  top: -12px;
  left: 35px;
}
#spotlights {
  background: url('/p/spotlight_bg.png') no-repeat;
  height: 214px;
  clear: both;
  overflow: hidden
}
#spotlights #picture {
  width: 700px;
  height: 185px;
  overflow: hidden;
  border-radius: 0 0 0 10px;
  background: url('/p/spotlight_picture_bg.png') repeat-x;
  margin-top: 22px;
  margin-left: 25px;
  border-right: 3px solid #fff;
  float: left;
}
#sptolightLogo {
  overflow: hidden;
  float: left;
  margin-top: 22px;
  border-radius: 0 10px 10px 0;
  background: url('/p/spotlight_picture_bg.png') repeat-x;
}
#mainMenu {
  clear: both;
  background: url('/p/mainMenu_bg.png') repeat-x;
}
#mainMenu ul {
  height: 40px;
  padding: 4px 18px 4px;
  overflow: hidden;
  background: url('/p/menu_separator.png') no-repeat 18px 4px;
}
#mainMenu ul li {
  float: left;
}
#mainMenu ul li > span,
#mainMenu ul li a {
  display: block; float: left;
  line-height: 42px;
  height: 40px;
  padding: 0 30px 0 31px;
  color: #000;
  text-shadow: 1px 1px 1px #fff;
  background: url('/p/menu_separator.png') no-repeat right top;
  font-size: 1.4em;
  text-decoration: none;
}
#leftSide {
  float: left;
  width: 727px;
}
.threeCols #leftSide {
  float: left;
  width: 184px;
}
.threeCols #middleSide {
  float: left;
  width: 543px;
}
#rightSide {
  width: 225px;
  float: right;
}
#rightSide section#newsletterForm h1,
#rightSide h3 {
  border: 1px solid #fff;
  color: #fff;
  background: #666;
  font-size: 1.3em;
  font-weight: normal;
  line-height: 24px;
  padding-left: 1em;
}
#rightSide a {
  color: #000;
  font-size: 1.1em;
  text-decoration: none;
}
#rightSide a:hover {
  text-decoration: underline;
}
#rightSide nav {
  overflow: hidden;
  padding-top: 1.5em;
}
#rightSide nav ul {
  padding-right: 1em;
  padding-left: 2em;
}
#rightSide nav ul li {
  margin: .5em 0;
  overflow: hidden;
}
#rightSide nav ul li a {
  width: 189px;
  display: block;
  float: left;
  overflow: hidden;
}
#rightSide nav ul li a.more {
  float: right;
  width: auto;
}
#rightSide nav ul li span {
  display: block;
  float: left;
}
#rightSide a.more_submitted,
#rightSide a.more {
  float: right;
  margin-top: 1em;
  font-size: .9em;
}
#contactForm a.more:hover,
#newsletterForm a.more:hover {
  background-color: #3399cc;
  text-decoration: none;
}
#breadCrumbs {
  padding: .8em 2.2em;
}
#breadCrumbs ul {
  padding: 0;
}
#news ul li,
.paragraph {
  background: url('/p/long_paragraph.png') no-repeat bottom;
  overflow: hidden;
  width: 711px;
  margin: 1em auto;
  padding-bottom: 3em;
  margin-top: 2.5em;
  font-size: 1.1em;
}
body .news.Search {
  width: 711px;
}
body .news.Search h1 {
  font-weight: normal;
  margin-left: 10px;
  font-size: 18px;
}
body .news.Search h1 span {
  color: #2c82c6;
  text-decoration: underline;
}
body .news.Search ul li {
  background: url('/p/long_paragraph.png') no-repeat bottom;
  overflow: hidden;
  margin: 1em auto;
  padding-bottom: 3em;
  margin-top: 2.5em;
  font-size: 1.1em;
}
body .news.Search ul li .more {
  float: right;
}
body .news.Search ul li .more span {
  color: #c4c4c4;
}
.paragraph header,
.paragraph .content,
.paragraph footer {
  padding: 0 42px;
}
.paragraph footer ul {
  list-style: none;
  padding: 0;
  color: #c4c4c4;
}
.paragraph footer .certificates ul {
  margin-top: -10px;
}
.paragraph footer .certificates li {
  margin: 24px 27px 0 0;
}
.paragraph footer .certificates li a {
  display: block;
  width: 90px;
  height: 120px;
}
.paragraph footer .certificates li.fourth{
  margin-right: 0;
}
.paragraph footer.more {
  text-align: right;
}
.one-product article .content,
#text-page article .content {
  color: #666;
  font-size: 1.1em;
  text-align: justify;
  line-height: 1.5em;
}
.paragraph p {
  color: #666;
  font-size: 1.1em;
  text-align: justify;
  line-height: 1.5em;
}
.paragraph h2,
.paragraph h1 {
  color: #000102;
  font-size: 18px;
  font-size: 18rem;
  margin-bottom: 15px;
  font-weight: normal;
  margin-top: .5em;
}
.paragraph h2 {
  color: #2c82c6;
  font-size: 13px;
  font-size: 1.3rem;
}
.paragraph a {
  color: #2c82c6;
  text-decoration: none;
}
.paragraph.air-product a {
  color: #FEAE02;
}
.paragraph.land-product a {
  color: #5C9F2B;
}
.paragraph.special-product a {
  color: #515151;
}
.paragraph a:hover {
  text-decoration: underline;
}
#startPoints {
  text-align: center;
}
#startPoints ul {
  padding: 0;
  margin: 0;
}
#startPoints ul li {
  display: inline;
}
#startPoints ul li a {
  margin: 0;
}
body .news {
  float: right;
  width: 525px;
  margin-right: .5em;
}
.paragraph.short {
  width: 525px;
  background: url('/p/paragraph-short.png') no-repeat bottom;
  margin-top: 0;
}
#oneNew.paragraph.short,
body .news > ul > li {
  background: url('/p/paragraph-short.png') no-repeat bottom;
  padding: 0 2em 2em;
  border:none;
}
#oneNew.paragraph.short {
  padding: 0 0 2em;
}
#oneNew.paragraph.short h1,
body .news > ul > li h2 {
  font-size: 1.8em;
  color: #2c82c6;
  font-weight: normal;
  margin-bottom: 0;
  margin-top: .5em;
  padding: 0;
}
#oneNew {
  margin-top: 0;
}
#oneNew.paragraph.short h1{
  color: #010407;
  margin-bottom: 1em;
}
body .news > ul > li .date {
  clear: both;
  float: left;
  font-size: 1.1em;
  color: #c4c4c4; 
  margin: .3em 0 .5em;
}
#oneNew.paragraph.short .date {
  display: none;
}
#oneNew.paragraph.short .img-wrapper,
body .news > ul > li .img-wrapper {
  float: right;
  margin-left: 3em;
}
#oneNew.paragraph.short a,
body .news > ul > li a {
  color: #2c82c6;
  float: left;
}

#oneNew.paragraph.short .news-files a,
body .news .news-files > ul > li a {
  float: none;
}

body .news > ul > li a:after {
  display: none;
}
#oneNew.paragraph.short p,
body .news > ul > li p {
  color: #666;
  font-size: 1.1em;
  text-align: justify;
}
.left-menu > ul {
  padding: 0;
  margin: 1em 1em 1em 1px;
}
.left-menu > ul > li {
  border-bottom: 1px solid #e5e5e5;
}
#mapMenu.left-menu > ul > li > a {
  background: #efefef;
}
#mapMenu.left-menu > ul > li {
  margin-bottom: 2em;
  border-top: 1px solid #e5e5e5;
}
.left-menu > ul > li:first-child {
  border-top: 1px solid #e5e5e5;
}
.left-menu > ul > li > a {
  display: block;
  padding-left: 2em;
  color: #333;
  text-decoration: none;
  font-size: 1.1em;
  position: relative;
  line-height: 26px;
}
.left-menu > ul > li > a > span {
  display: none;
}
.left-menu > ul > li > a:hover,
.left-menu > ul > li.active > a,
.left-menu > ul > li.obecny > a {
  color: #2c82c6;
}
.left-menu > ul > li > a:hover:before,
.left-menu > ul > li.active > a:before,
.left-menu > ul > li.obecny > a:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: -1px;
  height: 28px;
  background: #2c82c6;
  width: 7px;
}
.left-menu > ul > li.land-offer > a:hover,
.left-menu > ul > li.land-offer.obecny > a,
.left-menu > ul > li.land-offer > div > ul > li > div > ul > li > a:hover,
.left-menu > ul > li.land-offer > div > ul > li > div > ul > li.active > a,
.left-menu > ul > li.land-offer > div > ul > li > div > ul > li > div > ul > li > a:hover,
.left-menu > ul > li.land-offer > div > ul > li > div > ul > li > div > ul > li.active > a,
.left-menu > ul > li.land-offer > ul > li > ul > li > a:hover,
.left-menu > ul > li.land-offer > ul > li > ul > li.active > a,
.left-menu > ul > li.land-offer > div > ul > li > a:hover,
.left-menu > ul > li.land-offer > div > ul > li.active > a,
.left-menu > ul > li.land-offer > ul > li > a:hover,
.left-menu > ul > li.land-offer > ul > li.active > a {  
  color: #5c9f2b;
}
.left-menu > ul > li.land-offer > a:hover:before,
.left-menu > ul > li.land-offer.obecny > a:before {
  background: #5c9f2b;
}
.left-menu > ul > li.special-offer > a:hover,
.left-menu > ul > li.special-offer.obecny > a, 
.left-menu > ul > li.special-offer > div > ul > li > div > ul > li > a:hover,
.left-menu > ul > li.special-offer > div > ul > li > div > ul > li.active > a,
.left-menu > ul > li.special-offer > div > ul > li > div > ul > li > div > ul > li > a:hover,
.left-menu > ul > li.special-offer > div > ul > li > div > ul > li > div > ul > li.active > a,
.left-menu > ul > li.special-offer > ul > li > ul > li > a:hover,
.left-menu > ul > li.special-offer > ul > li > ul > li.active > a,
.left-menu > ul > li.special-offer > div > ul > li > a:hover,
.left-menu > ul > li.special-offer > div > ul > li.active > a,
.left-menu > ul > li.special-offer > ul > li > a:hover,
.left-menu > ul > li.special-offer > ul > li.active > a {  
  color: #515151;
}
.left-menu > ul > li.special-offer > a:hover:before,
.left-menu > ul > li.special-offer.obecny > a:before {
  background: #515151;
}
.left-menu > ul > li.air-offer > a:hover,
.left-menu > ul > li.air-offer.obecny > a,
.left-menu > ul > li.air-offer > div > ul > li > div > ul > li > a:hover,
.left-menu > ul > li.air-offer > div > ul > li > div > ul > li.active > a,
.left-menu > ul > li.air-offer > div > ul > li > div > ul > li > div > ul > li > a:hover,
.left-menu > ul > li.air-offer > div > ul > li > div > ul > li > div > ul > li.active > a,
.left-menu > ul > li.air-offer > ul > li > ul > li > a:hover,
.left-menu > ul > li.air-offer > ul > li > ul > li.active > a,
.left-menu > ul > li.air-offer > div > ul > li > a:hover,
.left-menu > ul > li.air-offer > div > ul > li.active > a,
.left-menu > ul > li.air-offer > ul > li > a:hover,
.left-menu > ul > li.air-offer > ul > li.active > a {  
  color: #feae02;
}
.left-menu > ul > li.air-offer > a:hover:before,
.left-menu > ul > li.air-offer.obecny > a:before {
  background: #feae02;
}
.left-menu > ul > li ul {
  padding-left: 1em;
}
.left-menu > ul > li div {
  width: 100%;
}
.left-menu > ul > li > div > ul,
.left-menu > ul > li > ul {
  padding-left: 2.5em;
}
#mapMenu.left-menu > ul > li > ul {
  padding-left: 4.5em;
}
.left-menu > ul > li > div > ul > li a,
.left-menu > ul > li > ul > li a {
  color: #333;
  text-decoration: none;
  display: block;
  padding: 6px 0;
  font-size: 1.1em;
}
.left-menu > ul > li > div > ul > li > div > ul > li > a,
.left-menu > ul > li > ul > li > ul > li > a {
  font-size: 1em;
}
.left-menu > ul > li > div > ul > li > div > ul > li > div > ul > li > a,
.left-menu > ul > li > ul > li > ul > li > div > ul > li > a {
  font-size: 1em;
}
.left-menu > ul > li > div > ul > li > div > ul > li > a:hover,
.left-menu > ul > li > div > ul > li > div > ul > li.active > a,
.left-menu > ul > li > div > ul > li > div > ul > li > div > ul > li > a:hover,
.left-menu > ul > li > div > ul > li > div > ul > li > div > ul > li.active > a,
.left-menu > ul > li > ul > li > ul > li > a:hover,
.left-menu > ul > li > ul > li > ul > li.active > a {
  color: #2c82c6;
}
.left-menu > ul > li > div > ul > li > a:hover,
.left-menu > ul > li > div > ul > li.active > a,
.left-menu > ul > li > ul > li > a:hover,
.left-menu > ul > li > ul > li.active > a {
  color: #2c82c6;
}
.left-menu > ul > li > div > ul > li a span.third-depth,
.left-menu > ul > li > ul > li a span.third-depth {
  color: #989898 !important;
}
span.third-depth {
  display: block;
  float: left;
  margin: 0 .1em 1em;
}
.left-menu > ul > li > div > ul > li > a > span.third-depth,
.left-menu > ul > li > ul > li > a > span.third-depth {
  display: none;
}
.left-menu > ul > li > div > ul > li > div > ul > li > a > span.second-depth,
.left-menu > ul > li > ul > li > ul > li > a > span.second-depth {
  display: none;
}
body .PageNavigator .PreText {
  float: left;
  margin-left: 1.5em;
}
body .PageNavigator .PostText {
  visibility: hidden;
}
body .PageNavigator ul {
  text-align: left;
  float: left;
  margin-top: 0;
  margin-left: 1em;
}
body .PageNavigator ul li a {
  color: #666;
  border-right: 1px solid #666;
  padding: 0;
  line-height: 1.1em;
  font-size: 1.1em;
  margin: 0;
  width: 2em;
  text-align: center;
  text-decoration: none;
}
body .PageNavigator ul li#nextPage a {
  border: none;
  width: 5em;
}
.gray-arrow {
  color: #989898 !important;
  margin-left: 1.5em;
}
body .PageNavigator ul li:first-child a {
  border-left: 1px solid #666;
}
body .PageNavigator ul li.active a,
body .PageNavigator ul li#nextPage a,
body .PageNavigator ul li a:hover {
  color: #2c82c6;
  text-decoration: underline;
}
body .PageNavigator ul li#nextPage a {
  text-decoration: none;
}
body .PageNavigator ul li#nextPage a:hover {
  text-decoration: underline;
}
#contactForm ul {
  list-style: none;
  padding-left: 0;
}
#contactForm ul span,
#contactForm ul sup {
  color: #333;
  margin: 10px 0 5px;
  display: block;
  float: left;
}
#contactForm ul sup,
#newsletterForm sup{
  top: 2px;
  color: #2c82c6;
}
#contactForm ul .DF_textbox, 
#contactForm ul .DF_textbox_error, 
#contactForm ul .DF_textarea, 
#contactForm ul .DF_textarea_error {
  padding: 5px 10px;
}

#adduserform_adduserform .DF_groupbox_inner{
  color: #000000;
}

#newsletterForm .more,
#newsletterForm .more_submitted,
#contactForm ul .more {
  background: #2c82c6;
  color: #fff;
  font-size: 1.2em;
  margin-top: 5px;
  padding: 2px 10px;
}

#contactForm {
  margin-top: 0;
}
#newsletterForm .more input,
#newsletterForm .more_submitted input,
#contactForm ul .more input {
  border: none;
  background: none;
  color: #fff;
  width: 45px !important;
}
div.auto-height {
  height: auto !important;
}
body .one-product .img-wrapper, 
body .products-list .img-wrapper {
  float: right;
  margin: 0 0 1em 2em;
}
div.content {
  font-size: 1.1em;
}
#partners ul li {
  float: left;
  width: 50%;
  margin: 1em 0;
}
#partners ul li a {
  float: left;
  width: 238px;
  height: 183px;
  display: block;
  text-align: center;
  background: url('/p/partner_bg.png') no-repeat;
  overflow: hidden;
  text-decoration: none;
  position: relative;
}
#partners ul li:nth-child(2n) a {
  float: right;
}
#partners ul li a img {
  display: block;
  margin: 3.5em auto 1.5em;
}
#partners ul li a span {
  display: block;
  text-transform: uppercase;
  color: #989898;
  text-decoration: none;
  position: absolute;
  bottom: 10px;
  width: 100%;
  text-align: center;
}
.language-box,
.search {
  float: right;
}
.search {
  width: 261px;
  height: 26px;
  margin: 1em 2em;
}
.search input.DF_textbox {
  border: none !important;
  background: url('/p/search_input.png') no-repeat !important;
  height: 20px !important;
  padding-left: 10px !important;
  font-size: 12px;
  padding-top: 4px;
  padding-bottom: 2px;
  *padding-top: 6px;
  *padding-bottom: 0;
}
.search .search-btn,
.search .search-btn input {
  background: none !important;
  border: none !important;
  height: 26px !important;
}
.search .search-btn input {
  background: url('/p/search_btn.png') no-repeat #f00 !important;
  text-indent: -999em;
  overflow: hidden;
  height: 26px;
  display: block;
  color: #fff !important;
}
.overTxtLabel {
  top: 6px !important;
  left: 8px !important;
  color: #989898 !important;
  width: 200px;
}
.language-box {
  margin-right: 2em;
  width: 50px;
}
.language-box a {
  display: block;
  float: right;
  text-indent: -999em;
  overflow: hidden;
  margin: 16px 0 0 1em;
  width: 15px;
  height: 11px;
}
a#plLang {
  background: url('/p/pl_ico.png') no-repeat !important;
}
a#enLang {
  background: url('/p/gb_ico.png') no-repeat !important;
}
#breadCrumbs {
  color: #777;
	width: 656px;
  float: left;
}
#breadCrumbs ul li:first-child span.separator {
  display: none;
  
}
#breadCrumbs ul li span.separator {
  margin: 0 1em;
}
#breadCrumbs ul li {
  float: left;
}
#breadCrumbs a:hover,
#breadCrumbs a:active, 
#breadCrumbs a:visited, 
#breadCrumbs a {
  color: #777;
  text-decoration:none;
}

.news-files,
.news-gallery {
  margin-left: 40px;
  margin-right: 40px;
}

.product-files {
  float: left;
  margin-top: 15px;
}

#searchform_searchform .DF_textbox_error {
  height: 21px;
  margin-left: 8px;
  background: none;
}
#sortedProducts #products > div {
  display: none;
}
#sortedProducts #products > div.active {
  display: block
}
#sortedProducts #startPoints li {
  float: left;
}
#sortedProducts #startPoints li a {
  display: block;
  width: 148px;
  height: 27px;
  opacity: .5;
  filter: alpha(opacity=50);
  float: left;
}
#sortedProducts #startPoints {
  height: 70px;
  border-bottom: 2px solid #3b82ab;
}
#sortedProducts #startPoints dl.legend {
  line-height: 30px;
  border-top: 2px solid #3b82ab;
  padding-top: 10px;
  clear: both;
  height: 30px;
  width: 100%;
  offset: 0;
}
#sortedProducts #startPoints dl.legend dt {
  float: left;
  margin: 0 1em;
  width: 85px;
}
#sortedProducts #startPoints dl.legend dd {
  float: left;
  margin: 0 2em 0 0;
  width: 27px;
}
#sortedProducts #startPoints li.active a {
  opacity: 1;
  filter: alpha(opacity=100);
}
#sortedProducts #startPoints li#allProductsFilter {
  position: relative;
}
#sortedProducts #startPoints li#allProductsFilter.active a {
  display: none;
}
#sortedProducts #startPoints li#allProductsFilter a {
  opacity: 1;
  filter: alpha(opacity=100);
  position: absolute;
  display: inline;
  left: 585px;
  top: 48px;
  color: #900;
}
#sortedProducts #startPoints li a#sea {
  background: url('/p/sea_offer.png') no-repeat center -13px;
}
#sortedProducts #startPoints li a#sea.en {
  background: url('/p/sea_offer_en.png') no-repeat center -13px;
}
#sortedProducts #startPoints li a#land {
  background: url('/p/land_offer.png') no-repeat center -13px;
}
#sortedProducts #startPoints li a#land.en {
  background: url('/p/land_offer_en.png') no-repeat center -13px;
}
#sortedProducts #startPoints li a#special {
  background: url('/p/special_offer.png') no-repeat center -13px;
}
#sortedProducts #startPoints li a#special.en {
  background: url('/p/special_offer_en.png') no-repeat center -13px;
}
#sortedProducts #startPoints li a#fly.en {
  background: url('/p/air_offer_en.png') no-repeat center -13px;
}
#sortedProducts #products ul {
  list-style: none;
  padding: 0;
}
#sortedProducts #products ul li {
  width: 49%;
  float: left;
  line-height: 30px;
  margin-bottom: 1em;
}
#sortedProducts .ico,
#sortedProducts #products li .ico {
  float: right;
  display: block;
  margin-right: 1em;
  background: url('/p/sea_ico.png') center center no-repeat;
  width: 27px;
  height: 30px;
}
#sortedProducts .ico.ico_71,
#sortedProducts #products li .ico.ico_71 {
  background: url('/p/land_ico.png') center center no-repeat;
}
#sortedProducts .ico.ico_168,
#sortedProducts #products li .ico.ico_168 {
  background: url('/p/air_ico.png') center center no-repeat;
}
#sortedProducts .ico.ico_68,
#sortedProducts #products li .ico.ico_68 {
  background: url('/p/special_ico.png') center center no-repeat;
}
#sortedProducts #products li a {
  display: block;
  float: left;
  margin-left: 1em;
  height: 30px;
  line-height: 12px;
  width: 80%;
  padding-right: 30px;
  border-bottom: 1px dotted #aaa;
  background: url('/p/sea_ico.png') right top no-repeat;
}
#sortedProducts #products #specialProducts li a,
#sortedProducts #products li.special-product a {
  background: url('/p/special_ico.png') right  top no-repeat;  
}
#sortedProducts #products #airProducts li a,
#sortedProducts #products li.air-product a {
  background: url('/p/air_ico.png') right top no-repeat;
}
#sortedProducts #products #landProducts li a,
#sortedProducts #products li.land-product a {
  background: url('/p/land_ico.png') right top no-repeat;
}
a#flashCover {
  display: block;
  height: 185px;
  width: 780px;
  position: relative;
  top: -185px;
}

/* za tym komenatrzem nic nie wpisujcie */
