@font-face {
 font-family: TwCenMT;
 src: url(TwCenMT.ttf);
}

body {
  margin: 0px;
  padding: 0px;
  background-color: #c2c1c1;
  text-align:center;
  font-family: Tahoma, Verdana, Arial;
  font-size: 12px;
  color: #101010;
}

div, p, span, img {
  margin: 0px;
  padding: 0px;
  border: 0px;
  font-family: Tw Cen MT, TwCenMT, Tahoma, Verdana, Arial;
  font-size: 12px;
  color: #101010;
}


a{
  color: #3d4782;
  text-decoration: none;
  font-size: 12px;
}

a:hover{
  color: #2d3772;
  text-decoration: underline;
  font-size: 12px;
}


h2 a {
  font-size: 15px;
  color: #b4492d;
}


h2 a:hover {
  font-size: 15px;
  color: #ea8a63;
  text-decoration: underline;
}

h2.view {
  background-image: url(images/view.png);
  background-position: top left;
  background-repeat: no-repeat;
  text-indent: 24px;
}

h2.view:hover {
  cursor: pointer;
}

h2.hide {
  background-image: url(images/hide.png);
  background-position: top left;
  background-repeat: no-repeat;
  text-indent: 24px;
}

h2.hide:hover {
  cursor: pointer;
}


h1 {
  font-size: 20px;
  margin: 0px 0px 9px 0px;
  color: #193985;
}

h2 {
  font-size: 15px;
  margin: 0px 0px 5px 0px;
  color: #b4492d;
}

h3 {
  font-family: Tw Cen MT, TwCenMT, Tahoma, Verdana, Arial;
  font-size: 14px;
  margin: 2px 0px;
  padding: 0px;
  color: #b4492d;
}

td {
  font-family: Tw Cen MT, TwCenMT, Tahoma, Verdana, Arial;
  font-size: 12px;
}

ul {
  margin-top: 0px;
  margin-bottom: 0px;
}


#page {
  margin: -14px 0px -14px 0px;
}


#head {
  display: block;
  width: 990px;
  height: 142px;
  margin: 0px auto 15px auto;
  border: 0px solid white;
  padding: 0px;
  background-image: url(images/head.jpg);
  background-attachment: scroll;
  background-repeat: no-repeat;
  background-position: top;
}

#top {
  display: block;
  overflow: visible;
  width: 990px;
  height: 111px;
  margin: 0px auto;
  padding: 0px;
  background-image: url(images/top.jpg);
  background-attachment: scroll;
  background-repeat: no-repeat;
  background-color: #ffffff;
}

#middle {
  display: block;
  width: 990px;
  margin: 0px auto;
  padding:0px;
  background-image: url(images/middle.jpg);
  background-attachment: scroll;
  background-repeat: repeat-y;
  background-color: #ffffff;
  overflow: visible;
}

#bottom {
  position: relative;
  top: -111px;
  z-index: 0;
  display: block;
  width: 990px;
  height: 111px;
  margin: 0px auto;
  padding: 0px;
  background-image: url(images/bottom.jpg);
  background-attachment: scroll;
  background-repeat: no-repeat;
  background-color: #ffffff;
}

#foot {
  position: relative;
  top: -100px;
  z-index: 0;
  display: block;
  width: 990px;
  height: 5px;
  margin: 0px auto;
  padding: 0px;
  display: block;
  overflow: visible;
  font-family: Tw Cen MT, TwCenMT, Tahoma, Verdana, Arial;
  text-align: center;
}

#middle_in {
  position: relative;
  top: -107px;
  overflow: hidden;
  font-family: Tw Cen MT, TwCenMT, Tahoma, Verdana, Arial;
  font-size: 11px;
}

#content {
  display: block;
  float: right;
  text-align: left;
  margin: 50px 42px 0px 0px;
  width: 650px;
  position: relative;
  z-index: 1;
  font-family: Tw Cen MT, TwCenMT, Tahoma, Verdana, Arial;
  font-size: 11px;
}

#menu {
  display: block;
  float: left;
  width: 258px;
  margin-left: 4px;
  font-family: Tahoma, Verdana, Arial;
}

a.menu {
  width: 254px;
  height: 43px;
  display: block;
  background-image: url(images/li-bg.jpg);
  background-repeat: no-repeat;
  line-height: 43px;
  margin-bottom: 4px;
  text-align: left;
  text-indent: 19px;
  color: #000000;
  font-family: Verdana, Tahoma, Arial;
  font-size: 13px;
  font-weight: normal;
  text-decoration: none;
}

