/* /_s/css/ui.mrg.css */
/*
* jQuery UI CSS Framework
* Copyright (c) 2009 AUTHORS.txt (http://ui.jquery.com/about)
* Dual licensed under the MIT (MIT-LICENSE.txt) and GPL (GPL-LICENSE.txt) licenses.
*/

/* Layout helpers
----------------------------------*/
.ui-helper-hidden { display: none; }
.ui-helper-hidden-accessible { position: absolute; left: -99999999px; }
.ui-helper-reset { margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none; }
.ui-helper-clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.ui-helper-clearfix { display: inline-block; }
/* required comment for clearfix to work in Opera \*/
* html .ui-helper-clearfix { height:1%; }
.ui-helper-clearfix { display:block; }
/* end clearfix */
.ui-helper-zfix { width: 100%; height: 100%; top: 0; left: 0; position: absolute; opacity: 0; filter:Alpha(Opacity=0); }


/* Interaction Cues
----------------------------------*/
.ui-state-disabled { cursor: default !important; }


/* Icons
----------------------------------*/

/* states and images */
.ui-icon { display: block; text-indent: -99999px; overflow: hidden; background-repeat: no-repeat; }


/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

/* Datepicker
----------------------------------*/
.ui-datepicker { width: 154px; padding: 0; }
.ui-datepicker .ui-datepicker-header { position:relative; padding:0; }
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next { position:absolute; top: 0; width: 20px; height: 20px;}
.ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover { }
.ui-datepicker .ui-datepicker-prev { left:0;}
.ui-datepicker .ui-datepicker-next { right:0;}
.ui-datepicker .ui-datepicker-prev-hover { left:1px; }
.ui-datepicker .ui-datepicker-next-hover { right:1px; }
.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span { display: block; position: absolute; left: 50%; margin-left: -8px; top: 50%; margin-top: -8px;  }
.ui-datepicker .ui-datepicker-title { margin: 0; line-height: 20px; text-align: center; font-family:verdana;font-size:11px; color:#7b7b7b;}
.hasDatepicker .ui-datepicker .ui-datepicker-title { margin: 0; line-height: 20px; text-align: center; font-family:verdana;font-size:11px; color:#FF7509;}
.ui-datepicker .ui-datepicker-title select { float:left; font-size:10px; margin:1px 0; }
.ui-datepicker select.ui-datepicker-month-year {width: 100%;}
.ui-datepicker select.ui-datepicker-month, 
.ui-datepicker select.ui-datepicker-year { width: 49%;}
.ui-datepicker .ui-datepicker-title select.ui-datepicker-year { float: right; }
.ui-datepicker table {width: 100%; font-size: 11px; border-collapse: collapse; margin:0;}
.ui-datepicker th { padding: 4px 2px; text-align: center; font-weight: normal; border: 0;  }
.hasDatepicker .ui-datepicker th { padding: 4px 2px; text-align: center; font-weight: bold; border: 0;  color:#989898;}
.ui-datepicker td { border: 0; padding: 1px; }
.ui-datepicker td span, .ui-datepicker td a { display: block; padding: .2em; text-align: right; text-decoration: none; }
.ui-datepicker .ui-datepicker-buttonpane { background-image: none; margin: .7em 0 0 0; padding:0 .2em; border-left: 0; border-right: 0; border-bottom: 0; }
.ui-datepicker .ui-datepicker-buttonpane button { float: right; margin: .5em .2em .4em; cursor: pointer; padding: .2em .6em .3em .6em; width:auto; overflow:visible; }
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current { float:left; }

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi { width:auto; }
.ui-datepicker-multi .ui-datepicker-group { float:left; }
.ui-datepicker-multi .ui-datepicker-group table { width:95%; margin:0 auto .4em; }
.ui-datepicker-multi-2 .ui-datepicker-group { width:50%; }
.ui-datepicker-multi-3 .ui-datepicker-group { width:33.3%; }
.ui-datepicker-multi-4 .ui-datepicker-group { width:25%; }
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header { border-left-width:0; }
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header { border-left-width:0; }
.ui-datepicker-multi .ui-datepicker-buttonpane { clear:left; }
.ui-datepicker-row-break { clear:left; width:100%; }

/* RTL support */
.ui-datepicker-rtl { direction: rtl; }
.ui-datepicker-rtl .ui-datepicker-prev { right: 2px; left: auto; }
.ui-datepicker-rtl .ui-datepicker-next { left: 2px; right: auto; }
.ui-datepicker-rtl .ui-datepicker-prev:hover { right: 1px; left: auto; }
.ui-datepicker-rtl .ui-datepicker-next:hover { left: 1px; right: auto; }
.ui-datepicker-rtl .ui-datepicker-buttonpane { clear:right; }
.ui-datepicker-rtl .ui-datepicker-buttonpane button { float: left; }
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current { float:right; }
.ui-datepicker-rtl .ui-datepicker-group { float:right; }
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header { border-right-width:0; border-left-width:1px; }
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header { border-right-width:0; border-left-width:1px; }

/* IE6 IFRAME FIX (taken from datepicker 1.5.3 */
.ui-datepicker-cover {
    display: none; /*sorry for IE5*/
    display/**/: block; /*sorry for IE5*/
    position: absolute; /*must have*/
    z-index: -1; /*must have*/
    filter: mask(); /*must have*/
    top: -4px; /*must have*/
    left: -4px; /*must have*/
    width: 200px; /*must have*/
    height: 200px; /*must have*/
}
a.ui-state-default{
  color:#fff0b8;
  font-family:verdana;
  font-size:11px;
}
.ui-datepicker-week-end{
  color:#ff0000;
}
.ui-datepicker-week-end a.ui-state-default{
  background-color:#fff0b8;
  color:#585568;  
}
.hasDatepicker .ui-datepicker-week-end{
  color:#989898;
}
.hasDatepicker .ui-datepicker-week-end a.ui-state-default{
  background-color:#fff;
  color:#989898; 
  font-weight:normal;   
}

/* Przycisk kalendarza */
.datepickerBox button
{
   background:url(http://ocdn.eu/files/pulscms/N2I7MDA_/b880b0b20a11b68614a3c414216279b3.gif) no-repeat -7px -494px;
   width: 25px;
   height: 20px;
   border: none;
   margin: 0 0 0 2px;
   padding: 0;
   text-indent: 300px;
   font-size: 10px;
   overflow:hidden;
   vertical-align: top;
}

.datepickerBox button::-moz-focus-inner
{
   border: none;
}

#recommendForm .datepickerBox button
{
	margin: 3px 0 0 2px; 
}

/* Component containers
----------------------------------*/
.ui-widget { font-family: Verdana,Arial,sans-serif; font-size: 11px; position:relative; z-index:2;}
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button { font-family: Verdana,Arial,sans-serif; font-size: 1em; }
.ui-widget-header { background: url(http://ocdn.eu/files/pulscms/ZjU7MDA_/be700beb6e95bc713ab516a27e30671d.gif) no-repeat -21px -32px; color: #7b7b7b; font-weight: bold; }
.hasDatepicker .ui-widget-header { color: #FF7509; font-weight: bold; height: 22px; width: 156px; }
.ui-widget-header a { color: #222222; }
.ui-widget-content { border: 1px solid #aaaaaa; background: #f5f5f5; color: #585568; }
.hasDatepicker .ui-widget-content { border: 0px; background: #ffffff; color: #585568; }
.ui-widget-content a { color: #222222; }

/* Interaction states
----------------------------------*/
.ui-state-default, .ui-widget-content .ui-state-default {background: #fff; font-weight: normal; color: #555555; outline: none; }
.ui-state-default a { color: #555555; text-decoration: none; outline: none; }
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus {  }
.ui-state-hover a { color: #212121; text-decoration: none; outline: none; }
.ui-state-active, .ui-widget-content .ui-state-active { border: 1px solid #f00; background: #ffffff; font-weight: normal; color: #212121; outline: none; }
.ui-state-active a { color: #212121; outline: none; text-decoration: none; }
.ui-widget-content td a.ui-state-hover {background: #FF7509; color: #fff;}
.hasDatepicker .ui-widget-content td a.ui-state-hover {background: #fff; color: #585568;}
/* Interaction Cues
----------------------------------*/
.ui-state-highlight, .ui-widget-content .ui-state-highlight {background: #ff7509; color: #ffffff; font-weight:bold;}
.hasDatepicker .ui-state-highlight,.hasDatepicker .ui-widget-content .ui-state-highlight {background: #ffffff; color: #555555; border:1px solid #FF7509;}
.ui-state-error, .ui-widget-content .ui-state-error {border: 1px solid #cd0a0a; background: #fef1ec; color: #cd0a0a; }
.ui-state-error-text, .ui-widget-content .ui-state-error-text { color: #cd0a0a; }
.ui-state-disabled, .ui-widget-content .ui-state-disabled { opacity: .35; filter:Alpha(Opacity=35); background-image: none; }
.ui-priority-primary, .ui-widget-content .ui-priority-primary { font-weight: bold; }
.ui-priority-secondary, .ui-widget-content .ui-priority-secondary { opacity: .7; filter:Alpha(Opacity=70); font-weight: normal; }


/*SELECTBOX*/
div.selectbox-wrapper {
  position:absolute;  
  width:400px;
  left:0;
  top:0;
  background-color:white;
  border-left:1px solid #ccc;
  border-right:1px solid #ccc;
  border-bottom:1px solid #ccc;
  margin:0px;
  /*margin-top:-10px;*/
  margin-top:20px;
  padding:0px;
  font-size:11px;
  text-align:left;  
  overflow-y:auto;
  overflow-x:hidden;
  max-height:300px;
  z-index:100;
  width : 14em; 
}
div.selectbox-wrapper ul {
  list-style-type:none;
  margin:0px;
  padding:0px;
}
div.selectbox-wrapper ul li.selected { 
  background-color: #CCFFCC;
  display:block;
}
div.selectbox-wrapper ul li {
  list-style-type:none;
  display:block;
  margin:0;
  padding:0 0px 2px 0px;
  cursor:pointer;
}

.searchContShw, .searchContHid {
	border-bottom:1px solid #E4E4E4;
	border-left:1px solid #E4E4E4;
	border-right:1px solid #E4E4E4;
	width:458px;
}

.searchContShw {
   display: block;	
}

.searchContHid {
   display: none;	
}

label {
    display: block;
}
.selectbox
{
  /*margin: 0px 5px 10px 0px;*/
  padding:2px 3px 3px 0;
  font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size:10px;
  width : 100%; 
  display : block;
  text-align:left; 
  background: url(http://ocdn.eu/files/pulscms/M2U7MDA_/25ee7a351e2d9d5522bfe0ca1217aa2e.gif) right -1px;
  /*height:18px;*/
  cursor: pointer;
  border:1px solid #C5C5C6;
  color:#333;
}

/*select {
	background: url(http://ocdn.eu/files/pulscms/M2U7MDA_/25ee7a351e2d9d5522bfe0ca1217aa2e.gif) right;
}*/

/*Scroll Pane*/
.jScrollPaneContainer {
	position: relative;
	overflow: hidden;
	z-index: 1;
}

.jScrollPaneTrack {
	position: absolute;
	cursor: pointer;
	right: 0;
	top: 0;
	height: 100%;
	background: #aaa;
}
.jScrollPaneDrag {
	position: absolute;
	background: #666;
	cursor: pointer;
	overflow: hidden;
}
.jScrollPaneDragTop {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
}
.jScrollPaneDragBottom {
	position: absolute;
	bottom: 0;
	left: 0;
	overflow: hidden;
}
a.jScrollArrowUp {
	display: block;
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	/*background-color: #666;*/
	height: 9px;
}
a.jScrollArrowUp:hover {
	/*background-color: #f60;*/
}

a.jScrollArrowDown {
	display: block;
	position: absolute;
	z-index: 1;
	bottom: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	/*background-color: #666;*/
	height: 9px;
}
a.jScrollArrowDown:hover {
	/*background-color: #f60;*/
}
a.jScrollActiveArrowButton, a.jScrollActiveArrowButton:hover {
	/*background-color: #f00;*/
}

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

/* Standard elements */
address, div {
   margin: 0;
}
address, cite, dfn, em, var {
   font-style: italic;
}
blockquote {
   margin: 1em 0; padding: 0;
}
code, kbd, pre, samp, tt {
   font-family: 'Courier New', Courier, monospace;
}
del {
   text-decoration: line-through;
}
ins {
   text-decoration: underline;
}
img {
   border: 0;
}
p {
   text-indent: 0;
   margin: 1em 0;
}
pre {
   margin: 1em 0;
}
q {
   quotes: none;
}
q:before, q:after {
   content: ''; content: none;
}
strong {
   font-weight: bold;
}

/* Forms */
form {
   margin: 0;
}
button, input, select {
   font: 13px Arial, Helvetica, sans-serif;
   vertical-align: middle;
}
textarea {
   font: 13px 'Courier New', Courier, monospace;
}

/* Headings */
h1, h2, h3, h4, h5, h6 {
   font-weight: bold; text-align: left;
   margin: 1em 0;
}
h1 {
   font-size: 32px;
}
h2 {
   font-size: 24px;
}
h3 {
   font-size: 18px;
}
h4 {
   font-size: 16px;
}
h5 {
   font-size: 12px;
}
h6 {
   font-size: 10px;
}

/* Lists */
dl {
   margin: 1em 0; padding: 0;
}
dt, dd {
   font-weight: normal;
   margin: 0; padding: 0;
}
ol, ul {
   margin: 1em 0 1em 40px; padding: 0;
}
li {
   margin: 0; padding: 0;
}
dl dl, ol dl, ul dl, dl ol, ol ol, ul ol, dl ul, ol ul, ul ul {
   margin-top: 0; margin-bottom: 0;
}

/* Tables */
table {
   margin: 0; padding: 0;
   border: 0;
   border-collapse: collapse; border-spacing: 0;
}
th, td {
   padding: 0;
   border: 0;
}
th {
   font-weight: bold; text-align: center;
   vertical-align: middle;
}
td {
   text-align: left;
   vertical-align: top;
}
caption {
   font-weight: normal; text-align: center;
}

/* Standard layouts */
#top {
   text-align: center;
}
#doc {
   background: #fff;
   text-align: left;
   width: 980px; margin: 0 auto; padding: 5px;
}
#head, #neck, #leg, #foot {
   clear: both;
}
#head {
   margin-bottom: 23px;
}
#foot {
   margin-top: 23px;
}

.lay_m665e300 #main {
   width: 665px;
   float: left;
}
.lay_m665e300 #extra {
   width: 300px; margin-left: 15px;
   float: left;
}

.lay_e300m665 #trunk {
   width: 665px;
   float: right;
}
.lay_e300m665 #extra {
   width: 300px; margin-right: 15px;
   float: left;
}

.lay_m460e300i190 #main {
   width: 460px;
   float: left;
}
.lay_m460e300i190 #info {
   width: 190px; margin-left: 10px;
   float: right;
}
.lay_m460e300i190 #extra {
   width: 300px; margin-left: 10px;
   float: left;
}

.lay_m460i190e300 #trunk {
   width: 665px;
   float: left;
}
.lay_m460i190e300 #main {
   width: 460px;
   float: left;
}
.lay_m460i190e300 #info {
   width: 190px; margin-left: 15px;
   float: left;
}
.lay_m460i190e300 #extra {
   width: 300px; margin-left: 15px;
   float: left;
}

.lay_i320m320e320 #trunk {
   width: 650px;
   float: left;
}
.lay_i320m320e320 #main {
   width: 320px; margin-left: 330px;
   float: left;
}
* html .lay_i320m320e320 #main {
   display: inline;
}
.lay_i320m320e320 #info {
   width: 320px; margin-left: -650px;
   float: left;
}
.lay_i320m320e320 #extra {
   width: 320px;
   float: right;
}

.lay_m420e190 #doc {
   width: 620px; padding: 0;
} 
.lay_m420e190 #trunk {
   width: 420px;
   float: left;
}
.lay_m420e190 #extra {
   width: 190px; margin-left: 10px;
   float: left;
}

