/*ukrywamy by nie bylo blysku niesformatowanej tresci*/
/*po zaladowaniu DOMu odkrywamy javascriptem*/

#kontener_wiadomosci,#film_slider,#zdjecia_slider,.kontener_aktorow{
	display: none;
}

#stop_censorship{
	position: fixed;
    right: 0;
    top: 0;
    z-index: 1;
}

table{
	border-collapse: collapse
}
img{
	border: 0;
}

#reklama{
  text-align: center;
}

#banner{
	width: 1024px;
	background-color: white;
	margin-left: auto;
	margin-right: auto;
	background-color: white;
	text-align: left;
}

.banner{
	border: none;
}

body{
	background: url('../images/grafiki/tlo.png');
	background-attachment: fixed;
	margin: auto;
	text-align: center;
}

#stopka{
	width: 1024px;
	background-color: white;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	color: #adadac;
	font-family: arial, sans-serif;
  font-size: 12px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.prawa_czesc_napis{
  font-weight: bold;
  color: #1f2e4c;
  font-size: 13px;
  font-family: arial, sans-serif;
  padding-bottom: 10px;
  text-align: left;
}

#logowanie{
  padding: 10px 0 10px 0;
  color: #667799;
  text-align: center;
}

#prawa_czesc{
	color: #4c4c4c;
	text-align: center;
	padding-top: 10px;
	float: right;
	width: 110px;
	overflow: auto;
	font-family: arial, sans-serif;
    font-size: 12px;
    color: #4c4c4c;
}

#prawa_czesc a{
  color: #667799;
  text-decoration: none;
}

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

#wyszukiwarka{
  width: 240px;
  float: right;
  margin-right: 20px;
  _margin-right: 10px;
  height: 25px;
  text-align: right;
  position: relative;
}

#wyszukiwarka #szukaj_txt{
  position: absolute;
  top: 2px;
  left: 18px;
  background-color:white;
  width:190px;
  border:0;
  margin: 0;
  padding: 0;
  height:21px;
  line-height:21px;
  font-size:11px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

#wyszukiwarka #podpowiedzi{
	position: absolute;
	left: 18px;
	top: 24px;
	width: 188px;
	border: solid black 1px;
	background-color: white;
	display: none;
	z-index: 100;
	text-align: left;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	-o-box-shadow: 5px 5px 5px #666;
	-moz-box-shadow: 5px 5px 5px #666;
	-webkit-box-shadow: 5px 5px 5px #666;
	box-shadow: 5px 5px 5px #666;
}

#wyszukiwarka #podpowiedzi .kontyner_podpowiedzi{
	padding: 5px;
	font-size: 10px;
}

#wyszukiwarka #podpowiedzi .kontyner_podpowiedzi:hover, #wyszukiwarka #podpowiedzi #aktywny{
	background: #9FC8F6;
}

#wyszukiwarka #podpowiedzi .kontyner_podpowiedzi a,#wyszukiwarka #podpowiedzi .kontyner_podpowiedzi a:hover{
	color: black;
	/*usuwamy dziedziczenie z menu*/
	background: none;
	border: 0;
	padding: 0;
}

#wyszukiwarka #podpowiedzi .kontyner_podpowiedzi img{
	float: left;
	margin: 3px;
	width: 50px;
	text-align: left;
}

#wyszukiwarka #szukaj_submit{
	border: 0;
	margin: 0;
	padding: 0;
	margin-top: 1px;
	width: 22px;
	height: 22px;
	background: transparent url('../images/grafiki/search-button.png') no-repeat;
}

