* {
	margin: 0px;
	padding: 0px;
}
body {
  	color:  #000000; 
	font-size: 75%;
	text-align: left;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	line-height: 1.4;
	position: relative;
}
header{
  	background-color: #ffffff;
  	background-image: url(/files/images/head_texture.jpg);
	background-repeat: repeat-x;
	background-position: 0 0;
}
/* sirka webu, vycentrovani na stred */
#content {
	background-color: white;
	width: 960px;
	margin: 0px auto; 
	position: relative;
	z-index: 10;
}
footer{
	background: #012E43;
	border-top: 8px solid #1D5C79;
}
#footer{
	width: 960px;
	margin: 0px auto; 
	position: relative;
}
/* hlavicka */
#head_container {
	width: 960px;
	margin: 0px auto; 
	position: relative;
	background-image: url(/files/images/head_bg.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	border: none;	
	height: 254px;	
	position: relative;
}
/* horni menu */
#menu_top {
  position: absolute;
  top: 213px;
  left: 0px;
  height: 35px;
  width: 100%;
	padding: 0px 0px 0px 0px;
}
/* kosik shopu */
#eshop_cart {
  height: 20px;
  width: auto;
  padding: 0px;
  font-size: 14px;
  color: #FFF;
}
#eshop_cart,
#eshop_cart a,
#eshop_cart a:visited {
  color: #FFF;
  text-decoration: none;
}
/* obsahova cast */
#content {
	/*background: transparent;
	background-image: url(/files/images/page.jpg);
	background-repeat: repeat-y;
	background-position: 0 0;*/
  
	padding: 0px 0px 0px 0px;
}
/* levy sloupec */
#left_col {
	background-color: transparent;
	
	float: left;
	width: 230px;
	padding: 10px 0px 0px 0px;
}

#left_col h2{
  color: #2AB3F7;
  font-size: 16px;
  font-weight: bold;
}

/* pravy sloupec */
#right_col {
  background-color: transparent;

	width: 230px;
	padding: 20px 0px 0px 0px;
	float: right;
}
/* hlavni sloupec */
#main_content {
	min-height: 700px;
  width: 700px;
  padding: 10px 10px 10px 10px;
	text-align: left;
	float: right;
}
/* paticka */
#footer {
	background-color: transparent;
	color: #ffffff;
	text-align: left;
    	padding-top: 25px;
    	padding-bottom: 18px;
}
#footer_full {
	background-image: url(/files/images/footer_bg.jpg);
	background-repeat: repeat-x;
  background-position: 0 0;
  position: absolute;
  bottom: 0px;
  left: 0px;
  z-index: 0;
  height: 88px;
  width: 100%;
}
#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;
}
/**********************************/
/*         DEFAULTNI HODNOTY
/*********************************/
h1, h2, h3, h4 {
  line-height: 1.3em;
  margin: 0 0 0px 0;
}
h1 {
	color: #033750;
	font-size: 18px;
	font-weight: 400;
	border-bottom: 1px dotted #033750;
}
h2 {
	color: #0a9ae2;
	font-size: 16px;
	font-weight: bold;
}
h3 {
	color: #033750;
	font-size: 14px;
	font-weight: bold;
}
h4 {
	color: #000000;
	font-size: 10pt;
	font-weight: 400;
}
p, li {
  margin: 0 0 12px 0;
  line-height: 1.3em;
  font-size: 14px;
}
img {
	border: none;
	margin: 0;
}
a,
a:visited {
	color: #0a9ae2;
	text-decoration: underline;
	font-size: 14px;
}
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;
}
/**********************************/
/*  MODULY 
/*********************************/

/* hlavicka - odkaz logo */
#head #logo{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 212px;
	height: 198px;
	display: block;
  background: url(/files/images/logo.png) no-repeat center center;
}
#head .link_logo{
	opacity: 0;
	box-shadow: inset 0px 0px 20px #03374F; 
	transition: opacity 0.5s;
  -moz-transition: opacity 0.5s; /* Firefox 4 */
  -webkit-transition: opacity 0.5s; /* Safari and Chrome */
  -o-transition: opacity 0.5s; /* Opera */
	width: 212px;
	height: 198px;
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
}

