/*********************************************
	Style do popupw w dziale partnerzy
**********************************************/
	html, body {
		width: 100%;
		height: 100%;
		overflow:hidden;
	}

	body{
		background: #FFFFFF;
		scrollbar-face-color: #D8DCD0; 
		scrollbar-highlight-color: #FFFFFF; 
		scrollbar-shadow-color: #FFFFFF; 
		/*scrollbar-3dlight-color: #98C0CF;*/ 
		scrollbar-arrow-color:  #ffffff; 
		scrollbar-track-color: #ffffff; 
		scrollbar-darkshadow-color: #BFC4B6; 
		border:none;
	}
	
	html, body, div, p, ul{
		margin:0px;
		padding:0px;
		font-family: verdana, arial, sans-serif;
		font-size: 11px;
		color: #6A6B6B;
	
	}
	img {
		border: 0px;
	}
	a{
		text-decoration: underline;
		color: #6A6B6B;
	}
	a:hover {
		text-decoration: none;
	}
	p, ul {
		line-height:16px;
	}
	ul {
		list-style-type: square;
		margin-right: 12px;
		margin-left: 30px;
		color: #3F84CD;
	}
	li {
		padding-bottom: 8px;
	}
	li span{
		color: #6A6B6B;
	}
	p {
		padding-left:12px;
		padding-right:12px;
		padding-bottom:12px;
	}
	div.Blue{
		color: #3F84CD;
		font-weight: bold;
		font-size: 10px;
	}
	.Blue a {
		text-decoration:none;
		color:#3F84CD;;
	}
	#Header {
		position:absolute:
		top:0px;
		left:0px;
		height: 67px;
		background:  #D8DCD0;
	}
	#Header img {
		position: relative;
		border:1px solid #C0C5B7;
		left:10px;
		top: 10px;
	}
	#Content{
		position:absolute;
	}
	#ContentLeft {
		width: 150px;
		margin-top:12px;
		border-right:3px solid #E2E2DA;
		float: left;
		position: relative;
	}
	#ContentLeft img {
		position: absolute;
		left:10px;
		top:3px;
	}
	#ContentLeft div.Blue {
		margin-left: 25px;
		margin-right:15px;
	}
	#ContentRight {
		right:0px;
		height: 288px;
		margin-top:12px;
		margin-bottom:12px;
		margin-left: 150px;
	}
	#Stopka {
		bottom:0px;
		height: 21px;
		background: #D8DCD0;
		position: absolute;
	}
	#StopkaRight {
		float: right;
		width:126px;
		height: 21px;
		background: #DDE1D4;
		text-align: center;
		vertical-align: middle;
	}
	#StopkaRight img{
		margin-top: 6px;
	}
	#StopkaRight a {
		color: #3F84CD;
		font-weight: bold;
		font-size: 10px;
		text-decoration:none;
	}

/*
	Style specyficzne dla popupa z powiększanymi fotkami
*/

#preloader {
	position:absolute;
	color:black;
	text-align:center;
	width:200px;
	height:15px;
	left:50%;
	top:50%;
	margin-left:-100px;
	margin-top:-8px;

}
#powiekszRoot {
	display:none;
}
#powiekszHeader {
	position:absolute:
	top:0px;
	left:0px;
	height: 21px;
	background:  #D8DCD0;
}