/* Printing */
.g_print {
   display: none;
}
@media print {
   a.g_print, abbr.g_print, acronym.g_print, b.g_print, big.g_print, button.g_print, cite.g_print, code.g_print, dfn.g_print, em.g_print, i.g_print, iframe.g_print, input.g_print, kbd.g_print, label.g_print, q.g_print, samp.g_print, select.g_print, small.g_print, span.g_print, strong.g_print, sub.g_print, sup.g_print, textarea.g_print, tt.g_print, var.g_print {
      display: inline;
   }
   address.g_print, blockquote.g_print, div.g_print, dl.g_print, fieldset.g_print, form.g_print, h1.g_print, h2.g_print, h3.g_print, h4.g_print, h5.g_print, h6.g_print, ol.g_print, p.g_print, pre.g_print, table.g_print, ul.g_print {
      display: block;
   }
   .g_noPrint {
      display: none;
   }
}

/* content:devHelper.css */
body
{
   margin: 0;
}

.devHelperContener,
.devHelperContener980,
.devHelperContener300
{
   padding: 5px; margin: 0 0 20px 0;
   border: 1px dashed black;
}

.devHelperContener980
{
   width: 980px;
}

.devHelperContener300
{
   width: 500px;
}




/* 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/pulscms/OGE7MDA_/e889ae27941eb99d4231693b4322cb53.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/pulscms/OGE7MDA_/e889ae27941eb99d4231693b4322cb53.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/pulscms/OGE7MDA_/e889ae27941eb99d4231693b4322cb53.gif) no-repeat -11px -740px;
   font-size: 9px;
}
.kopyto .k_more11{
   background: url(http://ocdn.eu/files/pulscms/OGE7MDA_/e889ae27941eb99d4231693b4322cb53.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/pulscms/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/pulscms/OTI7MDA_/896dc04b0ad04626b669ea5b2f6ad0db.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/pulscms/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/pulscms/OTI7MDA_/896dc04b0ad04626b669ea5b2f6ad0db.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/pulscms/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/pulscms/OTI7MDA_/896dc04b0ad04626b669ea5b2f6ad0db.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/pulscms/MTI7MDA_/599efb0f58ef8271101a6d3185d7dd9a.gif) no-repeat 0 -17px;
    padding: 0 0 2px 11px
}
.kopyto .k_newsBulletList li {
    background: url(http://ocdn.eu/files/pulscms/MTI7MDA_/599efb0f58ef8271101a6d3185d7dd9a.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/pulscms/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/pulscms/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:block.css */
