body {
    font-family:Trebuchet MS;
    font-weight:normal;
    font-size:12px;
    margin:0;
    padding:0;
}
#topBar {
    background-image:url(topwraperbg.gif);
    background-position:top left;
    background-repeat:repeat-x;
    width:100%;
    margin:0;
    padding:0;
    height:211px;
}
#topInsideBar {
    width:950px;
    height:166px;
    padding:0;
    margin:0 auto;
}
#logoButton {
    float:left;
    margin:0;
    padding:0;
}
#logoButton img {
    border:none;
}
#siteStat {
    float:left;
    width:110px;
    text-align:right;
    margin:0 0 0 125px;
}
#siteStat p {
    font-weight:bold;
    color:#880050;
    line-height:16px;
}
#siteStat span {
    font-weight:bold;
    font-size:16px;
    display:block;
    color:#4f4e4f;
}
#topInsideBarRight {
    width:250px;
    padding:38px 0 0 0;
    height:128px;
    float:right;
}
.logInput {
    background-image:url(loginframe.png);
    background-position:top left;
    background-repeat:no-repeat;
    width:244px;
    height:20px;
    padding:3px 0 0 4px;
    margin:0;
    float:left;
    border:none;
}
.logPass {
    background-image:url(passframe.png);
    background-position:top left;
    background-repeat:no-repeat;
    width:137px;
    height:20px;
    padding:3px 0 0 4px;
    margin:5px 0 0 0;
    float:left;
    border:none;
}
.logSubmit {
    margin:5px 0 0 0;
    width:107px;
    height:23px;
}
#zalozKonto {
    padding:0;
    margin:12px 0 0 0;
}
.imgButton {
    border:none;
    float:right;
}
.przypomnijButton {
    background-image:url(przypomnijlist.gif);
    background-position:bottom left;
    background-repeat:repeat-x;  
    font-size:10px;
    font-weight:bold;
    text-decoration:none;
    color:#4f4e4f;
    padding:0 0 1px 0;
    margin:0;
}
.przypomnijList {
    list-style-image:url(przypomnijbg.gif);
    padding:4px 0 0 0;
    margin:0 15px 0 0;
    float:right;
}
/* gorne menu */
#topMenu{
    display:block;
    width:950px;
    height:45px;
    margin:0 auto;
    padding:0;
}
#topMenu li, #topMenuLast, #topMenu li:hover {
    background-image:url(topmenubgns.png);
    background-position:top right;
    background-repeat:no-repeat; 
    padding:8px 20px 0 20px;
    height:37px;
    text-align:center;
    display:block;
    float:left;
    margin:0;
}
#topMenuLast {
    background-image:none!important;
}
#topMenu a {
    color:#4f4e4f;
    font-size:15px;
    height:37px;
    display:block;
    font-weight:bold;
    margin:0;
    text-decoration:none;
}
.menuTopArrow{
 display:none;
 width:11px;
 margin:0 auto;
}
#topMenu li:hover {
    background-color:#880050;
    color:#fff!important;
    height:30px;
}
#topMenu a:hover {
    color:#fff;
    text-decoration:none;
}

/* strona glowna*/
#contentSite {
  width:960px;
  height:auto;
  border:none;
  margin: 0 auto;
}
#contentSiteLeft {
  float:left;
  width:585px;
}
#contentSiteRight {
  float:right;
  width:375px;
  padding:30px 0 0 0;
}
#whereYouAre {
    margin: 20px 0;
    width:400px;
    float:left;
}
#whereYouAre span {
    width:auto;
    padding: 1px 5px 2px 5px;
    background-color:#9ba5a8;
    font-family:Tahoma;
    color:#fff;
}


