body {
  font-family: 'Trebuchet MS', Arial;
  font-size: 0.72em;
  margin: 0px;
  padding: 0px;
  color: #000;
  background: #90BACB url(../images/body_bg.gif) bottom repeat-y;
}

/* obecné elementy */
h1 {
  font-size: 180%;
  margin: 0px;
  padding: 0 0 5px;
  text-transform: uppercase;
}
h2 {
  font-size: 150%;
  margin: 0px;
  padding: 0 0 5px;
  text-transform: uppercase;
}
h3 {
  font-size: 110%;
  margin: 0px;
  padding: 0 0 5px;
  text-transform: uppercase;
}
h4 {
  font-size: 105%;
  margin: 0px;
  padding: 0 0 5px;
  text-transform: uppercase;
}
p {
  margin: 0px;
  padding: 0 0 10px;
}
a {
  color: #658E9D;
  text-decoration: none;
}
a:hover {
  color: #658E9D;
  text-decoration: underline;
}
h1 a, h2 a, h3 a, h4 a {
  color: #000;
  text-decoration: none;
}

img {
  border: none;
}
ul {
  margin: 0px;
  padding: 0 0 0 15px;
}
ul li {
  margin: 0px;
  padding: 0px;
  list-style-image: url(../images/li_bullet.gif);
}
fieldset {
  border: none;/* 1px solid #DDE7EB;*/
  padding: 10px;
  margin: 0px;
}
legend {
  border: 1px solid #DDE7EB;
  padding: 2px 10px;
  margin: 0px;
  font-weight: bold;
}

/* formátování textu */
.nowrap {
  white-space: nowrap; 
}
.strong {
  font-weight: bold;
}
.left {
  text-align: left;
}
.right {
  text-align: right;
}
.center {
  text-align: center;
}
.middle {
  vertical-align: middle;
}
.top {
  vertical-align: top;
}

.large {
  font-size: 200%;
  text-transform: uppercase;
}
.large_reference {
  font-size: 200%;
  text-transform: uppercase;
  line-height: 20px;
}
.medium {
  font-size: 150%;
  text-transform: uppercase;
}
.small {
  font-size: 95%;
}
.blue {
  color: #658E9D;
}
.black {
  color: #000;
}

/* floatování a clearer */
.fleft {
  float: left;
}
  img.fleft {
    margin: 0 10px 10px 0;
  }
.fright {
  float: right;
}
  img.fright {
    margin: 0 0 10px 10px;
  }
.clearer {
  clear: both;
}

a.download-link {

}

/* šířky elementů */
.width_100p {
  width: 100%;
}
.width_250 {
  width: 250px;
}
.width_300 {
  width: 300px;
}
.width_670 {
  width: 670px;
}


.search_string {
  display: inline-block;
  width: 137px;
  height: 24px;
  padding: 0px;
  margin: 0 10px 0 0;
  float: left;
  border: 0px solid #638492;
  font-weight: bold;
  background: url(../images/search_string_bg.gif) top no-repeat;
}
.search_button {
  display: inline-block;
  width: 72px;
  height: 24px;
  padding: 0px;
  margin: 0px;
  float: left;
  background: url(../images/search_button.gif) top no-repeat;
  border: 0px;
  font-size: 11px!important;
  color: #FFF;
  cursor: pointer;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;
}
  .search_button:hover {
    color: #000;
    background: url(../images/search_button.gif) bottom no-repeat;
  }

a.button_large {
  display: block;
  width: 220px;
  height: 43px;
  line-height: 43px;
  padding: 0 0 0 20px;
  font-size: 120%;
  font-weight: bold;
  color: #FFF;
  text-transform: uppercase;
  background: url(../images/button_large.gif) top no-repeat;
  cursor: pointer;
  text-decoration: none;
}
  a.button_large:hover {
    color: #000;
    background: url(../images/button_large.gif) bottom no-repeat;
  }

a.button_mega {
  display: block;
  width: 408px;
  height: 43px;
  line-height: 43px;
  padding: 0 0 0 20px;
  color: #FFF;
  font-size: 120%;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;
  background: url(../images/button_mega.gif) left top no-repeat;
}
  a.button_mega:hover {
    color: #000;
    background: url(../images/button_mega.gif) left bottom no-repeat;
  }

