/* ogólne --------------------------------------------------------------------------------------------- */
body {
  color: #ffffff;
  font-size: 12px;
  font-family: Tahoma,Verdana,Geneva,Arial,Helvetica,sans-serif;
  margin: 0px;
  background: #000000 url(/binaries/img/bck_page.jpg) no-repeat 50% 0%;
}

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;
  cursor: pointer;
}

.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;
}

.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;
}

.clickable {
  cursor: pointer;
}

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

div#pageLid,
div#lid {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 300;
  width: 0px;
  height: 0px;
  opacity: .5;
  filter: alpha(opacity=50);
  background-color: #888888;
  z-index: 200;
}

.alertInfo {
  position: absolute;
  width: 300px;
  padding: 10px;
  border: 1px solid black;
  background-color: #f2f2f2;
  color: #111111;
  text-align: center;
  font-weight: bold;
  visibility: hidden;
  z-index: 202;
}

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

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

.title {
  text-align: left;
}

div.msg {
  color: #ffffff;
}

div.expander {
  padding-left: 12px;
  background-image: url(/binaries/img/ico_expander.gif);
  background-repeat: no-repeat;
  background-position: 0px 4px;
  cursor: pointer;
  font-weight: bold;
}

div.collapser {
  padding-left: 12px;
  background-image: url(/binaries/img/ico_collapser.gif);
  background-repeat: no-repeat;
  background-position: 0px 4px;
  cursor: pointer;
  font-weight: bold;
}

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

div.expandedText {
}

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.buttonSmall {
  display: inline;
  float: left;
  overflow: hidden;
  width: 71px;
  height: 19px;
  padding-top: 5px;
  background-image: url(/binaries/img/button_small.gif);
  color: #ffffff !important;
  font-weight: bold;
  text-align: center;
  text-decoration: none !important;
}

a.buttonSmall:hover {
  color: #000000;
  background-image: url(/binaries/img/button_small_over.gif);
  text-decoration: none !important;
}

a.buttonBig {
  display: inline;
  float: left;
  overflow: hidden;
  width: 104px;
  height: 19px;
  padding-top: 5px;
  background-image: url(/binaries/img/button_big.gif);
  color: #ffffff !important;
  font-weight: bold;
  text-align: center;
  text-decoration: none !important;
}

a.buttonBig:hover {
  color: #000000;
  background-image: url(/binaries/img/button_big_over.gif);
  text-decoration: none !important;
}

/* sekcje główne --------------------------------------------------------------------------------------------- */
div#page {
  width: 970px;
  margin: 0px auto;
  clear: both;
}

div#pageTop {
  width: 970px;
  margin: 0px auto;
  clear: both;
}

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 nagłówka --------------------------------------------------------------------------------------------- */
div#pageHeader {
  width: 970px;
  height: 60px;
  padding-top: 60px;
}

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

div#pageHeader a#logoOrangeSport {
  display: inline;
  float: right;
  width: 150px;
  height: 29px;
  background-image: url(/binaries/img/logo_orange_sport.gif);
}

div#pageHeader a#logoOrangeSportInfo {
  display: inline;
  float: right;
  width: 198px;
  height: 29px;
  background-image: url(/binaries/img/logo_orange_sport_info.gif);
  border-left: 1px solid #f87218;
}

div#pageHeader span.subtitle {
  display: inline;
  float: right;
  clear: right;
  font-size: 11px;
  color: #000000;
}