#head .link_logo:hover{
  opacity: 0.1;
}

/* sloupec boxy */
.col_box_title {
	background-color: #AAAAAA;
	color: #000000;
	
	font-size: 1.4em;
	padding: 10px 0px 10px 15px;
	margin: 0px 0px 5px 0px;
}
.col_box_content {
	border: 1px solid #CCC;

	border-radius: 3px;
  height: auto;
	padding: 10px;
	background: #E4F6FF;
	margin: 0px 0px 10px 0px;
}
/* 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: 1em;
}

.form_content input.submit { 
  /*background-image: url(/files/button_send.png);
  background-repeat: no-repeat;
  background-position: 0 0;*/
  background-color: #01923F;
  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;
}

/**********************************/
/*  FORMAT
/**********************************/
span.red {
  color: red;
}

/**********************************/
/*  KATEGORIE
/**********************************/
DIV#category {
  visibility: visible;
  margin-bottom: 10px;
  padding: 0px 0px 0px 0px;
}
DIV#category div {
    margin: 0px;
}
DIV#category p {
  padding: 0px;
  margin: 0px;
  height: 32px;
  background-image: url(/files/images/left_menu_hover.jpg);
  background-repeat: repeat-x;
  background-position: 0 0;
}

DIV#category p.open{
  background-image: url(/files/images/left_menu.jpg);
  background-repeat: repeat-x;
  background-position: 0 0;
}

div#category p:hover{
  background-image: url(/files/images/left_menu.jpg);
  background-repeat: repeat-x;
  background-position: 0 0; 
}

DIV#category p.close + div {
    display: none !important;
}
DIV#category a {
	color: #FFF;
	display: block;
	padding: 0px 10px 0px 30px;
  line-height: 32px;
	text-decoration: none;
  background-image: url(/files/images/left_menu_arrow.png);
  background-repeat: no-repeat;
  background-position: 10px 11px; 
  font-size: 14px;
}
DIV#category A:hover {
}
DIV#category P a.selected,
DIV#category P a:hover.selected,
div#category p a:hover {

}
/* 2. uroven */
DIV#category DIV.item2 p{
  height: 28px;
}
DIV#category DIV.item2 a {
  background-color: #E4F6FF;

	color: #000000;
  background-image: none;	
	display: block;
	padding: 0px 10px 0px 30px;
	line-height: 28px;
	text-decoration: none;
}
DIV#category DIV.item2 a:hover {
  background-color: #C3E9FC;
}
DIV#category DIV.item2 P a.selected,
DIV#category DIV.item2 P a:hover.selected {
  background-color: #C3E9FC;
}
/* 3. uroven */
DIV#category DIV.item3 p{
  height: 28px;
  background: none;
}
DIV#category DIV.item3 a {
  background-color: #FFF;
	background-image: url(/files/images/category_arrow.png);
	background-repeat: no-repeat;
	background-position: 30px center;
	color: #000000;
	padding: 0px 10px 0px 45px;
	line-height: 28px;	
	display: block;
	text-decoration: none;
}
DIV#category DIV.item3 a:hover {
  text-decoration: underline;
  background: none;
	background-image: url(/files/images/category_arrow.png);
	background-repeat: no-repeat;
	background-position: 30px center;
}
DIV#category DIV.item3 P a.selected,
DIV#category DIV.item3 P a:hover.selected {
  text-decoration: underline;
  background: none;
	background-image: url(/files/images/category_arrow.png);
	background-repeat: no-repeat;
	background-position: 30px center;
}
/* 4. uroven */
DIV#category DIV.item4 a {
  background-color: #cccccc;
	border-bottom: solid 1px #444444;
	color: #000000;
	
	display: block;
	padding: 8px 5px 8px 60px;
	text-decoration: none;
}
DIV#category DIV.item4 a:hover {
  color: #01923F;
}
DIV#category DIV.item4 P a.selected,
DIV#category DIV.item4 P a:hover.selected {
  font-weight: bold;
}

