﻿@import url('promo-rtl.css');

* {
    padding: 0;
    margin: 0;
    border: none;
}

body {
    padding: 0;
    margin: 0;
    font-family: Arial;
    /*min-width: 1280px;*/
    overflow: auto;
}

#at4-share {
    top:205px !important;
}

#wrapper {
    width: 100%;
    z-index: -600;
}

.container {
    margin: auto;
    width: 1280px;
    z-index: 1000;
}

#top {
    width: 100%;
    background-image: url(../images/top_background.png);
    background-position: 0 0;
    background-repeat: repeat-x;
    height: 190px;
    z-index: -1600;
    position: relative;
}

#logo {
    float: right;
    margin-right: 7%;
    margin-top: -190px;
    z-index: 1000;
    position: relative;
}

#contacts {
    float: left;
    /*margin-left: 37%;*/
    margin-left: 45%;
    margin-top: -150px;
    font-size: 14px;
    color: Black;
    width: 470px;
}

    #contacts img {
        vertical-align: middle;
    }

#phone {
    font-weight: bold;
    float: left;
    color: #48525b;
}

#chat {
    float: left;
    background-image: url(../images/chat_button_idle.png);
    background-repeat: no-repeat;
    width: 153px;
    height: 30px;
    text-align: center;
    text-indent: -35px;
    margin-top: -5px;
    padding-top: 7px;
    color: #0176b2;
    position: relative;
    z-index: 10000;
}

    #chat a span {
        color: #0176b2;
    }

    #chat:hover {
        cursor: pointer;
        background-image: url(../images/chat_button_hover.png);
        background-repeat: no-repeat;
        cursor: pointer;
    }

.chat {
    float: left;
    background-image: url(../images/chat_button_idle.png);
    background-repeat: no-repeat;
    width: 153px;
    height: 30px;
    text-align: center;
    margin-top: -5px;
    padding-top: 7px;
    color: #0176b2;
    font-size: 14px;
    margin-left: 160px;
    text-indent: 30px;
}

    .chat:hover {
        cursor: pointer;
        background-image: url(../images/chat_button_hover.png);
        background-repeat: no-repeat;
        cursor: pointer;
    }

#lang {
    cursor: pointer;
    clear: both;
    float: left;
    margin-top: 1px;
    color: #0176b2;
    height: 20px;
    overflow: hidden;
}

.lang-selection {
    position: relative;
    z-index: 3000;
    list-style: none;
    -moz-box-shadow: 0px 0px 5px #888;
    -webkit-box-shadow: 0px 0px 5px #888;
    box-shadow: 0px 0px 5px #888;
}

    .lang-selection li {
        padding: 3px 5px 3px 17px;
    }

        .lang-selection li:first-child {
            padding: 3px 5px 3px 3px;
            background-color: transparent;
        }

    .lang-selection a {
        padding-left: 20px;
        margin-left: -20px;
        text-decoration: none;
        color: #0176b2;
    }

    .lang-selection li:hover {
        background-color: #d9ebf4;
    }

.top-separator {
    float: left;
    margin-right: 15px;
    margin-left: 15px;
    margin-top: -2px;
}

#menu {
    background-image: url(../images/top_menu_tile.png);
    background-repeat: repeat-x;
    background-position: left;
    width: 100%;
    height: 44px;
    clear: both;
    float: left;
    margin-top: 90px;
    z-index: 100;
    position: relative;
}

#signup {
    margin-top: -168px;
    width: 160px;
    height: 49px;
    display: block;
    background-image: url(../images/blue_bottom_top_menu_idle3.png);
    background-repeat: no-repeat;
    text-align: center;
    color: White;
    font-weight: bold;
    padding-top: 11px;
    text-shadow: 0px -1px 1px #3d88ac;
    float: left;
    font-size: 20px;
}

* a {
    text-decoration: none;
    color: #fff;
    cursor: pointer;
}

#signup:hover {
    cursor: pointer;
    background-image: url(../images/blue_bottom_top_menu_hover3.png);
}

#login {
    margin-left: 167px;
    margin-top: -168px;
    padding-bottom: 1px;
    width: 160px;
    height: 49px;
    background-image: url(../images/green_bottom_top_menu_idle3.png);
    background-repeat: no-repeat;
    text-align: center;
    color: White;
    font-weight: bold;
    padding-top: 11px;
    text-shadow: 0px -1px 1px #7f992e;
    display: block;
    float: left;
    font-size: 20px;
}

    #login:hover {
        cursor: pointer;
        background-image: url(../images/green_bottom_top_menu_hover3.png);
    }

#promo {
    float: left;
    text-align: center;
    width: 100%;
    position: absolute;
    margin-top: -56px;
    background-color:#047099;
    height: 382px;
    border-bottom: 1px solid #CFCECE;
    border-top: 1px solid #7A7A7A;
    box-shadow: 0px 0px 10px #4E4E4E;
}

#slider {
    float: left;
    text-align: left;
    height: 330px;
    width: 100%;
    margin-top: -380px;
    list-style: none;
    padding-top: 30px;
    position: absolute;
    margin-left: -10px;
    overflow: hidden;
}

    #slider ul {
        height: 350px;
        width: 480px;
        margin-top: 0px;
        margin-bottom: 15px;
        overflow: hidden;
    }

        #slider ul li {
            display: block;
        }

            #slider ul li img {
                height: 330px;
            }

#nav {
    font-size: 14px;
    width: 760px;
    text-align: right;
    color: White;
    font-weight: bold;
    margin-top: -100px;
    margin-left: 305px;
    z-index: 1800;
}

    #nav ul {
        list-style: none;
    }

        #nav ul li {
            display: inline;
            padding-left: 25px;
            padding-right: 25px;
            padding-top: 10px;
            padding-bottom: 13px;
            font-size:16px;
        }

            #nav ul li img {
                vertical-align: middle;
            }

            #nav ul li a {
                color: White;
                text-decoration: none;
            }

            #nav ul li:hover {
                background-color: #0a85bf;
                text-shadow: 0px -1px 1px #086490;
            }

.max-widht {
    float: left;
    clear: both;
    padding: 0;
    margin-right: 8%;
    margin-left: 6%;
    position: relative;
    z-index: 600;
    /*max-width: 1050px;*/
    min-width: 1050px;
}

#three-forth {
    margin-left: 0;
    margin-top: 400px;
    width: 60%;
    text-align: right;
    padding-right: 55px;
    font-weight: bold;
    font-size: 18px;
    color: #21353f;
    line-height: 25px;
}

#one-forth {
    clear: both;
    float: right;
    width: 35%;
    margin-top: -780px;
    text-align: right;
    padding-right: 0;
    font-weight: bold;
    font-size: 18px;
    color: #21353f;
    line-height: 25px;
}

#title {
    clear: both;
    float: right;
    padding-top: 15px;
}

#customers {
    float: right;
    clear: both;
    padding-top: 45px;
}

.title {
    padding-bottom: 15px;
}

.shadow {
    margin-top: 10px;
}

#ctl00_MainContentPlaceHolder_ArticlesListView_news {
    list-style: none;
    width: 100%;
    line-height: 21px;
    margin-right: -15px;
}

    #ctl00_MainContentPlaceHolder_ArticlesListView_news li {
        width: 100%;
        text-align: right;
        padding-right: 15px;
        min-height: 140px;
        max-height: 140px;
    }

