body {
  color: #000;
  font: 12px Arial;
  background: #fff;
}

div#main_container,
div#head,
div#site_body,
div#footer,
div#copyright {
  display: block;
  width: 950px;
  margin: 0px;
  padding: 0px;
  overflow: hidden;
}

a#reklama {
  padding-left: 10px;  
}

div#site_body {
  position: relative;
  background: url(/media/images/main_gradient.png) repeat-y;
}

div#main_container {
  margin: 0px auto;
}

div#head {
  height: 99px;
}

a#logo {
  display: block;
  width: 195px;
  height: 99px;
  float: left;
  margin: 0px;
  background: url(/media/images/logo.png) 0px 0px no-repeat;
  text-decoration: none;
}

div#banner-head {
  display: block;
  width: 751px;
  height: 99px;
  float: right;
  margin: 0px;
/*  background: url(/media/images/sample_banners/ban1.jpg) 0px 0px no-repeat;*/
}

div#banner-sidebar {
  display: block;
  width: 301px;
  height: 251px;
  margin: 0px;
/*  background: url(/media/images/sample_banners/ban2.jpg) 0px 0px no-repeat;*/
}

div#submenu {
  display: block;
  width: 950px;
  height: 26px;
}
div#content_container {
  display: block;
  width: 623px;
  min-height: 300px;
  margin: 0px 5px;
  _margin: 0px 2px;
  float: left;
}

div#sidebar {
  display: block;
  width: 307px;
  min-height: 300px;
  float: right;
  margin: 0px 5px;
  _margin: 0px 2px;
}


div#footer {
  width: 920px;
  padding: 0px 15px;
  padding-top: 3px;
  height: 22px;
  text-align: right;
  color: #333;
  font-size: 10px;
}

div#copyright {
  width: 940px;
  font-size: 10px;
  color: #aaa;
  text-align: right;
  padding-right: 10px;
}

a.readmore {
  color: blue!important;
  text-decoration: underline;
}
/*
 * headers definitions
 */

h1, h2, h3, h4, h5, h6 {
  color: #2e3b69;
  margin: 0px;
  margin-bottom: 5px;
}

h1 { font: 16px Arial;
}

h2 {
  font: 14px Arial;
}

h3 {
  font: 12px Arial;
}
h4, h5, h6  {
  font: 12px Arial;
  color: #000;
}

/*
 * main menu
 */

ul#main_menu {
  display: block;
  width: 950px;
  height: 40px;
  margin: 2px auto;
  background: url(/media/images/main_menu/menu_light.png) repeat-x;
  padding: 0px;
  list-style: none;
  list-style-image: none;
  list-style-type: none;
}

ul#main_menu li {
  display: block;
  height: 40px;
  background: url(/media/images/main_menu/menu_border.png) top right no-repeat;
  float: left;
  overflow: hidden;
}

ul#main_menu li a {
  display: block;
  height: 40px;
  padding: 12px 15px 0px 15px;
  background: url(/media/images/main_menu/menu_light.png) repeat-x;
  color: #fff;
  text-decoration: none;
  margin-right: 2px;
  _margin-right: 1px;
  float: left;
}

ul#main_menu li a:visited {
  color: #fff;
}

ul#main_menu li a.active,
ul#main_menu li a:hover {
  background: url(/media/images/main_menu/menu_dark.png) repeat-x;
}
/*
 * corners 4 body
 */

div.corner {
  display: block;
  width: 7px;
  height: 6px;
  position: absolute;
}
div#sidebar div.corner {
  width: 5px;
}

div.top_left {
  top: 0px;
  left: 0px;
}

div.top_right {
  top: 0px;
  right: 0px;
}

div.bottom_left {
  bottom: 0px;
  left: 0px;
}

div.bottom_right {
  bottom: 0px;
  right: 0px;
}

div.corner.top_left.white {
  background: url(/media/images/corners/white_top_left.gif) 0px 0px no-repeat;
}

