/*****************************/
/*** Core html setup stuff ***/
/*****************************/
html {
  height: 100%;
  margin-bottom: 0px;
  overflow-y: scroll;
}

body {
	height: 100%;
	font-family: "Calibri",Arial;
	margin: 0px;
	font-size: 12px;
	color: #5d5959;
	background-color: #ffffff;
	text-align: center;
	line-height: 150%;
	background-image: url('../images/back.jpg');
	background-repeat: repeat-x;
}

a{
	text-decoration: none;
	color: #1697e3;	
}

a:hover {
	text-decoration: none;
	
}

img {
	border: 0px;
}
	
div#container {
	width: 1008px;
	margin: 0px auto;
	text-align: center;
	min-height: 738px;
    height: auto !important; 
    height:738px;
	
}

div#wraper {
	width: 100%;
	text-align: center;
	min-height: 738px;
    height: auto !important; 
    height:738px;
	float:left;
    background-image: url('../images/backM.jpg');
	background-repeat: no-repeat;
	background-position:center 172px;
}



div#bodyTop{
width: 1008px;
height:172px;
float:left;
	background-image: url('../images/bodyTop.jpg');
	background-repeat: no-repeat;
}

div#bodyTop2{
    width: 1008px;
    height:330px;
    float:left;
	background-image: url('../images/bodyTop2.jpg');
	background-repeat: no-repeat;
}

div#bodyLogin{
    width: 1008px;
    height:170px;
    float:left;
    background-image: url('../images/guz.jpg');
	background-repeat: no-repeat;
	background-position:top center;
	margin-top:10px;
}
div#bodyLogin2{
    width: 1008px;
    min-height: 50px;
    height: auto !important; 
	height:50px;
    float:left;
}

div#leftMenu{
   float:right;
   width:210px; 
}

div#leftMenu ul{
   list-style:none;
   margin:0px;
   padding:0px;
   margin-top:20px;
   float:right;
}

div#leftMenu li{
   text-align:right;
}
div#leftMenu a{
   color:#9f9f9f;
   font-size:16px;
   display:block;
   padding:10px 10px 10px 10px;
   width:190px;
   border-bottom:1px dotted #9f9f9f;
}

div#leftMenu a:hover{
   color:#1697e3;
   font-size:16px;
   display:block;
   padding:10px 10px 10px 10px;
   width:190px;
   border-bottom:1px dotted #1697e3;
   background-color:#f4f4f4;
}


div#bodySearch{
    width:180px;
	height:31px;
	float:right;
	
	font-family:Arial;
	margin-top:7px;
}

.formularz{
    background-color:none; 
    width:93px; 
    background-image: url('../images/search.jpg');
    background-repeat: repeat-x;	
	border:0px; 	
    color:#000000;
    height:10px;	
    float:left;
	padding:13px 10px 14px 40px;
	font-size:11px;
	}
	
.buttonS{
	background-color:#ffffff;
	width:32px;
	border:0px;
	height:36px;
	padding:0px 0px 0px 0px;
	float:left;
	font-family: Verdana;
	font-size:11px;
	cursor: pointer ;
	background-image: url('../images/searchButton.jpg');
	background-repeat: no-repeat;
	
}

.loginBox{
   width:340px;
   float:left;
   font-size:18px;
   color:#757575;
   text-align:left; 
   margin-top:80px;   
   margin-left:150px;
}

.loginBox a{
   color:#1ea8c5;
   float:left;
   display:block;
}

.loginBox h2{
  font-size:28px;
  color:#3e3c3c;
  font-weight:normal;
  text-align:left;
  margin:0px;
  margin-bottom:10px;
}

div#topTitle{
  float:left;
  width:1007px;
  color:#ffffff;
  font-size:18px;
  background:black;
  padding:10px 0px 10px 0px;
}

div#bodyMain{
    width:961px;
  	min-height: 500px;
    height: auto !important; 
    height:500px;
	float:left;
	padding:0px 23px 0px 23px;
}



.mainTitle{
    color:#000000;
    font-size:20px;
    text-align:left;
    padding:0px;
    margin-left:0px;
    padding-bottom:20px;
   	background-image: url('../images/border2.jpg');
	background-repeat: no-repeat;
	background-position:left bottom;
	margin-bottom:0px;
}

