* {
	margin: 0px;
	padding: 0px;
}
body {
  background-color: #153114;
  color:  #000000;  
	font-size: 16px;
	text-align: left;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	line-height: 1.4;
	height: 100%;
}
/* sirka webu, vycentrovani na stred */
#page_container {	
	max-width: 960px;
	margin: 0px auto; 
}
/* hlavicka */
#head_container {
	border: none;	
  background-image: url(/files/images/menu_bg.png);
  background-repeat: repeat-x;
  background-position: bottom;
 	position: relative;
}
p.logo {
  float: left;
  margin: 0 0 0 1%;
}
p.logo img {
  box-shadow: 0px 2px 3px rgb(100,100,100);
  margin: 0;
  max-width: 100%;
}
#page_title1{
  font-size: 28px;
  color: #FFF;
  padding: 6px 10% 6px 0.5%;
  text-align: center;
}
#page_title2{
  font-size: 18px;
  color: #F1E8AB; 
}
#obrazek {
  height: 252px;
  background-image: url(../files/images/zahlavi-bg.png);
  background-repeat: no-repeat;
  background-position: center top;
}
/* horni menu */
#menu_top {
	padding: 0;
  float: left;
	position: absolute;
	bottom: 0;
	right: 0;
}

/* obsahova cast */
#content {
  background-color: #FFF;
	margin: 0;
  padding: 20px 1%;
}
/* levy sloupec */
.left_col {
	background-color: transparent;
	float: left;
	width: 22%;
}
/* hlavni sloupec */
#main_content {
	text-align: left;
	width: 76%;
  margin-left: 2%;
	float: right;
  min-height: 400px;
}
/* paticka */
#footer {
	background-color: transparent;
	background-image: url(/files/images/footer_bg.png);
	background-repeat: repeat-x;
  background-color: rgb(4,107,1);
  background-position: 0 0;
	color: #ffffff;
	clear: both;
  padding: 21px 0 0 15px;
}
#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.4;
}
h1 {
	color: #000000;
	font-size: 24px;
	font-weight: normal;
}
h2 {
	color: #249821;
	font-size: 20px;
	font-weight: normal;
}
h3 {
	color: #000000;
	font-size: 18px;
	font-weight: bold;
}
h4 {
	color: #000000;
	font-size: 16px;
	font-weight: bold;
}
p, li {
  margin: 0 0 6px 0;
  line-height: 1.4;
}
ul {
  padding: 18px;
}
img {
	border: none;
	margin: 5px 1%;
  max-width: 98%;
  height: auto;
}
a,
a:visited {
	color: #249821;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}

table {
	border-collapse: collapse;
	border: none;
  margin: 0 0 6px 0;
  table-layout: fixed;
  max-width: 100%;
}
table td {
  vertical-align: top;
  text-align: left;
}
ul, ol {
	list-style-position: outside;
	margin: 0 0 6px 0px;
	padding: 0;
}

li{
  padding-left: 18px;
  background-image: url(/files/images/odrazka.png);
  background-repeat: no-repeat;
  background-position: 0px center;
      list-style: none;
}
.float-left {
  float: left;
}
.float-right {
  float: right;
}
/**********************************/
/*  MODULY 
/*********************************/

/* hlavicka - odkaz logo */
#head .link_logo  {
	float: left;
  margin-left: 2%;
}
/* sloupec boxy */
.left_col h2 {
  padding: 12px 20px 12px 10px;
  color: #FFF;
  font-size: 16px;
  background-image: url(/files/images/left_h2_bg.png), url(/files/images/h2-bg.png);
  background-repeat: no-repeat, repeat-x;
  background-position: right center, top;
  background-color: rgb(21,104,4);
  margin-bottom: 0px;
  border-left: 1px solid rgb(166,219,165);
  border-top: 1px solid rgb(166,219,165);
}
.col_box_content {
	background-color: #eeeeee;
  height: auto;
	padding: 10px;
	margin: 0px 0px 10px 0px;
}
.partner {
  text-align: center;
}
.partner img{
  margin: 0;
  width: 100%;
}
/* 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_main{ 
  background-image: url(/files/images/form_bg.jpg);
  background-color: rgb(248,248,248); 
  background-repeat: repeat-x; 
  background-position: top;
  clear: both;
  padding: 10px 2%; 
  border-radius: 3px;
  box-shadow: 0px 0px 20px 0px #888;
  margin-top: 30px;
}
#form_main .float-left {
  margin-right: 1%;
  width: 44%;
}
#form_main .float-right {
  width: 55%;
  text-align: right;
}
#form_main h3{ 
  margin: 15px 0;
  color: #000;  
  text-shadow: 0px 1px 2px #FFF;
}

#form_main p{ 
  color: #000; 
  width: 100px;
  max-width: 100%; 
  display: block;  
  float: left;
  text-align: left; 
}
#form_main p.gdpr{
	float: left;
	width: auto;
	margin-top: 10px;
}
#form_main p.p-submit {
      float: right;
}
#form_box1, #form_box2, #form_box3, #form_box4, #form_box5, #form_box6 {
  clear: both;
  margin: 10px 0;
}
#form_main input, #form_main textarea { 
  border: 1px solid #888;
  color: #000;
  padding: 5px 1%; 
  display: block; 
  width: 60%; 
}
#form_main p.input {
  width: 62%; 
  clear: none;
  text-align: right;
}
#form_main textarea {
  height: 126px;
  width: calc(100% - 110px);
}
#form_main #form_box6 input{
  height: 32px; 
  width: 100px;  
  cursor: pointer; 
  background-color: rgb(8,114,6); 
  color: #FFF; 
  border: 1px solid rgb(8,114,6);
  margin-top: 5px;
  float: right;
  background-image: url(/files/images/form_button.jpg);
  background-repeat: repeat-x;
  background-position: top;
}
#form_main input:focus, #form_main textarea:focus{ 
  outline: none; 
  border: 1px solid #444; 
}
#form_main input[type="text"]:focus{ 
  border: 1px solid #444; 
}


#btn-FormSendMail{
    height: 32px; 
    width: 100px;  
    cursor: pointer; 
    background-color: rgb(8,114,6); 
    color: #FFF; 
    border: 1px solid rgb(8,114,6);
    margin-top: 5px;
    float: right;
    background-image: url(/files/images/form_button.jpg);
    background-repeat: repeat-x;
    background-position: top;
  }
#btn-FormSendMail:focus{ 
    outline: none; 
    border: 1px solid #444; 
  }



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

/**********************************/
/*  KATEGORIE
/**********************************/
DIV#category {
  visibility: visible;
  margin-bottom: 10px;
  padding: 0;
}
DIV#category div {
    margin: 0px;
}
DIV#category p {
  padding: 0px;
  margin: 0px;
  background-image: url(/files/images/category_bg.png);
  background-repeat: repeat-x;
  background-position: top;
  background-color: rgb(248,248,248);
  border: 1px solid rgb(198,196,196);
  border-top: 1px solid rgb(248,248,248);
}
DIV#category p.close + div {
  display: none !important;
}
DIV#category  a {
  display: block;
  background-image: url(/files/images/category_a_bg.png);
  background-repeat: no-repeat;
  background-position: 5px center;
  color: #000;
  text-decoration: none;
  padding: 8px 5px 8px 20px;
}

