html {
    -webkit-font-smoothing: antialiased;
}

body {
    background: #efefef ;
    font: 12px/1.5em Arial,Helvetica,sans-serif,"Arial Narrow";
    color: #656565;
}

img {
    border: 0;
}

ul, li {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

a {
    color: #fb7c03;
    text-decoration: none;
}

div {
    position: relative;
}

#menu-holder {
    margin: 80px auto;
    width: 850px;
}

.content {
    margin-top: 100px;
    text-align: center;
    color: #c5c5c5;
    font-size: 25px;
    text-shadow: #ffffff 1px 1px 1px;
}

a.go {
    font-size: 15px;
}

    a.go:hover {
        text-decoration: underline;
    }

#home {
    margin-top: 20px;
}

.column-clear {
    clear: both;
}

.spaical_table {
    width: 100%;
    height: 100%;
    font-size: 13px;
    font-family: arial,sans-serif;
    font-weight: normal;
    color: #444444;
}

    .spaical_table a {
        color: #444444;
    }

    .spaical_table .align_center {
        text-align: center;
    }

    .spaical_table .pack-title {
        font-family: 'Viga',arial,sans-serif;
        font-size: 30px;
        color: #217515;
        text-shadow: 0 1px 0 rgba(125,207,61,0.4);
        margin-top: 10px;
    }

    .spaical_table .price {
        font-family: 'Viga',arial,sans-serif;
        font-size: 50px;
        color: #217515;
        text-shadow: 0 1px 0 rgba(125,207,61,0.4);
        margin: 30px 0px 20px 0px;
    }

    .spaical_table .time {
        font-size: 14px;
        color: #444444;
        text-shadow: 0 1px 0 rgba(125,207,61,0.4);
    }

    .spaical_table .column_1 .header_row_1 {
        height: 60px;
        width: 100%;
        padding: 5px 0px 0px 0px;
        border-bottom: 1px solid #37752B;
        background: #52A93E;
        background: -webkit-gradient(linear,left top,left bottom,from(#52A93E),to(#469436));
        background: -moz-linear-gradient(top,#52A93E,#469436);
        background: linear-gradient(#52A93E,#469436);
    }

    .spaical_table .column_1 .header_row_2 {
        height: 70px;
        width: 100%;
        padding: 10px 0px;
        border-top: 1px solid #B0E287;
        background: #626ed0;
        background: -webkit-gradient(linear,left top,left bottom,from(#626ed0),to(#5485D4));
        background: -moz-linear-gradient(top,#626ed0, #5485D4);
        background: linear-gradient(#626ed0, #5485D4);
        border-radius: 20px;
    }

    .spaical_table .column_1 {
        height: 100%;
        float: right;
        width: 33.3333%;
        -webkit-transform: translate(0px,0px);
        -moz-transform: translate(0px,0px);
        -o-transform: translate(0px,0px);
        -ms-transform: translate(0px,0px);
        transform: translate(0px,0px);
        -webkit-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        -ms-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
    }

        .spaical_table .column_1:hover {
            position: relative;
            z-index: 100;
            box-shadow: 5px 0px 25px rgba(0,0,0,0.7);
            -webkit-box-shadow: 5px 0px 25px rgba(0,0,0,0.7);
            -moz-box-shadow: 5px 0px 25px rgba(0,0,0,0.7);
            -webkit-transform: translate(-5px,-15px);
            -moz-transform: translate(-5px,-15px);
            -o-transform: translate(-5px,-15px);
            -ms-transform: translate(-5px,-15px);
            transform: translate(-5px,-15px);
            -webkit-transition-delay: 0s;
            -moz-transition-delay: 0s;
            -o-transition-delay: 0s;
            -ms-transition-delay: 0s;
            transition-delay: 0s;
        }

            .spaical_table .column_1:hover .header_row_1, .spaical_table .column_1:hover .header_row_2, .spaical_table .column_1:hover .row_style_1, .spaical_table .column_1:hover .row_style_2, .spaical_table .column_1:hover .row_style_footer_1, .spaical_table .column_1:hover .row_style_footer_2 {
                padding-left: 5px;
                padding-right: 5px;
            }

    .spaical_table .row_style_1, .spaical_table .row_style_2, .spaical_table .row_style_footer_1, .spaical_table .row_style_footer_2 {
        width: 100%;
        height: 40px;
        padding-top: 9px;
        float: left;
    }

    .spaical_table .row_style_footer_1, .spaical_table .row_style_footer_2 {
        padding: 10px 0px;
    }

    .spaical_table .row_style_1, .spaical_table .row_style_footer_1 {
        background-color: #F9F8F0;
    }

    .spaical_table .row_style_2, .spaical_table .row_style_footer_2 {
        background-color: #F0EED9;
    }

        .spaical_table .row_style_1 span, .spaical_table .row_style_2 span {
            position: relative;
            font-size: 14px;
        }

            .spaical_table .row_style_1 span:before, .spaical_table .row_style_2 span:before {
                background: url("../images/icon-yes.gif") no-repeat 0 0;
                width: 24px;
                height: 24px;
                left: -30px;
                position: absolute;
                top: -3px;
                content: "";
            }

    .spaical_table .no-option span:before {
        background: url("../images/icon-no.gif") no-repeat 0 0;
        width: 24px;
        height: 24px;
        left: -30px;
        position: absolute;
        top: -3px;
        content: "";
    }

.buy_now {
    width: 60px;
    height: 20px;
    padding: 5px 16px;
    display: block;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    font-weight: bold;
    text-shadow: 0 1px 0 rgba(255,255,255,0.4);
    border-style: solid;
    border-width: 1px;
    color: #513b26;
    border-color: #ddb385 #dca36c #db904f;
    background: #fab778;
    background: -webkit-gradient(linear,left top,left bottom,from(#fcca94),to(#f9a55c));
    background: -moz-linear-gradient(top,#fcca94,#f9a55c);
    background: linear-gradient(#fcca94,#f9a55c);
    box-shadow: 0 1px 2px rgba(0,0,0,0.08),0 1px 0 rgba(255,255,255,0.3) inset;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.08),0 1px 0 rgba(255,255,255,0.3) inset;
    -moz-box-shadow: 0 1px 2px rgba(0,0,0,0.08),0 1px 0 rgba(255,255,255,0.3) inset;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}

    .buy_now:hover {
        border-color: #d2aa7e #d19c68 #d0894b;
        background: #fbca98;
        background: -webkit-gradient(linear,left top,left bottom,from(#fddfba),to(#fab371));
        background: -moz-linear-gradient(top,#fddfba,#fab371);
        background: linear-gradient(#fddfba,#fab371);
    }


.search-box {
    -webkit-transition: width 0.6s, border-radius 0.6s, background 0.6s, box-shadow 0.6s;
    transition: width 0.6s, border-radius 0.6s, background 0.6s, box-shadow 0.6s;
    width: 380px;
    height: 20px;
    border-radius: 20px;
    border: none;
    cursor: pointer;
    background: #ebebeb;
    margin-top: 11px;
    margin-left: -23px;
    text-align: right;
    direction: rtl;
}



.navbar-latest-indecators {
    min-height: 20px;
    height: 20px;
    margin-top: 10px;
}

    .navbar-latest-indecators .container {
        padding-right: 10px !important;
    }

        .navbar-latest-indecators .container div {
            color: black;
            /*font-weight: bold;*/
            font-size: 12px;
        }

#latest-indicators-items li {
    float: right !important;
}
/*.navbar-latest-indecators .container a {
        clear-after: both;
    }*/

.comment-meta {
    font-size: 10px;
    color: rgb(98, 110, 208);
    font-style: italic;
}

.admin-replay-comment-area {
    background-color: rgb(214, 233, 255);
    border-radius: 5px;
    padding: 5px 15px 5px 5px;
}

.direction-ltr {
    direction: ltr;
}