div#mainBodyContent{
    width: 938px;
    height:400px;
	min-height: 400px;
    height: auto !important; 
	float:left;
	background-image: url('../images/bar.jpg');
	background-repeat: no-repeat;
	background-position:top center;
	padding:20px 35px 0px 35px;
}

div#mainText {
   width:702px;
   float:left;
   text-align:left;
   font-family:Tahoma;
   line-height:150%;
   height:300px;
   	min-height: 300px;
    height: auto !important; 
}

div#mainTextShorts {
   width:702px;
   float:left;
   text-align:left;
   font-family:Tahoma;
   line-height:150%;
   padding-top:5px;
   }

div#newsletter {
    width:1008px;
    height:92px;
    float:left;
   	background-image: url('../images/newsletter.jpg');
	background-repeat: no-repeat;
	background-position:top left;
	margin-top:20px;
}  
   
h2.titleh2{
   text-align:left;
   color:#3b3b3b;
   font-weight:normal;
   font-size:21px;
}   
   
div.newsBody{
   width:230px;
   float:left;
   padding:0px 5px 0px 5px;
   color:#3f3f3f;
   font-size:14px;
   text-align:left;
}



 h2.newsTitle{
   color:#db0d26;
   font-size:18px;
   text-align:left;
   margin:20px 0px 10px 0px;
   float:left;
   width:100%;
 }
 
 .newsMore{
  color:#db0d26;
  float:left;
  width:100%;
  border-top:2px solid #1d4880;
  padding-top:10px;
  margin-top:20px;
 }
 
 div#topTitle2{
  float:left;
  width:1007px;
  color:#ffffff;
  font-size:18px;
  background-color:#1d4880;
  padding:10px 0px 10px 0px;
  background-image: url('../images/ar.jpg'); 
  background-repeat: no-repeat;
  background-position:left top;
}

div.newLinki{
   width:430px;
   float:left;
   text-align:left;
   margin-right:40px;
}

div.newLinki a{
  color:#1d4880;
  font-size:14px;
}

div#container2 {
	width: 100%;
	text-align: center;
    height:269px;
	background-color:#1c1c1c;
	float:left;
	   background-image: url('../images/con3.jpg'); 
    background-repeat: no-repeat;
    background-position:center top;
}

div#container3 {
	width: 100%;
	text-align: center;
	min-height: 300px;
    height: auto !important; 
    height:300px;
	float:left;
}

div#centerContent{
 
	width: 960px;
	margin: 0px auto;
}

div#container4 {
	width: 100%;
	text-align: center;
	min-height: 370px;
    height: auto !important; 
    height:370px;
	float:left;
	background:#f5f3ee;
}

div#centerContentLinki{
   background-image: url('../images/border.jpg'); 
  background-repeat: no-repeat;
  background-position:center top;
	width: 960px;
	margin: 0px auto;
}

div#centerContentMap{
	width: 960px;
	margin: 0px auto;
}

div#container5 {
	width: 100%;
	text-align: center;
    height:142px;
	float:left;
	   background-image: url('../images/eu.jpg'); 
  background-repeat: no-repeat;
  background-position:center top;
}