#category a:hover, DIV#category P a.selected, DIV#category P a:hover.selected{ 
  background-color: rgb(198,198,195);
}
/* 2. uroven */
DIV#category DIV.item2 a {
  background-color: #cccccc;
	border-bottom: solid 1px #444444;
	color: #000000;
	
	display: block;
	padding: 8px 5px 8px 30px;
	text-decoration: none;
}
DIV#category DIV.item2 a:hover {
  color: #01923F;
}
DIV#category DIV.item2 P a.selected,
DIV#category DIV.item2 P a:hover.selected {
  font-weight: bold;
}
/* 3. uroven */
DIV#category DIV.item3 a {
  background-color: #cccccc;
	border-bottom: solid 1px #444444;
	color: #000000;
	
	display: block;
  padding: 8px 5px 8px 45px;
	text-decoration: none;
}
DIV#category DIV.item3 a:hover {
  color: #01923F;
}
DIV#category DIV.item3 P a.selected,
DIV#category DIV.item3 P a:hover.selected {
  font-weight: bold;
}
/* 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;
    width: 100px;
    height: 70px;
    margin-right: 10px;
    position: relative;
    background: lightgrey;
}
.aktuality_col_container .aktuality_img a{
    display: block;
    width: 100px;
    height: 70px;
}
.aktuality_col_container .aktuality_img img {
    margin: auto !important;
    border: none !important;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    max-height: 100%;
}
.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: right center;
  
  padding-right: 30px;
}
span.loginStatus a{
  background-image: url(/files/images/prihlaseni.png);
  background-repeat: no-repeat;
  background-position: left center;
  
  padding-left: 20px;
  margin-left: 40px;
}
span.registraceLink a{
  background-image: url(/files/images/klic.png);
  background-repeat: no-repeat;
  background-position: left center;
  
  padding-left: 20px;
  margin-left: 10px;
}
/**********************************/
/*  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            */
/*********************************/
.strankovani {
    clear: both;
    margin: 10px 0;
}
.prehledTablePattern{
  margin-top: 0px;
  top: -10px; 
  position: relative; 
}

