* {
    margin: 0;
    padding: 0;
    box-sizing: content-box;
}

body {
    background: #bf4b4b url('../images/bg.gif') repeat-x top left;
    color: black;
    text-align: center;
    font: 80%/1.45 "Trebuchet MS", Tahoma, Arial, sans-serif;
}

hr {
  color: #bf4b4b;
  background-color: #bf4b4b;
  border: 0;
  height: 1px;
  clear: both;
  margin: 1em 0;
}

hr.hidden {
  visibility: hidden;
  margin: 0;
  padding: 0;
}

ul { margin: 0 0 1.5em 1.5em }
ul li { margin: 0 0 0 1.5em }


a {
    color: #4d7dc4;
}

a:hover {
    text-decoration: none;
}

.cleaner {
    line-height: 0;
    font-size: 0;
    clear: both;
}

.gray {
    height: 3px;
    background: #bcbdbd;
}

#accessibility {
    position: absolute;
    top: -100em;
}

#document {
    width: 776px;
    margin: 15px auto;
    text-align: left;
    background: white url('../images/sides.gif') top left repeat-y;
}

#content {
    background: url('../images/fade-bg.gif') top left no-repeat;
    padding: 20px 40px 0 40px;
}

#header {
    height: 142px;
    position: relative;
}

#header h1, #header h1 span, #header h1 a {
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 287px;
    height: 36px;
    overflow: hidden;
}

#header h1 {
    top: 20px;
}

#header h2 {
    margin: 0;
    position: absolute;
    top: 51px;
}

#cart, #login {
    position: absolute;
    width: 90px;
    height: 32px;
    overflow: hidden;
    text-align: center;
    top: 21px;
    left: 510px;
    padding-top: 48px;
    color: #1352b1;
    font-size: 120%;
    text-decoration: none;
}

#login {
    left: 602px;
}


#header h1 span {
    background: url('../images/logo.gif');
}

#breadcrumbs {
    margin-bottom: 10px;
    font-size: 90%;
    font-weight: bold;
    color: #818181;
}

#main {
    width: 450px;
    float: right;
    margin-bottom: 50px;
    margin-right: 10px;
}

#vypis ul { margin: 0; }
#vypis ul li {
    list-style-type: none;
    clear: both;
    margin: 0 15px 15px 0;
}

#vypis fieldset {
    font-weight: bold;
    float: right;
    width: 140px;
    clear: right;
    margin-top: 5px;
}

#vypis img {
    float: right;
}

#vypis input {
    border: 1px solid;
    border-color: #a9a9a9 #d7d7d7 #d7d7d7 #a9a9a9;
    width: 30px;
}

#vypis input.button {
    border: none;
    vertical-align: middle;
    margin: 0 0 4px 4px;
}

#vypis p, #vypis h3 {
    float: left;
    width: 320px;
}

#side {
    width: 210px;
    float: left;
    margin-bottom: 50px;
}


#menu a, #produkty a {
    text-decoration: none;
}

#side h2, #header h2 {
    color: #be8336;
    font-size: 140%;
    font-weight: normal;
}

#side ul { margin: 0; }
#side li {
    list-style-type: none;
    margin: 0;
}

#side li ul {
    margin-left: 10px;
}

#side li ul li {
    background: url('../images/bullet.gif') 0% 60% no-repeat;
    padding-left: 10px;
}

#side a {
    color: #818181;
}

#side a:hover {
    color: black;
}

#side li.actual {
    font-weight: bold;
}

#search input.text {
    border: 1px solid #b6b6b6;
    background: #f5f5f5;
    padding: 3px 2px;
    width: 120px;
    margin-right: 5px;
}

#search input.text:focus {
    background: #fff;
}

#search .button{
    vertical-align: middle;
    background: none;
    border: none;
    width: 24px;
    height: 25px;
}

fieldset {
    border: solid 0;
}

#footer {
    background: url('../images/footer.gif') bottom left no-repeat;
    padding: 10px 40px 30px 40px;
    font-size: 90%;
    color: #6f6f6f;
}

#footer a, #breadcrumbs a {
    color: #929292;
}


    #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; }


/* kotvy */
a {
  cursor: pointer;
  _cursor: hand;
  color: #2D6FC9;
}


.nocss { display: none; }

i, em { margin-right: 0.1em; }




/************************************************** 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: #ccdff6;
  color: #124686;
  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;
}


h1, h2, h3 {
  text-indent: 0px;
  margin: 0.8em 0 0.2em;
}

h1 { font-size: 200%; font-weight: bold; color: #124686; margin-top: 0;}
h2 { font-size: 170%; font-weight: normal; color: #be8336; }
h3 { font-size: 135%; font-weight: normal; color: #124686; }
h4 { font-size: 130%; color: #124686; }
h5 { font-size: 120%; color: #124686; }
h6 { font-size: 110%; color: #124686; }


form.addbasket  { display:inline; }
form.addbasket input { vertical-align:middle; margin: 0 2px; }



.box {
  margin: 5px 0 5px 0;
}


.box-bottom {
  font-size: 0;
  clear: both;
  border-bottom: 1px solid silver;
  margin: 20px 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;
}



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; }


