/* ogólne --------------------------------------------------------------------------------------------- */
body {
  font-size: 12px;
  font-family: Tahoma,Verdana,Geneva,Arial,Helvetica,sans-serif;
  margin: 0px;
  color: #ffffff;
  background-color: #000000;
}

p {
  margin-top: 0px;
  margin-bottom: 0px;
}

p.error {
  color: #ff0000;
}

p, td {
  color: #ffffff;
  font-size: 12px;
  font-family: Tahoma,Verdana,Geneva,Arial,Helvetica,sans-serif;
}

a {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}

a:hover {
  color: #ffffff;
  text-decoration: underline;
}

.hidden {
  visibility: hidden;
}

.undisplayed {
  visibility: hidden;
  position: absolute;
  top: 0px;
  left: 0px;
}

.bigMenu {
  position: absolute;
  padding: 5px;
  border: 1px solid #d4d4d4;
  border-top-width: 0px;
  background-color: #ffffff;
  z-index: 200;
}

.bigMenu div.contentDetails {
  width: auto;
  padding: 0px;
  margin: 0px;
}

.bigMenu a {
  color: #000000 !important;
}

.bigMenu a:hover {
  color: #ff6600 !important;
}

form {
  padding: 0px;
  margin: 0px;
}

img {
  border-width: 0px;
}

img.magGlass {
  margin-left: -28px;
  margin-bottom: 3px;
  opacity: .5;
}

iframe {
  border-width: 0px;
}
  
.clickable {
  cursor: pointer;
}

div.separator {
  line-height: 1px;
  font-size: 1px;
  clear: both;
  height: 10px;
}

div#lid {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 300;
  width: 0px;
  height: 0px;
  background-image: url(/binaries/img/t.gif);
}

a.arrowUp {
  display: inline;
  float: left;
  width: 18px;
  height: 16px;
  background-image: url(/binaries/img/arrow_up.gif);
}

a.arrowUp:hover {
  text-decoration: none;
}

a.arrowDown {
  display: inline;
  float: left;
  width: 18px;
  height: 16px;
  background-image: url(/binaries/img/arrow_down.gif);
}

a.arrowDown:hover {
  text-decoration: none;
}

a.arrowLeft {
  display: inline;
  float: left;
  width: 11px;
  height: 196px;
  background-image: url(/binaries/img/arrow_left.gif);
}

a.arrowLeft:hover {
  text-decoration: none;
}

a.arrowRight {
  display: inline;
  float: left;
  width: 11px;
  height: 19px;
  background-image: url(/binaries/img/arrow_right.gif);
}

a.arrowRight:hover {
  text-decoration: none;
}

a.btnOrange {
  display: inline;
  float: right;
  height: 20px;
  padding: 3px 11px 0px 7px;
  background: #ff6805 url(/binaries/img/arrow_btn.gif) no-repeat right 7px;
  color: #ffffff;
}

a.btnOrange:hover {
  text-decoration: none;
}

div.hourglass {
  width: 100%;
  height: 80px;
  background-image: url(/binaries/img/hourglass.gif);
  background-position: 50% 0%;
  background-repeat: no-repeat;
}

.title {
  text-align: left;
}

div.msg {
  color: #ffffff;
}

div#tvFlyPlayer {
  margin-top: 10px;
}

a#layerImageClose {
  position: absolute;
  width: 13px;
  height: 13px;
  background: url(/binaries/img/ico_close.gif) no-repeat;
  cursor: pointer;
}

a#layerImageClose:hover {
  text-decoration: none;
}

/* ogólne formularzowe --------------------------------------------------------------------------------------------- */
input {
  border: 1px solid #a4a4a4;
  background-color: #ffffff;
  color: #000000;
  font-size: 11px;
  font-family: Tahoma,Verdana,Geneva,Arial,Helvetica,sans-serif;
}

textarea {
  border: 1px solid #a4a4a4;
  background-color: #ffffff;
  color: #000000;
  font-size: 11px;
  font-family: Tahoma,Verdana,Geneva,Arial,Helvetica,sans-serif;
}

select {
  border: 1px solid #a4a4a4;
  background-color: #ffffff;
  color: #000000;
  font-size: 11px;
  font-family: Tahoma,Verdana,Geneva,Arial,Helvetica,sans-serif;
}

option {
  background-color: #ffffff;
  color: #000000;
  font-size: 11px;
  font-family: Tahoma,Verdana,Geneva,Arial,Helvetica,sans-serif;
}

input.textField {
  padding: 2px;
}

input.radio {
  border-width: 0px;
  background-color: #e9e9e9;
}

input.checkbox {
  border-width: 0px;
  background-color: #e9e9e9;
}

input.file {
  border: 1px solid #a4a4a4;
  background-color: #ffffff;
  color: #000000;
  font-size: 11px;
  font-family: Tahoma,Verdana,Geneva,Arial,Helvetica,sans-serif;
}

a.button {
  display: inline;
  float: left;
  overflow: hidden;
  height: 21px;
  padding-top: 7px;
  background-image: url(/binaries/img/btn_back.gif);
  color: #000000;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
}

a.button:hover {
  color: #ff6805;
  text-decoration: none;
}

a.button span {
  display: inline;
  float: left;
}

a.button span.btnOpen {
  width: 26px;
  height: 28px;
  margin-top: -7px;
  background-image: url(/binaries/img/btn_back_o.gif);
}

a.button span.btnClose {
  width: 16px;
  height: 28px;
  margin-top: -7px;
  background-image: url(/binaries/img/btn_back_c.gif);
}

div.columnCenter div.box a.button {
  color: #000000;
  text-decoration: none;
}

div.columnCenter div.box a.button:hover {
  color: #ff6805;
  text-decoration: none;
}

/* sekcje główne --------------------------------------------------------------------------------------------- */
div#pageTop {
  width: 100%;
  padding-bottom: 6px;
  border-bottom: 1px solid #ffffff;
  clear: both;
  background-color: #ffffff;
}

div#pageBottom {
  background: #000000 url(/binaries/img/bck_page.jpg) no-repeat 50% 90px;
}

div#page {
  width: 970px;
  margin: 0px auto;
  clear: both;
/*  background-color: #000000;  */
}