#menu_glowne{
	height: 25px;
	width: 1024px;
	margin: auto;
	background: black url('../images/grafiki/menu_tlo.png');
	font-family: Arial;
	font-size: 13px;
	text-align: left;
}

	#menu_glowne ul{
		padding: 0;
		margin: 0;
		list-style-type: none;
		float: left;
	}
	
		#menu_glowne ul .noborder{
			border: none;
		}
		
		#menu_glowne ul .last{
			border-bottom: solid black 1px;
		}
		
			#menu_glowne ul li{
				float: left;
				position: relative;
				height: 25px;
				line-height: 25px;
			}
	
		#menu_glowne a{
			background: url('../images/grafiki/menu_tlo.png');
			text-decoration: none;
			color: white;
			display: block;
			padding: 0 20px 0 20px;
			border-left: solid black 1px;
			border-right: solid black 1px;
		}
		
		#menu_glowne a:hover{
			background: url('../images/grafiki/menu_tlo_hover.png');
			border-left: solid #00A1FF 1px;
			border-right: solid #00A1FF 1px;
		}
			
			#menu_glowne ul li ul{
				display: none;
				position: absolute;
				width: 125px;
			}
		
			#menu_glowne ul li ul li{
				float: none;
			}

#kontyner{
	overflow: hidden;
	width: 1024px;
	margin-left: auto;
	margin-right: auto;
	background-color: white;
}

.news{
  width: 770px;
  padding-bottom: 10px;
}

.data_dodania_newsa{
  font-family: arial, sans-serif;
  width: 100px;
  font-size: 14px;
  float: right;
  margin: 6px 10px 6px 0px;
  text-align: right;
}

h2, .kontyner_newsa_header h1{
  font-family: arial, sans-serif;
  width: 605px;
  font-size: 16px;
  font-weight: bold;
  float: left;
  margin: 5px 0 6px 10px;
  text-align: left;
  color: #1f2e4c;
}

.kontyner_newsa_header{
  width: 770px;
  color: #1f2e4c;
  height: 30px;
  background: #9fbfff url('../images/grafiki/round.gif') left top no-repeat;
}

.kontyner_newsa_stopka{
  width: 770px;
  overflow: auto;
  border-bottom: solid #1f2e4c 1px;
}

.tresc_newsa{
  font-family: arial, sans-serif;
  font-size: 12px;
  width: 755px;
  min-height: 200px;
  margin-top: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  text-align: justify;
  background-color: white;
  color: #4c4c4c;
}

.tresc_newsa a{
  font-weight: bold;
  text-decoration: none;
}

.tresc_newsa a:hover{
  font-weight: bold;
  text-decoration: underline;
}

#poster{
  float: left;
  margin-right: 15px;
  margin-bottom: 15px;
  cursor: pointer;
}

.obrazek_newsa{
  float: left;
  margin-right: 15px;
  padding-bottom: 15px;
  height: 135px;
}

.zrodlo_newsa{
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-style: italic;
  width: 250px;
  min-height: 20px;
  height: 20px;
  font-size: 12px;
  float: left;
  padding-top: 10px;
  color: #1f2e4c;
  font-weight: bold;
  text-align: left;
  padding-bottom: 5px;
}

.komentarze_newsa{
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  width: 220px;
  min-height: 20px;
  height: 20px;
  font-size: 12px;
  float: left;
  padding-top: 10px;
  color: #1f2e4c;
  font-weight: bold;
  text-align: center;
    padding-bottom: 5px;
}

.zrodlo_newsa a{
  color: #667799;
}

.autor_newsa{
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-style: italic;
  text-align: right;
  width: 220px;
  min-height: 20px;
  height: 20px;
  font-size: 12px;
  font-weight: bold;
  float: right;
  padding-top: 10px;
  color: #1f2e4c;
    padding-bottom: 5px;
}

#srodek{
	float: left;
	text-align: left;
	padding-left: 10px;
	font-family: arial, sans-serif;
    font-size: 12px;
    color: #4c4c4c;
	width: 784px;
}

#srodek a{
	text-decoration: none;
  color: #667799;
}

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