/* --- box zadawania pytań --- */
#questionBox {
  background-image:url(boxpytaniatop.png);
  background-position:top left;
  background-repeat:no-repeat; 
  width:526px;
  float:left;
  margin:5px 0 0 0;
  height:530px;
  background-color:#eef0f0;
  padding:28px 0 0 40px;

}
#questionBoxImg {
  background-image:url(questionzaloguj.png);
  background-position:top left;
  background-repeat:no-repeat;
  width:100px;
  float:left;
  height:26px;
}
.questionBox_label {
  float:left;
  width:520px;
  height:21px;
  color:#67797e;
  margin: 5px 0 0 0;
  font-size:13px;
  font-weight:bold;
  display:block;
}
.questionBox_input_short {
  float:left;
  width:398px;
  height:21px;
  background-image:url(questionimputshort.png);
  background-position:top left;
  background-repeat:no-repeat;
  border:none;
  margin: 0;
  background-color:#F3F3F3;
  padding:5px 0 0 5px;
  display:block;
}
.questionBox_input {
  float:left;
  width:498px;
  height:21px;
  background-image:url(questionimputlong.png);
  background-position:top left;
  background-repeat:no-repeat;
  border:none;
  margin: 2px 0 0 0;
  background-color:#F3F3F3;
  padding:5px 0 0 5px;
  display:block;
}
.questionBox_select {
  float:left;
  width:498px;
  height:22px;
  background-image:url(questionimputlong.png);
  background-position:top left;
  background-repeat:no-repeat;
  border:none;
  margin:2px 0 0 0;
  padding:3px 0 2px 5px;
  display:block;
}
.questionBox_textarea {
  background-image:url(questiontextarea.png);
  background-position:top left;
  background-repeat:no-repeat;
  border:none;
  float:left;
  width:498px;
  height:162px;
  margin:0;
  padding:5px 0 0 5px;
}

.questionBox_button {
  float:right;
  padding:0;
  margin:20px 20px 0 0;
}
/* --- box kategorii --- */
#categoryBox {
    background-image:url(categorybox.png);
    background-position:top left;
    background-repeat:no-repeat;
    float:left;
    width:226px;
    height:auto;
    margin-top:30px;
    padding:30px  0 0 0;
}
#categoryBox ul {
  padding:0 0 0 30px;
  margin:0;
  width:190px;
}
#categoryBox li {
  list-style-image:url(przypomnijbg.gif);
  list-style-position:outside;
  padding:0;
  width:190px;
  margin:0;
}
#categoryBox a {
  color:#b4006a;
  font-size:11px;
  font-weight:bold;
  text-decoration:none;
  margin:0;
  padding:0;
  width:237px;
}
#categoryBox a:hover {
  text-decoration:underline;
}
/* --- box slowakluczowe --- */
#slowaKluczoweBox {
    float:left;
    width:341px;
    height:auto;
    margin-top:30px;
    padding:0;
}
#slowaKluczoweBox a {
  color:#4f4e4f;
  line-height:22px;
  font-weight:bold;
  text-decoration:none;
  margin:0;
  padding:0;
  width:341px;
}
#slowaKluczoweBox p{
    margin-top:0;
}
#slowaKluczoweBox a:hover {
  text-decoration:underline;
}
/* --- box wybierz bank --- */
#selectBank {
    background-image:url(wybierzbank.png);
    background-position:top left;
    background-repeat:no-repeat;
    float:left;
    width:185px;
    height:auto;
    padding:30px  0 0 0;
}
#selectBank ul {
  padding:0 0 0 30px;
  margin:0;
  width:155px;
}
#selectBank li {
  list-style-image:url(przypomnijbg.gif);
  list-style-position:outside;
  padding:0;
  width:150px;
  margin:0;
}
#selectBank a {
  color:#4f4e4f;
  font-size:12px;
  font-weight:normal;
  text-decoration:none;
  margin:0;
  padding:0 5px;
  width:145px;
}
#selectBank a:hover {
  background-color:#880050;
  color:#fff;
}
/* --- box wybierz bankomat --- */
#selectBankomat {
    background-image:url(wybierzbankomat.png);
    background-position:top left;
    background-repeat:no-repeat;
    float:right;
    width:185px;
    height:auto;
    padding:30px  0 0 0;
}
#selectBankomat ul {
  padding:0 0 0 30px;
  margin:0;
  width:155px;
}
#selectBankomat li {
  list-style-image:url(przypomnijbg.gif);
  list-style-position:outside;
  padding:0;
  width:150px;
  margin:0;
}
#selectBankomat a {
  color:#4f4e4f;
  font-size:12px;
  font-weight:norlam;
  text-decoration:none;
  margin:0;
  padding:0 5px;
  width:145px;
}
#selectBankomat a:hover {
  background-color:#880050;
  color:#fff;
}
/* --- box najnowsze pytania --- */
#newQuestionBox {
    background-image:url(najnowszepytania.png);
    background-position:top left;
    background-repeat:no-repeat;
    float:left;
    width:375px;
    height:auto;
    margin-top:20px;
    padding:30px  0 0 0;
}
#newQuestionBox ul {
    padding:0 0 0 10px;
    margin:0;
    width:365px;
}
#newQuestionBox li {
    background-image:url(najnowszepytaniabg.png);
    background-position:top left;
    background-repeat:no-repeat;
    background-color:#eef0f0;
    list-style-image:none;
    list-style-type:none;
    margin:0 0 10px 0;
    height:60px;
    width:325px;
    padding:6px 0 0 40px;
}
#newQuestionBox p {
    margin:0;
    padding:0;
}
#newQuestionBox a {
    color:#b4006a;
    text-decoration:none;
    font-size:13px;
    font-weight:bold;
}
#newQuestionBox span {
    color:#9ba5a8;
    text-decoration:none;
    font-size:12px;
    font-weight:normal;
}
/* --- Stopka --- */
#footer {
  background-color:#f3f4f4;
  height:35px;
  width:100%;
  border:none;
  padding:25px 0;
  margin: 0 auto;
}
#footer p {
  padding:0;
  margin:0;
  display:inline;
  font-size:13px;
  color:#67797e;
}
#footer a {
  padding:0;
  margin:0;
  text-decoration:none;
  color:#4f4e4f;
}
.toLeft {
    float:left;
}
.toRight {
    float:right;
}
/*====================== Koniec strony glownej ============================*/
/*====================== Strona rejestracji ============================*/

