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

/* elementy */
html {
  font: 75%/1.6 Tahoma, Arial, sans-serif;
  color: #666666;
  background: #ffffff url("/ariadne/templates/images/back-html.gif.png");
  height: 100%;
  padding: 0;
  margin: 0;
}

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


h1 {
  font-size: 250%;
  width: 254px; height: 58px;
  overflow: hidden;
  position: relative;
  margin: 0 0 0 35px;
}
h1 span {
  position: absolute;
  top: 0; left: 0;
  display: block;
  width: 254px; height: 58px;
  background: url("/__imgthumb/web/330-252/3840-3840/e700-logo.png") no-repeat;
  cursor: pointer;
}

#content h1, h2, h3, h4, h5, h6 {
  margin: .7em 0 .2em;
  font: normal normal 200%/1.4 Tahoma, Arial, sans-serif;
  color: #dc1a22;
}
h3 { font-size: 153.85%; }
h4 { font-size: 123.08%; color: #636363; }
h5 { font-size: 107.69%; color: #636363; }
h6 { font-size: 100%; color: #636363; }

#colText h3 { font-weight: bold; }
#colText h4 { font-weight: bold; font-size: 109.1%; }

ul, ol, p, .p, address, fieldset, hr, .gallery, .fileList, .MessageQueue { 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: #ed1c24;
  background-color: #ed1c24;
  border: 0px solid #ed1c24;
}
.product hr {
  height: 2px;
  color: #ebebeb;
  background-color: #ebebeb;
  border-color: #ebebeb;
}

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

img { border: 0; 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 4px; }
th {
  background: #ed1c24 url("/__imgthumb/web/325-232/3840-3840/393b-back-gradient-red.png") 0 100% repeat-x;
  color: white;
}

td.bottom, th.bottom { vertical-align: bottom !important; }

tr td, tr th { border: 0; }
table#file {
  width: 100%;
  border-bottom: 1px solid #ed1c24;
  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.productDetailMain, 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 { margin: 0 !important; table-layout: fixed; }
.productDetail td, .productDetail th, .productDetailMain td, .productDetailMain th {
  border: 0;
  background: none;
  padding: 2px 0;
  vertical-align: top;
  color: #666666;
}
.productDetail th, .productDetailMain th {
  text-align: right;
  padding-right: 5px;
  width: 33%;
}
.mainImage {
  width: 200px;
  padding-right: 5px;
  float: left;
  text-align: left;
}
.mainImage img { margin: .75em 0 2em !important; }

.productDetailMain img { vertical-align: bottom; }
.productDetailMain th {
  width: 9.1em;
  font-weight: normal;
}
.productDetailMain .producer th, .productDetailMain .producer td { padding-top: 1.6em; }
.productDetailMain .priceTaxed, .productDetailMain .priceBasic {
  color: #ed1c24;
}
.productDetailMain .priceBasic {
  font-size: 141.67%;
  line-height: 1;
}


/* 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: 12px/1.25 Arial, sans-serif;
  vertical-align: middle;
}

input.text, textarea, select {
  margin: 2px 0;
  padding: 4px 3px 3px;
  width: 400px; height: 15px;
  border: 1px solid #bcbcbc;
  background: white url("/__imgthumb/web/333-268/3840-3840/1f03-back-form-input.png") 0 0 no-repeat;
}
select {
  padding: 3px 0; /* vycentruje obsah ve ff */
  width: 404px; height: 24px; /* border/padding se do rozměrů nepočítá */
  background: white;
}
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: 24px;
  padding: 0 .75em;
 
  cursor: pointer;

  width: auto;

  border: 0;
  background: #ed1c24 url("/__imgthumb/web/325-232/3840-3840/393b-back-gradient-red.png") 0 100% repeat-x;
  color: white;
  font-weight: bold;
  line-height: 24px; /* vycentruje value pro ostatní */
}
input.button:hover { color: #fec9cb; }

.buttons {
  text-align: center;
  margin: 1em 0;
}

label {
  display: block;
  float: left;
  clear: left;
  width: 210px;
  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: 301px;
  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;
}

#headerSearch {
  width: 370px; height: 48px;
  padding-right: 20px;
  overflow: hidden;
  position: absolute;
  top: 64px; right: 0;
  text-align: right;
  white-space: nowrap;
  background: #e11b22 url("/__imgthumb/web/326-256/3840-3840/fc94-back-header.jpg") 100% -64px no-repeat;
}
#headerSearch fieldset {
  padding: 0;
  margin: 0;
  line-height: 48px;
  text-align: right;
}
#headerSearch label {
  display: inline;
  width: 150px;
  float: left;
  margin: 0 7px 0 0;
  color: white;
  vertical-align: middle;
}
#headerSearch input { float: left; }
#headerSearch input.text {
  width: 177px;
  border: 0;
  margin: 12px 4px 12px 0;
  padding: 5px 4px 4px;
  background-image: url("/__imgthumb/web/335-276/3840-3840/a7de-back-search-input.png"); 
  vertical-align: middle;
  color: #b1b1b1;
}
#headerSearch input.searchfocus { color: black; }
#headerSearch input.button {
  margin: 12px -3px 12px 0;
  padding: 0;
  width: 24px;
  vertical-align: middle;
}

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

