@charset "UTF-8";
/* CSS Document */



/* Zaokreagenia boxow

.curved_10 {
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	behavior: url(http://czepiec.com/rzeczy/N/_Htc/border-radius.htc);
}

.curved_5 {
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	behavior: url(http://czepiec.com/rzeczy/N/_Htc/border-radius.htc);
}
*/


/* ---------------------------  Zakladki ---------------------- */

.ui-tabs-nav {
	list-style: none;
	margin: 18px 0;
	padding: 0;
	float: right;
	width: 65px;
}

.ui-tabs-hide { 
	display: none; 
}

.ui-tabs-nav a.box_tab {
	background: url(../images/tab_001.jpg);
}

.ui-tabs-nav li {
	float: left;
}


.ui-tabs-nav a,
.ui-tabs-nav a:visited,
.ui-tabs-nav a:hover,
.ui-tabs-nav a:focus,
.ui-tabs-nav a:active{
	width: 13px;
	height: 13px;
	background-position: left top;
	background-repeat: no-repeat;
	display: block;
	float: left;
	margin-right: 3px;
	overflow: hidden;
	text-indent: -99999px;
	
	}

.ui-tabs-nav .ui-tabs-selected a,
.ui-tabs-nav .ui-tabs-selected a:visited,
.ui-tabs-nav a:hover,
.ui-tabs-nav a:focus,
.ui-tabs-nav a:active {
	background-position: left -13px!important;
	
}


body {
	background-color: #141414;
	background-image: url(../images/headerBg.gif);
	background-position: top;
	background-repeat: repeat-x;
	

	
	margin: 0;
	padding: 0;
	font-family: "Lucida Grande", "Lucida Sans Unicode", sans-serif;
	font-weight: normal;
	font-size: 12px;
}

body.xmas {
	background-image: url(../images/xmas.002.jpg);
	background-position: 50% 50px;
	background-repeat: no-repeat;
}

.choinki {
	position: absolute;
	top: -100px;
	left: -100px;	
	background-image: url('../images/xmas.jpg');
	background-repeat: no-repeat;
	width: 1200px;
	height: 510px;
	z-index: -1;
}

a {
	color: #0088eb;
	text-decoration: none;
}

a:hover {
	color: #999;
	text-decoration: none;
}

#kontenerCalejStrony {
	width: 980px;
	margin: 0 auto;

}
	
	
	
#top {
	height: 83px;
	background-image: url(../images/headerBg.gif);
	background-position: top;
	background-repeat: repeat-x;
	margin-bottom: 40px;
}

#top .center {
	width: 980px;
	margin: 0 auto;
	text-align: left;
}




/* ---------------------------  Header ---------------------- */



#header {
	width: 790px;
	height: 125px;
	display: block;
	float: right;
	/*position: relative;
	z-index: 100000;*/
}

#logo {
	width: 180px;
	overflow: hidden;
	height: 100px;
	float: left;
	display: block;
	margin: 0;
	padding: 0;
	clear: both;
	/*position: relative;
	z-index: 100000;*/
}

#header #funkcje {
	height: 35px;
	display: block;
	float: right;
	padding: 0;
}



#header #funkcje #wyszukiwarka {
	background-image: url(../images/searchBg001.gif);
	background-position: top left;
	height: 30px;
	width: 270px;
	float: left;
	padding: 5px 0 0 10px;
}

#header #funkcje #wyszukiwarka form {
	margin: 0;
	padding: 0;
}

#header #funkcje #wyszukiwarka form label{
	color: #bcbcbc;
	float: left;
	padding: 3px 0 0 0;
}

#header #funkcje #wyszukiwarka form input {
	float: left;
	width: 165px;
	height: 16px;
	color: #FFF;
	background-color: #1f1f1f;
	border: #6db9ee solid 1px;
	padding: 2px;
	margin: 0 13px;
}



.buttonWyszukaj {
	border: none;	
}

#header #funkcje #wyszukiwarka form input.buttonWyszukaj {
	width: 22px;
	height: 22px;
	background-image: url(../images/searchButton001.gif);
	background-position: top left;
	background-repeat: no-repeat;
	display: block;
	text-indent: -9999px;
	float: left;
	border: none;
	margin: 0;
	padding: 0;
}


#header #funkcje #wyszukiwarka form input.buttonWyszukaj:hover {
	background-image: url(../images/searchButton001.gif);
	background-position: bottom left;
	background-repeat: no-repeat;
	cursor: pointer;
	
}

#header #logowanie {
	background-image: url(../images/searchBg001.gif);
	background-position: top right;
	height: 35px;
	float: left;
}

#header #funkcje #logowanie .buttonLogowanie,
#header #funkcje #logowanie .buttonRejestracja {
	color: #FFF;
	text-decoration: none;
	padding: 10px;
	height: 15px;
	display: block;
	float: left;
}

#header #funkcje #logowanie .buttonRejestracja:hover {
	background-color: #FFF;
	color: #141414;
	background-image: url(../images/button_01.gif);
	background-position: top right;
	background-repeat: no-repeat;
}

#header #funkcje #logowanie .buttonLogowanie:hover {
	background-color: #FFF;
	color: #141414;
	background-image: url(../images/button_01.gif);
	background-position: top left;
	background-repeat: no-repeat;
}





/* ---------------------------  Menu glowne  ---------------------- */


#header #menu {
	width: 770px;
	height: 42px;
	margin: -3px 0 15px 0;
	padding: 0;
	
	clear: both;
	display: block;
	float: right;
}

#header #menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#header #menu ul li {
	height: 42px;
	float: left;
	display: block;
	cursor: pointer;
	height: 22px;
	display: block;
	padding: 10px 3px;
	text-align: center
}

#header #menu ul li a {
	display: block;
	cursor: pointer;
	height: 22px;
	display: block;
	padding: 10px 20px;
	text-align: center;
}

#header #menu ul li a span {
	height: 22px;
	display: block;
	padding: 10px 20px;
	text-align: center
}

#header #menu ul li a:hover {
	background-image: url(../images/menu_glowne_button_001.gif);
	background-position: top left;
	background-repeat: no-repeat;
}

#header #menu ul li  a:hover span  {
	background-image: url(../images/menu_glowne_button_002.gif);
	background-position: top right;
	background-repeat: no-repeat;
	
}

#header #menu ul li a {
	text-decoration: none;
	color: #FFF;
	float: left;
}

#header #menu ul li a.program {
	background-image: url(../images/menu_glowne_program_button_001.gif);
	background-position: top left;
	background-repeat: no-repeat;
	width: 70px!important;
	height: 14px;
	display: block;
	
	padding: 5px 10px;
	text-align: center;
	margin: 5px 0 0 0;
	text-decoration: none;
	color: #333;
}


#header #menu ul li a.program:hover {
	background-image: url(../images/menu_glowne_program_button_001.gif);
	background-position: bottom left;
	
}


#header #menu ul li ul {
	display:none;
	position:absolute;
	margin:9px 0 0 0px;
	background-color:#141414;
	width:170px;
	z-index:100;
}

#header #menu ul li.over ul {
	display:block;
}

#header #menu ul li ul li {
	float:none;
	padding:3px 20px;
	text-align:left;
}

#header #menu ul li ul li a {
	padding:0;
	display:block;
	float:none;
	text-align:left;
}



#header #sciezka {
	font-size: 11px;
	clear: both;
	display: block;
	color:#B4B4B4;
	margin: 0;
	height: 20px;

}

#header #sciezka .wstep{
	color:#666;
}

#box_program_tv {
	clear: both;
	margin: 0;
	background:transparent url(../images/box_program_tv.002.png) repeat-y;
	overflow:hidden;
	padding:0 10px;
	position: relative;
}

/*
#box_program_tv #taby_pionowe {
	width: 40px;
	float: left;
	display: block;
	background-image: url(../images/box_program_tab_bg_001.gif);
	background-position: top left;
	background-repeat: no-repeat;
	margin-left:-10px;
}

#box_program_tv #taby_pionowe ul {
	list-style: none;
	margin: 0;
	padding: 0;
}


#box_program_tv #taby_pionowe ul li{
	clear: both;
	margin: 0;
}

#box_program_tv #taby_pionowe ul li a{
	background-position: top left;
	background-repeat: no-repeat;
	display: block;
	width: 40px;
	text-indent: -9999px;
	margin: 0;
}

#box_program_tv #taby_pionowe ul li a.premiery{
	background-image: url(../images/box_program_tab_premiery_001.gif);
	height: 107px;
	
}

#box_program_tv #taby_pionowe ul li a.zapowiedzi{
	background-image: url(../images/box_program_tab_zapowiedzi_001.gif);
	height: 106px;
}

#box_program_tv #taby_pionowe ul li a.programtv{
	background-image: url(../images/box_program_tab_programtv_001.gif);
	height: 103px;
}
*/

#box_program_tv #ramowka {
	display: block;
	width: 915px;
	float: left;
	
	background-image: url(../images/ramowka_gora.gif);
	background-position: 0 0px;
	background-repeat: no-repeat;
	margin:0 -10px 0 0;
}

#box_program_tv #ramowka #filmy {
	width: 679px;
	overflow:hidden;
	background-color: #201f1f;
	border-left: #39a6e4 solid 6px;
	padding: 0 0 0 30px;
	display: block;
}


#box_program_tv .filmy_gora
{
	background:transparent url(../images/box_program_remowka_bg_001.gif) no-repeat;
	height:57px;
	width:715px;
}

#box_program_tv .filmy_dol
{
	background:transparent url(../images/ramowka_filmy_back_dol.gif) no-repeat;
	height:10px;
	width:716px;
	position:absolute;
	margin:0 0 0 -1px;
}


#box_program_tv #ramowka #filmy .dzien {
	margin: 10px 10px 0 0;
	width: 210px;
	float: left;
}

#box_program_tv #ramowka #filmy .dzien h2 {
	font-size:14px;
	color:#FFFFFF;
	font-weight:bold;
}


#box_program_tv #ramowka #filmy .dzien h2.data {
	font-size:13px;
	color:#FFFFFF;
	font-weight:bold;
	position:absolute;
	margin:-41px 0 0 10px;
}


#box_program_tv #ramowka .prev, #box_program_tv #ramowka .next {
	position:absolute;
	display:block;
}

#box_program_tv #ramowka .prev
{
	padding:10px;
	margin:-38px 0 0 -18px;
}

#box_program_tv #ramowka .next
{
	padding:10px;
	margin:-38px 0 0 640px;
}



.kolor_1 {
	background-image: url(../images/kolory_ramowka_poziom.jpg);
}