.k_block{
   margin: 0 0 19px 0;
   clear: both;
}
#main .k_block{
   position: relative;
}
#main .k_block .k_titleBar{
   background: url(http://ocdn.eu/files/pulscms/NTM7MDA_/c77706634bf8c8e84e1d9aec832061a2.gif) no-repeat 0 -101px;
   height:28px; padding: 0 0 0 2px;
}
#main .k_block .k_titleBox{
   background: url(http://ocdn.eu/files/pulscms/OTI7MDA_/896dc04b0ad04626b669ea5b2f6ad0db.gif) no-repeat 100% 0;
}
.k_block .k_titleBar{
   background: url(http://ocdn.eu/files/pulscms/NTM7MDA_/c77706634bf8c8e84e1d9aec832061a2.gif) no-repeat 0 -130px;
   height:28px; padding: 0 0 0 2px; overflow: hidden;
   position: relative;
}
.k_block .k_titleBox{
   background: url(http://ocdn.eu/files/pulscms/OTI7MDA_/896dc04b0ad04626b669ea5b2f6ad0db.gif) no-repeat 100% -29px;
}
.k_emphasised .k_titleBar{
   background: url(http://ocdn.eu/files/pulscms/NTM7MDA_/c77706634bf8c8e84e1d9aec832061a2.gif) no-repeat 0 -159px;
   height:28px; padding: 0 0 0 2px;
}
.k_emphasised .k_titleBox{
   background: url(http://ocdn.eu/files/pulscms/OTI7MDA_/896dc04b0ad04626b669ea5b2f6ad0db.gif) no-repeat 100% -58px;
}
.k_block .k_content{
   padding: 12px 0 0 0;
}
.k_block h2{
   color:#646464;
   font: 18px/28px Arial, Helvetica, sans-serif;
   padding: 0 0 0 6px;
   display: inline;
}
#info .k_block h2{
   font-size: 14px; font-weight: bold;
   padding-top: 2px;
}
#info .k_block h2 a{
   padding-top: 2px;
}
.k_block .k_titleBar h2 a,
.k_block .k_titleBar h2 a:hover{
   background: url(http://ocdn.eu/files/pulscms/OGE7MDA_/e889ae27941eb99d4231693b4322cb53.gif) no-repeat 100% -880px; color:#646464;
   padding: 0 15px 0 0;
}
.k_block .k_slideUp h2{
   background: url(http://ocdn.eu/files/pulscms/OGE7MDA_/e889ae27941eb99d4231693b4322cb53.gif) no-repeat -3px -749px;
   padding: 0 0 0 22px;
}
.k_block .k_slideDown h2{
   background: url(http://ocdn.eu/files/pulscms/OGE7MDA_/e889ae27941eb99d4231693b4322cb53.gif) no-repeat -4px -771px;
   padding: 0 0 0 22px;
}
.k_block .k_categoryLinks{
   position: absolute; top: 0; right: 0;
}
.k_block .k_categoryLinks li{
   font-size: 10px; line-height:28px;
   padding: 0 5px 0 0;
   float: left;
}
.k_block .k_categoryLinks li .spacer{
	padding-left:3px;
	color:#ddd;
}
.k_block .k_adBlock {
   padding: 5px 0 0;
}
.k_slider .k_titleBox{
   cursor: pointer;
}

/* 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;
}



/* 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/pulscms/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/pulscms/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/pulscms/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: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/pulscms/OTI7MDA_/896dc04b0ad04626b669ea5b2f6ad0db.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/pulscms/ZGU7MDA_/fae0c0656db30726584ac9bb43c676fb.gif);
}
.k_insetAttachment .kFileIcon_XLS {
	background: url(http://ocdn.eu/files/pulscms/MTg7MDA_/8c4de241786e794ab0c50fddf1122560.gif);
}
.k_insetAttachment .kFileIcon_PDF {
	background: url(http://ocdn.eu/files/pulscms/MDA7MDA_/1f77bfab816920c6c6fd84939852428c.gif);
}
.k_insetAttachment .kFileIcon_PPT {
	background: url(http://ocdn.eu/files/pulscms/MmM7MDA_/fc9a7c8490b7ebf5cffe0ed7206e10fe.gif);
}
.k_insetAttachment .kFileIcon_EXE {
	background: url(http://ocdn.eu/files/pulscms/YmU7MDA_/b95c716fc3746f4c037f7808f6cd4c2f.gif);
}
.k_insetAttachment .kFileIcon_ZIP {
	background: url(http://ocdn.eu/files/pulscms/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/pulscms/OGE7MDA_/e889ae27941eb99d4231693b4322cb53.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/pulscms/NzE7MDA_/bbfd7b49dc892a72a8a87d8d1ae3e4ee.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/pulscms/NzE7MDA_/bbfd7b49dc892a72a8a87d8d1ae3e4ee.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/pulscms/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/pulscms/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/pulscms/OTI7MDA_/896dc04b0ad04626b669ea5b2f6ad0db.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/pulscms/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/pulscms/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/pulscms/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/pulscms/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/pulscms/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/pulscms/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/pulscms/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/pulscms/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/pulscms/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/pulscms/NzQ7MDA_/9da7dc0d8262225d53c119c691d695cd.png") -43px 0px;
    left: 0;
    bottom: -50px;
    float: left;
}

.k_insets .slideRight {
    background: url("http://ocdn.eu/files/pulscms/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/pulscms/NzQ7MDA_/9da7dc0d8262225d53c119c691d695cd.png") 0 -185px;
    padding: 12px 6px 5px;
    margin: 1px 4px;
    height: 122px;
}

.k_insets .selectedPlaylistItem {
    background: url("http://ocdn.eu/files/pulscms/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/pulscms/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/pulscms/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:icons.css */
/* 
    Ikonki do kontekstow bloczkow
*/
.k_iconPhoto{
   background: url(http://ocdn.eu/files/pulscms/OGE7MDA_/e889ae27941eb99d4231693b4322cb53.gif) no-repeat -3px 2px;
   padding: 0 0 0 18px;
}
.k_iconPhotoFirst{
   background: url(http://ocdn.eu/files/pulscms/OGE7MDA_/e889ae27941eb99d4231693b4322cb53.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/pulscms/OGE7MDA_/e889ae27941eb99d4231693b4322cb53.gif) no-repeat -2px -18px;
   padding: 0 0 0 18px;
}
.k_iconVideoFirst{
   background: url(http://ocdn.eu/files/pulscms/OGE7MDA_/e889ae27941eb99d4231693b4322cb53.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/pulscms/OGE7MDA_/e889ae27941eb99d4231693b4322cb53.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: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/pulscms/OTI7MDA_/896dc04b0ad04626b669ea5b2f6ad0db.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/pulscms/OTI7MDA_/896dc04b0ad04626b669ea5b2f6ad0db.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/pulscms/OTI7MDA_/896dc04b0ad04626b669ea5b2f6ad0db.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/pulscms/OGE7MDA_/e889ae27941eb99d4231693b4322cb53.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/pulscms/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/pulscms/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: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/pulscms/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/pulscms/N2I7MDA_/b880b0b20a11b68614a3c414216279b3.gif) no-repeat 100% -551px;
}
.k_newsDetailExtended .k_selected .k_out .k_sourceName {
   background: url(http://ocdn.eu/files/pulscms/N2I7MDA_/b880b0b20a11b68614a3c414216279b3.gif) no-repeat 100% -596px;
}
.k_newsDetailExtended .k_selected .k_out:hover .k_sourceName {
   color: #f00; background: url(http://ocdn.eu/files/pulscms/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/pulscms/MTI7MDA_/599efb0f58ef8271101a6d3185d7dd9a.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/pulscms/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/pulscms/MTI7MDA_/599efb0f58ef8271101a6d3185d7dd9a.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: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/pulscms/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/pulscms/OTI7MDA_/896dc04b0ad04626b669ea5b2f6ad0db.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/pulscms/OGE7MDA_/e889ae27941eb99d4231693b4322cb53.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/pulscms/OGE7MDA_/e889ae27941eb99d4231693b4322cb53.gif) no-repeat -12px -855px;
   padding: 0 10px;
}
.k_pagination .k_inactive .k_next b{
   background: url(http://ocdn.eu/files/pulscms/OGE7MDA_/e889ae27941eb99d4231693b4322cb53.gif) no-repeat 100% -835px;
   padding: 0 16px;
}
.k_pagination .k_active .k_next b{
   background: url(http://ocdn.eu/files/pulscms/OGE7MDA_/e889ae27941eb99d4231693b4322cb53.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/pulscms/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/pulscms/MWM7MDA_/189e1a4ca2cbcc1ba8607147f2999dc2.gif) no-repeat 50% 50%;
   width: 329px; height: 500px;
}

#photoZoom span{
   background: url(http://ocdn.eu/files/pulscms/OTI7MDA_/896dc04b0ad04626b669ea5b2f6ad0db.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/pulscms/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/pulscms/OTI7MDA_/896dc04b0ad04626b669ea5b2f6ad0db.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/pulscms/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/pulscms/OTI7MDA_/896dc04b0ad04626b669ea5b2f6ad0db.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/pulscms/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;
}


/* 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/pulscms/Zjg7MDA_/8dd734ab46f8ed5ab9bc38b7b7322585.gif);
  height:19px;
  float:left;  
}
.k_quizProgressBar .k_quizProgressBarRight{
  background:url(http://ocdn.eu/files/pulscms/Y2E7MDA_/2aa1c1595b0271dafc98c707db26813d.gif) no-repeat right 0px;
  height:19px;
  margin:0 0 0 2px;  
}
.k_quizProgressBar .k_quizProgressBarRight ul{
  margin-right:1px;
}
.k_quizProgressBar li.k_activeBox{
  background:#fff url(http://ocdn.eu/files/pulscms/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/pulscms/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/pulscms/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/pulscms/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/pulscms/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/pulscms/Zjg7MDA_/8dd734ab46f8ed5ab9bc38b7b7322585.gif) no-repeat scroll 10px -153px;
}
.k_incorrectAnswer span {
   background:transparent url(http://ocdn.eu/files/pulscms/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/pulscms/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/pulscms/OTI7MDA_/896dc04b0ad04626b669ea5b2f6ad0db.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/pulscms/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/pulscms/OTI7MDA_/896dc04b0ad04626b669ea5b2f6ad0db.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/pulscms/NTM7MDA_/c77706634bf8c8e84e1d9aec832061a2.gif) repeat-x scroll  -529px -625px;
  padding-left:10px;
}
.k_quizProgressBar .k_quizProgressBarLeft{
  background:url(http://ocdn.eu/files/pulscms/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: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/pulscms/MTI7MDA_/599efb0f58ef8271101a6d3185d7dd9a.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/pulscms/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/pulscms/Mjk7MDA_/2c262ab1f668b8f66e6976b1981a59e3.txt); background-position: 50% 50%;  }
.snd_wyniki_box .snd_bar DIV { height: 10px; line-height: 10px;}
.snd_wyniki_box .snd_opcja { padding: 0 4px 8px 4px;}
/*
.snd_votebar_0, .snd_votebar_4, .snd_votebar_8, .snd_votebar_12  { background-image: url(http://ocdn.eu/files/pulscms/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/pulscms/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/pulscms/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/pulscms/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: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: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: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/pulscms/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/pulscms/OTI7MDA_/896dc04b0ad04626b669ea5b2f6ad0db.gif) no-repeat 8px -342px;
   padding: 2px 0 1px;
   height:20px;
   width:32px;
}
.k_contentTools .k_reportError span{
   background: url(http://ocdn.eu/files/pulscms/OGE7MDA_/e889ae27941eb99d4231693b4322cb53.gif) no-repeat -4px -553px;
   padding: 2px 0 2px 16px;
}
.k_contentTools .k_reportError:hover span{
   background: url(http://ocdn.eu/files/pulscms/OGE7MDA_/e889ae27941eb99d4231693b4322cb53.gif) no-repeat -4px -579px;
}
.k_contentTools .k_sendToUs {
   background: url(http://ocdn.eu/files/pulscms/OGE7MDA_/e889ae27941eb99d4231693b4322cb53.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/pulscms/OGE7MDA_/e889ae27941eb99d4231693b4322cb53.gif) no-repeat 10px -471px;
}

/* 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/pulscms/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;
}



/* bizneslibs:chartTabs.css */
/* TableShort */
.tabsJS ul, .tabsJS li {
	margin: 0;
	padding: 0;
}

.tabsJS h3 {
	font-weight:bold;
	color:#015396;
	height:28px;
	border-top:solid 1px #E3E3E3;
	border-bottom:solid 1px #E3E3E3;
	font-size:12px;
	margin:1px 0 1px 0;
	outline-style:none;
   outline-width:0;
}
.tabsJS h4 {
   color: #9e9e9e;
   font-size: 11px; font-weight: normal;
   overflow: hidden; width: 100%;
}
.tabsJS h4 a{
   font-weight: bold;
}
.tabsJS h4 i{
   font-style: normal;
   float: right;
}
.tabsJS h4 span{
   width: 180px;
   float: left;
   padding-left: 8px;
}
.tabsJS h3.ui-state-active {
   border-bottom:none;
}
.tabsJS .title {
	margin:6px 0 0 8px;
	float:left;
}
.tabsJS .ico {
   width:15px;
   height:15px;
   float:right;
   margin:6px 6px 0 0;
}
.tabsJS .ui-state-default .ico {
   background:transparent url(http://ocdn.eu/files/pulscms/OGE7MDA_/e889ae27941eb99d4231693b4322cb53.gif) no-repeat scroll 0 -949px;
}
.tabsJS .ui-state-active .ico {
   background:transparent url(http://ocdn.eu/files/pulscms/OGE7MDA_/e889ae27941eb99d4231693b4322cb53.gif) no-repeat scroll 0 -973px;
}
.tabsJS .more {
   /*background:transparent url(http://ocdn.eu/files/pulscms/OGE7MDA_/e889ae27941eb99d4231693b4322cb53.gif) no-repeat scroll 0 -997px;*/
}

/* Table Short tabs */
.tabsJS .ui-tabs-nav {
	list-style: none; 
   overflow:hidden;
   font-size:11px;
   z-index:2;
   position: relative;
}
.tabsJS .ui-tabs-nav li { 
	float: left; 
	margin: 0 1px 0 0;
	padding: 0;
	background:transparent url(http://ocdn.eu/files/pulscms/MGI7MDA_/0e19891e3b10b2efd5ca1fbc39809006.gif) no-repeat scroll 0 -488px;
	height:26px;
}
.tabsJS .ui-tabs-nav li a {
   float:left;
   margin:0 0 0 2px;
   padding:7px 10px 6px 8px;
   background:transparent url(http://ocdn.eu/files/pulscms/ODA7MDA_/c2d2dd9e04eda0703dadd3cebb24b638.gif) no-repeat scroll 100% -611px;
}

.tabsJS .ui-tabs-nav li a:link {
   text-decoration:none;
}
.tabsJS .ui-tabs-nav li a:visited {
   text-decoration:none;
}
.tabsJS .ui-tabs-nav li a:hover {
   text-decoration:none;
}
.tabsJS .ui-tabs-nav li a:active {
   text-decoration:none;
}
.tabsJS .ui-tabs-nav li.ui-tabs-selected {
   background: #fff url(http://ocdn.eu/files/pulscms/MGI7MDA_/0e19891e3b10b2efd5ca1fbc39809006.gif) no-repeat scroll 0 -518px;
   height:28px;
}
.tabsJS .ui-tabs-nav li.ui-tabs-selected a, 
.tabsJS .ui-tabs-nav li.ui-state-disabled a, 
.tabsJS .ui-tabs-nav li.ui-state-processing a 
.tabsJS .ui-tabs-nav li a:hover { 
   cursor: pointer;
   background: #fff url(http://ocdn.eu/files/pulscms/ODA7MDA_/c2d2dd9e04eda0703dadd3cebb24b638.gif) no-repeat scroll 100% -349px;
   padding:9px 10px 6px 8px;
   font-weight:bold;
   color:#ff7509;
   border: none;
}
.tabsJS .ui-tabs-nav li a, 
.tabsJS .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a { 
   cursor: pointer;
} /* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
.tabsJS .ui-tabs-panel { 
   display: block; 
   background: none;
   width:100%;
   position:relative;
   border-top:solid 1px #E2E2E2;
   top:-1px;
   z-index:1;
}
.tabsJS .ui-tabs-hide {
   display:none;
}

.tabsJS.ui-accordion .ui-accordion-content {
	position:relative;
	zoom: 1; /* IE7 Fix */
}
.tabsJS table{
   font-size: 11px;
   /*border-collapse: collapse;*/
}
.tabsJS tr {
     /*border-top: solid 1px #e1e1e1;*/
}
.tabsJS td{
   /*padding: 4px 5px;*/
   /*border-bottom: solid 1px #e1e1e1;*/
}
.tabsJS td.thredz{
   padding:1px 1px;
   border: 1px solid #d5d5d5;
}
.tabsJS td.thredz b{
   font-weight: bold;
   background: #f1f1f1;
   padding:4px 6px;
   display: block;
}
.tabsJS .tab_zw{
   font-size:10px;
   text-align: right;
}
.tabsJS .tab_zw a,
.tabsJS .tab_zw img{
vertical-align:middle;
}
.tabsJS .tab_zw a.a1 {
   display: none;
}
.tabsJS .tab_zw a.a1 {	
	display: block;
	height: 15px;
	padding-right: 20px;
	margin-right: 5px;
}
.tabsJS .tab_zw img {
	display: none;
}
.tabsJS .reveal{
    font-size: 10px;
    text-align: right;
}
.tabsJS td.thredz{
    background-color: #f1f1f1;
    border-right: 1px solid #d5d5d5;
}
.tablesMore{
   text-align: right;
   padding-top: 6px;
}

#tableShort, #tableShort .ui-widget-content {
   border: 0;
}

#tableShort .ui-widget-header {
   background-image: none;
   /*background: #fff;*/
   border: 0;	
}

#tableShort.ui-widget-content {
   background: none;	
}

#tableShort .ui-state-active, #tableShort .ui-widget-content .ui-state-active {
   border: 0;	
}


#tableShort .sgTabs li {
      float: left;
      background:url(http://ocdn.eu/files/pulscms/MTI7MDA_/599efb0f58ef8271101a6d3185d7dd9a.gif) no-repeat scroll 0 -16px transparent;
      margin: 0;
      padding: 1px 2px 1px 12px;
      margin: 5px 0;
      font-size: 11px;
      height: auto;
}


#tableShort .sgTabs .on span{
      color: #FF7509;
      font-weight: bold
}

#tableShort .sgTabs li.on a {
	background:none;
	color:#FF7509;
	padding:0;
}

#tableShort .sgTabs li a {
	  padding:0;
	  color:#358850;
	  font-weight: normal;
}

#tableShort .sgTabs li.on a span {
	background:none;
	border:medium none;
	
	display:block;
	
	margin:0;
	padding:0;
}



#tableShort .sgTabs {
   background:none;
   background-color: #fff;   
}



#tableShort #extra-tabs-gielda {
	background:none repeat scroll 0 0 transparent;
	border-top:1px solid #E2E2E2;
	position:relative;
	top:-1px;
	width:100%;
	z-index:1;
}

#tableShort #extra-tabs-waluty, #tableShort #extra-tabs-fundusze, #tableShort #extra-tabs-ofe {
border-top:1px solid #E2E2E2;
}

#tableShort #charts_growths,
#tableShort #charts_growthsOFE,
#tableShort #charts_dropsOFE {
	clear: both;
}


.tabsJS tr {
   cursor:pointer;
}

#tableShort #chartsTimeInfo, 
#tableShort #extra-tabs-gielda, 
#tableShort #extra-tabs-waluty, 
#tableShort #extra-tabs-fundusze,
#tableShort #extra-tabs-ofe {
   background: #fff;	
   clear:both;
	color:#9E9E9E;
	font-size:10px;
	margin: 0 0 0 0;
	padding: 0;
}

#tableShort .moreRight {
	font-size:10px;
text-align:right;
margin:15px 5px 10px 0;
float:right;
	}

