* {
	margin: 0px;
	padding: 0px;
}
body {
  background-color: #004767;
  background-image: url(/files/images/body_top.jpg);
	background-repeat: repeat-x;
	background-position: 0 0;
  color:  #333333;
  
	font-size: 81%;
	text-align: left;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	line-height: 1.5;
	position: relative;
}
#body_right {
  background-color: #004766;
  background-image: url(/files/images/body_top.jpg);
	background-repeat: repeat-x;
	background-position: 0 0;

  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 20;
  height: 5px;
  width: 50%;
}
#main {
	background-color: transparent;
	background-image: url(/files/images/body.jpg);
	background-repeat: repeat-x;
	background-position: 0 0;
}
/* sirka webu, vycentrovani na stred */
#page_container {
	background-color: transparent;
	
	width: 998px;
	margin: 0px auto; 
	position: relative;
	z-index: 10;
}
#page {
  background-color: #004767;
  background-image: url(/files/images/body_top.jpg);
	background-repeat: repeat-x;
	background-position: 0 0;
  padding-top: 5px;
}
/* hlavicka */
#head_container {
	background-color: #FFFFFF;
	background-image: url(/files/images/head.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
	border: none;
	
	height: 252px;
	position: relative;
}
/* horni menu */
#menu_top {
  background-color: #004767;
	background-image: url(/files/images/menu.jpg);
	background-repeat: repeat-x;
	background-position: 0 0;
	
	height: 52px;
	padding: 0px 0px 0px 0px;
}
/* kosik shopu */
.eshop_box {
  	background-color: #FCD62C;
	border: solid 1px #D5B009;
	border-radius: 8px;
	padding: 10px;
	margin-bottom: 10px;
}

/* obsahova cast */
#content {
	background: #ffffff;
	background-image: url(/files/images/left_border.jpg);
	background-repeat: repeat-y;
	background-position: 0 0;
  
	padding: 0px 0px 20px 0px;
}
/* levy sloupec */
#left_col {
	background-color: transparent;
	
	float: left;
	width: 225px;
	padding: 20px 0px 0px 15px;
}
/* pravy sloupec */
#right_col {
  background-color: transparent;
	background-image: url(/files/images/postava_right.jpg);
	background-repeat: no-repeat;
	background-position: 0 -52px;

	width: 260px;
	padding: 100px 0px 0px 40px;
	float: right;
}
/* hlavni sloupec */
#main_content {
	height: auto;
  padding: 20px 260px 10px 230px;
	text-align: left;
}
/* paticka */
#footer {
	background-color: #016A8F;
	background-image: url(/files/images/footer.png);
	background-repeat: no-repeat;
  background-position: 100% 0;
	color: #ffffff;
	

	text-align: center;
}
#footer_in {
  background-color: transparent;
	background-image: url(/files/images/left_border.jpg);
	background-repeat: repeat-y;
}
#footer_in2 {
  background-color: transparent;
	background-image: url(/files/images/footer_bottom.png);
	background-repeat: repeat-x;
	background-position: 0 100%;

	height: 75px;
	padding: 20px 20px 0;
}
#footer_right {
  background-color: #239AB9;
  background-image: url("/files/images/footer_right.png");
  background-position: 0% 100%;
  background-repeat: repeat-x;
  
  position: absolute;
  bottom: 0px;
  right: 0px;
  z-index: 0;
  height: 92px;
  width: 50%;
}
#footer_left {
  background-color: #239AB9;
  background-image: url("/files/images/footer_left.png");
  background-position: 0% 0%;
  background-repeat: repeat-x;
  
  position: absolute;
  bottom: 0px;
  left: 0px;
  z-index: 1;
  height: 92px;
  width: 50%;
  margin-right: 100px;
}
#footer a,
#footer a:visited,
#footer a:hover {
	color: #ffffff;
	text-decoration: none;
}
/* resetovac */
#reset {
	border:  0px none;
	margin:  0px;
	padding: 0px;
	float: none;
	clear: both;
	width: 0px;
	height: 0px;
	line-height: 0px;
	font-size: 0px;
}
/**********************************/
/*  MODULY 
/*********************************/

