/* gallery:gallery.css */
.k_galleryMiniatures,
.k_galleryLarge,
.k_gallerySmall {
   position: relative;
}
.k_gallerySmall {
   position: relative;
}
.k_galleryMiniatures h1,
.k_galleryLarge h1,
.k_gallerySmall h1 {
   padding:0 0 18px 3px; margin:0;
}

.k_galleryMiniatures h1 a,
.k_galleryLarge h1 a,
.k_gallerySmall h1 a {
	white-space: nowrap;
	font: 11px Verdana,Arial,Helvetica,sans-serif;
	margin: 0 0 0 18px;
}
.k_galleryMiniatures .k_gallery,
.k_galleryLarge .k_gallery,
.k_gallerySmall .k_gallery {
   padding: 50px 0 0 0;
   position: relative;
}

.k_galleryMiniatures .k_index,
.k_galleryLarge .k_index,
.k_galleryLarge .k_preview,
.k_gallerySmall .k_index,
.k_gallerySmall .k_preview{
   position: absolute;
}
.k_galleryMiniatures .k_index,
.k_galleryLarge .k_index,
.k_gallerySmall .k_index {
   font-size:18px;
   height:45px;
   top:0; right:0; z-index:2;
   line-height: 45px;
}
.k_galleryMiniatures .k_index{
   font-size:12px;
}
.k_gallerySmall .k_index i,
.k_galleryLarge .k_index i{
   font-style:normal; font-weight: normal; font-size: 36px;
}

.k_gallerySmall .k_index span,
.k_galleryLarge .k_index span{
   font-size:18px;
}
.k_galleryMiniatures .k_index span{
   font-size:36px;
}

.k_galleryLarge .k_preview,
.k_gallerySmall .k_preview {
   width: 100%;
   top:0; left:0; z-index:1;
}
.k_galleryLarge .k_preview div,
.k_gallerySmall .k_preview div{
   width: 300px; height: 50px; overflow: hidden; margin: 0 auto; padding: 0 30px;
   position: relative;
}
.k_gallerySmall .k_preview div{
   margin: 0 0 0 185px;
}
.k_galleryLarge .k_thumbnails,
.k_gallerySmall .k_thumbnails {
   height: 50px; overflow: hidden;
}

.k_galleryLarge .k_thumbnails li,
.k_gallerySmall .k_thumbnails li {
   text-align: center;
   float: left; width: 52px; height: 50px; margin: 0 4px;
}

.k_galleryLarge .k_thumbnails a,
.k_gallerySmall .k_thumbnails a {
   height: 50px;
   outline: none;
   display: block;
   
}

.k_galleryLarge .k_thumbnails a span,
.k_gallerySmall .k_thumbnails a span {
   background: #ddd no-repeat 50% 50%;
   text-indent: -9999px;
   height: 45px;
   display: block;
}
.k_galleryLarge .k_thumbnails .k_selected span,
.k_gallerySmall .k_thumbnails .k_selected span,
.k_galleryLarge .k_thumbnails a:hover span,
.k_gallerySmall .k_thumbnails a:hover span{
   background-color: #FFC03B;
}

.k_galleryLarge .k_preview .k_prev,
.k_galleryLarge .k_preview .k_next,
.k_gallerySmall .k_preview .k_prev,
.k_gallerySmall .k_preview .k_next {
   background: #fff;
   text-indent: -9999px;
   width: 30px; height: 50px; margin: 0;
   display: block; position:absolute;
}
.k_galleryLarge .k_thumbnails li.k_first,
.k_gallerySmall .k_thumbnails li.k_first
{
   display: inline;
}

.k_galleryLarge .k_preview .k_prev a,
.k_galleryLarge .k_preview .k_next a,
.k_gallerySmall .k_preview .k_prev a,
.k_gallerySmall .k_preview .k_next a{
   background: url(http://ocdn.eu/files/deploy/Nzg7MDA_/35de434ce0e62aff5fbb3e790204d482.gif) no-repeat;
   text-indent: -9999px;
   width: 18px; height: 23px; margin: 15px auto 0;
   outline: none;
   display:block;
}
.k_galleryLarge .k_preview .k_prev a,
.k_gallerySmall .k_preview .k_prev a{
background-position: -186px -43px;
}
.k_galleryLarge .k_preview .k_next a,
.k_gallerySmall .k_preview .k_next a{
   background-position: -203px -43px
}

.k_galleryLarge .k_preview .k_prev a:hover,
.k_galleryLarge .k_preview .k_next a:hover,
.k_gallerySmall .k_preview .k_prev a:hover,
.k_gallerySmall .k_preview .k_next a:hover
{

}

.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/deploy/Nzg7MDA_/35de434ce0e62aff5fbb3e790204d482.gif) no-repeat 1px 7px;
}
.k_galleryLarge .k_preview .k_prev,
.k_gallerySmall .k_preview .k_prev {
   top: 0; left: 0;
}
.k_galleryLarge .k_preview .k_next,
.k_gallerySmall .k_preview .k_next {
   top: 0; right: 0;
}

.k_galleryMiniatures .k_photoBox,
.k_galleryLarge .k_photoBox,
.k_gallerySmall .k_photoBox {
   padding: 24px 0 0 0;
   border: 1px solid #DDDCE1;
   position: relative;
}
.k_galleryMiniatures .k_photoBox{
   padding: 24px 0 24px 349px; overflow: hidden;
}
* html .k_galleryMiniatures .k_photoBox{
   padding: 24px 0 24px 18px; overflow: hidden;
}
* + html .k_galleryMiniatures .k_photoBox{
   padding: 24px 0 24px 18px; overflow: hidden;
}
* html .k_galleryMiniatures .k_photoBox{
   height:100%;
}
.k_galleryLarge .k_photo,
.k_gallerySmall .k_photo {
   background: url(http://ocdn.eu/files/deploy/MWM7MDA_/189e1a4ca2cbcc1ba8607147f2999dc2.gif) no-repeat 50% 50%;
   text-align: left;
   position: relative;
   overflow: hidden;
}

.k_galleryLarge .k_photo span,
.k_gallerySmall .k_photo span {
   text-align: center;
   display:block;
}

.k_galleryLarge .k_controls,
.k_gallerySmall .k_controls {
   height: 100%; width: 100%;
   position: absolute; left: 0; top: 0;
}
* html .k_galleryLarge .k_photo,
* html .k_gallerySmall .k_photo {
   height: 360px;
}
.k_galleryLarge .k_photo .k_photoContainer,
.k_gallerySmall .k_photo  .k_photoContainer{
	clear:both;
	float:left;
	position:relative;
	left:50%;
}
.k_galleryLarge .k_photo .k_photoContainer .k_container,
.k_gallerySmall .k_photo  .k_photoContainer .k_container{
	overflow:hidden;
	position:relative;
	float:none;
	right:50%;
}
.k_galleryLarge .k_photo .k_imgLogoSource,
.k_gallerySmall .k_photo  .k_imgLogoSource{
	clear:both;
	text-align:left;
}




.k_galleryLarge .k_controls li,
.k_gallerySmall .k_controls li {
   width: 40%; height: 100%;
   display: block; float: left;
}
.k_galleryLarge .k_controls li.k_next,
.k_gallerySmall .k_controls li.k_next {
   float: right;
}

.k_galleryLarge .k_controls a,
.k_gallerySmall .k_controls a {
   background: transparent;
   height: 100%;
   outline: none;
   display: block; position: relative;
   cursor: pointer;
}

.k_galleryLarge .k_controls span,
.k_gallerySmall .k_controls span {
   text-indent: -9999px;
   width: 32px; height: 80px;
   display: block; position: absolute; top: 50%; margin-top: -40px;
}

.k_galleryLarge .k_controls a span,
.k_gallerySmall .k_controls a span {
   background: url(http://ocdn.eu/files/deploy/Nzg7MDA_/35de434ce0e62aff5fbb3e790204d482.gif) no-repeat;
}

.k_galleryLarge .k_controls li.k_next span,
.k_gallerySmall .k_controls li.k_next span {
   background-position: -221px 0;
   right: -1px;
}

.k_galleryLarge .k_controls li.k_prev span,
.k_gallerySmall .k_controls li.k_prev span {
   background-position: -254px 0;
   left: -1px;
}

.k_galleryLarge .k_adSpace {
   padding: 10px 0 10px 10px;
   float: right;
}
.k_galleryMiniatures .k_info {
   width:300px;
   margin: 0 0 0 -331px;
   float:left;
}
* html .k_galleryMiniatures .k_info {
   margin: 0 0 0 0;
}
* + html .k_galleryMiniatures .k_info {
   margin: 0 0 0 0;
}
.k_gallery #k_imageDescription{
   margin-top: 1em;
}
.k_galleryMiniatures .k_miniatures {
   margin: 0 9px 0 0; overflow: hidden;
   float: right; display: inline;
}
.k_galleryMiniatures .k_miniatures li{
   background: #f5f5f5;
   text-align: center;
   width: 144px; height: 108px; overflow: hidden; margin: 0 9px 9px 0;
   border: 1px solid #d7d6d6;
   float: left;
}
.k_galleryMiniatures .k_miniatures a {
   text-align: center;
}
.k_galleryMiniatures .k_miniatures img {
   vertical-align: middle;
}
.k_gallerySmall .k_info,
.k_galleryLarge .k_info {
   margin: 18px 18px 0; padding: 18px 0 24px; overflow: hidden;
   border-top: 1px solid #DDDCE1;
}
.k_gallerySpread .k_firstBlurb{
   position: relative;
}
.k_gallerySpread .k_firstBlurb p{
   clear: both;
}
.k_gallerySpread .k_firstBlurb .k_title{
   padding: 0 0 3px 0;
   position:relative;
}
.k_gallerySpread ul img {
   border:1px solid #DDDCE1;
}
.k_gallerySpread .k_firstBlurb .k_largePhoto {
   margin: 0 0 10px 0;
   border: 1px solid #DDDCE1;
   float: left;
}
.k_gallerySpread .k_firstBlurb ul {
   height: 351px;/*height: 353px;*/ padding:5px 0 4px; margin: 0 0 10px 0;
   border: 1px solid #DDDCE1;
   float: right;
}
.k_gallerySpread .k_firstBlurb li {
   background: #E0E0E0;
   padding: 0; width: 108px; margin: 12px 16px 0;
   font-size: 0;
}
.k_gallerySpread .k_firstBlurb li a {
   text-align: center;
   display: block;
}
.k_gallerySpread .k_blurb {
   padding: 0; overflow: hidden;
   clear: both;
}
.k_gallerySpread .k_blurbLast {
   margin: 0 0 20px 0;
   border-bottom: 1px solid #DDDCE1;
}
.k_gallerySpread .k_blurb ul {
   padding: 8px 0 18px 0; overflow: hidden;
}
.k_gallerySpread .k_blurb p{
   margin: 0; padding: 0 0 20px;
}
.k_gallerySpread .k_blurb li{
   text-align:center;
   width:146px; 
   margin-right:18px;
   height:110px;
   display:inline; 
   float:left;
   position:relative;
}
.k_gallerySpread .k_more11 {
   font: 11px Verdana, Arial, Helvetica, sans-serif;
   margin: 0 0 10px 0;
   float: right; clear: both;
}
.k_gallerySpread .k_blurb .k_title{
   padding: 12px 0 0 0; overflow: visible;
   border-top: 1px solid #DDDCE1;
   position: relative;
}
.k_gallerySpread .k_title h2{
   margin: 0 120px 6px 0;
   float: none;

}
.k_gallerySpread .k_title h2{
   margin: 0;
}

.k_gallerySpread .k_blurb h2{
   font-size:18px; font-weight: normal;
   width:545px;
}
.k_gallerySpread .k_index {
   font-size:11px; font-weight:bold;
   position: absolute; right: 0;
}
.k_gallerySpread .k_firstBlurb .k_index {
    bottom: 8px;
}
.k_gallerySpread .k_firstBlurb h2{
   padding: 0 0 4px;
}
.k_gallerySpread .k_blurb .k_index {
   border-top: 1px solid #CA1A00;
   padding: 11px 0 0;
   top: -1px;
}
.k_gallerySpread .k_index span{
   font: normal 18px Arial, Helvetica, sans-serif;
}
.k_galleryLarge .k_galleryErrorMsg,
.k_gallerySmall .k_galleryErrorMsg {
   text-align: center;
   color:#969696;
   font-size:12px;
   font-weight:bold;       
   position: relative;
   background: #fff;   
}
.k_galleryMiniatures h1.k_sponsored,
.k_galleryLarge h1.k_sponsored,
.k_gallerySmall h1.k_sponsored,
.k_gallerySpread .k_sponsored a{
   color:#f00;
}
.k_gallerySpreadPage .k_title h1{
   margin: 0 0 11px;
}

.k_gallerySpread .k_title h2.k_sponsored{
	line-height:21px;
}
.k_galleryMiniatures div.adslot_boxright {
   margin:15px 0 5px 0;
   float:left;
}
.k_galleryMiniatures #right_b_2, .k_galleryMiniatures #right_b_1 {
   margin-top:-4px;
}
.k_galleryMinAds {
   clear:left;float:left;margin:0;margin-left:-331px;width:320px; }
* html .k_galleryMinAds {
   margin-left:0px;
}
* + html .k_galleryMinAds {
   margin-left:0px;
}
.k_galleryLargeAds {
   padding:0 0 0 30px;float:right;background-color:#fff;margin-top:3px;
}
* html .k_galleryLargeAds {
   position:relative;
}
.k_galleryMiniatures .adslot_boxright .adlabelClean {
   margin-top:0px;    
}
.k_galleryMiniatures .k_miniatures .k_imageBg {
   height:108px; width:144px;
   display:block;
   text-indent:-9999px;
}

.k_gallery .k_Sources {
	clear: both;
	padding: 10px 0;
}

.k_gallery .k_Sources span {
	display: inline;
	float: none;	
}

.k_gallery .k_Sources img {
	display: inline;
	float: none;
	margin: 0;
}
.k_galleryLarge .fbLike, .k_gallerySmall .fbLike{
	margin-top:10px;
}


.k_creationName_g{
    display:block;
    width:142px;
    height:27px;
    vertical-align:middle;
    color:#fff;
    position:absolute;
    bottom:0px;
    line-height:12px;
    font-weight: normal;
    text-align:center;
    padding:1px 2px;
}

.k_creationGlass_g{
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 144px;
    height: 30px;
    background: #101010;
    opacity: 0.8;
    filter: alpha(opacity=80);
    display: block;
    border: 1px solid #DDDCE1;
    border-top:0px;
}

.k_title span.k_creationName:hover {
    color: #78152d;
}
/*slider*/
#slider{overflow:hidden !important; position:relative;}	
#slider ul.slider, #slider ul.slider li{
	margin:0;
	padding:0;
	list-style:none;
}
#slider ul.slider > li{ 
	width:670px;
	height:420px;
	overflow:hidden; 
}	
.k_gallerySpread #slider .k_firstBlurb ul {
   height: 351px;
   padding:5px 0 4px; 
   margin: 0 0 10px 0;
   float: right;
   width:150px;
}
.k_gallerySpread #slider .k_index {
   font-size:11px; 
   font-weight:bold;
   position: absolute; 
   right: 5px;
}
#nextBtn a{
    background: url("http://ocdn.eu/files/deploy/NTE7MDA_/8ccccca5b42514758d66a74e980a5005.gif") no-repeat scroll transparent;
    background-position: -23px -220px;
    display:block;
    width:21px;
    height:18px;
    float:left;
    margin-left:5px;
}
#prevBtn a{
    background: url("http://ocdn.eu/files/deploy/NTE7MDA_/8ccccca5b42514758d66a74e980a5005.gif") no-repeat scroll transparent;
    background-position: 0px -220px;
    display:block;
    width:21px;
    height:18px;
    float:left;
    
}
.sliderControl {
    bottom: 55px;
    float: left;
    left: 41px;
    position: relative;
}
/*---*/

/* gallery:galleryViewControl.css */
.k_galleryViewControl{
   background: url(http://ocdn.eu/files/deploy/Nzg7MDA_/35de434ce0e62aff5fbb3e790204d482.gif) no-repeat -52px 5px;
   top:0; left:0;z-index:2;position: absolute; padding: 5px 0 0 0;
}
.k_galleryViewControl li{
   margin: 0;
   float: left;
}
.k_galleryViewControl a{
   color: #b9b9b9;
   font-size: 9px; text-align:center;
   height:20px; width:55px; padding: 22px 0 0 0; margin: 0 1px 0 0;
   display: block;
}
.k_galleryViewControl .k_selected a,
.k_galleryViewControl a:hover{
   color: #b9b9b9;
   background: url(http://ocdn.eu/files/deploy/Nzg7MDA_/35de434ce0e62aff5fbb3e790204d482.gif) no-repeat 3px 0;
}

/* audio:audioDetail.css */
.k_audio_player {
		margin-bottom: 15px;
}
.audio #intertext {
		padding: 25px 15px 20px 15px;
		border-left: solid 1px #e4e4e4;
		border-right: solid 1px #e4e4e4;
		border-top: solid 1px #e4e4e4;
		margin:0 3px 0 2px;
}
.audio #k_content_sources {
		padding: 0 15px 10px 15px;
		border-left: solid 1px #e4e4e4;
		border-right: solid 1px #e4e4e4;
		margin:0 3px 0 2px;
}
#k_sources {
		margin: 20px 0 30px 0;
		color:#989898;
		font-size: 11px;
}
#k_sources span, #k_content_sources span {
		display: inline-block;
}



/* common:kopyto.css */
.kopyto{
   color: #363636; 
   font: 12px Verdana, Arial, Helvetica, sans-serif; 
}
.kopyto a{
   color: #1e85d5;
   text-decoration: none;
}
.kopyto a:hover{
   color: #f00;
}
.kopyto ul{
   list-style: none; margin: 0;
}
.kopyto h1{
   color: #1e85d5;
   font: normal 30px/32px Arial, Helvetica, sans-serif;
   margin: 0 0 17px 0;
}
.kopyto .k_moreBlock9{
   background: url(http://ocdn.eu/files/deploy/MTU7MDA_/89939266f92558e4218cdb5b72635c98.gif) no-repeat -11px -740px;
   font-size: 0; text-indent: -9999px;
   height: 5px; width: 6px; overflow: hidden;
   display:-moz-inline-box; display: inline-block; vertical-align: middle;
}
.kopyto .k_moreBlock11{
   background: url(http://ocdn.eu/files/deploy/MTU7MDA_/89939266f92558e4218cdb5b72635c98.gif) no-repeat -9px -714px;
   font-size: 0; text-indent: -9999px;
   height: 6px; width: 7px; overflow: hidden;
   display:-moz-inline-box; display: inline-block; vertical-align: middle;
}
.kopyto .k_more9{
   background: url(http://ocdn.eu/files/deploy/MTU7MDA_/89939266f92558e4218cdb5b72635c98.gif) no-repeat -11px -740px;
   font-size: 9px;
}
.kopyto .k_more11{
   background: url(http://ocdn.eu/files/deploy/MTU7MDA_/89939266f92558e4218cdb5b72635c98.gif) no-repeat 100% -710px;
   font-size: 11px;
   padding: 0 11px 0 0;
}
.kopyto .k_hide{
   display: none;
}
/* wersja floatowana, malo elastyczna
.k_button{
   background: url(http://ocdn.eu/files/deploy/NTM7MDA_/c77706634bf8c8e84e1d9aec832061a2.gif) no-repeat 0 -366px;
   line-height: 23px;
   height: 23px; margin: 0; padding: 0;
   display: block; float: left;
}
.k_button span{
   font-size: 11px;
   background: url(http://ocdn.eu/files/deploy/NTE7MDA_/8ccccca5b42514758d66a74e980a5005.gif) no-repeat 100% -188px;
   line-height: 23px;
   height: 23px; margin: 0 0 0 2px; padding: 0 2px 0 0;
   display: block; float: left;
}
.k_button input{
   font-size: 11px;
   background: transparent;
   line-height: 23px;
   height: 23px; margin: 0; padding: 0 10px;
   border: none; outline: none;
}
*/
/* nowa lepsza inlineowa wersja full wypas */
.kopyto .k_button{
   background: url(http://ocdn.eu/files/deploy/NTM7MDA_/c77706634bf8c8e84e1d9aec832061a2.gif) no-repeat 0 -337px;
   line-height: 23px; font-size: 12px;
   margin: 0; padding: 4px 0 5px;
   cursor: pointer;
}
.kopyto .k_button span{
   font-size: 11px;
   background: url(http://ocdn.eu/files/deploy/NTE7MDA_/8ccccca5b42514758d66a74e980a5005.gif) no-repeat 100% -188px;
   line-height: 23px;
   margin: 0 0 0 2px; padding: 5px 2px 5px 0;
   cursor: pointer;
}
.kopyto .k_button input{
   color: #363636; background: transparent;
   font: bold 11px/20px Verdana, Arial, Helvetica, sans-serif;
   height: 22px; margin: -2px 0 0 0; padding: 0 10px;
   border: none; outline: none;
   cursor: pointer;
}
* html .kopyto .k_button{
   padding: 0;
}
* html .kopyto .k_button span{
   padding: 2px 2px 2px 0;
}
* html .kopyto .k_button input{
   height: 20px;
}
* + html .kopyto .k_button{
   padding: 0;
}
* + html .kopyto .k_button span{
   padding: 2px 2px 2px 0;
}
* + html .kopyto .k_button input{
   height: 20px;
}
.kopyto .k_searchButton{
   background-position: 0 -313px;
}
.kopyto .k_searchButton span{
   background-position: 100% -212px;
}
.kopyto .k_linkButton{
   background: url(http://ocdn.eu/files/deploy/NTM7MDA_/c77706634bf8c8e84e1d9aec832061a2.gif) no-repeat 0 -289px;
   font-weight: bold; font-size: 11px;
   line-height: 23px;
   margin: 0; padding: 5px 0 5px;
}
* html .kopyto .k_linkButton {
   font-size: 11px;
   padding: 0;
}
* + html .kopyto .k_linkButton {
   padding: 0;
}
.kopyto .k_linkButton span{
   color: #000; background: url(http://ocdn.eu/files/deploy/NTE7MDA_/8ccccca5b42514758d66a74e980a5005.gif) no-repeat 100% -188px;
   line-height: 23px;
   margin: 0 0 0 2px; padding: 5px 12px 5px 10px;
}
.kopyto .k_errorMessage {
   color: #f00;
   font-size: 11px;
   margin: 4px 0 10px 160px;
   display: block; float: left;
}
* html .kopyto .k_errorMessage {
   display: inline;
}
.kopyto .k_errorMessageMain {
   color: #f00;
   font-size: 11px;
   padding: 10px; margin: 0 0 20px 0;
   border: 1px solid #f00;
   display: block;
}
.kopyto .k_bulletList li {
    background: url(http://ocdn.eu/files/deploy/YjY7MDA_/ef6a2f15309f50770e9bacc8d1439e7a.gif) no-repeat 0 -17px;
    padding: 0 0 2px 11px
}
.kopyto .k_newsBulletList li {
    background: url(http://ocdn.eu/files/deploy/YjY7MDA_/ef6a2f15309f50770e9bacc8d1439e7a.gif) no-repeat -16px 3px;
    padding: 0 0 2px 11px
}
.kopyto .k_properties{
   color: #bababa;
}
.kopyto .k_linkLike{
   cursor: pointer;
}
.kopyto .k_text input{
   background: url(http://ocdn.eu/files/deploy/NTM7MDA_/c77706634bf8c8e84e1d9aec832061a2.gif) repeat-x 0 -434px;
}
.kopyto .k_text input,
.kopyto .k_textarea textarea{
   padding: 1px;
   border: 1px solid #DDDCE1;
}
.lay_search #main {
   width: 565px; margin-left: 200px;
   float: left;
}
* html .lay_search #main {
   display: inline;
}
.lay_search #info {
   width: 190px; margin-left: -765px;
   float: left;
}
.lay_search #extra {
   width: 200px;
   float: right;
}
.lay_print #doc {
   width: 620px;
}
.lay_print #head {
   margin: 0 0 14px 0;
}
.lay_home #main {
   width: 460px; margin-bottom:20px;
   float: left;
}
.lay_home #info {
   width: 200px; margin-left: 10px;
   float: right;
}
.lay_home #extra {
   width: 300px; margin-left: 10px;
   float: left;
}
.lay_home.sidebar #trunk { position: relative; }
.lay_home.sidebar #intro { width: 770px; }
.lay_home.sidebar #sidebar { position: absolute; right: 0px; top: 0px; }

* html a span{
   cursor: pointer;
}
* + html a span{
   cursor: pointer;
}


/** adult **/
.k_hideContainer {
	height:1px;
	overflow:hidden;
}
.kopyto .k_buttonDisabled, .kopyto .k_buttonDisabled span,.kopyto .k_buttonDisabled input {
	cursor:default;
}   
#k_adult #k_adultTitle {
	text-align:left;
	padding:0 0 0 50px;
	background:url(http://ocdn.eu/files/deploy/NTk7MDA_/118b6bf34e479238fd9df6c8c66e6a33.gif) left center no-repeat;
	margin-bottom:15px;
}
#k_adult {
	margin:60px auto;
	width:500px;
	padding:0px;
	text-align:center;
}
#k_adult .k_adultButtons {
   border-top:1px solid #EEEEEE;
   margin:40px 0 0;
   padding:25px 0 0;
}
#k_adultAcceptBtn {
	margin-left:260px;
}
#k_adultLabel h2 {
   display:inline;
}
#k_adultDesc {
   margin-bottom:20px;
   margin-left:52px;
   text-align:left;
}

