/* pro popup okno na hitparady */
.clear {
    clear: both;
    font-size: 1px;
    height: 1px;
    overflow: hidden;
}
#hit_okno {
    font-family: Helvetica;
}
#hit_okno_top {
    width: 701px;
    height: 12px;
    background-image: url(img/okno_back_top.png);
    background-repeat: no-repeat;
}
#hit_okno_middle {
    width: 701px;
    padding: 10px 0px 5px 0px;
    background:white url(img/okno_back_middle.png);
    _margin-top: -5px;
}
#hit_okno_bottom {
    width: 701px;
    height: 8px;
    background-image: url(img/okno_back_bottom.png);
    background-repeat: no-repeat;
}
#hit_okno_content {
/*     margin: 0px 0px 0px 30px; */
/*     border: solid 1px black; */
    width: 643px;
    margin-left: auto;
    margin-right: auto;
}
#hit_okno_title {
    font-size: 28px;
}
#hit_okno_title_artist {
    color: #FF6600;
}
#hit_okno_title_song {
    color: #666;
}
#hit_okno_original {
    float:left;
    width: 304px;
}
#hit_okno_preklad {
    float: right;
    width: 304px;
}
.hit_okno_text_title {
    color: #000;
    font-size: 18px;
    margin: 5px 0 10px 0;
}
.hit_okno_text {
    color: #333;
    font-size: 10px;
    font-style: italic;
}
.fvd_ytl {
    display: none;
}