.kolor_2 {
	background-image: url(../images/kolory_ramowka_poziom.jpg);
	background-position: top right
}

/*
#box_program_tv #taby_poziome {
	width: 915px;
	height: 40px;
	float: left;
	display: block;
	background-image: url(../images/box_program_tab_bg_002.gif);
	background-position: top right;
	background-repeat: no-repeat;
	margin: 0 0 57px 0;
}

#box_program_tv #taby_poziome ul {
	list-style: none;
	margin: 0 0 0 30px;
	padding: 0;
}


#box_program_tv #taby_poziome ul li{
	float: left;
	margin: 0;
}

#box_program_tv #taby_poziome ul li a{
	background-position: top left;
	background-repeat: no-repeat;
	display: block;
	height: 40px;
	text-indent: -9999px;
	margin: 0;
}

#box_program_tv #taby_poziome ul li a.nfilmhd { 
	background-image: url(../images/box_program_tab_nfilmhd_001.gif);
	width: 86px;
	
}

#box_program_tv #taby_poziome ul li a.nfilmhd2{
	background-image: url(../images/box_program_tab_nfilmhd_002.gif);
	width: 97px;
}

#box_program_tv #taby_poziome ul li a.mojprogram{
	background-image: url(../images/box_program_tab_moj_program_001.gif);
	width: 121px;
}
*/


.box_program_tv_dol {
	height: 19px;
	background-image: url(../images/box_program_tv_dol.002.png);
	background-position: 0 0;
	background-repeat: no-repeat;
}


/* ---------------------------  Teraz w programie ---------------------- */



#box_teraz_w_programie {
	width: 960px;
	display: block;
	margin: 10px 0 0 0;
	border: #252525 solid 1px;
	background-color: #141414;
	color: #FFF;
	padding: 0 0 10px 0;
	/*overflow: hidden;*/
	clear: both;
}

#box_teraz_w_programie h2 {
	width: 200px; 
	height: 14px;
	margin: 18px 90px 18px 18px;
	padding: 0;
	display: block;
	float: left;
	overflow: hidden;
	
	background-image: url(../images/h2_teraz_w_programie_001.gif);
	background-position: top left;
	background-repeat: no-repeat;
	text-indent: -9999px;
}

#box_teraz_w_programie:hover h2{
	background-position: bottom left;
}

#box_teraz_w_programie .box_teraz_w_programie_film {
	width: 270px;
	display: block;
	float: left;
	margin: 10px 50px 0 0;
}


#box_teraz_w_programie .box_teraz_w_programie_film .box_teraz_w_programie_film_trwa {
	width: 270px;
	height: 10px;
	clear: both;
	background-repeat: no-repeat;
	margin: 5px 0 0 0;
	display: block;
}

#box_teraz_w_programie .box_teraz_w_programie_film .box_teraz_w_programie_film_trwa .maska 
{
	background: transparent url(../images/teraz_w_programie_004a.png) no-repeat;
	width:5px;
	height:10px;
}

#box_teraz_w_programie .box_teraz_w_programie_film #nfilmhd {
	background-image: url(../images/teraz_w_programie_003b.gif);
	
	
}

#box_teraz_w_programie .box_teraz_w_programie_film #nfilmhd2 {
	background-image: url(../images/teraz_w_programie_003b.gif);

}






/* ---------------------------  3 boxy  ---------------------- */


.box_standardowy {
	width: 320px;
	height: 270px;
	color: #FFF;
	line-height: 20px;
	float: left;
	margin: 10px 0 0 0;
	
}

.box_standardowy h2{
	width: 230px;
	height: 14px;
	margin: 18px 0;
	padding: 0;
	display: block;
	float: left;
	
	background-position: top left;
	background-repeat: no-repeat;
	
}

.box_standardowy h2 img{
	width: 230px;
	height: 14px;
}

.box_standardowy h2:hover,
#box_blog_tomasza_raczka h2:hover,
#box_ostatnie_recenzje h2:hover {
	background-position: bottom left;
	/*cursor: pointer;*/
}

#box_ostatnie_recenzje h2:hover {
	background-position: top left;
	cursor:default;
}

.box_standardowy .kontent {
	clear: both;
	width: 300px;
}

.box_standardowy .kontent .zdjecie {
	margin: 0 0 10px 0;

}

.box_standardowy .kontent a {
	font-size: 12px;
}


#box_wirtualna_redakcja h2 {
	background-image: url(../images/h2_nredaktorzy.gif);
	background-position: top left;
	height: 28px;
	margin: 15px 0 10px;
	text-indent: -9999px;
	
}

#box_wirtualna_redakcja .list {
	height: 175px;
	/*margin-top: 15px;*/
	clear: left;

	/*padding-left: 15px;*/
	
}

#box_wirtualna_redakcja .miesiac, #box_ranking_filmow .miesiac {
	color: #9a9a9a;
	font-weight: bold;
	font-size: 14px;
	line-height: 20px;
	/*margin-top: 10px;*/
	clear: both;
	margin: 5px 0 10px 0;
}

#box_wirtualna_redakcja .miesiac a, #box_ranking_filmow .miesiac a{
	border-left: 2px solid #464646;
	padding: 5px 0;
	
	padding-left: 10px;
	margin-left: 5px;
	padding-right: 15px;
	font-weight: normal;
	font-size: 12px;
	line-height: 20px;
	background:transparent url(../images/crumb.gif) no-repeat scroll right center;
}

#box_wirtualna_redakcja .list .elem {
	float: left;
	width: 60px;
	margin-right: 40px;
	margin-bottom: 15px;
	height: 80px;
	position: relative;
	white-space: nowrap;
	
}

#box_wirtualna_redakcja .list .elem .foto{
	width: 60px;
	height: 60px;
	display: block;	
}

#box_wirtualna_redakcja .list .elem a .miejsce{
	position: absolute;
	height: 28px;
	width: 28px;
	line-height: 28px;
	top: -14px; right: -14px;
	background-image: url("../images/miejsce_duze_bkg.png");
	background-position: bottom left;
	background-repeat: no-repeat;
	text-align: center;
	color: white;
	font-weight: bold;
	font-size: 14px;
}

#box_wirtualna_redakcja .list .elem a:hover .miejsce{
	background-position: top left;
	color: #535353;
	
}

#box_wirtualna_redakcja .list .elem a {
	
	
}

#box_wirtualna_redakcja .list .elem img {
	max-width: 60px;
	max-height: 60px;
	display: block;
	margin: 0 auto;
	
}

#box_okazja h2 {
	background-image: url(../images/h2_wirtualna_redakcja_001.gif);
	
}

#box_ostatnie_recenzje h2 {
	background-image: url(../images/h2_ostatnie_recenzje_001.gif);
	background-position: top left;
	height: 28px;
	margin: 10px 0;
	text-indent: -9999px;
	
}

#box_ostatnie_recenzje .roundCornerBox {
	padding: 10px;
	padding-left: 15px;
	padding-top: 5px;
	width: 180px;
	height: 105px;
	line-height: 18px;
	
}

#box_ostatnie_recenzje .dalej {
	font-size: 12px;
}

#box_ostatnie_recenzje .roundCornerBox .dymek{
	width: 16px;
	height: 16px;
	position: absolute;
	right: -15px;
	top: 50%;
	background: url("../images/box_ostatnie_recenzje_dymek.png");
	background-position: top left;
	background-repeat: no-repeat;
}

#box_ostatnie_recenzje .avatar {
	float:right;	
	max-width: 70px;
	white-space: nowrap;
	
}

#box_ostatnie_recenzje .avatar img{
	display: block;
	max-width: 70px;
	
}
#box_ostatnie_recenzje .tytul{
	margin-top: 10px;
	
}

#box_ostatnie_recenzje .data{
	font-size: 12px;
	color: #9a9a9a;
	
}

#box_blog_tomasza_raczka {
	
	background-image: url(../images/blog/blog_raczek.jpg);
	background-position: right 50px;
	background-repeat: no-repeat;
}

#box_blog_tomasza_raczka h2 {
	background-image: url(../images/h2_blog_tomasza_raczka_002.gif);
	background-position: top left;
	height: 28px;
	margin: 10px 0;
	text-indent: -9999px;
	
}

#box_blog_tomasza_raczka .roundCornerBox {
	clear: both;
	
	padding: 10px;
	padding-top: 5px;
	width: 180px;	
	background-color: #232323;
	height: 125px;
}


#box_blog_tomasza_raczka .roundCornerBox .dymek{
	width: 14px;
	height: 12px;
	position: absolute;
	right: -13px;
	top: 50%;
	background: url("../images/box_blog_dymek.png");
	background-position: top left;
	background-repeat: no-repeat;
}

#box_blog_tomasza_raczka .tytul{
	height: 40px;
	overflow: hidden;
}

#box_blog_tomasza_raczka .tresc{
	line-height: 18px;
}

#box_blog_tomasza_raczka .dalej{
	font-size: 12px;
}

#box_blog_tomasza_raczka .video_recenzja{
	margin-top: 10px;
}

#box_blog_tomasza_raczka .roundCornerBox .linia{
	width: 200px;
	height: 1px;
	position: relative;
	left: -10px;
	margin: 5px 0;
	background: url("../images/linia_kropka.gif");
	background-position: top left;
	background-repeat: repeat-x;
}

#box_blog_tomasza_raczka .video{
	width: 320px;
	height: 180px;
	position: relative;
	border: none;
	padding: 0;
}

#box_blog_tomasza_raczka .video img{
	position: absolute;
	width: 320px;
	height: 180px;
	top: 0;
	left: 0;
}

#box_blog_tomasza_raczka .video img{
	position: absolute;
	width: 320px;
	height: 180px;
	top: 0;
	left: 0;
	z-index: 100;
}

#box_blog_tomasza_raczka .video a{
	position: absolute;
	width: 320px;
	height: 180px;
	top: 0;
	left: 0;
	z-index: 110;
	background: url(../images/box_blog_wideo_bkg2.png) no-repeat left bottom; 
	color: #ffffff;
}

#box_blog_tomasza_raczka .video a .title{
	height: 40px;
	width: 300px;
	position: absolute;
	top: 137px;
	left: 10px; 
	/*text-transform: uppercase;*/
	text-align: right; 
}


#box_blog_tomasza_raczka .video .corner-lt {
	top: 0px;
	left: 0px;
	display: block;
	width: 10px;
	height: 10px;
	background-image: url(../images/rog_lewy_gora.png);
}

#box_blog_tomasza_raczka .video .corner-lb {
	left: 0px;
	bottom: 0px;
	display: block;
	width: 10px;
	height: 10px;
	background-image: url(../images/rog_lewy_dol.png);
}

