/* === SKIN /_skins/website */

/* elementy */
html {
  font:  /* 12px id:* */ 75%/1.6 Arial, Tahoma, sans-serif;
  color: #2c2c2c;
  background: #dfdfdf url("/__imgthumb/web/378-312/3840-3840/5b9e-back-html.jpg") 50% 0 no-repeat;
  height: 100%;
  padding: 0;
  margin: 0;
}

body {
  padding: 0;
  margin: 0;
  text-align: center;
  /*background: url("/__imgthumb/web/379-308/3840-3840/5ca8-back-body.jpg") 50% 0 no-repeat;*/
  background: #d2d2d2;
  min-width: 1000px;
}


h1 {
  font-size:  /* 20px */ 166.67%;
  width: 237px; height: 50px;
  overflow: hidden;
  position: absolute;
  top: 50px;
  padding: 20px 0 0;
  text-align: center;
  line-height: 1.1;
  color: #E1007A;
}
h1 a {
  text-decoration: none;
  color: white;
  text-transform: uppercase;
  color: #E1007A;
}
h1 a:hover {
  background: transparent;
}
#logo {
  width: 100%;
  height: 100%;
}

#content h1 {
  position: static;
  width: auto; height: auto;
}
#content h1, h2, h3, h4, h5, h6 {
  margin: .2em 0 .5em;
  font: normal normal  /* 25px */ 208.33%/1.4 Arial, Tahoma, sans-serif;
  color: #6d0000;
}
h3 { font-size:  /* 20px */ 166.67%; }
h4 { font-size:  /* 17px */ 141.67%; }
h5 { font-size:  /* 15px */ 125%; }
h6 { font-size:  /* 13px */ 108.33%; }

ul, ol, dl, p, .p, address, fieldset, .gallery, .fileList, .product, .MessageQueue, .pagging, .box { margin: 0 0 1em; }

.MessageQueue * { vertical-align: middle; border: 0; }

ul, ol { padding-left: 0; }
ul { list-style-type: square; }
ol { list-style-type: decimal; }
ol ol { list-style-type: lower-alpha; }
ul ul, ol ol, ul ol, ol ul { margin: 0 0 .5em 0; }
li { margin-left: 25px; }

address { font-style: normal; }
address span, span.width {
  display: block;
  width: 6em;
  float: left;
}

hr {
  height: 1px;
  color: black;
  background-color: black;
  border: 0px solid black;
  margin: 0;

  margin: .66em 0;

}

sub, sup {
  vertical-align: baseline;
  position: relative;
}
sub { top:    0.4em; }
sup { bottom: 0.4em; }

dt { font-weight: bold; }
dd { margin: 0 0 1em 1.5em; }

img { border: 0; vertical-align: middle; }
#content img { margin: .25em 10px; }
#content a img { margin: .25em 0; padding: 0 10px; background: white; }
#file img, #content .fileList img { border: none; margin: 0; }

/* tabulky */
table {
  margin: 1em 0;
  border-collapse: collapse;
}
td, th { padding: 2px; }
th {
  background: #dfdfdf url("/__imgthumb/web/386-332/3840-3840/2048-gradient-gray.png") 0 100% repeat-x;
  color: black;
}
tr td, tr th { border: 1px solid #9d9d9d; }
table#file {
  width: 100%;
  border-bottom: 1px solid #9d9d9d;
  margin-top: 35px;
}
#file td, #file th {
  border: none;
  vertical-align: top;
}
#file .img { width: 220px; }
#file .ico { width: 84px; }

.no-border, .no-border * { border: none !important; }

table.cart, table.productDetail, table.orders {
  width: 100%;
}

table.cart th, table.cart td {
  border: 0;
  border-bottom: 1px solid #ff7f29;
}
table.cart img { margin: 2px !important; }
table.cart input.text { width: 2.22em; }


.productDetail {  table-layout: fixed; }
.productDetail td, .productDetail th {
  border: 0;
  background: none;
  padding: 2px 0;
  vertical-align: top;
}
.productDetail th {
  color: #cf0000;
  text-align: right;
  padding-right: 10px;
  width: 170px;
}
.productDetail .mainImage {
  width: 210px;
  text-align: right;
}
.productDetail .mainImage img { margin: 0 !important; }


/* formuláře */
form { margin: 0; }
fieldset {
  padding: 0;
  border: 0;
}
fieldset, .checkbox { line-height: 30px; }
fieldset p, filedset table, fieldset hr { margin: 0 0 1em; }

legend {
  padding: 0 5px;
  font-weight: bold;
  color: black;
}

/**
 * Vertikální centrování textu v input.text, select
 *   FF      padding, height musí být rovno font-size*1,25, dorovnat paddingem
 *           na požadovanou výšku
 *   IE      line-height nastavit stejně jako height
 *   Opera   jestli nesedí, hodit si tak akorát mašli :)
 */