.news-img {
    padding-top: 13px;
    padding-bottom: 15px;
    padding-left: 15px;
}

.news-title {
    width: 72%;
    margin-top: -130px;
    font-size: 24px;
    margin-bottom: 5px;
    margin-left: 10px;
    position: relative;
}

.articles-new .news-title {
    margin-right: 170px;
    font-weight: bold;
}

.articles-new .news-article {
    margin-right: 170px;
}

.news-article p {
    padding-bottom: 50px;
    font-size: 16px;
}

    .news-article p strong {
        font-size: 18px;
    }

.news-article {
    width: 72%;
    font-size: 15px;
    padding-top: 2px;
    margin-bottom: 10px;
    font-weight: normal;
    text-align: justify;
    padding-left: 10px;
    color: #21353f;
    line-height: 24px;
}

    .news-article img {
        vertical-align: middle;
    }

    .news-article span a {
        position: relative;
        color: #0176b2;
    }

        .news-article span a:hover {
            text-decoration: none;
            color: #0176b2;
        }

.content {
    width: 100%;
    margin-top: -360px;
}

#video {
    margin-top: 8px;
    margin-bottom: 18px;
    cursor: pointer;
}

.news-sep {
    background-image: url(../images/news-sep.png);
    background-repeat: repeat-x;
    background-position: left top;
    width: 650px;
    height: 1px;
    display: block;
    margin-top: 30px;
    margin-bottom: 15px;
}

#ctl00_MainContentPlaceHolder_ArticlesListView_news li:last-child .news-sep {
    background-image: none;
}

#buttons {
    margin-right: -16px;
    list-style: none;
    font-weight: normal;
    font-size: 14px;
    color: #0176b2;
}

    #buttons li {
        background-image: url(../images/light_blue_bottom_button_idle.png);
        background-repeat: no-repeat;
        background-position: center top;
        width: 336px;
        height: 44px;
        padding-top: 10px;
        padding-right: 30px;
    }

        #buttons li:hover {
            cursor: pointer;
            background-image: url(../images/light_blue_bottom_button_hover.png);
            background-repeat: no-repeat;
            background-position: center top;
        }

    #buttons a {
        color: #0176b2;
        text-decoration: none;
        width: 336px;
        height: 44px;
        display: block;
    }

        #buttons a:hover {
            text-decoration: none;
        }

#more-buttons {
    list-style: none;
    font-size: 16px;
    color: White;
    width: 336px;
    height: 44px;
    padding-top: 10px;
    padding-left: 43px;
}

#orange {
    background-image: url(../images/orange_bottom_button_idle.png);
    background-repeat: no-repeat;
    background-position: center top;
    width: 336px;
    height: 44px;
    padding-top: 10px;
    margin-right: -11px;
    margin-top: -2px;
    padding-right: 30px;
    text-shadow: 0px -1px 1px #9e5c13;
}

    #orange a {
        width: 336px;
        height: 44px;
        display: block;
        color: #fff;
    }

    #orange:hover {
        cursor: pointer;
        background-image: url(../images/orange_bottom_button_hover.png);
        background-repeat: no-repeat;
        background-position: center top;
    }

#green {
    background-image: url(../images/green_bottom_button_idle.png);
    background-repeat: no-repeat;
    background-position: center top;
    width: 336px;
    height: 44px;
    margin-right: -11px;
    margin-top: -2px;
    padding-top: 10px;
    text-shadow: 0px -1px 1px #456b1d;
    padding-right: 30px;
}

    #green a {
        width: 336px;
        height: 44px;
        display: block;
        color: #fff;
    }

    #green:hover {
        cursor: pointer;
        background-image: url(../images/green_bottom_button_hover.png);
        background-repeat: no-repeat;
        background-position: center top;
    }

.comments {
    width: 100%;
    float: right;
    font-weight: lighter;
    font-style: italic;
    font-size: 17px;
    max-width: 600px;
    list-style: none;
    font-family: Tahoma;
    font-size: 16px;
}

    .comments a {
        color: #0176b2;
    }

    .comments li {
        max-width: 100%;
        min-height: 50px;
        max-height: 50px;
    }

.comment-signature {
    font-style: normal;
    font-weight: bold;
    color: #21353F;
}

#partners {
    margin-top: 80px;
    text-align: right;
    font-weight: bold;
    font-size: 18px;
    color: #21353f;
    line-height: 50px;
}

#news-separator {
    background-image: url(../images/newsletter_seperator.png);
    background-repeat: no-repeat;
    background-position: center;
    width: 380px;
    height: 30px;
}

#carousel {
    height: 85px;
    width: 1060px;
    list-style: none;
    overflow: hidden;
    margin-top: 30px;
}

    #carousel img {
        width: 145px;
        height: 70px;
        padding: 12px;
        /*padding-right: 30px;*/
        padding-bottom: 35px;
        margin-top: -10px;
    }

#arrows {
    vertical-align: middle;
    text-align: center;
    margin-top: -87px;
    width: 1000px;
    margin-left: 60px;
    position: absolute;
    display: none;
}

#ui-carousel-prev {
    margin-right: 48%;
}

#ui-carousel-next {
    margin-left: 48%;
}

#footer {
    background-image: url(../images/footer_tile.png);
    background-repeat: repeat-x;
    background-position: left top;
    clear: both;
    float: left;
    height: 319px;
    width: 100%;
    margin-top: -320px;
    position: relative;
    z-index: -1;
}

#links {
    /*clear: both;*/
    float: left;
    width: 65%;
    color: White;
    font-size: 16px;
    line-height: 30px;
    margin-top: 30px;
}

    #links td {
        padding: 0px;
        margin-bottom: -10px;
        width: 25%;
    }

    #links a {
        color: #e1e1e1;
        font-size: 14px;
        font-weight: normal;
        text-decoration: none;
    }

        #links a:hover {
            text-decoration: underline;
        }

#copyright {
    clear: both;
    width: 100%;
    float: left;
    text-align: center;
    padding-top: 55px;
    font-size: 16px;
    font-style: italic;
    color: #5a5a5a;
    font-size: 14px;
}

    #copyright a {
        text-decoration: none;
        color: #e1e1e1;
    }

.slide-info {
    color: #fff;
    font-weight: bold;
    font-size: 36px;
    text-align: right;
    padding-top: 40px;
    font-family: Arial;
    text-shadow: 1px 1px 0px #000;
}

.slide-content {
    font-family: Arial;
    margin-top: 22px;
    text-align: right;
    color: #fff;
    font-size: 22px;
    font-weight: bold;
    text-shadow: 1px 1px 0px #000;
}

    .slide-content dt {
        background-image: url(../images/green-arrow.png?v1);
        background-repeat: no-repeat;
        background-position: right center;
        text-indent: 10px;
        padding-right: 10px;
        margin-bottom: 10px;
    }

.slide-button {
    float: right;
    margin-top: 20px;
    background-image: url(../images/start_today_button_idle.png);
    background-repeat: no-repeat;
    background-position: right top;
    width: 242px;
    height: 49px;
    text-align: center;
    color: White;
    font-size: 26px;
    font-weight: bold;
    padding-top: 8px;
    text-shadow: 0px -1px 1px #456a1d;
    margin-top: -120px;
    cursor: pointer;
    position: relative;
    z-index: 300;
}

    .slide-button:hover {
        background-image: url(../images/start_today_button_hover.png);
    }

