
/* BUTTONS */
@media 
screen 
and (min-width: 320px) 
and (max-width: 990px),       
screen
and (min-device-width : 320px) 
and (max-device-width : 990px){
    #cboxLoadedContent iframe,
    #cboxLoadedContent object,
    #cboxLoadedContent embed,
    #map_canvas{
        max-width: 100% !important;
    }

    #map_canvas{
        max-width: 100% !important;
    }
    }
.button{
	display: inline-block;
	padding: 5px 10px 6px;
	color: #7a7a7a;
	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);
	border-bottom: 1px solid rgba(0,0,0,0.25);
	position: relative;
	cursor: pointer;
	margin: 2px 0 2px 0;
}

.button:hover{
	background-color:#111;
	color:#7a7a7a;
}

.b_grey.button { background-color: #d1d1d1; }
.b_blue.button { background-color: #2e5d74; color: #fff; }
.b_red.button { background-color: #e33100;  color: #fff;}
.b_magenta.button { background-color: #a9014b; }
.b_orange.button { background-color: #ff7f0b; color: #fff; }
.b_yellow.button { background-color: #ffb515; }
.b_green.button { background-color: #7bc95a; }

.b_grey.button:hover { background-color: #bfbaba; }
.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_mikro{ 
	font-size: 11px;
	padding: 1px 5px 2px 5px;
	border: 0px none;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;	
	-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);	
	font-weight: normal;
}

.b_small{ 
	color: #7a7a7a;
	border: 0px none;
	font-size: 12px;
	-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;
}

/* ART LIST */

.EntryList{
	padding: 10px 0 14px 0;
	border-bottom: 1px solid #d9dad9;
	clear: both;
	min-height: 150px;
}

.EntryList:last-of-type{
	border-bottom: 0px none;
}

.EntryList .leadIMG {
	float: left;
	margin: 5px 0 0 0;
}

	.EntryList .leadIMG img {
		padding: 3px;
		border: 1px solid #d9d9d9;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px; 
	}
	
	.EntryList .leadIMG .facebooklike {
		width: 140px;
		margin: 10px 0 0 0;	
	}	
	
.EntryList .leadTXT{
	margin: 0 0 0 150px;
	font-size: 13px;
	line-height: 19px;
	text-align: justify;
}

.EntryList a.title {
	color: #f5831f;
	font-size: 18px;
	font-weight: normal;
	display: block;
	margin: 0 0 5px 0;
	text-align: left;
}

.EntryList a.title:hover {
	text-decoration: underline;
}

.EntryList .info{
	text-align: right;
	color: #a2a2a2;
}

.EntryList p{
	text-align: left;
	min-height:130px;
}

/* FORMATOWANIE PEŁNEGO TEKSTU */

h1{
	font-family: Tahoma, sans-serif, Arial, Vardana, Helvetica;
	color: #000;
	font-size: 22px!important;
	font-weight: normal;
	margin: 0 0 7px 0;
	text-align: left;
	line-height: 26px;
}

.TXT{
	font-family : Vardana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #595755;
}

.TXT h2 {
	color: #595755;
	text-decoration: none;
	font-size: 18px;
	margin: 15px 0 13px 0;
	text-align: left;
}

.TXT h3 {
	font-family : Vardana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #595755;
	padding: 0 0 18px 0;
	font-weight: bold;
}

.TXT h4 {
	font-family : Vardana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #2f859d;
	padding: 0 0 18px 0;
	font-weight: bold;
}

.TXT div {
	/* padding: 0 0 14px 0; */
	text-align: justify;
	color: #464646;
	font-size: 13px;
	font-family : Vardana, Arial, Helvetica, sans-serif;
	line-height: 19px;
	padding-bottom: 14px;
}

.TXT .lead{
	font-weight: bold;
	text-align: left;
}

.TXT a {
	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;
	padding: 3px;
	border: 1px solid #d9d9d9;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px; 	
}

.TXT img[align="right"]{
	margin: 3px 0px 3px 10px;
	padding: 3px;
	border: 1px solid #d9d9d9;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px; 	
}

.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_pom.gif) no-repeat scroll 0 5px;
	padding: 0 0 8px 12px;	
}

.TXT ul ul {
	list-style-type: square;
	padding: 0 0 8px 28px !important;
	padding: 8px 0 0px 15px;
	text-align: left;
}

.TXT ul ul li {
	background-image: none;
	padding: 0 0 8px 0px;
}

.TXT ol {
	list-style-type: decimal;
	padding: 0 0 8px 35px;
	text-align: left;
}

.TXT ol li {
	padding: 0 0 5px 0px;	
}

.TXT hr {
	margin:10px 0 10px 0;
	padding:0;
	border:0;
	border-top:1px solid #109;
	height:0;
	clear: both;
}

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

/* IMAGE DIV */

.TXT .imageDIV {
	background-color: #f3f3f3;
	font-family: Arial, Vardana, Helvetica, sans-serif;
	font-size: 10px;	
	text-align: left;
	line-height: 14px;
	padding: 0 0 9px 0px;
	margin: 5px 0 0 0px;
}

.imageDIV img {
	float: none;
	padding: 0;
	display: block;
}

.imageDIV strong{
	display: block;
	color: #464646;
	font-size: 11px;
	font-weight: normal;
	padding: 5px 0 0 5px;
}

.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: #464646;
	font-size: 11px;
	font-weight: normal;
	padding: 0px 0 0 5px;
}

.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{ 
	border: 1px solid black;
	border-collapse: collapse;
	margin: 0 0 14px 0;
	width: 100%;
}
 
.TXT table td{ 
	border: 1px solid black;
	padding: 4px;
} 
 
.TXT table tr:first-child td{
	background-color: #63a4b6;
	padding: 10px 5px 10px 5px;
	color: #fff;
	font-weight: bold;
	text-align: center;
} 

.TXT table tr:nth-child(2n){
	background-color: #f2efea;
} 


 
 
.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.white{ 
	border: 0px none;
	border-collapse: collapse;
	margin: 0 0 14px 0;
	width: 100%;
}
 
.TXT table.white td{ 
	border: 0px none;
	padding: 4px;
} 
 
.TXT table.white tr:first-child td{
	background-color: #fff;
	padding: 10px 5px 10px 5px;
	color: #464646;
	font-weight: normal;
	text-align: left;
} 

.TXT table.white tr:nth-child(2n){
	background-color: #fff;
} 
 
 
 
/* 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{
	font-size: 12px;
	color: #2f859d;
}

.artInfo ul a:hover{
	text-decoration: underline;
}

.artData{
	color: #999;
}

.artInfo .hr{
	border-bottom: 1px solid #e4e4e4;
	margin: 10px 0 10px 0;
	padding: 0px;
}

.artInfo .artData{
	float: right;
}

.artInfo a.flagi{
	float: left;
	margin-right: 2px;
}

.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: 10px 0 20px 0px;
}

.artTools_bottom{
	padding: 5px 0 5px 0px;
	margin: 10px 0 45px 0px;
}

.artTools_bottom b{
	display: block;
	margin: 0 0 10px 0;
}

.artTools ul,
.artTools_bottom ul{
	list-style-type: none;
}

.artTools ul{
	float: right;
}

.artTools ul li{
	float: left;
	margin-left: 4px;
}

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

.BottomArtButtons .SendTextButton{
	display: block;
	width: 252px;
	height: 50px;
	background-image: url(../images/button_send_text.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:top;}
.ui-rater-rating {margin: 2px 10px 0 7px; font-size: 18px; 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 {font-size: 13px; font-family: Vardana, Tahoma, Arial, Helvetica, sans-serif; }

.OcenaDIV .ViewCount{
	display: block;
	color: #464646;
	margin: 15px 0 15px 0;
}


/* KOMENTARZE */

.KomentarzeDIV{

}

.KomentarzeDIV .KomentarzeHeader{
	background: url(../images/komentarze_back.png) left top no-repeat;
	margin: 0 0 15px 0;	
	height: 57px;
}

.KomentarzeDIV .KomentarzeHeader .rankingInfo{
	float: right;
	color: #999;
	font-family: Tahoma, Arial, sans-serif, Vardana, Helvetica; 
	padding: 20px 15px 15px 15px;
}

.KomentarzeDIV .KomentarzeHeader b{
	display: block;
	float: left;
	margin: 20px 0 0 20px;
}

.KomentarzeDIV .KomentarzEntry{
	font-family : Vardana, Arial, Helvetica, sans-serif;
	clear: both;
	border-bottom: 1px solid #dfe6e9;
	padding: 0 0 5px 0;
	margin-bottom: 10px;
}

.KomentarzeDIV .profilPic{
	float: left;
	margin: 0 20px 5px 0;
	text-align: center;	
}

.KomentarzeDIV .profilPic img{
	margin-bottom: 0px;
}

.KomentarzeDIV .profilPic i{
	font-style: normal;
	font-size: 11px;
}

.KomentarzeDIV .KomentarzEntry a{
	color: #2a6786;
	font-size: 11px;
	display: block;
	margin: 0 0 4px 0;
}

.KomentarzeDIV .KomentarzEntry a strong{
	color: #2a6786;
	font-size: 13px;
	font-weight: bold;
}

.KomentarzeDIV .KomentarzEntry p{
	padding: 0 0 8px 0;
	text-align: justify;
	color: #464646;
	font-size: 13px;
	line-height: 16px;
}

.KomentarzeDIV .KomentarzEntry em{
	background: url(../images/komentaze_reply.gif) left top no-repeat;
	padding: 0 0 5px 20px;
	display: block;
	float: right;
}

/* FORMULARZ KOMENTARZA */

.komentarzeFormArea{
	background-color: #f6f6f6;
	padding: 15px;
	-moz-border-radius-bottomright: 15px;
	-khtml-border-radius-bottomright: 15px;
	-webkit-border-bottom-right-radius: 15px;
	-moz-border-radius-bottomleft: 15px;
	-khtml-border-radius-bottomleft: 15px;
	-webkit-border-bottom-left-radius: 15px;
}

.komentarzeFormArea strong{
	font-weight: bold;
	font-family : Arial, Vardana, Helvetica, sans-serif;
	font-size: 12px;
	display: block;
	float: left;
	padding-top: 4px;
}

.komentarzeFormArea div.left div:first-child{
	margin: 0 0 25px 0;
}


.komentarzeFormArea div.left{
	float: left;
	width: 65%;
}

.komentarzeFormArea div.right{
	float: left;
	padding: 53px 0 0 10px;
	font-weight: normal;
	width: 30%;	
}

.komentarzeFormArea img{
	border: 1px solid #a29e9e;
}

.komentarzeFormArea textarea{
	margin: 4px 0 0 0;
	width: 98%;
}

.komentarzeFormArea div.left input[type="text"]{
	width: 260px;
	float: right;
}

.komentarzeFormArea div.right input[type="text"]{
	width: 150px;
	margin: 6px 0 6px 0;
}

.komentarzeFormArea span{
	display: block;
	color: #666;
	font-size: 11px;
}

	.komentarzeFormArea span a{
		color: #2a6786;
		text-decoration: underline;
	}
	
.komentarzeFormArea .button{
	font-size: 14px;
	padding: 6px 25px 6px 25px;
}	



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

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

/* PRZEWIJAK */

.przewijak {
	margin: 20px 0 20px 0;
}

.przewijak .pages_list{
	text-align: center;
	color: #b4b4b4;
}

	.przewijak .pages_list strong a,
	.przewijak .pages_list strong span
	{
		display: block;
		width: 18px;
		height: 18px;
		background-color: #f1eee9;
		text-align: center;
		color: #999;
		text-decoration: none;
		font-weight: bold;
		font-size: 13px;
		padding: 3px 1px 0 0;
		margin: 2px;		
		float: left;
	}

	.przewijak .pages_list strong a.next,
	.przewijak .pages_list strong a.prev
	{
		display: block;
		width: 100px;
		height: 18px;
		background-color: #f1eee9;
		text-align: center;
		color: #999;
		text-decoration: none;
		font-weight: normal;
		font-size: 13px;
		padding: 3px 1px 0 0;
		margin: 2px;		
		float: left;
	}	
	
.przewijak .pages_list strong span.set {
	background-color: #cfcac2;
	color: #000;	
}

.dropmenu{
	float: right;
	clear: both;
}

.dropmenu i{
	font-style: normal;
}

.przewijak select{
	padding: 0px 1px 0px 1px;
	width: 40px;
}

.hr{
	margin: 5px 0 15px 0;
	border-bottom: 1px solid #d9dad9;
	clear: both;
}
