/* CSS Document */

* {
  margin: 0;
  padding: 0;
  }
body {
  background: url(../img/background.gif) repeat-x #fff;
  font-family: Tahoma;
  }
body#shop {
          background: url(../img/background_shop.jpg) repeat-x #fff;
          }
  #container {
    width: 960px;
    margin: auto;
    }
    
    #top {
      background: url(../img/bg_top.gif) no-repeat right top;
      width: 960px;
      float: left;
      height: 115px;
      }
      #top h1 {
        width: 310px;
        float: left;
        }
        #top h1 img {
          float: left;
          border: 0;
          }
      #top #info {
        width: 650px;
        float: right;
        height: 37px;
        }
        #top #info p {
          font-size: 11px;
          color: #fff;
          padding: 12px 0 0 20px;
          float: left;
          }
          #top #info p a {
            color: #FF7700;
            text-decoration: none;
            }
            #top #info p a:hover {
              text-decoration: underline;
              }
        #top #info ul {
          float: right;
          margin: 10px 30px 0 0;
          display: inline;
          }
          #top #info ul li {
            display: inline;
            float: left;
            }
            #top #info ul li img {
              float: left;
              border: 0;
              }
        #top #menu {
          width: 650px;
          float: right;
          height: 42px;
          }
          #top #menu ul {
            width: auto;
            float: right;
            display: inline;
            height: 42px;
            margin: 31px 0 0 0;
            }
            #top #menu ul li {
              float: left;
              display: inline;
              }
              #top #menu ul li img {
                border: 0;
                }
                
      #flash {
        width: 960px;
        float: left;
        margin: 25px 0 0 0;
        }
        
          #shop-panel {
                    width: 960px;
                    height: 93px;
                    float: left;
                    margin: 15px 0 0 0;
                    }
                    #shop-panel #search { 
                              background: url(../img/search.gif) right top no-repeat;        
                              width: 264px;
                              float: left;
                              height: 93px;
                              }
                              #shop-panel #search h3 {
                                        float: left;
                                        }
                                        #shop-panel #search h3 img {
                                                  float: left;
                                                  }
                              #shop-panel #search div {
                                        width: 264px;
                                        float: left;
                                        margin: 5px 0 0 0;
                                        }
                                        #shop-panel #search div input {
                                                  background: url(../img/input-search.gif) no-repeat;
                                                  width: 151px;
                                                  height: 19px;
                                                  font-size: 11px;
                                                  color: #000;
                                                  padding: 5px 5px 0 5px;
                                                  border: 0;
                                                  float: left;
                                                  }
                                        #shop-panel #search div input.submit {
                                                  background: none;
                                                  width: 57px;
                                                  height: 25px;
                                                  border: 0;
                                                  float: left;
                                                  padding: 0;
                                                  margin: 0 0 0 5px;
                                                  display: inline;
                                                  }
                                        #shop-panel #search a {
                                                  float: left;
                                                  margin: 3px 0 0 0;
                                                  font-size: 11px;
                                                  color: #A4BAD1;
                                                  text-decoration: none;
                                                  }
                                                  #shop-panel #search a:hover {
                                                            text-decoration: underline;
                                                            }
                    #shop-panel #login { 
                              background: url(../img/search.gif) right top no-repeat;        
                              width: 357px;
                              float: left;
                              height: 93px;
                              }
                              #shop-panel #login h3 {
                                        float: left;
                                        margin: 0 0 0 40px;
                                        display: inline;
                                        }
                                        #shop-panel #login h3 img {
                                                  float: left;
                                                  }
                              #shop-panel #login div {
                                        width: 317px;
                                        float: left;
                                        margin: 5px 0 0 40px;
                                        display: inline;
                                        }
                                        #shop-panel #login div input {
                                                  background: url(../img/input-login.gif) no-repeat;
                                                  width: 102px;
                                                  height: 19px;
                                                  font-size: 11px;
                                                  color: #000;
                                                  padding: 5px 5px 0 5px;
                                                  border: 0;
                                                  margin: 0 5px 0 0;
                                                  display: inline;
                                                  float: left;
                                                  }
                                        #shop-panel #login div input.submit {
                                                  background: none;
                                                  width: 57px;
                                                  height: 25px;
                                                  border: 0;
                                                  float: left;
                                                  padding: 0;
                                                  display: inline;
                                                  }
                                        #shop-panel #login a {
                                                  float: left;
                                                  margin: 3px 0 0 40px;
                                                  display: inline;
                                                  font-size: 11px;
                                                  color: #A4BAD1;
                                                  text-decoration: none;
                                                  }
                                                  #shop-panel #login a:hover {
                                                            text-decoration: underline;
                                                            }
                    #shop-panel #basket {
                              background: url(../img/basket.gif) left bottom no-repeat;     
                              width: 200px;
                              float: left;
                              height: 93px;
                              padding: 0 0 0 100px;
                              }
                              #shop-panel #basket h3 {
                                        float: left;
                                        }
                              #shop-panel #basket p {
                                        width: 200px;
                                        font-size: 11px;
                                        color: #fff;
                                        float: left;
                                        padding: 0 0 0 5px;
                                        }
                                        #shop-panel #basket a {
                                                  float: right;
                                                  font-size: 11px;
                                                  color: #BFDCF7;
                                                  padding: 3px;
                                                  text-decoration: none;
                                                  background: #447AB1;
                                                  }
                                                  #shop-panel #basket a:hover {
                                                            background: #1F5C99;
                                                            }
                              
          #navigation {
                    width: 960px;
                    float: left;
                    height: 21px;
                    margin: 9px 0 0 0;
                    }
                    #navigation h4 {
                              font-size: 11px;
                              color: #2A68A6;
                              float: left;
                              font-weight: normal;
                              margin: 4px 0 0 0;
                              }
                    #navigation ul {
                              float: left;
                              height: 21px;
                              }
                              #navigation ul li {
                                        display: inline;
                                        float: left;
                                        font-size: 11px;
                                        margin: 4px 0 0 5px;
                                        color: #2A68A6;
                                        }
                                        #navigation ul li a {
                                                  color: #012846;
                                                  text-decoration: none;
                                                  }
                                                  
          #products-shop {
                    width: 620px;
                    float: left;
                    margin: 0 0 0 20px;
                    display: inline;
                    border-left: 2px dotted #eee;
                    }
                    #products-shop .category {
                              width: 590px;
                              float: left;
                              padding: 0 0 20px 30px;
                              }
                              #products-shop .category h2 {
                                        font-size: 22px;
                                        float: left;
                                        color: #787878;
                                        font-weight: normal;
                                        }
                              #products-shop .category .sort {
                                        float: right;
                                        margin: 8px 0 0 0;
                                        }
                                        #products-shop .category .sort p {
                                                  float: left;
                                                  font-size: 12px;
                                                  color: #787878;
                                                  margin: 2px 0 0 0;
                                                  }
                                        #products-shop .category .sort select {
                                                  float: left;
                                                  font-size: 12px;
                                                  color: #787878;
                                                  margin: 0 0 0 5px;
                                                  display: inline;
                                                  }
                              #products-shop .pager {
                                        width: 590px;
                                        float: left;
                                        margin: 10px 0 0 0;
                                        }
                                        #products-shop .pager h5 {
                                                  color: #787878;
                                                  font-size: 14px;
                                                  float: left;
                                                  }
                                                  #products-shop .pager ul {
                                                            float: left;
                                                            margin: 0 0 0 5px;
                                                            display: inline;
                                                            }
                                                            #products-shop .pager ul li {
                                                                      display: inline;
                                                                      font-size: 14px;
                                                                      float: left;
                                                                      margin: 0 5px 0 5px;
                                                                      font-weight: bold;
                                                                      }
                                                                      #products-shop .pager ul li a {
                                                                                color: #2472A9;
                                                                                text-decoration: none;
                                                                                float: left;
                                                                                }
                                                                                #products-shop .pager ul li a:hover {
                                                                                          color: #999;
                                                                                          }
                                                                                #products-shop .pager ul li a strong {
                                                                                          color: #787878;
                                                                                          }
                              
                    #products-shop .line {
                              width: 620px;
                              float: left;
                              margin: 0 0 20px 0;
                              }
                    #products-shop .product-shop {
                              background: url(../img/product-shop.gif) repeat-y #fff;
                              width: 275px;
                              float: left;
                              margin: 0 0 0 30px;
                              display: inline;
                              }
                              #products-shop .product-shop .bottom {  
                                        background: url(../img/product-shop-bottom.gif) no-repeat bottom;
                                        width: 275px;
                                        float: left;
                                        padding: 0 0 10px 0;
                                        }
                              #products-shop .product-shop h3 {       
                                        background: url(../img/product-shop-h3.gif) no-repeat top;
                                        width: 255px;
                                        height: 37px;
                                        float: left;
                                        font-size: 11px;
                                        color: #fff;
                                        font-weight: normal;
                                        padding: 7px 10px 0 10px;
                                        }
                                        #products-shop .product-shop h3 a {
                                                  color: #fff;
                                                  text-decoration: none;
                                                  }
                                                  #products-shop .product-shop h3 a:hover {
                                                            color: #eee;
                                                            }
                              #products-shop .product-shop p {
                                        width: 255px;
                                        float: left;
                                        font-size: 12px;
                                        color: #000;
                                        padding: 5px 10px 5px 10px;
                                        }
                                        #products-shop .product-shop p img {
                                                  float: left;
                                                  border: 2px solid #fff;
                                                  margin: 0 5px 5px 0;
                                                  display: inline;
                                                  }
                              #products-shop .product-shop .buttons {
                                        width: 275px;
                                        float: left;
                                        margin: 5px 0 0 0;
                                        }
                                        #products-shop .product-shop .buttons img {
                                                  float: left;
                                                  border: 0;
                                                  margin: 15px 0 0 5px;
                                                  display: inline;
                                                  }
                                        #products-shop .product-shop .buttons .price {
                                                  width: 62px;
                                                  float: left;
                                                  margin: 0 0 0 10px;
                                                  display: inline;
                                                  }
                                                  #products-shop .product-shop .buttons .price span {
                                                            width: 62px;
                                                            float: left;
                                                            font-size: 10px;
                                                            color: #FE8100;
                                                            }
                                                  #products-shop .product-shop .buttons .price p {
                                                            width: 62px;
                                                            float: left;
                                                            font-size: 10px;
                                                            color: #FE8100;
                                                            margin: 0;
                                                            padding: 0;
                                                            }
                                                            #products-shop .product-shop .buttons .price p strong {
                                                                      font-size: 22px;
                                                                      font-weight: normal;
                                                                      }
                                                                      
                    #products-shop #product-shop-more {
                              background: url(../img/product-shop-more.gif) repeat-y #fff;
                              width: 584px;
                              float: left;
                              margin: 0 0 0 30px;
                              display: inline;
                              }
                              #products-shop #product-shop-more .bottom {  
                                        background: url(../img/product-shop-more-bottom.gif) no-repeat bottom;
                                        width: 584px;
                                        float: left;
                                        padding: 0 0 10px 0;
                                        }
                              #products-shop #product-shop-more h3 {       
                                        background: url(../img/h3-shop-more.gif) no-repeat top;
                                        width: 564px;
                                        height: 38px;
                                        float: left;
                                        font-size: 12px;
                                        color: #fff;
                                        font-weight: normal;
                                        padding: 7px 10px 0 10px;
                                        }
                              #products-shop #product-shop-more #gallery {
                                        width: 295px;
                                        float: left;
                                        margin: 5px 0 0 10px;
                                        display: inline;
                                        }
                                        #products-shop #product-shop-more #gallery span {
                                                  width: 295px;
                                                  float: left;
                                                  }
                                                  #products-shop #product-shop-more #gallery span img {
                                                            border: 6px solid #fff;
                                                            float: left;
                                                            }
                                        #products-shop #product-shop-more #gallery div {
                                                  float: left;
                                                  width: 295px;
                                                  margin: 5px 0 0 0;
                                                  }
                                                  #products-shop #product-shop-more #gallery div p {
                                                            width: 285px;
                                                            float: left;
                                                            color: #000;
                                                            font-size: 11px;
                                                            padding: 0 0 0 10px;
                                                            }
                                                  #products-shop #product-shop-more #gallery img {
                                                            float: left;
                                                            border: 2px solid #fff;
                                                            margin: 5px 3px 0 0;
                                                            display: inline;
                                                            }
                              #products-shop #product-shop-more #description {
                                        width: 270px;
                                        float: left;
                                        margin: 5px 0 0 0px;
                                        display: inline;
                                        }
                                        #products-shop #product-shop-more #description h4 {
                                                  width: 270px;
                                                  float: left;
                                                  font-size: 18px;
                                                  font-weight: normal;
                                                  }
                                        #products-shop #product-shop-more #description span {
                                                  font-size: 11px;
                                                  color: #000;
                                                  width: 270px;
                                                  float: left;
                                                  margin: 5px 0 0 0;
                                                  }
                                                  #products-shop #product-shop-more #description span a {
                                                            color: #ED6802;
                                                            text-decoration: none;
                                                            }
                                                            #products-shop #product-shop-more #description span a:hover {
                                                                      text-decoration: underline;
                                                                      }
                                        #products-shop #product-shop-more #description p {
                                                  font-size: 12px;
                                                  color: #000;
                                                  width: 270px;
                                                  float: left;
                                                  margin: 10px 0 0 0;
                                                  }
                              
                              #products-shop #product-shop-more #description #order {
                                        background: url(../img/order.gif) repeat-y #fff;
                                        width: 272px;
                                        float: left;
                                        margin: 15px 0 0 0;
                                        }
                                        #products-shop #product-shop-more #description #order .bottom {
                                                  background: url(../img/order-bottom.gif) no-repeat bottom;
                                                  width: 272px;
                                                  float: left;
                                                  padding: 0 0 8px 0;
                                                  }
                                                  #products-shop #product-shop-more #description #order h5 {
                                                            background: url(../img/order-h5.gif) top no-repeat;
                                                            width: 250px;
                                                            float: left;
                                                            height: 21px;
                                                            padding: 3px 0 0 22px;
                                                            font-size: 14px;
                                                            color: #ED6802;
                                                            margin: 0;
                                                            }
                                                  #products-shop #product-shop-more #description #order div.gog {
                                                            width: 175px;
                                                            float: left;
                                                            margin: 5px 0 0 0;
                                                            }
                                                            #products-shop #product-shop-more #description #order div.gog p {
                                                                      width: auto;
                                                                      font-size: 12px;
                                                                      color: #000;
                                                                      float: left;
                                                                      padding: 0 0 0 15px;
                                                                      }
                                                                      #products-shop #product-shop-more #description #order div.gog p strong {
                                                                                font-size: 20px;
                                                                                font-weight: normal;
                                                                                color: #ED6802;
                                                                                }
                                                            #products-shop #product-shop-more #description #order div.gog input.num {
                                                                      width: 40px;
                                                                      height: 16px;
                                                                      padding: 0 2px 2px 2px;
                                                                      float: left;
                                                                      font-size: 12px;
                                                                      color: #333;
                                                                      text-align: center;
                                                                      margin: 7px 0 0 5px;
                                                                      display: inline;
                                                                      background: #fff;
                                                                      border: 1px solid #ccc;
                                                                      }
                                                                      #products-shop #product-shop-more #description #order div.addcart {
                                                                                width: 70px;
                                                                                float: right;
                                                                                font-size: 11px;
                                                                                color: #000;
                                                                                text-align: center;
                                                                                margin: 0 5px 0 0;
                                                                                display: inline;
                                                                                }
                                                                      #products-shop #product-shop-more #description #order div.addcart input.add {
                                                                                background: url(../img/add-cart.gif) center bottom no-repeat;
                                                                                width: 70px;
                                                                                float: left;
                                                                                padding: 0 0 0 0;
                                                                                height: 60px;
                                                                                border: 0;
                                                                                }
                                                  
                    #products-shop #icons {
                              width: 584px;
                              float: left;
                              margin: 15px 0 0 30px;
                              display: inline;
                              border-top: 1px dotted #ccc;
                              border-bottom: 1px dotted #ccc;
                              padding: 10px 0 10px 0;
                              text-align: center;
                              }
                              #products-shop #icons a {
                                        padding: 47px 0 0 0;
                                        float: left;
                                        font-size: 11px;
                                        color: #ED6802;
                                        text-decoration: none;
                                        margin: 0 30px 0 30px;
                                        display: inline;
                                        }
                                        #products-shop #icons a:hover {
                                                  text-decoration: underline;
                                                  }
                              #products-shop #icons a.pow {
                                        background: url(../img/powiazane.gif) no-repeat top center;
                                        }
                              #products-shop #icons a.op {
                                        background: url(../img/opinie.gif) no-repeat top center;
                                        }
                              #products-shop #icons a.pol {
                                        background: url(../img/polec.gif) no-repeat top center;
                                        }
                              #products-shop #icons a.zap {
                                        background: url(../img/zapytaj.gif) no-repeat top center;
                                        }
                              
                    #products-shop .comment {
                              width: 584px;
                              float: left;
                              margin: 15px 0 0 30px;
                              display: inline;
                              }
                              #products-shop .comment h5 {
                                        width: 584px;
                                        float: left;
                                        font-size: 14px;
                                        color: #000;
                                        }
                              #products-shop .comment p {
                                        width: 584px;
                                        float: left;
                                        font-size: 12px;
                                        color: #000;
                                        margin: 10px 0 0 0;
                                        }
                              #products-shop .comment textarea {
                                        width: 465px;
                                        float: left;
                                        height: 100px;
                                        margin: 10px 0 0 0;
                                        font-size: 12px;
                                        color: #000;
                                        padding: 5px;
                                        }
                              #products-shop .comment input {
                                        width: 255px;
                                        float: left;
                                        margin: 3px 0 0 0;
                                        font-size: 12px;
                                        color: #000;
                                        padding: 2px;
                                        }
                              #products-shop .comment input.suma {
                                        width: 25px;
                                        height: 12px;
                                        margin: 7px 0 0 3px;
                                        display: inline;
                                        font-size: 12px;
                                        color: #000;
                                        padding: 2px;
                                        }
                                        #products-shop .comment input.submit {
                                                  width: auto;
                                                  height: auto;
                                                  padding: 0;
                                                  }
                              #products-shop .comment p.wyn {
                                        width: auto;
                                        }
                              #products-shop .comment div {
                                        width: 584px;
                                        float: left;
                                        margin: 10px 0 0 0;
                                        }
        
      #content {
        width: 960px;
        float: left;
        margin: 22px 0 0 0;
        }
        
        #content #left {
          width: 298px;
          float: left;
          margin: 0 0 20px 0;
          }
        #content #news {
          background: url(../img/bg_news.gif) repeat-y;
          width: 298px;
          float: left;
          }
          #content #news h3 {
            background: url(../img/h3_news.gif) no-repeat;
            width: 283px;
            height: 34px;
            float: left;
            font-size: 14px;
            color: #fff;
            padding: 9px 0 0 15px;
            }
          #content #news .cont {
            background: url(../img/news_footer.gif) no-repeat bottom;
            width: 298px;
            float: left;
            padding: 0 0 10px 0;
            }
            #content #news .cont div {
              width: 250px;
              float: left;
              margin: 15px 0 0 20px;
              display: inline;
              }
              #content #news .cont div h4 {
                font-size: 11px;
                color: #FF7500;
                float: left;
                border-bottom: 1px solid #EAEAEA;
                }
                #content #news cont div h4 span {
                  font-size: 9px;
                  color: #B8B8B8;
                  font-weight: normal;
                  }
              #content #news .cont div p {
                width: 250px;
                float: left;
                font-size: 11px;
                color: #373737;
                margin: 5px 0 0 0;
                }
                #content #news .cont div p a.more {
                  float: right;
                  color: #0081C0;
                  text-decoration: none;
                  }
                  #content #news .cont div p a.more:hover {
                    text-decoration: underline;
                    }
                    
        #content #site_menu {
          background: url(../img/bg_news.gif) repeat-y;
          width: 298px;
          float: left;
          }
          #content #site_menu h3 {
            background: url(../img/h3_menu.gif) no-repeat;
            width: 283px;
            height: 34px;
            float: left;
            font-size: 14px;
            color: #fff;
            padding: 9px 0 0 15px;
            }
          #content #site_menu h3.prod {
            background: url(../img/h3_prod.gif) no-repeat;
            width: 283px;
            height: 35px;
            float: left;
            font-size: 14px;
            color: #fff;
            padding: 7px 0 0 15px;
            margin: 10px 0 0 0; 
            }
          #content #site_menu .cont {
            background: url(../img/news_footer.gif) no-repeat bottom left;
            width: 298px;
            height: auto;
            float: left;
            padding: 0 0 10px 0;
            }
            #content #site_menu .cont ul {
              float: left;
              margin: 5px 0 0 20px;
              display: inline;
              width: 250px;
              }
              #content #site_menu .cont ul li {
                list-style-type: none;
                float: left;
                width: 250px;
                font-size: 12px;
                font-weight: bold;
                }
                #content #site_menu .cont ul li a {
                  color: #FF8400;
                  text-decoration: none;
                  }
                  #content #site_menu .cont ul li a:hover {
                    color: #333;
                    }
              #content #site_menu .cont ul li ul {
                float: left;
                margin: 0;
                }
                #content #site_menu .cont ul li ul li {
                  list-style-type: none;
                  font-weight: normal;
                  color: #2F2F2F;
                  padding: 1px 0 1px 20px;
                  font-size: 12px;
                  }
                  #content #site_menu .cont ul li ul li a {
                    color: #2F2F2F;
                    text-decoration: none;
                    }
                    #content #site_menu .cont ul li ul li a:hover {
                              color: #666;
                              }
          #content #site_menu .cont ul.subsub {
                    float: left;
                    width: 200px;
                    padding: 0 0 0 30px;
                    }
          #content #site_menu .cont ul.ul-prod {     
                    float: left;
                    color: #585858;
                    }
                    #content #site_menu .cont ul.ii-prod li {
                              color: #585858;
                              }
                              #content #site_menu .cont ul.ul-prod li a {
                                        color: #585858;
                                        }
                    
        #content #inshop {
          width: 298px;
          float: left;
          margin: 20px 0 0 0;
          }
          #content #inshop h3 {
            width: 298px;
            float: left;
            }
            #content #inshop h3 img {
              float: left;
              }
          #content #inshop ul {
            float: left;
            width: 273px;
            margin: 10px 0 0 25px;
            font-family: Verdana;
            display: inline;
            }
            #content #inshop ul li {
              float: left;
              width: 273px;
              font-size: 11px;
              color: #2F2F2F;
              list-style-type: decimal;
              }
              #content #inshop ul li a {
                color: #0070B9;
                text-decoration: none;
                }
                #content #inshop ul li a:hover {  
                  text-decoration: underline;
                  }
                  
        #content #text {
          background: url(../img/bg_text.gif) repeat-y;
          width: 639px;
          float: right;
          margin: 0 0 20px 0;
          }
          #content #text h3 {
            background: url(../img/h3_text.gif) no-repeat;
            width: 624px;
            height: 29px;
            float: left;
            font-size: 14px;
            color: #fff;
            padding: 9px 0 0 15px;
            } 
            #content #text .cont {
              background: url(../img/text_footer.gif) no-repeat bottom;
              width: 639px;
              float: left;
              padding: 0 0 20px 0;
              }
              #content #text .cont .bg {
							font-size:12px;
							font-family:tahoma;
                background: url(../img/sh_text.gif) repeat-x;
                width: 630px;
                float: left;
								padding: 10px 0 0 10px;
                }
				#content #text .cont .bg li{
							margin-left:30px;
                }
				#content #text .cont .bg img{
				margin:7px 7px 7px 7px;
                }
				#content #text .cont .bg a{
				 color: #0081C0;
				 text-decoration:none;
                }
				#content #text .cont .bg a:hover{
				 color: #0081C0;
				 text-decoration:underline;
                }
				
				
              #content #text .cont .product {
	      width:310px;
	      height:145px;
                float: left;
                margin-right:0px;
                display: inline;
                }
                #content #text .cont .product span {
                 
                  float: left;
				 
				  
				 
                  }
                  #content #text .cont .product span img {
                    float: left;
                    border: 1px solid #BBC0C2;
		margin-right:10px;
		display: inline;						
					 
                    }
                #content #text .cont .product div {
                  width: 115px;
                  float: left;
	        margin-right:10px;
	        display: inline;
                  }
                  #content #text .cont .product div h4 {
                    font-size: 11px;
                    color: #FF7500;
                    float: left;
		padding-left:5px;
                    }
                    #content #text .cont .product div h4 a {
                              color: #FF7500;
                              text-decoration: none;
                              }
                              #content #text .cont .product div h4 a:hover {
                                        color: #666;
                                        text-decoration: none;
                                        }
                    #content #text .cont .product div p {
                      width: 170px;
		  padding-left:5px;
		  margin-right:0px;
		  display: inline;
                      float: left;
                      color: #2F2F2F;
                      font-size: 11px;
                      }
                      #content #text .cont .product div p a.more {
                        float: right;
                        color: #0070B9;
                        text-decoration: none;
                        }
                        #content #text .cont .product div p a.more:hover {  
                          text-decoration: underline;
                          }
                          
                #content #text #files {
                  width: 599px;
                  float: left;
                  margin: 35px 0 0 20px;
                  display: inline;
                  }
                  #content #text #files h4 {
                    width: 590px;
                    float: left;
                    }
                  #content #text #files div {
                    width: 230px;
                    float: left;
                    margin: 15px 0 0 0;
                    border-bottom: 1px solid #E4E4E4;
                    border-left: 1px solid #E4E4E4;
                    border-right: 1px solid #E4E4E4;
                    } 
                    #content #text #files div div {
                      width: 230px;
                      border-top: 1px solid #E4E4E4;
                      float: left;
                      margin: 0;
                      border-left: 0;
                      border-right: 0;
                      border-bottom: 0;
                      }
                      #content #text #files div div a {
                        color: #2472A9;
                        text-decoration: none;
                        }
                        #content #text #files div div a:hover {  
                          text-decoration: underline;
                          }
                      #content #text #files div div p.num {
                        width: 17px;
                        height: 17px;
                        float: left;
                        color: #2F2F2F;
                        font-size: 11px;
                        padding: 3px 0 0 3px;
                        }
                      #content #text #files div div p.img {
                        width: 23px;
                        float: left;
                        height: 20px;
                        color: #2472A9;
                        font-size: 11px;
                        border-left: 1px solid #E4E4E4;
                        padding: 0 0 0 7px;
                        }
                        #content #text #files div div p.img img {
                          float: left;
                          border: 0;
                          margin: 2px 0 0 0;
                          }
                      #content #text #files div div p.name {
                        width: 175px;
                        float: left;
                        height: 17px;
                        color: #2472A9;
                        font-size: 11px;
                        border-left: 1px solid #E4E4E4;
                        padding: 3px 0 0 3px;
                        }
                      
          #content #text .cont p.txt {
            width: 600px;
            float: left;
            margin: 15px 0 0 15px;
            display: inline;
            font-size: 11px;
            color: #2F2F2F;
            padding: 0;
            }
            #content #text .cont p.txt img {
              float: left;
              border: 1px solid #BBC0C2;
              margin: 0 10px 5px 0;
              display: inline;
              }
              
        #content #down {
          background: url(../img/down.gif) repeat-x;
          width: 960px;
          height: 115px;
          float: left;
          margin: 20px 0 0 0;

          }
          #content #down .newsletter {
            background: url(../img/notes.gif) no-repeat left bottom;
            width: 290px;
            border-right: 1px dotted #ccc;
            float: left;
            height: 115px;
            margin: 0 0 0 20px;
            padding: 0 10px 0 0;
            display: inline;
            }
          #content #down .pay {
            background: url(../img/pay_f.jpg) no-repeat left bottom;
            width: 288px;
            float: left;
            border-right: 1px dotted #ccc;
            height: 115px;
            margin: 0 0 0 20px;
            padding: 0 10px 0 0;
            display: inline;
            }
          #content #down .send_www {
            background: url(../img/send_www.gif) no-repeat left bottom;
            width: 299px;
            border-right: 1px dotted #ccc;
            float: left;
            height: 115px;
            margin: 0 0 0 10px;
            display: inline;
            }
          #content #down .speed_contact {
            background: url(../img/speed_contact.gif) no-repeat left bottom;
            width: 300px;
            float: left;
            height: 115px;
            margin: 0 0 0 20px;
            display: inline;
            }
            #content #down h4 {
              width: 290px;
              float: left;
              margin: 10px 0 0 0;
              }
              #content #down .box, h4 img {
                float: left;
                border: 0;
                }
            #content #down .newsletter p {
              font-size: 11px;
              color: #2F2F2F;
              float: left;
              width: 300px;
              margin: 5px 0 0 0;
              text-indent: 15px;
              }
            #content #down .speed_contact p {
              font-size: 11px;
              color: #2F2F2F;
              float: left;
              width: 220px;
              margin: 5px 0 0 50px;
              display: inline;
              }
            #content #down .newsletter span {
              float: left;
              width: auto;
              margin: 25px 0 0 55px;
              display: inline;
              }
              #content #down .newsletter span input {
                background: #fff;
                width: 136px;
                height: 15px;
                float: left;
                border: 1px solid #D3D3D3;
                color: #2F2F2F;
                font-size: 11px;
                padding: 4px 3px 3px 3px;
                }
                #content #down .newsletter span input.add {
                  background: none;
                  border: 0;
                  padding: 0;
                  width: auto;
                  height: auto;
                  margin: 0 0 0 5px;
                  display: inline;
                  }
            #content #down .send_www span {
              float: left;
              width: auto;
              height: 82px;
              margin: 0 0 0 65px;
              display: inline;
              }
              #content #down .send_www span input {
                background: #fff;
                width: 136px;
                height: 15px;
                float: left;
                border: 1px solid #D3D3D3;
                color: #2F2F2F;
                font-size: 11px;
                padding: 4px 3px 3px 3px;
                margin: 3px 0 0 0;
                }
                #content #down .send_www span input.send {
                  background: none;
                  border: 0;
                  padding: 0;
                  width: auto;
                  height: auto;
                  margin: 3px 0 0 5px;
                  display: inline;
                  }
                  
    #footer {
      width: 960px;
      float: left;
      margin: 0px 0 0 0;
      border-top: 3px solid #F0F0F0;
      padding: 10px 0 10px 0;
      }
      #footer p { 
        width: 225px;
        font-size: 11px;
        color: #BBBABA;
        float: left;
        }
        #footer p span {
          color: #979696;
          }
        #footer ul {
          width: 735px;
          float: left;
          }
          #footer ul li {
            background: url(../img/footer_li.gif) right top no-repeat;
            display: inline;
            float: left;
            font-size: 11px;
            padding: 0 15px 0 10px;
            }
            #footer ul li.last {  
              background: none;
              }
            #footer ul li a {
              color: #0081C0;
              text-decoration: none;
              float: left;
              }
              #footer ul li a:hover {
                text-decoration: underline;
                }
          #footer p.project {
            width: 960px;
            float: left;
            text-align: right;
            color: #E1E1E1;
            }
            #footer p.project a { 
              color: #B4E6FF;
              text-decoration: none;
              }

