﻿body {
    margin: 0;
    padding: 0;
    font-size: 12px;
    font-family: Arial;
    color: #fff;
}

h1, h2, h3, h4, div {
    margin: 0;
    padding: 0;
    text-align: right;
    direction: rtl;
}

a, a:visited, a:link {
    font-weight: normal;
    color: #fff;
}

.bold {
    font-weight: bold;
}

/* main ================================================================================== */

.main-wrap {
    width: 300px;
    margin: 0 auto;
    overflow: hidden;
}

.header {
    height: 24px;
    background: url(images/koteret_bg.jpg) no-repeat 0 0;
    margin-bottom: 11px;
}

    .header h2 {
        width: 150px;
        float: right;
        height: 24px;
        line-height: 24px;
        padding-right: 10px;
        font-size: 16px;
    }

    .header .top-link {
        width: 90px;
        display: block;
        float: left;
        margin-top: 5px;
        margin-left: 10px;
        text-align: left;
        color: #00ff00;
        font-weight: bold;
        text-decoration: none;
    }

.content {
    padding-right: 4px;
    padding-top: 3px;
    padding-bottom: 2px;
    background: url(images/bg.png) repeat-y;
}


.bot {
    float: left;
}

.res-box {
    padding-left: 3px;
    padding-right: 3px;
}

    .res-box h3 {
        background: #000;
        height: 23px;
        font-size: 14px;
        line-height: 23px;
        padding-right: 8px;
        color: #dedede;
        direction: ltr;
    }

    .res-box ul {
        margin: 0;
        padding: 0;
        list-style: none;
        background: #535353;
        color: #d6d6d6;
        border-top: 1px solid #3D3D3D;
        overflow: hidden;
        padding-top: 4px;
    }

        .res-box ul.odd {
            background: #737373;
        }

    .res-box li {
        padding-bottom: 4px;
        width: 100px;
        float: right;
        margin-right: 8px;
        overflow: hidden;
    }

        .res-box li.mid {
            text-align: center;
            width: 55px;
            margin-right: 2px;
            color: #fff;
        }

        .res-box li.last {
            text-align: left;
            margin-right: 2px;
        }

        .res-box li.link {
            background: url(images/arrow.png) no-repeat left 5px;
        }

            .res-box li.link a {
                width: 46px;
                color: #00ff00;
                text-decoration: none;
                display: block;
                float: left;
                margin-left: 7px;
            }

        .res-box li a.on {
            background: url(images/dot-on.png) no-repeat center right;
        }

/* tabs ================================================================================== */

.tabs {
    width: 300px;
    margin: 0;
    padding: 0;
    list-style: none;
    height: 34px;
    background: url(images/tabs-bg.jpg) repeat-x bottom;
}

    .tabs li {
        width: 98px;
        height: 34px;
        float: right;
        background: url(images/tab-off.jpg) no-repeat bottom center;
        margin-right: 3px;
    }

        .tabs li:first-child {
            margin-right: 0;
        }

        .tabs li.active {
            background: url(images/tab-on.jpg) no-repeat center;
        }

            .tabs li.active a {
                color: #fff;
                line-height: 34px;
            }

        .tabs li a {
            display: block;
            text-align: center;
            height: 34px;
            line-height: 37px;
            font-size: 15px;
            font-weight: bold;
            text-decoration: none;
            color: #cecece;
        }

            .tabs li a:hover {
                color: #fff;
            }

/* scroll ================================================================================== */

.scrollbox {
    height: 256px;
    overflow: auto;
}

.vertical-track {
    width: 13px;
    background-color: #000;
    background: url(images/scroll/center_bg.png) repeat-y;
}

.vertical-handle {
    width: 9px;
    background: #8C8C8C url(images/scroll/drage.png) no-repeat 0 center;
    margin-right: 2px;
}

    .vertical-handle:hover {
        background: #777777 url(images/scroll/drage_over.png) no-repeat 0 center;
    }

.scroll-up-btn, .scroll-down-btn {
    width: 13px;
    height: 13px;
}

.scroll-up-btn {
    background: #000 url(images/scroll/scroll_top.jpg) no-repeat top center;
}

.scroll-down-btn {
    background: #000 url(images/scroll/scroll_bot.jpg) no-repeat bottom center;
}