/* 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 10px 0px 10px;
  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 20px 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: 38px;
  padding-top: 11px;
  background-image: url(/binaries/img/bck_top.gif);
  margin-bottom: 4px;
}

div#searcherInfo {
  width: 700px;
  height: 37px;
  padding-top: 22px;
  padding-left: 270px;
  margin-top: 5px;
  margin-bottom: 4px;
  background-image: url(/binaries/img/videograffiti_main_back.jpg);
  background-repeat: no-repeat;
  background-position: 30px 0px;
  color: #ffffff;
  font-size: 14px;
  font-weight: bold;
}

div#searcherMain div * {
  display: inline;
  float: left;
  margin-left: 5px;
}

div#searcherMain div#formSearcherMain {
  float: right;
  padding-top: 2px;
  margin-right: 10px;
}

div#searcherMain div#formSearcherMain input {
  width: 205px;
  font-size: 12px;
  margin-top: 0px;
  padding: 4px;
  border: 1px solid #d45d0b;
}

div#searcherMain div#formSearcherMain select {
  display: none;
  visibility: hidden;
  position: absolute;
  top: 0px;
  left: 0px;
  font-size: 12px;
  margin-top: 3px;
}

div#searcherMain div#formSearcherMain option {
  font-size: 12px;
  padding: 2px;
}

div#searcherMain div#formNewsletterMini {
  padding-top: 2px;
}

div#searcherMain div#formNewsletterMini div {
  padding-top: 5px;
  font-weight: bold;
}

div#searcherMain div#formNewsletterMini input {
  width: 95px;
  font-size: 12px;
  margin-top: 0px;
  padding: 4px;
  border: 1px solid #d45d0b;
}

/* sekcja stopki --------------------------------------------------------------------------------------------- */
div#footer {
  width: 970px;
  margin-top: 11px;
  border-top: 2px solid #3b3b3b;
  padding: 5px 0px 30px 0px;
}

div#footer a {
  display: inline;
  float: left;
  padding-left: 15px;
  background-image: url(/binaries/img/dot_square.gif);
  background-repeat: no-repeat;
  background-position: 6px 7px;
}

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

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

div.columnLeft div.banners {
  overflow: hidden;
  width: 160px;
}

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

div.columnLeft div.headerDark {
  overflow: hidden;
  width: 152px;
  height: 19px;
  padding-top: 3px;
  padding-left: 8px;
  margin-top: 0px;
  margin-bottom: 10px;
  background-image: url(/binaries/img/bck_title_left.gif);
  font-weight: bold;
  color: #000000;
}

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

div.columnRight div.headerLight {
  overflow: hidden;
  width: 292px;
  height: 19px;
  padding-top: 3px;
  padding-left: 8px;
  background-image: url(/binaries/img/bck_title_right.gif);
  margin-top: 10px;
  font-weight: bold;
  color: #000000;
}

div.columnRight div.box {
  width: 298px;
  padding: 10px 1px;
}

div.columnRight div.box div.contentDetails {
  width: 278px;
  padding: 10px;
  margin: 0px;
}

div.columnRight div.box a {
  color: #fe761b;
  text-decoration: none;
}

div#programTVShort a,
div.columnRight div.box div.tabs a {
  text-decoration: none;
}

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

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;
  height: auto;
}

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

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


/* 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;
  margin-top: 10px;
}

div.columnCenter div#bannersCenterTall {
  float: right;
  width: 71px;
}

div.columnCenter div#bannersCenterTall div.banner {
  width: 71px;
  margin-top: 0px;
}

div.columnCenter div.headerLight {
  overflow: hidden;
  width: 482px;
  height: 19px;
  padding-top: 3px;
  padding-left: 8px;
  background-image: url(/binaries/img/bck_title_center_full.gif);
  margin-top: 10px;
  font-weight: bold;
  color: #000000;
}

div.columnCenter div.headerDark {
  overflow: hidden;
  width: 482px;
  height: 19px;
  padding-top: 3px;
  padding-left: 8px;
  margin-top: 10px;
  margin-bottom: 0px;
  background-image: url(/binaries/img/bck_title_center_full.gif);
  font-weight: bold;
  color: #000000;
}

a.headerRSS {
  float: right; 
  display: inline; 
  width: 14px; 
  height: 14px; 
  margin-top: 2px; 
  margin-right: 8px; 
  background: url(/binaries/img/feed_icon_14x14.gif) no-repeat;
}

div.columnCenter div.box {
  width: 490px;
  padding-top: 10px;
}

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

div.columnCenter div.outerBoxTransparent div.box {
  background-color: transparent;
  border-bottom-width: 0px;
}

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

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

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

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;
  padding: 8px;
  color: #ffffff;
  text-align: justify;
  background: #000000 url(/binaries/img/bck_right.gif) repeat-y top right;
}

div.columnCenter div.boxDark div.boxDark {
  border-width: 0px;
  padding: 0px;
}

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

div.columnCenter div.boxDark div.date {
  width: 264px;
  padding-bottom: 6px;
  color: #999999;
  font-size: 11px;
}

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

div.columnCenter div.boxDark a.mainImage img {
  margin: 2px 2px 8px 8px;
}

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

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

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

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

div.columnCenter div.halfColumn div.headerDark {
  overflow: hidden;
  width: 231px;
  height: 19px;
  padding-top: 3px;
  padding-left: 8px;
  background-image: url(/binaries/img/bck_title_center_half.gif);
  margin-top: 10px;
  margin-bottom: 0px;
  font-weight: bold;
  color: #000000;
}

div.columnCenter div.halfColumn div.box {
  width: 239px;
  background-color: transparent;
  padding: 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: none;
  font-weight: bold;
  margin-right: 10px;
}

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

div.columnCenter div.bottomButtons {
  width: 470px;
  height: 20px;
  padding: 10px 10px 0px 10px;
  background-color: #111111;
}

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

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

/* sekcja tabów --------------------------------------------------------------------------------------------- */
div.tabs div.tab {
  height: 28px;
  width: auto !important;
  margin-right: 5px;
  background-image: url(/binaries/img/tab_iopen.gif);
}

