/* CSS Document */

body {
	background-color: #101010;
	margin: 0px;
	background-image: url(/img/bg_top.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	font-family: Arial;
	color: #333333;
}

img, div, input { behavior: url("/iepngfix.htc") }

.clear {
	clear: both;
	}


#wrap {
	width: 1010px;
	margin: auto;
	}
	
#top{
	width: 1010px;
	height: 145px;
	background-image: url(/img/bg_top_flash.png);
	background-repeat: no-repeat;
	margin-top: 10px;
	}
	
#menu {
	width: 1010px;
	height: 31px;
	display: inline;
	}
	
.btn_menu {
	float: left;
	border: 0px;
	}	
	
#navigator {
	width: 365px;
	height: 31px;
	background-image: url(/img/menu_navigator_bg.png);
	background-repeat: no-repeat;
	float: left;
	}
	
#navigator .search {
	float: right;
	margin-right: 28px;
	border: 0px;
	background-color: #FFFFFF;
	height: 16px;
	width: 145px;
	margin-top: 6px;
	color: #545454;
	font-size: 11px;
	padding-top: 3px;
	}
	
#navigator .lupka {
	float: right;
	margin-right: 5px;
	border: 0px;
	margin-top: 9px;
	}				
	
#main_container {
	background-color: #FFFFFF;
	background-image: url(/img/bg_main_container.gif);
	background-repeat: no-repeat;
	background-position: top;
	width: 1000px;
	margin: auto;
	padding: 0px;
	position: relative;
	}

#live {
	background-color: #FFFFFF;
	background-image: url(/img/bg_live_top.jpg);
	background-repeat: no-repeat;
	background-position: top;
	width: 1000px;
	margin: auto;
	padding: 8px 0px 0px 0px;
	}
	
.live_flash {
	margin: auto;
	width: 980px;
	}

#main_container_bottom {
	background-image: url(/img/main_container_bottom.gif);
	background-repeat: no-repeat;
	background-position: top;
	width: 1000px;
	height: 19px;
	margin: auto;
	}

.left_column {
	width: 705px;
	margin: 5px 5px;
	_margin: 5px 5px 5px 3px;	
	float: left;
	}
	
.right_column {
	width: 280px;
	float: left;
	margin: 5px 0px;
	}	

.red {
	color: #da1919;
	}		

#footer {
	background-image: url(/img/footer_middle.jpg);
	background-repeat: repeat-y;
}

div#footer .head {
	background-image: url(/img/footer_top.jpg);
	background-repeat: no-repeat;
	background-position: top;
	height: 35px;
	padding-left: 30px;
	}
	
div#footer .title {
	color: #e7353d;
	font-size: 14px;
	font-weight: 800;
	display: block;
	float: left;
	width: 140px;
	margin-right: 10px;
	margin-top: 12px;
	}
	
div#footer .content {
	background-image: url(/img/footer_bottom.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	padding-left: 30px;
	padding-bottom: 20px;
	}
	
div#footer .column {
	color: #6b6b6b;
	font-size: 11px;
	float: left;
	width: 140px;
	margin-right: 10px;
	margin-top: 4px;
	}
	
div#footer .column a {
	color: #6b6b6b;
	font-size: 11px;
	display: block;
	text-decoration: none;
	font-weight: normal;
	margin: 4px 0px;
	}
	
div#footer .column a:hover {
	color: #afafaf;
	}

.telewizjaInternetowa {
	color: #464646;
	font-size: 10px;
	display: block;
	margin-left: 20px;
	text-align: left;
	}
	
.telewizjaInternetowa a {
	color: #464646;
	font-size: 10px;
	text-decoration: none;
	}

.copy {
	color: #464646;
	font-size: 10px;
	display: block;
	margin-right: 20px;
	text-align: right;
	}
	
.copy a {
	color: #464646;
	font-size: 10px;
	text-decoration: none;
	}
	
	

.hr {
	height: 1px;
	display: block;
	border-bottom: 1px solid #dedede;
	margin: 10px 0px;
	line-height: 0px;
	}	

form {
	margin: 0px;
	padding: 0px;
	}
	
.shadow {
	border-bottom: 1px solid #ebebeb;
	border-right: 1px solid #ebebeb;
	border-left: none;
	border-top: none;
	background-image: url(/img/bg_form.gif);
	background-repeat: no-repeat;
	font-size: 11px;
	padding: 2px;
	}
	
.space_form {
	display: block;
	margin: 4px;
	}	
	
.radio {
	margin-left: 20px;
	}
	
.formbtn	{
	float: right;
	border: none;
	}	
	
.walidacja {
	color: #ff0000;
	font-size: 10px;
	border: 1px dotted #ff0000;
	padding: 5px;
	text-align: center;
	}
	
#channel {
	width: 260px;
	margin: auto;
	padding-top: 5px;
	}
	
#channel .title {
	font-size: 11px;
	color: #000000;
	font-weight: bold;
	display: block;
	margin-bottom: 10px;
	}
	
#channel .item {
	color: #606161;
	font-size: 11px;
	line-height: 12px;
	}	
	
