/* CSS Document */

/*----------------------------------------------------------------------------
	Description: Kaskádové styly pro Pralinky.com
	Author:			 e-invent s.r.o., www.e-invent.eu, e-mail: nachod(@)e-invent.eu
	Modified:	   3. 6. 2009

	==[ TOC ]==
  1. Body       (tělo)
  2. Tags       (všeobecné prvky - h1, input, ...)
  3. Classes    (třídy pro vše platící - .clear, .float-x ..)
  4. Container  (rozvržení celé stránky)
  5. Header     (Hlavička)
  6. Navigace
  7. Sidebar
      7.1 Sidebar right
      7.2 Sidebar left
  8. Content    (obsah)
  9. Footer     (patička)
  10. Other      (ostatní)
      10.1 Lightbox
	==[ Colors ]==
 
----------------------------------------------------------------------------*/

/* 1. Body -----------------------------------------------------------------*/
body {
    font-family: tahoma,arial,sans-serif,verdana,calibri;
    text-align: center;
    
    margin: 0 auto;
    padding: 0px;
    font-size: 10pt;
    color: #000;
    background: #fff url(../images/bg.png) repeat top center;
}

/* 2. Tags -----------------------------------------------------------------*/
p {text-align: left; margin: 0px; padding: 0px;}

img {border: none;}

a img {text-decoration: none;}

a span {cursor: pointer;}

fieldset {border: 0 none; padding: 0px 5px 10px 5px; margin: 10px; text-align: center; border: 2px solid #362219;}
fieldset legend {font-weight: bold; font-size: 110%;}


a {color: #362219;}
a:hover {text-decoration: none;}

h1 {font-size: 160%; width: 515px; border-bottom: 2px solid #b7903b; padding: 10px 10px 10px 10px; margin-bottom: 10px; text-align: left; color: #362219; }
h2 {font-size: 120%; text-align: left; padding: 0px; margin: 20px 0px 5px 12px; color: #362219; text-decoration: underline;}
h3 {font-size: 100%; clear: both; color: #362219; margin: 20px 0px 5px 12px; text-decoration: underline;}
h4 {font-size: 8pt; text-decoration: underline; text-align: left; padding: 5px 3px 0px 5px;}
h5 {font-size: 100%; margin: 0px 0px 2px 0px; padding: 5px 0px 3px 0px;}
h6 {font-size: 99%; margin: 0; padding: 0;}
/* 3. Classes --------------------------------------------------------------*/
#sidebar-l p, #sidebar-r p {color: #4a4a4a; padding: 0px 0px; margin-bottom: 0px;}

br.clear-l {clear: left;}
br.clear-b {clear: both;}

.f-left {float: left;}
/* 4. Container ------------------------------------------------------------*/
#main-container {
    width: 980px;
    margin: 0 auto;
    padding: 0px 5px;
    background: url(../images/main_bg.png) repeat-y scroll;
}

/* drobeckova navigace */ 
body #top1 #drobeckova-navigace {position: relative; top: 5px; left: 2px; width: 977px; height: 21px; padding: 4px 0px 0px 10px; background: url(../images/drobecek.png) no-repeat scroll left; color: #555;}
body #top1 #drobeckova-navigace strong {float: left;  margin-right: 15px;}
body #top1 #drobeckova-navigace a, body #top1 #drobeckova-navigace span {float: left; color: #e5e5e5; text-decoration: underline;}
body #top1 #drobeckova-navigace a:hover {text-decoration: none;}
body #top1 #drobeckova-navigace span.sipka {
background: url(../images/sipka.png) no-repeat scroll left center; display: block; 
width: 8px; height: 9px; margin-top: 5px; margin-left: 8px; margin-right: 8px;}

/* 5. Header   -------------------------------------------------------------*/


#top1 {
    width: 980px;
    height: 82px;
    padding: 0px;
    position: relative;
    text-align: left;
    z-index: 10;
    background: url(../images/head_bg.png) repeat-x scroll;
}

#search {position: absolute; top: 24px; left: 690px; width: 300px; height: 20px; background: url(../images/search_bg.png) no-repeat scroll; text-align: right;}
#search input {width: 150px; height: 18px; background: #fcfcfc; border: 2px solid #fcf185; color: #006;}
#search p {float: left; height: 18px; width: 80px;color: #fcf185; font-weight: bold; margin-right: 10px; line-height: 21px;}
#search img {position: absolute; top: 2px; left: 250px;}

#top1 #logotype {
     position: relative;
     left: 275px;
     top: 4px;
     display: block;
     float: left;
     width: 172px;
     height: 78px;    
     background: url(../images/logo.png) no-repeat scroll;
}
#top1 #logotype a {
     display: block;
     width: 172px;
     height: 78px;
}

