/*
    Document   : cov_2013
    Created on : 25.6.2013, 10:03:43
    Author     : dzarda@NGS
    Description:
        Purpose of the stylesheet follows.
*/
/* variables */
/* custom fonts*/
@font-face {
  font-family: 'segoeLight';
  src: url('/fonts/segoeL.eot');
  /* IE9 Compat Modes */
  src: url('/fonts/segoeL?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('/fonts/segoeL.woff') format('woff'), /* Modern Browsers */ url('/fonts/segoeL.ttf') format('truetype'), /* Safari, Android, iOS */ url('/fonts/segoeL.svg#svgFontName') format('svg');
  /* Legacy iOS */
  font-weight: normal;
  font-style: normal;
}
.customFont {
  font-family: 'Noto Sans';
  font-weight: 400;
}
.customBold {
  font-family: 'Noto Sans';
  font-weight: 700;
}
.customItalic {
  font-family: 'Noto Sans';
  font-style: italic;
}
/*general*/
body,
h1,
h2,
h3,
h4,
form,
fieldset,
legend,
img,
a,
a img,
ul,
li,
p {
  margin: 0px;
  padding: 0px;
  border: none;
  text-decoration: none;
  list-style-type: none;
}
.clear {
  clear: both;
}
.hide {
  visibility: hidden;
  display: none;
}
.left {
  float: left;
}
.right {
  float: right;
}
.block {
  display: block;
}
.hidden {
  display: none;
}
/* mixins */
.dropShadow {
  -webkit-box-shadow: 1px 1px 0px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 1px 1px 0px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 1px 1px 0px 1px rgba(0, 0, 0, 0.1);
  behavior: url('/js/PIE.htc');
}
.crossBg {
  background: url('../../images/cross_bg.png') 0 0 repeat;
}
.hover {
  cursor: pointer;
}
.hover:hover {
  text-decoration: underline;
}
/*styles*/
html {
  font-family: 'Noto Sans';
  font-weight: 400;
  color: #152a36;
}
html body {
  background: url('../../images/cross_bg.png') 0 0 repeat;
}
html body strong {
  font-family: 'Noto Sans';
  font-weight: 700;
}
html body em {
  font-family: 'Noto Sans';
  font-style: italic;
}
html body .wysiwyg_content {
  font-size: 14px;
  color: #152a36;
}
html body .wysiwyg_content p {
  font-size: 14px;
  margin-bottom: 12px;
}
html body .wysiwyg_content a {
  color: #e72f2a;
  text-decoration: underline;
}
html body .wysiwyg_content a.download {
  color: #e72f2a;
  font-size: 14px;
  line-height: 38px;
  display: block;
  height: 38px;
  background: url('/images/icons/download.png') 0 50% no-repeat;
  padding: 0 0 0 40px;
  margin: 8px 0 0 0;
}
html body .wysiwyg_content p.download a {
  color: #e72f2a;
  font-size: 14px;
  line-height: 38px;
  display: block;
  height: 38px;
  background: url('/images/icons/download.png') 0 50% no-repeat;
  padding: 0 0 0 40px;
  margin: 8px 0 0 0;
}
html body .wysiwyg_content h2 {
  font-family: 'Noto Sans';
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  font-weight: normal;
  margin: 24px 0 10px 0;
}
html body .wysiwyg_content h2.brownBg {
  font-size: 14px;
  background: #cb9d6c;
  line-height: 28px;
  min-height: 28px;
  _height: 28px;
  padding: 0 21px;
  display: inline-block;
}
html body .wysiwyg_content h2.brown {
  font-size: 14px;
  color: #cb9d6c;
  line-height: 24px;
  min-height: 24px;
  _height: 24px;
}
html body .wysiwyg_content h2.bigOne {
  font-size: 24px;
}
html body .wysiwyg_content h3 {
  font-family: 'Noto Sans';
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  font-weight: normal;
  margin: 20px 0 8px 0;
}
html body .wysiwyg_content h3.brownBg {
  font-size: 14px;
  background: #cb9d6c;
  line-height: 28px;
  min-height: 28px;
  _height: 28px;
  padding: 0 21px;
  display: inline-block;
}
html body .wysiwyg_content h3.brown {
  font-size: 14px;
  color: #cb9d6c;
  line-height: 24px;
  min-height: 24px;
  _height: 24px;
}
html body .wysiwyg_content h4 {
  font-family: 'Noto Sans';
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  font-weight: normal;
  margin: 18px 0 6px 0;
}
html body .wysiwyg_content table.grayed {
  width: 100%;
  margin: 20px 0 10px 0;
  background: #f6f6f6 url('/images/icons/cellphone.png') 22px 50% no-repeat;
  padding: 16px 16px 16px 60px;
}
html body .wysiwyg_content table.grayed h3 {
  font-size: 14px;
  font-weight: normal;
  line-height: 16px;
  margin: 0;
}
html body .wysiwyg_content table.kontakt {
  padding: 0;
  margin: 0 20px 0 0;
  /*height: 265px;*/
  float: left;
  width: 230px;
  padding: 20px 0;
  *margin-bottom: 20px;
}
html body .wysiwyg_content table.kontakt img,
html body .wysiwyg_content table.kontakt a {
  border: 0;
}
html body .wysiwyg_content table.kontakt h2 {
  display: inline-block;
  margin: 0;
}
html body .wysiwyg_content table.kontakt.underlined {
  border-bottom: 1px solid #c2c3c5;
  *border-bottom: none;
}
html body .wysiwyg_content table.kontakt.nomargin {
  margin: 0;
}
html body .wysiwyg_content table.kontakt td {
  padding-top: 0;
  padding-bottom: 0;
}
html body .wysiwyg_content img {
  /*border: 4px solid #eaeaea;*/
}
html body .wysiwyg_content a.left,
html body .wysiwyg_content img.left,
html body .wysiwyg_content p.left img {
  margin: 0 20px 10px 0;
  float: left;
}
html body .wysiwyg_content a.right,
html body .wysiwyg_content img.right,
html body .wysiwyg_content p.right img {
  margin: 0 0 10px 20px;
  float: right;
}
html body .wysiwyg_content ul {
  display: block;
  padding-top: 10px;
}
html body .wysiwyg_content ul li {
  display: block;
  padding: 0 0 0 22px;
  background: url('/images/icons/liGreenDot.png') 0 1px no-repeat;
  margin-bottom: 12px;
}
html body .wysiwyg_content ol li {
  list-style-type: decimal;
  margin-bottom: 14px;
}
html body h1 {
  color: #000000;
  font-family: 'Noto Sans';
  font-size: 30px;
  font-weight: normal;
  line-height: 36px;
  margin: 0 0 17px;
  text-transform: uppercase;
}
html body h1.nouppercase {
  text-transform: none;
  margin-top: 10px;
}
html body h1.extraMarged {
  margin-bottom: 70px;
}
html body h2 {
  font-family: 'Noto Sans';
  font-weight: 400;
  font-size: 24px;
  line-height: 26px;
  font-weight: normal;
  margin: 0 0 10px 0;
}
html body .padded {
  padding-bottom: 20px;
}
html body .box {
  width: 270px;
  margin: 0 24px 0 0;
  display: block;
  float: left;
  position: relative;
  padding: 10px 20px 0 20px;
  height: 218px;
  background: #FFFFFF;
  z-index: 10;
  -webkit-box-shadow: 1px 1px 0px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 1px 1px 0px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 1px 1px 0px 1px rgba(0, 0, 0, 0.1);
  behavior: url('/js/PIE.htc');
}
html body .box span.ico {
  display: block;
  background: #FFFFFF url('/images/icons/extra.png') 0 0 no-repeat;
  width: 70px;
  height: 50px;
  position: absolute;
  z-index: 9;
  top: -50px;
  left: 0;
  border-right: 2px solid rgba(0, 0, 0, 0.1);
}
html body .box .wysiwyg_content {
  display: block;
  height: 153px;
  overflow: hidden;
  text-overflow: ellipsis;
}
html body .box.cile span.ico {
  background-position: -70px 0;
}
html body .box.vzdelavani {
  margin: 0;
}
html body .box.vzdelavani span.ico {
  background-position: -140px 0;
}
html body .box.sidlo span.ico {
  background-position: -210px 0;
}
html body .box.korespondencni span.ico {
  background-position: -280px 0;
}
html body .box.fakturacni {
  margin: 0;
}
html body .box.fakturacni span.ico {
  background-position: -350px 0;
}
html body .box h2 {
  font-size: 24px;
  line-height: 26px;
  color: #000000;
  font-weight: normal;
  font-family: 'Noto Sans';
  margin: 0 0 13px 0;
}
html body #partOf {
  width: 950px;
  margin: 0 auto;
  min-height: 200px;
  _height: 200px;
  display: block;
  padding: 15px;
  background: #FFFFFF;
  position: relative;
  -webkit-box-shadow: 1px 1px 0px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 1px 1px 0px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 1px 1px 0px 1px rgba(0, 0, 0, 0.1);
  behavior: url('/js/PIE.htc');
}
html body #partOf h2 {
  font-family: 'Noto Sans';
  font-size: 24px;
  color: #000000;
  font-weight: normal;
}
html body #partOf.marged {
  /*                margin-bottom: 30px;*/
}
html body #content {
  display: block;
  width: 100%;
  padding: 204px 0 0 0;
}
html body #content #content-inner {
  display: block;
  margin: 0 auto;
  width: 980px;
  position: relative;
  *z-index: 2;
}
html body #content #content-inner #cartDone {
  display: block;
  height: 300px;
}
html body #content #content-inner .leftCol {
  width: 680px;
  display: block;
  float: left;
  background: #FFFFFF;
  padding: 10px 20px;
  margin: 0 0 30px 0;
  -webkit-box-shadow: 1px 1px 0px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 1px 1px 0px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 1px 1px 0px 1px rgba(0, 0, 0, 0.1);
  behavior: url('/js/PIE.htc');
}
html body #content #content-inner .leftCol .galerie {
  display: block;
}
html body #content #content-inner .leftCol .galerie ul {
  display: block;
}
html body #content #content-inner .leftCol .galerie ul li {
  float: left;
  width: 170px;
  height: 128px;
  margin-bottom: 2px;
  text-align: center;
}
html body #content #content-inner .leftCol .galerie ul li img {
  border: 4px solid #EAEAEA;
}
html body #content #content-inner .leftCol .galerie ul li.first {
  clear: left;
}
html body #content #content-inner .rightCol {
  width: 240px;
  display: block;
  float: right;
  margin: 0 0 30px 0;
  /* pretizeni vypisu clanku apod */
}
html body #content #content-inner .rightCol .itemPerex {
  height: auto;
  margin-bottom: 20px;
}
html body #content #content-inner .rightCol .itemPerex h2 {
  min-height: 0;
}
html body #content #content-inner .detail-image {
  margin: 10px 0 0 0;
  display: block;
  position: relative;
}
html body #content #content-inner .detail-image ul.tags {
  height: 40px;
}
html body #content #content-inner .detail-image ul.tags.wider li {
  width: 205px;
}
html body #content #content-inner .detail-image ul.tags li {
  width: 150px;
  height: 40px;
  font-size: 17px;
  line-height: 40px;
}
html body #content #content-inner #kosik-kroky {
  display: block;
  height: 45px;
  background: #FFFFFF;
  margin: 0 0 25px 0;
  -webkit-box-shadow: 1px 1px 0px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 1px 1px 0px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 1px 1px 0px 1px rgba(0, 0, 0, 0.1);
  behavior: url('/js/PIE.htc');
}
html body #content #content-inner #kosik-kroky li {
  width: 265px;
  height: 45px;
  float: left;
  background: url('../../images/icons/rightGray.png') 98% -45px no-repeat;
}
html body #content #content-inner #kosik-kroky li a {
  padding: 0 45px 0 70px;
  display: block;
  height: 45px;
  width: 150px;
  line-height: 45px;
  background: url('../../images/icons/steps.png') 0 -180px no-repeat;
  font-size: 18px;
  color: #9c9c9c;
  cursor: pointer;
}
html body #content #content-inner #kosik-kroky li a:hover {
  text-decoration: underline;
}
html body #content #content-inner #kosik-kroky li.path a,
html body #content #content-inner #kosik-kroky li.active a {
  color: #30434e;
}
html body #content #content-inner #kosik-kroky li.path {
  background-position: 98% 0;
}
html body #content #content-inner #kosik-kroky li.shipping a {
  background-position: 0 -45px;
}
html body #content #content-inner #kosik-kroky li.shipping.active a,
html body #content #content-inner #kosik-kroky li.shipping.path a {
  background-position: 0 0;
}
html body #content #content-inner #kosik-kroky li.validation {
  background: none;
  width: 300px;
}
html body #content #content-inner #kosik-kroky li.validation a {
  background-position: 0 -135px;
  width: 185px;
}
html body #content #content-inner #kosik-kroky li.validation.active a {
  background-position: 0 -95px;
}
html body #content #content-inner .souhrn {
  -webkit-box-shadow: 1px 1px 0px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 1px 1px 0px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 1px 1px 0px 1px rgba(0, 0, 0, 0.1);
  behavior: url('/js/PIE.htc');
  display: block;
  padding: 0 40px;
  height: 45px;
  line-height: 45px;
  text-align: right;
  background: #FFFFFF;
  margin-top: 25px;
  font-size: 18px;
}
html body #content #content-inner #searchResults {
  display: block;
  padding-bottom: 45px;
  min-height: 300px;
}
html body #content #content-inner #searchResults .searchResult {
  padding: 15px 10px;
}
html body #content #content-inner #searchResults .searchResult h2 {
  color: #A6CE39;
  font-size: 28px;
}
html body #content #content-inner #searchResults .searchResult h2 a {
  color: #A6CE39;
  cursor: pointer;
}
html body #content #content-inner #searchResults .searchResult h2 a:hover {
  text-decoration: underline;
}
html body #content #content-inner #searchResults .searchResult.odd {
  background: #FFFFFF;
}
html body #content #content-inner .basketRow {
  width: 100%;
  height: 105px;
}
html body #content #content-inner .basketRow.odd {
  background: url('../../images/basketBg.png');
}
html body #content #content-inner .basketRow.special {
  border-bottom: 1px solid #d8d8d8;
  height: 32px;
  font-size: 12px;
}
html body #content #content-inner .basketRow td {
  vertical-align: middle;
  text-align: center;
  *padding: 0;
  *margin: 0;
}
html body #content #content-inner .basketRow td h3 {
  font-size: 14px;
  line-height: 18px;
  font-family: 'Noto Sans';
  font-weight: 700;
}
html body #content #content-inner .basketRow td h3 a {
  color: #000000;
  text-decoration: underline;
}
html body #content #content-inner .basketRow td input {
  width: 54px;
  height: 30px;
  line-height: 30px;
  border: none;
  color: #000000;
  font-size: 14px;
  text-align: center;
  background: #FFFFFF;
  *float: left;
}
html body #content #content-inner .basketRow td a.smazat {
  width: 25px;
  height: 25px;
  display: inline-block;
  *display: block;
  background: url('../../images/icons/crossRed.png') 50% 50% no-repeat;
  text-indent: -9999px;
  overflow: hidden;
  cursor: pointer;
  position: relative;
  top: 3px;
}
html body #content #content-inner .basketRow td.prvni {
  width: 155px;
}
html body #content #content-inner .basketRow td.druhy {
  width: 500px;
  text-align: left;
}
html body #content #content-inner .basketRow td.kosik-mnozstvi {
  width: 140px;
}
html body #content #content-inner .basketRow td.kosik-mnozstvi span {
  width: 25px;
  height: 25px;
  display: inline-block;
  *display: block;
  *float: left;
  background: url('../../images/icons/add_remove.png') 0 0 no-repeat;
  overflow: hidden;
  text-indent: -9999px;
  position: relative;
  top: 7px;
  *top: 4px;
  *margin: 0;
  *padding: 0;
  cursor: pointer;
}
html body #content #content-inner .basketRow td.kosik-mnozstvi span.ubrat {
  background-position: 0 -25px;
}
html body #content #content-inner .basketRow td.kosik-mnozstvi.validate {
  font-size: 14px;
  color: #000000;
  line-height: 30px;
}
html body #content #content-inner .basketRow td.kosik-mnozstvi.validate em {
  display: inline-block;
  width: 55px;
  height: 30px;
  line-height: 30px;
  font-style: normal;
  text-align: center;
  background: #FFFFFF;
  margin-left: 8px;
}
html body #content #content-inner .basketRow td.ceny {
  width: 120px;
  text-align: center;
}
html body #content #content-inner .basketNav {
  display: block;
  width: 100%;
  margin: 42px 0;
  height: 42px;
}
html body #content #content-inner .basketNav li {
  float: left;
}
html body #content #content-inner .basketNav li a,
html body #content #content-inner .basketNav li input {
  display: inline-block;
  padding: 0 60px 0 20px;
  background: #e72f2a url('../../images/icons/whiteRight.png') 120px 50% no-repeat;
  line-heigt: 42px;
  height: 42px;
  font-size: 14px;
  color: #ffffff;
  text-decoration: underline;
  border: none;
  cursor: pointer;
  line-height: 42px;
  *width: 160px;
}
html body #content #content-inner .basketNav li a.finale,
html body #content #content-inner .basketNav li input.finale {
  background-position: 155px 50%;
  *background-position: 200px 50%;
}
html body #content #content-inner .basketNav li.back a,
html body #content #content-inner .basketNav li.back input {
  background: #c6c6c6 url('../../images/icons/whiteLeft.png') 20px 50% no-repeat;
  padding: 0 20px 0 60px;
  *width: 40px;
}
html body #content #content-inner .basketNav li.forw {
  text-align: right;
  float: right;
}
html body #content #content-inner #formPart {
  display: block;
  width: 600px;
  float: left;
}
html body #content #content-inner #formPart .error_list {
  color: red;
  font-size: 12px;
}
html body #content #content-inner #formPart table {
  width: 100%;
  -webkit-box-shadow: 1px 1px 0px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 1px 1px 0px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 1px 1px 0px 1px rgba(0, 0, 0, 0.1);
  behavior: url('/js/PIE.htc');
  background: #FFFFFF;
  padding: 20px 0 5px 0;
}
html body #content #content-inner #formPart table td {
  padding: 4px 0 4px 20px;
}
html body #content #content-inner #formPart table td.prvni {
  width: 280px;
}
html body #content #content-inner #formPart table td.prvni label {
  width: 80px;
}
html body #content #content-inner #formPart table td label {
  width: 70px;
  float: left;
  display: block;
  line-height: 33px;
  color: #152a36;
  font-size: 14px;
}
html body #content #content-inner #formPart table td sup {
  color: #e72f2a;
}
html body #content #content-inner #formPart table td.info {
  font-size: 12px;
  color: #000000;
}
html body #content #content-inner #formPart table td input {
  width: 188px;
  height: 33px;
  line-height: 33px;
  padding: 0 5px;
  background: url('../../images/formBg.png') 0 0 no-repeat;
  border: none;
  color: #152a36;
  font-size: 14px;
}
html body #content #content-inner #formPart table td textarea {
  width: 478px;
  height: 113px;
  border: none;
  padding: 5px;
  background: url('../../images/formBg.png') 0 -99px no-repeat;
  *background: none;
  *border: 1px solid #cccccc;
  color: #152a36;
  font-size: 14px;
  font-family: 'Noto Sans';
  font-weight: 400;
}
html body #content #content-inner #formPart table td .divider {
  display: block;
  height: 1px;
  border-top: 1px solid #e5e5e5;
  margin-top: 14px;
  margin-bottom: 18px;
  width: 566px;
}
html body #content #content-inner #formPart table td.school label {
  width: 140px;
}
html body #content #content-inner #formPart table td.school input {
  width: 428px;
  background-position: 0 -66px;
}
html body #content #content-inner #formPart table td.phone input {
  width: 147px;
  background-position: 0 -33px;
}
html body #content #content-inner #formPart table td.phone label {
  width: 80px;
}
html body #content #content-inner #shipPart {
  display: block;
  width: 360px;
  float: right;
}
html body #content #content-inner #shipPart h3 {
  font-size: 18px;
  font-weight: normal;
  color: #000000;
  line-height: 18px;
  position: relative;
}
html body #content #content-inner #shipPart p {
  margin-top: 3px;
  font-size: 14px;
}
html body #content #content-inner #shipPart table td {
  font-size: 14px;
  line-height: 18px;
  width: 250px;
  vertical-align: top;
  padding-right: 5px;
  padding-top: 15px;
  padding-bottom: 15px;
}
html body #content #content-inner #shipPart table td.price {
  color: #000000;
  font-size: 18px;
  line-height: 18px;
  width: 80px;
  vertical-align: middle;
  text-align: center;
  padding-right: 0;
}
html body #content #content-inner #shipPart table td.radio {
  width: 30px;
  vertical-align: top;
  padding-right: 0;
}
html body #content #content-inner #shipPart h2,
html body #content #content-inner #formPart h2 {
  font-size: 14px;
  color: #152a36;
  font-family: 'Noto Sans';
  font-weight: 400;
  margin: 0 0 15px 0;
  *position: relative;
}
html body #content #content-inner #shipPart h2 span,
html body #content #content-inner #formPart h2 span {
  float: right;
  *float: none;
  *position: absolute;
  *right: 0;
}
html body #content #content-inner .note {
  color: #000000;
  font-size: 12px;
  line-height: 18px;
  display: block;
  padding: 0 0 20px 0;
}
html body #content #content-inner .note h3 {
  color: #000000;
  font-size: 14px;
  font-weight: normal;
  line-height: 18px;
}
html body #content #content-inner .summary {
  display: block;
  padding: 0 0 20px 0;
  font-size: 14px;
  line-height: 18px;
}
html body #content #content-inner .summary strong {
  display: inline-block;
  margin-right: 35px;
}
html body #content #content-inner table.souhrnTable {
  width: 100%;
  padding: 20px 0 20px 0;
  *margin: 20px 0 20px 0;
}
html body #content #content-inner table.souhrnTable td {
  width: 28%;
  font-size: 14px;
  line-height: 18px;
  padding: 4px 0;
  font-weight: bold;
}
html body #content #content-inner table.souhrnTable td.prostredni {
  width: 44%;
}
html body #content #content-inner table.souhrnTable td span {
  font-weight: normal;
  display: inline-block;
  float: left;
  margin: 0 5px 0 0;
}
html body #content #content-inner .commands {
  display: block;
  width: 100px;
  float: right;
  margin: 0 0 0 15px;
}
html body #content #content-inner .commands a {
  display: block;
  width: 90px;
  padding: 15px 5px;
  color: #ffffff;
  background: #e72f2a;
  text-align: center;
  margin: 0 0 10px 0;
  text-decoration: underline;
  -webkit-box-shadow: 1px 1px 0px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 1px 1px 0px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 1px 1px 0px 1px rgba(0, 0, 0, 0.1);
  behavior: url('/js/PIE.htc');
}
html body #content #content-inner .moreInfoRounded {
  color: #e72f2a;
  font-size: 14px;
  line-height: 20px;
  display: block;
  display: inline-block;
  width: auto;
  height: 20px;
  padding: 0 30px 0 0;
  text-decoration: underline;
  background: url('../../images/icons/redRight.png') 100% 50% no-repeat;
  margin: 15px 0 0 0;
}
html body #content #content-inner .about {
  font-size: 14px;
  line-height: 18px;
  display: block;
  padding: 20px 0 10px 0;
  border-bottom: 1px solid #c4c6c7;
}
html body #content #content-inner .about.last {
  border-bottom: none;
}
html body #content #content-inner .about h3 {
  display: block;
  font-size: 18px;
  font-family: 'Noto Sans';
  font-weight: 400;
  color: #152a36;
  line-height: 20px;
}
html body #content #content-inner .about h3 a {
  color: #152a36;
  cursor: pointer;
}
html body #content #content-inner .about h3 a:hover {
  text-decoration: underline;
}
html body #content #content-inner .about ul {
  display: block;
  padding-top: 10px;
}
html body #content #content-inner .about ul li {
  display: block;
  padding: 0 0 0 22px;
  background: url('../../images/icons/liGreenDot.png') 0 1px no-repeat;
}
html body #content #content-inner .about .moreInfoRounded {
  float: none;
  padding: 0 0 0 30px;
  background-position: 0 50%;
  font-size: 12px;
}
html body #content #content-inner #kontaktBoxes {
  display: block;
  padding: 50px 0 30px 0;
}
html body #content #content-inner .pager {
  display: block;
  margin: 20px 0;
  text-align: center;
}
html body #content #content-inner .pager a {
  display: inline-block;
  width: 26px;
  height: 26px;
  line-height: 26px;
  text-align: center;
  border: 1px solid #dcdcdc;
  color: #152a36;
}
html body #content #content-inner .pager a.prev,
html body #content #content-inner .pager a.next {
  color: #ee2a25;
  border: none;
  padding: 1px;
}
html body #content #content-inner .pager strong {
  display: inline-block;
  width: 27px;
  height: 27px;
  line-height: 27px;
  text-align: center;
  color: #ee2a25;
  background: #FFFFFF;
  font-weight: normal;
}
html body #content #content-inner .itemPerex {
  display: block;
  width: 230px;
  float: left;
  margin: 0 20px 0 0;
  padding: 140px 0 0 0;
  position: relative;
  height: 265px;
  overflow: hidden;
  text-overflow: ellipsis;
}
html body #content #content-inner .itemPerex.grid {
  height: 315px;
  display: block;
  width: 23%;
  float: left;
  padding-top: 170px;
  margin: 0px 1% 40px 1%;
  position: relative;
  height: auto;
  overflow: hidden;
  text-overflow: ellipsis;
}
html body #content #content-inner .itemPerex.topped {
  border-top: 1px solid #bebfc1;
  padding-top: 160px;
  margin-top: 20px;
}
html body #content #content-inner .itemPerex.topped .ilus,
html body #content #content-inner .itemPerex.topped ul.tags {
  top: 20px;
}
html body #content #content-inner .itemPerex.kurzyHeader {
  padding-top: 170px;
  height: 315px;
}
html body #content #content-inner .itemPerex.kurzyHeader p.datum {
  font-size: 12px;
  position: absolute;
  top: 0;
  left: 0;
  width: 230px;
  line-height: 30px;
  height: 30px;
}
html body #content #content-inner .itemPerex.kurzyHeader p.datum strong {
  position: absolute;
  display: block;
  right: 0;
  top: 0;
}
html body #content #content-inner .itemPerex.kurzyHeader .ilus {
  top: 30px;
}
html body #content #content-inner .itemPerex.kurzyHeader ul.tags {
  top: 30px;
}
html body #content #content-inner .itemPerex.extraHeader {
  padding-top: 170px;
  height: 315px;
}
html body #content #content-inner .itemPerex.extraHeader.grid {
  height: auto;
}
html body #content #content-inner .itemPerex.extraHeader p.datum {
  font-size: 12px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
