* {
	margin: 0px;
	padding: 0px;
}
body {
  background-color: #FFF;
  background-image: url(/images/bg_image.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  color:  #000000;
  
	font-size: 14px;
	text-align: left;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	line-height: 1.4;
	position: relative;
	height: 100%;
}
/* sirka webu, vycentrovani na stred */
#page_container {
	background-color: transparent;
	
	width: 960px;
	margin: 0px auto; 
	position: relative;
	z-index: 10;
}
/* hlavicka */
#head_container {
	background-image: url(/images/blue_texture.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	border: none;	
	height: 127px;	
	position: relative;
}

#xmg{ 
  position: absolute;
  top: 0px; 
  right: 0px; 
  z-index: 99;
}

/* horni menu */
#menu_top {
	height: 48px;
	padding: 0px 0px 0px 0px;
	width: auto;
	position: relative;
	float: left;
	margin-left: 30px;
}
/* kosik shopu */
#eshop_cart {
  background-color: transparent;
	/* background-image: url(/files/images/body.jpg); */
	background-repeat: repeat-x;
	background-position: 0 0;
	
  height: 20px;
  width: auto;
  padding: 5px 0px;
  font-size: 10pt;
}
.eshop_cart,
.eshop_cart a,
.eshop_cart a:visited {
  color: #000000;
  text-decoration: none;
}

#main{ background: url(/images/blue_texture.jpg) left top repeat-x; }

#title_text1{
  position: absolute;
  display: block; 
  top: 70px; 
  left: 290px;
  font-size: 28px;
  height: 28px;
  line-height: 28px;
}

/* obsahova cast */
#content {
	/*background: transparent;
	background-image: url(/files/images/page.jpg);
	background-repeat: repeat-y;
	background-position: 0 0;*/
  
	padding: 0px 0px 20px 0px;
}
/* levy sloupec */
#left_col {
	background-color: transparent;	
	float: left;
	width: 220px;
	padding: 0px 0px 0px 0px;
}
/* pravy sloupec */
#right_col {
  background-color: transparent;

	width: 230px;
	padding: 20px 0px 0px 0px;
	float: right;
}
/* hlavni sloupec */
#main_content {
	min-height: 800px;
  padding: 0px 0px 0px 0px;
	text-align: left;
	width: 680px;
	float: right;
  margin-right: 30px;
}
/* paticka */
#footer {
	background-color: #EEE;
	/*background-image: url(/files/images/footer.jpg);
	background-repeat: no-repeat;
  background-position: 0 0;*/
	color: #000;
	padding-top: 15px;
	height: 65px;
}
#footer_full {
  background-color: #EEE; 
  position: absolute;
  bottom: 0px;
  left: 0px;
  z-index: 0;
  min-height: 80px;
  width: 100%;
  border-top: 1px solid #CCC;
}
#footer a,
#footer a:visited,
#footer a:hover {
	color: #000;
	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 12px 0;
}
h1 {
	color: #000000;
	font-size: 22px;
	font-weight: 400;
	border-bottom: 1px dotted #000;
	padding-bottom: 5px;
}
h2 {
	color: #007CC2;
	font-size: 18px;
	font-weight: 400;
}
h3 {
	color: #000000;
	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;
}

li{
  background-image: url(/images/odrazka.png);
  background-repeat: no-repeat;
  background-position: left 5px;
  padding-left: 15px;
}

img {
	border: none;
	margin: 0;
}
a,
a:visited {
	color: #007cc2;
	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;
  list-style-type: none !important;
}
/**********************************/
/*  MODULY 
/*********************************/

/* hlavicka - odkaz logo */
#head .link_logo  {
  position: relative;
	display: block;
	float: left;
	height: 112px;
	width: 231px;
	background-image: url(/images/logo.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	margin-top: 7px;
}
/* sloupec boxy */
#left_col h2 {
	color: #6BC8FB;
	background-image: url(/images/black_texture.jpg);
	background-repeat: repeat-x;
	background-position: 0 0;
	font-size: 18px;
	height: 40px;
	line-height: 40px;
	padding: 0px 0px 0px 10px;
	margin: 0px 0px 0px 0px;
	border: 1px solid #000;
}