div#centerContentStopka{
    text-align:center;
	width: 1008px;
	height:162px;
	margin: 0px auto;
}


 div.con1{
      width:470px;
	  float:left;
	  color:#ffffff;
	  font-size:12px;
	  text-align:left;
	  line-height:180%;
	  margin-left:10px;
  } 
  
   div.con1 input,textarea{
      width:314px;
	  float:left;
	  border:0;
	  background:#eff2f6;
	  font-size:14px;
	  color:#202020;
	  font-family: "Calibri",Arial;
	  padding:10px 20px 10px 20px;
	  margin-top:10px;
  } 
  
   h2.centerTitle{
        width:490px;
	    float:left;
	    font-size:24px;
	  	font-family: "Calibri",Arial;
		color:#ffffff;
		text-align:left;
  } 
  
  
  h3.titleLink{
    border-bottom:3px solid black;
	color:#202020;
	font-size:16px;
	padding:40px 0px 10px 0px;
	text-align:left;
	float:left;
	width:100%;
  }
  
  ul.tableLinki{
    float:left;
	list-style:none;
    margin:0px;
	padding:0px;
  }

  ul.tableLinki li{
  float:left;
   background-image: url('../images/arrow.jpg'); 
  background-repeat: no-repeat;
  background-position:left center;
  padding-left:12px;
  padding-right:20px;
  width:200px;
  margin-top:10px;
  }  
  
  ul.tableLinki a{
  
   color:#202020;
   font-size:14px;
  }
  
  div#loga{
     background-image: url('../images/loga.jpg'); 
  background-repeat: no-repeat;
  background-position:top center;
  width:590px;
  height:90px;
  margin-top:23px;
  margin-left:160px;
  }
  
    div#centerContentStopka span{
 color:#1d4880;
 margin-top:50px;
 display:block;
  }
  div#search{
  float:right;
  margin-top:8px;
  
  }
  
  div#czcionka{
     float:right;
	 color:#ffffff;
	 font-size:12px;
	 padding-top:15px;
	 margin-right:40px;
	 margin-left:20px;
  }
 
  div#czcionka a{
    
	 color:#ffffff;
	
  }
 
  .search{
    background:#eff2f6;
	font-size:14px;
	color:#383838;
	width:135px;
	border:0px;
	padding:9px 20px 9px 20px;
	float:left;
  }
  
  .button{
    background:none;
	font-size:15px;
	color:#ffffff;
	width:79px;
	background-image: url('../images/button.jpg'); 
    background-repeat: no-repeat;
	height:34px;
	border:0px;
	float:left;
  }
  
  div#bodyRight{
     width:230px;
	 min-height: 340px;
     height: auto !important; 
	 height:340px;
	 float:left;
	
  }
  
  div#rightTitle{
    color:#000000;
	font-size:14px;
	border-bottom:1px solid black;
	text-align:left;
	padding:25px 0px 10px 0px;
	font-family: "Calibri",Arial;
	font-weight:bold;
  }
  .bodyTitle{
     color:#000000;
   font-size:20px;
   text-align:left;
   padding:0px;
   margin-left:0px;
   padding-bottom:10px;
	margin-bottom:0px;
   margin-top:25px;
   border-bottom:1px solid black;
   margin-bottom:20px;
  }
  
  div#bodyLeft{
  float:right;
  width:700px;
  margin-right:10px;
   text-align:left;
   color:#202020;
   font-size:14px;
   line-height:150%;
   padding-bottom:20px;
  }
  
  .logoMain img{
   float:left;
   width:340px;
   height:100px;
   margin-top:20px;
  }
  
    .logoWsg img{
   float:right;
   width:240px;
   height:60px;
   background:red;
   margin-top:20px;

  }
  
      .logoMSZ img{
   float:left;
   width:190px;
   height:60px;

   margin-top:20px;

  }
  
  div#facebookIcon a{
  width:29px;
  height:28px;
  	background-image: url('../images/facebook.jpg'); 
    background-repeat: no-repeat;
	float:right;
	margin-top:8px;
	margin-right:30px;
  }
    div#facebookIcon a:hover{
  width:29px;
  height:28px;
  	background-image: url('../images/facebook.jpg'); 
    background-repeat: no-repeat;
	background-position:0px -28px;
	float:right;
  }

   div#youtubeIcon a{
  width:29px;
  height:28px;
  	background-image: url('../images/youtube.jpg'); 
    background-repeat: no-repeat;
	float:right;
	margin-top:8px;
	margin-right:10px;
	
  }
    div#youtubeIcon a:hover{
  width:29px;
  height:28px;
  	background-image: url('../images/youtube.jpg'); 
    background-repeat: no-repeat;
	background-position:0px -28px;
	float:right;
  }
  
  .cPaginatorcRound               {-webkit-border-radius: 8px;-moz-border-radius: 8px;border-radius: 8px;background:#f4f3f0;padding:6px 0;margin:10px 19px;overflow:hidden;float:left;}
.cPaginatorcRound .cPaginator   {overflow:hidden;}
.cPaginatorcRound .cOutPaginator{position:relative;left:50%;float:left;}
.cPaginatorcRound .cInPaginator {position:relative;left:-50%;float:right;}
.cPaginatorcRound .cPaginatorOL {list-style:none;overflow:hidden;margin:0;padding:0;}
.cPaginatorcRound .cPaginatorOL li{margin:0 5px;float:left;padding:0;list-style:none;}
.cPaginatorcRound .cPaginatorOL li a    {color:#5D5959;text-decoration:none;font-weight:bold;}
.cPaginatorcRound .cPaginatorOL li.cActive a,
.cPaginatorcRound .cPaginatorOL li a:hover  {color:#1FA8C6;}

#daneLogin{
width:400px;
}

input#loginButton{
width:auto !important;
float:right !important;
margin-right:35px !important;
height:25px !important;
background-color:#3e3c3c;
border-radius: 5px 5px 5px 5px;
-webkit-border-radius: 5px 5px 5px 5px;
-moz-border-radius: 5px 5px 5px 5px;
   border-color:#b6b6b6 !important;
   color:#ffffff;
   border:0px;
}

input#loginButton:hover{
background-color:#1fa8c6;
}