html body #content #content-inner .itemPerex.extraHeader p.datum strong {
  float: right;
}
html body #content #content-inner .itemPerex.extraHeader .ilus {
  top: 30px;
}
html body #content #content-inner .itemPerex.extraHeader ul.tags {
  top: 0;
}
html body #content #content-inner .itemPerex.extraHeader ul.tags li {
  background: none!important;
  color: #152a36;
  float: left;
  font-size: 12px;
  height: 30px;
  line-height: 30px;
  margin-right: 0;
  text-align: left;
  text-transform: none;
  padding-left: 10px;
  font-family: 'Noto Sans';
  font-style: italic;
}
html body #content #content-inner .itemPerex.extraHeader .itemHeader {
  font-size: 12px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  font-family: 'Noto Sans';
  font-style: italic;
  background: #FFFFFF;
  height: 30px;
  line-height: 30px;
}
html body #content #content-inner .itemPerex.extraHeader .itemHeader a {
  color: #152a36;
  cursor: pointer;
}
html body #content #content-inner .itemPerex.extraHeader .itemHeader a:hover {
  text-decoration: underline;
}
html body #content #content-inner .itemPerex.extraHeader .itemHeader .cart {
  width: 17px;
  height: 30px;
  display: block;
  background: url('../../images/icons/kosikSmall.png') 50% 50% no-repeat;
  oveflow: hidden;
  text-indent: -9999px;
  position: absolute;
  right: 35px;
}
html body #content #content-inner .itemPerex.extraHeader .itemHeader .external_link {
  width: 18px;
  height: 30px;
  display: block;
  background: url('../../images/icons/external.png') 50% 50% no-repeat;
  oveflow: hidden;
  text-indent: -9999px;
  position: absolute;
  right: 10px;
}
html body #content #content-inner .itemPerex.extraHeader .itemHeader .download {
  width: 17px;
  height: 30px;
  display: block;
  background: url('../../images/icons/pdf.png') 50% 50% no-repeat;
  oveflow: hidden;
  text-indent: -9999px;
  position: absolute;
  right: 10px;
}
html body #content #content-inner .itemPerex.extraHeader .itemHeader.has_external .cart {
  right: 60px;
}
html body #content #content-inner .itemPerex.extraHeader .itemHeader.has_external .download {
  right: 35px;
}
html body #content #content-inner .itemPerex .ilus {
  width: 230px;
  height: 126px;
  display: block;
  overflow: hidden;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
}
html body #content #content-inner .itemPerex h2 {
  color: #2a2525;
  font-size: 18px;
  line-height: 20px;
  font-weight: normal;
  text-transform: uppercase;
  display: block;
  min-height: 55px;
  _height: 55px;
}
html body #content #content-inner .itemPerex h2 a {
  cursor: pointer;
  color: #2a2525;
}
html body #content #content-inner .itemPerex h2 a:hover {
  text-decoration: underline;
}
html body #content #content-inner .itemPerex .perex,
html body #content #content-inner .itemPerex .podpis {
  line-height: 18px;
  font-size: 14px;
  color: #152a36;
}
html body #content #content-inner .itemPerex .perex a,
html body #content #content-inner .itemPerex .podpis a {
  color: #e72f2a;
  cursor: pointer;
}
html body #content #content-inner .itemPerex .perex a:hover,
html body #content #content-inner .itemPerex .podpis a:hover {
  text-decoration: underline;
}
html body #content #content-inner .itemPerex .podpis {
  margin-top: 10px;
}
html body #content #content-inner .itemPerex.last {
  margin: 0;
}
html body #content #content-inner ul.tags {
  display: block;
  height: 23px;
  position: absolute;
  top: 0;
  left: 0;
}
html body #content #content-inner ul.tags.wider li {
  width: 145px;
}
html body #content #content-inner ul.tags li {
  width: 90px;
  height: 23px;
  float: left;
  display: block;
  line-height: 23px;
  text-transform: uppercase;
  color: #FFFFFF;
  text-align: center;
  background: #adca08;
  font-size: 12px;
  margin-right: 5px;
}
html body #content #content-inner ul.tags li a {
  display: block;
  color: #FFFFFF;
  cursor: pointer;
}
html body #content #content-inner ul.tags li a:hover {
  text-decoration: underline;
}
html body #content #content-inner ul.tags li.green {
  background: #adca08;
}
html body #content #content-inner ul.tags li.light-blue {
  background: #88c2ee;
}
html body #content #content-inner ul.tags li.brown {
  background: #cb9d6c;
}
html body #content #content-inner a.moreInfo {
  display: inline-block;
  padding: 0 26px;
  line-height: 34px;
  background: #e72f2a;
  color: #FFFFFF !important;
  cursor: pointer;
  font-size: 12px;
  text-decoration: underline;
}
html body #content #content-inner a.moreInfo:hover {
  text-decoration: underline;
}
html body #header {
  width: 100%;
  display: block;
  height: 164px;
  position: absolute;
  top: 0;
  left: 0;
  *z-index: 10;
  /*            z-index: 5;*/
}
html body #header #header-inner {
  width: 980px;
  margin: 0 auto;
  height: 164px;
  position: relative;
}
html body #header #logo {
  display: block;
  width: 260px;
  height: 75px;
  background: url('../../images/cov_logo_top.png') 50% 50% no-repeat;
  overflow: hidden;
  text-indent: -9999px;
  position: absolute;
  top: 18px;
  left: 0;
}
html body #header #searchHeader {
  display: block;
  width: 200px;
  height: 33px;
  position: absolute;
  right: 0;
  top: 17px;
  line-height: 33px;
  -webkit-box-shadow: 1px 1px 0px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 1px 1px 0px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 1px 1px 0px 1px rgba(0, 0, 0, 0.1);
  behavior: url('/js/PIE.htc');
}
html body #header #searchHeader input {
  height: 33px;
  border: none;
  line-height: 33px;
  font-size: 13px;
  color: #bbc3c8;
  padding: 0 5px 0 12px;
  width: 150px;
  font-family: 'Noto Sans';
  font-style: italic;
  float: left;
}
html body #header #searchHeader button {
  border: none;
  background: #bee2da url('../../images/lupa.png') 50% 50% no-repeat;
  width: 33px;
  height: 33px;
  padding: 0;
  margin: 0;
  float: left;
  cursor: pointer;
}
html body #header #languages {
  display: none;
  position: absolute;
  right: 0;
  top: 54px;
}
html body #header #languages li {
  float: left;
  font-size: 14px;
  color: #bbc3c8;
  padding: 0 0 0 5px;
}
html body #header #languages li strong {
  color: #30434e;
  font-family: 'Noto Sans';
  font-weight: 400;
  font-weight: normal;
}
html body #header #languages li a {
  color: #30434e;
  text-decoration: underline;
}
html body #header #navigation {
  display: block;
  height: 51px;
  width: 978px;
  padding: 1px;
  background: #FFFFFF;
  position: absolute;
  top: 111px;
  left: 0;
  -webkit-box-shadow: 1px 1px 0px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 1px 1px 0px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 1px 1px 0px 1px rgba(0, 0, 0, 0.1);
  behavior: url('/js/PIE.htc');
}
html body #header #navigation #basketTop {
  display: block;
  min-width: 90px;
  width: auto;
  _width: 90px;
  text-align: center;
  height: 28px;
  padding: 23px 5px 0 5px;
  line-height: 28px;
  font-size: 12px;
  color: #b1b1b1;
  background: url('../../images/kosik.png') 50% 10px no-repeat;
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
}
html body #header #navigation #basketTop:hover {
  text-decoration: underline;
}
html body #header #navigation .ngs .assetAdmin {
  z-index: 10;
}
html body #header #navigation #infoBox {
  display: block;
  padding: 21px;
  background: #FFFFFF;
  -webkit-box-shadow: 1px 1px 0px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 1px 1px 0px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 1px 1px 0px 1px rgba(0, 0, 0, 0.1);
  behavior: url('/js/PIE.htc');
  position: absolute;
  right: 0;
  top: 60px;
  max-width: 350px;
}
html body #header #navigation #infoBox .sipka {
  display: block;
  width: 39px;
  height: 24px;
  background: url('../../images/icons/arrowUp.png') 50% 50% no-repeat;
  position: absolute;
  top: -24px;
  right: 10px;
}
html body #header #navigation #infoBox h3 {
  font-weight: normal;
  font-size: 12px;
  line-height: 18px;
  color: #152a36;
  display: inline;
}
html body #header #navigation #infoBox h3 a {
  color: #152a36;
  text-decoration: underline;
}
html body #header #navigation #infoBox .ilus {
  float: left;
  margin: 0 10px 0 3px;
}
html body #header #navigation #infoBox .odkazy {
  padding: 10px 0 0 0;
}
html body #header #navigation #infoBox .odkazy li {
  float: left;
  display: block;
  background: #e72f2a url('../../images/icons/basketWhite.png') 15px 50% no-repeat;
  height: 33px;
  line-height: 33px;
  margin-right: 10px;
}
html body #header #navigation #infoBox .odkazy li a {
  padding: 0 33px 0 53px;
  display: block;
  height: 33px;
  line-height: 33px;
  color: #FFFFFF;
  text-decoration: underline;
  font-size: 14px;
}
html body #header #navigation #infoBox .odkazy li.objednat {
  background: #e72f2a url('../../images/icons/crossWhite.png') 15px 50% no-repeat;
}
html body #header #navigation ul.depth0 {
  display: block;
  width: 880px;
  height: 51px;
}
html body #header #navigation ul.depth0 li {
  float: left;
  height: 51px;
  line-height: 51px;
  color: #30434e;
  font-size: 18px;
}
html body #header #navigation ul.depth0 li a {
  color: #30434e;
  display: block;
  height: 51px;
  padding: 0 20px;
  background: url('../../images/menu_bg.png') 100% 50% no-repeat;
  cursor: pointer;
}
html body #header #navigation ul.depth0 li a:hover {
  text-decoration: underline;
}
html body #header #navigation ul.depth0 li.last a {
  background: none;
}
html body #header #navigation ul.depth0 li.active a,
html body #header #navigation ul.depth0 li.path a {
  background: #e72f2a;
  color: #FFFFFF;
}
html body #footer {
  display: block;
  background: #e5e5e5;
  width: 100%;
  height: 136px;
  padding: 22px 0 0 0;
}
html body #footer #footer-inner {
  display: block;
  margin: 0 auto;
  width: 980px;
  height: 136px;
  background: url('../../images/cov_logo_footer.png') 0 0 no-repeat;
  position: relative;
}
html body #footer #footer-inner #footer-address {
  width: 480px;
  height: 136px;
  display: block;
  position: absolute;
  top: 0;
  left: 320px;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #000000;
  font-size: 12px;
}
html body #footer #footer-inner #footer-address a {
  text-decoration: underline;
  color: #e72f2a;
}
html body #footer #footer-inner #hotlinks {
  width: 270px;
  height: 42px;
  position: absolute;
  top: -22px;
  right: 2px;
}
html body #footer #footer-inner #hotlinks li {
  float: left;
  margin: 0 0 0 10px;
  width: 42px;
  height: 42px;
  background-color: #FFFFFF;
  background-image: url('../../images/icons/footer.png');
  background-position: 0 0;
  background-repeat: no-repeat;
}
html body #footer #footer-inner #hotlinks li a {
  display: block;
  width: 42px;
  height: 42px;
  overflow: hidden;
  text-indent: -9999px;
}
html body #footer #footer-inner #hotlinks li.mail {
  background-position: -42px 0;
}
html body #footer #footer-inner #hotlinks li.rss {
  background-position: -84px 0;
}
html body #footer #footer-inner #hotlinks li.isuu {
  background-position: -126px 0;
}
html body #footer #footer-inner #hotlinks li.linkedin {
  background-position: -168px 0;
}
html body.pruhy {
  background: #FFFFFF;
}
html body.pruhy #header {
  background: url('../../images/cross_bg.png') 0 0 repeat;
}
html body.pruhy #content {
  padding: 0;
}
html body.pruhy .extraContent {
  display: block;
  width: 100%;
  padding: 20px 0;
}
html body.pruhy .extraContent.first {
  padding: 204px 0 20px 0;
}
html body.pruhy .extraContent .extraContentInner {
  width: 980px;
  display: block;
  margin: 0 auto;
  position: relative;
}
html body.homepage {
  background: #FFFFFF;
}
html body.homepage #header {
  background: url('../../images/cross_bg.png') 0 0 repeat;
  *z-index: 1;
  height: 550px;
}
html body.homepage #header #header-inner {
  height: 550px;
}
html body.homepage #hpExtra {
  display: block;
  background: url('../../images/cross_bg.png') 0 0 repeat;
  padding: 115px 0 50px 0;
  width: 100%;
}
html body.homepage #hpExtra #hpExtra-inner {
  width: 980px;
  display: block;
  margin: 0 auto;
  position: relative;
}
html body.homepage #hpExtra #hpExtra-inner #moreExtra {
  display: block;
  height: 33px;
  width: 95px;
  text-align: center;
  color: #e72f2a;
  font-family: 'Noto Sans';
  font-weight: 700;
  background: url('../../images/moreBg.png') 0 0 repeat-x;
  line-height: 33px;
  position: absolute;
  top: -115px;
  left: 445px;
  font-size: 12px;
  text-transform: uppercase;
  -webkit-box-shadow: 1px 1px 0px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 1px 1px 0px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 1px 1px 0px 1px rgba(0, 0, 0, 0.1);
  behavior: url('/js/PIE.htc');
}
html body.homepage #hpExtra #hpExtra-inner #moreExtra span {
  display: block;
  width: 50px;
  height: 33px;
  padding: 0 35px 0 10px;
  background: url('../../images/icons/redCheck.png') 60px 50% no-repeat;
}
html body.homepage #hpExtra #hpExtra-inner .moreInfoRounded {
  color: #e72f2a;
  font-size: 14px;
  line-height: 20px;
  display: block;
  display: inline-block;
  width: auto;
  height: 20px;
  padding: 0 30px 0 0;
  text-decoration: underline;
  background: url('../../images/icons/redRight.png') 100% 50% no-repeat;
  margin: 15px 0 30px 0;
}
html body.homepage #content {
  padding: 550px 0 0 0;
}
html body.homepage #content #content-inner h1#hp {
  position: absolute;
  top: -50px;
  display: block;
  *display: none;
  width: 800px;
  height: auto;
  overflow: hidden;
  z-index: -1;
}
html body.homepage #content #content-inner #hpSlider {
  display: block;
  width: 100%;
  max-width: 100%;
  height: 400px;
  position: absolute;
  top: -365px;
  left: 0;
  z-index: 10;
}
html body.homepage #content #content-inner #hpSlider .hpSlide {
  display: block;
  width: 100%;
  height: 317px;
}
html body.homepage #content #content-inner #hpSlider .hpSlide ul.tags {
  height: 27px;
}
html body.homepage #content #content-inner #hpSlider .hpSlide ul.tags li {
  line-height: 27px;
  height: 27px;
  width: 101px;
}
html body.homepage #content #content-inner #hpSlider .hpSlide .claim {
  width: 60%;
  height: 317px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  float: left;
  position: relative;
}
html body.homepage #content #content-inner #hpSlider .hpSlide .claim .claim-box {
  padding: 20px;
  width: 50%;
  position: absolute;
  right: 20px;
  bottom: 20px;
  background: url('../../images/articleBg.png') 0 0 repeat;
  font-size: 14px;
  color: #ffffff;
  line-height: 18px;
}
html body.homepage #content #content-inner #hpSlider .hpSlide .claim .claim-box h3 {
  font-size: 28px;
  color: #a6ce39;
  font-weight: normal;
  line-height: 30px;
  margin: 0 0 14px 0;
}
html body.homepage #content #content-inner #hpSlider .hpSlide .info {
  display: block;
  width: 37%;
  float: right;
  height: 277px;
  overflow: hidden;
  padding: 40px 0 0 0;
  text-overflow: ellipsis;
  position: relative;
}
html body.homepage #content #content-inner #hpSlider .hpSlide .info h2 {
  font-size: 23px;
  line-height: 30px;
  color: #000000;
  font-weight: normal;
  text-transform: uppercase;
  margin: 0 0 17px 0;
  font-family: 'Noto Sans';
}
html body.homepage #content #content-inner #hpSlider .hpSlide .info h2 a {
  color: #000000;
  cursor: pointer;
}
html body.homepage #content #content-inner #hpSlider .hpSlide .info h2 a:hover {
  text-decoration: underline;
}
html body.homepage #content #content-inner #hpSlider .hpSlide .info .perex {
  font-size: 14x;
  line-height: 18px;
  color: #152a36;
  padding: 0 0 25px 0;
}
html body.homepage #content #content-inner .hpArticle {
  display: block;
  width: 23%;
  float: left;
  padding: 140px 1% 40px 1%;
  position: relative;
  height: 265px;
  overflow: hidden;
  text-overflow: ellipsis;
}
html body.homepage #content #content-inner .hpArticle .ilus {
  width: 230px;
  height: 126px;
  display: block;
  overflow: hidden;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
}
html body.homepage #content #content-inner .hpArticle h2 {
  color: #2a2525;
  font-size: 18px;
  line-height: 20px;
  font-weight: normal;
  text-transform: uppercase;
  display: block;
  min-height: 60px;
  _height: 60px;
}
html body.homepage #content #content-inner .hpArticle h2 a {
  cursor: pointer;
  color: #2a2525;
}
html body.homepage #content #content-inner .hpArticle h2 a:hover {
  text-decoration: underline;
}
html body.homepage #content #content-inner .hpArticle .perex {
  line-height: 18px;
  font-size: 14px;
  color: #152a36;
}
html body.homepage #content #content-inner .hpArticle .perex a {
  color: #e72f2a;
  cursor: pointer;
}
html body.homepage #content #content-inner .hpArticle .perex a:hover {
  text-decoration: underline;
}
.hpItems__list {
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
  width: 100%;
  padding-right: 0px;
  position: relative;
}
.ui-tooltip,
.arrow:after {
  background: black;
  border: 2px solid white;
}
.ui-tooltip {
  padding: 10px 20px;
  color: white;
  border-radius: 20px;
  font: bold 12px "Helvetica Neue", Sans-Serif !important;
  box-shadow: 0 0 7px black;
}
.arrow {
  width: 70px;
  height: 16px;
  overflow: hidden;
  position: absolute;
  left: 50%;
  margin-left: -35px;
  bottom: -16px;
}
.arrow.top {
  top: -16px;
  bottom: auto;
}
.arrow.left {
  left: 20%;
}
.arrow:after {
  content: "";
  position: absolute;
  left: 20px;
  top: -20px;
  width: 25px;
  height: 25px;
  box-shadow: 6px 5px 9px -9px black;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  tranform: rotate(45deg);
}
.arrow.top:after {
  bottom: -20px;
  top: auto;
}
label.radio span.holder {
  background: url("../../images/radio.png") no-repeat scroll 0 0 transparent;
  height: 60px;
}
label.checkbox:hover span.holder,
label.radio:hover span.holder {
  top: -20px !important;
}
label.checked span.holder,
label.checked span.holder,
label.checked:hover span.holder,
label.checked:hover span.holder {
  top: 0!important;
}
label.list {
  clear: left;
  float: left;
  margin: 0 0 5px;
}
input.hiddenCheckbox {
  left: -10000px;
  position: absolute;
}
label.prettyCheckbox span.holderWrap {
  display: block;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: -30px;
}
label.prettyCheckbox span.holder {
  display: block;
  left: 0;
  position: absolute;
  top: -40px;
}
.burger {
  width: 30px;
  border-top: 1px solid #000;
  padding-top: 5px;
  padding-bottom: 10px;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  left: 10px;
  display: none;
}
.burger:before {
  content: "";
  background: #000;
  position: absolute;
  top: 50%;
  height: 1px;
  width: 100%;
}
.burger:after {
  content: "";
  background: #000;
  position: absolute;
  bottom: 0;
  height: 1px;
  width: 100%;
}
.burger.is-active {
  border: none;
}
.burger.is-active:before {
  transform: rotate(40deg);
}
.burger.is-active:after {
  transform: rotate(-40deg);
  bottom: 7px;
}
.burger.is-active + ul {
  display: inline-block !important;
  z-index: 999;
  position: relative;
  background: #fff;
  height: auto !important;
  width: 100% !important;
  transition: all 0.4s ease;
  top: 37px;
}
.burger.is-active + ul li {
  width: 100% !important;
}
.burger.is-active + ul li a {
  width: calc(100% - 40px) !important;
  font-size: 16px;
}
/*
	AnythingSlider v1.8+ LESS Default theme
	By Rob Garrison, based on default anythingslider.css
*/
/*****************************
SET DEFAULT DIMENSIONS HERE
*****************************/
/* change the ID & dimensions to match your slider */
#anythingSlider {
  width: 980px;
  height: 317px;
  list-style: none;
  /* Prevent FOUC (see FAQ page) and keep things readable if javascript is disabled */
  overflow-y: auto;
  overflow-x: hidden;
}
/* slider borders */
/* current navigation tab styling - uses same navigation background image */
/* non-current navigation styling */
.navigation-text-styling {
  font: 11px/18px Georgia, Serif;
  height: 9px;
  padding: 0;
  margin: 0;
}
.navigation-background {
  /* top shadow */
  background: url(../images/default.png) center -288px repeat-x;
}
.navigation-background-hovered {
  background-image: none;
}
/* start-stop button background color */
/* start-stop button text */
/* navigation arrows */
/* distance the arrow protrudes horizontally outside of the AnythingSlider wrapper */
/* distance the navigation controls (tabs & start-stop button) protrudes below the wrapper */
.anythingSlider-default {
  /*
	=================================
	Default state (no keyboard focus)
	=================================
	*/
  /* Overall Wrapper */
  margin: 0 auto;
  padding: 0 0 0 0;
  /* slider window - top & bottom borders, default state */
  /* Navigation buttons + start/stop button, default state */
  /*
	=================================
	Active State (has keyboard focus)
	=================================
	*/
  /************************
	NAVIGATION POSITIONING
	************************/
  /* Navigation Arrows */
  /* back arrow */
  /* forward arrow */
  /* Navigation Links */
}
.anythingSlider-default .anythingWindow {
  border-top: 0 solid #777;
  border-bottom: 0 solid #777;
}
.anythingSlider-default .anythingControls a {
  background: url('/images/dots.png') -9px 0 no-repeat;
  font-size: 0px;
  width: 9px;
  height: 9px;
  /* Make sure navigation text is visible */
  /* Navigation current button, default state */
  /* start-stop button, stopped, default state */
}
.anythingSlider-default .anythingControls a span {
  display: none;
}
.anythingSlider-default .anythingControls a.cur {
  background-position: 0 0;
}
.anythingSlider-default .anythingControls a.start-stop {
  background-color: #040;
  color: #ddd;
  /* start-stop button, playing, default state */
  /* start-stop button, default hovered text color (when visible) */
  /* hide nav/start-stop background image shadow on hover - makes the button appear to come forward */
}
.anythingSlider-default .anythingControls a.start-stop.playing {
  background-color: #800;
}
.anythingSlider-default .anythingControls a.start-stop:hover,
.anythingSlider-default .anythingControls a.start-stop.hover,
.anythingSlider-default .anythingControls a.start-stop .anythingControls ul a:hover {
  color: #fff;
  background-image: none;
}
.anythingSlider-default.activeSlider {
  /* slider window - top & bottom borders, active state */
}
.anythingSlider-default.activeSlider .anythingWindow {
  border-color: #7C9127;
}
.anythingSlider-default .arrow {
  top: 50%;
  position: absolute;
  display: block;
}
.anythingSlider-default .arrow a {
  display: block;
  width: 0;
  height: 0;
  margin: 0 0 0 0;
  /* half height of image */
  text-align: center;
  outline: 0;
  background: url(/images/default.png) no-repeat;
}
.anythingSlider-default .back {
  left: 0;
}
.anythingSlider-default .back a {
  background-position: left top;
}
.anythingSlider-default .back a:hover,
.anythingSlider-default .back a.hover {
  background-position: left -140px;
}
.anythingSlider-default .forward {
  right: 0;
}
.anythingSlider-default .forward a {
  background-position: right top;
}
.anythingSlider-default .forward a:hover,
.anythingSlider-default .forward a.hover {
  background-position: right -140px;
}
.anythingSlider-default .anythingControls {
  outline: 0;
  display: none;
  /* navigationSize window */
  /* Autoplay Start/Stop button */
}
.anythingSlider-default .anythingControls ul {
  margin: 0;
  padding: 0;
  float: left;
}
.anythingSlider-default .anythingControls ul li {
  margin: 0 5px 0 0;
  display: inline;
  padding: 5px 0 0 0;
}
.anythingSlider-default .anythingControls ul a {
  font: 11px/18px Georgia, Serif;
  height: 9px;
  padding: 0;
  margin: 0;
  display: inline-block;
  text-decoration: none;
  text-align: center;
  outline: 0;
}
.anythingSlider-default .anythingControls .anythingNavWindow {
  overflow: hidden;
  float: left;
}
.anythingSlider-default .anythingControls .start-stop {
  padding: 2px 5px;
  width: 40px;
  text-align: center;
  text-decoration: none;
  float: right;
  z-index: 100;
  outline: 0;
}
/***********************
IE8 AND OLDER STYLING
***********************/
.as-oldie .anythingSlider-default {
  /* Navigation Arrows */
  /* margin between nav buttons just looks better */
  /* navigationSize window */
}
.as-oldie .anythingSlider-default .arrow {
  top: 35%;
}
.as-oldie .anythingSlider-default .arrow a {
  margin: 0;
}
.as-oldie .anythingSlider-default .anythingControls {
  /* When using the navigationSize option, the side margins need to be zero
			None of the navigation panels look good in IE7 now =( */
}
.as-oldie .anythingSlider-default .anythingControls li {
  margin-left: 3px;
}
.as-oldie .anythingSlider-default .anythingControls a {
  margin: 0;
}
.as-oldie .anythingSlider-default .anythingNavWindow {
  margin: 0 2px;
}
.as-oldie .anythingSlider-default .anythingNavWindow li {
  padding: 3px 0 0 0;
}
/***********************
COMMON SLIDER STYLING
***********************/
/* Overall Wrapper */
.anythingSlider {
  display: block;
  overflow: visible !important;
  position: relative;
  /* anythingSlider viewport window */
  /* anythingSlider base (original element) */
  /* Navigation arrow text; indent moved to span inside "a", for IE7;
	apparently, a negative text-indent on an "a" link moves the link as well as the text */
  /* disabled arrows, hide or reduce opacity: opacity: .5; filter: alpha(opacity=50); */
  /* all panels inside the slider; horizontal mode */
  /* vertical mode */
  /* fade mode */
  /***********************
	RTL STYLING
	***********************/
  /* slider autoplay right-to-left, reverse order of nav links to look better */
  /* probably not necessary, but added just in case */
}
.anythingSlider .anythingWindow {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 100%;
}
.anythingSlider .anythingBase {
  background: transparent;
  list-style: none;
  position: absolute;
  overflow: visible !important;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
}
.anythingSlider .arrow span {
  display: block;
  visibility: hidden;
}
.anythingSlider .arrow.disabled {
  display: none;
}
.anythingSlider .panel {
  background: transparent;
  display: block;
  overflow: hidden;
  float: left;
  padding: 0;
  margin: 0;
}
.anythingSlider .vertical .panel {
  float: none;
}
.anythingSlider .fade .panel {
  float: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
.anythingSlider .fade .activePage {
  z-index: 1;
}
.anythingSlider.rtl {
  /* move nav link group to left */
  /* move start/stop button - in case you want to switch sides */
}
.anythingSlider.rtl .anythingWindow {
  direction: ltr;
  unicode-bidi: bidi-override;
}
.anythingSlider.rtl .anythingControls ul {
  float: left;
  /* reverse order of nav links */
}
.anythingSlider.rtl .anythingControls ul a {
  float: right;
}
.anythingSlider.rtl .start-stop {
  /* float: right; */
}
.anythingSlider .anythingWindow,
.anythingSlider .anythingControls ul a,
.anythingSlider .arrow a,
.anythingSlider .start-stop {
  transition-duration: 0;
  -o-transition-duration: 0;
  -moz-transition-duration: 0;
  -webkit-transition-duration: 0;
}
.owl-stage {
  display: flex;
}
.owl-nav {
  display: none;
}
.owl-dots {
  position: absolute;
}
.owl-dots .owl-dot {
  border: none;
  height: 14px;
  width: 14px;
  background: #ccc;
  border-radius: 50%;
  padding: 3px;
  margin-right: 5px;
  outline: none;
}
.owl-dots .owl-dot.active,
.owl-dots .owl-dot:hover {
  background: #e72f2a;
}
html {
  width: 100%;
}
html body {
  width: 100%;
}
@media all and (max-width: 990px) {
  .burger {
    display: block;
  }
  #anythingSlider {
    width: 100%;
  }
  html body.pruhy .extraContent {
    width: calc(100% - 30px);
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  html body.pruhy .extraContent .extraContentInner {
    width: 100%;
  }
  html body.pruhy .extraContent .extraContentInner .box {
    margin-bottom: 80px;
    width: calc(50% - 55px);
  }
  html body.pruhy .extraContent .extraContentInner .box:nth-child(2n) {
    margin-right: 0;
  }
  html body.pruhy .extraContent .extraContentInner .box .wysiwyg_content {
    padding-bottom: 20px;
  }
  html body.pruhy #content {
    padding-top: 0;
    padding-bottom: 0;
  }
  html body.homepage #content #content-inner #hpSlider {
    width: 100%;
  }
  html body.homepage #content #content-inner #hpSlider .anythingSlider {
    max-width: 100%;
    width: 100%;
  }
  html body.homepage #content #content-inner #hpSlider .hpSlide .info {
    width: 48%;
  }
  html body.homepage #content #content-inner #hpSlider .hpSlide .claim {
    width: 50%;
  }
  html body.homepage #content #content-inner #hpSlider .hpSlide .claim .claim-box {
    width: 50%;
  }
  html body.homepage #content #content-inner .hpArticle {
    width: 48%;
    padding-bottom: 40px;
    height: auto;
    margin-right: 0 !important;
  }
  html body.homepage #content #content-inner .hpArticle:nth-child(2n) {
    margin-right: 0;
  }
  html body.homepage #hpExtra {
    width: calc(100% - 30px);
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  html body.homepage #hpExtra #hpExtra-inner {
    width: 100%;
  }
  html body.homepage #hpExtra #hpExtra-inner .box {
    margin-bottom: 80px;
    width: calc(50% - 55px);
  }
  html body.homepage #hpExtra #hpExtra-inner .box:nth-child(2n) {
    margin-right: 0;
  }
  html body.homepage #hpExtra #hpExtra-inner .box .wysiwyg_content {
    padding-bottom: 20px;
  }
  html body.homepage #hpExtra #hpExtra-inner #moreExtra {
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  html body #partOf {
    width: calc(100% - 45px);
  }
  html body #partOf table {
    width: 100% !important;
  }
  html body #header {
    width: calc(100% - 30px);
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  html body #header #header-inner {
    width: 100%;
  }
  html body #header #navigation {
    width: 100%;
  }
  html body #header #navigation ul.depth0 {
    display: none;
    width: 100vw;
  }
  html body #content {
    width: calc(100% - 30px);
    padding-left: 15px !important;
    padding-right: 15px !important;
    margin: 0 auto;
  }
  html body #content #content-inner {
    width: 100%;
  }
  html body #content #content-inner .detail-image img {
    width: 100%;
  }
  html body #content #content-inner .leftCol {
    width: calc(100% - 40px);
  }
  html body #content #content-inner .rightCol {
    width: 100%;
  }
  html body #content #content-inner .hpArticle,
  html body #content #content-inner .itemPerex {
    width: 48% !important;
    padding-bottom: 40px;
    height: auto;
  }
  html body #content #content-inner .hpArticle:nth-child(2n + 1),
  html body #content #content-inner .itemPerex:nth-child(2n + 1) {
    margin-right: 0;
  }
  html body #content #content-inner .hpArticle.extraHeader,
  html body #content #content-inner .itemPerex.extraHeader {
    height: auto;
  }
  html body #content #content-inner .kontakt {
    padding-bottom: 40px;
    height: auto;
    margin-right: 0 !important;
    display: block;
    max-width: 33%;
    width: 33%;
  }
  html body #content #content-inner #hpSlider {
    width: 100%;
  }
  html body #content #content-inner #hpSlider .anythingSlider {
    max-width: 100%;
    width: 100%;
  }
  html body #content #content-inner #hpSlider .hpSlide .info {
    width: 48%;
  }
  html body #content #content-inner #hpSlider .hpSlide .claim {
    width: 50%;
  }
  html body #content #content-inner #kosik-kroky li {
    width: 235px;
  }
  html body #content #content-inner #kosik-kroky li a {
    padding: 0 5px 0 70px;
  }
  html body #content #content-inner #kosik-kroky li.validation {
    width: 235px;
  }
  html body #content #content-inner #kosik-kroky li.validation a {
    width: 176px;
  }
  html body #content #content-inner #shippingForm #formPart {
    width: 100%;
  }
  html body #content #content-inner #shippingForm #shipPart {
    width: 100%;
    margin-top: 20px;
  }
  html body #content #content-inner .kosik-form td.druhy {
    padding-bottom: 10px;
  }
  html body #content #content-inner .kosik-form .kosik-mnozstvi {
    width: 115px;
    min-width: 70px;
  }
  html body #hpExtra #hpExtra-inner {
    width: 100%;
  }
  html body #hpExtra #hpExtra-inner .box {
    margin-bottom: 80px;
    width: 43%;
  }
  html body #hpExtra #hpExtra-inner .box:nth-child(2n) {
    margin-right: 0;
  }
  html body #hpExtra #hpExtra-inner .box .wysiwyg_content {
    padding-bottom: 20px;
  }
  html body #hpExtra #hpExtra-inner #moreExtra {
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  html body #extraContent {
    width: calc(100% - 30px);
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  html body #extraContent .extraContentInner {
    width: 100%;
  }
  html body #extraContent .extraContentInner .box {
    margin-bottom: 80px;
    width: 43%;
  }
  html body #extraContent .extraContentInner .box:nth-child(2n) {
    margin-right: 0;
  }
  html body #extraContent .extraContentInner .box .wysiwyg_content {
    padding-bottom: 20px;
  }
  html body #footer {
    width: calc(100% - 30px);
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  html body #footer #footer-inner {
    width: 100%;
  }
  html body #footer #footer-inner #footer-address {
    left: 220px;
  }
  html body #footer #footer-inner #hotlinks {
    top: 0;
    left: 460px;
  }
}
@media all and (max-width: 767px) {
  html body .wysiwyg_content img {
    width: 100%;
  }
  html body #partOf {
    width: calc(100% - 45px);
  }
  html body #partOf table {
    width: 100% !important;
  }
  html body.pruhy .extraContent {
    width: calc(100% - 30px);
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  html body.pruhy .extraContent .extraContentInner {
    width: 100%;
  }
  html body.pruhy .extraContent .extraContentInner .box {
    margin-bottom: 80px;
    width: calc(100% - 55px);
    margin-right: 0px;
  }
  html body.pruhy #content {
    padding-top: 0;
    padding-bottom: 0;
  }
  html body.homepage #content {
    padding: 610px 0 0 0;
  }
  html body.homepage #content #content-inner #hpSlider {
    height: 400px;
    top: -455px;
  }
  html body.homepage #content #content-inner #hpSlider .hpSlide {
    height: 400px;
    display: flex;
    flex-flow: column-reverse;
  }
  html body.homepage #content #content-inner #hpSlider .hpSlide .info {
    width: 100%;
  }
  html body.homepage #content #content-inner #hpSlider .hpSlide .claim {
    width: 100%;
  }
  html body.homepage #content #content-inner #hpSlider .hpSlide .claim .claim-box {
    width: 50%;
  }
  html body #content #content-inner .leftCol .fancybox {
    display: block !important;
    float: none;
  }
  html body #content #content-inner .hpArticle,
  html body #content #content-inner .itemPerex {
    width: 46% !important;
  }
  html body #content #content-inner .kontakt {
    max-width: 50%;
    width: 50%;
  }
  html body #content #content-inner .souhrnTable {
    display: block;
    width: 100%;
  }
  html body #content #content-inner .souhrnTable tbody {
    display: block;
    width: 100%;
  }
  html body #content #content-inner .souhrnTable tbody tr {
    display: block;
    width: 100%;
  }
  html body #content #content-inner .souhrnTable tbody tr td {
    display: block;
    width: 100%;
  }
  html body #content #content-inner #shippingForm #formPart {
    width: 100%;
  }
  html body #content #content-inner #shippingForm #formPart table {
    display: block;
  }
  html body #content #content-inner #shippingForm #formPart table tbody {
    width: 100%;
    display: block;
  }
  html body #content #content-inner #shippingForm #formPart table tbody tr {
    width: 100%;
    display: block;
  }
  html body #content #content-inner #shippingForm #formPart table td {
    display: block;
    width: 100%;
  }
  html body #content #content-inner #shippingForm #formPart table td label {
    width: 80px;
  }
  html body #content #content-inner #shippingForm #formPart table td input {
    width: auto;
    background: #fff;
    border: 1px solid #ccc;
    box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.4);
  }
  html body #content #content-inner #shippingForm #formPart table td.school input {
    width: auto;
  }
  html body #content #content-inner #shippingForm #formPart table td textarea {
    border: 1px solid #ccc;
    box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.4);
    width: 90% !important;
    background: #fff;
  }
  html body #content #content-inner #shippingForm #shipPart {
    width: 100%;
    margin-top: 20px;
  }
  html body #content #content-inner #kosik-kroky {
    display: inline-block;
    height: auto;
  }
  html body #content #content-inner #kosik-kroky li {
    width: 100%;
  }
  html body #content #content-inner #kosik-kroky li.validation {
    width: 100%;
  }
  html body #content #content-inner #hpSlider {
    width: 100%;
  }
  html body #content #content-inner #hpSlider .anythingSlider {
    max-width: 100%;
    width: 100%;
  }
  html body #footer {
    height: auto;
    padding-bottom: 15px;
  }
  html body #footer #footer-inner {
    height: auto;
  }
  html body #footer #footer-inner #footer-address {
    position: relative;
  }
  html body #footer #footer-inner #hotlinks {
    position: relative;
    left: 210px;
  }
}
@media all and (max-width: 544px) {
  html body.homepage #content #content-inner .hpArticle {
    width: 100%;
    padding-bottom: 0px;
    height: auto;
    padding-right: 0;
  }
  html body.homepage #content #content-inner .hpArticle h2 {
    min-height: 0 !important;
  }
  html body.homepage #content #content-inner h1#hp {
    display: none;
  }
  html body.homepage #content #content-inner #hpSlider .hpSlide .info h2 {
    font-size: 20px;
    line-height: 25px;
  }
  html body.homepage #hpExtra #hpExtra-inner {
    width: 100%;
  }
  html body.homepage #hpExtra #hpExtra-inner .box {
    margin-right: 0;
    width: calc(100% - 45px);
  }
  html body #content #content-inner .hpArticle,
  html body #content #content-inner .itemPerex {
    width: 100% !important;
    padding-bottom: 40px;
    height: auto;
    padding-right: 0;
  }
  html body #content #content-inner .kontakt {
    max-width: 100%;
    width: 100%;
  }
  html body #content #content-inner .basketRow {
    padding-top: 20px;
    padding-bottom: 30px;
    height: auto;
  }
  html body #content #content-inner #kosik-kroky {
    display: inline-block;
    height: auto;
  }
  html body #content #content-inner #kosik-kroky li {
    width: 100%;
  }
  html body #content #content-inner .kosik-form .basketRow {
    display: block;
  }
  html body #content #content-inner .kosik-form .basketRow:first-child {
    display: none;
  }
  html body #content #content-inner .kosik-form .basketRow tbody {
    display: block;
  }
  html body #content #content-inner .kosik-form .basketRow tbody tr {
    width: 100%;
    display: block;
    padding-top: 12px;
  }
  html body #content #content-inner .kosik-form .basketRow tbody tr td.prvni {
    display: inline-block;
    width: 34%;
    float: left;
    padding-right: 20px;
  }
  html body #content #content-inner .kosik-form .basketRow tbody tr td.druhy {
    width: 50%;
    min-height: 65px;
    display: inline-block;
  }
  html body #content #content-inner .kosik-form .basketRow tbody tr td.kosik-mnozstvi {
    display: inline-block;
    float: left;
  }
  html body #hpExtra #hpExtra-inner {
    width: 100%;
  }
  html body #hpExtra #hpExtra-inner .box {
    margin-right: 0;
    width: 100%;
  }
  html body #footer #footer-inner #footer-address {
    padding-top: 70px;
    left: 0;
    width: 100%;
  }
  html body #footer #footer-inner #hotlinks {
    left: -10px;
    width: 100%;
  }
  html body.homepage #content {
    padding: 690px 0 0 0;
  }
  html body #header {
    height: 210px;
  }
  html body #header #header-inner {
    height: 210px;
  }
  html body #header #header-inner #navigation {
    top: 155px;
  }
  html body #header #header-inner #searchHeader {
    top: 100px;
  }
  html body #content {
    padding: 240px 0 0 0;
  }
  html body #content #content-inner {
    height: 462px;
  }
  html body #content #content-inner #shippingForm #formPart table td textarea {
    max-width: 83% !important;
  }
  html body #content #content-inner #anythingSlider {
    height: 438px;
  }
  html body #content #content-inner #anythingSlider .hpSlide {
    height: 400px;
  }
  html body #content #content-inner #anythingSlider .hpSlide .claim {
    height: 500px;
  }
  html body #content #content-inner #anythingSlider .hpSlide .claim .claim-box {
    width: 82% !important;
    margin: 0 auto !important;
    right: 0 !important;
    left: 0 !important;
  }
}
.wysiwyg_content {
  font-family: Tahoma;
  font-size: 80%;
}
.wysiwyg_content h1 {
  margin: 5px 0px 5px 0px;
  padding: 0px;
  border: 0px;
  color: #000000;
  font-size: 2em;
}
.wysiwyg_content h2 {
  margin: 5px 0px 5px 0px;
  padding: 0px;
  border: 0px;
  color: #000000;
  font-size: 1.2em;
}
.wysiwyg_content h3 {
  margin: 5px 0px 5px 0px;
  padding: 0px;
  border: 0px;
  color: #000000;
  font-size: 1em;
}
.wysiwyg_content h4 {
  margin: 5px 0px 5px 0px;
  padding: 0px;
  border: 0px;
  color: #000000;
  font-size: 0.9em;
}
.wysiwyg_content .right {
  float: right;
  margin-bottom: 10px;
  margin-left: 10px;
}
.wysiwyg_content .left {
  float: left;
  margin-bottom: 10px;
  margin-right: 10px;
}
.wysiwyg_content .border {
  border: 1px solid #d9d9d9;
}
.wysiwyg_content ul,
.wysiwyg_content ol {
  margin: 10px 0px 10px 0px;
  margin-left: 20px;
  padding: 0px;
}
.wysiwyg_content ul li {
  list-style-type: disc;
}
.wysiwyg_content ol li {
  list-style-type: decimal;
}
.wysiwyg_content table {
  border-collapse: collapse;
  border: 0px solid #000000;
  margin: 10px 0px 10px 0px;
}
.wysiwyg_content table tr td {
  border: 0px solid #000000;
  padding: 5px;
  text-align: left;
}
.wysiwyg_content table tr th {
  background: #CCCCCC;
  padding: 5px;
  text-align: center;
  border: 0px solid #000000;
}
.wysiwyg_content table.tableCenter tr td {
  border: 0px solid #000000;
  padding: 5px;
  text-align: center;
}
.wysiwyg_content p {
  margin: 10px 0px 10px 0px;
}
.wysiwyg_content a {
  font-weight: normal;
  text-decoration: underline;
  color: #0088CC;
}
.wysiwyg_content table.border {
  border-collapse: collapse;
  border: 1px solid #d9d9d9;
  margin: 10px 0px 10px 0px;
}
.wysiwyg_content table.border tr td {
  border: 1px solid #d9d9d9;
  padding: 5px;
  text-align: center;
}
.wysiwyg_content table.border tr td p {
  margin: 0px;
  padding: 0px;
}
.wysiwyg_content table.border tr th {
  background: #f6f6f6;
  padding: 5px;
  text-align: center;
  border: 1px solid #d9d9d9;
}
.wysiwyg_content table.border tr.grayTh {
  background: none repeat scroll 0 0 #F6F6F6;
}
.wysiwyg_content table.alignLeft tr td {
  text-align: left;
}
