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

/* elementy */
html {
  font: 87.5%/1.6 Arial, Tahoma, sans-serif;
  color: #2c2c2c;
  background: #2c2c2c;
  height: 100%;
  padding: 0;
  margin: 0;
}

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


h1 {
  font-size: 300%;
  line-height: 1;
  width: 229px; height: 89px;
  overflow: hidden;
  position: absolute;
  top: 31px; left: 34px;
  margin: 0;
  background: white url("/__imgthumb/web/335-376/3840-3840/b26c-back-header.jpg") -34px -31px no-repeat;
  text-align: center;
}
#slogan {
  position: absolute;
  top: 130px; left: 34px;
  width: 229px; height: 65px;
  overflow: hidden;
  font: bold 171.42%/1.2 "Trebuchet MS", Arial, Tahoma, sans-serif;
  text-align: center;
  color: #2c2c2c;
}
h1 span {
  position: absolute;
  top: 0; left: 0;
  display: block;
  width: 229px; height: 149px;
  background: url("/__imgthumb/web/335-376/3840-3840/b26c-back-header.jpg") -34px -31px no-repeat;
  cursor: pointer;
}

#content h1 {
  position: static;
  width: auto; height: auto;
}
#content h1, h2, h3, h4, h5, h6 {
  margin: .2em 0;
  font: normal bold 157.14%/1.4 Arial, Tahoma, sans-serif;
  color: #f47321;
  text-transform: uppercase;
}
h3 { font-size: 114.29%; }
h4 { font-size: 100.00%; }
h5 { font-size: 100.00%; font-weight: normal; }
h6 { font-size: 100.00%; font-weight: normal; text-transform: none; }

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: 0;
  color: #f4f4f4;
  background-color: #f4f4f4;
  border: 0 solid #f4f4f4;
  border-top: 1px solid #c5c5c5;
  border-bottom: 1px solid #efefef;
  margin: -.5em 0 0;
 

  margin: 0 0 .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: 5px solid #dcdcdc; vertical-align: middle; }
#content img { margin: .25em 10px; }
#file img, #content .fileList img { border: none; margin: 0; }

/* tabulky */
table {
  margin: 1em 0;
  border-collapse: collapse;
}
td, th { padding: 2px; }
th {
  background: #fa8942;
  color: black;
}
tr td, tr th { border: 1px solid #f47321; }
table#file {
  width: 100%;
  border-bottom: 1px solid #f47321;
  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: #f47321;
  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: 29px; }
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: 12px/1.25 Arial, sans-serif;
  vertical-align: middle;
}

input.text, textarea, select {
  margin: 2px 0;
  padding: 5px 4px 3px;
  width: 300px; height: 15px;
  border: 1px solid #f47321;
  background: white url("/__imgthumb/web/336-276/3840-3840/a7de-back-input-text.png") 0 0 no-repeat;
}
select {
  padding: 3px 0; /* vycentruje obsah ve ff */
  width: 310px; 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 {
  overflow: hidden;
  width: 81px; height: 22px;
  padding: 0 .5em;
 
  cursor: pointer;
  border: 0;
  background: #fa8942 url("/__imgthumb/web/351-364/3840-3840/f317-back-buttons-white-bg.png") 0 0 no-repeat;
  color: black;
  font-weight: bold;
  line-height: 22px; /* vycentruje value pro ostatní */
}
input.button:hover {
  background-color: #f57423;
  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;
  border: 0 !important;
  vertical-align: middle;
}
div.safety-code input {
  width: 176px;
  vertical-align: middle;
}

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


#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;
}

#newsletterReg { text-align: right; }
#newsletterReg input.text {
  width: 201px;
  margin-bottom: .66em;
}
#newsletterReg .button {
  background-image: url("/__imgthumb/web/332-260/3840-3840/6d8f-back-buttons-light-grey-bg.png");
}

#leftSearch {
  width: 322px;
  float: left;
  margin: 0;
}
#leftSearch fieldset {
  padding: 0;
  margin: 0;
}
#leftSearch input.text {
  width: 176px;
  vertical-align: middle;
}
#leftSearch input.searchfocus { color: black; }
#leftSearch input.button {
  background-image: url("/__imgthumb/web/330-252/3840-3840/e700-back-buttons-black-bg.png");
  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; }