/* content:icons.css */
/* 
    Ikonki do kontekstow bloczkow
*/
.k_iconPhoto{
   background: url(http://ocdn.eu/files/deploy/MTU7MDA_/89939266f92558e4218cdb5b72635c98.gif) no-repeat -3px 2px;
   padding: 0 0 0 18px;
}
.k_iconPhotoFirst{
   background: url(http://ocdn.eu/files/deploy/MTU7MDA_/89939266f92558e4218cdb5b72635c98.gif) no-repeat -3px 2px;
   font-size: 0; text-indent: -9999px;
   height: 16px; width: 18px; overflow: hidden;
   float: left;
}
.k_iconVideo{
   background: url(http://ocdn.eu/files/deploy/MTU7MDA_/89939266f92558e4218cdb5b72635c98.gif) no-repeat -2px -18px;
   padding: 0 0 0 18px;
}
.k_iconVideoFirst{
   background: url(http://ocdn.eu/files/deploy/MTU7MDA_/89939266f92558e4218cdb5b72635c98.gif) no-repeat -2px -17px;
   font-size: 0; text-indent: -9999px;
   height: 16px; width: 18px; overflow: hidden;
   float: left;
}


.k_iconVideoAfter,
.k_iconPhotoAfter,
.k_iconAudioAfter
{
   background: url(http://ocdn.eu/files/deploy/MTU7MDA_/89939266f92558e4218cdb5b72635c98.gif) no-repeat;
   font-size:0; text-indent:-9999px;
   margin:0; height:16px; width:16px; overflow:hidden;
   display:inline-block; vertical-align:middle;
}
.k_iconPhotoAfter { background-position: -1px 1px; }
.k_iconVideoAfter { background-position: 0 -18px; }
.k_iconAudioAfter { background-position: -2px -60px; }

/* content:insets.css */
.k_insets{
   font-size: 11px; line-height: 14px;
   margin: 0 0 1.2em 0;
}
.k_insetsWithPretitle{
   font-size: 11px; 
   line-height: 14px;
   margin: 0;
}
.k_insetsPretitle{
    margin: 10px 0 17px;
}
.k_insetLeft{
   float: left;
    margin: 10px 10px 8px 0;
}
.k_insetCenter{
   margin:3px auto 8px;
}
.k_insetRight{
   margin:3px 0 8px 10px;
   float: right;
}
/*****************************************/
.k_insetDownload {
   overflow: hidden; width: 100%;
   clear: both;
}
.k_insetDownload .downloadButton{
   background: url(http://ocdn.eu/files/deploy/NTE7MDA_/8ccccca5b42514758d66a74e980a5005.gif) no-repeat -152px -89px;
   text-indent: -9999px; 
   width: 136px; height: 87px; overflow: hidden; margin: 3px 10px 0 0px;
   display: block; float: left;
}
* html .k_insetDownload .downloadButton{
   margin: 3px 6px 0 0px;
}
.k_insetDownload table{
   margin: 0;
   float: left;
}
.k_insetDownload td{
   padding: 0 10px 0 0  ;
}
.k_insetDownload .k_value{
   font-weight: bold;
}
/*****************************************/
.k_insetAttachment {
	overflow: hidden;
	border-top:1px solid #DBDBDB;
	border-bottom:1px solid #DBDBDB;
	padding-bottom: 10px;
}
.k_insetAttachment .k_insetDownloadSection {
	float: left;
	width: 104px;
}
.k_insetAttachment .downloadButton {
	color:#585568; background:none repeat scroll 0 0 #eee;
	font-weight:bold; text-align:center;
	width:60px; margin-left:15px; padding:5px;
	border:1px solid #ccc;
	display:block;
}
.k_insetAttachment .k_insetAttachmentInfo  {
	float: right;
    width: 75%;
}

.k_insetAttachment .label {
	float:left;
	font-weight: bold;
	padding: 5px 10px 5px 0;
	width: 25%;
}

.k_insetAttachment .desc {
	float:left;
	padding: 5px 0 5px 0;
	width: 200px;
}

.k_insetAttachment .kFileIcon {
	display: block;
	width: 100px;
	height: 100px;
}

.k_insetAttachment .kFileIcon_Word {
	background: url(http://ocdn.eu/files/deploy/ZGU7MDA_/fae0c0656db30726584ac9bb43c676fb.gif);
}
.k_insetAttachment .kFileIcon_XLS {
	background: url(http://ocdn.eu/files/deploy/MTg7MDA_/8c4de241786e794ab0c50fddf1122560.gif);
}
.k_insetAttachment .kFileIcon_PDF {
	background: url(http://ocdn.eu/files/deploy/MDA7MDA_/1f77bfab816920c6c6fd84939852428c.gif);
}
.k_insetAttachment .kFileIcon_PPT {
	background: url(http://ocdn.eu/files/deploy/MmM7MDA_/fc9a7c8490b7ebf5cffe0ed7206e10fe.gif);
}
.k_insetAttachment .kFileIcon_EXE {
	background: url(http://ocdn.eu/files/deploy/YmU7MDA_/b95c716fc3746f4c037f7808f6cd4c2f.gif);
}
.k_insetAttachment .kFileIcon_ZIP {
	background: url(http://ocdn.eu/files/deploy/YWQ7MDA_/286ef042ba32eaac3e9c429db1ce7b9c.gif);
}

.k_insetAttachment .kFileIcon_Default {
	display: none;	
}

/*****************************************/
.k_insetTable {

    width: 100%;
    overflow-x:auto;
    overflow-y:hidden;
    padding-bottom: 0;
    *padding-bottom: 16px;
}
.opera .k_insetTable {
    padding-bottom: 16px;
}

.k_insetTable table{
   border: 1px solid #DDDCE1;
}
.k_insetTable th,
.k_insetTable td{
   text-align: left;
   padding: 4px 6px;
   border: 1px solid #DDDCE1;
   vertical-align: top;
}

.k_insetTable .k_it_right {
	text-align: right;
}

.k_insetTable .k_it_center {
	text-align: center;
}

.k_insetTable .k_it_bold,
.k_insetTable .k_it_bold a {
	font-weight: bold;
}

.k_insetTable .k_it_italic,
.k_insetTable .k_it_italic a {
	font-style: italic;
}
/*****************************************/
.k_insetGalleryLarge{
   border: 1px solid #DDDCE1;
   overflow: hidden; width: 458px;
}
.k_insetGalleryLarge h4{
   font-size: 12px;
   margin: 3px 5px 0 5px;
}
.k_insetGalleryLarge h4 a{
   color: #646464;
}
.k_insetGalleryLarge h4 a:hover{
   color: #f00;
}
.k_insetGalleryLarge h4 span{
   color: #bababa;
   font-weight: normal;
}
.k_insetGalleryLarge li{
   padding: 5px 0 5px 5px;
   float: left;
}
.k_insetGalleryLarge li span{
}
.k_insetGalleryLarge li a{
   background:#F5F5F5;
   width: 144px; height: 108px;
   border:1px solid #DDDCE1;
   display: block;
}
/*****************************************/
.k_insetGallerySmall,
.k_insetGalleryLink,
.k_insetVideoLink{
   padding: 3px; margin: 3px 10px 8px 0; width: 182px; overflow: hidden;
   border: 1px solid #DDDCE1;
}
.k_insetMediaSmall{
   
}
.k_insetVideoSmall{
   margin: 3px 10px 8px 0;
   float: left; clear: both;
}
.k_insetVideoMedium{
   width: 300px; margin: 0 10px 10px 0;
}
* html .k_insetGallerySmall,
* html .k_insetGalleryLink,
* html .k_insetVideoSmall,
* html .k_insetVideoMedium,
* html .k_insetVideoLink,
* html .k_insetMediaSmall{
   margin: 3px 6px 8px 0;
}
.k_insetGallerySmall a,
.k_insetGallerySmall span,
.k_insetGallerySmall img,
.k_insetMediaSmall img{
   display: block;
}
.k_insetGallerySmall a,
.k_insetGalleryLink a{
   overflow: hidden; width: 100%;
}
.k_insetGallerySmall img,
.k_insetMediaSmall img{
   margin: 0 auto;
}
.k_insetGallerySmall .k_photo{
   background:#F5F5F5;
   width: 180px; height: 120px; margin: 0 0 7px 0;
   border:1px solid #DDDCE1;
   display: block;
}
.k_insetMediaSmall .k_photo{
   margin: 0;
   width: 188px;
   display: block;   
}
.k_insetMediaSmall .k_author{
   color:#B9B9B9;
   font-size:11px; font-style:italic; line-height: 18px;
}
.k_insetGallerySmall .k_title,
.k_insetGalleryLink .k_title,
.k_insetVideoLink .k_title,
.k_insetVideoSmall .k_title{
   width: 164px;
   float: left;
}
/*****************************************/
.k_insetFrameLarge,
.k_insetFrameSmall{
   border: 1px solid #bababa;
   clear: both;
}
.k_insetFrameLarge h4,
.k_insetFrameSmall h4{
   background: #bababa;
   font-size: 12px;
   padding: 3px; margin: 0;
}
.k_insetFrameLarge h4 a,
.k_insetFrameSmall h4 a{
   background: url(http://ocdn.eu/files/deploy/MTU7MDA_/89939266f92558e4218cdb5b72635c98.gif) no-repeat 100% -928px; color: #fff;
   padding: 0 12px 0 0;
}
.k_insetFrameLarge img.k_framePhoto,
.k_insetFrameSmall img.k_framePhoto{
   margin: 3px 10px 0 0;
   float:left;
}
.k_insetFrameLarge .k_frameContent,
.k_insetFrameSmall .k_frameContent{
   margin: 0 3px 3px; overflow: hidden; width: 452px;
}
.k_insetFrameLarge .k_frameContent{
   text-align: center;
   margin-top: 3px;
   vertical-align: top;
}
.k_insetFrameLarge .k_frameContent a{
   display: block;
}
/*****************************************/
.k_insetsSubcolumn{
   width: 188px; overflow: hidden; margin: 3px 10px 8px 0;
   border:1px solid #DDDCE1;
}
* html .k_insetsSubcolumn{
   margin: 3px 6px 10px 0;
}
.k_insetsSubcolumn .k_insets{
   margin: 0;
   border: none;
}
/*****************************************/
.k_insetPhotoLarge{
   text-align: center;
   padding: 2px 0 32px 0;
   margin: 0;
}
.k_insetPhotoSmall{
   text-align: center;
   padding: 0;
   margin: 0;
   float:left;
}

.k_insetPhotoSmall img{
	padding-right:10px;
}
.k_insetPhotoLarge .k_title, .k_insetPhotoSmall .k_title,
.k_insetPhotoLarge .k_author, .k_insetPhotoSmall .k_author{
	border-bottom: 1px solid #EBEBEB;
    color: #B9B9B9;
    font-size: 11px;
    font-style: italic;
    line-height: 14px;
    padding: 2px 8px;
    text-align: left;

}
.k_newsDetailPrint .k_insetPhotoLarge,
.k_newsDetailPrint .k_insetPhotoSmall{
   padding: 16px 0 19px 0;
}
/*****************************************/
.k_insetMediaLarge{
   text-align: center;
   padding: 34px 0 32px 0;
   clear:both;
}
.k_insetMediaLarge .k_author{
   color: #b9b9b9;
   font-style: italic; font-size: 11px; line-height: 28px; text-align: left;
   padding: 0 8px;
   border-bottom: 1px solid #DDDCE1;
}
/*****************************************/
.k_insetVideoSmall .k_videoLargeLink{
   margin: 7px 0 0 0;
   display: block;
}
/*****************************************/
.k_insetZumi{
   width: 450px; margin: 0 auto 1.2em;
   clear: both;
}
.k_insetZumi .k_partnerLinks{
   width: 100%; overflow: hidden;
}
.k_insetZumi,
.k_insetZumi a{
   color: #bababa;
}
.k_insetZumi .k_mapaMapLink{
   float: right;
}
.k_insetZumi .k_zumiLink{
   float: left;
}
.k_insetMediaBox{
   width: 100%; overflow: hidden;
}
.k_insetPollSubrighttext {
   margin:0 0 10px 15px;
   float:right;
}
.k_insetPollSublefttext {
   margin: 0 15px 10px 0;
   float:left;
}
.k_insetPollleft {
   text-align:left;
}
.k_insetPollright {
   overflow:hidden;
   text-align:right;
   width:auto;
}
.k_insetPollSubright {
   float:right;
   text-align:left;
}
.k_insetPollSubjustify {
   margin:auto;
}
.k_insetPollW190px {
   width:190px;
}
.k_insetPollW300px {
   width:300px;
}
.zumi-map .zuminavig-zoombar {
   display:none;
}
.zumi-map .zuminavig-zoomin {
   left:15px;
   top:15px;
}
.zumi-map .zuminavig-zoomout {
   left:15px;
   top:45px;
}
.zumi-map .zumi-marker-tooltip span {
   display:block;
   font-weight: bold;
   margin:5px 0 2px 0;
   color:#000;
}
.zumi-map .zumi-marker-tooltip a {
   font-size:10px;
}
/*****************************************/
.k_insetWebCam {
   text-align: center;
}

.k_insetWebCam iframe { border: 0; }

.k_clubsInset{
	background: url("http://ocdn.eu/files/deploy/OTE7MDA_/5619dab5b35a935a87cea2eede55b748.gif") no-repeat;
    font-family:Verdana;
	clear:both;
}

.k_clubsBlock205{
	width:205px;
	background-position: 169px -9px;
}

.k_clubsBlock460{
	width:460px;
	background-position: 424px -9px;
}
.k_clubsBlock300{
	width:326px;
	background-position: 290px -9px;
}
.k_clubsBlock665{
	width:665px;
	background-position: 630px -9px;
}
.k_clubsContainer{
	background: #015396 url("http://ocdn.eu/files/deploy/OTE7MDA_/5619dab5b35a935a87cea2eede55b748.gif") no-repeat;
}

.k_clubsBlock205 .k_clubsContainer{
	width:205px;
	background-position: 169px -30px;
}

.k_clubsBlock460 .k_clubsContainer{
	width:460px;
	background-position: 424px -30px;
}
.k_clubsBlock300 .k_clubsContainer{
	width:326px;
	background-position: 290px -30px;
}
.k_clubsBlock665 .k_clubsContainer{
	width:665px;
	background-position: 630px -30px;
}
.k_clubsContent{
	margin-right: 26px;
	border-top: 1px solid #E1E1E1;
	border-left: 1px solid #E1E1E1;
	border-bottom: 1px solid #E1E1E1;
	background-color: white;
}
.k_clubsBlock460 .k_clubsContent{
	width:434px;
}
.k_clubsBlock300 .k_clubsContent{
	width:300px;
}
.k_clubsBlock665 .k_clubsContent{
	width:639px;
}
/*=========== Club List ================*/
.k_clubsList{
    margin:0;
    padding:6px 14px 0 14px;
    list-style:none;
}
.k_clubsList li{
    display:block;
    float:left;
    margin-right:12px;
    width:125px;
}
.k_clubsList li.last{
    margin-right:0px;
}
.k_clubsList li img{
    float:none;
    border:1px solid #e1e1e1;
    padding:1px;
    clear:both;
	margin-bottom: 5px;
}
.k_clubsList p{
    padding:0; margin:4px 0 5px;
}
.k_clubsList li p.clubsAuthor{
    font-size:9px;
    color:#333;
	margin-bottom: 6px;
}
.k_clubsList li a{
    font-weight:bold;
    text-decoration:none;
    color: #015396;
}
.k_clubsContainer .k_newsMore{
    margin: 4px 12px 10px 0;
	text-align: right;
	clear: both;
}
.k_clubsBlock h2 {
   color:#CA1A00;
   display:inline;
   font-family:tahoma,Arial,Verdana,Helvetica,sans-serif;
   font-size:13px;
   font-style:normal;
   font-weight:bold;
   line-height:28px;
   text-transform:uppercase;
}

.k_clubsList li p.clubsAuthor{
    font-size:9px;
    color:#333;
}
.k_clubsList li a, .k_clubsList li a:visited, .k_clubsList li a:link{
    font-weight:bold;
    text-decoration:none;
    color: #015396;

}
.k_clubsContainer .k_clubs.k_newsMore{
    margin: 4px 12px 12px 0;
}
.k_clubs .k_clubsNumberClubbers{
	float: right
}
.k_imgSourceLogo{
	float:left;	
	height:18px;
}
/*****************************/
.k_insetCitationSmall{
   width: 180px;
}
.k_insetCitationSmall,
.k_insetCitation {
   color: #777;
   text-align: right;
   padding: 4px 8px 9px 36px;
   position: relative;
}
.k_insetCitationBorder {
   background: #f8f8f8; 
   border: 1px solid #DBDBDB;
   clear: both;
}
.k_insetCitationSmall .k_iconCitation,
.k_insetCitation .k_iconCitation {
   background: url('http://ocdn.eu/files/deploy/YjU7MDA_/5bba7d65ccb2097d118ac8dcf09a20a1.gif') no-repeat 0 0;
   text-indent: -9999px; text-align: left;
   width: 32px; height: 32px; overflow: hidden; margin-left: -34px; margin-top: -4px;
   float: left;
}
.k_insetCitationSmall blockquote,
.k_insetCitation blockquote{
   color: #777;
   text-align: left; font: italic 18px "times new roman", serif;
   margin: 40px 0 0 0; 
   padding: 0 0 12px 0;
}
.k_insetCitation img, 
.k_insetCitationSmall img{
 position: absolute;
 right:5px;
 top:5px;
}
.k_insetCitationSmall cite,
.k_insetCitation cite{
   font: italic 11px Verdana, Arial, Helvetica, sans-serif; 
}

.k_question{
  border:1px solid #dadada;
  padding:0 0 10px 11px;
  margin:10px 0;
  }
.k_question h2{
  font-size:30px;
  line-height:30px;
}

.k_question label{
  margin:0 5px 6px 25px;
  display:block;
}
.k_question input{
  margin:0px 5px 2px;
}
.k_question .k_questionButton{
  width:116px;
  margin:10px 20px 5px 530px;
}
.k_question .k_questionButton a{
  background:transparent url(http://ocdn.eu/files/deploy/NTM7MDA_/c77706634bf8c8e84e1d9aec832061a2.gif) no-repeat scroll 0 -547px;
  color:#ffffff;
  display:block;
  height:30px;
  line-height:30px;
}
.k_question .k_questionButton a span{
  background:transparent url(http://ocdn.eu/files/deploy/NTE7MDA_/8ccccca5b42514758d66a74e980a5005.gif) no-repeat scroll 100% -378px;
  font-family:verdana;
  font-weight:bold;
  display:block;
  height:30px;
  margin:0px 10px;
  padding:0 22px;  
}
.k_question .k_questionButton a:hover{
  color:#ffffff;
}
/*=========== CWalor ================*/
/* wstawiane JSem */
.k_insetInline {
	display: inline;
}
.k_insetInline p {
	display: inline;
}
.k_insetWalorCnt {
	display:inline;
}
.k_insetsWalorPriceA {
	/*font-size: 12px;	*/
}
.k_insetsWalorPriceA .k_insetWalorPriceName {
	color:#565567;
}
.k_insetsWalorPriceA .k_insetWalorPriceValue {
	color:#565567;
	font-weight: bold;
}

.k_insetsWalorPriceA .k_insetWalorPriceDate {
	font-size: 80%;
	color:#565567;
}

.k_insetsWalorPriceA .up {
	color: #358850;
	background: url(http://ocdn.eu/files/pulscms/MDc7MDA_/f38a0428be2c8b3318f71bc8b3320291.gif) no-repeat -10px -207px;
	padding-left: 12px;
}

.k_insetsWalorPriceA .down {
	color:#FF0000;
	background: url(http://ocdn.eu/files/pulscms/MDc7MDA_/f38a0428be2c8b3318f71bc8b3320291.gif) no-repeat -10px -242px;
	padding-left: 12px;
}

.k_insetsWalorPriceA .same {
	color:#004AA2;
	background: url(http://ocdn.eu/files/pulscms/MDc7MDA_/f38a0428be2c8b3318f71bc8b3320291.gif) no-repeat -10px -277px;
	padding-left: 12px;
}

.k_insetWalorPriceWait {
	padding: 0 15px 0 15px;
	background: url("http://ocdn.eu/files/deploy/MWM7MDA_/189e1a4ca2cbcc1ba8607147f2999dc2.gif") no-repeat 4px -2px transparent;
}
/*************** tablica *************/

/************** variograf begin ************/
.k_insets_ov {
	overflow: hidden;
	position: relative
}

.k_insets_ov_190 {
	width: 190px;
	height: 357px;
}

.k_insets_ov_300 {
	width: 300px;
	height: 423px;
}

.k_insets_ov_450 {
	width: 450px;
	height: 577px;
}

.k_insets_ov_640 {
	width: 640px;
	height: 771px;
}

.k_insets_ov_190_promo {
	width: 190px;
	height: 390px;
}

.k_insets_ov_300_promo {
	width: 300px;
	height: 335px;
}

.k_insets_ov_450_promo {
	width: 450px;
	height: 262px;
}

.k_insets_ov_640_promo {
	width: 640px;
	height: 321px;
}
.k_insets_ov .hide {
	display: none;
}

.k_insets_ov .k_loader {
	width: 100%;
	height: 100%;
	background: url("http://ocdn.eu/files/deploy/MWM7MDA_/189e1a4ca2cbcc1ba8607147f2999dc2.gif") center no-repeat;
}

/************** variograf end ************/
/*************playlista**************/
/*----IE position: fixed-----*/
* html .k_insets div.playlist {
    position: absolute;
}

.k_insets div.playlist {
	position: relative;
}

/*-------*/
.k_insets .playlist {
    width: 100%;
    bottom: 0;
    left: 0;
    margin: 0;
    padding: 0;
    background: #F86D04;
    z-index: 1000;
}
.k_insets .playlist ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.k_insets .playlist div {
    margin: 0;
    padding: 0;
}
/*----Playlist BAR----*/

.k_insets .playlistBar {
    height: 20px;
    background: url("http://ocdn.eu/files/deploy/NzQ7MDA_/9da7dc0d8262225d53c119c691d695cd.png") 0px -324px;
    font-family: "Trebuchet MS", Tahoma, Arial, sans-serif;
    font-size: 12px;
    position: relative;
    width: 100%;
}

.k_insets .playlistSimpleBar {
    float: left;
}

.k_insets .barSimpleTitle, .barSimpleCount {
    font-family: "Trebuchet MS", Tahoma, Arial, sans-serif;
    font-size: 12px;
    color: #414a58;
    display: block;
    float: left;
    margin-top: 2px;
    font-weight: bold;
}

.k_insets .barSimpleTitle {
    margin-left:10px;
    margin-right: 5px;
    text-decoration: none;
}

.k_insets .playlistLeftBar {
    width: 48px;
    float: left;
    overflow: auto;
    border-right: 1px solid white;
    position: absolute;
    bottom: 0;
}
.k_insets .playlistLeftBar img {
    width: 24px;
    height: 20px;
    float: left;
}

.k_insets .playlistTabs {
    float: left;
    overflow: auto;
    position: absolute;
    bottom: 0;
    left: 49px;
}
.k_insets .playlistTabs li{
    float: left;
    padding: 2px 10px;
    background: #646464;
}
.k_insets .playlistTabs li.playlistTabSelected{
    background: #F86D04;
}
.k_insets .playlistTabs li img {
    width: 16px;
    height: 16px;
    float: left;
    margin: 4px;
}
.k_insets .playlistTabs li a {
    text-decoration: none;
    color: white;
    margin: 3px 0;
    float: left;
}

.k_insets .playlistBarButtons {
    float: right;
    width: 48px;
    margin: 0;
    padding: 0;
}
.k_insets .playlistBarButtons span{
    width: 24px;
    height: 20px;
    display: block;
    float: right;
    text-decoration: none;
    cursor: pointer;
}
.k_insets .playlistBarButtons span.showHidePlaylist{
    background-image: url("http://ocdn.eu/files/deploy/NzQ7MDA_/9da7dc0d8262225d53c119c691d695cd.png");
    background-position: -104px 0px;
}

/*----Playlist Left player----*/
.k_insets .playlistLeft {
    background: #E16405;
    border-right: 1px solid white;
    width: 48px;
    height: 150px;
    float: left;
    position: relative;
    z-index: 100;
}

.k_insets .playlistPlayer span.playerButton {
    display: block;
    cursor: pointer;
}

.k_insets .playlistPlayer span {
    font-family: "Trebuchet MS", Tahoma, Arial, sans-serif;
    font-size: 12px;
    line-height: 13px;
    color: #6f2f00;
}

.k_insets .playlistPlayer span.playerTime {
    font-size: 10px;
}

.k_insets .playlistPlayer span.playerPlay {
    display: block;
    text-decoration: none;
    background: url("http://ocdn.eu/files/deploy/NzQ7MDA_/9da7dc0d8262225d53c119c691d695cd.png") -4px 0px;
    margin: 20px auto 0;
    width: 33px;
    height: 32px;
    z-index: 100;
    position: relative;
}
.k_insets .playlistPlayer span.playerPrev {
    background: url("http://ocdn.eu/files/deploy/NzQ7MDA_/9da7dc0d8262225d53c119c691d695cd.png") 0px -32px;
    float: left;
    width: 20px;
    height: 19px;
    border-right: 1px solid #CF5901;
    margin-left: 4px;
    position: relative;
    bottom: 4px;
}
.k_insets .playlistPlayer span.playerNext {
    background: url("http://ocdn.eu/files/deploy/NzQ7MDA_/9da7dc0d8262225d53c119c691d695cd.png") -21px -32px;
    float: left;
    width: 20px;
    height: 19px;
    margin-bottom: 5px;
    position: relative;
    bottom: 4px;
}

.k_insets .playlistPlayer span{
    display: block;
    margin: auto;
    text-align: center;
    color: #6f2f00;
}

.k_insets div.playlistPlayerAdditionalButtons {
    margin: 20px auto 0;
    overflow: auto;
    width: 100%;
    height: 20px;
}
.k_insets .playlistPlayerAdditionalButtons span {
    width: 19px;
    height: 16px;
    display: block;
    float: left;
    cursor: pointer;
}

.k_insets .playerShuffle {
    background: url("http://ocdn.eu/files/deploy/NzQ7MDA_/9da7dc0d8262225d53c119c691d695cd.png");
    margin-left: 5px;
}

.k_insets .playlistPlayerAdditionalButtons span.shuffleDisable {
    background-position: -104px -38px;
}

.k_insets .playlistPlayerAdditionalButtons span.shuffleEnable {
    background-position: -104px -22px;
}

.k_insets .playerRepeat {
    background: url("http://ocdn.eu/files/deploy/NzQ7MDA_/9da7dc0d8262225d53c119c691d695cd.png");
}

.k_insets .playlistPlayerAdditionalButtons span.repeatDisable {
    background-position: -123px -38px;
}

.k_insets .playlistPlayerAdditionalButtons span.repeatEnable {
    background-position: -123px -22px;
}

/*----Playlist Tooltips ----*/
.k_insets .playlistTooltip {
    display:none; 
    position:absolute; 
    background:#ffffff; 
    border:1px solid #cccccc; 
    color:#3c3c3c;
    font-size: 9px;
    padding: 1px 3px;
    position: absolute;
    font-family: "Trebuchet MS", Tahoma, Arial, sans-serif;
    z-index: 1000;
    
    border-radius: 5px 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.1);
}

.k_insets .tooltipPlay {
    left: 37px;
    top: 5px;
    
    -webkit-border-bottom-left-radius: 0px;
    -moz-border-radius-bottomleft: 0px;
    border-bottom-left-radius: 0px; 
}

.k_insets .tooltipPrev {
    left: 21px;
    top: 70px;
    
    -webkit-border-top-left-radius: 0px;
    -moz-border-radius-topleft: 0px;
    border-top-left-radius: 0px;
}

.k_insets .tooltipNext {
    left: 41px;
    top: 70px;
    
    -webkit-border-top-left-radius: 0px;
    -moz-border-radius-topleft: 0px;
    border-top-left-radius: 0px;
}

.k_insets .tooltipRepeat {
    top: 88px;
    left: 33px;
    
    -webkit-border-bottom-left-radius: 0px;
    -moz-border-radius-bottomleft: 0px;
    border-bottom-left-radius: 0px; 
}

.k_insets .tooltipShuffle {
    top: 88px;
    left: 18px;
    
    -webkit-border-bottom-left-radius: 0px;
    -moz-border-radius-bottomleft: 0px;
    border-bottom-left-radius: 0px; 
}

.k_insets .tooltipShowHide {
    right: 10px;
    top: -21px;
    
    -webkit-border-bottom-right-radius: 0px;
    -moz-border-radius-bottomright: 0px;
    border-bottom-right-radius: 0px; 
}

/*----Playlist main content----*/
.k_insets .playlistMain {
    background: #F86D04;
    height: 150px;
    margin: 0 0 0 49px;
    overflow: hidden;
    position: relative;
}

.k_insets .playlistContainer {
    position: relative;
    padding-left: 30px;
}

.k_insets .slideLeft, .slideRight {
    width: 28px;
    height: 47px;
    position: relative;
    text-decoration: none;
    display: block;
    cursor: pointer;
    z-index: 99;
}

.k_insets .slideLeft {
    background: url("http://ocdn.eu/files/deploy/NzQ7MDA_/9da7dc0d8262225d53c119c691d695cd.png") -43px 0px;
    left: 0;
    bottom: -50px;
    float: left;
}

.k_insets .slideRight {
    background: url("http://ocdn.eu/files/deploy/NzQ7MDA_/9da7dc0d8262225d53c119c691d695cd.png") -71px 0px;
    right: 0;
    float: right;
    bottom: -50px;
}

.k_insets .playlistMain .playlistItems {
    width: 2000px;
    overflow: hidden;
    margin-left: 30px;
    padding: 5px 0;
    position: absolute;
    left: 0;
}
.k_insets .playlistMain div.playlistItem {
    float: left;
    margin: 7px 4px;
    width: 152px;
    height: 125px;
    padding: 6px 6px 0;
    cursor: pointer;
    position: relative;
}

.k_insets .playlistMain div.playlistItems div.playlistItem:hover {
    background: url("http://ocdn.eu/files/deploy/NzQ7MDA_/9da7dc0d8262225d53c119c691d695cd.png") 0 -185px;
    padding: 12px 6px 5px;
    margin: 1px 4px;
    height: 122px;
}

.k_insets .selectedPlaylistItem {
    background: url("http://ocdn.eu/files/deploy/NzQ7MDA_/9da7dc0d8262225d53c119c691d695cd.png") 0 -54px;
}

.k_insets .playlistItem div.clipThumbnail {
    background: black no-repeat 50% 50%;
    width: 150px;
    height: 84px;
    display: block;
    margin: 2px auto 4px;
    border: 1px solid #c6c7c7;
}

.k_insets .playlistMain div.playlistItemIndex {
    background: white;
    color: #8D8D8D;
    display: none;
    font-size: 14px;
    font-weight: bold;
    left: 7px;
    top: 15px;
    width: 23px;
    height: 23px;
    z-index: 1;
    position: absolute;
    
    border-bottom: 1px solid #c6c7c7;
    border-right: 1px solid #c6c7c7;
    -webkit-border-bottom-right-radius: 8px;
    -moz-border-radius-bottomright: 8px;
    border-bottom-right-radius: 8px; 
}
.k_insets .playlistMain div.playlistItem:hover div.playlistItemIndex {
    display: block;
}

.k_insets .playlistMain div.playButton {
    background: url(http://ocdn.eu/files/deploy/ZGM7MDA_/74da3317d06bcb8f08a12a5aaa1f5521.png) no-repeat 0 0;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 40px;
    left: 66px;
    display: none;
    z-index: 1;
}
.k_insets .playlistMain div.playlistItem:hover div.playButton {
    display: block;
}
.k_insets .playlistMain div.loadingClip {
    background: url("http://ocdn.eu/files/deploy/ZjM7MDA_/8f5408370ad26bc7cbce4064f6bb8b0e.gif") no-repeat 50% 50% black;
    width: 150px;
    height: 84px;
    position: absolute;
    top: 9px;
    left: 7px;
    display: block;
    z-index: 100;
}

.k_insets .playlistMain div.playlistItem:hover div.loadingClip {
    top: 15px;
}

.k_insets .playlistMain div.playlistItemIndex span {
    width: 100%;
    text-align: center;
    padding: 3px 0 0 0;
    margin: 0;
}

.k_insets .playlistItem span, .playlistItem a {
    float: left;
    clear: left;
    font-family: "Trebuchet MS", Tahoma, Arial, sans-serif;
    font-size: 12px;
    font-weight: bold;
    padding: 0 2px;
    margin: 0;
    width: 146px;
    overflow: hidden;
    white-space: nowrap;
}

.k_insets .playlistMain span.playlistItemTitle {
    color: #2b313a;
    line-height: 14px;
}

.k_insets .playlistMain a.playlistItemArtist, .playlistMain span.playlistItemArtist {
    color: #fff;
    text-decoration: none;
}
.k_insets .playlistMain a.playlistItemArtist:hover  {
    text-decoration: underline;
}

/*----Empty playlist----*/
.k_insets .emptyPlaylist {

}

.k_insets .emptyPlaylist .playlistLeft {
    background: #C3C3C3;
}

.k_insets .emptyPlaylist .playlistMain{
    background: #C2C2C2;
}

.k_insets .emptyPlaylist .playlistMain span {
    color: #E4E4E4;
    font-size: 30px;
    font-weight: bold;
    font-family: "Trebuchet MS", Tahoma, Arial, sans-serif;
    margin: 50px 0 0 40px;
    display: block;
}
/*****************************/
.k_insetMVP .k_insetMVPImage {
   height:100%;
   position:relative;
   width:100%;
}
.k_insetMVP .k_insetMVPImage:after {
    border: 1px solid rgba(255,255,255,.5);
    bottom: 1px;
    content: ' ';
    left: 1px;
    outline: 1px solid rgba(0,0,0,.2);
    position: absolute;
    right: 1px;
    top: 1px;
}
.k_insetMVP .k_insetMVPImage img {
   height:100%;
   width:auto;
}
.k_insetMVP .k_insetMVPImage .k_insetMVPGradient {
   background-color: rgba(0,0,0,.37) !important;
   background-color: rgb(0,0,0); /* fallback */
   filter: alpha(opacity=37);
   height:100%;
   left:0;
   opacity: .7;
   position:absolute;
   top:0;
   width:100%;
   z-index:5;
}
.k_insetMVP .k_insetMVPImage .k_insetMVPTime {
   background-color: rgba(0,0,0,0.37) !important;
   background-color: rgb(0,0,0); /* fallback */
   border-radius: 0.37em 0.37em 0.37em 0.37em;
   bottom: 13px; 
   color: rgba(255,255,255,0.72) !important;
   color: rgb(255,255,255); /* fallback */
   display: inline;
   filter: alpha(opacity=37);
   font-size: 12px;
   font-weight: bold;
   letter-spacing: 0px;
   line-height: 12px;
   padding: 5px 10px;
   position: absolute; 
   right: 15px;
   text-transform: lowercase;
   -moz-border-radius: 0.37em 0.37em 0.37em 0.37em;
}

/*********************** url description ***************************/
.k_insetUrlDescription {
    font-family: Verdana, Arial, Helevetica, sans-serif;
    padding-bottom: 19px;
}

.k_insetUrlDescription .k_insetsPretitle h5,
.k_insetUrlDescription a {
    font-weight: bold;
    font-size: 12px;
}

.k_insetUrlDescription a {
   margin-left: 26px;
   line-height: 10px;
}



/* content:newsDetail.css */
.k_newsDetail .k_preTitle{
   width: 100%; overflow: hidden;
   border-bottom: 1px solid #DDDCE1;
}
.k_newsDetail h1{
   margin: 7px 0 18px 0px;
   font-family: Tahoma, Arial, Helevetica, sans-serif;
   font-size: 36px;
   line-height: 38px;
}
.k_newsDetail p.k_lead{
   margin: 0 0 8px 0;
	font-weight:bold;
}
.k_newsDetail .k_text{
   padding: 0 0 10px 0;
}
.k_newsDetail p{
   margin: 0 0 1.2em 0;
}
.k_newsDetail .k_postTitle{
   padding: 0 0 32px;
   position: relative;
}
.k_newsDetail .k_postTitle .k_sourceLogo{
   position: absolute; top: 0; right: 0;
}
.k_newsDetail .k_source,
.k_newsDetail .k_author,
.k_newsDetail .k_postTitle .k_date{
   color: #b9b9b9;
   font-size: 11px;
}
.k_newsDetail .k_content .k_source,
.k_newsDetail .k_content .k_author,
.k_newsDetail .k_postTitle .k_date{
   display: block;
}
.k_newsDetail .k_textTools{
   height: 22px;
   float: right;
   position: relative;
   width: 91px; 
}

.k_newsDetail .k_textTags{
   height:auto;
   float: left;
   color:#9E9E9E;
   font-size:11px;
   width:500px;
   margin-bottom:7px;
   margin-top: 7px;
}

.k_newsDetail .k_textTags a{
   font-size:11px;
}

.k_newsDetail #k_textSize1,
.k_newsDetail #k_textSize2,
.k_newsDetail #k_textSize3{
   background: url(http://ocdn.eu/files/deploy/NTE7MDA_/8ccccca5b42514758d66a74e980a5005.gif) no-repeat;
   text-indent:-9999px;
   width: 19px; height: 19px; margin: 0 4px 0 0;
   outline: none;
   display: block; overflow: hidden; float:left;
}
.k_newsDetail #k_textSize1{
   background-position: 0 -95px;
}
.k_newsDetail #k_textSize2{
   background-position: -22px -95px;
}
.k_newsDetail #k_textSize3{
   background-position: -44px -95px;
}
.k_newsDetail #k_textSize1.k_selected,
.k_newsDetail #k_textSize1:hover{
   background-position: 0 -117px;
}
.k_newsDetail #k_textSize2.k_selected,
.k_newsDetail #k_textSize2:hover{
   background-position: -22px -117px;
}
.k_newsDetail #k_textSize3.k_selected,
.k_newsDetail #k_textSize3:hover{
   background-position: -44px -117px;
}
.k_newsDetail .k_textSize1{
   font-size: 12px; line-height: 16px;
}
.k_newsDetail .k_textSize2{
   font-size: 14px; line-height: 18px;
}
.k_newsDetail .k_textSize3{
   font-size: 16px; line-height: 21px;
}
.k_newsDetail #k_textSizes{
   position: absolute; left: 0px; top: 1px; z-index: 3;
}
.k_newsDetail #ivonawebreader_1 span{
    height: 26px; overflow: hidden;
    display: block;
}
.k_newsDetail .k_print{
	float:left;
	height:18px;
	width:20px;
	position:absolute;
	left:72px;
	z-index:3;
}
.k_newsDetail .k_print a{
   background: url(http://ocdn.eu/files/deploy/NTE7MDA_/8ccccca5b42514758d66a74e980a5005.gif) no-repeat 0 -400px;
   position:absolute;
   width:23px;
   height:19px;
   margin:1px 0 0;
   text-indent:-9999px;
}
.k_newsDetail .k_print a:hover{
   background: url(http://ocdn.eu/files/deploy/NTE7MDA_/8ccccca5b42514758d66a74e980a5005.gif) no-repeat 0 -371px;
}
.k_newsDetail #k_addTo{
   float: left;
}
.k_newsDetail .k_contestButton{
   text-align: right;
   padding: 0 0 20px 0;
   clear: both;
}
.k_newsDetail .k_content .k_properties{
   font-size: 11px;
   padding: 0 0 20px 0;
	clear: both;
}
.k_newsDetail .k_sponsored{
   color: #ee0303;
   font-size: 11px;
}
.k_newsDetail .k_content .k_sponsored{
   clear: both;
}
.k_newsDetail .k_postTitle .k_sponsored{
   padding: 0 0 20px 0;
}
.k_newsDetail .k_content .k_sponsored span{
   display: block;
}
.k_newsDetailPrint .k_printControls{
  text-align: center;
  width: 100%; height: 27px;
  position: relative;
}
.k_newsDetailPrint h1{
   margin-top:22px; padding: 7px 0 4px;
   border-top: 1px solid #DDDCE1;
}
.k_newsDetailPrint .k_printControls .k_back{
   background: url(http://ocdn.eu/files/deploy/MTU7MDA_/89939266f92558e4218cdb5b72635c98.gif) no-repeat -9px -910px;
   padding: 0 0 0 12px;
   position: absolute; top: 5px; left: 0;
}
.k_newsDetailPrint .k_printControls .k_linkButton{
  text-align: center; 
}
.k_newsDetailPrint .k_printControls a{
   font-size: 11px;
}
.k_newsDetail .k_text ul.k_bulletList{
   display:block;
   margin:1em 0 1em 1em;
   overflow:hidden;
}
.k_newsDetail .k_text ol.k_orderList{
   margin: 1em 0 1em 1em;
   list-style-position:inside;
}
.k_newsDetail .k_text ul.k_bulletList li,
.k_newsDetail .k_text ol.k_orderList li{
   padding-bottom: 0.6em;
}
.k_newsDetail .k_articleImage{
   margin:3px 10px 8px 10px;
}

.k_leftNewsDetailContext h5 {
    margin: 0 0 5px;
}

.k_frameContent {
    padding: 2px;
}

.k_content sup {
    vertical-align: top;
    font-size: 9px;
}

#bDetailRating {
    font-size: 11px;
    margin-bottom: 15px;
}
#bDetailRating span {
    padding-right: 5px;
}
.ocn_ocenianie {
    display: inline;
    width: 120px;
}
.ocn_ocenianie button {
    background-color: #EBEBEB;
    border: 1px solid #DDDCE1;
    color: #989898;
    cursor: pointer;
    font-size: 11px;
    margin: -10px 0 0;
    padding: 0;
}

.newsDisclaimer {
    color: #989898;
    font-size: 11px;
    font-weight: normal;
 margin-bottom: 14px;
}
.k_relatedTags {
    color: #989898;
    font-size: 11px;
    margin-bottom: 15px;
}
.k_relatedTags a {
    text-decoration: none;
}
.k_addthis{
	float:right;
	margin:10px;
}
.k_followTwitt{
	float: left;
	line-height: 20px;
}

/* content:newsDetailContext.css */
.k_contentDetailContext {
		font-family:verdana;
		/*height:100%;*/
		overflow:hidden;
}
.k_newsDetailContext .k_contextBlurbList .k_newsBlurb .k_jsLink {
   font-size: 11px;
}
.k_newsDetailContext .k_titleBar {
  	background:none repeat scroll 0 0 transparent;
			border-bottom:1px solid #E9E9E9;
			height:18px;
			margin-bottom:10px;
			padding-bottom: 5px;
}
.k_newsDetailContext h2 {
   margin: 0;
   font-size: 16px;
   display: inline;
}
.k_newsDetailContext .k_titleBar h2 {
		color:#585568;
		font-family:'Tahoma';
		font-size:14px;
}
.k_newsDetailContext .k_contextBlurbList {
   float: left;
}
.k_newsDetailContext .k_contextBlurbListWithGallery {
   width: 395px;
}
.k_newsDetailContext .k_contextGalleriesList {
   float: left;
   width: 255px;
   margin-left: 15px;
}                    
.k_contentDetailContext .k_newsBlurb {
   padding-left:85px;
   padding:0 10px 20px 0;
   overflow: hidden;
   clear: none;
   float: left;
}
.k_newsBlurbExtendedContextCnt .k_contextBlurbList .k_newsBlurbBuisness h3 {
		font-size:13px;
		font-weight:bold;
}
.k_contentDetailContext .k_newsBlurb .k_photo img {
   margin-left:-85px;
   float: left;
}
.k_contentDetailContext .k_newsBlurb .k_properties {
   display: none;
}
.k_contentDetailContext .k_newsBlurbNoPhoto {
   padding-left: 0;   
}
.k_contentDetailContext .k_newsBlurb .k_jsLink {
   margin: 0;
}
.k_newsDetailContext .k_contexMore {
   clear: both;
   background:none repeat scroll 0 0 transparent;
   border-top:1px solid #E9E9E9;
   padding-top: 5px;
   font-size: 11px;
   text-align: right;
}

.k_newsDetailContext .k_contexMore a {
   display: block;
   float: right;
   margin-left: 20px;
}
.k_contentDetailContext  .k_newsBlurb .k_iconMovie {
	background: url('http://ocdn.eu/files/deploy/ZmE7MDA_/c25b7471807a915f2b17fbfe18da7263.gif') no-repeat scroll 0 0 transparent;
	display: inline-block;
	height: 9px;
	width: 13px;
	margin-left: 3px;
	overflow: hidden;
}
.k_contentDetailContext  .k_newsBlurb .k_iconGallery {
	background: url('http://ocdn.eu/files/deploy/M2Y7MDA_/e5f76b00c506dc4a211ac2fd75f123ec.gif') no-repeat scroll 0 0 transparent;
	display: inline-block;
	height: 9px;
	width: 13px;
	margin-left: 3px;
	overflow: hidden;
}
.k_contentDetailContext  .k_newsBlurb .k_iconAudio {
	background: url('http://ocdn.eu/files/pulscms/YTU7MDA_/c7627634ee6518a3db7f4e2de8c3c42e.gif') no-repeat scroll 0 0 transparent;
	display: inline-block;
	height: 9px;
	width: 13px;
	margin-left: 3px;
	overflow: hidden;
}

/* content:newsDetailContextExtended.css */
.k_contentDetailContextExtended {
		font-family:verdana;
		overflow:hidden;
}
.k_newsDetailContext .k_contextBlurbList .k_newsBlurb .k_jsLink {
   font-size: 11px;
}
.k_contentDetailContextExtended .k_titleBar {
  	background:none repeat scroll 0 0 transparent;
			border-bottom:1px solid #E9E9E9;
			height:24px;
			margin-bottom:10px;
} 
.k_newsDetailContext h2 {
   margin: 0;
   font-size: 16px;
   display: inline;
}
.k_newsDetailContext .k_titleBar h2 {
		color:#585568;
		font-family:'Tahoma';
		font-size:14px;
		padding-bottom: 5px;
}
.k_newsDetailContext .k_contextBlurbList {
   float: left;
}
.k_newsDetailContext .k_contextBlurbListWithGallery {
   width: 395px;
}
.k_newsDetailContext .k_contextGalleriesList {
   float: left;
   width: 255px;
   margin-left: 15px;
}
.k_contentDetailContextExtended .k_newsBlurb {
   padding-left:85px;
   padding:0 10px 20px 0;
   overflow: hidden;
   clear: none;
   float: left;
}
.k_newsBlurbExtendedContextCnt .k_contextBlurbList .k_newsBlurbBuisness h3 {
		font-size:13px;
		font-weight:bold;
}
.k_contentDetailContextExtended .k_newsBlurb .k_photo img {
   margin-left:-85px;
   float: left;
}
.k_contentDetailContextExtended .k_newsBlurb .k_properties {
   display: none;
}
.k_contentDetailContextExtended .k_newsBlurbNoPhoto {
   padding-left: 0;
}
.k_contentDetailContextExtended .k_newsBlurb .k_jsLink {
   margin: 0;
}
.k_newsDetailContext .k_contexMore {
   clear: both;
   background:none repeat scroll 0 0 transparent;
   border-top:1px solid #E9E9E9;
   padding-top: 5px;
   font-size: 11px;
   text-align: right;
}

.k_newsDetailContext .k_contexMore a {
   display: block;
   float: right;
   margin-left: 20px;
}

.k_contentDetailContextExtended .k_titleBar h2 {
		font-size: 14px;
      font-weight: bold;
      color: #585568
}

.k_contentDetailContextExtended .k_newsBlurbExtendedContextCnt .k_contextBlurbList .k_newsBlurbBuisness {
   height:auto;
   padding:0 15px 15px 0;
   width:315px;
}

.k_contentDetailContextExtended .k_newsBlurbExtendedContextCnt .k_contextBlurbList .k_newsBlurbBuisness h3 {
   font-size: 12px;
   line-height: 14px;
}
.k_contentDetailContextExtended .k_newsBlurbExtendedContextCnt .k_contextBlurbList .k_newsBlurb .k_jsLink {
   margin-top: 5px;
}

.k_contentDetailContextExtended  .k_newsBlurbExtendedContextCnt .k_contextBlurbList .k_newsBlurbBuisness .k_photo img {
   margin:0 8px 3px 0;
   border: solid 1px #DADADA;
   padding: 0;
}
.k_insetPhotoSmall {
		margin-bottom: 8px;
}
.k_insetPhotoSmall .k_author,
.k_insetPhotoSmall .k_title {
 	width: 174px;
}
.k_insetPhotoSmall .k_title {
    color: #585568;
}
.k_leftNewsDetailColumn h4 {
    font-weight: normal;
}
#k_leftChartHeader {
    width: 190px;
}
.k_contentDetailContext .first h3 {
    font-family: verdana;
    font-weight: bold;
    padding-bottom: 3px;
}

.k_contentDetailContext h5 {
	font-weight: bold;
}

.k_leftNewsDetailColumn .k_insetPhotoSmall img {
	width: 190px;
}


/* content:newsDetailExtended.css */
.k_newsDetailExtended .k_sourcesLinks {
   padding: 5px 0 0;
}
.k_newsDetailExtended .k_sourcesLinksBox {
   background: url(http://ocdn.eu/files/pulscms/ZWU7MDA_/ab2c4c096c34994689219507a966dd3a.gif) no-repeat -43px -190px;
   font-size: 11px;
   padding: 0 0 0 11px;
   display:none;
   zoom: 1;
}
.k_newsDetailExtended .k_sourcesLinksBox p {
   padding: 0 0 10px 0;
}
.k_newsDetailExtended .k_sourceLinks {
   background: #fff url(http://ocdn.eu/files/pulscms/ZWU7MDA_/ab2c4c096c34994689219507a966dd3a.gif) no-repeat 100% -190px;
   min-height:168px; height:auto !important; height:168px; padding: 10px 20px 0 0;
   display: none;
   zoom: 1;
}
.k_newsDetailExtended .k_sourcesTabsBox {
	width: 665px; height: 55px;
   position: relative;    
}
.k_newsDetailExtended .k_sourcesTabsList {   
   padding: 0; margin: 0;
   position: absolute;
   list-style-type: none;
}
.k_newsDetailExtended .k_sourcesTabsList li {
   display: block; float: left;
}
.k_newsDetailExtended .k_out {
   text-decoration: none;
	padding: 0 0 0 10px;
   display: block;   
}
.k_newsDetailExtended .k_in {
   height: 44px; padding: 14px 20px 0 0;
   display: block;   
}
.k_newsDetailExtended .k_firstAuthor .k_in {
   width: 303px;
}
.k_newsDetailExtended .k_secondAuthor .k_in {
   width: 302px;
}
.k_newsDetailExtended .k_sourceName {
   color: #358850; background: url(http://ocdn.eu/files/deploy/N2I7MDA_/b880b0b20a11b68614a3c414216279b3.gif) no-repeat 100% -582px; 
   font-weight: bold;
   padding: 0 12px 0 0;
}
.k_newsDetailExtended .k_sourceFirm {
   color: #989898; background: none;
   font-size: 11px; font-style:italic; line-height: 12px;
   padding: 2px 0 0 0;
   display: block;
}
.k_newsDetailExtended .k_out:hover {
   cursor: pointer;
}
.k_newsDetailExtended .k_out:hover img {
   border: 1px solid #ff7509;
}
.k_newsDetailExtended .k_out:hover .k_sourceName {
   color: #f00; background: url(http://ocdn.eu/files/deploy/N2I7MDA_/b880b0b20a11b68614a3c414216279b3.gif) no-repeat 100% -551px;
}
.k_newsDetailExtended .k_selected .k_out .k_sourceName {
   background: url(http://ocdn.eu/files/deploy/N2I7MDA_/b880b0b20a11b68614a3c414216279b3.gif) no-repeat 100% -596px;
}
.k_newsDetailExtended .k_selected .k_out:hover .k_sourceName {
   color: #f00; background: url(http://ocdn.eu/files/deploy/N2I7MDA_/b880b0b20a11b68614a3c414216279b3.gif) no-repeat 100% -565px;
}
.k_newsDetailExtended .k_selected .k_secondAuthor .k_out {
   background: #fff url(http://ocdn.eu/files/pulscms/ZWU7MDA_/ab2c4c096c34994689219507a966dd3a.gif) no-repeat -243px -66px;
}
.k_newsDetailExtended .k_selected .k_secondAuthor .k_in {
   background: #fff url(http://ocdn.eu/files/pulscms/ZWU7MDA_/ab2c4c096c34994689219507a966dd3a.gif) no-repeat 100% -66px;
}
.k_newsDetailExtended .k_selected .k_firstAuthor .k_out {
   background: #fff url(http://ocdn.eu/files/pulscms/ZWU7MDA_/ab2c4c096c34994689219507a966dd3a.gif) no-repeat -243px -128px;
}
.k_newsDetailExtended .k_selected .k_firstAuthor .k_in {
   background: #fff url(http://ocdn.eu/files/pulscms/ZWU7MDA_/ab2c4c096c34994689219507a966dd3a.gif) no-repeat 100% -128px;
}
.k_newsDetailExtended .k_sourcesLinksBox .k_list li {
	background:url(http://ocdn.eu/files/deploy/YjY7MDA_/ef6a2f15309f50770e9bacc8d1439e7a.gif) no-repeat scroll 0 -17px transparent;
	padding:0 0 5px 11px;
}
.k_newsDetailExtended .k_sourcesTabsList img {   
   margin: -4px 10px 0 0;
   border: 1px solid #dddce1;
   float: left;
}
.k_sourcesLinksMore {
   text-align:right; line-height:15px;
   margin-bottom:10px;
}

.k_leftNewsDetailColumn {
	width: 190px; padding-right: 15px;
	float: left;
}
.k_leftNewsDetailContext {
}
.k_leftNewsDetailContext h2,
.k_leftNewsDetailContext h3,
.k_leftNewsDetailContext h5 {
	font-size: 11px; line-height: 14px;
}
.k_leftNewsDetailContext h5 {
	font-weight: normal;
}
.k_leftNewsDetailColumn .k_leftNewsDetailContext .k_newsBlurb {
	font-size: 11px; line-height: 15px;
	padding: 0;
	float: none;
}
.k_leftNewsDetailColumn .k_leftNewsDetailContext div.first,
.k_leftNewsDetailColumn .k_leftNewsDetailContext div.second {
	border-bottom:1px solid #ebebeb;
}
.k_leftNewsDetailContext h2.kSeeAlso {
	color:#989898;
	font-size:11px;
	margin:0 0 9px; padding:0 0 5px;
	border-bottom:1px solid #ebebeb;
}
.k_leftNewsDetailContext .k_newsBlurb .k_properties {
	display:block;
}
.k_leftNewsDetailContext .k_newsBlurb .next .k_properties {
	display:inline;
}
.k_leftNewsDetailContext .k_contextTagsList {
	padding: 15px 0 15px 0;
}
.k_leftNewsDetailContext .k_contextTagsList a {
   text-align: right;
	display: block;
}
.k_leftNewsDetailColumn {
	width:190px; padding-right:15px;
	float:left;
}

.k_chartLoad {
	background:url(http://ocdn.eu/files/deploy/MWM7MDA_/189e1a4ca2cbcc1ba8607147f2999dc2.gif) no-repeat 85px;
	height: 190px;	
}

.k_leftNewsDetailColumn .k_leftNewsDetailContext div.first, 
.k_leftNewsDetailColumn .k_leftNewsDetailContext div.second {
	width:190px; padding: 10px 0 5px 0;		
}
.k_leftNewsDetailColumn .k_leftNewsDetailContext div.k_noPhoto ,
.k_leftNewsDetailColumn .k_leftNewsDetailContext div.k_noPhoto {
	width: 190px; padding: 3px 0; margin-bottom: 0;
}
#main .k_leftNewsDetailColumn .k_noPhoto {
	padding: 0;
}
.k_leftNewsDetailColumn .k_leftNewsDetailContext, 
.k_leftNewsDetailColumn .k_leftNewsDetailContext .k_newsBlurb {
	width: 190px;
}
.k_leftNewsDetailColumn .k_newsBlurb .k_properties .k_propertiesLeftSource, 
.k_leftNewsDetailColumn .k_newsBlurb .k_properties {
	display: inline;
}
.k_leftNewsDetailColumn .k_leftNewsDetailContext .k_contextTagsList {
	font-size: 11px; font-family:'Verdana'; font-weight: bold;
	padding:5px 0;
}
.k_leftNewsDetailColumn .k_leftNewsDetailContext .k_contextTagsList .k_counter {
	color:#989898;
	font-weight: normal;
}
.k_leftNewsDetailColumn .k_leftNewsDetailContext .k_newsBlurb {
	line-height:13px;
	margin-bottom:7px;
}
.k_leftNewsDetailColumn .k_leftNewsDetailContext .k_newsBlurb {
		
}
.k_leftNewsDetailColumn .k_leftNewsDetailContext .k_newsBlurb .k_photo img {
	margin: 0 10px 5px 0;
	border: medium none;
}

.k_leftNewsDetailColumn .k_contentDetailContext .k_newsBlurb .k_properties {
	font-size:11px;
	padding-bottom:0;
	display: inline;
}

/*notowania*/
#k_leftChartBlock {
	overflow: hidden;
	width: 190px;
}
#k_leftChartBlock h4#k_leftChartHeader,
#k_leftNewsDetailContextCnt h4#k_leftSeeAlso {
	border-bottom:1px solid #EBEBEB;
	color:#989898;
	font-size:11px;
	margin:0 0 9px;
	padding:0 0 5px
}

.k_leftNewsDetailColumn table.tableCompactCharts{
   font-size:10px;
   width:100%;
   border-collapse:collapse;  
}



.k_leftNewsDetailColumn table.tableCompactCharts td{
   padding:0 1px;
	border-top:1px solid #f6f6f6; border-bottom:1px solid #f6f6f6;
	vertical-align: middle;
	text-align: right;
}
.k_leftNewsDetailColumn table.tableCompactCharts td.up{
   color:#358850;
   padding: 5px 1px 5px 0;
}
.k_leftNewsDetailColumn table.tableCompactCharts td.down{
   color:#f00;
   padding: 5px 1px 5px 0;
}
.k_leftNewsDetailColumn table.tableCompactCharts td.same {
	color: #004AA2;
}
.k_leftNewsDetailColumn table.tableCompactCharts td.middle{
   padding: 5px 2px 5px 0;
}
.k_leftNewsDetailColumn table.tableCompactCharts td.kChartLeft{
   text-align:left;
}
.k_leftNewsDetailColumn .bold{
	font-weight:bold;
}
.k_leftNewsDetailColumn .rightAlign{
	text-align:right;
}
.k_leftNewsDetailColumn .underCompactCharts
{
   background:#f6f6f6;
   overflow:hidden;   
}
.k_leftNewsDetailColumn div.underCompactCharts .fifrak{
	color: #ffaa13; 
	font-size: 12px; font-weight: bold; 
	padding: 0 2px;
}
.k_leftNewsDetailColumn table.tableCompactCharts tr:hover{
	background:#fff;
}
.k_leftNewsDetailColumn .markChart {
   background-color:#fff2c3;
}
.k_leftNewsDetailColumn .k_leftCharts {
   background: #f9f9f9;   
   padding: 0;
   margin-bottom: 10px;
   border-bottom:1px solid #e9e9e9; border-left:1px solid #e9e9e9; border-right:1px solid #e9e9e9;	
}
.k_leftNewsDetailColumn table.statystyki tr.naglowek .kol2 {
   vertical-align: middle;
}
.k_leftNewsDetailColumn .wykresDown .wykresInfo {
	color: #a4a4a4;
}
.k_leftNewsDetailColumn .k_moreRight {
	font-size: 10px; text-align: right;
	margin: 2px 5px 10px 0px;
}
.k_leftNewsDetailContext .k_newsExtendedBlurbBlock li {
	background:url(http://ocdn.eu/files/deploy/YjY7MDA_/ef6a2f15309f50770e9bacc8d1439e7a.gif) no-repeat scroll 0 -15px transparent;
	padding:2px 10px;
}

#main .k_leftNewsDetailColumn .k_slider .k_slideUp h2 {
				background:none;
				padding-left:0;
				color:#358850;
				font-size:14px;
				font-weight:bold;
				line-height:28px;
				margin-bottom:8px;
}

.k_properties_visible {
        color: #989898;
        font-size: 11px;
	display: block;	
}
.k_newsBlurbExtendedContextCnt .k_contextBlurbList .k_newsBlurbBuisness {
	width: 315px; height: 120px; padding: 0 15px 10px 0;
}
.k_newsBlurbExtendedContextCnt .k_contextBlurbList .k_newsBlurbBuisness .k_photo img {
	margin-left: 0; padding: 0 5px 5px 0;	
}
.k_newsBlurbExtendedContextCnt .k_contextBlurbList .k_newsBlurbBuisness h3 {
	font-size:14px;
	margin-top: 0px;    
}
.k_leftNewsDetailColumn .k_chartsContainer {
	width: 190px;
}
.k_textCopyright {
	color:#B9B9B9;
	font-size:11px;
	margin-bottom:15px;
}
.leftContextBeingPresent .ad_box{
	clear: none;
	overflow: hidden;
	float: none;
}
.leftContextBeingPresent div#ad-left object{
	width: 300px;
	margin: 0 auto 20px;
	display: block;
}
.leftContextBeingPresent div#ad-left a {
	margin: 0 auto 20px;
}

/* content:newsBlurbList.css */
.k_newsBlurbList {
   margin: -4px 0 0 0;
   clear: both;
}
.k_newsBlurbList .k_pagination{
   padding-top: 17px;
}


/* content:addTo.css */
#k_addToBox.k_addToBox {
	font: 11px verdana;
	position: relative; float: left;
	z-index: 2;
}

#k_addToBox .k_addToHeader {
	color: #929292; background: url('http://ocdn.eu/files/deploy/OTE7MDA_/0c9201565245327a6941b90b81411a1b.gif') no-repeat 131px -1260px;
	line-height: 26px;
	width: 144px; height: 26px; padding: 0 0 0 9px; margin: 0 2px 0 0;
	border: 1px solid #fff;
	position: relative; z-index: 2;
	cursor: pointer;
}

#k_addToBox .k_addToHeader span {
	line-height: 20px;
	width: 20px; height: 20px;
	display: inline-block; vertical-align: middle;
}

#k_addToBox .k_addToHeader.k_over {
	border: 1px solid #DDDCE1;
}

#k_addToBox .k_addToHeader.k_click {
	background: url('http://ocdn.eu/files/deploy/OTE7MDA_/0c9201565245327a6941b90b81411a1b.gif') no-repeat 131px -1281px;
	border-bottom: 1px solid #fff;
}

#k_addToBox .k_addToElements {
	background: #fff;
	width:490px; padding: 6px 0; margin: 10px; overflow: hidden;
	border: 1px solid #fff;
	display: none; position: absolute; left: -10px; top: 17px; z-index: 1;
	list-style-type: none;
}

#k_addToBox .k_addToElements.k_show {
	border: 1px solid #DDDCE1;
	display: block;
}

#k_addToBox .k_addToElements li {
	width: 151px; padding: 3px 0 3px 9px;
	float: left;
}

