
root{ 
  display: block;
}

body{
  background-color: black;
  background-image: url(../html/img/pozadi.jpg);
  background-position: center;
  background-position: top;
  background-repeat: no-repeat;
  margin: 0px; padding: 0px;
  font-family: arial;
  text-align: center;
}

/* -------------------------------------------------------------------------- */

#stranka{
  display: block;
  position: relative;
  width: 971px;
  margin: 0px auto 0px auto;
  text-align: left;
}

#stranka h1{
  display: none;
}

/* -------------------------------------------------------------------------- */

#top{
  position: relative;
  margin: 227px auto 0px auto;
  float: left;
  width: 971px; height: 39px;
}

#top .tlacitko_home_gray{
  width: 74px; height: 36px;
  margin-left: 30px;
  float: left;
  line-height: 33px; vertical-align: middle;
  text-align: center;
  color: rgb(239, 240, 242);
  font-size: 14px;
  text-decoration: none;
  font-weight: bold;
  background-image: url(../html/img/tl_home_gray.jpg);
}

#top .tlacitko_home_gray:hover{
  background-image: url(../html/img/tl_home_black.jpg);
}

#top .tlacitko_home_black{
  width: 74px; height: 36px;
  margin-left: 30px;
  float: left;
  line-height: 33px; vertical-align: middle;
  text-align: center;
  color: rgb(239, 240, 242);
  font-size: 14px;
  text-decoration: none;
  font-weight: bold;
  background-image: url(../html/img/tl_home_black.jpg);
}

#top .tlacitko_jak_nakupovat_gray{
  width: 141px; height: 36px;
  margin-left: 5px;
  float: left;
  line-height: 33px; vertical-align: middle;
  text-align: center;
  color: rgb(239, 240, 242);
  font-size: 14px;
  text-decoration: none;
  font-weight: bold;
  background-image: url(../html/img/tl_jak_nakupovat_gray.jpg);
}

#top .tlacitko_jak_nakupovat_gray:hover{
  background-image: url(../html/img/tl_jak_nakupovat_black.jpg);
}

#top .tlacitko_jak_nakupovat_black{
  width: 141px; height: 36px;
  margin-left: 5px;
  float: left;
  line-height: 33px; vertical-align: middle;
  text-align: center;
  color: rgb(239, 240, 242);
  font-size: 14px;
  text-decoration: none;
  font-weight: bold;
  background-image: url(../html/img/tl_jak_nakupovat_black.jpg);
}

#top .tlacitko_kontakt_gray{
  width: 90px; height: 36px;
  margin-left: 5px;
  float: left;
  line-height: 33px; vertical-align: middle;
  text-align: center;
  color: rgb(239, 240, 242);
  font-size: 14px;
  text-decoration: none;
  font-weight: bold;
  background-image: url(../html/img/tl_kontakt_gray.jpg);
}

#top .tlacitko_kontakt_gray:hover{
  background-image: url(../html/img/tl_kontakt_black.jpg);	
}

#top .tlacitko_kontakt_black{
  width: 90px; height: 36px;
  margin-left: 5px;
  float: left;
  line-height: 33px; vertical-align: middle;
  text-align: center;
  color: rgb(239, 240, 242);
  font-size: 14px;
  text-decoration: none;
  font-weight: bold;
  background-image: url(../html/img/tl_kontakt_black.jpg);
}

#top .tlacitko_novy_ucet{
  width: 80px; height: 36px;
  margin-left: 80px;
  float: left;
  line-height: 33px; vertical-align: middle;
  text-align: center;
  color: rgb(239, 240, 242);
  font-size: 12px;
  text-decoration: none;
  font-weight: bold;
  background-image: url(../html/img/tl_novy_ucet.jpg);
}

#top .tlacitko_novy_ucet:hover{
  text-decoration:underline;
  color: red;
}

#top .uzivatel{
  float: left;
  width: 327px; height: 36px;
  background-image: url(../html/img/login_pozadi.jpg);
  background-repeat: repeat-x;
}

#top .uzivatel .login{
  position: relative;
  float: left;
  width: 327px; height: 36px;
  padding: 0px;
  background-image: url(../html/img/login.jpg);
  background-repeat: no-repeat;
}

#top .uzivatel .login .jmeno{
  position: absolute; top: 7px; left: 15px;
  width: 123px; height: 14px;
  border-style: solid; border-width: 1px; border-color: white;
  font-size: 11px; font-weight: bold;
}

#top .uzivatel .login .heslo{
  position: absolute; top: 7px; left: 183px;
  width: 95px; height: 14px;
  border-style: solid; border-width: 1px; border-color: white;
}