#channel .hr {
	height: 1px;
	display: block;
	border-bottom: 1px solid #e5e5e5;
	margin: 2px 0px;
	line-height: 0px;
	}
	
#channel .img {
	margin-right: 5px;
	float: left;
	border: 0px;	
	}
	
#channel .btn {
	float: right;
	border: 0px;
	}
	
#channel a {
	color: #606161;
	text-decoration: none;
	}
	
#channel a:hover {
	border-bottom: 1px dotted #606161;
	}

.wiecej {
	float: right;
	border: 0px;
	margin: 10px 0px;
	}
	
#zajawki {
	width: 695px;
	margin: auto;
	margin-top: 5px;
	_margin-top: 2px;
	margin-bottom: 8px;		
	_margin-bottom: 4px;	
	}					
	
#badz_aktywny {
	width: 280px;
	}
	
#badz_aktywny a {
	color: #FFFFFF;
	width: 253px;
	height: 18px;
	font-size: 11px;
	display: block;
	font-weight: bold;
	text-decoration: none;
	margin: auto;
	margin-bottom: 1px;
	background-image: url(/img/bg_link_badz_aktywny.jpg);
	background-repeat: no-repeat;
	padding-left: 10px;
	padding-top: 3px;
	}
	
#badz_aktywny a:hover {
	background-image: url(/img/bg_link_badz_aktywny_hover.jpg);
	background-repeat: no-repeat;
	}	
	
	
#tagclaud {
	width: 280px;
	background-image: url(/img/bg_box_right.jpg);
	background-repeat: no-repeat;
	background-position: top;
	}	
	
#tagclaud .container {
	padding: 12px;
	text-align: center;
	color: #737373;
	}
	
#tagclaud a {
	text-decoration: none;
	font-weight: normal;
	color: #737373;
	margin: 0px 5px;
	}
	
#tagclaud a:hover {
	border-bottom: 1px dotted #737373;
	color: #737373;
	}			
	
#tagclaud .tag1 {
	font-size: 17px;
	font-weight: bold;
	}
	
#tagclaud .tag2 {
	font-size: 15px;
	}
	
#tagclaud .tag3 {
	font-size: 12px;
	font-weight: bold;	
	}
	
#tagclaud .tag4 {
	font-size: 9px;
	}					
	
.break {
	height: 20px;
	display: block;
	}	

#tags {
	width: 705px;
	background-image: url(/img/bg_box_zakladki.jpg);
	background-repeat: no-repeat;
	}
	
.topinfo {
	color: #393939;
	font-size: 11px;
	font-weight: bold;
	margin-left: 15px;
	margin-top: 5px;
	margin-bottom: 5px;			
	float: left;
	}
	
#tags .subskrypcja {
	color: #393939;
	font-size: 11px;
	font-weight: bold;
	margin-right: 15px;
	margin-top: 5px;
	margin-bottom: 5px;
	float: right;
	}			
	
#tags .subskrypcja a {
	color: #393939;
	text-decoration: none;
	font-weight: normal;
	}

.tags_tag {
	margin-left: 25px;
	height: 18px;
	}