#k_addToBox .k_addToElements li a {
	color: #929292;
	font: 11px verdana; line-height: 20px; text-decoration: none;
	height: 20px; padding: 0 0 0 26px;
	display: block;
}

#k_addToBox .k_icon {
	background: url('http://ocdn.eu/files/deploy/OTE7MDA_/0c9201565245327a6941b90b81411a1b.gif') no-repeat;
}
#k_addToBox .k_wyczaj {
   background-position: 0 0;
}
#k_addToBox .k_wykop {
   background-position: 0 -21px;
}
#k_addToBox .k_facebook {
   background-position: 0 -903px;
}
#k_addToBox .k_ludzie {
   background-position: 0 -1197px;
}
#k_addToBox .k_digg {
   background-position: 0 -1155px;
}
#k_addToBox .k_twitter {
   background-position: 0 -1113px;
}
#k_addToBox .k_delicious {
   background-position: 0 -1071px;
}
#k_addToBox .k_blip {
   background-position: 0 -1176px
}
#k_addToBox .k_googlebookmarks {
   background-position: 0 -882px;
}
#k_addToBox .k_technorati {
   background-position: 0 -945px;
}
#k_addToBox .k_flaker {
   background-position: 0 -294px;
}
#k_addToBox .k_pinger {
   background-position: 0 -231px;
}
#k_addToBox .k_buzz {
   background-position: 0 -1239px;
}
#k_addToBox .k_sledzik {
   background-position: 0 -1218px;
}

/* content:addThis.css */
.addthis_button_google_plusone div, #___plusone_0{
	width:32px;
	height:32px;
	overflow:hidden;
	margin-top:4px;
}
.addthis_button_google_plusone{
	overflow:hidden;
	height:32px;
	width:32px;
	margin:0px 1px;
}
a:hover.addthis_button_google_plusone #overGoogle{
	background-position: -32px 0px;
}
/*
Hack na button googla, razem z jsem przesłania iframe google+
*/

#overGoogle{
	display: block;
    height: 32px;
    left: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
    width: 32px;
	background-repeat: no-repeat;
	background-position:0px 0px;
	background-image: url(data:image/gif;base64,R0lGODlhQAAgAOZ/APHPxYS43JnUiPbrwgeL5vb29YfB6OqQl/Hx8d3d3QJ4y/zfeMfa5/XdjuDg4LPJ2Pj4+Hm55QaB17zT4zXGDuXk5MHBwczMzO/v776+voK85P7KF+YmNtnn8cbGxvD8+9HR0X+12tvSjdbW1nGZterp6c6mI9+orP769iSM0u7y/ESUy5W81v728Bh5vf7+/NnZ2f/9+Ka5z/Tgofr6+iyuSfXx6klsq7S0tOTWpKPJ5JDcedvV0ebw832u0JK2z5LOn9DNy8nJF/37+Ozr67zb8GuiyPvy/p3D3TiDtjiiHO7s69nRzHet0vHu7MbovNSVmlyp3cvU3mKfyMXO1NLc4+fn5vz4/evo5q7S6uDZ1fv49rstOdzc3M7Kxvn5+ePj4vf18u3i19vi5uHl58Pky6OwwdBZY3e+7sbIyvLy/crHxPb4/ff8/PH19/Pz8/T09Obr7tN+haalI+yjg46isLi5uoexzYq11PDCxpKuwtm4SZ2v0eLb1jqc3v///yH5BAEAAH8ALAAAAABAACAAAAf/gH8FclyFhTcuiYouNUqOj0pzJpMme2J/f195UJycZnigoXhAAqWmAiKpqTk2f1tnHLGyNwS1tgQ1FLq7FEIbv8ADLycHxcYyBsnKBqSnpSIN0dI2B7LWtLe1uby6vsC/CwDG48jLyc3O0NLRM9bX2drc3d/AdOPGfGga+/xAO86o1km7hw+NwYNo/O1YyFDEgocQw+WZSDGPlCIYMxYp86SjxycDQooM2eODyZMftrRYybLFkZcwX6pRQbOmCjdtcupsMwSFz58orggdKpSN0aNGrSDAwLSp06dQo2JYggBCgatYs2rdyvVqCQRgw4odS7YsWAwIvkBYy7at27dw/9d+NUuXLByfYc6mjcv3LY0XL2iwLfGmrmEEWyr8wMOgQFi1fSMPQcCAQRzBEIjAecO58xs4mz2L5hzDQRIJErKgKPyGxpfXsGPLnv0CA4sIETrEUEukAOjfcAqsDAO8eM8HLmx12AIHQevZNIYMcT37NeAxLDQkUzHkdW/jSFasQDKkOBwIKKpMUWDLTwHizqnDflEFCRIGL6DHiPMgQDINOtBA3RJbxeADamjEoNUWY6yA2i1RoHDVZwJW+NcEuBURmIW1IRGAdv9lseEXBGoVQwgSEJCgVi+wkGI2BihYAIUWXriPhjW+wEAEBuzzH34CfoHBWgXEYOQLeKQYo/+RQxQAQQxTpBhFFC8WMQSRBWwIGGAM3Lillg9EoEEWWWinQQ8b0lABEUQs8UMTTfiwQi1++AAnC0u02QQaE4RhRIopjOEEmyVg4FsBDEygKBL76KDoBI29N0ERyz3gYw++gTYCDF30kYQCoKKGGqgKpJAADDCAIYYDWpwmgR9doIrqmm2yEMKtAeQawK0hIJEnEQjYMCgLufrKJhElbApDq6SKKgGpKcQqaxdpuPBsFA7IOgKtS9iKq668GotsCUuAgceuWQxKKAgjtEvshyuA6ocGubLQ7r1dmKHAs3j0ce8IYJQgMANFVKZDrjpUVrDADC8hRQi7MrAEw1aAYDH/CFr00YcYJIDahBgaa3GxxVp0/OwDPIzsgBUst7mEDQ/cOoENS+TJ8s1LxJxrFSXcbMUFI1vMQ8cKGJFy0EJ/WioVIwexss9WYBFzCA9gAfXNWMgAMQtk+FxBGheELfbQoE7BhNhoB+GF0iuAgPYFXVQg99xSw1n13HhXAMYPtyJhRd4evH1BEHpM+UMQgg9uhwtlny12GnGDIbnkFUihQ8J6Tz55BTDcsesDVmgOhgekl056EDzwEITppgdRB6l3rG56qg7UbnsFWGBRge28O1ABFT7sOsHuvFvA+vHIe+AFCS6kkIIMa5huAQy9V2+9A2D0xwILVYDRuwXghy/+jvjkp0HF+R6QP4IDCbTv/vvwv+8AGfSzD38G5Oev//4ZjBD//wAMYBfskIECGvCACEygAgvogQA68IFdcIAHFkjBChbQDmDAAKe6wMEOevCDIAQhDAyFA/zt74Tjy4AdcACYEXThgTB0H6pe8Ic3WAAHOMyhDnfIQx1aIAE0/AMEHPCvIhrxiPdKwBJoGAgAOw==);
	
}
/* w celu eliminacji płachty 500kB z addthis poniżej silne selektory nadpisujące background defaultowy buttonów
przez bg w base 64. Ponieważ base64 nie jest obsługiwany przez IE7 selektory sa napisane z last-child 
obsługiwane dopiero od IE9. W starszych wersjach duża płachtra będzie zaciągana. */

.addthis_32x32_style a.addthis_button_facebook span.at15t_facebook:last-child{
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAAadEVYdFNvZnR3YXJlAFBhaW50Lk5FVCB2My41LjEwMPRyoQAAA1BJREFUWEe91/tPzWEAx/Hnb7GZH8ysyCUltyQpOZ0LpzgkUUrl0tYqUSTOMbNRCifJJTbLKBu/mOV+m8sPmHQSKUJxlpbaPr6fxsZzvvTssWp712qdz+vp29k5+wrx8yM0vtAVYd/hi3LtxUhGg9Yvd+jrDEtRdWJWFbxn7uDKtZcjGo2k7COgOYRPjy9wOTIq4T19F+6qJmwoaRjRaNCypVeAtgi3FfsK9jQis7gBjpy6UYkWTdpirnM3MrbWw5Z1elSjSVvMTXTDkXUKCZmjG03aYl7SXlgyTsKy/sR/5dxUh7rG+3j6ohXNr98GFLBvmLTFHKcHi9Nr/6u0ono8evYKbe860f3lK/y9vQGZGbTFLKcbsetqtbMZl/LGg2fo+tyNwcHBv2Zm0BYzl+5GzNoa7fbVXEVn16d/4jyYmUFbhNvLEJ16TLubD58Pi/MAZgZtMcO2C1Ep1dqZ/fU15x8o7dEWodZSRK72amXPOYmer/6AK5CUe1Zpj7aYZtmJyGQv5q06qtW3b30BB1DZoklbTF1SgijjCsxeeUQrs2e+yhZN2iJkcTGiU7yIWHFYqVsPn+D3BgYGICf/Dr+X92nSFpPjtmOR8SQMX16lVH//d+gk79OkLYJjtyFuzTGEJVYq1dfXB53kfZq0RVBMEZak1iDUeUipXuNlVid5nyZtMXFhIaxrj2Pq0gql/H4/dJL3adIWExYUwJFWixBHuVY9PV8gp7JFk7YYH5WPZcZbcbD9oFafu7shp7JFk7YYF5kHZ/pxTLDs16rr4yfIqWzRpC3GhG2ANfkAxs4v0ur9hy7IqWzRpC3C1lQg/+hjxJfe0KqjoxNyKls0aYsguwcb3dcxM+uiVu3t7yCnskWTtgg2Pm1yN2F2ToPWAd68bYfccAeI3Ng4ZNIWkx1ubPFcQ3zeZa0DtL5ug9xwB6BFk7aYYtvlS9l6AZl7mrQO0OJrhdxwB6BFk7bxZpTvmpVcjlzPVWR7riMh/wrmb76kfJjmVy2QMzvAHONfzG0atGjSHro/nBRXWB1h/CDNuGXafuAmSspvY2flPaU6Ot9Dzuyx3OQ2DeI0/7hDnhSb5wqx7vAF28oQZC3DxAS1Tp27ADmzx3KT2zRo/cJ/APNQTH9p+A5BAAAAAElFTkSuQmCC) no-repeat scroll 0 0 transparent !important;
}
.addthis_32x32_style a.addthis_button_twitter span.at15t_twitter:last-child{
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAAadEVYdFNvZnR3YXJlAFBhaW50Lk5FVCB2My41LjEwMPRyoQAABKxJREFUWEfFl3lMm2Ucx5/EbNFIjKIzOJC5zU3jkekfusRrf7jETBecxxiDEBvnwGOKycjYEVA2GXFYATduEAaOMgaO+5LS0oGUcy2Uq9CL+9pA5nSo5Ovze2cJ0JbOCbXJJ8/7Psf38/Tpk+fty9g/n+BylUhc021IVw9iJSEHucxeoTwhbU0t6B7D1RuzmAVWFHKU9k6AnIL8aEmTKJ/Lp2dmMcUZ+e2vFYUc5MrtGAa52cmqNkPv1AyGr/8J47U/HAK5yEluFqvshf6XGeimHQs5yc0SGvXomvwd2qkbDoWc5GYpzUZ08pv/A3KzhAYdNFeuLwu5jSacPN+CNHkP6vom7WaSm8UotVBP/Pqf2RVcjDteiMLq7fFw3pmM6CKN3Uxys+jaLrSMX7NKZHEHTlxQ2Ww3jzvO+6x6NQ73+xdijX8+ng3Ix8exNbg0MLXkWHIzsUKDxtFpqwSebYSTpwTOb2fAR6xAQfuwRT+ZYQL3vZmGNZ+U4OEQhcDaQ1I477uIJ/fngNpt5ZObfS1rhXJkyiqV+nG8KFbCPbQWDxwoxV3vSuBxUo48zfBcf7+Eejj55Ah9FuMWrMBLoXKb+eRmYdLLqB2atIm3WIYHPyvFuq/qBFyCqnC370Xs/a5OGHPv3hyQyNy+uHQLuYTklkGr+eRmxyuaoBi8apOtRyrg/GER3L6owSPh9XO4BMnxRGAlnN4vWlA/v4/52idTgzMyLcIL2nC6smvORW4WUtqA6oErkNkgVTWIV5LUWH+q0QLX0J+xNqTWatv8/q588k7v5eG5wxUo1I4ILnKSmx0rVvKKCVT2jdtkd4QcbgFlcA9TYoO45fbgm/P5oDIESZoFDznJzYIKalHVP4Fy05hN9iQ146HgGmyIUt0WT8WosfuHNhwp6ppzkJPcLDBPASmfUYlxdEmim/rxcnIbNp5p/dccqjJYZJOT3OzzXDlfkjEU6kfs8szBUrgcrcajcZpb5umkdmRrhyyyyUlu9ukFKX7iy5+nG0ISP5vPafqEa2tEKI3YltmNTYkdt8xBmcFqFjnJzT7KqkCFaRS5vYMCHvzEC8hWzd2b6+P5o3N7eDVWvXUermH12JzSbRevIp1FjjmPnORmfpllwgSytQMC6R392BbVgDs/qMCWL2sENh2uxmpRGe4JkMM9Uo3NaT122VOsn8s0Z88vyUluti+jmO/MUUi6+xfgLzVgfUIX1sV0CGxM1uKxDJ1dtkh0CKg2WuQtzicnuZnobCHKjSM412myIEZtgmeZEY9LDHbZmmOAX5URKRrLHGvZ5CQ38/0+T5hAeofRJoltRhyrM2K/zASPUhNeK7qJb6UJBxRGRPB/NkuNt9ZGTnIz7+Qf+QSGkdpucCjkJDfzjM9GYU8/Xzo9ktocA31ZcpKbvRMjQW6nARn8J4hv7XUI5CInudmuqAxDpLwR+b0DiFX3OARykZPczEOcJvJOyEamqpufWAN8H+iFVTh9WbusxKh6hGxykMs7MZsfemk3X1J3fpOa6hWfhUhZA/K7+IND18+P55FlhTIpmxxecVkg54I35DdOpYhej0gx7BCnYse3RNoywzN5NjnIZZb/DXSWtjoMhgtBAAAAAElFTkSuQmCC) no-repeat scroll 0 0 transparent !important;
}


