/* CSS Document */
body { margin:0px; padding:0px; background:#2f7a0c url(images/body_bg.jpg) no-repeat top center; font-family:Arial, Helvetica, sans-serif; font-size:12px; }

a { text-decoration:none; }
a:hover { text-decoration:underline; }
h3 { font-size:12px; margin:0px; padding:0px 0px 5px 0px; }
h2 { font-size:20px; font-family:Times, serif; margin:0px; padding:0px 0px 5px 0px; }
p { margin:0px; padding:8px 0px 8px 0px; }

table { border-collapse:collapse; }
td { padding:0px; vertical-align:top; }
img { border:none; }

.main_table { width:990px; margin:auto; background: #666666; }
.logo { height:78px; background:#FFFFFF; }
.menu { height:35px; background:#592e84 url(images/menu_bg.gif); }
.products { height:156px; }
.products img { float:left;}
.txt { height:128px; background:#FFFFFF; color:#000000; }
.stopka { height:40px; background:#337213; }
.info { margin-top:20px; }
.info a { color:#592e84; font-weight:bold; }
.info td { background:url(images/line.gif) no-repeat right center; width:33%;}
.info div { padding:5px 15px 10px 25px; }
.stopka .left { float:left; }
.stopka .right { float:right; }
.menu_kontener { width:990px; }
.wp { text-align:right; }
.wp div { margin-right:8px; }
.wl div { margin-left:13px; }
.photo { padding: 2px; border: 1px solid #000000; }



/* --------------------- podstrona -------------------- */
.sub_menu { width:204px; height:220px; background:url(images/sub/left_menu_bg.jpg); }
.left_menu { width:174px; list-style-type:none; margin:10px 0px 0px 0px; padding:0px; float:right; }
.left_menu a { color:#FFFFFF; font-weight:bold; }
.left_menu li { border-bottom:1px solid #ad965f; padding:5px 0px 5px 23px; background:url(images/sub/li.gif) no-repeat 2px 5px; }

.content { width:990px; height: 320px; }
.col1 { width:204px; }
.col2 { width:565px; }
.sub_text { margin:20px 0px 35px 0px; padding:10px 20px 0px 10px; border-right:1px solid #e6e6e6; }
.col3 { padding-left:18px; padding-top:35px }

.sub_products img { float:left; }

.txt .info h3 {
	color:#004A1B;
	font-size:13px;
	border-bottom: solid 1px #004A1B;
	padding-bottom: 4px;
	margin-bottom:4px;
}

.company {
	font-size: 13px;
	color:#000000;
}

.turiya {
	font-family:"Courier New", Courier, monospace;
	font-size: 14px;
	color:#000000;
}

/*-------------------- lightbox ---------------------- */
#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: #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(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: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%	
	}

#imageData{	padding:0 10px; color: #666; }
#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: 86px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}
	