.productBuy {}
.productBuy input.text { width: 40px; }
.productBuy select     { width: 48px; }
.productBuy .currenciesForm label { width: 170px; display: block; float: left; }
.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; }

.sortForm {
  margin: 2px 0 20px -20px;
}
.sortForm fieldset {
  margin-bottom: 0;
  padding: 5px 0;
  background: #d5ffff url("/__imgthumb/web/324-228/3840-3840/a2db-back-gradient-blue.png") 0 100% repeat-x;
  text-align: center;
  vertical-align: middle;
}
.sortForm input.text, .sortForm select {
  font-size: 11px;
  height: 14px;
  padding: 2px;
  background: white;
}
.sortForm select { height: 20px; padding: 1px 0; }
.sortForm input.button {
  margin: 0;
  font-size: 11px;
  line-height: 20px;
  height: 20px;
}
.sortForm label {
  display: inline;
  width: auto;
  float: none;
  margin: 0;
}
.sortForm .compareSelect { width: 38px; }
.sortForm .compareInput, .sortForm .diameter { width: 38px; margin-right: 15px; }
.sortForm .boolSelect    { width: 48px; margin-right: 15px; }
.sortForm .categorySort  { width: 108px; margin-right: 15px; }
.sortForm .checkbox      { margin: 0; }

.pagging {
  overflow: auto;
 
  margin-bottom: -18px;
  padding: 5px 10px;
  background: #d5ffff url("/__imgthumb/web/324-228/3840-3840/a2db-back-gradient-blue.png") 0 100% repeat-x;
  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: 960px;
  margin: 0 auto;
  padding-bottom: 1em;
  text-align: left;
}
#header {
  width: 960px; height: 238px;
  padding: 28px 0 0;
  position: relative;
  background: white url("/__imgthumb/web/326-256/3840-3840/fc94-back-header.jpg") 0 0 no-repeat;
}

#leftCol {
  width: 220px;
  overflow: hidden;
  margin: 0 0 20px;
  clear: both;
  float: left;
}
#colText {
  padding: 0 20px;
  font-size: 91.67%;
}
#content {
  width: 738px;
  overflow: hidden;
  float: right;
  padding-bottom: 20px;
}
#contentInner { padding: 0 0 0 18px; }

#language { display: none; }
#currentPage {
  font-size: 91.67%;
  line-height: 1.76em;
  text-indent: 0;
  margin: 0;
  padding: 8px 20px 8px 18px;
  background: #ebebeb;
}

#footer {
  clear: both;
  background: #ebebeb;
  margin-top: 0;
  padding: 20px;
  text-align: center;
  font-size: 91.67%;
  color: #666666;
}