/***************************/
/*  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				               */
/**********************************/
span.kosikCena {
  color: #FF0000;
}
span.nakupniKosik a{
  background-image: url(/files/images/kos.png);
  background-repeat: no-repeat;
  background-position: 0px center;
  position: relative;
  margin-top: 9px;
  float: left;
  margin-left: 230px;
  display: block;
  height: 43px;
  line-height: 43px;
  padding-left: 25px;
  color: #2AB3F7 !important;
  font-weight: bold;
}
span.loginStatus a{
  background-image: url(/files/images/prihlaseni.png);
  background-repeat: no-repeat;
  background-position: 0px center;  
  position: relative;
  margin-top: 9px;
  float: left;
  margin-left: 250px;
  padding-left: 35px;
  display: block;
  height: 43px;
  line-height: 43px;
}
span.registraceLink a{
  background-image: url(/files/images/klic.png);
  background-repeat: no-repeat;
  background-position: 0px center;
  position: relative;
  margin-top: 9px;
  float: left;
  margin-left: 20px;
  padding-left: 20px;
  display: block;
  height: 43px;
  line-height: 43px;
}

span.nakupCena {
  position: relative;
  margin-top: 9px;
  float: left;
  margin-left: 10px;
  display: block;
  height: 43px;
  line-height: 43px;
  padding-left: 20px;
}

/**********************************/
/*  VYHLEDAVANI
/*********************************/
.searchbox {
  position: absolute;
  right: 30px;
  top: 40px;
}
.searchbox input.search_text { 
  background-color: #ffffff;
  border: solid 1px #01923F;
  
  width: 180px;
  padding: 4px 6px;
}
.searchbox input.submit { 
  background-color: #01923F;
  border: solid 1px #01923F;
  color: #ffffff;
  
  height: 26px;
  width: 75px;
  
}
/**********************************/
/* LOGIN
/*********************************/
.login_box {
  padding: 0px;
}
.login_box strong.loginnadpis {
    color: #FFFFFF;
    font-size: 16px;
    padding-left: 0px;
}
.login_box table {
  width: 100%;
  border-spacing: 2px;
}
.login_box table td {
  padding: 3px;
}
.login_box input[type=text],
.login_box input[type=password] {
    width: 125px;
}
.login_box input[type=submit] {
    background-color: #01923F;
    background-image: url(/files/images/button_login.png);
    background-repeat: no-repeat;
    border: medium none;
    float: none;
    height: 22px;
    width: 103px;
}
/*********************************/
/*   PREHLED PRODUKTU            */
/*********************************/

.pgr, .strankovani-odkaz, .strankovani-sipky{
  position: relative;
  display: block;
  float: left;
  height: 20px;
  line-height: 20px;
  margin-top: 10px; 
  margin-right: 5px;
}

.pgr{
  font-size: 14px;
}

.prehledTablePattern{
  margin-bottom: 0px;
}
.produkty{
	margin-right: -10px;
}
.produkt_box {
  position: relative;
  display: inline-block;
  height: 300px;
  width: 220px;
  margin: 10px 10px 0px 0px;
  padding: 0px 0px 0px 0px;
  overflow: hidden;
  box-shadow: 0px 0px 20px 0px #CCC;
  border: 1px solid #CCC;
}
.produkt_box_in {
  padding: 0px;
}
.produkt_box h2 {
  line-height: 30px;
  font-size: 16px;
  font-weight: normal;
  padding-left: 5px;
  padding-right: 5px;
  text-align: center;
  margin-top: 5px;
}
.produkt_box h2 a {
  color: #033750;                     
  text-decoration: none;
  font-size: 20px;
}
.produkt_box p.produkt_text{
	text-align: center;
	padding: 0 10px;
}
.produkt_box p.produkt_img {
  float: left;
  height: 180px;
  margin: 0;
  position: relative;
  width: 220px;
  text-align: center;
}
.produkt_box p.produkt_img img {
  border: none;
}

