body.web-hledani {
	background-image: url('https://www.rozhlas.cz/img/e6/bg/iradio.jpg?20140327');
	background-repeat: repeat-x;
	background-color: #fff;
}

.web-hledani #nav-sub {
    height: 106px;
}

/*.web-hledani #nav-sub h1 a {
	background-image: url('https://www.rozhlas.cz/img/e6/logo/iradio_audioarchiv.png?20140327');
	background-repeat: no-repeat;
	width: 370px;
	height: 78px;
}*/
.web-hledani #nav-sub h1 a {
	background-image: url('https://www.rozhlas.cz/img/e6/logo/iradio_audioarchiv.png');
    background-repeat: no-repeat;
	width: 630px;
	height: 78px;
}

.web-hledani #nav-sub h1 a span {
	display: none;
}

.web-hledani #header {
	height: 40px;
}

.web-hledani #main {
	float: right;
}

.web-hledani #aside {
	float: left;
}

.web-hledani #wrapper-inner {
    margin-top: 106px;
    padding: 0;
}

/*** textarea, input ***/
.web-hledani textarea,
.web-hledani input[type="text"] {
	border: 1px solid #aaa;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1) inset;
	font-size: 14px;
	line-height: 17px;
	margin:0;
	padding: 3px 5px;
}
.web-hledani #box-filter.box div#item-active input {
	float: left;
	margin: 0 10px 0 0;
	padding: 0;
	
	position:relative;
	z-index: 9999;
}
.web-hledani input.default-value {
	box-shadow: none;
}
/*** filtr - box-filter ***/
.web-hledani #box-filter {
	margin: 0 0 20px 0;
	padding: 10px;
	/*height: 221px;*/
	position: relative;
	background-color: #eee;
}
.web-hledani #box-filter.box h2 {
	background-image: none;
	border-bottom: 1px solid #555;
	display: block;
	font-size: 20px;
	margin: 10px 0 20px 0;
	padding: 0 0 8px;
}
.web-hledani #box-filter.box .addons {
	margin-top: -40px;
	font-size: 12px;
}
.web-hledani #box-filter.box .addons h2,
.web-hledani #box-filter.box .addons h2 a {
	background-image: none;
	border: 0;
	display: inline;
	font-size: 12px;
	font-weight: normal;
}
.web-hledani #box-filter.box label {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 13px;
	color: #555;
	display: block;
	margin: 0 0 5px 0;
}
.web-hledani #box-filter.box div#item-active label {
	text-transform: none;
	font-weight: normal;
	font-size: 12px;
	margin: 0;
	padding: 0 15px 0 0;
	float: left;
	background-image: url("https://www.rozhlas.cz/img/e6/ico/info-blue.png");
	background-position: 100% 2px;
	background-repeat: no-repeat;
	
	position:relative;
	z-index: 9999;
}

.web-hledani #box-filter.box div#item-station,
.web-hledani #box-filter.box div#item-edition {
	float: left;
	margin: 0 15px 0 0;
}
.web-hledani #box-filter.box div#item-edition {
	margin:0;
}
.web-hledani #box-filter.box div#item-active {
	/*width: 195px;*/
	position: absolute;
	top: 134px;
	right: 375px;
}

.web-hledani #box-filter.box div#item-buttons {
	clear: both;
}

.web-hledani #box-filter.box input#item-fulltext-input,
.web-hledani #box-filter.box select#item-edition-input,
.web-hledani #box-filter.box select#item-station-input {
	margin: 0 0 15px 0;
	width: 350px;
}
.web-hledani #box-filter.box select#item-edition-input,
.web-hledani #box-filter.box select#item-station-input {
	margin: 0 0 20px 0;
}
.web-hledani #box-filter.box select#item-station-input {
	width: 250px;
}

.web-hledani #box-filter.box input[type="submit"] {
	background-color: #02893d;
	background-image: -moz-linear-gradient(center top , #039741 0%, #007b39 100%);
	border: 1px solid #007b39;
	border-radius: 10px;
	color: #fff;
	cursor: pointer;
	font-size: 11px;
	font-weight: bold;
	height: 20px;
	line-height: 18px;
	padding: 0 10px;
	text-transform: uppercase;
}
.web-hledani #box-filter.box input[type="submit"]:hover {
	background-color: #999;
	background-image: -moz-linear-gradient(center bottom , #555 0%, #999 100%);
	border: 1px solid #5d5d5d;
}