.addthis_32x32_style a.addthis_button_naszaklasa span.at15t_naszaklasa:last-child{
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAAadEVYdFNvZnR3YXJlAFBhaW50Lk5FVCB2My41LjEwMPRyoQAABnFJREFUWEe9l2lMVGcUhklj0YhaWhcW2VFQxH1lESgwIAgyDCAMKCiyzYCyCIzsI4zIMoCIyOKwiIogqNVUY7GxNjEaIz80Lq3aatVYN8RaxAWXt+de6jfywzYhgZs8yb3nZM77fuc79965GhrcsTA2ieghPhAYYjiN+8RiXptOZMTrcEUT4pQtQ876klZ4J+3kFvmYGMMZ6A1I3wWXuG2YIc6FlXjzkMJpeCbtwIKwQs7EJc4A3OK3Q99rEyZ5pA45Op4ymPhmwnsj34VXvAG7KCW4xHChu3wTHGJKOQOveQM2EcXggoNlgmA9Ri+N4RnnFPe/dfS80mATWfyJgagS6HmnDxpjn1Q4RG+FbUQ+rIOyoOUo/c9a+isyYBOtVBuwiy7FZAoOhhE2UUgoa8Wnh/fGcmg5xX62noFPJuxiStQG7GPKYOCTNSg07SVQ1B8bYCC+tBmadpLP1jMUZsNeUqY2sFRSDkNhzqDRFsTjzKUbzISvbCfGumz4bD0jXzk4TTaEjtLtMBbJGforsjDBI5fYPCCu652Nr9wUGO2sgLZbHsuNsJfi4o07zIBDdDHGuyfB1C8DOh7JGO+WhK/dNmIinZuIMmDiJ4ej9FMDsTsomMtjSO6sQ9LhJE2EgzSBj41yKYSmczHMA3IgksUgrTQYIekSjF+2BXo+OfhmWQoedT9nBmatzoWuVzomeqZiSUQRBIkVWJa4HV4pO2AkzICpfy4cYyvUHXBaXwnTAAXPKIEStXt8qdgk4M1kdJ61hU1UGr4/4QI8sABeGgKvJ/P5w0eXYaRzIQx8s9HX95Y38O79e6qTg7GuKZgZunXAbJQ3n4S2uwxmKxXgNNkWOG+ogvnKfB4t91K0HXEDXpHIfRJ8bA50m/JmeOEXBmTEkpgC9BhhmngTTFcWM6Gnz3swiVY/wjER567cYvHz125itOtGmAXkYkpgPjhNZsAloQZTggoYFuI83L0yt1/8TzLxSh89tyyxTSVEVG4knVsDD8nAc0MsCk/A7PBaJnTz3kP+bSotOcBiHz68hSW9A3Rp0KcH52OquAAu8dVqA4KEXbAQFzF0hBV4emNOv4EnpihRiaAvKoamqwpfONfjzpV5wFPqSpcZLIJkcE/Zx8R+vHAdWm5p6Hv3jsXWFezDOPcsVt8yuAiuCbVqA25JKkwLUQ7g/X1qc5c5nt+2hLb3TpgE7oTFqm2YGlKK3nvT+dw76s5ELznWFR5hYg3HzqP66Fl23XaqE1qCjAG1p69SgtNkW+CeXIfpq0sY9pICEqAV0iqf/DILhisr+dyUEHqNRiqBR2Z8ruu3GRgp2IqMXaeY4E8Xf2XnfX1vYEyDbRxYNKC+VWgJOE1mwCOlATNCyxheqbnAM5r2bhNc7VwEPf96PmcWXEPOyVy3MW/g9uUF0HApQcWh80w0S3UcZ6/+wa4lZd9BR5Q/oL51WBk8kuvVBjxTd8N6TTkjLC8d+Jum/Zkxfj7tBB3/PXzONLgO4pxsGj7KkbmL55ZC49vtaDt9hQmGbWmFh6yRXT9+1kPbVzyg/sy15fBMbVQb8JI1YdbaCkZyeRLdYnTLkVD7UU/oBjTzOWNxE9YrkymnD/xlhB86BNBwrcGZy+qn4NrCdtoWOS7//oCZyKjroC4WsvqzwyuwXLb7EwNpezF7XSWPYXArlA0S6gCJUBdqm4NhENTC54zErcjbFUcG9Pjc7nYRvvRowPW7j5iYv7wFE4RFECvaWOxZby+rz9WZE1EJr7QmtQHv9GYKVvEYhbTjyHE/+rEWT2lDOIxXt/2ba0Pr0UCKjybGoHJvELRFzfT0638KcocHddMqvAr6gWXovH6XxVXHO2EaUs7XmRtZBW9aNBtCn8z9mBdVzTMrej/CFWlQVIUivyaMhqUAMyOb+JxV5B6sycvElupQPr9CpoDlmiZkqk5A3tiBrPrjrA5nwjW5Cfl7TyGv8SRk1cdYbn50NXwy9qkNCDNbMD+6dthYEFMLIS2adcA36wAWxKiGjYUSFYRZLWoDouw2LJLUDRuLpXUQZbeqDfjJD2JxbMOwsSSuAX60aNqCN9zf8g/+mw9iSVzjsLE0vumjgV7OQJe9tAbL01thu2H3kOOQsAcrMtvo86+I60AHZ8CW6F4YUQF/2ooA6sZQ4S8/BD95O6zodUya1/q/jvu/kM2IC8RLfl+Gjj6q/YI4/FH6H12nAmHCAveQAAAAAElFTkSuQmCC) no-repeat scroll 0 0 transparent !important;
}


.addthis_32x32_style a.addthis_button_email span.at15t_email:last-child{
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAAadEVYdFNvZnR3YXJlAFBhaW50Lk5FVCB2My41LjEwMPRyoQAAA1xJREFUWEe9l9lK61AUhvN65y3OG4hXgndeKngj9KIgzlCHVuuF4gAqYi2VWnBCqEJttXWeZ6Wsk2+ds4tpk4g9TQOLpnvv/N+ftfbeSSzr39HX1/d7eHg4NzExIUEGDFiGq7+Dg4P9CwsLcnl5KUEfMBYXFwWmwnEzNzcnz8/PUi6X5fPzM9CAAQumZoKUHB0dKfTj46MpAQsmbIt639/fNwX89QZhwrYmJyfl6emp6QZgwramp6ebDjeZgK0Gbm5u5O3trWlGuHtWQ8UAjorFojw+PgZu4urqSk5OTuT9/d1pABOHh4dydnYWmIlCoaCz32TbkQEM4Gp/f1+jkUvy5eVFdnd3HXD0awwYE1tbW7K+vi5c+L9GHh4eVIvsVs8zVwPGxPb2trA9U7N6TZyensrMzIxm9PX1tUbH04AxsbOzI9FoVLLZ7I9NcM3o6Kig4QZ3lIDauwUlyGQy7NmSSCRcx7hdt7Kyotek02mhBF76moF4PK618QrWbCqVklAoJLFYTLdtr7H0RSIRHZtMJn3HogHbmpqaUkHS5BXsD2tra9Ld3S3hcFhYTtVjaaOvp6dHVldX5fb21lcTJmw1QKp5RPoFd7e8vCydnZ3S1dUlrBQzfmNjQ9voo2TX19ff6sFUAzwQ+EOqvwuEgXV0dEh7e7vMzs5qcE4bfWyx3+nQD1MfRtSVOyHNfsFkov/8/FzXdVtbm7S2tmpwTht9jDFj/fRgwrZYZjgixV5xcXHh6GN9U+eWlhYNzkulkmMMmfDThAm7YuDu7k7cggcHT8vqPoBLS0sauVyupp9yca2XbsUAbyWkillbHQcHB1pTtz7aALDFevWTOTTc+mHqG9H4+Lga4C6/xt7engKq23/6Hw20qq+DCdsaGxvTScOeTzCRWErs31xk2uv9RYNt2UxSowMTdsUAqWZyUdPNzU2F09aIQAtNtGGgWTHA1smEYVLx5Jqfn9eJQ/0aGWiiDQMTMGFbIyMjcnx8rJsCezMdlCGIQBsGLJiwrYGBgdzQ0JD09vZKPp9XMA6DCKMNCyZs/TSzT3SisFxIO3BK0shAE20YsOxvw7+fZhz99kFaeHlgEKny28Xq6UMTbRiwYDq+kG03v+xMRO3UpO1vNq1PIwNNk/avn+d/AIFeg/ZOJBxXAAAAAElFTkSuQmCC) no-repeat scroll 0 0 transparent !important;
}

.addthis_32x32_style a.addthis_button_compact span.at15t_compact:last-child{
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAAadEVYdFNvZnR3YXJlAFBhaW50Lk5FVCB2My41LjEwMPRyoQAABF9JREFUWEe9l/tPU2cYx88/4mYiKCC0Mqdb9Mf9tmQItNBCsZRylwIFCo5LEDaYsDFiKmHKZjp1m3GbWbbsotvUaWTGzThpCazcDiK0ZCxLtOecXjD57nl7AQbtQqH1JE+bnJz283me93Kel+OCl70kUTdrkPHOxlfgbDgIZx1F7ctwVu+Ho+olOCopytPhKN0HR7EcC0UyLBSmYUEbXfBFyTxjhbj+76mKZMvSyQz4blnwbPw2no3dwvLoL1i23sTywxtYfnAdvvs/w/f7T/Dd+xG+u9fgG74K353ow/3JKfxleA2Txbstfri9OFH3d9fr8N4cgvfaADyX2uC+2Ay3pQnSkAnSYB1Ecy3EfgPE3mMQuysgdpRCbC/ZUkgD7XCf68Fi+WEwNjdzLI2XLtbD8zmBP6qC9EEFJDMB3tcTsBBCVwGEE3kQWnLhalTCZcyCqzpzWyG0FcHVqsW0Lonn5hsOQDpvXAOnzAgu9BD87QK4YgxfkTepMHd0LzhHw6uQzpQHM39OcKrg06oMzOengVs0HVoDL1rJXGhXQ2imsptiU/Zww+bIk4FzGqkCZpZ5BHjtxjGXzG1Yf7F70c6NBTUJOAwHg3Ctf8z/k3kYOIPESmCeCSxUHqCyM7hmDVwBVwR4bAVoDsyX7Y8KHlMBFQk81qevZt7w/5mHxjhWQ/BYlQpurlAemO2bhMeyAnO5JPBII4sIZ5mGC8+VcxtWAbsX6flIq+NRDm1Es+rUiBNuA2WLNyIJzDIBnj4iPbBF3oafRfp/XkkCM8oUuGrCv2DiKkDMGVaBaQUJGGn2h3nDxVWgQYlptgqmSECozwkrELdJSK90oSUP0/kkMKlIhmBSR7WPb2sfMGb7+wqxQ4upAtqIJrJJ4Ljm+QgE4ay5EU4WY1JL7wI7E2jWxl+gLpC5v7OiJkfsr8SEjgT+zEqCv0WKos2KeggYvCkA97d31OaJAzWY0MsDAqzBjJtACN66Cheo15Q+NMFesg/ceCYJdFbER2AFrlrNnOCs53Sfb8ZEWTq4scw91GobohLYVLX88BwIrSH4UX+XzeCsA/NcOgF7BQnYMhPhYgK19IMo5kHEZ2uoZa9fhbs62JgH4f0MXgrpLLX/lzsxVkZz4GFWAp68U01LkVrw7QpsgOdD6F4Hp3OH50IjhC/egrWENqJ7ip28s0kDsce4PYEQ/DiVvU0FV0cIrqMlR5mfpswJzg4/3q97sDRUjd8KEnjuTs4OnVUtxz+9dATrI7MWHZWQ1mo01VgHF0Lwd9fAqeyeT9+E99s+PLnSjfG6w2Bs//lwWPGCxaZOx2J7KZ4OdkI820WmPZsPSy/cF96D+7M+uC/3w/3lKXi+MsPzzQC83w3Ce/UM3D8MQvj+NJY+bsKo8RCGVTsDh9PQdVu5Q/dr9ov8/SO78EdGAkbeSNxcHNmNkew9sCqTMJKbDGteCqyavbBpU2HTpcGml2G0VI6RkjQ80KfgrmYXz1gh7r/j52sE6JePcgAAAABJRU5ErkJggg==) no-repeat scroll 0 0 transparent !important;
}


/* content:SocialAddTo.css */
.k_contentTools .k_fbLike{
	float:left;
	width:555px;
}
.k_contentTools{
   width: 100%; height:28px; margin: 0 0 20px 0;
   clear: both;
   display: table;
}
.k_contentTools .k_controls{
	float:left;
	width:110px;
	margin: 0 auto;
	height: 28px;
}
.k_contentTools .k_controls.desc{
	width:auto;
}
.k_contentTools .k_controls.noFb{
   float:right;
}
.k_contentTools .k_wykop
{
	border-left: 1px solid #ddd;
	margin: 4px 0 0 0; 
	padding: 3px 8px 0;
	float: left;
	background: url('http://ocdn.eu/files/deploy/OTE7MDA_/0c9201565245327a6941b90b81411a1b.gif') no-repeat;
	background-position: 8px -21px;
	height:20px;
	width:20px;
	font-size:11px;
}
.k_contentTools .k_wykop a:hover
{
	color:#FF0000;
}
.k_contentTools .k_wykop.desc
{
	padding: 3px 8px 0px 29px;
	width:auto;
	color:#666666;
}
.k_contentTools .k_wykop.desc:hover
{
	color:#FF0000;
}
.k_contentTools .k_sendLink,
.k_contentTools .k_reportError,
.k_contentTools .k_sendToUs{
   color: #666;
   font-size: 11px; line-height: 20px;
   border-left: 1px solid #ddd;
   margin: 4px 0 0 0; padding: 0 10px;
   float: left;
}
.k_contentTools .k_sendLink {
   background: url(http://ocdn.eu/files/deploy/NTE7MDA_/8ccccca5b42514758d66a74e980a5005.gif) no-repeat 8px -342px;
   padding: 2px 0 1px;
   height:20px;
   width:32px;
}
.k_contentTools .k_reportError span{
   background: url(http://ocdn.eu/files/deploy/MTU7MDA_/89939266f92558e4218cdb5b72635c98.gif) no-repeat -4px -553px;
   padding: 2px 0 2px 16px;
}
.k_contentTools .k_reportError:hover span{
   background: url(http://ocdn.eu/files/deploy/MTU7MDA_/89939266f92558e4218cdb5b72635c98.gif) no-repeat -4px -579px;
}
.k_contentTools .k_sendToUs {
   background: url(http://ocdn.eu/files/deploy/MTU7MDA_/89939266f92558e4218cdb5b72635c98.gif) no-repeat 10px -446px;
   padding: 1px 0 2px 21px;
   height:20px;
   width:10px;
}
.k_contentTools .k_sendToUs.desc{
   padding: 0px 0 2px 29px;
   height:20px;
   width:auto;
}
.k_contentTools .k_sendLink.desc {
   padding: 0px 4px 0px 29px;
   width:auto;
}
.k_contentTools .k_sendToUs:hover{
   background: url(http://ocdn.eu/files/deploy/MTU7MDA_/89939266f92558e4218cdb5b72635c98.gif) no-repeat 10px -471px;
}

/* content:sendToUs.css */
.k_popover .k_content{
   padding: 9px 24px 10px 24px;
}
#k_sendToUs ul{
   margin: 0;
   list-style:none;
}
#k_sendToUs label{
   padding: 0 0 4px 0;
   display: block;
   width:120px;
   float: left;
}
#k_sendToUs .k_errorUrl label{
   font-weight: bold;
}
#k_sendToUs #f_sendToUsTitle{
   color: #1e85d5;
   font: normal normal 30px/28px Arial, Verdana, Helvetica, sans-serif;
   display: block;
}
#k_sendToUs #f_sendToUsUrl{
   padding: 16px 0 0 0;
   display: block;
}

#k_sendToUs .k_text input{
   width: 200px;
}
#k_sendToUs li{
   width: 100%; padding: 0 0 16px 0;
   clear: both; overflow: hidden;
}
#k_sendToUs .k_popoverButtons{
   text-align: center;
   padding: 17px 0 0 0; width: 226px; margin: 0 auto;
   overflow: hidden;
}
#k_sendToUs .k_popoverButtonDefault{
   margin: 0 0 0 26px;
}
#k_sendToUs .k_popoverButton{
   float: left;
}
#k_resultMessage {
   margin-bottom: 20px;
}

/* content:pagination.css */
.k_pagination {
   font-size:11px;
   width: 100%;
   margin: 0 0 20px 0;
   clear:both; overflow: hidden;
}
.k_pagination div{
   float: right;
}
.k_pagination .k_inactive,
.k_pagination .k_active{
   background: url(http://ocdn.eu/files/deploy/NTM7MDA_/c77706634bf8c8e84e1d9aec832061a2.gif) no-repeat;
   text-align: center;
   width: 104px; height: 23px;
   float: left;
   text-decoration:none;
}
.k_pagination a.k_active ,
.k_pagination a.k_active:hover{
	text-decoration:none;
}
.k_pagination .k_inactive span,
.k_pagination .k_active span{
   background: url(http://ocdn.eu/files/deploy/NTE7MDA_/8ccccca5b42514758d66a74e980a5005.gif) no-repeat;
   line-height:22px;
   width: 100px; height: 23px; margin: 0 0 0 2px; padding: 0 2px 0 0;
   float: left;
   cursor: pointer;
}
.k_pagination b{
   font-weight: normal;
}
.k_pagination .k_active .k_prev b{
   background: url(http://ocdn.eu/files/deploy/MTU7MDA_/89939266f92558e4218cdb5b72635c98.gif) no-repeat -12px -814px;
   padding: 0 0 0 15px; margin: 0 6px 0 0;
}
.k_pagination .k_inactive .k_prev b{
   background: url(http://ocdn.eu/files/deploy/MTU7MDA_/89939266f92558e4218cdb5b72635c98.gif) no-repeat -12px -855px;
   padding: 0 10px;
}
.k_pagination .k_inactive .k_next b{
   background: url(http://ocdn.eu/files/deploy/MTU7MDA_/89939266f92558e4218cdb5b72635c98.gif) no-repeat 100% -835px;
   padding: 0 16px;
}
.k_pagination .k_active .k_next b{
   background: url(http://ocdn.eu/files/deploy/MTU7MDA_/89939266f92558e4218cdb5b72635c98.gif) no-repeat 100% -794px;
   padding: 0 16px;
}
.k_pagination .k_inactive{
   background-position: 0 -361px;
}
.k_pagination .k_active{
   background-position: 0 -337px;
}
.k_pagination .k_inactive span{
   color:#bababa; background-position: 100% -260px;
}
.k_pagination .k_active span{
   color:#363636; background-position: 100% -236px;
}
.k_pagination ul{
   line-height:22px;
   padding: 0 5px;
   float:left;
}
.k_pagination li{
   float:left;
   margin:0 2px;
}
.k_pagination .k_thisPage{
   color: #5b5b5b;
   font-weight:bold;
}
.k_pagination .k_pageNumber{
   color: #bbb;
}

/* content:photoZoom.css */
/** photoZoom - do wyrzucenia po refaktoracji jsa **/
/* photoZoom */

#photoZoom { width: 100%; height: 100%; position: absolute; left: 0px; top: 0px; background: transparent none; z-index: 100; display: none; }
#photoZoom div.margin { margin: 0 auto; border: 1px solid #000000; background: #ffffff; z-index: 200; width: 310px; height: 260px; position: relative; top: 40px; }
#photoZoom div.margin div.container { margin: 10px; }
#photoZoom div.margin div.container div.image { width: 100%; height: 200px; }
#photoZoom div.margin div.container div.loader { background: url(http://ocdn.eu/files/deploy/MWM7MDA_/189e1a4ca2cbcc1ba8607147f2999dc2.gif) center center no-repeat; }
#photoZoom div.margin div.container div.navigation { height: 22px; line-height: 22px; width: 100%; margin-top: 10px; overflow: hidden; }
#photoZoom div.margin div.container div.navigation div { float: left; }
#photoZoom div.margin div.container div.navigation div.left { text-align: left; font-family: verdana; font-size: 11px; width: 70%; }
#photoZoom div.margin div.container div.navigation div.right { text-align: right; width: 30%; }


#imgClose{
	background: no-repeat scroll right 0 transparent;
}

/* tak ma byc po refaktoryzacji js
#photoZoom{
   background: #fff;
   padding: 10px; overflow: hidden;
   border: 1px solid #b9b9b9;
   position: absolute;
   top: 30%; left: 50%; margin: 0 0 0 -164px;
}
#photoZoom div{
   background: #fff url(http://ocdn.eu/files/deploy/MWM7MDA_/189e1a4ca2cbcc1ba8607147f2999dc2.gif) no-repeat 50% 50%;
   width: 329px; height: 500px;
}

#photoZoom span{
   background: url(http://ocdn.eu/files/deploy/NTE7MDA_/8ccccca5b42514758d66a74e980a5005.gif) -153px -180px;
   text-indent: -9999px;
   width: 90px; height: 22px; margin: 10px 0 0 0;
   display: block; float: right;
}

*/

/* content:popover.css */
#k_cover{
   background: #000; opacity: .75; filter: alpha(opacity=75); -ms-filter: "alpha(opacity=75)"; -khtml-opacity: .75; -moz-opacity: .75;
   width: 100%; height: 100%;
   position: fixed; top: 0; left: 0; z-index: 102;
}
.k_popover{
   background: #f7f7f7;
   width: 600px; margin: 0 0 0 -303px;
   border: 3px solid #085B96;
   position: fixed; top: 10%; left: 50%; z-index: 103;
}
.k_popover .k_content{
   padding: 9px 24px 10px 24px;
}
.k_popover .k_titleBox{
   background: url(http://ocdn.eu/files/deploy/NTM7MDA_/c77706634bf8c8e84e1d9aec832061a2.gif) repeat-x 0 -409px;
   height: 24px;
   position: relative;
}
.k_popover h4{
   color: #3A9BE0;
   font: 18px Arial, Helvetica, sans-serif;
   margin: 0 0 23px 0;
}
.k_popover .k_close{
   background: url(http://ocdn.eu/files/deploy/NTE7MDA_/8ccccca5b42514758d66a74e980a5005.gif) repeat-x -89px -138px;
   text-indent:-9999px;
   width: 16px; height: 16px;
   display: block; position: absolute; top: 6px; right: 10px;
   cursor: pointer;
}
.k_popover .k_popoverButton{
   background: url(http://ocdn.eu/files/deploy/NTM7MDA_/c77706634bf8c8e84e1d9aec832061a2.gif) no-repeat 0 -337px; color: #363636;
   line-height: 23px; text-align: center; font: bold 11px Verdana, Arial, Helvetica, sans-serif;
   width: 94px; padding: 0 2px 0 0;
   outline: none;
   display: block;
   cursor: pointer;
}
.k_popover .k_popoverButton:hover{
   color: #363636;
}
.k_popover .k_popoverButton span{
   background: url(http://ocdn.eu/files/deploy/NTE7MDA_/8ccccca5b42514758d66a74e980a5005.gif) no-repeat 100% -188px;
   line-height: 23px;
   margin: 0 0 0 2px;
   display: block;
}
.k_popover .k_popoverButtonDefault{
   background-position: 0 -385px; color: #fff;
}
.k_popover .k_popoverButtonDefault:hover{
   color: #fff;
}
.k_popover .k_popoverButtonDefault span{
   background-position: 100% -284px;
}
.k_popover .k_load {
   background: url(http://ocdn.eu/files/deploy/MWM7MDA_/189e1a4ca2cbcc1ba8607147f2999dc2.gif) no-repeat center center;
   width: 600px; height: 300px;
}
.k_popover .k_textArea textarea,
.k_popover .k_text input{
   background: #fff;
   border: 1px solid #aaa;
}
#k_sendResult .k_popoverButtons .k_popoverButton{
   margin: 30px auto 10px;
}


/* content:reportError.css */
.k_popover .k_content{
   padding: 9px 24px 10px 24px;
}
#k_reportError ul{
   margin: 0;
   list-style:none;
}
#k_reportError label{
   padding: 0 0 4px 0;
   display: block;
}
#k_reportError .k_errorUrl label{
   font-weight: bold;
}
#k_reportError #f_reportErrorTitle{
   color: #1e85d5;
   font: normal normal 30px/28px Arial, Verdana, Helvetica, sans-serif;
   display: block;
}
#k_reportError #f_reportErrorUrl{
   padding: 16px 0 0 0;
   display: block;
}

#k_reportError .k_text input{
   width: 200px;
}
#k_reportError li{
   width: 100%; padding: 0 0 16px 0;
   clear: both; overflow: hidden;
}
#k_reportError .k_popoverButtons{
   text-align: center;
   padding: 17px 0 0 0; width: 226px; margin: 0 auto;
   overflow: hidden;
}
#k_reportError .k_popoverButtonDefault{
   margin: 0 0 0 26px;
}
#k_reportError .k_popoverButton{
   float: left;
}
#k_resultMessage {
   margin-bottom: 20px;
}

/* content:sendLink.css */
#k_sendLink .k_content{
   padding: 9px 24px 10px 24px;
}
#k_sendLink ul{
   margin: 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{
   width: 200px;
}
#k_sendLink li{
   width: 100%; padding: 0 0 4px 0;
   clear: both; overflow: hidden;
}
#k_sendLink .k_popoverButtons{
   text-align: center;
   padding: 17px 0 0 0; width: 226px; margin: 0 auto;
   overflow: hidden;
}
#k_sendLink .k_popoverButtonDefault{
   margin: 0 0 0 26px;
}
#k_sendLink .k_popoverButton{
   float: left;
}
#k_sendLink .k_checkBox input{
   margin: 4px 10px 0 160px;
   float: right;
}
#k_sendLink .k_checkBox label{
   text-align: left;
   width: 353px;
   float: right;
}


/* content:cycler.css */
.k_cycler{
   width: 458px; height: 275px; overflow: hidden; margin: 0 0 15px 0;
   border: 1px solid #b2b2b2;
   position: relative; z-index: 1;
}
.k_cycler .k_control{
   position: absolute; z-index: 3;
   padding: 10px;
   display: block;
   right: 0; bottom: 0;
}
.k_cycler.k_noLead .k_control {
   padding-bottom: 15px;
}