.produkt_nahled_info_hodnota span{
  color: #098ACB;
  font-weight: bold;
}

.produkt_nahled_info_hodnota{
  position: relative;
  float: left;
  padding: 5px 10px 5px 10px;
  margin-bottom: 0px;
  height: 36px;
}

.produkt_box p.produkt_cena {
  position: relative;
  float: left;
  padding: 0px 10px 5px 10px;
  margin-bottom: 0px;
  clear: left;
  width: 200px;
}

.produkt_box p.produkt_cena span{
  color: #098ACB;
  font-weight: bold;  
}

.produkt_box p.produkt_cena strong {
  font-size: 1.3em;
}
.produkt_box div.produkt_button {
  position: absolute;
    width: 100%;
    bottom: 10px;
  margin: 0 auto;
	margin-top: 10px;
	text-align: center;
}
.produkt_box .produkt_dostupnost {
  color: #00AB3A;
}

.produkt_box p.produkt_popis {
  color: #000000;
  clear: both;
  min-height: 40px;
  margin: 0;
  padding: 0px 5px;
}
/*********************************/
/*  DETAIL PRODUKTU
/*********************************/
.detail_box {
  height: 100%;
  float: left;
}
/* nadpisy */
.detail_box h1 {
  margin: 0 0 0.5em 0;
}
.detail_box h3 {
  border-bottom: 1px solid #999999;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
/* hlavni obrazek */
.detail_box .detail_img {
  position: relative;
  float: left;
  width: 251px;
  padding: 0px 10px 10px 0px;
}
.detail_box .detail_img img {
  border: 1px solid #CCC;
  height: auto;
  box-shadow: 0px 0px 20px #CCC;
}
.detail_box .detail_img img:hover {

}
.detail_popis{
  position: relative;
  margin-top: 5px;
}
/* info hodnoty */
.detail_info_title{
  position: relative;
  height: 30px;
  line-height: 30px;
  text-align: center;
  color: #FFF;
  font-size: 14px;
  font-weight: bold;
  background-color: #0A9AE2;
  margin: 0px !important;
  padding: 0px !important;
  width: 120px; 
  border: none !important;
}

.detail_info_container{
  position: relative;
  height: auto;
  width: 700px;
  padding: 10px;
  border: 1px solid #0A9AE2;  
  font-size: 14px;
}
.detail_info_container div{
  *background: #DDD;
}
/* info o zbozi */
.detail_box .detail_info {
  position: relative;
  float: left;
  width: 460px;
  *width: 439px;
}
.detail_box .detail_info table {
  font-size: 14px;
  border-top: 1px dotted #000;
  border-bottom: 1px dotted #000;
  width: 460px;;
}
.detail_box .detail_info table td {
   text-align: left;
   padding-right: 10xp;
   padding-top: 5px;
   padding-bottom: 5px;
}
/* dalsi obrazky*/
.detail_box .detail_images {
  padding: 0px;
  width: 99%;
  
}
.detail_box .detail_images .detail_image {
  margin: 10px 10px 0 0;
  &padding-top: 10px;
  _padding-top: 10px;
	display: inline-block;
  height: 120px;
  float: left;
}

.detail_box .detail_images .detail_image_in {
	max-height: 120px;
}
.detail_box .detail_images .detail_image a{
	display: block;
	max-height: 120px;
}
.detail_box .detail_images .detail_image img {
  margin: 0px;
  border: solid 2px #C3C3C3;
  max-height: 118px;
  width: auto;
  height: auto;
}

.detail_box .detail_images .detail_image img:hover {
  border: solid 2px #7D7D7D;
}
/* 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;
}
/* tlacitko */
.detail_box .button_add {
  width: 92px;
  height: 31px;
  margin: 0px;
  background-image: url("/files/images/button_koupit.png");
  background-repeat: repeat;
  background-position: 0% 0%;
  background-color: #444444;
  border: none;
  cursor: pointer;
}

.detail_box .button_add2 {
  width: 92px;
  height: 31px;
  margin: 0px;
  background-image: url("/files/images/button_pronajmout.png");
  background-repeat: repeat;
  background-position: 0% 0%;
  background-color: #444444;
  border: none;
  cursor: pointer;
}

/* navigace */
.breadcrumb {
  font-size: 0.97em;
  padding: 0 0 1em 0;
  color: #444444;
	margin-bottom: 0;
	background: transparent;
}
.breadcrumb a{
	padding-right: 4px;
}
.breadcrumb,
.breadcrumb a,
.breadcrumb a:visited {
  color: #444444;
  font-size: 0.97em;
  text-decoration: none;
}
.breadcrumb a:hover {
  color: #444444;
  text-decoration: underline;
}
/********** SESTAVY ************/


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

/*********************************/
/*  TOP PRODUKTY
/*********************************/
.top_produkty {
  margin: 0 0 1em 0;
}
.top_produkty .top_nazev {
  font-size: 10.5pt;
  margin: 0 0 0.3em 0;
}
.top_produkty .top_img {
  margin: 0;
}
.top_produkty .top_img img {
  border: solid 2px silver;
  margin: 0;
}
/* sleva */
.ico_sleva {
  position: absolute;
  top: -8px;
  right: -30px;
}
/*********************************/
/*  OBJEDNAVKA
/*********************************/
.kosikNavigace {
	width: auto;
	height: 34px;
	margin-top: 10px;
}
.kosikNavigace .kosikFaze {
	background-color: #2AB3F7;
	width: 129px;
	height: 29px;
	line-height: 29px;
	display: block;
	float: left;
	padding: 0px;
	color: #FFF;
	text-align: center;
	margin-right: 5px;
	border-radius: 20px 3px 20px 3px;

}
.kosikNavigace #fazeSelected {
  background-color: #012B41;
	color: #FFF;
	width: 129px;
	height: 29px;
	line-height: 29px;
	display: block;
	float: left;
	padding: 0px;
	border-radius: 20px 3px 20px 3px;
}