/*** nenalezeno ***/
.web-hledani #box-notfound {
	margin: 0;
	padding: 0 10px;
	font-size: 14px;
	color: #555;
}
.web-hledani #main #box-notfound {
	padding: 0 0 10px 0;
}
.web-hledani #box-notfound.foundthis {
	background-image: url("https://www.rozhlas.cz/img/e6/dot/horizontal_cccccc.png");
	background-position: 0 100%;
	background-repeat: repeat-x;
	margin: 0 0 10px 0;
}
.web-hledani #box-notfound a {
    color: #2c6fb3;
}
.web-hledani #box-notfound strong {
	color: #000;
}
.web-hledani #box-notfound span {
	color: #2c6fb3;
}
.web-hledani #box-notfound .notfound {
	background-image: url("https://www.rozhlas.cz/img/e6/web/hledani/ico_alert_yellow.png");
	background-repeat: no-repeat;
	background-position: 5px 5px;
	margin: 0 0 0 0;
	padding: 5px 5px 5px 28px;
	background-color: #ca003a;
	color: #fff;
}
.web-hledani #box-notfound .notfound strong {
	color: #fff;
}
.web-hledani #box-notfound ul {
	list-style: none;
	margin: 15px 0 0 0;
	padding: 0;
}
.web-hledani #box-notfound li {
	background-image: url("https://www.rozhlas.cz/img/e6/web/hledani/ico_asterisk_555555.png");
	background-repeat: no-repeat;
	background-position: 0 2px;
	margin: 0;
	padding: 0 0 0 15px;
	font-size: 13px;

}
.web-hledani #box-notfound .search {
	font-size: 11px;
	margin: 15px 0 0 0;
}
.web-hledani #box-notfound .search span {
	color: #555;
	margin: 5px 0 0 0;
	float: left;
}
.web-hledani #box-notfound input {
	border: 1px solid #ccc;
	font-size: 12px;
	margin: 0 5px 15px 5px;
	padding: 3px 5px;
	width: 200px;
	height: 14px;
	float: left;
}
.web-hledani #box-notfound input.submit {
	background-image: url("https://www.rozhlas.cz/img/e6/button/fwd_off.png");
	background-position: 0 0;
	background-repeat: no-repeat;
	background-color: transparent;
	border: none;
	width: 26px;
	height: 20px;
}
.web-hledani #box-notfound input.submit:hover  {
	 background-image: url("https://www.rozhlas.cz/img/e6/button/fwd_on.png");
}

/*** aside ***/
.web-hledani #aside .box {
	background-color: #fff;
	color: #555;
	font-size: 13px;
}

.web-hledani #aside .box h2 {
    background-image: url("https://www.rozhlas.cz/img/e6/dot/horizontal-000000-50.png");
    background-position: 0 100%;
    background-repeat: repeat-x;
    border: none;
    color: #555;
    display: block;
    font-size: 13px;
    margin:  0 0 10px 0;
    padding: 0 0 8px 0;
    text-transform: uppercase;
}

.web-hledani #aside .box-simple .content ul {
    margin-top: 5px;
}
.web-hledani .box-simple .content li.filter-time,
.web-hledani .box-simple .content li.filter-project,
.web-hledani .box-simple .content li.filter-archive,
.web-hledani .box-simple .content li.filter-author {
    background-image: url("https://www.rozhlas.cz/img/e6/dot/horizontal-000000-50.png");
    background-position: 0 100%;
    background-repeat: repeat-x;
    padding: 8px 0;
}
.web-hledani .box-simple .content li.item-first {
    padding: 0 0 8px 0;
}
.web-hledani .box-simple .content li.item-last {
    background-image: none;
}
.web-hledani #aside .box-simple .content li.filter-time ul,
.web-hledani #aside .box-simple .content li.filter-project ul,
.web-hledani #aside .box-simple .content li.filter-archive ul,
.web-hledani #aside .box-simple .content li.filter-author ul {
	/*width: 280px;*/
	padding: 0 0 0 15px;
	display: none;
}
.web-hledani #aside .box-simple .content li.filter-time.open ul,
.web-hledani #aside .box-simple .content li.filter-project.open ul,
.web-hledani #aside .box-simple .content li.filter-archive.open ul,
.web-hledani #aside .box-simple .content li.filter-author.open ul {
	display: block
}