div.columns {
  width: 970px;
}

div.columns div {
  display: inline;
  float: left;
}

div#bannersTop {
  overflow: hidden;
  width: 970px;
}

div#bannersTop div.banner {
  width: 970px;
  padding: 10px 0px;
}

/* sekcja iframów --------------------------------------------------------------------------------------------- */
div.foreignBoxOrangeWorld {
  overflow: hidden;
}

div.foreignBoxOrangeWorld iframe {
  width: 253px;
  height: 401px;
  margin: -1px 0px 0px -1px;
}

div.foreignBoxJoinUs {
  overflow: hidden;
}

div.foreignBoxJoinUs iframe {
  width: 770px;
  height: 790px;
  margin: -270px 0px 0px -152px;
}

/* sekcja nagłówka --------------------------------------------------------------------------------------------- */
div#pageHeader {
  width: 970px;
  height: 60px;
  padding-top: 25px;
  margin: 0px auto;
}

div#pageHeader a#logoOrange {
  display: inline;
  float: left;
  width: 39px;
  height: 39px;
  background-image: url(/binaries/img/logo_orange.gif);
}

/* sekcja menu górnego --------------------------------------------------------------------------------------------- */
div#menuTopLevel1 {
  width: 970px;
  height: 34px;
  padding: 0px;
  margin: 0px auto 1px auto;
  background-image: url(/binaries/img/menu_top_back.gif);
}

div#menuTopLevel1 div {
  display: inline;
  float: left;
  height: 34px;
  border-left: 1px solid #d4d4d4;
}

div#menuTopLevel1 a {
  display: inline;
  float: left;
  height: 24px;
  padding: 8px 7px 0px 7px;
  border-left: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
  margin: 1px 0px;
  color: #000000;
  font-weight: bold;
}

div#menuTopLevel1 a:hover {
  color: #fe761b;
  text-decoration: none;
}

div#menuTopLevel1 a.active {
  margin-bottom: 0px;
  border-bottom: 1px solid #ffffff;
  background-color: #ffffff;
  color: #fe761b;
}

div#menuTopLevel1 a.active:hover {
  color: #000000;
}

div#menuTopLevel1 div.plugLeft {
  width: 1px;
  height: 34px;
  margin-left: -1px;
  background-image: url(/binaries/img/menu_top_back.gif);
  border-left-width: 0px;
  line-height: 1px;
  font-size: 1px;
}

div#menuTopLevel1 div.plugRight {
  float: right;
  width: 1px;
  height: 32px;
  border-left-width: 0px;
  border-right: 1px solid #d4d4d4;
  margin: 1px 0px;
  background-color: #ffffff;
  line-height: 1px;
  font-size: 1px;
}

div#menuTopLevel1 div.rightElement {
  float: right;
  border-left-width: 0px;
  margin-right: -1px;
}

div#menuTopLevel1 div.imgElement a {
  padding: 0px;
  border-right-width: 0px;
}

div#menuTopLevel2 {
  width: 968px;
  height: 29px;
  padding: 0px;
  margin: 0px auto;
  background-color: #eeeeee;
  border: 1px solid #d4d4d4;
}

div#menuTopLevel2 div {
  display: inline;
  float: left;
  height: 19px;
}

div#menuTopLevel2 div div {
  border-right: 1px solid #d4d4d4;
  margin-top: 10px;
}

div#menuTopLevel2 a {
  display: inline;
  float: left;
  height: 20px;
  padding: 9px 10px 0px 10px;
  margin-top: -10px;
  color: #848484;
}

div#menuTopLevel2 a:hover {
  color: #fe761b;
  text-decoration: none;
}

div#menuTopLevel2 a.active {
  color: #fe761b;
}

div#menuTopLevel2 a.active:hover {
  color: #848484;
}

div#menuTopLevel2 div.plugLeft {
  width: 1px;
  margin-left: -1px;
  margin-top: 10px;
  border-right-width: 0px;
  background-color: #eeeeee;
  line-height: 1px;
  font-size: 1px;
}

/* sekcja głównej wyszukiwarki --------------------------------------------------------------------------------------------- */
div#searcherMain {
  width: 970px;
  height: 130px;
  padding-top: 6px;
  background: url(/binaries/img/bck_page_top.gif) no-repeat 50% 0px;
}

div#searcherMain div {
  display: inline;
  float: right;
}

div#searcherMain div.upperLine {
  width: 230px;
  margin-top: 40px;
}

div#searcherMain div.lowerLine {
  width: 218px;
  clear: right;
}

div#searcherMain input.searchWord {
  display: inline;
  float: right;
  width: 149px;
  height: 19px;
  font-size: 12px;
  background: url(/binaries/img/bck_search_field.gif) no-repeat;
  padding: 4px 0px 0px 20px;
  border-width: 0px;
  color: #ffffff;
}

div#searcherMain input.searchBtn {
  width: 12px;
  height: 12px;
  margin: 5px 0px 0px 6px;
  border-width: 0px;
  background-color: transparent;
}

div#searcherMain div.lowerLine a {
  padding: 3px 0px 0px 8px;
  margin-top: 3px;
  background-image: url(/binaries/img/arrow_dark.gif);
  background-repeat: no-repeat;
  background-position: 0px 7px;
  color: #806a53;
  font-weight: normal;
}

div#searcherMain div.lowerLine a:hover {
  color: #ffffff;
}

div#searcherMain a.opener {
  padding-left: 16px;
  background-position: 6px;
  border-left: 1px solid #a4a4a4;
}

/* sekcja stopki --------------------------------------------------------------------------------------------- */
div#footer {
  width: 970px;
  padding: 120px 0px 30px 0px;
  background-image: url(/binaries/img/bck_page_bottom.gif);
  background-repeat: no-repeat;
  background-position: 0px 0px;
}

div#footer a {
  display: inline;
  float: left;
  padding: 3px 0px 0px 15px;
  background-image: url(/binaries/img/arrow_dark.gif);
  background-repeat: no-repeat;
  background-position: 7px 7px;
  color: #806a53;
}

div#footer a:hover {
  color: #ffffff;
}

div#footer a.right {
  float: right;
}

/* sekcja lewej kolumny --------------------------------------------------------------------------------------------- */
div.columnLeft {
  width: 160px;
  margin-right: 10px;
}

