@import url("reset.css");
/*****************************************************************************************
 Autor - Roman Mazur
 Webdesign (C) http://namor.cz/
 Tento soubor je bez dovolení autora zakázáno jakýmkoli způsobem šířit nebo upravovat!  
*****************************************************************************************/
.hidden, .none {
  display: none !important;
}
.clear {
  clear: both;
}
a {
  text-decoration: underline;
  color: #004ca7;
}
a:hover { text-decoration: none; }
strong, .bold {
  font-weight: bold;
}
.large {
  font-size: 1.5em !important;
}
.small {
  font-size: 0.8em !important;
}
/*****************************************************************************************
 Layout
*****************************************************************************************/
body {
  font-family: verdana, sans-serif;
  font-size: 67.5%;
  text-align: center;
}
                                        /*pozadi leve - moře*/
div#levyBg {
  width: 49%;
  float: left;
  background: url("/img/kraj-levy.jpg") repeat-x top;
  height: 288px;
}
                                        /*pozadi prave - prales*/
div#pravyBg {
  width: 49%;
  float: right;
  height: 288px;
  background: url("/img/kraj-pravy.jpg") repeat-x top;
}
                                        /*obal hlavni casti webu*/
div#obal {
  position: absolute;
  width: 100%;
}
div#celek {
  font-size: 1.2em;
  text-align: left;
  width: 983px;
  background: url("/img/obsahTop.jpg") no-repeat top;
  height: 500px;
  margin: 0 auto;
  position: relative;
}
/*****************************************************************************************
 Základní styly
*****************************************************************************************/
h1, h2, h3 {
  color: #004ca7;
  margin: 10px;
}
div#pravy p {
  margin: 10px 5px 10px 0;
}
div#pravy ul {
  margin-left: 40px; 
}
div#pravy h1.western {
  font-size: 2.5em;
}
/*****************************************************************************************
 Logo
*****************************************************************************************/
img#logo {
  float: left;
}
/*****************************************************************************************
 Hlavička
*****************************************************************************************/
                                        /*menu*/
ul#menu {
  text-align: center;
  list-style: none;
  width: 190px;
  height: 125px;
  overflow: hidden;
  margin-left: 735px;
  padding-top: 5px;
}
ul#menu li a {
  color: #ffffff;
  text-decoration: underline;
  font-size: 12px;
  font-weight: bold;
  line-height: 22px;
}
ul#menu li a:hover {
  text-decoration: none;
}
                                        /*nakupni taska*/
div#taska {
  margin: 50px 0 0 15px;
  color: #083b81;
  line-height: 18px;
  width: 180px;
  height: 60px;
  overflow: hidden;
}
div#taska span {
  color: #ffffff;
  text-decoration: underline;
  font-weight: bold;
  display: block;
  margin-bottom: 3px;
}
div#taska a {
  color: #083b81;
  text-decoration: underline;
}
/*****************************************************************************************
 Levý sloupec
*****************************************************************************************/
div#levy {
  float: left;
  width: 251px;
}
                                        /*kategorie*/