/* hlavicka - odkaz logo */
#head .link_logo  {
    display: inline-block;
    margin-left: 127px;
    margin-top: 26px;
}
/* sloupec boxy */
.collapse_open, .collapse_close {
    display: none;
    color: transparent;
    height: 0;
}
.col_box_title {
	background-color: transparent;
	color: #000000;

	font-size: 10.5pt;
	font-weight: 700;
	text-transform: uppercase;
	padding: 10px 0px 5px 0px;
	margin: 0px 0px 5px 0px;
}
.col_box_title:first-letter, .col_box_title span:first-letter{
  color: #00bbec;
  font-size: 12pt;
}
.col_box_content {
	background-color: #FCD62C;
	border-left: solid 1px #D5B009;
	border-right: solid 1px #D5B009;
	
  height: auto;
  width: 190px;
	padding: 10px;
}
.col_box_top {
	background-color: #FCD62C;
	background-image: url(/files/images/box_top.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;

  height: 6px;
  width: 190px;
}
.col_box_bottom {
	background-color: #FCD62C;
	background-image: url(/files/images/box_bottom.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;

  height: 6px;
  width: 190px;
  margin: 0px 0px 10px 0px;
}

.rychly_kontakt_top {
  background-color: #006989;
	background-image: url(/files/images/rychly_kontakt_top.png);
	background-repeat: no-repeat;
	background-position: 0 0;

  height: 6px;
  width: 218px;
}
.rychly_kontakt_bottom {
  background-color: #006989;
	background-image: url(/files/images/rychly_kontakt_bottom.png);
	background-repeat: no-repeat;
	background-position: 0 0;

  height: 6px;
  width: 218px;
  margin-bottom: 10px;
}
.rychly_kontakt {
  background-color: #006989;
  background-image: url(/files/images/rychly_kontakt.jpg);
	background-repeat: no-repeat;
	background-position: 115px 50px;
	    border-radius: 8px;
  width: 220px;
  padding: 10px;
  color: #fff;
  font-size: 10pt;
}
.rychly_kontakt strong,
.rychly_kontakt a {
  color: #FCD62B;
}
.counter_box {
  background-color: #DEF6FF;
  border: solid 1px #B8F2FD;
  height: auto;
  padding: 20px;
  text-align: center;
}
/* clear obtekani */
.clear {
	border:  0px none;
	margin:  0px;
	padding: 0px;
	float: none;
	clear: both;
	width: 0px;
	height: 0px;
	line-height: 0px;
	font-size: 0px;
}
/**********************************/
/*  FORMULARE 
/*********************************/
.form_content fieldset { 
  background-color: #EEEEEE;
  
  margin: 0;
  padding: 1em;
  border: 1px solid #AAAAAA;
}
.form_content fieldset legend { 
  background-color: #AAAAAA;
  
  padding: 6px 12px;
  color: #000000;
  
  display: none;
}
.form_content input, textarea { 
  border: 1px solid #AAAAAA;
  
  margin: 0px;
  padding: 0.25em;
  font-size: 9pt;
}

.form_content input.submit { 
  /*background-image: url(/files/button_send.png);
  background-repeat: no-repeat;
  background-position: 0 0;*/
  background-color: #006989;
  border: none;
  color: #ffffff;
  
  width: 80px;
  height: 25px;
  cursor: pointer;
}
.form_content fieldset p label { 
  display: block;
}
.form_content fieldset p input { 
  width: 60%;
}
.form_content fieldset p textarea { 
  width: 97%;
}
.form_content fieldset p.submit {
  margin-bottom: 0;
}
input.alert,
textarea.alert {
  border: solid 1px red;
}
/**********************************/
/*         DEFAULTNI HODNOTY     
/*********************************/
h1, h2, h3, h4 {
  line-height: 1.3em; 
  margin: 0 0 3px 0;
}
h1 {
	color: #000000;
	font-size: 16pt;
	font-weight: 400;
}
h2 {
	color: #000000;
	font-size: 14pt;
	font-weight: 400;
  margin: 0 0 8px 0;
}
h3 {
	color: #000000;
	font-size: 12pt;
	font-weight: 400;
}
h4 {
	color: #000000;
	font-size: 10pt;
	font-weight: 400;
}
p {
  margin: 0 0 12px 0;
  line-height: 1.3em;
}
img {
	border: none;
	margin: 0; 
}
a,
a:visited {
	color: #000;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
table {
	border-collapse: collapse;
	border: none;
  margin: 0 0 12px 0; 
}
table td {
  vertical-align: top;
  text-align: left;
}
ul, ol {
	list-style-position: outside;
	margin: 0 0 12px 18px;
}
/**********************************/
/*  FORMAT
/**********************************/
span.red {
  color: red;
}
/*strankovani*/
a.strankovani-odkaz{
  padding: 3px 5px 3px 5px;
  background: #DEF6FF;
  color: #000;
  line-height: 25px;
  font-size: 9pt;
  text-decoration: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px; 
}
b.pgr{
  padding: 3px 5px 3px 5px;
  line-height: 25px;
  font-size: 9pt;
  text-decoration: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px; 
}
a.strankovani-odkaz:hover, b.pgr, a.strankovani-sipky:hover{
  background: #004463;
  color: #fff;
}
a.strankovani-sipky{
  padding: 3px 5px 3px 5px;
  background: #34A1BE;
  line-height: 25px;
  font-size: 9pt;
  text-decoration: none;
  margin: 0px;
  color: #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px; 
}


DIV#category {
  visibility: visible;
  margin-bottom: 10px;
  padding: 0px 0px 0px 0px;
  padding: 0px;
}
DIV#category div {
    margin: 0px;
}
DIV#category p {
  padding: 0px;
  margin: 0px;
}
DIV#category p.close{
	opacity: 1;
	float: none;
	text-shadow: none;
	line-height: initial;
	font-size: inherit;
	color: white;
	font-weight: inherit;
}
DIV#category p.close + div {
    display: none !important;
}
DIV#category  a {
	background-color: transparent;
	background-image: url(/files/images/menu_item.jpg);
	background-position: 0 0;
	background-repeat: no-repeat;
	color: #fff;
	
	display: block;
  padding: 8px 30px 7px 13px;
	text-decoration: none;
}
DIV#category A:hover {
  background-position: 0 -32px;
  color: #000;
}
DIV#category P a.selected,
DIV#category P a:hover.selected {
  background-position: 0 -32px;
  color: #000;
}
/* 2. uroven */
DIV#category DIV.item2 {
  padding-right: 20px;
}
DIV#category DIV.item2 a {
  background-color: transparent;
	background-image: url(/files/images/menu_item.jpg);
	background-position: 0 100%;
	background-repeat: no-repeat;
	color: #000000;
	
	display: block;
	padding: 8px 5px 8px 20px;
	text-decoration: none;
}
DIV#category DIV.item2 a:hover {
  color: #01BBEC;
  background-position: 0 100%;
}
DIV#category DIV.item2 P a.selected,
DIV#category DIV.item2 P a:hover.selected {
  font-weight: bold;
  background-position: 0 100%;
}
/* 3. uroven */
DIV#category DIV.item3 {
  padding: 0 14px 0 20px;
}
DIV#category DIV.item3 a {
  background-color: transparent;
	background-image: none;
	background-position: 0 -64px;
	background-repeat: no-repeat;
	border-bottom: solid 1px #0B7192;
	color: #000000;

	display: block;
	padding: 8px 5px 8px 5px;
	text-decoration: none;
}

/* 4. uroven */
DIV#category DIV.item4 {
  padding: 0 0px 0 15px;
}
DIV#category DIV.item4 a {
  background-color: transparent;
  background-image: none;
	background-position: 0 -64px;
	background-repeat: no-repeat;
	color: #000000;

	display: block;
	padding: 8px 5px 8px 5px;
	text-decoration: none;
	font-size: 8pt;
}


/***************************/
/*  AKTUALITY
/***************************/
.aktuality_col_container {
  width: auto;
  height: auto;
}
.aktuality_col_container .aktuality_box {
  width: auto;
  height: auto;
}
.aktuality_col_container .aktuality_date {
  font-size: 8pt;
  color: #000000;
}
.aktuality_col_container .aktuality_name {
  padding: 6px 0px 3px;
}
.aktuality_col_container .aktuality_name a,
.aktuality_col_container .aktuality_name a:visited {
  color: #028C3E;
  text-decoration: underline;
  font-size: 10pt;
}
.aktuality_col_container .aktuality_name a:hover {
  color: black;
  text-decoration: none;
}