div.columnLeft div.banners {
  overflow: hidden;
  width: 160px;
  text-align: center;
}

div.columnLeft div.banners div.banner {
  width: 160px;
  margin-bottom: 10px;
}

div.columnLeft div.box {
  width: 160px;
  background-color: transparent;
  color: #ffffff;
}

div.columnLeft div.headerLight {
  overflow: hidden;
  width: 150px;
  padding-left: 10px;
  height: 22px;
  padding-top: 8px;
  margin-top: 10px;
  color: #ffffff;
  background-color: #ff6805;
  font-weight: bold;
}

div.columnLeft .menu {
  width: 146px;
  padding: 7px 7px 5px 7px;
  margin: 0px 0px 10px 0px;
  background: url(/binaries/img/bck_menu_left.gif) repeat top left;
}

div.columnLeft .menu a {
  float: left;
  width: 136px;
  height: 26px;
  padding: 10px 0px 0px 10px;
  margin-bottom: 2px;
  color: #ffffff;
  font-weight: bold;
  background: #000000 url(/binaries/img/btn_menu_left.gif) no-repeat;
}

div.columnLeft .menu a:hover {
  text-decoration: none;
  background-color: #a33a01 !important;
}

div.columnLeft .menu a.menuItem1 {
  background-color: #110600;
}

div.columnLeft .menu a.menuItem2 {
  background-color: #200c01;
}

div.columnLeft .menu a.menuItem3 {
  background-color: #290f00;
}

div.columnLeft .menu a.menuItem4 {
  background-color: #311200;
}

div.columnLeft .menu a.menuItem5 {
  background-color: #391500;
}

div.columnLeft .menu a.menuItem6 {
  background-color: #421800;
}

div.columnLeft .menu a.menuItem7 {
  background-color: #491b01;
}

div.columnLeft .menu a.menuItem8 {
  background-color: #511e00;
}

div.columnLeft .menu a.menuItem9 {
  background-color: #582000;
}

div.columnLeft .menu a.menuItem10 {
  background-color: #622300;
}

div.columnLeft .menu a.menuItem11 {
  background-color: #722b01;
}

/* sekcja prawej kolumny --------------------------------------------------------------------------------------------- */
div.columns div.columnRight {
  float: right;
}

div.columnRight {
  width: 300px;
  margin-left: 10px;
}

div.columnRight div.banners {
  overflow: hidden;
  width: 300px
}

div.columnRight div.banners div.banner {
  width: 300px;
  margin-top: 10px;
  text-align: center;
}

div.columnRight div.headerLight {
  overflow: hidden;
  width: 285px;
  padding-left: 15px;
  height: 22px;
  padding-top: 8px;
  margin-top: 10px;
  color: #ffffff;
  background-color: #ff6805;
  font-weight: bold;
}

div.columnRight div.box {
  width: 298px;
  background-color: transparent;
  color: #ffffff;
  padding: 10px 1px;
}

div.columnRight div.box div.contentDetails {
  width: 278px;
}

div.columnRight div.boxPadded {
  width: 280px;
  padding: 10px;
}

div.columnRight div.box a.buttonSmall {
  margin: 10px 0px 0px 65px;
}

div.columnRight div.boxPadded a.buttonSmall {
  margin: 10px 0px 0px 55px;
  clear: left;
}

div.columnRight p {
  text-align: center;
  font-weight: bold;
  padding-bottom: 10px;
}

div.columnRight div.tabs {
  width: 298px;
}

div.columnRight a.arrowUp {
  margin: 0px 131px;
}

div.columnRight a.arrowDown {
  margin: 0px 131px;
}

/* sekcja prawej kolumny (szerokiej) --------------------------------------------------------------------------------------------- */
div.columns div.columnRightWide {
  float: right;
}

div.columnRightWide {
  width: 800px;
}

div.columnRightWide div.headerLight {
  overflow: hidden;
  width: 790px;
  padding-left: 10px;
  height: 22px;
  padding-top: 8px;
  margin-top: 10px;
  color: #ffffff;
  background-color: #ff6805;
  font-weight: bold;
}

div.columnRightWide div.box {
  width: 800px;
  background-color: transparent;
  color: #ffffff;
  padding: 10px 0px;
}

div.om_dolacz_do_nas div.columnRightWide div.box {
  background-color: #ffffff;
}

div.columnRightWide div.boxPadded {
  width: 780px;
  padding: 10px;
}

/* sekcja środkowej kolumny --------------------------------------------------------------------------------------------- */
div.columnCenter {
  overflow: hidden;
  width: 490px;
}

div.columnCenter div.banners {
  overflow: hidden;
  width: 490px
}

div.columnCenter div.banners div.banner {
  width: 490px;
}

div.columnCenter div.box div.banners div.banner {
  margin-top: 10px;
}

div.columnCenter div.headerLight {
  overflow: hidden;
  width: 480px;
  padding-left: 10px;
  height: 22px;
  padding-top: 8px;
  margin-top: 10px;
  margin-bottom: 0px;
  color: #ffffff;
  background-color: #ff6805;
  font-weight: bold;
}

div.columnCenter div.box {
  width: 490px;
  background-color: transparent;
  color: #ffffff;
  padding-top: 10px;
}

div.columnCenter div.outerBoxTransparent {
  width: 490px;
}

div.columnCenter div.outerBoxTransparent div.box {
  background-color: transparent;
}

div.columnCenter div.outerBoxTransparent div.box div.contentDetails {
  margin: 0px;
  padding: 0px 10px 10px 10px;
}

div.columnCenter div.box a {
  color: #fe761b;
  text-decoration: underline;
}

div.columnCenter div.box a:hover {
  text-decoration: none;
}

div.columnCenter div.box div.path {
  display: inline;
  float: left;
  width: 470px;
  padding: 0px 10px;
  color: #888888;
}

div.columnCenter div.box div.path a {
  color: #888888;
  font-weight: bold;
}

div.columnCenter div.boxPadded {
  width: 470px;
  padding: 10px;
}

div.columnCenter div.boxDark {
  width: 474px;
  background-color: #5a5a5a;
  border: 2px solid #e8e8e8;
  padding: 6px;
  color: #ffffff;
  text-align: justify;
}