.tags_tag_white {
	margin-left: 10px;
	padding-left: 15px;
	height: 18px;
	width: 668px;
	background-image: url(/img/tags_top_white_bgline.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	}	

.tags_tag_white img {
	margin-right: 1px;
	border: 0px;
	}
	
.tags_tag img {
	margin-right: 1px;
	border: 0px;
	} 		
	
.tags_top {
	margin: auto;
	width: 696px;
	background-image: url(/img/tags_top.gif);
	background-repeat: no-repeat;
	min-height: 16px;
	background-color: #000000; /* dodano */
	}
	
.tags_white_top {
	margin: auto;
	width: 696px;
	background-image: url(/img/tags_top_white.gif);
	background-repeat: no-repeat;
	min-height: 16px;
	background-color: #FFFFFF; /* dodano */
	}

div.tags_white_top .opis {
	padding: 5px 10px;
	display: block;
	font-size: 11px;
	}

div.tags_top .nav {
	margin-left: 15px;
	padding-top: 10px;
	padding-bottom: 10px;	
	}

div.tags_top .nav img {
	margin-right: 5px;
	border: none;
	}

div.tags_top .nav a {
	margin-right: 10px;
	color: #da1919;
	font-size: 11px;
	text-decoration: none;	
	font-weight: normal;
	}

div.tags_top .nav a:hover {
	text-decoration: none;
	border-bottom: 1px dotted #da1919;
	}

.tags_content {
	margin: auto;
	width: 696px;
	background-color: #000000;
	}

.tags_white_content {
	margin: auto;
	width: 696px;
	background-color: #FFFFFF;
	background-image: url(/img/tags_bg_middle.gif);
	background-repeat: repeat-y;
	}

.tags_bottom {
	margin: auto;
	width: 696px;
	background-image: url(/img/tags_bottom.gif);
	background-repeat: no-repeat;
	height: 18px;
	}
	
.tags_white_bottom {
	margin: auto;
	width: 696px;
	background-image: url(/img/tags_white_bottom.gif);
	background-repeat: no-repeat;
	height: 18px;
	}				

.tagitem {
	margin: auto;
	width: 666px;
	}
	
div.tagitem .mini {
	float: left;
	border: 1px solid #da1919;
	margin-right: 10px;
	}
	
div.tagitem .mini2 {
	float: left;
	border: none;
	margin-right: 10px;
	}	
	
div.tagitem .content {
	margin-left: 90px;
	}
	
div.tagitem .content2 {
	float: left;
	width: 450px;
	}	
	
div.tagitem .title {
	color: #da1919;
	font-size: 14px;
	display: block;
	margin-bottom: 5px;
	}

div.tagitem .title a {
	font-size: 14px;
	text-decoration: none;
	color:#DA1919;
	}

div.tagitem .title a:hover {
	color:#DA1919;
	border-bottom:1px dotted #DA1919;
	}

div.tagitem .title2 {
	font-size: 14px;
	display: block;
	font-weight: bold;
	margin-bottom: 5px;	
	}

div.tagitem .title2 a {
	color: #333333;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	}

div.tagitem .title2 a:hover {
	color: #333333;
	border-bottom:1px dotted #333333;
	}
	
div.tagitem .right_block {
	float: left;
	width: 68px;
	margin-left: 20px;
	text-align: center;
	}
	
div.tagitem .date {
	float: right;
	font-size: 10px;
	color: #FFFFFF;
	}
	
div.tagitem .big_date_1 {
	font-size: 10px;
	}
	
div.tagitem .big_date_2 {
	font-size: 14px;
	font-weight: bold;
	}
	
div.tagitem .description {
	color: #cfcfcf;
	font-size: 11px;
	display: block;
	}
	
div.tagitem .channel_thumb {
	float: right;
	margin-left: 8px;
	}
	
div.tagitem .description2 {
	font-size: 11px;
	display: block;
	line-height: 12px;	
	}
	
div.tagitem .tagi {
	color: #717171;
	font-size: 10px;
	}
	
div.tagitem a {
	color: #717171;
	font-size: 10px;
	text-decoration: none;
	font-weight: normal;
	}
	
div.tagitem a:hover {
	color: #717171;
	border-bottom: 1px dotted #717171;
	}					
	
div.tagitem .stuff {
	color: #717171;
	font-size: 10px;
	text-align: right;
	display: block;
	clear: both;
	}
	
	
div.tagitem .ocenabox {
	width: 45px;
	height: 9px;
	background-image: url(/img/ocena.gif);
	background-repeat: no-repeat;
	margin-left: 5px;
	}
	
div.tags_content .hr {
	height: 1px;
	display: block;
	border-bottom: 1px solid #1a1a1a;
	margin: 5px 0px;
	line-height: 0px;
	}								
		
#blog {
	width: 412px;
	float: left;
	margin-right: 5px;
	background-image: url(/img/bg_box_blog.jpg);
	background-repeat: no-repeat;
	margin-top: 8px;
	margin-left: 2px;
	}
	
#blog .item {
	margin: 5px 5px 0px 5px;	
	}
	
#blog .item img {
	float: left;
	margin-right: 5px;	
	}
	
#blog .title {
	color: #da1919;
	font-size: 11px;
	display: block;
	font-weight: bold;
	}

#blog .date	{
	color: #6d6d6d;
	font-size: 9px;
	float: left;
	}
	
#blog .category	{
	color: #6d6d6d;
	font-size: 9px;
	margin-left: 10px;
	float: left;
	}
	
#blog .description {
	display: block;
	}
	
#blog .description a {
	color: #333333;
	font-size: 11px;
	text-decoration: none;
	font-weight: normal;	
	}
	
#blog .komentarze {
	display: block;
	text-align: right;
	color: #da1919;
	font-size: 10px;	
	}
	
	
#blog .komentarze a {
	color: #da1919;
	font-size: 10px;
	text-decoration: none;
	font-weight: normal;	
	}
	
#blog .komentarze a:hover {
	color: #da1919;
	border-bottom: 1px dotted #da1919;
	}		
									
#blog .hr {
	height: 1px;
	display: block;
	border-bottom: 1px solid #dedede;
	margin: 5px 0px;
	line-height: 0px;
	}
			
#krowa {
	width: 280px;
	float: left;
	margin-top: 8px;
	background-image: url(/img/bg_box_right.jpg);
	background-repeat: no-repeat;
	}
	
#krowa .item {
	width: 270px;
	margin: auto;
	display: block;
	margin-top: 5px;
	_margin-top: 0px;
	}
	
#krowa .numeracja {
	width: 40px;
	height: 32px;
	text-align: center;
	float: left;
	padding-top: 5px;
	color: #a4a4a4;
	font-size: 24px;
	font-weight: 900;
	}
	
#krowa .mini {
	float: left;
	border: none;
	margin-right: 5px;
	}
	
#krowa .itemcontainer {
	float: left;
	}
	