.aktuality_col_container .aktuality_text {
  text-align: left;
}
.aktuality_col_container .aktuality_text a,
.aktuality_col_container .aktuality_text a:visited {
  color: #028C3E;
  text-decoration: underline;
}
.aktuality_col_container .aktuality_text a:hover {
  color: black;
  text-decoration: none;
}
.aktuality_col_container .aktuality_img {
  float: left;
}
.aktuality_col_container .aktuality_img img {
  width: 80px;
  margin: 5px 5px 2px 0px;
  border: solid 1px #4D4B4C;
}
.aktuality_col_container .aktuality_vice_odkaz {
  text-align: right;
  margin-bottom: 0%;;
}

/***************************/
/*  ANKETA
/***************************/
.anketaSloupec {
	width: auto;
	height: auto;
	padding: 0px;
	font-size: 1.1em;
	float: none;
	margin: 10px 5px;
}
/* survey */
.survey {} /* main preview*/
.survey .question { font-weight: bold; color: #000000; margin-bottom: 5px;}
.survey .clear { clear:both; }
.surveyAnswer {font-size: 8pt;} /* css for answer */
.surveyAnswer .line {
	font-size: 2px;
	width: 90%;
	float: left;
	margin-top: 3px;
	background-color: #C9CAC4;
}
.surveyAnswer .number { 
  float: left;
  padding-left: 15px;
}
.surveyAll {} /* css for all surveys */
.survey_button {
  margin: 10px 0;
}
input.surveyVote {
  background-color: #01923F;
  
  color: #ffffff;
  border: none;
  padding: 0px;
  width: 72px;
  height: 20px;
}


/**********************************/
/* KOSIK				               */
/**********************************/
.eshop_cart {
  font-size: 10.5pt;
  font-weight: 700;
}
.eshop_cart span.kosikCena {
  font-size: 10.5pt;
  font-weight: 700;
  color: #000;
}
.eshop_cart span.nakupniKosik a{
  background-image: url(/files/images/ico_kosik.png);
  background-repeat: no-repeat;
  background-position: 130px center;
  color: #000;
  
  padding-right: 30px;
  display: block;
  font-weight: 700;
  font-size: 10.5pt;
  text-transform: uppercase;
  text-decoration: none;
}
.eshop_cart span.nakupniKosik a:first-letter {
  color: #00bbec;
  font-size: 12pt;
}
/**********************************/
/*  VYHLEDAVANI
/*********************************/
.searchbox {

}
.searchbox input.search_text { 
  background-color: #ffffff;
  border: solid 1px #0184A9;
      vertical-align: top;
  width: 165px;
  padding: 3px 6px;
}
.searchbox input.submit { 
  background-color: #02668A;
  background-image: url(/files/images/button_search.png);
  background-repeat: no-repeat;
  border: none;
  color: #ffffff;
  
  height: 26px;
  width: 20px;
  
}
/**********************************/
/* LOGIN
/*********************************/
.login_box {
  padding: 0px 10px 0px 0px;
}
.login_box strong.loginnadpis {
    color: #FFFFFF;
    font-size: 16px;
    padding-left: 0px;
}
.login_box table {
  width: 100%;
  border-spacing: 2px;
  border-collapse: separate;
}
.login_box table td.buttons {
  text-align: center;
}
.login_box input[type=text],
.login_box input[type=password] {
    width: 97%;
    border: solid 1px #01BBEC;
    padding: 2px 3px;
}
.login_box input[type=submit] {
    background-color: #fff;
    background-image: url(/files/images/button_login.png);
    background-repeat: no-repeat;
    border: medium none;
    float: none;
    height: 30px;
    width: 86px;
    margin-top: 4px;
    cursor: pointer;
}
.login_box input[type=button] {
    background-color: #fff;
    background-image: url(/files/images/button_register.png);
    background-repeat: no-repeat;
    border: medium none;
    float: none;
    height: 30px;
    width: 86px;
    margin-top: 4px;
    cursor: pointer;
	    vertical-align: top;
}
/*********************************/
/*   PREHLED PRODUKTU            */
/*********************************/
.produkt_box {
  background-color: transparent;
  display: inline;
  float: left;
  width: 248px;
  margin: 0px 5px 10px 0px;
  padding: 0px 0px 0px 0px;
}
.produkt_box_in {
  padding: 0px;
}
.produkt_box h2 {
  background-color: #DEF6FF;
  border: solid 1px #B8F3FB;
  
  margin: 0; 
  padding: 2px;
  min-height: 42px;
  font-size: 10pt;
  font-weight: 300;
  line-height: 140%;
  text-align: center;
}
.produkt_box h2 a {
  color: #000;
  text-decoration: none;
}
.produkt_box div.produkt_img_ff {
  display: block;
  position: relative;
}
.produkt_box div.produkt_img {
  display: table;
  width: 100%;
}
.produkt_box p.produkt_img {
  border-left: solid 1px #B8F3FB;
  border-right: solid 1px #B8F3FB;
  height: 160px;
  margin: 0;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
}
.produkt_box p.produkt_img img {
  border: none;
  margin: 5px;
}

.produkt_box div.produkt_right {
  float: right;
  width: 45%;
  text-align: right;
}
.produkt_box p.produkt_cena {
  background-color: #DEF6FF;
  border: solid 1px #B8F3FB;
  
  margin: 0;
  padding: 8px;
  text-align: center;
}
.produkt_box p.produkt_cena strong {
  font-size: 12pt;
  color: #014866;
}
.produkt_box p.produkt_cena span {
  display: block;
  font-size: 1.05em;
}
.produkt_box div.produkt_button {
  background-image: url(/files/images/button_bg.jpg);
  background-repeat: repeat-x;
  margin: 0px;
  padding: 5px;
  text-align: center;
}
.button_detail {
  cursor: pointer;
}

/* sleva */
.ico_sleva {
  position: absolute;
  top: 8px;
  right: 0px;
}
/*********************************/
/*  DETAIL PRODUKTU
/*********************************/
.detail_box {
  height: 100%;
  float: left;
}
/* nadpisy */
.detail_box h1 {
  margin: 0 0 0.5em 0;
}
.detail_box h3 {
  margin-bottom: 10px;
  padding-bottom: 10px;
}
/* hlavni obrazek */
.detail_box .detail_img {
  float: none;
  width: auto;
  padding-bottom: 10px;
}
.detail_box .detail_img img {
  border: solid 10px #DEF6FF;
    max-width: 100%;
    height: auto;
}
.detail_box .detail_img img:hover {
  border: solid 10px #01BBEC;
}
/* info hodnoty */
.detail_box .detail_hodnoty table {
  border-spacing: 5px;
  border-collapse: separate;
  min-width: 30%;
}
.detail_box .detail_hodnoty td {
  
}
/* info o zbozi */
.detail_box .detail_info {
  float: none;
  width: auto;
}
.detail_box .detail_info table {
  border-spacing: 5px;
  border-collapse: collapse;
  width: 100%;
}
.detail_box .detail_info table td {
   text-align: left;
   padding: 5px;	
	    min-width: 110px;
	border-bottom: 1px solid #def4ff;  
}
.detail_box .detail_info table tr:first-of-type td{
	border-top: 2px solid #def4ff;
}
.detail_box span.detail_dostupnost {
  color: green;
}
.detail_box span.detail_dostupnost1 {
  color: #FF6600;
}
.detail_box span.detail_dostupnost2,
.detail_box span.detail_dostupnost3,
.detail_box span.detail_dostupnost4,
.detail_box span.detail_dostupnost5 {
  color: #CC0000;
}
/* dalsi obrazky*/
.detail_box .detail_images {
  padding: 0px;
  width: 99%;
  
}
.detail_box .detail_popis{
	background: #e5f7ff;
	padding: 10px;
}
.detail_box .detail_images .detail_image {
  background-color: #AAAAAA;
  border: solid 1px #7D7D7D;
  margin: 0 10px 10px 0;
  &padding-top: 10px;
  _padding-top: 10px;
  display: table;
  width: 135px;
  height: 135px;
  float: left;
}
.detail_box .detail_images .detail_image:hover {
  background-color: #7D7D7D;
}
.detail_box .detail_images .detail_image_in {
  text-align: center;
  vertical-align: middle;
  display: table-cell;
}
.detail_box .detail_images .detail_image img {
  margin: 0px;
  border: solid 2px #C3C3C3;
}
/* obrazky verze */
.detail_box .detail_images_verze {
  
}
.detail_box .detail_images_verze .detail_image {
  float: left;
  padding: 5px;
  width: 23%;
  height: 100%;
  min-height: 110px;
}
.detail_box .detail_images_verze .detail_image img {
  margin: 5px 5px 5px 0px;
}
.produktDoKosiku input{
    vertical-align: middle;
}
/* tlacitko */
.detail_box .button_add {
  width: 86px;
  height: 30px;
  margin: 0 5px;
	font-weight: bold;
	color: black;
	border-radius: 8px;
	border: 1px solid #fae74b;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fcff7e+0,f9d511+100 */
background: rgb(252,255,126); /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMTAwJSI+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjZmNmZjdlIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2Y5ZDUxMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
background: -moz-linear-gradient(-45deg, rgba(252,255,126,1) 0%, rgba(249,213,17,1) 100%); /* FF3.6-15 */
background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,rgba(252,255,126,1)), color-stop(100%,rgba(249,213,17,1))); /* Chrome4-9,Safari4-5 */
background: -webkit-linear-gradient(-45deg, rgba(252,255,126,1) 0%,rgba(249,213,17,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: -o-linear-gradient(-45deg, rgba(252,255,126,1) 0%,rgba(249,213,17,1) 100%); /* Opera 11.10-11.50 */
background: -ms-linear-gradient(-45deg, rgba(252,255,126,1) 0%,rgba(249,213,17,1) 100%); /* IE10 preview */
background: linear-gradient(135deg, rgba(252,255,126,1) 0%,rgba(249,213,17,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcff7e', endColorstr='#f9d511',GradientType=1 ); /* IE6-8 fallback on horizontal gradient */
  cursor: pointer;
}
.detail_box .button_add:hover{
    background: #004767;
    border: 1px solid #004767;
    color: white;
}
/* navigace */
.breadcrumb {
  font-size: 0.97em;
  padding: 0 0 1em 0;
  color: #444444;
	background: none;
}
.breadcrumb a,
.breadcrumb a:visited {
  color: #444444;
  text-decoration: none;
}
.breadcrumb a:hover {
  color: #444444;
  text-decoration: underline;
}
.detail_back {
  background-color: transparent;
  background-image: url("/files/images/produktArrow.jpg");
  background-position: 0% 0%;
  background-repeat: no-repeat;
  color: #000;
  padding: 3px 0 3px 25px;
  margin: 0 0 0.5em 0;
}


/******* PREHLED DOPORUCENE ******/

/*********************************/
/*  TOP PRODUKTY
/*********************************/
.top_produkty {
  margin: 0 0 10px 0;
}
.top_produkty .top_nazev {
  font-size: 10.5pt;
  margin: 0 0 0.3em 0;
  color: #006A8A;
  text-align: center;
}
.top_produkty .top_nazev a {
  color: #006A8A;
}
.top_produkty .top_img {
  margin: 0;
  text-align: center;
}
.top_produkty .top_img img {
  border: solid 2px #FDE680;
  margin: 0;
}
.top_produkty .top_button {
  margin: 0;
  padding: 5px 0 0 0;
  text-align: center;
}

/*********************************/
/*  OBJEDNAVKA
/*********************************/
.kosikNavigace {
	width: auto;
	height: 55px;
}
.kosikNavigace .kosikFaze {
	background: url(/files/images/kosikFaze.png) no-repeat;
	width: 129px;
	height: 27px;
	display: block;
	float: left;
	padding: 10px 0px 0px 30px;
	margin-right: 4px;
	color: black;
	border: solid 1px #D4D2D2;
}
.kosikNavigace #fazeSelected {
	background: #036E91;
	color: #fff;
	font-weight: normal;
	width: 129px;
	height: 27px;
	display: block;
	float: left;
	padding: 10px 0px 0px 15px;
	margin-right: 4px;
	border: solid 1px #004766;
}

/* registrace */
.registraceTable {
	width: 100%;
	margin-top: 0px;
}
.registraceTable input[type=text],
.registraceTable input[type=password] {
  width: 300px;
}
.registraceTable .shop-cart-textarea-note,
#fPoznamka {
  width: 480px;
}
.registraceTable td {
	padding: 4px 4px 4px 4px;
}
td.registraceTitle {
	background: #249AB9;
	font-size: 10pt;
	padding: 4px 4px 4px 10px;
	color: white;
}

/* inputy povinne, alert */
table.registraceTable .povinneTD,
table.registraceTable .alertTD {
  font-weight: bold;
}

table.registraceTable .alert {
  border: 2px solid red;
}
/* Strankovani v kosiku */

input.pagerBack {
	background-color: #005C7F;
	background-image: url(/files/images/button_zpet.png);
	background-repeat: no-repeat;
	width: 86px;
	height: 30px;
	color: White;
	font-size: 10pt;
	text-align: right;
	padding: 0px 0px 0px 0px;
	text-decoration: none;
	text-align: center;
	border: none;
	text-indent: -5000px;
	float: left;
}

input.pagerFw {
  background-color: #0197D7;
	background-image: url(/files/images/button_pokracovat.png);
	background-repeat: no-repeat;
	width: 86px;
	height: 30px;
	color: White;
	font-size: 10pt;
	text-align: right;
	padding: 0px 0px 0px 0px;
	text-decoration: none;
	text-align: center;
	border: none;
	text-indent: -5000px;
}
input.buttonAktualizovat {
  background-color: #FCCD18;
	background-image: url(/files/images/button_aktualizovat.png);
	background-repeat: no-repeat;
	width: 86px;
	height: 30px;
	color: White;
	font-size: 10pt;
	text-align: right;
	padding: 0px 0px 0px 0px;
	text-decoration: none;
	text-align: center;
	border: none;
	text-indent: -5000px;
}


.kosikPager {
	padding: 20px 0px 0px 0px;
	width: 99%;
	height: 50px;
}
.kosikRight {
  float: right;
  width: 300px;
  text-align: right;
}


/* Přehled kosiku */
.addToCartTxt {
	width: auto;
	padding: 5px 5px 5px 10px;
	margin-bottom: 20px;
	background: #01698C;
	color: white;
}

table.kosikTablePrehled {
	width: 100%;
  _width: 99%;
  color: black;
  margin: 0;
}
table.kosikTablePrehled a,
table.kosikTablePrehled a:visited {
  color: black;
}
table.kosikTablePrehled th {
	background-color: #249AB9;
	color: White;
	padding: 20px 10px 10px 10px;
	border-left: none;
}

table.kosikTablePrehled td {
	padding: 5px 5px 5px 5px;
	border-left: solid 1px #249AB9;
	text-align: center;
}
table.kosikTablePrehled tr.suda td {
  background: white;
}

div.kosikCelkovaCena {
	border: solid 1px #249AB9;
	padding: 15px;
	margin-bottom: 10px;
	font-size: 12pt;
	font-weight: bold;
	text-align: center;
	color: black;
}

div.kosikCelkovaCena .kosikCelkovaCenaBezDPH {
  line-height: 180%;
  font-size: 10pt;
  font-weight: normal; 
}
div.kosikCelkovaCena .kosikCelkovaCenaBezDPH .kosikCelkovaCenaNum {
	color: #444444;
}
div.kosikCelkovaCena .kosikCelkovaCenaNum {
	color: #861924;
}
table.kosikTablePrehled .kosikFirstTd {
	border: none;
	white-space: normal;
}
table.kosikTablePrehled .kosikFirstTd a,
table.kosikTablePrehled .kosikFirstTd a:visited {
	color: #912201;
}

input.Image {
	border: none;
}
.disable {
  background-color: #dddddd;
}



/***************************/
/*  HORNI MENU
/***************************/
.ddmx {
  background-color: transparent;
	background-image: url(/files/images/menu_left.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
	font-size: 0;
	
  display: block;
  position: relative;
  height: 52px;
	margin: 0;
	padding: 0px 0px 0px 28px;
	font-weight: normal;
}
.ddmx .ddmxlileftsel,
.ddmx .ddmxlileft {
  display: inline-block;
  padding:0; margin:0;
  position: relative;
}
.ddmx .item1,
.ddmx .item1:hover,
.ddmx .item1-active,
.ddmx .item1-active:hover {
	background: transparent;
	border-left: 1px solid #004767;
	color: #FFFFFF;
	
	display: block;
	position: relative;
  padding: 15px 25px 16px 25px;
	text-decoration: none;
	text-align: center;
	font-size: 10.5pt;
	font-weight: normal;
}
.ddmx .item1:hover,
.ddmx .item1-active,
.ddmx .item1-active:hover,
.ddmx .selected {
	color: #fff;
	background-color: #004767;
}
.ddmx .ddmxlileft:first-child a {
  border: none;
}
.menu_right {
  background-color: transparent;
	background-image: url(/files/images/postava_right.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
	position: absolute;
  right: 0px;
  width: 260px;
  height: 52px;
    top: 0;
}

.ddmx .ddmxlileftsel .item1 {
    color: #303030;
    background-color: transparent;
}
.section .ddmxlileftsel, .section .ddmxlileft{
	display: block;
}

.ddmx .item2,
.ddmx .item3,
.ddmx .item4,
.ddmx .item2:hover,
.ddmx .item2-active,
.ddmx .item2-active:hover,
.ddmx .item3:hover,
.ddmx .item3-active,
.ddmx .item3-active:hover,
.ddmx .item4:hover,
.ddmx .item4-active,
.ddmx .item4-active:hover 
 {
	background-color: #229aba;
	border-bottom: 1px dotted #013751;
	color: #FFFFFF;	
	display: block;
	position: relative;
	width: auto;
	z-index: 5000;
      padding: 8px 10px 8px 8px;
	text-decoration: none;
	text-align: left;
	font-size: 9pt;
}


.ddmx .item2:hover,
.ddmx .item2-active,
.ddmx .item2-active:hover,
.ddmx .item3:hover,
.ddmx .item3-active,
.ddmx .item3-active:hover,
.ddmx .item4:hover,
.ddmx .item4-active,
.ddmx .item4-active:hover {
	background-color: #013751;
	color: white;
}

.ddmx .item2 img,
.ddmx .item2-active img {
    position: absolute;
    top: 4px;
    right: 1px;
    border: 0;
}
.ddmx .section {
	border-top: none;
  width: 180px !important;
  position: absolute;
  top: 52px !important;
  visibility: hidden;
  margin-left: 0;
  z-index: 1000;
}

* html .ddmx div { position: relative; } /* ie 5.0 fix */

/***************************/
/*  LEVE MENU
/***************************/
.ddmy {
	background-color: transparent;
  display: block;
  position: relative;
  height: auto;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
	font-weight: normal;
}
.ddmy .ddmylileftsel,
.ddmy .ddmylileft {
  padding: 0px; 
  margin: 0px;
  float: none;
}
.ddmy .item1,
.ddmy .item1:hover,
.ddmy .item1-active,
.ddmy .item1-active:hover {
	background-color: #CCCCCC;
	border-bottom: solid 1px #444444;
	color: #000000;
	
	display: block;
	width: auto;
  padding: 8px 5px 8px 15px;
	text-decoration: none;
	text-align: left;
	font-size: 9pt;
	font-weight: normal;
}
.ddmy .item1:hover,
.ddmy .item1-active,
.ddmy .item1-active:hover,
.ddmy .selected {
	color: #01923f;
}
.ddmy .ddmylileft:first-child a {
  background-image: none;
}

.ddmy .ddmylileftsel .item1 {
    color: #303030;
    background-color: transparent;
}

.ddmy .item2,
.ddmy .item3,
.ddmy .item4,
.ddmy .item2:hover,
.ddmy .item2-active,
.ddmy .item2-active:hover,
.ddmy .item3:hover,
.ddmy .item3-active,
.ddmy .item3-active:hover,
.ddmy .item4:hover,
.ddmy .item4-active,
.ddmy .item4-active:hover 
 {
	background-color: #404040;
	border-bottom: 1px dotted #AFAFAF;
	color: #FFFFFF;
	
	padding: 8px 10px 8px 8px;
	display: block;
	position: relative;
	z-index: 5000;
	width: 160px;
	text-align: left;
	text-decoration: none;
	font-size: 9pt;
}


.ddmy .item2:hover,
.ddmy .item2-active,
.ddmy .item2-active:hover,
.ddmy .item3:hover,
.ddmy .item3-active,
.ddmy .item3-active:hover,
.ddmy .item4:hover,
.ddmy .item4-active,
.ddmy .item4-active:hover {
	color: #000000;
	background-color: #E2DBCE;
}

.ddmy .item2 img,
.ddmy .item2-active img {
    position: absolute;
    top: 4px;
    right: 1px;
    border: 0;
}

.ddmy .section {
	border-top: none;
  width: 160px;
  position: absolute;
  top: 37px !important;
  visibility: hidden;
  margin-left: 10px;
  z-index: 1000;
}

* html .ddmy div { position: relative; } /* ie 5.0 fix */


button#modal-launch{
    background: none;
    border: 1px solid #c0eafa;
    cursor: pointer;
	padding: .75rem;
	box-shadow: none;
	white-space: normal;
    display: block;
    width: 100%;
    margin-bottom: 1rem;
}
button#modal-launch p{
	color: black;
	font-weight: bold;
}
button#modal-launch a{
	border: 1px solid #c0eafa;
	background: #def4ff;
	color: black;
	text-decoration: none;
	display: block;
	padding: .75rem 0;
}
button#modal-launch a:hover{
	background: #004767;
	border: 1px solid #004767;
	color: white;
	text-decoration: none;
}