input, select, textarea {
  font: 14px/1.25 Arial, sans-serif;
  vertical-align: middle;
}

input.text, textarea, select {
  margin: 2px 0;
  padding: 3px;
  width: 300px; height: 18px;
  border: 1px solid #9d9d9d;
}
select {
  padding: 3px 0; /* vycentruje obsah ve ff */
  width: 304px; height: 26px; /* border/padding se do rozměrů nepočítá */
}
textarea { height: 150px; }

/**
 * Vertikální centrování textu v input.button
 *   vše       do výšky se nepočítá padding, ani border (stejně u selectu)
 *   FF+Opera  vyrovnat text (+-1px vzájemně) pomocí padding
 *   IE        dorovnat pomocí line-height (ovlivní vše, ale IE nejvíc)
 */
input.button, a.textButton {
  width: 0; /* pouze pro IE */
  overflow: visible;
  padding: .5em 1em;
 
  cursor: pointer;

  width: auto;

  border: 1px solid #0d0d0d;
  background: #222222 url("/__imgthumb/web/386-332/3840-3840/2048-gradient-gray.png") 0 -1000px repeat-x;
  color: white;
  font-weight: bold;
}
a.textButton {
  display: block;
  text-decoration: none;
}
input.button:hover, a.textButton:hover, .newsBox:hover a.textButton {
  background-color: #dfdfdf;
  background-position: 0 100%;
  border-color: #9d9d9d;
  color: black;
}
.buttons {
  text-align: center;
  margin: 1em 0;
}

label {
  display: block;
  float: left;
  clear: left;
  width: 170px;
  overflow: hidden;
  margin: 0 10px 0 0;
  text-align: right;
  vertical-align: middle;
}


div.safety-code {
  padding-top: .5em;
  white-space: nowrap;
  vertical-align: middle;
  line-height: 35px;
}
div.safety-code img {
  margin: 0 !important;
  vertical-align: middle;
}
div.safety-code input {
  width: 177px;
  vertical-align: middle;
}

.infohelp {
  margin-left: 180px;
  text-indent: 0;
  font-style: italic;
}


#searchBox { margin-top: 1em; }
#searchBox input.text {
  width: 300px;
  margin: 0;
  padding: 6px;
  border-right: 0;
  vertical-align: bottom;
  float: left;
}


#login fieldset   { padding: 0; }
#login input.text { width: 100px; }
#login label      { width: 120px; }
#login .button {
  float: right;
  margin: 3px 2px 0;
}

#layoutSearch {
  position: absolute;
  top: 100px; right: 62px;
  margin: 0;
}
#layoutSearch fieldset {
  padding: 0;
  margin: 0;
}
#layoutSearch label { position: absolute; top: auto; left: -10000px; }
#layoutSearch input { margin: 0; float: left; }
#layoutSearch input.text {
  width: 115px;
  vertical-align: middle;
  border: 1px solid #be495f;
  background: white url("/__imgthumb/web/385-328/3840-3840/8e2d-back-layoutsearch-text.png") 0 0 no-repeat;
  border-right: 0;
  font-style: italic;
  color: #414141;
  font-size: 14px;
  height: 18px;
  padding: 6px;
}
#layoutSearch input.searchfocus { color: black; }
#layoutSearch #layoutSearchButton, #searchBoxButton {
  width: 36px; height: 32px;
  overflow: hidden;
  float: left;
 
}
#layoutSearch input.button, #searchBoxButton input.button {
  width: 76px; height: 32px;
  overflow: hidden;
  padding: 0;
  margin: 0;
  border: 0;
  vertical-align: middle;
}
#layoutSearch input.button:hover, #searchBoxButton input.button:hover { margin-left: -38px; }


.product input.text { width: 2.22em; }
.product input.button { margin: 0; }

.productBuy input.text { width: 40px; }
.productBuy select     { width: 48px; }
.productBuy input.button { margin: 0; width: 5em; }

.currenciesForm fieldset { text-align: right; }
.currenciesForm label { display: inline; float: none; }
.currenciesForm select { width: 48px; }
.currenciesForm input.button { margin: 0; }

.pagging {
  border-top: 1px solid #cbcbcb;
  padding-top: 0.2em;
  overflow: auto;
  color: #605d5c;
  line-height: 28px;
}
.pagging div { float: left; }
.pagging form { float: right; }
.pagging fieldset {
  margin: 0;
  width: auto;
  text-align: right;
}
.pagging label {
  float: none;
  display: inline;
}
.pagging .perPageForm select { width: 48px; }
.pagging .perPageForm input.button { margin: 0; }