.slide-orange {
    float: right;
    margin-top: 20px;
    margin-right: 250px;
    background-image: url(../images/start_orange_button_idle.png);
    background-repeat: no-repeat;
    background-position: right top;
    width: 242px;
    height: 49px;
    text-align: center;
    color: White;
    font-size: 26px;
    font-weight: bold;
    padding-top: 8px;
    text-shadow: 0px -1px 1px #9d5b12;
    margin-top: -120px;
    cursor: pointer;
    position: relative;
    z-index: 300;
}

    .slide-orange:hover {
        background-image: url(../images/start_orange_button_hover.png);
    }

.bullets {
    text-align: center;
    list-style: none;
    width: auto;
    margin: auto;
    margin-top: -35px;
}

    .bullets li {
        height: 16px;
        width: 16px;
        display: inline;
        padding: 3px;
    }

.slider-container {
    height: 382px;
    overflow: hidden;
    list-style: none;
}

.padder {
    height: 382px;
    margin-bottom: 100px;
}

.page {
    min-height: 400px;
    padding-top: 55px;
    padding-bottom: 15px;
    font-size: 14px;
    float: right;
}

.popup {
    background: rgba(0, 0, 0);
    background: rgba(0, 0, 0, 0.6);
    display: none;
    position: fixed;
    float: left;
    clear: both;
    width: 100%;
    height: 100%;
    z-index: 1000000;
    padding-top: 50px;
}

.form {
    margin: auto;
    height: 675px;
    width: 795px;
    background-color: White;
    border: 9px solid #066a9c;
    border-radius: 10px;
}

.form-right {
    clear: both;
    float: right;
    width: 480px;
    text-align: right;
}

.form-left {
    background-image: url(../images/bknd_tile.png);
    background-position: left top;
    background-repeat: repeat-y;
    clear: both;
    float: left;
    width: 320px;
    height: 675px;
    text-align: center;
    color: #48525b;
    position: absolute;
}

.close {
    clear: both;
    float: right;
    margin-top: -20px;
    margin-right: -20px;
}

.form-comment {
    font-size: 18px;
}

.form-contact img {
    vertical-align: middle;
    padding-left: 10px;
}

.form-contact {
    margin-top: 10px;
    margin-bottom: 5px;
    font-size: 18px;
    float: right;
    clear: both;
    text-align: center;
    clear: both;
    width: 464px;
    color: #48525b;
}

.form-thanks {
    margin-top: 25px;
    margin-bottom: 5px;
    font-size: 18px;
    float: right;
    clear: both;
    margin-right: 40px;
    text-align: center;
    clear: both;
    width: 464px;
    color: #48525b;
}

.form-contact a {
    color: #1c85a3;
    text-decoration: none;
}

.form-comment-title {
    font-size: 20px;
    font-weight: bold;
}

.form-fields {
    float: right;
    clear: both;
    margin-right: 30px;
}

.form-title {
    font-size: 18px;
    color: #1a70a2;
    font-weight: bold;
}

.form-fields input[type=text] {
    float: right;
    clear: both;
    padding: 5px;
    width: 355px;
    height: 20px;
    border: 1px solid #bbbbbb;
    border-radius: 5px;
}

.form-fields input[type=password] {
    float: right;
    clear: both;
    padding: 5px;
    width: 355px;
    height: 20px;
    border: 1px solid #bbbbbb;
    border-radius: 5px;
}

.textarea {
    float: right;
    clear: both;
    padding: 5px;
    width: 355px;
    height: 50px;
    border: 1px solid #bbbbbb;
    border-radius: 5px;
}

.form-fields .drop-box {
    border: 1px solid #bbbbbb;
    border-radius: 5px;
    width: 367px;
}

.form-fields input[type=text]:hover {
    border: 1px solid Orange;
    border-radius: 5px;
}

.form-fields input[type=password]:hover {
    border: 1px solid Orange;
    border-radius: 5px;
}

.textarea:hover {
    border: 1px solid Orange;
    border-radius: 5px;
}

.form-fields input[type=text]:focus {
    border: 1px solid Orange;
    border-radius: 5px;
}

.form-fields input[type=password]:focus {
    border: 1px solid Orange;
    border-radius: 5px;
}

.textarea:focus {
    border: 1px solid Orange;
    border-radius: 5px;
}

.field-title {
    clear: both;
    float: right;
    color: Black;
    font-weight: bold;
    font-size: 16px;
    font-style: italic;
    padding-top: 15px;
    padding-bottom: 2px;
    margin-right: 3px;
}

.check-area {
    float: right;
    clear: both;
    background-color: #dadada;
    padding: 5px;
    width: 355px;
    height: 20px;
    border: 1px solid #dadada;
    border-radius: 5px;
}

.form-fields input[type=checkbox] {
    vertical-align: middle;
}

.check-area-text {
    padding-left: 10px;
    padding-right: 10px;
    font-style: italic;
    font-weight: bold;
    font-size: 14px;
    color: #5a5a5a;
}

.check-area-indise {
    float: right;
    clear: both;
    margin-top: 2px;
}

.btnSned {
    margin-top: 15px;
    float: left;
    clear: both;
    margin-left: 10px;
    background-image: url(../images/send_button_idle.png);
    background-repeat: no-repeat;
    background-position: left center;
    width: 163px;
    height: 52px;
    text-align: center;
    text-decoration: none;
    color: White;
    font-size: 24px;
    font-weight: bold;
    vertical-align: middle;
    padding-top: 17px;
    text-shadow: 0px -1px 1px #456D1D;
}

    .btnSned:hover {
        background-image: url(../images/send_button_hover.png);
        background-repeat: no-repeat;
        background-position: left center;
        cursor: pointer;
        width: 163px;
        height: 52px;
    }

.clean-content {
    width: 100%;
    float: right;
    clear: both;
}

#article {
    margin-top: 10px;
    float: right;
    width: 1050px;
    right: 0px;
    top: 0px;
    text-align: right;
    padding-right: 0;
    font-weight: bold;
    font-size: 18px;
    color: #21353f;
    line-height: 25px;
}

    #article p {
        width: 1050px;
        min-height: 500px;
        font-size: 16px;
    }

        #article p strong {
            font-size: 18px;
        }

#new-articles {
    margin-top: -60px;
    right: 0px;
    float: right;
    width: 300px;
    top: 0px;
    position: absolute;
    text-align: right;
    padding-right: 10px;
    font-weight: bold;
    font-size: 18px;
    color: #21353f;
    line-height: 25px;
}

    #new-articles ul {
        list-style: none;
        width: 290px;
    }

        #new-articles ul li {
            padding: 10px;
            float: right;
            height: 100px;
            width: 290px;
            padding-bottom: 20px;
        }

            #new-articles ul li:hover {
                background-color: #dadada;
            }

    #new-articles p {
        width: 290px;
        font-weight: normal;
        font-size: 14px;
        color: #21353f;
        line-height: 15px;
        text-align: justify;
    }

    #new-articles a {
        text-decoration: none;
        color: #21353f;
    }

.new-articles-title {
    float: left;
    clear: both;
    text-align: right;
    width: auto;
    width: 210px;
}

.articles-type {
    text-align: right;
    font-size: 16px;
}

    .articles-type input[type=checkbox] {
        vertical-align: middle;
    }

