root{ 
  display: block;
}

body{
  background-color: white;
  margin: 0px; padding: 0px;
  font-family: arial;
  text-align: center;
}

h1.none
{
  display:none;
}

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

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

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

#top{
  background: transparent url("../html/img/header.png") no-repeat 0px 0px;
  position: absolute;
  top:0;
  margin: 0px auto 0px auto;
  /*float: left;*/
  width: 971px; height: 279px;
}
#top #header_texty
{
  padding-top:235px;
  padding-left:28px;
  font-size:12px;
  color:#ffffff;
}
#top #header_texty a#home
{
  width:0px;
  height:0px;
  position:absolute;
  padding:140px 300px 0px 0px;
  display:block;
  overflow: hidden;
  background-color:#000000;
}
#top #header_texty .vybrany{
  font-size: 12px;
  text-decoration: none;
  font-weight: bold;
  color:#FF1A66;
  padding-right:20px;
}


#top #header_texty .nevybrany{
  font-size: 12px;
  text-decoration: underline;
  font-weight: normal;
  color:#ffffff;
  padding-right:20px;
}

#top #header_texty .nevybrany:hover{
  font-size: 12px;
  text-decoration: none;
  color:#FF1A66;
  padding-right:20px;
}

#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;
}

#top a.logout_tl{
  text-decoration:none;
  color: #FF1A66;
}
#top a.logout_tl:hover{
  text-decoration:underline;
  color: #898989;
}

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

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;*/
  padding-top:279px;
  margin: 0px auto 0px auto;
  width: 969px; _width: 971; min-height: 700px; _height: 700px;
  background-color:white;
  position:relative;
  
}

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

#middle{
  position: relative;
  left: 190px;
  width: 568px;
  float: left;
}

#left{
  position: relative;
  left: -555px;
  width: 180px;
  _width:200px;
  float: left;
}

#right{
  position: relative;
  left: -5px;
  float: right;
  width: 200px;
}

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

#footer{
  margin: 0px;
}

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

#left2{
  position: relative;
  min-height: 624px; -height: 624px;
  text-align: center;
  padding-bottom: 55px; #padding-bottom: 50px; _padding-bottom: 240px;
}

#left2_footer{
  height: 19px;
  background-repeat: no-repeat;
}

#kategorie_tree{
  color: #ff1a66;
  font-size: 11px;
  padding-top: 10px;
  text-align: left;
  line-height: 14px;
  %margin-left:-15px;
  _margin-left:-15px;
}

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

#kategorie_tree a{
  color: #ff1a66;
  font-family: arial;
  font-size: 11px;
  text-decoration: underline;
  font-weight: normal;
}

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

#kategorie_tree li{
  /*color: white;*/
  list-style-type: none;
  margin-bottom:8px;
}

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

#kategorie_tree .kategorie_vybrana a{
  color: black;
  list-style-type: none;
  text-decoration: none;
}

#kategorie_tree li.kategorie_vybrana{
  color: black;
  list-style-type: none;
  text-decoration: none;
  font-weight:bold;
}

#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;
}

#novinky .search{
  position: relative;
  float:right;
  width: 199px; height: 28px;
  padding: 0px;
  background-image: url(../html/img/vyhledavac.jpg);
  background-repeat: no-repeat;
}

#novinky .search .input_search{
  position: absolute; top: 4px; left: 11px;
  width: 174px; height: 14px;
  background-color:transparent;
  border-style: solid; border-width: 1px; border-color: transparent;
  border:none;
  font-size: 12px; font-weight: normal;
}

#left2 #inspiracni_obrazek{
  position: absolute; left: 5px; 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;
}



/* -------------------------------------------------------------------------- */
#modul_filtr{
  margin-top: 8px;
  width: 549px;
}
#modul_filtr form .mf_obhraniceni{
  float:right;
  margin-right:10px;
  font-size:12px;
}

#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;
}

#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: 330px;
  margin-left: 20px;
  _margin-left: 11px;
  float: left;
}

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

.zbozi{
  width: 169px; height: 149px;
  margin: 3px;
  font-family: arial;
  font-size: 12px;
  float: left;
  text-align: center;
  padding-bottom:30px;
}

.zbozi a{
  text-decoration: none;
  
}

.zbozi .nazev{
  color: #4c4c4c;
  font-weight: normal;
  font-size:13px;
  width:150px;
  height:35px;
  display:inline-block;
}