div.tabs div.tab a {
  position: relative;
  display: inline;
  float: left;
  height: 21px;
  padding: 7px 10px 0px 10px;
  margin-right: -5px;
  text-align: center;
  background-image: url(/binaries/img/tab_iclose.gif);
  background-position: right;
  background-repeat: no-repeat;
  font-weight: bold;
  color: #ffffff;
}

div.tabs div.tab a:hover {
  color: #fe761b;
  text-decoration: none;
}

div.tabs div.tab2 {
  height: 28px;
  width: auto !important;
  background-image: url(/binaries/img/tab_iopen.gif);
}

div.tabs div.tab2 a {
  display: inline;
  float: left;
  height: 21px;
  padding: 7px 10px 0px 10px;
  text-align: center;
  background-image: url(/binaries/img/tab_iclose.gif);
  background-position: right;
  background-repeat: no-repeat;
  font-weight: bold;
  color: #ffffff;
  text-decoration: none;
}

div.tabs div.tab2 a:hover {
  color: #fe761b;
  text-decoration: none;
}

div.tabs div.tabActive {
  background-image: url(/binaries/img/tab_aopen.gif);
}

div.tabs div.tabActive a {
  background-image: url(/binaries/img/tab_aclose.gif);
}

div.tabs div.tabActive a:hover {
  color: #ffffff;
}

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

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

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

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

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

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

div.navi a.pagesSet {
  font-weight: normal;
}

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

div.navi div.prev {
  float: left;
  width: 70px;
  padding: 0px 0px 0px 5px;
}

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

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.columnCenter div.box div.newsList div.news {
  width: 470px;
}

div.newsList div.news {
  text-align: justify;
  padding-bottom: 10px;
  border-bottom: 1px solid #272727;
}

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

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: 1px 11px 11px 1px;
  background-color: #ffffff;
}

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

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

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

div.columnCenter div.halfColumn div.box div.newsList div.news {
  width: 219px;
  background-image: none;
  padding-bottom: 0px;
  border-bottom-width: 0px;
}

div.columnCenter div.halfColumn div.box div.newsList div.news a.title {
  padding: 0px;
  width: 219px;
}

div.columnCenter div.halfColumn div.box div.newsList div.news div.date {
  padding: 2px 0px 15px 0px;
  width: 219px;
  color: #999999;
}

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;
  padding-bottom: 5px;
  border-bottom: 1px solid #272727;
  margin-bottom: 5px;
}

div.columnRight div.box div.newsList div.news a.title {
  padding: 0px 0px 3px 0px;
  width: 278px;
  color: #ffffff;
  font-weight: normal;
  font-size: 11px;
  text-decoration: none;
}

div.columnRight div.box div.newsList div.news div.date {
  color: #999999;
}

div.newsList div.news div.listFull { 
 width: 320px; 
 padding-left: 154px; 
 padding-bottom: 10px;
} 

div.newsList div.news div.listThin { 
 width: 320px; 
 padding: 10px 0px 0px 154px; 
} 

div.newsList div.news div.listFull a.mainImage { 
 margin-left: -154px; 
} 

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

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: #999999;
}

div.contentDetails img.mainImage {
  display: inline;
  float: left;
  clear: both;
  margin: 1px 11px 11px 1px;
}

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

div.contentDetails div.relatedList {
  clear: left;
  width: 450px;
  padding: 10px;
  margin: 10px 10px 0px 0px;
}

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: 5px;
  border-bottom: 1px solid #272727;
  margin-bottom: 5px;
  color: #ffffff;
  font-weight: bold;
  text-decoration: none;
}

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