#pricing {
    width: 100%;
    min-height: 600px;
    top: 135px;
    position: absolute;
    text-align: right;
    padding-top: 10px;
    background-image: url(../images/prices-background.png);
    background-repeat: repeat-x;
    background-position: right top;
    z-index: 0;
}

#not-pricing {
    width: 100%;
    min-height: 600px;
    top: 135px;
    position: absolute;
    text-align: right;
    padding-top: 10px;
    background-image: url(../images/no-prices-background.png);
    background-repeat: repeat-x;
    background-position: right top;
    z-index: 0;
}

.pricing-separator {
    margin-top: 5px;
    margin-bottom: 5px;
    background-image: url(../images/pricing-separator.png);
    background-repeat: repeat-x;
    background-position: right top;
    height: 2px;
    width: 100%;
    min-width: 1050px;
}

#pricing-nav {
    float: right;
    clear: both;
    right: 0px;
    top: 0px;
    position: relative;
    list-style: none;
    width: 100%;
    height: 43px;
    margin-top: -44px;
}

.pricing-nav {
    display: inline-block;
    background-image: url(../images/tab_idle.png);
    background-repeat: no-repeat;
    background-position: center center;
    width: 156px;
    height: 40px;
    padding-top: 0px;
    margin-top: 12px;
    font-weight: bold;
    font-size: 14px;
    color: #000;
    text-align: center;
    margin-right: -5px;
}

    .pricing-nav span {
        padding-top: 12px;
    }

    .pricing-nav a {
        text-decoration: none;
        color: #000;
    }

.pricing-nav-active a {
    text-decoration: none;
    color: #000;
}

.pricing-nav-active {
    display: inline-block;
    background-image: url(../images/selected_tab.png);
    background-repeat: no-repeat;
    background-position: center center;
    width: 156px;
    height: 43px;
    padding-top: 0px;
    margin-top: 9px;
    font-weight: bold;
    font-size: 14px;
    color: #000;
    text-align: center;
    margin-right: -5px;
}

.pricing-content {
    width: 100%;
    float: right;
    text-align: right;
    margin-top: 50px;
}

h1 {
    font-weight: bold;
    font-size: 26px;
    color: #21353f;
}

.complete-title img {
    vertical-align: middle;
}

.post-title {
    font-size: 24px;
    color: #21353f;
}

.pricing-sub-title {
    font-weight: normal;
    font-size: 15px;
    color: #21353f;
    float: right;
    clear: both;
    margin-bottom: 10px;
}

#online-sales {
    margin-top: 17px;
    text-align: center;
    color: #2086ba;
    display: block;
    font-size: 13px;
    cursor: pointer;
    width: 153px;
    height: 30px;
    display: block;
}

    #online-sales a {
        background-image: url(../images/sales_idle.png);
        background-repeat: no-repeat;
        background-position: center top;
        width: 153px;
        height: 30px;
        display: block;
        text-decoration: none;
        color: #2086ba;
        padding-right: 10px;
    }

    #online-sales span {
        padding-top: 6px;
        position: relative;
        width: 153px;
        height: 25px;
        display: block;
    }

    #online-sales a:hover {
        background-image: url(../images/sales_hover.png);
        background-repeat: no-repeat;
        background-position: center top;
    }

.pricing-table {
    direction: rtl;
    width: 100%;
    height: 200px;
    border: 0px solid Black;
    border-radius: 5px;
    box-shadow: 0px 0px 5px #888;
    text-align: center;
    font-weight: bold;
    font-size: 20px;
    background-color: #d9ebf4;
    overflow: hidden;
}

    .pricing-table a {
        color: #0176b2;
        font-size: 14px;
    }

    .pricing-table tr td {
        width: 10%;
        border-bottom: 1px solid #a9a9a9;
        border-left: 1px solid #a9a9a9;
    }

        .pricing-table tr td:last-child {
            width: 10%;
            border-left: none;
        }

        .pricing-table tr td:first-child {
            background-color: #fff;
            color: #21353f;
        }

    .pricing-table tr:first-child td:first-child {
        background-color: #fff;
    }

    .pricing-table tr:first-child {
        color: #fff;
        border: 1px solid Black;
        -moz-border-radius-topleft: 10px;
        -moz-border-radius-topright: 10px;
        overflow: hidden;
        border-radius: 5px;
        font-size: 14px;
    }

        .pricing-table tr:first-child td {
            background-color: #0176b2;
        }

    .pricing-table tr:last-child {
        background-color: #fff;
        font-weight: normal;
        font-size: 15px;
        color: #303030;
        font-weight: bold;
    }

        .pricing-table tr:last-child td:first-child {
            background-color: #fff;
            font-weight: bold;
            font-size: 14px;
            color: #303030;
        }

.post-table-button {
    width: 100%;
    text-align: left;
    font-size: 13px;
    color: #0176b2;
    margin-top: 20px;
}

    .post-table-button a {
        color: #0176b2;
        text-decoration: none;
    }

.small-separator {
    padding-right: 5px;
    padding-left: 5px;
}

    .small-separator img {
        vertical-align: middle;
    }

.signup {
    float: left;
    font-size: 16px;
    display: block;
    width: 144px;
    height: 32px;
    background-image: url(../images/green_pricing_idle.png);
    background-repeat: no-repeat;
    text-align: center;
    color: White;
    font-weight: bold;
    padding-top: 5px;
    text-shadow: 0px -1px 1px #4b5f14;
    margin-right: 5px;
    margin-top: -5px;
}

    .signup:hover {
        cursor: pointer;
        background-image: url(../images/pricing_pricing_hover.png);
    }

    .signup a {
        color: #fff;
    }

.blank-space {
    margin-bottom: 50px;
}

.prices-bottom {
    direction: rtl;
    text-align: right;
    width: 100%;
    color: #21353f;
    font-weight: bold;
    font-size: 16px;
    clear: both;
}

    .prices-bottom img {
        margin-top: 5px;
    }

.blank-word {
    margin-left: 50px;
}

#table-notes {
    width: 100%;
    text-align: right;
    padding-bottom: 30px;
}

    #table-notes tr td {
        width: 33%;
    }

.small-text {
    font-weight: normal;
    font-size: 14px;
    margin-right: 15px;
    display: block;
}

.top-right {
    border-top-right-radius: 5px;
    -moz-border-radius-topright: 5px;
}

.top-left {
    border-top-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
}

.bottom-radius {
    border: 1px solid Black;
    border-radius: 0px 0px 10px 5px;
}

.bottom-left {
    border-bottom-left-radius: 5px;
    -moz-border-radius-bottomleft: 5px;
}

.bottom-right {
    border-bottom-right-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    font-size: 14px;
}

.country-price {
    display: block;
    background-image: url(../images/flag_area_background.png);
    background-repeat: no-repeat;
    background-position: center center;
    float: left;
    margin-top: -63px;
    width: 414px;
    height: 115px;
    margin-bottom: 50px;
}

.flag {
    float: right;
    position: relative;
    margin-right: 30px;
    margin-top: 22px;
}

.flag-content {
    float: left;
    position: relative;
    text-align: center;
    font-weight: bold;
    font-size: 16px;
    margin-left: 20px;
    margin-top: 33px;
    width: 55%;
}

    .flag-content a {
        color: #0a85bf;
        text-decoration: none;
    }

    .flag-content img {
        margin-left: 5px;
    }

