* { margin: 0; padding: 0; border: 0; }
img { -ms-interpolation-mode: bicubic; }

body {
  background: none;
  font: 9pt "Verdana", "Arial CE", "Arial", sans-serif;
  color: #fcf4dd;
  line-height: 135%;
}

a { color: #f7e2a2; text-decoration: underline; }

a:hover { color: #fff; }

h1, .text-max {
  font-size: 155%;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 27px;
  color: #f7e2a2;
}

.text-bigger {
  font-size: 140%;
  font-weight: bold;
  letter-spacing: 1px;
  color: #f7e2a2;
}

h2, .text-big {
  font-size: 135%;
  letter-spacing: 1px;
  font-weight: bold;
  color: #fff;
}

h3, .text-bold {
  font-size: 130%;
  line-height: 27px;
  color: #eea200;
}

h4 { font-size: 120%; color: #eea200; }
h4 a { color: #eea200; }
h4 a:hover { color: #f7e2a2; }

h6, .text-small {
  font-size: 90%;
  line-height: 135%;
  font-weight: normal;
}

h7, .text-min {
  font-size: 85%;
}

/* vypis produktu */
.product-v, .product-h {
  text-align: center;
  border-top: 1px solid #f7e2a2; padding: 5px 0 3px 0;
}
.product-h { height: 170px; float:left; width: 138px; border-left: 1px solid #f7e2a2; 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: -1px; line-height: 15px; text-align: left; height: 61px; overflow: hidden; }
.product-price { font-weight: bold; text-align: right; line-height: 25px; }
.product-price em { color: #f7e2a2; }

.nextProduct { text-align: center; font-size: 130%; line-height: 27px; color: #eea200; }




/* zvyrazneny text */
.em { font-style: italic; font-weight: bold; color: #fff; }
.em2 { letter-spacing: 1px; font-style: normal; font-weight: bold; color: #f00; }

/*lists*/
ul li {
  margin: 2px 0; padding: 0 0 0 25px;
  background: url(http://sextime.cz/img/li.gif) no-repeat transparent 12px 5px;
  list-style-type: none;
}
ol li {
  margin: 4px 0 4px 27px; padding: 0;
  list-style-type: decimal;
}

ul ul li {
  margin: 4px 0; padding: 0 0 0 17px;
  background: url(http://sextime.cz/img/li.gif) no-repeat transparent 5px 5px;
  list-style-type: none;
}

/* 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 #eea200; 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 #f7e2a2; line-height: 3px; }