#box_blog_tomasza_raczka .video .corner-rt {
	top: 0px;
	right: 0px;
	display: block;
	width: 10px;
	height: 10px;
	background-image: url(../images/rog_prawy_gora2.png);
}

#box_blog_tomasza_raczka .video .corner-rb {
	bottom: 0px;
	right: 0px;
	display: block;
	width: 10px;
	height: 10px;
	background-image: url(../images/rog_prawy_dol2.png);
}


#box_ranking_filmow h2{
	
	background-image: url(../images/h2_ranking_filmow.gif);
	background-position: top left;
	height: 18px;
	margin: 15px 0 10px;
	text-indent: -9999px;
	
}


#box_ranking_filmow .ui-tabs-nav {
	
	margin-bottom: 0;
	width: 49px;
}


#box_ranking_filmow ol li {
	line-height: 25px;
	vertical-align: middle;
	min-height: 25px;
	list-style: none;
	margin-bottom: 4px;
}

#box_ranking_filmow ol li a {
	font-weight: bold;
	color: gray;
	cursor: pointer;
}

#box_ranking_filmow ol li a .miejsce{
	line-height: 25px;
	vertical-align: middle;
	height: 24px;
	background-image: url("../images/miejsce_male_bkg.png");
	background-position: bottom left;
	background-repeat: no-repeat;
	text-align: center;
	
	color: #535353;
	font-weight: bold;
	font-size: 12px;
	float: left;
	width: 25px;
	/*margin-right: 7px;*/

}



#box_ranking_filmow ol li a .tytul{

	margin-left: 6px;
	float: left;
	width: 268px;

}

#box_ranking_filmow ol li a:hover .tytul{

	color: #0088EB;

}

#box_ranking_filmow ol li a:hover .miejsce{
	background-position: top left;
	color: white;
	
}


/* ---------------------------  Cytaty ---------------------- */

#box_cytaty {
	width: 960px;
	height: 160px;
	display: block;
	margin: 10px 0 0 0;
	
	/*background-image: url(../images/cytat_bg_001.jpg);*/
	background-position: bottom left;
	background-repeat: no-repeat;
	background-color: #141414;
	
	border: #252525 solid 1px;
	color: #FFF;
	clear: both;
	
	font-size: 13px;
	font-weight: normal;
	z-index: 1;
	
	-moz-border-radius:10px; 
	-webkit-border-radius:10px;
/*	behavior: url(http://czepiec.com/rzeczy/N/htc/border-radius.htc);*/
}

/*#box_cytaty .corner-lt {
	/*background-image: url('../images/corner-lt.png');
	width: 13px;
	height: 13px;

}
#box_cytaty .corner-lb {
	/*background-image: url('../images/dark-bkg-corner-lb.png');
	width: 13px;
	height: 13px;

}
#box_cytaty .corner-rt {
	/*background-image: url('../images/corner-rt.png');
	width: 13px;
	height: 13px;

}
#box_cytaty .corner-rb {
	/*background-image: url('../images/dark-bkg-corner-rb.png');
	width: 13px;
	height: 13px;

}*/

#box_cytaty h2{
	width: 230px;
	height: 14px;
	margin: 18px;
	padding: 0;
	display: block;
	float: left;
	
	background-position: top left;
	background-repeat: no-repeat;
	text-indent: -9999px;
	
}

#box_cytaty h2.cytatHeader{
	background-image: url(../images/h2_czywieszze_002.gif);
	margin: 15px;
	height: 19px;
}

#box_cytaty h2.ciekawostkaHeader{
	background-image: url(../images/h2_czywieszze_002.gif);
	margin: 15px;
	height: 19px;
}

#box_cytaty .cytat {
	height: 60px;
	background-image: url(../images/cytat_001.gif);
	background-position: top left;
	background-repeat: no-repeat;
	padding: 0 0 0 40px;
	margin: 0;
	/*clear: both;*/
	margin: 70px 30px 30px 280px;
	position: relative;
	z-index: 800;
}

#box_cytaty .ciekawostka {
	height: 90px;
	/*background-color: #252525;*/
	padding: 20px 40px 0 340px;
	margin: 0;
	margin: 50px 0 0 0;
	position: relative;
	z-index: 800;
}

#box_cytaty .cytat p.tresc {
	background-image: url(../images/cytat_002.gif);
	background-position: bottom right;
	background-repeat: no-repeat;
	padding: 0 30px 0 0;
	margin: 0;
}

#box_cytaty .cytat p.autor{
	padding: 0 30px 0 0;
	margin-top: 10px;
	text-align: right;
}



/* ---------------------------  Newsletter ---------------------- */

#box_newsletter_zapisz_sie 
{
	width: 300px;
	height: 240px;
	color: #787878;
	line-height: 20px;
	float: left;
	margin: 10px 0 0 0;
	/*clear: both;*/
	padding: 0 10px;
	position: relative;
	z-index: 100;
}

#box_newsletter_zapisz_sie .bkg {
	display: none;
}

body.xmas #box_newsletter_zapisz_sie .bkg {
	display: block;
	position: absolute;
	left: -100px;
	bottom: -120px;	
	width: 210px;
	height: 210px;
	background-image: url('../images/xmas-bottom.002.jpg');
	background-repeat: no-repeat;
	z-index: -1;
}


#box_newsletter_zapisz_sie h2 
{
	width: 230px;
	height: 50px;
	margin: 18px 0 50px 0;
	padding: 0;
	display: block;
	float: left;

	background-image: url(../images/h2_zapisz_sie_na_newsletter_001.gif);
	background-position: top left;
	background-repeat: no-repeat;
	text-indent: -9999px;
	
}

#box_newsletter_zapisz_sie form {
	margin: 0;
	padding: 0;
	clear: both;
}

#box_newsletter_zapisz_sie label{
	color: #bcbcbc;
	clear: both;
	/*padding: 100px 0 0 0;*/
}

#box_newsletter_zapisz_sie .textfield {
	width: 250px;
	height: 14px;
	color: #FFF;
	background-color: #1f1f1f;
	border: #6db9ee solid 1px;
	padding: 3px;
	margin: 0 0 10px 0;

}


#box_newsletter_zapisz_sie .buttonWyszukaj{
	width: 22px;
	height: 22px;
	background-image: url(../images/dalej_001.gif);
	background-position: top;
	background-repeat: no-repeat;
	display: block;
	text-indent: -9999px;
	float: right;
}

#box_newsletter_zapisz_sie .buttonWyszukaj:hover {
	background-position: bottom;
}


#box_poznaj {
	width: 330px;
	float: left;
	margin: 20px 0 0 0;
}

#stopka {
	width: 960px;
	height:150px;
	background-color: #FFF;
	clear: both;
	padding: 0;
	margin: 21px 0 10px 0;
	display: block;

	color:#404040;
	border: none;
	position: relative;
	z-index: 100;
}

.stopka_gora {
	width: 960px;
	height: 11px;
	background-image: url('../images/stopka_gora.png');
	background-position: left top;
	position: absolute;
	top: -11px;
	left: 0;
	
}

#stopka .corner-lt {
		width: 11px;
	height: 11px;
	background-color: #141414;
	background-image: url('../images/white-filled-corner-lt.gif');
}

#stopka .corner-lb {
	width: 11px;
	height: 11px;
	left: 0;
	bottom: 0;
	background-color: #141414;
	background-image: url('../images/white-filled-corner-lb.gif');
}

#stopka .corner-rt {
		width: 11px;
	height: 11px;
	background-color: #141414;
	background-image: url('../images/white-filled-corner-rt.gif');
}

#stopka .corner-rb {
		width: 11px;
	height: 11px;
	right: 0;
	bottom: 0;
	background-color: #141414;
	background-image: url('../images/white-filled-corner-rb.gif');
}


#stopka .stopka_block {
	float: left;
	margin: 5px 80px 15px 15px;
	display: block;
	
}

#stopka .stopka_block h2 {
	margin: 0 0 10px 0;
	padding: 0;
	width: 140px;
}

#stopka .stopka_block .telefon {
	color: #0088eb;
	font-size: 18px;
	font-weight: bold;
}



#stopka .stopka_block ul {
	list-style: none;
	margin: 0 20px 0 0;
	padding: 0;
	float: left ;
	display: block;
}

#stopka .stopka_block ul li{
	margin: 0 0 3px 0;
	clear: both;
}

#stopka .stopka_block ul li a{
	color: #333;
}

#stopka .stopka_block ul li a:hover{
	color: #999;
}

#stopka #centrum_sprzedazy h2 {
	height: 12px;
	margin: 0 0 15px 0;
	padding: 0;
	display: block;
	

	background-image: url(../images/h2_centrum_sprzedazy_001.gif);
	background-position: top left;
	background-repeat: no-repeat;
	text-indent: -9999px;
}


#stopka #centrum_abonenta h2 {
	height: 12px;
	margin: 0 0 15px 0;
	padding: 0;
	display: block;

	background-image: url(../images/h2_centrum_abonenta_001.gif);
	background-position: top left;
	background-repeat: no-repeat;
	text-indent: -9999px;
}

#stopka #poznaj_nfilm h2 {
	height: 12px;
	margin: 0 0 15px 0;
	padding: 0;
	display: block;

	background-image: url(../images/h2_poznaj_nfilm_001.gif);
	background-position: top left;
	background-repeat: no-repeat;
	text-indent: -9999px;
}



#stopka #poznaj_n h2 {
	height: 12px;
	margin: 0 0 15px 0;
	padding: 0;
	display: block;

	background-image: url(../images/h2_poznaj_n_001.gif);
	background-position: top left;
	background-repeat: no-repeat;
	text-indent: -9999px;
}

#stopka #poznaj_n {
	margin: 5px 0;

}

#stopka_linki {
	font-size: 10px;
	width: 960px;
	height: 30px;
	display: block;
	margin: 5px 0 0 0;
	clear: both;
}

#stopka_linki a {
	margin: 0 10px 5px 0;
}

#stopka_logo {
	width: 960px;
	height: 30px;
	display: block;
	margin: 5px 0 30px 0;
	clear: both;
}

#stopka_logo .nota{
	color: #666;
	float: right;
	text-align: right;
}

#stopka_logo a.logo {
	height: 25px;
	display: block;
	margin: 0 10px 0 0;
	text-indent: -9999px;
	background-position: top;
	background-repeat: no-repeat;
	float: left;
}

#stopka_logo a.logo:hover {
	background-position: bottom;
}

#stopka_logo a.iti {
	background-image: url(../images/stopka_logo_iti.gif);
	width: 31px;
}

