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

/* elementy */
html {
  font:  /* 15px id:* */ 93.75%/1.6 Georgia, serif;
  color: #5b5b5b;
  background: #ffffff url("/__imgthumb/web/376-293/3840-3840/57df-back-html.png") repeat-y 50% 0;
  height: 100%;
  padding: 0;
  margin: 0;
}

body {
  padding: 0;
  margin: 0;
  text-align: center;
}


h1 {
  font-size:  /* 26px */ 173.33%;
  width: 276px; height: 147px;
  overflow: hidden;
  position: relative;
  margin: 0;
  left: 2px;
}
h1 span {
  position: absolute;
  top: 0; left: 0;
  display: block;
  width: 100%; height: 100%;
  background: url("/__imgthumb/web/385-329/3840-3840/042c-logo.png") no-repeat;
  cursor: pointer;
}

#content h1 {
  position: static;
  width: auto; height: auto;
}
#content h1, h2, h3, h4, h5, h6 {
  margin: .2em 0;
  font: normal normal  /* 26px */ 173.33%/1.4 Georgia, serif;
}
h3 { font-size:  /* 21px */ 140%; }
h4 { font-size:  /* 18px */ 120%; }
h5 { font-size:  /* 15px */ 100%; }
h6 { font-size:  /* 13px */ 86.67%; }

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

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

ul, ol { padding-left: 0; }
ul { list-style-type: disc; }
ul ul { list-style-type: circle; }
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; 
  border: 1px solid #0087D3;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
#file img, #content .fileList img { border: none; margin: 0; }

/* tabulky */
table {
  margin: 1em 0;
  border-collapse: collapse;
}
td, th { padding: 2px; padding-left: 15px; }
td {background-color: #ebeae6; color: #000000;}
th {
  background: #1b85c0;
  color: white;
  line-height: 40px;
  background: url("/__imgthumb/web/390-349/3840-3840/1822-back-table-th.png") repeat-x;
  font-size:  /* 16px */ 106.67%;
  font-weight: normal;
}
tr td, tr th { border-top: 1px solid white; }
table#file {
  width: 100%;
  border-bottom: 1px solid #9fa416;
  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: 28px; }
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: 13px/1.25 Arial, sans-serif;
  vertical-align: middle;
}

input.text, textarea, select {
  margin: 2px 0;
  padding: 3px;
  width: 300px; height: 16px;
  border: 1px solid #757271;
}
select {
  padding: 3px 0; /* vycentruje obsah ve ff */
  width: 304px; height: 24px; /* 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 {
  width: 0; /* pouze pro IE */
  overflow: visible;
  height: 30px;
  padding: 0 1em;
 
  cursor: pointer;

  width: auto;

  border: 0;
  color: white;
  font-weight: bold;
  line-height: 30px; /* vycentruje value pro ostatní */
  background: #0e1118 url("/__imgthumb/web/393-353/3840-3840/d129-back-button.png") repeat-x 0 0;
  border-radius: 8px;
}
input.button:hover {
  background: #208ac6 url("/__imgthumb/web/393-353/3840-3840/d129-back-button.png") repeat-x 0 -40px;
  color: white;
}
.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: 201px;
  vertical-align: middle;
}

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


#searchBox { margin-top: 1em; }
#searchBox input.text {
  width: 300px;
  margin: 0;
  vertical-align: bottom;
}
#searchBox input.button {
  margin: 0;
  vertical-align: bottom;
}

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

#layoutSearch { margin: 0 0 20px; }
#layoutSearch fieldset {
  padding: 0;
  margin: 0;
}
#layoutSearch input.text {
  width: 128px;
  vertical-align: middle;
}
#layoutSearch input.searchfocus { color: black; }
#layoutSearch input.button {
  margin: 0;
  vertical-align: middle;
}

.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: 980px;
  margin: 0 auto;
  text-align: left;
}
#header {
  width: 980px; height: 149px;
  position: relative;
  border-bottom: 1px solid #dfdfdf;
}

#language {
  position: absolute;
  top: 10px;
  right: 0px;
  color: #7d8182;
}
#menu-out2 {
  height: 98px;
  position: absolute;
  top: 52px;
  right:0;
}
#menu-out {
  position: relative;
  width: 700px;
}