.k_cycler li{
   background: url(http://ocdn.eu/files/deploy/NTE7MDA_/8ccccca5b42514758d66a74e980a5005.gif) no-repeat -44px -138px;
   text-indent: -9999px;
   width: 6px; height: 6px; overflow:hidden; margin: 5px 5px 0 0;
   display: block; float: left;
}
.k_cycler li.k_first,
.k_cycler li.k_last{
   height: 15px; width: 19px; margin: 0 5px 0 0;
}
.k_cycler li.k_last{
   margin: 0;
}
.k_cycler li a{
   text-indent: -9999px;
   height: 10px; width: 10px; overflow:hidden;
   display: block; 
}
.k_cycler li.k_first a,
.k_cycler li.k_last a{
   background: url(http://ocdn.eu/files/deploy/NTE7MDA_/8ccccca5b42514758d66a74e980a5005.gif) no-repeat;
   height: 15px; width: 19px;
   outline: none;
   display: block;
}
.k_cycler li.k_first a{
   background: url(http://ocdn.eu/files/deploy/NTE7MDA_/8ccccca5b42514758d66a74e980a5005.gif) no-repeat 0 -138px;
}

.k_cycler li.k_last a{
   background: url(http://ocdn.eu/files/deploy/NTE7MDA_/8ccccca5b42514758d66a74e980a5005.gif) no-repeat -20px -138px;
}
.k_cycler li.k_first a:hover{
   background-position: 0 -154px;
}
.k_cycler li.k_last a:hover{
   background-position: -20px -154px;
}
.k_cycler li.k_selected{
   background: url(http://ocdn.eu/files/deploy/NTE7MDA_/8ccccca5b42514758d66a74e980a5005.gif) no-repeat -51px -138px;
}
.k_cycler .k_item{
   width: 458px; height: 275px;
   position: absolute; display: block;
}
.k_cycler .k_photo{
   width: 460px; height: 277px; overflow: hidden;
   display: block;
}
.k_cycler .k_photo img{
   /*margin-left: -15px;*/
   width:460px;
}
.k_cycler .k_text{
   color: #fff;
   width: 440px; height: 85px; padding: 4px 10px;
   display: block; position: absolute; bottom: 0; left: 0;
   cursor: pointer;
}
.k_cycler .k_cover{
   background: #333; opacity: .75; filter: alpha(opacity=75); -ms-filter: "alpha(opacity=75)"; -khtml-opacity: .75; -moz-opacity: .75;
   width: 100%; height: 33%; bottom: 0; left: 0;
   position: absolute; display: block;
}

.k_cycler.k_noLead .k_cover { height: 75px; }
.k_cycler.k_noLead .k_text { height: 65px; }

.k_cycler h2{
   margin: 0;
}
.k_cycler h2 a{
   color: #ffb10b;
   font: bold 24px Arial,Helvetica,sans-serif;;
   margin: 0;
}
.k_cycler .k_title a{
   color: #ffb10b;
}

.k_cycler h2 a:hover{
   /*color: #ff0000;*/
   text-decoration: underline;
   
}
.k_cycler .k_lead{
   font-size: 11px;
}
.k_cycler .k_properties{
   font-size: 11px;
   width: 300px; padding: 3px 0 0 0;
   display: block;
}
.k_cycler .k_properties cite,
.k_cycler .k_properties span{
   font-style: normal;
}

.k_cycler.k_noJs {
	height:auto;
} 
.k_cycler.k_noJs .k_item {
	position:relative;
	height:100px;
}
.k_cycler.k_noJs .k_item .k_photo {
	display:none;
}

.k_cycler.k_noJs .k_cover {
	position:relative;
	height:99%;
}

.k_cycler.k_noJs .k_control li,
.k_cycler.k_noJs .k_control li a{
	text-indent:0;
}



/* gallery:gallerySimpleBlurb.css */
.k_contextGalleriesList .k_galleriesBlurbList .k_gallerySimpleBlurb {
   padding-left:110px;  
   padding-bottom: 20px; 
}

.k_contextGalleriesList .k_galleriesBlurbList .k_gallerySimpleBlurbNoPhoto {
   padding-left: 0px;
}

.k_contextGalleriesList .k_galleriesBlurbList .k_gallerySimpleBlurb .k_photo img{
   margin-left: -110px;   
   float: left;
}

.k_contextGalleriesList .k_galleriesBlurbList .k_gallerySimpleBlurb .k_photoCount {
   color: #B3AEAA;
   font-size: 11px;
   margin: 0;
}

.k_contextGalleriesList .k_galleriesBlurbList .k_gallerySimpleBlurbBigPhoto {
   padding-left: 0;
}

.k_contextGalleriesList .k_galleriesBlurbList .k_gallerySimpleBlurbBigPhoto .k_photo img {
   margin-left: 0 !important;
   float: none;
}

.k_contextGalleriesList .k_galleriesBlurbList .k_gallerySimpleBlurbBigPhoto h3 {
   margin-top: 5px;
}

/* quiz:quiz.css */
/*progressbar*/
.k_quizProgressBar{
  background:url(http://ocdn.eu/files/deploy/Zjg7MDA_/8dd734ab46f8ed5ab9bc38b7b7322585.gif);
  height:19px;
  float:left;  
}
.k_quizProgressBar .k_quizProgressBarRight{
  background:url(http://ocdn.eu/files/deploy/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.k_activeBox{
  background:#fff url(http://ocdn.eu/files/deploy/Y2E7MDA_/2aa1c1595b0271dafc98c707db26813d.gif) no-repeat 0px -41px;
  width:10px;
  height:16px;
  padding:0 1px;
  float:left;
  margin:1px 0;
  overflow:hidden;
  text-indent:-9999px;
}
.k_quizProgressBar li.k_inactiveBox{
  background:#fff url(http://ocdn.eu/files/deploy/Y2E7MDA_/2aa1c1595b0271dafc98c707db26813d.gif) no-repeat 0px -22px;
  width:10px;
  height:16px;
  padding:0 1px;
  float:left;
  margin:1px 0;
  overflow:hidden;
  text-indent:-9999px;
}
.k_inactiveBoxResult,.k_activeBoxResult {
   background:url("http://ocdn.eu/files/deploy/Y2E7MDA_/2aa1c1595b0271dafc98c707db26813d.gif") repeat-x scroll 0 -19px #E6E6E6;
   color:#fff;
   float:left;
   font-size:11px;
   font-weight:bold;
   line-height:19px;
   margin:0 0 0 7px;
   padding:0 7px;    
}

.k_activeBoxResult {
   background:url("http://ocdn.eu/files/deploy/Y2E7MDA_/2aa1c1595b0271dafc98c707db26813d.gif") repeat-x scroll 0 -42px #2D4E8E;
}  

/*progressbar END*/

.k_quizAnswers h2 {
   font-family:'Times New Roman',times,serif;
   font-size:24px;
   line-height:24px;
   clear:both;
}
.k_quizResultTags {
   clear:both;
}

/*quizAnswers*/
.k_quizAnswers{
  width:665px;  
}

.k_quizAnswers ol{
  padding:0px;
  margin:0px;
  color:#383838;
  font-size:12px;
  font-family:verdana;
  font-weight:bold;
  list-style-position:inside;  
}
.k_quizAnswers ol li {
   clear:both;
}
.k_quizAnswers ol li ul li {
   clear:none;
}
.k_quizAnswers ul{
  font-weight:normal;
  list-style-type:none;
  margin:10px 0px 30px;
  color:#777777; 
}
.k_quizAnswers ul li{
  margin:10px 0px;
}
.k_quizAnswers li.correct{
  color:#4DC114;
}

.k_quizAnswers li.incorrect{
  color:#FF0000;
}
.k_quizAnswers .userAnswer{
  color:#aeaeae;
  font-size:10px;
}
.k_quizAnswers .k_quizResultBox{
  color:#383838;
  font-weight:bold;
  font-family:verdana;
  font-size:14px;
  float:left;
  margin:0 20px 0 0;  
}
.k_quizAnswers.k_quizResultTags{
  font-weight:normal;
  font-size:12px;  
  width:400px;
}
.k_quizAnswers .k_quizIncorrect{
  color:#ff0000;
  margin:0 20px 0 0;   
}
.k_quizAnswers .k_quizCorrect{
  color:#388201;
  margin:0 20px 0 0;   
}
.k_quizAnswers .k_quizCorrect span,
.k_quizAnswers .k_quizIncorrect span{
  font-size:14px;
  font-weight:bold;
}
li.correctAnswer{
  color:#4DC114;
  background:transparent url(http://ocdn.eu/files/deploy/Zjg7MDA_/8dd734ab46f8ed5ab9bc38b7b7322585.gif) no-repeat scroll right -152px;
}
.k_correctAnswer{
   color:#4DC114;
}
.k_incorrectAnswer{
   color:#f00;
}
.k_incorrectAnswer span, .k_correctAnswer span {
   color:#AEAEAE;
   padding-left:34px;
   font-size:11px;
}
.k_correctAnswer span {
   background:transparent url(http://ocdn.eu/files/deploy/Zjg7MDA_/8dd734ab46f8ed5ab9bc38b7b7322585.gif) no-repeat scroll 10px -153px;
}
.k_incorrectAnswer span {
   background:transparent url(http://ocdn.eu/files/deploy/Zjg7MDA_/8dd734ab46f8ed5ab9bc38b7b7322585.gif) no-repeat scroll 10px -132px;
}
/*quizAnswers END*/

/*quizQuestions*/
.k_quizQuestions{
  width:665px;
}
.k_quizQuestions h1{
   font-size:30px;
   line-height:30px;
}
.k_quizQuestions .k_questionsLead{
 margin:0 0 40px 0; 
}

.k_quizQuestions .k_questionsLead .k_questionsImage{
  border:1px solid #aeaeae;
  float:left;
  margin:0 10px 0 0;
}
.k_quizQuestions .k_questionsLead .k_questionsImage img{
  background:#ffffff;
  padding:1px;
}

.k_quizQuestions .k_questionsLead span{
  font-size:11px;
  color:#383838;
}
.k_question{
  border:1px solid #dadada;
  padding:0 0 10px 11px;
  margin:10px 0;
  overflow:hidden;
}

.k_quizQuestions .k_question label{
  margin:0 5px 6px 25px;
  display:block;
}
.k_quizQuestions .k_question input{
  margin:0px 5px 2px;
}
.k_quizQuestions .k_question .k_questionButton{
  width:116px;
  margin:10px 20px 5px 530px;
  clear:both;
}
.k_quizQuestions .k_question .k_questionButton a{
  background:transparent url(http://ocdn.eu/files/deploy/NTM7MDA_/c77706634bf8c8e84e1d9aec832061a2.gif) no-repeat scroll 0 -547px;
  color:#ffffff;
  display:block;
  height:30px;
  line-height:30px;
}
.k_quizQuestions .k_question .k_questionButton a span{
  background:transparent url(http://ocdn.eu/files/deploy/NTE7MDA_/8ccccca5b42514758d66a74e980a5005.gif) no-repeat scroll 100% -378px;
  font-family:verdana;font-weight:bold;
  display:block;
  height:30px;
  margin:0 10px;
  padding:0 22px;  
}
/*quizQuestions END*/

/*quizResults*/
.k_quizResult{
  width:665px;
}
.k_quizResult .k_quizResultBox{
  color:#383838;
  font-weight:bold;
  font-family:verdana;
  font-size:14px;
  float:left;
  margin:0 20px 0 0;  
}
.k_quizResult.k_quizResultTags{
  font-weight:normal;
  font-size:12px;  
  width:400px;
}
.k_quizResult .k_quizIncorrect{
  color:#ff0000;
  margin:0 20px 0 0;   
}
.k_quizResult .k_quizCorrect{
  color:#388201;
  margin:0 20px 0 0;   
}
.k_quizResult .k_quizCorrect span,
.k_quizResult .k_quizIncorrect span{
  font-size:14px;
  font-weight:bold;
}
.k_quizResult .k_quizButton{
  width:210px;
  margin:20px 20px 5px 0px;
}
.k_quizResult .k_quizButton a{
  background:transparent url(http://ocdn.eu/files/deploy/NTM7MDA_/c77706634bf8c8e84e1d9aec832061a2.gif) no-repeat scroll 0 -547px;
  color:#fff;
  display:block;
  height:30px;
  line-height:30px;
  text-decoration:none;
}
.k_quizResult .k_quizButton a:hover{
  color:#fff;
}
.k_quizResult .k_quizButton a span{
  background:transparent url(http://ocdn.eu/files/deploy/NTE7MDA_/8ccccca5b42514758d66a74e980a5005.gif) no-repeat scroll 100% -378px;
  font-family:verdana;font-weight:bold;
  display:block;
  height:30px;
  margin:0px 5px;
  padding:0 5px;  
}

.k_quizProgressBar span{
  height:20px;
  display:block;
  background:url(http://ocdn.eu/files/deploy/NTM7MDA_/c77706634bf8c8e84e1d9aec832061a2.gif) repeat-x scroll  -529px -625px;
  padding-left:10px;
}
.k_quizProgressBar .k_quizProgressBarLeft{
  background:url(http://ocdn.eu/files/deploy/NTM7MDA_/c77706634bf8c8e84e1d9aec832061a2.gif) no-repeat scroll  -529px -29px;  
}
/*quizResults END*/
.k_questionImage {
   display:block;
   border:1px solid #DBDBDB;
   padding:1px;
   float:left;
   margin:10px 10px 20px 0px;
   clear:both;
}
.k_question .k_questionImage {
   margin:0 10px 20px 0px;
}  
.k_question .k_quizWithImage {
   margin: 2px 0 30px 2px;
   float:left;
   width:400px;
   overflow:hidden;
}
 
.k_quizAnswers ul.k_quizWithImage {
   margin: 2px 0 30px 2px;
   float:left;
   width:450px;
}
.k_quizResultTags {
   overflow:hidden;
}

/* widgets:variograf.css */
/* global */
body.k_ov {
	background: transparent;
	margin: 0; padding: 0;
}
.k_ov {
	font: normal 12px /1.2 Verdana, Arial, Helvetica, sans-serif;
	color: #000;	
}

.k_ov a {
	text-decoration: none;
	margin: 0;
	padding: 0;
}

.k_ov img {
	border: 0;
}

.k_ov ul, li {
	margin: 0;
	padding: 0;
}

.k_ov textarea::selection {
	background: #fae6b4; /* Safari */
}
.k_ov textarea::-moz-selection {
	background: #fae6b4; /* Firefox */
}

.p_190_000000, .p_300_000000, .p_450_000000, .p_640_000000 {
	 color: #fff;
}

.p_190_ffffff, .p_300_ffffff, .p_450_ffffff, .p_640_ffffff {
	background: transparent; color: #000;
}

.p_190_000000 .sheet, .p_300_000000 .sheet,
.p_190_ffffff .sheet, .p_300_ffffff .sheet {
	background: url("http://ocdn.eu/files/deploy/Y2E7MDA_/137c8a49b9ce1ad7fd667a5182a56452.png") no-repeat transparent;
}

.p_450_000000 .sheet, .p_450_ffffff .sheet,
.p_640_000000 .sheet, .p_640_ffffff .sheet {
	background: url("http://ocdn.eu/files/deploy/MjA7MDA_/da721dd556fce01f7e051672be01a898.png") no-repeat transparent;
}

.k_ov .container {
	position: relative;
	overflow: hidden;
	text-align: left;
}

.k_ov .s_190 {
	width: 190px;
	height: 357px;
}

.k_ov .s_300 {
	width: 300px;
	height: 423px;
}

.k_ov .s_450 {
	width: 450px;
	height: 577px;
}

.k_ov .s_640 {
	width: 640px;
	height: 771px;
}

.k_ov .imgContainer a span.more,
.k_ov .contentLead span.more,
.buttonsContainer a span.more {
	color: #ff4800;
}

.k_ov .contentLead span.more {
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.k_ov .barTop a {
	display: block;
	float: left;
	text-indent: -9999em;
	height: 100%;
}

.k_ov .barTop {
	width: 190px;
	height: 31px;
}
.k_ov .s_190 .barTop {
	width: 190px;
	height: 31px;
}
.k_ov .s_300 .barTop {
	width: 300px;
	height: 31px;
}
.k_ov .s_450 .barTop {
	width: 450px;
	height: 38px;
}
.k_ov .s_640 .barTop {
	width: 640px;
	height: 38px;
}

.k_ov .s_190 .barTop .left {
	width: 130px;
}
.k_ov .s_190 .barTop .right {
	width: 60px;
}
.k_ov .s_300 .barTop .left {
	width: 240px;
}
.k_ov .s_300 .barTop .right {
	width: 60px;
}
.k_ov .s_450 .barTop .left {
	width: 325px;
}
.k_ov .s_450 .barTop .right {
	width: 125px;
}
.k_ov .s_640 .barTop .left {
	width: 470px;
}
.k_ov .s_640 .barTop .right {
	width: 170px;
}

.k_ov .p_190_000000 .barTop {
	background-position: 0 -679px;
}

.k_ov .p_190_ffffff .barTop {
	background-position: 0 -638px;
}

.k_ov .p_300_000000 .barTop {
	background-position: 0 -762px;
}

.k_ov .p_300_ffffff .barTop {
	background-position: 0 -720px;
}

.k_ov .p_450_000000 .barTop {
	background-position: 0 -686px;
}

.k_ov .p_450_ffffff .barTop {
	background-position: 0 -638px;
}

.k_ov .p_640_ffffff .barTop {
	background-position: 0 -734px;
}

.k_ov .p_640_000000 .barTop {
	background-position: 0 -782px;
}

.k_ov .imgContainer {
	position: relative;
	overflow: hidden;
}

.k_ov .s_190 .imgContainer {
	width: 188px;
	height: 188px;
}
.k_ov .s_300 .imgContainer {
	width: 298px;
	height: 298px;
}
.k_ov .s_450 .imgContainer {
	width: 448px;
	height: 448px;
}
.k_ov .s_640 .imgContainer {
	width: 638px;
	height: 638px;
}
.k_ov .c_ffffff .imgContainer {
	border-right: 1px #d5d5d5 solid;
	border-left: 1px #d5d5d5 solid;
}

.k_ov .c_000000 .imgContainer {
	border-right: 1px #282828 solid;
	border-left: 1px #282828 solid;
}

.k_ov .imgContainer .glass {
	position: absolute;
	left: 0;
	right: 0;
	z-index: 5;
	width: 100%;
	opacity: 0.8;
	filter: alpha(opacity=80);
}
.k_ov .imgContainer .info {
	position: absolute;
	left: 0;
	right: 0;
	z-index: 10;
}

.k_ov .c_ffffff .imgContainer .glass {
	background-color: white;
}

.k_ov .c_000000 .imgContainer .glass {
	background-color: #262626;
}

.k_ov .s_190 .imgContainer .glass {
	height: 55px;
	top: 133px;
}
.k_ov .s_190 .imgContainer .info {
	padding: 10px 5px 10px 5px;
	top: 133px;
}

.k_ov .s_190 .imgContainer .info .name {
	height: 15px;
	overflow: hidden;
}

.k_ov .s_300 .imgContainer .glass {
	height: 69px;
	top: 231px;
}
.k_ov .s_300 .imgContainer .info {
	padding: 10px;
	top: 231px;
}

.k_ov .s_450 .imgContainer .glass {
	height: 86px;
	top: 362px;
}
.k_ov .s_450 .imgContainer .info {
	padding: 15px;
	top: 362px;
}

.k_ov .s_640 .imgContainer .glass {
	height: 97px;
	top: 541px;
}
.k_ov .s_640 .imgContainer .info {
	padding: 17px;
	top: 541px;
}

.k_ov .s_190 .imgContainer .info .name a {
	font: bold 15px/15px Arial, Helvetica, sans-serif;
}
.k_ov .s_300 .imgContainer .info .name a {
	font: bold 22px/22px Arial, Helvetica, sans-serif;
}
.k_ov .s_450 .imgContainer .info .name a {
	font: bold 26px/26px Arial, Helvetica, sans-serif;
}
.k_ov .s_640 .imgContainer .info .name a {
	font: bold 32px/32px Arial, Helvetica, sans-serif;
}
.k_ov .c_ffffff .imgContainer .info .name a {
	color: #136c9a;
}
.k_ov .c_ffffff .imgContainer .info .name a:hover {
	color: #52bff7;
}
.k_ov .c_000000 .imgContainer .info .name a {
	color: #35b9fc;
}
.k_ov .c_000000 .imgContainer .info .name a:hover {
	color: #fff;
}

.k_ov .imgContainer .info .description span {
	font-weight: bold;
}
.k_ov .s_190 .imgContainer .info .description {
	padding-top: 10px;
	font: normal 10px/10px Arial, Helvetica, sans-serif;
}
.k_ov .s_300 .imgContainer .info .description {
	padding-top: 12px;
	font: normal 13px/13px Arial, Helvetica, sans-serif;
}
.k_ov .s_450 .imgContainer .info .description {
	padding-top: 15px;
	font: normal 13px/13px Arial, Helvetica, sans-serif;
}
.k_ov .s_640 .imgContainer .info .description {
	padding-top: 17px;
	font: normal 13px/13px Arial, Helvetica, sans-serif;
}
.k_ov .c_ffffff .imgContainer .info .description {
	color: #555;
}
.k_ov .c_000000 .imgContainer .info .description {
	color: #8e8e8e;
}

.k_ov .s_300 .txtContainer {
	height: 42px;
}
.k_ov .s_190 .txtContainer {
	padding: 10px 10px 12px 10px;
	font: normal 11px/15px Verdana, Arial, Helvetica, sans-serif;
}
.k_ov .s_300 .txtContainer {
	padding: 12px 12px 14px 12px;
	font: normal 11px/15px Verdana, Arial, Helvetica, sans-serif;
	overflow: hidden;
}
.k_ov .s_450 .txtContainer {
	padding: 15px 15px 20px 15px;
	font: normal 12px/16px Verdana, Arial, Helvetica, sans-serif;
	overflow: hidden;
}
.k_ov .s_640 .txtContainer {
	padding: 15px 15px 20px 15px;
	font: normal 13px/18px Verdana, Arial, Helvetica, sans-serif;
	overflow: hidden;
}
.k_ov .c_ffffff .txtContainer {
	border-right: 1px #d5d5d5 solid;
	border-left: 1px #d5d5d5 solid;
	border-bottom: none;
	background-color: white;
	color: #666666;
}
.k_ov .c_000000 .txtContainer {
	border-right: 1px #282828 solid;
	border-left: 1px #282828 solid;
	border-bottom: none;
	background-color: #373737;
	color: #d5d5d5;
}

.k_ov .p_190_ffffff .txtContainer .block1 {
	border-bottom: 1px #d5d5d5 dashed;
}
.k_ov .p_190_000000 .txtContainer .block1 {
	border-bottom: 1px #282828 dashed;
}

.k_ov .s_190 .txtContainer .block1 {
	padding-bottom: 8px;
}
.k_ov .s_190 .txtContainer .block2 {
	padding-top: 8px;
}
.k_ov .s_300 .txtContainer .block1 {
	float: left;
	width: 180px;
}
.k_ov .s_300 .txtContainer .blocksGroup {
	float: left;
}
.k_ov .s_450 .txtContainer .block1 {
	float: left;
	width: 195px;
}
.k_ov .s_450 .txtContainer .block2 {
	float: left;
	width: 123px;
}
.k_ov .s_450 .txtContainer .block3 {
	float: left;
}
.k_ov .s_640 .txtContainer .block1 {
	float: left;
	width: 212px;
}
.k_ov .s_640 .txtContainer .block2 {
	float: left;
	width: 125px;
}
.k_ov .s_640 .txtContainer .block3 {
	float: left;
}

.k_ov .c_ffffff .txtContainer .promise {
	color: #35b9fc;
	font-weight: bold;
}
.k_ov .c_ffffff .txtContainer .breakPromise {
	color: #666;
	font-weight: bold;
}
.k_ov .c_ffffff .txtContainer .false {
	color: #df3b1b;
	font-weight: bold;
}
.k_ov .c_ffffff .txtContainer .halftruths {
	color: #ef9801;
	font-weight: bold;
}
.k_ov .c_ffffff .txtContainer .truth {
	color: #37a41e;
	font-weight: bold;
}
.k_ov .c_000000 .txtContainer .promise {
	color: #46bffd;
	font-weight: bold;
}
.k_ov .c_000000 .txtContainer .breakPromise {
	color: #aaa;
	font-weight: bold;
}
.k_ov .c_000000 .txtContainer .false {
	color: #f04625;
	font-weight: bold;
}
.k_ov .c_000000 .txtContainer .halftruths {
	color: #ef9801;
	font-weight: bold;
}
.k_ov .c_000000 .txtContainer .truth {
	color: #46c02a;
	font-weight: bold;
}

.k_ov .buttonsContainer {
	overflow: hidden;
	height: 24px;
}
.k_ov .buttonsContainer a {
	display: block;
	line-height: 23px;
}
.k_ov .s_190 .buttonsContainer a,
.k_ov .s_300 .buttonsContainer a {
	font: normal 10px/23px Arial, Helvetica, sans-serif;
}
.k_ov .s_450 .buttonsContainer a,
.k_ov .s_640 .buttonsContainer a {
	font: normal 11px/23px Arial, Helvetica, sans-serif;
}
.k_ov .c_ffffff .buttonsContainer a {
	color: #136c9a;
}
.k_ov .c_ffffff .buttonsContainer a:hover {
	color: #52bff7;
}
.k_ov .c_000000 .buttonsContainer a {
	color: #d5d5d5;
}
.k_ov .c_000000 .buttonsContainer a:hover {
	color: #8de0ff;
}

/* umiesc na stronie */
.k_ov .c_ffffff .buttonsContainer .frame {
	border-top: 1px #d5d5d5 solid;
}
.k_ov .c_000000 .buttonsContainer .frame {
	border-top: 1px #282828 solid;
}
.k_ov .s_190 .buttonsContainer .frame {
	display: none;
}
.k_ov .s_300 .buttonsContainer .frame {
	float: left;
	width: 71px;
}
.k_ov .s_450 .buttonsContainer .frame {
	float: left;
	width: 221px;
}
.k_ov .s_640 .buttonsContainer .frame {
	float: left;
	width: 411px;
}
.k_ov .buttonsContainer .setOnPage,
.k_ov .buttonsContainer .seeMore {
	float: left;
}
.k_ov .buttonsContainer .setOnPage .bLeft  {
	float: left;
	width: 2px;
	height: 23px;
}
.k_ov .c_ffffff .buttonsContainer .setOnPage {
	border-top: 1px #d5d5d5 solid;
}
.k_ov .c_000000 .buttonsContainer .setOnPage {
	border-top: 1px #282828 solid;
}

.k_ov .p_190_ffffff .buttonsContainer .setOnPage .bLeft,
.k_ov .p_300_ffffff .buttonsContainer .setOnPage .bLeft {
	background-position: -298px -28px;
}
.k_ov .p_190_000000 .buttonsContainer .setOnPage .bLeft,
.k_ov .p_300_000000 .buttonsContainer .setOnPage .bLeft {
	background-position: -298px -207px;
}
.k_ov .p_450_ffffff .buttonsContainer .setOnPage .bLeft,
.k_ov .p_640_ffffff .buttonsContainer .setOnPage .bLeft {
	background-position: -638px -28px;
}
.k_ov .p_450_000000 .buttonsContainer .setOnPage .bLeft,
.k_ov .p_640_000000 .buttonsContainer .setOnPage .bLeft {
	background-position: -638px -207px;
}
.k_ov .buttonsContainer .setOnPage .bRight {
	float: left;
	width: 98px;
	height: 23px;
	line-height: 23px;
	text-align: center;
}
.k_ov .s_300 .buttonsContainer .setOnPage .bRight,
.k_ov .s_450 .buttonsContainer .setOnPage .bRight,
.k_ov .s_640 .buttonsContainer .setOnPage .bRight {
	width: 120px;
}
.k_ov .c_ffffff .buttonsContainer .setOnPage .bRight {
	background-position: right -2px;
	/*border-top: 1px #d5d5d5 solid;*/
}
.k_ov .c_000000 .buttonsContainer .setOnPage .bRight {
	background-position: right -181px;
	/*border-top: 1px #282828 solid;*/
}
/* umiesc na stronie aktywne */
.k_ov .c_ffffff .buttonsContainer .setOnPageActive {
	border-top: 0;
}
.k_ov .c_000000 .buttonsContainer .setOnPageActive {
	border-top: 0;
}
.k_ov .buttonsContainer .setOnPageActive a {
	color: #136c9a;
}
.k_ov .buttonsContainer .setOnPageActive a:hover {
	color: #52bff7;
}
.k_ov .s_190 .buttonsContainer .setOnPageActive div.bLeft,
.k_ov .s_300 .buttonsContainer .setOnPageActive div.bLeft {
	background-position: -298px -87px;
	border: 0;
	height: 24px;
}
.k_ov .s_450 .buttonsContainer .setOnPageActive div.bLeft,
.k_ov .s_640 .buttonsContainer .setOnPageActive div.bLeft {
	background-position: -638px -87px;
	border: 0;
	height: 24px;
}
.k_ov .container .buttonsContainer .setOnPageActive div.bRight {
	background-position: right -61px;
	border: 0;
	height: 24px;
}
/* zobacz wiecej */
.k_ov .buttonsContainer .seeMore .bLeft {
	float: left;
	width: 2px;
	height: 24px;
}


.k_ov .p_190_ffffff .buttonsContainer .seeMore .bLeft,
.k_ov .p_300_ffffff .buttonsContainer .seeMore .bLeft {
	background-position: -298px -147px;
}
.k_ov .p_190_000000 .buttonsContainer .seeMore .bLeft,
.k_ov .p_300_000000 .buttonsContainer .seeMore .bLeft {
	background-position: -298px -263px;
}
.k_ov .p_450_ffffff .buttonsContainer .seeMore .bLeft,
.k_ov .p_640_ffffff .buttonsContainer .seeMore .bLeft {
	background-position: -638px -147px;
}
.k_ov .p_450_000000 .buttonsContainer .seeMore .bLeft,
.k_ov .p_640_000000 .buttonsContainer .seeMore .bLeft {
	background-position: -638px -263px;
}
.k_ov .buttonsContainer .seeMore .bRight {
	float: left;
	width: 88px;
	padding-top: 1px;
	height: 23px;
	line-height: 23px;
	text-align: center;
}
.k_ov .s_300 .buttonsContainer .seeMore .bRight,
.k_ov .s_450 .buttonsContainer .seeMore .bRight,
.k_ov .s_640 .buttonsContainer .seeMore .bRight {
	width: 105px;
}
.k_ov .c_ffffff .buttonsContainer .seeMore .bRight {
	background-position: right -121px;
}
.k_ov .c_000000 .buttonsContainer .seeMore .bRight {
	background-position: right -237px;
}
.k_ov .c_ffffff .buttonsContainer .seeMoreInactive {
	border-top: 1px solid #D5D5D5;
	height: 23px;
}
.k_ov .c_ffffff .buttonsContainer .seeMoreInactive .bLeft,
.k_ov .c_ffffff .buttonsContainer .seeMoreInactive .bRight {
	padding-top: 0;
	height: 23px;
}
.k_ov .c_ffffff .buttonsContainer .seeMoreInactive .bLeft {
	background-position: -298px -148px;
}
.k_ov .c_ffffff .buttonsContainer .seeMoreInactive .bRight {
	background-position: right -122px;
}

/* tools */
.k_ov .toolsContainer {
	position: absolute;
	z-index: 10;
	background-color: #f4f4f4;
	right: 1px;
	height: 212px;
	border-top: 1px #d5d5d5 solid;
	border-left: 1px #d5d5d5 solid;
	display: none;
	font: normal 11px/13px Arial, Helvetica, sans-serif;
	color: #555;
	overflow: hidden;
}
.k_ov .s_190 .toolsContainer {
	bottom: 24px;
	width: 188px;
}

.k_ov .s_300 .toolsContainer,
.k_ov .s_450 .toolsContainer,
.k_ov .s_640 .toolsContainer {
	bottom: 24px;
	width: 227px;
}

.k_ov .toolsContainer .tabs li.notab {
	padding-left: 4px;
	background: none;
}
.k_ov .s_190 .toolsContainer .tabs li.notab {
	width: 44px;
}
.k_ov .s_300 .toolsContainer .tabs li.notab,
.k_ov .s_450 .toolsContainer .tabs li.notab,
.k_ov .s_640 .toolsContainer .tabs li.notab {
	width: 83px;
}

.k_ov .toolsContainer .top {
	height: 14px;
	overflow: hide;
	padding: 3px;
}

.k_ov .toolsContainer .top a {
	display: block;
	float: right;
	width: 15px;
	height: 14px;
	background-position: 0 -590px;
	text-indent: -9999em;
}
.k_ov .toolsContainer .top a:hover {
	background-position: 0 -614px;
}
.k_ov .toolsContainer .info {
	padding: 0 6px 10px 10px;
}

.k_ov .toolsContainer .tabs {
	padding: 0 10px 7px 10px;
}

.k_ov .toolsContainer .tabs ul {
	height: 15px;
	overflow: hidden;
}

.k_ov .toolsContainer .tabs li {
	float: left;
    list-style: none outside none;
    border-bottom: 1px #d5d5d5 solid;
    background-position: 0 -565px;
    width: 30px;
	height: 14px;
	font: normal 10px/14px tahoma;
	color: #383838;	
}

.k_ov .toolsContainer .tabs li a {
	display: block;
	width: 30px;
	height: 14px;
	font: normal 10px/14px tahoma;
	color: #383838;
	text-align: center;
}
.k_ov .toolsContainer .tabs li.active {
	border-bottom: 0;
	height: 15px;
	background-position: 0 -542px;
}
.k_ov .toolsContainer .tabs .tabarea {
	border: 1px #d5d5d5 solid;
	border-top: 0px;
	background-color: white;
	padding: 5px;
}
.k_ov .toolsContainer .tabs .tabarea div {
	display: none;
}

.k_ov .toolsContainer .tabs .tabarea div.active {
	display: block;
}

.k_ov .toolsContainer .tabs .tabarea textarea {
	border: 0;
	background: none;
	height: 50px;
    width: 100%;
    font: normal 11px/11px Arial, Helvetica, sans-serif;
    color: #383838;
}

.k_ov .toolsContainer .colorPicker {
	height: 21px;
	margin: 0 10px 7px 10px;
	padding: 0 0 7px 0;
	overflow: hidden;
	/*border-bottom: 1px #d5d5d5 solid;*/
}

.k_ov .toolsContainer .colorPicker .item {
	float: right;
	width: 168px;
	height: 100%;
	overflow: hidden;
}

.k_ov .toolsContainer .colorPicker .item .label {
	float: left;
	width: 114px;
	text-align: right;
	line-height: 21px;
}

.k_ov .toolsContainer .colorPicker .item .colors {
	float: right;
	height: 21px;
	width: 46px;
	padding: 0 0 0 8px;
	overflow: hidden;
}

.k_ov .toolsContainer .colorPicker .item .colors a {
	display: block;
	float: left;
	padding-left: 7px;
	width: 16px;
	height: 21px;
	text-indent: -9999em;
	background-color: #F4F4F4;
}

.k_ov .toolsContainer .colorPicker .item .colors a.light {
	background-position: 0 -480px;
}

.k_ov .toolsContainer .colorPicker .item .colors .active a.light {
	background-position: 0 -418px;
}

.k_ov .toolsContainer .colorPicker .item .colors a.dark {
	background-position: 0 -449px;
}

.k_ov .toolsContainer .colorPicker .item .colors .active a.dark {
	background-position: 0 -511px;
}

.k_ov .bottomInfo {
	padding: 0 10px 0 10px;
	text-align: center;
}
/* error */
.k_ov .errorInfo {
	height: 100%;
}

.k_ov .s_190 .errorInfo {
	height: 325px;
}

.k_ov .s_300 .errorInfo {
	height: 391px;
}

.k_ov .s_450 .errorInfo {
	height: 538px;
}

.k_ov .s_640 .errorInfo {
	height: 732px;
}

.k_ov .c_ffffff .errorInfo {
	border: 1px #d5d5d5 solid;
	border-top: none;
	background-color: #f3f3f3;
}
.k_ov .c_000000 .errorInfo {
	border: 1px #282828 solid;
	border-top: none;
	background-color: #373737;
}

.k_ov .errorInfo .iconFrame {
	padding-top: 30%;
	height: 50px;
}
.k_ov .errorInfo .iconFrame .icon {
	margin: 0 auto;
	width: 58px;
	height: 50px;
}

.k_ov .c_ffffff .errorInfo .iconFrame .icon {
	background-position: 0 -298px;
}

.k_ov .c_000000 .errorInfo .iconFrame .icon {
	background-position: 0 -358px;
}

.k_ov .errorInfo .text {
	font: normal 13px/18px Arial, Helvetica, sans-serif;
	padding: 12px;
	text-align: center;
}

.k_ov .c_ffffff .errorInfo .text {
	color: #666;
}

.k_ov .c_000000 .errorInfo .text {
	color: #aaa;
}

/* promo */
.k_ov .container_promo .s_190 {
	height: 390px;
}

.k_ov .container_promo .s_300 {
	height: 335px;
}

.k_ov .container_promo .s_450 {
	height: 262px;
}

.k_ov .container_promo .s_640 {
	height: 321px;
}

.k_ov .container_promo .leadContainer {
	overflow: hidden;
}

.k_ov .container_promo .s_190 .leadContainer {
	height: 223px;
}

.k_ov .container_promo .s_300 .leadContainer {
	height: 168px;
}

.k_ov .container_promo .s_450 .leadContainer {
	height: 120px;
}

.k_ov .container_promo .s_640 .leadContainer {
	height: 172px;
}

.k_ov .summaryContainer {
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}

.k_ov .s_190 .summaryContainer .summaryContainerBorder {
	margin: 0 9px 0 9px;
	padding-top: 10px;
	height: 77px;
	overflow: hidden;
}
.k_ov .s_300 .summaryContainer .summaryContainerBorder {
	margin: 0 9px 0 9px;
	padding-top: 10px;
	height: 77px;
	overflow: hidden;
}
.k_ov .s_450 .summaryContainer .summaryContainerBorder {
	margin: 0 9px 0 9px;
	padding-top: 6px;
	height: 49px;
	overflow: hidden;
}
.k_ov .s_640 .summaryContainer .summaryContainerBorder {
	margin: 0 9px 0 9px;
	padding-top: 8px;
	height: 54px;
	overflow: hidden;
}

.k_ov .c_ffffff .summaryContainer .summaryContainerBorder {
	border-bottom: 1px #d5d5d5 dashed;
	color: #8e8e8e;
}

.k_ov .c_000000 .summaryContainer .summaryContainerBorder {
	border-bottom: 1px #282828 dashed;
	color: #8e8e8e;
}

.k_ov .s_190 .summaryContainer .label,
.k_ov .s_300 .summaryContainer .label {
	line-height: 11px;
	font-size: 11px;
}

.k_ov .s_450 .summaryContainer .label,
.k_ov .s_640 .summaryContainer .label {
	line-height: 18px;
	font-size: 18px;
	font-family: Arial, Helvetica, sans-seri
}

.k_ov .summaryContainer .count {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 36px;
	color: #4fafe4;
}

.k_ov .c_ffffff .summaryContainer .count {
	color: #4fafe4;
}

.k_ov .c_000000 .summaryContainer .count {
	color: #4fafe4;
}

.k_ov .s_450 .summaryContainer .summaryContainerBorder .label,
.k_ov .s_450 .summaryContainer .summaryContainerBorder .count,
.k_ov .s_640 .summaryContainer .summaryContainerBorder .label,
.k_ov .s_640 .summaryContainer .summaryContainerBorder .count {
	float: left;
}

.k_ov .s_450 .summaryContainer .summaryContainerBorder .label,
.k_ov .s_640 .summaryContainer .summaryContainerBorder .label {
	padding-top: 15px;
}

.k_ov .s_450 .summaryContainer .summaryContainerBorder .count,
.k_ov .s_640 .summaryContainer .summaryContainerBorder .count {
	padding: 0 10px 0 10px;
}

.k_ov .c_ffffff .summaryContainer {
	border-right: 1px #d5d5d5 solid;
	border-left: 1px #d5d5d5 solid;
	color: #666;
	background-color: #f3f3f3;
}

.k_ov .c_000000 .summaryContainer {
	border-right: 1px #282828 solid;
	border-left: 1px #282828 solid;
	color: #D5D5D5;
	background-color: #373737;
}

.k_ov .leadContainer {
	padding: 12px 9px 12px 9px;
	overflow: hidden;
}

.k_ov .s_300 .leadContainer .leadContainer1 {
	float: left;
	width: 100px;
}
.k_ov .s_450 .leadContainer .leadContainer1 {
	float: left;
	width: 150px;
}
.k_ov .s_640 .leadContainer .leadContainer1 {
	float: left;
	width: 225px;
}

.k_ov .s_300 .leadContainer .leadContainer2 {
	float: right;
	width: 171px;
}
.k_ov .s_450 .leadContainer .leadContainer2 {
	float: right;
	width: 271px;
}
.k_ov .s_640 .leadContainer .leadContainer2 {
	float: right;
	width: 386px;
}

.k_ov .s_190 .leadContainer .leadContainer2 .contentTitle {
	padding-top: 5px;
	font: bold 11px Verdana, Arial, Helvetica, sans-serif;
}

.k_ov .s_300 .leadContainer .leadContainer2 .contentTitle {
	font: bold 11px Verdana, Arial, Helvetica, sans-serif;
}

.k_ov .s_450 .leadContainer .leadContainer2 .contentTitle {
	padding-bottom: 3px;
	font: bold 11px Verdana, Arial, Helvetica, sans-serif;
}

.k_ov .s_640 .leadContainer .leadContainer2 .contentTitle {
	padding-bottom: 3px;
	font: bold 13px Verdana, Arial, Helvetica, sans-serif;
}

.k_ov .s_190 .leadContainer .leadContainer2 .contentLead {
	padding-top: 5px;
	font: normal 11px Verdana, Arial, Helvetica, sans-serif;
}

.k_ov .s_300 .leadContainer .leadContainer2 .contentLead {
	padding-top: 2px;
	font: normal 11px Verdana, Arial, Helvetica, sans-serif;
}

.k_ov .s_450 .leadContainer .leadContainer2 .contentLead {
	padding-top: 2px;
	font: normal 11px Verdana, Arial, Helvetica, sans-serif;
}

.k_ov .s_640 .leadContainer .leadContainer2 .contentLead {
	padding-top: 2px;
	font: normal 12px Verdana, Arial, Helvetica, sans-serif;
}

.k_ov .c_ffffff .leadContainer {
	border-right: 1px #d5d5d5 solid;
	border-left: 1px #d5d5d5 solid;
	color: #444;
}

.k_ov .c_000000 .leadContainer {
	border-right: 1px #282828 solid;
	border-left: 1px #282828 solid;
	color: #D5D5D5;
	background-color: #373737;
}

.k_ov .leadContainer .lastCheck {
	font: bold 10px/10px Verdana, Arial, Helvetica, sans-serif;
	padding-bottom: 8px;
	color: #8e8e8e;
}

.k_ov .c_ffffff .leadContainer .lastCheck {
	color: #8e8e8e;
}

.k_ov .leadContainer .leadContainer1,
.k_ov .leadContainer .leadContainer2 {
	cursor: pointer;
}

.k_ov .leadContainer .imgContainer2 {
	position: relative;
	overflow: hidden;
}

.k_ov .s_190 .leadContainer .imgContainer2 {
	float: left;
}

.k_ov .leadContainer .imgContainer2 img {
	position: absolute;
	top: -10px;
}

.k_ov .s_190 .leadContainer .imgContainer2,
.k_ov .s_300 .leadContainer .imgContainer2 {
	width: 100px;
	height: 70px;
}

.k_ov .s_450 .leadContainer .imgContainer2 {
	width: 150px;
	height: 102px;
}

.k_ov .s_190 .leadContainer .leadContainer2 {
	clear: both;
}

.k_ov .s_640 .leadContainer .imgContainer2 {
	width: 225px;
	height: 154px;
}

.k_ov .magnifier {
	background: url("http://ocdn.eu/files/deploy/ZDY7MDA_/f5be0a320da24f63abdf44a8fb7edbf6.gif") no-repeat transparent;
	width: 53px;
	height: 20px;
	text-align: center;
	float: right;
	margin: 0 0 5px 5px;
	padding-top: 40px;
	font: normal 10px/10px Verdana, Arial, Helvetica, sans-serif;
}

.k_ov .magnifier div {
	height: 20px;
}

.k_ov .c_ffffff .magnifier div {
	background-color: #fff;
}

.k_ov .c_000000 .magnifier div {
	background-color: #373737;
}

.k_ov .c_ffffff .magnifier_false {
	background-position: 0 -51px;
	color: #f04625;
}

.k_ov .c_ffffff .magnifier_halftruth {
	background-position: 0 0;
	color: #ef9801;
}

.k_ov .c_ffffff .magnifier_truth {
	background-position: 0 -103px;
	color: #46c02a;
}

.k_ov .c_ffffff .magnifier_promise {
	background-position: 0 -156px;
	color: #35B9FC;
}

.k_ov .c_ffffff .magnifier_keepPromise {
	background-position: 0 -156px;
	color: #35B9FC;
}

.k_ov .c_ffffff .magnifier_breakPromise {
	background-position: 0 -208px;
	color: #35B9FC;
}

.k_ov .c_ffffff .magnifier_changeMind {
	background-position: 0 -260px;
	color: #35B9FC;
}

.k_ov .c_000000 .magnifier_false {
	background-position: 0 -365px;
	color: #f04625;
}

.k_ov .c_000000 .magnifier_halftruth {
	background-position: 0 -313px;
	color: #ef9801;
}

.k_ov .c_000000 .magnifier_truth {
	background-position: 0 -416px;
	color: #46c02a;
}

.k_ov .c_000000 .magnifier_promise {
	background-position: 0 -468px;
	color: #35B9FC;
}

.k_ov .c_000000 .magnifier_keepPromise {
	background-position: 0 -468px;
	color: #35B9FC;
}

.k_ov .c_000000 .magnifier_breakPromise {
	background-position: 0 -520px;
	color: #35B9FC;
}

.k_ov .c_000000 .magnifier_changeMind {
	background-position: 0 -572px;
	color: #35B9FC;
}



/* widgets:autopromo.css */
.k_autopromoCnt {
		height: 100%;
		overflow: hidden;
		margin-bottom: 15px;
}
.k_autopromoCnt h2{
		color:#585568;
		font-family:'Tahoma';
		font-size: 14px;
		margin: 0 0 3px 0;
}
.k_autopromoCnt h3{
		margin: 0 0 10px 0;
		font-size: 12px;
		font-weight:bold;
		color: #358850;
		padding-top: 10px;
		border-top: solid 1px #ebebeb;
}
.k_autopromoCnt .k_autopromoContentLink {
		padding: 10px 0 10px 115px;
}
.k_autopromoCnt .k_autopromoContentLink img {
		margin-left: -115px;
		float: left;
}
#main .kopyto .k_autopromoText .k_bulletList li{
		background:url("http://ocdn.eu/files/deploy/YjY7MDA_/ef6a2f15309f50770e9bacc8d1439e7a.gif") no-repeat scroll 0 -17px transparent;
		padding:0 0 2px 11px;
		font-size: 11px;
}
.k_autopromoCnt .k_autopromoContentText {
		padding: 10px 195px 10px 0;
		height: 100%;
		overflow: hidden;
		margin-bottom: 15px;
}
.k_autopromoCnt .k_autopromoContentText img {
		margin-right: -195px;
		float: right;
}
.k_autopromoCnt .k_autopromoContentText a{
		display: block;
}
.k_autopromoCnt .k_autopromoContentText .k_autopromoText{
		float: left;
		font-size: 11px;
		margin: 0;
}
.k_noPhoto .k_autopromoContentText, .k_noPhoto .k_autopromoContentLink{
		padding: 10px 0;
}


/* widgets:chart.css */
.k_chartBlock {
   border: 1px solid #E3E3E3;
   background-color: #f1f1f1;
   overflow: hidden;
}
.k_chartBlock h3, .k_newsDetail .k_chartBlock h3 {
   font-size: 22px;
   font-weight: normal;
   color: #14528f;
   margin: 20px 10px 10px;
}
.k_chartBlock .k_properties, .k_newsDetail .k_chartBlock .k_properties {
   font-size: 11px;
   color: #666;
   margin: 10px 10px 0;
   padding: 0;
}
.k_chartContent {
   overflow: hidden;
   margin: 20px 0 10px;
}
.k_chartBlock .k_chartMore {
   text-align: right;
   margin: 10px;
   clear: both;
}

/* legenda */
.k_chartBlock .k_chartLegend {
   overflow: hidden;
   margin: 10px;
   padding: 10px 10px 5px;
   background-color: #fff;
   color: #545454;
   font-size: 10px;
   border: 1px solid #e3e3e3;
}
.k_chartBlock .k_chartLegend ul, .k_chartBlock .k_chartLegend li {
   display: block;
   list-style: none;
   padding: 0;
   margin: 0;
}
.k_chartBlock .k_chartLegend ul {
   float: left;
   width: 150px;
   overflow: hidden;
   margin-right: 10px;
}
.k_chartBlock .k_chartLegend li {
   clear: left;
   margin-bottom: 5px;
}
.k_chartBlock .k_chartLegend li .k_chartLegendItem {
   display: block;
   border: 1px solid #c6c6c6;
   background-color: #c6c6c6;
   width: 16px;
   height: 10px;
   margin-top: 1px;
   float: left;
   white-space: nowrap;
   overflow: hidden;
   text-align: left;
   text-indent: -9999px;
}
.k_chartBlock .k_chartLegend li .k_chartLegendTitle {
   display: block;
   margin-left: 20px;
}

/* mapka */
.k_chartOnetMapPolandBlock .k_chartContent, .k_chartOnetMapPolandDatasetBlock .k_chartContent {
   border: 1px solid #c6c6c6;
   background-color: #fff;
   margin: 20px 10px 10px;
}
.lay_m980 .k_chartOnetMapPolandBlock .k_chartLegend, .lay_m980 .k_chartOnetMapPolandBlockDataset .k_chartLegend,
#intro .k_chartOnetMapPolandBlock .k_chartLegend, #intro .k_chartOnetMapPolanddatasetBlock .k_chartLegend,
#outro .k_chartOnetMapPolandBlock .k_chartLegend, #outro .k_chartOnetMapPolanddatasetBlock .k_chartLegend,
.lay_m665e300 #main .k_chartOnetMapPolandBlock .k_chartLegend, .lay_m665e300 #main .k_chartOnetMapPolandDatasetBlock .k_chartLegend {
   width: 150px;
   float: right;
}
.lay_m980 .k_chartOnetMapPolandBlock .k_chartObject, .lay_m980 .k_chartOnetMapPolandDatasetBlock .k_chartObject {
   width: 760px;
   float: left;
}
.lay_m665e300 #main .k_chartOnetMapPolandBlock .k_chartObject, .lay_m665e300 #main .k_chartOnetMapPolandDatasetBlock .k_chartObject,
.lay_m665e300 #intro .k_chartOnetMapPolandBlock .k_chartObject, .lay_m665e300 #intro .k_chartOnetMapPolandDatasetBlock .k_chartObject,
.lay_m665e300 #outro .k_chartOnetMapPolandBlock .k_chartObject, .lay_m665e300 #outro .k_chartOnetMapPolandDatasetBlock .k_chartObject,
.lay_m460e300i190 #intro .k_chartOnetMapPolandBlock .k_chartObject, .lay_m460e300i190 #intro .k_chartOnetMapPolandDatasetBlock .k_chartObject,
.lay_m460e300i190 #outro .k_chartOnetMapPolandBlock .k_chartObject, .lay_m460e300i190 #outro .k_chartOnetMapPolandDatasetBlock .k_chartObject,
.lay_m460i190e300 #intro .k_chartOnetMapPolandBlock .k_chartObject, .lay_m460i190e300 #intro .k_chartOnetMapPolandDatasetBlock .k_chartObject,
.lay_m460i190e300 #outro .k_chartOnetMapPolandBlock .k_chartObject, .lay_m460i190e300 #outro .k_chartOnetMapPolandDatasetBlock .k_chartObject {
   width: 445px;
   float: left;
}

/* noscript */
.k_chartBlock .k_insetTable {
   margin: auto 10px;
   text-align: center;
}
.k_chartBlock .k_insetTable table {
   border: 1px solid #DDDCE1;
   margin: auto;
   text-align: left;
}
.k_chartBlock .k_insetTable th, .k_chartBlock .k_insetTable td {
   padding: 4px 6px;
   border: 1px solid #DDDCE1;
   vertical-align: top;
}
.k_chartBlock .k_insetTable tbody th, .k_chartBlock .k_insetTable tbody td {
   text-align: right;
}
#info .k_chartBlock .k_insetTable table, #extra .k_chartBlock .k_insetTable table {
   font-size: 11px;
}

/* widgets:poll.css */
.k_pollBlock{
   font-size: 11px;
   margin: 0 8px; 
}
.k_pollBlock .k_button input{
   font-size: 10px;
}
/* Tutaj style do sond przerobionych z mdla */
.snd_box {
}
.snd_foot {
   text-align: center;
}
.snd_urlmore {
   text-align: right; color: #f00;
   padding: 6px 0 0 0;
}
/* Wspólne: */
.snd_throbber {
   background:  url(http://ocdn.eu/files/deploy/MWM7MDA_/189e1a4ca2cbcc1ba8607147f2999dc2.gif) no-repeat scroll 50% 50%;
   height: 100px; 
}
.snd_pytanie {
   font-weight: bold;
   padding: 0 0 10px 0;
} 
.snd_pytania_box, .snd_wyniki_box {
}
/* część z pytaniami */
/* .snd_pytania_box { visibility: hidden; margin: 0px; font-size: 12px; color: #2C426E; }*/
.snd_pytania_box {  }
.snd_pytania_box img {
   margin: 0 auto 10px;
   display: block;
}
.snd_pytania_box .snd_input{
   padding:0 0 5px; overflow: hidden; width: 100%;
   clear:both;
}
.snd_pytania_box .snd_input input,
.snd_pytania_box .snd_input label{
   vertical-align: middle; line-height: 19px;
   float: left;
}
.snd_pytania_box .snd_input label{
   padding: 0 0 0 6px;
}
.snd_urlmore div{
   padding: 2px 0 0 0;
}
.snd_submit{
   padding: 0 0 10px 0;
}
.snd_opcje{
   padding: 0 0 10px 0;
   clear: both;
}
/* Część z wynikami */
.snd_foot .snd_urlmore {
   padding:6px 10px 13px 10px;
}
.snd_wyniki_box .snd_barbox {color: #2C426E; 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: 200px; height: 10px; border: solid #ffffff 1px; background-image: url(http://ocdn.eu/files/deploy/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;}
/*
.snd_votebar_0, .snd_votebar_4, .snd_votebar_8, .snd_votebar_12  { background-image: url(http://ocdn.eu/files/deploy/MmU7MDA_/0fff07357f23bf6be9404cc092f53213.gif); background-color: #FFC809; }
.snd_votebar_1, .snd_votebar_5, .snd_votebar_9, .snd_votebar_13  { background-image: url(http://ocdn.eu/files/deploy/MDg7MDA_/e05e926e27d68b779de45bc746de4a38.gif); background-color: #FF0994; }
.snd_votebar_2, .snd_votebar_6, .snd_votebar_10, .snd_votebar_14 { background-image: url(http://ocdn.eu/files/deploy/MWI7MDA_/b161cfd92f412365276a72045000f22a.gif); background-color: #3D09FF; }
.snd_votebar_3, .snd_votebar_7, .snd_votebar_11, .snd_votebar_15 { background-image: url(http://ocdn.eu/files/deploy/M2M7MDA_/ab54e5027e8cfece01a0872344d9c2ba.gif); background-color: #0FFF53; }
*/
.snd_legenda { font-size: 10px; color: #2C426E; padding: 8px 0 8px 0; }
.snd_legenda_kolor { text-align: center; vertical-align: middle; }
.snd_legenda_kolor DIV{ width: 8px; height: 8px; line-height: 4px; margin: auto; }
.snd_legenda_tekst { padding: 0 4px 0 4px; }
.snd_legenda_procent { width: 1%; padding: 0 4px 0 4px; text-align: right; }
.snd_legenda_glosow { width: 1%; padding: 0 4px 0 4px;}
.n_baner {
	margin: 0px 0px 10px 0px;
}
.snd_idn_pdn_odb a:link, .snd_idn_pdn_odb a:active, .snd_idn_pdn_odb a:visited, .snd_idn_pdn_odb a:hover
{
	color: white;
}
.snd_noscript{
   text-align: center;
}

/* content:variograf.css */
/* global */
body.k_ov {
	background: transparent;
	margin: 0; padding: 0;
}
.k_ov {
	font: normal 12px /1.2 Verdana, Arial, Helvetica, sans-serif;
	color: #000;	
}

.k_ov a {
	text-decoration: none;
	margin: 0;
	padding: 0;
}

.k_ov img {
	border: 0;
}

.k_ov ul, li {
	margin: 0;
	padding: 0;
}

.k_ov textarea::selection {
	background: #fae6b4; /* Safari */
}
.k_ov textarea::-moz-selection {
	background: #fae6b4; /* Firefox */
}

.p_190_000000, .p_300_000000, .p_450_000000, .p_640_000000 {
	 color: #fff;
}

.p_190_ffffff, .p_300_ffffff, .p_450_ffffff, .p_640_ffffff {
	background: transparent; color: #000;
}

.p_190_000000 .sheet, .p_300_000000 .sheet,
.p_190_ffffff .sheet, .p_300_ffffff .sheet {
	background: url("http://ocdn.eu/files/deploy/Y2E7MDA_/137c8a49b9ce1ad7fd667a5182a56452.png") no-repeat transparent;
}

.p_450_000000 .sheet, .p_450_ffffff .sheet,
.p_640_000000 .sheet, .p_640_ffffff .sheet {
	background: url("http://ocdn.eu/files/pulscms/MjA7MDA_/da721dd556fce01f7e051672be01a898.png") no-repeat transparent;
}

.k_ov .container {
	position: relative;
	overflow: hidden;
	text-align: left;
}

.k_ov .s_190 {
	width: 190px;
	height: 357px;
}

.k_ov .s_300 {
	width: 300px;
	height: 423px;
}

.k_ov .s_450 {
	width: 450px;
	height: 577px;
}

.k_ov .s_640 {
	width: 640px;
	height: 771px;
}

.k_ov .imgContainer a span.more,
.k_ov .contentLead span.more,
.buttonsContainer a span.more {
	color: #ff4800;
}

.k_ov .contentLead span.more {
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.k_ov .barTop a {
	display: block;
	float: left;
	text-indent: -9999em;
	height: 100%;
}

.k_ov .barTop {
	width: 190px;
	height: 31px;
}
.k_ov .s_190 .barTop {
	width: 190px;
	height: 31px;
}
.k_ov .s_300 .barTop {
	width: 300px;
	height: 31px;
}
.k_ov .s_450 .barTop {
	width: 450px;
	height: 38px;
}
.k_ov .s_640 .barTop {
	width: 640px;
	height: 38px;
}

.k_ov .s_190 .barTop .left {
	width: 130px;
}
.k_ov .s_190 .barTop .right {
	width: 60px;
}
.k_ov .s_300 .barTop .left {
	width: 240px;
}
.k_ov .s_300 .barTop .right {
	width: 60px;
}
.k_ov .s_450 .barTop .left {
	width: 325px;
}
.k_ov .s_450 .barTop .right {
	width: 125px;
}
.k_ov .s_640 .barTop .left {
	width: 470px;
}
.k_ov .s_640 .barTop .right {
	width: 170px;
}

.k_ov .p_190_000000 .barTop {
	background-position: 0 -679px;
}

.k_ov .p_190_ffffff .barTop {
	background-position: 0 -638px;
}

.k_ov .p_300_000000 .barTop {
	background-position: 0 -762px;
}

.k_ov .p_300_ffffff .barTop {
	background-position: 0 -720px;
}

.k_ov .p_450_000000 .barTop {
	background-position: 0 -686px;
}

.k_ov .p_450_ffffff .barTop {
	background-position: 0 -638px;
}

.k_ov .p_640_ffffff .barTop {
	background-position: 0 -734px;
}

.k_ov .p_640_000000 .barTop {
	background-position: 0 -782px;
}

.k_ov .imgContainer {
	position: relative;
	overflow: hidden;
}

.k_ov .s_190 .imgContainer {
	width: 188px;
	height: 188px;
}
.k_ov .s_300 .imgContainer {
	width: 298px;
	height: 298px;
}
.k_ov .s_450 .imgContainer {
	width: 448px;
	height: 448px;
}
.k_ov .s_640 .imgContainer {
	width: 638px;
	height: 638px;
}
.k_ov .c_ffffff .imgContainer {
	border-right: 1px #d5d5d5 solid;
	border-left: 1px #d5d5d5 solid;
}

.k_ov .c_000000 .imgContainer {
	border-right: 1px #282828 solid;
	border-left: 1px #282828 solid;
}

.k_ov .imgContainer .glass {
	position: absolute;
	left: 0;
	right: 0;
	z-index: 5;
	width: 100%;
	opacity: 0.8;
	filter: alpha(opacity=80);
}
.k_ov .imgContainer .info {
	position: absolute;
	left: 0;
	right: 0;
	z-index: 10;
}

.k_ov .c_ffffff .imgContainer .glass {
	background-color: white;
}

.k_ov .c_000000 .imgContainer .glass {
	background-color: #262626;
}

.k_ov .s_190 .imgContainer .glass {
	height: 55px;
	top: 133px;
}
.k_ov .s_190 .imgContainer .info {
	padding: 10px 5px 10px 5px;
	top: 133px;
}

.k_ov .s_190 .imgContainer .info .name {
	height: 15px;
	overflow: hidden;
}

.k_ov .s_300 .imgContainer .glass {
	height: 69px;
	top: 231px;
}
.k_ov .s_300 .imgContainer .info {
	padding: 10px;
	top: 231px;
}

.k_ov .s_450 .imgContainer .glass {
	height: 86px;
	top: 362px;
}
.k_ov .s_450 .imgContainer .info {
	padding: 15px;
	top: 362px;
}

.k_ov .s_640 .imgContainer .glass {
	height: 97px;
	top: 541px;
}
.k_ov .s_640 .imgContainer .info {
	padding: 17px;
	top: 541px;
}

.k_ov .s_190 .imgContainer .info .name a {
	font: bold 15px/15px Arial, Helvetica, sans-serif;
}
.k_ov .s_300 .imgContainer .info .name a {
	font: bold 22px/22px Arial, Helvetica, sans-serif;
}
.k_ov .s_450 .imgContainer .info .name a {
	font: bold 26px/26px Arial, Helvetica, sans-serif;
}
.k_ov .s_640 .imgContainer .info .name a {
	font: bold 32px/32px Arial, Helvetica, sans-serif;
}
.k_ov .c_ffffff .imgContainer .info .name a {
	color: #136c9a;
}
.k_ov .c_ffffff .imgContainer .info .name a:hover {
	color: #52bff7;
}
.k_ov .c_000000 .imgContainer .info .name a {
	color: #35b9fc;
}
.k_ov .c_000000 .imgContainer .info .name a:hover {
	color: #fff;
}

.k_ov .imgContainer .info .description span {
	font-weight: bold;
}
.k_ov .s_190 .imgContainer .info .description {
	padding-top: 10px;
	font: normal 10px/10px Arial, Helvetica, sans-serif;
}
.k_ov .s_300 .imgContainer .info .description {
	padding-top: 12px;
	font: normal 13px/13px Arial, Helvetica, sans-serif;
}
.k_ov .s_450 .imgContainer .info .description {
	padding-top: 15px;
	font: normal 13px/13px Arial, Helvetica, sans-serif;
}
.k_ov .s_640 .imgContainer .info .description {
	padding-top: 17px;
	font: normal 13px/13px Arial, Helvetica, sans-serif;
}
.k_ov .c_ffffff .imgContainer .info .description {
	color: #555;
}
.k_ov .c_000000 .imgContainer .info .description {
	color: #8e8e8e;
}

.k_ov .s_300 .txtContainer {
	height: 42px;
}
.k_ov .s_190 .txtContainer {
	padding: 10px 10px 12px 10px;
	font: normal 11px/15px Verdana, Arial, Helvetica, sans-serif;
}
.k_ov .s_300 .txtContainer {
	padding: 12px 12px 14px 12px;
	font: normal 11px/15px Verdana, Arial, Helvetica, sans-serif;
	overflow: hidden;
}
.k_ov .s_450 .txtContainer {
	padding: 15px 15px 20px 15px;
	font: normal 12px/16px Verdana, Arial, Helvetica, sans-serif;
	overflow: hidden;
}
.k_ov .s_640 .txtContainer {
	padding: 15px 15px 20px 15px;
	font: normal 13px/18px Verdana, Arial, Helvetica, sans-serif;
	overflow: hidden;
}
.k_ov .c_ffffff .txtContainer {
	border-right: 1px #d5d5d5 solid;
	border-left: 1px #d5d5d5 solid;
	border-bottom: none;
	background-color: white;
	color: #666666;
}
.k_ov .c_000000 .txtContainer {
	border-right: 1px #282828 solid;
	border-left: 1px #282828 solid;
	border-bottom: none;
	background-color: #373737;
	color: #d5d5d5;
}

.k_ov .p_190_ffffff .txtContainer .block1 {
	border-bottom: 1px #d5d5d5 dashed;
}
.k_ov .p_190_000000 .txtContainer .block1 {
	border-bottom: 1px #282828 dashed;
}

.k_ov .s_190 .txtContainer .block1 {
	padding-bottom: 8px;
}
.k_ov .s_190 .txtContainer .block2 {
	padding-top: 8px;
}
.k_ov .s_300 .txtContainer .block1 {
	float: left;
	width: 180px;
}
.k_ov .s_300 .txtContainer .blocksGroup {
	float: left;
}
.k_ov .s_450 .txtContainer .block1 {
	float: left;
	width: 195px;
}
.k_ov .s_450 .txtContainer .block2 {
	float: left;
	width: 123px;
}
.k_ov .s_450 .txtContainer .block3 {
	float: left;
}
.k_ov .s_640 .txtContainer .block1 {
	float: left;
	width: 212px;
}
.k_ov .s_640 .txtContainer .block2 {
	float: left;
	width: 125px;
}
.k_ov .s_640 .txtContainer .block3 {
	float: left;
}

.k_ov .c_ffffff .txtContainer .promise {
	color: #35b9fc;
	font-weight: bold;
}
.k_ov .c_ffffff .txtContainer .breakPromise {
	color: #666;
	font-weight: bold;
}
.k_ov .c_ffffff .txtContainer .false {
	color: #df3b1b;
	font-weight: bold;
}
.k_ov .c_ffffff .txtContainer .halftruths {
	color: #ef9801;
	font-weight: bold;
}
.k_ov .c_ffffff .txtContainer .truth {
	color: #37a41e;
	font-weight: bold;
}
.k_ov .c_000000 .txtContainer .promise {
	color: #46bffd;
	font-weight: bold;
}
.k_ov .c_000000 .txtContainer .breakPromise {
	color: #aaa;
	font-weight: bold;
}
.k_ov .c_000000 .txtContainer .false {
	color: #f04625;
	font-weight: bold;
}
.k_ov .c_000000 .txtContainer .halftruths {
	color: #ef9801;
	font-weight: bold;
}
.k_ov .c_000000 .txtContainer .truth {
	color: #46c02a;
	font-weight: bold;
}

.k_ov .buttonsContainer {
	overflow: hidden;
	height: 24px;
}
.k_ov .buttonsContainer a {
	display: block;
	line-height: 23px;
}
.k_ov .s_190 .buttonsContainer a,
.k_ov .s_300 .buttonsContainer a {
	font: normal 10px/23px Arial, Helvetica, sans-serif;
}
.k_ov .s_450 .buttonsContainer a,
.k_ov .s_640 .buttonsContainer a {
	font: normal 11px/23px Arial, Helvetica, sans-serif;
}
.k_ov .c_ffffff .buttonsContainer a {
	color: #136c9a;
}
.k_ov .c_ffffff .buttonsContainer a:hover {
	color: #52bff7;
}
.k_ov .c_000000 .buttonsContainer a {
	color: #d5d5d5;
}
.k_ov .c_000000 .buttonsContainer a:hover {
	color: #8de0ff;
}

/* umiesc na stronie */
.k_ov .c_ffffff .buttonsContainer .frame {
	border-top: 1px #d5d5d5 solid;
}
.k_ov .c_000000 .buttonsContainer .frame {
	border-top: 1px #282828 solid;
}
.k_ov .s_190 .buttonsContainer .frame {
	display: none;
}
.k_ov .s_300 .buttonsContainer .frame {
	float: left;
	width: 71px;
}
.k_ov .s_450 .buttonsContainer .frame {
	float: left;
	width: 221px;
}
.k_ov .s_640 .buttonsContainer .frame {
	float: left;
	width: 411px;
}
.k_ov .buttonsContainer .setOnPage,
.k_ov .buttonsContainer .seeMore {
	float: left;
}
.k_ov .buttonsContainer .setOnPage .bLeft  {
	float: left;
	width: 2px;
	height: 23px;
}
.k_ov .c_ffffff .buttonsContainer .setOnPage {
	border-top: 1px #d5d5d5 solid;
}
.k_ov .c_000000 .buttonsContainer .setOnPage {
	border-top: 1px #282828 solid;
}

.k_ov .p_190_ffffff .buttonsContainer .setOnPage .bLeft,
.k_ov .p_300_ffffff .buttonsContainer .setOnPage .bLeft {
	background-position: -298px -28px;
}
.k_ov .p_190_000000 .buttonsContainer .setOnPage .bLeft,
.k_ov .p_300_000000 .buttonsContainer .setOnPage .bLeft {
	background-position: -298px -207px;
}
.k_ov .p_450_ffffff .buttonsContainer .setOnPage .bLeft,
.k_ov .p_640_ffffff .buttonsContainer .setOnPage .bLeft {
	background-position: -638px -28px;
}
.k_ov .p_450_000000 .buttonsContainer .setOnPage .bLeft,
.k_ov .p_640_000000 .buttonsContainer .setOnPage .bLeft {
	background-position: -638px -207px;
}
.k_ov .buttonsContainer .setOnPage .bRight {
	float: left;
	width: 98px;
	height: 23px;
	line-height: 23px;
	text-align: center;
}
.k_ov .s_300 .buttonsContainer .setOnPage .bRight,
.k_ov .s_450 .buttonsContainer .setOnPage .bRight,
.k_ov .s_640 .buttonsContainer .setOnPage .bRight {
	width: 120px;
}
.k_ov .c_ffffff .buttonsContainer .setOnPage .bRight {
	background-position: right -2px;
	/*border-top: 1px #d5d5d5 solid;*/
}
.k_ov .c_000000 .buttonsContainer .setOnPage .bRight {
	background-position: right -181px;
	/*border-top: 1px #282828 solid;*/
}
/* umiesc na stronie aktywne */
.k_ov .c_ffffff .buttonsContainer .setOnPageActive {
	border-top: 0;
}
.k_ov .c_000000 .buttonsContainer .setOnPageActive {
	border-top: 0;
}
.k_ov .buttonsContainer .setOnPageActive a {
	color: #136c9a;
}
.k_ov .buttonsContainer .setOnPageActive a:hover {
	color: #52bff7;
}
.k_ov .s_190 .buttonsContainer .setOnPageActive div.bLeft,
.k_ov .s_300 .buttonsContainer .setOnPageActive div.bLeft {
	background-position: -298px -87px;
	border: 0;
	height: 24px;
}
.k_ov .s_450 .buttonsContainer .setOnPageActive div.bLeft,
.k_ov .s_640 .buttonsContainer .setOnPageActive div.bLeft {
	background-position: -638px -87px;
	border: 0;
	height: 24px;
}
.k_ov .container .buttonsContainer .setOnPageActive div.bRight {
	background-position: right -61px;
	border: 0;
	height: 24px;
}
/* zobacz wiecej */
.k_ov .buttonsContainer .seeMore .bLeft {
	float: left;
	width: 2px;
	height: 24px;
}


.k_ov .p_190_ffffff .buttonsContainer .seeMore .bLeft,
.k_ov .p_300_ffffff .buttonsContainer .seeMore .bLeft {
	background-position: -298px -147px;
}
.k_ov .p_190_000000 .buttonsContainer .seeMore .bLeft,
.k_ov .p_300_000000 .buttonsContainer .seeMore .bLeft {
	background-position: -298px -263px;
}
.k_ov .p_450_ffffff .buttonsContainer .seeMore .bLeft,
.k_ov .p_640_ffffff .buttonsContainer .seeMore .bLeft {
	background-position: -638px -147px;
}
.k_ov .p_450_000000 .buttonsContainer .seeMore .bLeft,
.k_ov .p_640_000000 .buttonsContainer .seeMore .bLeft {
	background-position: -638px -263px;
}
.k_ov .buttonsContainer .seeMore .bRight {
	float: left;
	width: 88px;
	padding-top: 1px;
	height: 23px;
	line-height: 23px;
	text-align: center;
}
.k_ov .s_300 .buttonsContainer .seeMore .bRight,
.k_ov .s_450 .buttonsContainer .seeMore .bRight,
.k_ov .s_640 .buttonsContainer .seeMore .bRight {
	width: 105px;
}
.k_ov .c_ffffff .buttonsContainer .seeMore .bRight {
	background-position: right -121px;
}
.k_ov .c_000000 .buttonsContainer .seeMore .bRight {
	background-position: right -237px;
}
.k_ov .c_ffffff .buttonsContainer .seeMoreInactive {
	border-top: 1px solid #D5D5D5;
	height: 23px;
}
.k_ov .c_ffffff .buttonsContainer .seeMoreInactive .bLeft,
.k_ov .c_ffffff .buttonsContainer .seeMoreInactive .bRight {
	padding-top: 0;
	height: 23px;
}
.k_ov .c_ffffff .buttonsContainer .seeMoreInactive .bLeft {
	background-position: -298px -148px;
}
.k_ov .c_ffffff .buttonsContainer .seeMoreInactive .bRight {
	background-position: right -122px;
}

/* tools */
.k_ov .toolsContainer {
	position: absolute;
	z-index: 10;
	background-color: #f4f4f4;
	right: 1px;
	height: 212px;
	border-top: 1px #d5d5d5 solid;
	border-left: 1px #d5d5d5 solid;
	display: none;
	font: normal 11px/13px Arial, Helvetica, sans-serif;
	color: #555;
	overflow: hidden;
}
.k_ov .s_190 .toolsContainer {
	bottom: 24px;
	width: 188px;
}

.k_ov .s_300 .toolsContainer,
.k_ov .s_450 .toolsContainer,
.k_ov .s_640 .toolsContainer {
	bottom: 24px;
	width: 227px;
}

.k_ov .toolsContainer .tabs li.notab {
	padding-left: 4px;
	background: none;
}
.k_ov .s_190 .toolsContainer .tabs li.notab {
	width: 44px;
}
.k_ov .s_300 .toolsContainer .tabs li.notab,
.k_ov .s_450 .toolsContainer .tabs li.notab,
.k_ov .s_640 .toolsContainer .tabs li.notab {
	width: 83px;
}

.k_ov .toolsContainer .top {
	height: 14px;
	overflow: hide;
	padding: 3px;
}

.k_ov .toolsContainer .top a {
	display: block;
	float: right;
	width: 15px;
	height: 14px;
	background-position: 0 -590px;
	text-indent: -9999em;
}
.k_ov .toolsContainer .top a:hover {
	background-position: 0 -614px;
}
.k_ov .toolsContainer .info {
	padding: 0 6px 10px 10px;
}

.k_ov .toolsContainer .tabs {
	padding: 0 10px 7px 10px;
}

.k_ov .toolsContainer .tabs ul {
	height: 15px;
	overflow: hidden;
}

.k_ov .toolsContainer .tabs li {
	float: left;
    list-style: none outside none;
    border-bottom: 1px #d5d5d5 solid;
    background-position: 0 -565px;
    width: 30px;
	height: 14px;
	font: normal 10px/14px tahoma;
	color: #383838;	
}

.k_ov .toolsContainer .tabs li a {
	display: block;
	width: 30px;
	height: 14px;
	font: normal 10px/14px tahoma;
	color: #383838;
	text-align: center;
}
.k_ov .toolsContainer .tabs li.active {
	border-bottom: 0;
	height: 15px;
	background-position: 0 -542px;
}
.k_ov .toolsContainer .tabs .tabarea {
	border: 1px #d5d5d5 solid;
	border-top: 0px;
	background-color: white;
	padding: 5px;
}
.k_ov .toolsContainer .tabs .tabarea div {
	display: none;
}

.k_ov .toolsContainer .tabs .tabarea div.active {
	display: block;
}

.k_ov .toolsContainer .tabs .tabarea textarea {
	border: 0;
	background: none;
	height: 50px;
    width: 100%;
    font: normal 11px/11px Arial, Helvetica, sans-serif;
    color: #383838;
}

.k_ov .toolsContainer .colorPicker {
	height: 21px;
	margin: 0 10px 7px 10px;
	padding: 0 0 7px 0;
	overflow: hidden;
	/*border-bottom: 1px #d5d5d5 solid;*/
}

.k_ov .toolsContainer .colorPicker .item {
	float: right;
	width: 168px;
	height: 100%;
	overflow: hidden;
}

.k_ov .toolsContainer .colorPicker .item .label {
	float: left;
	width: 114px;
	text-align: right;
	line-height: 21px;
}

.k_ov .toolsContainer .colorPicker .item .colors {
	float: right;
	height: 21px;
	width: 46px;
	padding: 0 0 0 8px;
	overflow: hidden;
}

.k_ov .toolsContainer .colorPicker .item .colors a {
	display: block;
	float: left;
	padding-left: 7px;
	width: 16px;
	height: 21px;
	text-indent: -9999em;
	background-color: #F4F4F4;
}

.k_ov .toolsContainer .colorPicker .item .colors a.light {
	background-position: 0 -480px;
}

.k_ov .toolsContainer .colorPicker .item .colors .active a.light {
	background-position: 0 -418px;
}

.k_ov .toolsContainer .colorPicker .item .colors a.dark {
	background-position: 0 -449px;
}

.k_ov .toolsContainer .colorPicker .item .colors .active a.dark {
	background-position: 0 -511px;
}

.k_ov .bottomInfo {
	padding: 0 10px 0 10px;
	text-align: center;
}
/* error */
.k_ov .errorInfo {
	height: 100%;
}

.k_ov .s_190 .errorInfo {
	height: 325px;
}

.k_ov .s_300 .errorInfo {
	height: 391px;
}

.k_ov .s_450 .errorInfo {
	height: 538px;
}

.k_ov .s_640 .errorInfo {
	height: 732px;
}

.k_ov .c_ffffff .errorInfo {
	border: 1px #d5d5d5 solid;
	border-top: none;
	background-color: #f3f3f3;
}
.k_ov .c_000000 .errorInfo {
	border: 1px #282828 solid;
	border-top: none;
	background-color: #373737;
}

.k_ov .errorInfo .iconFrame {
	padding-top: 30%;
	height: 50px;
}
.k_ov .errorInfo .iconFrame .icon {
	margin: 0 auto;
	width: 58px;
	height: 50px;
}

.k_ov .c_ffffff .errorInfo .iconFrame .icon {
	background-position: 0 -298px;
}

.k_ov .c_000000 .errorInfo .iconFrame .icon {
	background-position: 0 -358px;
}

.k_ov .errorInfo .text {
	font: normal 13px/18px Arial, Helvetica, sans-serif;
	padding: 12px;
	text-align: center;
}

.k_ov .c_ffffff .errorInfo .text {
	color: #666;
}

.k_ov .c_000000 .errorInfo .text {
	color: #aaa;
}

/* promo */
.k_ov .container_promo .s_190 {
	height: 390px;
}

.k_ov .container_promo .s_300 {
	height: 335px;
}

.k_ov .container_promo .s_450 {
	height: 262px;
}

.k_ov .container_promo .s_640 {
	height: 321px;
}

.k_ov .container_promo .leadContainer {
	overflow: hidden;
}

.k_ov .container_promo .s_190 .leadContainer {
	height: 223px;
}

.k_ov .container_promo .s_300 .leadContainer {
	height: 168px;
}

.k_ov .container_promo .s_450 .leadContainer {
	height: 120px;
}

.k_ov .container_promo .s_640 .leadContainer {
	height: 172px;
}

.k_ov .summaryContainer {
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}

.k_ov .s_190 .summaryContainer .summaryContainerBorder {
	margin: 0 9px 0 9px;
	padding-top: 10px;
	height: 77px;
	overflow: hidden;
}
.k_ov .s_300 .summaryContainer .summaryContainerBorder {
	margin: 0 9px 0 9px;
	padding-top: 10px;
	height: 77px;
	overflow: hidden;
}
.k_ov .s_450 .summaryContainer .summaryContainerBorder {
	margin: 0 9px 0 9px;
	padding-top: 6px;
	height: 49px;
	overflow: hidden;
}
.k_ov .s_640 .summaryContainer .summaryContainerBorder {
	margin: 0 9px 0 9px;
	padding-top: 8px;
	height: 54px;
	overflow: hidden;
}

.k_ov .c_ffffff .summaryContainer .summaryContainerBorder {
	border-bottom: 1px #d5d5d5 dashed;
	color: #8e8e8e;
}

.k_ov .c_000000 .summaryContainer .summaryContainerBorder {
	border-bottom: 1px #282828 dashed;
	color: #8e8e8e;
}

.k_ov .s_190 .summaryContainer .label,
.k_ov .s_300 .summaryContainer .label {
	line-height: 11px;
	font-size: 11px;
}

.k_ov .s_450 .summaryContainer .label,
.k_ov .s_640 .summaryContainer .label {
	line-height: 18px;
	font-size: 18px;
	font-family: Arial, Helvetica, sans-seri
}

.k_ov .summaryContainer .count {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 36px;
	color: #4fafe4;
}

.k_ov .c_ffffff .summaryContainer .count {
	color: #4fafe4;
}

.k_ov .c_000000 .summaryContainer .count {
	color: #4fafe4;
}

.k_ov .s_450 .summaryContainer .summaryContainerBorder .label,
.k_ov .s_450 .summaryContainer .summaryContainerBorder .count,
.k_ov .s_640 .summaryContainer .summaryContainerBorder .label,
.k_ov .s_640 .summaryContainer .summaryContainerBorder .count {
	float: left;
}

.k_ov .s_450 .summaryContainer .summaryContainerBorder .label,
.k_ov .s_640 .summaryContainer .summaryContainerBorder .label {
	padding-top: 15px;
}

.k_ov .s_450 .summaryContainer .summaryContainerBorder .count,
.k_ov .s_640 .summaryContainer .summaryContainerBorder .count {
	padding: 0 10px 0 10px;
}

.k_ov .c_ffffff .summaryContainer {
	border-right: 1px #d5d5d5 solid;
	border-left: 1px #d5d5d5 solid;
	color: #666;
	background-color: #f3f3f3;
}

.k_ov .c_000000 .summaryContainer {
	border-right: 1px #282828 solid;
	border-left: 1px #282828 solid;
	color: #D5D5D5;
	background-color: #373737;
}

.k_ov .leadContainer {
	padding: 12px 9px 12px 9px;
	overflow: hidden;
}

.k_ov .s_300 .leadContainer .leadContainer1 {
	float: left;
	width: 100px;
}
.k_ov .s_450 .leadContainer .leadContainer1 {
	float: left;
	width: 150px;
}
.k_ov .s_640 .leadContainer .leadContainer1 {
	float: left;
	width: 225px;
}

.k_ov .s_300 .leadContainer .leadContainer2 {
	float: right;
	width: 171px;
}
.k_ov .s_450 .leadContainer .leadContainer2 {
	float: right;
	width: 271px;
}
.k_ov .s_640 .leadContainer .leadContainer2 {
	float: right;
	width: 386px;
}

.k_ov .s_190 .leadContainer .leadContainer2 .contentTitle {
	padding-top: 5px;
	font: bold 11px Verdana, Arial, Helvetica, sans-serif;
}

.k_ov .s_300 .leadContainer .leadContainer2 .contentTitle {
	font: bold 11px Verdana, Arial, Helvetica, sans-serif;
}

.k_ov .s_450 .leadContainer .leadContainer2 .contentTitle {
	padding-bottom: 3px;
	font: bold 11px Verdana, Arial, Helvetica, sans-serif;
}

.k_ov .s_640 .leadContainer .leadContainer2 .contentTitle {
	padding-bottom: 3px;
	font: bold 13px Verdana, Arial, Helvetica, sans-serif;
}

.k_ov .s_190 .leadContainer .leadContainer2 .contentLead {
	padding-top: 5px;
	font: normal 11px Verdana, Arial, Helvetica, sans-serif;
}

.k_ov .s_300 .leadContainer .leadContainer2 .contentLead {
	padding-top: 2px;
	font: normal 11px Verdana, Arial, Helvetica, sans-serif;
}

.k_ov .s_450 .leadContainer .leadContainer2 .contentLead {
	padding-top: 2px;
	font: normal 11px Verdana, Arial, Helvetica, sans-serif;
}

.k_ov .s_640 .leadContainer .leadContainer2 .contentLead {
	padding-top: 2px;
	font: normal 12px Verdana, Arial, Helvetica, sans-serif;
}

.k_ov .c_ffffff .leadContainer {
	border-right: 1px #d5d5d5 solid;
	border-left: 1px #d5d5d5 solid;
	color: #444;
}

.k_ov .c_000000 .leadContainer {
	border-right: 1px #282828 solid;
	border-left: 1px #282828 solid;
	color: #D5D5D5;
	background-color: #373737;
}

.k_ov .leadContainer .lastCheck {
	font: bold 10px/10px Verdana, Arial, Helvetica, sans-serif;
	padding-bottom: 8px;
	color: #8e8e8e;
}

.k_ov .c_ffffff .leadContainer .lastCheck {
	color: #8e8e8e;
}

.k_ov .leadContainer .leadContainer1,
.k_ov .leadContainer .leadContainer2 {
	cursor: pointer;
}

.k_ov .leadContainer .imgContainer2 {
	position: relative;
	overflow: hidden;
}

.k_ov .s_190 .leadContainer .imgContainer2 {
	float: left;
}

.k_ov .leadContainer .imgContainer2 img {
	position: absolute;
	top: -10px;
}

.k_ov .s_190 .leadContainer .imgContainer2,
.k_ov .s_300 .leadContainer .imgContainer2 {
	width: 100px;
	height: 70px;
}

.k_ov .s_450 .leadContainer .imgContainer2 {
	width: 150px;
	height: 102px;
}

.k_ov .s_190 .leadContainer .leadContainer2 {
	clear: both;
}

.k_ov .s_640 .leadContainer .imgContainer2 {
	width: 225px;
	height: 154px;
}

.k_ov .magnifier {
	background: url("http://ocdn.eu/files/pulscms/ZDY7MDA_/f5be0a320da24f63abdf44a8fb7edbf6.gif") no-repeat transparent;
	width: 53px;
	height: 20px;
	text-align: center;
	float: right;
	margin: 0 0 5px 5px;
	padding-top: 40px;
	font: normal 10px/10px Verdana, Arial, Helvetica, sans-serif;
}

.k_ov .magnifier div {
	height: 20px;
}

.k_ov .c_ffffff .magnifier div {
	background-color: #fff;
}

.k_ov .c_000000 .magnifier div {
	background-color: #373737;
}

.k_ov .c_ffffff .magnifier_false {
	background-position: 0 -51px;
	color: #f04625;
}

.k_ov .c_ffffff .magnifier_halftruth {
	background-position: 0 0;
	color: #ef9801;
}

.k_ov .c_ffffff .magnifier_truth {
	background-position: 0 -103px;
	color: #46c02a;
}

.k_ov .c_ffffff .magnifier_promise {
	background-position: 0 -156px;
	color: #35B9FC;
}

.k_ov .c_ffffff .magnifier_keepPromise {
	background-position: 0 -156px;
	color: #35B9FC;
}

.k_ov .c_ffffff .magnifier_breakPromise {
	background-position: 0 -208px;
	color: #35B9FC;
}

.k_ov .c_ffffff .magnifier_changeMind {
	background-position: 0 -260px;
	color: #35B9FC;
}

.k_ov .c_000000 .magnifier_false {
	background-position: 0 -365px;
	color: #f04625;
}

.k_ov .c_000000 .magnifier_halftruth {
	background-position: 0 -313px;
	color: #ef9801;
}

.k_ov .c_000000 .magnifier_truth {
	background-position: 0 -416px;
	color: #46c02a;
}

.k_ov .c_000000 .magnifier_promise {
	background-position: 0 -468px;
	color: #35B9FC;
}

.k_ov .c_000000 .magnifier_keepPromise {
	background-position: 0 -468px;
	color: #35B9FC;
}

.k_ov .c_000000 .magnifier_breakPromise {
	background-position: 0 -520px;
	color: #35B9FC;
}

.k_ov .c_000000 .magnifier_changeMind {
	background-position: 0 -572px;
	color: #35B9FC;
}



/* content:beforeafter.css */
.k_slider{
	position:relative;
	margin-top:10px;
	margin-bottom:10px;
}
.k_beforeAfterSliderWrap{
	position:relative;
	clear:both;
	overflow:hidden;
}
.k_beforeImage{
	position: absolute;
	bottom: 0px;
	left: 0px;
	overflow: hidden;
}
.k_afterImage{
	position: absolute;
	bottom: 0px;
	right: 0px;
	overflow: hidden;
}
.k_afterImage img,
.k_beforeImage img{
	position:absolute;
	bottom:0px;
	right:0px;
}
.k_hiddenImage{
	position:absolute;
	bottom:0px;
	left:0px;
	display:none;
}
.k_hiddenImage img{
	display:none;
}
.k_horizontal .k_afterImage{
	border-left:1px solid #FFB400;
}

.k_vertical .k_afterImage{
	border-top:1px solid #FFB400;
}
.k_horizontal  .k_dragImage{
	display:none;
	width:10px;
	height:83px;
	position:absolute;
	background:url("http://ocdn.eu/files/deploy/ZWQ7MDA_/7c9e6089c62be622cb572ccfd434214d.png") no-repeat scroll 0px 0px transparent;
}
.k_vertical .k_dragImage{
	display:none;
	width:83px;
	height:10px;
	position:absolute;
	background:url("http://ocdn.eu/files/deploy/ZWQ7MDA_/7c9e6089c62be622cb572ccfd434214d.png") no-repeat scroll 0px -84px transparent;
}
.k_changeButton.k_active{
	height: 24px;
	font-size: 10px;
	background-color:green;
	float:left;
	display:none;
	cursor:default;
	background:url("http://ocdn.eu/files/deploy/NTM7MDA_/c77706634bf8c8e84e1d9aec832061a2.gif") no-repeat scroll 0px -837px white;
	padding-left:5px;
	padding:0px;
	z-index:2;
}
.k_changeButton.k_active span.tab{
	background:url("http://ocdn.eu/files/deploy/NTM7MDA_/c77706634bf8c8e84e1d9aec832061a2.gif") no-repeat scroll 100% -867px white;
	padding-right:5px;
	height: 24px;
	display:block;
	margin-left:2px;
	z-index:2;
}
.k_changeButton.k_active span.tab span{
	height: 12px;
	line-height:12px;
	display:block;
	background:url("http://ocdn.eu/files/deploy/NTM7MDA_/c77706634bf8c8e84e1d9aec832061a2.gif") repeat-x scroll 0px -897px white;
	padding:6px 3px 1px 7px;
	border:none;
	font-size:11px;
	z-index:2;
	color:gray;
	margin-top:0px;
	font-weight:bold;
}


.k_changeButton span.tab span,
.k_inactiveButton span.tab span{
	display:block;
	height:12px;
	line-height:12px;
	padding-left:6px;
	padding-right:3px;
	padding-top:0px;
	margin-top:6px;
	padding-bottom:1px;
	font-size:11px;
	z-index:0;
}
.k_changeButton {
	height: 22px;
	line-height:12px;
	font-size: 11px;
	color:#7298d5;
	background-color:white;
	float:left;
	display:none;
	cursor:pointer;
	z-index:0;
	position:relative;
	font-family:Verdana;
}
.k_inactiveButton{
	height: 23px;
	line-height:20px;
	font-size: 11px;
	color:gray;
	background-color:white;
	float:left;
	z-index:0;
	position:relative;
}
.k_slideAction{
	height: 18px;
	line-height:18px;
	font-size: 11px;
	color:#7298d5;
	float:right;
	cursor:pointer;
	padding-top:5px;
}
.k_imageDesc{
	padding:3px;
	background-color:white;
	font-size:9px;
	overflow:hidden;
	white-space:nowrap;
	height:16px;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}
.k_vertical .k_beforeImage .k_imageDesc{
	position:absolute;
	top:0px;
	left:0px;
}
.k_vertical  .k_afterImage .k_imageDesc{
	position:absolute;
	bottom:0px;
	left:0px;
}
.k_horizontal .k_beforeImage .k_imageDesc{
	position:absolute;
	bottom:0px;
	left:0px;
}
.k_horizontal  .k_afterImage .k_imageDesc{
	position:absolute;
	bottom:0px;
	right:0px;
}
.k_sliderNavigation{
	height:25px;
	position:relative;
	margin-bottom;2px;
}
.k_sliderNavigation .bottomLine{
	border-top: 1px solid #DCDBDB;
	position:absolute;
	width:100%;
	bottom:1px;
	z-index:0;
}
.k_beforeActive span.tab span{
	border-left:1px solid #DCDBDB;
}
.k_afterActive span.tab span{
	border-right:1px solid #DCDBDB;
}
.k_afterActive.k_last span.tab span{
	border-right:none;
}
.k_changeButton.k_first span.tab span{
	border-left:1px solid #DCDBDB;
}
.k_changeButton.k_active.k_first span.tab span{
	border-left:none;
}

/* content:sourceDetail.css */
.k_sourceDetail{
	border-bottom:1px solid #dbdbdb;
	padding-right:150px;
	padding-bottom:20px;
	position:relative;
	margin-right:0;
}
.k_sourceDetailNoPhoto{
	padding-right:16px;
}
.k_sourceDetail .k_lead{
	color:#aeaeae;
}
.k_sourceDetail .k_photo{
	position:absolute;
	right:25px;
	top:8px;
}

/* topic:topic.css */
#k_topicMainTitle a:hover,#k_topicDetail a:hover,#k_topicContentsList a:hover,#topicSecondaryTitle a:hover,#k_topicMultimediaList a:hover,#k_topicLinksList a {
	text-decoration: none;
}

#k_topicMainTitle h1,#k_topicMainTitle h1 a {
	color: #b74626;
	font-family: "Trebuchet Ms", Arial, Verdana, Sans-Serif;
	font-weight: normal;
	font-size: 24px;
	line-height: normal;
	margin: 10px 0 10px 0;
	padding: 0;
}

#k_topicMainTitle h2 {
	color: #b74626;
	font-size: 36px;
	font-family: "Trebuchet Ms", Arial, Verdana, Sans-Serif;;
	font-weight: normal;
	line-height: normal;
	margin: -4px 0 10px 0;
	padding: 0;
}

#k_topicMainTitle .k_date {
	display: block;
	margin: 10px 0 10px 0;
}

#k_topicDetail p.k_lead,#k_topicDetail div.k_text {
	color: #363636;
	display: inline;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 14px;
	font-weight: normal;
	line-height: normal;
	overflow: hidden;
}

#k_topicDetail h2 {
	color: #363636;
	display: block;
	font-family: "Trebuchet Ms", Arial, Verdana, Sans-Serif;;
	font-size: 24px;
	font-weight: bold;
	line-height: normal;
	margin: 10px 0;
}

#k_topicDetail h3 {
	color: #363636;
	display: block;
	font-family: "Trebuchet Ms", Arial, Verdana, Sans-Serif;
	font-size: 22px;
	font-weight: bold;
	line-height: normal;
	margin: 10px 0;
}

#k_topicDetail h4 {
	color: #363636;
	display: block;
	font-family: "Trebuchet Ms", Arial, Verdana, Sans-Serif;
	font-size: 20px;
	font-weight: bold;
	line-height: normal;
	margin: 10px 0;
}

#k_topicDetail strong,#k_topicDetail b {
	font-weight: bold;
}

#k_topicDetail .mvp {
	height: 374px;
	width: 665px;
}

#k_topicDetail .k_insetPhotoLarge,#k_topicDetail .k_insetPhotoSmall {
	overflow: hidden;
}

#k_topicDetail .k_insetPhotoLarge img,#k_topicDetail .k_insetPhotoSmall img {
	display: block;
}

#k_topicDetail .k_properties {
	overflow: hidden;
	padding: 10px 0 0 0;
	width: 100%;
}

#k_topicDetail .k_contentInfo .k_title,#k_topicDetail .k_contentInfo .k_source,#k_topicDetail .k_contentInfo .k_author,#k_topicDetail .k_contentInfo .separator {
	display: inline-block;
	float: left;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 11px;
	line-height: normal;
	margin: 12px 5px 0 0;
}

#k_topicDetail .separator {
	margin: 12px 5px 0 0;
}

#k_topicDetail .k_source span,#k_topicDetail .k_author span {
	cursor: default;
	display: inline;
}

#k_topicDetail .k_date {
	clear: both;
	display: block;
	line-height: normal;
}