.modal-content{
	border: none;
	border-radius: 0;
}

div.modal-header {
	border-radius: 0;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#34a0bd+0,014362+100 */
background: rgb(52,160,189); /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzM0YTBiZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMTQzNjIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top, rgba(52,160,189,1) 0%, rgba(1,67,98,1) 100%); /* FF3.6-15 */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(52,160,189,1)), color-stop(100%,rgba(1,67,98,1))); /* Chrome4-9,Safari4-5 */
background: -webkit-linear-gradient(top, rgba(52,160,189,1) 0%,rgba(1,67,98,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: -o-linear-gradient(top, rgba(52,160,189,1) 0%,rgba(1,67,98,1) 100%); /* Opera 11.10-11.50 */
background: -ms-linear-gradient(top, rgba(52,160,189,1) 0%,rgba(1,67,98,1) 100%); /* IE10 preview */
background: linear-gradient(to bottom, rgba(52,160,189,1) 0%,rgba(1,67,98,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#34a0bd', endColorstr='#014362',GradientType=0 ); /* IE6-8 */
}

div.modal-header .close{
	margin: 0 0 auto;
	border: 1px solid white;
	border-radius: 5px;
	padding: 0.4rem 0.7rem;
	color: white;
	opacity: 1;
	-webkit-transition: all 0.3s; 
	-ms-transition: all 0.3s;
    	transition: all 0.3s;    
}
div.modal-header .close:not(:disabled):not(.disabled):hover, 
div.modal-header .close:not(:disabled):not(.disabled):focus{
	opacity: 1;
	color: black;
	background: white;
}

.modal-dialog label {
    margin-bottom: 0.2rem;
}

.modal-dialog .modal-title{
	color: white;
	/* text-transform: uppercase; */
	font-size: 25px;
	font-weight: bold;
}

span.mandatory-star {
    color: #ff6d6d;
}

.modal-dialog .modal-body {
    background-color: #f5f5f5;
}

.modal-dialog .modal-body label{
	/* font-weight: bold; */
	font-size: 17px;
	color: black;
}

.modal-dialog .btn-primary{
	border: 1px solid #014362;
	color: white;
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
    	padding: 0.375rem 1.75rem; 

/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#34a0bd+0,014362+100 */
background: rgb(52,160,189); /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzM0YTBiZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMTQzNjIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top, rgba(52,160,189,1) 0%, rgba(1,67,98,1) 100%); /* FF3.6-15 */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(52,160,189,1)), color-stop(100%,rgba(1,67,98,1))); /* Chrome4-9,Safari4-5 */
background: -webkit-linear-gradient(top, rgba(52,160,189,1) 0%,rgba(1,67,98,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: -o-linear-gradient(top, rgba(52,160,189,1) 0%,rgba(1,67,98,1) 100%); /* Opera 11.10-11.50 */
background: -ms-linear-gradient(top, rgba(52,160,189,1) 0%,rgba(1,67,98,1) 100%); /* IE10 preview */
background: linear-gradient(to bottom, rgba(52,160,189,1) 0%,rgba(1,67,98,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#34a0bd', endColorstr='#014362',GradientType=0 ); /* IE6-8 */
	-webkit-box-shadow: inset 1px 1px 2px 0px rgba(255,255,255,0.5) !important;
	-moz-box-shadow: inset 1px 1px 2px 0px rgba(255,255,255,0.5) !important;
	box-shadow: inset 1px 1px 2px 0px rgba(255,255,255,0.5) !important;
}


.modal-dialog .btn-primary:hover{
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#2aa1fa+0,2a82fa+100 */
	background: #014362;	
}


.was-validated .form-control:invalid, .form-control.is-invalid, .was-validated .custom-select:invalid, .custom-select.is-invalid
{
    background-color: #ffdede;
}

.invalid-feedback, .form-text, small, .small {
    font-size: 15px;
}


/***************************/
/*  FOTOGALERIE - SLIDE
/***************************/

.gallery_slide #bigPic { 
  width: 500px;
  height: 335px;
  padding: 1px;
  border: 1px solid #cccccc;
  background-color: #ffffff;
  margin-bottom: 10px;
}
.gallery_slide #bigPic img { 
  position: absolute;
  display: none;
}
.gallery_slide ul#thumbs li.active { 
  border: 2px solid #000000;
  background-image: none;
  background-attachment: scroll;
  background-repeat: repeat;
  background-position: 0% 0%;
  background-color: #ffffff;
  padding: 2px;
}
.gallery_slide ul#thumbs, ul#thumbs li { 
  margin: 0px;
  padding: 0px;
  list-style: none;
}
.gallery_slide ul#thumbs li { 
  float: left;
  margin-right: 7px;
  margin-bottom: 5px;
  border: 1px solid #cccccc;
  padding: 3px;
  cursor: pointer;
}
.gallery_slide ul#thumbs img { 
  float: left;
  width: 80px;
  /*height: 80px;*/
  line-height: 80px;
  overflow-x: hidden;
  overflow-y: hidden;
  position: relative;
  z-index: 1;
}
.gallery_slide #photoContainer {
  width: 500px;
}