/* # id */
#page {
  width: 1020px;
  overflow: hidden;
  margin: 0 auto;
  text-align: left;
}
#header {
  width: 1020px; height: 510px;
  padding: 0 20px;
  position: relative;
  overflow: hidden;
  background: #E1007A;
}

#sideCol {
  width: 319px;
  overflow: hidden;
  margin-bottom: 1em;
  float: right;
}
#content {
  width: 649px;
  float: left;
  margin-bottom: 1em;
}
#contentInner { padding: 1em 18px 0; }

#language {
  position: absolute;
  top: 10px; left: 0;
  width: 980px;
  overflow: hidden;
  font-size:  /* 14px */ 116.67%;
  font-style: italic;
}
#language span { float: right; }
#language a {
  color: white;
  text-decoration: none;
  margin-left: 20px;
}
#language a:hover, #language a.active {
  text-decoration: underline;
  background: none;
}

#currentPage {
  color: #6a6a6a;
  padding: 3px 12px;
  margin: 10px 0;
}

#content, #currentPage, .box {
  background: white;
  border-radius: 3px;
  border: 1px solid #8b8b8b;
  border-top: 0; 
  border-left: 0;
}

.box h3 {
  width: 299px;
  margin: 0 -13px 0 -12px;
  padding: 5px 10px;
  border-radius: 3px;
  background: #202020;
  color: white;
  font-size:  /* 19px */ 158.33%;
  font-family: 'CMUBright', Arial, Tahoma, sans-serif; 
}
.box { padding: 0 12px; }

#footer {
  border-top: 1px solid #ba9b9b;
  border-top: 1px solid rgba(109, 0, 0, 0.3);
  padding: 1em 0 2em;
  color: #606060;
  text-align: center;
}
#footer a { color: #606060; text-decoration: none; }
#footer a:hover { text-decoration: underline; background: none; }

/* Hlavní menu */
#menuWrap {
  width: 980px; height: 43px;
  overflow: visible;
  position: absolute;
  top: 165px; left:30px;
  margin: 0 -10px;
  background: #202020;
  border-radius: 3px;
}
#menu {
  position: relative;
  float: left;
  left: 50%;
  list-style: none;
}
#menu li {
  position: relative;
  right: 50%;
  float: left;
  margin: 12px 0;
  height: 19px;
  padding: 0 14px;
  border-left: 1px solid #5a5a5a;
}
#menu li:first-child { border: 0; }
#menu li a {
  display: block;
  max-width: 100px; height: 29px;
  overflow: hidden;
  text-decoration: none;
  color: white;
  padding: 0 13px;
  margin: -5px 0;
  text-align: center;
}
#menu li a:hover, #menu li a.active {
  background: #dfdfdf;
  border-radius: 2px;
  color: black;
}
#menu li a span {
  height: 29px;
  display: table-cell;
  vertical-align: middle;
  line-height: 14px;
  cursor: pointer;
}
 
 

/* 2. úroveň */
#menu ul {
  display: none;
  position: absolute;
  top: 31px; left: 0;
  background: #2d2d2d;
  border: 1px solid #202020;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  z-index: 10;
  width: 180px;
  list-style: none;
}
#menu ul li {
  position: static;
  float: none;
  height: auto;
  margin: 0;
  padding: 5px;
  border: 0;
}
#menu ul li a {
  display: block;
  width: 160px; height: auto;
  max-width: none;
  padding: 5px;
  margin: 0;
  text-align: left;
}

/* Obrázkové menu */
#imageMenu {
  position: absolute;
  top: 217px; left: 20px;
  width: 980px; height: 292px;
  overflow: hidden;
  margin: 0;
  padding: 0; 
  list-style: none;
}
#imageMenu li {
  float: left;
  width: 319px; height: 292px;
  margin: 0 11px 0 0;
  padding: 0;
  position: relative;
}
#imageMenu li.li-3 { margin: 0; }

#imageMenu li a {
  display: block;
  width: 309px; height: 45px;
  padding: 247px 5px 0;
  background: #202020 url("/__imgthumb/web/402-436/3840-3840/41d7-header-link-1.jpg") 50% 5px no-repeat;
  border-radius: 3px;
  line-height: 45px;
  font-family: 'CMUBright', Arial, Tahoma, sans-serif; 
  font-size:  /* 18px */ 150%;
  text-decoration: none;
  text-transform: uppercase;
  color: white;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
}
#imageMenu li.li-2 a { background-image: url("/__imgthumb/web/403-344/3840-3840/86a9-header-link-2.jpg"); }
#imageMenu li.li-3 a { background-image: url("/__imgthumb/web/404-348/3840-3840/8e68-header-link-3.jpg"); }
#imageMenu li a:hover, #imageMenu li a.active {
  background-color: #dfdfdf;
  color: #202020;
}