.pdf-download {
    color: #0a85bf;
    font-weight: normal;
    font-size: 14px;
}

    .pdf-download a {
        color: #0a85bf;
        text-decoration: none;
    }

    .pdf-download img {
        vertical-align: middle;
        margin-left: 5px;
    }

.cuurency {
    float: left;
    clear: both;
    top: 0px;
    position: relative;
    font-weight: bold;
    font-size: 16px;
    margin-top: -25px;
    height: 30px;
    width: 135px;
}

.coin {
    float: right;
    border: 1px solid #bbbbbb;
    outline: none;
    margin-top: -25px;
    margin-right: 50px;
    width: 82px;
    height: 30px;
    font-size: 16px;
    text-align: center;
}

.sms-pricing-table {
    direction: rtl;
    width: 100%;
    border: 0px solid Black;
    border-radius: 10px;
    box-shadow: 0px 0px 5px #888;
    text-align: center;
    font-weight: bold;
    font-size: 16px;
    background-color: #fff;
    overflow: hidden;
}

    .sms-pricing-table a {
        color: #303030;
        font-size: 14px;
    }

    .sms-pricing-table tr td {
        width: 65px;
        border-bottom: 1px solid #d4d4d4;
        border-left: 1px solid #d4d4d4;
        height: 20px;
    }

        .sms-pricing-table tr td:first-child {
            border-bottom: none;
        }

        .sms-pricing-table tr td:last-child {
            width: 12%;
            border-left: none;
        }

        .sms-pricing-table tr td:first-child {
            background-color: #fff;
            color: #21353f;
            width: 170px;
        }

    .sms-pricing-table tr:first-child td:first-child {
        background-color: #fff;
        border-bottom: none;
        text-align: right;
        padding-right: 10px;
    }

    .sms-pricing-table tr:first-child {
        color: #fff;
        border: 1px solid Black;
        -moz-border-radius-topleft: 10px;
        -moz-border-radius-topright: 10px;
        overflow: hidden;
        border-radius: 10px;
        height: 50px;
    }

    .sms-pricing-table tr {
        height: 70px;
    }

    .sms-pricing-table td:first-child {
        width: 60px;
    }

    .sms-pricing-table tr:first-child td {
        background-color: #0176b2;
    }

    .sms-pricing-table tr:last-child td:first-child {
        background-color: #fff;
        font-weight: bold;
        font-size: 16px;
        color: #303030;
    }

.sms-dropdown {
    float: right;
    position: relative;
    right: 0px;
    top: 70px;
    margin-right: 10px;
    width: 157px;
    height: 29px;
    font-size: 16px;
    text-align: center;
    border: 1px solid #bbbbbb;
}

.more-countries {
    position: relative;
    text-align: right;
    font-weight: bold;
    font-size: 16px;
}

    .more-countries a {
        color: #0a85bf;
        text-decoration: underline;
    }

#accordion {
    float: right;
    clear: both;
    position: absolute;
    right: 0px;
    top: 100px;
    background-color: #f3f3f3;
    color: #21353f;
    width: 250px;
}

.inner-div {
    border: 1px solid #bbc5cf;
    border-radius: 5px;
    padding: 5px;
    padding-right: 26px;
    background-color: #eaeaea;
}

#accordion div a {
    color: #21353f;
}

#accordion a {
    color: #fff;
    text-decoration: none;
}

#accordion h3 {
    padding: 5px;
    padding-right: 10px;
    height: 20px;
    color: #4a4a4a;
    border: 1px solid #bbc5cf;
    border-radius: 5px;
    font-size: 18px;
    background-image: url(../images/accordion-bg.png);
    background-repeat: repeat-x;
    background-position: left top;
    cursor: pointer;
}

    #accordion h3 div {
        border: 0px solid #fff;
        margin-top: 10px;
        margin-right: -10px;
        margin-bottom: -25px;
        background-color: #fff;
        opacity: 0.0;
        filter: alpha(opacity=0);
    }

.accordion-arrow {
    padding-left: 3px;
    vertical-align: middle;
    margin-top: -3px;
}

.sub-title {
    font-weight: bold;
    color: #0176B2;
    font-size: 14px;
}

.btnAbility {
    position: relative;
    display: block;
    width: 200px;
    height: 20px;
    margin-top: -16px;
    opacity: 0.0;
    cursor: pointer;
}

.btnInnerAbility {
    position: relative;
    display: block;
    width: 265px;
    height: 20px;
    margin-top: -16px;
    opacity: 0.0;
    cursor: pointer;
}

.innerDiv {
    padding-right: 20px;
    font-weight: normal;
}

#accordion p {
    padding-right: 15px;
}

#accordion div img {
    vertical-align: middle;
    padding-bottom: 3px;
}

#accordion ul {
    list-style: none;
}

.yeda-list:hover {
    background-color: #e1e1e1;
}

.list-left {
    float: left;
    clear: both;
    width: 325px;
    text-align: right;
    padding-bottom: 20px;
    padding-right: 10px;
    padding-left: 5px;
    margin-right: 10px;
}

.list-midlle {
    float: left;
    display: block;
    width: 325px;
    text-align: right;
    padding-bottom: 20px;
    padding-right: 10px;
    padding-left: 5px;
    margin-right: 10px;
}

.list-right {
    float: right;
    width: 325px;
    text-align: right;
    padding-bottom: 20px;
    padding-right: 10px;
    padding-left: 5px;
}

#list-container {
    float: right;
    clear: both;
}

.yeda-list {
    list-style: none;
    padding-top: 10px;
    margin-bottom: 20px;
    border: 0px solid #000;
    box-shadow: 0px 0px 5px #888;
    border-radius: 10px;
    padding-right: 5px;
    padding-bottom: 5px;
    height: 300px;
}

.yeda-title {
    float: right;
    font-size: 20px;
    font-weight: bold;
    color: #21353f;
    padding-top: -30px;
    padding-right: 5px;
}

.yeda-thumb {
    clear: both;
    float: left;
    position: relative;
    margin-top: 5px;
    margin-left: 10px;
    padding-right: 5px;
    vertical-align: middle;
}

.post-yeda {
    float: right;
    margin-top: 5px;
    padding-right: 5px;
    color: #0176B2;
}

    .post-yeda a {
        color: #0176B2;
    }

.yeda-article {
    padding-top: 30px;
    padding-right: 5px;
    padding-left: 5px;
    text-align: justify;
    font-size: 14px;
    height: 240px;
    width: 300px;
}

.more-yeda a {
    text-decoration: none;
    color: #0176b2;
}

.ability-details {
    clear: both;
    float: left;
    text-align: right;
    height: 100%;
    width: 750px;
    margin-right: 280px;
    padding-right: 15px;
}

.detail-title {
    font-weight: bold;
    font-size: 22px;
    float: right;
    position: relative;
    margin-top: 17px;
    margin-right: 15px;
}

.details {
    float: right;
    width: 690px;
    background-image: url(../images/news-sep.png);
    background-repeat: repeat-x;
    background-position: center bottom;
    padding-bottom: 20px;
    direction: rtl;
}

    .details img {
        float: right;
        margin-top: 18px;
        width: 64px;
    }

.details-text {
    float: right;
    clear: both;
    width: 570px;
    margin-right: 15px;
    margin-top: 0px;
    position: relative;
}