.produkt_box {
  background-color: transparent;
  float: left;
  height: 317px; 
  border: 1px solid #1E911C;
  padding: 5px 1%;
  box-shadow: 0px 0px 20px 0px #AAA;
  margin: 10px 1% 20px 0px;
  width: 29.5%; 
}
.pbx1{
  height: 220px;
}

.produkt_box_in {}

.produkt_box h2 {
  height: 54px;
  text-align: center;
  padding: 10px 0;
}

.pbx1 h2{
  height: 40px;
}
.produkt_box h2 a {
  font-size: 16px;
  font-weight: normal;
  text-decoration: none;
  color: #000;
}
.produkt_box p.produkt_img {
  text-align: center;
  margin-bottom: 10px;
  height: 165px;
  overflow: hidden;
}
.pbx1 p.produkt_img {
    height: 145px;
}
.produkt_box p.produkt_img img {
  border: 5px solid #CCC;
  max-width: 89%;
  margin: 0;
}

.produkt_box div.produkt_right {
  float: right;
  width: 45%;
  text-align: right;
}
.produkt_box p.produkt_cena {
  margin: 0;
}
.produkt_box p.produkt_cena strong {
  font-size: 1.3em;
}
.produkt_box p.produkt_cena span {
  display: block;
  font-size: 1.05em;
}
.produkt_box div.produkt_button {
  height: 31px;
}

.produkt_box div.produkt_button input{
  display: block;
  margin: 0px auto;
  padding: 8px 0;
  text-align: center;
  color: white;
  width: 142px;
  max-width: 100%;
  background-image: url(/files/images/produkt_button.png);
  background-repeat: no-repeat;
  background-position: center center;
  border: none;
  cursor: pointer;
  background-color: transparent;
}

.produkt_box .produkt_dostupnost {
  color: #00AB3A;
}

.produkt_box p.produkt_popis {
  color: #000000;
  clear: both;
  height: 54px;
  text-align: center;
  margin: 0px 0px 8px 0px;
  font-size: 14px;
  overflow: hidden;
}
/*********************************/
/*  DETAIL PRODUKTU
/*********************************/
.detail_box {

}
/* nadpisy */
.detail_box h1 {
  margin: 0 0 0.5em 0;
}
.detail_box h3 {
  color: #1E911C;
  font-size: 16px;
}
/* hlavni obrazek */
.detail_box .detail_img {
  float: left;
  width: auto;
  max-width: 37%;
  padding: 10px 1% 10px 0px;
}
.detail_box .detail_img img {
  border: solid 5px #FFF;
  border: solid 5px #CCC\9;
  box-shadow: 2px 2px 10px 0px #666;

  transition: all 0.5s;
  -moz-transition: all 0.5s; /* Firefox 4 */
  -webkit-transition: all 0.5s; /* Safari and Chrome */
  -o-transition: all 0.5s; /* Opera */

}
.detail_box .detail_img img:hover {
  box-shadow: 1px 1px 5px 0px #888;
}

.sleva_icon{
  position: absolute;
  top: 5px;
  left: -11px;
  border: none !important;
}

.novinka_icon{
  position: absolute;
  top: 33px;
  left: -11px;
  border: none !important;
}

.doporucujeme_icon{
  position: absolute;
  top: 61px;
  left: -11px;
  border: none !important;
}