#top1 #logotype span {display: none;}
#top2 {width: 980px; height: 200px; position: relative; margin-top: 10px;}

/* 6. Navigace -------------------------------------------------------------*/
#navigation {width: 970px; height: 37px; background: url(../images/menu_bg.png) repeat-x scroll; position: relative; color: #fff; border: 5px solid #fff; border-bottom: none;}
#navigation span {width: 185px; height: 28px; text-align: left; float: left; font-size: 12pt; font-weight: bold; padding: 9px 0px 0px 15px; border-right: 3px solid #fff; color: #f0daa8;}


#navigation ul { list-style: none; padding: 0px; margin: 0px; position: relative; left: 0px;}

#navigation ul li, #navigation ul li a {float: left;}

#navigation ul li a {
    text-decoration: none;
    color: #fff;
    display: block;
    height: 27px;
    /*text-decoration: underline;*/
    font-size: 11pt;
    padding: 10px 15px 0px 15px;
       
}
#navigation ul li a:hover, #navigation ul li.selected { text-decoration: none; background: url(../images/menu_a.png) repeat-x scroll;}





/* 7 Sidebar -----------------------------------------------------------------*/

/* 7.1 Sidebar - left --------------------------------------------------------*/
#sidebar-l {position: relative; width: 200px; background: #f0daa8 url(../images/sidebar_l_bottom.png) no-repeat scroll bottom; float: left; margin: 0px; padding-bottom: 150px; border-top: 3px solid #fff; border-left: 5px solid #fff; border-right: 3px solid #fff;}
#sidebar-l ul.menu-produkt {width: 180px;  margin-left: -30px; list-style-type: none; text-align: left;}
#sidebar-l ul.menu-produkt li a {display: block; height: 22px; border-bottom: 1px solid #dec790; border-top: 1px solid #dec790; margin: 2px 0px; padding: 5px 0px 0px 10px; color: #000; text-decoration: none; font-size: 10pt;}
#sidebar-l ul.menu-produkt li a:hover, #sidebar-l ul.menu-produkt li.selected {background: #e0ca98;}
#sidebar-l ul.menu-detail {margin: 2px 0 0 0; padding: 0px; border: none; list-style-type: none; }
#sidebar-l ul.menu-detail li a {height: 16px; padding: 5px 0px 2px 25px; margin: 0px; border: none; font-size: 8pt;}


/* 7.2 Sidebar - right -------------------------------------------------------*/
#sidebar-r {width: 185px; float: right; position: relative; top: -71px; text-align: left; font-size: 8pt; background: #fff url(../images/sidebar_r_bg.png) repeat-x scroll top; padding-left: 10px; border-bottom: 2px solid #563b2a; }
#sidebar-r .kontakt {position: relative; top: 0px; left: 10px;}
#sidebar-r h2 {text-align: left; font-size: 12pt; margin: 10px 0 0 0;}
#sidebar-r h3 {margin: 0; font-size: 10pt;}
#sidebar-r .datum {font-size: 8pt;}

