/*
Quick.Cms default plugins stylesheet
/*/

#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(img/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(img/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(img/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: 17px; 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 */
	}
	
  	
/* formularz kontaktowy */
.formBox_message {
clear: both;
font-weight: bold;
width:99%;
text-align: center;
margin-top:20px;}
#formBox {
clear: both; 
float:left;  
margin:10px;}
#formBox table {font-size:1em;}
#formBox td {width:100px; text-align:right;}
#formBox h6{font-size:1em;}
#formBox .input, #formBox textarea{ 
width:400px; 
font-size:1em;}

/* galeria */
#imagesList3{margin:0 0 15px;}
#imagesList4{margin:15px 0 0;}
.gallery{clear:both;width:100%;border:0;padding:0;font-size:1em;background:inherit;}
.gallery td{padding:0px;color:#5b5b5b;text-align:center;vertical-align:top;font-size:0.9em;}
.gallery td img{border:2px solid #E6E3E3;}
.gallery td a:hover img{border:2px solid #D7D2D2;}

/* simple news plugin*/
#simpleNews{margin-bottom:10px;padding:10px 15px;}
#simpleNews .title{padding:10px 0 0;background:inherit;color:#4e4e3d;font:normal 1.75em serif;border-bottom:1px solid #e6e3e3;}
#simpleNews ul{list-style:none;}
#simpleNews li{padding:5px 0 5px 5px;border-bottom:1px solid #e6e3e3;}
#simpleNews li h3{font-size:0.9em;}
#simpleNews li p{padding:2px 0 0 3px;}

/* did you know plugin*/
#didYouKnow{padding:0 20px 5px;}
#didYouKnow .name{padding:10px 0 0;background:inherit;color:#4e4e3d;font:normal 1.75em serif;border-bottom:1px solid #e6e3e3;}
#didYouKnow .content{display:block;padding:5px 0;font-size:1.08em;}
#didYouKnow a{text-decoration:none;}
#didYouKnow a:hover{text-decoration:underline;}

/* wygląd tabel na stronie */

#pageDescription {
line-height: 150%;
font-size: 1.083em; }

#pageDescription ul {margin-left:20px;}
#pageDescription ul li {list-style-type: disc; }
#pageDescription ol  {margin-left:24px;}
#pageDescription ol li { list-style-type: decimal;}

#page_w h1 {margin:5px 0; font-size: 22px;}

#pageDescription table {
font-size: 9pt;
border: 1px solid #939393;
border-collapse: collapse;   
}

#pageDescription table td {   
   border: 1px solid #939393;
   text-align: left;
   padding: 3px;
}
#pageDescription table th {
   color:#000;
   border: 1px solid #939393;
   background-color: #B7B7B7;
   text-align: left;
   padding: 3px;
}

#pageDescription table thead { 
background-color: #B7B7B7;
}

.wiecej  {text-align: right;margin-right:15px;}
.wiecej a {text-decoration: none;}