td {
	text-align: left;
	vertical-align: top;
	font-family:Tahoma;
	font-size:11px;
	color:#82919A;
}

.nag {
    font-family: Verdana;
    color:#ffffff;
    font-weight: bold;	
    font-size:9px;
    vertical-align: middle;
}

.keyword
{
    color:#82919A;
     text-decoration:none;
}
.keyword:hover{
    text-decoration:underline;
}

a {
	text-decoration: underline;
	color:#6393C3;
}

a:hover {
	text-decoration: none;
	color:#6393C3;
}

body { 	
    margin:0px;
    padding:0px;	
}

.copy{
    font-family:Tahoma;
    font-size:10px;
    color:#8B8F98;
    text-decoration:none;
}

.men{
    font-family:Tahoma;
    font-size:14px;
    color:#8B8F98;
    text-decoration:none;
    font-weight: bold;	
}

.copy1 {
    font-family:Tahoma;
    font-size:9px;
    color:#AAADB4;
    text-decoration:none;
}

.text 
{
    text-align:justify;
}

.zooming 
{
	border-color: #82919A;
	border-width: 3px;
	margin-right: 12px;
	margin-top: 5px;
	border-style: solid;
}

.zooming_gallery 
{
	border-color: #6393C3;
	border-width: 3px;
    margin-left: 0px;
	margin-top: 5px;
	border-style: solid;
}

.gray {color:#82919A; text-decoration:none}
.blue {color:#6393C3}
.red {color:#E04C12}
.white {color:#FFFFFF}

.top_txt {color:#979AA4}



#under{text-decoration:underline;}

.textfield_r {
    width:127px; 
    font-family:tahoma; 
    font-size:11px; 
    margin-left:4px;
    border: 1px #000000 solid;
    background:yellow;
}

.textfield {
    width:127px; 
    font-family:tahoma; 
    font-size:11px; 
    margin-left:4px;
}

select {
    font-family:tahoma; 
    font-size:11px; 
    margin-left:4px 
}

.nazwa {
    font-family:tahoma; 
    font-size:10px; 
}


div.photo_gallery {
 float: left; 
 width: 100%;
 margin-top: 10px;
 margin-left: 10px;
 margin-right: 15px;
 padding: 10px 0;
}


div.zdjecieZOpisem {
 	float: left;
 	width: 165px;
	height: 215px;
	margin: 0px 2px;
	padding: 5px;
}

div.zdjecie {
 	margin: auto;
 	text-align: center;
}



div.opis
{
  width: 160px;
  margin: auto;
  margin-top: 5px;
  text-align: center;
}




/*
CSS DO LITEBOX
*/
#lightbox{
	position: absolute;
	top: 40px;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	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(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(prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	}

#imageData{
	padding:0 10px;
	}
#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;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	}
	

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}

* html>body .clearfix {
	display: inline-block; 
	width: 100%;
	}

* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
	}	
	