.web-hledani .box-simple .content li.filter-time h3,
.web-hledani .box-simple .content li.filter-project h3,
.web-hledani .box-simple .content li.filter-archive h3,
.web-hledani .box-simple .content li.filter-author h3 {
    background-image: url("https://www.rozhlas.cz/img/e6/arrow/arrow_ca003a.png");
    background-position: 0 6px;
    background-repeat: no-repeat;
    margin: 0;
    padding: 0 0 0 15px;
    font-size: 14px;
}
.web-hledani .box-simple .content li.filter-time.open h3,
.web-hledani .box-simple .content li.filter-project.open h3,
.web-hledani .box-simple .content li.filter-archive.open h3,
.web-hledani .box-simple .content li.filter-author.open h3 {
    background-image: url("https://www.rozhlas.cz/img/e6/arrow/arrow_down_ca003a.png");
}

.web-hledani .box-simple .content li {
    background-image: none;
    padding: 3px 0;
}
.web-hledani .box-simple .content li.item-last a.more {
	color: #2c6fb3;
	font-size: 11px;
	margin: 0 0 0 25px;
}
.web-hledani .box-simple .content li.disabled {
	color: #ccc;
}
.web-hledani #aside .box-simple .content ul input {
	float: left;
	margin: 0 10px 0 0;
	padding: 0;
}
/*.web-hledani #aside .box-simple .content ul input#fromto {
	margin: 4px 10px 0 0;
}*/
.web-hledani #aside .box-simple .content ul .cancel,
.web-hledani #aside .box-simple .content ul #cancel {
	background-image: url('https://www.rozhlas.cz/img/e6/web/hledani/ico_cancel_ca003a.png?a');
	background-repeat: no-repeat;
	background-position: 0 1px;
	padding: 0 0 0 22px;
	cursor: pointer;
}
.web-hledani #aside .box-simple .content ul #stanice,
.web-hledani #aside .box-simple .content ul #porady,
.web-hledani #aside .box-simple .content ul #autori,
.web-hledani #aside .box-simple .content ul #omezeni,
.web-hledani #aside .box-simple .content ul .stanice,
.web-hledani #aside .box-simple .content ul .porady,
.web-hledani #aside .box-simple .content ul .autori,
.web-hledani #aside .box-simple .content ul .omezeni {
	float: left;
	height: 15px;
	max-width: 225px;
	overflow: visible;
	font-weight: bold;
}
.web-hledani #aside .box-simple .content ul #omezeni.bydate,
.web-hledani #aside .box-simple .content ul .omezeni.bydate {
	max-width: 100%;
	width: 259px;
	height: auto;
	margin: 10px 0 0 0;
	float: right;
}
.web-hledani #aside .box-simple .content ul #stanice.active,
.web-hledani #aside .box-simple .content ul #porady.active,
.web-hledani #aside .box-simple .content ul #autori.active,
.web-hledani #aside .box-simple .content ul #omezeni.active,
.web-hledani #aside .box-simple .content ul .stanice.active,
.web-hledani #aside .box-simple .content ul .porady.active,
.web-hledani #aside .box-simple .content ul .autori.active,
.web-hledani #aside .box-simple .content ul .omezeni.active {
	color: #ca003a
}
.web-hledani #aside .box-simple .content ul li label {
    display: block;
    float: left;
    width: 210px;
}
/*.web-hledani #aside .box-simple .content ul li label.active {
    color: #ca003a;
}*/
.web-hledani #aside .box-simple .content ul li label.calendar {
	display: block;
	float: left;
	margin: 0 4px 0 0;	
	width: 20px;
	height: 20px;
	background-image: url("https://www.rozhlas.cz/img/e6/web/hledani/ico_calendar.png");
	background-repeat: no-repeat;
}