.gradient{
	background-image: linear-gradient(bottom, rgb(211,211,211) 0%, rgb(255,255,255) 100%);
	background-image: -o-linear-gradient(bottom, rgb(211,211,211) 0%, rgb(255,255,255) 100%);
	background-image: -moz-linear-gradient(bottom, rgb(211,211,211) 0%, rgb(255,255,255) 100%);
	background-image: -webkit-linear-gradient(bottom, rgb(211,211,211) 0%, rgb(255,255,255) 100%);
	background-image: -ms-linear-gradient(bottom, rgb(211,211,211) 0%, rgb(255,255,255) 100%);
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0, rgb(211,211,211)),
		color-stop(1, rgb(255,255,255))
	);
}

#kontener_wiadomosci{
	width: 458px;
	float: left;
	overflow: hidden;
	margin-bottom: 8px;
}

#kontener_wiadomosci .news_black{
	background: black;
	opacity: 0.8;
	height: 46px;
	padding-top: 4px;
	padding-left: 8px;
	width: 438px;
	position: absolute;
	bottom: 0;
	color: white;
}

#kontener_wiadomosci .news_black h3{
	width: 446px;
	background: transparent;
	margin: 0;
	padding: 0;
	color: white;
}

#kontener_wiadomosci .news_black .news_data{
	font-size: 10px;
}

#slider_newsow img{
	width: 446px;
	height: 270px;
}

#kontener_wiadomosci h2{
	width: 200px;
	float: left;
}

#kontener_wiadomosci #kontrolki{
	float: right;
	margin-top: 7px;
}

#kontener_wiadomosci #kontrolki img{
	margin-right: 4px;
	cursor: pointer;
}

#kontener_zdjec{
	width: 315px;
	float: right;
	margin-bottom: 8px;
}

#kontener_zdjec img{
	height: 270px;
}

#kontener_zdjec h2{
	width: 150px;
}

#kontener_quizu{
	width: 242px;
	float: left;
}

#kontener_quizu #kontener_quizu_wnetrze{
	-moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border-radius: 7px;
    border: 1px solid #D3D3D3;
	padding: 5px;
	height: 254px;
}

.kontener_aktorow{
	width: 532px;
	float: right;
}

.kontener_aktorow h2{
	width: 480px;
}

#newsletter{
  padding-top: 10px;
}

.polecany_napis{
  font-weight: bold;
  color: #1f2e4c;
  font-size: 13px;
  font-family: arial, sans-serif;
  padding-bottom: 10px;
}

#polecany_film{
  padding: 20px 0 10px 0;
  height: 150px;
  border: none;
}

#polecany_aktor{
  padding: 20px 0 10px 0;
  border: none;
}

#polecane{
  width: 110px;
	background-color: white;
	float: left;
	padding-top: 10px;
	text-align: center;
	font-family: arial, sans-serif;
  font-size: 12px;
  color: #4c4c4c;
}

#polecane a{
	background-color: white;
	display: block;
	color: #667799;
	text-decoration: none;
	padding-bottom: 10px;
}

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

.info{
  width: 700px;
	background-color: white;
	min-height: 380px;
	height: 380px;
	color: #1f2e4c;
	margin-left: auto;
	margin-right: auto;
	padding: 20px 10px 10px 10px;
	font-size: 14px;
}

.bold{
  font-weight: bold;
  color: #1f2e4c;
  font-size: 13px;
  font-family: arial, sans-serif;
}

.dane{
  display: block;
  padding: 0 10px 10px 0;
}

#spis_filmow_header{
  padding: 10px;
  width: 733px;
  font-weight: bold;
  font-size: 14px;
  text-align: center;
  line-height: 24px;
  margin-bottom: 20px;
  color: #1f2e4c;
}

.kontyner_filmu_spis{
  margin-bottom: 10px;
  clear: both;
}

.kontyner_filmu_spis h2{
	width: 560px;
}

.kontyner_filmu_spis .plakat_filmu{
  float: left;
  margin-right: 10px;
  border: none;
}

.kontyner_filmu_spis h3 a{
  font-size: 16px;
  font-weight: bold;
  background: blue;
  margin: 0;
  padding: 0;
}