.sortForm fieldset {
  margin-bottom: 0;
  padding: 10px;
  background: #cccccc;
  font-size: 85.71%;
  text-align: right;
  vertical-align: middle;
}
.sortForm input.button {
  margin: 0;
}
.sortForm label {
  display: inline;
  width: auto;
  float: none;
  margin: 0;
}
.sortForm select, .sortForm input.text { border-color: #bebebe; }
.sortForm .compareSelect { width: 38px; }
.sortForm .compareInput  { width: 38px; margin-right: 40px; }
.sortForm .boolSelect    { width: 48px; }
.sortForm .categorySort  { width: 108px; margin-right: 40px; }
.sortForm .perPageSelect { width: 48px; }
.sortForm .buttons       { text-align: right; margin: 10px 0 0; }
.sortForm .button        { width: 101px; background-image: url("/__imgthumb/web/331-256/3840-3840/fc94-back-buttons-dark-grey-bg.png"); }

.currenciesForm fieldset { text-align: right; margin: 0 0 .5em; }
.currenciesForm label { display: inline; float: none; }
.currenciesForm select { width: 48px; }
.currenciesForm input.button { margin: 0; background-image: url("/__imgthumb/web/351-364/3840-3840/f317-back-buttons-white-bg.png"); }

.pagging {
  width: 620px;
  margin: 0 0 1em;
  padding: 0 15px;
  overflow: hidden;
  background: #e0e0e0;
  border-top: 1px solid #f4f4f4;
  line-height: 28px;
}
.pagging div { float: right; }
.pagging a {
  display: block;
  height: 100%;
  float: left;
  border-right: 1px solid #c0c0c0;
  color: black;
  text-decoration: none;
  font-weight: bold;
}
.pagging a span {
  display: block;
  float: left;
  height: 100%;
  padding: 0 10px;
  border-right: 1px solid #efefef;
}
.pagging a:hover, .pagging a.active { color: white; }
.pagging a:hover span, .pagging a.active span { background: #2c2c2c; border-color: #2c2c2c; }


/* # id */
#page {
  width: 950px;
  margin: 0 auto;
  text-align: left;
  background: #f4f4f4;
  border-top: 10px solid #2c2c2c;
}
#header {
  width: 100%; height: 223px;
  position: relative;
  background: #bfbfbf url("/__imgthumb/web/335-376/3840-3840/b26c-back-header.jpg") 0 0 no-repeat;
}
#subheader {
  clear: both;
  width: 100%;
  overflow: hidden;
  padding: .25em 0;
  background: #2c2c2c url("/__imgthumb/web/344-308/3840-3840/5ca8-divider-orange.gif") 309px 50% no-repeat;
}
#subheader hr, #footer hr {
  height: 0;
  color: #2c2c2c;
  background-color: #2c2c2c;
  border: 0 solid #2c2c2c;
  border-top: 1px solid #232323;
  border-bottom: 1px solid #353535;
  margin: -.5em 0 0;
 

  margin: 0 0 .66em 0;

}

#leftCol {
  width: 250px;
  overflow: hidden;
  margin: 0;
  padding: 1em 0 0;
  float: left;
}
#content {
  width: 700px;
  float: left;
  overflow: hidden;
}
#contentInner { padding: 1em 25px 0; }

#language { 
  position: absolute;
  top: 1px; right: 7px;
  line-height: 15px;
  height: 15px; overflow: hidden;
}
#language img {
  border: 0 !important;
  margin: 0 0 0 0;
  vertical-align: top;
}

#currentPage {
  width: 600px;
  float: right;
  font-size: 85.71%;
  color: #f47321;
  padding: 6px 0;
}
#currentPage span {
  position: relative;
  bottom: 1px;
  padding: 0 .25em;
}

#footer {
  clear: both;
  padding: 5px 0 0;
  background: #2c2c2c;
  color: #a4a4a4;
  font-size: 78.57%;
  font-family: Verdana, Arial, Tahoma, sans-serif;
  text-align: center;
}
#footerInner {
  padding: 19px 0 50px 0;
  margin: 0 auto;
  width: 950px;
  text-align: left;
}

/* Menu první úroveň */
#menu {
  float: left;
  width: 100%;
  list-style: none;
  margin: 0;
  background: #ce590e url("/__imgthumb/web/341-296/3840-3840/cc52-back-menu.png") 0 0 repeat-x;
  border-bottom: 7px solid #2c2c2c;
}
#menu li {
  margin: 0;
  float: left;
  padding-right: 10px;
  margin-right: -3px;
  background: url("/__imgthumb/web/345-313/3840-3840/0e2c-divider-grey.png") 100% 50% no-repeat;
}
#menu li a {
  position: relative;
  display: inline;
  float: left;
  height: 54px;
  line-height: 54px;
  overflow: visible;
  padding: 0 11px;
  margin: -4px 19px;
  background: url("/__imgthumb/web/346-317/3840-3840/89dd-back-mainmenu-a.png") 0 -1000px repeat-x;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;
  color: black;
  white-space: nowrap;
}
#menu li a:hover, #menu li a.active {
  background-position: 0 0;
  background-color: #dbdbdb;
}
#menu li a span {
  display: block;
  width: 19px; height: 54px;
  position: absolute;
  top: 0; left: -19px;
  background: url("/__imgthumb/web/348-328/3840-3840/8e2d-back-mainmenu-a-begin.png") 0 -1000px no-repeat;
}
#menu li a span.end {
  left: auto; right: -19px;
  background-image: url("/__imgthumb/web/350-336/3840-3840/ce7c-back-mainmenu-a-end.png");
}
#menu li a:hover span, #menu li a.active span {
  background-position: 0 0;
}
 