#daneLogin input {
border: 1px solid #cccccc;
    height: 16px;
    line-height: 16px;
    width: 180px;
    float:left;
	margin:2px;
	padding:2px;
}

#daneLogin label {
width:170px;
display:block;
float:left;
text-align:right;
height:16px;
 line-height: 16px;
 margin:2px;
 padding:2px;
}

#daneLogin label.error{
text-align:left;
}

#daneRejestracja{
width:500px;

}

#daneRejestracja label.error{
text-align:left;
}

#daneRejestracja input.error,select.error{
border-color: red !important;
}

#daneRejestracja input {
border: 1px solid #cccccc;
    height: 16px;
    line-height: 16px;
    width: 280px;
    float:left;
	margin:2px;
	padding:2px;
}
#daneRejestracja textarea{
border: 1px solid #cccccc;
    height: 100px;
    line-height: 16px;
    width: 280px;
    float:left;
	margin:2px;
	padding:2px;
}
#daneRejestracja select {
border: 1px solid #cccccc;
    height: 23px;
    line-height: 16px;
    width: 286px;
    float:left;
	margin:2px;
	padding:2px;
}

#daneRejestracja label {
width:170px;
display:block;
float:left;
text-align:right;
height:16px;
 line-height: 16px;
 margin:2px;
 padding:2px;
}

ul#Mnav{
    float:left;
	list-style:none;
    margin:0px;
	padding:0px;
	margin-bottom:20px;
	margin-left:20px;
}

ul#Mnav li{
    float:left;
}

ul#Mnav a{
    display:block;
	background-color:#3e3c3c;
	padding:5px;
border-radius: 8px 8px 8px 8px;
-webkit-border-radius: 8px 8px 8px 8px;
-moz-border-radius: 8px 8px 8px 8px;
   border-color:#b6b6b6;
   color:#ffffff;
   margin:5px;
}

a.nowy {
    display:block;
	background-color:#3e3c3c;
	padding:6px;
border-radius: 5px 5px 5px 5px;
-webkit-border-radius: 5px 5px 5px 5px;
-moz-border-radius: 5px 5px 5px 5px;
   border-color:#b6b6b6;
   color:#ffffff;
   margin:5px;
}

a.nowy:hover {
background-color:#1fa8c6;
}

#zdjecieB {
    display:block;
	background-color:#3e3c3c;
	padding:1px;
	 border-color:#b6b6b6;
border-radius: 5px 5px 5px 5px;
-webkit-border-radius: 5px 5px 5px 5px;
-moz-border-radius: 5px 5px 5px 5px;
  
   color:#ffffff;
   margin:5px;
   width:100px;
   height:20px;
   border:0px;
   margin-left:10px;
}

#zdjecieB:hover {
background-color:#1fa8c6;
}

a.dodaj {
    display:block;
	background-color:#3e3c3c;
	padding:6px;
border-radius: 5px 5px 5px 5px;
-webkit-border-radius: 5px 5px 5px 5px;
-moz-border-radius: 5px 5px 5px 5px;
   border-color:#b6b6b6;
   color:#ffffff;
   margin:5px;
}

a.dodaj:hover {
background-color:#1fa8c6;
}

ul#Mnav a:hover{
    display:block;
	background-color:#1fa8c6;
	padding:5px;