#spis_filmow_najnowsze{
  width: 140px;
  margin: auto;
  text-align: center;
  float: left;
  min-height: 200px;
  height: 200px;
}

.spis_filmow_najnowsze{
  border: none;
  width: 80px;
  padding-bottom: 10px;
}

h1{
  margin: 10px;
  width: 730px;
  font-size: 24px;
  font-weight: bold;
  color: #1f2e4c;
}

h3{
  margin: 10px 0 15px 10px ;
  font-size: 14px;
  font-weight: bold;
  background-color: white;
  color: #1f2e4c;
}

#kontyner_filmu{
  width: 760px;
  overflow: auto;
}

#star_voting{
	width: 300px;
}

#star_voting .ready{
	cursor: pointer;
}

#star_voting div{
	height: 26px;
	width: 26px;
	float: left;
}

#star_voting .blank{
	background: url('../images/grafiki/stars.png') -26px 0 no-repeat;
}

#star_voting .full{
	background: url('../images/grafiki/stars.png') 0 0 no-repeat;
}

#dane_filmu{
  width: 145px;
  margin-top: 6px;
  padding: 10px;
  float: left;
  background-color: white;
  font-size: 13px;
  line-height: 17px;
  color: #1f2e4c;
  font-family: arial, sans-serif;
}

#kontyner_wnetrza_filmu{
  width: 590px;
  overflow: auto;
  position: relative;
}

#film_reklama{
	position: absolute;
	width: 206px;
	height: 210px;
	top: 230px;
	right: 20px;
}

#duza_ocena{
	font-weight: bold;
	font-size: 16px;
	cursor: help;
	border-bottom: dashed grey 1px;
	position: relative;
}

#aktor_img,#kto_glosowal_kontener,#poster_big,.tooltip{
	-o-box-shadow: 0px 0px 10px #666;
	-moz-box-shadow: 0px 0px 10px #666;
	-webkit-box-shadow: 0px 0px 10px #666;
	box-shadow: 0px 0px 10px #666;
	position: absolute;
}

.tooltip{
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
  	width: 200px;
	border: solid black 1px;
	background: white;
	position: absolute;
	padding: 10px;
	display: none;
	font-size: 14px;
	text-align: left;
	font-family: arial;
	font-size: 13px;
}

.tooltip #zamknij{
	position: absolute;
	top: 0px;
	right: 0px;
	display:block;
	width: 40px;
	height: 40px;
	background: url('../images/grafiki/close.png') no-repeat;
}

#poster_big{
	  border: solid grey 1px;
}

#aktor_img{
	height: 100px;
	width: 85px;
	border: solid black 1px;
	background: white;
	position: absolute;
}

#kto_glosowal_kontener{
	width: 200px;
	border: solid black 1px;
	background: white;
	position: absolute;
	padding: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	display: none;
	font-size: 14px;
	text-align: left;
}

#kto_glosowal_kontener ul{
	margin: 0;
	padding: 0;
	padding-left: 10px;
}

#tresc_filmu{
  width: 586px;
  float: left;
  margin-top: 20px;
  font-family: arial, sans-serif;
  font-size: 13px;
  text-align: justify;
  line-height: 17px;
  background-color: white;
  color: #4c4c4c;

}

#tresc_filmu #youtube{
	margin: auto;
	text-align: center;
	margin-bottom: 20px;
}

html body #kontener_linkow{
	clear: both;
}

html body #linki_header{
	font-size: 24px;
	color: red;
	font-weight: bold;
}

html body #linki{
	margin-bottom: 20px;
	font-family: courier;
	border: solid grey 1px;
	background: #E5E5E5;
	padding: 10px;
	text-align: left;
}

html body #linki h2{
	font-family: courier;
	float: none;
	margin: 5px 0 5px 0;
}

#podobne_filmy{
  width: 586px;
}

#podobne_filmy img{
  float: left;
  margin-right: 10px;
}