#tableShort .moreRight a {
color:#358850;
font-size:10px;
}


#tableShort .tradeLogo .nbp {
   float:left;
	height:26px;
	width:60px;	
}


#tableShort .tradeLogo .nbpWide {
   float:left;
}


#tableShort .charts .tradeLogo {
	display:inline;
	float:left;
	margin:3px 0 10px 10px;
	width:100px;
}


.markChart {
	background-color:#FFF2C3;
}

#tableShort table.tableCompactCharts td.up{
  color:#358850;
  padding:4px 0px;
}
#tableShort table.tableCompactCharts td.down{
  color:#ff0000;
  padding:4px 0px;
}

#tableShort table.tableCompactCharts td.same{
  color:#004aa2;
  padding:4px 0px;
}

#tableShort .underCompactCharts
{
  background:#F6F6F6;
  border-left:1px solid #DFDFDF;
  border-right:1px solid #DFDFDF;
  border-bottom:1px solid #DFDFDF;
  overflow: hidden;
}

#tableShort .charts {
   margin: 0;
   background:inherit;
   border: none;
   padding:0;
}

#tableShort div.underCompactCharts .fifrak{color: #ffaa13; font-size: 12px; font-weight: bold; padding: 0 5px;}
#tableShort table.tableCompactCharts a:hover .fifrak{color: #FF0000}
#tableShort table.tableCompactCharts tr {cursor: pointer;}
#tableShort table.tableCompactCharts tr.markChart,
#tableShort table.tableCompactCharts tr:hover{background:#ffffff; }