ul#menu {
  height: 98px;
  list-style-type: none;
  overflow: hidden;
  position: absolute;
  right: 0;
  text-align: right;
  margin-botton:0;
}

ul#menu li {
  width: 132px;
  float: left;
  margin-left: 5px;
}

ul#menu li a {
  color: #7d8182;
  font-size:  /* 17px */ 113.33%;
  display: block;
  height: 43px;
  line-height: 43px;
  overflow: hidden;
  padding: 0 20px 54px;
  text-align: center;
  text-decoration: none;
  width: 92px;
}
ul#menu li a span {
  display: block;
  width: 92px;
  height: 43px;
  overflow:hidden;
}
ul#menu li a:hover, ul#menu li a.active {
  background: url("/__imgthumb/web/384-328/3840-3840/8e2d-menu-active.png") no-repeat;
  color: #ffffff;
  border-bottom: 10px solid #1c85c1;
}
ul#menu li a:hover span {cursor: pointer;}

#sideCol {
  width: 281px;
  overflow: hidden;
  margin: 0px 0 0 0;
  padding: 30px 11px 0 11px;
  float: right;
  background: url("/__imgthumb/web/381-348/3840-3840/8e68-back-sidecol-top.png") no-repeat 0 0;
}

#sideCol h5.section {
  margin:0;
  width: 255px;
  padding: 0 14px 5px;
  height: 40px;
  line-height: 40px;
  font-size:  /* 18pxpx */ 120%;
  color: #ffffff;
  font-weight: normal;
  text-transform: uppercase;
  text-shadow: #1f1c16 1px 1px 1px;
}
#sideCol h5.section.blue {
  background: url("/__imgthumb/web/380-312/3840-3840/5b9e-back-sidecol-header-blue.png") no-repeat;
}
#sideCol h5.section.black {
  background: url("/__imgthumb/web/379-308/3840-3840/5ca8-back-sidecol-header-black.png") no-repeat;
}

#sideCol .news {
  margin: 13px;
  padding: 0;
}
#sideCol .news h4 a {
  font-size: 83.33%;
  color: black;
  text-decoration: none;
  font-weight: bold;
  margin-top: 0;
}
#sideCol .news h4 a:hover {
  color: #0087D3;
}
#sideCol .news span.date {
  font-size: 72.22%;
  color: #a6a6a6;
  
}
#sideCol .news p.perex {
  font-size:  /* 14px */ 93.33%;
  color: #424242;
  font-style: normal;
  margin:0;
}
#sideCol .news a.more {
  display: block;
  text-align: right;
  text-transform: uppercase;
  text-decoration: none;  
  color: #424242;
  font-size: 80%;
}
#sideCol .news a.more:hover {
  color: #32a0df;
  text-decoration: underline;
}
#sideCol .news a.more span {
  color: #32a0df;
  font-size: 66.66%;
  position:relative;
  top: -2px;
}
#sideCol .news .separator {
  border-bottom: 1px solid #ececec;
  margin-top: 10px;
  margin-bottom: 10px;
}

#partners {
  padding: 0 10px;
}
#partners table {
  border-collapse: collapse;
  margin:0 auto;
  width:100%;
  padding:0;
}
#partners table td, #partners table th {
  border: 1px solid #ececec;
  background-color: transparent;
  text-align: center;
  padding:0;
  width: 50%;
}
#partners table tr:first-child td {
  border-top: 0;
}
#partners table tr:last-child td {
  border-bottom: 0;
}
#partners table tr td:first-child,
#partners table tr th:first-child {
  border-left: 0;
}
#partners table tr td:last-child,
#partners table tr th:last-child {
  border-right: 0;
}

#middle {
  width: 980px;
  background: url("/__imgthumb/web/382-320/3840-3840/a7d8-back-sidecol-middle.png") repeat-y 100% 5px;
}

#content {
  width: 670px;
  float: left;
  padding-top: 17px;
}

#content h1, #content h2 { font-size:  /* 30px */ 200%; color: #020203; font-weight: bold;}
#content h3 { font-size:  /* 24px */ 160%; color: #0087d3; font-weight: bold; margin-top: 15px;}
#content h4 { font-size:  /* 20px */ 133.33%; color: #030405; font-weight: normal; margin-top: 10px;}
#content h5 { font-size:  /* 18px */ 120%; color: #030405; font-weight: bold; margin-top: 7px;}