#header_filmu{
  width: 585px;
  background-color: white;
  margin-top: 6px;
  text-align: left;
}

#plusy_minusy_kontyner{
  height: 250px;
}

#plusy{
  width: 215px;
  float: left;
  font-size: 13px;
  line-height: 17px;
  font-family: arial, sans-serif;
  color: #4c4c4c;
}

#minusy{
  width: 215px;
  float: right;
  font-size: 13px;
  line-height: 17px;
  font-family: arial, sans-serif;
  color: #4c4c4c;
}

#ocena{
  width: 555px;
  float: left;
  color: #4c4c4c;
  font-family: arial, sans-serif;
  font-size: 13px;
  width: 400px;
  margin-top: 10px;
}

.ocena{
  border: none;
  padding-top: 10px;
}

.ocena_filmu{
  border: 0;
}

.lista_galerii_foto{
  float: left;
  border: none;
}

.lista_aktorow_galeria, .lista_ulubionych_filmow{
  width: 110px;
  margin: 5px;
  height: 130px;
  font-family: arial, sans-serif;
  font-size: 13px;
  text-align: center;
  line-height: 17px;
  color: #4c4c4c;
  float: left;
  font-size: 0.9em;
}

.lista_galerii_kontyner{
  width: 160px;
  margin: 0 10px 30px 10px;
  float: left;
  text-align: center;
}

.lista_ulubionych_filmow{
  width: 110px;
  height: 180px;
}

.lista_artow_kontyner{
  width: 733px;
  margin-top: 10px;
  font-family: arial, sans-serif;
  font-size: 13px;
  text-align: justify;
  line-height: 17px;
  color: #4c4c4c;
  margin-bottom: 10px;
}

.lista_artow_foto{
  float: left;
  border: none;
}

.lista_artow_tytul{
  font-size: 16px;
  font-weight: bold;
}

.lista_artow_tresc{
  float: right;
  width: 625px;
}

#tresc_artykulu{
  width: 733px;
  padding: 10px;
  margin-top: 6px;
  font-family: arial, sans-serif;
  font-size: 13px;
  text-align: justify;
  line-height: 17px;
  color: #4c4c4c;
}

#tresc_artykulu h2{
	width: 100%;
	margin-bottom: 10px;
}

#redakcja{
  font-family: arial, sans-serif;
  font-size: 13px;
  color: #4c4c4c;
  padding-left: 10px;
}

#redakcja a{
  font-family: arial, sans-serif;
  font-size: 13px;
  color: #667799;
  font-weight: bold;
}

#redakcja a:hover{
  font-family: arial, sans-serif;
  font-size: 13px;
  color: #4c4c4c;
  font-weight: bold;
}

#profil_aktora{
  width: 44%;
  float: left;
}

#dodal{
	text-align: right;
	color: grey;
}

.profil_aktora_poster{
  height: 100px;
  border: none;
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
}

#galeria_aktora{
  margin-top: 75px;
  width: 55%;
  float: right;
  position: relative;
}

#reklama_aktor{
	float: right;
}

#komentarze_kontyner{
  width: 745px;
  margin-top: 6px;
  font-family: arial, sans-serif;
  font-size: 13px;
  text-align: justify;
  line-height: 17px;
  background-color: white;
  color: #4c4c4c;
}

#komentrz_ocena{
  float: left;
  text-align: left;
}

.komentarz_kontyner{
  width: 745px;
}

.komentarz_user{
  width: 140px;
  border: solid #cccccc 1px;
  padding: 10px;
  margin: 5px 0 5px 0;
  min-height: 150px;  
  height: auto !important;  
  height: 150px; 
  vertical-align: top;
}

.komentarz_tresc{
  width: 530px;
  border: solid #cccccc 1px;
  vertical-align: top;
}