#krowa .title {
	font-size: 11px;
	color: #333333;
	display: block;
	font-weight: bold;
	line-height: 10px;
	}			

#krowa .opis {
	font-size: 9px;
	color: #333333;
	display: block;
	}			
	
#krowa .wynik {
	font-size: 12px;
	color: #da1919;
	display: block;
	font-weight: bold;
	line-height: 18px;	
	}
	
#krowa .arrow {
	float: right;
	vertical-align: middle;
	border: none;
	margin-top: 10px;
	margin-right: 5px;	
	}		
	

#krowa .hr {
	height: 1px;
	display: block;
	border-bottom: 1px solid #dedede;
	margin: auto;
	padding: 3px 0px;
	line-height: 0px;
	width: 270px;
	}		
	
#program_opis_odcinka {
	width: 705px;
	background-image: url(/img/bg_box_zakladki.jpg);
	background-repeat: no-repeat;
	}
	
#program_opis_odcinka .title {
	font-size: 18px;
	display: block;
	padding-bottom: 5px;
	padding-right: 10px;
	padding-top: 5px;
	}
	
#program_opis_odcinka .opis {
 	font-size: 11px;
	text-align: justify;
	padding-right: 10px;
	display: block;
	}	
	
#program_opis_odcinka img {
	float: left;
	margin: 5px 10px 5px 5px;
	}		
	
#program_opis {
	background-image: url(/img/bg_box_right.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	width: 280px;
	}
	
#program_opis .wrap {
	width: 260px;
	margin: auto;
	font-size: 11px;
	padding-top: 6px;
	}
	
#program_opis .ikonka {
	border: none;
	float: right;
	margin-bottom: 10px;
	_margin-bottom: 0px;
	}
	
#program_opis .profil {
	clear: both;
	padding: 5px 0px;
	display: table;
	width: 260px;
	}	
	
#program_opis .profil img {
	border: none;
	float: left;
	margin-right: 5px;
	}
	
#konkursy {
	background-image: url(/img/bg_box_right.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	width: 280px;
	}
 
#konkursy .wrap {
	width: 260px;
	margin: auto;
	font-size: 11px;
	padding-top: 10px;
	}

#konkursy .wrap a {
	font-size: 11px;
	text-decoration: none;
	color: #333333;	
	font-weight: normal;
	}
	
#konkursy .wrap a:hover {
	text-decoration: none;
	color: #939598;	
	}
	
#konkursy .wrap img {
	border: none;
	margin-left: 5px;
	vertical-align: middle;
	}
	
.right_box_title {
	font-weight: bold;
	display: block;
	margin-bottom: 5px;
	}
	
#ankieta {
	background-image: url(/img/bg_box_right.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	width: 280px;
	}
	
#ankieta .wrap {
	width: 260px;
	margin: auto;
	font-size: 11px;
	padding-top: 6px;
	}
	
#ostatnio_dodane {
	background-image: url(/img/bg_box_right.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	width: 280px;
	}
	
#ostatnio_dodane .wrap {
	width: 264px;
	margin: auto;
	font-size: 11px;
	padding-top: 6px;
	}
	
#ostatnio_dodane .item {
	width: 252px;
	background-image: url(/img/bg_ostatnio_dodane.gif);
	background-repeat: no-repeat;
	background-color: #000000;
	height: auto;
	min-height: 78px;
	margin-bottom: 3px;
	padding: 3px 6px;
	}
	
#ostatnio_dodane .mini {
	border: 1px solid #da1919;
	}
	
#ostatnio_dodane .date {
	color: #FFFFFF;
	font-size: 10px;
	width: 87px;
	margin-bottom: 1px;
	float: left;
	}
	
#ostatnio_dodane .title {
	color: #da1919;
	margin-bottom: 5px;
	line-height: 12px;
	}
	
#ostatnio_dodane .ocena {
	color: #717171;
	font-size: 9px;
	margin-top: 8px;
	}	
	
#ostatnio_dodane .tagi {
	color: #717171;
	font-size: 9px;
	}
	
#ostatnio_dodane .tagi a {
	color: #717171;
	font-size: 9px;
	text-decoration: none;
	font-weight: normal;
	}								
	
#video {
	width: 665px;
	background-image: url(/img/bg_box_zakladki.jpg);
	background-repeat: no-repeat;
	padding: 5px 20px;
	}
	
#video .title {
	font-size: 14px;
	display: block;
	font-weight: bold;
	padding-bottom: 5px;
	padding-right: 10px;
	padding-top: 5px;
	}

#video .ocena {
	float: right;
	font-size: 11px;
	color: #717171;
	font-weight: bold;	
	}

#video .tagi {
	font-size: 11px;
	color: #717171;
	padding-bottom: 5px;
	padding-right: 10px;
	float: left;
	width: 520px;
	}
	
#video .tagi a {
	font-size: 11px;
	color: #717171;
	margin-left: 5px;
	text-decoration: none;
	font-weight: normal;
	}
	
#video .tagi a:hover {
	font-size: 11px;
	color: #717171;
	margin-left: 5px;
	text-decoration: none;
	border-bottom: 1px dotted #717171;	
	}			
	
