* {
 /* border: blue 1px solid; */
}

html, body {
  /*background-color: #C6C7BD;*/
  background-color: #ffffff;
  text-align: center;
  border: 0px;
  margin: 0px;
  padding: 0px;
}

h1 {
  display: none; 
}

#all {
  position: relative; 
  width: 960px;
  margin: 0 auto;    
  text-align: left;
  background-color: #008733;
  margin-bottom: 10px;  
  /*background-image: url("../img/all_back.gif");*/
}

#header {
  margin: 0px 0px;
  padding: 0px;
  width: 960px;
  height: 133px;    
  background: url("../img/header_back.jpg") left bottom no-repeat;
}

#menu {      
  position: relative;
  z-index: 2000;
  margin: 0px;
  margin-left: 220px;
  width: 730px;
  height: 33px;  
  background-image: url("../img/menu_back.gif");  
  padding: 0px;   
}
  #menu ul {  
    list-style-type: none;
    margin: 0px;
    padding: 0px;
    height: 33px;
  }
  #menu ul li {    
    float: left;    
    height: 33px;
    margin: 0px;
    padding: 0px;
  }
  #menu ul li .menuItem {        
    display: block;
    height: 33px;    
    color: #424242;
    font: bold 11px Verdana;        
    padding: 0px;
    margin: 0px;
    text-decoration: none;
    text-shadow: #fff 1px 1px;            
  }
  #menu ul li .menuItem:hover {
    color: #414141;
    background: url("../img/right_tab.gif") left top repeat-x;
  }
    #menu .menuItem span {
      display: block;
      padding: 10px 10px 10px 0px;         
      background: url("../img/right-tab.gif") right top no-repeat;         
      padding-left: 30px;      
      padding-right: 30px;                            
    }

.popup {       
  display: none;
  /*width: 190px;*/  
  position: absolute;  
  border-right: #444 1px solid;
  border-left: #888 1px solid;
  border-bottom: #444 1px solid;
  background-color: #fff;
  z-index: 1000;
}
  .popup .item {
    position: relative;   
    font: bold 11px Verdana;
    background-color: #ffffff;                    
    display: block;
    height: 15px;
    padding: 5px 10px;
    padding-right: 20px;
    border-top: #fff 1px solid;
    border-bottom: #ccc 1px solid;    
    color: #626262;
    text-decoration: none;
    z-index: 1000;          
  }
  a.item:hover {
    background-color: #eeeeee;
    /*background-image: url("../img/sel_back.gif");
    background-repeat: no-repeat;*/
    border-bottom: #ccc 1px solid;                    
    /*color: #fc3102;*/
    color: #f73002;    
  }
  .shadow {    
    margin: 0px;
    padding: 0px;
    display: none; 
    position: absolute; 
    background-color: #444; 
    opacity: 0.6;
    filter: alpha(opacity=60);
    z-index: 1000;
  }
    
#left {
  float: left;
  display: inline;
  width: 200px;
  margin: 0px;
  padding: 0px; 
  margin-left: 10px;  
}    
  #searchForm {                     
    height: 165px;
    margin-bottom: 10px;
    /*background-color: #fc3102;*/
    background-image: url("../img/search_back.gif");
    /*border: #fff 1px solid;*/
    padding: 5px 6px 5px 5px;
    font: bold 11px Verdana;
    color: #fff;    
  }
    #searchForm table {    
      border-spacing: 0px;
      border-collapse: collapse;
      border: none;
      padding: 0px;
      margin: 0px;    
    }
    #searchForm table td {
      padding: 0px;
      margin: 0px;
      border: none;
      padding-left: 3px;
    }
    #searchForm .light {            
      background-color: #FC633F;
      height: 27px;
      padding: 0px;
      margin: 0px; 
    }
    #searchForm .dark { 
      padding: 0px;
      margin: 0px;              
      height: 27px; 
    }     
    #searchForm .submit {
      padding: 0px;      
      margin: 0px;            
      text-align: right;     
    }            
    #searchForm input {
      height: 22px;
      font-family: sans-serif;
      font-size: 10pt;            
    }
  
  #offers {        
    width: 200px;    
    background-image: url("../img/offers_back.gif");
    background-position: top left;
    background-repeat: no-repeat;
    background-color: #ffffff;
    border-bottom: #FC3102 5px solid;
    padding-bottom: 6px;          
  }  
    #offers h3 {
      padding: 0px;
      margin: 0px;                
      color: #fff;       
      height: 25px;  
      padding-top: 5px;
      font: bold 12px Verdana;
      text-align: center;
      text-shadow: none;
    }
    #offers a.prevPage {            
      display: block;      
      cursor: hand;
      cursor: pointer;
      height: 18px;
      width: 18px;
      margin-top: 6px;
      margin-bottom: 5px;
      margin-left: 87px;      
      background-image: url("../img/scroll_up_def.gif");
    } 
    #offers a.prevPage:hover {    
      background-image: url("../img/scroll_up_sel.gif");
    }
    #offers a.nextPage { 
      display: block;           
      cursor: hand;
      cursor: pointer;
      height: 18px;
      width: 18px;
      margin-top: 5px;      
      margin-left: 87px;
      background-image: url("../img/scroll_down_def.gif");      
    }     
    #offers a.nextPage:hover {    
      background-image: url("../img/scroll_down_sel.gif");
    } 
    #offers a.disabled {
      background-image: url("../img/scroll_up_dis.gif");	
    }    
    #offers a.disabled:hover {
      background-image: url("../img/scroll_up_dis.gif");	
      cursor: default;
    }

    div.scrollable {          
      position: relative; 
      overflow: hidden;     
      height: 353px;            
      width: 184px;
      margin: 0px;   
      padding-left: 8px;         
      color: #666666;
      font: normal 11px verdana;
      /*border: 1px blue solid;*/                       
    }    
    div.scrollable div.items {           
      position: absolute;
      width: 184px;
      height: 20000em;                   
    }
    div.scrollable div.items div.row {                  
      background-image: url("../img/item_back.gif");
      width: 184px;
      padding-top: 3px;
      padding-bottom: 3px;
      border-bottom: 1px #aaaaaa solid;
    }    
    div.scrollable div.items a {
      color: #038636;
      font-weight: bold;
      text-decoration: underline;      
    }
    div.scrollable div.items a:hover {
      color: #FF2E03;
      font-weight: bold;
      text-decoration: underline;
    }