.komentarz_tresc2{
  padding: 10px;
  margin: 5px 0 5px 0;
  min-height: 150px;  
  height: auto !important;  
  height: 150px; 
  text-align: justify;
  vertical-align: top;
  font-family: arial, sans-serif;
  font-size: 13px;
  color: #4c4c4c;
  line-height: 17px;
}

.komentarz_data{
  width: 550px;
  text-align: right;
  font-size: 10px;
}

#komentarz_formularz{
  width: 745px;
  text-align: right;
}

.forum{
  border: solid #cccccc 1px;
  border-collapse: collapse;
  font-family: arial, sans-serif;
  font-size: 12px;
  background-color: white;
  color: #4c4c4c; 
  border: solid #c9c9c9 1px;
}

.forum td:hover{
  background: #dad8d8;
}

.forum th{
  border: solid #cccccc 1px;
  background-color: #cccccc;
}

.cytuj{
  width: 490px;
  border: solid black 1px;
  margin: auto;
  padding: 10px;
}

.aktywnosc_rama{
  margin-bottom: 5px;
  font-size: 0.9em;  
}

.aktywnosc_user{
  float: left;
  margin-right: 5px;
}

.aktywnosc_akcja{
  float: left;
  width: 300px;
  /*background: red; */
}

.aktywnosc_img{
  float: left;
  margin-right: 5px;
}

.aktywnosc_data{
  color: grey;
}

.aktywnosc_awatar{
  width: 50px;
  border: 0;
}

.aktywnosc_img{
  width: 70px;
  border: 0;
}

.b{
  font-weight: bold;
}

.i{
  font-style: italic;
}

.u{
  text-decoration: underline;
}

.admin{
  color: red;
}

#rejestracja, #redakcja{
  padding-left: 20px;
}

#rejestracja ul li, #redakcja ul li{
  font-size: 18px;
  line-height: 25px;
  list-style-image: url('../images/grafiki/ocena.jpg');
}

#rejestracja table{
  color: #4c4c4c;
  font-size: 13px;
  font-family: arial, sans-serif;
}

#rejestracja table td{
  height: 55px;
}

#rejestracja #premium{
	color: red;
	border-bottom: dotted blue 1px;
	cursor: pointer;
}
#rejestracja #premium_info{
	background: url('../images/grafiki/info.png') 0 5px no-repeat;
	width: 20px;
	height: 30px;
	float: left;
}

#rejestracja input[type="text"],#rejestracja input[type="password"],#rejestracja input[type="file"]{
	padding: 6px;
	font-size: 18px;
	color: grey;
	width: 300px;
}

#rejestracja label{
	font-size: 16px;
}

#formularz_premium #premium_big{
	font-size: 30px;
}

#formularz_premium h2{
	width: 100%;
	margin: 20px 0;
	float: none;
}

#formularz_premium table{
	border: solid black 1px;
	width: 100%;
}

#formularz_premium table td, #formularz_premium table th{
	padding: 10px;
	border: solid black 1px;
}

#formularz_premium table th{
 background: #4CA5FF;
}

.medfont{
  font-size: 12px;
  color: #1f2e4c;
}

.medfont_bold{
  font-size: 12px;
  color: #1f2e4c;
  font-weight: bold;
}

.smallfont{
  font-size: 10px;
}

.smallfont_bold{
  font-size: 10px;
  font-weight: bold;
}

.grubszy_art{
  font-weight: bold;
}

.pochylony_art{
  font-style: italic;
}

.podkreslony_art{
  text-decoration: underline;
}

.image_left{
  float: left;
  padding: 10px 10px 10px 0px;
}

.image_right{
  float: right;
  padding: 10px 0 10px 10px;
}

.image_center{
  text-align: center;
  padding: 10px 0 10px 0;
  clear: both;
}

.none_border{
  border: none;
}

.red{
  color: red;
}

.profus{
  font-family: arial, sans-serif;
  font-size: 12px;
  text-align: left;
  line-height: 15px;
  background-color: white;
  color: #4c4c4c;
  border: 0;
}