border-radius: 8px 8px 8px 8px;
-webkit-border-radius: 8px 8px 8px 8px;
-moz-border-radius: 8px 8px 8px 8px;
   border-color:#b6b6b6;
   color:#ffffff;
   margin:5px;
}




a.edytuj,a.edytuj1 {
    display:block;
	background-color:#3e3c3c;
	padding:3px;
border-radius: 2px 2px 2px 2px;
-webkit-border-radius: 2px 2px 2px 2px;
-moz-border-radius: 2px 2px 2px 2px;
   border-color:#b6b6b6;
   color:#ffffff;
   margin:5px;
   font-size:9px;
   width:37px;
   float:right;
   margin:0px;
   font-weight:normal;
   text-align:center;
}

a.edytuj:hover,a.edytuj1:hover {
background-color:#1fa8c6;
}

a.usun,a.usun1 {
    display:block;
	background-color:#3e3c3c;
	padding:3px;
border-radius: 2px 2px 2px 2px;
-webkit-border-radius: 2px 2px 2px 2px;
-moz-border-radius: 2px 2px 2px 2px;
   border-color:#b6b6b6;
   color:#ffffff;
   margin:5px;
   font-size:9px;
   width:33px;
   float:right;
   margin:0px;
   text-align:center;
   margin-left:2px;
}

a.usun:hover,a.usun1:hover {
background-color:#1fa8c6;
}

#user_edit{
float:left;
  	background-image: url('../images/hj.jpg'); 
    background-repeat: repeat-x;
	border-radius: 5px 5px 5px 5px;
-webkit-border-radius: 5px 5px 5px 5px;
-moz-border-radius: 5px 5px 5px 5px;
width:650px;
padding:10px;
margin-bottom:20px;
color:#ffffff;
}

#user_edit2{
float:left;
  	background-image: url('../images/hj.jpg'); 
    background-repeat: repeat-x;
	border-radius: 5px 5px 5px 5px;
-webkit-border-radius: 5px 5px 5px 5px;
-moz-border-radius: 5px 5px 5px 5px;
width:650px;
padding:10px;
margin-bottom:20px;
color:#ffffff;
}

.profilRound {
    border-radius: 4px 4px 4px 4px;
    position: relative;
}
.profilShadow {
    box-shadow: 3px 3px 6px 1px #DDDDDD;
}
.profilBox {
    background: none repeat scroll 0 0 #F7FBFE;
    border: 1px solid #DAE5E7;
    margin-bottom: 20px;
    padding: 16px 20px;
    width: 635px;
}

.foto {
    width:150px;
	text-align:center;
}

h2#mainName{
   width:500px;
   text-align:left;
}



.profilBox{
   text-align:left;
float:left;
}

span.label{
  width:100px;
  display:block;
  float:left;
}

span.labelDesc{
  width:380px;
  display:block;
  float:left;
  font-weight:bold;
}

.searchIn {
    border: 1px solid #cccccc;
    height: 25px;
    line-height: 16px;
    width: 360px;
    float:left;
	margin:2px;
	padding:2px;
}

.searchOpis {
    color:#ffffff;
    float:left;
	font-size:16px;
	font-weight:bold;
width: 180px;
text-align:left;
}

#postSzukaj {
background:none;
  	background-image: url('../images/szukaj.png'); 
    background-repeat: no-repeat;
	width:146px;
	height:41px;
    border:0px;
	cursor:pointer;
	float:left;
	margin-top:72px;
	margin-left:50px;
}

#mainLogo img{
  width:220px;
  height:100px;
   float:left;
   margin-top:60px;
}

#mainLogo2 img{
  width:320px;
  height:100px;
   float:left;

}

.profilBox input {
border: 1px solid #cccccc;
    height: 16px;
    line-height: 16px;
    width: 280px;
    float:left;
	margin:2px;
	padding:2px;
}
.profilBox textarea{
border: 1px solid #cccccc;
    height: 100px;
    line-height: 16px;
    width: 280px;
    float:left;
	margin:2px;
	padding:2px;
}
.profilBox select {
border: 1px solid #cccccc;
    height: 23px;
    line-height: 16px;
    width: 286px;
    float:left;
	margin:2px;
	padding:2px;
}