.web-hledani #aside .box-simple .content ul #records,
.web-hledani #aside .box-simple .content ul .records,
.web-hledani #aside .box-simple .content ul .right {
	float: right;
	font-size: 11px;
}
.web-hledani #aside .box-simple .content ul #station-region,
.web-hledani #aside .box-simple .content ul #porad-more {
	display: none;
}
.web-hledani a#from,
.web-hledani a#to {
	background-image: url("https://www.rozhlas.cz/img/e6/web/hledani/ico_calendar.png");
	background-position: 0 0;
	background-repeat: no-repeat;
	width: 20px;
	height: 20px;
	display: block;
	float: left;	
	margin: 1px 5px 0 0;
}
.web-hledani #aside .box-simple .content ul #from {
	float: left;
	width: 90px;
	margin: 0 10px 0 0;
}
.web-hledani #aside .box-simple .content ul #to {
	float: left;
	width: 90px;
}
.web-hledani #aside .box-simple .content ul #from input,
.web-hledani #aside .box-simple .content ul #to input {
	width: 54px;
	height: 14px;
	float: left;
	font-size: 11px;
	border: 1px solid #ccc;
	margin: 0;
	padding: 3px 5px 3px 5px;;
}
.web-hledani #aside .box-simple .content ul #to input {
	margin: 0;
}
/*.web-hledani #aside .box-simple .content ul #from input#timefrom,
.web-hledani #aside .box-simple .content ul #to input#timeto {
    background-image: url("https://www.rozhlas.cz/img/e6/web/hledani/ico_calendar.png");
    background-repeat: no-repeat;
}*/
.web-hledani #aside .box-simple .content ul #omezeni button,
.web-hledani #aside .box-simple .content ul .omezeni button {
	float: right;
	font-size: 12px;
	line-height: 12px,
	height: 23px;
	padding: 0 5px;
}

/*** razeni box-sorting ***/
.web-hledani #box-sorting {
	width: auto;
	color: #555;
	background-color: #eee;
	font-size: 13px;
	padding: 6px 10px;
}
.web-hledani #box-sorting a {
	color: #2c6fb3;
}
.web-hledani #box-sorting a.active {
	color: #888;
}
.web-hledani #box-sorting #column-1 {
	float: left;
}
.web-hledani #box-sorting #column-2 {
	float: right;
}
.web-hledani a#sort {
	background-image: url("https://www.rozhlas.cz/img/e6/web/hledani/ico_up_down.png");
	background-position: 0 0;
	background-repeat: no-repeat;
	width: 10px;
	height: 13px;
	display: block;
	float: left;	
	margin: 1px 5px 0 0;
}
.web-hledani a#sort:hover {
	background-image: url("https://www.rozhlas.cz/img/e6/web/hledani/ico_up_down_over.png");
	background-position: 0 0;
	background-repeat: no-repeat;
}

/*** vypis audio ***/
.web-hledani .box-audio-archive .header {
    color: #003366;
}
.web-hledani ul.box-audio-archive {
	background-image: url("https://www.rozhlas.cz/img/e6/dot/horizontal-000000-50.png");
	background-repeat: repeat-x;
	background-position: 0 100%;
	margin: 0;
	padding: 0 0 10px 0;
}
.web-hledani .box-audio-archive .header .station {
	background-image: none;
	padding-right: 0px;
	padding-left: 10px;
	height: 20px;
	overflow: hidden;
	/*max-width: 179px;*/
	max-width: 209px;
}
.web-hledani .box-audio-archive .header .edition {
	background-image: url("https://www.rozhlas.cz/img/e6/dot/vertical-000000-50.png");
	background-position: 100% 0;
	background-repeat: repeat-y;
	padding-right: 11px;
	height: 20px;
	margin-left: 0px;
	overflow: hidden;
	width: auto; /*280px;*/
	/*max-width: 330px;*/
	max-width: 300px;
}