.lista_galerii{
  padding-top: 10px;
  margin: auto;
  text-align: center;
  font-family: arial, sans-serif;
  font-size: 12px;
  background-color: white;
  color: #4c4c4c;
}

.zdjecie_komorka{
  text-align: center;  
  height: 148px; 
  padding: 3px;
  margin: 5px 5px 5px 0;
  float: left;
  border: solid #c9c9c9 1px;
}

.galeria_komorka{
  text-align: center; 
  height: 210px; 
  padding: 3px;
  margin: 5px 5px 5px 0;
  float: left;
  border: solid #c9c9c9 1px;
}

.kormoka_blogi_i_galerii{
  padding-top: 10px;
  padding-bottom: 10px; 
  width: 100%; 
  clear: both;  
  border: solid #c9c9c9 1px;
  margin-bottom: 5px;
  text-align: center;
}

#kontyner_bloga{
  margin: auto;
  width: 500px;
  text-align: justify;
}

.notka_tytul{
  font-weight: bold;
  font-size: 16px;
  text-align: center;
  padding-bottom: 5px;
  padding-top: 20px;
}

.notka_stopka{
  padding-top: 10px;
  text-align: center;
}

.skrzynka_odbiorcza{
  border: solid #c9c9c9 1px;
}

.tabela_wiadomosc{
  border: solid #cccccc 1px;
  border-collapse: collapse;
  font-family: arial, sans-serif;
  font-size: 12px;
  background-color: white;
  color: #4c4c4c; 
  border: solid #c9c9c9 1px;
}

.tabela_wiadomosc td:hover{
  background: #dad8d8;
}

.tabela_wiadomosc th{
  border: solid #cccccc 1px;
  background-color: #cccccc;
}

.wiadomosc{
  text-align: left;
  font-family: arial, sans-serif;
  font-size: 12px;
  background-color: white;
  color: #4c4c4c; 
  border: solid #c9c9c9 1px;
  padding: 5px;
}

#menu_usera{
  color: #1F2E4C;
  list-style-type: none;
  margin: 5px auto 10px auto;
  height: 32px;
  padding: 0;
}

#menu_usera li{
	float: left;
	background-image: linear-gradient(bottom, rgb(211,211,211) 0%, rgb(255,255,255) 100%);
	background-image: -o-linear-gradient(bottom, rgb(211,211,211) 0%, rgb(255,255,255) 100%);
	background-image: -moz-linear-gradient(bottom, rgb(211,211,211) 0%, rgb(255,255,255) 100%);
	background-image: -webkit-linear-gradient(bottom, rgb(211,211,211) 0%, rgb(255,255,255) 100%);
	background-image: -ms-linear-gradient(bottom, rgb(211,211,211) 0%, rgb(255,255,255) 100%);
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0, rgb(211,211,211)),
		color-stop(1, rgb(255,255,255))
	);
	-moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border-radius: 7px;
    border: 1px solid #D3D3D3;
	text-align: center;
	height: 32px;
	line-height: 32px;
	padding: 0 20px;
}

#menu_usera li a:hover{
	text-decoration: none;
}

#menu_usera li:hover{
	background-image: linear-gradient(bottom, rgb(186,186,186) 0%, rgb(255,255,255) 100%);
	background-image: -o-linear-gradient(bottom, rgb(186,186,186) 0%, rgb(255,255,255) 100%);
	background-image: -moz-linear-gradient(bottom, rgb(186,186,186) 0%, rgb(255,255,255) 100%);
	background-image: -webkit-linear-gradient(bottom, rgb(186,186,186) 0%, rgb(255,255,255) 100%);
	background-image: -ms-linear-gradient(bottom, rgb(186,186,186) 0%, rgb(255,255,255) 100%);
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0, rgb(186,186,186)),
		color-stop(1, rgb(255,255,255))
	);
	text-decoration: none;
}

#menu_usera li input{
	-moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border-radius: 7px;
}

