@font-face {
    font-family: 'hadasa-medium';
    src: url('/fonts/Hadasa-Medium.eot?iefix') format('eot');
    src: local('Hadasa Medium'),
         url('/fonts/Hadasa-Medium.ttf') format('truetype'),
         url('/fonts/Hadasa-Medium.woff') format('woff');
}

html,body {
    margin:0;
    padding:0;
}
img{
    border:0;
}
body{
    background-color: #fff;
    min-width:1270px;
}
.top_bg_left{
    float: left;
    background: url(/img/left_top_bg.jpg) 0 0 no-repeat;
    height:41px;
    width: 600px;
    padding: 10px 0 0 15px;
}
.top_bg_right{
    float: right;
    //background: url(/img/right_top_bg.jpg) 0 0 no-repeat;
    height:41px;
    width: 415px;
    direction: rtl;
}
.top_bg{
    background: url(/img/middle_top_bg.jpg) 0 0 repeat-x;
    height:41px;
}
.top_bg_right a{
    color: #fff;
}
.top_bg_right a:hover{
    color: #ffff00;
}
.top_bg_right .link{
    float: right;
    padding: 15px 20px 0 0;
    color: #fff;
    font: 10pt 'Arial Hebrew';
}
.link a{
    text-decoration: none;
}
.content{
    width: 1270px;
    margin: 0 auto;
}
.image{
    width: 100%;
    height: 320px;
    background: url('/img/homepage1.jpg') 0 0 no-repeat;
    padding-top: 190px;
    text-align: center;
    position: relative;
}
#play_button{
    margin-left: auto;
    margin-right: auto;
    width: 115px;
    height: 115px;
    background: url(/img/play_button.png) 0 0 no-repeat;
    cursor: pointer;
    display: none;
}
.control:hover{
    background: url(/img/play_button_on.png) 0 0 no-repeat;
}
.home_link{
    float: left;
    width: 236px;
    height: 161px;
    background: url('/img/homepage_button.png') 0 0 no-repeat;
    margin: 10px 0 0 10px;
    cursor: pointer;
}
.home_link:hover{
    background: url('/img/homepage_button_on.png') 0 0 no-repeat;
}
#song_links{
    display: none;
    direction: rtl;
}
.song_link{
    background-color: #231f20;
    width: 167px;
    height: 38px;
    float: right;
    margin: 10px 0 0 10px;
    font: 19pt 'hadasa-medium';
    color: #fff;
    padding-right: 13px;
    padding-top: 8px;
    cursor: pointer;
}
.song_link_hover{
    color: #ffff00;
    display: none;
}
.song_link_active{
    background-color: #fff;
    width: 167px;
    height: 38px;
    float: right;
    margin: 10px 0 0 10px;
    font: 19pt 'hadasa-medium';
    color: #ff8400;
    padding-right: 13px;
    padding-top: 8px;
}
#play_pause{
    position: absolute;
    display: none;
    cursor: pointer;
    right: 15px;
    bottom: 15px;
    width: 16px;
    height: 16px;
    padding: 0;
    margin: 0;
    background: url('/img/pause.png') 0 0 no-repeat;
}
#share_song{
    position: absolute;
    display: none;
    cursor: pointer;
    right: 45px;
    bottom: 16px;
    height: 12px;
    padding: 0;
    margin: 0;
    color: #fff;
    font: 10pt 'Arial Hebrew';
}
.modalwindow_bg{
    position: absolute;
    -moz-opacity: 0.7; /* Mozilla 1.6 и ниже */
    -khtml-opacity: 0.7; /* Konqueror 3.1, Safari 1.1 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)"; /* IE 8 */
    filter: alpha(opacity=70); /* IE 5-7 */
    opacity: 0.7;
    width: 100%;
    height: 100%;
    background-color: #000;
    top: 0;
    left: 0;
}

#thankyou{
    position: absolute;
    top: 150px;
    left: 50%;
    margin-left: -150px;
    width: 300px;
    height: 300px;
    background: url('/img/toda.png') 0 0 no-repeat;
}
#ringtones{
    position: absolute;
    top: 31px;
    left: 50%;
    margin-left: -500px;
    width: 1135px;
    height: 300px;
    direction: rtl;
    /*display: none;*/
}
.ringtone_link{
    background-color: #000;
    width: 173px;
    height: 82px;
    float: right;
    margin: 10px 0 0 10px;
    padding: 0;
    font: 12pt 'arial';
    color: #fff;
    font-weight: bold;
}

.ringtone_link a{
    font: 12pt 'arial';
    color: #fff;
    text-decoration: none;
}
.ringtone_link .links{
    padding-right: 13px;
}
.ringtone_link .ringtone_header{
    height: 36px;
    padding-top: 10px;
    padding-right: 10px;
    margin: 0;
}
.ringtone_img{
    display: none;
    height: 36px;
    margin-top: -10px;
    margin-right: -10px;
}
.ringtone_name{
    padding: 0;
    color: #fff;
    font: 19pt 'hadasa-medium';
}
.modalwindow_close{
    position: absolute;
    top: 15px;
    right: 15px;
    width: 16px;
    height: 16px;
    cursor: pointer;
    color: #fff;
    background: url('/img/close-button.png') 0 0 no-repeat;
}
#iphoneapp{
    position: absolute;
    width: 500px;
    height: 300px;
    top: 150px;
    margin-left: -250px;
    left: 50%;
    display: none;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    background: #ffffff url('/img/coming_soon_small.jpg') 20px 10px no-repeat;
    -moz-box-shadow: 0 0 20px #000000;
    -webkit-box-shadow: 0 0 20px #000000;
    box-shadow: 0 0 20px #000000;
}
#close_iphoneapp{
    position: absolute;
    top: 10px;
    right: 10px;
    width: 16px;
    height: 16px;
    cursor: pointer;
    background: url('/img/close-button_black.png') 0 0 no-repeat;
}