#top .uzivatel .login .tlacitko{
  position: absolute; top: 0px; left:286px;
  width: 36px; height: 36px;
  border-style: none;
}

#top .uzivatel .zakaznik_prihlasen{
  margin: 0px 10px 0px 10px;
  line-height: 33px; vertical-align: middle;
  font-family: arial;
  font-size: 12px;
  color: rgb(225, 225, 227);
  font-weight: bold;
}

#top .uzivatel .zakaznik_prihlasen a{
  margin-left: 7px;
  text-decoration: none;
  color: rgb(225, 225, 227);
}

#top .tlacitko_kosik{
  width: 120px; height: 36px;
  display: block;
  float: left;
  line-height: 33px; vertical-align: middle;
  color: rgb(239, 240, 242);
  font-family: arial;
  font-size: 14px;
  text-decoration: none;
  font-weight: bold;
  background-image: url(../html/img/tl_kosik.jpg);
}

#top .tlacitko_kosik:hover{
  text-decoration:underline;
  color: red;
  background: transparent url(../html/img/tl_kosik_hover.jpg) no-repeat 0px 0px;
}

#top a.logout_tl:hover{
  text-decoration:underline;
  color: red;
}

/* -------------------------------------------------------------------------- */

h2{
  font-family: arial;
  font-size: 24px;
  color: black;
  margin: 0px;
}

h1{
  font-family: arial;
  font-size: 24px;
  color: black;
  margin: 0px;
}

/* -------------------------------------------------------------------------- */

#telo{
  float: left;
  margin: 20px auto 0px auto;
  width: 969px; _width: 971; min-height: 700px; _height: 700px;
  background-color:white;
  border-left-style: solid;
  border-left-width: 1px;
  border-right-style: solid;
  border-right-width: 1px;
  
}

/* -------------------------------------------------------------------------- */

#middle{
  position: relative;
  left: 210px;
  width: 551px;
  float: left;
}

#left{
  position: relative;
  left: -531px;
  width: 170px;
  float: left;
}

#right{
  position: relative;
  left: -20px;
  float: right;
  width: 170px;
}

/* -------------------------------------------------------------------------- */

#footer{
  margin: 0px;
}

/* -------------------------------------------------------------------------- */

#left2{
  position: relative;
  min-height: 624px; -height: 624px;
  background-image: url(../html/img/pozadi_levy_ram_top.jpg);
  background-position: top;
  background-repeat: no-repeat;
  background-color: rgb(249, 239, 54);
  text-align: center;
  padding-bottom: 0px;
}

#left2_footer{
  height: 19px;
  background-image: url(../html/img/pozadi_levy_ram_footer.jpg);
  background-repeat: no-repeat;
}

#kategorie_tree{
  color: white;
  font-size: 14px;
  padding: 10px;
  text-align: left;
}

#kategorie_tree ul{
  list-style-type: circle;
  padding: 0px; margin: 0px;
  list-style-position: inside;
}

#kategorie_tree a{
  color: rgb(255, 254, 221);
  font-family: arial;
  font-size: 14px;
  text-decoration: none;
  font-weight: bold;
}

#kategorie_tree a:hover{
  color: black;
}

#kategorie_tree li{
  /*color: white;*/
  list-style-type: circle;
}

#kategorie_tree li:hover{
  color: black;
  list-style-type: disc;
}

#kategorie_tree .kategorie_vybrana a{
  color: black;
  list-style-type: disc;
}

#kategorie_tree li.kategorie_vybrana{
  color: black;
  list-style-type: disc;
}

#kategorie_tree li.odsazeni{
  list-style-type: none;
}

#kategorie_tree li#odsazeni_cerna{
  list-style-type: none;
  color:black;
}

#kategorie_tree li#odsazeni_cerna a{
  list-style-type: none;
  color:black;
}

#kategorie_tree ul.vnorene_menu{
  list-style-type: none;
}

#left2 .search{
  position: relative;
  margin-left:10px;
  _margin-left:5px;
  float: left;
  width: 150px; height: 24px;
  padding: 0px 0px 50px 0px;
  background-image: url(../html/img/vyhledavac.jpg);
  background-repeat: no-repeat;
}

#left2 .search .input_search{
  position: absolute; top: 3px; left: 11px;
  width: 123px; height: 14px;
  border-style: solid; border-width: 1px; border-color: white;
  font-size: 11px; font-weight: bold;
}