#stopka_logo a.tvn {
	background-image: url(../images/stopka_logo_tvn.gif);
	width: 24px;
}

#stopka_logo a.onet {
	background-image: url(../images/stopka_logo_onet.gif);
	width: 61px;
}

#stopka_logo a.multikino {
	background-image: url(../images/stopka_logo_multikino.gif);
	width: 78px;
}

#stopka_logo a.eutelsat {
	background-image: url(../images/stopka_logo_eutelsat.gif);
	width: 89px;
}


/* ---------------------------  VOD ---------------------- */

h1 {
	background-image: url(../images/site_header_001.gif);
	background-position: left top;
	background-repeat: no-repeat;
	color: 0;
	font-style: normal;
	font-weight: lighter;
	padding: 12px;
	margin: 15px 0 0 0;
	font-size: 16px;
	width: 936px;
	height: 16px;
	display: block;
	clear: both;
}

#vod_header {
	height: 255px;
	width: 960px;
	display: block;
	clear: both;
	background-image: url(../images/vod_pilot.jpg);
	background-position: 0 0;
	background-repeat: no-repeat;
}

#vod_header h2 {
	font-size: 40px;
	font-weight: 100;
	font-style: normal;
	width: 650px;
	padding: 10px 0 0 310px;
	margin: 0;
	display: block;
}

#vod_header h3 {
	font-size: 15px;
	font-weight: 100;
	font-style: normal;
	width: 650px;
	margin: 10px 0 0 310px;
	padding: 0;
	display: block;
	color: #a6a6a6;
	float: left;
}

#vod_header .zamownfilmhd {
	display: block;
	width: 116px;
	height: 24px;
	text-indent: -9999px;
	background-image: url(../images/button_vod_zamow_nfilm_hd.gif);
	background-position: top left;
	background-repeat: no-repeat;
	float: right;
	margin: 20px 0px 0 0;
}

#vod_header .zamownfilmhd:hover {
	background-position: bottom left;
}

#vod_filmy {
	width: 960px;
	margin: 0 0 30px 0;
	display: block;
	border-top: #252525 solid 1px;
	border-right: #252525 solid 1px;
}

.box {
	width: 183px;
	height: 143px;
	float: left;
	padding: 28px;
	border-left: #252525 solid 1px;
	border-bottom: #252525 solid 1px;
}

#vod_filmy .box .film {
	width: 175px;
	
}

#vod_filmy .box .film a.tytul {
	clear: both;
	display: block;
	margin: 5px 0;
}

#vod_filmy .box .film a.tytul .en {
	font-size:11px;
	color:#666666;
}

#vod_filmy .box .film .ocena {
	clear: both;
	float: left;
	width: 80px;
}

/*#vod_filmy .box .film .ocena a.gwiazdka{
	width: 15px;
	height: 15px;
	background-image: url(../images/rate_001.gif);
	background-position: bottom left;
	background-repeat: no-repeat;
	display: block;
	text-indent: -9999px;
	float: left!important;
}

#vod_filmy .box .film #ratingBar a.gwiazdka:hover{
	background-position: top left;
}

#vod_filmy .box .film #ratingBar a.pointed{
	background-position: top left;
}

#vod_filmy .box .film #ratingBar a.notpointed{
	background-position: bottom left;
}

#vod_filmy .box .film .ocena a.s{
	background-position: center left;
}

#vod_filmy .box .film .oceny {
	float: left
}*/

.ocena .gwiazdka{
	width: 15px;
	height: 15px;
	background-image: url(../images/rate_002.png);
	background-position: bottom left;
	background-repeat: no-repeat;
	display: block;
	text-indent: -99999px;
	float: left!important;
}

.ratingBar .gwiazdka:hover{
	background-position: top left;
}

.ratingBar a.pointed{
	background-position: top left;
}

.ratingBar a.notpointed{
	background-position: bottom left;
}

.ocena .s{
	background-position: center left;
}

.oceny {
	float: left
}

.box_vod .ocena .gwiazdka{
	background-image: url(../images/rate_001_vod.gif);
}
#box_vod {
	
	border: none;
	}

#box_vod .corner-lt {
		width: 11px;
	height: 11px;
	left:0;
	top: 0;
	background-image: url('../images/blue-filled-corner-lt.gif');
}

#box_vod .corner-lb {
	left: 0;
	bottom: 0;
	width: 11px;
	height: 11px;
	background-image: url('../images/blue-filled-corner-lb.gif');
}

#box_vod .corner-rt {
	right: 0;
	top: 0;
		width: 11px;
	height: 11px;
	background-image: url('../images/blue-filled-corner-rt.gif');
}

#box_vod .corner-rb {
	right: 0;
	bottom: 0;
		width: 11px;
	height: 11px;
	background-image: url('../images/blue-filled-corner-rb.gif');
}

/* ---------------------------  Premiery ---------------------- */

#premiery_filmy {
	display: block;
	margin: 20px 0;
}
#premiery_filmy .film {
	width: 960px;
	height: 155px;
	border: #252525 solid 1px;
	display: block;
	margin: 0 0 15px 0;
	color: #999;
}

#premiery_filmy .film a{

	display: inline;

}

#premiery_filmy .film:hover {
	color: #FFF;
	border: #141414 solid 1px;
}
#premiery_filmy .film:hover .corner-lt {
	display: none;
}

#premiery_filmy .film:hover .corner-lb {
	display: none;
}

#premiery_filmy .film:hover .corner-rt {
	display: none;
}

#premiery_filmy .film:hover .corner-rb {
	display: none;
}


#premiery_filmy .film .dzienTygodnia {
	width: 50px;
	height: 155px;
	display: block;
	float: left;
	text-indent: -9999px;
	background-position: top left;
	background-repeat: no-repeat;
	overflow:hidden;
	z-index: 9000;
	position: relative;
}

#premiery_filmy .film:hover .dzienTygodnia {
	background-position: bottom left;
}

#premiery_filmy .film .poniedzialek {
	background-image: url(../images/kal_poniedzialek_001.gif);
}

#premiery_filmy .film .wtorek {
	background-image: url(../images/kal_wtorek_001.gif);
}

#premiery_filmy .film .sroda {
	background-image: url(../images/kal_sroda_001.gif);
}

#premiery_filmy .film .czwartek {
	background-image: url(../images/kal_czwartek_001.gif);
}

#premiery_filmy .film .piatek {
	background-image: url(../images/kal_piatek_001.gif);
}

#premiery_filmy .film .sobota {
	background-image: url(../images/kal_sobota_001.gif);
}

#premiery_filmy .film .niedziela {
	background-image: url(../images/kal_niedziela_001.gif);
}

#premiery_filmy .film .zdjecie {
	width: 250px;
	height: 155px;
	display: block;
	float: left;
	overflow: hidden;
	position: relative;
	z-index: 10
}

#premiery_filmy .film .zdjecie .rotator {
	left:-50px;
	width:250px;
}

#premiery_filmy .film .opis {
	width: 630px;
	padding: 15px;
	float: left;
	font-weight: normal;
	font-size: 11px;
}

#premiery_filmy .film .opis p {
	clear: both;
	margin: 10px 0 0 0;
	line-height: 16px;
	height: 45px;
}

#premiery_filmy .film .opis h2{
	font-size: 15px;
	margin: 0 0 10px 0;
	padding: 0;
}

/*#premiery_filmy .film .opis .ocena a.gwiazdka{
	width: 15px;
	height: 15px;
	background-image: url(../images/rate_001.gif);
	background-position: bottom left;
	background-repeat: no-repeat;
	display: block;
	text-indent: -9999px;
	float: left!important;
}

#premiery_filmy .film .opis .ocena a.gwiazdka:hover{
	background-position: top left;
}*/

#premiery_filmy .film .opis .emisja {
	font-size: 14px;
	font-weight: normal;
	float: right;
}

#premiery_filmy .film .opis .emisja span{
	font-size: 18px;
	font-weight: bold;
}

#premiery_filmy .film .opis .emisja a{
	width: 46px;
	height: 12px;
	display: block;
	text-indent: -9999px;
	background-image: url(../images/rec_001.gif);
	background-position: top left;
	background-repeat: no-repeat;
	float: right;
	margin: 4px 0 0 15px;
}

#premiery_filmy .film .opis .emisja a:hover{
	background-position: bottom left;
}

#premiery_filmy .film .opis .ocena a.s{
	background-position: center left;
}

#premiery_filmy .film .opis .ikonki {
	margin: 10px 0;
}

/*#premiery_filmy .film .opis .ikonki span {
	float: left;
	padding: 4px 4px 0 0;
}*/

/*#premiery_filmy .film .opis .ikonki .ikona {
	background-image: url(../images/ikona.gif);
	background-position: bottom left;
	background-repeat: no-repeat;
	width: 22px;
	height: 22px;
	display: block;
	float: left;
	text-indent: -99999px;
	margin: 0 0 0  3px;
}

#premiery_filmy .film .opis .ikonki .ikona:hover {
	opacity:.40;
}

#premiery_filmy .film .opis .ikonki .wiecej {
	height: 18px;
	display: block;
	background-image: url(../images/arrow_001.gif);
	background-position: center right;
	background-repeat: no-repeat;
	padding: 4px 10px 0 5px;
	margin: 0 0 0 10px;
	float: left;
}*/

/* ---------------------------  Film ---------------------- */


#film_taby {
	width: 960px;
	height: 45px;
	clear: both;
	display: block;
	background-image: url(../images/tab_line_960.gif);
	background-position: bottom;
	background-repeat: no-repeat;
	margin: 15px 0 0 0;
}

#film_taby ul {
	list-style: none;
	margin: 0;
	padding: 0;
	float: right;
}

#film_taby ul li {
	float: left;
}

.tab_ofilmie {
	width: 86px;
	height: 45px;
	display: block;
	text-indent: -9999px;
	background-image: url(../images/tab_ofilmie_001.gif);
	background-position: bottom center;
	background-repeat: no-repeat;
}

.selected .tab_ofilmie {
	width: 86px;
	background-position: top center;
}

.tab_recenzje {
	width: 76px;
	height: 45px;
	display: block;
	text-indent: -9999px;
	background-image: url(../images/tab_recenzje_001.gif);
	background-position: bottom center;
	background-repeat: no-repeat;
}

.tab_extra {
	width: 66px;
	height: 45px;
	display: block;
	text-indent: -9999px;
	background-image: url(../images/tab_extra_001.gif);
	background-position: bottom right;
	background-repeat: no-repeat;
}

#film_video {
	width: 625px;
	clear: both;
	display: block;
	float: left;
	margin: 15px 0;
}