#bannerx1{
  position: relative;
  height: 600px;
  width: 120px;
  background-image: url(/files/images/bannerx1.jpg);
  background-repeat: no-repeat;
  background-position: 0 0;
  display: block;
  margin: 0px auto;
  margin-top: 20px;
}

#bannerx2{
  position: relative;
  height: 250px;
  width: 250px;
  background-image: url(/files/images/bannerx2.gif);
  background-repeat: no-repeat;
  background-position: 0 0;
  display: block;
  margin: 0px auto;
  margin-top: 20px;  
  zoom: 0.7;
}

#bannerx3{
  position: relative;
  height: 250px;
  width: 250px;
  background-image: url(/files/images/bannerx3.jpg);
  background-repeat: no-repeat;
  background-position: 0 0;
  display: block;
  margin: 0px auto;
  margin-top: 20px; 
  zoom: 0.7; 
}

#bannerx4{
  position: relative;
  height: 280px;
  width: 336px;
  background-image: url(/files/images/bannerx4.gif);
  background-repeat: no-repeat;
  background-position: 0 0;
  display: block;
  margin: 0px auto;
  margin-top: 20px; 
  zoom: 0.5; 
}

#bannerxx1{
  position: relative;
  margin: 0px auto;
  margin-top: 15px;
  margin-bottom: 15px;  
}