div#levy div#kat_obal {
  background: url("/img/lListaKatCenter.jpg") repeat-y center;
}
div#levy div#kategorie {
  background: url("/img/lListaKatTop.jpg") no-repeat top center;
}
div#levy div#kategorie div.listaBottom {
  background: url("/img/lListaKatBottom.jpg") no-repeat bottom center;
  padding-bottom: 37px;
  padding-top: 25px;
}
/*hledej*/
div#levy form#hledej {
  margin-left: 10px;
  margin-bottom: 20px;
}
div#levy form#hledej label {
  color: #ffffff;
  font-weight: bold;
}
div#levy form#hledej input#search {
  background: none;
  width: 110px;
  margin-left: 20px;
  height: 20px;
  font-size: 13px;
  padding-left: 3px;
  margin-right: 5px;
  text-align: center !important;
}
div#levy form#hledej input#submit {
  background: none;
  width: 15px;
  cursor: pointer;
}
/*login*/
div#levy div#kategorie span#uziv {
  margin-left: 25px;
}
div#levy div#kategorie ul#login {
  background: none;
  padding: 0 0 0 25px;
  margin: 0;
}
div#levy div#kategorie ul#login li {
  float: left;
}
div#levy div#kategorie ul#login li#prihl {
  margin-right: 10px;
  padding-right: 10px;
  border-right: 1px solid #ffffff;
}
div#levy div#kategorie ul#login li a {
  color: #ffffff;
  font-weight: bold;
  font-size: 0.85em;
  text-transform: none;
  background: none;
  padding: 0;
}
/*odkazy*/
div#levy div#kategorie ul {
  clear: both;
  list-style: none;
  padding-left: 10px;
  padding-top: 10px;
}
div#levy div#kategorie ul a {
  color: #004ca7;
  font-size: 1em;
  line-height: 1.8em;
  font-weight: bold;
  text-decoration: underline;
  text-transform: uppercase;
  padding-left: 30px;
  background: url("/img/menu_hover.gif") no-repeat left center;
}
div#levy div#kategorie ul a:hover, div#levy div#kategorie ul a.active {color: #ffffff; text-decoration: none; background: url("/img/menu_active.jpg") no-repeat left center;}

                                        /*lista*/
div#levy div.lista {
  background: url("/img/lListaCenter.jpg") repeat-y center;
  margin: 20px 0;
  color: #001e61;
  padding-bottom: 0px;
}
div#levy div.lista div.listaTop {
  background: url("/img/lListaTop.jpg") no-repeat top center;
}
div#levy div.lista div.listaBottom {
  background: url("/img/lListaBottom.jpg") no-repeat bottom center;
  padding-bottom: 70px;
  padding-top: 10px;
}
div#levy div.lista h3 {
  display: block;
  text-align: center;
  margin-bottom: 15px;
}
div#levy div.lista p {
  background: url("/img/procOdrazka.jpg") no-repeat top left;
  margin: 0 12px 10px 12px;
  padding-left: 20px;
  font-size: 0.9em;
  color: #004ca7;
}
/*****************************************************************************************
 Pravý sloupec
*****************************************************************************************/
div#pravy {
  float: right;
  width: 663px;
  margin-right: 49px;
  margin-left: 20px;
  color: #373737;
  margin-bottom: 200px;
}
div#pravy h1 {
  color: #004ca7;
  display: block;
  text-align: right;
  margin-top: 50px;
  font-size: 3.7em;
  margin-bottom: 20px;
}
div#pravy h1 span {
  font-size: 0.6em;
}
div#pravy p {
  font-size: 0.9em;
  line-height: 1.5em;
  margin-bottom: 30px;
}
                                        /*karty*/
div#pravy div.karta {
  width: 212px;
  height: 346px;
  overflow: hidden;
  background: url("/img/karta_bg.jpg") no-repeat;
  text-align: center;
  float: left;
  margin-right: 9px;
  margin-bottom: 20px;
}
div.karta h3 { 
  display: block;
  height: 43px;
  overflow: hidden;
  margin: 5px 10px 10px 5px !important;
  color: #ffffff !important;
  font-size: 13px;
  text-decoration: underline;
}
div#pravy div.karta div.img {
  height: 217px;
  overflow: hidden;
}
div.karta span.cena {
  display: block;
  float: left;
  font-size: 20px;
  color: #004ca7;
  font-family: arial;
  font-weight: bold;
  margin-left: 7px; 
  margin-top: 5px; 
}
div.karta em.znacka {
  display: block;
  float: right;
  font-size: 13px;
  color: #004ca7;
  font-family: arial;
  text-decoration: underline;
  margin-right: 10px; 
  margin-top: 12px;   
}
div.karta ul {
  clear: both;
  list-style: none;
  padding: 15px 15px 0 20px;
  margin: 0 !important;
}
div.karta ul li a {
  font-family: arial;
  font-size: 12px;
  text-decoration: underline;
  color: #ffffff;
}
div.karta ul li a:hover {
  text-decoration: none;
}
div.karta ul li.info {
  float: left;
}
div.karta ul li.kosik {
  float: right;
  margin-right: 20px;
}
/*****************************************************************************************
 Paticka
*****************************************************************************************/
div#paticka {
  margin-left: 276px;
  margin-right: 46px;
  height: 100px;
  overflow: hidden;
  background: url("/img/patka.jpg") left;
  color: #ffffff;
}
div#paticka a {
  color: #ffffff;
  text-decoration: underline;  
}
div#paticka a:hover {
  text-decoration: none;
}
div#paticka div#copy {
  float: left;
  width: 300px;
  height: 40px;
  margin-top: 15px;
  margin-left: 10px;
  overflow: hidden;
  font-size: 12px;
}
div#paticka div#vyrobilo {
  float: right;
  width: 300px;
  height: 40px;
  overflow: hidden;
  margin-top: 15px;
  margin-right: 20px;
  text-align: right;
}
div#paticka div#links {
  clear: both;
  margin: 0 10px;
  font-size: 80%;
}
#paticka #links a { color: #cbf0fa; }
/*****************************************************************************************
 Další stránka : detail
*****************************************************************************************/
div#pravy div#img {
  width: 303px;
  float: right;
  text-align: right;
  margin-bottom: 20px;
  margin-left: 15px;
}
div#pravy div#img a {
  display: block;
  margin-top: 5px;
  color: #373737;
  font-family: arial;
  font-size: 0.9em;
  text-decoration: underline;
  background: url("/img/lupa.jpg") no-repeat left center;
  padding-top: 1px;
  padding-bottom: 2px;
  margin-left: 190px;
  margin-right: 10px;
}
                                        /*box do kosiku*/