#left2 #inspiracni_obrazek{
  bottom: 0px;
  width: 160px;  
  margin: 10px auto 0px auto;
  text-align: right;
}

#left2 #inspiracni_obrazek img{
  width: 160px; height: 208px;
}

#left2 #inspiracni_obrazek a{
  position: relative; top: -5px; right: 7px;
  font-size: 11px; color: black;
  text-decoration: none;
  font-style: italic;
}



/* -------------------------------------------------------------------------- */

#podkategorie_cesta{
  margin-top: 8px;
}

#podkategorie_cesta a{
  color: black;
  text-decoration: none;
  font-weight: bold;
  font-size: 14px;
  margin-right: 5px;
}

#podkategorie_cesta #vyhledavani{
  color: black;
  text-decoration: none;
  font-weight: bold;
  font-size: 14px;
  margin-right: 5px;
}

#zbozi_list{
  width: 549px;
  float: left;
  margin-top: 5px;
  padding-top: 5px;
  border-style: solid; border-width: 1px; border-color: rgb(224, 225, 227);
}

#strankovani{
  clear:both;
  height: 30px;
  text-align:right;
  margin-right:20px;
}

#strankovani a{
  font-size: 14px;
  text-decoration: none;
}

#strankovani a:hover{
  text-decoration: underline;
}

.podkategorie{
  width: 252px;
  margin-left: 20px;
  _margin-left: 11px;
  float: left;
}

.podkategorie a{
  color: black;
  text-decoration: none;
  font-weight: bold;
  font-size: 14px;
}

.zbozi{
  width: 130px; height: 140px;
  margin: 3px;
  font-family: arial;
  font-size: 12px;
  float: left;
  text-align: center;
}

.zbozi a{
  text-decoration: none;
  
}

.zbozi .nazev{
  color: gray;
  font-weight: bold;
}

.zbozi .cena{
  color: black;
  font-weight: bold;
}

.zbozi img{
  border-style: solid; border-width: 1px; border-color: rgb(224, 225, 227);
}

#zbozi_detail{
  float: left;
  width: 549px;
  margin-top: 5px;
  font-size: 13px;
  border-style: solid; border-width: 1px; border-color: rgb(224, 225, 227);
}

#zbozi_detail #horni_pulka{
  float: left;
  width: 519px;
  margin-top: 5px;
  margin-bottom: 15px;
  position: relative; left: 15px;
}

#zbozi_detail #horni_pulka h2{
  margin: 0px;
  font-size: 18px;
  color: rgb(235, 166, 62);

}

#zbozi_detail #horni_pulka #obrazek_velky{
  width: 290px; height: 290px;
  margin-left: 10px;
  float: right;
  border-style: solid; border-width: 1px; border-color: rgb(224, 225, 227);
}

#zbozi_detail #horni_pulka #popis{
  margin: 0px; padding: 0px;
  font-size: 13px;
}

#zbozi_detail #horni_pulka #popis ul{
  margin: 10px 0px 10px 15px;
  padding: 0px;
}

#zbozi_detail #horni_pulka #popis li{
  margin-bottom: 5px;
}

#zbozi_detail #dolni_pulka{
  float: left;
  width: 519px;
  margin-top: 5px;
  margin-bottom: 15px;
  position: relative; left: 15px;
}

#zbozi_detail #dolni_pulka .varianta{
  margin-top: 5px; margin-bottom: 10px; padding: 10px;
  border-style: solid; border-width: 1px; border-color: rgb(224, 225, 227);
}

#zbozi_detail #dolni_pulka .varianta .cena{
  font-weight: bold;
}

#zbozi_detail #dolni_pulka .varianta form{
  
}

#zbozi_detail #dolni_pulka .varianta form #barva{
  margin-right: 20px;
  width: 100px;
}

#zbozi_detail #dolni_pulka .varianta form .textove_pole{
  width: 40px; 
}

#zbozi_detail #dolni_pulka .varianta form .tlacitko{
  position: relative; top: 6px;
  margin: 5px 0px 0px 15px;
}

#zbozi_detail #dolni_pulka #obrazky{
}

#zbozi_detail #dolni_pulka #obrazky img{
  margin: 0px 5px 5px 5px;
  border-style: solid; border-width: 1px; border-color: rgb(224, 225, 227);
}

/* -------------------------------------------------------------------------- */

.text{
  padding: 20px;
  font-family: verdana;
  font-size: 12px;
}

.text a{
  color: red; text-decoration: none;
}

.jak_nakupovat{
  padding: 20px;
  font-family: verdana;
  font-size: 12px;
  text-align: justify;
}

