/************************************************** 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/bg2.gif") repeat-y center #646464;
  color: #485771;
  text-align: center;
}


#page {
  margin: 0 auto;
  width: 840px; 
  min-height: 707px;
  text-align: left;
  background: url("../images/main-bg2.jpg") left 90px no-repeat;
  position: relative;
}


    #header {
      position: relative;
      height: 90px;
      background: white;
    }

        #logo {
            position: absolute;
            left: 25px;
            top: 50px;
            text-decoration: none;
        }

        #header p {
            position: absolute;
            left: 225px;
            top: 58px;
            color: #8c9b9c;
            font-size: 130%;
            margin: 0;
        }

        #search {
            position: absolute;
            right: 10px;
            top: 58px;
            width: 220px;
            text-align: right;
        }


    #minimenu {
      position: relative;
      height: 85px;
    }


    #main {
    }


        #sidebar {
          width: 190px;
          float: left;
          margin-left: 20px;
          margin-top: 240px;
          _display: inline;
          font-size: 105%;
        }


        #content {
          width: 588px;
          float: right;
          _display: inline;
          margin-right: 20px;
          border: 1px solid white;
          background: url("../images/content-bg2.gif") top no-repeat white;
          margin-bottom: 30px;
        }

        #content2 {
          padding: 0 20px;
          min-height: 560px;
          _height: 560px;
        }

            #footer {
              clear: both;
              font-size: 84%;
              text-align: center;
              background: #F0F0F0;
              color: black;
              margin-top: 20px;
              padding: .3em;
            }


		    #footer .ad { font-size: 90% }
		    #footer .ad a { color: gray !important }



#cart, #login {
    position: absolute;
    width: 90px;
    height: 32px;
    overflow: hidden;
    text-align: center;
    top: 0px;
    left: 646px;
    padding-top: 48px;
    color: #1352b1;
    font-size: 120%;
    text-decoration: none;
}

#login {
    left: 738px;
}


/************************************************** 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: white; background: #4f7e99; margin: 0.8em 0; }
h2 { font-size: 170%; font-weight: normal; color: black; }
h3 { font-size: 135%; font-weight: normal; color: black; }
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: #3d9dd1;
}
a:visited { color: #338dbe; }
a:hover { color: #62b10f !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 {
  padding: 2px 3px;
}


form { display: inline;  }
form.addbasket  { display:inline; }
form.addbasket input { vertical-align:middle; margin: 0 2px; }



/************************************************** 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: #c0deed;
  color: #2d769a;
  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;
}




/************************************************** DEFINICE PRO RUZNE STRANKY */



#sidebar {
  color: white;
}

#sidebar a {
  color: white;
}


#sidebar h2 { color: #a3ef58 }

#sidebar ul {
  margin: 0;
  padding: 0;
  list-style: none;
}


#sidebar li {
  margin: 0;
  padding: 1px 0px;
  list-style: none;
  border-bottom: 1px solid #3e6980;
}

#produkty a,  #menu a {
  display:block;
  padding-left: 15px;
  text-decoration: none;
  color: white;
}

#sidebar li.aktual a {
  color: yellow;
}

#sidebar a:hover {
  color: white !important;
  background: #3f667c;
}




#minibasket {
  font-size: 90%;
}







.box {
  margin: 20px 0 0 0;
}



.box-bottom {
  font-size: 0;
  clear: both;
  border-bottom: 1px solid silver;
  margin: 15px 70px;
}


.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;
}



p.infobox {
  background: #fddcad;
  position: absolute;
  top: 0px;
  left: 0;
  color: #d45a00;
  font-size: 120%;
  padding: 10px 0;
  width: 764px;
  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; }