.col_box_content{
	background-color: #FFF;
  height: auto;
	padding: 10px;
	margin: 0px 0px 10px 0px;
	border-bottom: 3px solid #4BA8DB;
}

.col_box_content2{
	background-color: #FFF;
  height: auto;
	padding: 0px 0px 0px 10px;
	margin: 0px 0px 10px 0px;	
	border-bottom: 3px solid #4BA8DB;
}

.col_box_content2 table{
  margin-bottom: 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_main{ position: relative; margin-top: 20px; margin-left: 0px; height: 260px; width: 717px; float: left; background-color: #007cc2; border-radius: 3px; box-shadow: 0px 0px 20px 0px #888; }

#form_main h3{ position: relative; margin-top: 15px; margin-left: 20px; display: block; font-size: 18px; color: #FFF; float: left; width: 100%; text-shadow: 0px 1px 2px #000; }

#form_main p{ color: #FFF; position: relative; width: 100px; display: block; height: 30px; margin-bottom: 0px; line-height: 30px; float: left; }
#form_main input{ color: #000; border: none; padding: 0px 5px 0px 5px; position: relative; display: block; width: 150px; height: 30px; line-height: 30px; float: left; border: 1px solid #AAA; }

#form_box1{ position: relative; margin-top: 20px; margin-left: 20px; float: left; }
#form_box2{ position: relative; margin-top: 10px; margin-left: 20px; float: left; clear: both;}
#form_box3{ position: relative; margin-top: 10px; margin-left: 20px; float: left; clear: both; }
#form_box4{ position: relative; margin-top: 10px; margin-left: 20px; float: left; clear: both; }

#form_box5{ position: absolute; top: 70px; width: 400px; left: 300px;  }
#form_box5 p{ width: 80px; }
#form_box5 textarea{ width: 290px; padding: 5px; height: 104px; border: none; border: 1px solid #AAA; resize: none; }
#form_box6{ position: absolute; top: 196px; width: 82px; right: 35px; }
#form_box6 p{ width: 82px;}
#form_box6 input{ height: 30px; line-height: 30px; *line-height: 26px; border: none; width: 82px; color: #FFF; cursor: pointer; font-size: 14px; background-image: url(/images/black_texture.jpg); background-repeat: repeat-x; background-position: 0 0; border: 1px solid #000; }

#form_main input:focus{ outline: none; box-shadow: inset 0px 0px 0px 1px #0066CC; }
#form_main input[type="text"]:focus{ box-shadow: inset 0px 0px 0px 1px #0066CC; }
#form_main textarea:focus{ outline: none; box-shadow: inset 0px 0px 0px 1px #0066CC; }

.alert{ background: #F00\9; box-shadow: inset 0px 0px 0px 1px #F00; }


/**********************************/
/*  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;
}
DIV#category p.close + div {
    display: none !important;
}
DIV#category  a {
	background-color: #cccccc;
	border-bottom: solid 1px #444444;
	color: #000000;
	
	display: block;
  padding: 8px 5px 8px 15px;
	text-decoration: none;
}
DIV#category A:hover {
    color: #01923F;
}
DIV#category P a.selected,
DIV#category P a:hover.selected {
  font-weight: bold;
}
/* 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;
}
.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(/images/kos.png);
  background-repeat: no-repeat;
  background-position: right center;
  
  padding-right: 30px;
}
span.loginStatus a{
  background-image: url(/images/prihlaseni.png);
  background-repeat: no-repeat;
  background-position: left center;
  
  padding-left: 20px;
  margin-left: 40px;
}
span.registraceLink a{
  background-image: url(/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(/images/button_login.png);
    background-repeat: no-repeat;
    border: medium none;
    float: none;
    height: 22px;
    width: 103px;
}
/*********************************/
/*   PREHLED PRODUKTU            */
/*********************************/

.prehledTablePattern{
  
}

.produkt_box {
  background-color: transparent;
  display: inline;
  float: left;
  width: 220px;
  background: #DDD;
  border: 1px solid #CCC;
  margin-right: 10px;
  margin-top: 16px;
  height: 225px;
  margin-bottom: 14px;
  *margin-top: 24px;
}
.produkt_box_in {
  padding: 0px;
}
.produkt_box h2 {
  height: 40px !important; 
  position: relative;
  display: block;
  text-align: center;
  margin-top: 5px;
  margin-bottom: 0px;
  background-image: none !important;
  border: none !important;
  padding: 0px !important;
}
.produkt_box h2 a {
  color: #000;
  font-size: 16px;
  line-height: 18px; 
  text-decoration: none;
  font-weight: normal;
}
.produkt_box p.produkt_img {
  float: left;
  text-align: center;
  height: 140px;
  position: relative;
  width: 210px;
  position: relative;
  display: block;
  margin-top: 5px;
  margin-left: 5px;
}
.produkt_box p.produkt_img img {
  border: 5px solid #FFF;
}

.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 {  
  position: relative;
  float: left;
  margin: 0px auto;
  margin-top: 5px;
  width: 220px;
  text-align: center;
  height: 33px;
  margin-bottom: 10px;
}

.produkt_box div.produkt_button input{
  position: relative;
  height: 33px;                               
  width: 115px;
}  

.produkt_box .produkt_dostupnost {
  color: #00AB3A;
}

.produkt_box p.produkt_popis {
  color: #000000;
  clear: both;
  height: 40px;
  position: relative;
  display: block;
  margin: 10px;
  float: left;
  width: 180px;
}
/*********************************/
/*  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 img {
  float: none;
  width: auto;
  border: solid 5px #FFF;
  box-shadow: 5px 5px 10px #888;
}
.detail_box .detail_img img {
}
.detail_box .detail_img img:hover {
  border: solid 10px #BFBFBF;
}
/* info hodnoty */
.detail_box .detail_hodnoty table {
  border-spacing: 5px;
  border-collapse: separate;
  min-width: 30%;
}
.detail_box .detail_hodnoty td {
  
}

.detail_images h3{
  font-size: 18px; 
  color: #007DC4;
  font-weight: normal;
  border-bottom: none;
  margin-bottom: 0px;
}

.detail_popis h3{
  font-size: 18px; 
  color: #007DC4;
  font-weight: normal;
  border-bottom: none;
  margin-bottom: 0px;
}

.detail_popis{
  margin-top: 20px;
}

/* 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 {
  padding: 0px;
  width: 99%;
  
}
.detail_box .detail_images .detail_image {
  margin: 0 10px 10px 0;
  display: table;
  width: 150px;
  height: 115px;
  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 #FFF;
}
/* 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("/images/button_add.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;
}
.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(/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(/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 {
	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;
}
.ddmx .item1,
.ddmx .item1:hover,
.ddmx .item1-active,
.ddmx .item1-active:hover {
	background: transparent;
	color: #FFFFFF;
	height: 48px;
	line-height: 48px;
	padding: 0px 30px 0px 30px;
	display: block;
	position: relative;
	text-decoration: none;
	text-align: center;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: normal;
	border-left: 1px solid #00598C;
	border-right: 1px solid #19A1EE;
}
.ddmx .item1:hover,
.ddmx .item1-active,
.ddmx .item1-active:hover,
.ddmx .selected {
	color: #FFF;
	background-image: url(/images/arrow_bottom.jpg);
  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: #017DC5;
	color: #FFFFFF;	
	display: block;
	position: relative;
	z-index: 5000;
  height: 30px;
  line-height: 30px;
  padding: 0px 20px 0px 20px;
	text-decoration: none;
	text-align: left;
	font-size: 14px;
	border-radius: 5px;
	margin-top: 2px;
}

.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: #000;
	background-image: none;
}

.ddmx .item2 img,
.ddmx .item2-active img {
    position: absolute;
    top: 4px;
    right: 1px;
    border: 0;
}
.ddmx .section {
	border-top: none;
  position: relative;
  top: 0px !important;
  left: 0px !important;
  visibility: hidden;
  z-index: 1000;       
  width: 100% !important;
  float: left;
}

.ddmx .section .ddmxlileft{ float: none; }

* 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 .ddmylileft {
	text-transform: uppercase;	
}

.ddmy .item1,
.ddmy .item1:hover,
.ddmy .item1-active,
.ddmy .item1-active:hover {	
	color: #FFF;
	background-image: url(/images/odrazka2.png), url(/images/blue_texture.jpg);
	background-repeat: no-repeat, repeat-x;
	background-position: 10px center, 0 0; 
  background-image: url(/images/blue_texture.jpg)\9; 
	display: block;
	width: auto;
  padding: 0px 0px 0px 40px;
	text-decoration: none;
	text-align: left;
	font-size: 14px;
	height: 40px;
	line-height: 40px;
	font-weight: normal;
}
.ddmy .item1:hover,
.ddmy .item1-active,
.ddmy .item1-active:hover,
.ddmy .selected {
	background-image: url(/images/odrazka2.png), url(/images/black_texture.jpg);
	background-repeat: no-repeat, repeat-x;
	background-position: 10px center, 0 0;
  background-image: url(/images/black_texture.jpg)\9; 
}
.ddmy .ddmylileft:first-child a { 
}

.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 
 {
	color: #FFF;
	display: block;
	width: auto;
  padding: 0px 0px 0px 0px;
	text-decoration: none;
	font-size: 14px;
	height: 25px;
	line-height: 25px;
	font-weight: normal;
  background-image: url(/images/blue_texture.jpg);
  background-repeat: repeat-x;
  background-position: 0 top;
  text-align: center;
  border-bottom: 1px solid #FFF;
}


.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-image: url(/images/black_texture.jpg);
  background-repeat: repeat-x;
  background-position: 0 top;
}

.ddmy .item2 img,
.ddmy .item2-active img {
    position: absolute;
    top: 4px;
    right: 1px;
    border: 0;
}

.ddmy .section {
	border-top: none;
  width: 160px;
  position: absolute;
  visibility: hidden;
  z-index: 1000;
  margin-top: 10px;
  margin-left: -10px;
  border: 1px solid #FFF;
  border-bottom: none;
}

* 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;}

/*********************************************
	Slideshow
*********************************************/

#slides{
  position: relative;
  height: 300px;
  width: 668px;
}

.slides_container{ 
  position: relative;
  height: 257px;
  border: 5px solid #FFF; 
  box-shadow: 0px 0px 20px 0px #888;  
}

.slides_control{
  position: relative;
  height: 257px;
}

.slides_control{
  position: relative;
  display: block;
}

.pagination{
  position: relative;
  margin-top: 10px;
  height: 20px;
  width: auto;
  display: block;
  float: right;
}

.pagination li{
  position: relative;
  display: block;
  height: 20px;
  width: 20px;
  float: left;
  font-size: 0px;
  background-image: url(/images/dot.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  padding-left: 0px;
  margin-right: 10px;
  margin-bottom: 0px;
}

.pagination li.current{
  background-image: url(/images/dot2.png);
  background-repeat: no-repeat;
  background-position: 0 0;  
}

.pagination li a{
  position: relative;
  display: block;
  height: 20px;
  width: 20px;
  float: left;
}

#left_col .produkt_box{
  background: transparent;
  height: auto;
  min-height: 200px;
  width: 200px; 
  border: none;
  margin: 0px;
  margin-top: 10px;
  text-align: left;
}

#left_col .produkt_box h2{
  text-align: left;  
}

#left_col .produkt_box h2 a{
  font-size: 14px;
  font-weight: bold;
}

#left_col .produkt_box p.produkt_popis{
  margin: 0px;
  font-size: 12px;
  height: auto;
  width: 200px;
}

#left_col .produkt_box .produkt_img{

  margin-left: 0px;

  margin-bottom: 0px;
  text-align: left;
}

#left_col .produkt_box .produkt_img img{
  border: none;
}

.vice_odkaz{
  position: relative;
  display: block;
  width: 200px;
  margin: 5px 0px 5px 0px;
  *padding-bottom: 5px;
  text-align: right;  
  float: left;
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
  background-image: url(/images/odrazka.png);
  background-repeat: no-repeat;
  background-position: 110px center;
}

.vice_odkaz:hover{
  text-decoration: underline;
}

.xx{
  position: relative;
  top: -15px;
}

#form_main input.secondMail{
	display: none;
}