.jak_nakupovat p{
  margin:0;
  margin-bottom:5px;
}

.jak_nakupovat a{
  color: red;
}

.jak_nakupovat h2#nadpis_akce_stare
{
  padding-top:30px;
  color:#000000;
  font-size:20px;
  font-weight:bold;
}

.jak_nakupovat h2#nadpis_akce_stare2
{
  padding-top:10px;
  color:#000000;
  font-size:20px;
  font-weight:bold;
}

.jak_nakupovat h3.nazev_akce
{
  color:#f94b04;
  font-size:16px;
  font-weight:bold;
  padding-bottom:0px;
  margin-bottom:0px;
}

.jak_nakupovat .nahled_akce
{
  float:left;
  padding-right:5px;
}

.jak_nakupovat .texty_akce
{
  color:#000000;
}

.jak_nakupovat .texty_akce2
{
  color:#000000;
}

.jak_nakupovat a.vice_texty_akce
{
  color:#f94b04;
  text-decoration:none;
  font-style:italic;
  float:left;
}

.jak_nakupovat a.vice_texty_akce:hover
{
  text-decoration:underline;
}

.jak_nakupovat .akce_ohraniceni
{
  min-height:110px;  _height: 110px;
  margin-bottom:20px;
  clear:both;
}

.jak_nakupovat a.odkaz_detail
{
  color:#f94b04;
  text-decoration:none;
  font-size:14px;
}

.jak_nakupovat a.odkaz_detail:hover
{
  text-decoration:underline;
}

.jak_nakupovat img.detail_yes
{
  width:12px;
  height:10px;
}

/* -------------------------------------------------------------------------- */

#novinky{
  min-height: 622px; _height: 622px;
  padding: 1px 4px 5px 4px;
  color: black;
  font-family: arial;
  font-size: 12px;
  background-image: url(../html/img/pozadi_novinky_top.jpg);
  background-position: top;
  background-repeat: no-repeat;
  background-color: rgb(224, 225, 227);
  padding-bottom: 55px; #padding-bottom: 50px; _padding-bottom: 240px;
}

#novinky p{
  padding: 0px 5px 0px 5px;
  margin-top: 10px;
  margin-bottom: 10px;
}

#novinky .nadpis{
  width: 162px; height: 39px;
  line-height: 39px;
  text-align: center;
  vertical-align: middle;
  background-image: url(../html/img/novinky.jpg);
  background-position:top;
  background-repeat: no-repeat;
}

#novinky .nadpis a{
  font-weight: bold;
  color: white;
  text-decoration: none;
  font-size: 13px;
}

#novinky img{
  position: relative; left: 10px;
  width: 140px;
  margin: 10px 0px 0px 0px;
  border-style: none;
}

#novinky .cena{
  font-weight: bold;
  color: red;
}

#novinky_footer{
  height: 21px;
  background-image: url(../html/img/pozadi_novinky_footer.jpg);
  background-repeat: no-repeat;
}

h2#nadpis_akce
{
  color:#f94b04;
  font-size:24px;
  font-weight:bold;
}

#akce{
  padding: 1px 4px 5px 4px;
  background-image: url(../html/img/akce_top.jpg);
  background-repeat: no-repeat;
  background-color: #fe4600;
  color:#ffffff;
}

#akce img{
  width:150px;
  height:150px;
  text-decoration:none;
  margin-left:6px;
}

#akce a#dalsiakce{
  font-size:14px;
  font-style:italic;
  text-decoration:none;
  color:#ffffff;
  background-color:#fe4600;
  float:right;
  font-weight:bold;
  margin-right:5px;
  margin-top:-14px;
}
#akce a#dalsiakce:hover{
  text-decoration:underline;
}
#akce p#textakce
{
  text-decoration:none;
  text-align:left;
  margin-top:0px;
  margin-left:7px;
  font-size:13px;
}
#akce p#textakce2
{
  text-decoration:none;
  text-align:left;
  margin-top:12px;
  margin-left:7px;
  font-size:13px;
}

h3#akce_nadpis{
  color:#ffffff;
  font-size: 16px;
  font-weight:bold;
  margin-top:10px;
  text-align:center;
  text-decoration:underline;
  padding-bottom:0px;
  margin-bottom:5px;
}

#akce_footer{
  height: 14px;
  background-image: url(../html/img/akce_bottom.jpg);
  background-repeat: no-repeat;
  clear:both;
  padding:0px;
  margin:0px;
}

h2#nadpis_odkazy
{
  margin-top:20px;
  color:#000000;
  font-size:24px;
  text-decoration:underline;
  font-weight:bold;
}