/*** nova loga ***/
.web-hledani .icon-station-cro_radiozurnal {
    background-image: url('https://www.rozhlas.cz/img/e5/iradio/logo_iradio_radiozurnal.png?20140224.a') !important;
}
.web-hledani .icon-station-cro_dvojka {
    background-image: url('https://www.rozhlas.cz/img/e5/iradio/logo_iradio_dvojka.png?20140224.a') !important;
}
.web-hledani .icon-station-cro_vltava {
    background-image: url('https://www.rozhlas.cz/img/e5/iradio/logo_iradio_vltava.png?20140224.a') !important;
}
.web-hledani .icon-station-cro_plus {
    background-image: url('https://www.rozhlas.cz/img/e5/iradio/logo_iradio_plus.png?20140224.a') !important;
}
.web-hledani .icon-station-cro_jazz {
    background-image: url('https://www.rozhlas.cz/img/e5/iradio/logo_iradio_jazz.png?20140224.a') !important;
}
.web-hledani .icon-station-radio_junior {
    background-image: url('https://www.rozhlas.cz/img/e5/iradio/logo_iradio_junior.png?20140224.a') !important;
}
.web-hledani .icon-station-radio_retro {
    background-image: url('https://www.rozhlas.cz/img/e5/iradio/logo_iradio_retro.jpg') !important;
}

/* default logo */
.icon-station-cro_6__archivovano_,
.web-hledani .icon-station-cro_radio_cesko__archivovano_,
.web-hledani .icon-station-cro_leonardo {
    background-image: url('https://www.rozhlas.cz/img/e5/iradio/edition-default-r.jpg') !important;
}
.web-hledani .icon-station-brno {
    background-image: url('https://www.rozhlas.cz/img/e5/iradio/logo_iradio_brno.png') !important;
}
.web-hledani .icon-station-sever {
    background-image: url('https://www.rozhlas.cz/img/e5/iradio/logo_iradio_sever.png') !important;
}
.web-hledani .icon-station-ostrava {
    background-image: url('https://www.rozhlas.cz/img/e5/iradio/logo_iradio_ostrava.png') !important;
}
.web-hledani .icon-station-olomouc {
    background-image: url('https://www.rozhlas.cz/img/e5/iradio/logo_iradio_olomouc.png') !important;
}
.web-hledani .icon-station-hradec_kralove {
    background-image: url('https://www.rozhlas.cz/img/e5/iradio/logo_iradio_hradec.png') !important;
}
.web-hledani .icon-station-plzen {
    background-image: url('https://www.rozhlas.cz/img/e5/iradio/logo_iradio_plzen.png') !important;
}
.web-hledani .icon-station-cro_plzen {
    background-image: url('https://www.rozhlas.cz/img/e5/iradio/logo_iradio_plzen.png') !important;
}
.web-hledani .icon-station-karlovy_vary {
    background-image: url('https://www.rozhlas.cz/img/e5/iradio/logo_iradio_plzen.png') !important;
}
.web-hledani .icon-station-ceske_budejovice {
    background-image: url('https://www.rozhlas.cz/img/e5/iradio/logo_iradio_budejovice.png') !important;
}
.web-hledani .icon-station-region___vysocina {
    background-image: url('https://www.rozhlas.cz/img/e5/iradio/logo_iradio_region_vysocina.png?20140129f') !important;
}
.web-hledani .icon-station-pardubice {
    background-image: url('https://www.rozhlas.cz/img/e5/iradio/logo_iradio_pardubice.png') !important;
}
.web-hledani .icon-station-region___stredni_cechy {
    background-image: url('https://www.rozhlas.cz/img/e5/iradio/logo_iradio_region_stredni_cechy.png?20140129f') !important;
}
.web-hledani .icon-station-regina {
    background-image: url('https://www.rozhlas.cz/img/e5/iradio/logo_iradio_regina.png') !important;
}
.web-hledani .icon-station-liberec {
    background-image: url('https://www.rozhlas.cz/img/e5/iradio/logo_iradio_liberec.png') !important;
}
.web-hledani .icon-station-cro_radio_wave {
    background-image: url('https://www.rozhlas.cz/img/e5/iradio/logo_iradio_wave.png?20140224.a') !important;
}
.web-hledani .icon-station-radio_vaseho_kraje {
    background-image: url('https://www.rozhlas.cz/img/e5/iradio/logo_iradio_kraje.png') !important;
}