#bannerxx1{
  position: relative;
  margin-top: 15px;
  margin-bottom: 15px;
  display: block;
}

#heurekaIframeHeader{ width: auto !important; }

.ebook1{
  position: relative;
  height: 407px;
  width: 418px;
  background-image: url(/files/images/ebook_bg.jpg);
  background-repeat: no-repeat;
  background-position: 0 0;
}

.ebox1{
  position: absolute;
  height: 30px;
  width: 258px;
  top: 261px;
  left: 85px;
}

.ebox1 span{
  position: relative;
  display: block;
  height: 30px;
  line-height: 30px;
  width: 80px;
  float: left;
  color: #000;
}

.ebox1 input{
  position: relative;
  display: block;
  height: 28px;
  line-height: 28px;
  float: left;
  width: 175px;
  border: none;
  border: 1px solid #000;
}

.ebox2{
  position: absolute;
  height: 30px;
  width: 258px;
  top: 306px;
  left: 85px  
}

.ebox2 span{
  position: relative;
  position: relative;
  display: block;
  height: 30px;
  line-height: 30px;
  width: 80px;
  float: left;
  color: #000;
}

.ebox2 input{
  position: relative;
  display: block;
  height: 28px;
  line-height: 28px;
  float: left;
  width: 175px;
  border: none;
  border: 1px solid #000;
}