.icon_holder{
  position: relative;
  float: left;
  width: 665px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.icon_detail{
  position: relative;
  float: left;
  border: none !important;
  margin-right: 5px;
}

.horizontal_line{
  position: relative;
  float: left;
  height: 1px;
  width: 665px;
  border-top: 1px solid #CCC; 
  background-color: #FFF;  
}

.produkt_editable_content{
  position: relative;
  width: 665px;  
  padding: 5px;
  float: left;
  margin-top: 10px;
  margin-bottom: 10px;
}

.produkt_editable_content p{
  margin-bottom: 0px;  
}

/* info hodnoty */

.detail_box .detail_hodnoty{
  position: relative;
  width: 665px;
  float: left;
}

.detail_box .detail_hodnoty table {
  
}
.detail_box .detail_hodnoty td {
  padding: 5px;  
}

.detail_box .detail_hodnoty td:first-child{
  width: 150px;
  font-weight: bold;
}

/* info o zbozi */
.detail_box .detail_info {
  float: none;
  width: auto;
}
.detail_box .detail_info table {
  border-spacing: 5px;
  border-collapse: separate;
  width: 90%;
}
.detail_box .detail_info table td {
   text-align: left;
   padding-right: 10px;
}
/* dalsi obrazky*/
.detail_box .detail_images {
  margin: 10px 1% 0px 0px;
  padding: 10px 0px 10px 1%;
  width: 59%;
  max-width: 96%;
  background: #FFF;
  overflow: auto;
  float: right;  
  border: 1px solid #AAA;
}
.detail_box .detail_images .detail_image {
  border: solid 2px #FFF;
  margin: 0 10px 15px 0;
  display: table;
  float: left;
}

.detail_box .detail_images .detail_image:hover {
 
}
.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: 2px solid #FFF;
  box-shadow: 0px 0px 5px 0px #888;
  
  transition: all 0.5s;
  -moz-transition: all 0.5s; /* Firefox 4 */
  -webkit-transition: all 0.5s; /* Safari and Chrome */
  -o-transition: all 0.5s; /* Opera */
  
}

.detail_box .detail_images .detail_image img:hover{
  border-radius: 20px 0px 20px 0px;
}

.detail_popis{
  clear: both; 
  margin-top: 10px; 
}

.detail_cena{
  position: relative;
  float: left;
  width: 665px; 
  margin-top: 10px; 
  margin-bottom: 0px;
}

.detail_cena td{
  padding: 5px;
}

.detail_cena td:first-child{
  font-weight: bold;
  width: 150px;
}

/* 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: 62px;
  height: 22px;
  margin: 0 5px;
  background-image: url("/files/images/button_add.png");
  background-repeat: repeat;
  background-position: 0% 0%;
  background-color: #444444;
  border: none;
  cursor: pointer;
}
/* navigace */
.breadcrumb {
  padding: 0 0 5px 0;
  color: #444444;
  clear: both;
}
.breadcrumb a,
.breadcrumb a:visited {
  color: #444444;
  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: 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: url(/files/images/kosikFazeSelected.png) no-repeat;
	color: white;
	width: 129px;
	height: 27px;
	display: block;
	float: left;
	padding: 10px 0px 0px 30px;
	margin-right: 4px;
	border: solid 1px #00923F;
}

/* 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: 20px;
	background: #01451E;
	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: #00923F;
	color: White;
	padding: 20px 10px 10px 10px;
	border-left: none;
}

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

div.kosikCelkovaCena {
	background-color: #F5F5F5;
	border: solid 1px #00923F;
	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: #00923F;
  border: solid 1px #00923F;
  color: #fff;
  padding: 2px 5px;
  height: 20px;
}
/***************************/
/*  HORNI MENU
/***************************/
.ddmx {
  display: block;
  height: auto;
	margin: 0;
	padding: 0px 0px 0px 0px;
	font-weight: normal;  
}
.ddmx .ddmxlileftsel,
.ddmx .ddmxlileft {
  float: left;
  padding:0; 
  margin:0;
}
.ddmx a {
  padding: 13px;
  color: #FFF;
  text-decoration: none;
  display: block;
  border-left: 1px solid #066E03;
  border-right: 1px solid #31AA2E;
}
.ddmx .item1:hover,
.ddmx .item1-active,
.ddmx .item1-active:hover,
.ddmx .selected {
  background-color: #105400;
}
.ddmx .ddmxlileft:first-child a {
  border-left: none;
}

