/* /_s/css/navbar.css */
#navBar {
   display: block;
	width: 980px;
	background-color: #fff;
	position: relative;
	z-index:10;
}

#linkBar{
   position: relative;
   height: 25px;
   color:#007A64;
   font-family: Verdana, Arial, sans-serif;
   font-size:10px;
}
#linkBar a{
	font-size:10px;
	text-decoration: none;
	margin:0 5px;
   padding: 0;
   color: #19aed0;
}
#linkBar span {
   padding: 4px 0 0;
}
.pipe {
   display: none;
}
#linkBar a:hover {
   color: #606060;
}
#linkBar .startHomeIco.padding {
   color: #606060;
   background: none;
}
#linkBar .linkBarLeft{
   float: right;
}
#linkBar .linkBarRight{
   float: right;
}

#topBar {
   width: 980px; 
   height: 95px;
   position: relative;
   z-index:20;
}

#topBar .k_mainLinks {
	width: auto;
	height: 47px;
	padding: 0 0 0 0;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;
}

#topBar #k_portal {
	width: 130px;
	height: 47px;
	outline: none;
	float: left;
}

#topBar h1, #topBar h2 {
	display: block;
	float: left;
	font: normal 31px/31px Verdana;
	font-family: Verdana;
	font-size: 31px;
	font-weight: normal;
	letter-spacing: -1px;
	margin: 5px 0 0 0;
	overflow: hidden;
}

#topBar #k_home,#topBar #serviceLink {
	color: #00A486; 
	width: auto;
	height: 37px;
	outline: none;
	float: left;
	font-family: Verdana;
	font-weight: normal;
} 

#topBar .menuTop .start span:before {
	margin: 0 3px 0 0;
}

#topBar .link{
   display: block;
   /*text-indent: -200px;*/
   overflow: hidden;
   float: left;
   position: absolute;
}
#topBar #serviceLink{  
	width: 100px;  
	height: 37px;  
	top: 7px;  
	left: 130px;
	font: normal 31px/31px Verdana;
	font-family: Verdana;
	font-size: 31px;
	font-weight: normal;
	letter-spacing: -1px;
}
#topBar #sponsoredLink {
position:absolute;
display:none;
top:38px;
left:10px;
height:98px;
width:960px;
z-index:1;
}

div.menuTop{
	height: 28px;
   width: 978px;
   border: 1px solid #096154;
   background: #09a88b;
   background: -moz-linear-gradient(top, #09a88b 50%, #08997e 75%);
   background: -webkit-gradient(linear, left top, left bottom, color-stop(50%,#09a88b), color-stop(75%,#08997e));
   background: -webkit-linear-gradient(top, #09a88b 50%,#08997e 75%);
   background: -o-linear-gradient(top, #09a88b 50%,#08997e 75%);
   background: -ms-linear-gradient(top, #09a88b 50%,#08997e 75%);
   background: linear-gradient(top, #09a88b 50%,#08997e 75%);
   -moz-border-radius: 2px;
   -webkit-border-radius: 2px;
   -ms-border-radius: 2px;
   -o-border-radius: 2px;
   border-radius: 2px;
	position:absolute;
	bottom: 0px;
	left: 0px;
   z-index: 10;
   -webkit-box-sizing: content-box;
   behavior: url(http://ocdn.eu/files/pulscms/MWI7MDA_/bca302a663da9ba8ab02cebfcd6ec856.html)
}

div.menuTop ul{
	margin: 0;
	padding: 0;
	font-size: 11px;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
   float: left;
   height: 28px;
   width: 650px;
}

div.menuTop li{
	float:left;
}

div.menuTop li span {
	display: block;
	height: 28px;
	float: left;
}
div.menuTop a{
	font-weight:normal;
	text-decoration:none !important;	
   color: #FFFFFF;
   display: inline;
   float: left;
   font: 11px/28px Verdana,Arial,Helvetica,sans-serif;
   height: 28px;
   margin: 0 1px 0 0;
   padding: 0 6px;
}

div.menuTop .start{
	margin-left: 2px;
}
div.menuTop .start a,
div.menuTop a:hover{
   color: #fff;
}
div.menuTop .active{
	background: #00806e;
   background: -moz-linear-gradient(top, #00806e 50%, #007c6b 75%);
   background: -webkit-gradient(linear, left top, left bottom, color-stop(50%,#00806e), color-stop(75%,#007c6b));
   background: -webkit-linear-gradient(top, #00806e 50%,#007c6b 75%);
   background: -o-linear-gradient(top, #00806e 50%,#007c6b 75%);
   background: -ms-linear-gradient(top, #00806e 50%,#007c6b 75%);
   background: linear-gradient(top, #00806e 50%,#007c6b 75%);
   color: #fff;
}
div.menuTop ul li.active:hover {
   background: #007A64;
}
div.menuTop ul li:hover {
   background: #0fb899;
}
#searchBox{
   width: 296px;
   float: right;
   padding: 2px 1px 0 0;
}
#searchBox #searchTxt{
   float: left;
}
#searchBox #searchTxt input{
   background: none repeat scroll 0 0 #FFFFFF;
   border-color: #808080 #F0F0F0 #FFFFFF #808080;
   border-style: solid;
   border-width: 1px;
   box-shadow: 3px 3px 5px #BFBFBF inset;
   color: #666666;
   display: block;
   font-size: 12px;
   height: 22px;
   line-height: 24px;
   margin: 0;
   padding: 0 5px;
   width: 216px;
   float: left;
   -moz-box-shadow:inset 1px 1px 3px #bfbfbf;
   box-shadow: 3px 3px 5px #BFBFBF inset;
   -moz-box-sizing: content-box;
   box-sizing: content-box;
   font-family: Arial;
}
#searchBox #searchBtn{
   background: #ffb108;
   background: -moz-linear-gradient(top, #ffb108 0%, #ff9000 52%, #fb7000 100%);
   background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffb108), color-stop(52%,#ff9000), color-stop(100%,#fb7000));
   background: -webkit-linear-gradient(top, #ffb108 0%,#ff9000 52%,#fb7000 100%);
   background: -o-linear-gradient(top, #ffb108 0%,#ff9000 52%,#fb7000 100%);
   background: -ms-linear-gradient(top, #ffb108 0%,#ff9000 52%,#fb7000 100%);
   background: linear-gradient(top, #ffb108 0%,#ff9000 52%,#fb7000 100%);
   width: 65px; height: 24px; padding: 0;
   float: left;
   cursor: pointer;color: #fff;
   font-size: 13px; font-weight: bold;
   margin-left: 2px;
   border:none;
   -webkit-border-radius: 1px;
   -moz-border-radius: 1px;
   -ms-border-radius: 1px;
   -o-border-radius: 1px;
   border-radius: 1px;
}
#sidebar{
	position: absolute;
	bottom: -270px;
	right: 10px;
	background-color: green;
	display:none;
	float:left;
	height:300px;
	margin:1px 0 0;
	padding:0;
	width:190px;
	z-index:2;	

}

.content{
   background-color: green;
   color: black;
   width: 300px;
   overflow: hidden;
}

.content div{
   padding: 10px;
   width: auto;
}

.tittle{
   margin-top: 5px;
   height: 28px;
   width:100%;
   overflow: hidden;
}
  
.slide .tittle .show{
   text-indent: 20px;
}

.slide .tittle .hide{
   text-indent: 20px;
}

.tittle .leftRound{
   width: 10px;
   height: 28px;
   float: left;
   margin: 0;
   padding: 0;
}

.tittle span{
   display: block;
   cursor: pointer;
   margin-top:3px;
   color: #646464;
	font-family:Arial;
	font-size:18px;  
	height: 18px;
	float: left;
}

.box .tittle span{
   color: #505050;
	font-family: Verdana;
	font-size: 14px;
   font-weight: bold;  
   margin-top:5px;   
   
}

#navBar #bottomBar { width: 978px; height: 37px; line-height: 37px; position: relative; bottom: 0px;
      background: #ccc url('http://ocdn.eu/files/pulscms/ZTg7MDA_/828e509ddf5369ffec2287c87a77074c.png') repeat-x 0 -296px; margin-top: 10px; 
   }

#navBar #bottomBar a {font-family: Arial, Verdana, sans-serif; font-size: 11px; color: #5c5c5c; text-decoration:none}
#navBar #bottomBar a em { font-style: normal; }


#navBar #bottomBar ol { margin: 0; padding: 0; width: 961px; height: 37px; }
#navBar #bottomBar ol li { float: left; list-style: none; padding: 0; margin: 0; position: relative; }

#navBar #bottomBar ol li { background: #5C5C5C url('http://ocdn.eu/files/pulscms/ZTg7MDA_/828e509ddf5369ffec2287c87a77074c.png') repeat-x 0 -37px;   }
#navBar #bottomBar ol li a {
   background: url(http://ocdn.eu/files/pulscms/ZTg7MDA_/828e509ddf5369ffec2287c87a77074c.png) no-repeat 0 -148px;
   padding: 0 10px 0 14px;
   height: 37px; line-height: 37px; display: block;
   _width: 0;
   color: #fff;
   /*white-space: nowrap; w ie6 robi problem z backgroundem */
 }
#navBar #bottomBar ol li a { height: 37px; line-height: 37px; display: block; float: left}
#navBar #bottomBar ol li a em {
   background: url('http://ocdn.eu/files/pulscms/ZTg7MDA_/828e509ddf5369ffec2287c87a77074c.png') no-repeat 100% -528px;
   padding: 0 10px 0 2px;
}

#navBar #bottomBar ol li.hover { background:  url('http://ocdn.eu/files/pulscms/ZTg7MDA_/828e509ddf5369ffec2287c87a77074c.png') repeat-x 0 -333px;  }
#navBar #bottomBar ol li.hover a { background:  url('http://ocdn.eu/files/pulscms/ZTg7MDA_/828e509ddf5369ffec2287c87a77074c.png') no-repeat 0 -111px; color: #5c5c5c;}
#navBar #bottomBar ol li.hover a em { background: url('http://ocdn.eu/files/pulscms/ZTg7MDA_/828e509ddf5369ffec2287c87a77074c.png') no-repeat 100% -565px; }

#navBar #bottomBar ol li.first a { background: url('http://ocdn.eu/files/pulscms/ZTg7MDA_/828e509ddf5369ffec2287c87a77074c.png') no-repeat 0 0px; padding: 0 10px; }

#navBar #bottomBar ol li.first a:hover { background: url('http://ocdn.eu/files/pulscms/ZTg7MDA_/828e509ddf5369ffec2287c87a77074c.png') no-repeat 0 -593px; }
#navBar #bottomBar ol li.first.hover a { background: url('http://ocdn.eu/files/pulscms/ZTg7MDA_/828e509ddf5369ffec2287c87a77074c.png') no-repeat 0 -593px; }

#navBar #bottomBar ol li a.prevHover { background: url('http://ocdn.eu/files/pulscms/ZTg7MDA_/828e509ddf5369ffec2287c87a77074c.png') no-repeat 0 -222px }
* html #navBar #bottomBar ol li.last {white-space:nowrap;}


#navBar #bottomBar ol li.last { background: url('http://ocdn.eu/files/pulscms/ZTg7MDA_/828e509ddf5369ffec2287c87a77074c.png') repeat-x 0 -74px; }
#navBar #bottomBar ol li.last a { background: url('http://ocdn.eu/files/pulscms/ZTg7MDA_/828e509ddf5369ffec2287c87a77074c.png') no-repeat 0 -185px; padding:0 15px 0 19px; }
#navBar #bottomBar ol li.last a.prevHover { background: url('http://ocdn.eu/files/pulscms/ZTg7MDA_/828e509ddf5369ffec2287c87a77074c.png') no-repeat 0 -407px; }
#navBar #bottomBar ol li.last a em { background: none; padding: 0; font-weight: bold; color: #5c5c5c } 

#navBar #bottomBar ol li .more { border: 1px solid #ccc;border-top: none;display: block; visibility: hidden; float: none; position: absolute; top: 37px; left: 0px; }
#navBar #bottomBar ol li.hover .more { visibility: visible; }
#navBar #bottomBar ol li .more ul {padding: 0; margin: 0 10px 3px 3px;}
#navBar #bottomBar ol li .more ul li { display: block; float: none; margin:0;}

#navBar #bottomBar ol li.last {height:37px; position:relative;}
#navBar #bottomBar ol li.last ul { display: block; float: none; position: relative; top: 37px; padding: 0; }

#navBar #bottomBar ol .last .more { float: left; display: block; padding: 0; background: #333; top: auto; right: auto; 
   position: static; visibility:visible; border:0px;}
#navBar #bottomBar ol .last .items {height:37px; overflow: hidden; position: absolute; top: 0px; width: 567px;
      padding: 0 10px; background: url('http://ocdn.eu/files/pulscms/ZTg7MDA_/828e509ddf5369ffec2287c87a77074c.png') no-repeat 0 -444px;}
#navBar #bottomBar ol .last .other{background: url('http://ocdn.eu/files/pulscms/ZTg7MDA_/828e509ddf5369ffec2287c87a77074c.png') no-repeat 0 -111px;}
#navBar #bottomBar #moreBar ul,
#navBar #bottomBar ol .last .items ul { float: left; display: block; padding: 0; margin: 2px 3px 2px 0px; top: 0;}

#navBar #bottomBar #moreBar ul li,
#navBar #bottomBar ol .last .items ul li,
#navBar #bottomBar ol li ul li { white-space:nowrap;float: none; background: none; height:15px; line-height:15px; margin: 0; list-style: none; _width: 0;  }

#navBar #bottomBar #moreBar ul li a,
#navBar #bottomBar ol .last .items ul li a,
#navBar #bottomBar ol li ul li a,
#navBar #bottomBar ol li.hover ul li a,
#navBar #bottomBar ol li.first.hover ul li a,
#navBar #bottomBar ol li ul li a:hover { line-height:15px; height: 15px; float: none; margin: 1px 0;
      background: url("http://ocdn.eu/files/pulscms/YjY7MDA_/ef6a2f15309f50770e9bacc8d1439e7a.gif") no-repeat scroll 0 -16px transparent !important;  display: block;
		padding: 0 0 0 13px; margin-left: 6px; color: #007A64; }/*width: 0px;*/
#navBar #bottomBar ol .last .items ul li a:hover{ color: #ff0000; }		
		
#navBar #bottomBar ol .more { float: right; z-index: 10 }

#navBar #bottomBar ol li ul { display: none; background: #fff; }
#navBar #bottomBar ol li.hover ul { display: block; }


#navBar #moreBtn { position: absolute; width: 32px; height: 39px; bottom: -2px; left: 948px; text-indent: 34px;overflow: hidden;
      background: url('http://ocdn.eu/files/pulscms/NWU7MDA_/96a86d33d4dfcaaee431bdfa08d8009b.gif') no-repeat 0 0; cursor: pointer;}
#navBar #moreBtn.hover { background: url('http://ocdn.eu/files/pulscms/NWU7MDA_/96a86d33d4dfcaaee431bdfa08d8009b.gif') no-repeat 0 -39px; }
#navBar #moreBar { display: block; visibility: hidden; float: right; margin: 1px 3px 0 0 ; position: absolute; right: 0px; background: #fff;  }
#navBar #moreBar.hover { visibility: visible }
#navBar #moreBar a { display: block !important; overflow:hidden;}
#navBar #bottomBar #moreBar ul { float: none; padding-right: 10px; _width: 150px;}
#moreBarContainer { padding: 5px; border: 1px solid #ccc; }
#moreBarContainer ul { height: 150px; overflow: auto;}

#navBar .BorderTopLeft { background: url('http://ocdn.eu/files/pulscms/YTA7MDA_/81f5df44681d6d9068aecf1a386df2d8.gif') no-repeat top left; }
#navBar .BorderTop {  background: transparent url('http://ocdn.eu/files/pulscms/NmI7MDA_/e8b130ec37491cd4e87aad9580b78f94.gif') repeat-x top left;  }
#navBar .BorderTopRight { background: url('http://ocdn.eu/files/pulscms/Y2U7MDA_/5cdb8c1391064b44d64dcecc45e20194.gif') no-repeat top right; }
#navBar .BorderRight { background: url('http://ocdn.eu/files/pulscms/ZTE7MDA_/a868a035d9bd583fc8077db1caf85c3e.gif') repeat-y top right; }
#navBar .BorderBottomRight { background: transparent url('http://ocdn.eu/files/pulscms/YzQ7MDA_/653e3db495b1afb36316d4495ff3b5c9.gif') no-repeat bottom right; }
#navBar .BorderBottom { background: url('http://ocdn.eu/files/pulscms/NmI7MDA_/e8b130ec37491cd4e87aad9580b78f94.gif') repeat-x bottom left; }
#navBar .BorderBottomLeft { background: url('http://ocdn.eu/files/pulscms/MDY7MDA_/7005382cc6693a66ef6b46603b6e6007.gif') no-repeat bottom left; }
#navBar .BorderLeft { background: transparent url('http://ocdn.eu/files/pulscms/ZTE7MDA_/a868a035d9bd583fc8077db1caf85c3e.gif') repeat-y top left; }

#navBar #bottomBar .more { background: #fff; }
#navBar #bottomBar .more .BorderTopLeft { background: none; }
#navBar #bottomBar .more .BorderTop {  background: none;  }
#navBar #bottomBar .more .BorderTopRight { background: none; }
#navBar #bottomBar .more .BorderRight { background: url('http://ocdn.eu/files/pulscms/ZTE7MDA_/a868a035d9bd583fc8077db1caf85c3e.gif') repeat-y top right; }
#navBar #bottomBar .more .BorderBottomRight { background: url('http://ocdn.eu/files/pulscms/YzQ7MDA_/653e3db495b1afb36316d4495ff3b5c9.gif') no-repeat bottom right; }
#navBar #bottomBar .more .BorderBottom { background: url('http://ocdn.eu/files/pulscms/NmI7MDA_/e8b130ec37491cd4e87aad9580b78f94.gif') repeat-x bottom left; }
#navBar #bottomBar .more .BorderBottomLeft { background: url('http://ocdn.eu/files/pulscms/MDY7MDA_/7005382cc6693a66ef6b46603b6e6007.gif') no-repeat bottom left;}
#navBar #bottomBar .more .BorderLeft { background: url('http://ocdn.eu/files/pulscms/ZTE7MDA_/a868a035d9bd583fc8077db1caf85c3e.gif') repeat-y top left; }
#navBar #bottomBar .hover .more .BorderBottomLeft { padding: 3px;}

#navBar .jScrollPaneTrack {
   background: url('http://ocdn.eu/files/pulscms/YTE7MDA_/f9a68ae90cc546afa42dbab74218d5f5.gif') repeat-y; width: 17px;
}
#navBar .jScrollPaneDrag {
   background: url('http://ocdn.eu/files/pulscms/YTE7MDA_/f9a68ae90cc546afa42dbab74218d5f5.gif') no-repeat -18px -72px;
}
#navBar .jScrollPaneDragTop {
   background: none;
   height: 0px;
}
#navBar .jScrollPaneDragBottom {
   background: none;
   height: 0px;
}
#navBar #bottomBar ol li a.jScrollArrowUp,
#navBar a.jScrollArrowUp {
   height: 17px; width: 17px; padding: 0;
   background: url('http://ocdn.eu/files/pulscms/YTE7MDA_/f9a68ae90cc546afa42dbab74218d5f5.gif') no-repeat -18px 0 !important;
}
#navBar #bottomBar ol li a.jScrollArrowUp:hover,
#navBar a.jScrollArrowUp:hover {
   background-position: -18px -18px;
}
#navBar #bottomBar ol li a.jScrollArrowDown,
#navBar a.jScrollArrowDown {
   height: 17px; width: 17px;  padding: 0;
   background: url('http://ocdn.eu/files/pulscms/YTE7MDA_/f9a68ae90cc546afa42dbab74218d5f5.gif') no-repeat -18px -36px !important;
}
#navBar #bottomBar ol li a.jScrollArrowDown:hover,
#navBar a.jScrollArrowDown:hover {
   background-position: -18px -54px;
}
#navBar a.jScrollActiveArrowButton, #navBar a.jScrollActiveArrowButton:hover {}
#endBar {
  background:transparent url(http://ocdn.eu/files/pulscms/ZTg7MDA_/828e509ddf5369ffec2287c87a77074c.png) no-repeat scroll 0 -481px;
  bottom:0;
  height:37px;
  left:973px;
  overflow:hidden;
  position:absolute;
  width:6px;
}
#moreBarContainer ul li a.bb,.items a.bb{
  font-weight: bold;
	font-size:11px;
	color:#f58220 !important;
}
/**********************/
#childOther { position:relative; overflow:visible;}
#childOther .more2 { display: block; visibility: hidden; float: none; position: absolute; top: 28px; left: 0px; z-index:20;}
#childOther a em {font-style: normal; background: url('http://ocdn.eu/files/pulscms/YzE7MDA_/1e92188a4e9a39d31d115edf64d744a6.gif') no-repeat 29px -98px;padding:0 12px 0 2px; }
#childOther .more2 ul {
   padding: 10px 0px; z-index: 12; height: auto; width: auto; _width: 150px;
}/* margin: 0 10px 3px 3px;*/
#childOther .more2 ul li {background: url('http://ocdn.eu/files/pulscms/OTY7MDA_/c94618a5d5602f88634598a0af3b075d.gif') no-repeat 0 5px !important;  display: block; padding: 0 0 0 3px; margin:0px 0px 0px  6px; color: #007A64;  float: none;line-height: 16px;}
#childOther .more2 ul li a{
   background: none repeat scroll 0 0 transparent;
   color: #FFFFFF;
   display: block;
   font-family: Arial;
   font-size: 11px;
   height: auto;
   line-height: 15px;
   padding: 0 10px;
   white-space: nowrap;
   float: none;
}
#childOther .more2 { background: #0FB899;z-index: 12; border: 1px solid #096154;border-top: none; left: -1px }
#childOther .more2 .BorderTopLeft { background: none; }
#childOther .more2 .BorderTop {  background: none;  }
#childOther .more2 .BorderTopRight { background: none; }
#childOther .more2 .BorderRight { background: none; }
#childOther .more2 .BorderBottomRight { background: none; }
#childOther .more2 .BorderBottom { background: none;}
#childOther .more2 .BorderBottomLeft { background: none; border: 1px solid #096154; border-top: none;}
#childOther .more2 .BorderLeft {background: none; }
#childOther.hover ul a {
   line-height: 14px;
}
#childOther.hover a,
#childOther.hover a:hover{ 
   color: #fff;
}

#childOther .more2 ul li a:hover {background: none; color:#007969; font-size:11px; }
#childOther.hover .more2 { visibility: visible;z-index: 12; }

#childOther .more2 ul li a.navbarColorFontRed {color:red}


/* Viessmann */
div.menuTop .viessmann{
   background:url("http://ocdn.eu/files/pulscms/ZGM7MDA_/62e7273acf4dff1dd97e9df7882c89ce.gif") no-repeat scroll -173px -185px transparent;
}

div.menuTop a.viessmann{                     
   background:url("http://ocdn.eu/files/pulscms/ZGM7MDA_/62e7273acf4dff1dd97e9df7882c89ce.gif") no-repeat scroll 100% -69px transparent;
	color: #fff;
}
div.partHead{
	width: 980px;
	margin: 0 auto;
	background-color: white;
	padding-top: 5px;
}
/* fix */

/* /_s/css/jscrollpane.css */

.jScrollPaneContainer {
	position: relative;
	overflow: hidden;
	z-index: 1;
}

.panelL .jScrollPaneContainer {
   border:1px solid #C5C5C6;
}

.jScrollPaneTrack {
	position: absolute;
	cursor: pointer;
	right: 0;
	top: 0;
	height: 100%;
	background: #aaa;
}
.jScrollPaneDrag {
	position: absolute;
	background: #666;
	cursor: pointer;
	overflow: hidden;
}
.jScrollPaneDragTop {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
}
.jScrollPaneDragBottom {
	position: absolute;
	bottom: 0;
	left: 0;
	overflow: hidden;
}
a.jScrollArrowUp {
	display: block;
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	/*background-color: #666;*/
	height: 9px;
}
a.jScrollArrowUp:hover {
	/*background-color: #f60;*/
}

a.jScrollArrowDown {
	display: block;
	position: absolute;
	z-index: 1;
	bottom: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	/*background-color: #666;*/
	height: 9px;
}
a.jScrollArrowDown:hover {
	/*background-color: #f60;*/
}
a.jScrollActiveArrowButton, a.jScrollActiveArrowButton:hover {
	/*background-color: #f00;*/
}

/* /_s/css/sondy.css */
/* Sondy */


.snd_box {font-size:11px;margin:8px 0 0 0;}
.snd_head { background: none; height: 28px; line-height: 28px; width: 190px; float: left; margin-bottom:10px;}
.snd_head .snd_content { background: none; height: 28px; line-height: 28px; width: 180px; font-size: 14px; font-weight: bold; font-family: Verdana; color: #505050; float: right;  }
.snd_foot {text-align: center;  background: transparent none;  margin:12px 0 0 0px;}
.snd_urlmore {text-align: right; color: red; font-weight: normal; font-size: 11px; }

/* Wspolne: */
.snd_throbber { height: 100px; background:  transparent none; }
.snd_pytanie1, .snd_razem, .snd_twoj { padding: 0px 0 0px 0px;}
.snd_pytanie1 {font-weight: bold;}
.snd_pytania_box, .snd_wyniki_box    {background: transparent none;}
.snd_pytanie{display:none;}
/* czesc z pytaniami */

.snd_pytania_box IMG {float: left;}
.snd_pytania_box .snd_input {margin: 0 3px 0 0; clear: both; line-height: 19px;}
.snd_pytania_box .snd_input label {vertical-align:middle;}
.snd_pytania_box .snd_input input {margin:0 3px 0 0;vertical-align:middle;}
.snd_body .snd_urlmore {  padding: 8px 0px 8px 0;  }
.snd_obrazek { padding: 6px; }
.snd_submit{ }
.snd_submitBtn{width:50px;cursor:pointer;margin:0 auto;}
.snd_submitBtn2{width:111px;cursor:pointer;margin:0 auto;}

/* Czesc z wynikami */
.snd_foot .snd_urlmore { padding: 6px 4px 0 0; }
.snd_foot .snd_urlmore div { padding: 6px 0 0 0; }
.snd_wyniki_box .snd_barbox {color: #4A4A4A; text-align: right; height: 12px; line-height: 12px; padding: 2px 4px 0px 4px;}
.snd_wyniki_box .snd_bar { text-align: left; float: left; margin-right: 10px; width: 100%; height: 10px; border: solid #ffffff 1px; background-image: url(http://ocdn.eu/files/pulscms/Mjk7MDA_/2c262ab1f668b8f66e6976b1981a59e3.txt); background-position: 50% 50%;  }
.snd_wyniki_box .snd_bar DIV { height: 10px; line-height: 10px;}
.snd_wyniki_box .snd_opcja { padding: 0 4px 8px 4px;}

/* Legenda sondy defaultowa*/
.snd_legenda{
	font-size:10px;
}
.snd_legenda_parz, .snd_legenda_nieparz{
}
.snd_legenda_kolor{
	padding:2px 6px 2px 0;
	width:14px;
}
.snd_legenda_nazwa{
	padding:2px 5px 2px 0;
}
.snd_legenda_glosow{
	padding:2px 5px 2px 0;
}
.snd_legenda_procent{
	padding:2px 5px 2px 0;
}

/* Zwijanie sondy*/
.snd_slider_cnt{
	margin:8px 0 8px 0;
	cursor:pointer;
}
.snd_slider_Dw{
	float:left;
	background: url('http://ocdn.eu/files/pulscms/N2I7MDA_/b880b0b20a11b68614a3c414216279b3.gif') no-repeat scroll -24px -587px;
    height:9px;
    width:9px; 	
    margin:6px 10px 0px 0;
}
.snd_slider_Up{
	float:left;
	background: url('http://ocdn.eu/files/pulscms/N2I7MDA_/b880b0b20a11b68614a3c414216279b3.gif') no-repeat scroll -24px -601px;
    height:9px;
    width:9px; 
    margin:6px 10px 0px 0;
}
.snd_slider_Txt{
	float:left;	
}

/*Sonda kontektsowa 190px*/

#sndk1_kont{
	width:190px;
}
.sndk1_head{
	width:190px;
	border-bottom:1px solid #EBEBEB;
	padding:0 0 9px 0;
	margin:0 0 8px 0;
}
.sndk1_pytanie{
	font-weight:bold;
	margin: 0 0 10px 0;
}

/*Sonda kontekstowa 665px*/
#sndk2_kont{
	width:675px;
	font-size:12px;	
}
#sndk2_kont .snd_box{
	font-size:12px;
}
.sndk2_head{
	color:#007A64;
	font-family:Tahoma,Arial,Helevetica,sans-serif;
	font-size:15px;
	font-weight:bold;
}
.sndk2_pytanie{
	font-weight:bold;
	margin: 10px 0 12px 0;
	font-size:12px;
}

.snd_votebar_1{
}

.snd_votebar_2{
}

/* /_s/css/links.css */
.linkPromoBar{
   position:relative; 
   top: 3px;
   margin:9px auto 0; 
   padding-left:65px; 
   height:17px; 
   background: url(http://ocdn.eu/files/pulscms/NjY7MDA_/422b59c57816c20334a16105358b4e24.jpg) no-repeat 0 1px;
   width: 915px; /* 980 - 65 */
}

.linkPromoBar img{
   vertical-align:bottom;
}

.linkPromoBar a{
   font-family: Tahoma, Verdana, Arial, Helevetica, sans-serif;
   font-size:12px;
   margin-left:30px;
   vertical-align:bottom;
}

.linkPromoBar .strong{
   font-weight:bold;
}

.linkPromoBar .reklama{
   color:#ff0000;
   font-size:9px;
   vertical-align:bottom;
}

/* /_s/css/blogit_popovers.css */
 div.mdM{height:auto; background:#F8F7F2;  border:1px solid #000;  top:0;  left:0;  overflow:hidden;  text-align:left}
 .mdH{ width:100%;  height:8px;  background:#959595;  font-size:1px;   background-repeat:repeat-x;   overflow:visible;  cursor:move;  margin-bottom:10px}
 a.mdHCBnt{  width:14px;   height:14px;   display:block;   overflow:hidden;   position:absolute;   right:6px;   top:4px;   background-image:url(http://ocdn.eu/files/pulscms/Mzk7MDA_/4a9f3e7ca5f9319fbb10d83c4be14aaa.gif)}
 div.mdCnt{ height:auto; margin-left:20px;  margin-right:20px;  padding-top:0px;  padding-bottom:0px; }
 div.mdBBar
 {
    width: 100%;
  	height: 39px;
  	position: absolute;
  	margin-left: auto;
  	margin-right: auto;
  	text-align: center;
  	left: 0px;
  	bottom: 0px;
  	margin-top: 10px
 }
 .mdBBar2{ width:100%;  height:39px;  margin-top:10px}
 .mdAC{  display:block;   width:250px;   overflow:hidden;   padding-left:50px;   padding-top:10px;   padding-bottom:10px;   text-align:center;   font-family:Verdana;   font-size:11px;   color:#484848;   margin-left:10px;   background-image:url(http://www.onet.pl/_g/sidebar/_d/widgets/alsign.gif);  background-repeat:no-repeat;  background-position:0 10px}
 .mdAH{ width:100%;  height:20px;  background-color:#F8F7F2;  position:relative;  overflow:hidden;  cursor:move}
 .mdABB{ height:40px;  width:100%;  overflow:hidden;  text-align:center;  padding-top:5px}
 .g_szary_c_80{ background:#E4E4E4 none repeat scroll 0%;  border-color:#D8D8D8 rgb(173,173,173) rgb(173,173,173) rgb(206,206,206);  border-style:solid;  border-width:1px;  color:#444;  cursor:pointer;  font-family:Verdana,Tahoma,Arial,Helvetica,sans-serif;  font-size:11px;  font-weight:bold;  height:18px;  text-decoration:none;  width:80px;  margin-left:10px;  margin-right:10px}
 .g_zolty_c_80{ background:#59B147 none repeat scroll 0%;  border-color:#D8D8D8 rgb(173,173,173) rgb(173,173,173) rgb(206,206,206);  border-style:solid;  border-width:1px;  color:#fff;  cursor:pointer;  font-family:Verdana,Tahoma,Arial,Helvetica,sans-serif;  font-size:11px;  font-weight:bold;  height:18px;  text-decoration:none;  width:80px;  margin-left:10px;  margin-right:10px}
 .g_zolty_c_200{ background:#FFD427 none repeat scroll 0%;  border-color:#D8D8D8 rgb(173,173,173) rgb(173,173,173) rgb(206,206,206);  border-style:solid;  border-width:1px;  color:#444;  cursor:pointer;  font-family:Tahoma,Verdana,Arial,Helvetica,sans-serif;  font-size:11px;  font-weight:bold;  height:18px;  text-decoration:none;  width:200px;  margin-left:10px;  margin-right:10px}
 .g_zolty_c_100{ background:#FFD427 none repeat scroll 0%;  border-color:#D8D8D8 rgb(173,173,173) rgb(173,173,173) rgb(206,206,206);  border-style:solid;  border-width:1px;  color:#444;  cursor:pointer;  font-family:Tahoma,Verdana,Arial,Helvetica,sans-serif;  font-size:11px;  font-weight:bold;  height:18px;  text-decoration:none;  width:100px;  margin-left:10px;  margin-right:10px}
 .pop_title{ font-family:Arial,Verdana,Helvetica,sans-serif;  font-size:19px;  font-weight:bold; color:black;  margin-bottom:10px}
 .pop_subtitle{font-family:Arial; font-size:16px; font-weight:bold; color:#000}
 .pop_srodtytul{font-family:Arial; font-size:14px; color:#000; font-weight:600; margin-bottom:10px}
 .pop_comment{ font-family:Verdana,Arial,Helvetica,sans-serif; font-size:12px; color:#808080}
 .pop_mainContent{   font-family:Arial,Verdana,Helvetica,sans-serif; font-size:12px; color:#000}
 .pop_hr{ clear:both;  border-bottom:1px solid #C0C0C0;  font-size:1px;  width:100%;  height:1px;  margin-top:15px}
 .pop_hr2{ clear:both;  border-bottom:1px solid #C0C0C0;  font-size:1px;  width:100%;  height:1px;  margin-top:15px;  margin-bottom:10px}
 .pop_tophr{ clear:both;  border-bottom:1px solid #C0C0C0;  font-size:1px;  width:100%;  height:1px;  margin-top:8px}
 .pop_smalltxt{margin:4px 0 5px 2px; font-family:Verdana,Arial,Helvetica,sans-serif; font-size:10px; color:#808080; font-weight:normal}
 .pop_getblog{ float:right;  color:#808080;  font-family:Verdana,Arial,Helvetica,sans-serif;  font-size:11px;  margin-top:2px;  margin-bottom:10px}
 .pop_loggedAs{ float:right;  color:#808080;  font-family:Verdana,Arial,Helvetica,sans-serif;  font-size:11px;  text-align:right;  width:240px;  overflow:hidden}
 .pop_label{ font-family:Verdana,Arial,Helvetica,sans-serif;  color:#000;  font-weight:bold;  font-size:12px;  float:left;  margin-top:3px;  margin-right:5px}
 .pop_login_form{ clear:both}
 .pop_small{ float:left;  font-family:Verdana,Arial,Helvetica,sans-serif; font-size:11px; color:#808080; font-weight:normal; margin-right:15px; margin-top:3px}
 .pop_small_u{ float:left;  font-family:Verdana,Arial,Helvetica,sans-serif; font-size:11px; color:#808080; font-weight:normal; text-decoration:underline; margin-right:5px; margin-top:3px}
 .pop_left{ float:left}
 .pop_right{ float:right}
 .logowaczka{ float:left;  margin-top:10px;  margin-bottom:5px;  font-family:Arial,Verdana,Helvetica,sans-serif;  font-size:14px;  width:100%}
 .clr{ clear:both;  line-height:0;  font-size:0}
 .pop_editor{ border:1px solid silver;  width:100%;  height:300px}
 .pop_noteTitle{ font-size:16px;  font-family:Arial;  color:#808080;  font-weight:bold;  padding:5px 0;  width:100%}
 .pop_noteTitle .text{ margin:3px 3px 0px 3px;  float:left}
 .pop_warning{ text-align:center;  font-family:Arial,Verdana,Helvetica,sans-serif;  font-size:12px;  line-height:15px;  margin:10px;  color:red;  font-weight:bold}
 .pop_warning img{ vertical-align:middle}
 .pop_invalidEmail{ font-size:12px;  font-family:Arial,Verdana,Helvetica,sans-serif;  clear:left;  line-height:15px;  margin-left:47px;  color:#f00;  font-weight:bold}
 .pop_invalidEmail img{ vertical-align:middle}
 .pop_wiecejka{ color:#f00;  font-weight:bold}
 .pop_noteTitleInput{ height:25px;  width:450px;  font-size:16px;  font-weight:normal;  font-family:Arial,Verdana,Helvetica,sans-serif}
 .pop_blogList{ overflow:auto;  height:60px}
 .pop_blogUrl{ font-size:11px;  color:#808080}
 .pop_loginInput{ float:left;  margin-right:10px;  width:200px}
 .pop_passwordInput{ float:left;  margin-right:10px;  width:200px}
 .pop_sslCheckbox{ float:left}
 .pop_blogAddress{ font-family:Arial,Verdana,Helvetica,sans-serif;  font-size:12px;  color:#808080;  text-align:center;  margin:20px 0}
 .pop_invalidBlogAddress{ font-family:Arial,Verdana,Helvetica,sans-serif;  font-size:12px;  color:#f00;  text-align:center;  margin-bottom:20px;  line-height:15px}
 .pop_invalidBlogAddress img{ vertical-align:middle}
 .pop_blogRegulations{ border:1px solid #969696;  overflow:auto;  font-family:Arial,Verdana,Helvetica,sans-serif;  height:150px;  width:470px;  margin-bottom:10px;  font-size:11px}
 .pop_regulationsCheckbox{ float:left;  margin-right:5px}
 .pop_regulationsError{ color:#f00;  font-weight:bold}
 .pop_blogAddressInput{ width:135px;  border:1px solid #969696}
 a.pop_link, a.pop_link:link, a.pop_link:visited, a.pop_link:active{ font-weight:normal;  color:#00e;  text-decoration:underline;  cursor:pointer}
 a.pop_link:hover{ font-weight:normal;  color:#f00;  text-decoration:underline}
 a.pop_link2, a.pop_link2:link, a.pop_link2:visited, a.pop_link2:active{ font-weight:normal;  color:#808080;  text-decoration:underline}
 a.pop_link2:hover{ font-weight:normal;  color:#808080;  text-decoration:underline}
 .std-lgm {
   width:430px;
   border:1px solid black;
   position:absolute;
   background-color:#F8F7F2;
   font-family:Arial;
   font-size:11px;
   color:#000000;
}

div.std-lghd {
   width:430px;
   height:25px;
   position:relative;
}
div.std-lghd div {
   width:100%;
   height:20px;
   background-color:#959595;
   overflow:hidden;
   border:0;
   background: url(http://www.onet.pl/_g/sidebar/_d/popover/mdhm_green.gif) repeat-x;
}

.std-lgcb {
   width:14px;
   height:14px;
   position:absolute;
   display:block;
   background-image:url(http://ocdn.eu/files/pulscms/Mzk7MDA_/4a9f3e7ca5f9319fbb10d83c4be14aaa.gif);
   top:3px;
   right:3px;
   font-size:1px;
}

div.std-lgcnt {
   width:390px;
   overflow:hidden;
   margin-left:20px;
   margin-right:20px;
   border-bottom:1px solid #C0C0C0;

}

h1.std-lgw {
  font-size:19px;
  margin:0 0 10px 0;
}

h2.std-lgw {
  font-size:14px;
  margin:0px;
  font-weight:bold;
  display:inline;
}

input.std-lgwi {
   width:160px;
   height:20px;
   border:1px solid black;
   margin:4px 0 4px 0;
   display:block;
}

a.std-lgw,std-lgw:hover,std-lgw:visited {
  font-family:Verdana;
  color:#808080;
  text-decoration:underline;
}

div.std-lgw-l {
	width:162px;
	float:left;
}

div.std-lgw-r {
	width:162px;
	float:right;
}

span.std-lgw {
   white-space:nowrap;
   display:block;
   color:#808080;
   margin:15px 0 10px 0;
	text-align:center;
	font-family:verdana;
	zoom:1;
}

.std-lgwbc {
   width:80px;
   height:20px;
   font-size:10px;
   font-weight:bold;
   color:black;
   border: 1px solid #CECECE;
   border-bottom: 1px solid #ADADAD;
   border-right: 1px solid #ADADAD;
   background-color:#E4E4E4;
   margin-right:30px;
   cursor:pointer;
}

.std-lgwbo {
   width:80px;
   height:20px;
   font-size:10px;
   font-weight:bold;
   color:white;
   border: 1px solid #CECECE;
   border-bottom: 1px solid #ADADAD;
   border-right: 1px solid #ADADAD;
   background-color: #59B147;
   cursor:pointer;
}

.std-lgbn {
   width:410px;
   margin:10px 0 20px 0;
   text-align:center;
}

.std-wait {
  position:absolute;
  width:165px;
  height:65px;
  overflow:hidden;
  border:1px solid #black;
  background-color:#F8F7F2;
  text-align:center;
  font-family:verdana;
  font-size:12px;
  font-weight:bold;
  color: #B0B0B0;
}

span.std-lgw-err {
	font-family:verdana;
	color:#FF0000;
	margin-top:10px;
	display:block;
	white-space:nowrap;
	zoom:1;
}

p.std-lgw-iw {
   font-family:verdana;
}

p.std-lgw-iw-gr {
   font-family:verdana;
   color:#808080;
   margin-bottom:10px;
   zoom:1;
}
/* opcje logowanie */
#Dtable_popTest3
{
   background: transparent url(http://www.onet.pl/_g/sidebar/_d/popover/mdhm_green.gif) repeat-x scroll 0 0;
}

input.input2AF{
   border:1px solid black;
   display:block;
   height:20px;
   margin:4px 0;
   width:160px;
   color:black;
}
div.tyt2AF
{
   margin: 10px 0;
   color: #007A64;
}
#Zaloguj {
background-color:#59B147;
border-color:#CECECE #ADADAD #ADADAD #CECECE;
border-style:solid;
border-width:1px;
color:white;
cursor:pointer;
font-size:10px;
font-weight:bold;
height:20px;
}

#Anuluj{
background-color:#E4E4E4;
border-color:#CECECE #ADADAD #ADADAD #CECECE;
border-style:solid;
border-width:1px;
color:black;
cursor:pointer;
font-size:10px;
font-weight:bold;
height:20px;
margin-right:30px;
}
div.tyt4AF {
   margin: 0;
}

/* /_s/css/forum.css */
#forumfold img{border:0px;text-decoration:none;}
#forumfold div.alldiscNavig img{vertical-align:middle; margin: 0 4px;}
.discunderHead{float:left; text-align:left; height:32px; width:770px; padding:0px; margin:10px 0 0 0; text-align:right}
.zakladki{float:left}
.zakladki DIV{margin:3px 0 0; padding:0px 0px; color:#bebebe; font-size:11px}
.zakladki A:link, .zakladki A:visited, .zakladki A:active{color:#8E8E8E; text-decoration:underline; font-size:11px}
.szukaj{width:217px; float:right; margin:0px 0px 0px 0px; padding:0px}
.formSzukajInput{width:112px !important; height:19px; margin:0px 0px 0px 0px !important; border:1px solid #E2EFFC; color:#656565}
.szukajText2{color:#7097D4; padding:0px 3px 0px 0px !important; line-height:18px; margin-top:1px}
.szukajButton{margin:0px 0px 0px 0px}
.szukajNF{margin-top:3px}
.forum_napis{font-size:16px; font-weight:bold; color:#585568; bottom:3px}
table#forum_act_disc{background-color:#F4F4F4;}
.opcje{width:50px; font-size:11px; position:absolute; bottom:4px; left:63px}
td.entryImgTable{padding-top:8px;}
td#entryXImgTableSel{background-color:#F4F4F4;padding-left:7px;}
.opcje SPAN{color:#F00; font-weight:bold}
.opcje A{text-decoration:underline; color:#656565}
.z_opcjami{padding-bottom: 6px;position:relative; height:16px; padding-top:13px; width:455px; border-bottom:1px solid #ebebeb; float:left}
.discunderWM{margin:3px 10px 0px 0px; font-size:20px; color:#42905B; padding:0px; padding-left:56px; font-weight:normal; background:url(http://ocdn.eu/files/pulscms/YTI7MDA_/b1133ecf762f40a084309a10b370cc5b.gif) no-repeat 7px 2px}
.clr_forum{clear:both; float:none}
.entrySubject2, .entrySubject2:link, .entrySubject2:visited{color:#0C3C9D}
.entrySubject2:hover{color:#F00}
.dodajkomZakl{width:188px; height:24px; background:url(http://ocdn.eu/files/pulscms/ZWQ7MDA_/15c6a6ff2f2807f8c5915eaadd0097dc.gif) no-repeat top left; position:absolute; right:0px; bottom:8px}
.forum_module{ width:300px}
.forum_module h3{ margin:0;  font-family:Tahoma,Arial,Helevetica,sans-serif;  font-size:16px;  color:#0D3D9E;  font-weight:bold;  border-bottom:1px solid #EBEBEB;  padding-bottom:5px}
.forum_module h3 a{text-decoration:none}
.forum_module h3 a:hover, .forum_module h3 a:visited{text-decoration:none}
.forum_module .content{ position:relative;  width:280px;  font-size:11px;  font-family:Verdana,Arial,Helvetica,sans-serif}
.forum_module .content .links{ width:260px;  padding-top:10px}
#rankingi_zakladki .link{width:128px}
#forum_module_obywatelskie .link, #forum_module_blogit .link{width:256px}
#rankingi_zakladki .link{width:128px}
.forum_module .content .links .link{  margin-bottom:8px;   height:35px; float:left}
.forum_module .content .links  .link .avatar{float:left; margin-right:6px;border:0px;}
.forum_module .content .links .link .url{  overflow:hidden;   color:#666}
.forum_module .content .more  a{  text-align:right;  float:right;   width:50px}
.forum_module .empty .button{height:75px}
.forum_module .empty .more{width:auto; padding-top:75px; display:block}
.forum_module .empty .more  a{width:auto; padding-right:12px; line-height:24px}
.forum_module .content .more .raquo{  color:#f00;   font-weight:bold}
.forum_module .content .nolinks{margin:8px 0}
div.blogit{margin-top:9px}
.blogit .empty{background:url('http://ocdn.eu/files/pulscms/MGQ7MDA_/689491f2c3dc2dfaa6b7226d3f0cc343.gif') no-repeat right bottom}
.obywatelskie .empty{  background:url('http://ocdn.eu/files/pulscms/ZTI7MDA_/73bf849a640d2ea3f2fa336fc9eb8511.gif') no-repeat right bottom}
.forum_module .content .nolinks .nobody{  color:#666}
.forum_module .content .nolinks .befirst{  margin-top:15px;   font-weight:bold;   color:#808080}
.forum_module .content .button{  width:300px;   text-align:center;   margin-top:2px}
.forum_module .content .button img, .forum_module .content .button a img{  border:0px;    cursor:pointer}
.badz_pierwszy{height:137px; width:238px; background:url('http://ocdn.eu/files/pulscms/MDA7MDA_/77e3679a909d328179a73662bfc2d3ae.jpg') no-repeat center center; position:relative; margin-left:110px}
.discunderAll{margin-top:0}
.discunForumTD{padding-top:10px}
.discunForumTD p{font-size:10px; color:#999; margin:2px 0}
.discunForumTD .badz_pierwszy  p{margin:0; background:url('http://ocdn.eu/files/pulscms/MjQ7MDA_/aae864d2ac0389b70c9ffb9a57a36d5f.gif') no-repeat bottom center; text-align:center; padding:5px 0; color:#2860B9; font-size:14px; font-weight:bold}
.discunForumTD .badz_pierwszy  p.first{padding-top:37px; background:url('http://ocdn.eu/files/pulscms/YzQ7MDA_/d58448fb96bce90dc9ee03e6f279d40a.gif') no-repeat bottom center}
.badz_pierwszy .dodajkomZakl{right:22px; bottom:14px}
.title_most{color:#5B85CC; font-family:Verdana,Arial,Helvetica,sans-serif; font-size:18px; font-weight:normal; padding:25px 0px 10px 0px}
.moduletdwhite{color:#0D3C9D; font-family:Verdana,Arial,Helvetica,sans-serif; font-size:12px; font-weight:normal; padding:0px 0px 5px 0px; text-align:left}
#forumOnet .moduletdwhite a:link, #forumOnet .moduletdwhite a:visited{color: #007A64; font-weight:bold}
#forumOnet .moduletdwhite a:hover{color: #f00;}
td.szukajButton{float:none}
.forum_module  .more  a{float:right; padding-right:12px;text-align:left; width:auto;padding-top: 10px;}
.obywatelskie .content, .blogit .content{width:300px}
.blogit{margin-top:11px}
.tabsModule .contentContainer{min-height:200px}
.tabsModule .contentContainer .content{display:none}
.tabsModule .contentContainer .active{display:block}
.tabsModule .tabsContainer{list-style:none; margin:0; padding:0; height:18px; line-height:18px; font-size:9px; font-family:Verdana,Arial,Helvetica,sans-serif}
.tabsModule .tabsContainer .tabs{display:block; float:left; background:url("http://ocdn.eu/files/pulscms/MWQ7MDA_/c7d55cdb80db47307ad225efd2619e53.gif") no-repeat left bottom; color:#007A64; cursor:pointer}
.tabsModule .tabsContainer .tabs div{background: #fff url("http://ocdn.eu/files/pulscms/MWQ7MDA_/c7d55cdb80db47307ad225efd2619e53.gif") no-repeat right bottom; margin-left:5px; padding-right:5px; text-align:center}
.tabsModule .tabsContainer .active{background: #fff url("http://ocdn.eu/files/pulscms/MWQ7MDA_/c7d55cdb80db47307ad225efd2619e53.gif") no-repeat; font-weight:bold}
.tabsModule .tabsContainer .active div{background: #fff url("http://ocdn.eu/files/pulscms/MWQ7MDA_/c7d55cdb80db47307ad225efd2619e53.gif") no-repeat right top; margin-left:5px; padding-right:5px;color:#FF9C00;}
#rankingi_zakladki .tabsContainer #tab1{width:90px}
#rankingi_zakladki .tabsContainer #tab2{width:54px}
#rankingi_zakladki .tabsContainer #tab3{width:69px}
#rankingi_zakladki .tabsContainer #tab4{width:86px}
#rankingiObywatelskie h3{font-family:Verdana,Arial,Helvetica,sans-serif;font-size:16px;border:0; background:url("http://ocdn.eu/files/pulscms/YzY7MDA_/ec28f458447f429214ebfd20d2292501.gif") no-repeat left center; padding:0 0 7px 22px; margin-bottom:6px; border-bottom:1px #EBEBEB solid}
#forum_module_obywatelskie h3{font-family:Verdana,Arial,Helvetica,sans-serif;font-size:16px;border:0; background:url("http://ocdn.eu/files/pulscms/YjI7MDA_/c6bf6e866b62f121a1fefbc269fe91f1.gif") no-repeat left center; padding:0 0 7px 22px; margin-bottom:6px; border-bottom:1px #EBEBEB solid}
#forum_module_blogit h3{font-family:Verdana,Arial,Helvetica,sans-serif;font-size:16px;border:0; background:url("http://ocdn.eu/files/pulscms/ZjY7MDA_/2153c4e1138c711cb6072084e64893c4.gif") no-repeat left center; padding:2px 0 7px 22px; margin-bottom:6px; border-bottom:1px #EBEBEB solid}
.moduletd{padding-bottom:20px}
#textRankModule{padding:0 0 10px 0}
.forum_module .tabsModule .contentContainer .more a{}
#forumfold .threadAll{margin:0px; width: auto;}
.threadHeadPowBelkaAll{height:auto}
div.moduledv{margin:10px 0 2px 9px;}
* html div.moduledv{display:inline;}
.entryAll{width:450px}
.entryAll{width:450px}
.discdataAllLight{padding:5px 3px 5px 0; margin-right:5px}
.discdataAllDark{padding:5px 3px 5px 0; margin-right:5px}
.forum_napis{float:left; position:relative; border:0; background:url("http://ocdn.eu/files/pulscms/MGE7MDA_/b0ce9a91f6571cd39d6dab81aacffa5f.gif") no-repeat left center; padding:0 0 0 22px; margin-bottom:6px}
.opcje{position:relative; width:auto; left:3px; padding:3px 0 0 0}
.zopcjamiLicznikIle{color:#A0A0A0}
#rankingName a.rankingUserowTextNick13{color:#0D3D9E !important; font-size:13px; font-weight:bolder; text-decoration:underline}
#rankingName a.rankingUserowTextNick12{font-size:12px; font-weight:bolder; color:#0D3D9E !important; text-decoration:underline}
.rankingUserowTextNaglowkaKreska{color:#F60; font-size:20px; margin:10px 0 5px; border-bottom-color:gray; border-bottom-style:dotted; border-bottom-width:1px; margin-bottom:15px; padding-top:15px; width:100%}
.rankingUserowTextNaglowka{ color:#F60;  font-size:20px}
.rankingUserowAktywniText{ font-size:13px}
.rankingUserowDalszeMiejsca{ color:#B9B9B9;  font-family:Verdana,Arial,Helvetica,sans-serif;  font-size:12px;  font-weight:bold;  margin-top:20px;  padding-top:12px}
.entrySubjectExpert, .entrySubjectExpert:link, .entrySubjectExpert:visited, .entrySubjectExpert2, .entrySubjectExpert2:link, .entrySubjectExpert2:visited{ color:#f90;  font-size:12px}
.entrySubjectExpertNick{ color:#f90;  font-size:11px}
#rankModuleLeft{ width:132px;  float:left}
#rankModuleRight{ width:128px;  float:left}
.finger{ cursor:pointer}
.threadWW, .threadBW, .threadPrzes, .threadWW a{
	
}
.threadWW a:link, .threadWW a:visited {
	color:#007A64 ;
}
.discunForumTD .threadCzekaNaPub, .StarPopAll .StarPopTyt { color: #007A64; }

button#OK.buttonAF {
   background: #007A64 none repeat scroll 0 0;
   border-color: #007A64 #007A64 #007A64 #007A64;
}

.threadAll2 .links {

}

#forumfold .discunForumTD .badz_pierwszy p,
#forumfold .discunForumTD .badz_pierwszy p.first
{
   background: none;
}

.content .nolinks
{
   color: #A0A0A0;
}

div.footPub22
{
   color: #585568;
}

div.footPub2{
   color: #585568;
}

#forum .forumBlockComment { float:left; width: 679px; }
#forum #comment .noteformTekst { width: 679px; }
#forum .notecountAll { width:980px; }
#forum .noteformZacytuj { text-align: left; width: 200px; }
.forumfootWaszymZdNL{
	color: #585568;
	float:left;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:11px;
	font-weight:bold;
	margin:0 5px 0 0;
}

#forum_module_blogit .content .links {
	padding-top:2px;
}
#rankingiObywatelskie .tabsModule .tabsContainer .active div{
	color: #f58220;
}
#forumfold .fullthreadAll {
   display:block;
   width:660px;
}

.fullthreadAll .fullthreadEntryAll .fullthreadTitle
{
   font-family: Verdana, Arial, Helevetica, sans-serif;
   font-size:12px;
}

.fullthreadAll .fullthreadEntryAll {
   display:block;
   max-width:660px;
   padding-top: 10px;
}

.fullthreadAll .fullthreadEntryAll hr
{
   display: none;
}

.fullthreadEntryAll .fullthreadAbuse
{
   border-bottom: 1px solid #EBEBEB;
   margin:0;
   padding: 5px 0 10px 0;
}

.fullthreadEntryAll .fullthreadTitle
{
   color:#007A64;
}

.fullthreadEntryAll .fullthreadOdpowiedz
{
   float:none;
}

.fullthreadOdpowiedz table
{
   float:right;
}

.fullthreadOdpowiedz
{
   height: 28px;
   clear: both;
}

html .threadHead
{
   margin: 0;
}

* html div#forum br
{
   display: none;
}

* html div#forum table br,
* html div#forum div br
{
   display: inline;
}
table.podiumTable
{
   background: url(http://ocdn.eu/files/pulscms/Yjg7MDA_/6c2261cd9776ef1d8788b0f8aa1683ac.jpg) no-repeat bottom center;
   margin: 0 auto;
}
table.podiumTable td
{
   vertical-align: top;
}
table.podiumTable td table
{
   margin: 0 auto;
}
table.podiumTable td table a img,
#forumfold .otherPlaces a img
{
   margin: 0 10px 0 0;
}

#forumfold .rankingUserowTextNaglowkaKreska
{
   border-bottom:1px solid #DDDCE1;
   color:#007A64;
}
#forumfold .rankingUserowTextNaglowka, .rankingUserowTextNaglowkaKreska
{
   color:#007A64;
}
#forumfold #rankingName a.rankingUserowTextNick12,
#forumfold #rankingName a.rankingUserowTextNick13
{
   color:#007A64 !important;
}
#forumfold .rankingUserowDalszeMiejsca
{
   color:#B9B9B9;
   font-family:Verdana,Arial,Helvetica,sans-serif;
   font-size:12px;
   font-weight:bold;
   margin:0;
   padding:0 10px 0 0;
   vertical-align: middle;
}

#forumfold .otherPlaces
{
   width: 100%;
}
#forumfold .forumfootAll2 {
   height:auto;
}


#forumfold #forum a span,
#forumfold #forum #content1 a div,
#forumfold #forum #forum_module_obywatelskie a,
#forumfold #forum #forum_module_blogit .content .links a,
#forumfold #forum #forum_module_blogit .more a span,
#forumfold #forum .discunForumTD a,
#forumfold #forum .forumfootAll a{
   text-decoration: underline;
}
#forumfold #forum .discunForumTD td.entryImgTable2 a:link, 
#forumfold #forum .discunForumTD td.entryImgTable2 a:visited, 
#forumfold #forum .discunForumTD td.entryImgTable2 a:hover {
   border:0px;text-decoration:none;
}

#forumfold #forum .moduletable h3 a,
#forumfold #forum #forum_module_obywatelskie h3 a,
#forumfold #forum #forum_module_blogit h3 a,
#forumfold #forum #forum_module_blogit .more a span.b3_wiecej,
#forumfold #forum #forum_module_blogit .content a,
#forumfold #forum a span.b3_wiecej{
   text-decoration: none;
}

#forumfold #forum #script_bxad_slot_bxad_slot li p a span, 
#forumfold #forum #script_bxad_slot_bxad_slot li a span {
   text-decoration: none;
}

#forumfold #forum a:hover span,
#forumfold #forum #content1 a:hover div,
#forumfold #forum .threadAbuse span:hover,
#forumfold #forum #forum_module_obywatelskie .clr_forum a:hover,
#forumfold #forum #forum_module_blogit a:hover,
#forumfold #forum .discunForumTD a:hover,
#forumfold #forum .forumfootAll a:hover,
#forumfold #forum #forum_module_blogit .content a:hover,
#forumfold #forum #forum_module_blogit .more a:hover span{
   text-decoration: none;
   cursor: pointer;
   color: #FF0000;
}

div.szukajHead
{
   height: 32px;
}
div.zakladkiN {
   margin: 10px 0 0 0;
}

div.szukajWM
{
   margin:9px 8px 0;
   color:#007A64;
}

div.betatest
{
   margin:6px 0 0 0;
}

div.zakladki div
{
   color: #fff;
}

div.zakladki div.zakladkaButN2
{
   color:#969696;
}

div.tytAF
{
   color:#007A64;
}
input.inputAF,
select.inputAF,
textarea.textareaAF {
   background: #fff;
   color: #585568;
}


/* /_s/css/forum_blogit.css */
.discunderHead { width: 979px; height: 32px; }
.zakladki { float: left; text-align: right; }
.szukaj { width: auto }
.discunderWM  { line-height: 27px; margin: 0 0 0 0; color:#585568;font-size:20px;font-weight:normal;}
.formSzukajInput { border:1px solid #DDDCE1; color:#656565; height:16px; margin:3px 8px 2px 3px !important; width:112px !important; }
.szukajText2 { padding: 3px 3px 0 0 !important; margin: 0; }
.allInServiceTitle { width: 670px;color:#42905B;}
.discdataAllLight, .discdataAllDark  { width: 660px !important; }
.discdataTytul { width: 460px; color:#42905B;}
.discdataTytulth2{ width: 460px;}
.forum_module .content { background: none; border: 0; width:300px;}
.allInServiceLink { width: 660px; }
.allInServiceLink a:link, .allInServiceLink a:visited{ color:#42905B; }
.discdataTytul a:link, .discdataTytul a:visited { color:#42905B; }
.entryAll2, .entryLeft2, .z_opcjami, .alldiscNavig { width: 660px; padding-right: 10px; }

.forum_module .content div { padding: 0; }
#rankingi_zakladki .tabsContainer #tab4 { width:82px; }

.zajawka_blogit .middle .center .inside .image { float:left; margin-bottom:10px; margin-right:10px; }
.zajawka_blogit .middle .center .inside .content { overflow: auto; background: inherit; border: 0; width: 480px; }
.zajawka_blogit .middle .center .inside .text { float: left; }

.forumfootWaszymZd, .forumfootReg a:link, .forumfootReg a:visited, .forumfootZasady a:link, .forumfootZasady a:visited{color:#42905B;}
.forumfootReg2 a:link, .forumfootReg2 a:visited, .forumfootZasady2 a:link, .forumfootZasady2 a:visited{color:#007A64;}

.forum_module .content .more a {
	float:right;
	line-height:24px;
	padding-right:12px;
	text-align:left;
	width:auto;
	background-image:none;
}

.left {
   float:left;
   margin:4px 3px 0 0;
}

.discunderWaszymZd {
	background-color:#FFFFFF;
}

.dodajkomZakl{
	background:transparent url(http://ocdn.eu/files/pulscms/ZWQ7MDA_/15c6a6ff2f2807f8c5915eaadd0097dc.gif) no-repeat scroll left top;	
	width:124px;
	height:29px;
	
}
.entrySubject2, .entrySubject2:link, .entrySubject2:visited, .entrySubjectExpert, .entrySubjectExpert:visited, .entrySubjectExpert:link{
	color: #007A64;
}
.alldiscNavig, .fullthreadNavig{
	text-align:center;
	color:#585568;
	font-family:Verdana,Arial,Helevetica,sans-serif;
	font-size:12px;	
}
.alldiscNavig a:link, .alldiscNavig a:visited, .fullthreadNavig a:link, .fullthreadNavig a:visited{
	color:#585568;
	text-decoration:underline;
}
.threadTitle{
	color:#007A64;
}
#lapkaZGlosami2Tak{
	background-image:url(http://ocdn.eu/files/pulscms/MDk7MDA_/a564cd8ccb69bb79fecbf84fd131660e.gif);
}
.usersetTitle, .threadformDodaj, .threadHeadBelkaZmiana, .threadNavig1, .threadWW, .threadBW, .threadPrzes, .threadWW a{
	color:#007A64;
}
.threadWW a:link, .threadWW a:visited {
	color:#007A64;
}

.usersetAnuluj, .threadHead2link, .threadHead2link:link, .threadHead2link:visited{
	color:#007A64;
}
a.entrySubject, a.entrySubject:link, a.entrySubject:visited {
	color:#007A64;
}
.threadAll2
{
	width:660px;
   margin: 0 10px 0 0;
}
.threadAbuse {
margin:50px 0 15px;
text-align:right;
}
.threadText, .threadNavig, .threadHeadBelkaAll, .threadFull, .entryLeft, .entryAll
{
	width:660px;
}
.threadformTematField, .threadformTextareaField, .noteformInput{
	border:1px solid #DDDCE1;
}
.usersetInput{
	color:#007A64;
	border:1px solid #DDDCE1;
}
.usersetOK{
   margin-top:-2px;
}
table, caption, tbody, tfoot, thead, tr, th, td {
   vertical-align: middle;
}
.badz_pierwszy{
	background:transparent url(http://ocdn.eu/files/pulscms/MTE7MDA_/d8afbe58c492ee381214b354b89653d6.gif) no-repeat scroll center center;
}
.discunForumTD .badz_pierwszy p, .title_most{
	color:#007A64;
}
.noteformOdpowiedz, .regulaminTitle, .forumfootReg, .forumfootZasady, .searchNtitle{
	color:#42905B;
}
.noteformKomentarz a:link, .noteformKomentarz a:visited {
	color:#42905B;
}
.moduleUlubTxt a:link, .moduleUlubTxt a:visited, .moduleUlubTxt a:active, .moduleUlubLink {
	color:#42905B;
}
.discunForumTD, .searchNtitle{
	width:660px;
}
.noteformTextareaField {
	border:1px solid #DDDCE1;
}
#lapkaZGlosami1Tak{
	background-image:url(http://ocdn.eu/files/pulscms/YWY7MDA_/9b382ba7279f962a3532ba543337eaa0.gif);
}
.alldiscTitle1{
	color:#42905B;
}
.dodajkomzakl {
	background:transparent url(http://ocdn.eu/files/pulscms/ODc7MDA_/df5d8c217cbe16c0845e9743db980bee.gif) no-repeat scroll left top;
	bottom:8px;
	height:32px;
	position:absolute;
	right:25px;
	width:191px;
	cursor:pointer;
}
.threadFoot
{
   margin:10px 0 0 0;
}
.footPub2
{
   margin:10px 0 0 0;
}
.threadWW {
   padding:5px 0 2px 0;
}
.threadHeadPowBelkaAll {
height:auto;
}
.threadBW {
padding:5px 0 0 10px;
}
/*
.g_szary_c_80{
   background-color:#007A64;
   border:0 none;
   color:#FFFFFF;
   font-size:12px;
   font-weight:bold;
   height:19px;
   width:140px;
   font-family:Verdana;
   margin-left:0;
}
*/
table.forumtext td{
   vertical-align:top;
   text-align: left;
}

.forumlight{
   background: #ebebeb;
   width: 100%;
}
.forumbigsubject
{
   color:#007A64;
}

.forumlight_disabled{
   display:none;
}

/* /_s/css/fotogalerie.css */
/** galerie **/


.k_index, .k_index span{color: #A5A5A5}
.k_index i{color: #585568}

.k_gallery #k_imageDescription{
   margin-bottom:10px;
   
}

.k_gallerySmall .k_info, .k_galleryLarge .k_info, .k_galleryMiniatures .k_info{
   color: #646464;
}

.k_gallerySmall .k_info, .k_galleryLarge .k_info{
   padding-top:0px;
}

.kopyto .k_galleryViewControl a, .k_galleryViewControl a {
   color:#AEAEAE;
   text-decoration:none;
}

.k_galleryViewControl {
	background:url("http://ocdn.eu/files/pulscms/Nzg7MDA_/35de434ce0e62aff5fbb3e790204d482.gif") no-repeat scroll -57px 5px transparent;
	left:0;
	padding:5px 0 0;
	position:absolute;
	top:8px;
	width:170px;
	z-index:2;
}

.k_gallery p{
   margin-top:10px;
}

.k_galleryViewControl .k_selected a, .k_galleryViewControl a:hover {
	color:#AEAEAE;
	text-decoration:none;
}
.k_galleryViewControl .k_selected a, .k_galleryViewControl a:hover {
	background:url("http://ocdn.eu/files/pulscms/Nzg7MDA_/35de434ce0e62aff5fbb3e790204d482.gif") no-repeat scroll 3px 0 transparent;	
}

.k_galleryMiniatures .k_photoBox, .k_galleryLarge .k_photoBox, .k_gallerySmall .k_photoBox {
   margin:6px 0 20px;
}



.k_galleryMiniatures .k_photoBox, .k_galleryLarge .k_photoBox, .k_gallerySmall .k_photoBox {
   margin:6px 0 20px;
}
.k_galleryLarge .k_controls li.k_prev span, .k_gallerySmall .k_controls li.k_prev span {
	background-position:-262px 0;
	left:-1px;
}
.k_galleryLarge .k_controls li.k_next span, .k_gallerySmall .k_controls li.k_next span {
	background-position:-227px 0;
	right:-1px;
}
.k_galleryLarge .k_preview .k_prev a, .k_gallerySmall .k_preview .k_prev a {
	background-position:-191px -43px;
}
.k_galleryLarge .k_preview .k_next a, .k_gallerySmall .k_preview .k_next a {
	background-position:-209px -43px;
}
.k_galleryLarge .k_thumbnails .k_selected a, .k_gallerySmall .k_thumbnails .k_selected a, .k_galleryLarge .k_thumbnails a:hover, .k_gallerySmall .k_thumbnails a:hover {
	background:url("http://ocdn.eu/files/pulscms/Nzg7MDA_/35de434ce0e62aff5fbb3e790204d482.gif") no-repeat scroll 0px 7px transparent;
}
.k_galleryViewControl {
	background:url("http://ocdn.eu/files/pulscms/Nzg7MDA_/35de434ce0e62aff5fbb3e790204d482.gif") no-repeat scroll -57px 5px transparent;
	left:0;
	padding:5px 0 0;
	position:absolute;
	top:8px;
	width:170px;
	z-index:2;
}
.k_galleryViewControl .k_selected a, .k_galleryViewControl a:hover {
	color:#AEAEAE;
	text-decoration:none;
}
.k_galleryViewControl .k_selected a, .k_galleryViewControl a:hover {
	background:url("http://ocdn.eu/files/pulscms/Nzg7MDA_/35de434ce0e62aff5fbb3e790204d482.gif") no-repeat scroll 3px 0 transparent;	
}

.k_galleryLarge .k_preview .k_prev a, .k_gallerySmall .k_preview .k_prev a{
background:url("http://ocdn.eu/files/pulscms/Nzg7MDA_/35de434ce0e62aff5fbb3e790204d482.gif") repeat scroll -192px -43px transparent;
}

.k_galleryLarge .k_preview .k_next a, .k_gallerySmall .k_preview .k_next a {
background:url("http://ocdn.eu/files/pulscms/Nzg7MDA_/35de434ce0e62aff5fbb3e790204d482.gif") repeat scroll -209px -43px transparent;
}

.k_gallery .k_imageDescription .k_descText {margin-bottom:10px;}


/* /_s/css/multisearch.css */
/* taby dla szukajki*/

.bTabsSearch
{
   list-style-type: none;
   padding: 0;
   margin: 0px 0 -1px 0;
   height: 29px;
   background: url(http://ocdn.eu/files/pulscms/NmQ7MDA_/3ea733852753c58ab2e2ead659ae6202.gif) no-repeat 100% -3px;
   width:460px;
}
.bTabsSearch li
{
   float:left;
   display: block;
   height: 25px;
   font-size: 99%;
   font-weight: bold;
   font-family: Tahoma, Arial, Helevetica, sans-serif;
}

.bTabsSearch li a
{
   text-decoration: none;
   padding: 8px 0 8px 7px;
   display:block;
}

.bTabsSearch li a span
{
   border-right: 1px solid #c0c0c0;
   padding: 0 6px 0 0;
}

.bTabsSearch li.on a
{
   background: url(http://ocdn.eu/files/pulscms/NmQ7MDA_/3ea733852753c58ab2e2ead659ae6202.gif) no-repeat 100% -89px;
   padding: 0;
   color: #f58220;
}

.bTabsSearch li.on a span
{
   display: block;
   background: #fff url(http://ocdn.eu/files/pulscms/NmQ7MDA_/3ea733852753c58ab2e2ead659ae6202.gif) no-repeat -680px -89px;
   padding: 8px 14px 7px 16px;
   margin: 0 2px 0 0;
   border: none;
}

.bTabsSearch li.bTabLast a span
{
   border: none;
}


#osgs_szukajki{
	/*
	width:460px;
	border-left:1px solid #E4E4E4;
	border-bottom:1px solid #E4E4E4;
	border-right:1px solid #E4E4E4;
	*/
	position:relative;
	background: transparent url(http://ocdn.eu/files/pulscms/N2E7MDA_/30b083169ccdc8d0544231c4a75e9bfc.gif) no-repeat scroll 0 -161px;
	height: 247px;
}
#osgs_szukajki .selectDiv{
	float:left;
}
#osgs_szukajki ul.menuClass{
	border-top:3px solid white;
}



#osgs_szukajki ul.menuClass li a{
   width: 131px;
}


#osgs_szukajki ul {
	float:left;
	/*width:142px;*/
}
#osgs_szukajki ul li {
	margin:0;
	padding:0 0 0 5px;
}
#osgs_szukajki ul li a {
	display:block;
	background:none 0px -424px;
	line-height:25px;
	height:25px;
	width:133px;
	overflow:hidden;
	font-size:11px;
	background: url(http://ocdn.eu/files/pulscms/N2E7MDA_/30b083169ccdc8d0544231c4a75e9bfc.gif) no-repeat 0px -164px;
	border-bottom:1px solid #E4E4E4;
}
#osgs_szukajki ul li a:hover, .selected a {
	line-height:25px;
	height:25px;
	text-decoration:none;	
	/*
	border-bottom:1px solid #E4E4E4;
	*/	
	color:#f58220;	
	background:#fff none repeat scroll 0 0;	/* !important */
}

#osgs_szukajki .searchContent {
	float:left;
	background-color:#F8F8F8;

	/*
	border-left:3px solid white;
	border-right:0;
	border-bottom:3px solid white;
	border-top:3px solid white;
	*/

	border:0;
	margin:3px;
	margin-right:0;
	width:301px;
	height:225px;
	padding:10px 5px 6px 10px;
	position:relative;
	
}
/*start*/
#osgs_bazy{
	position:relative;
	background: transparent url(http://ocdn.eu/files/pulscms/N2E7MDA_/30b083169ccdc8d0544231c4a75e9bfc.gif) no-repeat scroll 2px -161px;
	height: 247px;
}
#osgs_bazy .selectDiv{
	float:left;

}

#sgsrch_instytucja_input{
   width:125px;
   margin-right:20px;
}
#osgs_bazy ul.menuClass{
	border-top:3px solid white;
}
#osgs_bazy ul {
	float:left;
	/*width:142px;*/
}
#osgs_bazy ul li {
	margin:0;
	padding:0 0 0 5px;
}
#osgs_bazy ul li a {
	display:block;
	background:none 0px -424px;
	line-height:25px;
	height:25px;
	width:133px;
	overflow:hidden;
	font-size:11px;
	background: url(http://ocdn.eu/files/pulscms/N2E7MDA_/30b083169ccdc8d0544231c4a75e9bfc.gif) no-repeat 0px -164px;
	border-bottom:1px solid #E4E4E4;
}
#osgs_bazy ul li a:hover, .selected a {
	line-height:25px;
	height:25px;
	text-decoration:none;
	border-bottom:1px solid #E4E4E4;
	color:#f58220;
	background:#fff none repeat scroll 0 0 !important;
}

#osgs_bazy .searchContent {
	float:left;
	background-color:#F8F8F8;

	/*
	border-left:3px solid white;
	border-right:3px solid white;
	border-bottom:3px solid white;
	border-top:3px solid white;
	*/
	border: 0;
	margin: 3px 0 3px 3px;
	width:299px;
	height:225px;
	padding:10px 5px 6px 10px;
	position:relative;
}

#osgs_bazy fieldset ul {padding-left: 0px;padding-top:10px;}
#osgs_bazy fieldset div.selectbox-wrapper ul {padding-top:0;}

#osgs_bazy fieldset li {
/*	padding-bottom: 7px; */
/*	margin-bottom: 7px; */ 
	overflow: hidden;
}

#osgs_bazy fieldset li input {
   margin-bottom: 7px;	
}

#osgs_bazy fieldset li {
   height: 29px;	
}

#osgs_bazy fieldset li ul li {
   height: auto;  
}

#osgs_bazy fieldset label{
    display: block;
    width: 53px;
    float: left;
    line-height: 1.7em;
    font-size:11px;
    color:#989898;
}
#osgs_bazy fieldset input {
	float:left;
	font-family:Verdana,Geneva,Arial,Helvetica,sans-serif;
	font-size:10px;
	padding:3px 0;
}
#osgs_bazy .fifka{
	color:#FF9C00;
}
#osgs_bazy h5 {
	text-indent:-9999px;
}
/* css in search box */
#osgs_bazy .headline {
	font-size:11px;

}
#osgs_bazy .linki{
	font-size:11px;
}
#osgs_bazy fieldset input{
	float:left;
	font-family:Verdana,Geneva,Arial,Helvetica,sans-serif;
	font-size:10px;
	padding:3px 4px;
}
#osgs_bazy .submit {
    width: 101px;
    height: 25px;
    line-height: 24px;
    display: block;
    text-align: center;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    background: url(http://ocdn.eu/files/pulscms/N2E7MDA_/30b083169ccdc8d0544231c4a75e9bfc.gif) -147px -55px;
    /*
    margin-left: 194px;
    */
    position: absolute;
    top: 202px;
    left: 204px;
    
}
#osgs_bazy .submit:hover {
    background-position: -248px -55px;
    text-decoration: none;
}






/*ends*/
.kreciolForSearch{
	width:299px;
	height:225px;
	position:absolute;
	background-color:#F8F8F8;
	top:0;
	left:0;
	padding:10px 5px 6px 10px;
}
#osgs_szukajki fieldset ul {padding-left: 0px;padding-top:10px;}

#osgs_szukajki fieldset li {
/*
	padding-bottom: 2px;
 */
	overflow: hidden;
	padding:0;
	padding-left: 0;
	clear: both;
   height: 29px;
   margin: 0;
   
   vertical-align: top;
   
}


#osgs_szukajki fieldset li ul li {
   /*height: auto;*/
   height: 13px;	
}

#osgs_szukajki fieldset li input {
   /*margin-bottom: 7px;*/
   
}

#osgs_szukajki fieldset label{
    display: block;
    width: 58px;
    float: left;
    line-height: 1.7em;
    
    font-size:11px;
    color:#989898;
    /*
    margin-bottom: 7px;
    */
}
#osgs_szukajki .fifka{
	color:#FF9C00;
}
#osgs_szukajki h5 {
	text-indent:-9999px;
}
/* css in search box */
.searchContent .headline {
	font-size:11px;
   font-family: Tahoma, Arial, Helevetica, sans-serif;
}
#osgs_szukajki .linki{
	font-size:11px;
	position: absolute;
	width: 296px;
	text-align: right;
	top: 215px;
   right: 9px;
}
#osgs_szukajki fieldset input{
	float:left;
	font-family:Verdana,Geneva,Arial,Helvetica,sans-serif;
	font-size:10px;
	
	padding:3px 4px;
	
	/*
	height: 18px;
	padding:0;
	*/
}


#osgs_szukajki fieldset {
	/*
   padding-bottom: 4px;
   */
   clear: both;
   display: block;
}


#osgs_szukajki .submit {
    width: 101px;
    height: 25px;
    line-height: 24px;
    display: block;
    text-align: center;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    background: url(http://ocdn.eu/files/pulscms/N2E7MDA_/30b083169ccdc8d0544231c4a75e9bfc.gif) -147px -55px;
    
    /*
    margin-left: 195px;
    */
    
    position: absolute;
    top: 160px;
    right: 10px
    
    
}
#osgs_szukajki .submit:hover {
    background-position: -248px -55px;
    text-decoration: none;
}




#osgs_szukajki #sgsrch_nieruchomosci .submit {
   top: 177px;
}


#osgs_szukajki #sgsrch_praca .submit {
   top: 128px;
}


#osgs_szukajki #sgsrch_zumi .submit {
   top: 109px;
}

#osgs_szukajki #sgsrch_randki .submit {
   top: 207px;
}

.searchContent select{
	width:208px;
}

/* zumi template*/
#sgsrch_zumi h5{
	background: url(http://ocdn.eu/files/pulscms/N2E7MDA_/30b083169ccdc8d0544231c4a75e9bfc.gif) -353px -55px;
	width:89px;
	height:28px;
	margin:-10px 0 0px 213px;
}
#osgs_szukajki #mp5,  #osgs_szukajki #mp52m_lok,
#osgs_szukajki #sgsrch_date,
#sgsrch_samoloty #sgsrch_dept,
#sgsrch_samoloty #sgsrch_dept_date,
#sgsrch_samoloty #sgsrch_ariv,
#sgsrch_samoloty #sgsrch_ariv_date
{
	border:1px solid #C5C5C6;
	width:196px;
}
#sgsrch_zumi fieldset label{
	width:89px;
}
#sgsrch_zumi  #sgsrch_fraza_l{
	width:65px;
}
.locLabel{
	background: url(http://ocdn.eu/files/pulscms/N2E7MDA_/30b083169ccdc8d0544231c4a75e9bfc.gif) -411px 0px;
	width:20px;
	height:20px;
	margin:0 1px 0 3px;
	float:left
}
#sgsrch_zumi .linki{
	/*margin-top:16px;*/
}
#sgsrch_zumi .linki a{
	margin: 0 15px 0 0px;
}
#sgsrch_zumi .linki a.last{
	margin: 0 0px 0 0px;
	font-weight:bold;
}
/* add zumi*/

#sgsrch_zumi_redaktor {
   font-family: tahoma, verdana;
   margin-top: 10px;	
}

#sgsrch_zumi_redaktor h3{
	font-size:11px;
	font-weight:normal;
}
#sgsrch_zumi_redaktor ul {
	float:none;
	width:auto;
	margin:5px 0 5px 0;
}
#sgsrch_zumi_redaktor ul li{
	background:transparent url(http://ocdn.eu/files/pulscms/NmQ7MDA_/3ea733852753c58ab2e2ead659ae6202.gif) no-repeat scroll -925px -371px;
	font-size:11px;
	margin:0;
	padding:0;
	display:table;
	padding:0 0 0px 7px;
}
#sgsrch_zumi_redaktor ul li a, #sgsrch_zumi_redaktor ul li a:hover{
	font-size:11px;
	background:transparent none repeat scroll 0 0 !important;
	display:inline;
	height:14px;
	line-height:14px;
	border:none;
}
#sgsrch_zumi div img {
	float:left;
	margin:5px 5px 0 0;
}
/* moto template*/
#sgsrch_moto h5{
	background: url(http://ocdn.eu/files/pulscms/N2E7MDA_/30b083169ccdc8d0544231c4a75e9bfc.gif) -302px 0px;
	width:105px;
	height:17px;
	margin:10px 0 0px 190px;
}
#sgsrch_moto fieldset{
	padding-left:31px;
}
#sgsrch_rokod, #sgsrch_rokdo{
	width:76px;
}
#sgsrch_moto #sgsrch_marka, #sgsrch_moto #sgsrch_model{
	width:202px;
}
.searchContent fieldset label{
	font-size:11px;
   font-family: Tahoma, Arial, Helevetica, sans-serif;
}

#sgsrch_moto fieldset label{
	width:64px;
}
#osgs_szukajki fieldset #sgsrch_rokdo_l{
	margin-left:16px;
	width:36px;
}



#sgsrch_moto .linki{
/*	margin-top:54px;*/
	
}


#sgsrch_moto .linki a{
	margin-right:30px;
}
#sgsrch_moto .linki a.last{
	margin-right:0px;
}
/* nieruchomosci template*/
#sgsrch_nieruchomosci h5 {
	background: url(http://ocdn.eu/files/pulscms/N2E7MDA_/30b083169ccdc8d0544231c4a75e9bfc.gif) 0px 0px;
	width:184px;
	height:17px;
	margin:10px 0 0px 111px;
}
#sgsrch_nieruchomosci fieldset label{
	width:74px;
}
#sgsrch_nieruchomosci fieldset {
	padding:0 0 0 15px;
}
#sgsrch_cenaod, #sgsrch_cenado{
	width:79px;
}
#osgs_szukajki fieldset #sgsrch_cenado_l{
	margin-left:16px;
	width:20px;
}
#osgs_szukajki #sgsrch_city {
	border:1px solid #C5C5C6;
	width: 196px;
}
#sgsrch_nieruchomosci .linki{
	/*margin-top:28px;*/
	
}
#sgsrch_nieruchomosci .linki a{
	margin: 0 11px 0 0px;
}
#sgsrch_nieruchomosci .linki a.last{
	margin: 0 0px 0 0px;
}
#sgsrch_nieruchomosci .marg a{
	margin:0px 10px 0 10px;
}
/*praca template*/
#sgsrch_praca h5 {
	background: url(http://ocdn.eu/files/pulscms/N2E7MDA_/30b083169ccdc8d0544231c4a75e9bfc.gif) -129px -18px;
	width:110px;
	height:17px;
	margin:10px 0 0px 185px;
}
#osgs_szukajki #sgsrch_stanowisko {
	border:1px solid #C5C5C6;
	width:196px;
}
#sgsrch_praca fieldset label {
	width:89px;
}
#sgsrch_praca fieldset{
	margin: 0 0 12px 0;
}
#sgsrch_praca .linki{
	/*
	margin-top:70px;
	margin-right: 5px;
	text-align:right;
	*/
}
#sgsrch_praca .linki a{
	margin: 0 0 0 27px;
}
/*randki template*/
#sgsrch_randki h5 {
	background: url(http://ocdn.eu/files/pulscms/N2E7MDA_/30b083169ccdc8d0544231c4a75e9bfc.gif) 0px -36px;
	width:132px;
	height:14px;
	margin:10px 0 0px 163px;
}
#sgsrch_randki fieldset {
	padding-left:31px;
	/*
	padding-top:10px;
	*/
}
#sgsrch_randki fieldset label {
	width:59px;
}
#sgsrch_randki fieldset{
	margin: 0 0 15px 0;
	overflow: hidden;
}
#sgsrch_randki .linki{
	/*margin-top:-17px;*/
	right: 124px;
	position: normal;
	
}
#sgsrch_randki .linki a{
	margin: 0 0 0 89px;
}
/*zakupy template*/
#sgsrch_zakupy h5 {
	background: url(http://ocdn.eu/files/pulscms/N2E7MDA_/30b083169ccdc8d0544231c4a75e9bfc.gif) -241px -20px;
	width:124px;
	height:18px;
	margin:10px 0 0px 171px;
}
#osgs_szukajki #sgsrch_fraza {
	border:1px solid #C5C5C6;
	width:196px;
}
#sgsrch_zakupy fieldset label {
	width:59px;
}
#sgsrch_zakupy fieldset{
	margin: 0 0 5px 31px;
}


/*noclegi template*/
#sgsrch_noclegi h5 {
   background: url(http://ocdn.eu/files/pulscms/N2E7MDA_/30b083169ccdc8d0544231c4a75e9bfc.gif) 0 -85px;
   width:124px;
   height:18px;
   margin:10px 0 0px 170px;
}

#sgsrch_noclegi fieldset label {
   width:62px;
}
#sgsrch_noclegi fieldset{
   margin: 0 0 5px 27px;
}


#sgsrch_noclegi input {
   width: 196px;	
}

#sgsrch_noclegi .submit {
	top: 207px;
}

#sgsrch_noclegi .linki {
	right: 124px;
}



/*samoloty template*/
#sgsrch_samoloty h5 {
   background: url(http://ocdn.eu/files/pulscms/N2E7MDA_/30b083169ccdc8d0544231c4a75e9bfc.gif) 0 -67px;
   width:141px;
   height:17px;
   margin:10px 0 0px 154px;
}

#sgsrch_samoloty fieldset label {
   width:62px;
}
#sgsrch_samoloty fieldset{
   margin: 0 0 5px 27px;
}


#sgsrch_samoloty input {
   width: 196px;  
}

#sgsrch_samoloty .submit {
   top: 207px;
}

#sgsrch_samoloty .linki {
   right: 124px;
}


/*slowniki template*/
#sgsrch_slowniki h5 {
	background: url(http://ocdn.eu/files/pulscms/N2E7MDA_/30b083169ccdc8d0544231c4a75e9bfc.gif) 0px -50px;
	width:131px;
	height:17px;
	margin:10px 0 0px 162px;
}

#sgsrch_slowniki fieldset ul.sgsrch_choose_lang {
	width:210px;
	float:left;
	padding:0;
}
#sgsrch_slowniki fieldset ul.sgsrch_choose_lang li {
	background:transparent none repeat scroll 0 0;
	display:block;
	float:left;
	padding:0;
	clear: none;
	height: 19px;
}
#sgsrch_slowniki fieldset ul.sgsrch_choose_lang li a {
	width:21px;
	height:16px;
	border:1px solid #F8F8F8;
	display:block;
	margin:0 7px 0 0;
}

#sgsrch_slowniki fieldset ul.sgsrch_choose_lang li a:hover {
	border: 1px solid #0026FE;
	height:16px;
}

#sgsrch_slowniki fieldset ul.sgsrch_choose_lang li a.en {
	background: url(http://ocdn.eu/files/pulscms/N2E7MDA_/30b083169ccdc8d0544231c4a75e9bfc.gif) -147px -38px;
}
#sgsrch_slowniki fieldset ul.sgsrch_choose_lang li a.de {
	background: url(http://ocdn.eu/files/pulscms/N2E7MDA_/30b083169ccdc8d0544231c4a75e9bfc.gif) -178px -38px;
}
#sgsrch_slowniki fieldset ul.sgsrch_choose_lang li a.fr {
	background: url(http://ocdn.eu/files/pulscms/N2E7MDA_/30b083169ccdc8d0544231c4a75e9bfc.gif) -209px -38px;
}
#sgsrch_slowniki fieldset ul.sgsrch_choose_lang li a.es {
	background: url(http://ocdn.eu/files/pulscms/N2E7MDA_/30b083169ccdc8d0544231c4a75e9bfc.gif) -239px -38px;
}
#sgsrch_slowniki fieldset ul.sgsrch_choose_lang li a.it {
	background: url(http://ocdn.eu/files/pulscms/N2E7MDA_/30b083169ccdc8d0544231c4a75e9bfc.gif) -270px -38px;
}
#sgsrch_slowniki fieldset ul.sgsrch_choose_lang li a.ru {
	background: url(http://ocdn.eu/files/pulscms/N2E7MDA_/30b083169ccdc8d0544231c4a75e9bfc.gif) -301px -38px;
}
#sgsrch_slowniki fieldset ul.sgsrch_choose_lang li a.iz {
	background: url(http://ocdn.eu/files/pulscms/N2E7MDA_/30b083169ccdc8d0544231c4a75e9bfc.gif) -332px -38px;
	margin:0 opx 0 0;
}
#sgsrch_slowniki fieldset {
	padding-left:31px;
	/*
	padding-top:10px;
	*/
}
#sgsrch_slowniki fieldset{
	margin: 10px 0 10px 0;
}
/* aukcje template*/
#sgsrch_aukcje h5{
	background: url(http://ocdn.eu/files/pulscms/N2E7MDA_/30b083169ccdc8d0544231c4a75e9bfc.gif) -184px 0px;
	width:117px;
	height:18px;
	margin:10px 0 0px 178px;
}
#sgsrch_aukcje fieldset{
	margin: 0 0 0px 27px;
}
#sgsrch_aukcje #sgsrch_fraza{
	border:1px solid #C5C5C6;
	width:196px;
}
#sgsrch_aukcje #sgsrch_ctg{
	width:208px;
}
#sgsrch_aukcje fieldset label{
	width:58px;
}
#sgsrch_aukcje fieldset #sgsrch_buynow{
	margin:0px;
	padding:0px;
	border:1px solid #C5C5C6;
}
#sgsrch_aukcje fieldset{
	margin: 0 0 15px 31px;
}
#sgsrch_aukcje .linki{
	/*
	margin-top:39px;
	padding-left: 33px;
	*/
	
}
#sgsrch_aukcje .linki a{
	margin-left:55px;
}
/* bankomay i banki template*/
#sgsrch_bankomaty{

}
#sgsrch_bankomaty #bLok {
	border:1px solid #C5C5C6;
	width:196px;
}
#sgsrch_bankomaty fieldset label  {
	width:88px;
}
#sgsrch_bankomaty #sgsrch_bszfraza1 {
	width:62px;
}
#sgsrch_bankomaty fieldset {
	margin:0 0 36px 0;
}
#sgsrch_bankomaty #sgsrch_chckL{
	width:130px;
	margin:0px 0 0px 6px;
}
#sgsrch_bankomaty #sgsrch_chckR{
	width:95px;
	margin:0px 0 0px 6px;
}
/* nip template*/
#sgsrch_nipkrs fieldset {
	margin:36px 0 37px 0;
}
#sgsrch_nipkrs #bnip, #sgsrch_nipkrs #bnipLok {
	border:1px solid #C5C5C6;
	width:196px;
}
#sgsrch_nipkrs #bnip_l {
	width:88px;
	line-height:1.1em;
}
#sgsrch_nipkrs #bnipLok_l {
	width:63px;
}
/* konta template*/
#sgsrch_konta {
}
#sgsrch_konta #sgsrch_kontachckL {
	width:124px;
	margin:0px 0 10px 6px;
}
#sgsrch_konta #sgsrch_kontachckR {
	width:62px;
	margin:0px 0 10px 6px;
}
#sgsrch_konta fieldset label  {
	width:88px;
	line-height:1.7em;
}
#sgsrch_konta #sgsrch_saldo {
	border:1px solid #C5C5C6;
	width:196px;
}
#sgsrch_konta fieldset {
	margin:0px 0 32px 0;
}
/* lokaty template*/
#sgsrch_lokaty #sgsrch_lokatyL {
	width:124px;
	margin:0px 0 10px 6px;
}
#sgsrch_lokaty #sgsrch_lokatyR {
	width:62px;
	margin: 0px 0 10px 6px;
}
#sgsrch_lokaty fieldset label  {
	width:49px;
}
#sgsrch_lokaty #sgsrch_q3_depo {
	border:1px solid #C5C5C6;
	width:200px;
}
#sgsrch_lokaty fieldset {
	margin:0px 0 10px 0;
}
#sgsrch_lokaty #sgsrch_q3_waluta_l{
	margin-left:26px;
	width:65px;
}
#sgsrch_lokaty #sgsrch_q3_okres, #sgsrch_lokaty #sgsrch_q3_oproc{
	width:100px;
}
#sgsrch_lokaty #sgsrch_q3_waluta{
	width:50px;
}
#sgsrch_lokaty #sgsrch_q3_depo_l{
	width:84px;
}
/* karty template*/
#sgsrch_karty fieldset label  {
	width:88px;
}
#sgsrch_karty #sgsrch_kartyL {
	width:124px;
	margin: 0px 0 10px 6px;
}
#sgsrch_karty #sgsrch_kartyR {
	width:62px;
	margin:0px 0 10px 6px;
}
#sgsrch_karty fieldset {
	margin:0px 0 10px 0;
}
#sgsrch_karty #warr {
	color:red;
	font-weight:bold;
	font-size:10px;
	margin:12px 0 0 0;
}
/* kredyty template*/
#sgsrch_kredyty #sgsrch_kredytyL {
	width:124px;
	margin:2px 0 10px 6px;
}
#sgsrch_kredyty #sgsrch_kredytyR {
	width:62px;
	margin:2px 0 10px 6px;
}
#sgsrch_kredyty #sgsrch_q5_waluta {
	width:62px;
}
#sgsrch_kredyty fieldset .smInp{
	border:1px solid #C5C5C6;
	width:50px;
}
#sgsrch_kredyty .labelInpR{
	width:66px;
	margin-left:20px;
	line-height:1.1em;
}
#sgsrch_kredyty .bottom{
	color:#989898;
	font-size:11px;
	/*
	margin-top:20px;
	*/	
}
#sgsrch_kredyty .moreOpt{
	float:left;
	width:190px;
	/*
	margin-top:10px;
	*/
	position: absolute;
   top: 208px;
   left: 10px;
}

#sgsrch_kredyty .moreOpt2{
   top: 202px;
}

#sgsrch_kredyty .submit{
	float:left;
	/*
	margin-left:4px;
	*/
}
#sgsrch_kredyty fieldset label{
	width:88px;
	line-height:2em;
}
#bottomChoose{
	display:none;
}
/* fundusze template */
#sgsrch_fundusze #Fundusze{
	width:290px;
}

#sgsrch_fundusze #Fundusze_input {
   width: 284px;
}

#sgsrch_fundusze #sgsrch_funduszL {
	width:124px;
	margin:0px 0 10px 6px;
}
#sgsrch_fundusze #sgsrch_funduszR {
	width:62px;
	margin:0px 0 10px 6px;
}
#sgsrch_fundusze fieldset {
	margin:0px 0 65px 0;
}
/* spolki template */
#sgsrch_spolki fieldset {
	margin:26px 0 49px 0;
}
#sgsrch_spolki fieldset label  {
	width:134px;
}
#sgsrch_spolki #sgsrch_q7_nazwa {
	border:1px solid #C5C5C6;
	width:150px;
}
#sgsrch_spolki .linki {
	font-size:11px;
	text-align:right;
	margin-top:10px;
	position: absolute;
	right: 9px;
	top:205px;
}

#sgsrch_spolki .submit {
   top: 177px;	
}

/* skarbokwi template */
#sgsrch_skarbowe fieldset {
	margin:26px 0 37px 0;
}
#sgsrch_skarbowe fieldset label  {
	width:88px;
}
#sgsrch_skarbowe #sgsrch_q8_fraza {
	border:1px solid #C5C5C6;
	width:196px;
}
#sgsrch_skarbowe .bottom{
	color:#989898;
	font-size:11px;
	margin-top:20px;
}
#sgsrch_skarbowe .moreOpt{
	float:left;
	width:128px;
	position: absolute;
   top: 200px;
   left: 10px;
}
/* -----*/
.kontachckL {
	width:124px;
	margin:0px 0 10px 6px;
}
.kontachckR {
	width:124px;
	margin:0px 0 10px 6px;
}
.loc_ico_bank, .loc_ico_nip{
	background:transparent url(http://ocdn.eu/files/pulscms/N2E7MDA_/30b083169ccdc8d0544231c4a75e9bfc.gif) repeat scroll -353px -55px;
	height:28px;
	margin:-52px 0 8px 212px;
	width:86px;
}

.headline2{
	color:#565567;
	font-family:Verdana;
	font-size:14px;
	font-weight:bold;
	margin:8px 0 0 0;
	border-bottom:1px solid #E4E4E4;
	padding:0 0 10px 0;
	width:100%
}
/* Kr�ciol duzy */
#multisearch{
	position:relative;
	/*
	height:239px;
	*/
}

#multisearch input {
   color: #585568;
}

.kreciolForSearchBig{
	width:458px;
	height:247px;
	/*position:absolute;*/
	background-color:#F8F8F8;
	/*top:0;
	left:0;*/
}

#osgs_bazy .sgsrch fieldset ul li {
   padding-left: 0;
   clear: left;
}

#osgs_bazy .sgsrch fieldset ul li input {
   margin-left: 0;
}

#sgsrch_rokod_input,
#sgsrch_rokdo_input {
	width: 64px;
}

#sgsrch_model_input,
#sgsrch_marka_input {
   width: 190px;	
}

#sgsrch_ctg_input,
#sgsrch_rodzaj_input,
#sgsrch_konto_rodzaj_input,
#sgsrch_region_input,
#sgsrch_branza_input,
#sgsrch_jestem_input,
#sgsrch_szukam_input,
#sgsrch_wiek_input,
#sgsrch_kraj_input,
#sgsrch_region_input,
#sgsrch_dict_input,
#sgsrch_q4_rodz_input,
#sgsrch_q4_org_input,
#sgsrch_q5_rodzaj_input,
#sgsrch_q8_kryterium_input {
   width: 196px;	
}

#sgsrch_cenaod_input,
#sgsrch_cenado_input {
   width: 75px;
}

#sgsrch_q3_okres_input,
#sgsrch_q3_oproc_input {
   width: 88px;
}

#sgsrch_q3_waluta_input {
   width: 46px;
}

#sgsrch_q5_waluta_input {
   width: 50px;   
}

#selCalculator_input {
   width: 115px;	
}

#osgs_szukajki .selectbox-wrapper ul {
   padding-top: 0;
}

#osgs_szukajki .selectbox-wrapper ul li {
   padding: 2px 0 2px 4px;	
}

#multisearch div.selectbox-wrapper  {;
   
}


/* /_s/css/popover.css */
#mailPop {
  background:#ebebeb;
  border:2px solid #007A64;  
  display:block;
  height:505px;
  position:absolute;
  visibility:visible;
  width:615px;
  top:550px;
  z-index:15;
}

#mailPop #movePop {
   background: #79c355;
   height: 18px;
  /* cursor: move; */
}

#mailPop #movePop span {
   float: right;
   cursor: pointer;
}

#mailPop #wydAlertTxt1,
#mailPop #wydAlertTxt2 {
   float: right;   
   color: #ff6d8d;
   display: none;
}

#mailPop .alert {
   background: #ff6d8d;
}

#mailPop #mailContent{
  border-top:1px solid #dddce1;
  padding:20px;  
}
#mailPop #mailContent2{
  padding:20px;
}
#mailPop #mailContent strong{
  color:#FA6C00;
  font-weight:bold;  
}

#mailPop #mailContent #formPop{
  margin:15px 0px 0px;
}
#mailPop #mailTitle{
  background:#ffffff url(http://ocdn.eu/files/deploy/ODA7MDA_/0605f06beec845f5bf2012a68b4afc13.gif) no-repeat 20px 15px;
  height:60px;
  padding:7px 0 0 180px;
  font-family:tahoma;
  font-size:34px;
  color:#585568;
}

#mailPop #wydMailTitle{
  border:1px solid #dddce1;
  color:#585568;
  font-family:Verdana;
  font-size:12px;
  height:18px;
  width:573px;
}

#mailPop #wydTxt {
  border:1px solid #dddce1;
  color:#484848;
  font-family:Verdana;
  font-size:12px;
  height:187px;
  width:573px;
}
#mailPop #wydEmail {
  border:1px solid #dddce1;
  color:#484848;
  font-family:Verdana;
  font-size:12px;
  height:18px;
  width:200px;
}
#movePop {
 /* cursor:move; */
  height:20px;
  overflow:hidden;
  position:relative;
  width:100%;
  z-index:5;  
}
#mailPop #closePop {
  background-image:url(http://ocdn.eu/files/pulscms/Y2M7MDA_/ec4f913d593f60f55fc532e95b9e59c8.png);
  bottom:0;
  display:block;
  height:16px;
  overflow:hidden;
  position:absolute;
  right:10px;
  width:16px;
}
#mailPop #mailBottom {
  border-top:1px solid #dddce1;
  bottom:0;
  height:50px;
  left:0;
  position:absolute;
  width:100%;
}


#sendBottom{
  width:50px;
  padding:5px 16px;
  color:#ffffff;
  font-family:tahoma;
  font-size:11px;
  cursor: pointer;
}
#closeBottom{
  width:50px;  
  padding:5px 16px;
  color:#585568;
  font-family:tahoma;
  font-size:11px;  
  cursor: pointer;
}

#sSendBottom{
  background:url(http://ocdn.eu/files/pulscms/NmQ7MDA_/3ea733852753c58ab2e2ead659ae6202.gif) -740px -210px;
  width:55px;
  overflow:hidden;  
  height:25px;
  left:514px;
  position:absolute;
  top:10px;
  padding-right:5px;
  margin:5px;    
}
#sCloseBottom{
  background:url(http://ocdn.eu/files/pulscms/NmQ7MDA_/3ea733852753c58ab2e2ead659ae6202.gif) -740px -237px;
  width:55px;  
  height:25px;
  left:440px;
  overflow:hidden;    
  position:absolute;
  top:10px;
  padding-right:5px;
  margin:5px;  
}
.eCloseBottom{
  background:url(http://ocdn.eu/files/pulscms/NmQ7MDA_/3ea733852753c58ab2e2ead659ae6202.gif) -977px -237px;
  width:5px;
  height:25px; 
  top:15px;  
  left:505px;
  position:absolute;   
}
.eSendBottom{
  background:url(http://ocdn.eu/files/pulscms/NmQ7MDA_/3ea733852753c58ab2e2ead659ae6202.gif) -977px -210px;
  width:5px;
  height:25px;
  top:15px;
  left:579px;
  position:absolute;     
}

#glass{
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:3330px;
  opacity: 0.5;
  filter:alpha(opacity=50);  
  z-index:4;
 background-color:#000000;  
}

/* /_s/css/search_rating.css */
/* Wskazniki */

.srchRat td {
   text-align: left;	
}

.srchRat {   
   font-size: 11px;
   padding: 3px;
}

.srchRat table {
   width: 100%;
   border-collapse: collapse; 
}

.srchRat strong {
   font-weight: bold;
   color: #565567;
}

.srchRatbg {
   background-color: #f8f8f8;
}  

.srchRat td {
   padding: 6px 7px;
   color: #989898;
   border-bottom: 1px solid #e4e4e4;
   vertical-align: top;
   line-height: 14px;
}

.srchRat div.more {
   text-align: right;  
   padding: 6px 7px; 
}

.srchRat td.link,
.srchRat th {   
   white-space: nowrap;
}

/* Kalendarium */

.srchCal {   
   padding: 14px 8px 3px;
   color: #565567;
}

.srchCal table {
   border-top: 1px solid #e4e4e4;
  /* padding-top: 3px; */
   font-family: arial,verdana;
   clear: both;
}

.srchCal td {
	border-bottom: 0;
	color: #565567;
}


.srchCal p {   
   font-size: 14px;
   font-weight: bold;
   padding-bottom: 18px;
}

.srchCal div {
   padding: 0;	
}

.srchCal .sel {
   float: right;
   position:relative;
}

.srchCal th,
.srchCal .time,
.srchCal .season {
   color: #989898;   
}

.srchCal .season {
   width: 58px;	
}

.srchCal th, 
.srchCal td {
   padding: 8px 7px 1px;
}

.srchCal .time {
   text-align: right;
   padding-right: 10px;   
}

.srchCal .desc {
   width: 325px;  
}

.srchCal div.more {
   padding-right: 0; 
}

.srchcalVis{
	display:block;
}	
.srchcalHid{
	display:none;
}
#selCalculator{
	width:130px;
}

.srchCal .srchFoot {
	margin-top:10px;
	margin-bottom: 5px;
}
.srchFoot #srchLabel {
	color: #989898;
	margin-bottom:2px;
}
.srchFoot  a:hover  {
	color: #000000;
}

/* /_s/css/selectbox.css */
/* JS select CSS*/
div.selectbox-wrapper {
  position:absolute;  
  width:400px;
  left:0;
  top:0;
  background-color:white;
  border-left:1px solid #ccc;
  border-right:1px solid #ccc;
  border-bottom:1px solid #ccc;
  margin:0px;
  /*margin-top:-10px;*/
  margin-top:20px;
  padding:0px;
  font-size:11px;
  text-align:left;  
  overflow-y:auto;
  overflow-x:hidden;
  max-height:300px;
  z-index:100;
  width : 14em; 
}
div.selectbox-wrapper ul {
  list-style-type:none;
  margin:0px;
  padding:0px;
  display:block;
  width:100%;
}
div.selectbox-wrapper ul li.selected { 
  background-color: #bfbfbf;
  display:block;
  color:white;
}
div.selectbox-wrapper ul li
{
   cursor:pointer;
}
#osgs_bazy fieldset div.selectbox-wrapper ul li {
  list-style-type:none;
  display:block;
  margin:0;
  padding:2px 0px 2px 4px;
  cursor:pointer;
  
}
#osgs_bazy div.selectbox-wrapper ul li {
  padding:2px 0px 2px 2px;
}

.searchContShw, .searchContHid {
	border-bottom:1px solid #E4E4E4;
	border-left:1px solid #E4E4E4;
	border-right:1px solid #E4E4E4;
	width:458px;
}

.searchContShw {
   display: block;	
}

.searchContHid {
   display: none;	
}

.selectbox
{
  /*margin: 0px 5px 10px 0px;*/
  padding:3px 0;
  font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size:10px;
  width : 100%; 
  display : block;
  text-align:left; 
  background: #fff url(http://ocdn.eu/files/deploy/Nzc7MDA_/b5214576976a6f6febc5f6a2594b9b67.gif) no-repeat top right;
  /*height:18px;*/
  cursor: pointer;
  border: 1px solid #c5c5c6;
  color:#333;
}




/* /_s/css/suggest.css */
.txtHint {
   position: absolute;
   z-index: 9;
   background-color: #fff;
   *filter: alpha (opacity=90);
   opacity: 0.90;
   width: 198px;
   border: 1px solid #c5c5c6;
   overflow: hidden;
   font-weight: normal;
   font-size: 12px;
   color: #000;
   font-family: arial;
   display: inline;
   margin-top: -1px;
}
.highlight {
   background-color: #feffbd;
   color: #000;
   border-left: 0;
   border-right: 0;
   border-top: 1px solid #ebe2a1;
   border-bottom: 1px solid #ebe2a1;
   line-height: 13px;
}
.unhighlight {
   background-color: #fff;
   color: #000;
   *border-left: 0;
   *border-right: 0;
   border-top: 1px solid #fff;
   border-bottom: 1px solid #fff;
   line-height: 13px;
}
.highlight, .unhighlight {
   position: relative;
}
.number {
   font-weight: normal;
   font-size: 9px;
   font-family: arial, sans-serif;
   color: #008000;
   position: absolute;
   top: 1px;
   right: 2px;
}

#txtHint {
	/*bottom:21px;*/
	top: 76px;
	right:14px;
	width: 204px;
}

#txtHint1 {
	/*bottom:-6px;*/
	top: 105px;
	right:14px;
	width: 204px;
}
#txtHint2 {
	/*bottom:-40px;*/
	top: 136px;
	right:14px;
	width:204px;
}
#txtHint3 {
	top:102px;
	right:6px;
	width:159px;
}

/* /_s/css/espi.css */
/* CSS Document */

table.bezRamekEspi{
   padding:5px;
   border:none;
   text-align:left;
   padding:5px;
   font-size:12px;
   font-family:verdana;
   border-collapse: collapse;  
   width:665px;
   color: #585568;
}

#bDetailText table.bezRamekEspi td.espiRight ul
{
   padding:0;
   margin:0;

}
#bDetailText table.bezRamekEspi td.espiRight ul li
{
   padding: 2px 0;
   margin-bottom: 10px;
}

table.bezRamekEspi td.espiLeft{
  border:0 none;
  color:#989898;
  padding: 5px 0;
  width:160px;
}

table.bezRamekEspi td.espiRight{
  border:0 none;
  color:#585568;
  padding: 5px 0 5px 10px;   
}

table.ramkaEspi{
   border:none;
   text-align:left;
   padding:5px;
   font-size:11px;
   font-family:verdana;
   border-collapse: collapse;  
   width:665px;
   border:1px solid #E0E0E0;
}

table.ramkaEspi td.espiLeft{
   padding:5px;
   border:1px solid #E0E0E0;
   width:220px;
   color: #9C9C9C;
}

table.ramkaEspi td{
   padding:5px;
   border:1px solid #E0E0E0;
   color: #9C9C9C;
}

table.ramkaEspi tr{
   padding:5px;
   border:1px solid #E0E0E0;
   color: #9C9C9C;
}

table.ramkaEspi td.espiRight{
   padding:5px;
   border:1px solid #E0E0E0;
   color: #000;
   border:1px solid #E0E0E0;
}

#noteEspi a,#noteEspi a:visited{
  color:#007A64;
  text-decoration:none;
}
#noteEspi a:hover{
  color:#FF0000;
}

h4{
  color:#585568;
  font-family:verdana;  
  font-size:12px;
  font-weight: bold;
  padding-top: 10px;
  padding-bottom: 10px;
}

.bb {
   color: #000;
   font-size:12px;
   font-weight:bold;
}
th {
   padding:5px;
   color:#6B6B6B;
   font-size:12px;
   border:1px solid #E0E0E0;
   text-align:center;
   background: #f4f4f4;
}

.dane {
   color: #9C9C9C;
   font-size:12px;
   border:1px solid #E0E0E0;
   text-align:center;
   padding:5px;
}

.mm {
   color:#f58220;
   padding:5px;
}

.green {
   color:#3C8144;
}

strong {
   font-weight: bold;
}

h2.espiOrange{
  color:#f58220;
  font-family:tahoma;
  font-size:34px;
  font-weight:normal;
  line-height:34px;
}

table.bezRamekEspi td
{
   vertical-align: top;
}

#bDetailText table.bezRamekEspi td a
{
   font-weight: normal;
}

/* /_s/css/konkursy.css */
.udzial {
	clear: both;
	float: right;
	margin-top: 5px;
	font-weight: bold;
}

.konkursy {
	width: 100%;
}

.konkursy .TytulKonkursu {
	color: #505050;
	font: normal 30px Arial;
}

.konkursy .formKonkursu {
	height: auto;
	overflow: hidden;
	margin-top: 10px;
}

.konkursy .formKonkursu .formTresc {
	clear: both;
	width: 100%;
	font-weight: bold;
	margin-top: 15px;
}

.konkursy .formKonkursu .wpis {
	width: 490px;
	border: 1px #D7D7D7 solid;
}

.ad_google_box
{
	margin-top:35px;clear:both;width:100%;
	}
	
.konkursy .formKonkursu .pytanie {
	margin-top: 5px;
	width: 145px;
	text-align: right;
	float: left;
}

.konkursy .formKonkursu .marginD {
	clear: both;
	height: 40px;
	margin-top: 00px;
}

.konkursy .formKonkursu .marginG {
	clear: both;
	height: 20px;
	margin-top: 00px;
}

.konkursy .formKonkursu .pytanie_input {
	margin-top: 5px;
	margin-left: 10px;
	width: 490px;
	float: left;
}

.konkursy .regulamin {
	clear: both;
	font-weight: bold;
	margin-top: 35px;
}

.konkursy .regulamin.Ochrona {
	margin-top: 40px;
}

.konkursy .area {
	margin-botom: 10px;
	width: 650px;
	height: 200px;
	border: 1px #D7D7D7 solid;
	font-family: Verdana, Arial, Helevetica, sans-serif;
	font-size:12px;
	color:#585568;
}

.konkursy .ochronaDanych {
	margin-top: 10px;
	width: 650px;
	font-weight: normal;
}

.konkursy .akceptuje {
	margin-top: 10px;
	width: 650px;
	font-weight: normal;
}

.konkursy label {
	width: 490px;
}

label.error {
	color: red;
	padding-left: .5em;
	font-weight: bold;
	display: none;
	
}
.pytanie_input label.error {
   float:left;
}


.block { display: block; }
form.konkurs label.error { display: none; }	

.wyslij {
	float: right;
	margin-top: 15px;
	margin-bottom: 20px;
}

.akcpt {
	font-weight: normal;
	margin-top: 10px;
}
.buttons
{
overflow:hidden;
margin-left:125px;
}

#articleList .normalItem .konkurs_wyniki
{
	margin-top:10px;
}


#articleList .normalItem .konkurs_wyniki ul
{
	padding-left:20px;
}

#articleList .normalItem .konkurs_wyniki ul li
{
	padding:4px;
}


/* /_s/css/artykuly_foto.css */
.belka_foto_left {
	background: none;
	width: 10px;
	float: left;
	height: 28px;
}

.belka_foto_right {
	background: none;
	width: 210px;
	height: 28px;
	float: left;
}

.belka_foto_center {
	background: none;
	width: 440px;
	height: 28px;
	line-height: 28px;
	float: left;
	color: #505050;
	font-weight: normal;
	font-size: 18px;
	font-family: Arial;
}

.belka_zobacz_left {
	background: none;
	width: 10px;
	float: left;
	height: 28px;
}

.belka_zobacz_right {
	background: none;
	width: 10px;
	height: 28px;
	float: left;
}

.belka_zobacz_center {
	background: none;
	width: 280px;
	height: 28px;
	line-height: 28px;
	float: left;
	color: #505050;
	font-weight: normal;
	font-size: 18px;
	font-family: Arial;
}

.artGlowny {
	float: left;
	margin-right: 0px;
	margin-bottom: 0px;
}

.artGlowny a {
	color: black;
	float: left;
	margin-right: 0px;
	margin-bottom: 0px;
}

.artGlownyUp {
	margin-top: 10px;
	float: left;
	width: 350px;
	font-size: 11px;
}

.artGlownyUp a {
	color: #505050;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

.artGlownyTresc a {
	color: #EB1919;
	font-size: 10px;
}

.artBoczne {
	float: right;
	width: 280px;
	padding: 10px;
}

.kropkaDuza {
	font-family: Verdana;
	font-size: 11px;
	color: #464646;
	background-image: none;
	background-repeat: no-repeat;
	padding-left: 15px;
	margin: 0;
}

.kropkaData {
	font-family: Verdana;
	font-size: 11px;
	color: #969696;
	padding-left: 14px;
	margin:0 0 5px;
}

.kropkaMala {
	margin-top: 5px;
	font-family: Verdana;
	font-size: 11px;
	color: #464646;
	background-image: none;
	background-repeat: no-repeat;
	padding-left: 15px;
}

.margin_10 {
	margin-top: 10px;
}

.artBoczne a {
	text-decoration: none;
	color: #464646;
}

.IloscZdjecMiniaturki {
	color: #969696;
	float: right;
	height: 45px;
	margin-top: -45px;
	margin-left: 15px;
	text-align: right;
	font: bold 48px Arial;
}

.oknoMiniatury {
	border: 1px #969696 solid;
	clear: both;
	float: left;
	height: auto;
	margin: 0;
	width: 978px;
	font-size: 13px;
	color: #646464;
	padding: 0;
}

.MiniaturkiTytul {
	width: 100%;
	color: #646464;
	font: 30px Arial;
}

.Ilosc {
	margin-top: 25px;
	float: right;
	margin-right: 15px;
   width: 160px;
}

.Ilosc2 {
	color: #969696;
	font: bold 11px Verdana;
}

.oknoMiniaturyLeft {
	border: 0 green solid;
	float: left;
	margin-top: 25px;
	margin-left: 20px;
	width: 255px;
	margin-bottom: 20px;
}

.MiniaturkiOpis {
	margin: 10px 0 15px 0;
	color: #646464;
	font: 11px Verdana;
}

.MiniaturkiGal {
	float: right;
	margin-top: 25px;
	border: 0 green solid;
	width: 630px;
	margin-bottom:20px;
}

.imgMin {
	width: 142px;
	text-align: center;
	float: left;
	margin-right: 10px;
}

.pagin {
	width: 84px;
	float: left;
	height: 23px;
	margin-left: 7px;
}

.pagin a {
	float: left;
	color: #bbbbbb;
	text-decoration: none;
	width: 8px;
	margin-left: 3px;
	margin-top: 0px;;
	border-bottom: 2px #bbbbbb solid;
	width: 8px;
}

.pagin a:hover {
	color: #4b4b4b;
	border-bottom: 2px #4b4b4b solid;
	width: 8px;
	font-weight: bold;
}

.kropki a {
	color: #bbbbbb;
	width: 15px;
}

.kropki a:hover {
	color: #4b4b4b;
	border-bottom: 2px #4b4b4b solid;
	font-weight: bold;
	width: 15px;
}

.Ppoprzednie {
	padding-top: 3px;
	text-align: center;
	width: 136px;
	height: 23px;
	float: left;
	color: #5b5b5b;
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

.Pnastepne {
	color: white;
	padding-top: 3px;
	text-align: center;
	width: 136px;
	height: 23px;
	float: right;
	background-repeat: no-repeat;
	background-position: 0px -25px;
}

.Ppoprzednie a {
	color: #5b5b5b;
	text-decoration: none;
}

.Pnastepne a {
	color: white;
	text-decoration: none;
}

.artPowiazane {
	height: 160px;
	padding-top: 20px;
	clear: both;
}

.artBase {
	float: left;
	width: 660px;
}

.wAuto {
	width: auto
}

.fBase {
	float: right;
	width: 300px;
	margin-left: 15px;
}

.fBaseup {
	float: left;
	width: 660px;
	height: 50px;
}

.fLeft {
	float: left;
}

.fRight {
	float: right;
}

.FlM {
	float: left;
	margin-right: 5px;
}

/* /_s/css/gallery.css */
/* ogolne */
.headTitle { color:#505050; font-family:Arial; font-size:20px; font-weight:normal; margin:0; padding:0 0 10px; }
.galList { height:88px; overflow:hidden; }
.galListzd { border:2px #CCCCCC solid; }
.galList2 { width:146px;text-align:center;float:left;margin-right:18px;display:inline; }
.foto hr { background-color: #DDD; border: 0; height: 1px; margin: 5px 0 15px; }
.galList.Last { margin-bottom:10px; }

.wiecej { font-family: Verdana; font-weight: bold; font-size: 11px; color:#4A4A4A; float: right; text-decoration: none; margin-top: 20px }
.wiecej.foto { margin-top: 10px }
.wiecej strong { color: red; }
.fotoBig { width: 502px; height: 362px; float: left; margin: 0; padding: 0; }
.fotoAdG { clear:both; width:100%; padding-top:20px; }
.fotoBig.NCAP { width: 450px; height:auto; float: left; padding: 0; margin-top:5px; margin-bottom:15px; }
.fotoTitle { color:#ffb10b; font-family:Arial; font-weight: bold; font-size:30px; }
.galeria { height: 180px; margin: 0px 0px 5px 0px; clear: both; }
.galeria .title { color: #505050; font-family:Arial; font-size:18px; float: left; display: inline; }
.galeriaBig { height: 430px; width: 665px; margin: 0; }
.galeriaBig .title { color: #4b4b4b; font-family:Arial; font-size:30px; float: left; line-height: 40px; width: 500px; }
.foto .galeriaBig .count { line-height: 30px; }
.foto .galeriaBig .count strong { font-size: 20px; }
.galeria .count { font-family: Verdana; font-weight: bold; font-size: 11px; color:#505050; float: right; }
.galeria .count strong { font-family: Arial; font-weight: bold; font-size: 16px; color:#969696; }
.galeria p { margin: 0; padding 0; }
.foto4 { padding-top: 10px; clear: both; text-align: center; height:115px; }
.foto4 a {}
.foto4 a img { border: 2px solid #CCCCCC; }
.foto42 a img { border: 2px solid #CCCCCC; margin-top: 10px; }
.foto42 a {}

.op { opacity:0.85; }

/* zdjecia */
.foto42{
   width: 163px;
   height: 362px;
   float: left;
   margin: 0;
   padding: 0;
   text-align: center;
}

.foto42 .ramka{
   border: 1px solid #CCCCCC;
   height: 360px;
   margin: 0 0 0 13px;
   padding: 0;
}

.fotoDuze{
	margin-top:4px;
	padding-top:0px;
}

.sectionHead .fotoDuze {
   margin-top: 15px;
}

.fotoMale{
   width: 665px;
   float: left;
}

.fotoDuze .widok{
   width: 168px;
   height: 45px;
   margin: 5px 0 0;
   float: left;
   overflow: hidden;
   background: none;
}

.fotoDuze .widok a{
   width: 55px;
   height: 44px;
   display: inline-block;
   background: transparent url(http://ocdn.eu/files/pulscms/NzE7MDA_/7d87a7e4379d46b61327b67b90d67edd.png) no-repeat 0 0;
   float: left;
   margin: 0px 0px 0px 1px;
   font-family: Arial;
   font-size: 10px;
   color:#969696;
   text-align: center;
   text-decoration: none;
   line-height: 54px;
}

.fotoDuze .widok a.w1{
   background-position: 0px -44px;
}

.fotoDuze .widok a.w2{
   background-position: -54px -44px;
}

.fotoDuze .widok a.w3{
   background-position: -108px -44px;
}

.fotoDuze .widok a.w1.selected, .fotoDuze .widok a.w1:hover{
   background-position: 0px 0px;
}

.fotoDuze .widok a.w2.selected, .fotoDuze .widok a.w2:hover{
   background-position: -54px 0px;
}

.fotoDuze .widok a.w3.selected, .fotoDuze .widok a.w3:hover{
   background-position: -108px 0px;
}


.fotoDuze .nawigacja{
   height: 45px;
   width: 490px;
   float: left;
   margin: 0 77px;
}

.fotoMale .fotoDuze .nawigacja{
   width: 370px;
   float: left;
   margin: 0 10px;
}


.fotoDuze .nawigacja .tasma{
   width: 420px;
   height: 45px;
   float: left;
   margin: 0 10px;
   background: transparent url(http://ocdn.eu/files/pulscms/NjQ7MDA_/b19c8c6142dda16599d74672726178ef.png) repeat-x 0px -90px;
   text-align: center;
   overflow: hidden;
}

.fotoMale .fotoDuze .nawigacja .tasma{
   width:300px;
}


.fotomale .fotoDuze .nawigacja .tasma{
   width:300px;
}

.fotoDuze .nawigacja .tasma .miniatury{
   width: auto;
}

.fotoDuze .nawigacja .tasma .miniatury a{
   background: transparent url(http://ocdn.eu/files/pulscms/NjQ7MDA_/b19c8c6142dda16599d74672726178ef.png) no-repeat 0px -45px;
   float: left;
   height: 45px;
   width: 52px;
   margin: 0 4px;
}

.fotoDuze .nawigacja .tasma .miniatury a.selected, 
.fotoDuze .nawigacja .tasma .miniatury a:hover{
   background: transparent url(http://ocdn.eu/files/pulscms/NjQ7MDA_/b19c8c6142dda16599d74672726178ef.png) no-repeat top center;
}

.fotoDuze .nawigacja .tasma .miniatury a div{
   width: 50px;
   height: 38px;
   margin: 1px;
   overflow: hidden;
}

.fotoDuze .nawigacja .arrow{
   height: 45px;
   width: 24px;
   margin: 0;
   float: left;
}

.fotoDuze .nawigacja .arrow a.nav{
   width: 18px;
   height: 23px;
   background: transparent url(http://ocdn.eu/files/deploy/NzM7MDA_/e662d3abbc06bda7098d88cdf010b0b6.png) no-repeat 0 0;
   float: left;
   text-indent: -100px;
   overflow: hidden;
   margin: 10px 3px;
}

.fotoDuze .nawigacja .arrow a.prev{
   background-position: 0px 0px;
}

.fotoDuze .nawigacja .arrow a.next{
   background-position: -18px 0px;
}

.fotoDuze .count{
   height: 45px;
   width: 168px;
   float: left;
   font-family: Arial;
   font-size: 48px;
   color:#969696;
   text-align: right;
   margin: -5px;
}

.fotoMale .fotoDuze .count{
   width:115px;
}

* html .fotoMale .fotoDuze .count{
   width:110px;
}

.fotoDuze .count strong{
   font-weight: normal;
   font-size:30px;
}

.fotoDuze .okno{
   width: 978px;
   clear: both;
   height: auto;
   border: 1px solid #969696;
   margin: 0;
   float: left;
}

.fotoMale .fotoDuze .okno{
   width: 663px;
   overflow: hidden;
}

.fotoDuze .okno .fotoContent{
   text-align: center;
   position: relative;

}

.fotoDuze .okno .fotoContentSmall{
   width: 540px;
   height: 361px;
   margin: 20px auto 0;
   overflow: hidden;
}

.fotoDuze .okno .fotoContent .prev{
   position: absolute;
   left: 0px;
   top: 0px;
   height: 100%;
}

.fotoDuze .okno .fotoContent .arrow{
   background-color: transparent;
   height: 100%;
   width:32px;
}

.fotoDuze .okno .fotoContentSmall .navi{
   width: 40%;
   display: block;
   cursor: pointer;
   background-color: white;
   opacity: .0; -moz-opacity: .0; filter: alpha(opacity=0);
}

.fotoDuze .okno .fotoContent .arrow a{
   width: 32px;
   height: 80px;
   text-indent: -1000px;
   overflow: hidden;
   display: block;
   position: absolute;
   top: 40%;
}

.fotoDuze .okno .fotoContentSmall .prev{
   background: transparent url(http://ocdn.eu/files/deploy/MjM7MDA_/0b07b3cad5f29e8d140aad90a96ef876.gif) no-repeat center center; 
}

.fotoDuze .okno .fotoContentSmall .next{
   background: transparent url(http://ocdn.eu/files/pulscms/NWE7MDA_/0b400d3b3c72593c7b7fd5b63243231a.gif) no-repeat center center;
}


.fotoDuze .okno .fotoContent .next{
   position: absolute;
   right: 0px;
   top: 0px;
   height: 100%;
}

.fotoDuze .okno .fotoContent .next .next{
   background-color: white;
   position: absolute;
   right: 0px;
   top: 0px;
   height: 100%;
   width:35px;
}

.fotoDuze .okno .fotoContent .transparentNext{
   position: absolute;
   left: 0px;
   top: 0px;
   height: 100%;
   width: 100%;
   background-color: white;
   opacity: .0; -moz-opacity: .0; filter: alpha(opacity=0); 
   border-width: 0;
   cursor: pointer;
}

.fotoDuze .okno .podpis{
   height: auto;
   margin: auto;

}

.fotoDuze .okno .podpis img{
   margin-top: 3px;
   display: block;
   float: left;
}

.fotoDuze .okno .podpis span{
   font-family: Verdana;
   font-size: 10px;
   color:#969696;
   display: blocl;
   float: left;
   margin: 5px 10px;
}

.fotoDuze .okno hr{
   background-color: #DDD;
   border: 0;
   height: 1px;
   margin: 0 10px;
   clear: both;
}

.fotoDuze p{
   margin: 0;
   padding: 0;
}

.fotoDuze .okno div.opis{
   font-family: Verdana;
   font-size: 12px;
   color:#646464;
   padding: 0;
   width: 640px;
   float: left;
}

.fotoDuze .okno div.reklamaZdjecie {
   float: right;
   width: 300px;
}

div.artykulyPowiazane{
   width: 665px;
   float:left;
   margin: 0px;
}

div.artykulyPowiazane .header{
   margin: 10px 0px;
}

div.widokMaly div.artykulyPowiazane{
   width: 300px;
   float:left;
}

div.artykulyPowiazane div.artykulGlowny{
   width: 400px;
   float: left;
}

div.widokMaly div.artykulyPowiazane div.artykulGlowny{
   width: 290px;
   padding: 5px;
}
 

div.artykulyPowiazane div.artykulGlowny a{

}

div.artykulyPowiazane div.artykulGlowny a.title{
   color:#505050;
   font-size:12px;
   font-weight:bold;
   text-decoration:none;
}

div.artykulyPowiazane div.artykulGlowny p.tresc{
   font-size:11px;
}

div.artykulyPowiazane div.artykulyBoczne{
   width: 250px;
   margin-left:15px;
   float: left;
}

div.widokMaly div.artykulyPowiazane div.artykulyBoczne{
   width: 280px;
   margin:5px 5px 5px 10px;;
}


div.artykulyPowiazane div.artykulyBoczne p{

}

div.artykulyPowiazane div.artykulyBoczne p.kropkaDuza{
   background-image:none;
   background-repeat:no-repeat;
   color:#464646;
   font-family:Verdana;
   font-size:11px;
   margin:0;
   padding-left:15px;
}

div.artykulyPowiazane div.artykulyBoczne p.kropkaMala{
	margin-top: 5px;
	font-family: Verdana;
	font-size: 11px;
	color: #464646;
	background-image: none;
	background-repeat: no-repeat;
	padding-left: 15px;
}

div.artykulyPowiazane div.artykulyBoczne p.data{
   color:#969696;
   font-family:Verdana;
   font-size:11px;
   margin:0 0 5px;
   padding-left:14px;
}

div.zobaczTakze{
   width: 300px;
   overflow: hidden;
   float: left;
   margin-left: 15px;
   margin-top: 0px;
}

div.widokMaly div.zobaczTakze{
   margin-left:0px;
}

div.zobaczTakze .header{
   margin: 10px 0px;
}

div.widokMaly div.zobaczTakze .header{
   margin: 0 0 10px;
}

div.zobaczTakze div.fotoZajawki{

}

div.zobaczTakze div.fotoZajawki div.fotoMka{
   float:left;
   margin:3px;
   padding:0;
   width:90px;
   height:105px;
 }

div.zobaczTakze div.fotoZajawki div.fotoMka a img{
   border:1px solid #9C9C9C;
}

div.zobaczTakze div.fotoZajawki div.fotoMka .tytul{
}

div.zobaczTakze div.fotoZajawki div.fotoMka .tytul a{
   font-size: 9px;
}

div.widokMaly{
   width: 300px;
   float: left;
   margin-left:15px;
   margin-top: 15px;
}

div.widokDuzy{
   width: 980px;
   clear: both;
}
.zawartosc-video {
	height: 486px;
	overflow: auto;
	position: relative;
	border: 1px solid #E1E1E1;
	border-top: 0;
}

.zawartosc-video ul,ul.video-wybor {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

ul.video-wybor {
	margin: 0 5px;
}

.zawartosc-video ul li {
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #E1E1E1;
	border-top: 0;
	height: auto;
	padding-bottom: 6px;
}

.video-row .video-itm {
	margin: 7px;
	margin-bottom: 5px;
	padding: 0;
	width: 144px;
	height: 150px;
	overflow: hidden;
	float: left;
}

.zawartosc-video ul li a .play-video {
	text-indent: -9000px;
	width: 100%;
	height: 100%;
	background: transparent url(http://ocdn.eu/files/deploy/NzE7MDA_/7d87a7e4379d46b61327b67b90d67edd.png) no-repeat center center;
	left: 0;
	top: 0;
	position: absolute;
	display: block;
	float: left;
	cursor: pointer;
}

* html .zawartosc-video ul li a .play-video {
	background: transparent;
	filter: progid : DXImageTransform.Microsoft.AlphaImageLoader ( src =	'/_d/wideo_play.png', sizingMethod = 'scale' );
	left: 40px;
	top: 15px;
	width: 24px;
	height: 24px;
}

.video-itm a .play-video {
	text-indent: -9000px;
	width: 100%;
	height: 100%;
	background: transparent url(http://ocdn.eu/files/pulscms/NzE7MDA_/7d87a7e4379d46b61327b67b90d67edd.png) no-repeat center center;
	left: 0;
	top: 0;
	position: absolute;
	display: block;
	float: left;
	cursor: pointer;
}

* html .video-itm a .play-video {
	background: transparent;
	filter: progid : DXImageTransform.Microsoft.AlphaImageLoader ( src =	'/_d/wideo_play_duza.png', sizingMethod = 'scale' );
	left: 50px;
	top: 16px;
	width: 40px;
	height: 40px;
}

.zawartosc-video ul li a:hover .play-video,.video-itm a:hover .play-video
	{
	-moz-opacity: .65;
	opacity: .65;
}

.zawartosc-video ul li p,.video-row p {
	margin: 0;
	padding: 0 4px;
	color: #A9A9A9;
	font-size: 10px;
}

.zawartosc-video ul li .img {
	width: 104px;
	height: 50px;
	position: relative;
	overflow: hidden;
	float: left;
	margin: 6px;
	margin-bottom: 0;
}

.zawartosc-video ul li .img a {
	padding-bottom: 6px;
	display: block;
}

.video-itm .img {
	width: 142px;
	height: 75px;
	position: relative;
	overflow: hidden;
	float: left;
}

.video-itm .img img {
	border: 1px solid #9D9D9D;
}

* html .zawartosc-video ul li .img,.video-row .video-itm .,.zawartosc-video ul li .desc
	{
	display: inline;
}

.zawartosc-video ul li a {
	margin: 0;
	padding: 0;
	color: #4a4a4a;
	width: auto;
	float: none;
}

.zawartosc-video ul li .desc {
	margin-top: 2px;
	margin-right: 10px;
	float: right;
	width: 155px;
}

.zawartosc-video ul li strong,.video-row strong {
	display: block;
	font-size: 11px;
	padding: 4px;
	border-bottom: 1px solid #e1e1e1;
	margin-bottom: 4px;
}

div.video-lista {
	display: block;
	float: none;
}

div.video-lista a,.video-itm a {
	text-decoration: none;
	color: #000;
}

div.filtry {
	color: #585858;
	font-size: 11px;
	margin-top: 5px;
	margin-right: 6px;
	text-align: right;
	display: block;
	float: none;
	font-weight: normal;
}

div.filtry a.selected {
	color: #001834;
	font-weight: bold;
}

.video-lista .filtry a {
	color: #585858;
	padding: 0 5px;
}

.video-lista .filtry a:hover {
	text-decoration: underline;
}

.video-row {
	margin: 10px 10px 0 10px;
}

.lista-item {
	width: 281px;
}

h1.title {
	color: #505050;
	font-family: Arial;
	font-size: 30px;
	margin: 0;
	padding: 0 0 10px 3px;
	font-weight: normal;
}

.mov-detal {
	border: 1px solid #e1e1e1;
	text-align: left;
	padding: 11px;
}

.mov-detal h2 {
	color: #505050;
	font-family: Arial;
	font-size: 18px;
	margin: 0;
	padding: 10px 0;
	font-weight: normal;
}

.mov-detal a {
	text-decoration: underline;
}

.mov-detal a:hover {
	color: #F10A0A;
}

.mov-detal p {
	margin: 0;
	padding: 0;
	color: #666;
	font-size: 11px;
}

div.okno div.kreciol{
   width: auto; 
   display: block; 
   position: relative;
   margin: 20px auto 0;
}

div.okno div.duzy{
   height: 505px;
}

div.okno div.maly{
   height: 361px;
}

#kreciolDuzy{
   position: absolute; 
   top: 50%; 
   left: 50%;
}

#fotoContentContener{
   position: relative;   
}

#fotoDuzeImg{
   display:none;
}

/* fix dla ie w zwiazku z wystajacym przy duzych zdjeciach */
.fotoMale .fotoDuze .okno .fotoDescriptionContainer {
	width: 643px;
}

.fotoDuze .okno .fotoDescriptionContainer {
	width: 958px; margin: 5px 10px 20px 10px;
	overflow: hidden;
}

.fotoDuze .okno .fotoDescriptionContainer .reklamyBloczki {
	margin: 0;
}

/* /_s/css/ui.core.css */
/*
* jQuery UI CSS Framework
* Copyright (c) 2009 AUTHORS.txt (http://ui.jquery.com/about)
* Dual licensed under the MIT (MIT-LICENSE.txt) and GPL (GPL-LICENSE.txt) licenses.
*/

/* Layout helpers
----------------------------------*/
.ui-helper-hidden { display: none; }
.ui-helper-hidden-accessible { position: absolute; left: -99999999px; }
.ui-helper-reset { margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none; }
.ui-helper-clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.ui-helper-clearfix { display: inline-block; }
/* required comment for clearfix to work in Opera \*/
* html .ui-helper-clearfix { height:1%; }
.ui-helper-clearfix { display:block; }
/* end clearfix */
.ui-helper-zfix { width: 100%; height: 100%; top: 0; left: 0; position: absolute; opacity: 0; filter:Alpha(Opacity=0); }


/* Interaction Cues
----------------------------------*/
.ui-state-disabled { cursor: default !important; }


/* Icons
----------------------------------*/

/* states and images */
.ui-icon { display: block; text-indent: -99999px; overflow: hidden; background-repeat: no-repeat; }


/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

/* /_s/css/ui.datepicker.css */
/* Datepicker
----------------------------------*/
.ui-datepicker { width: 154px; padding: 0; }
.ui-datepicker .ui-datepicker-header { position:relative; padding:0; }
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next { position:absolute; top: 0; width: 20px; height: 20px;}
.ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover { }
.ui-datepicker .ui-datepicker-prev { left:0; background: url(http://ocdn.eu/files/pulscms/N2I7MDA_/b880b0b20a11b68614a3c414216279b3.gif) no-repeat -17px -90px;}
.ui-datepicker .ui-datepicker-next { right:0; background: url(http://ocdn.eu/files/pulscms/N2I7MDA_/b880b0b20a11b68614a3c414216279b3.gif) no-repeat -17px -113px;}
.ui-datepicker .ui-datepicker-prev-hover { left:1px; }
.ui-datepicker .ui-datepicker-next-hover { right:1px; }
.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span { display: block; position: absolute; left: 50%; margin-left: -8px; top: 50%; margin-top: -8px;  }
.ui-datepicker .ui-datepicker-title { margin: 0; line-height: 20px; text-align: center; font-family:verdana;font-size:11px; color:#7b7b7b;}
.hasDatepicker .ui-datepicker .ui-datepicker-title { margin: 0; line-height: 20px; text-align: center; font-family:verdana;font-size:11px; color:#f58220;}
.ui-datepicker .ui-datepicker-title select { float:left; font-size:10px; margin:1px 0; }
.ui-datepicker select.ui-datepicker-month-year {width: 100%;}
.ui-datepicker select.ui-datepicker-month, 
.ui-datepicker select.ui-datepicker-year { width: 49%;}
.ui-datepicker .ui-datepicker-title select.ui-datepicker-year { float: right; }
.ui-datepicker table {width: 100%; font-size: 11px; border-collapse: collapse; margin:0;}
.ui-datepicker th { padding: 4px 2px; text-align: center; font-weight: normal; border: 0;  }
.hasDatepicker .ui-datepicker th { padding: 4px 2px; text-align: center; font-weight: bold; border: 0;  color:#989898;}
.ui-datepicker td { border: 0; padding: 1px; }
.ui-datepicker td span, .ui-datepicker td a { display: block; padding: .2em; text-align: right; text-decoration: none; }
.ui-datepicker .ui-datepicker-buttonpane { background-image: none; margin: .7em 0 0 0; padding:0 .2em; border-left: 0; border-right: 0; border-bottom: 0; }
.ui-datepicker .ui-datepicker-buttonpane button { float: right; margin: .5em .2em .4em; cursor: pointer; padding: .2em .6em .3em .6em; width:auto; overflow:visible; }
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current { float:left; }
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next { cursor: pointer; }
.ui-state-week-hover td a {color:#FFFFFF!important;background:#FF7509!important;}
.ui-state-week-hover td.ui-datepicker-other-month {color: white!important;padding: 1px!important;margin: 0px!important;border:0px none!important;}
.ui-state-week-hover2 td a {color:#FFFFFF!important;background:#FF7509!important;}
.ui-state-week-hover2 td.ui-datepicker-other-month {color: white!important;padding: 1px!important;margin: 0px!important;border:0px none!important;}
.fullMonthCalendar .ui-datepicker-header {background:url("http://ocdn.eu/files/pulscms/NmQ7MDA_/3ea733852753c58ab2e2ead659ae6202.gif") no-repeat scroll -200px -33px transparent!important;width:158px!important;}
.fullMonthCalendar .ui-datepicker {width:158px!important;}
.fullMonthCalendar tr.ui-state-week-hover span.other-month {color:#FFFFFF!important;background: #FF7509!important;}
.fullMonthCalendar tr.ui-state-week-hover2 span.other-month {color:#FFFFFF!important;background: #FF7509!important;}
.fullMonthCalendar .ui-datepicker-current-day .ui-state-active {background: #FF7509!important;color:#FFFFFF!important;border:0px!important;}
.fullMonthCalendar td.ui-datepicker-current-day {border:0px!important;}
.fullMonthCalendar td.ui-datepicker-current-day a{border:0px!important;}
.fullMonthCalendar td.ui-datepicker-today .ui-state-active {background: #FFFFFF!important;color:#555555!important;border:0px!important;}
.fullMonthCalendar tr.ui-state-week-hover .ui-state-active {background: #FF7509!important;color:#FFFFFF!important;}
.fullMonthCalendar tr.ui-state-week-hover2 .ui-state-active {background: #FF7509!important;color:#FFFFFF!important;}

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi { width:auto; }
.ui-datepicker-multi .ui-datepicker-group { float:left; }
.ui-datepicker-multi .ui-datepicker-group table { width:95%; margin:0 auto .4em; }
.ui-datepicker-multi-2 .ui-datepicker-group { width:50%; }
.ui-datepicker-multi-3 .ui-datepicker-group { width:33.3%; }
.ui-datepicker-multi-4 .ui-datepicker-group { width:25%; }
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header { border-left-width:0; }
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header { border-left-width:0; }
.ui-datepicker-multi .ui-datepicker-buttonpane { clear:left; }
.ui-datepicker-row-break { clear:left; width:100%; }

/* RTL support */
.ui-datepicker-rtl { direction: rtl; }
.ui-datepicker-rtl .ui-datepicker-prev { right: 2px; left: auto; }
.ui-datepicker-rtl .ui-datepicker-next { left: 2px; right: auto; }
.ui-datepicker-rtl .ui-datepicker-prev:hover { right: 1px; left: auto; }
.ui-datepicker-rtl .ui-datepicker-next:hover { left: 1px; right: auto; }
.ui-datepicker-rtl .ui-datepicker-buttonpane { clear:right; }
.ui-datepicker-rtl .ui-datepicker-buttonpane button { float: left; }
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current { float:right; }
.ui-datepicker-rtl .ui-datepicker-group { float:right; }
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header { border-right-width:0; border-left-width:1px; }
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header { border-right-width:0; border-left-width:1px; }

/* IE6 IFRAME FIX (taken from datepicker 1.5.3 */
.ui-datepicker-cover {
    display: none; /*sorry for IE5*/
    display/**/: block; /*sorry for IE5*/
    position: absolute; /*must have*/
    z-index: -1; /*must have*/
    filter: mask(); /*must have*/
    top: -4px; /*must have*/
    left: -4px; /*must have*/
    width: 200px; /*must have*/
    height: 200px; /*must have*/
}
a.ui-state-default{
  color:#fff0b8;
  font-family:verdana;
  font-size:11px;
}
.ui-datepicker-week-end{
  color:#ff0000;
}
.ui-datepicker-week-end a.ui-state-default{
  background-color:#fff0b8;
  color:#585568;  
}
.hasDatepicker .ui-datepicker-week-end{
  color:#989898;
}
.hasDatepicker .ui-datepicker-week-end a.ui-state-default{
  background-color:#fff;
  color:#989898; 
  font-weight:normal;   
}

/* newsletter:newsletterForm.css */
.k_newsletterForm {
   height: 50px;
   margin-bottom: 20px;
   width: 980px;
}
.k_newsletterForm .k_newsletterTitle, .k_newsletterForm .k_newsletterText, .k_newsletterForm .k_newsletterForm, .k_newsletterForm .k_newsletterMore {
   background: #f0f0f0;
   float: left;
}
.k_newsletterForm .k_newsletterTitle, .k_newsletterForm .k_newsletterMore {
   height: 35px;
   padding-top: 15px;
}
.k_newsletterForm .k_newsletterText, .k_newsletterForm .k_newsletterForm {
   height: 40px;
   padding-top: 10px;
}
.k_newsletterForm .k_newsletterTitle {
   font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
   font-size: 13px;
   font-weight: bold;
   color: #CA1A00;
   padding-left: 10px;  
   width: 130px;
}
.k_newsletterForm .k_newsletterText {
   font-size: 11px;
   width: 290px;
   padding-right: 10px;
}
.k_newsletterForm .k_newsletterForm {
   width: 400px;
}
.k_newsletterForm .k_newsletterMore {
   width: 140px;
}
.k_newsletterForm .k_newsletterForm input.k_email {
   width: 278px; height:14px;
   font-size:11px; font-family:Verdana;
   color:#474747; border:1px solid #acacac;
   padding-top:3px; margin-top:-1px;
  
}
.k_newsletterForm .k_newsletterForm .k_button input {
   width: 90px;
   margin-top:-3px;
}
.k_newsletterForm .k_newsletterForm .k_button {
   background-position: 0 -361px;
}
.k_newsletterForm .k_newsletterForm .k_button span {
   background-position: 100% -284px;
}
.k_newsletterForm #k_userEmail.k_info {
   color:#B9B9B9;
}

.k_newsletterForm .k_newsletterForm input.k_error {
   border-color: #f00;
}
.k_newsletterForm .k_errorMessage {
   clear: both;
   float: none;
   margin-left: 0;
}

/* newsletter:newsletterThanks.css */
.k_newsletterThanks {
    font-size: 12px;
    color: #3b3b3b;
    line-height: 18px;
}
.k_newsletterThanks .k_content {
    margin-bottom: 18px;
}
.k_newsletterThanks .k_linkBack {
    font-size: 10px;
    background: url(http://ocdn.eu/files/pulscms/MTU7MDA_/89939266f92558e4218cdb5b72635c98.gif) no-repeat scroll -5px -907px;
    margin: 0 0 25px 0;
}
.k_newsletterThanks .k_linkBack a {
    padding-left: 18px;
}

/* newsletter:newsletterDetail.css */
.k_newsletterDetail {
   font-size: 12px;
   color: #3b3b3b;
   line-height: 18px;
}

.k_subscribePhoto {
   width: 190px;
   height: 145px;
   float: left;
}

.k_newsletterDetail input[type=text] {
   border: 1px solid #c6c6c6;
   height: 20px;
   width: 290px;
   margin-right: 6px;
}
.k_newsletterDetail .k_button span {
   background: transparent url(http://ocdn.eu/files/pulscms/NTE7MDA_/8ccccca5b42514758d66a74e980a5005.gif) no-repeat scroll 100% -188px;
}
.k_newsletterDetail .k_button {
   background: transparent url(http://ocdn.eu/files/pulscms/NTM7MDA_/c77706634bf8c8e84e1d9aec832061a2.gif) no-repeat scroll 0 -337px;
}
.k_newsletterDetail .k_button input {
   padding-bottom: 3px;
}
.k_newsletterDetail .k_subscribeForm .k_text, .k_newsletterDetail .k_unsubscribeForm .k_text {
   font-size: 11px;
   padding: 0 0 4px 0;
}
.k_newsletterDetail .k_subscribeForm, .k_newsletterDetail .k_unsubscribeForm {
   margin: 24px 0;
   clear: both;
}
.k_newsletterDetail .k_unsubscribeText2 {
   margin-bottom: 40px;
}

.k_newsletterDetail input.k_error {
   border-color: #f00;
}
.k_newsletterDetail .k_errorMessage {
   clear: both;
   float: none;
   margin-left: 0;
}

/* content:contentExtendedBlurb.css */
.k_contentExtendedBlurb{
   border-bottom:1px solid #c6c6c6;
   clear:both; overflow:hidden; position: relative;
}
* html .k_contentExtendedBlurb{
   height: 100%;
}
.k_contentExtendedBlurbLast{
   padding-bottom: 0;
}
.k_contentExtendedBlurb img {
   margin: 4px 0 0 -110px;
   border: 1px solid #DDDCE1;
   float:left;
}
.k_contentExtendedBlurb h2,
.k_contentExtendedBlurb h3{
   font: normal normal bold 14px/22px Verdana,Arial,Helvetica,sans-serif;
   margin: 0 0 2px 0;
}
.k_contentExtendedBlurb p{
   line-height: 16px; font-size: 12px;
   margin: 0;
}
.k_contentExtendedBlurb p a,
.k_contentExtendedBlurb p a:hover{
   color: #363636;
}
.k_contentExtendedBlurb .k_blurb{
   width: 365px; padding: 15px 10px 19px 110px;
   float: left;
}
.k_contentExtendedBlurbNoPhoto .k_blurb{
   width: 475px; padding:15px 10px 19px 0;
}
.k_contentExtendedBlurb .k_properties{
   font-size: 11px; line-height: 15px;
   width: 180px; padding: 20px 0 19px;
   float: left;
}
.k_contentExtendedBlurb .k_properties cite,
.k_contentExtendedBlurb .k_properties i{
   font-style: normal;
}
.k_contentExtendedBlurb .k_properties dl{
   margin: 0;
}
.k_contentExtendedBlurb .k_properties dt{
   margin-right: 5px;
   float: left; clear: left;
}
.k_contentExtendedBlurb .k_date {
   color: #bababa;
   padding: 0 0 2px 0;
}
.k_contentExtendedBlurb .k_sponsored{
   color: #ee0303;
   font-size: 10px;
}


/* /_s/css/layout.css */
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            
/* =reset stylesheet rules*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
   margin: 0;
   padding: 0;
   border: 0;
   font-weight: inherit;
   font-style: inherit;
   font-size: 100%;
   font-family: inherit;
   vertical-align: baseline;
}
ol, ul {list-style: none;}
table {border-collapse: separate; border-spacing: 0;}
caption, th, td {text-align: left; font-weight: normal;}
blockquote:before, blockquote:after,
q:before, q:after {content: "";}
blockquote, q {quotes: "" "";}

body
{
	font-family: Verdana, Arial, Helevetica, sans-serif;
	font-size:12px;
	margin:0;
	padding:0;
   color: #585568;
   background: #fff;
}

a, .kopyto a
{
   text-decoration: none;
   color: #007A64;
}

a:hover, .kopyto a:hover
{
   color: #ff0000;
}

h1, h2, h3, h4, p, ul, h5
{
   padding: 0;
   margin: 0;
}

h2
{
   font-size: 22px;
   line-height: 25px;
   font-weight: normal;
}

h3
{
   font-size: 15px;
   line-height: 18px;
   font-weight: bold;
}

h5
{
   font-size: 11px;
   line-height: 14px;
   font-weight: normal;
}

ul
{
   list-style-type: none;
}

ul.b3_list li,#bContext190 ul li,#bContext190 .listowanie,
.recomendationWarning ul li
{
   padding: 0px 0 5px 12px;
   background: url(http://ocdn.eu/files/pulscms/NmQ7MDA_/3ea733852753c58ab2e2ead659ae6202.gif) no-repeat -925px -371px;
}

.bBottomContext
{
   padding: 0 0 20px 0;
}

ul.b3_list li.listBold
{
   padding: 0px 0 0px 12px;
   background: url(http://ocdn.eu/files/pulscms/NmQ7MDA_/3ea733852753c58ab2e2ead659ae6202.gif) no-repeat -948px -347px;
   font-weight: bold;
}

.cRed {
   color: red;
}

#sHead, #sContent, #sFoot, #sDown, #foot
{
   width: 980px;
   margin: 0 auto;
   background-color: #fff;
}

#sHead
{   
   z-index: 4;
   position: relative;
   padding-top: 5px;
} 

#sContent {
   z-index: 2;
   position: static;
}
@media only screen and (max-width:1279px) {
    #sContent { padding-top: 35px; }
}

#sDown {
   overflow: hidden;
}

#sFoot, #foot
{
   clear:both;
   margin:20px auto 4px;
   background-image:url(http://ocdn.eu/files/pulscms/ZGM7MDA_/270c78d48cc39cd3144cc69f7a0a7670.gif);
   background-repeat:repeat-x;
   width:980px;
   font-size:10px;
   color:#8E8C8C;
   overflow: hidden;
}
#sFoot a, #sFoot a:visited, #foot a, #foot a:visited
{
   color:#8E8C8C;
   font-size:10px;
   text-decoration:underline;
}
#sFoot a:hover, #foot a:hover
{
  color:#f58220;
}

#cRight
{
   width: 300px;
   /*background: #eee;*/
   margin: 24px 0 12px 0;
   /*overflow: hidden; reklama rozwijana się chowa*/
}

#home #cRight
{
   width: 190px;
   margin: 20px 0 12px 0;
   padding: 0 10px 0 0;
   float: left;
}

#col2_topSection #sTop
{
   padding: 16px 0 0 0;
}

#col2 #cLeft
{
   width: 665px;
   padding: 16px 15px 0 0;
}

#col2b #cLeft
{
   width: 665px;
   padding: 16px 15px 0 0;
}

#col2_topSection #cLeft
{
   width: 665px;
   padding: 0 15px 0 0;
}

/* trzy kolumny */
#col3 #cColumns {
   float:left;
   width:680px;
   margin-top:13px;
}

#home #cColumns {
   float:left;
   width:780px;
   margin-top:20px;
}

#col3 #leftAndCenterCols {
   width:680px;
   float:left;
}

#col3 #leftAndCenterCols #cLeft,
#home #leftAndCenterCols #cLeft
{
   width:460px;
   float:left;
}

#home #leftAndCenterCols #cCenter
{
   width: 300px;
   padding: 0 10px;
   float: left;
}

#col3 #leftAndCenterCols #cCenter {
   width:190px;
   padding: 0 15px;
   padding-top:57px;
   float:left;
}

#col3 #cColumns #cBottom {
   width: 670px;
   float:left;
}
#col3 #cRight {
   margin-top:60px;
}
/* print */
   #printLayout
   {
      margin: 10px 0 0 0;
   }
   #printLayout #sHead #navBar
   {
      width: 665px;
      background: none;
   }
   #printLayout #sHead #navBar #topBar 
   {
      width: 365px;
      background: none;
      margin: 0 300px 0 0;
      height: 54px;
   }
   #printLayout #sContent,
   #printLayout #sFoot,
   #printLayout #sHead
   {
      width: 665px;
      margin: 0 auto;
   }

   #printLayout #sFoot
   {
      background: none;
      border-top: 1px solid #EBEBEB;
   }
   #printLayout #sFoot .sFootContent
   {
      text-align: center;
      padding:10px 10px 10px;
      font-weight: bold;
      color: black;

   }


#cLeft, #cRight, #cSearch, #cAds
{
   float: left;
}

#search #cSearch {
   width: 744px;
   
   padding: 16px 10px 0 0;
}

#search #cAds {
   width: 223px;
   float: right;
   padding: 16px 0 0 0;
}

#bColumnLeft,
#bColumnRight
{
   width: 325px;
   float:left;
}

#bColumnRight
{
   padding: 0 0 0 15px;
}

.bColumnLeft,
.bColumnRight
{
   width: 325px;
   float:left;
}

.bColumnRight
{
   padding: 0 0 0 15px;
}

#newsroom #sTop{
   margin-top: 16px;
}

#newsroom #cLeft{
   width: 190px;
}

#newsroom #cRight{
   width: 770px;
   margin: 9px 0 12px 15px;
}

.clr
{
   clear: both;
   font-size:0px;
   line-height:1px;
   height: 0px;
}

.b3_wiecej, .ar
{
   color:#FF9C00;
   font-size:11px;
   font-weight:bold;
   font-family: Verdana, Arial, Helevetica, sans-serif;
   /*
      cursor: pointer;
   */
}

.b3_sponsTitle{
   font-size: 10px;
   font-family: Verdana, Arial, sans-serif;
   /*margin-bottom: 12px;*/
}

.b3_sponsTitle .otherAdvText{
   color: red;
}

a.b3_old
{
   color:#f58220;
   font-family: Verdana, Arial, sans-serif;
   font-weight: bold;
}

a.b3_old span
{
   color:#ff9c00;
}

a:hover .b3_wiecej,
.bAuthorInfo p:hover .b3_wiecej,
.bNews .bNewsLead p:hover .b3_wiecej
{
   color:#f00;
}

p:hover span.b3_wiecej {
   color:#f00;
}


h2 span.b3_wiecej
{
   color:#FF9C00;
   font-size:12px;
   font-weight:bold;
}

.b3_rss
{
   display: block;
   width: 27px;
   height: 13px;
   background: url(http://ocdn.eu/files/pulscms/N2I7MDA_/b880b0b20a11b68614a3c414216279b3.gif) no-repeat 100% -4px;
   text-indent: -300px;
   overflow: hidden;
   float: right;
}

.b3_rssSmall
{
   display: block;
   width: 21px;
   height: 11px;
   background: url(http://ocdn.eu/files/pulscms/N2I7MDA_/b880b0b20a11b68614a3c414216279b3.gif) no-repeat 100% -27px;
   text-indent: -300px;
   overflow: hidden;
}

/* --------- \/ ikony \/ --------- */
/* - foto - */
.b3_iconFotoBB /* ikona na koncu */
{
   background: url(http://ocdn.eu/files/pulscms/N2I7MDA_/b880b0b20a11b68614a3c414216279b3.gif) no-repeat -18px -138px;
   display:-moz-inline-box;  /* hack dla FF2 */
   display: inline-block;
   font-size: 0;
   height:16px;
   width: 14px;
   overflow: hidden;
   text-indent: -9999px;
   vertical-align: middle;
   *background-position:-18px -136px;
}
.b3_iconFotoBF /* ikona na koncu */
{
   background: url(http://ocdn.eu/files/pulscms/N2I7MDA_/b880b0b20a11b68614a3c414216279b3.gif) no-repeat -18px -138px;
   display: block;
   float: left;
   font-size: 0;
   height:13px;
   width: 16px;
   overflow: hidden;
   text-indent: -9999px;
   margin-right: 2px;
}
.b3_icoPhoto
{
   background: url(http://ocdn.eu/files/pulscms/N2I7MDA_/b880b0b20a11b68614a3c414216279b3.gif) no-repeat scroll -19px -138px;
   padding: 0 0 0 17px;
}

/* - audio - */
.b3_iconAudioBB /* ikona na koncu */
{
   background: url(http://ocdn.eu/files/pulscms/N2I7MDA_/b880b0b20a11b68614a3c414216279b3.gif) no-repeat scroll -18px -198px;
   display:-moz-inline-box;  /* hack dla FF2 */
   display: inline-block;
   overflow: hidden;
   font-size: 0;
   height:16px;
   width: 16px;
   overflow: hidden;
   text-indent: -9999px;
   vertical-align: middle;
   *background-position:-18px -196px;
}
.b3_iconAudioBF /* ikona na koncu */
{
   background: url(http://ocdn.eu/files/pulscms/N2I7MDA_/b880b0b20a11b68614a3c414216279b3.gif) no-repeat scroll -18px -198px;
   display: block;
   float: left;
   font-size: 0;
   height:13px;
   width: 16px;
   overflow: hidden;
   text-indent: -9999px;
   margin-right: 2px;
}
.b3_icoAudio
{
   background: url(http://ocdn.eu/files/pulscms/YTU7MDA_/c7627634ee6518a3db7f4e2de8c3c42e.gif) no-repeat 0 2px;
   padding: 0 0 0 15px;
   width: 15px;
   height: 15px;
   position: absolute;
}
#cColumns .bContent .b3_icoAudio{
  width: auto;
  height:auto;
  position:static;
}
/* - video - */
.b3_iconVideoBB /* ikona na koncu */
{
   background: url(http://ocdn.eu/files/pulscms/N2I7MDA_/b880b0b20a11b68614a3c414216279b3.gif) no-repeat -18px -156px;
   display:-moz-inline-box;  /* hack dla FF2 */
   display: inline-block;
   overflow: hidden;
   font-size: 0;
   height:16px;
   width: 16px;
   overflow: hidden;
   text-indent: -9999px;
   vertical-align: middle;
   *background-position:-18px -154px;
}
.b3_iconVideoBF /* ikona na koncu */
{
   background: url(http://ocdn.eu/files/pulscms/N2I7MDA_/b880b0b20a11b68614a3c414216279b3.gif) no-repeat -18px -156px;
   display: block;
   float: left;
   font-size: 0;
   height:13px;
   width: 16px;
   overflow: hidden;
   text-indent: -9999px;
   margin-right: 2px;
}
.b3_icoFilm
{
   background: url(http://ocdn.eu/files/pulscms/ZmE7MDA_/c25b7471807a915f2b17fbfe18da7263.gif) no-repeat 0 3px;
   padding: 0 0 0 19px;
}






/* -  book - */
.b3_iconBook
{
   background: url(http://ocdn.eu/files/pulscms/N2I7MDA_/b880b0b20a11b68614a3c414216279b3.gif) no-repeat 100% -261px;
   padding: 0 18px 0 0;
}
/* - plik pdf - */
.b3_filePdfF
{
   background: url(http://ocdn.eu/files/pulscms/N2I7MDA_/b880b0b20a11b68614a3c414216279b3.gif) no-repeat -17px -408px;
   padding: 2px 0 2px 20px;
}
/* - plik doc - */
.b3_fileDocF{
   background: url(http://ocdn.eu/files/pulscms/N2I7MDA_/b880b0b20a11b68614a3c414216279b3.gif) no-repeat -17px -437px;
   padding: 2px 0 2px 20px;
}
/* - plik xls - */
.b3_fileXlsF{
   background: url(http://ocdn.eu/files/pulscms/N2I7MDA_/b880b0b20a11b68614a3c414216279b3.gif) no-repeat -17px -1110px;
   padding: 2px 0 2px 20px;
}
/* - plik zip - */
.b3_fileZipF{
   background: url(http://ocdn.eu/files/pulscms/YjQ7MDA_/c4230a45d359f576f82c6efb88429eb0.gif) no-repeat -17px -466px;
   padding: 2px 0 2px 20px;
}
/* - plik exe - */
.b3_fileExeF{
   background: url(http://ocdn.eu/files/pulscms/YjQ7MDA_/c4230a45d359f576f82c6efb88429eb0.gif) no-repeat -17px -383px;
   padding: 2px 0 2px 20px;
}
/* - plik ppt - */
.b3_filePptF{
   background: url(http://ocdn.eu/files/pulscms/YjQ7MDA_/c4230a45d359f576f82c6efb88429eb0.gif) no-repeat -17px -1133px;
   padding: 2px 0 2px 20px;
}
/* -- listy -- */
#bNewsSmall .b3_iconFotoB
{
   background-position: 100% -135px;
}
#bNewsSmall .b3_iconVideoB
{
   background-position: 100% -154px;
}
#bNewsSmall .b3_iconAudioB
{
   background-position: 100% -195px;
}
/* -- branze i prasa -- */
h2 .b3_iconFotoBB,
h3 .b3_iconFotoBB
{
   margin-left: -3px;
   *background-position:-18px -138px;
}

h2 .b3_iconVideoBB,
h3 .b3_iconVideoBB
{
   margin-left: -3px;
   *background-position:-18px -156px;
}

h2 .b3_iconAudioBB,
h3 .b3_iconAudioBB
{
   margin-left: -3px;
   *background-position:-18px -198px;
}
/* --------- /\ ikony /\ --------- */
.b3_relTv{
   margin-bottom: 5px;
}

.b3_title, #cLeft .kopyto h1, #sTop .kopyto h1
{
   padding: 0 0 10px 0;
   color: #f58220;
   font-family: Tahoma, Arial, Helevetica, sans-serif;
   font-size: 34px;
   font-weight: normal;
   line-height: 36px;
}
#fotorep_bigwtitle .fotoInfo{
   background-color:#fff;
   opacity:0.85;
   filter:alpha(opacity=85); 
    height: auto;
    position: absolute;
    bottom: 0px;
}
.fotoInfo .b3_reportTitle span{
   margin: 1px 10px 3px;
   display: block;
   width: 640px;
   overflow: hidden;
} 
.b3_reportTitle span
{
   margin: 0;
   padding: 1px 10px 3px;
   background: #f58220;
   color: #fff;
   font-family: Arial, Helevetica, sans-serif;
   font-size: 25px;
   font-weight: bold;
   line-height: 36px;
}

.b3_specialReport
{
   background: #007A64;
   color: #fff;
   padding: 2px 12px;
   font-size: 11px;
   font-family: Tahoma, Arial, Helevetica, sans-serif;
}


.b3_title a
{
   color: #f58220;
   text-decoration: none;
}

.b3_titleBox .b3_rss
{
   margin: 6px 0 0 0;
   float:right;
}

.b3_titleBoxPress h1
{
   display:table;
   *display:inline-block; /* hack dla IE nie dotykac! */
   padding: 0 0 12px 0;
}

.b3_titleBoxPress
{
   padding: 0 0 12px;
}

.b3_titleBoxPress div.bPressLogo
{
   float:right;
   margin-top:7px;
}

.bPressAuthor
{
   font-weight: bold;
}

.b3_data
{
   color: #f58220;
}

.b3_inpTxt
{
   font-size: 12px;
   font-family: Verdana, Arial, Helevetica, sans-serif;
   color: #585568;
   border: 1px solid #7b7b7b;
   padding: 2px;
   margin: 0;
}

.bNewsMore
{
   text-align: right;
   padding: 8px;
}

.bNewsMore a
{
   font-size: 11px;
}

.b3_tvSource{
   margin-top: 5px;
}

.b3_smallFont,
.bNewsInfo,
#bDetail #bDetailDisclamer,
.bDetailFileInfo,
.bDetailFileSize,
.bDetailCopyright,
.b3_tagsRelated
{
   font-size: 11px;
   color: #989898;
   font-weight:normal;
}

.b3_tagsRelated {
   margin-bottom: 15px;
   clear:both;
}

.b3_source
{
   font-style: italic;
}
.b3_date
{
   white-space:nowrap;
}
.b3_cursor{
   cursor:pointer;
}

/******************************************************
*  Uniwersalny button duzy
*/

.bButtonBig
{
   display:block;
   background: #fff url(http://ocdn.eu/files/pulscms/NmQ7MDA_/3ea733852753c58ab2e2ead659ae6202.gif) no-repeat -780px -54px;
   float:left;
}

.bButtonBig span.bIn
{
   display:block;
   background: #fff url(http://ocdn.eu/files/pulscms/NmQ7MDA_/3ea733852753c58ab2e2ead659ae6202.gif) no-repeat 100% -54px;
   padding: 8px 16px 8px 0;
   margin: 0 0 0 16px;
   font-size: 12px;
   font-weight: bold;
   font-family: Tahoma;
   color: #585568;
}
/******************************************************
*  Uniwersalny button maly
*/
/*
.bButtonSmall
{
   display:block;
   background:#fff url(http://ocdn.eu/files/pulscms/NmQ7MDA_/3ea733852753c58ab2e2ead659ae6202.gif) no-repeat scroll -780px -33px;
   float:left;
}
.bButtonSmall button
{
   display:block;
   background:#fff url(http://ocdn.eu/files/pulscms/NmQ7MDA_/3ea733852753c58ab2e2ead659ae6202.gif) no-repeat scroll 100% -33px;
   padding: 3px 10px 4px 0;
   margin: 0 0 0 10px;
   font-size: 11px;
   font-weight: bold;
   font-family: Tahoma;
   color: #585568;
   border: none;
}
*/

.bButtonSmall
{
   display:block;
   background:#fff url(http://ocdn.eu/files/pulscms/NmQ7MDA_/3ea733852753c58ab2e2ead659ae6202.gif) no-repeat scroll -780px -33px;
   float:left;
   cursor:pointer;
}
.bButtonSmall span
{
   display:block;
   background:#fff url(http://ocdn.eu/files/pulscms/NmQ7MDA_/3ea733852753c58ab2e2ead659ae6202.gif) no-repeat scroll 100% -33px;
   padding: 3px 10px 4px 0;
   margin: 0 0 0 10px;
   font-size: 11px;
   font-weight: bold;
   font-family: Tahoma;
   color: #585568;
}

button.bFiltruj
{
   border: none;
   padding:0;
   margin:0;
   background: #fff;
   width: 59px;
   height: 22px;
}

/******************************
* Uniwersalny button Anluj Wyslij 
*/

.b3_closeBottom{
  width:50px;  
  padding:5px 16px;
  color:#585568;
  font-family:tahoma;
  font-size:11px;  
  cursor: pointer;
  font-weight:normal;
}
.b3_sendBottom{
  width:50px;  
  padding:5px 16px;
  color:#585568;
  font-family:tahoma;
  font-size:11px;  
  cursor: pointer;
  color:#ffffff;
  font-weight:normal;
}
.b3_sSendBottom{
  background:url(http://ocdn.eu/files/pulscms/NmQ7MDA_/3ea733852753c58ab2e2ead659ae6202.gif) -740px -210px;
  width:55px;
  overflow:hidden;  
  height:25px;
  padding-right:5px;
  float:left;  
}
.b3_eSendBottom{
  background:url(http://ocdn.eu/files/pulscms/NmQ7MDA_/3ea733852753c58ab2e2ead659ae6202.gif) -977px -210px;
  width:5px;
  height:25px;  
  float:left; 
}

.b3_sCloseBottom{
  background:url(http://ocdn.eu/files/pulscms/NmQ7MDA_/3ea733852753c58ab2e2ead659ae6202.gif) -740px -237px;
  width:55px;  
  height:25px;
  overflow:hidden;    
  padding-right:5px;  
  float:left;
}
.b3_eCloseBottom{
  background:url(http://ocdn.eu/files/pulscms/NmQ7MDA_/3ea733852753c58ab2e2ead659ae6202.gif) -977px -237px;
  width:5px;
  height:25px; 
  float:left;
}

/* ogolne style dla listy tagow i dodaj do */
div.ListTriggerClosed{
   background: url('http://ocdn.eu/files/pulscms/N2I7MDA_/b880b0b20a11b68614a3c414216279b3.gif') no-repeat scroll -19px -579px;
}

div.ListTriggerOpen{
   background: url('http://ocdn.eu/files/pulscms/N2I7MDA_/b880b0b20a11b68614a3c414216279b3.gif') no-repeat scroll -19px -593px;
}

/* ogolny layout zwijaczek*/

.slrBox{
	width:300px;	
	margin-bottom: 20px;
}

.slrHead{
	width:300px;
	height:18px;
	background: url(http://ocdn.eu/files/pulscms/NmQ7MDA_/3ea733852753c58ab2e2ead659ae6202.gif) no-repeat -478px -33px;
	padding:7px 0 0 0;
	cursor:pointer;	
}   
.slrTogUp{
	width:13px;
	height:13px;
	background: url(http://ocdn.eu/files/pulscms/N2I7MDA_/b880b0b20a11b68614a3c414216279b3.gif) no-repeat -19px -71px;
	float:left;
	margin:3px 7px 0px 7px;
}  
.slrTogDw{
	width:13px;
	height:13px;
   background: url(http://ocdn.eu/files/pulscms/N2I7MDA_/b880b0b20a11b68614a3c414216279b3.gif) no-repeat -19px -48px;
	float:left;
	margin:3px 7px 0px 7px;
}
.slrHeadTxt{
	float:left;
	font-size: 15px;
   font-weight: bold;
	font-family: Tahoma, Arial, Helevetica, sans-serif;
	color:#007A64;
}
.slrBody{
	width:287px;	
	background-color:#ffffff;
	padding:0 5px 0 8px;
}

/* hack dla reklam */
#efektId {
   margin: 10px 0 10px 0;
   padding: 0px;
   width: 300px;
}

.slrHeaAddTxt{
	float:right;
	font-size:10px;	
	padding:2px 15px 0 0;
}
.slrHeadLogo{
	float:right;
	margin: 0 15px 0 0;
}
.slrUniversalCont{
	margin:10px 0px 15px 0;
}

.rightNaviBox {
	margin-bottom: 10px;
	text-align: center;
}

.rightNaviBox .ad_sky {
	margin: 0 auto;
	text-align: left;
	width: 160px;
}

.adlabel {
	text-align: left;
}

.adslot_halfpage,
.adslot_boxnavi,
.adslot_wizytowka,
.adslot_sky,
.adslot_zumibox,
.adslot_boxright,
.adslot_efektright
{
	margin-bottom: 5px;
}

.adslot_belkadolna{
  float: left;
}

/* Reklama w tresci */
.adslot_boxLabel .adlabel{
   width: 300px;
   margin: 0 auto;
   display: table;
   *display: inline-block; /* hack dla IE nie dotykac!!! */
}

.adslot_box {
  text-align: center;
  overflow: hidden;
  margin-bottom: 15px;
}

.adslot_panel {
  margin-top:5px;
}

.adslot_box table,.adslot_box td,.adslot_box tr { text-align: center; margin: 0 auto; }

.adSlot .adslot_boxnavi{
   width: 300px;
}

.adslot_sky {
   padding-bottom: 20px;
}

.adslot_sky .adlabel {
   display: table;
}

.adslot_sky .adcontent {
   margin: 0 auto;
   display: table;
}

.adslot_default td {text-align: center;}

.centerAd
{
   text-align: center;
}

.centerAd .adslot_default
{
   padding: 10px 0;
   margin: 0 auto;
}

#home .centerAd .adslot_default, #home .centerAd .ad_default,#col2_topSection #sHead .adslot_default { 
	text-align: center;
    padding-bottom: 10px;
    margin: 10px auto 0;
}

.centerAd table{
   margin: 0 auto;
}

.ad_hide {
   display: none;
}

/* javascript select - jScrollPane */
.selWdg{
	border:1px solid #C5C5C6;
	width:116px;
	font-weight: normal;
	
}
.selWdgSel{
	float:left;
	padding:2px 0 2px 7px;
	font-size:11px;	
}
.selWdgFifOpen{
	background: url(http://ocdn.eu/files/pulscms/NmQ7MDA_/3ea733852753c58ab2e2ead659ae6202.gif) no-repeat 0px -64px;
	height:18px;
	width:20px;
	float:right;
}
.selWdgFifClosed{
	background: url(http://ocdn.eu/files/pulscms/NmQ7MDA_/3ea733852753c58ab2e2ead659ae6202.gif) no-repeat 0px -64px;
	height:18px;
	width:20px;
	float:right;
}
.selWdgOpt{
	background-color:white;
	margin-top:-1px;
	/* border:1px solid #C5C5C6; */
	width:116px;
	position:absolute;
}
.selWdgElemR,.selWdgElemZ{
	padding:2px 0 2px 7px;
	font-size:11px;	
	cursor:pointer;
}
.selWdgElemR:hover,
.selWdgElemZ:hover
{
   color:#fff;
   background:#bfbfbf;
}

/* Ogolne css do guzikow*/
.b3_but1{
   background: url(http://ocdn.eu/files/pulscms/NmQ7MDA_/3ea733852753c58ab2e2ead659ae6202.gif) no-repeat -780px -33px;
   height:20px;
   float:left;
}
.b3_but2{
   background: url(http://ocdn.eu/files/pulscms/NmQ7MDA_/3ea733852753c58ab2e2ead659ae6202.gif) no-repeat -973px -33px;
   height:20px;
   width:7px; 	
   float:left;
}
.b3_butTxt{
	font-size:10px;
	color:#4F4F4F;	
	padding:3px 0 0 7px;
	font-weight:bold;
}
/* Ogolne css do guzikow duzych*/
.b3_butD1{
   background: url(http://ocdn.eu/files/pulscms/NmQ7MDA_/3ea733852753c58ab2e2ead659ae6202.gif) no-repeat -780px -54px;
   height:30px;
   float:left;
}
.b3_butD2{
   background: url(http://ocdn.eu/files/pulscms/NmQ7MDA_/3ea733852753c58ab2e2ead659ae6202.gif) no-repeat -973px -54px;
   height:30px;
   width:7px; 	
   float:left;
}
.b3_butDTxt{
	font-size:12px;
	color:#4F4F4F;	
	padding:7px 26px 0 34px;
	font-weight:bold;
}
/******************************************************
*  Rating
*/

.RatingInfo
{
   font-size: 10px;
   width: 120px;
}

.RatingStars
{
   padding: 4px 0 8px 0;
}


.RatingValue
{
   padding: 0 0 0 6px;
}

.RatingCount span, .RatingValue
{
   font-weight: bold;
}

.RatingStarBg
{
   width: 90px;
   height: 16px;
   background: url(http://ocdn.eu/files/pulscms/OTQ7MDA_/1267b955c58fa6f0dfbaf6112b8c1c9a.gif) no-repeat;
   float:left;
}

.RatingStarFg
{
   height: 16px;
   background: url(http://ocdn.eu/files/pulscms/YTY7MDA_/6430d50f845218517b0712403b22ceab.gif) repeat-x;
}

#bDetailRating
{
   height: 34px;
	width: 650px;
}

#bDetailRating span
{
   display: block;
   float: left;
   padding: 0 10px 0 0;
}
#bDetailRating span.b3_smallFont
{
   padding: 2px 10px 0 0;
}
/******************************************************
*  Detal autor i lista autorow
*/

.bPPhoto
{
   border: 1px solid #DDDCE1;
   cursor: pointer;
   margin: 0 10px 0 0;
}

.bPPhoto:hover
{
   border: 1px solid #f58220;
}

.bPostPhoto img
{
   border: 1px solid #DDDCE1;
   vertical-align:text-bottom;
}

.bPPhoto img
{
   border: none;
}

.bPostPhoto img:hover
{
   border-color: #f58220;
   cursor: pointer;
}

.bPostPhoto
{
   float: left;
   margin: 2px 10px 2px 0;
}

.bReportPhoto
{
   float: left;
   margin: 0 10px 0 0;
}

.bPhoto670
{
   width:664px;
   border: 1px solid #DDDCE1;
   margin: 0 0 10px 0;
   padding: 3px 1px 0 1px;
   text-align: center;
}

.bPhotoInfo
{
   font-size: 11px;
   padding: 4px 0 6px 0;
   line-height: 16px;
}

.bPhoto670 .bPhotoInfo {
	padding-left:4px;
   text-align:left;
}

.bPhoto190 img
{
    margin: 3px 0 0 0;
    border:1px solid #DDDCE1;
}

.bPhoto190 .bPhotoInfo
{
   border-bottom:1px solid #EBEBEB;
   color: #585568;
}

.bPhoto190 .bPhotoInfo .b3_source
{
   color: #989898;
}

.bSeeAlso
{
   border-bottom:1px solid #EBEBEB;
   padding: 0 0 5px 0;
   margin: 0 0 9px 0;
   font-size: 11px;
   color: #989898;
}

.bAuthorInfo p
{
   padding: 6px 0 0;
   margin: 0;
   /* cursor: pointer; */
}

/******************************************************
* Ludziki w analizach i komentarzach
*/

#bSourcesLinks
{
   padding: 0 0 20px 0;
}

#bSourcesLinksBox
{
   background: url(http://ocdn.eu/files/pulscms/ZWU7MDA_/ab2c4c096c34994689219507a966dd3a.gif) no-repeat -43px -190px;
   padding: 0 0 0 11px;
   display:none;
   font-size: 11px;
}

#bSourcesLinksBox p
{
   padding: 0 0 10px 0;
}

.bSourceLinks
{
   padding: 10px 20px 0 0;
   background: #fff url(http://ocdn.eu/files/pulscms/ZWU7MDA_/ab2c4c096c34994689219507a966dd3a.gif) no-repeat 100% -190px;
   min-height:168px;
   height:auto !important;
   height:168px;
   display: none;
}

#bSourcesTabsBox
{
   position: relative;
   height: 55px;
   width: 665px;
}

ul#bSourcesTabsList
{
   list-style-type: none;
   padding: 0;
   margin: 0;
   position: absolute;
}

ul#bSourcesTabsList li
{
   display: block;
   float: left;
}

ul#bSourcesTabsList li span.bOut
{
   display: block;
   text-decoration: none;
   padding: 0 0 0 10px;
}

ul#bSourcesTabsList li span.bIn
{
   display: block;
   padding: 14px 20px 0 0;
   height: 44px;
}

ul#bSourcesTabsList li#bSourcesTab1_1 span.bIn
{
   width: 302px;
}

ul#bSourcesTabsList li#bSourcesTab2_1 span.bIn
{
   width: 303px;
}

ul#bSourcesTabsList li#bSourcesTab2_2 span.bIn
{
   width: 302px;
}

ul#bSourcesTabsList li#bSourcesTab3_1 span.bIn,
ul#bSourcesTabsList li#bSourcesTab3_2 span.bIn,
ul#bSourcesTabsList li#bSourcesTab3_3 span.bIn
{
   width: 190px;
}

ul#bSourcesTabsList li span span span.bSourceName
{
   padding: 0 12px 0 0;
   color: #007A64;
   font-weight: bold;
   background: url(http://ocdn.eu/files/pulscms/N2I7MDA_/b880b0b20a11b68614a3c414216279b3.gif) no-repeat 100% -582px;
}

ul#bSourcesTabsList li span span span.bSourceFirm
{
   background: none;
   font-size: 11px;
   font-style:italic;
   color: #989898;
   line-height: 12px;
   padding: 2px 0 0 0;
   display: block;
}

ul#bSourcesTabsList li span.bOut:hover
{
   cursor: pointer;
}

/* selected */
ul#bSourcesTabsList li span.bOut:hover img
{
   border: 1px solid #f58220;
}

/* hover selected */
ul#bSourcesTabsList li span.bOut:hover span span.bSourceName
{
   color: #ff0000;
   background: url(http://ocdn.eu/files/pulscms/N2I7MDA_/b880b0b20a11b68614a3c414216279b3.gif) no-repeat 100% -551px;
}

ul#bSourcesTabsList li.bSelected span.bOut span span.bSourceName
{
   background: url(http://ocdn.eu/files/pulscms/N2I7MDA_/b880b0b20a11b68614a3c414216279b3.gif) no-repeat 100% -596px;
}

ul#bSourcesTabsList li.bSelected span.bOut:hover span span.bSourceName
{
   color: #ff0000;
   background: url(http://ocdn.eu/files/pulscms/N2I7MDA_/b880b0b20a11b68614a3c414216279b3.gif) no-repeat 100% -565px;
}

/* selected 1/2 */
ul#bSourcesTabsList li#bSourcesTab1_1.bSelected span.bOut,
ul#bSourcesTabsList li#bSourcesTab2_1.bSelected span.bOut,
ul#bSourcesTabsList li#bSourcesTab3_1.bSelected span.bOut
{
   background: #fff url(http://ocdn.eu/files/pulscms/ZWU7MDA_/ab2c4c096c34994689219507a966dd3a.gif) no-repeat -243px -128px;
}

ul#bSourcesTabsList li#bSourcesTab1_1.bSelected span.bIn,
ul#bSourcesTabsList li#bSourcesTab2_1.bSelected span.bIn,
ul#bSourcesTabsList li#bSourcesTab3_1.bSelected span.bIn
{
   background: #fff url(http://ocdn.eu/files/pulscms/ZWU7MDA_/ab2c4c096c34994689219507a966dd3a.gif) no-repeat 100% -128px;
}

/* selected 2/2 */
ul#bSourcesTabsList li#bSourcesTab2_2.bSelected span.bOut,
ul#bSourcesTabsList li#bSourcesTab3_3.bSelected span.bOut
{
   background: #fff url(http://ocdn.eu/files/pulscms/ZWU7MDA_/ab2c4c096c34994689219507a966dd3a.gif) no-repeat -243px -66px;
}

ul#bSourcesTabsList li#bSourcesTab2_2.bSelected span.bIn,
ul#bSourcesTabsList li#bSourcesTab3_3.bSelected span.bIn
{
   background: #fff url(http://ocdn.eu/files/pulscms/ZWU7MDA_/ab2c4c096c34994689219507a966dd3a.gif) no-repeat 100% -66px;
}

/* selected 2/3 */
ul#bSourcesTabsList li#bSourcesTab3_2.bSelected span.bOut
{
   background: #fff url(http://ocdn.eu/files/pulscms/ZWU7MDA_/ab2c4c096c34994689219507a966dd3a.gif) no-repeat -243px -66px;
}

ul#bSourcesTabsList li#bSourcesTab3_2.bSelected span.bIn
{
   background: #fff url(http://ocdn.eu/files/pulscms/ZWU7MDA_/ab2c4c096c34994689219507a966dd3a.gif) no-repeat 100% -128px;
}

ul#bSourcesTabsList li#bSourcesTab3_2 span.bOut
{
   margin: 0 0 0 2px;
}
ul#bSourcesTabsList li#bSourcesTab3_3 span.bOut
{
   margin: 0 0 0 3px;
}

ul#bSourcesTabsList li span span img
{
   float: left;
   margin: -4px 10px 0 0;
   border: 1px solid #DDDCE1;
}

/* */
#bSourcesLinksBox .bHidden
{
   display: none;
}

/******************************************************
*  Autorzy i Raporty
*/

.bAuthor,
.bReport
{
   clear:both;
   padding: 15px 0;
   border-bottom: 1px solid #ebebeb;
}

.bAuthor div.bAuthorInfo h2,
.bReport div.bReportInfo h2
{
   font-size: 15px;
   line-height: 15px;
   font-weight: bold;
}

.bAuthor div.bAuthorPosts,
.bReport div.bReportPosts
{
   font-size: 11px;
   color: #989898;
   height: 18px;
}

.bAuthor div.bAuthorInfo .b3_rss
{
   float: left;
}

.bAuthor div.bAuthorPosts span
{
   float: left;
}

.bAuthor div.bAuthorPosts b
{
   font-weight: bold;
   width:44px;
   display: block;
   float: left;
}

.bReportInfo span.bSponsor { font-weight: normal; }

#bReportList
{
   padding-bottom: 10px;
}

#bAuthorsList .bAuthorInfo p,
#bReportList .bReportInfo p
{
   padding: 6px 0;
}

#bAuthorsList{
   margin-bottom: 15px;
}

#bAuthorsList .bAuthorInfo p, #bReportList .bReportInfo p{
   cursor: pointer;
}

.bReportBox
{
   padding: 10px;
   margin: 12px 0;
   background:#f58220;
   color:#fff;
}

.bReportBox .bNewsMore
{
   padding: 0px;
}

.bReportBox .bNewsMore a
{
   color: #fff;
}

.bReportBox span.b3_wiecej
{
   color: #FFEF00;
}

.bReportBox h3
{
   padding: 0 0 10px 0;
   font-size: 22px;
   font-weight: normal;
}

.bReportBox h3 a,
.bReportBox h3 a:hover
{
   color: #fff;
}

/******************************************************
*  Autor
*/

#bAuthorDetail
{
   padding: 0 0 10px;
}

#bAuthorDetail .bAuthorDesc
{
   width: 450px;
   float:left;
   padding: 0 15px 0 0;
}

#bAuthorDetail .bAuthorInfo
{

}

#bAuthorDetail .bAuthorPanel
{
   float:left;
   width: 200px;
}

#bAuthorDetail .bAuthorOptions
{
   height: 28px;
   padding: 9px 0 0 0;
}

#bAuthorDetail .bAuthorOptions a.b3_rss
{
   float: right;
}

#bAuthorDetail .b3_title
{
   padding: 0;
}


/******************************************************
*  Lista newsow - najbardziej ogolne
*/

/* .bNews
news.html
agencyjne-kategoria.html
analizy.html
branze-kategoria.html
news-kategoria.html
onet-wiadomosci.html
*/
.bNews
{
   padding: 15px 0;
   clear:both;
}

.bNews .bNewsLead p
{
   padding: 0;
   margin: 0;
   cursor: pointer;
}

.bNews .bNewsLead h2 a
{
   text-decoration: none;
}


/******************************************************
*  Lista newsow na stronie autora
*/

#bNewsAuthor .bNews
{
   border-bottom: 1px solid #ebebeb;
   padding: 0;
}

#bNewsAuthor .bNewsNoF
{
   padding: 0;
   border-bottom: none;
}

#bNewsAuthor .bNews .bNewsLead
{
   width: 478px;
   padding: 12px 12px 12px 0;
   float:left;
}

#bNewsAuthor .bNews .bNewsLead p{
   margin-top: 10px;
}

#bNewsAuthor .bNews .bNewsLead h3
{
   font-size: 15px;
   line-height: 15px;
   font-weight: bold;
   padding: 15px 0 6px 0;
}

#bNewsAuthor .bNews .bNewsInfo
{
   width: 180px;
   float:left;
   padding: 15px 0;
}

#bNewsAuthor .bNews .bNewsInfo span
{
   display: block;
   font-size: 11px;
   padding: 0 0 4px 0;
}

/******************************************************
*  Lista blogow
*/

.bNews .blog p{
   cursor: default;
}

.bNews .blog .b3_wiecej{
   cursor: pointer;
}


/******************************************************
*  News kategoria - Lista newsow na gorze, jedynka
*/

#bNewsBig .bNews
{
   padding: 0;
}

#bNewsBig .bNews div.clr
{
   height: 5px;
}

#bCommentBig .bNews div.b3_line,
#bNewsBig .bNews div.b3_line
{
   height: 16px;
   width: 665px;
   display: block;
   background: url(http://ocdn.eu/files/pulscms/ZWU7MDA_/ab2c4c096c34994689219507a966dd3a.gif) no-repeat 0 14px;
}

#bNewsBig .bNews .bPostPhoto
{
   padding: 15px 0 0 0;
}

#bNewsBig .bNews .bNewsLead h2
{
   padding: 11px 0 6px 0;
}

#bNewsBig .bNews .bNewsInfo
{
   padding: 6px 0 0 0;
}

#bNewsBig .bNews .bNewsInfo span
{
   font-size: 11px;
}

#bNewsBig .bNewsLast
{
   padding: 0 0 6px 0;
}
#bNewsBig .promo{
   margin: 9px 0 4px 0;
}

/*******************************************************
*  Raporty kategoria
*/

.bReportCategory h2
{
   padding:12px 0 6px;
   font-size: 15px;
   line-height: 15px;
   font-weight: bold;
}

.bReportCategory h2 span.bNum
{
   color: #989898;
}

/*******************************************************
*  Boxy prawa kolumna - ogolne cssy dla wszystkich boxow
*/

.rightBoxCont{
	margin:8px 0 0 0;
}
ul.rightBox li{
   padding: 0px 0 4px 12px;
   line-height: 16px;
   background-position: -925px -369px;
}
ul.rightBox li h5{
   line-height: 16px;
}
.rightBoxMoreNM,
.leftNewsBoxMore,
.rightBoxMore{
	text-align:right;
	font-size:11px;
   padding: 4px 0 0 0;
}

* + html div.rightBoxL
{
   float:left;
}
* html div.rightBoxL
{
   float:left;
}
.rightBoxR{
	float:right;
   padding: 0 3px 5px 8px;
}

.rightBoxAv{
	width:36px;
	height:36px;
	margin:0 12px 0 0;
	float:left;
}
.boxPopComtR{
	margin:-2px 0 0 0;
   float:none;
   padding:0 3px 5px 0;
}
/*******************************************************
*  Box relacje TV
*/

#boxTVOne, .boxTVOne{
	margin:8px 0 7px 0px;
}
#boxTVOne .boxTVRel, .boxTVOne .boxTVRel{
	margin:2px 7px 0 0px;
	float:left;	
	border:0px;
	cursor:pointer;
}
#boxTVOne .boxTVRel div.bPPhoto, .boxTVOne .boxTVRel div.bPPhoto{
   margin:0;
}
#boxTVOne .boxTVCont, .boxTVOne .boxTVCont{
	margin:0 0 0 0;		
	float:left;	
	width:180px;
}
#boxTVOne .boxTVLogo, .boxTVOne .boxTVLogo{
	margin: 5px 0 0 0;
}

#boxTVOne h5, .boxTVOne h5{
	line-height:13px;
}

#boxTVOne img, .boxTVOne img{
}

/*******************************************************
*  Box raporty specjalne
*/
#boxRap{
	margin:7px 0 0px 0px;		
}
.rapShow{
	display:block;
}
.rapHide{
	display:none;
}
#boxRap .rapFoto{
	float:left;	
	/*padding:0 8px 0 0;*/	
}
#boxRap h4{
	font-weight:bold;
}
#boxRap .rapStop{
	margin:12px 0 20px 0;
}
#boxRap .rapStopL{
	float:left;
}
#boxRap .rapStopR{
	float:right;
	font-size:11px;
	margin:0 5px 0 0;
}

#boxRap .arrL{	
   background: url(http://ocdn.eu/files/pulscms/NmQ7MDA_/3ea733852753c58ab2e2ead659ae6202.gif) no-repeat 0px -32px;
   height:15px;
   width:17px;
   float:left;
   cursor:pointer;
}
#boxRap .arrCnt{  
   float:left;   
   margin:0 8px 0 8px;
}
#boxRap .arrR{
   background: url(http://ocdn.eu/files/pulscms/NmQ7MDA_/3ea733852753c58ab2e2ead659ae6202.gif) no-repeat 0px -48px;
   height:15px;
   width:17px;   
   float:left;   
   cursor:pointer;   
}
#boxRap p{
	font-size:11px;
}

#boxRap h4{
	margin:0 0 5px 0;
}
/*******************************************************
*  Box najpopularniejsze komentarze 
*/
#boxPopCom{
}

#boxPopCom h5{
	line-height:13px;
}
/*******************************************************
*  Box najpopularniejsi komentatorzy 
*/
#boxPopComt{
   /*
      margin-top: -10px;
   */
}

#boxPopComt h5, .boxPopComt h5{
	line-height:13px;
}
/*******************************************************
*  Box newsroom
*/

#boxNewsR{
	margin:8px 0 0 0;
}
#boxNewsR .panelL{
	float:left;
	width:124px;
}
#boxNewsR .panelR{
	float:left;
	padding:16px 0 0 0;
	cursor:pointer;
}
#boxNewsR .selName{
	margin: 0 0 0 0;
}
#boxNewsR .selKont{
	margin: 0 0 3px 0;
}

#boxNewsRContId{
	margin: 0 0 6px 0;
}
#boxNewsR h5{
	display:inline;
	line-height:13px;
}
#boxNewsR .boxNewsEK{
	margin: 0 0 10px 0;
	margin-top: 10px;

}
#boxESPI .b3_list li{
	margin-bottom: 5px;
}
#boxNewsR .boxNewsEL{
	float:left;
	width:44px;
}
#boxNewsR .boxNewsER{
	float:left;	
	width:222px;
}
.boxNewsHeadSpec{
	float:left;	
	width:220px;
}
#boxNewsR .boxNewsNoN{
	margin:10px 0;
}
#boxNewsR .boxNewsData{
	font-size:11px;
	font-weight:normal;
	margin:8px 0 0 0;
}

#boxNewsR .jScrollPaneTrack {
   background: url('http://ocdn.eu/files/pulscms/YTE7MDA_/f9a68ae90cc546afa42dbab74218d5f5.gif') repeat-y; width: 17px;
}
#boxNewsR .jScrollPaneDrag {
   background: url('http://ocdn.eu/files/pulscms/YTE7MDA_/f9a68ae90cc546afa42dbab74218d5f5.gif') no-repeat -18px -72px;
}
#boxNewsR .jScrollPaneDragTop {
   background: none;
   height: 0px;
}
#boxNewsR .jScrollPaneDragBottom {
   background: none;
   height: 0px;
}

#boxNewsR a.jScrollArrowUp {
   height: 17px; width: 17px; padding: 0;
   background: url('http://ocdn.eu/files/pulscms/YTE7MDA_/f9a68ae90cc546afa42dbab74218d5f5.gif') no-repeat -18px 0 !important;
}
#boxNewsR a.jScrollArrowUp:hover {
   background-position: -18px -18px;
}

#boxNewsR a.jScrollArrowDown {
   height: 17px; width: 17px;  padding: 0;
   background: url('http://ocdn.eu/files/pulscms/YTE7MDA_/f9a68ae90cc546afa42dbab74218d5f5.gif') no-repeat -18px -36px !important;
}

#boxNewsR a.jScrollArrowDown:hover {
   background-position: -18px -54px;
}

/*******************************************************
*  Box tagi
*/

div#tgrId{
   font-size: 12px;
}

div#tgrId span{
   color: #989898;
}

/*******************************************************
*  Box Waszym zdaniem
*/

.opinion
{
   padding: 4px 0 0 0;
}

.opinion .hidden {
   display: none;
}

.opinionContent{
	padding: 4px; 
}
.opinionContent ul li a
{
   font-size: 11px;
}

.opinion .tabs .tab {
	padding: 2px 6px 2px 6px;
   border: 1px solid #DDDCE1;
   
   float: left;
   background-color: #F3F3F3;
   cursor: pointer;
}

.opinion .tabs .separate{
   float: left;
   border: 1px solid white;
   border-bottom: 1px solid #DDDCE1;
   padding: 2px 1px;
   width: 1px;
}

.opinion .tabs .active {
   font-weight: bold;
   border-bottom: 0px solid white;
   background-color: white;
}

.opinion .opinionContent li {
   margin: 0 4px 0 0px;
}

/*******************************************************
*  Inni autorzy
*/
#boxOtherA{
}

#boxOtherA h5{
	line-height:13px;
}
/*******************************************************
*  Box promocja partnera
*/
#boxPpromo{
	margin:4px 0 0;
}
#boxPpromo .li{
	padding:0 0 8px 12px;
}
/*******************************************************
*  Box p
*/
#ibboxId{
   /*
      margin-top: -10px;
   */
}
.boxIntBlAut{
	font-size:10px;
	text-decoration:underline;
}
.boxIntBlCont{
	margin:	10px 0 0 0;
}
.boxIntBlComtR{
	margin:-2px 0 0 0;	
}
/******************************************************
*  News kategoria - Lista newsow na dole
*/

#bNewsSmall
{
   padding: 0 0 20px 0;
}

#bNewsSmall h3 .b3_iconVideoBB,
#bNewsSmall h3 .b3_iconFotoBB,
#bNewsSmall h3 .b3_iconAudioBB
{
   margin:0;
}

#bNewsSmall .bNews
{
   border-bottom: 1px solid #ebebeb;
   padding: 0;
}

#bNewsSmall .bNoBorder
{
   border: none;
   padding: 0 0
}

#bNewsSmall .bNews .bNewsLead
{
   width: 473px;
   padding: 0 10px 0 0;
   float:left;
}

#bNewsSmall .bNews .bNewsLead .bPostPhoto
{
   padding: 15px 0 15px 0;
}

#bNewsSmall .bNews .bNewsLead h3
{
   font-size: 15px;
   line-height: 15px;
   font-weight: bold;
   padding: 15px 0 6px 0;
}


#bNewsSmall .bNewsFirst .bNewsLead h3
{
padding: 11px 0 6px 0;
}

#bNewsSmall .bNewsSponsor .bNewsLead h3
{
   font-size: 15px;
   line-height: 15px;
   font-weight: bold;
}

#bNewsSmall .bNewsSponsor .bNewsLead h2
{
   padding: 0 0 6px 0;
}

.bNewsSponsor span.bSponsor
{
   position: absolute;
   left:0;
   top:0;
}

* HTML .bNewsSponsor span.bSponsor {
   left:-485px;
}

#bNewsSmall .bNewsSponsor .bNewsLead span.bSponsor
{
   display: block;
   font-size: 10px;
   text-transform:uppercase;
   color: #f58220;
   padding: 15px 0 0 0;
}

#bNewsSmall .bNews .bNewsLead p
{
   padding: 0 0 15px 0;
   min-height:25px;
}

#bNewsSmall .bNews .bNewsInfo
{
   width: 180px;
   float:left;
   padding: 18px 0;
}

#bNewsSmall .bNewsFirst .bNewsInfo
{
   padding: 14px 0;
}

#bNewsSmall .bNews .bNewsInfo div
{
   display: block;
   font-size: 11px;
   padding: 0 0 4px 0;
}

#bNewsSmall .bNewsSponsor
{
   border: none;
   position: relative;
}

#bNewsSmall .bNewsSponsor .clr
{
   height: 1px;
   width: 665px;
   display: block;
   background: url(http://ocdn.eu/files/pulscms/ZWU7MDA_/ab2c4c096c34994689219507a966dd3a.gif) no-repeat 100% -3px;
   line-height:1;
   font-size:0;
}

#bNewsSmall .bNewsSponsor .bNewsKind
{
   color: #f58220
}
/******************************************************
*  Agencyjne wiadomoďŞ˝ci
*/

#bAgenciesNews
{
}

#bAgenciesNews .bAgencieName
{
   border-bottom: 1px solid #ebebeb;
}

#bAgenciesNews .bAgencieName img
{
   float: right;
   margin: 21px 0 0 0;
}

#bAgenciesNews .bAgencieName h2
{
   padding: 16px 0 6px;
}

#bAgenciesNews .bAgencieName h2.bFirst
{
   padding: 10px 0;
}

#bAgenciesNews .bAgencieName img.bFirst
{
   float: right;
   margin: 16px 0 0 0;
}

#bAgenciesNews .bAgencieName h2 a
{
}

#bAgenciesNews ul.bAgencieNews
{
   list-style-type:none;
   padding: 0;
   margin: 0;
}

#bAgenciesNews ul.bAgencieNews li
{
   border-bottom: 1px solid #ebebeb;
   padding: 6px 0 6px;
}

#bAgenciesNews ul.bAgencieNews li h4
{
   font-size: 12px;
   font-weight: normal;
   display: inline;
}

#bAgenciesNews .b3_line,
.bReportCategory .b3_line,
#bCategories .bCategory .b3_line, .bCategories .bCategory .b3_line,
div#searchList div.b3_line
{
   background: url(http://ocdn.eu/files/pulscms/ZWU7MDA_/ab2c4c096c34994689219507a966dd3a.gif) no-repeat 100% -3px;
   height: 1px;
   width: 100%;
   line-height:1;
   font-size:0;
   margin-top:5px;   
}

/******************************************************
*  Kategorie - na stronach Komentarze oraz Analizy
*/

#bCategories, .bCategories
{
   padding: 0 0 10px 0;
}

#bCategories .bCategory h2, .bCategories .bCategory h2
{
   font-size: 15px;
   line-height: 15px;
   font-weight: bold;
   padding: 22px 0 12px 0;
}

#bCategories .bCategory .bNewsMore, .bCategories .bCategory .bNewsMore
{
   clear: both;
}

#bCategories .bCategory .bNews h3, .bCategories .bCategory .bNews h3
{
   font-size: 22px;
   line-height: 22px;
   font-weight: normal;
   margin-bottom: 5px;
}

#bCategories .bCategory .bNews, .bCategories .bCategory .bNews
{
   width: 327px;
   float:left;
   padding: 0;
   clear:none;
}

#bCategories .bCategory .bNewsLast, .bCategories .bCategory .bNewsLast
{
   padding: 0 0 0 10px;
}

/******************************************************
*  Komentarze
*/

#bCommentBig .bNews
{
   padding: 8px 0 0 0;
}

#bCommentBig .bNews h3
{
   font-size: 22px;
   line-height: 22px;
   font-weight: normal;
}

#bCommentBig .bNews p
{
   padding: 6px 0;
}


/******************************************************
*  Taby
*/

.bTabs
{
   list-style-type: none;
   padding: 0;
   margin: 10px 0;
   height: 29px;
   background: url(http://ocdn.eu/files/pulscms/NmQ7MDA_/3ea733852753c58ab2e2ead659ae6202.gif) no-repeat 100% -2px;
}

.bTabs li
{
   float:left;
   display: block;
   height: 25px;
   font-size: 12px;
   font-weight: bold;
   font-family: Tahoma, Arial, Helevetica, sans-serif;
}

.bTabs li a
{
   text-decoration: none;
   padding: 8px 0 8px 10px;
   display:block;
}

.bTabs li a span
{
   border-right: 1px solid #c0c0c0;
   padding: 0 10px 0 0;
}

.bTabs li.bTabSelected a
{
   background: url(http://ocdn.eu/files/pulscms/NmQ7MDA_/3ea733852753c58ab2e2ead659ae6202.gif) no-repeat 100% -89px;
   padding: 0;
   color: #f58220;
}

.bTabs li.bTabSelected a span
{
   display: block;
   background: #fff url(http://ocdn.eu/files/pulscms/NmQ7MDA_/3ea733852753c58ab2e2ead659ae6202.gif) no-repeat -680px -89px;
   padding: 8px 14px 5px 16px;
   margin: 0 2px 0 0;
   border: none;
}

.bTabs li.bTabNoB a span,
#multisearchUpTabs li.bTabNoB a span
{
   border: none;
}

/******************************************************
*  Page, Pagination, Stronicowanie
*/

.bPaginationBox
{
   height: 46px;
}

ul.bPagination
{
   float: right;
   list-style-type: none;
   font-size: 12px;
   font-family: Verdana, Arial, Helevetica, sans-serif;
   padding: 0 10px 0 0; height: 26px;
   overflow: hidden;
}

ul.bPagination li
{
   display: block;
   float: left;
   color: #585568;
   padding: 6px 6px 5px;
}

ul.bPagination li a
{
   color: #585568;
   text-decoration: underline;
}

ul.bPagination li.bPageNext,
ul.bPagination li.bPagePrev
{
   background: #fff url(http://ocdn.eu/files/pulscms/NmQ7MDA_/3ea733852753c58ab2e2ead659ae6202.gif) no-repeat -740px -237px;
   color: #aaa;
   text-decoration: none;
   padding: 0;
}

ul.bPagination li.bPageNext span,
ul.bPagination li.bPagePrev span
{
   display:block;
   background: #fff url(http://ocdn.eu/files/pulscms/NmQ7MDA_/3ea733852753c58ab2e2ead659ae6202.gif) no-repeat 100% -237px;
   padding: 5px 8px 6px 6px;
   margin: 0 0 0 2px;
}

/* ikona na przycisku */
ul.bPagination li.bPageNext span span
{
   display:inline-block;
   background: url(http://ocdn.eu/files/pulscms/N2I7MDA_/b880b0b20a11b68614a3c414216279b3.gif) no-repeat -28px -351px;
   padding: 0;
   margin: 0;
   overflow: hidden;
   text-indent: -300px;
}

/* ikona na przycisku */
ul.bPagination li.bPagePrev span span
{
   display:inline-block;
   background: url(http://ocdn.eu/files/pulscms/N2I7MDA_/b880b0b20a11b68614a3c414216279b3.gif) no-repeat -27px -332px;
   padding: 0;
   margin: 0;
   overflow: hidden;
}



ul.bPagination li.bPageNextActive,
ul.bPagination li.bPagePrevActive
{
   padding: 0;
}

ul.bPagination li.bPageNextActive a,
ul.bPagination li.bPagePrevActive a
{
   display:block;
   background: #fff url(http://ocdn.eu/files/pulscms/NmQ7MDA_/3ea733852753c58ab2e2ead659ae6202.gif) no-repeat -740px -210px;
   color: #fff;
   text-decoration: none;
   padding: 0;
}

ul.bPagination li.bPageNextActive a span,
ul.bPagination li.bPagePrevActive a span
{
   display:block;
   background: #fff url(http://ocdn.eu/files/pulscms/NmQ7MDA_/3ea733852753c58ab2e2ead659ae6202.gif) no-repeat 100% -210px;
   padding: 5px 8px 7px 6px;
   margin: 0 0 0 2px;
}

/* ikona na przycisku */
ul.bPagination li.bPagePrevActive a span span
{
   display:inline-block;
   background: url(http://ocdn.eu/files/pulscms/N2I7MDA_/b880b0b20a11b68614a3c414216279b3.gif) no-repeat -27px -370px;
   padding: 0;
   margin: 0;
}

/* ikona na przycisku */
ul.bPagination li.bPageNextActive a span span
{
   display:inline-block;
   background: url(http://ocdn.eu/files/pulscms/N2I7MDA_/b880b0b20a11b68614a3c414216279b3.gif) no-repeat -28px -389px;
   padding: 0;
   margin: 0;
}

ul.bPagination li.bPageNext span span b,
ul.bPagination li.bPagePrev span span b,
ul.bPagination li.bPageNextActive a span span b,
ul.bPagination li.bPagePrevActive a span span b
{
   visibility: hidden;
   line-height: 10px;
   font-size: 8px;
   font-weight: normal;
}


ul.bPagination li.bPageNext,
ul.bPagination li.bPageNextActive
{
   margin: 0 0 0 6px;
}

ul.bPagination li.bPagePrev,
ul.bPagination li.bPagePrevActive
{
   margin: 0 6px 0 0;
}

/******************************************************
*  Wstepy
*/

#bIntroduction .bPostPhoto
{
   float: right;
   margin: -40px 0 0;
}

#bIntroduction .bPostPhoto img
{
   border: none;
}

#bIntroduction p,
#bIntroductionReports
{
   padding: 10px 0 12px 0;
}

#bIntroduction .bold{
   font-weight: bold;
}

#bIntroductionReports .bIntroductionReports
{
   padding: 2px 0 0 0;
}

#bIntroductionReports .bIntroductionReports p
{
   padding: 8px 0 0 0;
}

#bIntroductionReports .bReportBigTop {
   width: 980px;
   float: left;
   height: 120px;
   overflow: hidden;
}

#bIntroductionReports .bIntroductionReportsTop {
   float: left;
   display: inline;
   margin: 4px 0px 0px 151px;
}

#bIntroductionReports .bIntroductionReportsTop h1.b3_reportTitle {
   margin-bottom: 5px; 
}

/******************************************************
*  Branze oraz Prasa
*/

#bIndustries,
#bPress
{
   padding: 0 0 8px 0;
}

#bIndustries .bIndustry h2,
#bPress .bPress h2
{
   font-size: 15px;
   line-height: 15px;
   font-weight: bold;
   padding: 8px 0 0 0;
}
/*
#bPress .bPress h2
{
   padding: 0;
}

#bPress .bPress h2 a
{
   display:block;
   padding: 8px 0 0 0;
}
*/
#bIndustries .bIndustry .b3_rssSmall,
#bPress .bPress .b3_rssSmall
{
   margin: 11px 0 0 0;
   float: right;
}

#bIndustries div.bIndustryNews h3,
#bPress div.bPressNews h3
{
   font-size: 22px;
   line-height: 22px;
   padding: 0 0 6px 0;
   font-weight: normal;
   font-family: Verdana, Arial, Helevetica, sans-serif;
}

#bIndustries div.bIndustryNews,
#bPress div.bPressNews
{
   padding: 12px 0 3px 0;
}


#bIndustries .bColumnRight div.clr,
#bIndustries .bColumnLeft div.clr,
#bPress .bColumnRight div.clr,
#bPress .bColumnLeft div.clr
{
   display: block;
   width: 325px;
   height: 1px;
   background: url(http://ocdn.eu/files/pulscms/ZWU7MDA_/ab2c4c096c34994689219507a966dd3a.gif) -10px -5px;
   margin: 0 0 12px 0;
}
div#results h3{
	margin:0 0 10px 0;
}
#bIndustries ul.bIndustryNews,
#bPress ul.bPressNews
{
   padding: 6px 0 3px 0;
}

#bIndustries ul.bIndustryNews li,
#bPress ul.bPressNews li
{
   padding: 4px 0 0 12px;
   background: url(http://ocdn.eu/files/pulscms/NmQ7MDA_/3ea733852753c58ab2e2ead659ae6202.gif) no-repeat -925px -367px;
}

#bIndustries ul.bIndustryNews li span.b3_smallFont
{
   font-style: italic;
}

#bIndustries ul.bIndustryNews li h4,
#bPress ul.bPressNews li h4
{
   display: inline;
   font-weight: normal;
   font-size: 12px;
   padding: 0;
}
#bIndustries ul.bIndustryNews li h4.bSpace,
#bPress ul.bPressNews li h4.bSpac
{
   padding: 0 6px 0 0;
}

#bPress .bPress .bPressPhoto
{
   float: right;
}

/******************************************************
*  Tagi
*/

div#tags{
   font-size: 11px;
   color: #989898;
   float: left;
   width: 100%;
}

div#tags div.bList, div.bRollList{
   float: left;
}

div#tags div.bRollList{ 
   margin-left: 5px;
}

div#tags a.tag{
   color: #989898;
   text-decoration: underline;
}

div#tags a.tag:hover{
   text-decoration: none;
}


div#tags div#tagListTrigger{
   background-color: white;
   cursor: pointer;
   overflow: hidden;
   width: 20px;
   height: 19px;
   border: 1px solid #DDDCE1;
   margin-top: -3px;
}

div#tags div#tagList{
   border: 1px solid #DDDCE1;
   min-width: 80px;
   position: absolute;
   background-color: white;
   margin-top: -1px;
}

div#tags div#tagList ul{
   margin: 0px;
   padding: 2px 2px 2px 5px;
}

div#tags div#tagList ul li{
   list-style: none;
   padding: 1px;
}

/******************************************************
*  Detal
*/


#bDetail #bDetailTop
{
   height: 22px;
   border-bottom: 1px solid #EBEBEB;
   margin: 0 0 12px 0;
}

#bDetail #bDetailTopSponsor
{
   height: 22px;
   border-bottom: 1px solid #EBEBEB;
   margin: 0 0 4px 0;
}

#bDetail .bNewsSponsLabel {
   margin: 0px 0px 2px 0px;
   font-size: 11px;
}

#bDetail #bDetailTopLeft
{
   /*width: 574px;*/
   float: left;
   color:#989898;
   font-size: 11px;
   padding: 4px 0 0 0;
}
#bDetail #bDetailTopIcons
{
   width: 96px;
   height: 22px;
   float: right;
}

#bDetail #bDetailTopIcons span#b3_textSizes
{
   float: right;
   margin: 0 10px 0 0;
   position: absolute;
}

#bDetail #bDetailTopIcons span#b3_textSizes span
{
   color: #989898;
   font-family: arial;
   cursor:pointer;
}

#bDetail #bDetailTopIcons span#b3_textSizes .bSelected
{
   color: #f58220;
}

#bDetail #bDetailTopIcons span#b3_textSizes #b3_textSize1
{
   font-size: 12px;
   font-weight: bold;
}

#bDetail #bDetailTopIcons span#b3_textSizes #b3_textSize2
{
   font-size: 14px;
   font-weight: bold;
}

#bDetail #bDetailTopIcons span#b3_textSizes #b3_textSize3
{
   font-size: 16px;
   font-weight: bold;
}

#bDetail #bDetailTopIcons span#b3_textSizes span:hover
{
   color: #f00;
}

#bDetail #bDetailTopIcons .b3_iconPagination
{
   margin: 0 10px 0 0;
   display: block;
   width: 11px;
   height: 16px;
   background: url(http://ocdn.eu/files/pulscms/N2I7MDA_/b880b0b20a11b68614a3c414216279b3.gif) no-repeat -21px -619px;
   overflow: hidden;
   text-indent: -300px;
   float: right;
}

#bDetail #bDetailTopIcons .b3_iconPagination:hover
{
   background: url(http://ocdn.eu/files/pulscms/N2I7MDA_/b880b0b20a11b68614a3c414216279b3.gif) no-repeat -21px -649px;
}

#bDetail #bDetailTopIcons .b3_iconListen
{
   display: block;
   width: 14px;
   height: 14px;
   background: url(http://ocdn.eu/files/pulscms/N2I7MDA_/b880b0b20a11b68614a3c414216279b3.gif) no-repeat -18px -735px;
   overflow: hidden;
   text-indent: -300px;
   float: right;
   margin: 1px 0px 0 0;
}

#bDetail #bDetailTopIcons .b3_iconListenPlay,
#bDetail #bDetailTopIcons .b3_iconListen:hover
{
   background: url(http://ocdn.eu/files/pulscms/N2I7MDA_/b880b0b20a11b68614a3c414216279b3.gif) no-repeat -18px -763px;
}

#bDetail .bTags
{
   padding: 8px 0 12px;
}

#bDetail #bDetailTopLeft .bTags
{
   padding: 0;
}

#bDetail #bDetailText #bDetailLead
{
   padding: 0 0 17px 0;
   font-weight: bold;
}

#bDetail #bDetailText.bTextSize1 p,
#bDetail #bDetailText p,
#bDetail #bDetailText.bTextSize1 #note,
#bDetail #bDetailText.bTextSize1,
#bDetail p
{
   font-size: 12px;
   line-height: 16px;
}

#bDetail #bDetailText.bTextSize2 p,
#bDetail #bDetailText.bTextSize2 #note
{
   font-size: 14px;
   line-height: 16px;
}

#bDetail #bDetailText.bTextSize3 p,
#bDetail #bDetailText.bTextSize3 #note
{
   font-size: 16px;
   line-height: 18px;
}

#bDetail #bDetailText p strong a img
{
   float: left;
}

#bDetail #bDetailDisclamer,
.bDetailCopyright
{
   padding: 0 0 20px 0;
}

#bDetail #bDetailSource .bSourceLogo
{
   float: right;
}
#bDetail #bDetailSource .bSourceLogo img
{
  vertical-align: middle;
}
#bDetail #bDetailSource
{
   padding: 20px 0 20px 0;
}

#bDetail #bDetailSource .bSource
{
   padding: 9px 0 0;
   display: block;
}

strong
{
   font-weight: bold;
}

#bDetailText ul, #bDetail ol
{
   margin: 0 0 1em 0;
   padding: 0 0 0 30px;
}
#bDetailText ul
{
}

#bDetailText li{
   background:transparent url(http://ocdn.eu/files/pulscms/OTY7MDA_/c94618a5d5602f88634598a0af3b075d.gif) no-repeat scroll 0 5px;
   padding-left:12px;
   margin-bottom: 5px;
   display: table;
   *display: inline-block; /* hack dla IE nie dotykac!!! */
}
#bDetailText ol
{
   list-style-type:decimal;
}
#bDetailText a
{
   font-weight: bold;
}
.redaktorTable
{
   width: 100%;
   overflow: auto;
   padding: 1px;
   margin-bottom: 12px;
}

#bDetail #bDetailText p
{
   padding: 0 0 1em 0;
}
#bDetail #bDetailText p

.bDetailPhoto
{
   text-align: center;
}

.redaktorTable table
{
   border-collapse:collapse;
   font-size:11px;
   text-align:left;
   border:1px solid #E0E0E0;
   clear:both;
}

.redaktorTable table td
{
   padding: 5px;
   border:1px solid #E0E0E0;
}

.adsG
{
   padding: 5px 0 14px 0;
}

/******************************************************
 * kontekst ma+ďż˝y
 */

/* kontener okalajacy kontekst - potrzebny bo doszlo zdjecie */
.bContextLeft
{
   float: left;
   width: 190px;
   margin-right:10px;
}

#bContext190{
  width:190px;
  padding: 0 0 15px 0;
}
#bContext190 #c190first h3.tvTitle,
#bContext190 #c190first h3.fotoTitle
{
   margin-top: -4px;
}
#bContext190 #c190first h3.fotoTitle
{
   padding: 0;
}

#bContext190 h3{
   font-size: 11px;
   padding: 0 0 4px 0;
}

#bContext190 #c190second h3 a
{
   font-weight:normal;
}

#bContext190 p{
   cursor: pointer;
}

#bContext190 h4,
.bNewsMini h4
{
  font-size:11px;
  margin-bottom:3px;
}
.bNewsMini h3 .zrodlo,
.bNewsMini h5 .zrodlo,
#bContext190 .fotoIcon
{
  color:#989898;
  font-weight:normal;
  background:transparent url(http://ocdn.eu/files/pulscms/N2I7MDA_/b880b0b20a11b68614a3c414216279b3.gif) no-repeat scroll -18px -138px;
  padding:0 0 0 19px;
}
.b3_nowrap{
  white-space:nowrap;
}

#bContext190 .source img.logo,
#bContext190 .bTvInfo img.logo,
.bBottomContext .bTvInfo img.logo
{
  vertical-align:middle;
  float:right;
}
#bContext190 #c190first .bTvInfo img.logo,
.bBottomContext .bTvInfo img.logo
{
   margin: 10px 0 0 0;
}

#bContext190 #c190second .bTvInfo img.logo
{
   margin: 0;
}
#bContext190 .bTvInfo .bTime,
.bBottomContext .bTvInfo .bTime
{
   display: block;
   font-size: 11px;
}
#bContext190 .source .b3_smallFont,
#bContext190 .sourceLogo .b3_smallFont{
  float:left;
}

#bContext190 .galeryFoto a img,a.middlFoto img{
  border:1px solid #DDDCE1;
  padding:0px !important;
  margin:0px 10px 0px 0px;  
}
#bContext190 .galeryFoto a img:hover,a.middlFoto img:hover{
  border:1px solid #f58220;   
}
#bContext190 .cotextLongLine{
  border-top: 1px solid #EBEBEB;
padding:4px 0 0 0;
margin:7px 0 0 0;
overflow:hidden;
}
#bContext190 .listowanie h5{
   line-height: 15px;
}
#bContext190 .listowanie
{
   padding: 0 0 5px 12px;
}

#bContext190 .listowanie a,
#c190second h4 a
{
   font-weight: normal;
}

#bContext190 img{
  float:left;
  margin:0 5px 4px 0;
}
#bContext190 #c190second .bPPhoto,
#bContext190 #c190second .middlFoto img
{
  margin-top: 3px;
}

#bContext190 img.bAuthorPhoto
{
    margin: 4px 5px 4px 0;
    border:1px solid #DDDCE1;
}
div.bPPhoto
{
   position:relative;
}

.bBottomContext div.bPPhoto
{
   margin: 0;
}

#bNewsSmall .bNewsLead .bPPhoto
{
   border: none;
}
#bNewsSmall .bNewsLead .bPPhoto .bPlay
{
   bottom: 17px;
}
#bNewsSmall .bNewsLead .bPPhoto img
{
   border:1px solid #DDDCE1;
}

#bNewsSmall .bNewsLead .bPPhoto img:hover
{
   border-color:#f58220;
}

#bContext190 div.bPPhoto
{
   margin: 0px;
}

#c190first.bPhotoM
{
    margin: 6px 0 0 0;
}

#c190first div.bPPhoto
{
   overflow:hidden;
}

#c190first div.b3_smallFont,
#c190second div.b3_smallFont
{
    margin: 2px 0 0 0;
}

#c190first h3 a,
#c190second h3 a
{
    line-height: 14px;
}

#c190second div.bPPhoto
{
   float: left;
   margin:0 5px 0 0;
}


#bContext190 div.bPPhoto img
{
  float:none;
  margin:0;
}

div.bPPhoto span.bPlay {
   background:transparent url(http://ocdn.eu/files/pulscms/ZTE7MDA_/53b5b66cd9cf46d6d99ba621c749a324.png) no-repeat scroll left top;
   bottom:2px;
   display:block;
   height:22px;
   position:absolute;
   right:2px;
   width:22px;
}

div.bPPhoto:hover span.bPlay
{
   background-position: bottom left;
}

#bDetail #bContext190 p.context{
  color:#585568;
  font-size:11px;
  padding-bottom:0px;
  line-height: 15px;
} 
#bDetail #bContext190 p.context2{
  color:#585568;
  font-size:11px;
  line-height: 15px;
  padding-bottom:0px;
} 
#bDetail #bContext190 .source{
  margin: 4px 0 6px 0;
}
#bDetail #bContext190 #c190second .source{
  margin: 4px 0 0 0;
}
#bDetail #bContext190 .sourceLogo img{
  margin:5px 5px 4px 0;
  float:right;
}

#bDetail #bContext190 .sourceLogo .b3_smallFont
{
  margin:5px 0 0 0;
}

.moreTags{
  text-align:right;
  margin-top:9px;
  font-size:11px;
}
/******************************************************
*  autor na detalu Bloga
*/

#blogDetailAutor{
  width:190px;
  float:left;
  margin:3px 13px 0px 0px;
  line-height:16px;
  font-size: 12px;
}

#blogDetailAutor .blogImg{
   float: none;
   margin: 0pt auto;
   text-align: center;
   margin-bottom: 8px;
}

#blogDetailAutor a
{
   font-weight: normal;
}

#blogDetailAutor a.blogUrl{
   margin-top: 6px;
   text-decoration: underline;
   color: #989898;
   font-size: 11px;
}

#blogDetailAutor ul {
   padding: 0 0 0 0;
   margin: 0;
}

#blogDetailAutor ul li
{
   padding: 0px 0 0px 12px;
   background: url(http://ocdn.eu/files/pulscms/NmQ7MDA_/3ea733852753c58ab2e2ead659ae6202.gif) no-repeat -925px -371px;
}


/******************************************************
*  Detail file, pliki w analizach
*/

.bDetailFileIcon
{
   width: 205px;
   float:left;
   margin: 0 10px 0 0;
}

.bDetailFileName
{
    font-size: 11px;
    display:block;
    clear:both;
    padding: 4px 0 4px 0;
}

.bDetailOpenFile
{
   width: 105px;
   float: right;
}
/* - duze ikony - */
.b3_iconPdfBig
{
   background: url(http://ocdn.eu/files/pulscms/MDA7MDA_/1f77bfab816920c6c6fd84939852428c.gif) no-repeat;
   height: 100px;
}

.b3_iconWordBig
{
   background: url(http://ocdn.eu/files/deploy/ZGU7MDA_/fae0c0656db30726584ac9bb43c676fb.gif) no-repeat;
   height: 100px;
}
.b3_iconExcelBig
{
   background: url(http://ocdn.eu/files/pulscms/MTg7MDA_/8c4de241786e794ab0c50fddf1122560.gif) no-repeat;
   height: 100px;
}
.b3_iconExecBig
{
   background: url(http://ocdn.eu/files/pulscms/YmU7MDA_/b95c716fc3746f4c037f7808f6cd4c2f.gif) no-repeat;
   height: 100px;
}
.b3_iconZIPBig
{
   background: url(http://ocdn.eu/files/pulscms/YWQ7MDA_/286ef042ba32eaac3e9c429db1ce7b9c.gif) no-repeat;
   height: 100px;
}
.b3_iconPowerPointBig
{
   background: url(http://ocdn.eu/files/pulscms/MmM7MDA_/fc9a7c8490b7ebf5cffe0ed7206e10fe.gif) no-repeat;
   height: 100px;
}
/******************************************************
*  Dodaj do:
*/

#detailAddTo {
   font-size: 11px;
   color: #989898;
   width:550px;
}

#detailAddTo
{
   color: #989898;
   text-decoration:none;
   padding: 6px 0 20px 0;
}

#col2 #sContent #cLeft #bDetail #detailAddTo {
   float: left;
   width: 100%;
}

#bDTAdd a img
{
   vertical-align:middle;
}

#bDTAdd
{
   padding: 0 16px 0 20px;
    border-right: 1px solid #EBEBEB;
}

#bDTSend,
#bDTPrint,
#bDTError
{
   color: #989898;
}

#bDTSend:hover,
#bDTPrint:hover,
#bDTError:hover
{
   color: #f00;
   text-decoration:underline;
}

#bDTSend
{
   background: transparent url(http://ocdn.eu/files/pulscms/N2I7MDA_/b880b0b20a11b68614a3c414216279b3.gif) no-repeat scroll 4px -845px;
   border-right: 1px solid #DDDCE1;
   padding: 2px 20px 2px 42px;
}
#bDTPrint
{
   background: transparent url(http://ocdn.eu/files/pulscms/N2I7MDA_/b880b0b20a11b68614a3c414216279b3.gif) no-repeat scroll 2px -897px;
   border-right: 1px solid #DDDCE1;
   padding: 2px 20px 2px 42px;
}
#bDTError
{
   background: transparent url(http://ocdn.eu/files/pulscms/N2I7MDA_/b880b0b20a11b68614a3c414216279b3.gif) no-repeat scroll 0 -951px;
   padding: 2px 20px 2px 38px;
}
#bDTSend:hover
{
   background-position: 4px -870px;
}
#bDTPrint:hover
{
   background-position: 2px -925px;
}
#bDTError:hover
{
   background-position: 0 -977px;
}


/******************************************************
* Detal Inne w Kategorii
*/

.bOther
{
   clear:both;
   padding: 0 0 14px 0;
}

.bNewsOther {
   padding-bottom: 5px;
   margin-bottom: 5px;
   border-bottom: 1px solid #EBEBEB;
}

.bOther ul li {
   margin-bottom: 2px;
}

.bOther ul li h5
{
   line-height: 13px;
}

.bOther .b3_listPress
{
   font-size: 10px;
}

.bOther .b3_listPress p
{
   font-size: 11px;
}

.bOther ul.b3_listPress li
{
   width: 212px;
   float: left;
   padding: 0 0 0 14px;
}

.bOther ul.b3_listPress li.bFirst
{
   padding: 0 0 0 0;
}

.bOther ul.b3_listPress li h5
{
   font-weight: bold;
   padding: 2px 0 4px 0;
   line-height:15px;
}

.bOther img.bPostPhoto
{
   border: 1px solid #DDDCE1;
   cursor: pointer;
   margin: 0 10px 0 0;
}

.bOther img.bPostPhoto:hover
{
   border: 1px solid #f58220;
}

.bOther .bNewsMore
{
   padding-top: 1px;
}
/******************************************************
*  Kontekst dolny
*/
.bBottomContextContainer {
   width: 665px;
}


.bBottomContext .b3_list
{
   float: left;
}

.bBottomContext .bNewsMini,
.bBottomContext .bNewsMiniPhoto,
.bBottomContext .bNewsMiniPhoto2
{
   width: 220px;
   float: left;
   padding-right: 15px;
}
.bBottomContext .bNewsMiniPhoto
{
   width: 190px;
}
.bBottomContext .bNewsMiniPhoto2 .bPPhoto
{
   float:left;
   margin: 3px 5px 0 0;
}
.bBottomContext .bNewsMiniPhoto2 .bTvInfo img.logo
{
   float: left;
}

.bBottomContext .bNewsMiniList
{
   width: 430px;
   float: left;
}

.bBottomContext .bNewsMini h4,
.bNewsMiniList h5.bFirst
{
   font-weight: bold;

}
.bBottomContext .bNewsMini p
{
   cursor: pointer;
}

.bBottomContext .bNewsMini .bSource
{
   padding-top: 4px;
}

.bBottomContext .bNewsMini img
{
   float: left;
   margin-top:3px;
}

.bBottomContext .bNewsMini .bSource img
{
   float: right;
}

.bBottomContext .bNewsMore
{
   clear:both;
}

/******************************************************
*  News Footer
*/

div#bNewsFooter{
   margin: 5px 0px 5px 0px;
}
/******************************************************
*  Service Footer
*/
#sFoot .sFootContent,
#foot .sFootContent{
  padding:5px 10px 22px;
}
#sFoot .sFootContent .sFootTitle,
#foot .sFootContent .sFootTitle{
  color:#565567;
  float:left;
  font-size:11px;
  font-weight:bold;
  padding: 0 0 0 2px;
  line-height: 18px;
  width: 66px;
}
#sFoot .sFootContent .sFootLinks,
#foot .sFootContent .sFootLinks{
  float:left;
  margin:0 15px 0;
  line-height: 18px;
  width: 840px;
}

#sFoot .sFootContent .sFootLinks a,
#foot .sFootContent .sFootLinks a
{
  text-decoration:none;
  margin:0px 10px;
  font-size:11px;
}

#sFoot .sFootContent .links,
#foot .sFootContent .links {
	padding-bottom: 13px;
}
/*
#sFoot .sFootError
{
  margin:20px 0px 0px 5px;
}
*/
/******************************************************
*  Tagi, strona, lista
*/

div#tagsContent,.bNewsMini a,.bNewsMini p{
   font-size: 11px;
}
#tagsContent
{
   padding-bottom: 100px;
   clear:both;
}

div#tagsContent a{ 

}

div#tagsContent span{
   font-size: 11px;
   color: #989898;
}

/* zakladki box top na news rozjazdowka*/
div#bNewsBookmarks {
   background: url(http://ocdn.eu/files/pulscms/NmQ7MDA_/3ea733852753c58ab2e2ead659ae6202.gif) no-repeat top right;
   height:31px;
   font-family: Tahoma,Arial,Helevetica,sans-serif;
   font-size:12px;
   color:#007A64;
   font-weight:bold;
   margin-top:9px;
}

div#bNewsBookmarks .break, div#bNewsBookmarksFR .break {
   float:left;
   padding-top:10px;
   color:#DADADA;
   font-weight:normal;
   width:3px;
}

.bNewsBookmark, .bNewsBookmarkFR {
   float:left;
   cursor:pointer;
}

div#bNewsBookmarks .bNewsBookmark .nb_middle, div#bNewsBookmarksFR .bNewsBookmark .nb_middle {
   margin:0px 12px 0px 12px;
   display:block;
   color:#007A64;
   padding:0px;
}

div#bNewsBookmarks .bNewsBookmark .nb_middle div, div#bNewsBookmarksFR .bNewsBookmark .nb_middle div {
   margin-top:10px;
}

div#bNewsBookmarks .bNewsBookmark .nb_middle div A, div#bNewsBookmarksFR .bNewsBookmark .nb_middle div A {
   font-size:12px;
   color:#007A64;
   font-weight:bold;
}

div#bNewsBookmarks .bNewsBookmark .nb_middle div A:hover, div#bNewsBookmarksFR .bNewsBookmark .nb_middle div A:hover {
   color:#f00;
}

div#bNewsBookmarks .bNewsBookmark .nb_left, div#bNewsBookmarks .bNewsBookmark .nb_right, div#bNewsBookmarksFR .bNewsBookmark .nb_right {
   float:left;
   width:0px;
   display:none;
}

div#bNewsBookmarks .bNewsBookmarkAct, div#bNewsBookmarksFR .bNewsBookmarkAct {
   float:left;
   font-family: Tahoma;
   font-size:12px;
   color:#f58220;
}

div#bNewsBookmarks .bNewsBookmarkAct .nb_middle div a{
   color:#f58220;
}

div#bNewsBookmarks .bNewsBookmarkAct .nb_left {
   float:left;
   background:url(http://ocdn.eu/files/pulscms/NmQ7MDA_/3ea733852753c58ab2e2ead659ae6202.gif) no-repeat scroll -478px -31px;
   width:12px;
   height:31px;
}

div#bNewsBookmarks .bNewsBookmarkAct .nb_middle {
   float:left;
   background:url(http://ocdn.eu/files/pulscms/NmQ7MDA_/3ea733852753c58ab2e2ead659ae6202.gif) no-repeat scroll -490px -31px;
   height:31px;
}

div#bNewsBookmarks .bNewsBookmarkAct .nb_middle div {
   margin-top:10px;
}

div#bNewsBookmarks .bNewsBookmarkAct .nb_right {
   float:left;
   background:url(http://ocdn.eu/files/pulscms/NmQ7MDA_/3ea733852753c58ab2e2ead659ae6202.gif) no-repeat scroll -766px -31px;
   width:12px;
   height:31px;
}
/*topowy box newsy end*/
/* content boxa topowego newsow */
div#bnr_content {
   clear:left;
   width:454px;
   margin-top:5px;
}

div.enabled {
   display:block;
}

div#bnr_content .enabled .first {
   margin-bottom: 10px;
   font-size: 12px;
   margin-left: 11px;
}

div#bnr_content .enabled .pad li {
   padding-bottom:5px;
   background-position: -925px -372px;
}

div#bnr_content .enabled .pad li A {
   font-size:12px;
}

div#bnr_content .enabled .first h2 {
   margin-bottom:4px;
   font-size:22px;
}
div#bnr_content .enabled .first p {
    cursor: pointer;
}

div#bnr_content .enabled .first .pic {
   float:left;
   margin: 5px 10px 10px 0px;
}

div#bnr_content .enabled .first .pic img {
   width:147px;
   height:100px;
}

div#bnr_content .enabled .first .bPostPhoto {
   margin-top:6px;
}

div.disabled {
   display:none;
}

div#bnr_content .first .b3_icoFilm {
   background: url(http://ocdn.eu/files/pulscms/ZmE7MDA_/c25b7471807a915f2b17fbfe18da7263.gif) no-repeat 0 10px;
}
div#bnr_content .first .b3_icoAudio {
   background: url(http://ocdn.eu/files/pulscms/YTU7MDA_/c7627634ee6518a3db7f4e2de8c3c42e.gif) no-repeat 0 10px;
}
div#bnr_content .first .b3_icoPhoto {
   background: url(http://ocdn.eu/files/pulscms/N2I7MDA_/b880b0b20a11b68614a3c414216279b3.gif) no-repeat scroll -19px -130px;
}
div.bPostPhoto {
   position:relative;
}
div.bPostPhoto span.bPlay {
   background:transparent url(http://ocdn.eu/files/pulscms/ZTE7MDA_/53b5b66cd9cf46d6d99ba621c749a324.png) no-repeat scroll left top;
   bottom:2px;
   display:block;
   height:22px;
   position:absolute;
   right:2px;
   width:22px;
}
div.bPostPhoto:hover span.bPlay
{
   background-position: bottom left;
}
/* end contentu */

/*raport specjalny*/
div.fotoreportazeBox {
   padding:10px 0px;
}
.fotoreportazeBox .galery_ilustration{
  margin-bottom:5px;
  border:1px solid #dddce1;
}

.fotoreportazeBox .galery_ilustration:hover {
	border:1px solid #f58220;
}

.fotoreportazeBox .itemFotoList .counter2{
  float:none;
  font-size:10px;
  color:#999999;
}
div.bTabRaportySpecjalne {
   background: url(http://ocdn.eu/files/pulscms/ZWU7MDA_/ab2c4c096c34994689219507a966dd3a.gif) no-repeat scroll 0 -1px;
   height:1px;
   margin-top:14px;
   line-height:1;
   font-size:0;
}

h3.bTabRaportySpecjalne {
   font-size:16px;
   margin:12px 0px 8px 0px;
}

div#boxRaportySpecjalne {
   background-color:#007A64;
   height:115px;
   position:relative;
}

div#boxRaportySpecjalne .RPcontent {
   padding:10px;
   color:#fff;
}

div#boxRaportySpecjalne .rap {
   padding:10px;
}

div.RPcontent .RPrightContent h4 {
	margin: 0;
	padding: 0;
}

div.RPcontent .RPrightContent h4 a {
   color:#fff;
   font-size:12px;
   font-weight:bold;
}

div.RPcontent .RPrightContent h4 a:hover {
   color:#f00;
}

div.RPcounter {
   position:absolute;
   left:10px;
   bottom:10px;
   width:440px;
}

div.RPcounter .white {
   float:right;
   width:150px;
   color:#fff; 
   text-align:right;
}

div.RPcounter .white A {
   text-decoration:none;
   color:#fff;
}

div.RPcounter .white A:hover {
   text-decoration:none;
   color:#f00;
}

div.RPcounter #switch_left {
   cursor:pointer;
   background: url(http://ocdn.eu/files/pulscms/NmQ7MDA_/3ea733852753c58ab2e2ead659ae6202.gif) no-repeat scroll -178px -32px;
   width:20px;
   height:15px;
   float:left;
   margin-right:2px;
}

div.RPcounter #switch_right {
   cursor:pointer;
   background: url(http://ocdn.eu/files/pulscms/NmQ7MDA_/3ea733852753c58ab2e2ead659ae6202.gif) no-repeat scroll -178px -48px;
   width:20px;
   height:15px;
   margin-left:2px;
   float:left;
}

div.RPcounter .switch_count {
   float:left;
   width:15px;
   text-align:center;
   color:#fff;
}
/* end raportow specjalnych */

/*fotoreportaze*/
div.fotoreportazeItemLeft {
   float:left;
   width:140px;
   margin-right:27px;
}

div.fotoreportazeItemLeft .bPostPhoto img {
   width:140px;
   height:95px;
}

#bNewsSmall .bReportCategory .bNews .bNewsLead p
{
   padding: 0 0 10px 0;
}

/******************************************************
*  Wyniki Wyszukiwania
*/

#searchList {}

#searchList #noResult{
	margin:20px 0 100px;
	font-size:14px;
	text-align:center;
}

#searchList #searchBar {
   background: url(http://ocdn.eu/files/pulscms/ZWU7MDA_/ab2c4c096c34994689219507a966dd3a.gif) no-repeat scroll 0px -13px;
   padding: 16px 0 0;
}

#searchList .radio{
   margin-left: 172px;
   padding: 3px 0 5px 0;
   clear:both;
   background: #fff;
}

#searchList #searchBar .btnL{
   background: url(http://ocdn.eu/files/pulscms/NmQ7MDA_/3ea733852753c58ab2e2ead659ae6202.gif) no-repeat scroll -780px -54px;
   float: left;
   height: 33px;
}

#searchList #searchBar .btnL span{
   float: left;
   font-size: 18px;
   margin-top: 3px;
   padding: 0 10px 0 33px;
   background: url("http://ocdn.eu/files/pulscms/N2I7MDA_/b880b0b20a11b68614a3c414216279b3.gif") no-repeat scroll -5px -524px;
   color:#585568;
}

#searchList #searchBar .btnR{
   background: #FFFFFF url(http://ocdn.eu/files/pulscms/NmQ7MDA_/3ea733852753c58ab2e2ead659ae6202.gif) no-repeat scroll -979px -54px;
   border: medium none;
   float: left;
   width: 1px;
   height: 35px;
}

#searchList #searchBar input#buttonInput{
   width: 439px;
   border:1px solid #DDDCE1;
   font-size:22px;
   height:28px;
   color: #585568;
   float: left;
   padding: 0 0 0 6px;
}

#searchList #searchBar .buttonSubmit{
   float: left; 
   margin: 0 0 0 12px;
   height: 32px;
}

#searchList #searchBar span.title{
   font-family: Verdana, Arial, Helevetica, sans-serif;
   font-size: 18px;
   color: #007A64;
   margin: 6px 10px 5px 12px;
   float: left;
}

#searchList #searchBar input#textInput{
	float: left;
}

#searchList #searchListResults{
   padding-top: 10px;
   overflow: hidden;
}

#searchList #searchListResults #results {}

#searchList #searchListResults #miniList {
   width: 200px;
   float: left;
}

#searchList #searchListResults #miniList ul{}

#searchList #searchListResults #miniList ul li.selected{
   font-weight: bold;
}

#searchList #searchListResults #miniList ul li.selected a{
   color: white;
   background: none transparent !important;
   border-bottom: 0px none;
   height: auto;
   line-height: inherit;
   
}

#searchList #searchListResults #miniList ul li{ 
    padding:0 0 9px 12px;
}

#searchList #searchListResults #miniList ul li.selected{
   padding: 7px 0 7px 12px;
   background: url('http://ocdn.eu/files/pulscms/NmQ7MDA_/3ea733852753c58ab2e2ead659ae6202.gif') no-repeat scroll -479px -64px;
   margin: 0 0 10px 0;
}

#searchList #searchListResults #miniList ul li.normal span{
   color: #989898;
}

/**/

#searchList #searchListResults #results .clr{
   float: left;
}

#searchList #searchListResults #results {
   width: 526px;
   float: right;
   padding: 4px 0 0 0;
}

#searchList #searchListResults #results .category {
   overflow: hidden;
   float: left;
   width: 100%;
   line-height: 15px;
}

#searchList #searchListResults #results .category .firstArticle{
   overflow: hidden;
   padding: 0 0 12px 0;
}
#searchList #searchListResults #results .category .itemArticle{
	margin:0 0 10px 0;
}
#searchList #searchListResults #results .category .itemArticleLeft{
	float:left;
}
#searchList #searchListResults #results .category .itemArticleLeftContent{
	float:left;
	width: 490px;
}
#searchList #searchListResults #results .category .itemArticleIco{
    background:url(http://ocdn.eu/files/pulscms/N2I7MDA_/b880b0b20a11b68614a3c414216279b3.gif) no-repeat -18px -240px;
    height:22px;
    width:20px;
}
#searchList #searchListResults #results .category .firstArticle h2{
   color: #007A64;
   line-height: 25px;
   padding: 0 0 8px 0;
}

#searchList #searchListResults #results .category .firstArticle img{
   float: left;
   margin: 4px 10px 5px 0px;
}

#searchList #searchListResults #results .category .firstArticle span{
   /*float: left;*/
   /*margin-top: 10px;*/
   /*overflow: hidden;*/
}

#searchList #searchListResults #results .category ul li{
   margin: 2px 0 0 0;
}

#searchList #searchListResults #results .category a.more {
   float: right;
   font-size: 11px;
   padding: 0 8px 0 0;
}

#searchList #searchListResults #results .category ul {
   padding: 0 5px 1px 0px;
   margin: 0;
}

#searchList #searchListResults #results .b3_line{
   float: right;
   margin: 12px 0 11px;
   width: 100%;
}

#searchList #searchListResults #results .category ul.mediaphotolist img {
   margin: 0px 5px 5px 0px;
   float: left;
}

#searchList #searchListResults #results .category ul.authorList img {
   margin: 0px 5px 5px 0px;
   float: left;
}

#searchList #searchListResults #results .category .normalFont{
   font-size: 12px;
   font-weight: normal;
}

#searchList #searchListResults #results .category .columnsBox{
   border-top: 1px solid #DDDCE1;
   overflow: hidden;
   padding: 7px 0 8px 0;
}

#searchList #searchListResults #results .category .noline{
   border: 0px;
}

#searchList #searchListResults #results .category .columnsBox .column{
   width: 250px;
   float: left;
}

#searchList #searchListResults #results .category .columnsBox .r {
   margin-left: 10px;
}

#searchList #searchListResults #results .category .columnsBox .column img{
   margin: 0px 5px 5px 0px;
   float: left;
}

#searchList #searchListResults #results .category .columnsBox .column p,
#searchList #searchListResults #results .category .firstArticle p
{
    cursor: pointer;
}

#searchList #searchListResults #results .category .columnsBox .column .columnTitle{
   padding: 5px 0px 5px 0px;
}

/*Media ,Search, Lista*/
#searchList #searchListResults #results .category .columnsBoxMedia .column .columnTitle{
    height: 53px;
}
#searchList #searchListResults #results .catPhoto .columnsBoxMedia .column .columnTitle{
    height: 58px;
}

#searchList #searchListResults #results .category .columnsBoxMedia .column .columnTitle span{
   float: left;
}

#searchList #searchListResults #results .category .columnsBoxMedia .column .columnTitle .b3_iconPhoto
{
   padding: 0 0 0 19px;
   height: auto;
   width: auto;
}

#searchList #searchListResults #results .category .columnsBoxMedia .column {
   width: 121px;
   padding: 0 10px 0 0;
   float: left;
}
#searchList #searchListResults #results .catPhoto .columnsBoxMedia .column {
    height: 142px;
}

#searchList #searchListResults #results .category .columnsBoxMedia .bLast {
   padding: 0;
}

#adBar {
   margin-top: 10px;
}

#adsColumn {
   margin-top: 45px;
}

#adsColumn .dynAd{}

#adsColumn .dynAd .ar6 a{
   font-size: 16px;
   font-weight: bold;
}

#adsColumn .dynAd .contentAd{
   font-size: 11px;
}

#adsColumn .dynAd .link_url{
   cursor: pointer;
}
#adsColumn .dynAd .greenUrl{
   color: #f58220;
   font-size: 11px;   
}

/******************************************************
* Boxy srodkowa szpalta
*/

.cHomeBox .title h2
{
   float: left;
}


.cHomeBox .title ul
{
   float: right;
   padding: 10px 0 0 0;
}

.cHomeBox .title ul.iRightMenu li
{
   float: left;
   font-size: 10px;
   font-family: Arial, Helevetica, sans-serif;
   padding: 0 4px 0 4px;
   border-left: 1px solid #DDDCE1;
}

.cHomeBox .title ul.iRightMenu li.first
{
   border: none;
}

span.bSponsor
{
   font-size: 10px;
   text-transform:uppercase;
   color: #f00;
}

.cHomeBox .cHomeContent
{
   padding: 10px 0;
}

.cHomeBox .bHomePhoto
{  	
   text-align: left;
   float: left;   
   margin: 2px 5px 0 0;
   border: 1px solid #e4e4e4;
}

.cHomeBox a:hover .bHomePhoto
{
   border: 1px solid #f58220;
}

.cHomeBox ul.b3_list
{
   text-align: left;
}

.cHomeBox ul.b3_list li
{
   display: table;
   padding-bottom: 4px;
   *display: inline-block; /* hack dla IE nie dotykac!!! */
}




/*
   TODO: 
*/
.cHomeContent ul.b3_list li.listBold a
{
   color: #007A64;
}
.cHomeContent ul.b3_list li.listBold a:hover,
.cHomeContent ul.b3_list li a:hover
{
   color: #ff0000;
}
.cHomeContent div.commentTxt,
.cHomeContent div.commentTxtM
{
	display: block;
  /*
   display:table;
   *display: inline-block;
   */
    /* hack dla IE nie dotykac!!! */
}

.cHomeContent div.commentTxtM
{
    margin: 0 0 0 0px;
}
.cHomeContent div.commentTxtM a.bPhotoM
{
    margin: 0 0 0 -80px;
}



.cHomeContent ul.b3_list li a
{
   color: #575469;
}
/*
  END TODO:
*/

.cHomeComments
{

}

.cHomeComments ul.b3_list li.listBold
{
   padding: 0 0 10px 82px;
   background: none;
   display: block;
   min-height: 75px;
}

.cHomeComments ul.b3_list li.noImg {
   padding-left: 2px;
   min-height: inherit;
}

.cHomeComments ul.b3_list li.listBold img {
   margin-left: -82px;		
}

.cHomeComments ul.b3_list li.listBold p a
{
    font-weight: normal;
    font-size: 11px;
    color: #585568;
}

.cHomeComments ul.b3_list li.listBold .b3_source
{
    font-size: 10px;
    padding: 0 0 4px 0;
    color: #989898;
    font-weight: normal;
    font-style: normal;
}

.cHomeBlogPhoto p
{
   font-size: 11px;
}

.cHomeBlog p.b3_smallFont,
.cHomeBlogPhoto p.b3_smallFont {
   font-size: 10px;  
   padding-top: 1px;
   padding-bottom: 3px;
}
.cHomeBlogPhoto p,
.cHomeBlogPhoto a.cHomeBlogT,
.cHomeBlog p,
.cHomeBlog a
{
   padding-left: 12px;
}

.cHomeBlog a,
.cHomeBlogPhoto a.cHomeBlogT 
{
   font-weight: bold;
   display: block;
   background: url(http://ocdn.eu/files/pulscms/NmQ7MDA_/3ea733852753c58ab2e2ead659ae6202.gif) no-repeat -948px -347px;
}

.cHomeBlogPhoto
{
   padding-left: 82px;
   display: block;
}

.cHomeBlogPhoto img
{	
	border: 1px solid #e4e4e4;
   margin-left: -82px;
   float: left;   
}

.cHomeBlogPhoto a:hover img {
   border: 1px solid #f58220;
}

.cHomeBlogPhoto,
.cHomeBlog
{
   padding-bottom: 10px;
}

.cIntroductionBox .title,
.cHomeBox .title
{
  background: #fff url(http://ocdn.eu/files/pulscms/NmQ7MDA_/3ea733852753c58ab2e2ead659ae6202.gif) no-repeat -480px -148px;
  font-family:verdana;
  height:30px;
  color:#007A64;
}
.cIntroductionBox .titleInn,
.cHomeBox .titleInn
{
  background:#fff url(http://ocdn.eu/files/pulscms/NmQ7MDA_/3ea733852753c58ab2e2ead659ae6202.gif) no-repeat 100% -148px;
  height:30px;
  margin-left:6px;
  padding-right:6px;
}
.cIntroductionBox .title h2,
.cHomeBox .title h2
{
  font-family:tahoma;
  font-size:14px;
  font-weight:bold; 
  padding:4px 0px 4px 0px;
  line-height: 20px;
}
.cIntroductionBox .bContent
{
  font-size:12px;  
}

.cIntroductionBox .bContent div
{
   padding: 10px 10px 4px 8px;
}

.cIntroductionBox .bContent h5
{
  margin:6px;
  font-weight: bold;
}

.cIntroductionBox .bContent ul li
{
   margin:6px;
}

.cIntroductionBox .bContent ul li h5
{
  font-weight: bold;
  display: inline;
  margin: 0;
}

.cIntroductionBox .bContent ul li p
{
  margin: 0;
}

.cIntroductionBox .bContent p
{
  color:#585568;
  font-size:11px;  
  margin:6px;
}
.cIntroductionBox .bContent p .source,
.cIntroductionBox .content1 p .source,
.cIntroductionBox .content1 .source
{
  color: #A5A5A5;
  margin:0;
}

.source_nopad{
   margin:0;
   color:#A5A5A5;
}

.noCalendarData{
   margin-top: 15px;
   margin-bottom: 1px;
}

.cIntroductionBox .bContent img
{
  margin:6px;
  float:left;
  border:1px solid #DDDCE1;
}
.cIntroductionBox .bContent div.source,
.cIntroductionBox .content1 div.source
{
  color: #989898;
  font-style:italic;
  font-size:11px;         
}

.cIntroductionBox .bContent .more,.cIntroductionBox .bContent .clr,
.cIntroductionBox .content1 .more,.cIntroductionBox .content1 .clr
{
  float:right;
  margin:6px 6px 18px   ;
  padding:0px;
  font-size:11px;
}
/******************************************************
*  Zajawka Finanse
*/
#iFinanceM{
  width:670px;
  margin: 10px 0px;
}
#iFinance{
  float:left;
  width:478px;
}
#iFinance .b3_rss{
  float:right;
  display:block;
  margin:10px;
}
#iFinance .disabled {display:none;}
#iFinance .enabled
{
  display:block;
  position:relative;
  z-index:0;
  border:1px solid #E3E3E3;
  float:left;
  width:478px;  
}
#iFinanceM ul
{ 
  position:relative;
  z-index:4;
  list-style-type:none;
  margin: 0;
  padding: 1px 0px 2px 1px;
  width:190px;
  float:left;
  font-size: 10px;
}
#iFinanceM ul li.inactive
{
  height:20px;
  padding:6px 0px 0px 4px;
  display:block;
  border-bottom:1px solid #E3E3E3;
  margin:0px 0px 0px 5px;
  cursor:pointer;  
}
#iFinanceM ul li.inactive:hover {
	color:#f00;
}

#iFinanceM ul li.active
{
  height:20px;
  padding:6px 0px 0px 5px;
  display:block;
  background:url(http://ocdn.eu/files/pulscms/YmY7MDA_/ce83efec507e30443be6c03d1e876209.gif) no-repeat scroll right top;
  color:#f58220;
  font-weight:bold;
  /*border-left:1px solid #fff;*/
  margin:-1px 0px 0px 0px;
}
#iFinanceM ul li.break
{
  background:#E3E3E3;
  font-size:1px;
  line-height:1px;
  padding:0px;
  height:1px;
}
#iFinance .bNews
{
   width: 458px;
   padding: 10px;
   float:left;
}
#iFinance .bNews h4
{
   padding: 0px 0 6px 0;
}
#iFinance .bNews h5{
  color:#989898;
  font-size:11px;
  font-weight:normal;
  cursor:pointer;
}
#iFinance h2
{
   font-size: 15px;
   line-height: 15px;
   font-weight: bold;
   padding: 8px 0 6px 10px;
}
#iFinance .financeMore
{
  margin:20px 0px;
  padding-right:10px;
  float:right;
}

#iFinanceBookmarks li {
   color: #007A64;
}

/* relacja tv zajawka newsy rozjzdowka */

.content1 div.cCenterRelacjeTV {
   margin-top:10px;
   text-align:center;
   margin-bottom:5px;
}
.content1 div.cCenterRelacjeTV.div{
  padding:0px;
  width:190px;
   padding:0px !important;  
}
.content1 div.cCenterRelacjeTV ul {
   width:188px;
   margin:auto;
   margin-top: 10px;
   margin-bottom:15px;
}

.content1 div.cCenterRelacjeTV ul li {
   background:url(http://ocdn.eu/files/pulscms/ZmE7MDA_/c25b7471807a915f2b17fbfe18da7263.gif) no-repeat center left;
   padding-left:0px;
   margin-left:0px;
}

div.cCenterRelacjeTV .RelacjeTVmore {
   text-align:right;
   font-size:11px;
   padding-right:10px;
}

div.cCenterRelacjeTV #cCenterRelacjaTVdesc {
   text-align:left;
   font-size:11px;
   width:188px;   
   border:1px solid #CBCDCD;
   border-top:none;
   margin:0px auto;
}

div.cCenterRelacjeTV #cCenterRelacjaTVdesc div {
   margin:0px;
   font-size:10px;
   padding: 4px 6px;
   color:#585568;
}
.cIntroductionBox .content1 h3
{
  color:#007A64;
  background:transparent;  
  font-size:10px;
  margin:0px 4px;
}

div.cCenterRelacjeTV #cCenterRelacjaTVdesc div h5 a {
   font-weight:bold;
   font-size:10px;
}

/******************************************************
*  Komunikaty ESPI
*/
#bListStatement{
  /*margin-top:20px;*/
  margin-top:7px;
}
#bListStatement table{
  font-size:12px;
  border-collapse: collapse;
  margin: 4px 0 5px;
  text-align:left;
  width:665px;
}
#bListStatement table tr.greyStatement{
  background:#FAFAFA;
}
#bListStatement table th{
  font-size:11px;
  font-weight:normal;
  padding: 6px;
}
#bListStatement td{
  border:1px solid #E0E0E0;
  border-width:1px 0px; 
  padding: 5px 5px 5px 5px;
  vertical-align: bottom;
}
#bListStatement .adsG td{
  border:none;
}
#bListStatement td .date{
  color:#989898;
  font-size:11px;
  white-space: nowrap;
}
#bListStatement td.kind{
  padding:5px 5px 5px 45px;
}
#bListStatement .kind2{
  text-align: center;
}
#lSearchStatement ul{
  list-style:none;
  padding:0px;
  margin:0px;
}
#lSearchStatement #timeBox1 ul li{
  width:82px;
  float:left;
  line-height: 18px;
  height: 23px;
}
#lSearchStatement #timeBox2 ul li{
  width:298px;
  float:none;
  clear: both;
  line-height: 18px;
  height: 23px;
}
#lSearchStatement h1{
  color:#f58220;
  font-size:34px;
  font-family:tahoma;
  font-weight:normal;
  margin:0px 10px 17px 10px;
}
#bListStatement h4{
  font-weight:bold;
  font-size:12px;  
}
#bListStatement p{
  margin-top:10px;
} 
.searchBox{
  background:transparent url(http://ocdn.eu/files/pulscms/ZWU7MDA_/ab2c4c096c34994689219507a966dd3a.gif) no-repeat -43px -190px;
  padding: 0 0 0 12px;
}
.searchBoxIn{
  background: #fff url(http://ocdn.eu/files/pulscms/ZWU7MDA_/ab2c4c096c34994689219507a966dd3a.gif) no-repeat 100% -190px;
  min-height:120px;
  height:auto !important;
  height:120px;
}

#lSearchStatement .searchBox h4{
  margin:10px 0 2px;
  font-weight: bold;
}
#lSearchStatement .searchBox #timeBox1 h4,
#lSearchStatement .searchBox #timeBox2 h4{
  margin:10px 0 5px 3px;
}
#lSearchStatement #timeBox2 ul li
#lSearchStatement #timeBox1 ul li
{
   vertical-align:middle;
}
#kindBox
{
  width:262px;
  padding: 4px 0 0 0;
}
#nameBox
{
  width:180px;
  float:left;
  padding: 4px 0 0 0;
}

#timeBox1{
  width:169px;
  float:left;
  padding: 4px 0 0 0;
}

#timeBox1 label{
  width:55px;
}
#searchName{
  width:152px;
  margin:4px 0;
  border:1px solid #DDDCE1;
}
#timeBox2
{
  float:left;
  padding: 4px 0 0 0;
}
.searchBox .filterButton
{
   padding: 10px 0 0 0;
   text-align:center;
   clear:both;
}
/*#timeBox2 label.date,#radioDate2{
  float:left;
}*/
#fromDate,#toDate{
  border:1px solid #DDDCE1;
  color:#797786;
  /* height:15px; */
  width:75px;
}

#formImg,#toImg{
  background:url(http://ocdn.eu/files/pulscms/N2I7MDA_/b880b0b20a11b68614a3c414216279b3.gif) no-repeat -5px -492px;
  height:23px;
  width:27px;
  font-size:19px;
}
#radioDate2,p.datepickerBox{
  float:left;
}

#espiSuggest {
   width: 154px;
   position: relative;
   background-color: white;
   margin-top:-5px;
}

#espiSuggest a{
   cursor: pointer;
   color: black;
}

#espiSuggest a:hover{
   background-color: #DDDDE1;
}

#suggestRespond{

   border: 1px solid #DDDDE1;
   position:absolute;
   background:#fff;
}

.listaCompanyS {
	position:relative;
}
.listaCompanyS #companySuggest {
	left: 0px;
	top: 26px;
	width: 144px;
	z-index: 100;
}
#companySuggest {
   width: 154px;
   position: absolute;
   background-color: white;
   margin-top:-7px;
   left: 0px;
   top: 0px;
}
#companySuggest a{
   cursor: pointer;
   color: black;
}

#companySuggest a:hover{
   background-color: #DDDDE1;
}
/******************************************************
*  Radio radio
*/

#radioPlayer {
   text-align: center;
}

#radioPlayer .player {
	border: 1px solid #DDDCE1;
   text-align: left;
   padding: 10px 15px 15px 10px;
   margin: 0 auto;
   width: 633px;
   margin-top: 10px;
}

#radioPlayer .player .title {
   color:#f58220;
   font-family:Tahoma,Arial,Helevetica,sans-serif;
   font-size:26px;
   font-weight:normal;
   line-height:36px;
   padding:0 0 10px;
}

#radioList {
   margin-bottom: 10px;
   padding: 0px 10px 10px 10px;
}

#radioList .element {
	float: left;
	padding-top: 5px;
   width: 205px;
   font-size: 12px;
   margin: 10px 10px 15px 0px;
}

#radioList .element span {
	float: left;
	margin-bottom: 5px;
}

#radioList .element h5 {
	margin-bottom: 5px;
   font-size: 12px;
   overflow: hidden;
   margin-bottom: 5px;
}

#radioList .element img {
   float: left;
   margin-right: 8px;
}

#radioList .clr {
   border-bottom: 1px solid #EDEDED;
}

div.leftSmallBox {
   width:460px;
}

/******************************************************
*  Media, Tv list sg-tv
*/

#mediaTvList {}

#mediaTvList .element {
   float: left;
	width: 150px;
	margin: 10px 5px 0 0;
	position: relative;
   cursor: pointer;
   font-size: 11px;
} 

#mediaTvList .element span.h {
   margin: 5px 0 5px 0;
   font-size: 10px;
   float: left;
}

#mediaTvList .element .container {
   width: 142px;
}

#mediaTvList .element .hidden {
	height: 10px;
	left: -3%;
	position: absolute;
	top: -1.0em;
	width: 152px;
	z-index: 100;
	background: white url(http://ocdn.eu/files/pulscms/NmQ7MDA_/3ea733852753c58ab2e2ead659ae6202.gif) no-repeat scroll -21px -53px;
	background-color: white;
}

#mediaTvList .element .hidden .border {
   border-left: 1px solid #FF9D00;
   border-right: 1px solid #FF9D00;
   margin-top: 5px;
   overflow: hidden;
   background-color: white;
   padding: 5px;
}

#mediaTvList .element .hidden .bottom {
   background: white url(http://ocdn.eu/files/pulscms/NmQ7MDA_/3ea733852753c58ab2e2ead659ae6202.gif) no-repeat scroll -21px -73px;
   height: 10px;
   z-index: 9999;
}

#mediaTvList .element b {
   color: #A5A5A5;
}

#mediaTvList .element span {
   display: none;
}

/*
   Top
*/

#madiaTvMain {
	left: 0;
	overflow: hidden;
	position: relative;
	top: 0;
}

#madiaTvMain .gls {
   display: block;
   opacity: 0.85;
   filter: alpha(opacity=85);
   position:absolute;
   background-color:#FAF5F2;
   bottom: 0;
   left: 0;
   color: black;
   padding: 15px 5px 5px 15px;
}

#madiaTvMain .gls p {
   margin: 10px 0 10px 0;
}

#madiaTvMain .gls .title {
   color:#f58220;
   font-family:Tahoma,Arial,Helevetica,sans-serif;
   font-size:26px;
   font-weight:normal;
   padding: 5px 5px 3px 0;
}

/* fotoreportaze */
#fotorep_bigwtitle {
   position:relative;
   margin:0px 0px 15px;
   cursor: pointer;
}
#fotorep_bigwtitle .description  {    
   width:660px;
   height:70px;
}
#fotorep_bigwtitle .description .b3_reportTitle span {
   background:none;
   color:#f58220;
   font-size:23px;
   font-weight:normal;
}
#fotorep_bigwtitle .description .b3_reportTitle span a{
   color:#f58220;
}
#fotorep_bigwtitle .description .b3_reportTitle span a:hover{
   color:#FF0000;
}
#fotorep_bigwtitle .kat {
   width:400px;
   font-style:italic;
   color:#A5A5A5;
   font-size: 11px;
   margin: 0 0 3px 10px;
   float: left;
}
#fotorep_bigwtitle .kat span,.itemFotoList .kat {
   font-weight:bold;
   font-style:normal;
   font-size: 11px;
}
.itemFotoList
{
  float:left;
  margin:10px 20px 0px 0px;
  color:#A5A5A5;
  width: 150px;
}

.fotoreportazeBox .itemFotoList
{
   margin: 0px 23px 0px 0px;
}

.adlabel,
.onetNapisReklama
{
   font-size: 10px;
   text-transform:uppercase;
   color:#999999;
   margin-bottom: 2px;
}

.itemFotoList .source{
  font-size:10px;
}
.galery_ilustration{
  width:144px;
  overflow:hidden;
  cursor: pointer;
  margin-bottom:5px;
}
.last_galery,
.fotoreportazeBox .last_galery
{
  margin-right:0;
  float: right;
}
.itemFotoList .counter{
  text-align:right;
  font-size:10px;
  color:#DDDCE1;
  margin:5px 0px 0px 0px;
}
#fotorep_bigwtitle .photocnt {
    color:#A5A5A5;
    font-size: 11px;
    float: right;
    margin: 0 20px 0 0;
    width: 200px;
    text-align: right;
}
#fotorep_bigwtitle .photocnt span {
   font-size:20px;
   font-weight:bold;
}
div#bNewsBookmarksFR {
   background:transparent url(http://ocdn.eu/files/pulscms/NmQ7MDA_/3ea733852753c58ab2e2ead659ae6202.gif) no-repeat scroll 0 0;
   color:#007A64;
   font-family:Tahoma,Arial,Helevetica,sans-serif;
   font-size:12px;
   font-weight:bold;
   height:30px;
   margin-top:10px;
   width:660px;
}
div#bNewsBookmarksFR .bNewsBookmarkAct .nb_left {
   float:left;
   background:url(http://ocdn.eu/files/pulscms/NmQ7MDA_/3ea733852753c58ab2e2ead659ae6202.gif) no-repeat scroll -679px -88px;
   width:12px;
   height:29px;
}

div#bNewsBookmarksFR .bNewsBookmarkAct .nb_middle {
   float:left;
   background:url(http://ocdn.eu/files/pulscms/NmQ7MDA_/3ea733852753c58ab2e2ead659ae6202.gif) no-repeat scroll -686px -88px;
   height:30px;
}

div#bNewsBookmarksFR .bNewsBookmarkAct .nb_middle div {
   margin-top:10px;
}

div#bNewsBookmarksFR .bNewsBookmarkAct .nb_right {
   float:left;
   background:url(http://ocdn.eu/files/pulscms/NmQ7MDA_/3ea733852753c58ab2e2ead659ae6202.gif) no-repeat scroll -968px -88px;
   width:12px;
   height:29px;
}

div.fotorep_zestawienie {
   margin-top:20px;
}


/******************************************************
*  popover
*/

#sendTo {
   padding: 10px;
}

#sendTo  h2 {
   margin-bottom: 40px;
}

#sendTo .container {
   overflow: hidden;
}

#sendTo .url {
   font-size: 11px;
   margin-top: 5px;
}

#sendTo .container .element {
   width: 500px;
   margin: 15px 15px 15px 0;
   overflow: hidden;
}
#sendTo .container .element1 {
   width: 500px;
   margin: 15px 15px 0px 0;
   overflow: hidden;
}
#sendTo .container .element2 {
   width: 500px;
   margin: 3px 15px 15px 0;
   overflow: hidden;
}
#sendTo .container .element .l,#sendTo .container .element2 .l,
#sendTo .container .element1 .l {
	width: 110px;
   float: left;
   font-weight: bold;
   padding: 3px;
}
#sendTo .container .element .l2 {
	width: 110px;
   float: left;
   font-weight: bold;
   padding: 8px 0px 0px 5px;
}

#sendTo .container .element .r,#sendTo .container .element2 .r,
#sendTo .container .element1 .r {
   float: left; 
} 
#sendTo .container .element2 .r span
{
   color:#989898;
   float: left;
   font-size:11px;
}
#sendTo .container .element .r input,#sendTo .container .element1 .r input {
   width: 270px;
   padding: 3px;
   border: 1px solid #DDDCE1;
}

#sendTo .container .element .r input#copy {
   width: auto;
   height: auto;
}

#sendTo .container .element textarea {
   width: 380px;
   height: 100px;
   border: 1px solid #DDDCE1;
}
/******************************************************
*  box listPress
*/
#lPress{
  margin:18px 0px;
}

#lPress h2
{
   padding: 0 0 2px 0;
   font-size: 16px;
   font-weight: bold;
}

#lPress .bNews
{
   padding: 0 0 22px 0;
}
#lPress .bNews h4
{
   padding: 0 0 5px 0;
}

#lPress .bNews p
{
    cursor: pointer;
}

#lPress .financeMore{
  float:right;
  margin-right:5px;
}
/* ESPI */
#note{
  width:665px;
  font-family:verdana;
  font-size:12px;
  color:#585568;
}

#note h1{
  color:#f58220;
  font-family:tahoma;
  font-weight:normal;
  font-size:34px;
  line-height:34px;  
}

#note h4{
  color:#585568;
  font-family:verdana;  
  font-size:12px;
  font-weight:bold;
  padding:12px 0px 8px 0px;
}

#note p{
  color:#585568;
  font-size:12px;
  font-family:verdana;  
}

#note dl dt{
  color:#989898;
  float:left;
  font-size:12px;
  padding:5px 0px;
  width:200px; 
}
#note dl dd{
  color:#585568;
  font-size:12px;
  padding:5px 0px 5px 0px;
  margin-left:200px;
  width:400px; 
}
#note em{
  color:#989898;
  font-size:11px;
}
#note td.bold{
  font-weight:bold;
}


#note table{
  /*font-size:11px;*/
  font-family:verdana;
  border-collapse: collapse;  
  text-align:center;
  width:665px;
}
#note table th{
  color:#f58220;
  border:1px solid #E0E0E0;
  padding:5px 0px; 
  text-align:center;    
}
#note table tr{
  color:#585568;
}
#note table tr.subtitle{
  background:#F6F6F6;
  color:#585568;
  font-weight:bold;
}
#note table td{
  border:1px solid #E0E0E0;
  padding:5px 8px;
  text-align:right;   
}
#note table td.left,table th.left{
  border-left:0px;
}
#note table td.right,table th.right{
  border-right:0px;
}
#note table.note_title{
  border:0px;
  text-align:left;
}
#note table.note_title td{
  color:#989898;
  border:0px;
 /* font-size:12px;*/
  padding:5px;
  text-align:left;
}
#note table.note_title td.left{
  color:#989898;
  border:0px;
 /* font-size:12px;*/
  padding:5px;
  width:200px; 
}
#note table.note_title td.right{
  color:#585568;
  /*font-size:12px;*/
  border:0px;  
  padding:5px;
  margin-left:200px;
  width:400px; 
}

/******************************************************
*  Newsroom
*/
#newsroom #newsroomTop{
   /*
   float: left;
   width: 460px;
   */
}

.refreshButton{
   float:left;
}

#newsroom .elm{
   border-top: 1px solid #DDDCE1;
   margin-top: 10px; 
   padding-top: 10px;
   font-size: 10px;
}

#newsroom .elm .b3_but1 { margin-left: 140px; cursor:pointer; }
#newsroom .elm ul {
   padding-top: 5px;
   overflow: hidden;
}
#newsroom .elm ul li{
  clear:both;
  float:none;
  overflow: hidden;
}

#newsroom .filter
{
   text-align: right;
   padding: 0 10px 0 0;
}

#newsroom .filter .bButtonSmall
{
   float: right;
}

#newsroom .elm ul li input{
  float:left;
}

#newsroom #newsroomList {
   float: left;
}
#newsroom #bListStatement table{
   width: 770px;
}

#newsroom .elm .slide{
   height: 79px;
   overflow: hidden;
}

#newsroom .elm span.roll {
   background:url(http://ocdn.eu/files/pulscms/N2I7MDA_/b880b0b20a11b68614a3c414216279b3.gif) -18px -577px no-repeat;
   cursor: pointer;
   padding:5px 0px 0px 20px;   
}

#homeBrands{
  border-top:1px solid #EBEBEB;
  margin:5px 0;
  padding:5px 0;  
}
#homeBrands .panelL{
  float:left;
  font-family:Arial;  
  font-size:9px;
  width:265px;
  
}

#homeBrands .panelL .contenerWdg{
  width:115px;
  float:left;  
}
#homeBrands .panelL .selKont,#homeBrands .panelL .selWdgSel{
  float:left;
  font-size:10px;
  padding:2px;    
}

#homeBrands.panelR{
  float:left;
}


/* SG branze selectbox */

#SgBrandsC {
   position: relative;
   width:115px;
   float:left;
}

#SgBrands,
#SgBrands_input {
	font-size: 10px;
	padding-left: 4px;
	width: 119px; 
	font-family: arial;
	color: #585568;
}

#SgBrands_input {
   height: 12px;
}

#SgBrands_container {
   max-height: 700px;	
}

#SgBrands_container li {
   padding: 2px 2px 2px 4px;   	
}



#newsroom #datepicker{
   margin: 10px 0 0 20px;
}


#newsroom .adSlot{
   float: right;
}

#bListStatement{ 
	float: left;
   padding:4px 0 10px 0;
}

.bChartBox {
   background: #f8f8f8;
   border: 1px solid #e4e4e4;
   font-size: 9px;
   margin: 7px 0px 18px;
   width: 458px;
}

.bChartBox .bChart {
   display: inline;
   margin: 9px 3px 6px;
   width: 310px;   
   height: 250px;   
   float: left;
}

.bChartBox .bIndexList {
   display: inline;
   margin: 7px 3px 10px;
   float: left;
   width: 130px;
   color: #a0a0a0;
}

.bChartBox #compactChart {
	outline-style: none;
}

.bChartBox .b3_but1 {
   cursor: pointer;	
}

.bSearchElem {
	float:left;
	/*overflow:hidden;*/
	width: 130px;
	padding-left: 3px;
}

* html .bSearchElem {
   float:none;
}

* + html .bSearchElem {
   float:none;
}

.bSearchCompany {
	border:solid 1px #C5C5C6;
	background-color:#FFFFFF;
	padding:3px;
	font-size:10px;
	font-family:Verdana;
	width:85px;
	float:left;
	color:#818181;
	margin-right:5px;
}

.bIndexList .ncind a {
   color: #007A64;
}

.bIndexList a {
   color: #575469;
   /*padding-left: 7px;*/
   outline-style: none;
}

.bIndexList a:hover {
   color: #f00;	
}

.bIndexList .ncind {
   margin-top: 2px;
   padding-bottom: 2px;
}

.bIndexList .indsek {
	margin-top: 8px;
	/*padding-left: 7px;*/
}

.bBottomLink {
	color: #989898;
	text-align: left;
	padding: 2px 5px 6px;
	clear: left;
}

.bBottomLink a {
	color:#575469;
	padding:0px 3px;
	border-right:solid 1px #D4D4D4;
}

.bBottomLink a.last {
   border-right:0;
}

.bBottomLink a:hover {
	color:#FF0000;
}

/*
.bBottomSmallFont {
	font-size: 10px;
   color: #989898;
   float: left;
   padding-left: 12px;
}
*/

.bChartBox .bChartMargin {
   border: 2px solid #ffffff;
}

.bChartHead {
   font-size: 9px;
   line-height: 20px;
   margin: 0 10px 0px 10px;
   text-align: right;
}

.bChartHead h2 {
   float: left;
   font-family: arial;
   font-size: 20px;
   font-weight: bold;
   line-height: 20px;
}


.bChartBox dl {
   border-bottom: 1px solid #dfdfdf;
   padding-bottom: 3px;
}

.bChartBox dl dt {
   float:left;
   font-weight:normal;
   margin:0 0 0px;
   text-align:left;
   width:75px;
}

.bChartBox .chartArr {
   background: url(http://ocdn.eu/files/pulscms/YTI7MDA_/62b851ba827b05a1cb112f31bb894ada.gif) no-repeat scroll 0 3px;
   display: block;
   width: 4px;
   height: 10px;
   float: left;
   margin-left: -7px;
   position: absolute;
}

.bChartBox dl dd {
   text-align: right;
}



.bChartBox dl dd.up {
   color: #007A64;
}

.bChartBox dl dd.down {
   color: #f80000;
}



.bChartBox dl dt.head {
   /*color: #a0a0a0;*/
   font-weight: normal;
   /*padding-left: 7px;*/
}

.bChartBox dl dd.head {
   color: #a0a0a0;
   font-weight: normal;
   text-align: right;   
}

/* dla fusion charts */
#compactChart #indexname {
   color: #007A64;
   font-weight: bold;
   font-size: 11px;	
}


/*
   Rankingi
*/

.bRatingsHead {
   margin-top: 14px;
}

.bRatingsHead h2 {
   color:#007A64;
	font-family:arial;
	font-size:20px;
	font-weight:bold;
	line-height:20px;
	margin-bottom: 8px;	
}

.iratings {
	margin-bottom: 10px;
}

/*
  Galery mini
*/
.oknoMiniatury {
  border:1px solid #dddce1;
  clear:both;
  color:#646464;
  float:left;
  font-size:13px;
  height:auto;
  margin:0;
  padding:0;
  width:978px;
}
.oknoMiniaturyLeft {
  border:0 solid green;
  float:left;
  margin-bottom:20px;
  margin-left:20px;
  margin-top:25px;
  width:255px;
}
.MiniaturkiOpis {
  color:#646464;
  font-family:Verdana;
  font-size:11px;
  line-height:normal;
  margin-top:10px;
}
.MiniaturkiGal {
  border:0 solid green;
  float:right;
  margin-bottom:20px;
  margin-top:25px;
  width:630px;
}
.imgMin {
  float:left;
  margin-right:10px;
  text-align:center;
  width:142px;
  height:108px;
  overflow:hidden;
}
.Ilosc {
  float:right;
  margin-right:15px;
  margin-top:25px;
}
.Ilosc2 {
  color:#969696;
  float:left;
  font-family:Verdana;
  font-size:11px;
  font-style:normal;
  font-variant:normal;
  font-weight:bold;
  line-height:normal;
}

#bFotolist
{
   padding: 0 0 10px 0;
}
.IloscZdjecMiniaturki {
  color:#969696;
  float:right;
  font-family:Arial;
  font-size:48px;
  font-weight:normal;
  height:45px;
  line-height:normal;
  margin-left:15px;
  margin-top:-45px;
  text-align:right;
}
.fotoGallery
{
   padding: 9px 0 0 0;
}
.fotoGallery .widok {
  float:left;
  height:45px;
  margin:5px 0 0;
  overflow:hidden;
  width:168px;
}
.fotoGallery .widok a {
  background:transparent url(http://ocdn.eu/files/pulscms/Njc7MDA_/991368dd60714673d337e08b65d54f6a.gif) no-repeat scroll 0 0;
  color:#969696;
  display:inline-block;
  float:left;
  font-family:Arial;
  font-size:10px;
  height:44px;
  line-height:60px;
  margin:0 0 0 1px;
  text-align:center;
  text-decoration:none;
  width:55px; 
}
.fotoGallery a.w1 {
  background-position:10px 0px;
}
.fotoGallery a.w2{
  background-position:-46px 0px;
}
.fotoGallery a.w3{
  background-position:-109px 0px;
}
.fotoGallery .widok a.w1:hover,
.fotoGallery .widok a.w1.selected{
  background-position:10px -46px;
}
.fotoGallery .widok a.w2:hover,
.fotoGallery .widok a.w2.selected{
  background-position:-46px -46px;
}
.fotoGallery .widok a.w3:hover,
.fotoGallery .widok a.w3.selected{
  background-position:-109px -46px;
}
.fotoMale {
   width: 665px;
}
.fotoMale .nawigacja {
   float: left;
   margin: 0 10px;
   width: 370px;
   height: 45px;
}
.fotoDuze .nawigacja {
   float: left;
   height: 45px;
   float: left;
   margin: 0 77px;
   width: 490px;
}
.fotoGallery .nawigacja .arrow {
  float:left;
  height:45px;
  margin:0;
  width:24px;
}
.fotoGallery .nawigacja .arrow a.nav {
  background:transparent url(http://ocdn.eu/files/deploy/NzM7MDA_/e662d3abbc06bda7098d88cdf010b0b6.png) no-repeat scroll 0 0;
  float:left;
  height:23px;
  margin:10px 3px;
  overflow:hidden;
  text-indent:-100px;
  width:18px;
}
.fotoGallery .nawigacja .arrow a.prev {
  background-position:0 0;
}
.fotoGallery .nawigacja .arrow a.next {
  background-position:-18px 0;
}
.fotoGallery .nawigacja .tasma {
  background:transparent url(http://ocdn.eu/files/pulscms/NjQ7MDA_/b19c8c6142dda16599d74672726178ef.png) repeat-x scroll 0 -90px;
  float:left;
  height:45px;
  margin: 0 10px;
  overflow:hidden;
  text-align:center;
}
.fotoDuze .nawigacja .tasma {
   width: 420px;
}
.fotoMale .nawigacja .tasma {
   width: 300px;
}
.fotoGallery .nawigacja .tasma .miniatury {
   width: auto;
}
.fotoGallery .nawigacja .tasma .miniatury a {
  background: url(http://ocdn.eu/files/pulscms/NjQ7MDA_/b19c8c6142dda16599d74672726178ef.png) no-repeat 0 -45px;
  float:left;
  height:45px;
  width:52px;
  margin: 0 4px;
}
.fotoGallery .nawigacja .tasma .miniatury a.selected,
.fotoGallery .nawigacja .tasma .miniatury a:hover {
  background: url(http://ocdn.eu/files/pulscms/NjQ7MDA_/b19c8c6142dda16599d74672726178ef.png) no-repeat top center;
}
.fotoGallery .nawigacja .tasma .miniatury a div{
  background:transparent no-repeat scroll center center;
  height:38px;
  margin:1px;
  overflow:hidden;
  width:50px;
}
.fotoGallery .count {  
  color:#585568;
  float:left;
  font-family:Arial;
  height:45px;
  margin:-5px;
  text-align:right;
}
.fotoDuze .count {
   width: 168px;
   font-size:48px;
}
.fotoMale .count {
   width: 115px;
   font-size: 30px;
}
.fotoGallery .count strong {
  font-weight:normal;
  color:#a5a5a5;
}

.fotoGallery .count em {
  color:#a5a5a5;
}

.fotoDuze .count strong {
   font-size: 30px;
}
.fotoMale .count strong {
   font-size: 24px;
}
.fotoGallery .okno {
  border:1px solid #dddce1;
  clear:both;
  float:left;
  height:auto;
  margin:0;
  width: 100%;
}
.fotoDuze .okno {
   width: 978px;
}
.fotoMale .okno {
   width: 663px;
}
.fotoGallery .okno .fotoContent {
   position: relative;
   text-align: center;
   height:361px;
   margin:20px auto 0;
   overflow:hidden;
   width: 540px;
}
.fotoGallery .okno .fotoContent #kreciolDuzy{
   position: absolute; 
   top: 50%; 
   left: 50%;
}
.fotoGallery .okno .fotoContent .prev {
   height: 100%;
   left: 0;
   position: absolute;
   top: 0;
   background: url(http://ocdn.eu/files/deploy/MjM7MDA_/0b07b3cad5f29e8d140aad90a96ef876.gif) no-repeat center center;
}
.fotoGallery .okno .fotoContent .next{
   position: absolute;
   right: 0px;
   top: 0px;
   height: 100%;
   background: url(http://ocdn.eu/files/pulscms/NWE7MDA_/0b400d3b3c72593c7b7fd5b63243231a.gif) no-repeat center center;
}
.fotoGallery .fotoContent .arrow {
   background-color: transparent;
   height: 100%;
   width: 32px;
}
.fotoGallery .okno .fotoContent .arrow a {
   width: 32px;
   height: 80px;
   text-indent: -1000px;
   overflow: hidden;
   display: block;
   position: absolute;
   top: 40%;
}
.fotoGallery .okno .fotoContent .navi {
   background-color: white;
   cursor: pointer;
   display: block;
   opacity: .0; -moz-opacity: .0; filter: alpha(opacity=0);
   width: 40%;
}
.fotoGallery .okno .fotoContent #fotoDuzeImg {
   display: none;
}

.fotoGallery #fotoPodpisImg {
	margin-top: 5px;
}

.fotoGallery .okno p#fotoDescription {
  color:#646464;
  font-family:Verdana;
  font-size:12px;
  margin:5px 10px 20px;
  padding:0;
}
.fotoGallery .okno hr {
  background-color:#DDDDDD;
  border:0 none;
  clear:both;
  height:1px;
  margin:0 10px;
}
.fotoGallery .okno .podpis {
  height:auto;
  margin:auto;
  text-align: left;
}
.fotoGallery .adsG{
   text-align: center;
}
.fotoGallery .adsG table{
   text-align: left;
   margin: 0 auto;
}

#leftAudioBig {
   margin-top: 10px;
   margin-bottom: 20px;
}

#leftAudioBig .source {
	color:#A5A5A5;
	font-size:11px;
}

#leftAudioBig .skrot {
	margin:10px 0px 3px 0px;
}

#leftAudioBig .data {
   color: #989898;
   font-size: 11px
}


.leftAudioListElem {
	float:left;
	width:210px;
   margin-top: 7px;
}

.leftAudioListElem .skrot {
	font-size:11px;
	margin:3px 0px;
}

.leftAudioListElem .source {
	font-size:11px;
	color:#A5A5A5;
}

.leftAudioListElem a.b3_icoAudio
{
   display:block;
}

.hLine {
	border-bottom:solid 1px #EDEDED;
	width:100%;
	font-size:0px;
	line-height:0px;
}

#audioDetail {
	padding:15px;
	border: solid 1px #EDEDED;
	border-bottom:none;
}

#audioDetail h1 {
	color:#f58220;
	font-size:22px;
   font-weight:normal;
   line-height:25px;
}

#audioDetailLead {
	margin-top:10px;
}

.b3_audio_data {
   border-bottom:1px solid #EBEBEB;
   color:#989898;
   font-size:11px;
   padding-bottom:5px;
   width:100%;
}

.artAudioContext {
   overflow:hidden;
   margin-top:20px;
}

.artAudioContextBox {
   float:left;
   width:330px;
	font-size:12px;
	color:#585568;
}
.artAudioContextBox ul {
	padding-right:50px;
}
.artAudioContextBox ul li.b3_iconAudio {
	background:url(http://ocdn.eu/files/pulscms/YTU7MDA_/c7627634ee6518a3db7f4e2de8c3c42e.gif) 0 3px no-repeat;
	width:auto; height:auto;
	padding-left:17px;
}
.artAudioContextBox .header {
	font-weight:bold;
	margin-bottom:8px;
}

.artAudioContextBox ul li {
	padding:0px 0px 10px 12px;
}

.artAudioContextBox .links {
	font-size:12px;
	margin-bottom:5px;
}

.artAudioContextBox .links a {
	margin-left:5px;
	text-decoration:underline;
	color:#0099CC;
}



/******************************************************
*  Rekomendacje
*/

#recommendForm #bRFName,
#recommendForm #bRFDate,
#recommendForm #bRFType
{
   clear:both;
   line-height: 18px;
   vertical-align:middle;
   padding: 4px 0 0 0;
}

#recommendForm #bRFName,
#recommendForm #bRFDate,
#recommendForm #bRFFilter
{
   height: 30px;
}

#recommendForm #bRFFilter
{
   clear:both;
   text-align: center;
   vertical-align:middle;
   padding: 4px 0 0 0;
}

#recommendForm #bRFDate .bRFLabel {margin: 2px 0 0 0;}
#recommendForm .bRFLabel {font-weight:bold;}

#recommendForm #bRFDate ul,
#recommendForm #bRFDate label.bRFLabel,
#recommendForm #bRFName label.bRFLabel,
#recommendForm #bRFDate ul li,
#recommendForm #bRFType li,
#recommendForm #bDate1,
#recommendForm #bDate2
{
   float: left;
}
#recommendForm #bRFName label.bRFLabel
{
   padding: 8px 10px 0 0;
}
#recommendForm #advisorId_container ul li,
#recommendForm #horizonId_container ul li,
#recommendForm #kindId_container ul li
{
   width: 100%;
}

#recommendForm #bRFDate ul li
{
   height:23px;
   line-height:18px;
}

#recommendForm #bRFType
{
   height: 45px;
}

#recommendForm #bRFType1{width:150px; padding: 0 20px 0 0;}
#recommendForm #bRFType2{width:250px; padding: 0 20px 0 0;}
#recommendForm #bRFType3{width:150px;}
#recommendForm #bRFDate1{width:120px;padding: 0 0 0 42px;}
#recommendForm #bRFDate2{width:300px;}
#recommendForm #bRFType #kindId {width:144px;}
#recommendForm #bRFType #advisorId {width:244px;}
#recommendForm #bRFType #horizonId {width:144px;}

#recommendForm #bRFType li label
{
   display:block;
}

#recommendTable{
  border:1px solid #E0E0E0;
  border-collapse: collapse; 
  color:#585568;     
}

#recommendTable tr th{
  background-color:#F7F7F7;
  font-weight:bold;
  border:1px solid #E0E0E0; 
  padding:20px 0px 2px 0px; 
  text-align:center;
  font-size:10px;  
}
#recommendTable tr.selected{
  background-color:#F7F7F7;
}
#recommendTable tr td{
  border:1px solid #E0E0E0;
  font-size:10px;
  padding:10px 7px 5px 7px;    
}

#recommendTable .ico_pdf{
  background:transparent url(http://ocdn.eu/files/pulscms/N2I7MDA_/b880b0b20a11b68614a3c414216279b3.gif) no-repeat scroll -7px -405px;
  display:block;
  height:21px;
  width:25px;
  margin-left:6px;
}
#recommendTable .ico_zip{
  background:transparent url(http://ocdn.eu/files/pulscms/N2I7MDA_/b880b0b20a11b68614a3c414216279b3.gif) no-repeat scroll -7px -461px;
  display:block;
  height:21px;
  width:25px;
  margin-left:6px;
}
#recommendTable .ico_doc{
  background:transparent url(http://ocdn.eu/files/pulscms/N2I7MDA_/b880b0b20a11b68614a3c414216279b3.gif) no-repeat scroll -7px -433px;
  display:block;
  height:21px;
  width:25px;
  margin-left:6px;
}

.recommendTab
{
   padding: 0 0 5px 0;
}

.recomendationWarning{
  font-size:12px;
  margin-left:20px;
}
.recomendationWarning h2{
  color:#007A64;
  font-size:20px;
  font-weight:bold;
  font-family:Tahoma,Arial,Helevetica,sans-serif;  
}
/**end Rekomendacje**/

.rightBoxAudioCont{
	margin:10px 0 0 0;
	font-size:11px;
}

.rightBoxAudioCont .entry{
	overflow:hidden;
	margin-bottom:7px
}
/*background:transparent url(http://ocdn.eu/files/pulscms/N2I7MDA_/b880b0b20a11b68614a3c414216279b3.gif) no-repeat scroll -18px -197px;*/

/******Kalendarium************/
#calendar_type1 table {
  border-collapse:collapse;
  font-size:11px;
  margin:5px 0;
  text-align:left;
  width:100%;
}
#calendar_type1 table tr td{
  padding:5px;
  border-bottom:1px solid #E0E0E0; 
}
#calendar_type1 table tr th
{
  color:#f58220;
  font-size:10px;  
  font-weight:bold;
  padding:5px;
  border-top:1px solid #E0E0E0;
  border-bottom:1px solid #E0E0E0;
  border-right:0px;
  border-left:0px;    
}
#calendar_type1 table tr.date td
{
  color:#f58220;
  font-weight:bold;
  background:#F6F6F6;
  padding:5px;
  border-top:1px solid #E0E0E0;
  border-bottom:1px solid #E0E0E0;
  border-right:0px;
  border-left:0px;    
}
#calendar_type1 table tr.date
{
	float:none;
	color: #585568;
	font-size: 11px;
	font-weight: normal;
	margin-top: 0px;
}
#calendar_type1 table tr.date th
{
  color:#565656;
  font-weight:bold;
  background:#F6F6F6;
  padding:5px;
  border-top:1px solid #E0E0E0;
  border-bottom:1px solid #E0E0E0;
  border-right:0px;
  border-left:0px;    
}
#calendar_type1 table tr td.left{
  border-left:0px;
  float: inherit;
}
#calendar_type1 table tr td.right{
  border-right:0px;
}
#calendarChange{
  margin:0px 10px;
  padding:10px 0px 40px 0px;
}
#calendarChange #dateFrom,#calendarChange #dateTo{
  margin-right:5px;
  font-size:10px;
  width:60px;
  color: #ccc;
}
#calendarChange .datepickerBox{
  padding-right:20px;
}
#calendarChangeWeek{
  margin-top:15px;
}
#calendarChangeWeek .prev{
  background:url(http://ocdn.eu/files/pulscms/NmQ7MDA_/3ea733852753c58ab2e2ead659ae6202.gif) no-repeat scroll -163px -83px;
  float:left;
  width:21px;
  height:61px;
  cursor:pointer;
}
#calendarChangeWeek .next{
  background:url(http://ocdn.eu/files/pulscms/NmQ7MDA_/3ea733852753c58ab2e2ead659ae6202.gif) no-repeat scroll -205px -83px;
  float:left;
  width:21px;
  height:61px;
  cursor:pointer;  
}
#calendarChangeWeek .center .box{
  background:url(http://ocdn.eu/files/pulscms/NmQ7MDA_/3ea733852753c58ab2e2ead659ae6202.gif);
  float:left;
  text-align:center;
  width:80px;
  height:60px;
  margin:0px 4px;
  padding-top:3px;
  cursor:pointer;  
}
#calendarChangeWeek .center .grey{
  background-position:0 -84px;
  color:#7C7C7C;
}
#calendarChangeWeek .center .orange{
  background-position:-81px -84px;
  color:#fff;
}
#calendarChangeWeek .center .box .big_day{
  font-size:22px;
  font-weight:bold;
}

#submenuCalendar #week{
  font-weight:bold;
  color:#858585;
}

#forumOnet {
	padding-top:10px;
}
#wzForum #forumOnet
{
   padding: 46px 0 0 0;
}
#wzForum .dodajkomZakl
{
   text-indent:9999px;
   overflow:hidden;
   position:absolute;
   bottom: 4px;
}
#wzForum .dodajkomZaklUnderline
{
   display: none;
}

#wzForum #sDown
{
   position: relative;
}
ul.b3_list li h4.withSources {
   display: inline;
}

#expert {
	margin:10px 0 10px 0;
	width:665px;
}	

#expert .rightBoxR {
   padding: 0;
}

#expert .title{
	width:665px;	
}
#expert .titleL{
	background:#FFFFFF url(http://ocdn.eu/files/pulscms/NmQ7MDA_/3ea733852753c58ab2e2ead659ae6202.gif) no-repeat scroll -480px -177px;	
	height:30px;
	width:8px;
	float:left;
}
#expert .titleC{
	background:#FFFFFF url(http://ocdn.eu/files/pulscms/NmQ7MDA_/3ea733852753c58ab2e2ead659ae6202.gif) repeat scroll -488px -177px;
	color:#007A64;
	font-family:verdana;
	font-weight:bold;
	height:22px;
	width:483px;
	float:left;	
	padding:8px 0 0 0;
}
#expert .titleR{
	background:#FFFFFF url(http://ocdn.eu/files/pulscms/NmQ7MDA_/3ea733852753c58ab2e2ead659ae6202.gif) no-repeat scroll -806px -177px;
	height:30px;
	width:174px;	
	float:left;	
}
#expert .expcontent{
	border:1px solid #EBEBEB;
	width:643px;
	padding:10px;	
	font-size:11px;
}
#expert .head{
	padding:0 0 0 0px;
	font-weight:normal;
}
#expert h5{
	width:590px;
}
#expert .label, #expert .labe2{
	float:left;
}
#expert .label2{
	width:343px;
}
#expert .label3{
	margin-right:10px;
}
#expert input, #expert textarea{
	border:1px solid #EBEBEB;
	margin:0 0 0 5px;	
}
#expert .input1{
	width:210px;
	margin: 0 0 0 9px;
}
#expert .input2{
	width:244px;
}
#expert .textfield{
	width:547px;
	height:52px;
	margin:0 0 0 50px;
}
#expert .form{
	padding:5px 0 0 0px;
}
#expert .form2{
	padding:16px 0 0 0px;
}

#expert .form3 {
	padding:16px 0 0 0px;
}

#expert .bottom{
	margin:10px 0 0 92px;
}
#expert #errorForExpert{
	font-size:11px;
	color:red;
	display:none;
	margin:5px 0 5px 0;
}

#expert .captchaImg {
   margin: 0 0 10px 92px;
}

#sendMailRep {
	margin:30px 0 0 0;
}
#sendMailRep h2{
	color:#007A64;
	text-decoration:none;
	font-size:22px;
	font-weight:normal;
	line-height:22px;	
	text-align:center;
}
#sendMailTo h2 img{
  vertical-align:middle;
}
#sendMailTo h2{
  margin-bottom:12px;  
}
#sendMailEr #error, #sendMailTo #error{
	font-size:11px;
	color:red;
	display:none;
	margin:5px 0 5px 0;
}

#idAuthorDetails{
   height:44px;
   overflow:hidden;
}

#authorToggle{
   float:right;
   font-size: 11px;
}

.strzalkaUpSzara{
   background:transparent url(http://ocdn.eu/files/pulscms/N2I7MDA_/b880b0b20a11b68614a3c414216279b3.gif) no-repeat scroll 100% -582px;
   padding:0 12px 0 10px;
   vertical-align:baseline;
   cursor:pointer;
   text-decoration:none;
}

.strzalkaDownSzara{
   background:transparent url(http://ocdn.eu/files/pulscms/N2I7MDA_/b880b0b20a11b68614a3c414216279b3.gif) no-repeat scroll 100% -596px;
   padding:0 12px 0 10px;
   vertical-align:baseline;
   cursor:pointer;
   text-decoration:none;
}

.b3_wiecejBlock{
   text-align: right;
   font-size:11px;
   padding:4px 0 0;
}

.rightBoxR.boxPopComtR p{
   font-size: 11px;
}

#boxPopComt .ul.b3_list li, .boxPopComt .ul.b3_list li{
   background:transparent url(http://ocdn.eu/files/pulscms/NmQ7MDA_/3ea733852753c58ab2e2ead659ae6202.gif) no-repeat scroll -925px -366px;
}

.b3_rssAuthor {
   background:transparent url(http://ocdn.eu/files/pulscms/N2I7MDA_/b880b0b20a11b68614a3c414216279b3.gif) no-repeat scroll 100% -1px;
   height:13px;
   overflow:hidden;
   padding-left: 33px;
   cursor: pointer;
}

.ocn_ocenianie button{
   background-color:#EBEBEB;
   border:1px solid #DDDCE1;
   cursor:pointer;
	float: left;
   font-family:Verdana,Arial,Helvetica,sans-serif;
   font-size:11px;
   padding:0px;
   margin:0px;
   color: #989898;
}

#popTest3 .buttonAF{
   width:auto;
   min-width: 50px;
}



/* INSETS czyli wstawki w detalach tresci */
.b3_insets {
   width: 460px;
   margin:15px auto;
   text-align: center;
}

.b3_insets .b3_versionCenter {
   display: block;
   border: 1px solid #dddce1;
   padding: 8px;
}

.b3_insets .b3_videoPlayer{
   padding-bottom: 5px;
}

.b3_insets .b3_instetsTitle{
   font-weight: bold;
   text-align: left;
   font-family: Verdana;
   font-size: 11px;
   color: #585568;
}

.b3_insets .b3_instetsDesc{
   text-align: left;
   font-family: Verdana;
   font-size: 11px;
   color: #585568;
}

.vidcon
{
   position: relative;
   cursor:pointer;
}

.vidplay
{
   display: block;
   position: absolute;
   width: 60px;
   height: 60px;
   background: url(http://ocdn.eu/files/pulscms/MzA7MDA_/8153590ce434e4f60d8a6801cc266b26.png) no-repeat top left;
   text-indent: -9999px;
}

.vidcon:hover .vidplay
{
   background-position: bottom left;
}

.b3_insets.cytat190,
.b3_insets.cytat665 {
   border-top: 1px dashed #DDDCE1;
   border-bottom: 1px dashed #DDDCE1;
   width: 665px;
   font-size: 11px;
   text-align: left;
   color: #989898;
}
.b3_insets.cytat190 {
   width: 190px;
}

.b3_insets.cytat665 .b3_instetsDesc,
.b3_insets.cytat190 .b3_instetsDesc {
   margin: 5px 10px 0 10px;
   color: #989898;
   line-height:14px;
   overflow: hidden;
}

.b3_insets.cytat665 .b3_instetsDesc{
}
/*.b3_insets.cytat190 .b3_instetsDesc */
.b3_insets.cytat665 .b3_instetsDesc span,
.b3_insets.cytat190 .b3_instetsDesc span{
   color: #ff9c00;
   font-family: Times New Roman;
   font-size: 20px;
   font-weight: bold;
   line-height:10px;
}

.b3_insets.cytat665 .b3_instetsDesc .b3_insetsAuthor,
.b3_insets.cytat190 .b3_instetsDesc .b3_insetsAuthor {
   font-style: italic;
   margin: 5px 0;
}
/*.b3_insets.cytat190 .b3_insetsAuthor {
   float: left;
}*/

.b3_insets.cytat665 .b3_insetsMore,
.b3_insets.cytat190 .b3_insetsMore {
   text-align: right;
   margin: 0 10px 10px 10px;
}

#bDetailText .b3_insets.cytat665 .b3_insetsMore a,
#bDetailText .b3_insets.cytat190 .b3_insetsMore a{
   font-size: 11px;
   font-weight: normal;
}

.b3_insets.cytat665 .cytat_img,
.b3_insets.cytat190 .cytat_img {
   float:left;
   width: 35px;
   height: 35px;
   margin: 5px 10px 0 0;
}

.b3_insets.galeria665,
.b3_insets.galeria665 .b3_insetsFotoContainer {
   width: 665px;
   overflow: hidden;
}
.b3_insets.galeria665 .b3_insetsFotoContainer {
   margin-top: 10px;
}

.b3_insets.galeria665 .b3_instetsTitle {
   font-size: 16px;
   color: #007A64;
}

.b3_insets.galeria665 .b3_instetsTitle span{
   font-size: 11px;
   font-weight: normal;
   color: #989898;
}

.b3_insets.galeria665 .b3_insetsFotoContainer a {
   float:left;
   margin-right: 25px;
   width: 140px;
}
.b3_insets.galeria665 .b3_insetsFotoContainer a.last {
   margin-right: 0;
}
.b3_insets.galeria665 .b3_insetsFotoContainer a img{
   border: 1px solid #DDDCE1;
}

/* poprawka w sidebarze ie6
.sb-mp-sps
{
   height: 22px;
}*/

#ocenPoGlos{
	padding-right: 0px;
	float: left;
	font-size: 9px;
}



/* 
   Na stronach glownych rozjazdowek sa zwyczajne linki zamiast onclickow
*/

.b3_sglink {
   color: #575469;   
}

.b3_sglink:hover {
   color: #575469;   
}

.b3_sg_source,
.b3_sg_source:hover {
   color: #989898;
}

.printButtonContener
{
   height: 30px;
   padding: 15px 0 10px;
   position: relative;
}

.printButtonContener .printBack
{
   position: absolute;
   top: 23px;
   left: 0;
}

.printButtonContener .bButtonBig
{
   float: none;
   width:73px;
   margin: 0 auto;
}

#calendar_type1
{
   margin: 20px 0 0 0;
	padding-bottom: 15px;
}

.adGbottom
{
   clear:both;
}

#addToBox .addToHeader
{
	text-align:left;
	float:left;
	width:150px;
}

a.sendlink,a.printlink,a.reportlink
{
	display:block;
	float:left;
	margin:6px 0 0 0;
}

a.sendlink { 
  border-left:1px solid #DDDCE1;
}
#addToBox .addToElements {
	width:490px;
}

#calendar_type1 .date .dateTaxes {
   width: 125px;
}
#calendar_type1 .date .headTaxes {
   width: 180px;
}
.iconGroup {
   float: right;
   width: 45px;
}
#calendar_type1 .iconGroup .icoInfo {
   background: url("http://ocdn.eu/files/pulscms/Y2U7MDA_/cd396093ea53957de7ea0182188157c7.gif") no-repeat 0 -319px;
   height: 13px; margin: 0 2px 0 0; width: 13px;
	cursor: pointer;
   float: left;
}
#calendar_type1 .iconGroup .icoInfo:hover {
   background: url("http://ocdn.eu/files/pulscms/Y2U7MDA_/cd396093ea53957de7ea0182188157c7.gif") no-repeat -13px -319px;
}
#calendar_type1 .iconGroup .icoCharts {
   background: url("http://ocdn.eu/files/pulscms/Y2U7MDA_/cd396093ea53957de7ea0182188157c7.gif") no-repeat 0 -362px;
   height: 13px; margin: 0 2px 0 0; width: 13px;
	cursor: pointer;
   float: left;
}
#calendar_type1 .iconGroup .icoCharts:hover {
   background: url("http://ocdn.eu/files/pulscms/Y2U7MDA_/cd396093ea53957de7ea0182188157c7.gif") no-repeat -13px -362px;
}
#calendar_type1 .iconGroup .icoNews {
   background: url("http://ocdn.eu/files/pulscms/Y2U7MDA_/cd396093ea53957de7ea0182188157c7.gif") no-repeat 0 -830px;
	width: 13px; height: 13px; margin: 0 2px 0 0;
	cursor: pointer;
   float: left;
}
#calendar_type1 .iconGroup .icoNews:hover {
   background: url("http://ocdn.eu/files/pulscms/Y2U7MDA_/cd396093ea53957de7ea0182188157c7.gif") no-repeat -13px -830px;
}
.ad_wide_right{
  padding-top: 13px;
}
#google_boxes {
   float: left; 
}
.ad_wide_right {
  float: right;
}
#boksy_wide {
  padding-top: 10px;
}
.linkPromoBar{
   position:relative; 
   top:3px;
   margin:9px auto 0; 
   padding-left:65px; 
   height:17px; 
   background: url(http://ocdn.eu/files/pulscms/NjY7MDA_/422b59c57816c20334a16105358b4e24.jpg) no-repeat 0 1px;
   width: 915px; /* 980 - 65 */
}

.linkPromoBar img{
   vertical-align:bottom;
}

.linkPromoBar a{
   font-family: Tahoma, Verdana, Arial, Helevetica, sans-serif;
   font-size:12px;
   margin-left:30px;
   vertical-align:bottom;
}

.linkPromoBar .strong{
   font-weight:bold;
}

.linkPromoBar .reklama{
   color:#ff0000;
   font-size:9px;
   vertical-align:bottom;
}

.forumBlogDisclaimer {
   margin:10px 0 0 0;
   color: #4D4D4D
}

.letterSortCont{width:100%;margin-bottom:12px;font-size:11px;overflow:hidden;}
.letterSortCont a {margin: 0 3px 0}
.letterSortCont a b, .letterSortCont b{color: #f58220;}

.letterSortCont .aggregates {
   width:220px; 
   float:left;
   overflow: hidden;
}

.letterSortCont .alphabet1, .letterSortCont .alphabet2, .letterSortCont .alphabet3 {
   float: right;
   margin-bottom: 5px;
}

.letterSortCont .letter {
   float: left;
   width:25px;
   border-right: solid 1px #585568;
   text-align:center
}  

.bChartContext {
   margin: 0 0 9px 0;
   float:left;
   margin-right:10px;
   width:190px;
   border-bottom:1px solid #EBEBEB;
}

.bChartContextLast {
   
} 

.bChartContext .more {
   font-size:11px;
   margin: 3px 0 3px 0;
   text-align:right;
}

.b3_titleBoxPress .bold {
   font-weight: bold;
}

#bIntroduction .bDetailLeadTags {
   padding: 0 0 12px;
}


/* nadpisanie styli kopytowych */
.k_newsDetail h1 {
	color: #f58220;
}
.kopyto a {
	color: #007A64;
}
.kopyto .k_text a {
	
}
.kopyto .k_more11 {
	background: url("http://ocdn.eu/files/pulscms/ZjU7MDA_/d99ebe90a405f3bed89692da12d4b448.png") no-repeat scroll right center transparent;
	padding-right:13px;
}
.k_insetPolljustify .snd_pytania_box .snd_input label {
	padding:0 0 0 20px;
}
.kopyto .k_text .k_insetPolljustify a {
	font-weight: normal;
}
.kopyto .snd_pytanie {
	display: block;
	font-size: 13px;
}
.k_pollBlock .k_button input {
	border: none;
	font-size: 11px;
}
/* cytaty */
.k_insetCitationSmall{
   width: 180px;
}
.k_insetCitationSmall,
.k_insetCitation {
   color: #777;
   text-align: right;
}

.k_insetCitation {
	padding: 4px 8px 9px 36px;
}
.k_insetCitationBorder, .k_insetCitation {
   background: #f8f8f8;
   border: 1px solid #DBDBDB;
	clear: both;
}
.k_insetCitationSmall blockquote, .k_insetCitation blockquote {
	color:#777777;
	font:italic 18px "times new roman",serif;
	margin:0;
	padding:0 0 12px;
	text-align:left;
}

.kopyto .k_text .kCiteSource a {
	font-weight: normal;
}

.k_insetCitationSmall cite,
.k_insetCitation cite{
   color:#797979;
	font-family:'Verdana';
	font-style: italic;
}

.k_insetCitationSmall cite {
	font-size: 11px;
}
.k_insetCitation img, .k_insetCitationSmall img {
    float: right;
    position: static;
}
/*plejerka*/
.k_insetVideoLarge a,
.k_insetVideoMedium a {
	color: #FF9C00 !important;
}
.k_insetVideoLarge a.onetEmbedOnetPlayer,
.k_insetVideoMedium a.onetEmbedOnetPlayer300
{
	color: #007A64 !important;
	font-size: 11px !important;
}
/* galeria */
.k_text .k_insetGalleryLarge ul {
	width: auto;
}
.k_insetGalleryLarge {
	display: inline-block;
	margin: 10px 0 0 0;
	width: auto;
}
.k_insetGalleryLarge ul {
	padding: 0 5px 0 0;
}
.k_insetGalleryLarge h4 {
    font-size: 12px;
    margin: 3px 5px 0;
}
.k_insetGalleryLarge h4 a {
    color: #007A64;
    font: bold 14px Verdana;
}
.k_insetGalleryLarge h4 span {
    color: #989898;
    font-size: 11px;
}
.k_insetGalleryLarge .k_iconPhoto {
	background: url("http://ocdn.eu/files/pulscms/YTI7MDA_/71d613b4561d68399166e1e8254a0d41.png") no-repeat scroll 0px 4px transparent;
}
.k_insetGallerySmall a, .k_insetGallerySmall a span.k_title,
.k_insetGalleryLink a, .k_insetGalleryLink a span.k_title
{
	font-weight: normal;
}
.k_insetGallerySmall .k_iconPhotoFirst,
.k_insetGalleryLink .k_iconPhotoFirst {
	background: url("http://ocdn.eu/files/pulscms/YTI7MDA_/71d613b4561d68399166e1e8254a0d41.png") no-repeat scroll 0px 3px transparent;
	margin-left: 5px;
	margin-top: 3px;
}
.k_insetGallerySmall .k_title, .k_insetGalleryLink .k_title, .k_insetVideoLink .k_title, .k_insetVideoSmall .k_title {
	width: 158px;
	padding: 3px 0;
}
.k_insetGalleryLarge ul {
    height: 120px;
    width: 354px;
    overflow: hidden;
    width: 453px;
}
.k_insetGalleryLarge li a {
    background: none repeat scroll 0 0 #F5F5F5;
    border: 1px solid #DDDCE1;
    display: block;
    height: 108px;
    width: 144px;
    text-align: center;
}

/*mapka zumi*/
.k_insetZumi a.k_zumiLink {
	font-weight: normal;
}
/*tabele*/
.k_insetTable table {
	border: none;
	border-collapse:collapse;
}
/*pliki*/
.k_insetDownload table td{
	font-weight: bold;
}
.k_insetDownload .k_value {
	font-weight: normal
}
/*dodaj do*/
#k_addToBox .k_addToHeader {
	background: url("http://ocdn.eu/files/pulscms/OTE7MDA_/0c9201565245327a6941b90b81411a1b.gif") no-repeat scroll 131px -1260px transparent;
}
#k_addToBox .k_icon {
	background-image: url("http://ocdn.eu/files/pulscms/OTE7MDA_/0c9201565245327a6941b90b81411a1b.gif");
}
.k_newsDetail a.k_sendLink span,
.k_newsDetail a.k_reportError span,
.k_newsDetail a.k_print span
{
	background-image: url("http://ocdn.eu/files/pulscms/YjQ7MDA_/6a6b7694c8f9b475276364b51d7241a9.gif");
}
.k_newsDetail a.k_sendLink:hover span,
.k_newsDetail a.k_reportError:hover span,
.k_newsDetail a.k_print span:hover {
	background-image: url("http://ocdn.eu/files/pulscms/N2I7MDA_/b880b0b20a11b68614a3c414216279b3.gif");
}
.k_newsDetail a.k_sendLink:hover span {
	background-position: -16px -870px;
}
.k_newsDetail a.k_print span:hover {
	background-position: -16px -925px;
}
.k_newsDetail a.k_reportError:hover span {
	background-position: -20px -977px;
}
/*narzędzia tekstowe*/
.k_newsDetail .k_textTools {
   width: 91px; 
}
.k_newsDetail.audio .k_textTools{
    width: 70px;
}
.k_newsDetail .k_textTags{
   width: 510px;
}
.k_newsDetail #k_textSize1, .k_newsDetail #k_textSize2, .k_newsDetail #k_textSize3 {
	background-image: url("http://ocdn.eu/files/pulscms/YjY7MDA_/7bdf5de63bc3447df83219360c2e8371.gif");
}
/*popovery*/
.k_popover h4 {
	color: #007A64;
}
#k_reportError #f_reportErrorTitle {
	color: #f58220;
}
.k_popover .k_popoverButtonDefault {
	color: #007A64;
}
.k_popover .k_close {
	background-image:url("http://ocdn.eu/files/pulscms/NTE7MDA_/8ccccca5b42514758d66a74e980a5005.gif");
}
/* inne */
p.k_lead {
	color: #585568;
}
/* plik */
.k_insetDownload {
	border-top: 1px solid #DDDCE1;
	border-bottom: 1px solid #DDDCE1;
	padding:8px 0;
}
.k_insetDownload table td:first-child {
	text-align: right;
	margin-right: 5px;
	padding-bottom: 3px;
}
.k_insetDownload .downloadButton {
	background-image: url("http://ocdn.eu/files/pulscms/YjY7MDA_/7bdf5de63bc3447df83219360c2e8371.gif");
}
.k_insetDownload table {
	margin-left: 20px;
}
/* ramka */
/*
.k_insetFrameLarge .k_frameContent,
.k_insetFrameSmall .k_frameContent
{
 width: 100%;
}
*/
.k_insetFrameLarge .k_frameContent, .k_insetFrameSmall .k_frameContent {
 text-align:left;
}
.k_frameContent {
 padding:2px;
}

.k_insetFrameLarge h4, 
.k_insetFrameSmall h4 {
 color: #fff; font-weight: bold;
}

.k_insetFrameLarge .k_frameContent img,
.k_insetFrameSmall .k_frameContent img {
 border: 1px solid #dddce1;
}
/*paginacja*/
.k_pagination {
	height: 30px;
}
.k_pagination .k_active span {
	color: #fff;
}
.k_pagination .k_active .k_next {
	background: url("http://ocdn.eu/files/pulscms/NzI7MDA_/bd5fa250e967edb1f200283e10c3d0e0.png") no-repeat scroll -94px 0 transparent;
	margin-left:0;
}
.k_pagination .k_active .k_prev b {
	margin:0 11px 0 0;
	background: none;
}
.k_pagination .k_inactive .k_next b {
	margin-right:10px;
	background: none;
}
.k_pagination .k_active .k_next b {
	margin-right:7px;
	background: none;
}
.k_pagination .k_inactive .k_prev {
	background: url("http://ocdn.eu/files/pulscms/NzI7MDA_/bd5fa250e967edb1f200283e10c3d0e0.png") no-repeat scroll 0 -25px transparent;
	width:92px;
}
.k_pagination .k_inactive .k_prev b {
	margin-left:11px;
	background: none;
}
.k_pagination .k_inactive, .k_pagination .k_active {
	background-image: url("http://ocdn.eu/files/deploy/OWQ7MDA_/fac32ac7da2369c4f89e1dc084998ef0.gif");
	background: none;
}
.k_pagination .k_inactive span.k_next {
	background: url("http://ocdn.eu/files/pulscms/NzI7MDA_/bd5fa250e967edb1f200283e10c3d0e0.png") no-repeat scroll -94px -25px transparent;
}
.k_pagination a.k_active, .k_pagination a.k_active:hover {
	background: url("http://ocdn.eu/files/pulscms/NzI7MDA_/bd5fa250e967edb1f200283e10c3d0e0.png") no-repeat scroll 0 0 transparent;
	height:25px;
	width:94px;
}
.k_pagination .k_inactive span {
	height: 25px;
	line-height: 23px;
}
.k_pagination .k_active span {
	background: none;
	line-height: 23px;
}


/* Popovery */

.k_popover .k_popoverButtonDefault {
   color:#FFFFFF;
}

.k_popover .k_popoverButton a:hover {
   color:#363636;
}

.k_popover .k_popoverButton {
   background:url("http://ocdn.eu/files/pulscms/OGY7MDA_/f40386ff605347df340d332b87da0d5c.gif") no-repeat scroll 0 -361px transparent;
}

.k_popover {
border:3px solid #007A64;
}
.k_popover .k_popoverButton span {
background:url("http://ocdn.eu/files/pulscms/NTE7MDA_/8ccccca5b42514758d66a74e980a5005.gif") no-repeat scroll 100% -236px transparent;
}
.k_popover .k_popoverButtonDefault span {
background-position:100% -382px;
}
.k_popover .k_popoverButtonDefault {   
   background: transparent url(http://ocdn.eu/files/pulscms/NTM7MDA_/c77706634bf8c8e84e1d9aec832061a2.gif) 0 -835px no-repeat;
}

.k_popover {
   color:#363636;
}

.k_popover h4, #k_reportError #f_reportErrorTitle {
color:#007A64;
}
.k_popover .k_close {
right:0;
top:0;
}
.k_popover .k_titleBox {
background:none repeat scroll 0 0 #f58220;
height:16px;
}


.kopyto .k_bulletList li, .k_leftNewsDetailContext .k_newsExtendedBlurbBlock li {
   background:url("http://ocdn.eu/files/pulscms/OTY7MDA_/c94618a5d5602f88634598a0af3b075d.gif") no-repeat scroll 0 5px transparent;
   display:table;
   margin-bottom:5px;
   padding-left:12px;
}

#photoZoom div.margin div.container div.navigation div.left {
   margin: 0;
}
.kopyto .k_contexMore a .k_moreBlock11{
  color:#ffffff;
}
.kopyto .k_contexMore .k_moreBlock11 {
   background:url("http://ocdn.eu/files/pulscms/MTU7MDA_/89939266f92558e4218cdb5b72635c98.gif") no-repeat scroll -9px -892px transparent;
}

/* kontekst lewy wykresy */
#k_leftChartBlock {
	margin-bottom: 10px;
}
#k_leftChartBlock h4#k_leftChartHeader,
#k_leftNewsDetailContextCnt h4#k_leftSeeAlso {
   line-height: normal;
}
.k_leftNewsDetailColumn .k_insetPhotoSmall {
	margin-bottom: 10px;
}
.k_leftCharts #chartschL_gielda {
	border: none;
}
.k_leftNewsDetailColumn div.underCompactCharts .fifrak{
	padding: 0px;
}
.k_leftNewsDetailColumn table.tableCompactCharts td.middle {
	padding: 5px 0px 5px 0px;
}

/* disclaimer */
.newsDisclaimer {
	color:#989898;
	font-size:11px;
	font-weight:normal;
	margin-bottom: 5px;
}

.k_contextBlurbListLine {
   clear: both;
}
.k_newsDetail .k_articleImage {
   margin-left: 0px;
} 
#calendar_type1 .srchFoot #srchLogo {
	float:right;
}
#calendar_type1 .srchFoot #srchLabel {
	color: #989898;
	margin-left:5px;
	margin-bottom: 5px;
	font-size: 11px;
	font-weight: normal;
}
.srchFoot  a:hover  {
	color: #000000;
}

.k_insetAttachment .k_insetAttachmentInfo {
   width: 75%;
}

.k_content .snd_pytania_box .snd_input {
   padding: 0 0 5px; line-height: 16px;
   color:  #585568;
   text-indent: 0px;
}
.k_content .snd_pytania_box .snd_input input,
.k_content .snd_pytania_box .snd_input label {
    line-height: 13px;
}
.k_content .snd_pytania_box .snd_input input {
   width: 13px; margin: 3px 3px 3px 4px;
   border: none;
}
.k_content .snd_pytania_box .snd_input label {
   padding: 3px 3px 5px;
   width: 83%;
}
.snd_box .snd_pytania_box .snd_input label{
  float:none;
}

.k_question h2{
    color: #383838;
    font-family: 'Times New Roman',times,serif;
    font-size: 24px;
    font-weight: normal;
    margin: 12px 0;
}



.quizy #quiz-spread{
	margin: -6px 0 10px;
}
.lay_m665e300 #main .k_quizQuestions .k_question h2,
#main .k_newsDetail .k_question h2{
  color:#383838;
  font-size:24px;
  line-height:24spx;
  font-weight: normal;
  font-family: 'Times New Roman', times, serif; 
  margin:12px 0;        
}
.k_quizQuestions .k_question h3{
  font-family:Verdana;
  font-size:12px;
  font-weight:bold;
  color:#383838;
  margin:0 10px 11px 0;
  clear:both;
  float:none;  
  padding-top:5px;
}
.k_quizQuestions .k_question .k_questionButton {
	margin:5px 20px 0 0;
	float: right;
}
.k_question .k_questionButton{
	margin:-5px 20px 0 0;
	float: right;
}
.k_question .k_questionButton a{
	width: 112px;
}
.k_quizQuestions .k_questionsLead{
  margin:0 0 14px;
}

.k_quizResult {
	margin-bottom:40px;
}
.k_quizResult .k_quizProgressBar,
.k_quizResult .k_activeBoxResult{
	margin-top: 20px;
}
.k_quizAnswers{
	padding-top: 10px;
}
.k_quizQuestions h1{
   font-size:30px;
   line-height:30px;
   font-family: 'Times New Roman', times, serif;  
}

.k_quizAnswers h2{
   font-size:24px;
   line-height:24px;
   font-family: 'Times New Roman', times, serif;  
}

.k_newsDetail .k_question h3{
  margin-bottom:20px;
  clear:both;
  float:none;  
}


.k_quizProgressBar{
  background:url(http://ocdn.eu/files/pulscms/Zjg7MDA_/8dd734ab46f8ed5ab9bc38b7b7322585.gif);
  height:19px;
  float:left; 
  margin-bottom:20px; 
}
.k_quizProgressBar .k_quizProgressBarRight{
  background:url(http://ocdn.eu/files/pulscms/Y2E7MDA_/2aa1c1595b0271dafc98c707db26813d.gif) no-repeat right 0px;
  height:19px;
  margin:0 0 0 2px;  
}
.k_quizProgressBar .k_quizProgressBarRight ul{
  margin-right:1px;
}
.k_quizProgressBar li.blueBox{
  background:#ffffff url(http://ocdn.eu/files/pulscms/Y2E7MDA_/2aa1c1595b0271dafc98c707db26813d.gif) no-repeat 0px -41px;
  width:10px;
  height:16px;
  padding:0 1px;
  float:left;
  margin:1px 0px;
}
.k_quizProgressBar li.greyBox{
  background:#ffffff url(http://ocdn.eu/files/pulscms/Y2E7MDA_/2aa1c1595b0271dafc98c707db26813d.gif) no-repeat 0px -22px;
  width:10px;
  height:16px;
  padding:0 1px;
  float:left;
  margin:1px 0px;  
}
.k_quizErrorMsg{
  color:#ff0000;
  clear: both;
  margin:0 0 10px 0px;
}

.k_question .k_questionButton a {
    background: url(http://ocdn.eu/files/pulscms/NTM7MDA_/c77706634bf8c8e84e1d9aec832061a2.gif) no-repeat scroll 0 -832px transparent;
    color: #FFFFFF;
    display: block;
    height: 30px;
    line-height: 30px;
}

.k_question .k_questionButton a span{
    background: url(http://ocdn.eu/files/pulscms/NTE7MDA_/8ccccca5b42514758d66a74e980a5005.gif) no-repeat scroll 100% -379px transparent;
    display: block;
    font-family: verdana;
    font-weight: bold;
    height: 30px;
    margin: 0 10px;
    padding: 0 22px;
}
#k_sendLink .k_captchaImage img {margin-right:191px;}

#linkBar .startHelp{
  z-index:21;
  margin-top:5px;
}

#linkBar .startHelp .startHelpInner .startTop .drag
{
  margin-left:-67px;
}

.k_galleryLarge .k_gallery .k_photo .k_Sources,
.k_gallerySmall .k_gallery .k_photo .k_Sources {
  overflow:hidden;clear:both;
  margin-top:1px;
  display:block;
  text-align:left;
  padding:0px;  
}

.k_galleryLarge .k_gallery .k_photo .k_Sources span, .k_gallerySmall .k_gallery .k_photo .k_Sources span{
  text-align:left;
  margin-top:-1px;
  display:inline-block;
  line-height:15px;
  font-size:11px;
}
#sHead #k_promoBar{
  height: 20px;
}
#k_promoBar a {
   color: #007A64;
}
#k_promoBar a:hover {
   color: #606060;
}
/*
   loginbar
*/
#k_loginBar .k_opened dt a,
#k_loginBar dd a,
#k_promoBar dt a, 
#k_loginBar .k_login, 
#k_loginBar .k_loginLink a {
   color: #007A64
}
#k_loginBar .k_loggedIn dt:hover a,
#k_loginBar .k_opened dt a:hover, 
#k_promoBar .k_loggedIn a:hover {
   color: #606060;
}
#k_loginBar .k_loginLink a:hover {
   color: #606060;
}

/*startOnet*/
#k_promoBar ul {
   overflow: visible;
}
#k_promoBar .k_OnetHome {
   position: relative;
}
#k_promoBar .startHelp {
   left: -29px;
   top: 13px;
}
#k_promoBar .startHomeIco {
   background: none;
}
#k_promoBar .startHomeIco.padding {
   padding: 0;
}
.letterInd {
   margin-bottom:0px;
   padding-bottom:12px;
}
.letterSortCont td {
   text-align: left;
   width: 18px;
}
.letterSortCont a {
   margin: 0;
}
.letterSortCont table {
   width: 100%;
}
#profilesList {
   border-right: 1px solid #E0E0E0;
   border-top: 1px solid #E0E0E0;
   margin: 10px 0 20px;
   width: 100%;
}
#profilesList th {
   background: url("http://ocdn.eu/files/pulscms/OTg7MDA_/6d22e4f2d2057c6e8d6fab098e76e80f.txt") repeat-x scroll 0 0 #F7F7F7;
   border-bottom: 1px solid #E0E0E0; border-left: 1px solid #E0E0E0; border-right: 0 none; border-top: 0 none;
   color: #4C495C;
   font-size: 10px; font-weight: bold; text-align: center;
   margin: 0; padding: 5px 10px;
}
#profilesList td {
   border-bottom: 1px solid #E0E0E0; border-left: 1px solid #E0E0E0;
   color: #989898;
   font-size: 11px;
   margin: 0; padding: 5px 10px;
   vertical-align: top;
}
#profilesList tr:hover {
   background-color: #EFEFEF;
}

/*kalendarz*/

#submenuCalendar {
	padding: 10px 0 0 0; width: 665px;
	overflow: hidden;
}
#submenuCalendar .chooseDate {
	width: 120px;
	padding-right: 20px;
}
#submenuCalendar #calendarChangeDay span, #submenuCalendar #calendarChangeDate span {
	color: #999;
}
#submenuCalendar #calendarChangeDay {
	background: url("http://ocdn.eu/files/pulscms/NTI7MDA_/970230e43e4ba3fd3c76c5fcbb0b7eec.gif") no-repeat right center;
   float: left;
   height: 190px;
   width: 255px;
}
#submenuCalendar #calendarChangeDay .ui-datepicker {
	border: 1px solid #aaa;
	margin: 10px 0 0 0;
}
#submenuCalendar #calendarChangeDay .ui-datepicker-header{
	background: url("http://ocdn.eu/files/pulscms/NmQ7MDA_/3ea733852753c58ab2e2ead659ae6202.gif") no-repeat -22px -33px;
}
#submenuCalendar #calendarChangeDay .ui-datepicker-header{
	background: url("http://ocdn.eu/files/pulscms/NmQ7MDA_/3ea733852753c58ab2e2ead659ae6202.gif") no-repeat -22px -33px;
}
#submenuCalendar #calendarChangeDay .ui-datepicker-calendar thead th{
	font-size: 12px; font-weight: normal;
	background: #f5f5f5;
}
#submenuCalendar #calendarChangeDay .ui-datepicker-calendar thead th span{
	color: #6B6B6B;
}
#submenuCalendar #calendarChangeDay .ui-datepicker-calendar thead .ui-datepicker-week-end span{
	color: #FF7509;
}
#submenuCalendar #calendarChangeDay .ui-datepicker-calendar tbody {
	background: #f5f5f5;
}
#submenuCalendar #calendarChangeDay .ui-datepicker-week-end a.ui-state-default {
   background-color: #FFF0B8;
   color: #585568;
}
#submenuCalendar #calendarChangeDay .ui-state-highlight{
   color: #FFFFFF;
   font-weight: bold;
	border: none;
}
#submenuCalendar #calendarChangeDay .ui-widget-content td a.ui-state-hover {
   background: #FF7509;
   color: #FFFFFF;
}
#submenuCalendar #calendarChangeDate {
	float: left;
   height: 70px;
   padding: 0 0 0 50px;
   width: 610px;
}
#submenuCalendar #calendarChangeDate form {
	margin: 20px 0 0 0;
}
#submenuCalendar #calendarChangeDate form .datepickerBox {
	padding: 20px 20px 0 0;
	color: #585568;
}
#submenuCalendar #calendarChangeDate form .datepickerBox label {
	width: 25px;
	line-height: 20px;
}
#submenuCalendar #calendarChangeDate #dateFrom, #submenuCalendar #calendarChangeDate #dateTo {
	font-size: 12px;
   text-align: center;
   width: 75px;
}
#submenuCalendar #calendarChangeDate form .datepickerBox button {
	margin: 1px 0 0 5px;
}
#submenuCalendar #calendarChangeDate form .filterButton {
	margin: 2px 120px 0 0;
   width: 50px;
}
* html #submenuCalendar #calendarChangeDate form .filterButton {
	margin: 2px 55px 0 0;
}
#bCategories .bCategory .indicators .bNews {
	width:auto;
	float:none;
}
.newsroom li {
	background: transparent url(http://ocdn.eu/files/pulscms/NmQ7MDA_/3ea733852753c58ab2e2ead659ae6202.gif) no-repeat scroll -948px -344px;
	padding-left: 16px;
	margin-bottom: 1px;
	float: none;
	line-height: 17px;
}
.newsroom li a {
	color: #358850;
	text-decoration: none;
	font-size: 11px;
}

.newsroom li span.info {
	color: #A5A5A5;
	padding-left: 5px;
	font-size: 11px;
}

hr.titleunderline {
	background-color: #E0E0E0;
	color: #E0E0E0;
	border: none;
	height: 1px;
}

/* Detal wskaźnika */
.MenuDetal {
	height: 90px;
    margin-bottom: 25px;
    margin-top: 5px;
}

.MenuDetal .MenuTopL h3 {
    clear: both;
    color: #565567;
    font-family: Verdana;
    font-size: 11px;
    font-weight: bold;
    padding-bottom: 15px;
}

.MenuDetal .MenuDetalL {
    float: left;
    margin: 0 15px 0 0;
}

.MenuDetal .MenuDetalM {
    float: left;
    margin: 0;
}

.MenuDetal .MenuDetalR {
    float: right;
    font-family: Tahoma,Arial,Helevetica,sans-serif;
    font-size: 10px;
    margin: 0;
    width: 130px;
}

.MenuDetal .MenuDetalM.upp {
    float: left;
    font-size: 12px;
    margin-left: 0;
    max-width: 510px;
}

.b3_bigHeader2 {
    color: #FF7509;
    cursor: default;
    font-family: Verdana,Arial,Helevetica,sans-serif;
    font-size: 22px;
}

.b3_bigHeader2 a {
    color: #FF7509;
    text-decoration: underline;
}

.b3_bigHeader2 a:hover {
	color: #FF0000;
}

.MenuDetal .MenuDetalM .Mskrot {
    clear: both;
}

.Mskrot .cena, .cena.Waluta, .cena.up, .cena.down, .procent.zielony, .procent.czerwony, .procent.niebieski, .date {
    float: left;
}

.cena {
    color: #565567;
    font-size: 28px;
    font-weight: bold;
    margin-right: 7px;
    margin-top: 3px;
}

.cena.Waluta {
    font-weight: normal;
    margin-right: 12px;
    margin-top: 3px;
}

.cena.down {
    background: url("http://ocdn.eu/files/pulscms/Y2U7MDA_/cd396093ea53957de7ea0182188157c7.gif") no-repeat scroll 1px -534px transparent;
    float: left;
    height: 11px;
    margin-right: 3px;
    margin-top: 19px;
    width: 14px;
}

.cena.up {
    background: url("http://ocdn.eu/files/pulscms/Y2U7MDA_/cd396093ea53957de7ea0182188157c7.gif") no-repeat scroll 1px -491px transparent;
    float: left;
    height: 9px;
    margin-right: 3px;
    margin-top: 19px;
    width: 14px;
}

.procent.czerwony {
    color: #FF0000;
}

.procent.zielony {
    color: #358850;
}

.procent {
    font-size: 22px;
    font-weight: normal;
    margin-right: 11px;
    margin-top: 8px;
}

.Menu .MenuDetal .MenuDetalM .date {
    color: #585568;
}

.date {
    color: #A5A5A5;
    font-size: 11px;
    font-weight: normal;
    margin-top: 19px;
}
/* Detal wskaźnika - koniec */
/* Bloczek Ogólnie */
div.bloczekSlim {
    margin-left: 0;
    margin-top: 0;
}

div.bloczek {
    clear: both;
    margin-bottom: 20px;
}

div.bloczek.aboutStock h2 {
    font-family: Tahoma,Arial,Helevetica,sans-serif;
    font-size: 15px;
    font-weight: bold;
    line-height: 15px;
}

div.bloczek hr {
    background-color: #E0E0E0;
    border: medium none;
    color: #E0E0E0;
    height: 1px;
}

div.bloczekSlim .longName {
    color: #565567;
    font-family: Verdana;
}

div.bloczekSlim p {
    color: #989898;
    font-size: 11px;
    line-height: 16px;
    padding: 0 5px;
}

div.ratings table{width:100%;color: #989898; line-height: 16px; font-size: 11px; border-collapse: collapse; margin: 8px 0; }
div.ratings td.title{font-weight: bold; color: #585568;}
div.ratings td{border-color: #e0e0e0; border-style: solid; border-width: 1px 0; padding: 5px 0; background: none}
div.ratings .value{ width: 115px; text-align: right; padding-right: 5px; font-weight: bold; color: #585568}
div.ratings span.valueWithArrow {padding-left:16px;}
div.ratings td.up span.valueWithArrow {background:transparent url(http://ocdn.eu/files/pulscms/Y2U7MDA_/cd396093ea53957de7ea0182188157c7.gif) no-repeat scroll -9px -205px;}
div.ratings td.down span.valueWithArrow {background:transparent url(http://ocdn.eu/files/pulscms/Y2U7MDA_/cd396093ea53957de7ea0182188157c7.gif) no-repeat scroll -9px -240px;}
div.ratings td.same span.valueWithArrow {background:transparent url(http://ocdn.eu/files/pulscms/Y2U7MDA_/cd396093ea53957de7ea0182188157c7.gif) no-repeat scroll -9px -277px;}
div.ratings .tko {width: 135px;}
div.ratings .bigger {font-size: 14px;}
div.ratings .up {color: #358850;}
div.ratings .down {color: red;}

/* Bloczek Ogólnie - koniec */
/*
   loginbar
*/

#sHead #k_promoBar{
  height: 25px;
}
#k_loginBar .k_opened dt a,
#k_loginBar dd a,
#k_promoBar dt a, 
#k_loginBar .k_login, 
#k_loginBar .k_loginLink a {
   color: #007A64
}
#k_loginBar .k_loggedIn dt:hover a,
#k_loginBar .k_opened dt a:hover, 
#k_promoBar .k_loggedIn a:hover {
   color: #606060;
}
#k_loginBar .k_loginLink a:hover {
   color: #606060;
}

/*startOnet*/
#k_promoBar ul {
   overflow: visible;
}
#k_promoBar .k_OnetHome {
   position: relative;
}
#k_promoBar .startHelp {
   left: -29px;
   top: 13px;
}
#k_promoBar .startHomeIco {
   background: none;
}
#k_promoBar .startHomeIco.padding {
   padding: 0;
}
body .k_newsDetailExtended .k_sourceName { color: #007A64; }

body .k_newsletterForm .k_newsletterText{
	line-height:24px;
}
body .k_newsletterForm .k_newsletterForm input.k_email{
	margin-top:0px;
	padding-top:0px;
	height:20px;
}
body .k_newsletterForm .k_newsletterForm .k_button span{
	background-position:100% -236px;
}
body .k_newsletterForm {
	margin-bottom:0px;
}
body .k_newsletterForm .k_newsletterTitle{
	color:#007A64;
}
body .k_newsletterDetail{
	margin-top:15px;
}
.k_title.kopyto a{
	color:#007A64;
} 
.k_newsDetailExtended .k_sourceName { color: #007A64; }

#cRight #script_bxad_slot_bxad_slot{
	width:300px;
}
/* ITbiz */
.ITbizSpons{
	background-color: #ffe001;	
}
.menuTop .ITbizSpons a{
	color: #695c00;
}
.newsletterBody .k_newsletterDetail h2{
	font-size:18px;
	margin-bottom:10px;
}
.k_newsDetail .mvp {
    width: 665px;
    height: 374px;
}
.pageVideo #v_doc{
	padding-top:20px;
}

/* dyskusje tematyczne  */
.k_objectBlurbList .k_objectBlurb {
	overflow:hidden;
   padding: 15px 10px 19px 0;
	border-top: 1px solid #E3E3E3;
}
.k_objectBlurbList .k_objectBlurb img {
	border: 1px solid #DCDCDC;
	padding: 1px;
}
.k_objectBlurbList .k_pagination {
	border-top: 1px solid #E3E3E3;
	padding: 30px 0 20px 0;
	margin: 0;
}
.kopyto .k_moreBlock11 {
	height: 9px;
}
#sFoot .k_newsletterForm .k_newsletterForm .k_button{
	background-position: 0 -337px;
}

.k_newsDetail span.k_addthis {
	margin-top:0;
	width: 245px;
}

.fbappTopicContainer {
	overflow:hidden;
	padding-top:5px;
}
.fbappTopicContainer .fbappTopicContainerL {
	float: left;
	width: 665px;
}

.fbappTopicContainer .fbappTopicContainerR {
	float: left;
	margin-left: 15px;
	width: 300px;
}

.topic .k_photo img {
	max-width: 100%;
	float: left;
	margin-right: 3px;
}

#leg {
	clear: both;
}

#sHead .adslot_default
{
   padding: 10px 0;
   margin: 0 auto;
   text-align:center;
}

.k_newsDetail .ad_box {
	clear: none;
	overflow: hidden;
} 
.ui-datepicker th.ui-datepicker-sunday span {
    color: inherit;
}
body.blogs .k_contentExtendedBlurb .k_blurb { padding:14px 10px 14px 73px; }
body.blogs .k_contentExtendedBlurb .k_blurb img {margin:0px 0px 0px -73px; max-width: 62px;}
.boxIntroBlogs img.bPPhoto { max-width: 32px; }
#home #head .linkPromoBar {
        top: 0px;
        margin-bottom: 20px;
}

.blogsListImage{
    width: 50px;
}

/* /_s/css/lp.css */
.lpHeadBlock h2 {
	font-size:17px;
    padding-bottom: 10px;
}

.lpLinkBlock .lpLinks1 {
	width:320px;
}

.lpLinkBlock .lpLinks1.cleft {
	float:left;
} 
.lpLinkBlock .lpLinks1.cright {
	float:right;
} 

.lpLinkBlock .lpLinks1,
.lpLinkBlock .lpLinks2 {
	margin:0;
	overflow:hidden;
}
.lpLinkBlock .lpLinks1 a,
.lpLinkBlock .lpLinks2 a{
	font-size:14px;
}
.lpLinkBlock .lpLinks1 h3,
.lpLinkBlock .lpLinks2 h3{
	margin:0 0 5px 0;
}
.lpLinkBlock .lpLinks1 li {
    border-bottom: 1px solid #ccc;
    height: 96px;
    margin-bottom: 10px;
    margin-right: 12px;
    width: 320px;
	padding-bottom:3px;
}
.lpLinkBlock .lpLinks1 li.itl {
	float: left;
}
.lpLinkBlock .lpLinks1 li.itr {
	float:right;
}
.lpLinkBlock .lpLinks2 {
	margin-top:10px;
}

.lpLinks1 li.galleryItem {
	height: 205px;
    position: relative;
}

.lpLinks1 li.galleryItem.withDesc {
	height: 265px;
}

.lpLinks1 p{
	padding-right:10px;
	margin:0;	
}

.lpLinks1 .galleryItem img{
	margin: 0 0 0 27px;
    position: absolute;
    top: 0;
}

.lpLinks1 .galleryItem h3 {
	background:#FFFFFF;
    height: 40px;
    padding-top: 5px;
    position: absolute;
    top: 153px;
    z-index: 2;
	width:100%;
}

.lpLinks1 .galleryItem p {
	position:absolute;
	top:190px;
} 


.lpLinks1 li.personItem,
.lpLinks1 li.creationItem {
	height:105px;
}

.lpLinks1 .creationItem img,
.lpLinks1 .personItem img{
	float:left;
}

.lpLinks1 .creationItem h3,
.lpLinks1 .personItem h3{
	float:right;
	width:210px;
	
}
.lpLinks1 .creationItem p,
.lpLinks1 .personItem p{
	float:right;
	width:200px;
}

.lpBlockGeneral {
	overflow:hidden;
}


/* /_lib/polecam/_s/css/sendLink.css */
#k_sendLink .k_content{
   padding: 9px 24px 10px 24px;
}
#k_sendLink ul{
   margin: 0;
   padding:0;
   list-style:none;
}

#k_sendLink .k_textArea textarea,
#k_sendLink .k_text input,
#k_sendLink label{
   float: left;
}
#k_sendLink label{
   text-align: right;
   width: 150px; padding: 4px 10px 0 0;
}
#k_sendLink .k_text input{
   margin-right:185px;
   width:200px;   
}
#k_sendLink li{
   width: 100%; padding:0 0 5px;
   clear: both; overflow: hidden;
}
#k_sendLink .k_popoverButtons{
   text-align: center;
   padding: 35px 0 0 0; width: 226px; margin: 0 auto;
   overflow: hidden;
}
#k_sendResultSend .k_popoverButtons{
  width:105px;
}

#k_sendLink .k_popoverButtonDefault{
   margin: 0 0 0 26px;
}
#k_sendLink .k_popoverButton{
   float: left;
}
#k_sendLink .k_popoverButton a {
   text-decoration:none;
}
#k_sendLink .k_checkBox input{
  float:left;
  margin:4px 0 0 160px;  
  border:0px;
  background:none; 
vertical-align:middle;  
}
#k_sendLink .k_checkBox label{
  width:460px;
  float:right;
  text-align:left;  
  font-size:11px;
}

#k_sendLink .k_captchaImage img{
  margin:25px 291px 10px 0;
  float:right;
}

.k_contener .k_content h4,#k_sendResultSend h4{
  color:#CA1A00;
  font-size:20px;
  font-weight:bold;
  margin:0 0 22px 7px;  
}
#k_resultMessageSend {
  margin:0 0 20px 10px;
}

.k_popover .k_text input,
.k_popover .k_captcha input, 
.k_popover .k_textArea textarea {
  background:none repeat scroll 0 0 #FFFFFF;
  border:1px solid #DDDCE1;
}
.k_popover .k_load{
  background:url("http://ocdn.eu/files/pulscms/MWM7MDA_/189e1a4ca2cbcc1ba8607147f2999dc2.gif") no-repeat scroll center center transparent;
  height:300px;
  width:600px;
}

#k_sendResultSend{
  padding:9px 24px 10px;
}
.k_hide{
  display:none;
}
#k_cover {
  background:none repeat scroll 0 0 #000000;
  height:100%;
  left:0;
  opacity:0.75;
  position:fixed;
  top:0;
  width:100%;
  z-index:102;
}
.k_popover {
  background:none repeat scroll 0 0 #F7F7F7;
  border:2px solid #DDDCE1;
  left:50%;
  margin:0 0 0 -353px;
  position:fixed;
  top:10%;
  width:700px;
  z-index:103;
}
.k_popover .k_titleBox {
  background:url("http://ocdn.eu/files/pulscms/OGY7MDA_/f40386ff605347df340d332b87da0d5c.gif") repeat-x scroll 0 -409px transparent;
  height:24px;
  position:relative;
}
.k_popover .k_close {
  background:url("http://ocdn.eu/files/pulscms/ODQ7MDA_/c905bb2083b8bbe623619ec797bf58e3.gif") repeat-x scroll -89px -138px transparent;
  cursor:pointer;
  display:block;
  height:16px;
  position:absolute;
  right:10px;
  text-indent:-9999px;
  top:6px;
  width:16px;
}
.k_popover .k_popoverButton:hover {
  color:#363636;
}
.k_popover .k_popoverButton {
  background:url("http://ocdn.eu/files/pulscms/OGY7MDA_/f40386ff605347df340d332b87da0d5c.gif") no-repeat scroll 0 -361px transparent;
  color:#363636;
  cursor:pointer;
  display:block;
  font:bold 11px Verdana,Arial,Helvetica,sans-serif;
  outline:medium none;
  padding:0 2px 0 0;
  text-align:center;
  width:94px;
}
.k_popover .k_popoverButton span {
  background:url("http://ocdn.eu/files/pulscms/ODQ7MDA_/c905bb2083b8bbe623619ec797bf58e3.gif") no-repeat scroll 100% -260px transparent;
  display:block;
  line-height:23px;
  margin:0 0 0 2px;
}
.k_popover .k_popoverButtonDefault {
  background-position:0 -361px;
  color:#000000;
}
.k_popover .k_popoverButtonDefault:hover {
  color:#000000;
}
.k_popover .k_popoverButtonDefault span {
  background-position:100% -260px;
}
#k_sendLink #k_sendTo .k_checkBox .k_errorMessage,
#k_sendLink #k_sendTo .k_text .k_errorMessage,
#k_sendLink #k_sendTo .k_captchaImage .k_errorMessage{
  color:#FF0000;
  margin:4px 0 0px 160px;
  /*font-weight:bold;*/
}

/* /_s/css/onetstudio.css */
.k_cyclerVideo .k_cyclerBlockBody .k_title a {
    color: #007A64;
    font-size:12px;
    line-height:1.3em;
}
.k_cyclerVideo .k_cyclerBlockBody .k_title a:hover {
    color: #f00;
}
.k_cyclerVideo .k_cyclerBlockBody .k_cover {
    opacity: 1;
    background: transparent;
    pointer-events:none;
}
.k_cyclerVideo .k_cycler h2 a  {
    font-family: Verdana, Arial, Helevetica, sans-serif;
}
.k_cyclerVideo {
    overflow:visible;
}
.k_cyclerVideo  .k_cyclerBlockBody{
    width:auto;
    height:224px;
    border:0;
}

.k_cyclerVideo .k_cyclerBlockBody .k_text {
    color:#363636;
    position:static;
    padding:0;
    margin-top: 4px;
}
.k_cyclerVideo .k_cyclerBlockBody .k_lead {
    font-size:12px;
    color:#555;
}
.k_cyclerVideo .k_cyclerBlockBody .k_control  {
    bottom: 55px;
}
.k_cyclerVideo .k_cycler .k_item  {
    height:173px;
    width:auto;
}
.k_cyclerVideo .k_cycler .k_photo {
    width: auto;
    height: auto;
}
.k_cyclerVideo .k_cycler .k_photo img {
    width:auto;
}
.k_cyclerVideo .k_cycler .k_text {
    width: auto;
}

.kOnetStudio .k_titleBox h2 {
    font-size: 14px;
    font-weight:bold;
}
.k_block.kOnetStudio h2 {
    padding: 0;
    display: block;
    line-height: 25px;
    font-family: Verdana,Arial,Helvetica,sans-serif;
}

.k_block.kOnetStudio .k_titleBox h2 a {
    background: none;
    color: #007A64;   
}
.k_block.kOnetStudio .k_titleBox h2 a:hover {
    background: none;
    color: #FF0000;
}
.k_block.kOnetStudio .k_titleBox, .k_block.kOnetStudio .k_titleBar {
    background: none;
}

.k_block.kOnetStudio .k_cycler h2 {
    line-height: 12px;
}

.k_block.kOnetStudio .k_more {
    color: #FF9C00;
    font-family: Verdana,Arial,Helevetica,sans-serif;
    font-size: 11px;
    font-weight: bold; 
}

/* /_s/css/blogs.css */
.k_blogsExtra .k_photo {
	float: left;
	padding: 0px; 
	border: 1px solid #dbdbdb;
	margin-right: 8px;
}
.k_blogsExtra .k_photo img {
	margin:0px;
	max-width: 55px;
        float: left;
}
.k_blogsExtra .k_description {
	width: 233px;
	float: left;
	font-size: 11px;
}
.k_blogsExtra .k_title {
	min-height: 0px;
        font-weight: bold;
}
.k_blogsExtra .k_title  a{
	font-size: 12px;
} 
.k_blogsExtra .k_author, .k_blogsExtra .k_date {
	font-size: 10px;
	color: #777777;
	padding: 2px 0px 1px 0px;
	display: inline-block;
}

.k_blogsExtra .k_author + .k_date:before {
	content: " / ";
}

.k_blogsExtra .k_content{
	padding: 0px;
}
.k_blogsExtra.k_block .k_content { padding: 0;}

.k_blogsExtra .k_newsElement{
	padding-bottom: 10px;
	float: left;
}
.k_blogsExtra .k_newsElement .k_more11{
	float:none;
}
.k_blogsExtra  .k_more11 {
	margin-top:4px;
	float: right;
	clear: both;
}
.k_blogsExtra .k_newsAuthorBlurbBlock {
	margin-top: 7px;
        display: block;
        overflow: hidden;
}
.k_blogsExtra.k_block .k_titleBar {
	background: white url(http://ocdn.eu/files/pulscms/NmQ7MDA_/3ea733852753c58ab2e2ead659ae6202.gif) no-repeat -480px -148px;
	font-family: verdana;
	height: 30px;
	color: #007A64;
}
.k_blogsExtra.k_block .k_titleBox {
	background: white url(http://ocdn.eu/files/pulscms/NmQ7MDA_/3ea733852753c58ab2e2ead659ae6202.gif) no-repeat 100% -148px;
	height: 30px;
	margin-left: 6px;
	padding-right: 6px;
}
.k_blogsExtra.k_block .k_titleBox h2 {
	padding: 0;
	color: #007A64;
	font-family: tahoma;
	font-size: 14px;
	font-weight: bold;
}