#whereYouAreOther {
    margin: 20px 0;
    width:100%;
    float:left;
}
#whereYouAreOther span, #whereYouAreOther a {
    width:auto;
    padding: 1px 5px 2px 5px;
    background-color:#9ba5a8;
    font-family:Tachoma;
    color:#fff;
}
#whereYouAreOther a {
    color:#4f4e4f;
    text-decoration: none;
    background-color:#eef0f0;
}
#whereYouAreOther a:hover {
    color:#fff;
    text-decoration: none;
    background-color:#9ba5a8;
}
#whereYouAreOther span {
    background-image:url(whereyourarearrow.gif);
    background-position:top left;
    background-repeat:no-repeat;
    padding-left:10px;
}
#utworzKonto {
    background-image:url(utworzkonto.png);
    background-position:top left;
    background-repeat:no-repeat;
    background-color:#eef0f0;
    float:left;
    width:530px;
    padding:40px 0 0 37px;
    height:590px;
    margin-bottom:30px;
}
#utworzKonto label {
    float:left;
    width:130px;
    color:#67797e;
    font-size:13px;
}
.utworzKontoInput {
    background-image:url(utworzkontoinput.png);
    background-position:top left;
    background-repeat:no-repeat;
    height:27px;
    padding:0;
    margin: 0 0 10px 0;
    float:left;
    width:372px;
}
#utworzKonto textarea {
    background-image:url(utworzkontotextarea.png);
    background-position:top left;
    background-repeat:no-repeat;
    height:157px;
    padding:0;
    margin: 0 0 10px 0;
    float:left;
    width:372px;
}
#utworzKonto a {
    color:#b4006a;
    text-decoration:none;
    font-size:13px;
    font-weight:bold;
}
#utworzKonto p {
    color:#4f4e4f;
    text-decoration:none;
    font-size:12px;
    width:400px;
    float:right;
    font-weight:normal;
}
#utworzKontoButton {
    float:right;
    margin:10px 20px 0 0;
}
/*====================== Strona pytania ============================*/
#wyaSecond {
    background-image:url(whereyourarearrowgrey.gif);
    background-position:top left;
    background-repeat:no-repeat;
    padding-left:10px!important;
}
#wyaSecond:hover {
    background-image:url(whereyourarearrow.gif);
    background-position:top left;
    background-repeat:no-repeat;
    padding-left:10px;
}
#contentSiteLeftQ {
  float:left;
  width:700px;
  padding-bottom:30px;
}
#contentSiteRightQ {
  float:right;
  width:260px;
  padding:30px 0 0 0;
}
#gAds {
    float:left;
    width:165px;
}
#questionCenter, #bankCenter {
    float:left;
    width:452px;
    padding: 0 0 0 40px;
}
#questionCenterTop{
    background-image:url(pytanietop.png);
    background-position:top left;
    background-repeat:no-repeat;
    float:left;
    padding:0 0 0 110px;
    width:382px;
    height:26px;
}
#questionCenterTopSpan {
    color:#4f4e4f;
    font-size:18px;
    padding:0;
    float:left;
    margin:-4px 0 0 0;
}
#questionCenter h1{
    color:#b4006a;
    font-size:13px;
    font-weight:bold;
}
#questionCenter p{
    color:#4f4e4f;
    font-size:12px;
    font-weight:normal;
    padding:0;
    margin:0;
}
#questionCenter h4{
    color:#9ba5a8;
    font-size:12px;
    font-weight:normal;
    padding:0;
    margin:0 0 10px 0;
}
#questionCenterA{
    color:#b4006a;
    font-size:12px;
    font-weight:normal;
    padding:0;
    margin:0;
}
.bestAnswer, .otherAnswer {
    background-color:#eef0f0;
    padding:15px 15px 40px 15px;
    margin:0 0 0 -40px;
}
.answerText {
    color:#4f4e4f!important;
    font-size:12px!important;
}
.answerWho {
    color:#9ba5a8!important;
    font-size:12px!important;
}
.answerLink{
    color:#b4006a!important;
    font-size:12px!important;
}
.answerPomocna {
    background-image:url(pomocnaarrow.gif);
    background-position:top right;
    background-repeat:no-repeat;
    background-color:#9ba5a8;
    height:20px;
    color:#fff;
    float:left;
    width:170px;
    display:block;
    padding: 2px 6px 0 5px;
}
.answerYesNo {
    margin-top:5px!important;
    float:left;
    display:block;
}
.answerYes {
    color:#60b427;
    float:left;
    margin-top:3px;
}
.answerYes img{
    margin:3px 3px 0 10px;
     float:left;
}
.answerNo {
    color:#e90010;
    float:left;
    margin-top:3px;
}
.answerNo img{
    margin:3px 3px 0 5px;
    float:left;
}
.answerBg {
    margin-left:10px;
    padding-left:10px;
    border-left:2px #ddd solid; 
}
.otherAnswerReplay {
    background-color:#eef0f0;
    padding:15px 0 20px 10px;
    float:left;
    width:482px;
    margin:10px 0 10px -40px;
}
.otherAnswerReplay label {
    color:#67797e;
    margin:10px 0 0 30px;
}
.otherAnswerReplayInput {
    background-image:url(replayinput.png);
    background-position:top right;
    background-repeat:no-repeat;
    width:332px;
    height:26px;
    margin:0;
    margin-left:30px;
    border:none;
    float:left;
    padding:0 0 0 5px;
}
.replayLogImg {
  width:100px;
  float:left;
  height:26px;
}
.otherAnswerReplay textarea {
    background-image:url(replaytextarea.png);
    background-position:top right;
    background-repeat:no-repeat;
    width:432px;
    height:146px;
    margin:0;
    margin-left:30px;
    border:none;
    padding:0 0 0 5px;
}
.replayBoxButton {
    float:right;
    margin:15px;
}
.opcjePytania {
    color:#7c7c7c;
    float:left;
    margin:0 10px 0 40px;
    font-size:12px;
}
#opcjePytaniaZaloguj {
    float:left;
}
#zglosNaruszenie {
    float:left;
}
#zglosNaruszenie span{
    float:left;
    color:#e90010;
    margin:3px 0 0 5px;
}
#zglosNaruszenie img{
    float:left;
    margin:5px 0 0 10px;
}
.opcjePytaniaA {
    color:#b4006a;
}
.opcjePytaniaB {
    display:block;
    margin-top:10px;
}
#searchBoxSmall {
    margin-top:-10px;
}
#searchBoxSmallInput {
    border:none;
    background-image:url(szukajbox.png);
    background-position:top right;
    background-repeat:no-repeat;
    width:136px;
    height:19px;
    padding:4px 0 0 5px;
    font-size:10px;
    color:#4f4e4f;
}
#searchBoxSmall input {
    float:right;
}
#infAdds {
    margin-top:40px;
    width:264px;
}
.greyText {
    color:#67797e;
}
#infAdds a{
    color:#b4006a;
}
#infAdds span{
    width:190px;
    display:block;
    margin:-20px 0 0 15px;;
}
.zadajPytanie25 {
    margin-top:37px;
}
/*====================== Strona kategorii ============================*/
#categoryCenterTop{
    background-image:url(categorytop.png);
    background-position:top left;
    background-repeat:no-repeat;
    float:left;
    padding:0 0 0 240px;
    width:252px;
    height:26px;
}
#categoryCenterTopSpan {
    color:#4f4e4f;
    font-size:18px;
    padding:0;
    float:left;
    margin:0;
}
#questionList {
    float:left;
    width:495px;
    height:auto;
    margin:0;
    padding:10px 0 0 0;
}
#questionList ul {
    padding:0 0 0 10px;
    margin:0;
    width:485px;
}
#questionList li {
    background-image:url(najnowszepytaniabg.png);
    background-position:top left;
    background-repeat:no-repeat;
    background-color:#eef0f0;
    list-style-image:none;
    list-style-type:none;
    margin:0 0 10px 0;
    height:52px;
    width:455px;
    padding:14px 0 0 40px;
}
#questionList p {
    margin:0;
    padding:0;
}
#questionList a {
    color:#b4006a;
    text-decoration:none;
    font-size:13px;
    font-weight:bold;
}
#questionList span {
    color:#9ba5a8;
    text-decoration:none;
    font-size:12px;
    font-weight:normal;
}
/*====================== Regulamin, Kontakt ============================*/
#regulaminCenterTop{
    background-image:url(regulamintop.png);
    background-position:top left;
    background-repeat:no-repeat;
    float:left;
    padding:0 0 0 240px;
    width:252px;
    height:26px;
}
#kontaktCenterTop{
    background-image:url(kontakttop.png);
    background-position:top left;
    background-repeat:no-repeat;
    float:left;
    padding:0 0 0 240px;
    width:252px;
    height:26px;
}
#kontaktForm {
    background-color:#eef0f0;
    float:left;
    margin-top:3px;
    padding-left:10px;
    width:520px;
    height:320px;
}
.kontaktLabel {
    color:#67797e;
    font-size:13px;
    float:left;
    display:block;
    width:130px;
    margin-top:10px;
}
.kontaktInput {
    background-image:url(utworzkontoinput.png);
    background-position:top left;
    background-repeat:no-repeat;
    width:372px;
    float:left;
    margin-top:10px;
}
.kontaktTextarea {
    background-image:url(utworzkontotextarea.png);
    background-position:top left;
    background-repeat:no-repeat;
    width:372px;
    float:left;
    height:157px;
    margin-top:10px;
}
.kontaktButton {
    float:right;
    margin:20px 20px 0 0 ;
    
}
/*====================== Tagi, Slowa kluczowe ============================*/
#slowoKluczoweCenterTop{
    background-image:url(slowokluczowetop.png);
    background-position:top left;
    background-repeat:no-repeat;
    float:left;
    padding:0 0 0 240px;
    width:252px;
    height:26px;
}
#slowoKluczoweCenterTopSpan {
    color:#4f4e4f;
    font-size:18px;
    padding:0;
    float:left;
    margin:0;
}
#slowaKluczoweCenterTop{
    background-image:url(slowakluczowetop.png);
    background-position:top left;
    background-repeat:no-repeat;
    float:left;
    padding:0 0 0 240px;
    width:252px;
    height:26px;
}
#slowaKluczoweCenterTopSpan {
    color:#4f4e4f;
    font-size:18px;
    padding:0;
    float:left;
    margin:0;
}
/*====================== strona detaila ============================*/
#bankCenterTop{
    background-image:url(banktop.png);
    background-position:top left;
    background-repeat:no-repeat;
    float:left;
    padding:0 0 0 90px;
    width:402px;
    height:31px;
}