.ddmx .ddmxlileft:last-child a {
  border-right: none;
}

.ddmx a.topMenuItem23 { 
  padding: 13px 13px 13px 50px; 
  background-image: url(/files/images/fb_logo.png);
  background-repeat: no-repeat;
  background-position: 10px center;
}

.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: 37px !important;
  visibility: hidden;
  margin-left: 10px;
  z-index: 1000;
}

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

/***************************/
/*  LEVE MENU
/***************************/
.ddmy {
	background-color: transparent;
  display: block;
  height: auto;
	margin: 0px 0px 10px 0px;
	padding: 0;
	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;
}

/***************************/
/*  I-frame login
/***************************/

div#loginbox_layout { height: 450px; width: 400px; background: #222; }

div#loginbox_holder1{ position: relative; height: auto; width: 400px; }

img#loginbox_logo{ position: relative; margin-top: 0px; margin-bottom: 0px; margin-left: 20px; }

div#loginbox_holder2{ position: relative; height: 260px; width: 400px; }

input#loginbox_login_name { position: absolute; top: 25px; left: 20px; height: 32px; width: 360px; border-radius: 2px; border: none; outline: none; padding-left: 5px; line-height: 2.5\9 }

input#loginbox_login_pass { position: absolute; top: 85px; left: 20px; height: 32px; width: 360px; border-radius: 2px; border: none; outline: none; padding-left: 5px; line-height: 2.5\9 }

input#loginbox_login_sub { position: absolute; top: 135px; left: 20px; height: 32px; width: 80px; color: #FFF; border-radius: 2px; border: none; outline: none; cursor: pointer; 
/**** GRADIENT *****/
background: rgb(73,155,234); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(73,155,234,1) 0%, rgba(32,124,229,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(73,155,234,1)), color-stop(100%,rgba(32,124,229,1))); /* Chrome, Safari4+ */
background: -webkit-linear-gradient(top,  rgba(73,155,234,1) 0%,rgba(32,124,229,1) 100%); /* Chrome10+, Safari5.1+ */
background: -o-linear-gradient(top,  rgba(73,155,234,1) 0%,rgba(32,124,229,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(73,155,234,1) 0%,rgba(32,124,229,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(73,155,234,1) 0%,rgba(32,124,229,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#499bea', endColorstr='#207ce5',GradientType=0 ); /* IE6-9 */
/* END OF GRADIENT */
}

input#loginbox_login_stay{ position: absolute; top: 146px; right: 28px; cursor: pointer; }

p.loginbox_paragraph { color: #FFF; font-family: Arial; }

p.loginbox_paragraph a { color: #BBB; font-family: Arial; text-decoration: none; }

  p#loginbox_paragraph_text_login { position: absolute; top: 7px; left: 20px; }
  
  p#loginbox_paragraph_text_pass { position: absolute; top: 67px; left: 20px; }
    
  p#loginbox_paragraph_text_stay { position: absolute; top: 145px; right: 50px; }
    
  p#loginbox_paragraph_text_cant { position: absolute; top: 195px; left: 20px; }
      
  p#loginbox_paragraph_text_register { position: absolute; top: 215px; left: 20px; } 


#map_canvas {height: 480px; width: 640px; border: 1px solid #000; font-family: Calibri;}

.news_box{
  position: relative;
  margin: 5px 0px 5px 0px;
}

.news_box p{
  margin-bottom: 5px;
}

.aktuality_box{ 
  border: 1px solid #E5E09A;
  background: #F3EFD4;
  margin: 0px 0px 5px 0px;
  padding: 5px;
}

.aktuality_name a{
  color: #000 !important;
  font-size: 14px !important;
  font-weight: bold;
  text-decoration: none !important;
}

.aktuality_text{
  margin-top: 5px;
}

.aktuality_vice_odkaz a, .aktuality_vice_odkaz span{
  color: #000 !important; 
}

.podkategorie_reference{
  margin-bottom: 7px;
  
}

.podkategorie_reference #category{
  margin-bottom: 0px;
}

.podkategorie_reference #category p{
  float: left;
  display: block;
  width: 220px;
  max-width: 97%;
  margin: 0px 1% 5px 0px;
  text-align: center;
  border: 1px solid #CCC;
}

.podkategorie_reference #category p a{
  background-image: url(/files/images/button_texture.jpg);
  background-repeat: repeat-x;
  background-position: bottom
  background-color: rgb(241,241,241);
  padding-left: 0px;
  color: #1E911C;
  font-size: 18px;
}

.podkategorie_reference #category p a:hover{
  background-color: #CCC;
  background-image: none;
}

.podkategorie_reference #category p a.selected, .podkategorie_reference .selectedP{
  display: none !important;
}                     