#tableShort table.tableCompactCharts tr.chartSmallRowLegend, tr.chartSmallRowLegend:hover{
	background:#f6f6f6;
}

#tableShort table.tableCompactCharts tr.chartSmallRowLegend td{
	font-size:9px;
	padding:2px 0px;
	border:0px;
	text-align: center;
}

#tableShort table.tableCompactCharts td.bold,
#tableShort table.tableCompactCharts td.rightAlign{
   border-top:1px solid #f6f6f6;
   border-bottom:1px solid #f6f6f6;
}

#tableShort table.tableCompactCharts tr.markChart td.bold,
#tableShort table.tableCompactCharts tr.markChart td.rightAlign
{
   border-bottom:1px solid #dfdfdf;
   background-color: #FFF2C3;
}

#tableShort table.tableCompactCharts tr:hover td.bold,
#tableShort table.tableCompactCharts tr:hover td.rightAlign {
   border-bottom:1px solid #dfdfdf;
   border-top: 1px solid #FFF2C3;
   background-color: white;
}

#tableShort table.tableCompactCharts td.rightAlign {
   padding-right: 3px;
}
#tableShort table.tableCompactCharts td.more{
   border-left: none
}


#tableShort table.tableCompactCharts tr.markChart td.more
{
	border-bottom:1px solid #dfdfdf;
   border-top: 1px solid #FFF2C3;
   background-color: #FFF2C3;
}