div.columnCenter div.boxDark a.title {
  display: inline;
  float: left;
  width: 228px;
  padding-bottom: 10px;
  color: #fe761b;
  font-weight: bold;
}

div.columnCenter div.boxDark div.date {
  width: 228px;
  color: #888888;
  font-size: 11px;
}

div.columnCenter div.boxDark a.mainImage {
  display: inline;
  float: right;
}

div.columnCenter div.boxDark a.mainImage img {
  border: 2px solid #ffffff;
  margin: 0px 0px 6px 6px;
}

div.columnCenter div.boxDark a.more {
  display: inline;
  float: right;
  color: #fe761b;
  text-decoration: underline;
  font-weight: bold;
}

div.columnCenter div.boxDark a.more:hover {
  text-decoration: none;
}

/* sekcje półkolumn --------------------------------------------------------------------------------------------- */
div.columnCenter div.halfColumn {
  width: 239px;
}

div.columnCenter div.halfColumnLeft {
  margin-right: 12px;
}

div.columnCenter div.halfColumn div.headerLight {
  overflow: hidden;
  width: 229px;
  padding-left: 10px;
  height: 22px;
  padding-top: 8px;
  margin-top: 10px;
  margin-bottom: 0px;
  color: #ffffff;
  background-color: #ff6805;
  font-weight: bold;
}

div.columnCenter div.halfColumn div.box {
  width: 239px;
  background-color: #ffffff;
  padding-top: 0px;
}

div.columnCenter div.halfColumn div.box div.contentDetails {
  width: 219px;
  padding: 10px;
  margin: 0px;
}

div.columnCenter div.halfColumn a.more {
  display: inline;
  float: right;
  color: #5a5a5a;
  text-decoration: underline;
  font-weight: bold;
  margin-right: 10px;
}

div.columnCenter div.halfColumn a.more:hover {
  text-decoration: none;
}

div.columnCenter div.bottomButtons {
  width: 470px;
  height: 20px;
  padding: 10px 10px 0px 10px;
  background-image: url(/binaries/img/bottom_buttons_center_back.gif);
}

div.columnCenter div.bottomButtons a {
  display: inline;
  float: right;
  color: #ffffff;
  font-weight: bold;
}

div.columnCenter div.bottomButtons a.back {
  float: left;
}

div.boxMainPageNews {
  height: 400px;
  width: 219px;
}

div.boxMainPageNews a.button {
  display: inline;
  float: right;
  margin: 0px 10px 10px 0px;
}

/* sekcja nawigacji --------------------------------------------------------------------------------------------- */
div.navi {
  height: 22px;
  padding: 10px 0px;
  background-repeat: repeat-x;
  text-align: center;
}

div.columnCenter div.box div.navi {
  width: 470px;
  margin-left: 10px;
  margin-right: 10px;
}

div.navi a {
  color: #3b3b3b;
  font-size: 12px;
  border-left: 1px solid #ff6805;
  border-right: 1px solid #ff6805;
  margin-right: -1px;
  padding: 0px 1px 2px 1px;
}

div.columnCenter div.box div.navi a {
  font-size: 11px;
  color: #aaaaaa;
  text-decoration: none;
}

div.columnCenter div.box div.navi a:hover {
  text-decoration: underline;
}

div.navi a.active {
  font-weight: bold;
  background-color: #ff6600 !important;
  color: #ffffff !important;
}

div.navi a.pagesSet {
  font-weight: normal;
  margin-left: -4px;
  margin-right: -5px;
  padding-left: 2px;
  padding-right: 2px;
}

div.navi div {
  font-size: 1px;
}

div.navi div.prev {
  float: left;
  width: 70px;
  text-align: left;
  padding: 0px 0px 0px 5px;
  font-weight: bold;
}

div.navi div.next {
  float: right;
  width: 70px;
  text-align: right;
  padding: 0px 5px 0px 0px;
  font-weight: bold;
}

div.navi div a {
  padding: 0px;
  border-width: 0px;
  margin-right: 0px;
}

/* sekcja listy newsów --------------------------------------------------------------------------------------------- */
div.newsList {
  padding-top: 10px;
}

div.columnCenter div.box div.newsList {
  width: 470px;
  margin-left: 10px;
  margin-right: 10px;
}

div.newsList div.news {
  text-align: justify;
  padding-bottom: 10px;
}

div.columnCenter div.box div.newsList div.news {
  width: 470px;
  margin-bottom: 10px;
/*
  background-image: url(/binaries/img/news_back.gif);
  background-repeat: no-repeat;
  background-position: bottom;
*/
}

div.om_z_ostatniej_chwili div.columnCenter div.box div.newsList div.news {
  height: 40px;
}

div.newsList div.news a.title {
  display: inline;
  float: left;
  color: #ffffff;
  font-weight: bold;
  text-decoration: none;
}

div.newsList div.news a.title:hover {
  text-decoration: none;
}

div.columnCenter div.box div.newsList div.news a.title {
  width: 316px;
}

div.newsList div.news div.date {
  color: #999999;
  font-size: 11px;
}

div.columnCenter div.box div.newsList div.news div.date {
  width: 316px;
}

div.newsList div.news a.mainImage {
  display: inline;
  float: left;
  overflow: hidden;
  width: 142px;
  height: 90px;
  margin: 0px 10px 10px 0px;
/*  background-color: #ffffff;  */
}

div.newsList div.news a.more {
  display: inline;
  float: right;
  padding: 0px 0px 0px 10px;
  color: #fe761b;
  background-image: url(/binaries/img/dot_arrow_orange.gif);
  background-repeat: no-repeat;
  background-position: 0px 5px;
  text-decoration: none;
  font-weight: bold;
}

div.newsList div.news a.more:hover {
  text-decoration: underline;
}

div.boxMainPageNews div.newsList {
  overflow: hidden;
  height: 346px;
  border-bottom: 3px solid #ffba8d;
  margin-bottom: 5px;
}

div.columnCenter div.halfColumn div.box div.newsList {
  width: 219px;
}

div.columnCenter div.halfColumn div.box div.newsList div.news {
  width: 219px;
  padding-bottom: 0px;
  margin-bottom: 4px;
  background-image: url(/binaries/img/dots_orange.gif);
  background-repeat: repeat-x;
}