#content li {color: #5b5b5b; }
#content ul li {list-style-type: square;}
#content li ul li {color: #0087d3;}

#content h4.news {font-weight: bold;margin-top: 15px;}
#content h4 span.newsDate {font-weight: normal; font-size: 80%;}
#content p.signature { padding-bottom: 5px; border-bottom: 1px solid #aaaaaa; }

#two-col-lay {
  clear: both; 
  width: 980px;
  height: 9px;
  background: url("/__imgthumb/web/383-336/3840-3840/ce7c-back-sidecol-bottom.png") no-repeat right 100%;
}

#index-content {
  height: 550px;
  width:980px;
  background: url("/__imgthumb/web/394-357/3840-3840/ff73-index-image.png") no-repeat left 225px;
  border-bottom: 1px solid #cfceca;
  margin-bottom: 20px;
  position: relative;
}
#index-content h2.cite {
  position: absolute;
  top: 50px;
  right: 0;
  color:#010101;
  font-size:  /* 40px */ 266.67%;
  text-transform: uppercase;
  margin:0;
}
#index-content p.author {
  position: absolute;
  top: 155px;
  right: 0;
  color:#a5a5a5;
  font-size:  /* 30px */ 200%;
  margin:0;
  padding:0;
}



#footer-out {
  height: 92px;
  background: url("/__imgthumb/web/377-300/3840-3840/8f25-back-footer.png") repeat-x 0 0;
}
#footer {
  width: 980px;
  height: 92px;
  line-height: 92px;
  margin: 0 auto;
  color: #6e6f71;
}
#footer a {color: #fffefe;}
#footer a:hover {color: #0087d5;}

/* . class */
.cleaner {
  visibility: hidden;
  clear: both;
}
.clear { clear: both; }
.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; }

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

.product {}
.product h4 {}

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

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

.perex { font-style: italic; }


.gallery { width: 100%; overflow: hidden; }
.gallery img { margin: 0 0 5px !important; }
.gallery div {
  float: left;
  width: 157px;
  overflow: hidden;
  padding: 1em 5px;
  text-align: center;
}
.gallery div.wide { width: 280px; }
.gallery a { text-decoration: none; }

.fileList {
  clear: both;
  padding: 1em 0 0;
  border-top: 1px solid #424242;
}
.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: #0087d3; }
a:hover { color: black; }

.index-content {
  position: relative;
}

.signature {
  position: absolute;
  bottom: 30px;
  right: -20px;
}

.MessageQueue {
margin-top: 1em;
}

.obor {
  background: white;
  border-radius: 10px;
  padding: 8px 8px 10px;
  margin-bottom: 20px;
}

.obor .detail {
  display: none;
}

.obor h3 {
background: #1e5799; /* Old browsers */
background: -moz-linear-gradient(top,  #1e5799 0%, #207cca 0%, #33a0dc 0%, #1b85c0 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1e5799), color-stop(0%,#207cca), color-stop(0%,#33a0dc), color-stop(100%,#1b85c0)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #1e5799 0%,#207cca 0%,#33a0dc 0%,#1b85c0 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #1e5799 0%,#207cca 0%,#33a0dc 0%,#1b85c0 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #1e5799 0%,#207cca 0%,#33a0dc 0%,#1b85c0 100%); /* IE10+ */
background: linear-gradient(to bottom,  #1e5799 0%,#207cca 0%,#33a0dc 0%,#1b85c0 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#1b85c0',GradientType=0 ); /* IE6-9 */

    color: #FFFFFF !important;
    font-size: 120% !important;
    font-weight: normal !important;
    height: 40px;
    line-height: 40px;
    margin: 0;
    padding: 0 14px 0px;
    text-shadow: 1px 1px 1px #1F1C16;
    text-transform: uppercase;
    border-radius: 10px;
    margin-bottom: 18px;
    margin-top: 0 !important;
}

.obor .overview, .obor .more, .obor .detail {
  margin-left: 15px;
  margin-right: 15px;
}

.obor a.more, .obor .detail a.less {
  display: block;
  text-align: right;
  margin-left: 530px;
}
.obor a.more:hover, .obor .detail a.less:hover  {
  cursor: pointer;
}
/* === */