/* 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: #3E3E3E;
	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 */
.kosikPager {
	padding: 20px 0px 0px 0px;
}
input.pagerBack {
	background-color: #D01E16;
	background-image: none;
	width: 102px;
	height: 22px;
	color: White;
	font-size: 10pt;
	text-align: right;
	padding: 0px 0px 0px 0px;
	text-decoration: none;
	border: solid 1px #B60A03;
	text-align: center;
}

input.pagerFw {
	background-color: #01A046;
	background-image: none;
	width: 102px;
	height: 22px;
	color: White;
	font-size: 10pt;
	text-align: right;
	padding: 0px 0px 0px 0px;
	text-decoration: none;
	border: solid 1px #00923F;
	text-align: center;
}
input.buttonAktualizovat {
	background-color: #EEEDED;
	background-image: none;
	width: 102px;
	height: 22px;
	color: black;
	font-size: 10pt;
	text-align: right;
	padding: 0px 0px 0px 0px;
	text-decoration: none;
	border: solid 1px #D4D2D2;
	text-align: center;
}

.kosikRight {
  float: right;
  width: 280px;
  text-align: right;
}

/* Přehled kosiku */
.addToCartTxt {
	width: auto;
	padding: 5px 5px 5px 10px;
	margin-bottom: 5px;
	background: #012B41;
	border-radius: 3px;
	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: #2AB3F7;
	color: White;
	height: 27px;
	line-height: 27px;
	text-align: center;
	border-left: none;
}

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

div.kosikCelkovaCena {
	background-color: #F5F5F5;
	border: solid 1px #2AB3F7;
	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;
}

/* tlacitka obj */
.kosikPager .kosikRight {
  float: right;
}
.kosikPager input {
  background-color: #012B41;
  border: none;
  border-radius: 3px;
  color: #fff;
  line-height: 20px;
  height: 20px;
  cursor: pointer;
}

