/* CSS Document */
/* StudioNaty.cz, Martin Klíma */
/* v 1.1 */

/* color schema: 
*/


/* Debug section */
div {
/*
  border: 1px solid blue;
  margin: 1px;
  padding: 1px; /* solving IE problem with bg image  */
}

/* General settings */

body {
  font-size: 12px;
  font-family: tahoma, helvetica, arial, sans-serif;
}

h1, h2, h3 {
}

h1 {
  display: none;
}

h2 {
  font-size: 12px;
}

h3 {
  font-size: 12px;
}
h4 {
  font-size: 12px;
}

a {
  text-decoration: underline;
  color: inherit;
  /*color: #EE3338;*/
}

.error, .ok, .debug {
  color: #fff;
  text-align: left;
  font-weight: bold;
  padding: 5px;
  border: 1px dotted red;
}
.error {
  background-color: #f00;
}
.ok {
  background-color: #349ED5;
}
.debug {
  border-color: #393;
  color: #393;
}

/* ----------- Layout ---------- */
html {
	text-align: left;
	margin: 0;
	padding: 0;
}

body {
  background: #030;
  background: #ffd;
  padding: 0;
  margin: 0;
}

#container {
  background-color: #fff;
  width: 900px;
  margin: 0px auto 0px auto;
  padding: 0px;
}

#page_box {
  background: url(images/caje-byliny_02.jpg) no-repeat right bottom;
  border-right: 14px solid #95A58B;
}
#page_box2 {
  background: url(images/left_column_bg.gif) repeat-y;
}

#left_column {
  float: left;
  width: 325px;
  background: url(images/caje-byliny_01.jpg) no-repeat;
}

#contents {
  float: right;
  width: 560px;
  _width: 550px;
  margin-right: 0px;
  padding-left: 0px;
}

#footer {
  clear: both;
  background: url(images/caje-byliny_04.jpg) no-repeat;
  margin: 0;
}

/* main layout setting end */



#top-navigation {
  text-align: left;
  font-size: 11px;
  font-weight: normal;
  padding: 8px 10px;
  background: #060 url(images/corner_lb.png) no-repeat left bottom;
  color: #CCE0CC;
}
  #top-navigation strong {
    padding: 4px 1px;
    
  }
  #top-navigation a {
    color: #ccc;
    text-decoration: none;
  }
  
  #top-navigation a:hover {
    text-decoration: underline;
  }

#header {
  xdisplay: none;
  xbackground: #fc0;
  width: 100%;
  margin-top: 0px;
  height: 145px;
  color: #efe;
  padding: 0px;
}

#logo {
}

#logo a {
  display: block;
  text-decoration: none;
  width: 100%;
  height: 90px;
  line-height: 43px;
  margin-top: 0px;
  padding: 8px;
  padding-top: 25px;
  color: #060;
  font-size: 28px;
  font-weight: bold;
  
}

/* ---------- SEARCH Section ----------- */
#searchform {
  text-align: left;
  color: #000;
  margin: 20px 0px 0 55px;
}

  #searchform label {
    display: block;
    font-weight: bold;
    padding-right: 4px;
  }
  #searchform input.search_text {
    border: 1px solid #fff;
    xborder-color: #999 #ccc #ccc #999;
    color: #000;
    xbackground: url(bg_search_input.gif) repeat-x 0px 0px;
    width: 150px;
    padding: 1px 5px;
  }
    
  #searchform input.search_button {
    vertical-align: bottom;
    margin: 0 0 0 0px;
  }

.search_results {
  color: #666;
}

.search_results h3 {
  color: #000;
  margin-bottom: 2px;
}

.search_results p {
  margin-top: 1px;
}

.search_results a:hover {
}

  
/* -------------- vertical menu --------- */

#verticalmenu {
  background-color: #95a58b; 
  margin: 320px 56px 0 0;
  xborder: 1px solid black;
}
#verticalmenu .menu_footer {
}

#verticalmenu ul {
  padding: 10px 0 100px 50px;
  list-style-type: none;
  text-align: left;
}

#verticalmenu ul li {
  margin: 0 0;
  padding: 0;
  _padding: 1px; /*IE6 compatibility workaround*/
}

#verticalmenu ul li a {
  display: block;
  font-weight: bold;
  text-decoration: none;
  color: #fff;
  padding: 6px 5px;
}
  #verticalmenu .actual {
    font-weight: bold;
  }
  #verticalmenu .actual a {
    background: url(images/menu_li_active.png) no-repeat ;
    color: #060;
    font-weight: bold;
  }
#verticalmenu ul li a:hover{
  color: #fff;
  background: url(images/menu_li_hover.png) no-repeat ;
}