.profilBox label {
width:170px;
display:block;
float:left;
text-align:right;
height:16px;
 line-height: 16px;
 margin:2px;
 padding:2px;
}

.row1{
width:250px;
text-align:right;
vertical-align:top;
}

.row2{
width:360px;
padding:0px 20px;
vertical-align:top;
}

.row3{
width:100px;
}

.tag{
width:650px;
background:#F7FBFE;
border:1px solid #1697e3;
position:absolute;
top:0px;
z-index:99;
font-size:10px;
display:none;
}

.tag_cont{
height:100px;
overflow-y:scroll;
}

label.error{
left:470px;
position:absolute;
width:300px;
text-align:left;
color:red;
}

input.error,select.error,textarea.error{
border-color:red;
color:red;
}

.validation{
position:relative;float:left;
}

div#cont{
	width:1008px;
	height:245px;
	margin:0px auto;
}

div#iBanners{
  	background-image: url('../images/baner.jpg'); 
    background-repeat: no-repeat;
	float:left;
	width:962px;
	height:245px;
	margin-top:10px;
	margin-left:24px;
}

div.contentOferta{
    float:left;
	width:220px;
	color:#5d5959;
	font-size:12px;
	margin:0px 5px 0px 5px;
}

div.contentOferta h3{
    float:left;
	width:230px;
	color:#1fa8c6;
	font-size:14px;
	margin:5px 0px 5px 0px;
}

.dataW{
    display:block;
}

a.wiecej {
    display:block;
	background-color:#3e3c3c;
	padding:4px;
    border-radius: 4px 4px 4px 4px;
   -webkit-border-radius: 4px 4px 4px 4px;
   -moz-border-radius: 4px 4px 4px 4px;
   border-color:#b6b6b6;
   color:#ffffff;
   margin:5px;
   font-size:12px;
  
   float:right;
   margin:0px;
   font-weight:normal;
   text-align:center;
   margin-bottom:5px;
   font-family:Arial;
   margin-top:10px;
}

a.wiecej:hover {
background-color:#1fa8c6;
}

a.slowo {
    display:block;
	background-color:#3e3c3c;
	padding:4px;
border-radius: 4px 4px 4px 4px;
-webkit-border-radius: 4px 4px 4px 4px;
-moz-border-radius: 4px 4px 4px 4px;
   border-color:#b6b6b6;
   color:#ffffff;
   margin:5px;
   font-size:9px;
  
   float:right;
   margin:0px;
   font-weight:normal;
   text-align:center;
   margin-bottom:5px;
}

a.slowo:hover {
background-color:#1fa8c6;
}

.sortable .head h3 {background:url(../images/sort.gif) 7px center no-repeat; cursor:pointer; padding-left:18px;margin:0px;}
.sortable .desc, .sortable .asc {margin:0px;}
.sortable .desc h3 {background:url(../images/desc.gif) 7px center no-repeat; cursor:pointer; padding-left:18px;margin:0px;}
.sortable .asc h3 {background:url(../images/asc.gif) 7px  center no-repeat; cursor:pointer; padding-left:18px;margin:0px;}

#controls {width:680px; margin:0 auto; height:20px;float:left;margin-top:20px;}
#perpage {float:left; width:200px}
#perpage select {float:left; font-size:11px}
#perpage span {float:left; margin:2px 0 0 5px}
#navigation {float:left; width:250px; text-align:center}
#navigation img {cursor:pointer}
#text {float:left; width:200px; text-align:right; margin-top:2px}

div#mainLogin{
   width:600px;
   float:right;
   height:100px;
}

#bodyNewsletter2{
   float:right;
   margin-top:10px;
   margin-right:20px;
}


.formularzNewsletter{
    background-color:none; 
    width:170px; 
    background:none;
	border:0px; 	
    color:#ffffff;
    height:25px;	
    float:right;
	padding:13px 10px 14px 40px;
	font-size:11px;
	
	}
	
.buttonNewsletter{
	background-color:none;
	width:130px;
	border:0px;
	height:42px;
	padding:0px 0px 0px 0px;
	float:right;
	font-family: Verdana;
	font-size:11px;
	cursor: pointer ;
	background:none;
}