div.contentDetails div.relatedList a span {
}

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

div.columnRight div.table div.contentDetails {
  padding: 0px;
  width: 298px;
}

div.table div.box .kontent * {
  font-size: 11px !important;
}

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

div.videoNews .mainImage {
  display: inline;
  float: left;
  width: 142px;
  padding: 5px;
  margin: 1px 11px 11px 1px;
  background-color: #f3f3f3;
  color: #000000;
  font-weight: bold;
  text-decoration: none;
}

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

div.videoNews .mainImage p {
  width: 104px;
  height: 26px;
  padding-top: 11px;
  padding-left: 38px;
  margin-bottom: 5px;
  background-image: url(/binaries/img/button_with_circle.gif);
  background-repeat: no-repeat;
  background-position: bottom;
  font-size: 11px;
}

div.videoNews .mainImage:hover p {
  text-decoration: underline;
}

div.columnCenter div.box div.videoNews .mainImage {
  text-decoration: none;
}

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

div.videoNews a.more {
  text-decoration: underline;
}

/* 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 {
  margin: 1px 11px 11px 1px;
}

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

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

/* sekcja tabeli --------------------------------------------------------------------------------------------- */
div.columnRight div.table {
  width: 298px;
  background: #000000 url(/binaries/img/bck_right.gif) repeat-y top right;
  font-size: 11px;
}

div.columnRight #programTVShort div.table {
  background-image: none;
}

div.table div.tblHeader {
  background-color: #fe761b;
  color: #ffffff;
}

div.table div.tblRowOdd {
  background-color: #cccaca;
  color: #000000;
}

div.table div.tblRowEven {
  background-color: #e0e0e0;
  color: #000000;
}

div.table div div div div div {
  overflow: hidden;
  border-left: 1px solid #ffffff;
  padding: 2px 0px 2px 4px;
}

div.table div.tblCol1 {
  border-left-width: 0px;
}

div.table div.tblHeader div {
  padding-top: 0px;
  margin-top: 2px;
}

div.goalsTable div.tblCol1 { width: 22px; }
div.goalsTable div.tblCol2 { width: 147px; }
div.goalsTable div.tblCol3 { width: 115px; }

div.leagueTable div.tblCol1 { width: 16px; }
div.leagueTable div.tblCol2 { width: 187px; }
div.leagueTable div.tblCol3 { width: 17px; }
div.leagueTable div.tblCol4 { width: 33px; }
div.leagueTable div.tblCol5 { width: 21px; }

div.scheduleTable div.tblCol1 { width: 115px; }
div.scheduleTable div.tblCol2 { width: 54px; text-align: center; }
div.scheduleTable div.tblCol3 { width: 115px; }

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

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;
  margin: 1px 4px 11px 4px;
}

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

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

/* sekcja popularnych UGC --------------------------------------------------------------------------------------------- */
div#popularUgc {
  width: 280px;
  padding: 10px 10px;
}

div#popularUgc a.arrowUp {
  margin: 0px 131px 3px 131px;
}

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

div#popularUgc div {
  overflow: hidden;
  width: 262px;
  padding: 0px 9px 10px 9px;
  text-align: center;
  color: #888888;
  font-size: 11px;
}

div#popularUgc div p {
  padding: 5px 0px 0px 0px;
  color: #000000;
  font-weight: bold;
}


/* 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: 256px;
  margin-bottom: 5px;
}

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

div.poll div.resultsLabel {
  width: 236px;
  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: 10px;
  border-bottom: 1px solid #272727;
}

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: #999999;
  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;
  color: #fe761b;
  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;
}

/* sekcje programu tv --------------------------------------------------------------------------------------------- */
div#programTVShort div.table {
  padding-top: 5px;
}

div#programTVShortContent {
  overflow: hidden;
  width: 280px;
  height: 195px;
  padding: 0px 9px;
  cursor: pointer;
}

div#programTVShortContent div {
  overflow: hidden;
  width: 280px;
  height: auto;
}

div#programTVShortContent div div {
  width: 280px;
  height: auto;
  font-size: 11px;
}

div#programTVShort div.program0 {
  color: #aaaaaa;
}

div#programTVShort div.program1 {
  color: #ff6600;
  font-weight: bold;
}