/* Kalendář událostí */
table.eventsfolder td {
  padding: 0;
  vertical-align: top;
  border: 0;
}
table.eventsfolder td.cal { width: 358px; }
table.eventsfolder td.cal table.calendar {
  margin: 1em 0 1em 17px;
}

table.calendar {
  margin: 0 auto 1em;
  width: 267px;
  font-size:  /* 11px id:cal_base */ 91.67%;
}

table.calendar th, table.calendar td {
  border: 0;
  text-align: center;
  padding: 0 3px 1px;
}
table.calendar th, table.calendar .days td {
  background: transparent;
  color: black;
}
table.calendar .days td { width: 14.29% /* 100%/7 */; text-transform: uppercase; font-weight: bold; }
table.calendar .month th {
  font-size:  /* 18px rel:cal_base */ 163.64%;
  line-height: 1.33;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
}

table.calendar a, table.calendar .today span {
  display: block;
}
table.calendar a {
  background: #6d0000;
  text-decoration: none;
  color: white;
}
table.calendar a:hover { background: black; }
table.calendar td.today span { border: 1px solid #9d9d9d; line-height: 1.45; }

table.calendar .month a {
  font-size:  /* 24px rel:cal_base */ 218.18%;
  line-height: 1;
  color: #6d0000;
  text-decoration: none;
  background: none;
  position: relative;
  bottom: 3px;
}
table.calendar .month a:hover { color: black; }

.eventdetails {
  width: 300px;
  position: absolute;
  z-index: 100;
  display: none;
  padding: 0.5em 10px 0;
  background: white;
  border: 1px solid #9d9d9d;
  border-radius: 3px;
  text-align: left;
}

/* . class */
.cleaner {
  visibility: hidden;
  clear: both;
  line-height: 1px; font-size: 1px;
}
.clear { clear: both; }
.autoClear { overflow: auto; }
.no-show {
  position: absolute;
  top: auto;
  left: -10000px;
}
.no-margin { margin: 0 !important; }
.no-indent { text-indent: 0; }

.wysiwyg-left img,  img.left  { margin-left:  0 !important; float: left; }
.wysiwyg-right img, img.right { margin-right: 0 !important; float: right; }

.wysiwig-left a img,  a img.left  { padding-left:  0 !important; }
.wysiwig-right a img, a img.right { padding-right: 0 !important; }

.center { text-align: center !important; text-indent: 0; }
.right  { text-align: right  !important; text-indent: 0; }
.rightF { float: right; }

.product {}
.product h4 {}

.basicPrice {}
.taxedPrice {}
.inAction {}

.news {
  position: relative;
  margin-top: 1em;
  padding-right: 6.5em;
}
.urgent { font-weight: bold; }
.signature {
  text-indent: 0;
  text-align: right;
  font-weight: bold;
}
.newsDate {
  position: absolute;
  top: 0;
  right: 0;
 
  width: 6em;
  overflow: hidden;
  text-align: right;
}

.newsBox:hover {
  background: #820018;
  color: white;
}
.newsBox:hover h4 { color: white; }
.newsBox h4 {
  font-size:  /* 14px */ 116.67%;
  font-weight: bold;
  color: black;
  margin: 0;
  padding: 1em 0 .25em; 
}
.newsBox a.textButton {
  font-size:  /* 12px */ 100%;
  font-weight: normal;
  color: #dfdfdf;
  padding: .2em .5em;
}
.newsBox a.textButton:hover, .newsBox:hover a.textButton { color: #202020; border-color: #dfdfdf; }
.colNewsDate {
  font-size:  /* 11px */ 91.67%;
  color: #b5b5b5;
  line-height: 2.15em;
  float: left;
}

.perex { font-style: italic; }


.gallery { overflow: auto; }
.gallery img { margin: 0 0 5px !important; }
.gallery div {
  float: left;
  width: 142px;     /* vedle sebe musí být sudý počet, jinak to floatuje blbě :) */
  overflow: hidden;
  padding: 1em 5px;
  text-align: center;
}
.gallery div.wide { width: 294px; }


.fileList {
  clear: both;
  padding: 1em 0 0;
  border-top: 1px solid #9d9d9d;
}
.fileList div { clear: left; }

.href-pic {
  float: left;
  display: block;
  width: 40px;
  height: 2.8em;
  margin: 0 0 .5em 0;
 
  line-height: 2.8em;
  text-align: center;
  text-decoration: none !important ;
}
.href-pic img {
  vertical-align: middle;
  border: none;
}

/* odkazy */
a { color: #b90030; }
a:hover { color: white; background-color: black; }

#currentPage a { color: #6d0000; }
#currentPage a:hover { color: white; }
/* === */