body,td,th {
      font-family: Verdana, Arial, Helvetica, sans-serif;
      font-size: 13px;
      color: #ECD18E;
      }
      body {
      background-color: #000000;
      margin-left: 0px;
      margin-top: 0px;
      margin-right: 0px;
      margin-bottom: 0px;
      }
      a:link {
      color: #C59E59;
      font-weight: bold;
      text-decoration: none;
      }
      a:visited {
      text-decoration: none;
      color: #F5D937;
      }
      a:hover {
      text-decoration: underline;
      color: #FFFFFF;
      }
	  .style1 {color: #FFFFFF}
	  .popisky {color: #FFFFFF;font-size: 9px;}
	  
	  body {
    background-image: url(images/pozadi_stopx.gif);
    }
    div.c1 {text-align: right}
      
      div.eshopItem {
        border: 1px solid #EC9000;
        color: #EC9000;
        font-weight: bold;
        padding: 4px 4px 0 6px;
        width: 150px;
        float: left;
        margin: 8px 22px 22px 22px;
      }
	  div.prochazka {
        border: 1px solid #EC9000;
        color: #EC9000;
        font-weight: bold;
        padding: 20px 2px 2px 2px;
        width: 150px;
		height: 150px;
        float: left;
        margin: 8px 15px 15px 15px;
		background:#000000;
		}
		
	div.prochazka_vyskov {
        border: 1px solid #EC9000;
        color: #EC9000;
        font-weight: bold;
        padding: 20px 2px 2px 2px;
        width: 170px;
		height: 150px;
        float: left;
        margin: 8px 15px 15px 15px;
		background:#000000;
		
      }
      div.eshopItem span {
        display: block;
        text-align: center;
        line-height: 20px;
      }
      fieldset label {
        width: 140px;
        display: block;
        float: left;
        clear: both;
      }    
      
      fieldset {
        line-height: 22px;
        padding: 10px;
        margin: 20px;
        border: 1px solid #666; 
      }
      h2 {
        padding: 0 6px;
      }
      .button {
        border: 1px solid #666;
        background: #444;
        padding: 2px 4px;
        margin: 0 6px;
      }
      .aright {
        float: right;
      }
      table.table_border, table.table_border td {
        border: solid #666;
        border-width: 0 0 1px 0;
        border-collapse: collapse;
        margin: 8px 20px;
      }

#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #DE8801;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(../images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #DE8801;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%	
	}

#imageData{	padding:0 10px; color: #FFF; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}