.pbx2 .produkt_box{
  margin: 15px 5px 15px 0px;  
}

.aktuality_col_container2{ margin-top: 15px; }
.aktuality_col_container2 .aktuality_box{ padding: 10px;  background: url(/files/images/akt_bg.jpg) repeat-x 0 bottom; padding: 10px; background-color: #FFF; border-radius: 3px; margin-bottom: 15px; border: 1px solid #CCC; }
.aktuality_col_container2 .aktuality_name{  }
.aktuality_col_container2 .aktuality_name a{ color: #2F2822; text-decoration: none; font-size: 18px; font-weight: bold; }
.aktuality_col_container2 .aktuality_date{ color: #2F2822; text-decoration: none; font-size: 14px; padding: 7px 0px 10px 0px; }
.aktuality_col_container2 .aktuality_img{ 
 	float: left;
    	width: 200px;
    	height: 150px;
    	margin-right: 10px;
    	position: relative;
    	background: lightgrey;
}
.aktuality_col_container2 .aktuality_img a{ display: block;  width: 200px; height: 150px;}
.aktuality_col_container2 .aktuality_img a img{ 
	margin: auto !important;
    	border: none !important;
    	position: absolute;
    	top: 0;
    	right: 0;
    	bottom: 0;
    	left: 0;
    	max-height: 100%;
}
.aktuality_col_container2 .aktuality_text{ }
.aktuality_col_container2 .aktuality_text p{ font-size: 14px; color: #2F2822; }                                            
.aktuality_col_container2 .aktuality_vice_odkaz{ clear: both; margin-top: 10px; }
.aktuality_col_container2 .aktuality_vice_odkaz a{ height: 32px; line-height: 32px; width: 100px; float: right; display: block; background-color: #9d4227; font-size: 14px; text-decoration: none; text-align: center; border-radius: 5px; }
.aktuality_col_container2 .aktuality_vice_odkaz a:hover{ background-color: #7D2207; color: #2F2822; }
.aktuality_col_container2 .aktuality_vice_odkaz span{ color: #FFF !important; }

/*******************
 *MEDIA
 *******************/
@media (max-width: 920px) {
  #menu_top{
	position: relative;
	bottom: auto;
	right: auto;
  }
  #page_title1 {
    padding: 6px 0.5% 6px 0.5%;
  }
  #form_main .float-left, #form_main .float-right {
    margin-right: 0;
    width: 100%;
  }
#form_main textarea{
	width: calc(100% - 113px);
}
}
@media (max-width: 780px) {
  .detail_box .detail_images {
    width: 96%; 
  }
}
@media (max-width: 590px) {
  p.logo {
    float: none;
    clear: both;
    margin: 0;
  }
  #menu_top {
    float: none;
  }
  #head_container {
    background-image: none;
  }
  .ddmx .ddmxlileft {
    background-image: url(/files/images/menu_bg.png);
    background-repeat: repeat;
    background-position: top;
    min-width: 50%;
    margin: 0;
    text-align: center;
  }
  .ddmx .ddmxlileft:last-child {
    width: 100%;
  }
  .ddmx a.topMenuItem23 {
    margin: 0 0 0 50%;
    padding: 13px 0;
  }
  .left_col {
	  float: none;
	  width: 100%;
  }
  #main_content {
	  width: 100%;
    margin-left: 0;
	  float: none;
  }
}
@media (max-width: 520px) {
  .produkt_box {
    width: 45.5%;
  }
  #form_main input, #form_main textarea {
    width: 98%;
  }
  #form_main p.p-submit {
    width: 100%;
    margin-top: -22px;
  }
  #form_main p {
    float: none;
  }
} 
@media (max-width: 360px) {
   .ddmx .ddmxlileft {
     width: 100%;
   }
  .ddmx a.topMenuItem23 {
    margin: 0;
  }
  .produkt_box {
    width: 97%;
    margin-right: 0;
  }
}