﻿@import url(../../css/fonts.css);

body {
    margin: 0;
    font-family: 'Open Sans Hebrew';
}

.wrapBG {
    background-image: url('../../Controls/images/bg.jpg');
    background-attachment: fixed;
}

#wrap {
    position: relative;
    width: 980px;
    height: 127px;
    margin: 0 auto;
    background-image: url(../../Controls/images/header/header.png);
    background-position: center;
    background-repeat: no-repeat;
}

#logo {
    position: absolute;
    right: 0px;
    top: 0px;
}

#more {
    font-family: Arial;
    font-size: 32px;
    color: #000000;
    position: absolute;
    direction: rtl;
    right: 410px;
    top: 18px;
}

#likeButton {
    position: absolute;
    left: 0px;
    top: 27px;
}

#facebook_icon {
    position: absolute;
    left: 88px;
    top: 23px;
}

#twiter_icon {
    position: absolute;
    left: 125px;
    top: 23px;
}

.ads-header {
    position: absolute;
    left: 0;
    top: 20px;
    width: 115px;
    height: 40px;
    z-index: 9999;
    text-align: right;
    font-size: 0;
}

    .ads-header a {
        margin-left: 10px;
        display: inline-block;
    }

    .ads-header img {
        display: block;
        float: right;
        margin-bottom: 5px;
    }

.container_Menu {
    background-color: #00417b;
    direction: ltr;
}

#counter {
    display: none;
}

#counter td {
    line-height: normal;
}

.counter_bottom_txt {
    font-family: Arial;
    font-size: 11px;
    color: #ffffff;
    text-align: center;
    vertical-align: middle;
}

#counter_days {
    font-family: Arial;
    font-size: 18px;
    color: #ffffff;
    text-align: center;
    vertical-align: middle;
    /* padding-top: 1px; */
    width: 48px;
    height: 27px;
    background-image: url('../../Controls/images/header/red_bg.png');
    background-repeat: no-repeat;
    background-position: right top;
    /* overflow: hidden; */
}

#counter_hours {
    font-family: Arial;
    font-size: 18px;
    color: #ffffff;
    text-align: center;
    vertical-align: middle;
    background-color: #c1000b;
    width: 38px;
    height: 27px;
    overflow: hidden;
}

#counter_minutes {
    font-family: Arial;
    font-size: 18px;
    color: #ffffff;
    text-align: center;
    vertical-align: middle;
    background-color: #c1000b;
    width: 38px;
    height: 27px;
}

#counter_seconds {
    font-family: Arial;
    font-size: 18px;
    color: #ffffff;
    text-align: center;
    vertical-align: middle;
    background-color: #c1000b;
    width: 38px;
    height: 27px;
}

#counter_more {
    font-family: Arial;
    font-size: 14px;
    font-weight: 700;
    color: #003366;
    text-align: center;
    width: 130px;
    height: 27px;
    direction: rtl;
    position: relative;
    background-color: #fff;
    padding-left: 5px;
}

    #counter_more span {
        position: relative;
        z-index: 1;
    }

    #counter_more:after {
        content: '';
        position: absolute;
        background-image: url('../../Controls/images/header/white_bg.png');
        background-repeat: no-repeat;
        background-position: right top;
        display: block;
        height: 27px;
        width: 56px;
        bottom: 0;
        z-index: 0;
        right: -10px;
    }

.counter_pad {
    width: 6px;
}

.counter_bottom_txt.days {
    padding-left: 7px;
}

#counter {
    position: absolute;
    /*left: 180px;*/
    left: 10px;
    top: 30px;
}

.samsung {
    position: absolute;
    left: 0;
    top: 25px;
    width: 110px;
    height: 40px;
    z-index: 9999;
}

#homePage {
    width: 420px;
    height: 85px;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
}