/* ------------ infoplace -------- */
#infoplace {
  width: auto;
  color: #000;
  padding-left: 9px;
  padding-right: 60px;
  xbackground-color: #fc0;
}
  #infoplace a {
    xborder-bottom: 2px dotted #fc0;
  }
  #infoplace h2 {
    color: #060;
    padding-bottom: 4px;
    xfont-size: 13px;
    font-weight: bold;
    line-height: 140%;
  }
  #infoplace h3 {
    margin: 20px 0 0px 0;
    padding: 2px 0;
  }
  
  #infoplace h4 {
    margin: 15px 0 0px 0;
  }
  #infoplace p {
    /*font-size: 12px;*/
    line-height: 17px;
    margin: 15px 0 0px 0;
  }
  #infoplace img {
    margin: 15px 12px;
    padding: 2px;
    xborder: 1px solid #ccc;
  }
  
  #infoplace ul, #infoplace ol {
    line-height: 150%;
  }
  
  #infoplace table {
    border-collapse: collapse;
    border: 1px solid #999;
  }
    #infoplace table td {
      border: 1px solid #ccc;
      padding: 2px 10px 2px 10px;
    }
  #infoplace .separator {
    margin: 15px 0 5px 0;
    height: 25px;  
  }
  #infoplace .top_page_separator {
    margin: 15px 0 5px 0;
    height: 25px;
  }
  .one_section {
    /*
    clear: both;
    border: 1px solid red;
    */
  }
  .one_section .text {
    width: 360px;
  }
  .one_section .full_width {
    width: 100%;
  }
  .one_section .images {
  }

/* -------- News --------------- */
#news {
  padding-bottom: 20px;
  padding-top: 0px;
  border-bottom: 2px solid #95a58b;
  
}
#news div.img-box {
  margin: 2px 0;
  margin-left: 15px;
}
  #news .one_news {
    border-top: 1px solid #c7c7c7;
  }
  #news h2 {
    margin: 0;
    xcolor: #999;
  }
  #news h3 {
    color: #999;
    border: 0px;
    font-weight: bold;
    padding-left: 0px;
  }  
  #news h3 {
    margin: 1px 0 0 0;
  }
    
  #news p {
    margin: 3px 0 3px 0;
    padding-left: 1px;
    line-height: 16px;
  }
  #news img {
    margin: 5px; /*obtékání obrázku*/
  }

/* -------- Vertical News --------------- */
#vertical_news {
  margin: 35px 0px 5px 45px;
  padding: 1px;
}
  #vertical_news h2 {
    color: #999;
    margin: 0;
    font-size: 25px;
  }
  #vertical_news h3 {
    margin: 10px 0 0 0;
    font-size: 15px;
    color: #666;
    font-family: verdana, tahoma, helvetica, arial, sans-serif;
  }  
    
  #vertical_news p {
    margin: 3px 0 5px 0;
    line-height: 15px;
    font-size: 10px;
    text-align: left;
    color: #999;
  }
  #vertical_news a {
    border-bottom: 2px dotted #FFA946;
  }


/* ------- Image shadow bordering 2 ----*/

      .img-box {
      background: url('img_corner_left.gif') repeat-y;
      margin: 15px 15px; /*obtékání obrázku*/
      }
      .img-box-inner {
      background: url('img_corner_right.gif') repeat-y right top;
      }
      .img-box-top {
      background: url('img_corner_up.gif') no-repeat;
      height: 3px;
      }
      .img-box-top-in {
      float: right;
      background: url('img_corner_upright.gif') no-repeat right top;
      height: 3px;
      width: 5px;
      }
      .img-box-bottom {
      background: url('img_corner_down.gif') no-repeat;
      height: 5px;
      }
      .img-box-bottom-in {
      float: right;
      background: url('img_corner_downright.gif') no-repeat right top;
      height: 6px;
      width: 5px;
      }
      .img-box img {
      margin-left: 3px;
      vertical-align: bottom;
      border: 1px solid #eee;
      }

/* ------- end of Image shadow bordering 2 ----*/

/* ------- Page Form button ------- */
div.form_button {
  margin: 30px 0;
}

.form_button a {
  background: url(order_button.gif) no-repeat;
  display: block;
  width: 178px;
  height: 32px;
}
  .form_button a:hover {
    background: url(order_button_over.gif) no-repeat;
  }

/* ----- Link system (výměna odkazů) BANNEX ----- */
#bannex {
}
#bannex img {
  border: 0px;
}
#bannex h3 {
  margin-bottom: 10px; 
}

.banners_text {
  float: left;
  width: 45%;
}
.banner_text {
  color: #666;
  padding: 5px 0;
}
.banner_text a {
  border: none !important;
}
.banners_image {
  float: right;
  width: 48%;
}
.banner_image {
  float: left;
  margin: 0 5px 0 0;
}
  .banner_image a {
    border: none !important;
  }