#k_topicDetail {
	margin: 0 0 12px 0;
        width: 640px;
}

#k_topicDetail .k_contentInfo {
	float: left;
	width: 400px;
}

#k_topicDetail .k_addthis {
	float: right;
	width: 239px;
}

.k_topicVideoDetail .mvp {
	height: 374px;
	width: 665px;
}

#k_topicDetail div.mvp-info {
	background: white;
}

#k_topicDetail div.mvp-info-container {
	background: white;
	color: #363636;
	font-size: 14px;
	font-weight: normal;
	line-height: nomal;
}

#k_topicDetail .k_properties {
	height: auto;
}

#k_topicDetail .k_mainImageHolder {
	text-align: center;
}

#k_topicDetail .k_mainImage {
	display: inline-block;
	margin: 0 auto 20px auto;
	position: relative;
	text-align: center;
}

#k_topicDetail .k_mainImage .nextImage {
	display: block;
	right: 0;
	height: 100%;
	position: absolute;
	top: 0;
	width: 47%;
        background-image:url('http://ocdn.eu/files/deploy/NzE7MDA_/bbfd7b49dc892a72a8a87d8d1ae3e4ee.gif');
}

#k_topicDetail .k_mainImage .nextImage:hover span.nextIcon {
	background: #000;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-bottomleft: 3px;
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
	display: block;
	height: 80px;
	opacity: 0.6;
        filter: alpha(opacity = 60);
	position: absolute;
	top: 40%;
	right: 0;
	text-align: center;
	vertical-align: middle;
	width: 35px;
}