.ebox3{
  position: absolute;
  height: 30px;
  width: 258px;
  top: 351px;
  left: 85px  
}

.ebox3 input{
  position: relative;
  display: block;
  height: 38px;
  line-height: 38px;
  float: left;
  width: 257px;
  border: none;
  border: 1px solid #000;
  cursor: pointer;
  background-color: #222;
  color: yellow;
  font-size: 20px;
  border-radius: 3px;
}

.alert{
  border: 1px solid red !important;
}

.ebook_link{
  position: relative;
  height: 165px;
  width: 220px;
  display: block;
  background-image: url(/files/images/ebook_bg2.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  margin-bottom: 10px;
}


@media screen and (max-width: 1020px){

#page_container{
	width: 96%;
	margin: 0 2%;
}
.prehledTablePattern{
	text-align: center;
}
.prehledTablePattern tr{
	display: inline;
}
.prehledTablePattern tr td{
	display: inline-block;
}
#right_col{
	padding: 0;
	background: none;
	width: 220px;
}
.menu_right{
	display: none;
}
#hornimenu1{
	height: auto;
	background: none;
	padding: 0 20px;
}
#menu_top{
	height: auto;
	background-size: contain;
}
}

@media screen and (max-width: 800px){
#main{
	background: none;
}
#content{
	background: white;
}
.small-hidden{
	display: none !important;
}
#left_col, #right_col{
	text-align: center;
	padding: 0 20px;
	width: 100%;
	float: none;
}
#left_col{
	padding-top: 10px;
}
#main_content{
	padding: 10px 20px;
}
DIV#category a{
	border-radius: 8px;
	border: 1px solid #017ca1;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#73cbdd+1,1b819f+49,1b819f+57,017298+100 */