.pagerFw{
  background-color: #2AB3F7 !important;
}
/***************************/
/*  HORNI MENU
/***************************/
.ddmx {
	background-color: transparent;
  display: block;
  position: relative;
  height: auto;
	margin: 0;
	padding: 0px 0px 0px 0px;
	font-weight: normal;
}
.ddmx .ddmxlileftsel,
.ddmx .ddmxlileft {
  float: left;
  padding:0; margin:0;
  position: relative;
}
.ddmx .item1,
.ddmx .item1:hover,
.ddmx .item1-active,
.ddmx .item1-active:hover {
	background: transparent;
	background-position: center 50px;
	color: #FFFFFF;
	display: block;
	position: relative;
  padding: 0px 6px 0px 6px;
	text-decoration: none;
	line-height: 35px;
	text-align: center;
	font-size: 14px;
	font-weight: normal;
	border-left: 1px solid #00121C;
	border-right: 1px solid #0D5679;
	transition: background-position 0.4ss;
  -moz-transition: background-position 0.4s; /* Firefox 4 */
  -webkit-transition: background-position 0.4s; /* Safari and Chrome */
  -o-transition: background-position 0.4s; /* Opera */
}
.ddmx .item1:hover,
.ddmx .item1-active,
.ddmx .item1-active:hover,
.ddmx .selected {
	background-image: url(/files/images/menu_hover_arrow.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}
.ddmx .ddmxlileft:first-child a{
  border-left: none;
}
.ddmx .ddmxlileft:last-child a{
  border-right: none;
}

.ddmx .ddmxlileftsel .item1 {
    color: #303030;
    background-color: transparent;
}

.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: #404040;
	border-bottom: 1px dotted #AFAFAF;
	color: #FFFFFF;
	
	display: block;
	position: relative;
	width: 160px;
	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: #E2DBCE;
	color: #000000;
}

.ddmx .item2 img,
.ddmx .item2-active img {
    position: absolute;
    top: 4px;
    right: 1px;
    border: 0;
}
.ddmx .section {
	border-top: none;
  width: 160px;
  position: absolute;
  top: 100% !important;
  display: none;
  margin-left: 10px;
  z-index: 1000;
}
.ddmx .ddmxlileft:hover .section{
	display: block;
}

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

#mobile_open, #mobile_close {
    display: none;
}

/***************************/
/*  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 */

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

div.reset{
  clear: both;
}

/* SWITCHER */
div#container_switch{ position: relative; height: auto; width: 700px;  }

div#window_switch{ position: relative; margin-top: 0px; height: 635px; width: 690px; overflow: hidden; }

div.box_switch{ position: relative; height: auto; width: 690px;  display: none; }

div#box_switch1{ display: block; }

div#ribbon_switch{ height: 30px; border-bottom: 2px solid #03374F; }