#k_topicDetail .k_mainImage .nextImage:hover .nextIcon span {
	color: #fff;
        padding: 0px;
        background: url("http://ocdn.eu/files/deploy/YWM7MDA_/6c2baa3f954afdd28f90a645afc0f4f6.png") no-repeat -28px -2px;
        display: inline-block;
	font-size: 0;
	overflow: hidden;
	width: 25px;
        height: 25px;
        margin: 28px 0 0 4px;
}

#k_topicDetail .k_mainImage .prevImage {
	display: block;
	left: 0;
	height: 100%;
	position: absolute;
	top: 0;
	width: 47%;
        background-image:url('http://ocdn.eu/files/deploy/NzE7MDA_/bbfd7b49dc892a72a8a87d8d1ae3e4ee.gif');
}

#k_topicDetail .k_mainImage .prevImage:hover span.prevIcon {
	background: #000;
	-webkit-border-top-right-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
	-moz-border-radius-topright: 3px;
	-moz-border-radius-bottomright: 3px;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
	display: block;
	height: 80px;
	left: 0;
	opacity: 0.6;
        filter: alpha(opacity = 60);
	position: absolute;
	text-align: center;
	top: 40%;
	vertical-align: middle;
	width: 35px;
}

#k_topicDetail .k_mainImage .prevImage:hover span.prevIcon span {
	color: #fff;
        padding: 0px;
        background: url("http://ocdn.eu/files/deploy/YWM7MDA_/6c2baa3f954afdd28f90a645afc0f4f6.png") no-repeat 0px -2px;
        display: inline-block;
	font-size: 0;
	overflow: hidden;
	vertical-align: middle;
	width: 25px;
        height: 25px;
        margin: 28px 0 0 2px;
}

#k_topicDetail .k_imageMiniatures {
	text-align: center;
}

#k_topicDetail .k_imageMiniatures ul {
	overflow: hidden;
	margin: 0 0 20px 0;
	width: 665px;
}

#k_topicDetail .k_imageMiniatures li {
	border: 2px solid #fff;
	float: left;
	height: 45px;
	margin: 0 10px 5px 0;
	overflow: hidden;
	text-align: center;
	width: 45px;
}

#k_topicDetail .k_imageMiniatures li.k_currentPhoto {
	border: 2px solid #b74626;
}

#k_topicDetail .k_imageMiniatures li.k_currentPhoto img {
	opacity: 0.6;
}

#k_topicDetail .snd_pytanie {
	color: #b74626;
	font-size: 12px;
	font-weight: bold;
	font-family: Verdana;
	padding: 0 0 10px 0;
}

#k_topicDetail .snd_opis {
	color: #363636;
	font-family: Verdana;
	font-size: 12px;
	font-weight: normal;
	padding: 0 0 10px 0;
	font-weight: normal;
	font-family: Verdana;
}

#k_topicDetail .snd_foot {
	text-align: center;
}

#k_topicDetail .k_pollBlock {
	font-size: 11px;
	margin: 0 8px 0 0;
}

#k_topicDetail .k_button input {
	cursor: pointer;
	font-size: 11px;
	height: 22px;
	line-height: 12px;
	margin: -5px 0 0;
	padding: 1px;
	width: 80px;
}

#k_topicContentsList {
	clear: none;
	float: left;
	list-style-type: none;
	margin: 15px 0 6px 0;
	width: 665px;
}

#k_topicContentsList h3 {
	font-family: "Trebuchet Ms", Arial, Verdana, Sans-Serif;
	margin: 0 0 2px 0;
}

#k_topicContentsList h3 a {
	color: #b74626;
	font-size: 20px;
	font-weight: normal;
}

#k_topicContentsList .k_category {
	color: #aeaeae;
}

#k_topicContentsList .k_newsBlurbBlock {
	padding: 12px 0 0 0;
}

#k_topicContentsList li {
	overflow: hidden;
	padding-left: 135px;
	padding-bottom: 30px;
}

#k_topicContentsList .k_noPhoto {
	padding-left: 0;
}

#k_topicContentsList img {
	margin-left: -135px;
	padding: 1px;
}

#k_topicContentsList .k_contentLink {
	color: #363636;
	display: block;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 11px;
}

#k_topicContentsList .k_properties {
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 11px;
	height: auto;
}

#k_topicContentsList .k_linkMore {
	background: url("http://ocdn.eu/files/deploy/MTU7MDA_/89939266f92558e4218cdb5b72635c98.gif") no-repeat -9px -714px;
	display: inline-block;
	font-size: 0;
	height: 9px;
	overflow: hidden;
	text-indent: -9999px;
	vertical-align: middle;
	width: 7px;
}

#k_topicMultimediaList {
	clear: none;
	float: right;
	list-style-type: none;
	margin: 20px 0 26px 0;
	overflow: hidden;
	width: 300px;
}

#k_topicMultimediaList li {
	margin: 0 0 17px 0;
	width: 140px;
}

#k_topicMultimediaList li.leftIndex {
	clear: both;
	float: left;
}

#k_topicMultimediaList li.rightIndex {
	float: right;
}

#k_topicMultimediaList h3 {
	clear: both;
	margin: 0 0 5px 0;
	line-height: normal;
}

#k_topicMultimediaList h3 a {
	color: #b74626;
	font-family: "Trebuchet Ms", Arial, Verdana, Sans-Serif;
	font-size: 13px;
	font-weight: normal;
}

#k_topicMultimediaList .k_durationTime {
	background-color: #212121;
	border: 1px solid #fff;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	color: #fff;
	display: block;
	font-size: 11px;
	line-height: 18px;
	opacity: 0.6;
	padding: 0 10px;
	position: absolute;
	right: 7px;
	top: 53px;
}

#k_topicMultimediaList .k_photo {
	display: block;
	float: left;
	height: 79px;
	margin: 0 0 1px 0;
	overflow: hidden;
	position: relative;
	width: 140px;
}

#k_topicMultimediaList .k_photo img {
	height: auto;
	margin: 0;
	padding: 1px;
	width: auto;
}

#k_topicMultimediaList span.photoIcon span {
	bottom: 5px;
	position: absolute;
	right: 5px;
        color: #fff;
        background: url("http://ocdn.eu/files/deploy/YWM7MDA_/6c2baa3f954afdd28f90a645afc0f4f6.png") no-repeat -64px -2px; 
        display: inline-block;
	font-size: 0;
	overflow: hidden;
	text-indent: -9999px;
	vertical-align: middle;
	width: 21px;
        height: 17px;
}

#k_topicMultimediaList .k_properties {
	display: block;
	font-size: 11px;
	line-height: normal;
	height: auto;
	margin: -4px 0 0 0;
}

#k_topicSecondaryTitle {
	border-bottom: 2px solid #b74626;
}

#k_topicSecondaryTitle h2 {
	color: #b74626;
	font-family: "Trebuchet Ms", Arial, Verdana, Sans-Serif;
	font-weight: normal;
	font-size: 24px;
	height: 38px;
	line-height: normal;
	margin: 7px 0 0 0;
	padding: 0;
}

#k_topicSecondaryTitle h2 span {
	color: #b74626;
	font-family: "Trebuchet Ms", Arial, Verdana, Sans-Serif;
	font-size: 20px;
	font-weight: normal;
}

#k_topicMoreLoad {
	display: block;
	float: left;
	height: 60px;
	margin: 7px 0;
	overflow: hidden;
	text-align: center;
	width: 665px;
}

#k_topicMoreLoad span {
	color: #b74626;
	cursor: pointer;
	display: block;
	font-size: 20px;
	margin: 20px auto 20px auto;
	width: 200px;
}

#k_topicMoreLoader {
	background: url("http://ocdn.eu/files/deploy/ZTM7MDA_/80f6e9b1f28b4af4994d00e230affd0a.gif") no-repeat center center;
	display: none;
	float: left;
	height: 60px;
	margin: 7px 0;
	overflow: hidden;
	text-align: center;
	width: 665px;
}

#k_topicLinksList {
	margin: 0 0 30px 0;
}

#k_topicLinksList h3 {
	border-bottom: 2px solid #b74626;
	color: #b74626;
	display: block;
	font-family: "Trebuchet Ms", Arial, Verdana, Sans-Serif;
	font-weight: normal;
	font-size: 24px;
	height: 38px;
	line-height: normal;
	margin: 0 0 10px 0;
	padding: 0;
	width: 100%;
}

#k_topicLinksList ul {
	list-style-type: none;
}

#k_topicLinksList li {
	margin: 0 0 5px 0;
}

/* /_s/css/topic.css */
#k_topicMainTitle h1,#k_topicMainTitle h1 a {
	color: #007a64;
}

#k_topicMainTitle h2 {
	color: #007a64;
}

#k_topicDetail .k_lead,#k_topicDetail .k_text {
	color: #363636;
}

#k_topicDetail h2 {
	color: #363636;
}

#k_topicDetail h3 {
	color: #363636;
}

#k_topicDetail h4 {
	color: #363636;
}

#k_topicDetail .k_imageMiniatures li.k_currentPhoto {
	border: 2px solid #007a64;
}

#k_topicDetail .snd_pytanie {
	color: #007a64;
}

#k_topicDetail .snd_opis {
	color: #363636;
}

#k_topicDetail .k_button input {
	color: #363636;
}

#k_topicContentsList h3 a {
	color: #007a64;
}

#k_topicContentsList .k_category {
	color: #aeaeae;
}

#k_topicContentsList .k_contentLink {
	color: #363636;
}

#k_topicMultimediaList h3 a {
	color: #007a64;
}

#k_topicSecondaryTitle {
	border-bottom: 2px solid #007a64;
}

#k_topicSecondaryTitle h2 {
	color: #007a64;
}

#k_topicSecondaryTitle h2 span {
	color: #007a64;
}

#k_topicLinksList h3 {
	border-bottom: 2px solid #007a64;
	color: #007a64;
}

#k_topicLinksList a {
	color: #007a64;
}

#k_topicMoreLoad span {
	color: #007a64;
}

/* widgets:fbapp-styles.css */
#userPosts {
	position:relative;
}

#pofileBox {
	width:300px;
	
}

.ui-widget-overlay {
	background:#AAAAAA;
	opacity:0.3;
	height: 4054px;
    width: 1583px;
    z-index: 10;
    left: 0;
    top: 0;
	position:absolute;
}

.fb_appUserList img.fb_avatarImg {
	margin-right:8px;
	margin-bottom:5px;
	width:50px;
	height:50px;
	cursor:pointer;
	float:left;
	
}

.fb_appUserList {
	overflow:hidden;	
}

.fb_appUserList img.fb_avatarImg:hover {}

#fb_userInfo span {
	display:block;
	float:left;
  font-family: Tahoma;
  font-size: 11px;
}

#fb_profileBox #actSwitch {
	display:block;
	cursor:pointer;
	padding-left:3px;
}

#fb_profileBox #actSwitch.onAc span{
	color:#59B012;
	display:inline;
	float:none;
}

#fb_profileBox #actSwitch.offAc span{
	color:#d33434;
	display:inline;
	float:none;
}

#fb_mainBox {
	float:left;
	padding-bottom:20px;
	width:665px;
}

#fb_streamContainer .fb_header,
#fb_mostSharedBox .fb_header,
#fb_profileBox .fb_header,
#fb_mainBox .fb_header {
	border-bottom: 1px solid #ccc;
	color: #353535;
	font-family: Tahoma;
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 8px;
	padding-bottom: 6px;
}

#fb_profileBox .fb_contentBox {
	 font-family:Tahoma;
}

#fb_mainBox.fb_twoColView {
	width:330px;
}

.fb_noAppFriends {
	font-family:Tahoma;
}

.fb_noAppFriends button {
	background:#637bac;
	border: 1px solid #22447d;
	color: #FFFFFF;
	cursor: pointer;
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	height: 25px;
	padding: 0;
	width: 146px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	outline: none;
	
}
.fb_noAppFriends .fb_msg {
	color: #353535;
	display: block;
	font-size: 12px;
	padding-bottom:10px;
}

.fb_invBtnBox {
	float:left;
	padding-top:25px;
	padding-left:5px;
}

.fb_invBtnBox button {
	background:#637bac;
	border: 1px solid #22447d;
	color: #FFFFFF;
	cursor: pointer;
	display: block;
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	height: 25px;
	padding: 0;
	width: 80px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	outline: none;
}

.fb_popOver {
	position: absolute;
	width: 400px;
	z-index: 3;
}

.fb_popOver .fb_poHeder{
	border-bottom:5px solid #E0E3EE;
	position:relative;
	height:10px;
}

.fb_popOver .fb_poHeder span {
	background: none repeat scroll 0 0 red;
	bottom: -6px;
	display: block;
	height: 15px;
	position: absolute;
	right: -5px;
	width: 15px;
	z-index: 3;
	text-indent:-9999px;
	cursor:pointer;
	
}

.fb_popOver .fb_poHeder span:hover {
	color:#0f0;
}

.fb_popOver .fb_poContent{
	border:5px solid #E0E3EE;
	border-top:none;
	background:#fff;
	position:relative;
	-webkit-box-shadow: 4px 4px 10px 4px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 4px 4px 10px 4px rgba(0, 0, 0, 0.3);
	box-shadow: 4px 4px 10px 4px rgba(0, 0, 0, 0.3); 
}

.fb_loaderSplash {
	font-family:Tahoma;
	text-align:center;
	padding:10px 0;
	font-size:11px;
}

#fb_popOverFl {
	width:450px;
}

#pcsBtn {
	cursor: pointer;
	display: block;
	float: left;
}

#fb_friendActv {
	overflow:hidden;
	font-family:Tahoma;	
}
#fb_friendActv .fb_userBox .fb_avatarImg {
	float: left;
	margin-right: 3px;
	padding: 1px;
}

#fb_friendActv .fb_userBox .fb_userName {
	color: #3B5998;
	font-size: 13px;
	font-weight: bold;
	text-align:left;
}

#fb_friendActv .fb_userBox {
	clear:both;
	overflow:hidden;
	padding:15px 0 0 15px;	
}

#fb_friendActv .fb_userBox .fb_msg {
	font-size:11px;
	color:#999;	
	text-align:left;
}

#fb_friendActv .fb_userBox .fb_loaderSplash {
	padding:0;
}

#fb_mostSharedBox {
	float: left;
	height: 115px;
	margin-left: 15px;
	width: 320px;
}

#headBox {
	overflow:hidden;
}

#pacDel {
	cursor:pointer;
}


#fb_mainBox.fb_noLoggedBox {
	width:auto;
}

#fb_infoBox {
	width:600px;
	padding:10px;
	background:#fff;
	font-family: Verdana,Arial,sans-serif;
}

#fb_infoBox p{
	text-align:left;
}

#fb_infoBox .fb_infoLeft,
#fb_infoBox .fb_infoRight {
	font-family: Verdana,Arial,sans-serif;
	width:300px;
	height:220px;
	float:left;
	text-align:left;
	font-size:11px;
}

#fb_infoBox a {
	color:#076B9A;
}

#fb_infoBox a:hover {
	color:#CA1A00;
}

#fb_infoBox h6 {
	font-size:12px;
}

#fb_infoBox .fb_btnBox {
	text-align:center;
	padding-bottom:20px;
}

#fb_infoBox .fb_btnBox #fb_closeInfo {
	width: 118px;
	background:#637bac;
	border: 1px solid #22447d;
	color: #FFFFFF;
	cursor: pointer;
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	height: 25px;
	padding: 0;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	outline: none;
}

#fb_infoBox .fb_btnBox button {
	cursor:pointer;
}

/* PopOver */

.ui-dialog.fb_infoPop {
	border-radius:0;
	border:3px solid #C6CFE4;
	background:#fff;
}

.ui-dialog.fb_infoPop .ui-widget-header {
	background:none;
	padding:0;
	border:none;
}

.ui-dialog.fb_infoPop .ui-widget-header .ui-dialog-title {
	display:none;
}

.ui-dialog.fb_infoPop .ui-widget-header .ui-icon {
	background:none;
}