div#pravy div#do_kosiku {
  background: #d7f1f9 url("/img/do_kosiku_top.jpg") no-repeat top;
  width: 308px;
  color: #373737;
}
div#do_kosiku div {
  background: url("/img/do_kosiku_bottom.jpg") no-repeat bottom;
  padding-bottom: 15px;
  padding-top: 15px;
  padding-left: 15px;
}
div#do_kosiku table {
  width: 290px;
  margin-bottom: 15px;
}
div#do_kosiku table tr {
  height: 25px;
}
div#do_kosiku table tr#cena {
  color: #004ca7;
  font-weight: bold;
  font-size: 1.1em;
}
div#do_kosiku table tr#cena span {
  font-size: 20px; 
}
div#do_kosiku table tr em {
  text-decoration: line-through;
}
/*form*/
div#do_kosiku form.koupit {
  margin-top: 20px;
  margin-left: 0px;
}
div#do_kosiku form.koupit fieldset {
  margin-bottom: 15px;
}
div#do_kosiku form.koupit label {
  width: 110px;
  display: block;
  float: left;
  clear: left;
}
div#do_kosiku form.koupit select {
  width: 90px;
}
/*input koupit*/
input#koupit {
  display: block !important;
  margin: 40px 0 30px 25p !important;
  width: 212px !important;
  height: 45px !important;
  background: url("/img/koupit.jpg") no-repeat;
  color: #ffffff !important;
  text-decoration: none !important;
  cursor: pointer !important;
  border: none !important;
} 
div#pravy h3 {
  color: #004ca7;
  margin-bottom: 10px;
  margin-top: 15px;
  display: block;
}
/* popis */
div.popis, div.popis *
{
  margin-left: 0px !important;
}
                                        /*dotazy*/