.button {
  display: block;
  width: 130px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  background: url(../images/button_feat.gif) left bottom no-repeat;
}
.button_blue {
  display: block;
  width: 130px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  background: url(../images/button_feat2.gif) left bottom no-repeat;
}
/* základní layout */

table.layout {
  width: 100%; 
}
  .first_td {
    width: 33%;
    background: url(../images/first_td_bg.gif) right repeat-y;
    vertical-align: bottom;
  }
    #left_bottom_bg {
      height: 800px;
      background: url(../images/left_bottom.jpg) right bottom no-repeat;    
    }
  
  .second_td {
    width: 960px;
  }
  .third_td {
    width: 33%;
    background: url(../images/third_td_bg.gif) left repeat-y;    
    vertical-align: top;
  }
    #right_top_bg {
      height: 800px;
      background: url(../images/right_top.jpg) left top no-repeat;    
    }

#page {
  position: relative;
  width: 960px;
  margin: 0px auto;
}
  .absolute {
    position: absolute;
    bottom: 15px;
  }

  #header {
    position: relative;
    width: 960px;
    margin: 0px auto;
    height: 140px;
    background: #9BC1D0 url(../images/header_bg.jpg) top no-repeat;
  }
    #logo {
      position: absolute;
      width: 145px;
      height: 94px;
      background: url(../images/logo.gif);
      left: 0px;
      top: 5px;
    }
    #fulltext {
      position: absolute;
      width: 220px;
      height: 36px;
      background: url(../images/fulltext_bg.gif) no-repeat;
      right: 0px;
      text-align: right;
      padding: 11px 10px 0 52px;
      right: 0px;
    }
    #css_switcher {
      position: absolute;
      width: 100px;
      text-align: right;
      bottom: 5px;
      font-weight: bold;
      right: 100px;
    }
      .large_css {
        font-size: 150%;
      }
      .medium_css {
        font-size: 120%;
      }
    #header_nadpis {
      position: absolute;
      top: 43px;
      left: 150px;
      font-size: 15px;
      text-transform: uppercase;
      font-weight: bold;
      color: #FFF!important;
    }
      h1#header_nadpis {
        color: #FFF!important;
      }
      h1#header_nadpis a {
        color: #FFF!important;
      }
  #main_home {
    position: relative;
    padding: 0 10px;
    border-top: 10px solid #FFF;
    border-bottom: 10px solid #FFF;
    margin: 0px auto;
    font-size: 95%;
    background: #FFF url(../images/main_home_bg.gif) 10px repeat-y;
  }
  #main {
    position: relative;
    padding: 0 10px;
    border-top: 10px solid #FFF;
    border-bottom: 10px solid #FFF;
    margin: 0px auto;
    font-size: 95%;
    background: #FFF url(../images/main_bg.gif) 10px repeat-y;
  }
    #first_group {
      position: relative;
      float: left;
      width: 670px;
      overflow: hidden;
    }
      #teaser {
        height: 282px;
        position: relative;
        overflow: hidden;
        padding: 0 0 0px;
      }
        #teaser h1 {
          position: absolute;
          left: 15px;
          top: 0px;
          line-height: 42px;
          z-index: 100;
        }
          #teaser h1 a {
            text-decoration: none;
          }
        #teaser img {
          position: absolute;
          float: left;
        }
        #teaser_kategorie {
          position: absolute;
          bottom: 0px;
          height: 50px;
          padding: 10px;
          font-weight: bold;
          text-transform: uppercase;
        }
          #teaser_kategorie h2, #teaser_kategorie h3  {
            font-size: 110%;
            margin: 0px;
            padding: 0px;
          }
          #teaser_kategorie .top_li {
            width: 220px;
            float: left;
          }
          #teaser_kategorie .top_li_last {
            width: 180px;
            float: left;
            margin: 0 0 0 10px;
          }

      #shade {
        height: 15px;
        background: url(../images/shade_bg.gif) bottom no-repeat;
      }
      #second_column {
        position: relative;
        float: right;
        width: 430px;
        padding: 10px;
        overflow: hidden;
      }
        #main_home #second_column {
          float: right;
          width: 670px;
          padding: 0 0 0px;
          background: url(../images/second_column_bg.jpg) right top no-repeat;
        }
        .home_table_header {
          height: 50px;
          line-height: 50px;
          overflow: hidden;
          width: 33%;
          padding: 10px 20px 10px 40px;
          vertical-align: middle;
        }
          .home_table_header h2 {
            font-size: 15px;
          }        
        .breadcrumbs {
          margin: 0 0 10px 0;
        }

      #first_column {
        position: relative;
        float: left;
        width: 200px;
        min-height: 195px;
        padding: 10px;
        overflow: hidden;
      }
        #main_home #first_column {
          float: left;
          width: 200px;
          padding: 0 10px 10px;
        }
        #main_home #first_column ul li {
          line-height: 20px;
          list-style-image: url(../images/tick.gif);
        }
        

    #third_column {
      position: relative;
      float: left;
      width: 240px;
      padding: 0 15px;
      background: #B8CCD3;
      overflow: hidden;
    }
      .first_part {
        width: 240px;
        height: 322px;
        margin: 0 0 0 -15px;
        padding: 15px;        
        background: url(../images/third_column_bg.gif) bottom repeat-x;
      }
        .first_part .button_large{
          margin: 5px 0 0 0;
        }
      .second_part {
        width: 270px;
        margin: 0 0 0 -15px;
        padding: 0;        
        background: url(../images/second_part_bg.gif) repeat-y;
      }
        .second_part_head {
          width: 270px;
          height: 14px;
          margin: 0px;        
          background: url(../images/second_part_header_bg.gif) no-repeat;
        }
        .second_part_content {
          position: relative;
          padding: 0 15px 15px;
          overflow: hidden;
          float: left;
          background: url(../images/second_part_footer_bg.gif) bottom no-repeat
        }
          .second_part_content .clanky {
            float: left;
            width: 239px;
          }
          .second_part_content .min_height {
            float: left;
            width: 1px;
            height: 217px;
          }
          .second_part_content .button_large{
            bottom: 15px;
            position: absolute;
          }
          
          .clanky_short_titul {
            margin: 0 0 10px 0;
          }

  #footer {
    padding: 25px 0px 0px;
    margin: 0px auto;
    height: 118px;
    font-size: 95%;
    color: #48707e;
    background: #769AA8 url(../images/footer_bg.jpg) center bottom no-repeat;
  }
    #footer a {
      color: #48707e;
    } 
    #footer p {
      margin: 0px;
      padding: 0px;
    } 
  
    #footer_navigation {
      text-align: left;
      font-weight: bold;
      margin: 0 0 10px;
    }
      #footer_navigation a {
        margin: 0 15px 0 10px;
        padding: 0 20px 0 0;
        color: #FFF;
        background: url(../images/navigation_left.gif) right no-repeat;
      } 
    #footer img{
      vertical-align: middle;
    }
  
  
      #inFooter {
        text-align: right;
    }
      #inFooter a {

      }
        #inFooter a:hover {

        }
        