#tableShort table.tableCompactCharts tr:hover td.more{
	border-bottom:1px solid #dfdfdf;
   border-top: 1px solid #F6F6F6;
   background-color: white;
}

#tableShort table.tableCompactCharts {
   border-collapse:collapse;
}

#tableShort table.statystyki td.wykresUp div.wykres span.wykresInfo {
float:left;
padding-left:5px;
}

#tableShort table.statystyki span.wykresInfo {
font-size:9px;
}

#tableShort .wykresInfo {
color:#D6D6D6;
left:15px;
position:absolute;
top:0;
}

#tableShort table.statystyki.skalaLewa div.wykres {
display:inline;
float:left;
}

#tableShort .wykres {
position:relative;
}

#tableShort .wykresDown .wykresInfo {
   color:#A4A4A4;
}

#tableShort table.statystyki tr.naglowek .kol2 {
   vertical-align:middle;
}

.srchcalVis_Fund, .srchcalVis_OFE {
   display:block;
}  

.srchcalHid_Fund, .srchcalHid_OFE{
   display:none;
}


.srchcalVis_ch123{
   display:block;
}  

.srchcalHid_ch123{
   display:none;
}


.srchcalVis_ch1234{
   display:block;
}  

.srchcalHid_ch1234{
   display:none;
}

