* { margin: 0; padding: 0; border: 0; }
img { -ms-interpolation-mode: bicubic; border: 1px solid #911D20; }

body {
  background: none;
  font: 10pt "Arial CE", "Arial", "Helvetica CE", "Helvetica", sans-serif;
  color: #000000;
}

a { font-weight: bold; color: #000; }
a:hover { color: #911D20; text-decoration: underline; }

h1, h2, h3 { margin: 12px 0 5px 0; }
h1, .text-max {
  margin: 4px 0 8px 0;
  color: #911d20;
  text-align: right;
  border-bottom: 1px solid #911d20;
  font-size: 140%;
  font-weight: bold;
}

h2, .text-big {
  margin: 4px 0 6px 0; padding: 0 0 0 15px;
  font-weight: normal;
  font-size: 105%;
  background: url('../img/li.gif') no-repeat transparent 4px 0;
}
h3, .text-bold {
		font-size: 112%;
		color: #520303;
}


/* vypis produktu */
.product-v, .product-h {
  text-align: center;
  border-top: 1px solid #B04200; padding: 5px 0 3px 0;
}
.product-h { height: 170px; float:left; width: 138px; border-left: 1px solid #B04200; border-top: 0; padding: 8px 3px; }

.product-title { font-size: 12px; text-align: center; height: 16px; line-height: 14px; margin: 0 0 3px 0; overflow: hidden; }
.product-image { height: 122px; text-align: center; }
.product-image div { margin: 0 auto; width: 122px; height: 122px; position: relative; }
.product-image div a { position: absolute; top: 50%; left: 50%; }
.product-image .no-image { display: block; padding-top: 30px; }
.product-info { font-size: 12px; letter-spacing: 0; line-height: 15px; text-align: left; height: 59px; overflow: hidden; }
.product-price { font-weight: bold; text-align: right; line-height: 20px; }
.product-price em { color: #f7e2a2; }

.nextProduct { text-align: center; font-size: 125%; line-height: 22px; color: #eea200; }
.nextProduct span {letter-spacing: -2px; }




/* zvyrazneny text */
.em { font-style: italic; font-weight: bold; color: #A52229; }
.em2 { letter-spacing: 1px; font-style: normal; font-weight: bold; color: #FFC050; }
em { font-style: normal; color: #f96a00; }

/*lists*/
ul, ol { margin: 5px; }
li { margin: 2px 0 2px 17px; list-style-image: url(../img/li.gif); }

/* other */
.float-right {  float: right; }
.float-left { float: left; }
.centred { text-align: center; }
.right { text-align: right; }
.left { text-align: left; }
.spacing1 { letter-spacing: 1px; }
.spacing2 { letter-spacing: 2px; }

.image-tn { border: 1px solid #911D20; margin: 3px;}
.white { color: #fff; }
.silver { color: #ccc; }
.message { margin: 8px 0 0 3px; font-weight: bold; color: #ffc000; text-align: center; }
.noborder { border: 0; }
p { margin: 0 0 10px 0; }
hr { margin: 3px 0 0 0; border-bottom: 1px solid #911D20; line-height: 3px; }