.zbozi .cena{
  color: #4c4c4c;
  font-weight: normal;
  font-size:13px;
}

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

.zbozi img.obr{
  border:none;
}

.zbozi .ohraniceni_img
{
  border-style: solid; border-width: 1px; border-color: rgb(224, 225, 227); width:100px; height:100px; margin-left:30px; margin-bottom:3px; margin:0 auto;
}

/*.zbozi .ohraniceni_img
{
  border:none; width:100px; height:100px; margin-left:30px; margin-bottom:3px;
}*/

#zbozi_detail img.obr{
  border:none;
}

#zbozi_detail .ohraniceni_img
{
  border-style: solid; border-width: 1px; border-color: rgb(224, 225, 227); width:100px; height:100px; margin-left:30px; margin-bottom:3px;
}

#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 h3{
  margin: 0px;
  font-size: 18px;
  color:#ff1a66;
}
#zbozi_detail #horni_pulka h2{
  margin: 0px;
  font-size: 18px;
  color:#ff1a66;
}

#zbozi_detail #horni_pulka #obrazek_velky{
  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);
}

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

.textsearchno{
  padding-left: 20px;
  padding-bottom: 20px;
  padding-top: 10px;
  font-family: verdana;
  font-size: 12px;
  text-align:justify;
}

.textsearchno h2{
  font-size: 18px;
  color:#ff1a66;
}
.text{
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
  padding-top: 10px;
  font-family: verdana;
  font-size: 12px;
  text-align:justify;
}

.text h2{
  font-size: 18px;
  color:#ff1a66;
}

.text h3{
  font-size: 16px;
  color:#ff1a66;
}

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

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

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

.jak_nakupovat a{
  color: red;
}

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

#novinky{
  min-height: 622px; _height: 622px;
  padding: 1px 0px 5px 4px;
  color: black;
  font-family: arial;
  font-size: 12px;
  padding-bottom: 55px; #padding-bottom: 50px; _padding-bottom: 240px;
}

#novinky #mensi{
  background: transparent url("../html/img/pravy_mensi.jpg") no-repeat 0px 0px;
  width:199px;
  height:135px;
  float:right;
  margin-top:15px;
}

#novinky #mensi h2{
  font-size:18px;
  color:#ff1a66;
  padding-top:15px;
  padding-left:20px;
  font-weight:normal;
}

#novinky #mensi ul{
  padding-left:20px;  
}

#novinky #mensi li
{
  list-style-type:none;
  background: transparent url("../html/img/odrazka.gif") no-repeat 0px 5px;
  padding-left:10px;
  padding-bottom:5px;
  color:#ff1a66;
}

#novinky #mensi li:hover
{
  list-style-type:none;
  background: transparent url("../html/img/odrazka_vybrana.gif") no-repeat 0px 5px;
  padding-left:10px;
  padding-bottom:5px;
  color:#ff1a66;
}

#novinky #mensi a{
  font-size:12px;
  color:#ff1a66;
  text-decoration:underline;
}

#novinky #mensi a:hover{
  font-size:12px;
  color:#000000;
  text-decoration:none;
}

#novinky #vetsi{
  background: transparent url("../html/img/pravy_vetsi.jpg") no-repeat 0px 0px;
  width:199px;
  height:199px;
  float:right;
  margin-top:15px;
}

#novinky #vetsi h2{
  font-size:18px;
  color:#ff1a66;
  padding-top:15px;
  padding-left:20px;
  font-weight:normal;
}

#novinky #vetsi #text{
  font-size:12px;
  color:#4c4c4c;
  padding-top:15px;
  padding-left:20px;
  font-weight:normal;
}

#novinky a.vybrany{
  font-size: 12px;
  text-decoration: underline;
  font-weight: normal;
  color:#ff1a66;
  float:right;
}

#novinky a.vybrany:hover{
  font-size: 12px;
  text-decoration: none;
  font-weight: normal;
  color:#000000;
}

#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;
}

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

#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 select{
  margin-bottom: 5px;
  width: 156px;
}

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

#prihlaseni{
  text-align: right; float:right;margin-right:5px;
  display:block;
  margin-top:-8px;
  %margin-top:-23px;

}
#prihlaseni table label{
  display:block;
  padding-bottom:3px;
  font-size: 12px;
  color:#ffffff;
}
#prihlaseni table a{
  display:block;
  padding-bottom:3px;
}

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

#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;
}