div.corner.top_right.white {
  background: url(/media/images/corners/white_top_right.gif) 0px 0px no-repeat;
}

div.corner.bottom_left.white {
  _bottom: -8px;
  background: url(/media/images/corners/white_bottom_left.gif) 0px 0px no-repeat;
}

div.corner.bottom_right.white {
  _bottom: -8px;
  background: url(/media/images/corners/white_bottom_right.gif) 0px 0px no-repeat;
}

div.corner.top_left.content {
  background: url(/media/images/corners/content_top_left.gif) 0px 0px no-repeat;
}

div.corner.top_right.content {
  _right: -2px;
  background: url(/media/images/corners/content_top_right.gif) 0px 0px no-repeat;
}

div.corner.bottom_left.content {
  _bottom: -9px;
  background: url(/media/images/corners/content_bottom_left.gif) 0px 0px no-repeat;
}

div.corner.bottom_right.content {
  _right: -2px;
  _bottom: -9px;
  background: url(/media/images/corners/content_bottom_right.gif) 0px 0px no-repeat;
}

div.corner.top_left.block_corner {
  background: url(/media/images/corners/block_top_left.gif) 0px 0px no-repeat;
}

div.corner.top_right.block_corner {
  _right: -2px;
  background: url(/media/images/corners/block_top_right.gif) 0px 0px no-repeat;
}

div.corner.bottom_left.block_corner {
  _bottom: -9px;
  background: url(/media/images/corners/block_bottom_left.gif) 0px 0px no-repeat;
}

div.corner.bottom_right.block_corner {
  _right: -2px;
  _bottom: -9px;
  background: url(/media/images/corners/block_bottom_right.gif) 0px 0px no-repeat;
}

.noborder {
  border: none!important;
}
/*
 * block
 */

div.block {
  display: block;
  background: #fff url(/media/images/small_block_bg.png) repeat-x;
  width: 271px;
  position: relative;
  margin: 6px 0px;
  padding: 2px 15px;
  _zoom: 1;
}

div.block h2 {
  font: 16px Arial;
  color: #2e3b69;
  border-bottom: 1px #777 solid;
  margin: 0px;
  margin-bottom: 5px;
}

div.block h2.huge {
  margin-top: 10px;
  border-bottom: none;
  font: 18px Arial, sans-serif;
  font-weight: bold;
  text-align: center;
}

div#sidebar_big_box,
div#article_list {
  margin-top: 0px;
}
/*
 * box
 */

div.box {
  display: block;
  background: #fff url(/media/images/small_block_bg.png) repeat-x;
  position: relative;
  margin-bottom: 10px;
  padding: 2px 15px;
  _zoom: 1;
}

div.box h1,
div.box h2 {
  font: 16px Arial;
  color: #2e3b69;
  /*border-bottom: 1px #777 solid;*/
  margin: 0px;
  margin-bottom: 5px;
}

div.box h2 {
        font-size: 14px;
}

div#single_article {
  margin-top: 0px;
}

/*
 * wrappers
 */

div.wrapper_box {
  display: block;
  padding-bottom: 10px;
  position: relative;
  background: #fff;
  _zoom: 1;
  margin-bottom: 10px;
}

div.wrapper {
  display: block;
  background: #fff url(/media/images/small_block_bg.png) repeat-x;
  border-bottom: 1px #777 solid;
  margin: 0px;
  padding: 2px 15px;
  padding-top: 10px;
  height: 80px;
  overflow: hidden;
}

div.wrapper h2 {
  font: 16px Arial;
  color: #2e3b69;
  border-bottom: 1px #777 solid;
  margin: 0px;
  margin-bottom: 5px;
}

div.wrapper p {
  margin: 0px;
  padding: 0px;
}

div.wrapper_contents {
  width: 450px;
  float: left;
}