div#d_faq {
  clear: both;
  background: #d7f1f9 url("/img/d_faq_bottom.jpg") no-repeat bottom;
  width: 660px;
  margin: 20em auto 2em auto;
}
div#d_faq #jcPanelyMenu {
  background: url("/img/d_faq_top.jpg") no-repeat top;
  height: 40px;
  padding: 17px 15px 0 15px;
}
div#d_faq span.tab2, div#d_faq span.tab3 {
  font-size: 16px;
  font-weight: bold;
  text-decoration: underline;
  display: block;
  width: 184px;
  height: 35px;
  text-align: center;
  padding-top: 5px;
  color: #fff;
}
div#d_faq span.tab3 {
  float: left;
  margin-left: 60px;
  cursor: pointer;
}
div#d_faq span.tab2 {
  float: right;
  margin-right: 60px;
  background: url("/img/d_faq_hover.gif") no-repeat;
  cursor: auto;
  color: black;
}
/*listy*/
div#d_faq div#jcPanelyListy {
  background: url("/img/d_faq_center.jpg") repeat-y center;
  padding: 15px;
}
div#d_faq div#jcPanelyListy div.tab3 {
  display: none;
}
/*form*/
div#d_faq fieldset#text {
  margin-top: 15px;
}
div#d_faq fieldset#text label {
  display: block;
  float: left;
  clear: left;
  width: 120px;
  margin: 0px;
}
div#d_faq fieldset#text input {
  display: block;
  float: left;
  width: 180px;
  height: 20px;
  margin-bottom: 2px;
  border: 1px solid #D6D6D6;
  padding-top: 3px;
  padding-left: 5px;
}
div#d_faq input#prepocitat {
  height: 41px !important;
  margin-top: 5px !important;
  margin-left: 107px;
}
div#d_faq p.hvezda {
  color: #6d6d6d;
}
/*mail*/
div#d_faq div.tab3 span {
  display: block;
  clear: both;
  font-weight: bold;
  font-size: 15px;
  margin: 5px 10px;
}
/*dotazy*/
div#d_faq div.dotaz {
  margin: 10px 0;
}
div#d_faq div.dotaz p {
  text-indent: 0;
  margin-left: 15px;
  margin-bottom: 0;
  color: #6b6b6b;
}
div#d_faq .tmave {
  color: #000000;
}
div#d_faq p.odpoved {
  color: #000000 !important;
  font-weight: bold;
}
/*****************************************************************************************
 Další stránka - košík
*****************************************************************************************/
div#tKosik {
  width: 660px;
  margin-top: 80px;
}
div#tKosik h2.large {
  margin-bottom: 10px;
  text-align: right;
  margin-right: 50px;
  font-size: 25px !important;
}
                                        /*tabulka nahoře*/
div#tKosikTable {
  margin: 30px auto 20px auto;
  margin-top: -30px !important;
  overflow: hidden;
  width: 660px;
  background: #d7f1f9 url("/img/d_faq_top.jpg") no-repeat top left;
}
div#tKosikTableBottom {
  background: url("/img/kKartaBottom.jpg") no-repeat bottom left;
  margin-bottom: -1px;
  overflow: hidden;
}
div#tKosikTable table {
  margin: 0 auto;
  width: 660px;
  font-size: 0.9em;
}
div#tKosikTable table thead tr {
  color: #fff;
  height: 50px;
}
div#tKosikTable table thead th {
  font-weight: bold !important;
}
div#Kosik table tr {
  border-left: 5px solid black;
}
div#tKosikTable table tr td, div#tKosikTable table tr th {
  border-bottom: 1px solid #eeeeee;
  height: 35px;
  text-align: left;
}
div#tKosikTable table tr .ce {
  text-align: center;
}
div#tKosikTable table tr#celkem {
  color: #004ca7;
  font-weight: bold;
  font-size: 1.4em;
}
/*input pocet kusu*/
input#kusu {
  width: 25px;
  background: #ececec;
  height: 18px;
  text-align: center;  
  border: 1px solid #929191;
  padding-top: 2px;
}
                                        /*přepočítat*/
div#tKosik p {
  margin-bottom: 50px;
}
div#tKosik input#koupit {
  background: url("/img/button-stredni_k.jpg") no-repeat center top;
  margin: -50px 0 20px 0px !important;
  float: right;
} 
input#prepocitat {
  display: block;
  background: url("/img/button-stredni.jpg") no-repeat center top;
  padding: 5px 10px;
  height: 41px;
  text-align: center;
  cursor: pointer;
  color: #ffffff;
  border: none !important;
}
input#kPrepocitat {
  display: block;
  background: url("/img/button-stredni_k.jpg") no-repeat center top;
  padding: 5px 10px;
  height: 41px;
  text-align: center;
  cursor: pointer;
  color: #ffffff;
  border: none !important;
  font-weight: bold;
  width: 160px !important;
  margin: 0 auto;
}
div#tKosik input#koupit {
  font-weight: bold;
  margin-top: -80px !important;
  margin-right: -30px !important;
} 
                                        /*karta*/