#video .opis {
 	font-size: 11px;
	text-align: justify;
	margin: 12px 0px;
	}
	
.video_active_box {
	width: 577px;
	height: 76px;
	padding: 5px 20px;
	background-image: url(/img/video_active_box.gif);
	background-repeat: no-repeat;
	margin: auto;
	}
	
div.video_active_box .red {
	color: #ee1b2c;
	font-size: 11px;
	font-weight: bold;
	}
	
div.video_active_box input, textarea {
		width: 480px;
		background-color: #dddddd;
		border: none;
		margin: 0px;
		padding: 0px;
		color: #8f8f8f;
		font-size: 12px;
		}
		
.komentarze_bigbox	{
	width: 705px;
	background-image: url(/img/bg_box_zakladki.jpg);
	background-repeat: no-repeat;
	margin-top: 10px;
	}
	
.komentarze_box {
	border: 1px solid #bfbfbf;
	background-color: #FFFFFF;
	margin: auto;
	width: 675px;
	padding: 5px;
	font-size: 11px;
	margin-bottom: 10px;
	}

.spam_komentarz {
	border: 1px solid #1d1d1d;
	margin: auto;
	width: 620px;
	padding: 10px;
	}

.komentarze_box .title {
	font-size: 11px;
	font-weight: bold;
	display: block;
	float: left;
	margin-bottom: 5px;
	}
	
.komentarze_box .zglos_problem {
	display: block;
	float: right;
	}
	
.komentarze_box .zglos_problem a {
	font-size: 9px;
	color: #da1919;
	text-decoration: none;
	font-weight: normal;
	}
	
.komentarze_bigbox  a.formlink {
	font-size: 11px;
	color: #da1919;
	text-decoration: none;
	margin: 0px 5px;
	font-weight: normal;
	}
	
.komentarze_bigbox  a.formlink:hover {
	text-decoration: none;
	border-bottom: 1px dotted #da1919;
	}					
	
.komentarze_box img {
	float: left;
	margin-right: 10px;
	}
	
.channel_powrot {
	background-image: url(/img/bg_box_right.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	width: 280px;
	text-align: center;
}

.channel_powrot img {
	margin: 10px 0px;
	border: none;
	}			

.paginacja {
	width: 676px;
	text-align: center;
	font-size: 11px;
	}
	
div.paginacja a {
	margin: 0px 5px;
	text-decoration: none;
	font-weight: normal;
	color: #000000;
	}
	
div.paginacja a:hover {
	text-decoration: none;
	color: #858585;
	}
	
div.paginacja a.click {
	margin: 0px 5px;
	text-decoration: none;
	font-weight: bold;
	color: #000000;
	}
	
div.paginacja .current {
	margin: 0px 5px;
	font-weight: bold;
	color: #000000;
	}
	
.paginacja_red {
	width: 676px;
	text-align: center;
	font-size: 11px;
	}
	
div.paginacja_red a {
	margin: 0px 5px;
	text-decoration: none;
	color: #da1919;	
	font-weight: normal;
	}
	
div.paginacja_red a:hover {
	text-decoration: none;
	color: #858585;
	}
	
div.paginacja_red a.click {
	margin: 0px 5px;
	text-decoration: none;
	font-weight: bold;
	color: #da1919;	
	}
	
div.paginacja_red .current {
	margin: 0px 5px;
	font-weight: bold;
	color: #da1919;	
	}	
	
#program_list {
	width: 695px;
	margin: auto;
	}
	
#program_list .item {
	width: 695px;
	height: 25px;
	background-image: url(/img/bg_program_list.gif);
	background-repeat: no-repeat;
	margin-bottom: 0px;
	margin:0px;
	}		

#program_list .date {
	width: 83px;
	height: 17px;
	color: #FFFFFF;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 4px;
	padding-bottom: 4px;
	text-align: center;
	font-weight: bold;
	font-size: 12px;
	float: left;
	}
	
#program_list .date .small {
	font-size: 14px;
	}
	
#program_list .list {
	width: 538px;
	height: 15px;
	font-size: 11px;
	font-weight: bold;
	padding: 5px 3px;
	float: left;
	}
	
#program_list .hour {
	color: #FFFFFF;
	margin-right: 15px;
	}
	
#program_list a {
	color: #3a3a3a;
	text-decoration: none;
	font-weight: normal;
	}		
	
#program_list .item img {
	border: none;
	float: left;
	}
	
.program_label {
	padding: 10px;
	margin-left: 55px;
	border: 1px solid #444444;
	background-color: #ffffff;
	color: #393939;
	font-size: 11px;
	text-align: justify;
	width: 400px;
	position: absolute;
	}
	
.program_label .title {
	font-size: 12px;
	font-weight: bold;
	display: block;
	}
	
.program_label .nav {
	font-size: 11px;
	color: #da1919;
	display: block;
	text-align: right;
	}
	
.program_label .nav a {
	font-size: 11px;
	color: #da1919;
	text-decoration: none;
	margin: 0px 10px;
	font-weight: normal;
	}
	