a.menu:hover {
  width: 254px;
  height: 43px;
  display: block;
  background-image: url(images/li-bg-hover.jpg);
  background-repeat: no-repeat;
  line-height: 43px;
  margin-bottom: 4px;
  text-align: left;

  text-indent: 19px;
  color: #000066;
  font-family: Verdana, Tahoma, Arial;
  font-size: 13px;
  font-weight: normal;
  text-decoration: none;
}

a.first {
  width: 254px;
  height: 43px;
  display: block;
  background-image: url(images/li-bg-first.jpg);
  background-repeat: no-repeat;
  line-height: 43px;
  margin-bottom: 4px;
  text-align: left;
  text-indent: 19px;
  color: #000000;
  font-family: Verdana, Tahoma, Arial;
  font-size: 13px;
  font-weight: normal;
  text-decoration: none;
}

a.first:hover {
  width: 254px;
  height: 43px;
  display: block;
  background-image: url(images/li-bg-first-hover.jpg);
  background-repeat: no-repeat;
  line-height: 43px;
  margin-bottom: 4px;
  text-align: left;
  text-indent: 19px;
  color: #000066;
  font-family: Verdana, Tahoma, Arial;
  font-size: 13px;
  font-weight: normal;
  text-decoration: none;
}

#search {
  display: block;
  overflow: auto;
  margin: 0px 202px 0px 0px;
  border: 0px;
  width: 583px;
}

#search2 {
  display: block;
  overflow: auto;
  margin: 0px;
  border: 0px;
}

#search-form {
  margin: 48px auto;
  width: 190px;
  height: 32px;
  padding: 0px;
  border: 0px;
  text-align: center;
}

input.s1 {
  background-image: url(images/input.png);
  background-repeat: no-repeat;
  background-position: top right;
  background-color: transparent;
  background-attachment: scroll;
  vertical-align: bottom;
  display: inline;
  text-align: center;
  text-indent: 4px;
  line-height: 19px;
  height: 19px;
  width: 117px;
  padding: 2px 2px;
  margin: 0px;
  border: 0px;
  color: #000000;
  font-size: 10px;
}

input.s2 {
  background-image: url(images/submit.png);
  background-color: transparent;
  background-position: top right;
  display: inline;
  vertical-align: top;
  text-align: center;
  text-indent: 4px;
  line-height: 19px;
  height: 19px;
  width: 48px;
  margin: 0px;
  padding: 2px;
  border: 0px;
  color: #000000;
  font-size: 10px;
  margin-left: 3px;
}

input.s0 {
  border: 1px solid #c2c1c1;
}

input.ss {
  border: 1px;
}

select.select_sam {
  width: 90px;
  font-size: 10px;
}

input.select_sam2 {
  font-size: 10px;
  width: 50px;
}


div.home1 {
  display: block;
  float: left;
  width: 380px;
  font-family: Tw Cen MT, TwCenMT, Tahoma, Verdana, Arial;
  text-align: justify;
}

div.home2 {
  display: block;
  float: left;
  width: 380px;
  margin-top: 18px;
  margin-bottom: 16px;
  font-family: Tw Cen MT, TwCenMT, Tahoma, Verdana, Arial;
  text-align: justify;
}

div.home-right {
  display: block;
  float: right;
  width: 200px;
  background-image: url(images/home-left-bg.jpg);
  background-position: top left;
  background-repeat: no-repeat;
}

div.home-hr {
  display: block;
  float: left;
  width: 200px;
  height: 5px;
  background-image: url(images/home-image-top.jpg);
  background-position: top left;
  background-repeat: no-repeat;
}

div.home-right-top {
  display: block;
  width: 200px;
  height: 36px;
  position: relative;
}

div.home-right-content {
  display: block;
  width: 200px;
  background-image: url(images/home-left-content.jpg);
  background-position: top left;
  background-repeat: repeat-y;
}

div.home-right-bottom {
  display: block;
  width: 200px;
  height: 33px;
  background-image: url(images/home-left-bottom.jpg);
  background-position: top left;
  background-repeat: no-repeat;
  position: relative;
  top: -5px;
  z-index: 2;
}

div.home-title {
  margin: 10px 5px 5px 15px;
  width: 180px;
  height: 20px;
  overflow: visible;
  float: left;
  color: #ffffff;
  font-size: 14px;
  font-weight: bold;
  font-family: Tw Cen MT, TwCenMT, Tahoma, Verdana, Arial;
  text-align: center;
  text-transform: uppercase;
  clear: both;
}

div.home-foto {
  margin: 0px 4px;
  height: 145px;
  min-height: 145px;
  clear: both;
}


#losuj {
  width: 100%;
  border: 0px;
  padding: 0px;
  margin: 0px;
}

#losuj td {
  padding: 2px 3px;
  font-size: 11px;
  font-family: Tw Cen MT, TwCenMT, Tahoma, Verdana, Arial;
}

td.title {
  font-weight: bold;
  text-align: right;
}

