/************************************************** PISMO A VELIKOST */

body, input, select, textarea, th, td {
  font-family: Verdana, "Geneva CE", lucida, sans-serif; /* Verdana (širší obdoba Tahomy, o půl stupně větší) */
}

input, select, textarea {
  font-size: 100%;
}

body, th, td {
  font-size: 75%; /* th, td only for IE < 6 */
  line-height: 1.7;
}

th, td {
  font-\size: 100%;
}

h1, h2, h3, h4, h5 {
  font-family: "Trebuchet MS", "Geneva CE", lucida, sans-serif; /* Trebuchet MS (elegantní bezpatkové písmo) */
}



/************************************************** LAYOUT */

body, html {
  margin: 0; padding: 0;
}

body {
  background: url("../images/bg.gif") repeat-x top #eeece9;
  color: #485771;
  text-align: center;
}


#page {
  margin: 0 auto;
  width: 880px;
  text-align: left;
  background: url("../images/page-bg2.gif") repeat-y;
}


    #header {
      position: relative;
      height: 90px;
      background: url("../images/header-bg2.gif") no-repeat;
    }

        #logo1 {
            position: absolute;
            left: 30px;
            top: 30px;
        }

        #logo2 {
            position: absolute;
            left: 740px;
            top: 56px;
        }

        #minimenu {
            position: absolute;
            left: 290px;
            bottom: 8px;
            width: 400px;
        }

        #minimenu a {
            color: #005aff;
            text-decoration: none;
            padding-right: 10px;
        }

        #minimenu a:hover {
            color: #f09831;
        }


    #main {
       background: url("../images/main-bg.gif") repeat-x top;
       margin: 0 10px 0 10px;
       padding: 13px;
       padding-right: 38px;
    }



        #sidebar {
          width: 220px;
          float: left;
          font-size: 95%;
        }


        #content {
          width: 540px;
          float: right;
        }




    #footer {
      clear: both;
      margin: 30px 30px 0 30px;
      padding: 5px 0px;
      font-size: 84%;
      text-align: center;
      background: #eeece9;
    }

    #footer .ad { font-size: 90% }
    #footer .ad a { color: gray !important }






/************************************************** ZÁKLADY */

/* zarovnani textu */
p          { margin: 0.3em 0 0.4em; padding: 0; }
p.noindent { text-indent: 0 !important; }
.right     { text-align: right !important; }
.left      { text-align: left !important; }
.center    { text-align: center !important; }

.selfcenter { margin-left: auto !important; margin-right: auto !important; width: auto !important; }