a.oblicz_skladke {
  display: block;
  width: 102px;
  height: 31px;
  color: #fff;
  background: url(/media/images/button_czerwony.png) no-repeat;
  margin-top: 24px;
  padding-top: 8px;
  padding-left: 16px;
  float: right;
  text-decoration: none;
}
#sidebar_big_box a.oblicz_skladke {
  margin-top: 12px;
  margin-bottom: 5px;
}
#sidebar_big_box a img {
  border: none;
}

a.oblicz_skladke:hover {
  background: url(/media/images/button_zielony.png) no-repeat;
}

#single_article a.oblicz_skladke {
  margin-top: 10px;
  margin-left: 20px;
  margin-bottom: 10px;
}
/*
 * shortlist
 */

ul.shortlist {
  margin: 0px;
  padding: 0px;
  list-style: none;
  list-style-image: none;
  list-style-type: none;
}

ul.shortlist a,
ul.shortlist a:visited {
  color: #000;
  text-decoration: none;
}

ul.shortlist li p {
  margin: 3px 0px 10px 0px;
}

div.box ul.shortlist li {
  margin-bottom: 3px;
}

div.block ul.shortlist li {
  margin-bottom: 4px;
}


/*
 * flatlist
 */

ul.flatlist {
  float: left;
  margin: 0px;
  padding: 0px;
  list-style: none;
  list-style-image: none;
  list-style-type: none;
}

ul.flatlist li {
  display: inline;
  margin: 0px 3px;
}

ul.flatlist li a {
  display: inline;
  color: #333;
  text-decoration: none;
}
ul.flatlist li a:visited {
  color: #333;
}

/*
 * redlist
 */

ul.redlist {
  display: block;
  margin: 0px;
  padding: 0px;
  list-style: none;
  list-style-image: none;
  list-style-type: none;
  overflow: hidden;
}

ul.redlist li {
  display: block;
  width: 180px;
  height: 20px;
  float: left;
  margin: 0px 3px;
}

ul.redlist li a {
  display: block;
  width: 180px;
  height: 20px;
  float: left;
  color: #cd1010;
  text-decoration: none;
}
ul.redlist li a:visited {
  color: #cd1010;
}

span#novem_billboard {
  height: 252px;
}

.red {
  color: red!important;
}

div#single_article p {
  line-height: 22px;
}

div.block_spacer {
  height: 6px;
}

.tag-cloud {
    text-align: center;    
    padding: 5px;
    margin: 5px 10px;
}

.tag-1 {
    font-size: 12px;
}

.tag-2 {
    font-size: 13px;
}

.tag-3 {
    font-size: 14px;
}

.tag-4 {
    font-size: 15px;
}

.tag-5 {
    font-size: 16px;
}

.tag-6 {
    font-size: 17px;
}

/* For large tag cloud 6 step */
.tag-7 {
    font-size: 18px;
}

.tag-8 {
    font-size: 19px;
}

/* ofe :) */

div.fundusz {
        display: block;
        height: 23px;
        margin: 2px 0px;
        padding-top: 3px;
        overflow: hidden;
        width: 100%;
        clear: both;
}

div.fundusz_left {
        display: block;
        position: relative;
        height: 20px;
        width: 182px;
        float: left;
}

div.fundusz_left strong {
        display: block;
        position: absolute;
        color: green;
        left: 118px;
        top: 0px;
        width: 80px;
}

div.fundusz_left a.black {
        color: #000; 
        text-decoration: none;
}

div.fundusz_left a.black:hover {
        text-decoration: underline;
}

div.fundusz_right {
        display: block;
        height: 20px;
        width: 80px;
        float: right;
}

a.zapiszsie {
        display: block;
        float: right;
        position: relative;
        overflow: hidden;
        width: 75px;
        height: 19px;
        top: -3px;
        padding: 0px; margin: 0px;
}

a.zapiszsie img {
        display: block;
        border: none; 
        position: absolute;
        top: 0px; left: 0px;
}

select#ofe_sortowanie {
        width: 265px;
        margin-bottom: 10px;
}