td.titleh {
  font-weight: normal;
  text-align: left;
  font-size: 12px;
}

td.titleh-marka {
  font-weight: normal;
  text-align: left;
  font-size: 12px;
  text-transform: capitalize;
  padding-left: 3px;
  font-weight: bold;
}

td.titleh-opis {
  font-weight: normal;
  text-align: left;
  font-size: 12px;
  padding-left: 3px;
  text-align: justify;
}

tr.tr_1 {
  background-color: #f9f9ff;
}

tr.tr_2 {
  background-color: #e3e3e6;
}

span.marka-model {
  font-weight: normal;
  text-align: left;
  font-size: 12px;
  text-transform: capitalize;
  font-weight: bold;
}

div.adm_row {
  background-color: #f9f9ff;
  padding: 6px;
}

div.adm_row:hover {
  background-color: #e3e3e6;
  padding: 6px;
}

div.strony {
  margin: 18px 0px 8px 0px;
  text-align: center;
}

div.search {
  margin: 4px;
  float: left;
  width: 192px;
  display: inline;
  text-align: justify;
  font-weight: normal;
  font-size: 12px;
}

div.search_out {
  display: inline;
  height: auto;
  width: 198px;
  margin: 0px;
  padding: 0px;
  overflow: hidden;
  text-align: left;
}

table.vat {
  background-image: url(images/vat.png);
  background-position: top right;
  background-repeat: no-repeat;
}

.table_info {
  background-color: #e3e3e6;
}

.table_info td {
  border: 1px solid #e3e3e6;
}


td.kontakt-t {
  border-bottom: 1px solid rgb(223, 223, 223);
  padding-top: 6px;
  font-weight: bold;
}

td.kontakt-k1 {
  padding-top: 4px;
}

td.kontakt-k2 {
 padding-bottom: 5px;
 padding-top: 4px;
}

td.kontakt-img {
  float: left;
  margin-top: 3px;
  margin-right: 3px;
}

td.info {
  vertical-align: top;
}

td.info-bottom {
  height: 110px;
  vertical-align: middle;
  text-align: right;
  background-image: url(images/bottom-oferta.gif);
  background-position: top right;
  background-repeat: no-repeat;
}

td.bottom-menu {
  width: 20%;
  height: 33px;
  vertical-align: middle;
  text-align: center;
  background-image: url(images/bottom-info-bg.gif);
  background-position: top right;
  background-repeat: repeat-x;
}

td.bottom-menu a {
  color: #302b28;
  font-weight: bold;
}

td.bottom-menu a:hover {
  color: #666666;
  font-weight: bold;
  text-decoration: none;
}


table.bottom-menu {
  background-color: #dededd;
}


td.center {
  text-align: center;
}

div.info_nowy, div.info_nowy2 {
  background-image: url(images/nowy.gif);
  background-position: top left;
  background-repeat: no-repeat;
  color: #ffffff;
  height: 78px;
  min-height: 80px;
}

div.info_nowy span.przekreslony, div.info_nowy2 span.przekreslony {
  color: #ffffff;
  font-size: 18px;
  text-decoration: line-through;
}

div.info_nowy span.promocja, div.info_nowy2 span.promocja {
  color: #ffffff;
  font-size: 18px;
  color:red;
}

div.info_uzywany, div.info_uzywany2 {
  background-image: url(images/uzywany.gif);
  background-position: top left;
  background-repeat: no-repeat;
  color: #ffffff;
  height: 78px;
  min-height: 80px;
}

div.info_uzywany span.przekreslony, div.info_uzywany2 span.przekreslony {
  color: #ffffff;
  font-size: 18px;
  text-decoration: line-through;
}

div.info_uzywany span.promocja, div.info_uzywany2 span.promocja {
  color: #ffffff;
  font-size: 18px;
  color:red;
}

div.info_nowy h1, div.info_uzywany h1 {
  margin: 0px 45px 0px 170px;
  color: #ffffff;
  font-size: 20px;
  line-height: 80px;
}

div.info_nowy2 h1, div.info_uzywany2 h1 {
  margin: 0px 45px 0px 170px;
  color: #ffffff;
  font-weight: normal;
  font-size: 18px;
  padding-top: 12px;
  line-height: 26px;
}

div.kontakt-left {
  width: 460px;
  display: block;
  float: left;
}

div.kontakt-right {
  width: 175px;
  display: block;
  float: right;
  margin: 16px 36px 0px 0px;
}

input.info-kontakt {
  width: 355px;
  border: 1px solid #c2c1c1;
}

textarea.info-kontakt-tresc {
  width: 355px;
  border: 1px solid #c2c1c1;
}