#odkazy{
  min-height: 122px; _height: 122px;
  padding: 1px 4px 5px 4px;
  background-image: url(../html/img/pozadi_novinky_top.jpg);
  background-repeat: no-repeat;
  background-color: #fe4600;
  color:#000000;
}

#odkazy img{
  width:150px;
  height:150px;
  text-decoration:none;
  margin-left:6px;
}

#odkazy a#dalsiodkazy{
  font-size:14px;
  font-style:italic;
  text-decoration:none;
  color:#000000;
  float:right;
  font-weight:bold;
  margin-right:5px;
  margin-top:10px;
}
#odkazy a#dalsiodkazy:hover{
  text-decoration:underline;
}
#odkazy a.textodkazy
{
  text-decoration:none;
  margin-left:7px;
  color:#9f1916;
  font-size:11px;
  font-weight:bold;
}
#odkazy a.textodkazy:hover
{
  text-decoration:underline;
}

h3#odkazy_nadpis{
  color:#000000;
  font-size: 12px;
  font-weight:bold;
  margin-top:10px;
  margin-left:7px;
  text-align:left;
  text-decoration:none;
  padding-bottom:0px;
  margin-bottom:10px;
}

#odkazy_footer{
  height: 14px;
  background-image: url(../html/img/pozadi_novinky_footer.jpg);
  background-repeat: no-repeat;
}

/* -------------------------------------------------------------------------- */

#kosik{
  padding: 20px;
  text-align: justify;
  font-family: arial;
  font-size: 12px;
}

.kosik_polozky{
  border-style: solid; border-width: 1px; border-color: rgb(224, 225, 227);
  padding: 5px;
  text-align: left;
  font-family: arial;
  font-size: 12px;
}

.kosik_polozky a{
  color: red;
}

.textove_pole{
  width: 25px;
  font-size: 12px;
}

.kosik_polozky .siroka{
  width: 500px;
}

.kosik_polozky .uzka{
  width: 100px;
}

.kosik_polozky .uzka_cena_celkem{
  width: 100px;
  text-align: center;
}

.kosik_polozky .uzoucka{
  width: 50px;
  text-align: center;
}

.kosik_polozky .center{
  text-align: center;
}

#kosik .radek{
  text-align: right;
  font-weight: bold;
  margin-top: 10px;
}

#kosik .soucet{
  line-height: 25px;
  margin-right: 10px;
}

#kosik .prepocitej{
  line-height: 25px;
  margin-right: 25px;
  text-decoration: underline;
  color: red;
}

#kosik .radek_2{
  text-align: center;
  margin-top: 10px;
}

#kosik .odkazy{
  margin: 10px;
  color: red;
  font-weight: bold;
}

/* -------------------------------------------------------------------------- */

#objednavka{
  padding: 20px;
  text-align: justify;
  font-family: arial;
  font-size: 12px;
}

#objednavka h4{
  font-size: 14px;
  margin-top: 5px;
  margin-bottom: 2px;
}

#objednavka .soucet{
  float: right;
  font-weight: bold;
}

#objednavka .zpusob_doruceni{
  margin: 10px 0px 10px 10px;
}

#objednavka .zpusob_doruceni input{
  float: left;
}

#objednavka .zpusob_doruceni .polozka{
  margin-left: 30px;
  margin-bottom: 10px;
}

#objednavka .adresa_doruceni{
  margin: 10px 0px 10px 10px;
}

#objednavka .adresa_doruceni input{
  float: left;
}

#objednavka .adresa_doruceni .polozka{
  margin-left: 30px;
  margin-bottom: 10px;
}

#objednavka .odkazy{
  margin-top: 20px;
  text-align: center;
}

#objednavka .odkazy a{
  margin: 10px;
  color: red;
  font-weight: bold;
}

#objednavka .poznamka{
  width: 490px; height: 150px;
  margin-left: 10px;
}

/* -------------------------------------------------------------------------- */

#registrace{
  text-align: right; width: 370px;
}

#registrace input{
  margin-bottom: 5px;
  width: 150px;
}

#registrace select{
  margin-bottom: 5px;
  width: 156px;
}

#registrace .radio{
  width: 20px;
}

.zprava{
  margin: 5px 0px 10px 10px;
  font-weight: bold;
  color: red;
}

/* -------------------------------------------------------------------------- */

.login{
  padding: 20px;
  text-align: justify;
  font-family: verdana;
  font-size: 12px;
}

.login .zprava{
  font-weight: bold;
  
  color: black;
}