/*** listovani ***/
.web-hledani #box-listovani {
	width: auto;
	color: #555;
	background-color: #eee;
	font-size: 13px;
	margin-top: 20px;
}
.web-hledani #box-listovani a {
	color: #2c6fb3;
}
.web-hledani #box-listovani a.active {
	color: #888;
	text-decoration: underline;
}
.web-hledani #box-listovani #column-1 {
	float: left;
	width: 54px;
}
.web-hledani #box-listovani #column-2 {
	float: left;
	text-align: center;
	width: 502px;
	position: relative;
	top: 3px;
}
.web-hledani #box-listovani #column-3 {
	float: left;
	width: 54px;
}
.web-hledani #box-listovani #column-1,
.web-hledani #box-listovani #column-2,
.web-hledani #box-listovani #column-3 {
	height: 20px;
}

.web-hledani a#sipka_left {
	background-image: url("https://www.rozhlas.cz/img/e6/button/prev_off.png");
	background-position: 0 0;
	background-repeat: no-repeat;
}
.web-hledani a#sipka_right {
	background-image: url("https://www.rozhlas.cz/img/e6/button/next_off.png");
	background-position: 0 0;
	background-repeat: no-repeat;
}
.web-hledani a#sipka_left:hover {
	background-image: url("https://www.rozhlas.cz/img/e6/button/prev_on.png");
	background-position: 0 0;
	background-repeat: no-repeat;
}
.web-hledani a#sipka_right:hover {
	background-image: url("https://www.rozhlas.cz/img/e6/button/next_on.png");
	background-position: 0 0;
	background-repeat: no-repeat;
}
.web-hledani a#sipka_left_left {
	background-image: url("https://www.rozhlas.cz/img/e6/button/start_off.png");
	background-position: 0 0;
	background-repeat: no-repeat;
}
.web-hledani a#sipka_right_right {
	background-image: url("https://www.rozhlas.cz/img/e6/button/end_off.png");
	background-position: 0 0;
	background-repeat: no-repeat;
}
.web-hledani a#sipka_left_left:hover {
	background-image: url("https://www.rozhlas.cz/img/e6/button/start_on.png");
	background-position: 0 0;
	background-repeat: no-repeat;
}
.web-hledani a#sipka_right_right:hover {
	background-image: url("https://www.rozhlas.cz/img/e6/button/end_on.png");
	background-position: 0 0;
	background-repeat: no-repeat;
}
.web-hledani a#sipka_left_left {
	margin: 0 10px 0 0;
}
.web-hledani a#sipka_right_right {
	margin: 0 0 0 10px;
}
.web-hledani a#sipka_left,
.web-hledani a#sipka_left_left {
	float: left;
}
.web-hledani a#sipka_right,
.web-hledani a#sipka_right_right {
	float: right;
}
.web-hledani a#sipka_left,
.web-hledani a#sipka_right {
	display:block;
	width: 20px;
	height: 20px;
}
.web-hledani a#sipka_left_left,
.web-hledani a#sipka_right_right {
	display:block;
	width: 24px;
	height: 20px;
}
.web-hledani a#sipka_left,
.web-hledani a#sipka_right,
.web-hledani a#sipka_left_left,
.web-hledani a#sipka_right_right {
	position: static;
}

/*** box-ad ***/
.web-hledani #box-filter .box-ad {
	position: absolute;
	top: 62px;
	right: 10px;
}
.web-hledani #aside .box-ad {
	background-color: #eee;
}

/*** box Copyright ***/
.web-hledani #box-copyright {
	clear: both;
	background-image: url("https://www.rozhlas.cz/img/e6/dot/horizontal-000000-50.png");
	background-position: 100% 0;
	background-repeat: repeat-x;
	margin: 0 10px 20px 10px;
	padding: 10px 0 0 0;
}
.web-hledani #box-copyright p {
	background-image: url("https://www.rozhlas.cz/img/e6/ico/info-555555.png");
	background-position: 0 2px;
	background-repeat: no-repeat;
	margin: 0;
	padding: 0 0 0 15px;
	font-size:12px;
	color: #555;
}