#txt {
	padding: 10px;
	}

#txt td {
	font-size: 11px;
	}
	
p, li {
	font-size: 11px;
	}
	
h1 {
	font-size: 18px;
	font-weight: bold;
	color: #da1919;
	margin: 0px;
	}
	
h2 {
	font-size: 12px;
	font-weight: bold;
	}
	
a {
	color: #da1919;
	text-decoration: none;
	font-weight: bold;
	}
	
a:hover {
	text-decoration: underline;
	}
	
.mini_galeria {
	border: 1px solid #d5d5d5;
	margin: 10px;
	}		

input.copy {
		width: 400px;
		display: inline;
		background-color: #dddddd;
		border: none;
		margin: 5px 0px;
		padding: 0px;
		color: #8f8f8f;
		font-size: 12px;
		text-align: left;
		}
		
select.copy {
	width: 200px;
	display: inline;
	border: 1px solid #dddddd;
	background-color: #FFFFFF;
	margin: 5px 0px;
	padding: 0px;
	color: #8f8f8f;
	font-size: 12px;
	text-align: left;
	}
	
.space {
	width: 15px;
	display: inline-block;
	}
	
.gray {
	color: #333333;
	}
	
.mini {
	float: left;
	border: 1px solid #da1919;
	margin-right: 10px;
	}
	
a.last_koment {
	color: #da1919;
	font-weight: normal;
	text-decoration: none;
	display: block;
	margin-bottom: 5px;
	font-size: 11px;
	}	
	
.krowa_ranking {
	width: 705px;
	background-image: url(/img/bg_box_zakladki.jpg);
	background-repeat: no-repeat;
	}
	
div.krowa_ranking .wrap {
	width: 685px;
	margin: auto;
	font-size: 11px;
	padding-top: 5px;
	}
	
div.krowa_ranking .itemwrap {
	width: 685px;
	display: block;
	border-bottom: 1px solid #e0e0df;
	margin-bottom: 1px;
	}
	
div.krowa_ranking .itemwrap_new {
	width: 685px;
	display: block;
	border-bottom: 1px solid #e0e0df;
	margin-bottom: 1px;
	background-image: url(/img/bg_krowa_ranking_new.jpg);
	background-repeat: no-repeat;
	}	

div.krowa_ranking .item {
	padding: 10px 0px;
	}
	
div.krowa_ranking .numeracja {
	width: 60px;
	text-align: center;
	float: left;
	padding-top: 5px;
	color: #a4a4a4;
	font-size: 24px;
	font-weight: 900;
	}
	
div.krowa_ranking .mini {
	float: left;
	border: none;
	margin-right: 15px;
	}
	
div.krowa_ranking .itemcontainer {
	float: left;
	width: 380px;
	}
	
div.krowa_ranking .title {
	font-size: 14px;
	color: #606060;
	display: block;
	font-weight: bold;
	line-height: 10px;
	margin-top: 7px;
	margin-bottom: 2px;
	}