/* navigace */

  #main_navigation {
    position: absolute;
    bottom: 0px;
    height: 33px;
    width: 960px;
    font-size: 90%;
    margin: 0px;
    text-transform: uppercase;
    background: url(../images/main_navigation_bg.gif) no-repeat;
  }
    #main_navigation a {
      display: block;
      float: left;
      font-weight: bold;
      text-decoration: none;
      color: #000;
      padding: 0px;
      line-height: 33px;
      height: 33px;
      cursor: pointer;
    }
      #main_navigation a:hover {

      }
        #main_navigation span {
          display: block;
          float: left;
          height: 33px;
          line-height: 33px;
          cursor: pointer;
        }  
      
        #main_navigation span.left {

        }      
        #main_navigation span.text {
          padding: 0 22px;
        }
        #main_navigation span.right {
          width: 2px;
          background: url(../images/navigation_left.gif) right center no-repeat;
        }  
  
        #main_navigation a:hover span.left {

        }    
        #main_navigation a:hover span.text {
          background: #E4ECEF;
        }
        #main_navigation a:hover span.right {

        }

      #main_navigation a.active {

      }
        #main_navigation a.active span.left {

        }    
        #main_navigation a.active span.text {
          background: #FFF;
        }
        #main_navigation a.active span.right {

        }
        #main_navigation a.active:hover span.left {

        }    
        #main_navigation a.active:hover span.text {

        }
        #main_navigation a.active:hover span.right {

        }