div.button_switch{ position: relative; height: 30px; width: 170px; border-radius: 3px 3px 0px 0px; color: #03374F; font-size: 14px; cursor: pointer; background: #DCDCDC; float: left; margin-right: 5px; line-height: 30px; text-align: center;}

.selected_switch{ background-color: #03374F !important; color: #FFF !important; }
                             
/* Crossfade effect */

#window_switch .box_switch{ position: absolute; z-index: 1 }

.produkt_box_switch{ 
  background-color: #FFF;
  display: inline;
  float: left;
  width: 210px;
  margin: 0px;
  padding: 0px 0px 0px 0px;
  border: 1px solid #D2E8F3;
  margin-right: 12px;
  text-align: center;
  height: 350px;
  padding: 5px;
}

.produkt_box_switch .produkt_button{ position: relative; left: 3px; margin-right: 5px; float: left; } 

.produkt_box_switch h2{ height: 76px; }

.produkt_box_switch h2 a{ text-decoration: none; font-size: 14px; }

.produkt_box_switch .produkt_img { height: 150px; } 

.produkt_box_switch .produkt_cena { font-size: 14px; font-weight: normal; } 

.prehledTablePattern td{ padding: 5px 0px 5px 0px; }

.switch_table td { padding-top: 0px;}

/* Pribuzne produkty */

h3.pribuzne_title{
  position: relative;
  margin: 20px 0px 0px 0px;
  padding: 0px;
  padding-bottom: 5px;
  color: #0A9AE2;
  border-bottom: 1px solid #0A9AE2;
}                                          

.produkt_box_pribuzne{
  position: relative;
  margin-top: 10px;
}

.produkt_box_pribuzne_in{
  position: relative;
  margin-right: 10px;
  padding: 0px 10px 0px 10px;
  float: left;
  height: 260px;
  width: 125px;
  box-shadow: 0px 0px 10px 0px #CCC;
  border: 1px solid #CCC;
  border-radius: 3px;
}

.produkt_box_pribuzne_in h2{
  position: relative;
  height: 36px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
  font-weight: normal;
  text-align: center;
  color: #0A9AE2;
}

.produkt_img_pribuzne{
  position: relative;
  margin: 0px;
}


.produkt_button_pribuzne{
  position: relative;
  width: 125px;
  text-align: center;
  margin-top: 8px;
}
.detail_info_title2{
  position: relative;
  height: 30px;
  line-height: 30px;
  text-align: center;
  color: #FFF;
  font-size: 14px;
  font-weight: bold;
  background-color: #0A9AE2;
  margin-top: 20px;
  padding: 0px !important;
  width: 182px; 
  border: none !important;
}

#form_main{
  position: relative;
  height: 230px;
  width: 700px;
  background: #FFF;
  padding: 10px;
  border: 1px solid #0A9AE2;
}

#form_main h2{
  position: relative;
  margin-bottom: 6px;
}

#form_main h3{
  position: relative;
  margin-bottom: 6px;
  padding-bottom: 6px;
}

#form_main table{
  position: relative;
  float: left;
  width: 340px; 
  background: #CCC;
  height: 140px;
} 

#form_main table td{
  padding: 5px;
  border: 4px solid #FFF;
  color: #000;
}

#form_main table td input{
  border: none;
}

#form_main textarea{
  position: relative;
  float: left;
  height: 125px;
  border: 1px solid #888;
  width: 340px;
  margin-left: 10px;
  margin-top: 4px;
  font-size: 14px;
}

div.description_holder{
  position: relative;
  margin-top: 0px;
  float: right;
  width: 348px;
  margin-right: 1px;
}

div.description_holder label{
  font-style: italic;
}

div.description_holder p{
margin-top: 10px;
  margin-bottom: 0px;
  font-size: 12px;
}

div.description_holder input{
  height: 30px;
  width: 100px;
  line-height: 30px;
  text-align: center;
  display: block;
  position: absolute;
  bottom: 1px;
  right: 0px;
  *line-height: 10px;
}

span.highlight{
  font-weight: bold;
}

div.mex-multistep-navigation .mex-phase-number-selected {
    background: #1C5C7F;
    border: 1px solid #03374F;
    color: white;
}


/**********************************/
/*  FORMULARE 
/*********************************/


button#modal-launch{
    background: #E4F6FF;
	border: 1px solid #CCC;
	width: 100%;
	text-align: left;
	margin-bottom: 10px;
    cursor: pointer;
	box-shadow: none;
	text-shadow: none;
}
button#modal-launch:hover{
	border: 1px solid #08344D;
	background: #08344D;
	color: white;
}

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

