/* PAGE HEADER */

h1.header,
h1.header a{
	color: #464646;
	font-family: "Lucida Sans Unicode", "Lucida Grande", Vardana, Tahoma, Arial, Helvetica, sans-serif;	
	font-size: 24px;
	font-variant: small-caps;
	letter-spacing: -1px;
	margin: 30px 0 20px 0;	
}


/* BUTTONS */

.button{
	display: inline-block;
	padding: 5px 10px 6px;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	line-height: 1;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.3);
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
	border-bottom: 1px solid rgba(0,0,0,0.25);
	position: relative;
	cursor: pointer;
}

.button:active{
	-webkit-transform:translate(1px, 1px);
	-moz-transform:translate(1px, 1px);
}

.button:hover{
	background-color:#111;
	color:#fff
}

.b_blue.button { background-color: #2e5d74; }
.b_red.button { background-color: #e33100; }
.b_magenta.button { background-color: #a9014b; }
.b_orange.button { background-color: #ff7f0b; }
.b_yellow.button { background-color: #ffb515; }
.b_green.button { background-color: #7bc95a; }

.b_blue.button:hover { background-color:#007d9a; }
.b_red.button:hover { background-color:#AF3615; }
.b_magenta.button:hover { background-color:#630030; }
.b_orange.button:hover { background-color:#d45500; }
.b_yellow.button:hover { background-color:#fc9200; }
.b_green.button:hover { background-color:#60ac52; }

.b_mini{ 
	font-size: 11px;
	padding: 2px 6px 3px 6px;
	border: 0px none;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;	
	-moz-box-shadow: 1px 1px 0px rgba(0,0,0,0.3);
	-webkit-box-shadow: 1px 1px 0px rgba(0,0,0,0.3);
	text-shadow: 0 0px 0px rgba(0,0,0,0.25);	
}

.b_mikro{ 
	font-size: 12px;
	padding: 2px 14px 3px 14px;
	border: 0px none;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;	
	-moz-box-shadow: 1px 1px 0px rgba(0,0,0,0.3);
	-webkit-box-shadow: 1px 1px 0px rgba(0,0,0,0.3);
	text-shadow: 0 0px 0px rgba(0,0,0,0.25);	
}

.b_small{ 
	border: 0px none;
	font-size: 13px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;	
	padding: 2px 10px 3px 10px;	
}

.b_medium{ 
	border: 0px none;
	font-size: 13px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;	
}

.b_big{ 
	font-size: 16px;
	border: 0px none;
}

.working.button,
.working.buttons{
	background-image: url(../images/loading.png);
	background-position: center center;
	background-repeat: no-repeat;	
	background-color: #ddd;
}

/* PRZEWIJAK */

.przewijak{
	clear: both;
	margin: 10px 0 10px 0;
}

.przewijak ul{
	padding: 0 0 0 0;
	float: right;
}

.przewijak ul li{
	float: left;
	text-align: center;	
}

.przewijak ul a,
.przewijak ul strong,
.przewijak ul span{
	padding: 4px;
	border: 1px solid #cccccc;
	font-size: 12px;
	color: #595755;
	font-weight: bold;
	display: block;
	margin: 0 4px 4px 0;	 
	text-decoration: none;
	background-color: #ffffff;
	width: 15px;
}

.przewijak ul a:hover,
.przewijak ul strong{
	background-color: #ff7e00;
	color: #ffffff;
}

.przewijak .dropMenu{
	float: left;
	font-weight: bold;
	margin: 0 5px 0 0;
	width: 120px;
}

.przewijak .dropMenu i{
	font-style: normal;
	font-weight: normal;
	float: left;
	margin: 5px 6px 0 0;	
}

.przewijak .dropMenu strong{
	margin: 5px 0 0 0;	
	float: right;
	font-size: 12px;
	color: #595755;
	font-weight: bold;
}

.przewijak select{
	float: left;
	width: 45px;
	padding: 1px;
	margin: 0 8px 0 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px; 	
	border: 1px solid #cccccc;
	font-size: 12px;
}

/* ART LIST */

.EntryList{
	padding: 15px 0 19px 0;
	border-bottom: 1px solid #a2a2a2;
	color: #464646;
	font-family: Vardana, Arial, Tahoma, Helvetica;	
	font-size: 12px;
}

.EntryList:last-of-type{
	border-bottom: 0px none;
}

.EntryList .leadIMG {
	float: left;
	margin: 5px 0 0 0;
}

	.EntryList .leadIMG img {
		margin: 0 0 8px 0;
	}

.EntryList .leadTXT{
	margin: 0 0 0 265px;
	font-size: 13px;
	line-height: 19px;
	text-align: justify;
}

.EntryList a.title {
	font-family: "Times New Roman", sans-serif, Tahoma, Arial, Vardana, Helvetica;
	color: #595755;
	text-decoration: none;
	font-size: 28px;
	font-weight: normal;
	display: block;
	margin: 0 0 0px 0;
	line-height: 28px;
	text-align: left;
	font-variant: small-caps;	
	text-align: left;
}

.EntryList a.title:hover {
	text-decoration: underline;
}

.EntryList .autor{
	color: #a2a2a2;
	font-style: normal;
	text-align: left;
}

.EntryList .autor a{
	color: #2f859d;
}

.EntryList .autor a:hover{
	text-decoration: underline;
}

.EntryList .EntryInfo{
	margin: 15px 0 0 0;
	padding: 0 0 25px 0;
}

.EntryList .flagi{
	float: left;
	margin: 0 5px 0 0;
	border: 1px solid #ccc;
}

	.EntryList .np.flagi{
		border: 0px none;
	}

.EntryList .info{
	float: right;
	color: #a2a2a2;
}

.EntryList .info a{
	background:transparent url(../images/icons.png) no-repeat scroll 0 -249px;
	padding: 0 0 0 18px;
	color: #a2a2a2;
}

.EntryList .info a:hover{
	text-decoration: underline;
}

.EntryList p{
	font-size: 13px;
	color: #464646;
}


/* NEWS LIST */

.NewsList{
	padding: 15px 0 19px 0;
	border-bottom: 1px solid #E4E4E4;
	color: #464646;
	font-family: Vardana, Arial, Tahoma, Helvetica;	
	font-size: 12px;
}

.NewsList:last-of-type{
	border-bottom: 0px none;
}

.NewsList .leadTXT{
	font-size: 13px;
	line-height: 19px;
	text-align: justify;
}

.NewsList .leadTXT span.img {
	display: block;
	float: left;
	/*padding: 5px 12px 0 0;*/
	margin: 0 10px 0 0;
	padding: 0px;
	/*background:transparent url(../images/img70_back.png) no-repeat right top;	*/
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.3);
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25);	
}

.NewsList .leadTXT span.img b {
	border: 1px solid #313131;
	width: 90px;
	height: 90px;
	overflow: hidden;
	display: block;	
}

.NewsList .leadTXT span.img b img {
    height:90px;
	margin: 0 -10px;
}

.NewsList a.title {
    color: #595755;
    font-size: 18px;
    margin: 0px 0 13px;
    text-align: left;
    text-decoration: none;
	margin-bottom: 8px;
	display: block;
}

.NewsList a.title:hover {
	text-decoration: underline;
}

.NewsList .EntryInfo{
	margin: 5px 0 0 0;
	padding: 0 0 25px 0;
}

.NewsList .flagi{
	float: left;
	margin: 0 5px 0 0;
	border: 1px solid #ccc;
}

	.NewsList .np.flagi{
		border: 0px none;
	}

.NewsList .info{
	float: right;
	color: #a2a2a2;
}

.NewsList .info a{
	background:transparent url(../images/icons.png) no-repeat scroll 0 -249px;
	padding: 0 0 0 18px;
	color: #a2a2a2;
}

.NewsList .info a:hover{
	text-decoration: underline;
}

.NewsList p{
	font-size: 13px;
	color: #464646;
}

/* FORMATOWANIE PEŁNEGO TEKSTU */

h1{
	font-family: "Times New Roman", sans-serif, Tahoma, Arial, Vardana, Helvetica;
	color: #000;
	text-decoration: none;
	font-size: 32px;
	font-weight: normal;
	margin: 0 0 7px 0;
	text-align: left;
}

h2 {
	color: #595755;
	text-decoration: none;
	font-size: 18px;
	margin: 15px 0 13px 0;
	text-align: left;
}

.h2{
	background-color: #dad0c4;
	padding: 6px 8px 6px 8px;
	margin: 15px 0 15px 0;

	-moz-border-radius:5px;
	-webkit-border-radius:5px; 
	border-radius:5px;
	
	font-size: 13px;
	font-weight: bold;
	color: #444;
	font-family: Tahoma, Arial, Vardana, Helvetica, sans-serif;
	text-transform: uppercase;
}

h3,
.h3a {
	font-family : Vardana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #595755;
	padding: 0 0 18px 0;
	font-weight: bold;
	display: block;
}

h4 {
	font-family : Vardana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #2f859d;
	padding: 0 0 18px 0;
	font-weight: bold;
}

.KalendariumHeaders{
	padding: 5px 0 0 0;
}

.KalendariumHeaders h1,
.KalendariumHeaders h1 a{
	color: #2e5d74;
	font-family: "Lucida Sans Unicode", "Lucida Grande", Vardana, Tahoma, Arial, Helvetica, sans-serif;	
	font-size: 30px;
	letter-spacing: -1px;
	margin: 0px 0px 0px 0px; 
	padding: 0 0 7px 0;
	line-height: 26px;
	/*width: 620px;*/
	border-bottom: 1px solid #ccc;
}

.KalendariumHeaders h2{
	color: #2e5d74;
	font-family: "Lucida Sans Unicode", "Lucida Grande", Vardana, Tahoma, Arial, Helvetica, sans-serif;	
	font-size: 18px;
	margin: 4px 0 0px 0px;
	font-weight: normal;
	padding: 0 0 0 0px;
}


.TXT{
	font-family : Vardana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #595755;
}

.TXT p {
	padding: 0 0 14px 0;
	text-align: justify;
	color: #464646;
	font-size: 13px;
	font-family : Vardana, Arial, Helvetica, sans-serif;
	line-height: 19px;
}

.TXT .lead{
	font-weight: normal;
}
/*
.TXT .lead:first-letter {
	font-family: "Times New Roman", sans-serif, Tahoma, Arial, Vardana, Helvetica;
	font-size:350%; 
	display:block;
	float:left;
	margin: 0.1em 0.07em 0;
	height:2.7em;
}*/

.TXT a {
	/*color: #0060e3;*/
	color: #2F859D;
}

.TXT a:hover {
	text-decoration: underline;
}

.TXT strong{
	font-weight: bold;
}

.TXT em{
	font-style: italic;
}

.TXT img[align="left"]{
	margin: 3px 10px 3px 0;
}

.TXT img[align="right"]{
	margin: 3px 0px 3px 10px;
}

.FullText.TXT img{
	max-width: 470px;
}

.TXT ul, 
.TXT ol {
	padding: 0 0 14px 0;
	line-height: 17px;	
	text-align: left;
}

.TXT ul {
	list-style-type: none;
	padding: 0 0 8px 15px;
}

.TXT ul li {
	background:transparent url(../images/bullet.png) no-repeat scroll 0 5px;
	padding: 0 0 3px 12px;	
	font-size: 13px;
}

.TXT ul li.big {
	background:transparent url(../images/bullet.png) no-repeat scroll 0 5px;
	padding: 0 0 15px 12px;	
	font-size: 13px;
	text-align: justify;
}

.TXT ul ul {
	list-style-type: square;
	padding: 12px 0 0px 28px !important;
	padding: 8px 0 0px 15px;
	text-align: left;
}

.TXT ul ul li {
	background-image: none;
	padding: 0 0 8px 0px;
	font-size: 13px;
}

.TXT ol {
	list-style-type: decimal;
	padding: 0 0 8px 35px;
	text-align: left;
}

.TXT ol li {
	padding: 0 0 5px 0px;	
	font-size: 13px;
}

.TXT hr {
	margin:10px 0 10px 0;
	padding:0;
	border:0;
	border-top:1px solid #109;
	height:0;
	border-color: #36647A;
}

.TXT sup,
.TXT sub {
	height: 0;
	line-height: 1;
	vertical-align: baseline;
	_vertical-align: bottom;
	position: relative;
	font-size: 10px;
}

.TXT sup {
	bottom: 1ex;
}

.TXT sub {
	top: .5ex;
}

.TXT a sup,
.TXT a sub {
	color: #2200cc;
}

.TXT a sup:after{
	content: ']';
}

.TXT a sup:before{
	content: '[';
}

.TXT a[href*="mailto"]{
	background:transparent url(../images/icon_email.gif) no-repeat scroll 0 3px;
	padding: 0 0 3px 15px;	
}

.TXT a[target="_blank"]{
	background:transparent url(../images/icon_target.gif) no-repeat scroll right center;
	padding: 0 15px 0 0;	
}

.TXT a.www {
	background:transparent url(../images/icon_www.gif) no-repeat scroll 0 3px;
	padding: 0 0 3px 15px;	
}

/* CYTAT */ 

.TXT q{
	float: right;
	border: 1px solid #ddd;
	background-color: #f3f3f3;
	color: #464646;
	width: 35%;
	margin: 8px 0 8px 12px;
	padding: 12px;
	font-family: Arial, Vardana, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 13px;
	line-height: 16px;
	text-align: left;
}

.TXT q .bqstart {
     float: left;
     height: 55px;
     margin-top: -23px;
     padding-top: 35px;
     margin-bottom: -50px;
	 margin-right: 10px;
	 margin-left: -3px;
     font-size: 45px;
     color: #336677;
	 font-family: "Times New Roman", sans-serif, Tahoma, Arial, Vardana, Helvetica;
 }

.TXT q .bqend {
     float: right;
     height: 0px;
     margin-top: 0px;
     padding-top: 15px;
     font-size: 45px;
     color: #336677;
	 font-family: "Times New Roman", sans-serif, Tahoma, Arial, Vardana, Helvetica; 
 }
 
.TXT q em {
 	text-align: right;
	font-style: normal;
	font-weight: normal;
	padding-top: 12px;
	display: block;
	text-align: left;
 }

/* WIZA POMOC */

.wiza_pomocDIV{
	float: right;
	color: #7b1116;
	width: 270px;
	margin: 60px 0 8px 12px;
	font-family: Vardana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	text-align: left;
} 
 
/* IMAGE DIV */

.TXT .imageDIV {
	background-color: #f3f3f3;
	font-family: Arial, Vardana, Helvetica, sans-serif;
	font-size: 10px;	
	text-align: left;
	line-height: 14px;
	padding: 6px;
	margin: 5px 0 0 0px;
}

.imageDIV img {
	float: none;
	padding: 0 0 4px 0;
	display: block;
}

.imageDIV strong{
	display: block;
	color: #464646;
	font-size: 11px;
	font-weight: normal;
	padding: 5px 0 4px 0;
}

.imageDIV b{
	display: block;
	float: right;
	width: 20px;
	font-weight: normal;
	padding: 5px 0 0 5px;
}

.imageDIV b a{
	color: #464646;
	font-size: 12px;
	font-weight: normal;	
}

.imageDIV .img_autor{
	display: block;
	color: #a2a2a2;
	font-size: 11px;
	font-weight: normal;
	padding: 0px 0 0 0;
}

.imageDIV .img_addinfo {
	display: block;
	float: right;
	text-align: right;
	width: 25%;
} 

/* LINK DIV */

.TXT .linkDIV{
	display: block;
	float: right;
	border: 1px solid #ddd;
	background-color: #f3f3f3;
	color: #464646;
	width: 35%;
	margin: 8px 0 8px 12px;
	padding: 8px;
	font-family: Arial, Vardana, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 16px;
	text-align: left;
}

.TXT .linkDIV a{
	display: block;
	background:transparent url(../images/bullet.png) no-repeat scroll 0 5px;
	padding: 0 0 3px 10px;	
	color: #2f859d;
}

.TXT .linkDIV strong{
	display: block;
	padding: 0 0 8px 0;	
}
 
/* TABELE */
 
.TXT table.typ1{ 
	border: 1px solid black;
	border-collapse: collapse;
	margin: 0 0 14px 0;
}

.TXT table.typ1 tr:nth-child(1n+2) td:nth-child(1){
	background-color: #ebe5df;
}

.TXT table.typ1 tr:first-child td{
	background-color: #63a4b6;
	padding: 10px 5px 10px 5px;
	color: #fff;
	font-weight: bold;
	text-align: center;
}

.TXT table.typ1 td{ 
	border: 1px solid black;
	padding: 5px;
}

/******/

.TXT table.typ2{ 
	border: 1px solid black;
	border-collapse: collapse;
	margin: 0 0 14px 0;
}

.TXT table.typ2 tr:nth-child(2n){
	background-color: #f2efea;
}

.TXT table.typ2 td{ 
	border: 1px solid black;
	padding: 5px;
}

/******/

.TXT table.typ3{ 
	border: 1px solid black;
	border-collapse: collapse;
	margin: 0 0 14px 0;
}

.TXT table.typ3 tr:first-child td{
	background-color: #63a4b6;
	padding: 10px 5px 10px 5px;
	color: #fff;
	font-weight: bold;
	text-align: center;
}

.TXT table.typ3 tr:nth-child(2n){
	background-color: #f2efea;
}

.TXT table.typ3 td{ 
	border: 1px solid black;
	padding: 5px;
}
 
/******/

.TXT table.typ4{ 
	border: 1px solid black;
	border-collapse: collapse;
	margin: 0 0 14px 0;
}

.TXT table.typ4 td:nth-child(2n-1){
	background-color: #f2efea;
}

.TXT table.typ4 td{ 
	border: 1px solid black;
	padding: 5px;
} 

/******/

.TXT table.typ5{ 
	border: 1px solid black;
	border-collapse: collapse;
	margin: 0 0 14px 0;
}

.TXT table.typ5 tr:first-child td{
	background-color: #63a4b6;
	padding: 10px 5px 10px 5px;
	color: #fff;
	font-weight: bold;
	text-align: center;
}

.TXT table.typ5 tr:nth-child(2n){
	background-color: #f2efea;
}

.TXT table.typ5 tr:last-child td{
	background-color: #e1eaed;
	text-align: right;
	color: #000;
}

.TXT table.typ5 td{ 
	border: 1px solid black;
	padding: 5px;
}

/******/

.TXT table.typ6{ 
	border: 1px solid #cdcdcd;
	border-collapse: collapse;
	margin: 0 0 14px 0;
}

.TXT table.typ6 tr:nth-child(2n){
	background-color: #e0ebee;
}

.TXT table.typ6 td{ 
	border: 1px solid #cdcdcd;
	padding: 5px;
}

 
/* OBRAZEK PROWADZACY */

.artMainImage{
	margin: 10px 0 20px 0;
}

.artMainImage .clipKontener{
	height:243px;
	width: 100%;
	background-position: center -60px;
	background-repeat: no-repeat;
	margin: 0 0 4px 0;
	/*clip:rect(60px 620px 300px 0px);*/
}

.artMainImage b{
	float: left;
	width: 60%;
	font-size: 12px;
	color: #9e9e9e;
	font-weight: normal;
}

.artMainImage i{
	float: right;
	width: 40%;
	color: #9e9e9e;	
	text-align: right;
	font-style: normal;
}

.artMainImage i a{
	font-size: 12px;
	color: #9e9e9e;
	font-style: normal;
}

/* INFO DO PEŁNEGO TEKSTU */

.artInfo div{
	padding: 0 0 14px 0;
}

.artInfo ul{
	text-align: left;
	list-style-type: none;
}

.artInfo ul span{
	float: left;
	margin-right: 5px;
}

.artInfo ul li{
	color: #999;
	font-size: 12px;
	line-height: 17px;		
}

.artInfo ul a,
.artInfo ul b{
	font-size: 12px;
	color: #2f859d;
	font-weight: normal;
}

.artInfo ul a:hover{
	text-decoration: underline;
}

.artData{
	color: #999;
}

.artData a{
	font-size: 12px;
	color: #2f859d;
	font-weight: normal;
}

.artData a:hover{
	text-decoration: underline;
}

.FullText .hr{
	border-bottom: 1px solid #e4e4e4;
	margin: 10px 0 10px 0;
	padding: 0px;
}

.artInfo .artData{
	float: right;
}

.artInfo a.flagi{
	float: left;
	margin-right: 4px;
	border: 1px solid #ccc;
}

	.artInfo .np.flagi{
		border: 0px none;
	}

.artInfo .artTopTools{
	float: right;
}

.artInfo .komentarze{
	background: url(../images/icons.png) 0 -250px no-repeat;
	padding: 0 5px 2px 20px;
}

.artInfo .teczka{
	background: url(../images/icons.png) 0 0px no-repeat;
	padding: 0 0px 2px 20px;
}

/* NARZEDZIA DO PELNEGO TEKSTU */

.artTools{
	padding: 0 0 5px 0px;
	margin: 25px 0 20px 0px;
}

.artTools_bottom{
	padding: 5px 0 5px 0px;
	margin: 10px 0 45px 0px;
}

.artTools ul,
.artTools_bottom ul{
	list-style-type: none;
}

.artTools ul{
	float: right;
}

.artTools ul li{
	float: left;
	margin-left: 4px;
}

.artTools_bottom ul{
	clear: both;
}

.artTools_bottom ul li{
	float: left;
	margin-left: 8px;
}

.artTools ul a{
	display: block;
	width: 16px;
	height: 16px;
	background-image: url(../images/social_icons_mini.gif);
	background-repeat: no-repeat;
}

.artTools .facebook{ background-position: 0px 0; }
.artTools .twitter{ background-position: -19px 0; }
.artTools .wykop{ background-position: -38px 0; }
.artTools .sledzik{ background-position: -57px 0; }
.artTools .del{ background-position: -76px 0; }
.artTools .google{ background-position: -95px 0; }
.artTools .feed{ background-position: -114px 0; }
.artTools .print_mini{ background-position: -144px 0; margin-left: 15px; }
.artTools .send_mini{ background-position: -162px 0; }




.socialBig a{
	display: block;
	width: 33px;
	height: 33px;
	background-image: url(../images/social_icons_big.png);
	background-repeat: no-repeat;
}

.socialBig li strong{ margin-top:10px; display: block; vertical-align: middle; font-weight: bold; color: #464646; font-size: 12px;  }
.socialBig .facebook{ background-position: 0px 0; }
.socialBig .twitter{ background-position: -40px 0; }
.socialBig .wykop{ background-position: -80px 0; }
.socialBig .sledzik{ background-position: -120px 0; }
.socialBig .flaker{ background-position: -160px 0; }
.socialBig .blip{ background-position: -201px 0; }
.socialBig .gg{ background-position: -241px 0; }
.socialBig .stumble{ background-position: -281px 0; }
.socialBig .netvibes{ background-position: -322px 0; }
.socialBig .del{ background-position: -363px 0; }
.socialBig .google{ background-position: -404px 0; }
.socialBig .feed{ background-position: -446px 0; }

/* BOTTOM TOOLS */

.BottomArtTools{
	border-top: 1px solid #d7d7d7;
	border-bottom: 1px solid #d7d7d7;
	padding: 8px 0 6px 0;
	margin: 30px 0 20px 0;
}

.BottomArtTools ul{
	list-style-type: none;
}

.BottomArtTools ul li{
	float: left;
	margin-left: 10px;
}

.BottomArtTools li a{
	display: block;
	width: 16px;
	height: 16px;
	background-image: url(../images/social_icons_mini.gif);
	background-repeat: no-repeat;
}

.BottomArtTools .drukuj{ background-position: -185px 0; }
.BottomArtTools .pdf{ background-position: -203px 0; }
.BottomArtTools .send{ background-position: -221px 0; }
.BottomArtTools .back{	width: 22px; height: 22px; background-image: url(../images/text_arrow.gif); background-position: 0px 0; }
.BottomArtTools .top{ width: 28px; height: 22px; background-image: url(../images/text_arrow.gif); background-position: -22px 0; margin-right: 10px; }

/* BUTTONY POD TEKSTEM */

.BottomArtButtons .rankingInfo{
	float: right;
	color: #999;
	font-family: Tahoma, Arial, sans-serif, Vardana, Helvetica; 
	padding-top: 15px;
}

.SendTextButton{
	display: block;
	width: 252px;
	height: 50px;
	background-image: url(../images/button_send_text.png);
	background-repeat: no-repeat;
}

.SendPhotoButton{
	display: block;
	width: 195px;
	height: 48px;
	background-image: url(../images/button_send_photo.png);
	background-repeat: no-repeat;
}

/* ZAPISZ SIE NA NEWSLETTER */ 

.NewsletterDIV{
	background-color: #2f859d;
	-moz-border-radius: .5em;
	-webkit-border-radius: .5em; 	
	padding: 6px 15px 3px 15px;
	margin: 60px 0 20px 0;
	clear: both;
}

.NewsletterDIV span{
	color: #ffffff;
	font-size: 12px;
	font-weight: bold;
}

.NewsletterDIV input[type="text"]{
	background: url(../images/input_back.png) left top no-repeat;
	width: 190px;
	height: 24px;
	border: 0px none;
	color: #9e9e9e;
	font-family: Arial, Vardana, Tahoma, Helvetica, sans-serif;
	padding: 1px 15px 8px 5px;
	margin: 3px 0 0px 5px;
}

.NewsletterDIV .boxForm input.inputText_error{
	padding: 3px 3px 4px 3px;
	border: 1px solid #666666;
	background-color: #ffd4ab;
	width: 123px;
	font-size: 12px;
	color: #9b9a99;
	margin: 0px 4px 4px 6px;
}

.NewsletterDIV a{
	color: #ffe400;
	font-size: 12px;
	font-weight: bold;
	font-family: Tahoma, Arial, Vardana, Helvetica, sans-serif;
}

/* OCENA GWIADKOWA */ 

.OcenaDIV{
	margin: 25px 0 20px 0;
	font-size: 13px;
	font-family: Vardana, Tahoma, Arial, Helvetica, sans-serif;		
}

.OcenaDIV strong{
	display: block;
	font-weight: bold;
	color: #464646;
	margin: 0 0 15px 0;
}

.ui-rater>span {vertical-align:middle;}
.ui-rater-rating {margin: 2px 0px 0 7px; font-size: 18px; color: #464646; }
.ui-rater-zakres {margin: 2px 4px 0 0px; font-size: 14px; font-weight: bold; line-height: 22px; color: #464646; }
.ui-rater-starsOff, .ui-rater-starsOn {display:inline-block; height:25px; background:url(../images/stars.gif) repeat-x 0 0px;}
.ui-rater-starsOn {display:block; max-width:200px; top:0; background-position: 0 -50px;}
.ui-rater-starsHover {background-position: 0 -25px!important;}
.ui-rater-rateCount {margin: 2px 10px 0 0px; font-size: 14px; font-weight: normal; color: #999; }
.ui-rater-rateLabel {font-size: 13px; font-family: Vardana, Tahoma, Arial, Helvetica, sans-serif; }

.OcenaDIV .ViewCount{
	display: block;
	color: #464646;
	margin: 15px 0 15px 0;
}

/* PROFIL PIC */

.profilPic{
	position: relative;	
}

.profilPic img{
	margin: 3px;
	padding: 2px;
	border: 1px solid #94918d;
	background-color: #fff;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;		
	z-index: 1;	
}

.profilPic span{
	position: absolute;	
	top: 0px;
	left: 0px;
	width: 23px;
	height: 23px;
	z-index: 10;
	display: block;
}

/* AUTOR */ 

.AutorInfo{
	background-color: #f6f3f0;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;	
	padding: 12px;
	margin-bottom: 10px;
}

.AutorInfo .profilPic{
	float: left;
	margin: 0 10px 10px 0;
}

.AutorInfo .name{
	color: #2a6786;
	display: block;
	font-size: 14px;
	font-weight: bold;
	font-family: Tahoma, Vardana, Arial, Helvetica, sans-serif;			
	margin: 0 0 4px 0;
}

.AutorInfo a.name:hover{
	text-decoration: underline;
}

.AutorInfo b{
	clear: both;
	display: block;
}

.AutorInfo ul{
	padding: 7px 0 0 0px;
}

.AutorInfo a{
	color: #2a6786;
}

.AutorInfo ul li a span{
	text-transform: uppercase;
	color: #666;
	font-size: 9px;
	padding-left: 8px;
}


/* FORMULARZE */

.FormArea{

}

.FormSection{

}

.FormComment{

}

.FormInput{
	font-weight: normal;
	font-family: Arial, Vardana, Tahoma, Helvetica, sans-serif;		
	margin: 0 0 12px 0;
	padding: 5px;
	background-color: #f3f3f3;
	border: 1px solid #ddd;		
	color: #2E5D74;
	font-size: 13px;	
	font-weight: bold;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px; 	
	border-radius: 5px;
	behavior: url(js/lib/border-radius.htc);	

}

.FormInputSub{
	margin: 10px 0 12px 0;
	border: 1px solid #f3f3f3;			
}

.FormInputSub div{
	margin-left: 30px;
	border: 1px solid #f3f3f3;		
}

.float_l{
	float: left;
	margin: 0 20px 12px 0;	
}

.clear_l{
	clear: left;
	margin:0px;
	padding: 0px;
}

.FormInput i{
	color: #ff6600;
	line-height: 20px;
}

.FormInput em{
	display: block;
	font-weight: normal;
	margin: 4px 0 0 0;
	padding: 0px;
	color: #0a435b;
}

.FormInput input,
.FormInput textarea{
	
}

.FormInput input.submit{

}

.FormInput option,
.FormInput select{

}

.FormInput input[type="text"],
.FormInput input[type="password"],
.FormInput textarea{
	
}

.FormInput input[readonly="readonly"]{
	background-color: #dddddd;
}

.FormInput input[type="text"]:hover,
.FormInput input[type="text"].set,
.FormInput input[type="password"]:hover,
.FormInput input[type="password"].set{
	
}

.FormInput input.error{
	background-color: #FFFFCC;
}

.login_text_input_error,
.loginArea input[type="password"].login_text_input_error{
	background-color: #FFFFCC;
	background-image: none;
}

.FormInput select{
	
}

.FormInput input[type="radio"],
.FormInput input[type="checkbox"]{
	float: left;
	margin: 6px 5px 0 4px;
	padding: 0 0 0 0;
	vertical-align: top;
}

.FormInput label{
	display: block;
	padding: 6px 0 0 0;
	font-weight: normal;
	clear: both;
	overflow: hidden;
}

.inline label{
	display: inline-block;
	padding: 15px 0 0 0;
	font-weight: normal;
	clear: both;
	overflow: hidden;
}

.blok label{
	display: block;
	padding: 3px 0 2px 0;
	font-weight: normal;
	clear: both;
	overflow: hidden;
}

.FormInput label span{
	display: inline-block;
	padding: 0 0 0 0;
	font-size: 13px;
	color: #4c4c4c;
	font-weight: normal;
}

/********/

.FormAreaLight,
div#form2{
	font-weight: normal;
	font-family: Arial, Vardana, Tahoma, Helvetica, sans-serif;		
	margin: 0 0 20px 0;
	padding: 10px;
	background-color: #f3f3f3;
	border: 1px solid #ddd;		
	color: #2E5D74;
	font-size: 13px;	
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px; 	
	border-radius: 5px;
	behavior: url(js/lib/border-radius.htc);	
	display: inline-block;
	width: 100%;
}

.FormAreaLight p{
	float: left;
	width: 30%;	
	text-align: right;
	padding: 7px 15px 0 0;
}

.FormAreaLight p i{
	color: #ff6600;
	line-height: 20px;
}

.FormAreaLight label{
	float: left;
	width: 50%;
}


.FormAreaLight em{
	display: block;
	clear: both;
	color: #999;
	margin: 0 0 0 200px; 
}

.FormAreaLight em a{
	color: #2E5D74;
}

/********/

.FormAreaCompact{
	font-weight: normal;
	font-family: Arial, Vardana, Tahoma, Helvetica, sans-serif;		
	margin: 0 0 20px 0;
	padding: 10px;
	background-color: #f3f3f3;
	border: 1px solid #ddd;		
	color: #2E5D74;
	font-size: 13px;	
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px; 	
	border-radius: 5px;
	behavior: url(js/lib/border-radius.htc);	
	display: inline-block;
	width: 100%;
}

.FormAreaCompact p{
	text-align: left;
	padding: 7px 15px 0 0;
}

.FormAreaCompact p i{
	color: #ff6600;
	line-height: 20px;
}

.FormAreaCompact label{
	float: left;
	width: 98%;
}

.FormAreaCompact em{
	display: block;
	clear: both;
	color: #999;
}

.FormAreaCompact em a{
	color: #2E5D74;
}

/* WALUTY LISTA */

.walutyList{
	width: 100%;
	padding: 0px;
	margin: 15px 0 5px 0;
	border: 1px solid #FFFFFF;	
	border-collapse: collapse;
}

.walutyList th{
	font-size: 12px;
	font-family: Vardana, Tahoma, Arial, Helvetica;	
	font-weight: bold;
	color: #fff;
	padding: 7px 10px 7px 10px;
	text-align: center;
	background-color: #2F859D;
	border: 1px solid #FFFFFF;		
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;	
}

.walutyList th em{
	margin: 0 0 4px 14px;
}	

.walutyList td{
	font-size: 13px;
	font-family: Vardana, Tahoma, Arial, Helvetica;	
	padding: 5px 5px 5px 5px;	
	border: 1px solid #FFFFFF;
}

.walutyList tr{
	/*background-color: #D8E8ED;*/
}

.walutyList .odd{
	background-color: #EFF5F7;
}

.walutyList .highlight td{
	background-color: #F9F9D4;
}

.walutyList tr td:first-child a{
	color: #444444;
	font-weight: bold;
	font-size: 14px;
}

	.walutyList tr td:first-child a:hover{
		text-decoration: underline;
	}

/* WALUTY */

.currency_rate{
	line-height: 22px;
	margin-bottom: 15px;
}

.currency_rate strong{
	font-size: 20px;
	font-family: Arial, sans-serif, Tahoma, Vardana, Helvetica;		
}

.CurrencyDIV{
	background-color: #F3F0EB;
	-moz-border-radius: .5em;
	-webkit-border-radius: .5em; 	
	padding: 6px 15px 3px 15px;
	margin: 0px 0 5px 0;
	clear: both;
}

.CurrencyDIV td{
	vertical-align: middle;
}

.CurrencyDIV span{
	color: #ffffff;
	font-size: 12px;
	font-weight: bold;
}

.CurrencyDIV input[type="text"]{
	background: url(../images/input_back.png) left top no-repeat;
	width: 190px;
	height: 24px;
	border: 0px none;
	color: #2F859D;
	font-family: Arial, Vardana, Tahoma, Helvetica, sans-serif;
	padding: 1px 15px 8px 5px;
	margin: 3px 0 0px 5px;
}

.CurrencyDIV .boxForm input.inputText_error{
	padding: 3px 3px 4px 3px;
	border: 1px solid #666666;
	background-color: #ffd4ab;
	width: 123px;
	font-size: 12px;
	color: #9b9a99;
	margin: 0px 4px 4px 6px;
}

.CurrencyDIV a{
	color: #ffe400;
	font-size: 12px;
	font-weight: bold;
	font-family: Tahoma, Arial, Vardana, Helvetica, sans-serif;
}

.banknotyTable td{
	padding: 0px 8px 10px 8px;
}

.banknotyTable td strong{
	font-weight: bold;
	font-size: 12px;
}

.ovalborder{
	border: 1px solid #E4E4E4;
	padding: 4px;
	-moz-border-radius: .5em;
	-webkit-border-radius: .5em; 	
}

/* KIESZONKOWY PRZELICZNIK WALUT */

.poketTable{
	border: 2px solid black;
	border-collapse: collapse;
	margin: 0 0 14px 0;
	width: 390px;
}

.poketTable td{
	border: 1px solid black;
	padding: 0px;
	text-align: right;
	vertical-align: top;
	width: 30%;
}

.poketTable .poketTableOdd{
	background-color: #F3F0EB;
}

.poketTable td div{
	padding: 3px 5px 3px 5px;
}

.poketTable td div.kod{
	padding: 10px 5px 10px 5px;
}

.poketTable td div i{
	font-style: normal;
	width: 50px;
	display: block;
	float: right;
}

.poketTable td .info{
	text-align: left;
	margin: 10px 0 0 0;
	display: block;
	font-size: 11px;
	padding: 5px 5px 5px 10px;
	line-height: 13px;
}


/* RSS LIST */

.RssFeed{
	
}

.RssFeed .RssSection{
	width: 46%;
	float: left;
	margin: 0 10px;
}

.RssFeed .rssItem{
	clear: both;
	height: 125px;
	margin: 5px 0 0px 0;
	padding: 5px;
}

.RssFeed .highlighted.rssItem{
	background-color: #F2EFEA;
}


.RssFeed a.title {
    color: #595755;
    font-size: 18px;
    margin: 0px 0 13px;
    text-align: left;
    text-decoration: none;
	margin-bottom: 8px;
	display: block;
}

.RssFeed a.title:hover {
    text-decoration: underline;
}

.RssFeed p {
	padding: 0px 0 5px 0;
	color: #464646;
	line-height: 16px;
}

.RssFeed p a {
	font-size: 12px;
	color: #464646;
}

.RssFeed p.info {
	float: right;
	font-size: 11px;
	color: #bcb6ae;
	background: url(../images/icons.png) 167px -174px no-repeat;		
	display: block;
	width: 60%;
	padding: 0px;
}

.RssFeed p.info a {
	float: right;	
	padding: 0 20px 0 0;
	font-size: 11px;
	color: #bcb6ae;
}

.RssFeed span {
	display: block;
	float: left;
	/*padding: 5px 12px 0 0;*/
	margin: 0 10px 0 0;
	padding: 0px;
	/*background:transparent url(../images/img70_back.png) no-repeat right top;	*/
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.3);
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25);	
}

.RssFeed span b {
	border: 1px solid #313131;
	width: 70px;
	height: 70px;
	overflow: hidden;
	display: block;	
}

.RssFeed span b img {
    height:70px;
	margin: 0 -10px;
}

/* FORMUALARZ WIZOWY */

div#form2{
	margin: 0 0 0 0;
	width: 94%;
	padding: 20px;
	
}

div#form2 b{
	display: block;
	margin: 0 0 20px 0;	
}

div#form2 table{
	width: 100%;
}

div#form2 table td{
	padding: 2px 8px 1px 0;
	width: 24%;
}

div#form2 table input{
	padding: 3px 5px  3px  5px;
	border:1px solid #8fadbc;
	color: #968888;
	letter-spacing:1px;
	margin: 2px 0 1px 0;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;	
	font-size: 15px;
}

div#form2 table td a{
	float: right;
}

div#form2 table td textarea{
	width: 98%;
}


/* ZESTAWIENIA CEN */

.cennikEntry{
	padding: 15px 0 19px 0;
}

.cennikEntry .infoImg{
	float: left;
}

.cennikEntry .infoBlok{
	margin-left: 70px;
}

.cennikEntry img{
	margin: 0 20px 20px 0;
}

.cennikEntry a.title{
	font-size: 15px;
	font-weight: bold;
	display: block;
	margin: 3px 0 5px 0;
}

.cennikEntry i{
	font-size: 11px;
	font-style: normal;
}

.cennikEntry p{
	font-size: 13px;
	line-height: 15px;
}

.cennikEntry p.info{
	font-size: 12px;
}

.alfabet{
	line-height: 17px;
	text-align: center;
}

.tagi{
    color: #666;
    font-family: Vardana,Arial,Helvetica,sans-serif;
    font-size: 13px;
    line-height: 19px;
    padding: 0 0 6px 0;
    text-align: left;
	margin: 0 0 15px 0;
}

.tagi strong{
	margin-bottom: 6px;
	border-bottom: 1px solid #ccc;
    color: #666;
	display: block;
}
