/* CSS Document */

  body
  {
    background: rgb(1,99,222) url(../_files/_style-images/body.png) top center repeat-x;
    margin: 0;
    padding: 0;
    font-size: 12px;
    font-family: Times New Roman;
  }
  
  #top
  {
    width: 100%;
    height: 219px;
    background: url(../_files/_style-images/body-top.png) center center no-repeat;
    margin: 0;
    padding: 0;
    clear: both;
  }
  
  #top #header
  {
    width: 726px;
    height: 140px;
  }
  
  #top #menu
  {
    width: 726px;
    height: 50px;
    clear: both;
  }
  
  #top #menu A
  {
    display: block;
    width: 145px;
    height: 49px;
    margin: 0;
    padding: 0;
    border: 0;
    float: left;
  }
  
  #top #menu A span
  {
    visibility: hidden;
    height: 0;
    margin: 0;
    padding: 0;
  }
  
  #top #menu A#menu1{background: url(../_files/_style-images/_menu/menu1.png) center center no-repeat;}
  #top #menu A#menu2{background: url(../_files/_style-images/_menu/menu2.png) center center no-repeat;}
  #top #menu A#menu3{background: url(../_files/_style-images/_menu/menu3.png) center center no-repeat;}
  #top #menu A#menu4{background: url(../_files/_style-images/_menu/menu4.png) center center no-repeat;}
  #top #menu A#menu5{width: 146px; background: url(../_files/_style-images/_menu/menu5.png) center center no-repeat;}
  
  #top #menu A#menu1:hover{background: url(../_files/_style-images/_menu/menu1-hover.png) center center no-repeat;}
  #top #menu A#menu2:hover{background: url(../_files/_style-images/_menu/menu2-hover.png) center center no-repeat;}
  #top #menu A#menu3:hover{background: url(../_files/_style-images/_menu/menu3-hover.png) center center no-repeat;}
  #top #menu A#menu4:hover{background: url(../_files/_style-images/_menu/menu4-hover.png) center center no-repeat;}
  #top #menu A#menu5:hover{background: url(../_files/_style-images/_menu/menu5-hover.png) center center no-repeat;}
  
  #wrap
  {
    width: 726px;
    clear: both;
    margin: 0;
    padding: 0;
    text-align: left;
  }
  
  #wrap #leftpart
  {
    width: 244px;
    float: left;
    border: 0;
    margin: 0;
    padding: 0;
  }
  
  #wrap #rightpart
  {
    width: 482px;
    float: right;
    border: 0;
    margin: 0;
    padding: 0;
  }
  
  #wrap #leftpart .box
  {
    width: 225px;
    border: 1px solid rgb(4,149,255);
    background: rgb(2,117,227);
    margin-bottom: 20px;
  }
  
  #wrap #leftpart .box p.box-title
  {
    margin: 10px;
    width: 185px;
    height: 20px;
    margin-left: 20px;
    color: rgb(153,230,255);
    border-bottom: 1px solid rgb(153,230,255);
    font-size: 14px;
  }
  
  #wrap #leftpart .box ul.box-menu
  {
    width: 165px;
    list-style: none;
    margin: 0;
    margin-left: 25px;
    margin-bottom: 10px;
    padding: 0;
  }
  
  #wrap #leftpart .box ul.box-menu li
  {
    width: 170px;
    border-bottom: 1px solid rgb(4,149,255);
  }
  
  #wrap #leftpart .box ul.box-menu li ul
  {
    list-style: none;
    margin: 0;
    margin-left: 15px;
    padding: 0;
  }
  
  #wrap #leftpart .box ul.box-menu li ul li
  {
    width: 140px;
    border-bottom: 1px solid rgb(4,149,255);
  }
  
  #wrap #leftpart .box ul.box-menu li.last, #wrap #leftpart .box ul.box-menu li ul li.last
  {
    border-bottom: 0;
  }
  
  #wrap #leftpart .box ul.box-menu li A
  {
    display: block;
    width: 170px;
    height: 25px;
    text-decoration: none;
    color: rgb(255,255,255);
    line-height: 25px;
  }
  
  #wrap #leftpart .box ul.box-menu li ul li A
  {
    display: block;
    width: 140px;
    height: 25px;
    text-decoration: none;
    color: rgb(255,255,255);
    line-height: 25px;
  }
  
  #wrap #leftpart .box ul.box-menu li span#kos
  {
    display: block;
    width: 170px;
    height: 25px;
    text-decoration: none;
    color: rgb(153,230,255);
    line-height: 25px;
    margin-left: 7.5px;
  }
  
  #wrap #leftpart .box ul.box-menu li A:hover
  {
    color: rgb(153,230,255);
  }
  
  #wrap #leftpart .box ul.box-menu li A span
  {
    margin-left: 7.5px;
  }
  
  #wrap #leftpart .box input
  {
    border: 1px solid rgb(4,149,255);
    background: rgb(2,117,227);
    color: rgb(255,255,255);
    font-size: 12px;
  }
  
  #wrap #leftpart .box input#hledany
  {
    width: 100px;
    margin-left: 25px;
    margin-right: 10px;
    font-size: 12px;
  }
  
  #wrap #leftpart .box .prihlaseni
  {
    margin: 10px;
    width: 185px;
    margin-left: 20px;
    color: rgb(153,230,255);
    border-bottom: 1px solid rgb(153,230,255);  
  }
  
  #wrap #leftpart .box .prihlaseni input
  {
    width: 145px;
    margin-bottom: 10px;
    margin-left: 20px;
    font-size: 12px;
  }
  
  #wrap #leftpart .box .prihlaseni input#login
  {
    width: 105px;
    margin-bottom: 0;
    margin-left: 40px;
  }
  
  #wrap #rightpart #content
  {
    width: 100%;
    background: rgb(255,255,255);
    min-height: 500px;
    _height: 500px;
    margin-bottom: 10px;
  }
  
  #wrap #rightpart #content #content-in
  {
    margin: 20px;
    margin-top: 0;
    width: 442px;
  }
  
  #wrap #footer
  {
    width: 482px;
    float: right;
    margin-bottom: 50px;
  }
  
  #wrap #footer #footerleft
  {
    float: left;
    margin-left: 20px;
  }
  
  #wrap #footer #footerright
  {
    float: right;
    margin-right: 20px;
  }
  
  #wrap #footer #footerleft p, #wrap #footer #footerright p
  {
    font-size: 11px;
    color: rgb(255,255,255);
    margin: 0;
    padding: 0;
  }  
  
  #wrap #footer #footerleft p A, #wrap #footer #footerright p A
  {
    color: rgb(153,230,255);
    text-decoration: none;
  }  
  
  #wrap #footer #footerleft p A:hover, #wrap #footer #footerright p A:hover
  {
    color: rgb(200,200,200);
    text-decoration: underline;
  }
  
  h1, h2
  {
    visibility: hidden;
    height: 0;
    margin: 0;
    padding: 0;
  }
  
  h3
  {
    margin: 0;
    padding: 0;
    color: rgb(1,99,222);
    border-bottom: 1px solid rgb(1,99,222);
    font-size: 18px;
    text-transform: uppercase;
  }
  
  A
  {
    color: rgb(1,99,222);
    text-decoration: none;
  }
  
  A:hover
  {
    color: rgb(100,100,100);
    text-decoration: underline;
  }
  
  .product-item
  {
    width: 100%;
    border-bottom: 1px solid rgb(200,200,200);
    clear: both;
  }
  
  .product-item .item-foto
  {
    width: 150px;
    height: 150px;
    margin: 10px;
    padding: 0;
    border: 0;
    float: left;
  }
    
  .product-item .item-info
  {
    width: 245px;
    margin: 10px;
    margin-left: 0;
    padding: 0;
    border: 0;
    float: right;
  }
  
  .product-item .item-info p.item-name
  {
    color: rgb(1,99,222);
    border-bottom: 1px solid rgb(1,99,222);
    margin: 0;
    margin-top: 3px;
    padding: 0;
    font-size: 13px;
    height: 18px;
  }
  
  .product-item .item-info p.item-desc
  {
    margin: 5px;
    height: 48px;
  }
  
  .product-item .item-info .item-action
  {
    width: 130px;
    margin: 0;
    margin-left: 5px;
    padding: 0;
    border: 0;
    float: left;
  }
  
  .product-item .item-info .item-action A
  {
    
  }
  
  .product-item .item-info .item-price
  {
    width: 100px;
    margin: 0;
    margin-right: 5px;
    padding: 0;
    border: 0;
    float: right;
  }
  .product-item .item-info .item-price p
  {
    margin: 0;
    padding: 0;
    text-align: right;
    font-size: 13px;
  }
  
  .product-item .item-info .item-price p strong
  {
    color: rgb(1,99,222);
  }
  
  #serad-zobraz
  {
    width: 100%;
    height: 30px;
    border-bottom: 2px solid rgb(200,200,200);
    clear: both;
    margin: 0;
    margin-top: 10px;
    padding: 0;
  }
  
  #serad-zobraz #serad
  {
    width: 48%;
    float: left;
    text-align: left;
    margin: 5px;
    margin-right: 0;
  }
  
  #serad-zobraz #zobraz
  {
    width: 48%;
    float: right;
    text-align: right;
    margin: 5px;
    margin-left: 0;
  }
  
  #serad-zobraz #serad select, #serad-zobraz #zobraz select
  {
    border: 1px solid rgb(1,99,222);
    font-size: 12px;
  }
  
  #serad-zobraz #serad input, #serad-zobraz #zobraz input
  {
    border: 1px solid rgb(1,99,222);
    background: rgb(255,255,255);
    font-size: 12px;
  }
  
  ul#sitemap
  {
    width: 300px;
    text-align: left;
    list-style: none;
    margin-left: 50px;
  }
  
  ul#sitemap li A, ul#sitemap li span
  {
    margin-left: 5px;
    line-height: 25px;
    color: rgb(1,99,222);
  }
  
  ul#sitemap ul
  {
    width: 275px;
    list-style: none;
    margin: 0;
    margin-left: 25px;
    padding: 0;
  }
  
  ul#sitemap ul ul
  {
    width: 250px;
    list-style: none;
    margin: 0;
    margin-left: 25px;
    padding: 0;
  }
  
  #produkt-top
  {
    width: 100%;
    height: 120px;
    clear: both;
  }

  #produkt-top-foto
  {
    width: 150px;
    height: 150px;
    margin: 10px;
    float: left;
  }

  #produkt-top-foto img
  {
    border: 0;
    cursor: url('../_files/_style-images/ico_lupa.cur');
  }
  
  #produkt-top-info
  {
    width: 255px;
    height: 170px;
    margin: 10px;
    margin-left: 0;
    float: right;
  }
  
  #produkt-top-info input#do-kosiku
  {
    width: 20px;
    height: 20px;
    border: 1px solid rgb(1,99,222);
    background: rgb(255,255,255);
    font-size: 12px;
  }
    
  #produkt-top-info input#do-kosiku-submit
  {
    border: 1px solid rgb(1,99,222);
    background: rgb(255,255,255);
    font-size: 12px;
    height: 20px;
  }
  
  #produkt-top-info p
  { 
    margin: 0;
    margin-left: 4px;
    padding: 0;
  }
  
  #produkt-top-info p#cena
  { 
    margin-top: 7.5px;
    margin-bottom: 7.5px;
    padding: 0;
    font-size: 14px;
  }
  
  #produkt-top-info p strong
  { 
    color: rgb(1,99,222);
  }
  
  #produkt-top-info table
  { 
    margin-top: 7.5px;
  }
  
  p#produkt-popis
  {
    margin: 0 10px;
    padding: 0;
    width: 100%;
  }
  
  #produkt-bottom
  {
    text-align: center;
    margin-top: 30px;
  }
  
  textarea#otazka
  {
    width: 420px;
    height: 100px;
    border: 1px solid rgb(1,99,222);
    background: rgb(255,255,255);
    font-size: 12px;
    margin: 10px;
  }
  
  input#otazka-submit
  {
    width: 95px;
    border: 1px solid rgb(1,99,222);
    background: rgb(255,255,255);
    font-size: 12px;
    margin-left: 335px;
  }
  
  .question-box
  {
    width: 420px;
    margin: 10px;
    border-bottom: 1px solid rgb(200,200,200);
  }
  
  .question-box p
  { 
    margin: 0;
    margin-left: 10px;
    margin-right: 10px;
    line-height: 20px;
  }
  
  .question-box p strong
  {
    color: rgb(1,99,222);
  }
  
  .stranky
  {
    clear: both;
    margin: 10px;
    margin-top: 5px;
    height: 10px;
  }
  
  .stranky A.strankovani, .stranky A.strankovani-aktivni
  {
    display: block;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    border: 1px solid rgb(150,150,150);
    color: rgb(150,150,150);
    text-decoration: none;
    float: left;
    margin: 5px;
  }
  
  .stranky A.strankovani:hover, .stranky A.strankovani-aktivni
  {
    border: 1px solid rgb(50,50,50);
    color: rgb(50,50,50);
  }
  
  table#form
  {
    width: 300px;
    margin: 10px;
    margin-left: 55px;
  }
  
  table#form th
  {
    font-weight: normal;
    font-size: 12px;
    text-align: left;
    color: rgb(1,99,222);
  }

  table#form th input
  {
    width: 170px;
    font-size: 12px;
    border: 1px solid rgb(1,99,222);
    background: rgb(255,255,255);
    margin: 5px;
  }
  
  table#form td input#reg-submit
  {
    width: 100px;
    font-size: 12px;
    border: 1px solid rgb(1,99,222);
    background: rgb(255,255,255);
    margin-left: 175px;
    margin-top: 5px;
  }
  
  table#kosik
  {
    width: 98%;
    border-spacing: 0;
    margin: 5px;
    margin-bottom: 0;
    margin-top: 10px;
  }
  
  table#kosik th
  {
    font-weight: normal;
    text-align: left;
    font-size: 12px;
  }
  
  table#kosik th span
  {
    margin-left: 5px;
    line-height: 20px;
  }
  
  table#kosik th.title
  {
    border-bottom: 1px solid rgb(200,200,200);
    font-size: 13px
  }
  
  table#kosik td
  {
    font-size: 14px;
    text-align: right;
    border-top: 1px solid rgb(200,200,200);
  }
  
  table#kosik td span
  {
    line-height: 30px;
  }
  
  table#kosik td span strong
  {
    color: rgb(1,99,222);
  }
  
  input.objed
  {
    font-size: 12px;
    border: 1px solid rgb(1,99,222);
    background: rgb(255,255,255);
    margin: 10px;
    margin-left: 25px;
    margin-right: 25px;
  }
  
  table#souhrn
  {
    width: 300px;
    margin: 10px;
    margin-left: 55px;
  }
  
  table#souhrn th
  {
    font-weight: normal;
    font-size: 12px;
    text-align: left;
    color: rgb(0,0,0);
    line-height: 20px;
  }
  
  table#souhrn th.title
  {
    color: rgb(1,99,222);
    font-weight: bold;
    width: 100px;
  }
  
  table#souhrn th input.hidden
  {
    height: 0;
  }
