/*
   This CSS file (c) 2004-2006 David Grudl; http://davidgrudl.com; All rights reserved.
*/

/*******************d*g*x***************************** BASE FONT & SIZE */

body, td, th, input, select, textarea {
  font-family: Tahoma, "Lucida Grande CE", lucida, sans-serif; /* Tahoma (alternativní bezpatkové písmo) */
}

h1, h2, h3, h4, h5, h6, #menu {
  font-family: "Trebuchet MS", "Geneva CE", lucida, sans-serif;
}

body, td, th {
  font-size: 78%; /* % = px * 6,276  (78% je 12,5px) */
  line-height: 1.4em;
}

th, td { font-\size: 100% } /* modern & IE > 5.5 */

input, select, textarea { font-size: 100% }  /* line-height neměnit */

pre, code, samp, kbd, var { font-family: monospace; font-size: 120%; line-height: 1.17em } /* size*line-height odpovídá P */

h1 { font-size: 180% }
h2 { font-size: 160% }
h3 { font-size: 140% }
h4 { font-size: 125% }
h5 { font-size: 120% }
h6 { font-size: 110% }




/*******************d*g*x***************************** BASE COLORS */

input.text, select, textarea {
  color: #111;
  background: white;
}

a         { font-weight: bold; }
a:link    { color: #eb7900 }
a:visited { color: #c96f10 }
a:hover   { color: blue }
a:active  { color: red }

hr {
  color: gray;
  background-color: gray;
  border: 0;
  height: 1px;
  clear: both;
  margin: 1em 0;
}

hr.hidden {
  visibility: hidden;
  margin: 0;
  padding: 0;
}

h1 { color: #b21e00; }


/*******************d*g*x***************************** BASE FORMATTING */

p { text-indent: 1em; margin: 0.8em 0; padding: 0;  }

h1, h2, h3, h4, h5, h6 { text-indent: 0; margin: 0.9em 0 0.5em; padding: 0; }

/* by Dero (http://dero.name) */
h1+p, h2+p, h3+p, h4+p, h5+p, h6+p { text-indent: 0 }

a { cursor: pointer; _cursor: hand; }

i, em { margin-right: 0.1em }

abbr, acronym { cursor: help; _border-bottom: 1px dotted black; }

ul { margin: 0 0 1.5em 1.5em; padding: 0 }
ul li { margin: 0 0 0 1.5em; padding: 0 }

hr { border: 0; height: 1px; } /* single line */

q { font-style: italic; }

pre {
  overflow: auto;
  _overflow-y: visible;
  padding: 0.5em;
  _padding-bottom: 2em;
  line-height: 1.4em;
}

img { border: none }

table img, table input { vertical-align: middle }

th, td { padding: 0.25em 0.3em; vertical-align: top }





/*******************d*g*x***************************** BASE CLASSES */

.hidden { display: none }
.print  { display: none }

.right  { text-align: right !important }
.left   { text-align: left !important }
.center { text-align: center !important }

.noindent { text-indent: 0 !important }
.default  { font-weight: bold; }
.nodots   { list-style-type: none; list-style-image: none }
.error    { color: red; font-weight: bold; }
.clear    { clear: both }


img.left, img.right {
  float: left;
  margin: 0.8em 1em 0.8em 0;  /* p */
  padding: 0;
}

img.right {
  float: right;
  margin: 0.8em 0 0.8em 1em;  /* p */
}

img.alpha {
  -moz-opacity: .85;
  -khtml-opacity: .85;
  opacity: .85;
  filter: alpha(opacity=85);
}

a:hover img.alpha {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  filter: alpha(opacity=100);
}

td.number, th.number { text-align: right; white-space: nowrap }

table.wide { width: 100% }




/*******************d*g*x***************************** BASE FORMS FORMATTING */

input, select, textarea { padding: 0.2em }
input { vertical-align: middle }


input.text, select, textarea { border: 1px solid gray } /* IE */

input[type="text"], input[type="password"] { border: 1px solid gray } /* & modern */

input:focus, select:focus, textarea:focus { border-color: black !important } /* all */


form { margin: 0; padding: 0; }
fieldset { border: none }




/*******************d*g*x***************************** LAYOUT */

body, html {
    margin: 0; padding: 0;
}

body {
    background: url("../images/bg.gif") top center repeat-y #a1a2a4; /* doubled */
    _text-align: center;
}

#page {
    background: url("../images/page-bg2.gif") top no-repeat;
    margin: 0 auto;
    padding-top: 60px;
    width: 930px; 
    _text-align: left;
}

#main {
    width: 610px;
    margin-right: 20px;
    _display:inline;
    float: right;
    position: relative; 
}

    #header {
        width: 610px;
        height: 47px;
    }

        #logo {
           position: absolute;
           top: -50px; right: -5px;
	       width: 135px; height: 66px;
        }

        #basket {
           position: absolute;
           top: 46px; right: 0px;
        }


        #login {
            position: absolute;
            width: 550px;
            top: 20px; right: 0px;
            color: #e6c4bd;
            font-size: 90%;
            text-align: right;
        }

        #login a:link    { color: white;  }
        #login a:visited { color: #EEE; }
        #login a:hover   { color: yellow; }
        #login a:active  { color: yellow; }


        #menu {
          background: url("../images/menu-bg.gif") top right no-repeat #525253;
          margin-top: 68px;
          float: right;
          width: 90px;
        }



        #menu ul { list-style: none; margin: 5px 0; padding: 0 }

           /* top-level items */
        #menu ul li { margin: 0; padding: 3px 6px;  }
        #menu ul li a { text-decoration: none; display: block; font-weight: bold; }
        #menu ul li a:link    { color: white }
        #menu ul li a:visited { color: #EEE }
        #menu ul li.selected,
        #menu ul li a:hover   { color: yellow }
        #menu ul li a:active  { color: yellow }


    #breadcrumbs {
        padding-left: 20px;
        font-size: 90%;
        color: #e6c4bd;
        font-weight: bold;
    }

    #breadcrumbs a { font-weight: normal; }
    #breadcrumbs a:link    { color: white; }
    #breadcrumbs a:visited { color: #EEE; }
    #breadcrumbs a:hover   { color: yellow; }
    #breadcrumbs a:active  { color: yellow; }




    #content {
      margin: 2em 0.5em 2em 0;
      padding-bottom: 40px;
    }


    #footer {
      clear: both;
      background: #eee;
      color: #222;
      margin-top: 2.5em;
      padding: 2px;
      font-size: 84%;
      text-align: center;
    }

    #footer a         { color: #999 }
    #footer a:visited { color: #999 }

    #footer .ad { font-size: 90% }
    #footer .ad a { color: gray !important }




    #side-panel {
      width: 182px;
      float: left;
      _display:inline;
      margin-left: 1px;
    }


        #side-panel h3 {
            margin: 0;
            background: #c3a100;
            color: white;
            border-left: 28px solid #8b7200;
            padding: 0.35em 10px;
            font-size: 120%;
        }

        #side-panel h3.first {
            background: none;
            border: none;
            padding-top: 0;
            padding-left: 38px;
        }
          
        #side-panel div {
            background: url("../images/sidediv-bg.gif") left top no-repeat;
            padding: 10px 0 20px 18px;
        } 