div.modal-header {
	border-radius: 0;
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#0a97de+0,0a86c6+100 */
background: #0a97de; /* Old browsers */
background: -moz-linear-gradient(top, #0a97de 0%, #0a86c6 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #0a97de 0%,#0a86c6 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #0a97de 0%,#0a86c6 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0a97de', endColorstr='#0a86c6',GradientType=0 ); /* IE6-9 */
}

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 #6bc2ff;
	color: white;
	font-weight: bold;
    	padding: 0.375rem 1.75rem; 

/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#0a97de+0,0a86c6+100 */
background: #0a97de; /* Old browsers */
background: -moz-linear-gradient(top, #0a97de 0%, #0a86c6 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #0a97de 0%,#0a86c6 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #0a97de 0%,#0a86c6 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0a97de', endColorstr='#0a86c6',GradientType=0 ); /* IE6-9 */
	-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: #06364D;
	border: 1px solid #06364D;
}


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

/***************
RESPONSIVE
***************/
@media screen and (max-width: 1010px){

#head_container, #content, #footer{
	width: 100%;
	padding: 0 2%;
}
#footer{
	padding: 15px 2%;
}

div#hornimenu1{
	width: 100%;
}

div#header{
	width: 100%;
	padding: 0 2%;
}
#main_content{
	width: calc(100% - 235px);
	margin-top: 20px;
}
.detail_box .detail_img,
.detail_box .detail_info,
.detail_info_container,
.detail_box .detail_info table{
	width: 100%;
	*width: 100%;
}
iframe{
	 max-width: 100%;
}

}

@media screen and (max-width: 900px){
body#index div#header_full, div#header_full{
	position: relative;
	top: auto;
	background: #292929;
}
div#header{
	background: none;
}
#mobile_open {
    width: 100%;
    height: 30px;
    padding-top: 8px;
    padding-bottom: 15px;
    background: url(/files/images/hamburger.png) no-repeat center center;
    vertical-align: top;
    cursor: pointer;
    display: block;
}
#mobile_close {
    width: 100%;
    height: 30px;
    padding-top: 8px;
    padding-bottom: 25px;
    background: url(/files/images/close.png) no-repeat center center;
    vertical-align: top;
    cursor: pointer;
}
#hornimenu1 {
    display: none;
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 50;
    background: #1a5d7f;
    padding-bottom: 30px;
}
#hornimenu1.visible {
    display: block;
    overflow: hidden;
    z-index: 150;
}
#hornimenu1.visible .ddmxlileft {
    display: block;
    width: 100%;
    text-align: center;
}
#hornimenu1.visible .ddmxlileft a{
	width: 100%;
	padding: 0;
}

#hornimenu1.visible div.ddmxlileft .section{
	display: block;
	width: 100%;
	text-align: center;
	position: relative;
	top: auto;
	margin: 0;
}
#hornimenu1.visible div.ddmxlileft .section a{
	text-align: center !important;
	padding: 5px 0;
}
div.ddmxlileft:hover .section{
	position: relative;
	left: auto;
}
span.nakupniKosik a{
	margin-left: 10px;
}
span.nakupCena{
	padding-left: 0;
}
.produkty{
	text-align: center;
	margin-right: 0;
}
.produkt_box{
	margin: 10px 5px;
}
}

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

#head_container{
	background: #022E44;
	border-bottom: 8px solid #1A5D7F;
}
.eshopTopBox{
	padding-left: 225px;
}
span.loginStatus a,
span.registraceLink a,
span.nakupniKosik a,
span.nakupCena{
	float: none;
	margin-left: 0;
	height: auto;
}
}

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

div#main_content{
	width: 100%;
	padding: 0;
	min-height: 0;
}
#left_col{
	width: 100%;
}
div#header .nadpis strong{
	display: block;
	margin: 0 auto;
}

div#header{
	text-align: center;
}

div#horniMenu{
	text-align: center;
}
#head #logo{
	position: relative;
	margin: 0 auto;
}
#head_container{
	height: auto;
}
span.loginStatus a,
span.registraceLink a,
span.nakupniKosik a,
span.nakupCena{
	line-height: initial;
	display: inline-block;
}
#eshop_cart{
	height: auto;
}
.eshopTopBox{
	padding: 0 5px;
	text-align: center;
}
#menu_top{
	position: relative;
	top: auto;
	height: auto;
	padding: 5px 0;
}	

}