div.krowa_ranking .title a {
	color: #606060;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	}

div.krowa_ranking .title a:hover {
	color: #606060;
	border-bottom: 1px dotted #606060;
	}

div.krowa_ranking .opis {
	font-size: 11px;
	color: #606060;
	display: block;
	}			
	
div.krowa_ranking .wynik {
	font-size: 24px;
	color: #bb9090;
	display: block;
	font-weight: bold;	
	float: right;
	margin-right: 25px;
	margin-top: 1px;
	}
	
div.krowa_ranking .arrow {
	float: right;
	vertical-align: middle;
	border: none;
	margin-top: 10px;
	margin-right: 5px;	
	}		
	

div.krowa_ranking .hr {
	height: 1px;
	display: block;
	border-bottom: 1px solid #dedede;
	margin: auto;
	padding: 3px 0px;
	line-height: 0px;
	width: 270px;
	}		
	
	
	/* nowe style do wartw kategorii i navigatora */	


.warstwa_rozwijana {

	background-color: #ffffff;
	color: #333333;
	width: 220px;
	border: 1px solid #333333;
	padding: 5px;
	}
	
.rozwijana_border {
/*	border-bottom: solid 1px #707070;*/
	padding-top: 5px;
	padding-bottom: 5px;
	
}

.rowijana_box_kat {
	padding-bottom: 3px;
	_padding-bottom: 7px;
	padding-top: 3px;
	
}
	
a.rozwijana:link, a.rozwijana:active, a.rozwijana:visited {
	font-family: Arial;
	color: #333333;
	font-size: 11px;
	text-decoration: none;
	font-weight: normal;
	display: block;
}	
	
	
a.rozwijana:hover {
	font-family: Arial;
	color: #111111;
	font-size: 11px;
	display: table-caption;
	text-decoration: none;
	background-color: #eeeeee;
	display: block;
}

.rozwijana_kat_nav {
	background-color: #da1919;
	color: #ffffff;
	display: block;
	font-size: 11px;
	font-weight:bold;
	padding: 3px;
	margin-top: 5px;
	}
	
.nav_mini {
	margin-right: 10px;
	float: left;
	border: none;
	}	

.blog {
	padding: 10px;
	width: 685px;
	background-image: url(/img/bg_box_zakladki.jpg);
	background-repeat: no-repeat;	
	}

div.blog .left {
	float: left;
	}
	
div.blog .right_about {
	margin-left: 126px;
	text-align: justify;
	font-size: 11px;
	}
	
div.blog .right_about p {
	margin-bottom: 10px;
	margin-top: 0px;
	}	
	
div.blog .right_about .title {
	font-weight: bold;
	display: block;
	}
	
	
div.blog .right_main {
	margin-left: 200px;
	text-align: justify;
	font-size: 11px;
	}
	
div.blog .right_main p {
	margin-bottom: 10px;
	margin-top: 0px;
	}	

div.blog .right_main .date {
	display: inline;
	color: #da1919;
	float: right;
	font-size: 10px;
	}	

div.blog .right_main .title {
	font-weight: bold;
	display: block;
	margin-bottom: 5px;
	color: #da1919;
	font-size: 12px;
	}			

div.blog .right_main .title a {
	color: #da1919;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	}

div.blog .right_main .title a:hover {
	color: #da1919;
	border-bottom: 1px dotted #da1919;
	}

	
div.blog .tagi {
	color: #717171;
	font-size: 10px;
	display: block;
	margin-bottom: 10px;
	}
	
div.blog a {
	color: #717171;
	font-size: 10px;
	text-decoration: none;
	font-weight: normal;
	}
	
div.blog a:hover {
	color: #717171;
	border-bottom: 1px dotted #717171;
	text-decoration: none;	
	}
	
div.blog .autor {
	color: #ee1b2c;
	float: right;
	height: 42px;
	display: block;
	width: 200px;
	text-align: right;
	}
	
div.blog .komentarze {
	color: #ee1b2c;
	float: left;
	}
	
div.blog .komentarze a {
	color: #ee1b2c;
	text-decoration: none;
	}	
	
div.blog .komentarze a:hover {
	color: #ee1b2c;
	border-bottom: 1px dotted #ee1b2c;
	text-decoration: none;	
	}					

.dodaj_do {
	width: 587px;
	height: 26px;
	padding: 2px 5px;
	background-image: url(/img/bg_dodaj_do.gif);
	background-repeat: no-repeat;
	margin: 20px auto;
	}
	
div.dodaj_do .red {
	color: #ee1b2c;
	font-size: 11px;
	font-weight: bold;
	}
	
#archiwum {
	background-image: url(/img/bg_box_right.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	width: 280px;
	}
	
#archiwum .wrap {
	width: 260px;
	margin: auto;
	font-size: 11px;
	padding-top: 6px;
	}
	
TABLE.archiwum {
	border: none;
	padding: 5px;
	text-align: right;
	}
	
TABLE.archiwum a {
	color: #da1919;
	text-decoration: none;
	font-weight: normal;
	}
	
TABLE.archiwum a:hover {
	background-color: #da1919;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
	}
	
TABLE.archiwum a.click {
	color: #da1919;
	text-decoration: none;
	font-weight: bold;
	}			
	
TABLE.archiwum TH {
	font-size: 18px;
	font-weight: bold;
	}			

/*  Style dodane przez PW - do przeniesienia po zakonczeniu projektowania */
img {
	border: 0px;
	}

p {
	margin:0px;
	}

.komunikat_bledu {
	color: #333333;
	border: 1px dotted #ee1b2c;
	text-align: center;
	padding: 10px;
	margin: 10px auto;
	width: 70%;
	clear:both;
	}

.komunikat_informacja {
	color: #333333;
	border: 1px dotted #009933;
	text-align: center;
	padding: 10px;
	margin: 10px auto;
	width: 70%;
	clear:both;
	}

/*
a:link, a:visited {
	color: #333333;
	text-decoration: none;	
  }
a:hover, a:active {
	color: #666666;
	text-decoration: underline;
  }
*/

/* rozwijana warstwa navigatora */
.tag_selector_class {
	background-color: #ffffff;
	color: #333333;
	width: 274px;
	border: 1px solid #333333;
	padding: 5px;
	z-index: 1;
	position: absolute;
	right: -1px; 
	top:  -15px; 
	visibility: hidden;
	}

a.rozwijana_kat:link, a.rozwijana_kat:active, a.rozwijana_kat:visited {
	color: #ffffff;
	text-decoration: none;
	display: block;
  }	

a.rozwijana_kat:hover {
	color: #333333;
	display: table-caption;
	text-decoration: none;
	display: block;
  }

.clear_left {
	clear: left;
	}

a.h2_kat:link, a.h2_kat:active, a.h2_kat:visited {
	color: #333333;
	font-weight: bold;
}
a.h2_kat:hover {
	text-decoration: underline;
}

/* sonda */
#sonda {
	width: 279px;
	background-color:#323232;
	background-image:url(/img/sonda_top.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:12px;
	color:#FFFFFF;
	}
.sonda_pytanie {
	padding-left:10px;
	padding-right:10px;
	padding-top:10px;
	}
.sonda_pole {
	padding-top:10px;
	padding-left:20px;
	padding-right:20px;
	clear:both;
	}
.sonda_pole2 {
	padding-top:10px;
	padding-left:10px;
	padding-right:20px;
	clear:both;
	}
.sonda_pole_wynik {
	padding-top:10px;
	padding-left:15px;
	padding-right:20px;
	clear:both;
	}
.sonda_radio {
	float:left;
	padding-top:0px;
	position:absolute;
	}
.sonda_odp {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:11px;
	color:#868686;
	padding-top:2px;
	padding-left: 25px;
	text-align:left;
	}
.sonda_odp_bar {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:11px;
	color:#868686;
	padding-top:4px;
	padding-left: 35px;
	text-align:left;
	}
.sonda_odp_on {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:11px;
	color:#FFFFFF;
	padding-top:2px;
	margin-left: 25px;
	text-align:left;
	}
.sonda_komentarz {
	background-image:url(/img/sonda_komentarz.jpg);
	background-position:top center;
	background-repeat:no-repeat;
	width:279px;
	height:125px;
	margin-top:15px;
	}
.sonda_kod {
	background-image:url(/img/sonda_kod.jpg);
	background-position:top center;
	background-repeat:no-repeat;
	width:279px;
	height:55px;
	margin-top:0px;
	}
.sonda_bottom {
	background-image:url(/img/sonda_bottom.jpg);
	background-position:top center;
	background-repeat:no-repeat;
	width:279px;
	height:41px;
	margin-top:10px;
	}
.sonda_glosuj {
	padding-left:200px;
	padding-top:17px;
	}
.sonda_procent {
	float:left;
	width:30px;
	padding-top:0px;
	text-align:right;
	position:absolute;
	}
.sonda_addMail {
	background-image: url(/img/sonda_email.jpg);
	background-position: bottom center;
	background-repeat: no-repeat;
	width: 279px;
	height: 37px;
	}
.sonda_link_more {
	padding-top:0px;
	padding-left:10px;
	padding-right:10px;
	text-align:right;
	clear:both;
	}
#addMail {
	border: 0px; 
	width: 240px; 
	height: 13px; 
	font-size: 11px; 
	font-family: Arial, Helvetica, sans-serif; 
	margin-left: 14px; 
	margin-top: 16px; 
	background: none; 
	padding-left: 5px; 
	padding-right: 5px; 
	color: #CCCCCC;
	}