.wiadomosci{
  color: red;
  font-weight: bold
}

#kontyner_newsa_glowna{
  width: 270px;
  float: left;
  text-align: center;
}

.tytul_newsa_glowna{
  width: 270px;
  text-align: center;
  font-family: arial, sans-serif;
  font-size: 16px;
  font-weight: bold;
  color: #1f2e4c;
}

.data_dodania_newsa_glowna{
  font-family: arial, sans-serif;
  font-size: 10px;
  width: 270px;
  text-align: center;
  background-color: white;
  padding-top: 5px;
  padding-bottom: 5px;
  color: #adadac;
}

.obrazek_newsa_glowna{
  width: 270px;
  text-align: center;
  background: white url('../images/grafiki/tribal.jpg') center center no-repeat;
}

.tresc_newsa_glowna{
  font-family: arial, sans-serif;
  font-size: 12px;
  width: 270px;
  padding-top: 10px;
  padding-bottom: 20px;
  text-align: justify;
  background-color: white;
  color: #4c4c4c;
}

#nowy_film_glowna{
  width: 250px;
  float: left;
  text-align: center;
  padding-left: 20px;
}

.kontyner_filmu_glowna{
  text-align: left;
  height: 270px;
}

.nowy_film_poster_glowna{
  float: left;
  margin-right: 5px;
  padding-bottom: 5px;
}

.tytul_filmu_glowna{
  font-size: 16px;
  font-weight: bold;
  color: #1f2e4c;
  text-align: center;
}

.lewa_glowna{
  width: 200px;
  text-align: center;
  float: right;
}

.ost_aktywni_glowna{
  float: left; 
  padding-left: 10px; 
  padding-right: 10px;
}

.tytul_artykuly_glowna{
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  color: #667799;
}

.center{
  text-align: center;
  margin: auto;
}

.widgetSlider {
  background: url('../images/grafiki/slider.png') no-repeat scroll center top transparent;
  width: 235px; 
  height: 581px; 
  position: fixed; 
  top: 200px; 
  right: -206px;;
}

.clear{
  clear: both;
}

hr{
  color: #E9E9E9;
}

.quote_area{
  margin: auto;
  width: 90%;
  background-color: #DADADA;
  border: solid #CACACA 1px;
  padding: 5px;
}

.quote_title{
  font-weight: bold;
}

#chmura_tagow{
  width: 60%;
  text-align: center;
  margin: auto;
}

#chmura_tagow span{
  margin: 5px;
}

#shoutbox_kontyner{
  width: 740px;
  height: 150px;
  margin: auto;
  overflow: auto;
  border: solid #CCC 1px;
}

#shoutbox_formularz{
  width: 740px;
  height: 50px;
  margin: auto;
}

#shoutbox_text{
  width: 680px;
}

.shoutbox_wpis_odd,.shoutbox_wpis_even{
  width: 100%;
  border-bottom: solid #ABABAB 1px;
  padding: 3px 0 3px 0;
  color: #667799;
}

.shoutbox_wpis_odd{
  background-color: #DFDFDF;
}

.shoutbox_wpis_even{
  background-color: #E5E5E5;
}

.podobny_element{
	width: 130px;
	float: left;
	margin-right: 8px;
	margin-left: 8px;
	text-align: center;
}

.ranking_odd{
	
}

.ranking_even{
	background: #DAE4EF;
}

#najlepsze_filmy{
	border: solid black 1px;
	font-size: 13px;
}

#najlepsze_filmy th{
	background: #4CA5FF;
}

#najlepsze_filmy th, #najlepsze_filmy td{
	padding: 10px;
	border: solid black 1px;
	text-align: center;
}

#najlepsze_filmy td img{
	width: 70px;
	margin-right: 10px;
}

#najlepsze_filmy .normal_align{
	text-align: left;
}

#najlepsze_filmy .even{
	background-color: #EDF3F9;
}

#linki #more{
	cursor: pointer;
}