background: rgb(115,203,221); /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIxJSIgc3RvcC1jb2xvcj0iIzczY2JkZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQ5JSIgc3RvcC1jb2xvcj0iIzFiODE5ZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjU3JSIgc3RvcC1jb2xvcj0iIzFiODE5ZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMTcyOTgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top, rgba(115,203,221,1) 1%, rgba(27,129,159,1) 49%, rgba(27,129,159,1) 57%, rgba(1,114,152,1) 100%); /* FF3.6-15 */
background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,rgba(115,203,221,1)), color-stop(49%,rgba(27,129,159,1)), color-stop(57%,rgba(27,129,159,1)), color-stop(100%,rgba(1,114,152,1))); /* Chrome4-9,Safari4-5 */
background: -webkit-linear-gradient(top, rgba(115,203,221,1) 1%,rgba(27,129,159,1) 49%,rgba(27,129,159,1) 57%,rgba(1,114,152,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: -o-linear-gradient(top, rgba(115,203,221,1) 1%,rgba(27,129,159,1) 49%,rgba(27,129,159,1) 57%,rgba(1,114,152,1) 100%); /* Opera 11.10-11.50 */
background: -ms-linear-gradient(top, rgba(115,203,221,1) 1%,rgba(27,129,159,1) 49%,rgba(27,129,159,1) 57%,rgba(1,114,152,1) 100%); /* IE10 preview */
background: linear-gradient(to bottom, rgba(115,203,221,1) 1%,rgba(27,129,159,1) 49%,rgba(27,129,159,1) 57%,rgba(1,114,152,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#73cbdd', endColorstr='#017298',GradientType=0 ); /* IE6-8 */
}
DIV#category a:hover, DIV#category a.selected, DIV#category .open > a{
	border: 1px solid #e1b904;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fef054+1,f3d02a+49,f3d02a+57,c7a008+100 */
background: rgb(254,240,84); /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIxJSIgc3RvcC1jb2xvcj0iI2ZlZjA1NCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQ5JSIgc3RvcC1jb2xvcj0iI2YzZDAyYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjU3JSIgc3RvcC1jb2xvcj0iI2YzZDAyYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNjN2EwMDgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top, rgba(254,240,84,1) 1%, rgba(243,208,42,1) 49%, rgba(243,208,42,1) 57%, rgba(199,160,8,1) 100%); /* FF3.6-15 */
background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,rgba(254,240,84,1)), color-stop(49%,rgba(243,208,42,1)), color-stop(57%,rgba(243,208,42,1)), color-stop(100%,rgba(199,160,8,1))); /* Chrome4-9,Safari4-5 */
background: -webkit-linear-gradient(top, rgba(254,240,84,1) 1%,rgba(243,208,42,1) 49%,rgba(243,208,42,1) 57%,rgba(199,160,8,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: -o-linear-gradient(top, rgba(254,240,84,1) 1%,rgba(243,208,42,1) 49%,rgba(243,208,42,1) 57%,rgba(199,160,8,1) 100%); /* Opera 11.10-11.50 */
background: -ms-linear-gradient(top, rgba(254,240,84,1) 1%,rgba(243,208,42,1) 49%,rgba(243,208,42,1) 57%,rgba(199,160,8,1) 100%); /* IE10 preview */
background: linear-gradient(to bottom, rgba(254,240,84,1) 1%,rgba(243,208,42,1) 49%,rgba(243,208,42,1) 57%,rgba(199,160,8,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fef054', endColorstr='#c7a008',GradientType=0 ); /* IE6-8 */
}
DIV#category DIV.item2{
	padding: 0;
}
DIV#category DIV.item2 a{
	background: none;
	border: none;
	border-bottom: 1px solid #09738c;
	border-radius: 0;
	margin: 0 20px;
}
.ebook_link{
	display: inline-block;
}
.eshop_cart span.nakupniKosik a{
	display: inline-block;
	background-position: left center;
	padding-left: 30px;
}
.login_box table td.buttons{
	text-align: left;
}
.login_box input[type=submit]{
	vertical-align: top;
}
.rychly_kontakt{
	width: auto;
	background: #006989;
}	
#overena-firma{
	margin: 0 auto;
}
#overena-firma img{
	left: 0 !important;
}
.login_box, .login_box{
	padding: 0;
}
.login_box input[type=text], .login_box input[type=password]{
	width: calc(100% - 8px);
}
#footer_left, #footer_right{
	display: none;
}
#footer_in2, #footer_in{
	background: none;
	height: auto;
}
#footer_in2{
	padding: 20px;
}
#footer{
	background: #016A8F;
}

.collapse_open, .collapse_close {
    text-align: center;
    width: 100%;
    height: auto;
    color: black;
    padding: 0.5rem 0;
    font-size: 130%;
    cursor: pointer;
}
#menu_top .collapse_open, #menu_top .collapse_close{
	color: white;
}
.collapse_open .fas, .collapse_close .fas{
    margin-right: 0.5rem;
    vertical-align: text-bottom;
}
.collapse_open {
    display: block;
}
.collapsible {
    max-height: 0;
    transition: max-height 0.4s ease-in;
    overflow: hidden;
    margin-bottom: 0;
    padding: 0 !important;
}
.collapsible.visible {
    max-height: 1500px;
    transition: max-height 0.4s ease-out;
    margin-bottom: 1rem;
}
.collapse_open span:first-letter, .collapse_close span:first-letter{
  color: #00bbec;
  font-size: 12pt;
}
.ddmx .ddmxlileftsel, .ddmx .ddmxlileft{
	display: block;
}
.ddmx .section{
	position: relative;
	top: auto !important;
	margin: 0;
	width: auto !important;
	visibility: visible !important;
	z-index: 10 !important;	
}
.ddmx .item2, .ddmx .item3, .ddmx .item4, .ddmx .item2:hover, .ddmx .item2-active, .ddmx .item2-active:hover, .ddmx .item3:hover, .ddmx .item3-active, .ddmx .item3-active:hover, .ddmx .item4:hover, .ddmx .item4-active, .ddmx .item4-active:hover{
	width: auto;
	text-align: center;
}
.eshop_box{
	border: none;
}
.eshop_cart{
	padding: 1rem 0;
}
.eshop_box.visible{
	border: solid 1px #D5B009; 
}
#head .link_logo{
	margin: 10px auto;
	display: block;
	text-align: center;
}
#head_container{
	height: auto;
	overflow: hidden;
	background: white;
}
.detail_img{
	text-align: center;
}
.kosikTablePrehled th:nth-of-type(2),.kosikTablePrehled th:nth-of-type(5),
.kosikTablePrehled td:nth-of-type(2),.kosikTablePrehled td:nth-of-type(5){
	display: none;
}
.registraceTable .shop-cart-textarea-note, #fPoznamka{
	width: calc(100% - 12px);
	padding: 5px;
}
.registraceTable{

}
.registraceTable input[type="text"]{
	width: calc(100% - 12px);
}
.addToCartTxt{
	clear: both;
}
.kosikRight{
	width: auto;
	float: none;
	display: inline-block;
}
input.pagerBack{
	float: none;
	display: inline-block;
	margin-bottom: 3px;
}
.kosikPager{
	height: auto;
	text-align: center;
}
.kosikPocet{
	max-width: 2em;
}
kosikTablePrehledContainer{
	overflow-x: scroll;
}
}