.ui-dialog.fb_infoPop .ui-widget-header .ui-dialog-titlebar-close {
	margin:5px 0 0;
	top:0;
	background: url(data:;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAvCAYAAAA8epB8AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAgY0hSTQAAeiYAAICEAAD6AAAAgOgAAHUwAADqYAAAOpgAABdwnLpRPAAAABh0RVh0U29mdHdhcmUAUGFpbnQuTkVUIHYzLjIyt5EXfQAAAaZJREFUSEvtlttLAkEUxvMv79GXiIQIeumlwC5YYWUXDbKgC5WVlZpW62ZmEd3MELfsa86uo9PsjCs+BTmwD3N2ft+c881hZ3190gAbcozmPjZU8WaMwJz5jOj2NYKRM4yHk1jcyCKRKsGyvpSiNvxRtbC+a9iA6gmtpVF8KLsFqrVPzMUyWpCLTSycovT43hKgVHeOC02Q5jQ4IM9no2nU69+OQI3VQoq6xTJM68y7VwculN5c6XJABRK8lyw6cDb/pKxVBxK8eWA6MKUgu9vxzt3UbNy+tByP75sdGzazknKfNQV1DSLGtS1KZ6gToONs29v08ih9D1FkcvkcW4c33qCncm9Bz4GeA//HAfmzy+eeDtgLEyfsogoC/gDQ7wdGx4BYHKi3uWJRrjBoygFUz+AwcGW4v2WoVIHAiB4UxfLCx9BONRxpgbxIDshz2oT/eqBm/d7RCybR1IWTPnKX7nRly2UPllYbMLmrMkjOQFwzPd+AWQouuOOdu6o5I/zUsDSau3sZNjCkOGsW1DaIUK+2Tb0axbu/qY/FbqMeD4X/2BX7A+bmCB/BfqjLAAAAAElFTkSuQmCC) no-repeat 0px 0px;
	width:14px;
	height:14px;
	padding:0;
	position: absolute;
    right: 5px;
}

.ui-dialog.fb_infoPop .ui-widget-header .ui-dialog-titlebar-close .ui-icon {
	display:none;
}
.ui-dialog.fb_infoPop .ui-widget-header .ui-dialog-titlebar-close.ui-state-hover {
	background-position:0px -31px;
	border:none;
}

/* box ustawienia */

#fb_settingsBox {
	padding:10px;
}
#fb_settingsBox h6 {
	font-size:12px;
	margin:0 0 10px;
	font-weight: bold;
	color:#353535;
}

#fb_settingsBox #fb_settingsList {
	font-size:11px;
}

#fb_settingsBox #fb_settingsList a {
	color: #0A6B99;
	text-decoration: none;
}

#fb_settingsBox #fb_settingsList a:hover,
#fb_settingsBox #fb_settingsList label:hover {
	color:#ca1a00;
}

#fb_settingsBox #fb_settingsList .fb_row input {
	cursor:pointer;
	float:right;
}

#fb_settingsBox #fb_settingsList .fb_row {
	margin-bottom:5px;
	padding-bottom:2px;
	text-align:left;
	overflow:hidden;
}

#fb_settingsBox #fb_settingsList .fb_row.fb_row2,
#fb_settingsBox #fb_settingsList .fb_row.fb_row4 {
	padding-bottom:10px;
}

#fb_settingsBox #fb_settingsList .fb_row.fb_lastRow {
	text-align:right;
	padding-right:5px;
}

#fb_settingsBox #fb_settingsList label {
	cursor:pointer;
	float: left;
	margin-right:10px;
	padding-top: 3px;
	color: #0A6B99;
}

/* box potwierdzenie dodania */

#fb_postConfirmBox {
	padding:15px;
	font-family: Verdana,Arial,sans-serif;
    font-size: 11px;
	color:#585568;
}

#fb_postConfirmBox h6 {
	font-size:12px;
	margin:0 0 10px;
}

#fb_postConfirmBox .fb_msg {
	padding-bottom:10px;
}

#fb_postConfirmBox .fb_buttonsBox{
	padding-bottom:10px;
}
 
#fb_postConfirmBox #fb_pacOK {
	background:#637bac;
	border: 1px solid #22447d;
	color: #FFFFFF;
	cursor: pointer;
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	height: 25px;
	padding: 0;
	width: 100px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	outline: none;
}

#fb_postConfirmBox .fb_row.fb_row2{
	padding-top:10px;
}

#fb_postConfirmBox .fb_row.fb_row2 a {
	font-size:12px;
	color:#0a6b99;
	text-decoration:none;
}

#fb_postConfirmBox .fb_row.fb_row2 a:hover{
	color:#ca1a00;
}

#fb_postConfirmBox .fb_optionBox {
	text-align:right;
	overflow:hidden;
	padding-left:64px;
}

#fb_postConfirmBox .fb_optionBox label {
	display:block;
	float:left;
	padding-top:2px;
	margin-right:5px;
	color: #0A6B99;
	cursor:pointer;
}

#fb_postConfirmBox .fb_optionBox label:hover {
	color:#ca1a00;
}

#fb_postConfirmBox .fb_optionBox input {
	cursor:pointer;
}

/* lista akcji zalogowanego */

#fb_meActionListBox {
	padding-top:15px;
}

#fb_meActionList{
	list-style: none outside none;
	margin: 0;
	margin:10px 10px 10px 15px;
	height:171px;
	overflow:auto;
	padding:0;
}

#fb_meActionList.ieView{
	height:180px;
}


#fb_meActionList li{
	margin-bottom: 5px;
	overflow: hidden;
	font-size:11px;
	display:block;
	height:29px;
	padding:0;
	
}

#fb_meActionList a {
	color: #0A6B99;
	text-decoration:none;
	float:left;
}

#fb_meActionList a:hover {
	color:#ca1a00 !important;
}

#fb_meActionList .fb_delActBtn {
	width:15px;
	margin-right:10px;
	background: url(data:;base64,R0lGODlhDgANALMAANBPT+elpfXZ2cUmJtp0dPvx8fnp6e29vdZlZeqwsMgxMd+FheahocIZGf///8EWFiH5BAAAAAAALAAAAAAOAA0AAARG0EkXwHhglSkNeGCoHJOhhOjTkA4BSq8DKk7RxDiYHCiHEowUDIVI9CY/W274SDgQS9ljsBFcUiGnRHBKNRic2qI7QAgmEQA7) no-repeat 0px 2px;
	display:block;
	width:15px;
	height:15px;
	margin-bottom:10px;
}

#fb_meActionList .fb_delActBtn:hover {
}

#fb_meActionList .fb_myActLink {
	width:324px;
	text-align:left;
}

#fb_meActionList .fb_actTime {
	color: #B9B9B9;
	float: left;
	font-size: 10px;
	line-height:12px;
	height:12px;
	display:block;
	width:200px;
	margin-top:2px;
}

#fb_meActionList .fb_actTime a {
	float:none;	
}

#fb_meActionList .fb_actTime .fb_divider {
	
}

#fb_meActionList .fb_actTime .fb_sName {
	color:#B9B9B9;
}

#fb_meActionList .fb_actTime a:hover .fb_sName {
	color:#ca1a00;
}

#fb_getMoreActBox {
	text-align:center;
	background:#F1F1F1;
	border-top:1px solid #D1D1D1;
	padding:0;
	height:45px;
}

#fb_getMoreActBox .fb_gmActvBtn {
	cursor: pointer;
	height: 29px;
	padding: 0;
	width: 183px;
	display:block;
	margin:8px auto 0;
	border:1px solid #9D9D9D;
	background:#E4E4E3;
	font-family:Tahoma;
	font-size:11px;
	font-weight:bold;
	color:#353535;
	outline: none;
}

img.fb_loaderDelete {
	display: block;
	height: 15px;
	margin-bottom: 10px;
	padding-right: 10px;
	width: 15px;
	float:left;
}

/* lista aktywności znajomego */

#fb_userActionList {
	list-style:none;
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
	margin:10px 10px 10px 15px;
	overflow:auto;
	height:161px;
}

#fb_userActionList.ieView {
	height:170px;
}

#fb_userActionList li {
	padding-bottom:5px;
	padding-top: 0;
	overflow:hidden;
	font-size:11px;
}

#fb_userActionList a {
	color: #0A6B99;
	text-decoration:none;
	float:left;
	
}

#fb_userActionList a:hover {
	color:#ca1a00 !important;
}


#fb_userActionList .fb_actTime{
	color: #B9B9B9;
	float: left;
	font-size: 10px;
	line-height:12px;
	width:300px;
	text-align:left;
	margin-top:2px;
}

#fb_userActionList .fb_actTime a {
	float:none;	
}

#fb_userActionList .fb_actTime .fb_divider {
	
}

#fb_userActionList .fb_actTime .fb_sName {
	color:#B9B9B9;
}

#fb_userActionList .fb_actTime a:hover .fb_sName {
	color:#ca1a00;
}

/* Dla niezalogowanego */

.fb_promoBox {
	height:65px;
	margin-bottom:10px;
	padding-bottom:20px;
	color: #353535;
	font-family: Tahoma;
}

.fb_promoBox .fb_col{
	float:left;
}

.fb_promoBox .fb_col1{
	height:75px;
	width:66px;
	background:#C7D0E5 url(data:;base64,iVBORw0KGgoAAAANSUhEUgAAAEIAAABBCAYAAABlwHJGAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAgY0hSTQAAeiYAAICEAAD6AAAAgOgAAHUwAADqYAAAOpgAABdwnLpRPAAAABh0RVh0U29mdHdhcmUAUGFpbnQuTkVUIHYzLjIyt5EXfQAAA25JREFUeF7tm+tS4kAQhdn3f7B13RuoLKAiKnInJAEk3GdzcLMVkgCS9BlCka7yDxZD5uNMT9/48jXfULnMcjmAyP5cMWQQPoSQgfh3IjIQGYht35gp4tSKqNQM9etPWz3VLVWtm+rHXeukt9fJFJEvd9R6vVaw5WqtbirdywFxVWgoKMGwHLVYrjYQgjYcz1T11dQORZsiAMCZLiI3H/WiPZptjo6uOIcO4va+p/AtxzEcmdKToQUGFUSrN46z/9B7Xpo2HQYNRLM7EoHgLQKozGNCAfHwMhCF4C321h7SYIiDuCo01XS2pIDAbVsoc65ZcRBwbkxrdEYUVYiDwIMybeJewQxfIQ7CHk2ZHDZrM8JxcRAs/+Cne/fQE1eFOIjljtBZUiaMIEscxHwRnUNIgkC4Lu0nxEEgR2BbmRB2i4NgBVMeXCgOsUrqFZEvdaiCGNiOOATxKva3m6YqVftUEL3BJP0gXltDKgQsjlupa7yLwxD1EUiXdRgjuhQFgRKbDhtP5ulWRKXGSb+DcFHxSvWtUXzkOkoPiGHJO0zRo4FagQ6ru0451YrAw9XerP/9CgaUibOgVLdFFeF9Swh6WAY/JK0G8YDKe0DmNcrqdVAUwYoukWcw1EBTxM9im3IyTFKeQQOBhRl1CYTwZ6UIPKxUl8svLbQPzw7E99vWUU3fQ2eJeSyoRwOL/3ZrE7N58mYP1mBUrv3qotwa/g/AQEgSf4G0m9Xd0goCH5akTsFu/now6IpI6jhZFamg09UCApuJa9ZwSrsptB8NbCauMYowUVcwVRG4Qu+fB4mdZfGRFz/QfQRmJyWt3T/DiRlQfnfmkhw2ayEuOavIEsEPw5jzlxQfAb/AsA6hn0H1EaypGeYNIqYIjBdjbgFdKAyKMgzDZBhfRqP52r2RJP1FIhDoSqNFj4BJx4CIHy6gICOVmuw/GoS3+b6pf/P7VIbZreeGrVAdi6OUT4OA7E/xzcc5Yohk4bCPmaPYC+LabfOjT6FjQCzOhg+9Bz+FQPb6GZXsBIHUeddvKg49QNr+D38CJ76vrhECgWEPM0GSlDYIwefB8Y46MiEQrBggTYCiij1bIJAtrkgxQJpA4KgE85YtELoGPdIAJZjNboFAgHIphpsQ0XAo18CLuqPDU0PHKGQIBH53eWnmn+D9C5+2iYlJv872AAAAAElFTkSuQmCC) no-repeat 0 10px;
}


.fb_promoBox.fb_notAuth .fb_col1{ 
	border-left:1px solid #C7D0E5;
	border-bottom:1px solid #C7D0E5;
	border-top:1px solid #C7D0E5;
	height:73px;
	width:275px;
	background:none;
}

.fb_promoBox .fb_col2{ 
	border-bottom:1px solid #C7D0E5;
	border-top:1px solid #C7D0E5;
	height:73px;
	width:398px;
}

.fb_promoBox.fb_notAuth .fb_col2{
	width:258px;
	height:73px;
	border-bottom:1px solid #C7D0E5;
	border-top:1px solid #C7D0E5;
} 

.fb_promoBox .fb_col3 { 
	border:1px solid #C7D0E5;
	border-left:none;
	height:73px;
	width:200px;
}

.fb_promoBox.fb_notAuth .fb_col3 { 
	border:1px solid #C7D0E5;
	border-left:none;
	height:73px;
	width:130px;
}

.fb_promoBox #fb_loginBtn {
	background: url(data:;base64,iVBORw0KGgoAAAANSUhEUgAAAL0AAAAaCAYAAADizl1mAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAgY0hSTQAAeiYAAICEAAD6AAAAgOgAAHUwAADqYAAAOpgAABdwnLpRPAAAABh0RVh0U29mdHdhcmUAUGFpbnQuTkVUIHYzLjIyt5EXfQAAA1dJREFUeF7tnL1uE0EQgM3j8AI8AZT0VDS8BYgCUVMECQoqpAgpQhREERIVLUoUIlBSURDAsc8mcWxjx8FOwnJryfb5NLvzs7cXE4+lk5Lb9czszDc/Pke59mhlw6xtbFX0pR5YBg/cuX2jUrl+86G59+BN9OvW3afRdZRxDtURn5WYPra8K/QlJHzMIKpsXhIq9Ar80nVfhV6hV+i5rXLt3RdzdNw3vZPh+OoPhqbW7IKO1Jme14a5sdD9NP8GVfrV9R0DvfonfxR67SAL20GCoP9eO55j/vzCmMHpmak3fyv0Cv3VhL7Z6k+hH51dmGevPnoPWvZ4MzFO2z6t7cfwVwyZofEMqvSNo94U+sZhD81sKfTgDJXexA5fhsO5Orj77RmhF3Z2ybrENkyPT2YMfZg9dj0I+sNMpU/SBMAUSqHPy6U6i7oPs/uy18s6Rww9MWSGxkME/X6tbaqNzlwB+pv+9qPeMdWka3a/JtFm+qzSyeHzlTB/H9vnq6b5oGV/h2zJBgSyyyVPWhFdZ4fOhPkB6yghuqCYUH3hsgvzvys5RNAPR+euiWN8/2fSjgI95ZAQlFkAOM7H3getuxKOq9eXPPaMUEBdZ4dkce2hJD8mswgZlJhgnUAEvZf4dHF7r1o49D7gsUqAOUoaDAr0FNm+CurTwelQrirvS5Qi16BO5uqa+Vj7fIj5B0oAEfQvXm+a1fXP6ePJ0dQ++6XUy7ef0vs75vHzD4VCTwF+EasMBDOlGucDBQHDTWSsA3HlcROCCj3WwTA7sSpv10XQTwQ3W7OnN/Vf8LP5rBHSD7KuoGMO4AYGSxxMn8vh1JGL8n7pqHLZ0GO+k8a4tEo/g372nD4pAXrXGEAZb6BRAAII6iou+aHjjW888cEttds34lBs8Y1hWGw4BWUhx5vJAbLP6V3fwhZR6Sktq8g9vqqT18PZi9loZWF7dJ32RZvPT0HjzVWCHvswCTmxSOAlbVoTQJYAc9Dff/LecK489L732gBJZ3oNriy46jfYbwq9/mHY0o1UCr1Cr9Bzxptu73Q6Crc6A+9opOONjiiLMm4FVfrtvQPz7aBt9tNra7eq0GvX+C+6RtDTG27m6gdZrfZcZmLsH0Nv/9mT/UEv9cEyMGB5/wceGagKUd1sEwAAAABJRU5ErkJggg==) no-repeat 0 0;
	border: medium none;
	cursor: pointer;
	height: 30px;
	padding: 0;
	text-indent: -9999px;
	width: 190px;
	margin-top:8px;
	display:block;
}

.fb_promoBox.fb_notAuth #fb_loginBtn {
	background: url(data:;base64,iVBORw0KGgoAAAANSUhEUgAAAHAAAAAaCAIAAADg7U8gAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAAadEVYdFNvZnR3YXJlAFBhaW50Lk5FVCB2My41LjEwMPRyoQAAAjJJREFUaEPtmstOAjEUhnkd30Nfw41voXFhXLvQRBeuTIiJMS4kxsSVWyNBo4GVC1EHGEYuA84wyM2xSbHWTts5nSkaTEkXpHTOab/+/U8hZDa2zxYW103TQgDBzKBAK2snutrS8o6uUPMYB8E0QLWJCSnAANVJ0wDVTDMJ0KPz+2bb93oD1PxgUHW6jNMZD1Xw0GzuNvz58nvvBihNQM1Dn6ptwnM8CYP+qOa8GaDJgTotHwMdjia7h1fca80sjjxOOhe3KDWF1pseXlu94YmWBwfKuIcEmUagkFCQMaLlqwFtfCnUbmoASs9JvoY0K/xlXUOBlquuVe8QTX2E4XOtY9nd4oOd3kNJWByKVi7dI/qUeQQrnd4D8p5JRGbOZIw+C99RKNDBcBw9oajnxXZTAhUtkobCEGEoS9iJ9kN+OOTp5JKHAuXSRJ2FkpUGKJcmk4tLNlkno9zYAwF3eQIBCnT/+Dqbuwv6Q5wDXekPTm/QtXRz7zIxUAlNkQbhYuSO5AKNmgxXoUAvhgLF4ZzWtMrXXtnrJ8mnWuWZicqRzQgoZP9mBHR6D7X1ARWVIFq/sVUi6hLcSqV65EVBJHDVFEruodEvSAkUCtxzpWGx5Th2gCgdehAyk38CNCpz7uIT0xSZbzTLN9DVrYvYRiuUOxglgHsoZMPnbowBqvknUQP0T4F2vT62oVYnMEeea0dqCi2UKo8Vt1xx80XLAI0Bqsv+TVHKmD86aPmLAw6CYH4C5Zm8I/X4+TsAAAAASUVORK5CYII=) no-repeat 0 0;
	border: medium none;
	cursor: pointer;
	height: 30px;
	padding: 0;
	text-indent: -9999px;
	width: 112px;
	margin-top:8px;
	margin-left:7px;
	display:block;
}


.fb_promoBox h6 {
	font-size: 18px;
	font-weight: normal;
	margin:7px 0 5px;
	padding-left: 10px;
}

.fb_promoBox.fb_notAuth h6 {
	font-size: 14px;
	font-weight: bold;
	margin:4px 0;
	padding-left: 10px;
}

.fb_promoBox .fb_msg {
	display:block;
	padding-left: 10px;
	font-size:13px;
}

.fb_promoBox.fb_notAuth .fb_msg {
	font-size:12px;
}

.fb_promoBox .fb_col3 div {
	padding-right: 21px;
	padding-top: 10px;
	text-align: right;
}

.fb_promoBox .fb_col3 a {
	text-decoration:none;
	font-size:11px;
	color:#3b5998;
}

.fb_promoBox .fb_col3 a:hover {
	color:#ca1a00 !important;
}

/* Profil osoby zalogowanej */

#fb_profileBox {
	font-family:Tahoma;
	margin-bottom:15px;
}

#fb_profileBox img.fb_avatarImg {
	padding:1px;
	margin-right:3px;
	float:left;
	cursor:pointer;
}

#fb_profileBox #fb_userNick {
	color: #3B5998;
	display: block;
	font-size: 13px;
	font-weight: bold;
  font-family: Tahoma;
  line-height:15px;
}

#fb_profileBox #fb_userInfo {
	display:block;
	color:#999;
	font-size:11px;
	overflow:hidden;
	padding-top:5px;
}

#fb_profileBox .fb_profileLinks {
	padding-top:5px;
	font-size:11px;
}

#fb_profileBox .fb_profileLinks a {
	padding-right:5px;
	text-decoration:none;
	color:#3b5998;
}

#fb_profileBox .fb_profileLinks a:hover {
	color:#ca1a00 !important;
}

#fb_profileBox .fb_profileLinks #fb_myActivityLink,
#fb_profileBox .fb_profileLinks #fb_optionsLink{
	background:url(data:;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAAfCAYAAAAx6zerAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAgY0hSTQAAeiYAAICEAAD6AAAAgOgAAHUwAADqYAAAOpgAABdwnLpRPAAAABh0RVh0U29mdHdhcmUAUGFpbnQuTkVUIHYzLjIyt5EXfQAAAUNJREFUOE/tVL0OAUEQ3kUhwSUSjV6iU0uUnsIjaJRKEa1O5RWUKpWX0HkCBaE5rbPf3Mxld6yQaG1y9s5+3/x8M7PWuJVlmb3c7o/Zam8OxxP+Mr1u2ywmQ9Nq1hrW2tRhEgArm90hG4zW0QdnbpXJwvmaBiCcaCIw8G7G8+1HMDBu9Y22ErMMDIUSA+NEk9x3/SWMWKJFGDrBGJgTrEO6zhfS9UkN/IAAtq8M3tkigCXSGYGjMJAGJN6rbseDbzon8H/9pICnL+n81hhaj6soxcFOVfVJUu4SKiSl5g4jwosHv9QRQlhmz1IwuNIrgXX0Lwi6TbmBwlD0wE6XOxrgouHzzszDQdbvCDI1Eqo0f9G/MmbiwScAnN82fI3Bkz+HyEU8F2CeDNJcwHx10QSBQGOlLWu92WsSyMhlplIrAkn4BIbFVCdGXWdbAAAAAElFTkSuQmCC) no-repeat 0px 0px;
}
#fb_profileBox .fb_profileLinks #fb_myActivityLink {
	padding-left:13px;
	background-position:0 2px;
  font-family: Tahoma;
  font-size: 11px;
} 

#fb_profileBox .fb_profileLinks #fb_optionsLink {
	padding-left:15px;
	background-position:0 -18px;
  font-family: Tahoma;
  font-size: 11px;
} 

/* zablokowane publikowanie */

.fb_blokedActvMsg p {
	color:#353535;
	font-size:12px;
	padding:0 10px;
}

.fb_blokedActvMsg .fb_btnBox {
	background: none repeat scroll 0 0 #F1F1F1;
	border-top: 1px solid #D1D1D1;
	padding: 7px 0;
	text-align: center;
}

.fb_blokedActvMsg .fb_btnBox #fb_runActBtn {
	background: none repeat scroll 0 0 #E4E4E3;
	border: 1px solid #9D9D9D;
	color: #353535;
	cursor: pointer;
	display: block;
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	height: 29px;
	margin: 0 auto;
	padding: 0;
	width: 183px;
}

.fb_msItem {
	overflow:hidden;
	font-family:Tahoma;
	font-weight:bold;
}

.fb_msItem img{
	float:left;
	margin-right:10px;
}

.fb_msItem a {
	text-decoration:none;
	color:#3b5998;
	font-size:12px;
}

.fb_msItem a:hover {
	color:#ca1a00 !important;
}

.ui-dialog.fb_popAll {
	border-radius:0;
	text-align:left;
	border:none;
	background:none;
	padding:0 10px 10px 10px;
}

.ui-dialog.fb_popAll .ui-widget-header {
	background:none;
	border-radius:0;
	background: url(data:;base64,iVBORw0KGgoAAAANSUhEUgAAArwAAAAJCAYAAADQIv+sAAAABGdBTUEAALGPC/xhBQAAABh0RVh0U29mdHdhcmUAUGFpbnQuTkVUIHYzLjIyt5EXfQAAAVxJREFUeF7t3LFugzAUBdDQMvLp+QkWpkwZmBgysOdbMmRAolA/qlRUaqJGHQrlWHoCgS3MwcMVg3e7O20cx5dUedu2Y1RqRarsXn/XCRAgQIAAAQIECKxCIIXa15hohN3T6TTu9/up4lzoXcUnNEkCBAgQIECAAIFHAsMwZKnypmmmoHtrcR7X0r2CIAECBAgQIECAAIHVCfR9n8ek0zGr6/pL2J2H3riX+kx/gTUCBAgQIECAAAECqxLoui47Ho/fht156I0+qa8/vav6uiZLgAABAgQIENi4wPV6zQ6Hw8OwOw+90TeNKWLcxum8PgECBAgQIECAwNIFLpdLXlXVj8LuPPTGmPP57E/v0j+w+REgQIAAAQIEti5QluVTYXceemPs1v28PwECBAgQIECAwIIFbtuOfW7H8OTJbbzjx/ZtisEfroEhPVsx+G9r4C2ta8XAGrAGfrUG3gEH+YHTcBsR6gAAAABJRU5ErkJggg==);
	padding:0;
	height:9px;
	z-index:2;
	border:none;
	display:block;
}

.ui-dialog.fb_popAll .ui-widget-header .ui-dialog-title {
	display:none;
}

.ui-dialog.fb_popAll .ui-widget-header .ui-dialog-titlebar-close {
	margin:5px 2px 0 0;
	top:7px;
	right:2px;
	background: url(data:;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAvCAYAAAA8epB8AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAgY0hSTQAAeiYAAICEAAD6AAAAgOgAAHUwAADqYAAAOpgAABdwnLpRPAAAABh0RVh0U29mdHdhcmUAUGFpbnQuTkVUIHYzLjIyt5EXfQAAAaZJREFUSEvtlttLAkEUxvMv79GXiIQIeumlwC5YYWUXDbKgC5WVlZpW62ZmEd3MELfsa86uo9PsjCs+BTmwD3N2ft+c881hZ3190gAbcozmPjZU8WaMwJz5jOj2NYKRM4yHk1jcyCKRKsGyvpSiNvxRtbC+a9iA6gmtpVF8KLsFqrVPzMUyWpCLTSycovT43hKgVHeOC02Q5jQ4IM9no2nU69+OQI3VQoq6xTJM68y7VwculN5c6XJABRK8lyw6cDb/pKxVBxK8eWA6MKUgu9vxzt3UbNy+tByP75sdGzazknKfNQV1DSLGtS1KZ6gToONs29v08ih9D1FkcvkcW4c33qCncm9Bz4GeA//HAfmzy+eeDtgLEyfsogoC/gDQ7wdGx4BYHKi3uWJRrjBoygFUz+AwcGW4v2WoVIHAiB4UxfLCx9BONRxpgbxIDshz2oT/eqBm/d7RCybR1IWTPnKX7nRly2UPllYbMLmrMkjOQFwzPd+AWQouuOOdu6o5I/zUsDSau3sZNjCkOGsW1DaIUK+2Tb0axbu/qY/FbqMeD4X/2BX7A+bmCB/BfqjLAAAAAElFTkSuQmCC) no-repeat 0px 0px;
	width:14px;
	height:14px;
	padding:0;
	position:absolute;
	border:none;
}

.ui-dialog.fb_popAll .ui-widget-header .ui-dialog-titlebar-close.ui-state-hover {
	background-position:0px -31px;
}

.ui-dialog.fb_popAll .ui-dialog-content {
	padding:0;
	background:#fff;
	border:1px solid #7E7E7E;
	border-top:none;
	z-index: 1;
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	border-radius:0;
}

.fb_popAll.ui-dialog .ui-dialog-titlebar.ui-widget-header {
	position:relative;
} 

.fb_popAll.ui-dialog span.ui-icon-closethick {
	display:none;
}

.ui-dialog.fb_myActvPop .ui-widget-header {
	background-position: 190px 0;
}

.ui-dialog.fb_setingsPop .ui-widget-header {
	background-position: 200px 0;
}

.ui-dialog.fb_postActvPop .ui-widget-header {
	background-position: 30px 0;
}

#fb_friendActv,
#fb_settingsBox,
#fb_myActvPop,
#fb_postActvPop {
	-webkit-box-shadow: 0 4px 10px 6px rgba(00, 00, 00, 0.2);
	-moz-box-shadow: 0 4px 10px 6px rgba(00, 00, 00, 0.2);
	box-shadow: 0 4px 10px 6px rgba(00, 00, 00, 0.2);
}


#fb_myActvPop h6 {
	font-size: 12px;
	margin: 0 0 10px;
	padding-left: 15px;
	padding-top:15px;
	font-weight: bold;
	color:#353535;
}

#fb_myActvPop h6.fb_myActList {
	padding-left:37px;
}

#fb_meNoActionBox .fb_msg {
	padding-left:15px;
	padding-top:15px;
}

#fb_profileBox .fb_pfLoadErr,
#fb_mainBox .fb_pfLoadErr {
   background:#637BAC; 
   padding:8px; 
   font-weight:bold;
   font-size: 11px;
   color:#fff;
}

#fb_mainBox .fb_pfLoadErr h6,
#fb_profileBox .fb_pfLoadErr h6 {
   margin:0 0 5px 0;
   font-size:11px; 
}
/* Stream */

.fb_appUserStream {
    font-family: Tahoma;
	position:relative;
}
.fb_appUserStream .fb_stItem {
	margin-bottom:7px;
	font-size:11px;
	color:#000;
	position:relative;
	line-height:15px;
	min-height:29px;
}
.fb_appUserStream.fb_streamHidden .fb_stItem {
	position:static;
	line-height:15px;
}

.fb_appUserStream .fb_stItem img {
	float:left;
    height:30px;
    width:30px;
	margin-right:8px;
}
#fb_streamContainer .fb_appUserStream .fb_stItem a {
	text-decoration:none;
	color:#000;
	font-size:12px;
}
#fb_streamContainer .fb_appUserStream .fb_stItem a:hover {
	text-decoration:underline;
}
.fb_appUserStream .fb_stItem .fb_userNick {
	font-weight:bold;
	font-size:12px;
}

.fb_appUserStream.fb_streamHidden #fb_stremLock {
	display:block;
}
.fb_appUserStream #fb_stremLock {
	position:absolute;
	height:100%;
	width:100%;
	display:none;
}

.fb_appUserStream.fb_streamHidden #fb_stremLockBg {
	display:block;
}

.fb_appUserStream #fb_stremLockBg {
	position:absolute;
	background:#fff;
	opacity:0.8;
	height:100%;
	width:100%;
	display:none;
}
/*
.fb_appUserStream #fb_stremLock .fb_msg {
	font-size: 12px;
    font-weight: bold;
    text-align: center;
	padding-top:30px;
}
*/
.fb_appUserStream #fb_stremLock button {
	background:#637BAC;
    border: 1px solid #22447D;
    border-radius: 2px 2px 2px 2px;
    display: block;
    font-weight: bold;
    margin: 35px auto 0;
    padding: 6px 2px;
    width: 151px;
	cursor:pointer;
	color:#fff;
}
/*
.fb_appUserStream #fb_stremLock button:hover {
	background:#999;
	color:#fff;
}
*/

/* promobox2 */

.fb_promoBox2 {
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
}

.fb_promoBox2 .fb_col {
	float:left;
}

.fb_promoBox2 .fb_col1 {
    font-size: 14px;
    width: 180px;
}
.fb_promoBox2 .fb_col2 {
	width:120px
}

.fb_promoBox2 #fb_loginBtn {
	background: url(data:;base64,iVBORw0KGgoAAAANSUhEUgAAAHAAAAAaCAIAAADg7U8gAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAAadEVYdFNvZnR3YXJlAFBhaW50Lk5FVCB2My41LjEwMPRyoQAAAjJJREFUaEPtmstOAjEUhnkd30Nfw41voXFhXLvQRBeuTIiJMS4kxsSVWyNBo4GVC1EHGEYuA84wyM2xSbHWTts5nSkaTEkXpHTOab/+/U8hZDa2zxYW103TQgDBzKBAK2snutrS8o6uUPMYB8E0QLWJCSnAANVJ0wDVTDMJ0KPz+2bb93oD1PxgUHW6jNMZD1Xw0GzuNvz58nvvBihNQM1Dn6ptwnM8CYP+qOa8GaDJgTotHwMdjia7h1fca80sjjxOOhe3KDWF1pseXlu94YmWBwfKuIcEmUagkFCQMaLlqwFtfCnUbmoASs9JvoY0K/xlXUOBlquuVe8QTX2E4XOtY9nd4oOd3kNJWByKVi7dI/qUeQQrnd4D8p5JRGbOZIw+C99RKNDBcBw9oajnxXZTAhUtkobCEGEoS9iJ9kN+OOTp5JKHAuXSRJ2FkpUGKJcmk4tLNlkno9zYAwF3eQIBCnT/+Dqbuwv6Q5wDXekPTm/QtXRz7zIxUAlNkQbhYuSO5AKNmgxXoUAvhgLF4ZzWtMrXXtnrJ8mnWuWZicqRzQgoZP9mBHR6D7X1ARWVIFq/sVUi6hLcSqV65EVBJHDVFEruodEvSAkUCtxzpWGx5Th2gCgdehAyk38CNCpz7uIT0xSZbzTLN9DVrYvYRiuUOxglgHsoZMPnbowBqvknUQP0T4F2vT62oVYnMEeea0dqCi2UKo8Vt1xx80XLAI0Bqsv+TVHKmD86aPmLAw6CYH4C5Zm8I/X4+TsAAAAASUVORK5CYII=) no-repeat 0 0;
	border: medium none;
	cursor: pointer;
	height: 30px;
	padding: 0;
	text-indent: -9999px;
	width: 112px;
	margin-top:8px;
	margin-left:7px;
	display:block;
}

.fb_promoBox2 .fb_col2 div {
	text-align: right;
}

.fb_promoBox2 .fb_col2 a {
	text-decoration:none;
	font-size:11px;
	color:#3b5998;
}

.fb_promoBox2 .fb_col2 a:hover {
	color:#ca1a00 !important;
}


.fb_appUserStream .fb_stip {
    color: #B3B3B3;
    display:none;
    position:absolute;
	z-index:1000;
	background:none;
	margin-bottom:0;
}
#fb_streamContainer .fb_appUserStream .fb_stip .fb_stipContent a {
	color: #a2a2a2;
	font-size:11px;
}

.fb_appUserStream .fb_stip .fb_stipContent {
    background:#fff;
    padding:7px 35px;
	border:1px solid #7e7e7e;
	border-bottom:none;
	-webkit-box-shadow: 0 4px 10px 6px rgba(00, 00, 00, 0.2);
	-moz-box-shadow: 0 4px 10px 6px rgba(00, 00, 00, 0.2);
	box-shadow: 0 4px 10px 6px rgba(00, 00, 00, 0.2);
	margin-bottom:0;
	z-index:10;
}

.fb_appUserStream .fb_stip .fb_tipHead {
	z-index:20;
	height:9px;
	background:url(data:;base64,iVBORw0KGgoAAAANSUhEUgAAASwAAAAJCAYAAACIaxFEAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAAadEVYdFNvZnR3YXJlAFBhaW50Lk5FVCB2My41LjEwMPRyoQAAANFJREFUaEPt2EEKhCAUxvGcWnZ0L+EVXLhy4aK9p2kn2nstBgYmhuG16y88Ck2FH/lBTd77QWFgfQfGj3axfpf+pxfn748MmmgIWAVijOehu2o6ps+EEIZ1L+YjgAACJoHWmkspfQ0tDSsdk2fmWutq2ojJCCCAgFWg9+6klpzzR2hpWGmfjJ1Bte+7s+7FfAQQQMAkIJ+Csy4g16WU8v4no/fSVimCyiTMZAQQuF1AgumlobVt29AirG4nZkEEEEAAAQQQQAABBBBAAAEEnipwADwdtbzhiqO7AAAAAElFTkSuQmCC) no-repeat center bottom;
}

#fb_streamContainer {
	padding-bottom:10px;
}