#bankomatCenterTop{
    background-image:url(bankomat.png);
    background-position:top left;
    background-repeat:no-repeat;
    float:left;
    width:452px;
    height:62px;
}

#NewsCenterTop{
    background-image:url(news.jpg);
    background-position:top left;
    background-repeat:no-repeat;
    float:left;
    width:452px;
    height:62px;
}

#bankCenterTopSpan {
    color:#4f4e4f;
    font-size:18px;
    padding:0;
    float:left;
    padding:0 0 0 0;
    margin:0 0 0 20px;
    width:402px;
    height:62px;
}

#bankomatCenterTopSpan {
    color:#4f4e4f;
    font-size:18px;
    padding:0;
    float:left;
    padding:0 0 0 0;
    margin:0 0 0 140px;
    width:402px;
    height:62px;
}

#NewsCenterTopSpan {
    color:#4f4e4f;
    font-size:18px;
    padding:0;
    float:left;
    padding:0 0 0 0;
    margin:0 0 0 263px;
    width:402px;
    height:62px;
}

#NewsCenterTopSpan2 {
    color:#4f4e4f;
    font-size:18px;
    padding:0;
    float:left;
    padding:0 0 0 0;
    margin:0 0 0 40px;
    width:402px;
    height:62px;
}

#bankCenterTopTitle {
    color:#99A3A5;
    font-size:18px;
    padding:0;
    float:left;
    padding:0 0 0 40px;
    margin:0 0 0 0;
}
#bankCenterP{
    color:#67797e;
    font-size:12px;
    font-weight:normal;
    padding:0;
    float:left;
    margin:0;
    width:150px;
}
#bankomatCenterP{
    color:#67797e;
    font-size:12px;
    font-weight:normal;
    padding:0;
    float:left;
    margin:0;
    width:200px;
}
#bankCenterA{
    text-align:right;
    padding:0;
    float:right;
    margin:0;
    width:250px;
}
#bankCenterA a{
    font-weight:bold;
    color:#b4006a;
    font-size:12px;
}
#bankMapkaInne, #bankMapkaInne2 {
    padding: 30px 0;
    margin:20px 0 20px -40px;
    background-color:#eef0f0;
}
#bankMapkaInne h2, #bankMapkaInne2 h2{
    color:#67797e;
    font-size:13px;
    margin-left:40px;
    width:200px;
}
#detailMap {
    width:492px;
    height:392px;
}