#film_video #player {
	width: 625px;
	height: 355px;
}

#film_video #player_taby {
	width: 625px;
	height: 110px;
	display: block;
	clear: both;
	background-image: url(../images/tab_line_625.gif);
	background-position: top center;
	background-repeat: no-repeat;
}

#film_video #player_taby ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#film_video #player_taby ul li {
	float: left;
}

#film_video #player_taby  ul li a {
	width: 165px;
	height: 95px;
	padding: 10px 5px 5px 5px;
	display: block;
	overflow: hidden;
	background-image: url(../images/tab_film_trailer_002.gif);
	background-position: bottom center;
	background-repeat: no-repeat;
	
}

#film_video #player_taby  ul li.pierwszy a {
	width: 161px;
	height: 95px;
	padding: 10px 10px 5px 10px;
	display: block;
	overflow: hidden;
	background-image: url(../images/tab_film_trailer_001.gif);
	background-position: bottom left;
	background-repeat: no-repeat;
	
}

#film_video #player_taby  ul li.selected a {
	width: 170px;
	height: 95px;
	padding: 10px 10px 5px 10px;
	display: block;
	overflow: hidden;
	background-image: url(../images/tab_film_trailer_001.gif);
	background-position: top left;
	background-repeat: no-repeat;
	
}

#film_video #player_taby  ul li.pierwszy a span,
#film_video #player_taby  ul li a span{
	width: 165px;
	height: 90px;
	display: block;
	overflow: hidden;
	text-align: center;
}

/*#film_video #player_opis .ocena a.gwiazdka{
	width: 15px;
	height: 15px;
	background-image: url(../images/rate_001.gif);
	background-position: bottom left;
	background-repeat: no-repeat;
	display: block;
	text-indent: -9999px;
	float: left!important;
}



#film_video #player_opis .ocena a.gwiazdka:hover{
	background-position: top left;
}

#film_video #player_opis .ocena a.s{
	background-position: center left;
}*/

/*#film_video #player_opis*/ .ikonki {
	margin: 10px 0;
	clear: both;
}

/*#film_video #player_opis*/ .ikonki span.wstep {
	float: left;
	padding: 4px 4px 0 0;
}

/*#film_video #player_opis*/ .ikonki .ikona {
	/*background-image: url(../images/ikona.gif);*/
	background-position: bottom left;
	background-repeat: no-repeat;
	width: 22px;
	height: 22px;
	display: block;
	float: left;
	text-indent: -99999px;
	margin: 0 0 0  3px;
}

/*#film_video #player_opis*/ .ikonki .ikona:hover {
	opacity:.40;
}

/*#film_video #player_opis*/ .ikonki .wiecej {
	height: 18px;
	display: block;
	background-image: url(../images/arrow_001.gif);
	background-position: center right;
	background-repeat: no-repeat;
	padding: 4px 10px 0 5px;
	margin: 0 0 0 10px;
	float: left;
}

/*#film_video*/ #player_opis {
	width: 595px;
	padding: 15px;
	float: left;
	font-weight: normal;
	font-size: 12px;
	color: #d9d9d9;
}

#player_opis .share {
	float: right;
	margin: 0;
	position:relative;
	z-index:900;
}

/*#film_video*/ #player_opis p {
	clear: both;
	margin: 10px 0 0 0;
	line-height: 16px;
	/*height: 45px;*/
}

#film_informacje {
	width: 320px;
	float: left;
	margin: 15px 0 0 10px;
}

#film_informacje_o_filmie {
	width: 280px;
	padding: 20px;
	margin: 0;
	background-color: #252525;
}

#film_informacje_o_filmie .corner-lt {

	background-image: url('../images/filled-corner-lt.gif');

}

#film_informacje_o_filmie .corner-lb {

	background-image: url('../images/filled-corner-lb.gif');

}

#film_informacje_o_filmie .corner-rt {

	background-image: url('../images/filled-corner-rt.gif');

}

#film_informacje_o_filmie .corner-rb {

	background-image: url('../images/filled-corner-rb.gif');


}

#film_informacje_o_filmie h2 {
	width: 170px; 
	height: 14px;
	margin: 5px 0 15px 0;
	padding: 0;
	display: block;
	overflow: hidden;
	
	background-image: url(../images/h2_informacje_o_filmie_001.gif);
	background-position: top left;
	background-repeat: no-repeat;
	text-indent: -9999px;
}

#film_informacje_o_filmie:hover h2{
	background-position: bottom left;
}

#film_informacje_o_filmie table {
	width: 100%;
	clear: both;
}

#film_informacje_o_filmie table td {
	padding: 4px 0;
}

#film_informacje_o_filmie table tr td.info{
	width: 85px;
	color: #737373;
}

#film_informacje_o_filmie table tr:hover td.info{
	color: #fff;
}

#film_obsada {
	width: 280px;
	padding: 20px;
	margin: 0;
	background-color:#252525;
}

#film_obsada h2 {
	width: 170px; 
	height: 14px;
	margin: 5px 0 15px 0;
	padding: 0;
	display: block;
	overflow: hidden;
	
	background-image: url(../images/h2_obsada_002.gif);
	background-position: top left;
	background-repeat: no-repeat;
	text-indent: -9999px;
}

#film_obsada:hover h2{
	background-position: bottom left;
}

#film_obsada table {
	width: 100%;
	clear: both;
}

#film_obsada table td {
	padding: 4px 0;
}

#film_obsada table tr td.postac{
	width: 85px;
	color: #737373;
}

#film_obsada table tr:hover td.postac{
	color: #fff;

}

#film_emisja {
	width: 940px;
	height: 55px;
	padding: 10px;
	border: #252525 solid 1px;
	clear: both;
	margin: 0 0 15px 0;
}

#film_emisja .premiera {
		font-size: 18px;
}

#film_emisja ul {
	list-style: none;
	margin: 10px 0 0 0;
	padding: 0;
}

#film_emisja ul li{
	float: left;
	border-right: #252525 solid 1px;
	padding: 4px 10px 4px 0;
	margin: 0 10px 0 0;
	
}

#film_emisja  span{
	color: #777777;
}

#film_recenzje {
	width: 960px;
	margin: 0 0 10px 0;
	float: left;
}

#film_recenzje h2 {
	width: 170px; 
	height: 14px;
	margin: 25px 0 15px 20px;
	padding: 0;
	display: block;
	overflow: hidden;
	float: left;
	
	background-image: url(../images/h2_recenzje_001.gif);
	background-position: top left;
	background-repeat: no-repeat;
	text-indent: -9999px;
}

#film_recenzje:hover h2{
	background-position: bottom left;
}

#film_recenzje .info {
	width: 620px;
	float: right;
	padding: 20px 0 40px 0;
	
}

#film_recenzje .dodaj {
	width: 620px;
	float: right;
	padding: 0 0 40px 0;
}

#film_recenzje .dodaj textarea{
	border: #6db9ee solid 1px;
	background-color: #1f1f1f;
	width: 620px;
	height: 90px;
}

#film_recenzje .dodaj .submit{
	width: 116px;
	height: 24px;
	display: block;
	float: right;
	margin: 10px 0 0 0;
	background-image: url(../images/button_dodaj_recenzje.gif);
	background-position: top left;
	background-repeat: no-repeat;
	text-indent: -9999px;
	border: none;
}

#film_recenzje .dodaj .submit:hover{
	background-position: bottom left;
}

#film_recenzje .traczek {
	width: 701px;
	min-height: 85px;
	
	font-weight: normal;
	
	clear: both;
	padding: 10px 20px 10px 240px;
	
	background-image: url(../images/traczek_001.gif);
	background-position: 60px 0px;
	background-repeat: no-repeat;
	background-color: #2b2929;
	clear: both;
	position: relative;
}

#film_recenzje .traczek .player_cont {
	padding: 10px 30px;
	background-color: #141414;
	
}

#film_recenzje .traczek .more {
	position: absolute;
	left: 30px;
	bottom: 15%;
	width: 175px;
	height: 27px;
	background: transparent url("../images/button_zobacz_na_stronie_bloga.png") top left no-repeat;
	text-indent: -9999px;
	
}

#recenzje_redaktorzy {
	background-image: url(../images/recenzje_redaktorzy.gif);
	background-position: top left;
	background-repeat: no-repeat;
	width: 918px;
	padding: 0 0 0 41px;
	border-right: #252525 solid 1px;
	clear: both;
}

#recenzje_uzytkownicy {
	background-image: url(../images/recenzje_uzytkownicy.gif);
	background-position: top left;
	background-repeat: no-repeat;
	width: 918px;
	padding: 0 0 0 41px;
	border-right: #252525 solid 1px;
	border-left: #252525 solid 1px;
	border-top:1px solid #252525;
	clear: both;
}

#film_recenzje .recenzja {
	width: 873px;
	min-height: 95px;
	
	font-weight: normal;
	
	clear: both;
	padding: 10px 0 10px 45px;
	border-bottom: #252525 solid 1px;

}

#film_recenzje .recenzja:hover {
	background-color: #1c1c1c;
}

#film_recenzje .recenzja:hover img {
	border: #288dd1 solid 2px;
}

#film_recenzje .recenzja p {
	width: 640px;
	float: left;
	display: block;
}

#film_recenzje .recenzja img {
	border: #545454 solid 2px;
	margin: 0 60px 0 0;
	float: left;
}
#film_recenzje .recenzja span {
	color: #777777;
	padding: 0 0 10px 0;
}

#film_recenzje .wiecej {
	height: 18px;
	display: block;
	padding: 10px 10px 0 0;
}

#film_recenzje .ocenianie {
	float: right;
	margin: 60px 10px 0 0;
}

#film_recenzje .ocenianie .tak {
	width: 12px;
	height: 26px;
	display: block;
	text-indent: -9999px;
	background-image: url(../images/ocena.gif);
	background-position: top right;
	background-repeat: no-repeat;
	float: left;
	padding:0;
	margin: 0 2px 0 0;
}

#film_recenzje .ocenianie a.tak:hover {
	background-position: bottom right;
}

#film_recenzje .ocenianie .nie {
	width: 12px;
	height: 26px;
	display: block;
	text-indent: -9999px;
	background-image: url(../images/ocena.gif);
	background-position: top left;
	background-repeat: no-repeat;
	float: left;
	margin: 0 2px 0 0;
	padding:0;
}

#film_recenzje .ocenianie span.ile {
	padding: 4px;
	float: left;
}

#film_recenzje .ocenianie a.nie:hover {
	background-position: bottom left;
}

#film_recenzje .raczek .player_cont {
	margin: 20px 20px 20px 300px;	
	
}