/* Hlavní menu, 2. úroveň */
#sidemenu {
  margin: 0 0 2em 27px;
}
#sidemenu li {
  list-style: none;
  margin: 0;
  border-bottom: 4px solid #e0e0e0;
}
#sidemenu li a {
  display: block;
  min-height: 0;
 
  font-size: 114.29%;
  color: #2c2c2c;
  text-decoration: none;
  padding: .75em 0 0 27px;
  margin: 0 0 0 -27px;
  background: url("/__imgthumb/web/339-288/3840-3840/c581-back-menu-second.png") 100% -1000px no-repeat;
}
#sidemenu li a:hover, #sidemenu li a.active {
  background-position: 100% 0;
  background-color: #2c2c2c;
  color: white;
}

/* Hlavní menu, 3. úroveň */
#sidemenu ul {
  border-top: 4px solid #e0e0e0;
  margin: 0 0 -4px;
  background: #f4f4f4;
}
#sidemenu ul li {
  border: 0;
  padding: .5em 0 0;
}
#sidemenu ul li a {
  background: url("/__imgthumb/web/340-292/3840-3840/619a-back-menu-third.gif") 0 .4em no-repeat;
  padding: 0 0 0 16px;
  margin: 0;
}
#sidemenu ul li a:hover, #sidemenu ul li a.active {
  background-position: -487px .4em;
  background-color: transparent;
  color: #2c2c2c;
}
#sidemenu ul li a span {
  display: block;
  border-bottom: 1px solid #eaeaea;
}
#sidemenu ul li a:hover span, #sidemenu ul li a.active span { border-color: #f4b38a; }
#sidemenu ul li a.active { font-weight: bold; }

/* Hlavní menu, 4. a nižší úroveň */
#sidemenu ul ul {
  border: 0;
  margin: 0 0 0 14px;
}
#sidemenu ul ul li a { background: url("/__imgthumb/web/338-284/3840-3840/cd50-back-menu-fourth.gif") 0 .5em no-repeat; }
#sidemenu ul ul li a:hover, #sidemenu ul ul li a.active { background-position: -489px .5em; }

/* . class */
.cleaner {
  visibility: hidden;
  clear: both;
}
.clear { clear: both; }
.no-show {
  position: absolute !important;
  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 {
  position: relative;
  width: 614px;
  border: 1px solid #d6d6d6;
  padding: 13px 17px 7px 17px;
  overflow: visible;
  font-size: 85.71%;
}
.product img { margin: 0 !important; }
.product div {
  width: 475px;
  float: right;
}
.product h4 {
  margin: 0 0 .33em;
  font-size: 133.33%;
}
.product h4 a { text-decoration: none; }
.product p { margin: 0 0 .33em; }


.cost {
  position: absolute;
  left: -6px; bottom: 10px;
  padding: 0 0 5px;
  background: url("/__imgthumb/web/333-264/3840-3840/1416-back-corner.gif") 0 100% no-repeat;
}
.cost strong {
  display: block;
  width: 140px;
  padding: .25em 0;
  background: #2c2c2c;
  color: #f47321;
  text-align: center;
  font-size: 133.33%;
}

a.view_more {
  float: right;
  padding: .33em 25px .33em 0;
  background: url("/__imgthumb/web/342-368/3840-3840/723d-back-view-more.png") 100% 50% no-repeat;
  font-weight: bold;
  text-decoration: none;
}

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

.box {
  background: #e0e0e0;
  padding: 7px 12px;
  margin: 1em 0 1em 15px;
  overflow: visible;
}
.box h3 {
  position: relative;
  right: 6px;
  margin: 0 -12px .75em;
  padding: 0 0 5px;
  background: url("/__imgthumb/web/333-264/3840-3840/1416-back-corner.gif") 0 100% no-repeat;
  color: #f47321;
  font-size: 100%;
}
.box h3 span {
  display: block;
  padding: .66em 25px .5em 19px;
  background: #2c2c2c url("/__imgthumb/web/337-280/3840-3840/8fa2-back-leftcol-h3.png") 100% 0 no-repeat;
}

.box h4 { text-transform: none; }
.box h4 a { text-decoration: none; }
.box p { font-size: 85.71%; }

.autoClear {
  width: 100% !important;
  overflow: hidden !important;
}


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


.fileList {
  clear: both;
  padding: 1em 0 0;
  border-top: 1px solid #f47321;
}
.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: #f47722; }
a:hover { color: black; overflow: visible; } /* overflow je nastaven pro IE, jinak by rámeček při hoveru nebyl kolem celého obrázku */

#currentPage a {
  color: #c8c8c8;
  text-decoration: none;
}
#currentPage a:hover, #currentPage a.active { color: #f47321; }

#footer a { color: #a4a4a4; text-decoration: none; }
#footer a:hover { text-decoration: underline; }

h1 a { text-decoration: none; }

.big {
  font-size: 14pt;
}
/* === */