.news {
    width:400px;
    float:left;
    height:auto;
    margin-left:20px;
    padding-left:10px;
    margin-top:20px;
    border-left-style: solid;
    border-left-color: #99A3A5;
    border-left-width: 3px;
    
}

.news_button {
    float:right;
    margin-right:20px;
    margin-top:10px;
}

.news h2, .news_button h2{
    margin-left:0px!important;
}

.news a, .news_button a{
    color:#b4006a;
    text-decoration:none;
    font-size:12px;
    font-weight:bold;
}

.news span {
    color:#9ba5a8;
    text-decoration:none;
    font-size:11px;
    font-weight:normal;
    
}

.otherBanks , .otherBanks2 {
    float:left;
    width:200px;
    height:auto;
    padding:0;
    
}

.otherBanks3  {
    float:left;
    width:500px;
    height:auto;
}

.otherBanks h2, .otherBanks2 h2 {
    margin-left:20px!important;
}
.otherBanks ul, .otherBanks2 ul {
  padding:0 0 0 20px;
  margin:0;
  width:170px;
}
.otherBanks li, .otherBanks2 li {
  list-style-image:url(przypomnijbg.gif);
  list-style-position:outside;
  padding:0;
  width:180px;
  margin:0;
}
.otherBanks a, .otherBanks2 a {
  color:#4f4e4f;
  font-size:12px;
  font-weight:normal;
  text-decoration:none;
  margin:0;
  padding:0 5px;
  width:185px;
}
.otherBanks a:hover, .otherBanks2 a:hover {
  background-color:#880050;
  color:#fff;
}