.box_filmowy {
	width: 945px;
	height: 240px;
	padding: 20px 0 20px 15px;
	margin: 0 0 30px 0;
	border: #252525 solid 1px;
	clear: both;
}

.box_filmowy_premiery {
	height: 275px;
	margin-top: 30px;
	}

#premieresBox .box_filmowy {
	width: 945px;
	height: 275px;
	padding: 20px 0 20px 15px;
	margin: 0 0 30px 0;
	border: #252525 solid 1px;
	clear: both;
}

.box_vod
{
	background:#1167b6 url(../images/filmy_vod_back.gif) repeat-x;
	height:226px;
	padding: 20px 0 20px 15px;
}



#film_podobne_filmy *{
	/*height: auto;*/

}

.box_filmowy h2 {
	width: 100%; 
	height: 16px;
	margin: 5px 0 15px 0;
	padding: 0;
	display: block;
	overflow: hidden;
	float: left;
}

#film_podobne_filmy h2{
	/*background-position: bottom left;*/
	background-image: url(../images/h2_podobne_filmy_001.gif);
	background-position: top left;
	background-repeat: no-repeat;
	text-indent: -9999px;
	height: 14px;
}

#film_podobne_filmy:hover h2{
	background-position: bottom left;
	background-image: url(../images/h2_podobne_filmy_001.gif);
	/*background-position: top left;*/
	background-repeat: no-repeat;
	text-indent: -9999px;
}

.box_filmowy .film {
	width: 175px;
	float: left;
	margin: 0 14px 0 0;
	
}

.box_filmowy #premieresBox .film {
	width: 300px;
	
	
}

.film a {
	display: block;
	position: relative;
	z-index: 10000;
}

.film a:hover {
	/*cursor: pointer;*/	
}

.box_filmowy .film a.tytul {
	clear: both;
	display: block;
	margin: 5px 0;
}

.box_filmowy .film a.tytul .en {
	font-size:11px;
	color:#666666;
}


.box_filmowy .rog1 { margin:-20px 0 0 -15px }

.box_vod .film a.tytul {
	color:#141414;
}

.box_vod .film a.tytul .en {
	color:#141414;
}


/*#film_podobne_filmy .film .ocena {
	clear: both;
	float: left;
	width: 80px;
}

#film_podobne_filmy .film .ocena a.gwiazdka{
	width: 15px;
	height: 15px;
	background-image: url(../images/rate_001.gif);
	background-position: bottom left;
	background-repeat: no-repeat;
	display: block;
	text-indent: -9999px;
	float: left!important;
}

#film_podobne_filmy .film .ocena a.gwiazdka:hover{
	background-position: top left;
}

#film_podobne_filmy .film .ocena a.s{
	background-position: center left;
}

#film_podobne_filmy .film .oceny {
	float: left
}*/

.film_scroll {
	width:945px; 
	height: 210px;
    overflow:auto; overflow-y:hidden; 
}

#box_vod .film_scroll {
	height: 195px;	
}

.film_scroll_premiery {

	height: 245px;

}

.film_scroll .holder{
	height: 145px;
}

.film_scroll .holder_premier{
	height: 210px;
}

.film_scroll div#premieresBox .holder{
	height: 210px;
}

/*.film_scrollbar {
	width: 680px;
	height: 25px;
	padding: 10px 140px 15px 140px;
	border-bottom: #252525 solid 1px;
	border-right: #252525 solid 1px;
	border-left: #252525 solid 1px;
	margin: 0 0 30px 0;
	clear:both;
}

.film_scrollbar .prev {
	width: 32px;
	height: 18px;
	display: block;
	text-indent: -9999px;
	background-image: url(../images/button_scroll.gif);
	background-position: top left;
	background-repeat: no-repeat;
	float: left;
	margin: 3px 0 0 0;
}

.film_scrollbar .next {
	width: 32px;
	height: 18px;
	display: block;
	float: left;
	text-indent: -9999px;
	background-image: url(../images/button_scroll.gif);
	background-position: top right;
	background-repeat: no-repeat;
	margin: 3px 0 0 0;
}
.film_scrollbar .prev:hover  {
	background-position: bottom left;
}
 
.film_scrollbar .next:hover {
	background-position: bottom right;
}

.film_scrollbar .scrollbar {
	width: 610px;
	height: 23px;
	display: block;
	float: left;
	background-image: url(../images/scroll_bg.gif);
	background-position: center right;
	background-repeat: repeat-x;
}

.film_scrollbar .scrollbar a {
	width: 53px;
	height: 23px;
	display: block;
	float: left;
	text-indent: -9999px;
	background-image: url(../images/button_scroll_bar.gif);
	background-position: top right;
	background-repeat: no-repeat;
	margin: 0 0 0 200px;
}
.film_scrollbar .scrollbar a:hover  {
	background-position: bottom right;
}
*/
.clear {
	clear: both;
	/*height: 1px;*/
}



div#wszystkoprogramy {
	background-color: #141414;
	margin:0px;
	padding:0px;
	line-height:15px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #ffffff;
	
}
div#wszystkoprogramy .prleft{
	float: left;
}
div#wszystkoprogramy .prright{
	float: right;
}
div#wszystkoprogramy .prbialy{
	color:#ffffff;
}
div#wszystkoprogramy .prszary{
color:#929292;
}


div#wszystkoprogramy p {
	margin: 11px 0;	
}

div#wszystkoprogramy a{
	text-decoration: none;
	border: 0px;
}
div#wszystkoprogramy h1, h2, h3 {
	margin: 0px;
	font-weight: normal;
}
div#wszystkoprogramy h2{
	font-size: 16px;
	color: #0088eb;
}
div#wszystkoprogramy h3{
	font-size: 16px;
	color: #ffffff;
	display:inline;
	float:left;
	margin-left:20px;
	margin-top: 12px;
}
div#wszystkoprogramy div#container{
	width: 960px;
	/*margin-top:40px;*/
}
div#wszystkoprogramy div#prheader{
	background-color: #2b2929;
	width: 960px;
	height: 40px;
	
}
div#wszystkoprogramy div.prbox1{
	width: 960px;
	height: 163px;
	margin-top: 30px;
}
div#wszystkoprogramy div.prbox1 .prbox1srodek img{
	margin-top: 10px;
}

div#wszystkoprogramy div.prbox1 .prbox1srodek{
	border-top: 1px solid  #2b2929;
	border-bottom: 1px solid  #2b2929;
	width: 930px;
	height: 161px;
	float: left;
}
div#wszystkoprogramy .prtekst{
	width: 600px;
	text-align: left;
	float:left;
	margin-left: 30px;
	
}

div#wszystkoprogramy .pr_czlewa{
	float: left;
	width: 240px;
	height: 100%;

}


div#wszystkoprogramy div.prbox2{
	width: 960px;
	height: 257px;
	margin-top: 30px;
}
div#wszystkoprogramy div.prbox2 .prbox2srodek img{
	margin-top: 20px;
}

div#wszystkoprogramy div.prbox2 .prbox2srodek{
	border-top: 1px solid  #2b2929;
	border-bottom: 1px solid  #2b2929;
	width: 930px;
	height: 255px;
	float: left;
}

div#wszystkoprogramy .pr2kol_lewa{
	width: 270px;
	float: left;
	margin-right:20px;
	
}
div#wszystkoprogramy .pr2kol_prawa{
	width: 270px;
	float: right;
	
}

div#wszystkoprogramy .prdate{
	float:left;
	vertical-align: bottom;
	font-size: 14px;
	line-height:18px;
	margin-left: 15px;
	margin-top: 20px;
}
div#wszystkoprogramy .prdate .godzina{
	font-size: 18px;
}
div#wszystkoprogramy .prdate img{
	vertical-align: bottom;
	margin-left: 10px;
}

div#wszystkoprogramy .right{
	float: right;
}

div#wszystkowyniki {
	background-color: #141414;
	margin:0px;
	padding:0px;
	margin-bottom: 20px;
	line-height:15px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #929292;
	
}
div#wszystkowyniki .brak{
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: center;
	font-size: 16px;
	/*font-weight: bold;*/
}

div#wszystkowyniki .wwleft{
	float: left;
}
div#wszystkowyniki .wwright{
	float: right;
}
div#wszystkowyniki .wwbialy{
	color:#ffffff;
}
div#wszystkowyniki .wwszary{
color:#929292;
}

div#wszystkowyniki a{
	text-decoration: none;
	border: 0px;
}
div#wszystkowyniki h1, h2, h3, h4 {
	margin: 0px;
	font-weight: normal;
	text-align: left;
}

div#wszystkowyniki h3{
	font-size: 16px;
	color: #ffffff;
	display:inline;
	float:left;
	margin-left:20px;
	margin-top: 12px;
}
div#wszystkowyniki div#container{
	width: 960px;
	margin-top:40px;
	text-align:left;
}
div#wszystkowyniki div#wwheader{
	background: url(../images/tab_line_960.gif) no-repeat left bottom;
	width: 960px;
	height: 50px;
	
}

div#wszystkowyniki div#wwheader ul{
	background: url(../images/szukaj_tabs.gif) no-repeat left top;
	width: 453px;
	height: 40px;
	margin-left: 10px;
	padding-left: 6px;
	list-style: none; 
	
}

div#wszystkowyniki div#wwheader ul.mov{
	background-position: left -120px;
	
}

div#wszystkowyniki div#wwheader ul.lex{
	background-position: left -240px;
	
}

div#wszystkowyniki div#wwheader ul li{
	float: left;
	height: 40px;
	margin-right: 1px;
}

div#wszystkowyniki div#wwheader ul li a{
	height: 40px;
	display: block;
	text-indent: -9999px;
	
}

div#wszystkowyniki div#wwheader ul li.all a, div#wszystkowyniki div#wwheader ul li.all{
	width: 91px;
}

div#wszystkowyniki div#wwheader ul li.mov a, div#wszystkowyniki div#wwheader ul li.mov{
	width: 164px;
}

div#wszystkowyniki div#wwheader ul li.lex a, div#wszystkowyniki div#wwheader ul li.lex{
	width: 186px;
}

div#wszystkowyniki div#wwheader h3{
	margin-left: 12px;
	font-size: 12px;
}


div#wszystkowyniki div#wwheaderold{
	background-image: url(../images/ww_header_tlo.jpg);
	width: 960px;
	height: 51px;
	
}

div#wszystkowyniki div#wwheaderold h3{
	margin-left: 12px;
	font-size: 12px;
}



div#wszystkowyniki div.wwwynik {
	width: 920px;
	text-align:left;
	margin-top: 15px;
	padding-left:10px;
	margin-left: 0;
	padding-right: 30px;
	padding-bottom: 40px;
	clear: both;
	height: 95px;
	border-bottom: 1px solid #292828;
	position: relative;
}