/* titulky */
h1, h2, h3 {
  text-indent: 0px;
  margin: 0.8em 0 0.2em;
}
h1 { font-size: 200%; font-weight: normal; color: #0051ff; margin-top: 0;}
h2 { font-size: 170%; font-weight: normal; color: #e4902f; }
h3 { font-size: 135%; font-weight: normal; color: #0051ff; }
h4 { font-size: 130%; color: #0051ff; }
h5 { font-size: 120%; color: #0051ff; }
h6 { font-size: 110%; color: #0051ff; }


/* kotvy */
a {
  cursor: pointer;
  _cursor: hand;
  color: #0051ff;
}
a:visited { color: #0646cb; }
a:hover { color: #ff8f00 !important; }


/* další */

hr {
  color: #c3cbd9;
  background-color: #c3cbd9;
  border: 0;
  height: 1px;
  clear: both;
  margin: 1em 0;
}

hr.hidden {
  visibility: hidden;
  margin: 0;
  padding: 0;
}

.nocss { display: none; }

i, em { margin-right: 0.1em; }

/************************************************** SEZNAMY */


dd { }
dt { }

ul {
  margin: 0.6em 0 0.8em 1.5em;
  padding: 0;
}

ul li {
  margin-left: 20px;
}
ul.nodots {
  list-style: none none;
}



/************************************************** FORMULÁŘE */



input.default {
  font-weight:bold;
}


input.text, select, textarea {
  border: 1px solid gray;
  padding: 2px 3px;
  border-right: 1px solid silver;
  border-bottom: 1px solid silver;
}

input.text:focus, select:focus, textarea:focus {
  border: 1px solid black;
}


input.button {
  margin: 5px;
  font-size: 105%;
}

form.addbasket  { display:inline; }
form.addbasket input { vertical-align:middle; margin: 0 2px; }


input { vertical-align: middle; }


/************************************************** TABULKY */

table img { vertical-align: middle; }
table input { vertical-align: middle; }

th { font-weight: bold; }

th, td { padding: 3px 4px; }

td.number, th.number {
  text-align: right;
}



table.solid  {
  background: #EEE;
  border-collapse: collapse;
  width: 100%;
  margin: 10px 0 20px;
}

table.solid td,
table.solid th {
  border: 2px solid white;
}

table.solid th {
  background: #f6dec6;
  color: #af6f24;
  padding: 4px 7px;
}


table.solid tr.light { background: #F3F3F3; }

table.solid.center td,
table.solid.center th { padding: 5px 10px; }




table.light  {
  border-collapse: collapse;
  width: 100%;
  margin: 10px 0 20px;
  background: #F9F9F9;
  border: 1px dashed gray;
}


table.light th, table.light td {
  border-bottom: 1px dashed silver;
}

table.light th {
  background: #E9E9E9;
}



table.jaw td { text-align: right; }
table.jaw th { text-align: left; }



/************************************************** OBRÁZKY */

img { border: none; }


/*
a img {
  -moz-opacity: .85;
  -khtml-opacity: .85;
  filter: alpha(opacity=85);
}

a:hover img {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  filter: alpha(opacity=100);
}

a img.foto {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  filter: none;
}
*/


.img-left, .img-right {
  float: left;
  margin: 5px 10px 5px 0;
  padding: 0;
  text-align: center;
  font-size: 84%;
}

.img-right {
  float: right;
  margin: 5px 0 5px 10px;
}




/************************************************** HLAVICKA */




/************************************************** OBSAH */

#main p {
 font-size: 95%;
}


/************************************************** PATICKA */






/************************************************** DEFINICE PRO RUZNE STRANKY */


#page-index .box {
  background-image: url('../images/box3.gif');
}


#category {
  margin: 0;
  padding: 0;
  list-style: none;
  background: #c5daf4;
}


#category li {
  margin: 0;
  padding: 1px 0px;
  list-style: none;
  border-bottom: 1px solid white;
}

#category a {
  display:block;
  background: #c5daf4;
  padding-left: 15px;
  text-decoration: none;
  color: #222;
}

#category a:hover {
  color: white !important;
  background: #005aff;
}




#menu {
  margin: 0;
  padding: 0;
  list-style: none;
  background: #f6dec6;
}


#menu li {
  margin: 0;
  padding: 1px 0px;
  list-style: none;
  border-bottom: 1px solid white;
}

#menu a {
  display:block;
  background: #f6dec6;
  padding-left: 15px;
  text-decoration: none;
  color: #222;
}

#menu a:hover {
  color: white !important;
  background: #f09831;
}




.katalog a, .katalog a:visited {
  color: #000;
/*  color: #555; */
  font-weight: normal;
  text-decoration: none;
}


.katalog a.top, .katalog a:visited.top {
  font-size: 105%;
  color: #000;
  font-weight: bold;
  margin-top: 10px;
  display: block;
}

.katalog a.bolder, .katalog a:visited.bolder {
  color: red;
}

.katalog a.active, .katalog a:visited.active {
  color: #4373B4;
  font-weight: bold;
  text-decoration: none;
}


.katalog ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.katalog li  {
  margin: 0;
  padding: 0;
}

.katalog ul ul {
  padding-left: 10px;
}


.box {
  margin: 20px 0;
}



.box-bottom {
  font-size: 0;
  clear: both;
  border-bottom: 1px solid #EEE;
  margin: 15px 0;
}


.box h2 {
  font-size: 155%;
}

.box .image {
   float: right;
   margin: 5px -2px 5px 10px;
   text-align: right;
}

.box .image p  {
  font-weight: bold;
  font-size: 110%;
}


.box .image div  {
    margin: 2px;
}

.imageBox img { display: none; }
.imageBox img.first { display: inline; }


.box p {
  color: gray;
}



#main p.small {
  font-size: 90%;
  color: gray;
}


.error {
  color: red;
  font-weight: bold;
}


div.minibasket {
  font-size: 90%;
  margin: 10px 0;
}


#logo img {
  margin-bottom: 20px;
}

#search {
  margin: 20px 0; padding: 0;
  background: url('../images/search_bg.gif') left top no-repeat;
  position: relative;
}

#search p {
}

#search input.text {
  background: none;
  color: gray;
  border: 1px solid gray;
  width: 130px;
  padding: 3px; margin: 0;
  margin: 0 5px;
}


p.infobox {
  background: #fddcad;
  color: #d45a00;
  font-size: 120%;
  padding: 10px 0;
  width: 300px;
  margin: 10px auto;
  text-align: center;
}


/*************** SEARCH.PHP */

#search-res div { padding: 1em 0; clear: both; }
#search-res p { margin: 0 0 0 90px; padding: 0; text-indent: 0;}
#search-res p.t { font-size:125%; }

#search-nav { text-align: right; margin: 2em 0; }
#search-nav a { padding: 0 10px; }
#search-nav img { padding: 0 3px; vertical-align:middle; }