/* side navigation */

      #side_navigation {
        width: 220px;
        margin: 0 0 0 -10px;
        padding: 0;
        overflow: hidden;
      }
        #side_navigation ul {
          list-style-type: none;
          list-style-image: none;
          padding: 0;
          margin: 0;
        }
        #side_navigation ul.selected {
          background: #DCE6EA;
        }
        #side_navigation ul.level_1 a {
          margin: 0 0 0 15px;
        }
        #side_navigation ul.level_2 a {
          margin: 0 0 0 30px;
        }
        #side_navigation ul.level_3 a {
          margin: 0 0 0 45px;
        }
        #side_navigation ul.level_4 a {
          margin: 0 0 0 60px;
        }

          #side_navigation ul li {
            display: block;
            padding: 0 0 0 0px;
            margin: 0 0 0 0px;
            list-style-type: none;
            list-style-image: none;
          }
          #side_navigation ul li.selected {

          }
            #side_navigation ul li a {
              display: block;
              color: #000;
              padding: 5px 10px 5px 20px;
              background: url(../images/li_bullet.gif) 9px 11px no-repeat;
            }          
            #side_navigation ul li a.plus {
              background: url(../images/li_bullet.gif) 9px 11px no-repeat;
            }
            #side_navigation ul li a.minus {
              background: url(../images/li_bullet.gif) 9px 11px no-repeat;
            }
            #side_navigation ul li a.selected {
              background-color: #FFF;
            }

  #support_navigation {
    font-family: Arial;
    position: absolute;
    height: 25px;
    right: 5px;
    top: 111px;
    text-align: right;
  }
    #support_navigation a {
      margin: 0 0 0 2px;
    }

/* katalog */

  /* kategorie */
  .category_image {
    position: relative;
    float: left;  
 
    padding: 0px 0 15px 0;
  }
    .category_image img {
      width: 100%;
    }
  .short_kategorie , .short_kategorie_last {
    position: relative;
    float: left;  
    width: 210px;
    padding: 0px;
  }
  .short_kategorie .kratky_popis, .short_kategorie_last .kratky_popis {
    margin: 0 0 10px 0;
  }
    .short_kategorie img, .short_kategorie_last img {
      width: 100%;
    }
  .short_kategorie {
    margin: 0 10px 20px 0;
  }
  .short_kategorie_last {
    margin: 0 0 20px 0;
  }
  
  /* zbozi / produkt */
  .product_short , .product_short_last {
    position: relative;
    padding: 10px;
    margin: 0 0 5px 0;
    background: #B8CCD3;    
  }
    .product_short img, .product_short_last img {
      width: 100px;  
    }
  .product_short {
    margin: 0 0 5px 0;
  }
  .product_short_last {
    margin: 0 0 5px 0;
  }
 
    .product_short .add_to_cart_button, .product_short_last .add_to_cart_button {
      position: absolute;
      bottom: 97px;
      right: 5px;
      text-align: center;
    }
    .product_short .show_button, .product_short_last .show_button {
      position: absolute;
      display: block;
      width: 150px;
      background: none;
      bottom: 10px;
      right: 10px;
      text-align: right;
    }  
  
  .product_full {
    
  }
    .product_full .product_cart {
      position: relative;
      float: left;
      padding: 15px;
      margin: 0 5px 5px -15px;
      background: #EBEBEB;
    }
      .product_full .product_cart hr {
        background: #c9c9c9;
        border: 0px solid #c9c9c9;
        margin: 0 0 10px;
        height: 1px;
      }
      .product_full .product_cart .switchCurrency {
        margin: 0 0 4px;
      }

      .product_full .product_cart #add_to_cart {
        position: absolute;
        display: block;
        border: none;
        color: #CA1820;
        font-weight: bold;
        font-size: 100%;
        text-align: left;
        padding: 10px 0 0 10px;
        width: 115px;
        cursor: pointer;
        height: 62px;
        right: 15px;
        bottom: 40px;
        background: url(../images/add_to_cart.gif) left top no-repeat;
        
      }
      
.product_related {
  margin: 0 0 10px 0;
  padding: 10px 0 10px 10px;
  background: #B8CCD3;
}
.product_dotaz {
  margin: 0 0 -10px 0;
  padding: 10px 0 10px 10px;
  background: #B8CCD3;
}
  #close_dotaz {
    float: right;
    display: block;
    width: 26px;
    height: 26px;
    margin: 0 10px 0 0;
    cursor: pointer;
    background: url(../images/close.gif) no-repeat;
  }