div#wszystkowyniki div.wwwynik .wwright{
	margin-top: 15px;
}

div#wszystkowyniki div.wwwynik h4{
	font-size: 12px;
	color: #ffffff;
	display: inline;
	margin-right: 15px;
	margin-bottom: 10px;

}

div#wszystkowyniki div.wwwynik h4 .en{
	color: #666666;
}

div#wszystkowyniki div.wwwynik p.desc{
	margin-top: 10px;
}

div#wszystkowyniki div.wwwynik .links{
	height: 40px;
	position: absolute;
	bottom: 0;
	left: 0;
}

div#wszystkowyniki div.wwwynik .links a{
	float: left;
	height: 30px;
	padding-top: 10px;
	margin-left: 10px;
	padding-right: 15px;
	background: transparent url(../images/crumb.gif) no-repeat right 13px;
	
}

div#wszystkowyniki div.wwwynik .links a.separate{
	margin-left: 10px;
	padding-left: 15px;
	border-left: 1px solid #292828;
	
}

div#wszystkowyniki div.wwwynik .oceny{
	
	position: absolute;
	bottom: 0;
	left: 550px;
	height: 30px;
	padding-top: 10px;
	padding-left: 13px;
	border-left: 1px solid #292828;
	color: #ffffff;

}

div#wszystkowyniki div.wwwynik .ocena{
	display: inline;
		

}

div#wszystkowyniki div.wwwynik p{
	font-size: 11px;
	color: #a6a6a6;
	
	width: 700px;
}

div#wszystkowyniki div.wwwynik .wwtytul img{
	
	margin-left: 10px;
	margin-right: 10px;
}

div#wszystkowyniki div.wwwynik .wwtytul span{
	font-size: 12px;
	color: #ffffff;
}
div#wszystkowyniki div#wwpagination{
	margin-top: 30px;
	margin-bottom: 30px;
	width: 960px;
	height: 36px;
}
div#wszystkowyniki div#wwpagination #wwpagination_srodek{
	/*width: 916px;*/
	height: 35px;
	border-top: 1px solid #292828;
	border-bottom: 1px solid #292828;
	text-align:center;
	position: relative;
}
div#wszystkowyniki div#wwpagination #wwpagination_srodek #wwnumery{
	/*width: 300px;*/
	border: 0px solid red;
	/*margin-left: 300px;*/
	float: left;
	position: relative;
	left: 50%;
	
}
div#wszystkowyniki div#wwpagination #wwpagination_srodek .wwnr_pelny, div#wszystkowyniki div#wwpagination #wwpagination_srodek .wwnr_active, div#wszystkowyniki div#wwpagination #wwpagination_srodek .wwnr_strzalkaleft, div#wszystkowyniki div#wwpagination #wwpagination_srodek .wwnr_strzalkaright {
	position: relative;
	left: -50%;
	}

div#wszystkowyniki div#wwpagination #wwpagination_srodek .wwnr_pelny{
	background-image: url(../images/ww_page_tlo.jpg);
	float:left;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	margin-left:1px;
	width: 35px;
	height: 35px;
	display: block;
	min-width: 35px;
}
div#wszystkowyniki div#wwpagination #wwpagination_srodek .wwnr_active{
	width: 35px;
	height: 35px;
	background-image: url(../images/ww_page_beztla.jpg);
	float:left;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	color: #ffffff;
	margin-left:1px;
	min-width: 35px;
}
div#wszystkowyniki div#wwpagination #wwpagination_srodek .wwnr_pelny a, div#wszystkowyniki div#wwpagination #wwpagination_srodek .wwnr_pelny span{
	margin-top:10px;
	display:block;
}
div#wszystkowyniki div#wwpagination #wwpagination_srodek .wwnr_active a{
	margin-top:10px;
	display:block;
}
div#wszystkowyniki div#wwpagination #wwpagination_srodek .wwnr_strzalkaleft{
	width: 35px;
	height: 35px;
	background-image: url(../images/ww_page_strzalkaleft.jpg);
	float:left;
	margin-left:1px;
}

div#wszystkowyniki div#wwpagination #wwpagination_srodek .wwnr_strzalkaright{
	width: 35px;
	height: 35px;
	background-image: url(../images/ww_page_strzalkaright.jpg);
	float:left;
	margin-left:1px;
}


div#wszystkoprofil {
	background-color: #141414;
	margin:0px;
	padding:0px;
	line-height:15px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #ffffff;
	
}
div#wszystkoprofil .profleft{
	float: left;
}
div#wszystkoprofil .profright{
	float: right;
}
div#wszystkoprofil .prbialy{
	color:#ffffff;
}
div#wszystkoprofil .prszary{
color:#929292;
}

div#wszystkoprofil a, img{
	text-decoration: none;
	border: 0px;
	margin: 0px;
}

div#wszystkoprofil h1, h2, h3, h4 {
	margin: 0px;
	font-weight: normal;
}
div#wszystkoprofil h2{
	font-size: 13px;
	color: #ffffff;
	text-align: right;
	margin-right: 10px;
	display:inline;
	float:right;
	margin-top: 15px;
	
}
div#wszystkoprofil h3{
	font-size: 16px;
	color: #ffffff;
	display:inline;
	float:left;
	margin-left:20px;
	margin-top: 12px;
}
div#wszystkoprofil h4{
	font-size: 15px;
	color: #0088eb;
	margin-bottom: 15px;
}

div#wszystkoprofil div#container{
	text-align: left;
	width: 960px;
	margin-top:40px;
}
div#wszystkoprofil div#profheader{
	background-color: #2b2929;
	width: 960px;
	height: 40px;
	
}



/* --box lewy sie zaczyna ------------------------------------------------------------------- */
	
	
div#wszystkoprofil #prof_boxlewy{
	aabamargin-top:30px;
	
}
div#wszystkoprofil #prof_lewatabela{
 width: 205px; 
/*height: 424px;*/
margin-top: 30px;
color:#ababab;
}


div#wszystkoprofil #prof_lewatabela img.prof_rogi, td, tr{
	margin:-1px;
	margin-bottom:-5px;
	margin-top:-5px;
}

div#wszystkoprofil #prof_lewatabela img.prof_rogi{
	/*margin:-1px;*/
	margin-left: 0;
	margin-bottom:-5px;
	margin-top:-5px;
}

div#container table.container {
	margin-bottom: 20px;	
}

div#wszystkoprofil #prof_lewatabela h4{
	margin-left: 20px;
	
}

div#wszystkoprofil #prof_lewatabela #prof_avatar{
	margin: 20px auto 5px auto;
	/*margin-left: 50px;*/
	display: block;
}

div#wszystkoprofil #prof_lewatabela .photoFormDesc{
	margin-bottom: 15px;
}

div#wszystkoprofil #prof_lewatabela img {
	margin: 0 10px;
}

div#wszystkoprofil #prof_wnetrzeboksa {

	padding-left: 20px;
	padding-right: 20px;
	color: #ababab;
	position: relative;
	
}

div#wszystkoprofil #prof_wnetrzeboksa .zamknij{

	right: 0px;
	top: 0;
	position: absolute;
	float: none;
	
}

div#wszystkoprofil #prof_wnetrzeboksa a{
	color: #3fb0eb;
}

div#wszystkoprofil .prof_email{
	/*width: 205px;
	padding-bottom: 5px;
	line-height: 27px;*/
	line-height: 27px;
	vertical-align: center;
	
	border-top: 1px solid #141414;
	
	border-bottom: 1px solid #141414;
	
}


div#wszystkoprofil h5.first {
	
	margin-top: 15px;	

	
}

div#wszystkoprofil h5.formTrigger {
	
	height: 34px;
	margin-top: 1px;	
	
	background-image: url('../images/profil-tlo.png');
	background-repeat: repeat-x;
	background-position: left bottom;
	color: white;
	line-height: 34px;
	vertical-align: middle;
	padding: 0 10px;
	font-size: 12px;
	border-top: 1px solid black;
	
}

div#wszystkoprofil h5.active {
	
	
	background-image: url('../images/button-zamknij.png');
	background-repeat: no-repeat;
	background-position: 95% center;
	
}


div#wszystkoprofil form input, div#wszystkoprofil form#zmienAvatarForm input {
	width: auto;
	height: auto;
	margin-bottom:4px;
}

div#wszystkoprofil form input.text {
	margin-top: 5px;
	width: 170px;
}

div#wszystkoprofil form input.zapisz {
	
	margin: 10px 0;
	padding: 0;
	border: none;	
}

div#wszystkoprofil form {
	
	margin: 0;
	padding: 3px 10px;
	border: none;	
}

div#wszystkoprofil form#zmienAvatarForm .fileReplacement{
	margin: 10px 0;
	display: block;
}

div#wszystkoprofil form .zamknij{
	float: right;
	margin-right: 3px;
	line-height: normal;
	
}

div#wszystkoprofil form {
	padding-top: 7px;
	padding-bottom: 5px;
	
}




div#wszystkoprofil form#zmienAvatarForm .zamknij{
	float: right;
	
}

div#wszystkoprofil form#zmienAvatarForm .status{
	/*margin: 5px 0;*/
	color: #FFF;
	padding-bottom: 5px;
	
}

div#wszystkoprofil form#zmienAvatarForm input.file{
	margin: 10px;
	
}

div#wszystkoprofil form#zmienAvatarForm input.submit{
	display: block;
	margin: 10px 0;
	padding: 0;
	border: none;
	
}




div#wszystkoprofil .prof_oceny{
	width: 203px;
	height: 30px;
	line-height: 30px;
}
div#wszystkoprofil .prof_oceny img{
	/*vertical-align: bottom;*/
	margin-left: 20px;
	margin-top: 12px;
	display:inline;
}



div#wszystkoprofil #container table td{
	vertical-align:top;
}

div#wszystkoprofil #prof_boxprawy {
	width: 737px;
}

/*div#wszystkoprofil  #prof_tabgorny{
	background-image: url(../images/prof_tabgorny.jpg);
	width: 737px;
	height: 57px;

	
	
	
	
	
}
div#wszystkoprofil  #prof_tabgorny span{
float: left;
margin-top: 10px;
}

*/
div#wszystkoprofil .prof_tabs {
	height: 51px;
	background-image: url('../images/prof-tabs-tlo.png');
	background-repeat: no-repeat;
	background-position: left bottom;
}