/* galeria */
 .ad-gallery {
  width: 600px;
}
.ad-gallery, .ad-gallery * {
  margin: 0;
  padding: 0;
}
  .ad-gallery .ad-image-wrapper {
    width: 100%;
    height: 400px;
    margin-bottom: 10px;
    position: relative;
    overflow: hidden;
  }
    .ad-gallery .ad-image-wrapper .ad-loader {
      position: absolute;
      z-index: 10;
      top: 48%;
      left: 48%;
      border: 1px solid #CCC;
    }
    .ad-gallery .ad-image-wrapper .ad-next {
      position: absolute;
      right: 0;
      top: 0;
      width: 25%;
      height: 100%;
      cursor: pointer;
      display: block;
      z-index: 100;
    }
    .ad-gallery .ad-image-wrapper .ad-prev {
      position: absolute;
      left: 0;
      top: 0;
      width: 25%;
      height: 100%;
      cursor: pointer;
      display: block;
      z-index: 100;
    }
    .ad-gallery .ad-image-wrapper .ad-prev, .ad-gallery .ad-image-wrapper .ad-next {
      /* Or else IE will hide it */
      background: url(non-existing.jpg)\9
    }
      .ad-gallery .ad-image-wrapper .ad-prev .ad-prev-image, .ad-gallery .ad-image-wrapper .ad-next .ad-next-image {
        background: url(ad_prev.png);
        width: 30px;
        height: 30px;
        display: none;
        position: absolute;
        top: 47%;
        left: 0;
        z-index: 101;
      }
      .ad-gallery .ad-image-wrapper .ad-next .ad-next-image {
        background: url(ad_next.png);
        width: 30px;
        height: 30px;
        right: 0;
        left: auto;
      }
    .ad-gallery .ad-image-wrapper .ad-image {
      position: absolute;
      overflow: hidden;
      top: 0;
      left: 0;
      z-index: 9;
    }
      .ad-gallery .ad-image-wrapper .ad-image .ad-image-description {
        position: absolute;
        bottom: 0px;
        left: 0px;
        padding: 7px;
        text-align: left;
        width: 100%;
        z-index: 2;
        background: url(opa75.png);
        color: #000;
      }
      * html .ad-gallery .ad-image-wrapper .ad-image .ad-image-description {
        background: none;
        filter:progid:DXImageTransform.Microsoft.AlphaImageLoader (enabled=true, sizingMethod=scale, src='opa75.png');
      }
        .ad-gallery .ad-image-wrapper .ad-image .ad-image-description .ad-description-title {
          display: block;
        }
  .ad-gallery .ad-controls {
    height: 20px;
  }
    .ad-gallery .ad-info {
      float: left;
    }
    .ad-gallery .ad-slideshow-controls {
      float: right;
    }
      .ad-gallery .ad-slideshow-controls .ad-slideshow-start, .ad-gallery .ad-slideshow-controls .ad-slideshow-stop {
        padding-left: 5px;
        cursor: pointer;
      }
      .ad-gallery .ad-slideshow-controls .ad-slideshow-countdown {
        padding-left: 5px;
        font-size: 0.9em;
      }
    .ad-gallery .ad-slideshow-running .ad-slideshow-start {
      cursor: default;
      font-style: italic;
    }
  .ad-gallery .ad-nav {
    width: 100%;
    position: relative;
  }
    .ad-gallery .ad-forward, .ad-gallery .ad-back {
      position: absolute;
      top: 0;
      height: 100%;
      z-index: 10;
    }
    /* IE 6 doesn't like height: 100% */
    * html .ad-gallery .ad-forward, .ad-gallery .ad-back {
      height: 100px;
    }
    .ad-gallery .ad-back {
      cursor: pointer;
      left: -20px;
      width: 13px;
      display: block;
      background: url(ad_scroll_back.png) 0px 22px no-repeat;
    }
    .ad-gallery .ad-forward {
      cursor: pointer;
      display: block;
      right: -20px;
      width: 13px;
      background: url(ad_scroll_forward.png) 0px 22px no-repeat;
    }
    .ad-gallery .ad-nav .ad-thumbs {
      overflow: hidden;
      width: 100%;
    }
      .ad-gallery .ad-thumbs .ad-thumb-list {
        float: left;
        width: 9000px;
        list-style: none;
      }
        .ad-gallery .ad-thumbs li {
          float: left;
          padding-right: 5px;
        }
          .ad-gallery .ad-thumbs li a {
            display: block;
          }
            .ad-gallery .ad-thumbs li a img {
              border: 3px solid #CCC;
              display: block;
            }
            .ad-gallery .ad-thumbs li a.ad-active img {
              border: 3px solid #616161;
            }
/* Can't do display none, since Opera won't load the images then */
.ad-preloads {
  position: absolute;
  left: -9000px;
  top: -9000px;
}