.produkt {position: relative; width: 175px; height: 110px; background: url(../images/produkt.jpg) no-repeat scroll; margin-bottom: 10px; font-size: 8pt;}
.produkt img {float: left; position: absolute; left: 5px; top: 20px;}
.produkt span {position: absolute; top: 30px; left: 95px; text-align: left;}
.produkt a {color: #000;}
.produkt .more {background: url(../images/more.gif) no-repeat scroll right; padding-right: 12px; color: #000;}

.produkt-list {position: relative; width: 175px; height: 110px; background: url(../images/produkt.jpg) no-repeat scroll; font-size: 8pt; float: left; margin: 0 0 -1px -1px;}
.produkt-list h4 {display: block; position: absolute; top: -15px; z-index: 10;}
.produkt-list img {float: left; position: absolute; left: 5px; top: 20px; z-index: 0; border: none !important; margin: 0 !important;}
.produkt-list span {position: absolute; top: 30px; left: 95px; text-align: left;}
.produkt-list a {color: #000;}
.produkt-list .more {background: url(../images/more.gif) no-repeat scroll right; padding-right: 12px; color: #000;}
.detail-p {position: relative; left: 15px; margin-right: 10px !important;}
.archiv {position: relative; float: right; margin-right: 10px; padding: 10px 0;}

.news {padding: 5px; border-bottom: 1px solid #dec790; margin-right: 10px; margin-top: 3px;}
.news p {margin: 0; padding: 8px 0px !important; line-height: 15px !important; font-size: 9pt;}
/* 8. Content    (obsah) -----------------------------------------------------*/
#wrapper-content {position: relative; width: 975px; background: #fff url(../images/wrapper_r.png) no-repeat scroll right bottom; border-right: 5px solid #fff; margin-bottom: 30px; padding-bottom: 120px;}
#content {background: url(../images/text_bg.png) repeat-y scroll right; display: block; position: relative; width: 745px; float: right; margin: 0px 0px 0px 0px; padding: 0px 6px 40px 15px; border-top: 3px solid #fff; min-height: 400px; }
#content p {padding: 8px 12px 6px 12px; line-height: 18px;}

#content ul li {margin: 10px 0;}
#content ol li {margin: 10px 0;}
#content table {width: 500px; }

/*form .tlacitko {height: 30px; background: url(../images/menu_a.png) repeat-x scroll; border: 1px solid yellow; font-weight: bold; color: #fff;}*/

#text {width: 540px; float: left; text-align: left;}
#text .dotaz label { width: 100px; float: left; text-align: left; margin-right: 10px; display: block; }
#text .dotaz input.odkaz { width: 500px; }
#text .dotaz input.tlacitko { width: 100px; height: 30px; margin-top: 5px; border: 1px solid #fff; background: url(../images/menu_a.png) repeat-x scroll; color: #fff; font-weight: bold;}
#text .dotaz input { border: 1px solid #DEC790; color: #523724; width: 200px; }
#text .dotaz textarea { border: 1px solid #DEC790; color: #523724; width: 500px; }
#text img {border: 1px solid #b7903b; float: left; margin: 5px;}


/* ############################################################ */
#text .obchody { clear: left; font-size: 12px; font-weight:normal; margin: 0 20px 20px 0; padding-bottom: 5px; padding-top: 10px; }
#text .obchody h2, #text h2.vyhledavani  { border-bottom: 1px solid #B7903B; border-top: 1px solid #B7903B; font-size: 12px; font-weight: bold; margin: 0 0 5px; padding-bottom: 6px; padding-top:5px; text-decoration: none; width: 535px; }
#text h3.vyhledavani  { border-bottom: 1px solid #B7903B; border-top: 1px solid #B7903B; font-size: 12px; font-weight: normal; margin: 0 0 5px; padding-bottom: 6px; padding-top:5px; text-decoration: none; width: 535px; }
#text ul.vyhledavani li.vyhledavani { margin: 0; }
#text .obchody img { float:left; margin-bottom: 5px; margin-right:10px; width:200px; }
#text .obchody p { line-height: 1px; margin: 0 0 5px; text-align: justify; padding-left: 210px; }

/* 9. Footer -----------------------------------------------------------------*/
#footer a {color: #000; text-decoration: underline;}

#footer a:hover {text-decoration: none;}

#footer #box {width: 970px; height: 60px; position: relative; margin: 0 auto; background: url(../images/footer_bg.png) repeat-x scroll top;  border-left: 5px solid #fff; border-right: 5px solid #fff;} 

#footer p {line-height: 18px;}

#footer p.left {float: left; width: 500px; margin: 15px 0px 0px 15px;}

#footer p.right {display: block; text-align: right; padding-top: 15px; padding-right: 15px;}

#footer {clear: both; height: 60px; width: 980px; color: #434343; font-size: 9pt; margin-bottom: 20px;}
#shadow {background: url(../images/bottom_bg.png) repeat-x scroll bottom; width: 980px; height: 3px;} 
#wrapper-footer {clear: both;}


/* 10. Others  ---------------------------------------------------------------*/
/* 10.1 LIGHT-BOX ------------------------------------------------------------*/
.aitom-pozadi{
  z-index: 900; 
  visibility: visible;
  left:0px;
  top:0px;
  background-color:#000000;
  width:100%;
  height:100%;
  display:block;
  position:fixed;
  filter:alpha(opacity=65);
  opacity: 0.65;
  -moz-opacity:0.65;
  
}
.aitom-hlaska-holder{
         position:absolute;
         top:100px;
         z-index:1000;
         width:100%;
         margin-left:-10px;
         margin-right:-10px;
}
      
.aitom-hlaska{
        position:relative;
        display:block;
         top:0px !important;
          width:95%;
         margin:0px auto 0px auto !important;
         max-width: 820px;
}
.aitom-hlaska  li{list-style:none; padding-left:15px; background:url(../img/li.gif) left center no-repeat; line-height:160%;} 
.aitom-hlaska .zaviraci{
     position:absolute;
     top:-16px;
     right:0px;
     margin-right:10px;
     width:28px;
     height:16px;
     background: transparent url(../images/btn-zavrit.gif) left top no-repeat;
}
.aitom-hlaska .zaviraci span{display:none;}
.aitom-hlaska .obsah{
     background-color:#fff;
     border:1px solid #6b6b6b;
     overflow:auto;
     /*overflow-y: auto; 
     overflow: -moz-scrollbars-vertical; */
}
.aitom-hlaska .obsah h3 {color:#777777; font-size:110%;}
.aitom-hlaska .obsah .sub-obsah{
    display:block;
    position:relative;
    padding:10px;
    }
.aitom-hlaska .obsah th, .aitom-hlaska .obsah td{
     padding-left:5px;
     padding-right:5px;
     vertical-align: top;
     width: 50px;
}
.aitom-hlaska h2 {
     background-color: #6b6b6b;
     color: #fff;
     font-size: 130%;
     padding: 5px 16px;
     vertical-align: middle;
    display:block;
    position:relative;
    margin-bottom: 0px;
}
.aitom-hlaska strong {color: #8e8c8c;margin-left:10px;padding-top:5px;float:left;}

.aitom-hlaska #uz {
  background: url(../img/btn-saveclose.png) left top no-repeat;
  width:136px;
  height:22px;  
  padding-left:12px;
  color:#fff;
  cursor:pointer;  
  border:none;
  text-align:left;
  margin: 0 7px;
}
.aitom-hlaska #zavriti{
  background: url(../img/btn-onlyclose.png) left top no-repeat;
  width:144px;
  height:22px;  
  padding-left:12px;
  color:#fff;
  cursor:pointer;
  border:none;
  text-align:left;    
}
.aitom-hlaska .aktadresar span {float:left;}
.aitom-hlaska .soubory{
    position:static;
     top:0px;
     left:0px;
  }
.aitom-hlaska .soubory .file{
      float:left;
  }
.aitom-hlaska  .soubory .buttons{
     margin-top:5px;
  }