.bizneslibs_nodata {
	padding: 5px;
	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/pulscms/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/pulscms/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/pulscms/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/pulscms/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/pulscms/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/pulscms/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:title.css */
.k_title {
   /*overflow: hidden;*/
   position :relative; /* fix 77441 */
}
.k_title h1 {
   /*float:left;*/
   margin-right:16px;
}
.k_title .k_rss{
   background: url(http://ocdn.eu/files/pulscms/OTI7MDA_/896dc04b0ad04626b669ea5b2f6ad0db.gif) no-repeat -44px -154px;
   width:16px; height:16px; 
   text-indent:-9999px;
   
   /*float:right; display:block; 
   margin:8px 0 0 0;  /* fix 77441 */
   position:absolute;  /* fix 77441 */
   top:8px; right:0px; /* fix 77441 */  
}
.k_titleSpecial{
   margin: 0 0 16px 0;
}
.k_rssContainer{
	height: 28px;
}

/* content:newsBlurb.css */
.k_newsBlurb{
   clear:both; overflow:hidden;
   padding: 0 0 12px 222px;
}
.k_newsBlurbNoPhoto{
   padding: 0 0 12px 0;
}
* html .k_newsBlurb{
   height: 100%;
}
.k_newsBlurbLast{
   padding-bottom: 0;
}
.k_newsBlurb img {
   margin: 4px 0 0 -222px;
   border: 1px solid #DDDCE1;
   float:left;
}
.k_newsBlurb h2,
.k_newsBlurb h3{
   font: normal normal 18px/22px Arial,Helvetica,sans-serif;
   margin: 0 0 2px 0;
}
.k_newsBlurb p{
   line-height: 13px; font-size: 11px;
   margin: 0;
}
.k_newsBlurb p a,
.k_newsBlurb p a:hover{
   color: #363636;
}
.k_newsBlurb .k_properties{
   font-size: 11px;
   display: block;
}
.k_newsBlurb a.k_category{
   color: #646464;
}
.k_newsBlurb a.k_category:hover{
   color: #f00;
}
.k_newsBlurb .k_properties cite,
.k_newsBlurb .k_properties i{
   font-style: normal;
}
.k_newsBlurb .k_date {
   color: #bababa;
}
.k_newsBlurb .k_sponsored{
   color: #ee0303;
   font-size: 10px;
}


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


/* 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;
}

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


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

/* bizneslibs:specialArticle.css */
.specialArticle ul li{
	padding:10px 0px 10px 10px;;
}