/*******************d*g*x***************************** OTHERS */


.fullcontent { width: 100%; }  /* IE natahne výšku */
.fullcontent:after {           /* moderní browsery natáhnou výšku */
  content: ".";
  display: block;
  line-height: 0;
  visibility: hidden;
  clear: both;
}









/** kompatibilita **/

form.addbasket  { display:inline; }
form.addbasket input { vertical-align:middle; margin: 0 2px; }



/************************************************** TABULKY */

table img { vertical-align: middle; }
table input { vertical-align: middle; }

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: #f9d3b4;
  color: #be5200;
  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-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;
}



.katalog a, .katalog a:visited {
  color: #625102;
  font-weight: normal;
  text-decoration: none;
}

.katalog .aktual a {
  color: black !important;
}

.katalog a:hover { color: blue !important; }



.katalog a.bolder, .katalog a:visited.bolder {
  color: red;
}

.katalog a.top, .katalog a:visited.top {
  font-size: 105%;
  color: darkblue !important;
  font-weight: bold;
  margin-top: 10px;
  display: block;
}

.katalog a.active, .katalog a:visited.active {
  color: blue !important;
  font-weight: bold;
  text-decoration: none;
}


.katalog ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.katalog li  {
  margin: 0;
  padding: 1px 0;
}

.katalog ul ul {
  padding-left: 15px;
}





.box {
  margin: 30px 0;
}


.box-bottom {
  font-size: 0;
  clear: both;
}


.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;
}



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; }