div.columnCenter div.halfColumn div.box div.newsList div.news a.title {
  padding: 3px 0px 6px 17px;
  width: 202px;
  background-image: url(/binaries/img/dot_square.gif);
  background-repeat: no-repeat;
  background-position: 5px 9px;
  font-weight: normal;
  color: #ffffff;
}

div.columnCenter div.boxMostRecentNews div.newsList {
  width: 470px;
}

div.columnCenter div.boxMostRecentNews div.newsList div.listRow {
  width: 470px;
  padding-bottom: 15px;
}

div.columnCenter div.boxMostRecentNews div.newsList div.news {
  width: 470px;
  padding-bottom: 0px;
  margin-bottom: 4px;
  background-image: url(/binaries/img/dots_orange.gif);
  background-repeat: repeat-x;
}

div.om div.columnCenter div.boxMostRecentNews div.newsList div.listRow {
  overflow: hidden;
}

div.om div.columnCenter div.boxMostRecentNews div.newsList div.news {
  width: 142px;
  padding-left: 11px;
  background-image: none;
}

div.om div.columnCenter div.boxMostRecentNews div.newsList div.news a.mainImage {
  margin-right: 0px;
}

div.om div.columnCenter div.boxMostRecentNews div.newsList div.news div.date {
  width: 142px;
}

div.om div.columnCenter div.boxMostRecentNews div.newsList div.listRow div.news a.more {
  width: 41px;
  height: 19px;
  padding: 0px;
  background-image: url(/binaries/img/btn_more.gif);
  background-position: 0px 0px;
  overflow: hidden;
}

div.om div.columnCenter div.boxMostRecentNews div.newsList div.listRow div.news a.more:hover {
  text-decoration: none;
}

div.om div.columnCenter div.boxMostRecentNews div.newsList div.listRow div.news a.title {
  font-weight: bold;
}

div.columnCenter div.boxMostRecentNews div.newsList div.news a.title {
  padding: 3px 0px 6px 14px;
  width: 456px;
  background-image: url(/binaries/img/dot_square.gif);
  background-repeat: no-repeat;
  background-position: 5px 9px;
  font-weight: normal;
  color: #ffffff;
}

div.om div.columnCenter div.boxMostRecentNews div.newsList div.news a.title {
  padding: 0px;
  width: 142px;
  background-image: none;
}

div.columnCenter div.boxMostRecentNews div.plugBottom {
  width: 490px;
  height: 10px;
  margin-top: -5px;
  background-color: transparent;
  line-height: 1px;
  font-size: 1px;
}

div.columnRight div.box div.newsList {
  width: 278px;
  margin-left: 10px;
  margin-right: 10px;
  padding-top: 0px;
}

div.columnRight div.box div.newsList div.news {
  width: 278px;
  background-image: url(/binaries/img/dots_gray_dense.gif);
  background-repeat: repeat-x;
  background-position: bottom;
  padding-bottom: 0px;
  border-bottom: 3px solid #e9e9e9;
}

div.columnRight div.box div.newsList div.news a.title {
  padding: 0px 0px 0px 10px;
  width: 268px;
  padding-bottom: 3px;
  background-image: url(/binaries/img/dot_circle_small.gif);
  background-repeat: no-repeat;
  background-position: -4px 0px;
  color: #000000;
  font-weight: normal;
  font-size: 11px;
}

div.columnRight div.boxPreviews,
div.columnRight div.boxGossips {
  width: 220px;
  height: 238px;
  padding: 74px 40px 22px 40px;
  margin-top: 10px;
  background-image: url(/binaries/img/bck_gossips.gif);
}

div.columnRight div.boxPreviews {
  background-image: url(/binaries/img/bck_previews.gif);
}


div.columnRight div.boxPreviews div.newsList,
div.columnRight div.boxGossips div.newsList {
  width: 220px;
  height: 197px;
  padding: 0px;
  margin: 0px 0px 18px 0px;
  margin-bottom: 18px;
  overflow: hidden;
}

div.columnRight div.boxPreviews div.newsList div.news,
div.columnRight div.boxGossips div.newsList div.news {
  width: 220px;
  padding: 0px;
  border-width: 0px;
  margin-bottom: 7px;
  background-image: none;
  color: #999999;
  font-size: 11px;
}

div.columnRight div.boxPreviews div.newsList div.news a.title,
div.columnRight div.boxGossips div.newsList div.news a.title {
  width: 220px;
  padding: 0px;
  margin-bottom: -1px;
  font-weight: bold;
  color: #fe761b;
  background-image: none;
}

/* sekcja pojedynczej treści --------------------------------------------------------------------------------------------- */
div.contentDetails {
  width: 470px;
  margin-left: 10px;
  margin-right: 10px;
  text-align: justify;
  padding-bottom: 10px;
}

div.columnRightWide div.box div.contentDetails {
  width: 780px;
}

div.contentDetails div.title {
  display: inline;
  float: left;
  width: 470px;
  color: #fe761b;
  font-weight: bold;
}

div.contentDetails div.date {
  width: 470px;
  margin-bottom: 5px;
  font-size: 11px;
  color: #888888;
}

div.contentDetails img.mainImage {
  display: inline;
  float: left;
  clear: both;
  border: 1px solid #ffffff;
  margin: 0px 10px 10px 0px;
}

div.contentDetails div.author {
  clear: both;
  padding-top: 5px;
  font-style: italic;
}

div.contentDetails div.relatedList {
  clear: left;
  width: 448px;
  border: 1px solid #ffffff;
  padding: 10px;
  margin: 10px 10px 0px 0px;
  background-color: #f4f4f4;
}

div.contentDetails div.relatedList p {
  display: inline;
  float: left;
  width: 228px;
  padding-bottom: 10px;
  color: #fe761b;
  font-weight: bold;
}

div.contentDetails div.relatedList a {
  display: inline;
  float: left;
  width: 448px;
  padding-bottom: 3px;
  color: #000000;
  font-weight: bold;
  background-image: url(/binaries/img/dots_gray_dense.gif);
  background-repeat: repeat-x;
  background-position: bottom;
  border-bottom: 3px solid #f4f4f4;
  text-decoration: none;
}

