@charset "utf-8";

body {

background: #b1b1a2 url(images/bg_main.gif) repeat-x;
margin:0;
padding:0;
}

.contianer {
width:930px;
margin: 0 auto;
background:url(images/bg_content.gif);
}
.flash {
padding:0px;
height:400px;
}
.content {

}

.footer {
background: #b1b1a2 url(images/foot.gif) no-repeat;
font: normal 12px Tahoma;
color:#B1B1A2;
text-align: left;
height: 105px;
}

ul{
  list-style-type: none;
  width: 460px;
  padding-top: 3px;
  margin-left: 10px;
  background: transparent;
  }
ul li{
  font: bold 12px Tahoma;
  color: #555;
  padding: 4px 0 4px 15px;
  background: transparent url(images/kwadracik.gif) .1em .7em no-repeat;
  }

.tcontnet {
  width: 833px;
  margin-left: 15px;
  }
.tc1 {width:563px;}
.tc2 {width:20px;}
.tc3 {width:250px;}

img {border:0px; }

img_oglo {border:0px; width: 120px; float:left;}

.header {
font: bold 14px Tahoma;
color:#7f0101;
text-align: left;
padding-bottom: 5px;
}

.normal {
font: normal 12px Tahoma;
color:#5f5f50;
text-align: justify;
padding-bottom: 3px;
margin-left:15px;
}

.msg {
font: normal 13px Verdana;
color:#B0C72F;
}
.snormal {
font: normal 11px Tahoma;
color:#7E7E7E;
text-align: center;
}

INPUT.form {
font: normal 13px Verdana;
color:#6D6D6D;
font-size:12px;
border:1px solid #707062;
background: #F8F8F8;


 }
SELECT.form {
font: normal 13px Verdana;
color:#6D6D6D;
font-size:12px;
border:1px solid #707062;
background: #F8F8F8;
 }
TEXTAREA.form {
font: normal 13px Verdana;
color:#6D6D6D;
font-size:12px;
border:1px solid #707062;
background: #F8F8F8;
 }
 
 .form {
font: normal 13px Verdana;
color:#6D6D6D;
}

a:link, a:visited {
color:#B1B1A2;
text-decoration: none;
}

a:hover {
color:#7f0101;
text-decoration: none;
}



a.link2:link, a.link2:visited {
color:#707062;
text-decoration: underline;
}

a.link2:hover {
color:#7f0101;
text-decoration: none;
}



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