.more-info {
    clear: both;
    float: left;
    background-image: url(../images/dropdown-item.png);
    background-repeat: no-repeat;
    background-position: center top;
    display: block;
    text-align: center;
    text-decoration: none;
    color: #21353f;
    font-weight: bold;
    font-size: 16px;
    padding-top: 5px;
    margin-top: 15px;
    margin-left: 5px;
    width: 82px;
    height: 30px;
}

.btnSelected {
    position: relative;
    margin-top: -37px;
    float: right;
    margin-left: -35px;
    opacity: 0.0;
    z-index: 8000;
    cursor: pointer;
}

#experts {
    margin-top: 10px;
    width: 500px;
    float: right;
    top: 0px;
    position: relative;
    text-align: right;
    font-size: 16px;
    color: #21353f;
    line-height: 25px;
}

#expert-image {
    float: left;
    position: relative;
    width: 490px;
    margin-top: 15px;
}

#expert-buttons {
    float: left;
    clear: both;
    width: 100%;
}

.expert-button {
    float: right;
    margin-top: 4px;
    background-image: url(../images/start_today_button_idle.png);
    background-repeat: no-repeat;
    background-position: right top;
    width: 242px;
    height: 49px;
    text-align: center;
    color: White;
    font-size: 18px;
    font-weight: bold;
    padding-top: 12px;
    text-shadow: 0px -1px 1px #456D1D;
    cursor: pointer;
    position: relative;
    z-index: 300;
}

    .expert-button:hover {
        background-image: url(../images/start_today_button_hover.png);
    }

.expert-orange {
    float: left;
    clear: both;
    margin-top: -61px;
    background-image: url(../images/start_orange_button_idle.png);
    background-repeat: no-repeat;
    background-position: right top;
    width: 242px;
    height: 49px;
    text-align: center;
    color: White;
    font-size: 18px;
    font-weight: bold;
    padding-top: 12px;
    text-shadow: 0px -1px 1px #9B5A12;
    cursor: pointer;
    position: relative;
    z-index: 300;
}

    .expert-orange:hover {
        background-image: url(../images/start_orange_button_hover.png);
    }

#expert-table {
    float: right;
    clear: both;
    width: 100%;
}

    #expert-table td {
        padding: 5px;
        width: 25%;
    }

.experts-sub-title {
    float: right;
    clear: both;
    font-weight: bold;
    font-size: 26px;
    color: #21353f;
    margin-top: 20px;
}

.experts-separator {
    float: right;
    clear: both;
    margin-top: 5px;
    margin-bottom: 5px;
    background-image: url(../images/pricing-separator.png);
    background-repeat: repeat-x;
    background-position: right top;
    height: 2px;
    width: 100%;
}

.partner-form-left {
    clear: both;
    float: right;
    width: 410px;
    height: 675px;
    text-align: right;
    margin-left: 330px;
    position: absolute;
    padding-top: 58px;
}

    .partner-form-left .field-title {
        float: right;
        clear: both;
        margin-right: 0px;
    }

.partner-form {
    margin: auto;
    height: 575px;
    width: 1075px;
    background-color: White;
    border: 9px solid #066a9c;
    border-radius: 10px;
}

    .partner-form .btnSned {
        float: left;
        margin-top: 50px;
        margin-left: 40px;
    }

    .partner-form .form-right .form-fields input[type=text] {
        width: 250px;
    }

    .partner-form .form-right {
        width: 330px;
    }

    .partner-form .form-left {
        overflow: hidden;
        height: 575px;
    }

.partner-dropdown {
    float: right;
    clear: both;
    position: relative;
    width: 365px;
    height: 29px;
    font-size: 16px;
    margin-right: 2px;
    list-style: none;
    text-align: center;
    overflow: hidden;
    margin-top: 2px;
}

    .partner-dropdown li:first-child {
        background-image: url(../images/huge-dropdown.png);
        background-repeat: no-repeat;
        background-position: center center;
        border-left: none;
        border-right: none;
        width: 365px;
        height: 29px;
    }

    .partner-dropdown li {
        width: 365px;
        height: 29px;
        background-color: #fff;
        border-left: 1px solid #b8b6a5;
        border-right: 1px solid #b8b6a5;
    }

        .partner-dropdown li:last-child {
            width: 365px;
            height: 29px;
            border-left: 1px solid #b8b6a5;
            border-right: 1px solid #b8b6a5;
            border-bottom: 1px solid #b8b6a5;
        }

        .partner-dropdown li a {
            float: right;
            clear: both;
            padding-top: 5px;
            margin-right: 10px;
            text-decoration: none;
            color: #303030;
            position: relative;
        }

.info {
    float: right;
    clear: both;
    margin-top: 17px;
    margin-bottom: 10px;
    border: 1px solid #b8b6a5;
    width: 356px;
    height: 40px;
    padding: 5px;
    background-color: #fffe9a;
    border-radius: 5px;
}

#MainContentPlaceHolder_chkConfirm {
    float: right;
    clear: both;
    margin-top: 5px;
    margin-left: 5px;
}

#MainContentPlaceHolder_linkPartnerPlan {
    margin-right: 10px;
}

.html {
    float: right;
    clear: both;
    width: 1050px;
}

    .html td {
        width: 33%;
        vertical-align: top;
        margin-top: 10px;
        padding-bottom: 20px;
    }

        .html td .more-info {
            float: right;
        }

#themes {
    float: right;
    clear: both;
    width: 1050px;
    margin-top: 15px;
    list-style: none;
    padding-bottom: 30px;
}

    #themes li {
        width: 25%;
        padding-bottom: 20px;
        display: inline;
        text-align: center;
    }

    #themes a {
        text-decoration: none;
    }

    #themes img {
        margin-left: 20px;
        margin-right: 20px;
        margin-top: 20px;
        width: 200px;
        padding: 5px;
        background-color: #fff;
        box-shadow: 0px 0px 5px #000;
    }

#image-wrapper {
    margin-left: 30%;
    margin-right: 30%;
    width: 40%;
    clear: both;
    position: relative;
    vertical-align: middle;
    text-align: center;
    margin-top: -60px;
    padding: 5px;
    background-color: #fff;
}

.close-gallery {
    float: left;
    margin-left: 69%;
    z-index: 9000;
    height: 35px;
    width: 35px;
    margin-top: -60px;
    position: relative;
}

#gallery-nav {
    margin: auto;
    text-align: center;
    margin-top: -400px;
}

#prev {
    margin-right: 290px;
    margin-left: 10px;
}

#next {
    margin-left: 300px;
}

.txtSearch {
    float: left;
    clear: both;
    position: absolute;
    top: -100px;
    background-color: #fff;
    font-size: 16px;
    border: 0px solid #000;
    outline: none;
    border-radius: 5px;
    padding: 2px;
    direction: rtl;
    margin-top: 10px;
    color: #707070;
}

    .txtSearch:focus {
        outline: none;
    }

.support-left {
    background-image: url(../images/thank_you_background.png);
    background-position: center top;
    background-repeat: no-repeat;
    display: block;
    width: 464px;
    height: 433px;
    float: left;
    text-align: center;
    margin-left: 30px;
}

.signup-left {
    display: block;
    width: 504px;
    float: left;
    text-align: center;
    margin-left: 30px;
}