/* Horní menu*/
#topMenu {
  width: 940px;
  float: left;
  margin: 2px 0;
  padding: 10px 0 10px 20px;
  overflow: auto;
  background: #e41b23 url("/__imgthumb/web/329-248/3840-3840/149b-back-topmenu.png") 0 100% repeat-x;
  line-height: 2;
  text-transform: uppercase;
}
#topMenu li {
  float: left;
  list-style-type: none;
  padding: 0 20px 0 10px;
  margin: 0;
  background: url("/__imgthumb/web/327-240/3840-3840/d20a-back-menu-a.gif") -496px 50% no-repeat;
}
#topMenu li a {
  text-decoration: none;
  color: #fec9cb;
  font-weight: bold;
}
#topMenu li a:hover, #topMenu li a.active { color: white; }

/* Hlavní menu */
/* 1. úroveň */
ul#menu { margin: 0 0 2em; }
ul#menu li {
  margin: 0 0 2px;
  padding: 0;
  list-style-type: none;
}
ul#menu li a {
  display: block;
 
  padding: 8px 20px;
  background: #ebebeb url("/__imgthumb/web/325-232/3840-3840/393b-back-gradient-red.png") 0 -300px repeat-x;
  text-transform: uppercase;
  color: black;
  font-weight: bold;
  text-decoration: none;
}
ul#menu li a span {
  display: block;
  padding-left: 10px;
  background: url("/__imgthumb/web/327-240/3840-3840/d20a-back-menu-a.gif") 0 .55em no-repeat;
 
}
ul#menu li a:hover, ul#menu li a.active {
  background-position: 0 100%;
  background-color: #ed1c24;
  color: white;
}
ul#menu li a:hover span, ul#menu li a.active span {
  background-position: -496px .55em;
 
}

/* 2. úroveň */
ul#menu ul { margin: .5em 0 1em; }
ul#menu ul li {
 
  margin: 0;
  padding: 0 20px 0 30px;
  line-height: 1.8em;
  background: url("/__imgthumb/web/327-240/3840-3840/d20a-back-menu-a.gif") 20px .7em no-repeat;
}
ul#menu ul li a {
  padding: 0;
  display: inline;
  background: none;
  text-transform: none;
}
ul#menu ul li a:hover, ul#menu ul li a.active {
  color: #ed1c24;
  background: none;
}

/* 3. úroveň */
ul#menu ul ul { margin: 0; }
ul#menu ul ul li {
  padding: 0 0 0 10px;
  background: url("/__imgthumb/web/331-260/3840-3840/6d8f-back-menu-3-a.gif") 1px .9em no-repeat;
}
ul#menu ul ul li a {
  font-weight: normal;
  font-size: 91.67%;
}