/* --- box najnowsze pytania --- */
#newQuestionBoxD {
    background-image:url(najnowszepytania.png);
    background-position:top left;
    background-repeat:no-repeat;
    float:left;
    width:255px;
    height:auto;
    margin-top:20px;
    padding:30px  0 0 0;
}
#newQuestionBoxD ul {
    padding:0;
    margin:0;
    width:245px;
}
#newQuestionBoxD li {
    background-image:url(najnowszepytaniabg2.png);
    background-position:top left;
    background-repeat:no-repeat;
    background-color:#eef0f0;
    list-style-image:none;
    list-style-type:none;
    margin:0 0 10px 0;
    height:77px;
    width:220px;
    padding:3px 0 0 40px;
}
#newQuestionBoxD p {
    margin:0;
    padding:0;
}
#newQuestionBoxD a {
    color:#b4006a;
    text-decoration:none;
    font-size:12px;
    font-weight:bold;
}
#newQuestionBoxD span {
    color:#9ba5a8;
    text-decoration:none;
    font-size:11px;
    font-weight:normal;
}
#zaprzyjaznione {
    width:260px;
    height:141px;
    margin:30px 0;
    padding:15px 0 20px 0;
    border:1px #eef0f0 solid;
}
/*====================== strona bank all ============================*/
#bankAllList {
    width:500px;

    float:left;
    margin:0;
    padding:10px 0;
    background-color:#eef0f0;
}
#bankAllList ul {
    width:220px;
    margin:0;
    padding:0 0 0 30px;
}
#bankAllList p {
    width:210px;
    margin:7px 0;
    padding:0 0 0 20px;
    color:#67797e;
    font-size:13px;
}
#bankAllList li {
  list-style-image:url(przypomnijbg.gif);
  list-style-position:outside;
  padding:0;
  width:210px;
  margin:0;
}
#bankAllList a {
  color:#4f4e4f;
  font-size:12px;
  font-weight:normal;
  text-decoration:none;
  margin:0;
  padding:0 5px;
  width:200px;
}
#bankAllList a:hover {
  background-color:#880050;
  color:#fff;
}
.linkLeft, .linkRight {
    font-weight:bold;
    color:#b4006a;
    font-size:12px;
}
.linkLeft {
    float:left;
    margin:10px 0 20px 30px;
}
.linkRight {
    float:right;
    margin:10px 80px 20px 0;
}
/*====================== strona bank + miasto ============================*/
#bankMapkaInne2 {
    float:left;
    padding-top:0;
    margin-top:0;
}

#bankMapkaInne2 h2 {
    width:400px;

}
.otherBanks2 {
    width:400px;
    margin-top:10px;
}
.otherBanks2 ul {
  width:370px;
}
.otherBanks2 li {
  width:380px;
}
.otherBanks2 a {
  width:385px;
}


a {
    text-decoration:none;
}
img {
    border:none;
}
.clearfix:after {
clear:both;
content:".";
display:block;
height:0;
visibility:hidden;
}