div#programTVShort div.program2 {
  color: #666666;
}

div#programTVFull div {
  overflow: hidden;
  width: 470px;
}

div#programTVFull div div {
  padding-bottom: 10px;
  background-image: url(/binaries/img/dots_gray_dense.gif);
  background-repeat: repeat-x;
  background-position: bottom;
  border-bottom: 10px solid #e9e9e9;
}

div#programTVFull div div span {
  font-size: 11px;
}

div#programTVFull a {
  font-size: 11px;
  white-space: nowrap;
}

div#programTVFull div.program0 {
  color: #555555;
}

div#programTVFull div.program1 {
  color: #000000;
  font-weight: bold;
}

div#programTVFull div.program2 {
  color: #999999;
}

form.formDateForProgramTV {
  background-image: url(/binaries/img/dots_gray_dense.gif);
  background-repeat: repeat-x;
  background-position: bottom;
  padding-bottom: 5px;
  margin-bottom: 10px;
}

/* sekcja profilu --------------------------------------------------------------------------------------------- */
.profileLogin {
  position: absolute;
  top: 0px;
  left: 0px;
  color: #808080;
  font-size: 12px;
  font-family: Arial,Helvetica,sans-serif;
}

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

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

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

div.wpAdvTop {
  width: 100%;
  text-align: center;
}

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#bannersCenter div.banner div.banner,
div#bannersLeft 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#bannersRight div.banner div.banner,
div#bannersTop div.banner div.banner {
  margin: 0px;
  padding: 0px;
}

/* sekcja scrollera --------------------------------------------------------------------------------------------- */
div#scroller {
  position: absolute;
  overflow: hidden;
  visibility: hidden;
  width: 970px;
  padding-top: 10px;
  height: 25px;
  top: 0px;
  background-image: url(/binaries/img/scroller_back.gif);
  color: #ffffff;
  font-size: 15px;
  white-space: pre;
  cursor: default;
  z-index: 290;
}

div#scroller.urgent {
  background-image: url(/binaries/img/scroller_urg_back.gif);
}

div#scroller span.separator {
  color: #858585;
}

div#scroller.urgent span.separator {
  color: #cecece;
}

div#scroller a {
  color: orange;
  text-decoration: none;
}

div#scroller.urgent a {
  color: #ffffff;
}

div#scroller a:hover {
  text-decoration: underline;
}

div#scrollerPanelLeft {
  position: absolute;
  overflow: hidden;
  visibility: hidden;
  height: 35px;
  padding: 0px 10px;
  background-image: url(/binaries/img/scroller_back.gif);
  cursor: default;
  z-index: 291;
}

div#scrollerPanelLeft.urgent {
  background-image: url(/binaries/img/scroller_urg_back.gif);
}

div#scrollerPanelLeft img {
  margin: 0px 1px;
  border-width: 0px;
  cursor: pointer;
}

div#scrollerPanelRight {
  position: absolute;
  overflow: hidden;
  visibility: hidden;
  height: 35px;
  padding: 0px 10px;
  background-image: url(/binaries/img/scroller_back.gif);
  text-align: right;
  cursor: default;
  z-index: 292;
}

div#scrollerPanelRight.urgent {
  background-image: url(/binaries/img/scroller_urg_back.gif);
}

div#scrollerPanelRight img {
  margin: 0px 1px;
  border-width: 0px;
  cursor: pointer;
}

div#scrollerPanelBottom {
  position: absolute;
  overflow: hidden;
  visibility: hidden;
  left: 0px;
  cursor: default;
  z-index: 293;
}

div#scrollerPanelBottom div {
  float: right;
  padding: 2px;
  background-color: #888888;
  filter: alpha(opacity=90);
  opacity: .9;
  width: auto;
}

div#scrollerPanelBottom img {
  vertical-align: middle;
  cursor: help;
}

div#scrollerPanelBottom a {
  color: #ffffff;
  margin: 0px 2px;
}

div#portalPath {
  width: 490px;
  padding: 10px 5px 10px 10px;
  color: #000000;
  font-weight: bold;
  background-color: #e9e9e9;
  border-bottom: 2px solid #e8e8e8;
}

div#portalPath a {
  color: #888888;
  font-weight: bold;
}