/* . 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; }

.float-right { float: right; }

.no-underline { text-decoration: none; }
.underline { text-decoration: underline; }

ul.two-cols {
  width: 335px;
  float: left;
}


ul.tabs {
  padding: 2em 10px 0;
  margin: 0;
}

ul.tabs li {
  float: left;
  list-style: none;
  margin: 0 3px 0 0;
}
ul.tabs li a {
  position: relative;
  top: 2px; z-index: 100;
  display: block;
  float: left;
  height: 2.5em;
  line-height: 2.5;
  padding: 0 .25em;
  border: 2px solid #ebebeb;
  font-weight: bold;
  text-decoration: none;
  color: #808080;
  background: white url("/__imgthumb/web/579-404/3840-3840/3646-back-tabs-inactive.png") 0 100% repeat-x;
}
ul.tabs li a:hover, ul.tabs li.ui-state-active a {
  color: black;
  background: white url("/__imgthumb/web/578-400/3840-3840/b915-back-tabs-active.png") 0 0 repeat-x;
}
ul.tabs li.ui-state-active a {
  padding-bottom: 2px;
  border-bottom: 0;
}
ul.tabs li a.red {
  border-bottom: 0;
  border-color: #ffced0;
  color: #ed1c24;
  background: white url("/__imgthumb/web/581-412/3840-3840/5a22-back-tabs-red-inactive.png") 0 100% repeat-x;
}
ul.tabs li a.red:hover, ul.tabs li.ui-state-active a.red {
  background: white url("/__imgthumb/web/580-408/3840-3840/12f6-back-tabs-red-active.png") 0 0 repeat-x;
}
.ui-tabs .ui-tabs-hide {
  display: none;
}
#tabs { margin-bottom: 1.9em; }
#tabs .under-tabs {
  margin: 0 !important;
  clear: both;
 

  margin-bottom: 1.9em !important;

}


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

.news {
  position: relative;
  margin-top: 1em;
  padding-right: 6.5em;
}
.urgent { font-weight: bold; color: #dc1a22; }
.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; }

.categoryDescCornerTop, .productCornerTop {
  margin: 0 0 20px;
  padding: 5px 0 0 5px;
  background: url("/__imgthumb/web/323-224/3840-3840/3491-back-category-corners.png") 0 0 no-repeat;
}
.categoryDescCornerBottom, .productCornerBottom {
  padding: 0 5px 5px 0;
  background: url("/__imgthumb/web/323-224/3840-3840/3491-back-category-corners.png") 100% 100% no-repeat;
}
.productCornerTop, .productCornerBottom { background-image: url("/__imgthumb/web/328-244/3840-3840/baf9-back-product-corners.png"); }

.categoryDesc { background: #f2f2f2; }
.categoryDesc, .product {
 
  clear: both;
  overflow: auto;
  padding: 20px 20px 1em;
}
.categoryDesc h2, .product h4 {
  margin: 0 0 .2em;
  padding-bottom: 10px;
  border-bottom: 2px solid #cccccc;
  font-size: 141.67%;
  font-weight: bold;
  text-transform: uppercase;
  color: #000000;
}
.product { position: relative; }
.product h4 {
  border-color: #ebebeb;
  text-transform: none;
  position: relative;
  padding-right: 13.5em;
}
.product h4.full-width { padding-right: 0; }
.product h4 span.rightSide {
  position: absolute;
  top: .5em; right: 0;
 
  width: 19em;
  overflow: hidden;
  white-space: nowrap;
  text-align: right;
  font-size: 70.59%;
  color: #666666;
  font-weight: normal;
}
.cost strong { font-size: 141.67%; color: #ed1c24; }

.productDetailList {
  table-layout: fixed;
  width: 100%;
}
.productDetailList td {
  border: 0;
  width: 50%;
  padding: 0;
  vertical-align: top;
  font-size: 91.66%;
}

.categoryDesc h3 {
  font-size: 100%;
  font-weight: bold;
  color: #666666;
}
.categoryDesc .innerText, .product .innerText { width: 670px; float: right; }
.categoryDesc .narrow,    .product .narrow    { width: 465px; }

.gallery { overflow: auto; }
.gallery-centered img { margin: 10px !important; } 
.gallery img { margin: 0 0 5px !important; }
.gallery div {
  float: left;
  width: 134px;
  overflow: hidden;
  padding: 1em 5px;
  text-align: center;
}
.gallery div.wide { width: 230px; }


.fileList {
  clear: both;
  padding: 1em 0 0;
  border-top: 1px solid #ed1c24;
}
.fileList div { clear: left; margin-bottom: 1em; }
.product .fileList {
  padding: 0;
  border-top: 0;
  margin: 0;
}

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

/* odkazy */
a { color: #ed1c24; }
a:hover, a:hover .underline { color: black; text-decoration: none; } /* overflow je nastaven pro IE, jinak by rámeček při hoveru nebyl kolem celého obrázku */

#footer a { color: #666666; }

h1 a {
  text-decoration: none;
  text-transform: lowercase;
  color: black;
}
h1 a:hover {
  text-decoration: underline;
  color: #ed1c24;
}
/* === */