.sonda_addquestion_ta {
	overflow: hidden; 
	border: 0px; 
	width: 243px; 
	height: 55px; 
	font-size: 11px; 
	font-family: Arial, Helvetica, sans-serif; 
	margin-left: 14px; 
	margin-top: 19px; 
	margin-bottom: 10px; 
	background: none; 
	padding-left: 5px; 
	padding-right: 5px; 
	color: #CCCCCC;
	}
.sonda_addquestion {
	position: absolute; 
	font-family: Arial, Helvetica, sans-serif; 
	font-weight: normal; 
	font-size: 11px; 
	color: #868686; 
	padding-left: 10px
	}
#sonda_captcha {
	border: 0px; 
	width: 70px; 
	height: 13px; 
	font-size: 11px; 
	font-family: Arial, Helvetica, sans-serif; 
	margin-left: 95px; 
	margin-top: 32px; 
	background: none; 
	padding-left: 5px; 
	padding-right: 5px; 
	color: #CCCCCC;
	}

#kozaczek {
	width: 280px;
	background-image:url(/img/bg_kozaczek.gif);
	background-repeat:repeat-y;
}
#kozaczek .item {
	margin: 0px 15px 0px 15px;
	font-family: Arial;
	}
#kozaczek .title {
	color: #ce3e68;
	font-size: 12px;
	font-weight: bold;
	display: block;
	}
#kozaczek .data {
	color: #58595b;
	font-size: 10px;
	display: block;
	}
#kozaczek .tresc {
	color: #8e8789;
	font-size: 11px;
	display: block;
	}
#kozaczek a {
	color: #8e8789;
	display: block;
	text-decoration: none;
	}
#kozaczek .tresc a {
	font-weight: normal;
	}
#kozaczek .title a {
	color: #ce3e68;
	}

#zeberka {
	width: 280px;
	background-image:url(/img/bg_zeberka.gif);
	background-repeat:repeat-y;
}
#zeberka .item {
	margin: 0px 15px 0px 15px;
	font-family: Arial;
	}
#zeberka .title {
	color: #781b51;
	font-size: 12px;
	font-weight: bold;
	display: block;
	}
#zeberka .data {
	color: #a53274;
	font-size: 10px;
	display: block;
	}
#zeberka .tresc {
	color: #000000;
	font-size: 11px;
	display: block;
	}
#zeberka a {
	color: #000000;
	display: block;
	text-decoration: none;
	}
#zeberka .title a {
	color: #781b51;
	}
#zeberka .tresc a {
	font-weight: normal;
	}