#main {        
  margin-left: 220px;
  width: 730px;         
  background-image: url("../img/content-back.gif");
  background-position: top left;
  background-repeat: repeat-x;
  background-color: #ddd;
  color: #959595;
  font: normal 11px Verdana;
  border-top: #ffffff 1px solid;
  border-bottom: #FC3102 5px solid; 
  /*min-height: 500px;*/       
}

#content {       
  min-height: 531px;
  height: 100%;
  height: auto;
  text-align: justify;
  margin: 30px 30px 30px 30px; 
  border-bottom: #dddddd 1px solid;
  color: #313131;  
}

#content table {       
  border-collapse: collapse;
  border: #313131 1px solid;    
}
  #content table th, td {
    border: #bbbbbb 1px solid;
    padding: 3px;
  }
  #content table th, td p {    
    margin: 0px;
    padding: 0px;    
  }

#footer {
  text-align: center;  
  width: 960px;     
  height: 45px;   
  background-image: url("../img/footer_back.gif");
  background-position: top left;
  background-repeat: no-repeat;
  color: #fff;
  font: normal 11px Verdana;
  margin-top: 20px;    
}
  #footer a {
    color: #dddddd;
  }
  #footer a:hover {
    color: #dddddd;
    text-decoration: none;
  }

/***** vseobecne nastavenia *****/  
  
h3 {
  text-align: left;
  padding: 0px;
  margin: 0px;
  color: #008733;
  /*color: #313131;*/
  text-shadow: #ccc 2px 2px;
}

hr {
  padding: 0px;
  margin: 0px;
  border: none;
  border-top: 1px solid #727272;
  height: 1px;    
}

p {
  padding: 0px;
  margin: 0px;
  margin-bottom: 10px;
  color: #313131;
  font: normal 11px Verdana;
}

h4 {
  font: bold 11px Verdana;  
}

ol, ul {
  padding: 0px;
  margin-top: 10px;
  margin-left: 30px;  
}

#content li {  
  color: #313131;
  padding: 2px;
  margin-bottom: 3px;  
}

#content pre {
  font: normal 11px Verdana;
}

#content a {
  color: #006B28;    
}

#content a:hover {
  color: #CF2802;
  text-decoration: none;
}

img {
}

/***** banner *****/
#banner {  
  text-align: left;
  height: 220px;  
  width: 450px;
  background-image: url("../img/banner.jpg");
  border: 1px #ddd solid;
  float: right;
  margin: 10px 0px 10px 20px;  
}
  #banner #from {
    display: block;
    position: relative;    
    width: 185px;
    height: 20px;
    margin-top: 10px;
    margin-left: 10px;    
    color: #ffffff;
    font: normal 20px serif;
  }
  #banner #to {
    position: relative;  
    top: -4px;
    display: block;    
    width: 185px;
    height: 40px;
    margin-left: 10px;    
    color: #ffffff;
    font: normal 35px serif;    
  }
  #banner #price_eur {
    display: block;
    position: relative;    
    text-align: right;
    width: 112px;
    height: 20px;
    float: left;
    margin-top: -5px;
    margin-left: 5px;    
    color: #ffffff;
    font: bold 31px georgia, serif;
  }
  #banner #price_sk {   
    display: block;
    position: relative;    
    width: 85px;
    margin-top: 12px;        
    margin-left: 120px;    
    color: #ffffff;
    font: bold 15px georgia, serif; 
  }
  #banner #class {      
    width: 185px;            
    margin-left: 10px;    
    margin-top: 3px; 
    color: #ffffff;
    font: bold 12px georgia, serif;  
  }
  #banner #validity {
    position: relative;           
    width: 185px;                
    margin-left: 150px;    
    margin-top: 67px; 
    color: #007B32;
    font: bold 11px verdana;  
  }
  #banner #exposal {       
    position: relative;    
    width: 185px;             
    margin-left: 208px;    
    margin-top: 1px; 
    color: #007B32;
    font: bold 11px verdana;  
  }
  
/***** objednavkovy formular *****/
#content #of_order_table {
  border: #666 1px solid;
  background-color: white;
}
#content #of_order_table .req {
  color: red;
}
#content #of_order_table select {
  width: 90%;
}
#content #of_order_table th {
  border: none;
  background-color: #008733;
  color: white;
  height: 22px;
  text-align: center;
}
#content #of_order_table #of_persdetails {
  border: none;
}
#content #of_order_table .lmsk_header {
  border: none;
  background-color: #ddd;
  color: #000; 
  font-weight: bold;
  color: #313131; 
}
#content #of_order_table td {
  border: none;
}
 
#report_ok {
  padding: 3px;
  border: green 2px solid;
  color: green;
  font: bold 11px Verdana;  
} 

#report_err {
  padding: 3px;
  border: red 2px solid;
  color: red;
  font: bold 11px Verdana;  
}
  
/***** tlacove spravy *****/
.press_content {
  display: none;
}