.banner_image img {
  border: 0px solid black;
}
#bannex table, #bannex table td {
  border: 0px;
  padding: 5px 20px 0 0;
}
#bannex table {
  margin-top: 20px;
}
#bannex table a {
  border: none !important;
}

/* top_banners_box */
#top_banners_box {
  margin-right: 58px;
  padding: 20px 5px 20px 55px;
}
#top_banners_box a {
  text-decoration: none;
  color: #fff;
}


/* ------------------- */

/*------- GALLERY SECTION -----------*/

#gallery {
  margin: 20px 0;
}

#gallery h2 {
  padding: 35px 1px 0px 1px;
  margin: 0px;
}

#gallery div.one_thumb {
  float: left;
  width: 152px;
  height: 130px;
  text-align: center;
  margin: 10px;
  margin-left: 0px;
  padding: 10px 0px 0px 0px;
  background: url(naty_one_flower.gif) no-repeat;
}
#gallery div.one_thumb p {
  font-size: 10px;
  line-height: 12px;
  padding: 1px 1px;
  margin: 0;
}
#gallery div.one_thumb img {
  border: 1px solid #bcb;
  background-color: #fff;
  margin: 0;
  padding: 1px;
}

#gallery div.one_thumb a {
  text-decoration: none;
  border: none;
}

/*------ Show image section ---------*/
#show_one_image {
}
  #show_one_image h2, #show_one_image h3, #show_one_image h3, #show_one_image h4 {
    border: none;
    color: #666; 
  }
  #show_one_image img {
    border: 1px solid #999;
    padding: 0px;
    margin: 0px;
  }
  #show_one_image p {
  }

/*----------------------------*/
#footer {
  color: #CCE0CC;
  background-color: #060;
  xline-height: 18px;
  font-size: 10px;
  padding: 22px 18px 0px 35px;
  height: 26px;
}
  #footer p {
    width: 48%;
    vertical-align: bottom;
    margin: 0; /* řeší rozdíl mezi FF a IE7 */
  }
  #footer a {
    text-decoration: none;
  }

#bottom-navigation {
  display: none;
  margin: 1px 10px 50px 10px;
  text-align: right;
  font-size: 10px;
  color: #fff;
}

/* ------------- Kontaktní formulář -----------------*/
form.objednavka {
  line-height: 140%;
  margin: 20px auto;
}

form.objednavka div {
  padding: 3px 5px 2px 5px;
  background-color: #cccecc;
}

form.objednavka div.dark {
  background-color: #dddfdd;
}

form.objednavka label {
  float: left;
  width: 100px;
  margin: 2px 0;
}

form.objednavka label.beside {
  float: none;
}

form.objednavka input {
  border: 1px solid #ccc;
  background-color: #fcfffc;
  color: #000;
}

form.objednavka textarea {
  border: 1px solid #ccc;
  background-color: #fcfffc;
  color: #000;
}

form.objednavka .inputt {
  width: 340px;
}

form.objednavka input.checkbox {
  width: auto;
  margin: 5px 5px 0 0;
  vertical-align: top;
}

form.objednavka select {
  width: 200px;
  border: 1px solid #ccc;
}

form.objednavka .form_search_button {
  border: 1px solid #000;
  float: right;
  margin-left: 0px;
  margin-top: 10px;
  background-color: #060;
  color: #fff;
}

pre {
  font-size: 12px;
}

.required {
  color: #c00;
  font-style: italic;
}

  
  
/* ---------- global class -------*/  
  .blue, .custom_1 {
    color: #349ED5; 
  }
  .orange, .custom_2 {
    color: #ED7E03; 
  }
  .bold {
    font-weight: bold;
  }
  .leftside {
    float: left;
    margin-left: 0 !important;
  }
  .rightside {
    float: right;
    margin-right: 0 !important;
  }
  .left {
    float: left;
    text-align: left;
  }
  .right {
    float: right;
    text-align: right;
  }
  .ta_right {
    text-align: right;
  }
  .cleaner {
    clear: both;
    margin: 0;
  }
  .cleaner_right {clear: right}
  .hidden {
    visibility: hidden;
    margin: 0;
    padding: 0;
  }
/* ----------------------------- */

/*  --- inspector page  ---   */
#inspector_page_cover {
  background-color: #fff;
  padding: 10px;
}

#inspector_page_cover h3 {
  color: #090;
  font-size: 14px;
}
#inspector_page_cover h4 {
  color: #090;
}

#inspector_page_cover a {
  color: #c30;
  font-weight: bold;
}

#inspector_page_cover .notfound {
  color: #060;
  border: 2px solid #060;
  padding: 1px 10px;
  width: auto; 
  text-align: center;
}


xdiv {
  padding: 1px;
}