div#tKosik div.kKarta {
  background: #d7f1f9 url("/img/d_faq_top.jpg") no-repeat top center;;
  margin-bottom: 25px;
  clear: both;
}
div#tKosik div.kKarta div.kKartaBottom {
  background: url("/img/kKartaBottom.jpg") no-repeat bottom center;
  padding: 8px 8px 0 8px;
}
div#tKosik div.kKarta h2 {
  color: #ffffff;
  font-weight: normal;
  display: block;
  text-align: center;
  margin-bottom: 20px;
  font-size: 18px;
}
/*levy - form*/
div#tKosik div.kKarta fieldset {
  float: left;
  width: 320px;
  margin-left: 20px;
  margin-bottom: 20px;
}
div#tKosik div.kKarta fieldset em {
  font-weight: bold;
  display: block;
  margin-bottom: 15px;
  font-size: 1.3em;
}
div#tKosik div.kKarta fieldset span {
  font-weight: bold;
  margin-left: 5px;
}
div#tKosik div.kKarta fieldset label {
  margin-left: 10px;
  margin-right: 20px;
  position: relative;
  top: -2px;
}
div#tKosik div.kKarta fieldset input {
  margin: 4px 0;
}
/*pravy - krok*/
div#tKosik div.kKarta div.krok {
  float: right;
  margin-right: 10px;
  width: 290px;
  color: #838383;
  font-size: 0.95em;
}
div#tKosik div.kKarta div.krok h3 {
  color: #5f5f5f;
  font-size: 1.2em;
}
div#tKosik div.kKarta div.krok p {
  margin-left: 10px;
}
div#tKosik div.kKarta div.krok a {
  color: #767676;
  text-decoration: underline;
}
div#tKosik div.kKarta div.krok a:hover {
  text-decoration: none;
}
/*fieldset id text*/
div#tKosik fieldset#text {
  margin-top: 15px;
}
div#tKosik fieldset#text label {
  display: block;
  float: left;
  clear: left;
  width: 120px;
  margin: 0px;
}
div#tKosik fieldset#text input {
  display: block;
  float: left;
  width: 180px;
  height: 20px;
  margin-bottom: 2px;
  border: 1px solid #D6D6D6;
  padding-top: 3px;
  padding-left: 5px;
}
/*zavazne objednat*/
input#kSubmit {
  clear: both;
  margin: 20px auto;
  display: block;
  background: #004ca7;
  padding: 10px 20px;
  font-size: 1.3em;
  text-align: center;
  cursor: pointer;
  color: #ffffff;
}
/*detaily dole*/
input#agree, input#news {
  margin-right: 7px;
  position: relative;
  top: 2px;
}
/*****************************************************************************************
 Další stránka - odhlaseni
*****************************************************************************************/
p#logout {
  margin: 140px 0 120px 10px;
}
/*****************************************************************************************
 Další stránka - Karta zakaznika
*****************************************************************************************/
form.karta {
  margin: 0 160px 0 10px;
}
form.karta h2 {
  margin-bottom: 10px !important; 
}
form.karta p {
  margin-bottom: 5px;
}
form.karta input {
  margin-right: 10px;
  margin-top: 10px;
}
/*****************************************************************************************
 Další stránka - Login
*****************************************************************************************/
div#login {
  margin-top: 100px;
}
div#login fieldset h2 {
  font-size: 15px;
  border: 0px;
  margin: 0 0 5px 0;
  padding: 0px;
}
div#login fieldset p {
  margin-bottom: 5px
}
div#login fieldset div {
  margin-top: 20px;
  margin-bottom: 20px;
}
div#login fieldset label {
  display: block;
  float: left;
  clear: left;
  width: 80px;
  margin: 0px;
}
div#login fieldset input {
  display: block;
  float: left;
  width: 220px;
  height: 20px;
  margin-bottom: 2px;
  border: 1px solid #D6D6D6;
  padding-top: 3px;
  padding-left: 5px;
}
div#login fieldset input#zavazne_objednat {
  clear: both;
  margin: 5px 0 5px 10px;
}
  /*doplnujici odkazy dole*/