product_galery {
  margin: 0 0 10px 0;
  padding: 10px 0 10px 10px;
  background: #B8CCD3;
}

.related_block {
  margin: 0 0 10px 0;
  padding: 10px 0 10px 10px;
  background: #B8CCD3;
}

.grey_block {
  padding: 10px 0 10px 10px;
  margin: 0 0 10px 0;
  background: #E4E4E4;
}

.related_block_galerie {
  margin: 0 0 10px 0;
  padding: 10px 0 10px 10px;
  background: #B8CCD3;
}
  .related_block_galerie img {
    width: 95px;
  }

/* galerie */  
.galerie {
  
}
  .galerie img {
    width: 117px;
    margin: 0 5px 5px 0;
  }

    .galerie a.last_foto img {
      margin: 0 0px 5px 0;
    }

    .print_short_galerie {
      margin: 0 0 10px 0;
      padding: 0px;
    }
      .print_short_galerie img {
        margin: 0 10px 0 0;
      }
    .print_full_galerie {
      
    } 
      .print_full_galerie img {
        width: 97px;
      }
      
  #galerie {
    
  }
    #galerie .previous {
      color: #90B9CB;
      font-size: 100%;
    }
      #galerie .previous:hover {
        color: #658E9D;
      }
      
  .galerie_short_content {
    float: right;
    width: 300px;
  }
  .empty_image {
    width: 117px;
    height: 117px;
    float: left;
  }
/* vyhodnocení formuláře*/
#over {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 100;
  background:  url(../images/blackdot.gif);
}
  #ok {
    line-height: 16px;
    position: absolute;
    left: 50%;
    top: 50px;
    margin-left: -80px;
    width: 160px;
    color: #FFF;
    text-align: center;
    padding: 160px 20px 20px;
    z-index: 200;
    background: #38943b url(../images/info.gif) 50% 15% no-repeat;
  }
    #ok p {
      line-height: 16px;
    }
  #false {
    position: absolute;
    left: 50%;
    top: 50px;
    margin-left: -80px;
    width: 160px;
    color: #FFF;
    text-align: center;
    padding: 160px 20px 20px;
    z-index: 200;
    background: #C73337 url(../images/alert.gif) 50% 15% no-repeat;
  }
    #false p {
      line-height: 16px;
    }

/* PAGER */
.PagerClass {
  height: 20px;
}
.PagerClass a, .PagerClass span {
  padding: 0 5px;
  display: inline-block;
  vertical-align: middle;
  height: 20px;
  line-height: 20px;
  font-size: 120%;
  font-weight: bold;
  color: #658E9D;
  text-decoration: none;
}
  .PagerClass a:hover {
    color: #658E9D;
  }
.PagerClass span.actual {
  width: 8px;
  color: #FFF;
  background: #AAA;
}

/* předchozí a další*/
.PagerClass a.next {
  padding: 0 12px 0 0;
  background: url(../images/next.gif) right center no-repeat;
}
  .PagerClass a.next:hover {
    background: url(../images/next_disabled.gif) right center no-repeat;
  }
.PagerClass a.previous {
  padding: 0 0 0 12px;
  background: url(../images/previous.gif) left center no-repeat;
}
  .PagerClass a.previous:hover {
    background: url(../images/previous_disabled.gif) left center no-repeat;
  }
.PagerClass span.next {
  padding: 0 12px 0 0;
  background: url(../images/next_disabled.gif) right center no-repeat;
}
.PagerClass span.previous {
  padding: 0 0 0 12px;
  background: url(../images/previous_disabled.gif) left center no-repeat;
}

/* první a poslední */
.PagerClass a.first {
  width: 14px;
  background: url(../images/first.gif) center no-repeat;
}
  .PagerClass a.first:hover {
    background: url(../images/first_disabled.gif) center no-repeat;
  }
.PagerClass a.last {
  width: 14px;
  background: url(../images/last.gif) center no-repeat;
}
  .PagerClass a.last:hover {
    background: url(../images/last_disabled.gif) center no-repeat;
  }

.PagerClass span.first {
  width: 14px;
  background: url(../images/first_disabled.gif) center no-repeat;
}
.PagerClass span.last {
  width: 14px;
  background: url(../images/last_disabled.gif) center no-repeat;
}