#poll{
	width:200px;
	border:1px solid #eee;
   text-align:left;
	float:right;
	margin-top:20px;
}
#poll h1{
	margin:0; padding:5px; 
	font-size:1.4em; 
	font-weight:normal; color:#333;
}
#poll p{
 color:#333; 
	margin:0; line-height:2em;
}
#pollcontainer{
	margin:5px; border:1px solid #f3f3f3;
	background:#f9f9f9; padding:5px;
}
#loader{ display:none; text-align:center;}
.option{ margin:5px 0; }
.option p{ line-height:1.1em; font-size:12px; }
.bar{ height:10px; background:#3399cc;width:0px;}
.yourvote{ background:#113399; }


#iBreadcrumbs{
  float:left;
  height:20px;
  width:800px;
  margin-top:65px;
  text-align:left;
  font-size:14px;
  color:#ffffff;
  font-weight:bold;
  margin-left:50px;
}

#iBreadcrumbs a{
  text-transform:uppercase;
  color:#ffffff;
 
}

#iBreadcrumbs span{
   
 display:inline;
   	background-image: url('../images/dot.jpg'); 
    background-repeat: no-repeat;
	background-position:center left;
	padding-left:13px;
	padding-right:3px;
}

#CvAnkieta label.error{
display:none !important;

}

#CvAnkieta select{
   border: 1px solid #CCCCCC;
    float: left;
    height: 23px;
    line-height: 16px;
    margin: 2px;
    padding: 2px;
	font-size:12px;
}

#topLinks{
float:right;
width:50px;
height:165px;
margin-top:40px;
margin-right:80px;
}

.topLinks img{
float:right;
width:50px;
height:40px;
}

.tt-dropdown-menu, .gist {
    text-align: left;
}

.title, .example-name {
    font-family: Prociono;
}

.title {
    font-size: 64px;
    margin: 20px 0 0;
}
.example {
    padding: 30px 0;
}
.example-name {
    font-size: 32px;
    margin: 20px 0;
}
.demo {
    margin: 50px 0;
    position: relative;
}
.typeahead, .tt-query, .tt-hint {
    border: 1px solid #CCCCCC;
    font-size: 15px;
    height: 19px;
    line-height: 16px;
    outline: medium none;
    padding: 6px 12px;
    width: 335px;
}
.typeahead {
    background-color: #FFFFFF;
}
.typeahead:focus {
    border: 1px solid #0097CF;
}
.tt-query {
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
}
.tt-hint {
    color: #999999;
}
.tt-dropdown-menu {
    background-color: #FFFFFF;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 8px 8px 8px 8px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    margin-top: 0px;
    padding: 8px 0;
    width: 422px;
}
.tt-suggestion {
    font-size: 18px;
    line-height: 24px;
    padding: 3px 20px;
}
.tt-suggestion.tt-is-under-cursor {
    background-color: #0097CF;
    color: #FFFFFF;
}
.tt-suggestion p {
    margin: 0;
}
.gist {
    font-size: 14px;
}
.example-twitter-oss .tt-suggestion {
    padding: 8px 20px;
}
.example-twitter-oss .tt-suggestion + .tt-suggestion {
    border-top: 1px solid #CCCCCC;
}
.example-twitter-oss .repo-language {
    float: right;
    font-style: italic;
}
.example-twitter-oss .repo-name {
    font-weight: bold;
}
.example-twitter-oss .repo-description {
    font-size: 14px;
}
.example-sports .league-name {
    border-bottom: 1px solid #CCCCCC;
    margin: 0 20px 5px;
    padding: 3px 0;
}
.example-arabic .tt-dropdown-menu {
    text-align: right;
}


#zdjecieB2 {
    display:block;
	background-color:#3e3c3c;
	padding:1px;
	 border-color:#b6b6b6;
border-radius: 5px 5px 5px 5px;
-webkit-border-radius: 5px 5px 5px 5px;
-moz-border-radius: 5px 5px 5px 5px;
  
   color:#ffffff;
   margin:5px;
   width:100px;
   height:20px;
   border:0px;
   margin-left:10px;
}

#zdjecieB2:hover {
background-color:#1fa8c6;
}

div#mov{
float:left;
margin-left:130px;
}