@charset "utf-8";
/* CSS Document */

body{
	background:#242424;
	font-family:Verdana, Helvetica, sans-serif;
	margin:0;
	padding:0;
}

.pds{
	width:896px;
	position:relative;
	margin:0 auto;
	background:url(images/tlo.jpg);
}
.s{
	background:url(images/t3.jpg) no-repeat;
}
div,p{
	font-size:12px;
}
.left{
	width:463px;
	padding:5px 10px 5px 139px;
	float:left;
}
.right{
	width:190px;
	padding-left:28px;
	float:left;
}
.tekst{
	font-size:12px; 
	line-height:16px; 
	color:#6C573C;
}

.mng{
	background:url(images/mng.gif) no-repeat;
	color:#fff;
	font-weight:bold;
	padding:4px 5px 5px 15px;
	margin-top:10px;
	
}
.m{ list-style:none; margin:0px; padding:0px;}
.m li{
	
	margin:0;
	padding-left:3px;
}
.m a{
	display:block;
	width:150px;
	padding:4px;
	padding-left:30px;
	background:url(images/dot.gif) no-repeat left center;
	color:#990000;
	text-decoration:none;
	
	}
.m a:hover{
	color:#000;
	
	border-bottom:1px solid #990000;
}
.mtxt{
	font-size:11px;
	padding:5px;
}

.ng{
	font-size:14px;
	font-weight:bold;
	color:#670000;
}
a{
	color:#990000;
}
.info{
	position:absolute;
	padding:5px;
	left: 601px;
	top: 66px;
	width: 197px;
	height: 108px;
	text-align:center;
}
/* glowny div z like box'em */
#like-box {
	position: fixed;
	z-index: 99;
	top: 150px;  /* jego polozenie od gory */
	left: -296px; /* szerokosc wygenerowanego boxa + 4px obramowania */
	-webkit-transition: left 0.5s ease-out;
	-moz-transition: left 0.5s ease-out;
	-o-transition: left 0.5s ease-out;
	transition: left 0.5s ease-out;
}
 
/* wysuniecie like box'a */
#like-box:hover {
	left: 0px;
}
 
/* zewnetrzna ramka boxa */
#like-box .outside {
	position: relative;
	z-index: 1;
	background: #3b5999;
	padding: 2px;
	min-width: 1px;
	float: left;
}
 
/* wewnetrzne tlo boxa */
#like-box .inside {
	position: relative;
	z-index: 2;
	background: #fff;
}
 
/* pasek z logo FB */
#like-box .belt {
	position: relative;
	z-index: 0;
	transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg); 
	-o-transform: rotate(90deg); 
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1); 
	float: left;
	width: 100px; 
	height: 40px;
	padding: 7px 0px 0px 20px;
	margin: 50px 0px 0px -55px;
	background: #3b5999;
	color: #fff;
	font-weight: bold;
	font-family: Verdana;
	font-size: 16px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}