/* sekcja playlisty --------------------------------------------------------------------------------------------- */
#swfobjectDiv_os_programy_player {
  height: 360px;
  margin: 0px 0px 10px -5px;
  background: url(/pic/93/os_plansza480x360.jpg) no-repeat;
}

div.columnRight .playlist div.box div.newsList {
  width: 298px;
  margin: 0px;
}

div.columnRight .playlist div.box div.newsList div.news {
  cursor: pointer;
  padding: 8px 10px 5px 10px;
  margin-bottom: 0px;
}

.playlist div.newsList div.newsActive {
  background-color: #222222;
}

.playlist div.newsList div.newsOver {
  background-color: #333333;
}

.playlist div.newsList div.news a.mainImage {
  display: inline;
  float: left;
  overflow: hidden;
  width: 80px;
  height: 60px;
  margin: 1px 11px 11px 1px;
  background-color: #ffffff;
}

div.columnRight .playlist div.box div.newsList div.news a.title {
  padding: 0px;
  width: 186px;
  background-image: none;
  color: #fe761b;
  font-weight: bold;
  font-size: 12px;
}

div.columnRight .playlist div.box div.newsList div.news div.date {
  width: 186px;
  position: static;
  visibility: visible;
}

div.columnRight .playlist div.box div.navi {
  width: 298px;
  padding-bottom: 0px;
}

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

#commentsList {
  padding: 10px;
}

#commentsList .navi {
  margin: 0px;
}

#commentsList .comment {
  padding-bottom: 5px;
  border-bottom: 1px solid #555555;
  margin-bottom: 10px;
}

#commentsList .comment .rating a {
  display: inline;
  float: right;
  width: 20px;
  height: 20px;
  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;
}

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

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

#commentsList .comment .rating span.votes {
  color: #999999;
}

#commentsList .comment a.author {
  display: inline;
  float: left;
  clear: left;
  width: 370px;
  overflow: hidden;
  color: #55ff55;
  cursor: default;
  text-decoration: none;
}

#commentsList .comment .date {
  float: right;
  width: 100px;
  overflow: hidden;
  color: #999999;
  text-align: right;
}

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

/* klasy działów --------------------------------------------------------------------------------------------- */
body.os_felietony div.newsList div.news a.mainImage {
  height: 110px;
}

body.os_felietony div.columnRight div.box div.newsList div.news div.date {
  position: static;
  visibility: visible;
  padding-bottom: 5px;
}

body.os_programy_extra #swfobjectDiv_os_programy_player, 
body.os_programy_sluzewiec #swfobjectDiv_os_programy_player {
  background: url(/pic/95/osi_plansza480x360black_ok1.jpg) no-repeat;
}

body.osi,
body.osi_programy_orangesportinfo,
body.osi_programy_sluzewiec,
body.osi_programy,
body.osi_oorangesport {
  background: #ffffff url(/binaries/img/bck_page_osi.jpg) no-repeat 50% 0%;
}

body.osi,
body.osi_programy_orangesportinfo,
body.osi_programy_sluzewiec,
body.osi_programy,
body.osi_oorangesport {
  
}

body.osi div#searcherMain,
body.osi_programy_orangesportinfo div#searcherMain,
body.osi_programy_sluzewiec div#searcherMain,
body.osi_programy div#searcherMain,
body.osi_oorangesport div#searcherMain {
  background-image: url(/binaries/img/bck_top_osi.gif);
}

body.osi div.columnLeft,
body.osi_programy_orangesportinfo div.columnLeft,
body.osi_programy_sluzewiec div.columnLeft,
body.osi_programy div.columnLeft,
body.osi_oorangesport div.columnLeft {
  background-color: #000000;
}

body.osi div.box,
body.osi_programy_orangesportinfo div.box,
body.osi_programy_sluzewiec div.box,
body.osi_programy div.box,
body.osi_oorangesport div.box {
  background-color: #000000;
}

body.osi div#footer,
body.osi_programy_orangesportinfo div#footer,
body.osi_programy_sluzewiec div#footer,
body.osi_programy div#footer,
body.osi_oorangesport div#footer {
  border-color: #999999;
}

body.osi div#footer a,
body.osi_programy_orangesportinfo div#footer a,
body.osi_programy_sluzewiec div#footer a,
body.osi_programy div#footer a,
body.osi_oorangesport div#footer a {
  color: #000000;
}

body.os_profil {
  background: #ffffff;
}