.clear {
  width: 100%;
  clear: both;
  line-height: 0;
  }
a.newsik {
                  
                  color: #0081C0;
                  text-decoration: none;
                  }
a.newsik:hover {
                    text-decoration: underline;
                    }
					
div .kategoria {
padding-left:10px;
padding-bottom:5px;
                font-size: 12px;
                font-weight: bold;

}
div .kategoria a {
color: #FF8400;
text-decoration: none;
}
div .kategoria a:hover {
color: #f35b00;
text-decoration: none;
}
div .podstrona {	
padding-left:35px;
               font-size: 12px;
padding-bottom:5px;
}				

div .podstrona a {
color: #2d2d2d;
text-decoration: none;
}
div .podstrona a:hover {
color: #2d2d2d;
text-decoration: underline;
}
.podo {
          width: auto;
          float: left;
          margin: 10px 0 10px 20px;
          display: inline;
          
          }
          .podo h5 {
                    width: 600px;
                    float: left;
                    margin: 0 0 10px 10px;
                    display: inline;
                    color: #FF8400;
                    }
                    .podo .product-shopi {
                              background: url(../img/product-shop.gif) repeat-y #fff;
                              width: 275px;
                              float: left;
                              margin: 0 0 0 10px;
                              display: inline;
                              }
                              .podo .product-shopi .bottom {  
                                        background: url(../img/product-shop-bottom.gif) no-repeat bottom;
                                        width: 275px;
                                        float: left;
                                        padding: 0 0 10px 0;
                                        }
                              .podo .product-shopi h3 {       
                                        background: url(../img/product-shop-h3.gif) no-repeat top;
                                        width: 255px;
                                        height: 37px;
                                        float: left;
                                        font-size: 12px;
                                        color: #fff;
                                        font-weight: normal;
                                        padding: 7px 10px 0 10px;
                                        }
                                        .podo .product-shopi h3 a {
                                                  color: #fff;
                                                  text-decoration: none;
                                                  }
                                                  .podo .product-shop h3 a:hover {
                                                            color: #eee;
                                                            }
                              .podo .product-shopi p {
                                        width: 255px;
                                        float: left;
                                        font-size: 12px;
                                        color: #000;
                                        padding: 5px 10px 5px 10px;
                                        }
                                        .podo .product-shopi p img {
                                                  float: left;
                                                  border: 2px solid #fff;
                                                  margin: 0 5px 5px 0;
                                                  display: inline;
                                                  }
                              .podo .product-shopi .buttons {
                                        width: 275px;
                                        float: left;
                                        margin: 5px 0 0 0;
                                        }
                                        .podo .product-shopi .buttons img {
                                                  float: left;
                                                  border: 0;
                                                  margin: 15px 0 0 5px;
                                                  display: inline;
                                                  }
                                        .podo .product-shopi .buttons .price {
                                                  width: 62px;
                                                  float: left;
                                                  margin: 0 0 0 10px;
                                                  display: inline;
                                                  }
                                                  .podo .product-shopi .buttons .price span {
                                                            width: 62px;
                                                            float: left;
                                                            font-size: 10px;
                                                            color: #FE8100;
                                                            }
                                                  .podo .product-shopi .buttons .price p {
                                                            width: 62px;
                                                            float: left;
                                                            font-size: 10px;
                                                            color: #FE8100;
                                                            margin: 0;
                                                            padding: 0;
                                                            }
                                                            .podo .product-shopi .buttons .price p strong {
                                                                      font-size: 22px;
                                                                      font-weight: normal;
                                                                      }
																	  
#aktualnosci {
font-size: 11px;
}

  #aktualnosci h3 {
  margin-top:30px;
  font-size:16px;
  font-family:Arial, Helvetica, sans-serif;
  }
  #aktualnosci span {
  font-size:11px;
  font-weight:bold;
  }
  #aktualnosci a {
    color: #2A68A6;
    text-decoration: none;
	}
	
#opiskategorii {
font-size: 12px;
margin-top:40px;
padding-top:10px;
color: #333333
}

#aktualnosc_main {
	font-size: 11px;
	margin-left: 10px;
}

	#aktualnosc_main span {
		font-weight: bold;
	}