.terms {
    float: right;
    clear: both;
    margin-top: 20px;
}

    .terms a {
        text-decoration: none;
        color: #0176b2;
    }

#btnSend {
    float: left;
    clear: both;
}

.signup-thanks {
    background-image: url(../images/thank_you_message_bknd.png);
    background-position: right top;
    background-repeat: no-repeat;
    width: 539px;
    height: 146px;
}

#big-accordion {
    float: right;
    clear: both;
    position: absolute;
    top: 110px;
    background-color: #fff;
    color: #21353f;
    width: 1040px;
}

    #big-accordion div a {
        color: #21353f;
    }

    #big-accordion a {
        color: #4a4a4a;
        text-decoration: none;
    }

    #big-accordion h3 {
        padding: 5px;
        height: 100px;
        padding-right: 10px;
        color: #21353f;
        border: 1px solid #b9b9b9;
        border-radius: 5px;
        font-size: 18px;
        background-image: url(../images/big-accordion-bg.png);
        background-repeat: repeat-x;
        background-position: left top;
        cursor: pointer;
    }

        #big-accordion h3 div {
            border: 0px solid #fff;
            margin-top: 10px;
            margin-right: 25px;
            margin-bottom: -25px;
            background-color: #fff;
            opacity: 0.0;
        }

.api-page {
    min-height: 570px;
    padding-top: 55px;
    padding-bottom: 15px;
    font-size: 14px;
    float: right;
}

.api-right {
    width: 500px;
    right: 0px;
    position: relative;
    top: 0px;
}

.api-left {
    float: left;
    width: 500px;
    right: 0px;
    position: relative;
    margin-top: 15px;
}

.api-details {
    width: 1050px;
    border: none;
    list-style: none;
}

    .api-details dt {
        font-weight: bold;
        display: block;
        font-size: 16px;
        margin-top: 5px;
    }

    .api-details dd {
        margin-bottom: 10px;
    }

.api-text {
    font-weight: normal;
    padding-right: 25px;
    font-size: 16px;
    display: block;
    margin-top: 5px;
    margin-bottom: 20px;
    color: #000;
}

    .api-text .more-info {
        margin-top: 5px;
    }

.error {
    color: Red;
    font-weight: bold;
    float: right;
    clear: both;
    margin-top: 15px;
}

.error-label {
    color: #f3f3f3;
    font-weight: bold;
    float: right;
    margin-top: 10px;
    margin-right: 5px;
}

#capcha {
    width: 420px;
    height: 60px;
    float: right;
    clear: both;
    margin-top: 10px;
    margin-bottom: 20px;
    border: 1px solid #bbbbbb;
    border-radius: 5px;
    padding: 5px;
    background-color: #fff;
}

.drop-box {
    direction: rtl;
    border: 1px solid #bbbbbb;
    border-radius: 5px;
    outline: none;
    float: right;
    clear: both;
}

.partner-form-left .drop-box {
    border: 1px solid #bbbbbb;
    border-radius: 5px;
    float: right;
    clear: both;
}

.calendar {
    width: 400px;
    padding: 10px;
    background-color: #fff;
    border: 1px solid #bbbbbb;
    text-align: center;
    opacity: 0.0;
}

.ui-datepicker {
    width: 412px;
    padding: 10px;
    display: none;
    background-color: #bbbbbb;
    border: 0px solid #fff;
    border-radius: 5px;
    box-shadow: 0px 0px 5px #000;
}

    .ui-datepicker .ui-datepicker-header {
        position: relative;
        padding: 10px;
    }

    .ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
        position: absolute;
        top: 8px;
        width: 1.8em;
        height: 1.8em;
        padding-right: 20px;
    }

    .ui-datepicker .ui-datepicker-prev {
        left: 2px;
        font-size: 26px;
        color: #000;
        top: -5px;
    }

    .ui-datepicker .ui-datepicker-next {
        right: 5px;
        font-size: 26px;
        color: #000;
        top: -5px;
    }

        .ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span {
            display: block;
            position: absolute;
            left: 50%;
            margin-left: -8px;
            top: 50%;
            margin-top: -8px;
        }

    .ui-datepicker .ui-datepicker-title {
        margin: 0 2.3em;
        line-height: 1.8em;
        text-align: center;
    }

        .ui-datepicker .ui-datepicker-title select {
            font-size: 1em;
            margin: 1px 0;
        }

    .ui-datepicker select.ui-datepicker-month-year {
        width: 100%;
    }

    .ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {
        width: 150px;
    }

    .ui-datepicker table {
        width: 250px;
        font-size: 14px;
        margin: auto;
        font-weight: bold;
    }

    .ui-datepicker td span, .ui-datepicker td a {
        display: block;
        padding: .2em;
        text-align: right;
        text-decoration: none;
    }

.ui-datepicker-week-end {
    text-align: right;
}

#ctl00_social {
    direction: rtl;
    /*margin-right: 800px;*/
    position: absolute;
    top: 330px;
    z-index: 500;
}

    #ctl00_social span {
        display: inline-block;
        color: #21353F;
        font-size: 14px;
        font-weight: bold;
        margin-top: -7px;
        vertical-align: middle;
        z-index: 500;
    }

    #ctl00_social div {
        display: inline-block;
    }

.mail-image {
    margin-right: 10px;
}

.info-div {
    margin: auto;
    width: 700px;
    height: 670px;
    background-color: White;
    padding: 10px;
    text-align: right;
}

#infoDiv1 .close-gallery {
    margin-top: -15px;
    margin-left: 74%;
}

#infoDiv2 .close-gallery {
    margin-top: -15px;
    margin-left: 74%;
}

#infoDiv3 .close-gallery {
    margin-top: -15px;
    margin-left: 74%;
}

.info-div .yeda-article {
    float: right;
    clear: both;
    position: relative;
    margin-top: -20px;
}

.wide-text {
    width: 1040px;
}

.companies {
    float: right;
    clear: both;
    width: 1050px;
    list-style: none;
}

    .companies li {
        float: right;
        display: inline;
        width: 210px;
        height: 100px;
    }

.ability-button {
    float: left;
    clear: both;
    display: block;
    width: 80px;
    height: 32px;
    margin-top: -35px;
    margin-left: 5px;
    opacity: 0.0;
}

#twocolumns {
    color: #252525;
    list-style-image: url(../images/green_v.png);
    list-style-position: outside;
    font-size: 18px;
    font-weight: bold;
    width: 100%;
    margin-right: 20px;
}

    #twocolumns li:hover {
        background-color: #bbbbbb;
        border-radius: 5px;
    }

    #twocolumns li {
        width: 50%;
        float: right;
    }

        #twocolumns li a {
            color: #252525;
        }

#ctl00_radioChatType {
    float: right;
    clear: both;
    border: 1px solid #bbbbbb;
    border-radius: 5px;
    width: 367px;
    height: 32px;
}

    #ctl00_radioChatType input {
        vertical-align: middle;
        margin-left: 5px;
        margin-right: 5px;
    }

.api-page #online-sales {
    float: left;
    margin-top: 0px;
}

    .api-page #online-sales a {
        padding-top: 6px;
        padding-right: 0px;
    }

.slogan {
    position: absolute;
    text-align: center;
    font-size: 25px;
    font-family: Tahoma;
    color: #fff;
    font-weight: bold;
    left: 90px;
    top: 280px;
    z-index: 10000;
    text-shadow: 0px -1px 5px #000;
}