div#wszystkoprofil .prof_tabs ul {
	list-style: none;
	height: 51px;
	width: 412px;
	float: right;
	background-image: url('../images/prof-tabs.png');
	background-repeat: no-repeat;
	background-position: left bottom;
}

div#wszystkoprofil .prof_tabs ul.punkty {
	background-position: left top;
}

div#wszystkoprofil .prof_tabs ul.recenzje {
	background-position: left center;
}

div#wszystkoprofil .prof_tabs ul.obserwowane {
	background-position: left bottom;
}

div#wszystkoprofil .prof_tabs ul li {
	height: 51px;
	float: left;
}
div#wszystkoprofil .prof_tabs ul li a{
	height: 51px;
	display: block;
	text-indent: -9999px;
}

div#wszystkoprofil .prof_tabs ul li a.obserwowane{
	width: 127px;
}

div#wszystkoprofil .prof_tabs ul li a.punkty{
	width: 160px;
}

div#wszystkoprofil .prof_tabs ul li a.recenzje{
	width: 125px;
}

div#wszystkoprofil .pokazuj{
	display: block;
	width: 191px;
	height: 24px;
	text-indent: -9999px;
	background-image: url('../images/button-pokazuj.001.png');
	background-repeat: no-repeat;
	background-position: left top;
}

div#wszystkoprofil .nie-pokazuj{
	background-position: left bottom;
}

div#wszystkoprofil ul.punkty{
	list-style: none;
	
}

div#wszystkoprofil ul.punkty li {
	list-style: none;
	height: 65px;
	
	
}

div#wszystkoprofil ul.punkty li.parzysty {
	background-image: url('../images/lista-tlo.png');
	background-repeat: repeat-x;
	background-position: left bottom;
	
	
}

div#wszystkoprofil ul.punkty li .ile_punktow {
	float: left;
	height: 65px;
	width: 46px;
	background-image: url('../images/punkty-tlo.001.png');
	background-repeat: no-repeat;
	background-position: center center;
	line-height: 65px;
	text-align: center;
	vertical-align: middle;
	font-size: 30px;
	margin: 0 15px;
}

div#wszystkoprofil ul.punkty li.last {
	border-bottom: 1px solid #2B2929;
}

div#wszystkoprofil ul.punkty li.parzysty .ile_punktow{
	background-image: url('../images/punkty-tlo.002.png');	
}

div#wszystkoprofil ul.punkty li p{
	color: #0088EB;
	padding-top: 10px;	
}

div#wszystkoprofil ul.punkty li p.data{
	color: #e0e0e0;
}

div#wszystkoprofil #prof_boxprawy #prof_content{
	width: 735px;
	border-left: 1px solid #232323;
	border-right: 1px solid #232323;
	margin-bottom: 0px;
	/*padding: 10px;*/
	
}

div#wszystkoprofil #prof_boxprawy #prof_content .brak{
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: center;
	font-size: 16px;
	
}

div#wszystkoprofil #prof_boxprawy #prof_content .obserwowane
{
	padding:10px;
}

div#wszystkoprofil #prof_boxprawy #prof_content .obserwowane h3
{
	display: block;
	font-size: 15px;
	margin: 0 0 12px 0;
	float: none;
}

div#wszystkoprofil #prof_boxprawy #prof_content .obserwowane .item
{
	padding-bottom: 8px;
	overflow: hidden;
}

div#wszystkoprofil #prof_boxprawy #prof_content .obserwowane .item a.link
{
	display: block;
	float: left;
}

div#wszystkoprofil #prof_boxprawy #prof_content .obserwowane .item a.usun
{
	display: block;
	float: right;
}

div#wszystkoprofil div.profbox1{
	width: 735px;
	/*height: 250px;*/
	margin-top: 0px;
	border-bottom: 1px solid  #2b2929;
	
}

div#wszystkoprofil div.profbox1last{
	width: 735px;
	/*height: 250px;*/
	margin-top: 0px;
	border-bottom: none;
	
}
div#wszystkoprofil div.profbox1 .profbox1srodek img{
	margin-top: 10px;
	margin-left: 10px;
}

div#wszystkoprofil div.profbox1 .profbox1srodek .rotator img{
	margin-top: 0;
	margin-left: 0;
}

div#wszystkoprofil div.profbox1 .profbox1srodek{
	

	width: 735px;
	height: 100%;
	float: left;
}
div#wszystkoprofil .proftekst{
	width: 400px;
	text-align: left;
	float:left;
	margin-left: 30px;
	margin-top: 10px;
	
}
div#wszystkoprofil .proftekst a {
	color: #3fb0eb;
	
}

div#wszystkoprofil .prof_czlewa{
	float: left;
	width: 160px;
	height: 100%;
	padding: 10px;

}
div#wszystkoprofil .profopis{
	text-align: right;
	margin-top: 20px;
	margin-left: 20px;
	color: #3fb0eb;
}
div#wszystkoprofil .profocena{
	
	float: right;
	margin-right: 10px;
	margin-top: 90px;
	width: 85px;
	text-align:left;
	font-size: 14px;
	color: #b9eb62;
	
}

div#wszystkoprofil .profocena img{
	
	width: 16px;
	height: 27px;
	margin-right: -10px;
	float:left;
	
}
div#wszystkoprofil .profocena .lapy{
	margin-top: 0px;
}
div#wszystkoprofil .profocena span{
	margin-left: 12px;
	margin-top: 15px;
	float: right;
	margin-right: 10px;
}



div#wszystkoprofil div#wwpagination{
	margin-bottom: 0px;
	margin-top: 0px;
	width: 737px;
	height: 36px;
}
div#wszystkoprofil div#wwpagination #wwpagination_srodek{
	width: 737px;
	height: 35px;
	border-top: 1px solid #292828;
	border-bottom: 1px solid #292828;
	text-align:center;
		position: relative;
}
div#wszystkoprofil div#wwpagination #wwpagination_srodek #wwnumery{
	
	
	border: 0px solid red;
	/*margin-left: 300px;*/
	float: left;
	position: relative;
	left: 50%;
	
}

div#wszystkoprofil div#wwpagination #wwpagination_srodek .wwnr_pelny a, div#wszystkoprofil div#wwpagination #wwpagination_srodek .wwnr_pelny span, div#wszystkoprofil div#wwpagination #wwpagination_srodek .wwnr_active a, div#wszystkoprofil div#wwpagination #wwpagination_srodek .wwnr_active span {
	display: block;
	margin-top: 10px;
}

div#wszystkoprofil .wwleft{
	float: left;
}
div#wszystkoprofil .wwright{
	float: right;
}

div#wszystkoprofil div#wwpagination #wwpagination_srodek .wwnr_pelny, div#wszystkoprofil div#wwpagination #wwpagination_srodek .wwnr_active, div#wszystkoprofil div#wwpagination #wwpagination_srodek .wwnr_strzalkaleft, div#wszystkoprofil div#wwpagination #wwpagination_srodek .wwnr_strzalkaright {
	position: relative;
	left: -50%;
	}

div#wszystkoprofil div#wwpagination #wwpagination_srodek .wwnr_pelny{
	width: 35px;
	height: 35px;
	background-image: url(../images/prof_page_tlo.jpg);
	float:left;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	margin-left:1px;
}
div#wszystkoprofil div#wwpagination #wwpagination_srodek .wwnr_active{
	width: 35px;
	height: 35px;
	background-image: url(../images/prof_page_beztla.jpg);
	float:left;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	color: #ffffff;
	margin-left:1px;
}
div#wszystkoprofil div#wwpagination #wwpagination_srodek .wwnr_pelny span{
	margin-top:10px;
	display:block;
}
div#wszystkoprofil div#wwpagination #wwpagination_srodek .wwnr_active span{
	margin-top:10px;
	display:block;
}
div#wszystkoprofil div#wwpagination #wwpagination_srodek .wwnr_strzalkaleft{
	width: 35px;
	height: 35px;
	background-image: url(../images/prof_page_strzalkaleft.jpg);
	float:left;
	margin-left:1px;
}

div#wszystkoprofil div#wwpagination #wwpagination_srodek .wwnr_strzalkaright{
	width: 35px;
	height: 35px;
	background-image: url(../images/prof_page_strzalkaright.jpg);
	float:right;
	margin-left:1px;
}



div#wszystkoprofil #prof_lewatabela div#movieAvatarsList {
width: 296px;
height: 98px;
color: #dbdbdb;
font-size:11px;
font-family:Arial, Helvetica, sans-serif;
position: absolute;
z-index: 10000;
}

div#wszystkoprofil #prof_lewatabela div#movieAvatarsList * {
margin: 0;
padding: 0;
}
div#wszystkoprofil #prof_lewatabela div#movieAvatarsList div#box_avatary_srodek {
	background-color: #141414;
	width: 276px;
	height: 96px;
	float: left;
	border-top:1px solid #5b98c2;
	border-bottom:1px solid #5b98c2;
	margin-top:1px;
}
div#wszystkoprofil #prof_lewatabela div#movieAvatarsList div.box_avatary_linie {
	height: 40px;
	margin-top: 5px;
}
div#wszystkoprofil #prof_lewatabela div#movieAvatarsList div.box_avatary_linie h6{
	font-size: 11px;
	font-weight: normal;
	display: inline;
	line-height: 40px;
	margin-left: 10px;
	
}

div#wszystkoprofil #prof_lewatabela div#movieAvatarsList .zamknij {
	position: absolute;
	right: 5px;
	top: 3px;
	
}
div#wszystkoprofil #prof_lewatabela div#movieAvatarsList div.box_avatary_linie img{
	display: inline;
	margin-right: 20px;
	float: right;
}

.center {
	text-align: center;	
}

.error {
	color: #FC2A39; 	
}


a.nagraj {
	width: 46px;
	height: 12px;
	display: block;
	text-indent: -9999px;
	background-image: url(../images/rec_001.gif);
	background-position: top left;
	background-repeat: no-repeat;
	/*float: right;
	margin: 4px 0 0 15px;*/
}

a.nagraj:hover {
	background-position: bottom left;
}

#ramowka a.nagraj {
	width: 38px;
	height: 15px;
	display: block;
	text-indent: -9999px;
	background-image: url(../images/rec-ramowka.png);
	background-position: top left;
	background-repeat: no-repeat;
	/*float: right;
	margin: 4px 0 0 15px;*/
}

#ramowka a.nagraj:hover {
	background-position: top left;
}

#film_emisja a.nagraj {
	float:right;	
}

#wszystkoprogramy .prdate .line {
	float: left;
}

#wszystkoprogramy a.nagraj {
	float: left;
	margin: 4px 0 0 15px;
}

#wszystkoprogramy .roundCornerBox {
	margin-top: 30px;
}