div.contentDetails div.relatedList a:hover {
  text-decoration: underline;
}

div.contentDetails div.relatedList a span {
  padding-left: 10px;
  background-image: url(/binaries/img/dot_circle_small.gif);
  background-repeat: no-repeat;
  background-position: -4px 0px;
}

.contentDetails div.newsList {
  width: 440px !important;
  padding: 30px 0px 40px 0px !important;
}

.contentDetails div.newsList div.news {
  background-image: none !important;
  width: 440px !important;
  border-bottom: 1px dotted orange;
}

/* sekcja pojedynczej treści newsa --------------------------------------------------------------------------------------------- */
div.contentNews {
  margin-bottom: 10px;
/*
  background-image: url(/binaries/img/news_back.gif);
  background-repeat: no-repeat;
  background-position: bottom;
*/
}

/* do uładzenia --------------------------------------------------------------------------------------------- */
div.table div.box {
  width: auto;
  padding: 0px;
  margin: 0px;
  border-width: 0px;
}

div.table a {
  display: inline;
  float: right;
  color: #fe761b;
}

div.table div.contentDetails {
  width: auto;
  padding: 0px;
  margin: 0px;
  border-width: 0px;
}

/* sekcja newsów video --------------------------------------------------------------------------------------------- */
div.columnCenter div.box div.videoNews .title {
  width: 470px;
}

div.videoNews .mainImage {
  display: inline;
  float: left;
  width: 142px;
  padding-bottom: 30px;
  margin: 0px 10px 10px 0px;
  background-image: url(/binaries/img/video_image_back.gif);
  text-decoration: none;
}

div.videoNews .mainImage img {
  padding: 0px;
  border-width: 0px;
  margin: 0px;
}

div.videoNews a.more {
  display: inline;
  float: right;
  color: #fe761b;
  text-decoration: underline;
  font-weight: bold;
}

/* sekcja głównego newsa --------------------------------------------------------------------------------------------- */
div.primaryNews {
  width: 470px;
  margin-left: 10px;
  margin-right: 10px;
  text-align: justify;
  padding-bottom: 10px;
}

div.primaryNews a.title {
  display: inline;
  float: right;
  width: 344px;
  color: #fe761b;
  font-weight: bold;
}

div.primaryNews a.mainImage {
  display: inline;
  float: left;
}

div.primaryNews a.mainImage img {
  border: 1px solid #fe761b;
  margin: 0px 10px 10px 0px;
}

div.primaryNews a.more {
  display: inline;
  float: right;
  color: #fe761b;
  text-decoration: underline;
  font-weight: bold;
}

div.primaryNews a.more:hover {
  text-decoration: none;
}

/* sekcja foto newsów --------------------------------------------------------------------------------------------- */
div.columnCenter div.horizontalList {
  overflow: hidden;
  width: 480px;
  padding: 0px 5px 10px 5px;
}

div.columnCenter div.horizontalList div.headline {
  overflow: hidden;
  width: 150px;
  margin: 0px 5px;
  text-align: justify;
  font-size: 11px;
  background-image: url(/binaries/img/dots_gray_dense_tall.gif);
  background-repeat: repeat-x;
  background-position: bottom;
}

div.columnCenter div.horizontalList div.headline a.title {
  display: inline;
  float: left;
  width: 150px;
  margin-bottom: 10px;
  color: #fe761b;
  font-weight: bold;
}

div.columnCenter div.horizontalList div.headline img {
  background-color: #ffffff;
  border: 1px solid #f3f3f3;
  margin: 0px 3px 10px 3px;
}

div.columnCenter div.horizontalList div.headline a.buttonBig {
  margin: 30px 0px 0px 24px;
  color: #000000;
  text-decoration: none;
}

div.columnCenter div.horizontalList div.headline a.buttonBig:hover {
  text-decoration: underline;
}

/* sekcja playera --------------------------------------------------------------------------------------------- */
div.mediaPlayer div {
  float: left;
  line-height: 1px;
  font-size: 1px;
}

div.mediaPlayer div.noPlayerInfo {
  background-color: #000000;
  color: #ff6500;
  text-align: center;
}

div.mediaPlayer div.noPlayerInfo div {
  width: 100%;
  line-height: 17px;
  font-size: 17px;
  text-align: center;
  vertical-align: middle;
  padding-top: 120px;
}

div.mediaPlayer div.edge {
  clear: left;
}

div.mediaPlayer div.icons img {
  float: right;
  border-width: 0px;
  margin-top: 5px;
  margin-right: 5px;
}

div.mediaPlayer div.icons img.edge {
  margin-right: 10px;
}

div.mediaPlayer div.icons img.button {
  cursor: pointer;
}

/* sekcja ankiety --------------------------------------------------------------------------------------------- */
div#poll {
  visibility: hidden;
  position: absolute;
  top: 0px;
  left: 0px;
}

div#poll * {
  visibility: visible;
  display: none;
}

div.poll input.radio {
  display: inline;
  float: left;
  clear: left;
}

div.poll div.radio {
  width: 24px;
}

div.poll div.label {
  width: 180px;
  margin-bottom: 5px;
}

div.poll div.percent {
  width: 44px;
}

div.poll div.resultsLabel {
  width: 160px;
  margin-bottom: 5px;
}

/* sekcja wyszukiwarki --------------------------------------------------------------------------------------------- */
div.resultsList {
  width: 470px;
  padding-top: 10px;
  margin-left: 10px;
  margin-right: 10px;
}

div.resultsList div.result {
  width: 470px;
}

div.resultsList div.result {
  text-align: justify;
  padding-bottom: 5px;
  margin-bottom: 10px;
  background-image: url(/binaries/img/dots_orange.gif);
  background-repeat: repeat-x;
  background-position: bottom;
}

div.resultsList div.result div.numeral {
  padding-right: 5px;
}

div.resultsList div.result a.title {
  display: inline;
  float: left;
  color: #fe761b;
  font-weight: bold;
}

div.resultsList div.result div.date {
  padding-left: 16px;
  color: #888888;
  font-size: 11px;
  white-space: nowrap;
  clear: left;
}

div.resultsList div.result div.description {
  padding-left: 16px;
  width: 454px;
}