/*** box Temata ***/
.web-hledani #box-map {
	background-color: #eee;
}
#box-map.box h2 {
	color: #555;
	border-bottom: 1px solid #555;
}
#box-map h2 a {
	color: #555;
}
.web-hledani #box-map dt,
.web-hledani #box-map dt a {
	color: #003366;
}

/*** hand cursor ***/
.web-hledani a,
.web-hledani button,
.web-hledani input[type="checkbox"],
.web-hledani input[type="radio"],
.web-hledani label.calendar {
	cursor: pointer;
}
.web-hledani #nav-sub ul a.active:hover,
.web-hledani a.active:hover {
	cursor: auto;
	text-decoration: none;
}

/*** hlaska Sochi geoblocking ***/
.web-hledani #box-notfound.sochi .notfound {
	background-color: #999;
	color: #fff;
	font-size: 13px
}

/*** ikony proklik fix ***/
.web-hledani div.icon a {
	display: block;
	width: 100%;
	height: 100%;
	text-decoration: none;
}

/*** docasnbe skryti ikony stream ***/
.action-stream {
	display: none;
}

/*** new icons ***/
.box-audio-archive .column-actions .action {
	height: 24px;
	margin-bottom: 6px;
}

.box-audio-archive .column-actions .action-podcast {
	margin-bottom: 0;
}

.box-audio-archive .column-actions .action a {
	display: block;
	height: 24px;
	line-height: 24px;
	padding-left: 30px;
	color: #2d70b4;
	background-repeat: no-repeat;
}


.box-audio-archive .column-actions .action-player strong {
	font-weight: normal;
}

.box-audio-archive .column-actions .action-player a {
	background-image: url('https://www.rozhlas.cz/img/e6/web/hledani/iradio3_play_off.png');
}
.box-audio-archive .column-actions .action-player a:hover {
	background-image: url('https://www.rozhlas.cz/img/e6/web/hledani/iradio3_play_on.png');
}

.box-audio-archive .column-actions .action-download a {
	background-image: url('https://www.rozhlas.cz/img/e6/web/hledani/iradio3_download_off.png');
}
.box-audio-archive .column-actions .action-download a:hover {
	background-image: url('https://www.rozhlas.cz/img/e6/web/hledani/iradio3_download_on.png');
}

.box-audio-archive .column-actions .action-stream a {
	background-image: url('https://www.rozhlas.cz/img/e6/web/hledani/iradio3_stream_off.png');
}
.box-audio-archive .column-actions .action-stream a:hover {
	background-image: url('https://www.rozhlas.cz/img/e6/web/hledani/iradio3_stream_on.png');
}

.box-audio-archive .column-actions .action-podcast a {
	background-image: url('https://www.rozhlas.cz/img/e6/web/hledani/iradio3_podcast_off.png');
}
.box-audio-archive .column-actions .action-podcast a:hover {
	background-image: url('https://www.rozhlas.cz/img/e6/web/hledani/iradio3_podcast_on.png');
}



.box-audio-archive .icon-station-concertino {
	background-image: url('https://www.rozhlas.cz/img/e5/iradio/station_concertino.jpg');
}
.box-audio-archive .icon-station-concerto {
	background-image: url('https://www.rozhlas.cz/img/e5/iradio/station_concerto.jpg');
}
.box-audio-archive .icon-station-dps {
	background-image: url('https://www.rozhlas.cz/img/e5/iradio/station_dps.jpg');
}

.box-audio-archive .icon-station-drds {
	background-image: url('https://www.rozhlas.cz/img/e5/iradio/station_drds.jpg');
}
.box-audio-archive .icon-station-socr {
	background-image: url('https://www.rozhlas.cz/img/e5/iradio/station_socr.jpg');
}



/* box radioteka */
.web-hledani  img.radioservis_img {
	display: block;
	border: none;
	width: 320px;
	height: 246px;
}
.web-hledani  iframe.radioservis_iframe {
	font-size: 16px;
	display: block;
	border: none;
	background-color: #fff;
	width: 320px;
	height: 500px;
}