ul#doplnky {
  margin-top: 5px; 
  margin-left: 30px;
}
ul#doplnky li {
  float: none !important;
}
ul#doplnky a {
  color: #004ca7;
  text-decoration: underline;
}
ul#doplnky a:hover {
  text-decoration: none;
}
/*****************************************************************************************
 Další stránka: muj ucet
*****************************************************************************************/
div.muj_ucet {
  margin-top: 100px;
}
div.muj_ucet input#prepocitat {
  float: none !important;
  clear: both;
}
div.muj_ucet div#top {
  margin-bottom: 30px;
}
/*****************************************************************************************
 Další veci
*****************************************************************************************/
div#navigace1 {
  margin: 0 auto !important;
  clear: both;
  text-align: center;
  overflow: hidden;
  background: #d7f1f9 url("/img/radkovani-left.gif") no-repeat left;
  height: 28px;
  float: right;
  padding-left: 25px;
  margin-top: 30px !important;
}
div#navigace1 ul {
  list-style: none;
  margin: 0 !important;
  float: left;
  background: url("/img/radkovani-right.gif") no-repeat right;
  height: 23px;
  padding: 5px 25px 0 0;
}
div#navigace1 ul li {
  float: left;
  margin: 0 5px;
}
div#navigace1 ul li a {
  color: #004ca8;
  text-decoration: underline;
  border-right: 1px solid black;
  padding-right: 10px;
}
div#navigace1 ul li#last a {
  border: none;
}
div#navigace a:hover {
  text-decoration: none;
}
div#navigace1 ul li strong {
  display: block;
  background: #004ca8;
  height: 28px;
  margin-top: -5px;
  padding: 5px 10px;
  color: #fff;
  margin-left: -12px;
}

div#navigace {
  margin-top: 100px;
  text-align: right;
  margin-right: 30px;
}
div#navigace a {
  margin-right: 15px;
  border-right: 1px solid black;
  padding-right: 15px;
  color: #004ca7;
}
div#navigace a#posledni {
  padding: 0;
  border: none;
}
div#navigace a:hover {
  text-decoration: underline;
}
div#navigace2 {
  margin-left: -30px !important;
  margin-top: 10px;
}
div#navigace2 {
  margin-left: 0px !important;
  margin-top: 15px;
  margin-bottom: 15px;
}
div.green {
  margin: 80px 20px -20px 0px;
  background: #e7ffcb;
  padding: 2px 10px;
  border: 1px solid #aac979;
}
div.green + div.green {
  margin-top: 30px;
}
div.green p {
  font-weight: bold;
  font-size: 11px !important;
}
div.green p a {
  text-decoration: underline;
  color: #2a5416;
  font-size: 13px;
  font-weight: bold;
}
div.red {
  margin: 80px 20px -20px 0px;
  background: #f9e9e2;
  padding: 7px  10px;
  border: 1px solid #ecc6c0;
}
div.red + div.red {
  margin-top: 30px;
}
div.red + div.green {
  margin-top: 30px;
}
div.green + div.red {
  margin-top: 30px;
}
div.red p {
  font-weight: bold;
  font-size: 11px !important;
}
div.red p a {
  text-decoration: underline;
  color: #6d413a;
  font-size: 13px;
  font-weight: bold;
}



/* vlajky */
#vlajky { position: absolute; top: 121px; left: 20px; }
#vlajky ul { list-style: none; }
#vlajky ul li span { display: none; }
#vlajky ul li { display: inline; }
#vlajky ul li.cs a { display: block; float: left; width: 25px; height: 17px; background: url(/img/vlajka-cz.jpg) no-repeat; margin-right: 20px; }
#vlajky ul li.sk a { display: block; float: left; width: 25px; height: 17px; background: url(/img/vlajka-sk.jpg) no-repeat; }
#vlajky ul li.cs a.active, #vlajky ul li.cs a:hover { display: block; float: left; width: 25px; height: 17px; background: url(/img/vlajka-cz-active.jpg) no-repeat; }
#vlajky ul li.sk a.active, #vlajky ul li.sk a:hover { display: block; float: left; width: 25px; height: 17px; background: url(/img/vlajka-sk-active.jpg) no-repeat; }