.closed {
    background: #d5dfe5;
    border: 1px solid #bbb;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 0 1px 1px #f6f6f6;
    -moz-box-shadow: inset 0 0 1px 1px #f6f6f6;
    box-shadow: inset 0 0 1px 1px #f6f6f6;
    color: #333;
    font: bold 14px Arial;
    line-height: 1;
    text-align: center;
    width: 150px;
    margin-left: 10px;
}

    .closed:hover {
        background: #82d0ff;
        -webkit-box-shadow: inset 0 0 1px 1px #eaeaea;
        -moz-box-shadow: inset 0 0 1px 1px #eaeaea;
        box-shadow: inset 0 0 1px 1px #eaeaea;
        color: #222;
        cursor: pointer;
    }

    .closed:active {
        background: #d0d0d0;
        -webkit-box-shadow: inset 0 0 1px 1px #e3e3e3;
        -moz-box-shadow: inset 0 0 1px 1px #e3e3e3;
        box-shadow: inset 0 0 1px 1px #e3e3e3;
        color: #000;
    }

.open {
    background: #0176B2;
    border: 1px solid #bbb;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 0 1px 1px #f6f6f6;
    -moz-box-shadow: inset 0 0 1px 1px #f6f6f6;
    box-shadow: inset 0 0 1px 1px #f6f6f6;
    color: #fff;
    font: bold 14px Arial;
    line-height: 1;
    text-align: center;
    width: 150px;
    margin-left: 10px;
}

    .open:hover {
        background: #82d0ff;
        -webkit-box-shadow: inset 0 0 1px 1px #eaeaea;
        -moz-box-shadow: inset 0 0 1px 1px #eaeaea;
        box-shadow: inset 0 0 1px 1px #eaeaea;
        color: #222;
        cursor: pointer;
    }

    .open:active {
        background: #d0d0d0;
        -webkit-box-shadow: inset 0 0 1px 1px #e3e3e3;
        -moz-box-shadow: inset 0 0 1px 1px #e3e3e3;
        box-shadow: inset 0 0 1px 1px #e3e3e3;
        color: #000;
    }

.download {
    float: right;
    margin-right: 5px;
    margin-top: 20px;
}

.pdfIcon {
    margin-top: -30px;
    float: right;
    clear: both;
    position: relative;
}

#hiddencmnts {
    display: none;
}

#addres-navigator {
    position: absolute;
    right: 0px;
    top: 0px;
    margin-top: -50px;
    z-index: 100000;
    font-size: 12px;
    color: #000000;
}

    #addres-navigator table {
        direction: rtl;
    }

    #addres-navigator a {
        color: #000000;
    }

#aspnetForm {
    position: relative;
    float: left;
    clear: both;
    margin: auto;
    width: 100%;
}

.sub-menu {
    background-image: url(../images/traingle.png);
    background-repeat: no-repeat;
    background-position: center top;
    display: none;
    z-index: 100000000;
    width: 160px;
    position: absolute;
    list-style: none;
    margin-top: -157px;
    top: 100px;
    padding-top: 10px;
    text-align: right;
    right:6.8%;
}

    .sub-menu li {
        background-image: url(../images/top_menu_tile_dark.png);
        background-repeat: repeat;
        background-position: center center;
        padding-right: 10px;
        cursor: pointer;
        display: block;
    }

        .sub-menu li:hover {
            background-image: none;
            background-color: #0a85bf;
        }

        .sub-menu li a {
            text-decoration: none;
            width: 100%;
            display: block;
            height: 18px;
            color: #ffffff;
            font-size: 14px;
            font-weight: bold;
            padding-top: 5px;
            padding-bottom: 5px;
        }

        .sub-menu li:first-child {
            border-top-left-radius: 5px;
            border-top-right-radius: 5px;
        }

        .sub-menu li:last-child {
            border-bottom-left-radius: 5px;
            border-bottom-right-radius: 5px;
        }

#ctl00_MainContentPlaceHolder_lblTopTitle {
    float: right;
}

#subscribeForms {
    margin-top: 106px;
    margin-right: 0px;
    margin-left: 0px;
}

    #subscribeForms input[type=text] {
        text-align: right;
        font-weight: bold;
    }

.soc-icons {
    float: right;
    margin-left: 47px;
    clear: both;
    direction: rtl;
}

    .soc-icons img {
        margin-left: -2px;
    }

    .soc-icons span {
        float: right;
        margin-top: -3px;
        margin-left: 5px;
    }

.chkOptin {
    float: right;
    clear: both;
    margin-top: 5px;
    font-size: 12px;
    font-weight: normal;
}

#ctl00_MainContentPlaceHolder_chkOptin {
    float: right;
    margin-top: 6px;
    margin-left: 5px;
}

.subscribe {
    background-image: url(../images/send_button_idle.png);
    background-repeat: no-repeat;
    background-position: center center;
    width: 120px;
    height: 29px;
    display: block;
    margin-top: 10px;
    padding-top: 4px;
    text-shadow: 0px -1px 1px #456b1d;
    float: left;
    margin-left: 43px;
    text-align: center;
    font-size: 20px;
    border-radius: 0px;
    border: 1px solid #4b5f14;
    border-top: 1px solid #9dab66;
}

    .subscribe:hover {
        cursor: pointer;
        background-image: url(../images/send_button_hover.png);
        background-repeat: no-repeat;
        background-position: center center;
    }

.susb-error {
    color: red;
    float: right;
    clear: both;
    font-size: 14px;
    min-height: 25px;
    display: block;
}

.prefooter {
    width: 100%;
    margin: auto;
    background-image: url(../images/prefooter.jpg);
    background-repeat: repeat-x;
    background-position: center center;
    height: 44px;
    float: right;
    clear: both;
    margin-top: -345px;
}

.prelinks {
    clear: both;
    float: right;
    color: White;
    font-size: 16px;
    line-height: 30px;
    direction: rtl;
    margin-bottom: -5px;
}

.keyword {
    background-color: #d9ebf4;
    border-top-left-radius: 10px;
    border-bottom-right-radius: 10px;
    padding: 5px;
    color: #000;
    font-style: italic;
    font-size: 12px;
    font-weight: normal;
    margin-left: 10px;
}

.footerabout {
    float: right;
    clear: both;
    width: 27%;
    font-size: 14px;
    font-weight: normal;
    line-height: 14px;
    color: #fff;
    margin-top:38px;
    direction:rtl;
}

@media screen and (max-device-height: 800px) {
    .popup {
        position: absolute;
    }
}


@media screen and (max-device-width: 1280px) {
    #promo {
        width: 1280px;
    }

    .popup {
        margin-top: -50px;
        top: 0px;
        height: 80%;
    }

    .form {
        height: 675px;
    }

    #not-pricing {
        width: 1280px;
    }

    #pricing {
        width: 1280px;
    }

    .news-title {
        font-size: 20px;
    }
}

@media screen and (max-device-width: 1024px) {
    #promo {
        width: 1024px;
    }

    .popup {
        margin-top: -50px;
        top: 0px;
        height: 80%;
    }

    .form {
        height: 675px;
    }

    #not-pricing {
        width: 1024px;
    }

    #pricing {
        width: 1024px;
    }

    .news-title {
        font-size: 20px;
    }
}