div.resultsList div.result a.more {
  display: inline;
  float: right;
  padding: 0px 0px 0px 10px;
  color: #fe761b;
  background-image: url(/binaries/img/dot_arrow_orange.gif);
  background-repeat: no-repeat;
  background-position: 0px 5px;
  text-decoration: none;
  font-weight: bold;
}

div.resultsList div.result a.more:hover {
  text-decoration: underline;
}

div.resultsList div.resultsInfo {
  overflow: hidden;
  height: 112px;
  padding-bottom: 20px;
  font-weight: bold;
}

/* sekcja reklam z wp --------------------------------------------------------------------------------------------- */
div.wpAdv {
  width: 100%;
  text-align: center;
  padding-top: 10px;
}

div.columns div.wpAdv div {
  float: none;
}

div#forInlineAdv div.wpAdv {
  margin-bottom: 10px;
}

div.wpAdvTop {
  width: 100%;
  text-align: center;
  background-color: #000000;
}

div.wpAdvTop div#adv01,
div.wpAdvTop div#adv02,
div.wpAdvTop div#adv03,
div.wpAdvTop div#adv09 {
  margin: 10px 0px;
}

div.wpAdv div#adv04,
div.wpAdv div#adv07,
div.wpAdv div#adv11,
div.wpAdv div#adv34,
div.wpAdv div#adv37 {
  margin: 0px 0px 10px 0px;
}

div#bannersLeft {
  background-color: #000000;
  margin-bottom: -10px;
}

div#bannersLeft div.banner div.banner,
div#bannersRight div.banner div.banner,
div#bannersTop div.banner div.banner {
  margin: 0px;
  padding: 0px;
}

div#bannersLeft1,
div#bannersLeft2,
div#bannersLeft3,
div#bannersLeft4,
div#bannersLeft5,
div#bannersLeft6 {
  width: 160px;
  height: 152px;
  margin-bottom: 10px;
  overflow: none;
}

div#bannersLeft1 div.banner,
div#bannersLeft2 div.banner,
div#bannersLeft3 div.banner,
div#bannersLeft4 div.banner,
div#bannersLeft5 div.banner,
div#bannersLeft6 div.banner {
  width: 146px;
  height: 138px;
  padding: 7px;
  margin-bottom: 0px;
}

div#bannersLeft1 div.banner div.banner,
div#bannersLeft2 div.banner div.banner,
div#bannersLeft3 div.banner div.banner,
div#bannersLeft4 div.banner div.banner,
div#bannersLeft5 div.banner div.banner,
div#bannersLeft6 div.banner div.banner {
  padding: 0px;
}

div#bannersLeft1 {
  background-image: url(/binaries/img/bck_left_banner_1.gif);
}

div#bannersLeft2 {
  background-image: url(/binaries/img/bck_left_banner_2.gif);
}

div#bannersLeft3 {
  background-image: url(/binaries/img/bck_left_banner_3.gif);
}

div#bannersLeft4 {
  background-image: url(/binaries/img/bck_left_banner_4.gif);
}

div#bannersLeft5 {
  background-image: url(/binaries/img/bck_left_banner_5.gif);
}

div#bannersLeft6 {
  background-image: url(/binaries/img/bck_left_banner_5.gif);
}

/* obrazkowe belki --------------------------------------------------------------------------------------------- */
div.columnCenter div.headerLight {
  width: 390px;
  height: 48px;
  padding: 7px 0px 10px 100px;
  border-bottom: 1px dotted #555555;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: -10px 0px;
  font-size: 30px;
  font-weight: normal;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  filter: alpha(opacity=60);
  opacity: .6;
}

div.columnRightWide div.headerLight {
  width: 700px;
  height: 48px;
  padding: 7px 0px 10px 100px;
  border-bottom: 1px dotted #555555;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: -10px 0px;
  font-size: 30px;
  font-weight: normal;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  filter: alpha(opacity=60);
  opacity: .6;
}

div.columnRightWide div.headerLight,
div.columnCenter div.headerLight {
  background-image: url(/binaries/img/header_nowosci.gif);
}

div.om_koncerty div.columnCenter div.headerLight {
  background-image: url(/binaries/img/header_koncerty.gif);
}

div.om_niusy div.columnCenter div.headerLight {
  background-image: url(/binaries/img/header_niusy.gif);
}

div.om_nowosci div.columnCenter div.headerLight {
  background-image: url(/binaries/img/header_nowosci.gif);
}

div.om_plotki div.columnCenter div.headerLight {
  background-image: url(/binaries/img/header_plotki.gif);
}

div.om_polecamy div.columnCenter div.headerLight {
  background-image: url(/binaries/img/header_polecamy.gif);
}

div.om_teledyski div.columnCenter div.headerLight {
  background-image: url(/binaries/img/header_teledyski.gif);
}

div.om_wywiady div.columnCenter div.headerLight {
  background-image: url(/binaries/img/header_wywiady.gif);
}

div.om_zapowiedzi div.columnCenter div.headerLight {
  background-image: url(/binaries/img/header_zapowiedzi.gif);
}

div.om div.columnCenter div.boxMostRecentNews div.news {
  font-size: 11px;
  color: #999999;
}

div.om div.columnCenter div.boxMostRecentNews div.news a.title {
  color: #fe761b;
}

div.om_kalendarium div.form {
  background-color: #111;
  opacity: .8;
  filter: alpha(opacity=80);
}

div.om_kalendarium div.form div.label, 
div.om_kalendarium div.form div.obligatory div.label {
  width: 93px;
}

div.om_kalendarium div.form div.value {
  width: 376px;
}

div.columnCenter div.contentDetails div.newsList {
  float: left;
  margin: 0px !important;
  padding: 0px !important;
}

div.columnCenter div.contentDetails div.newsList div {
  float: left;
}
div.columnCenter div.contentDetails div.headerLight {
  width: 370px !important;
}

div.columnCenter div.contentDetails div.box {
  width: 470px !important;
}

div.columnCenter div.contentDetails div.newsList div.news {
  width: 470px !important;
  padding-bottom: 0px;
  border-width: 0px;
  margin-bottom: 4px;
  background-image: url(/binaries/img/dots_orange.gif) !important;
  background-repeat: repeat-x;
}

