/**
 * Redakční systém JSR
 * styly.css
 * Soubor s CSS styly pro zobrazení v prohlížeči.
 *
 * @author Josef Šmíd <josef@skit.cz>
 * @copyright (c) 2007-2016 Josef Šmíd
 * @version 1.9.6
 */

/* základní nastavení *********************************************************/

@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700');

* { margin: 0; padding: 0; outline: 0; -moz-outline-style: none; }

body, td, th, li, textarea
{ 
  font-family: 'Open Sans',sans-serif; 
  color: #686868;
  font-size: 100%;
}

body { background-color: #fff; }

h1,h2,h3,h4,h5,h6,p.nadpis_h2,p.nadpis_h3 { font-weight: lighter; padding-bottom: 10px; }
h1 { font-size: 40px; color: #cf1c3f; }
h2 { font-size: 24px; }
h2 a { color: #686868; }
h3, #obsah p.nadpis_h3 { font-size: 20px; }
h1 a, h2 a, h3 a, #obsah p.navigace a { text-decoration: none; }
h1 a:hover, h2 a:hover, h3 a:hover, #obsah p.navigace a:hover { text-decoration: underline; }
#obsah p.nadpis_h2 { font-size: 30px; color: #cf1c3f; }

p { padding-bottom: 10px; } 

ul { margin: 10px 20px; }
ul.mapa-webu span { font-size: 90%; color: #909090; }

a { color: #cf1c3f; text-decoration: underline; }
a:hover { text-decoration: none; }

img 
{ 
  border: none;
  margin: 5px; 
}
img#loading, img#eshop_loading { vertical-align: middle; height: 25px; width: auto; margin-left: 3px; }
img.avatar { height: 50px; width: auto; vertical-align: middle; margin-right: 10px; }

table 
{
  border: solid #f6f6f6 1px;
  margin: 10px 0;
  border-spacing: 0;
}

caption 
{
  font-size: 80%;
  font-style: italic;
}

td, th
{
  padding: 3px 8px;
  border: solid #f6f6f6 1px;
  vertical-align: middle
}

th 
{
  font-weight: bold;
  text-align: center;
}

input, select, textarea { padding: 9px 10px; font-size: 100%; border: 1px solid #474747; border-radius: 1px; }
input:disabled, select:disabled, textarea:disabled { background-color: #e0e0e0; }
textarea { font-size: 90%; }
input[type=submit] 
{
  border-radius: 3px;  
  background: -moz-linear-gradient(50% 50% 130deg, #b41635, #cf1c3f 0%);
  border: 0;
  color: #fff;
}
input[type=submit]:hover { background: #000; }

input[type=submit]:hover
{
  cursor: pointer;
}

input[type=radio]:checked, input[type=checkbox]:checked, input[type=text]:focus, select:focus, textarea:focus, input[type=password]:focus { box-shadow: 0px 0px 3px rgb(115, 164, 32); }

label:hover { cursor: pointer; color: #cf1c3f; }

span#ares_stav { font-size: 100%; color: red; padding-left: 4px; }




/* speciální společné prvky ***************************************************/

.levy { text-align: left; }
.stred { text-align: center; }
.pravy { text-align: right; }

.vlevo { float: left; }
.vpravo { float: right; }

div.mezera { width: 100%; clear: both; }

.noprint { display: none; }
.noprintall { visibility: hidden; display: none; }
.nodisplay { display: none; }
.hidden { display: none; }


/* základní layout webu *******************************************************/

#hlavni
{
  width: 100%;
  margin: 0 auto;
}

#zahlavi_cely
{
  background: #0e0e0e;
}
#zahlavi
{
  margin: 0 auto;
  width: 790px;
  padding-left: 350px;
  font-size: 14px;
  color: #fff;
}
#zahlavi a { color: #fff; }
#zahlavi a:hover { color: #cf1c3f; }
.zahlavi_levy
{
  width: 450px; 
  padding: 10px 50px 10px 0;
  float: left;
}
.zahlavi_levy div { display: none; } 
.zahlavi_pravy
{
  width: 290px;
  float: left;
  padding: 10px 0;
  position: relative;
  text-align: right;
}
.zahlavi_pravy img { margin: 0; display: none; }
 
#titulek_cely
{
  background: #2e2e2e;
}
#titulek
{
  margin: 0 auto;
  width:100%; 
}
#logo 
{
  float: left;
  width: 230px;
  height: 70px; 
  top: -15px;  
  position: relative;
} 
#logo img { 
  margin: 0; 
  -moz-box-shadow: 0px 0px 80px #858585;
  -webkit-box-shadow: 0px 0px 80px #858585;
  box-shadow: 0px 0px 80px #858585; 
}
#logo p
{
  display: none;
}

#slider_menu
{
  margin: 0 auto;
  width: 100%;
  padding: 25px 0 10px;
}
#slider_menu a:hover img 
{
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
#slider_menu a 
{
  display: block;
  width: 170px;
  height: 135px;
  padding: 20px;
  border: 1px solid #474747;
  overflow: hidden;
  float: left;
  background: #000;
  margin-right: 20px;
  margin-bottom: 20px;
  text-align: center; 
  font-weight: lighter;
  color: #fff;
  font-size: 24px;
  line-height: 120%;
}
#slider_menu a:nth-child(5n) { margin-right: 0; }
#slider_menu a span { display: block; height: 63px; overflow: hidden; }
#slider_menu a:hover
{
  background:-moz-linear-gradient(50% 50% 130deg, #b41635, #cf1c3f 0%);
}

#obsah_cely
{
  position: relative;
  z-index: 100;
  background: #fff;
}
#obsah 
{
  margin: 0 auto;
  width: 100%; 
  padding: 45px 0;
}
#obsah p { }
#obsah p.data
{
  font-size: 90%;
  text-align: left; 
  padding: 0;
  margin-bottom: -4px;
}
#obsah p.navigace
{ 
  margin: 0;
  padding: 0;
}
#obsah p.navigace span { font-size: 80%; padding: 0 5px; position: relative; top: -1px; }
#obsah p.zvyrazneni { color: #502828; font-weight: bold; }

#obsah input, #obsah select, #obsah textarea { border-color: #c9c9c9; }

#obsah.obsah_uvod { padding: 45px 0 65px; }
#obsah.obsah_uvod h2 { margin-bottom: 10px; }
#obsah.obsah_uvod table.uvodni_tabulka { border: none; margin-bottom: 20px; }
#obsah.obsah_uvod table.uvodni_tabulka td { padding-right: 40px; border: none; line-height: 150%; }
#obsah.obsah_uvod table.uvodni_tabulka td:last-child { padding-right: 0; }
#obsah.obsah_uvod table.uvodni_tabulka h2 { border-bottom: 1px solid #c0c0c0; color: #324E5C; }
#obsah.obsah_uvod table.uvodni_tabulka td:first-child h2 { color: #7E1D31; }
#obsah.obsah_uvod table.uvodni_tabulka td:last-child h2 { color: #8F881E; }
#obsah.obsah_uvod table.uvodni_tabulka a 
{ 
  display: block;
  float: right;
  padding: 5px 20px;
  color: #fff;
  text-decoration: none;
  background-color: #324E5C;
}
#obsah.obsah_uvod table.uvodni_tabulka td:first-child a { background-color: #7E1D31; }
#obsah.obsah_uvod table.uvodni_tabulka td:last-child a { background-color: #8F881E; }
#obsah.obsah_uvod table.uvodni_tabulka a:hover { opacity: 0.8; } 
#obsah.obsah_uvod p.nadpis_h3 { font-weight: bold; padding-bottom: 10px; font-size: 130%; border-bottom: 1px solid #c0c0c0; margin-bottom: 10px; }

.clanek { padding: 30px 0; /*border-bottom: 1px solid #e3e3e3;*/ font-weight: lighter; }
.clanek:last-child { border: 0; }
.clanek .clanek_text { float: left; font-size: 18px; width: 65%; }
.clanek h2 { }
.clanek .clanek_img { max-width: 30%; margin-left: 20px; text-align: center; float: right; }
.clanek .clanek_img img { max-width: 100%; max-height: 240px; }
.clanek .clanek_perex { }

#clanek_obrazek { width: 30%; float: left; margin-right: 45px; }
#clanek_obrazek .clanek_img_solo { width: 100%; margin: 0 0 50px 0; text-align: center; float: left; }
#clanek_obrazek .clanek_img_solo img { max-width: 100%; max-height: 450px; margin: 0; }

.clanek_img_solo { width: 30%; margin-right: 10px; margin-bottom: 10px; text-align: center; float: left; }
.clanek_img_solo img { max-width: 30%; max-height: 240px; }

#clanek_udaje { float: left; width: 65%; }
 
  
#obsah.obsah_bezny
{ 
  padding: 35px 0 45px;
  color: #000;
}
#obsah.obsah_bezny td, #obsah.obsah_bezny th, #obsah.obsah_bezny li, #obsah.obsah_bezny textarea { color: #000; }
#obsah.obsah_bezny h1 {  }
#obsah table.form { background: #f6f6f6; padding: 35px 30px; }
#obsah ul, #obsah ol { margin: 10px 35px; }
#obsah ul li { list-style: circle; }

#zapati_cely
{
  background: #2e2e2e;
}
#zapati
{ 
  width: 1140px;
  margin: 0 auto; 
  padding: 18px 0 40px; 
  display: table; 
  color: #a4a4a4;
  font-size: 14px;
}
#zapati a { color: #fff; }
#zapati a.aktivni, #zapati a:hover { color: #cf1c3f; }
#zapati p.nadpis_h3 { color: #fff; font-weight: normal; font-size: 14px; padding-bottom: 10px; }
#zapati img { margin: 0; }
#zapati table, #zapati td { border: 0; margin: 0; padding: 0; color: #fff; }
#zapati table { margin-bottom: 20px; }
#zapati td { padding-right: 20px; }
#zapati ul { float: left; margin: 0 20px; }
#zapati ul:first-child { margin-right: 90px; }
#zapati li { list-style: circle; color: #fff; padding: 5px 0 5px 15px; margin-left: 5px; }
#zapati li.no_list { list-style: none; position: relative; left: -40px; }
#logo_male 
{
  float: left;
  width: 180px;   
  margin-bottom: 25px;
} 
#logo_male img 
{  
  width: 100%;
  -moz-box-shadow: 0px 0px 80px #858585;
  -webkit-box-shadow: 0px 0px 80px #858585;
  box-shadow: 0px 0px 80px #858585; 
}
#zapati_vlevo {
  width: 269px; 
  border-right: 1px solid #4c4c4c;
  padding: 15px 40px 8px 0;
  display: table-cell;
  vertical-align: top;
} 
#zapati_stred
{
  width: 440px;
  display: table-cell;
  vertical-align: top;
  padding: 15px 25px;
  border-right: 1px solid #4c4c4c;
  position: relative;
}
#zapati_vpravo
{
  width: 289px;
  display: table-cell;
  vertical-align: top;
  padding: 15px 25px; 
  position: relative;
}
#zapati_vpravo #podpisy { position: absolute; bottom: 0; margin-bottom: 27px; }
#zapati_vpravo .podpis{
    float: left;
    margin-left: 70px; 
    font-size: 12px;
}
#zapati_vpravo .podpis div { margin-bottom: 6px; }
#zapati_vpravo .podpis:first-child { margin-left: 15px; }

#vyhledavani { float: right; padding-top: 17px; }
#vyhledavani input[type=text] { background: #000 url('/images/search.png') right 9px center no-repeat; color: #c9c9c9; width: 200px; }
span.vyhledavani_zvyraznene { background-color: yellow; }

div.vyhledavani_clanek, div.vyhledavani_kategorie, div.vyhledavani_rezervace 
{   
  padding-bottom: 10px;
  margin-bottom: 10px;
}
div.vyhledavani_eshop {}

#mailing { margin: 0; position: absolute; bottom: 0; margin-bottom: 40px; }
#mailing input[type=text]
{
  background: #000;
  color: #c9c9c9; 
  padding: 11px 20px 11px 16px;
  width: 350px;
  margin-right: 2px;
}
#mailing input[type=submit]
{
  background: url('/images/mailing.png') center center no-repeat, -moz-linear-gradient(50% 50% 136deg, #b41635, #cf1c3f 0%);
  width: 50px;
  height: 42px;
}
#mailing input[type=submit]:hover
{
  background: url('/images/mailing.png') center center no-repeat, #000;
}

#jazyky, #meny { width: auto; float: right; text-align: right; margin-left: 20px; text-transform: uppercase; color: #606060; } 
#jazyky a, #meny a { color: #606060; }
#jazyky a.aktivni, #meny a.aktivni { color: #fff; }
#jazyky .oddelovac { padding: 0px; }

ul#podkat
{ 
  border: 1px solid #c0c0c0;
  text-align: center;
  margin: 20px 0;
  padding: 10px;
}
ul#podkat a.aktivni { color: #7DAF39; }
ul#podkat li { list-style-type: none; width: 209px; float: left; padding: 5px; height: 128px; overflow: hidden; }
ul#podkat li img { max-width: 200px; max-height: 50px; }
ul#podkat li span { color: #000; text-decoration: none; font-size: 90%; }
ul#podkat li.sorthead { width: 95%; clear: both; text-align: right; height: 30px; }
ul#podkat li.subnadpis { width: 95%; clear: both; text-align: left; font-weight: bold; padding: 10px; height: 30px; }

div.strankovani { text-align: center; margin: 20px 0 5px; }
div.strankovani a { padding: 2px 4px; }
div.strankovani a.aktualni { font-weight: bold; }


/* modul uživatelé ************************************************************/


#uzivatele_login { margin-bottom: 20px; }
#uzivatele_login table
{
  font-size: 90%; 
  border: none;
  margin: 10px 0;
}
#uzivatele_login table td
{
  border: none;
  vertical-align: middle;
}
#uzivatele_login img
{
  width: 22px;
  height: 22px;
  margin-top: 5px;
}

img.socsite
{
  border: none;
  width: 32px;
  height: 32px;
}

table.reset_hesla, table.registrace, table.osobni_udaje
{
  border: none;
  margin: 10px auto;
  width: 60%;
}

 table.osobni_udaje
 {
   width: 100%;
 }

table.reset_hesla td, table.registrace td, table.osobni_udaje td
{
  border: none;
  font-size: 90%;
}


/* styly pro modul e-shop *************************************************** */

#eshop_produkty
{
  width: 100%;
  margin: 10px 0;
} 
  #eshop_produkty p
  { 
    padding: 5px 0 0 0;
    font-size: 80%;
  }
  #eshop_produkty p.cena
  { 
    padding: 0;
    font-size: 85%;
  }
  #eshop_produkty p.dost0, #kosik span.dost0
  {
    color: green;
  }
  #eshop_produkty p.dost20, #kosik span.dost20
  {
    color: orange;
  }
  #eshop_produkty p.dost99, #kosik span.dost99
  {
    color: red;
  }
  
#eshop_razeni
{
  background-color: #f6f6f6;
  padding: 5px;
  font-size: 90%;
  margin-bottom: 20px;
}
#eshop_razeni select, #eshop_razeni input { margin-left: 20px; }

.eshop_produkt
{
  width: 115px;
  height: 190px;
  float: left; 
  margin-bottom: 5px;
  padding: 20px 35px 5px 35px;
  overflow: hidden;
  border-right: 1px solid #eaeaea; 
  color: #000000; 
}
.eshop_produkt h2 { font-weight: bold; overflow: hidden; font-size: 85%; padding: 0; margin: 0; }
.eshop_produkt a { color: #000000; }
.eshop_obrazek
{
  width: 115px;
  height: 135px;  
  margin: 0 0 15px 0;
  text-align: center;
}
  .eshop_obrazek img
  {
    border: none;
    max-width: 115px;
    max-height: 135px;
    
  }
  
#eshop_obrazek { width: 25%; float: left; margin-right: 45px; }
#eshop_obrazek .eshop_img_solo { width: 100%; margin: 0 0 50px 0; text-align: center; float: left; }
#eshop_obrazek .eshop_img_solo img { max-width: 100%; max-height: 450px; margin: 0; }

#eshop_udaje { float: left; width: 60%; }

  #eshop_udaje p.nadpis_h2 { font-size: 30px; color: #686868; }
  #eshop_udaje table
  {
    width: 100%;
    border: none;
  }
  #eshop_udaje table.parametry { width: auto; margin-top: 7px; }
  #eshop_udaje td
  { 
    border: none; 
    padding: 0;
  }
    #eshop_udaje td.popisek
    {
      color: #828282;
      padding: 0 20px 0 0; 
    }
    
  #eshop_udaje_info
  {
    width: 100%;
    border: 1px solid #f6f6f6;
    border-bottom: 2px solid #eaeaea;
    margin-bottom: 25px;
    margin-top: 35px;
  }
  #eshop_udaje_varianty
  { 
    padding: 32px 20px 32px 30px;
    background: #f6f6f6;
  }
  #eshop_udaje_varianty p.nadpis_h2 { font-weight: lighter; font-size: 26px; color: #686868; padding-bottom: 15px; }
  .varianty_cely { float: left; margin-bottom: 12px; margin-right: 28px; }
  .varianty_cely select { width: 295px; }
  .varianty_dym { float: left; width: 100%; margin-bottom: 20px; }
  .varianty_dym #vroznik_naseptavec { color: #c9c9c9; width: 345px; padding-left: 40px; padding-right: 15px; background: #fff url('/images/search.png') left 5px center no-repeat }
  .varianty_dym #vzornik { background: url('/images/vzornik.png') left 5px center no-repeat, -moz-linear-gradient(50% 50% 136deg, #979797, #8c8c8c 0%); padding-left: 45px; padding-right: 15px; }
  .varianty_dym #vzornik:hover { background: url('/images/vzornik.png') left 5px center no-repeat, #000; }
  .varianty_dym img { float: left; margin: 0 10px 0 0; }
  .varianty_dym p { padding: 7px 0 12px 0; }
  .varianty_doplnky { float: left; width: 100%; font-weight: lighter; }
  #eshop_udaje_varianty .popisek { font-weight: lighter; padding-bottom: 12px; }
  #eshop_udaje_ceny
  {
    padding: 35px 20px 35px 30px;
  }
  #cena_cela { float: left; width: 28%; padding-right: 1.5%; }
  #cena_bez_dph_cela { float: left; width: 30%; padding-right: 1%; }
  #koupit_cela { float: left; width: 37.5%; }
  #eshop_udaje_ceny .popisek { font-weight: lighter; }
    #eshop_udaje .cena
    {
      font-size: 28px;
      font-weight: normal;
      color: #757575;
      padding-top: 7px;
    }
    #eshop_udaje .cena_bez_dph
    {
      font-size: 30px;
      font-weight: bold;
      color: #cf1c3f;
      padding-top: 5px;
    }
    #eshop_udaje .dost0
    {
      color: green;
      font-weight: bold;
    }
    #eshop_udaje .dost20
    {
      color: orange;
    }
    #eshop_udaje .dost99
    {
      color: red;
    }
    #eshop_udaje .koupit
    {
      padding-top: 7px;
    }
    #eshop_udaje .koupit input[type=submit]
    {
      background: url('/images/kosik_bily.png') left 10px center no-repeat, -moz-linear-gradient(50% 50% 136deg, #b41635, #cf1c3f 0%);
      padding-left: 57px;
      padding-right: 15px;
      margin-left: 15px;
    }
    #eshop_udaje .koupit input[type=submit]:hover { background: url('/images/kosik_bily.png') left 10px center no-repeat, #000; }
    
  #eshop_udaje input.text
  {
    width: 58px;
    text-align: center; 
  } 
  
  #eshop_udaje div.svazany_produkt { clear: both; margin: 20px 0 0 25px; font-size: 90%; }  
    #eshop_udaje div.svazany_produkt span { font-weight: bold;  }  
  #eshop_udaje div.svazany_produkt_img { float: left; padding: 4px; margin-right: 10px; width: 80px; height: 40px; text-align: center; }
    #eshop_udaje div.svazany_produkt_img img { display: inline-block; vertical-align: middle; max-width: 80px; max-height: 40px; margin: 0; }
    #eshop_udaje div.svazany_produkt_img span { display: inline-block; vertical-align: middle; width: 0; height: 100%; }
  
  #eshop_popis
  {
    margin: 20px 0 0px; 
    font-size: 95%;
  }
  
#eshop_payu
{
  width: 100%;
  
}
  #eshop_payu img
  {
    border: none;
  }
  #eshop_payu table.table-payu
  {
    width: 100%;
    border: none;
    
    
    border-spacing: 0;
  }
  #eshop_payu table.table-payu td
  {
    border: none;
    background: none;
  }
  
div#eshop_nova_polozka, div#eshop_doprava_zdarma_zbyva
{
  background-color: #e4edcf;
  border: 1px solid #ced7ba;
  padding: 10px;
  margin: 10px auto;
  font-size: 90%;
}
  
table#kosik
{
  width: 93%;
  border-spacing: 0;
  margin: 10px 20px 0 20px;
  padding: 0;
  border: none;
}
table#kosik th, table#soucty th
{
  text-align: center;
  font-size: 70%;
  border: none;
  border-bottom: solid #e0e0e0 1px;
  padding: 5px;
}
table#kosik td, table#soucty td
{
  font-size: 80%;
  padding: 5px;
  border: none;
  vertical-align: middle;
}
table#kosik td { border-bottom: 1px dotted #e0e0e0; }
table#kosik tr:last-child td { border-bottom: none; }
table#kosik input.mnozstvi
{
  width: 20px;
  height: 15px;
  text-align: center;
  margin: 0;
  font-size: 90%;
  display: inline-block;
  vertical-align: middle;
}
table#kosik div.mnozstvi_changer { display: inline-block; width: 15px; height: 25px; vertical-align: middle; padding-bottom: 3px; }
table#kosik div.mnozstvi_changer a { display: block; text-decoration: none; border: 1px solid #AFAFAF; background-color: #F4F4F4; text-align: center; height: 12px; padding: 0; font-size: 80%; font-weight: bold; }
table#kosik div.mnozstvi_changer a.mnozstvi_plus { border-bottom: none; border-left: none; }
table#kosik div.mnozstvi_changer a.mnozstvi_minus { border-left: none; }
table#kosik img.mnozstvi_loading { width: 20px; vertical-align: middle; padding: 0; margin: 0; }
table#kosik td span.dostupnost
{
  font-size: 90%;
}
table#kosik td span.kod
{
  font-size: 85%;
  color: #909090;
  padding-left: 10px;
}
table#kosik a.kosik_odkaz { color: #000; text-decoration: none; font-weight: bold;}
table#kosik a.kosik_odkaz:hover { color: #DF420C; text-decoration: underline; }

table#kosik td.obrazek img
{
  max-height: 40px;
  max-width: 60px;
  width: auto;
  margin: 0;
}

table#soucty
{
  width: 93%;
  margin: 0 20px 30px 20px;
  padding: 0;
  border: solid #afafaf 0;
  border-width: 1px 0 0 0;
  border-spacing: 0;
}
  table#soucty td.cena_celkem
  {
    font-size: 100%;
    font-weight: bold;
  }
  
table#platba, table#doprava, table#fakturacni, table#dodaci, table#poznamka
{
  width: 93%;
  margin: 0 30px 10px 20px;
  padding: 0;
  border: none;
  border-spacing: 0;
}
  table#platba td, table#doprava td
  {
    border: none;
    font-size: 80%;
    margin: 0;
    padding: 10px 5px;
    vertical-align: top;
  }
  table#platba td.radio, table#doprava td.radio
  {
    width: 30px;
    text-align: center;
  }
  table#platba td, table#doprava td { line-height: 140%; border-bottom: 1px dotted #e0e0e0; }
  table#platba tr:last-child td, table#doprava tr:last-child td { border-bottom: none; }
  
  table#fakturacni td, table#dodaci td, table#poznamka td
  {
    border: none;
    font-size: 80%;
    margin: 0;
    padding: 5px 10px;
    vertical-align: middle;
  }
  table#fakturacni td.pevny, table#dodaci td.pevny, table#poznamka td.pevny
  {
    width: 150px;
  }
  table#fakturacni input.text, table#dodaci input.text, table#poznamka input.text
  {
    width: 350px;
    padding: 9px 10px;   
  }
  table#fakturacni select, table#dodaci select, table#doprava select
  {
    width: 372px;
    padding: 9px 10px;   
  }
  table#fakturacni input.text.maly, table#dodaci input.text.maly { width: 100px; }
  table#fakturacni input.text.stredni, table#dodaci input.text.stredni { width: 226px; }
  
  table#fakturacni input[type=radio], table#fakturacni input[type=checkbox], table#platba input[type=radio], table#doprava input[type=radio] { cursor: pointer; }

div.skryty
{
  display: none;
}
 
div#pokracovat
{
  width: 25%;
  float: left;
}

div#dokoncit
{
  width: 70%;
  float: right;
  text-align: right;
  margin-right: 30px;
  font-size: 90%;
}
div#dokoncit span { padding-right: 10px; font-weight: bold; font-size: 110%; }
div#dokoncit input, #eshop_payu input[type=submit], .osobni_udaje input[type=submit], .reset_hesla input[type=submit], .registrace input[type=submit]
{
  width: 180px;
  height: 36px;
  background-color: #ff5001;
  border: none;
  color: #fff;
  font-weight: bold;
  font-size: 90%;
  padding: 0;
  margin: 0;
}

textarea.poznamka_obj
{
  font-family: Tahoma, sans-serif;
  font-size: 80%;
  width: 93%;
  height: 100px;
  margin: 0 30px 10px 20px;
  border: 1px solid #AFAFAF;
  margin: 0;
  padding: 5px 10px;
}

a.odstranit
{
  color: red;
  text-decoration: none;
  font-size: 130%;
  padding-left: 5px;
}
a.odstranit:hover { color: #000; }

div#obchodni_podminky { display: none; }

div#vydejni_misto_info { padding: 10px 0; display: none; font-size: 120%; }
div#vydejni_misto_info h5 { font-size: 120%; }
div#vydejni_misto_info p { padding-right: 20px; }
div#vydejni_misto_info table { border: none; padding: 0; margin: 0; }
div#vydejni_misto_info table td { border: none; padding: 0; margin: 0; font-size: 110%; }
div#vydejni_misto_info_obrazek img { width: 180px; height: auto; margin: 0 20px 0 0; padding: 0; }
div#vydejni_misto_info_mapa { width: 100%; height: 250px; }



/* styly pro modul komentáře ************************************************ */

#komOdp { }
#komOdp p { font-size: 70%; padding: 5px; }

div.kom1 { border: dotted #98bf0e 1px; background-color: #f0facb; margin: 5px; padding: 10px; }
div.kom2 { border: dotted #D2CB77 0; border-width: 0 0 1px 0; background-color: #fff; margin: 5px 5px 5px 25px; padding: 10px; }
div.kom3 { border: dotted #D2CB77 0; border-width: 0 0 1px 0; background-color: #fff; margin: 5px 5px 5px 45px; padding: 10px; }
div.kom4 { border: dotted #D2CB77 0; border-width: 0 0 1px 0; background-color: #fff; margin: 5px 5px 5px 65px; padding: 10px; }
div.kom5 { border: dotted #D2CB77 0; border-width: 0 0 1px 0; background-color: #fff; margin: 5px 5px 5px 85px; padding: 10px; }
div.kom6 { border: dotted #D2CB77 0; border-width: 0 0 1px 0; background-color: #fff; margin: 5px 5px 5px 105px; padding: 10px; }
div.kom7 { border: dotted #D2CB77 0; border-width: 0 0 1px 0; background-color: #fff; margin: 5px 5px 5px 125px; padding: 10px; }
div.kom8 { border: dotted #D2CB77 0; border-width: 0 0 1px 0; background-color: #fff; margin: 5px 5px 5px 145px; padding: 10px; }

table.pridatKom { width: 90%; padding: 5%; border: none; background: #f6f6f6; }
table.pridatKom td { padding: 5px 20px 5px 0; border: none; font-size: 100%; }

#obsah p.komPredmet { font-weight: bold; }
#obsah p.komUdaje { font-size: 60%; color: #909090; padding: 5px 0 10px 0; }
#obsah p.komText { font-size: 80%; padding: 0 0 5px 0; }

a#pcom:hover { cursor: pointer; }





/* styly pro modul fotogalerie ********************************************** */

#fotogalerie { }
.fotogalerie { margin-bottom: 10px; margin-left: 5px; }

.fotogalerie div.fotka 
{ 
  float: left; 
  width: 90px; 
  height: 90px; 
  border: 1px solid #f0f0f0;
  margin: 3px 3px 4px 4px;
  text-align: center; 
  -moz-box-shadow: 0px 0px 4px #f0f0f0;
  -webkit-box-shadow: 0px 0px 4px #f0f0f0;
  box-shadow: 0px 0px 4px #f0f0f0; 
  border-radius: 3px;
} 
.fotogalerie div.fotka img { display: inline-block; vertical-align: middle; margin: 0px; max-width: 85px; max-height: 85px; }
.fotogalerie div.fotka span { display: inline-block; vertical-align: middle; width: 0; height: 100%; }

/* styly souboru fotka.php */
#horni, #navig, #fotka { text-align: center; }
#horni h1 { font-size: 200%; font-weight: bold; }


