#search_box, #search_box_with_google {
       height: 100%;
       overflow: hidden;
       width: 270px;
       margin: 0 auto;
       margin-top: 25px;
}

#search_box input {
       border: 0;
       display: block;
       float: left;
       color: #333333;
}

#search_input_text {
       width: 179px; /* 204 */
       height: 24px; /* 36 */
       background-image: url(img/search_input_text.png);
       padding-left: 10px;
       padding-right: 15px;
       padding-top: 12px;
       padding-bottom: 0;
       color: #d6d8ca;
       font-weight: bold;
       font-size: 0.7em;
}

#search_input_submit {
       width: 64px;
       height: 36px;
       background-image: url(img/search_input_submit.png);
       cursor: pointer;
}

#search_box_with_google {
       width: 268px;
       height: 81px;
       background-image: url(img/with_google_search_background.gif);
       padding: 0;
       margin-top: 10px;
}

#search_input_top_submit {
       background-image: url(img/with_google_search_submit_top_background.gif);
       height: 10px;
       width: 39px;
       border: 0;
       cursor: pointer;
       vertical-align: middle;
       margin-left: 3px;
}

#search_input_top_text {
       background-image: url(img/with_google_search_input_background.gif);
       width: 185px;
       height: 21px;
       border: 0;
       margin: 0;
       padding-top: 8px;
       padding-left: 7px;
       padding-right: 7px;
       color: #d6d8ca;
       font-weight: bold;
       font-size: 0.7em;
}

#search_box_with_google_top {
       margin-bottom: 3px;
       margin-top: 4px;
       margin-left: 5px;
}

#search_box_with_google_bottom {
       margin-left: 5px;
}

#search_box_with_google_bottom p {
       margin: 0;
       margin-top: 3px;
       padding: 0;
       color: #d6b163;
       font-size: 0.7em;
       font-weight: bold;
       padding-left: 5px;
}

h3 {
       text-align: center;
       color: #dededc;
}

#stations {
       margin: 0 auto;
       overflow: hidden;
       height: 100%;
       width: 420px;
}

#stations .station {
       overflow: hidden;
       height: 100%;
       float: left;
       width: 140px;
       height: 50px;
}

#stations .station img {
       float: left;
}

#stations .station h6 {
       float: right;
       width: 60px;
       padding-right: 30px;
       padding-top: 4px;
       margin: 0;
}

#stations .station h6 a {
       color: white;
       text-decoration: none;
}

#stations .station h6 a:hover {
       text-decoration: underline;
}




#plugin img {
       border: 0;
}



#stations2 {
       height: 100%;
       overflow: hidden;
       margin-top: 16px;
       width: 435px;
}

.station2 {
       width: 201px;
       float: left;
       margin-right: 16px;
       margin-bottom: 10px;
       background-color: #333528;
       padding-bottom: 5px;

} 

.station2 .tytul_male{
       margin: 0;
       color: #fdfec4;
       margin-left: 4px;
       margin-top: 2px;
       font-size: 1.2em;
	 line_height: 1em;
	 text-decoration: none;
	 background-color:#333528;

}

a.tytul_male  :hover {
       margin: 0;
       color: #fdfec4;
       margin-left: 4px;
       margin-top: 2px;
       font-size: 1.2em;
	 line_height: 1em;
	 text-decoration: underline;
	 background-color:white;

}



.station2 h5 {
       margin: 0;
       color: #fdfec4;
       margin-left: 4px;
       margin-top: 2px;
       font-size: 0.8em;
	 line_height: 1em;
}

.station2 a {
       color:#818F64;
       font-size:0.70em;
       margin: 4px;
	 text-decoration: underline;
	 line_height: 0.8em;
}

.station2 a:hover {
	 color: black;
	 text-decoration: underline;
	 background-color:#F4AA04;
	 text-decoration: none;
}