div.columnCenter div.contentDetails div.newsList div.news a.title {
  padding: 3px 0px 6px 14px;
  width: 456px;
  background-image: url(/binaries/img/dot_square.gif);
  background-repeat: no-repeat;
  background-position: 5px 9px;
  font-weight: normal;
  color: #ffffff;
}

/* ramka tooltipa -----------------------------------------------------------------------*/
#toolTip {
  position: absolute;
  width: 250px;
}

.tltp {
  color: #000000;
}

.tltp a {
  color: #ff6600;
	text-decoration: none;
}

.tltp a:hover{
  text-decoration: none;
}

.tltpClose {
  float: right;
  width: 17px;
  height: 17px;
  cursor: pointer;
  font-size: 200px;
  overflow: hidden;
}

.tltpTop {
  margin-left: 16px;
  background: url(/binaries/img/tltp_bck_tr.gif) no-repeat top right;
}

.tltpTopLeft {
  padding: 16px 16px 0px 16px;
  margin-left: -16px;
  background: url(/binaries/img/tltp_bck_tl.gif) no-repeat top left;
}

.tltpBottom {
  height: 16px;
  padding: 0px 16px 0px 0px;
  margin-left: 16px;
  background: url(/binaries/img/tltp_bck_br.gif) no-repeat bottom right;
}

.tltpBottomLeft {
  position: relative;
  height: 16px;
  margin-left: -16px;
  background: url(/binaries/img/tltp_bck_bl.gif) no-repeat bottom left;
}

.tltpTip {
  display: inline;
  float: right;
  width: 16px;
  height: 16px;
  margin-top: -1px;
  margin-right: 20px;
  background: url(/binaries/img/tltp_bck_tip.gif) no-repeat;
}

/* sekcja komentarzy --------------------------------------------------------------------------------------------- */
#commentsList,
#commentsList .comment,
#commentsList .comment .content,
#commentsList .comment .content .textValue,
#commentsList .comment .rating,
#commentsList .navi,
#commentForm {
  width: 470px;
  overflow: hidden;
}

#commentsList {
  padding: 10px;
}

#commentsList .navi {
  margin: 0px;
}

#commentsList .comment {
  padding-bottom: 10px;
  border-bottom: 1px dotted #272727;
  margin-bottom: 10px;
}

#commentsList .comment .rating {
  display: inline;
  float: right;
  width: 270px;
}

#commentsList .comment .rating a {
  display: inline;
  float: right;
  width: 23px;
  height: 23px;
  margin-left: 5px;
  text-decoration: none;
}

#commentsList .comment .rating a.abuse {
  background-image: url(/binaries/img/btn_vote_abuse_mini.gif);
}

#commentsList .comment .rating a.minus {
  background-image: url(/binaries/img/btn_vote_minus_mini.gif);
}

#commentsList .comment .rating a.plus {
  background-image: url(/binaries/img/btn_vote_plus_mini.gif);
}

#commentsList .comment .rating span {
  display: inline;
  float: right;
  margin-right: 5px;
  color: #999999;
}

#commentsList .comment .rating span span {
  float: none;
  margin-right: 0px;
  font-weight: bold;
}

#commentsList .comment .rating span.minus {
  color: #cb0700;
}

#commentsList .comment .rating span.plus {
  color: #00cb07;
}

#commentsList .comment .author {
  display: inline;
  float: left;
  clear: left;
  width: 200px;
  overflow: hidden;
  color: #999999;
}

#commentsList .comment span.author a {
  color: #ff6600;
  cursor: default;
  text-decoration: none;
}

#commentsList .comment .date {
  width: 200px;
  margin-bottom: 5px;
  overflow: hidden;
  color: #999999;
}

#commentsList .comment .content {
  clear: left;
}

#commentsList .comment .cmtHarsh {
  color: #ff6666;
  cursor: pointer;
}

#commentForm div {
  display: inline;
  float: left;
}

#commentForm div.optional {
  width: 470px;
}

#commentForm div.label {
  width: 155px;
  padding-right: 5px;
  color: #979390;
  font-weight: bold;
  text-align: right;
}

#commentForm div.value {
  width: 310px;
}

#commentForm a {
  display: inline;
  float: right;
  margin-top: 5px;
  color: #ff6600;
  font-weight: bold;
}

#commentForm span {
  position: relative;
  display: inline;
  float: right;
  top: -17px;
  left: -21px;
  margin-bottom: -17px;
  color: #efe4b3;
}

#commentForm textarea {
  width: 305px;
  height: 130px;
  border: 1px solid #96938e;
  background-color: #5d5d5d;
  color: #ffffff;
  overflow: scroll;
  overflow-x: hidden;
  overflow-y: scroll;
}

div#reportAbuseWindow {
  position: absolute;
  width: 300px;
  height: 170px;
  padding: 10px;
  border: 1px solid #ff6600;
  background-color: #000000;
}

div#reportAbuseWindow div {
  display: inline;
  float: left;
}

div#reportAbuseWindow div.optional {
  width: 300px;
  color: #ff6600;
  font-weight: bold;
}

div#reportAbuseWindow div.close {
  float: right;
  width: 10px;
  height: 10px;
  margin-bottom: 5px;
  cursor: pointer;
  background-image: url(/binaries/img/btn_close.gif);
  background-repeat: no-repeat;
}

div#reportAbuseWindow div.labelFull,
div#reportAbuseWindow div.valueFull {
  width: 300px;
  color: #ffffff;
  font-weight: normal;
}

div#reportAbuseWindow a {
  display: inline;
  float: right;
  margin-top: 5px;
  color: #ff6600;
  font-weight: bold;
}

#reportAbuseWindow span {
  position: relative;
  display: inline;
  float: right;
  top: -22px;
  left: -17px;
  margin-bottom: -22px;
  color: #efe4b3;
}

div#reportAbuseWindow textarea {
  width: 300px;
  height: 110px;
  border: 1px solid #96938e;
  margin: 5px 0px;
  background-color: #5d5d5d;
  color: #ffffff;
  overflow: scroll;
  overflow-x: hidden;
  overflow-y: scroll;
}

div.article-orange-line2  {
background-color:#FF6805;
height:1px;
}