﻿.tabs {
    clear: both;
    position: relative;
    top: 0;
    left: 0;
    text-align: left;
    width: 100%;
}

.tabsdiv {
    border: 0 solid #b9b9b9;
    padding: 25px;
    /*position:absolute;*/
    top: 0;
    left: 0;
    width: 95%;
    display: none;
}

    .tabsdiv:empty {
        padding: 0;
    }

.tabPage {
    /*position: relative;
    top: 0;
    left: 0;*/
    width: 980px;
    font-family: IRANSans;
    /*font-size: 16px;*/
    font-weight: 800;
    height: 55px;
    background-color: #CCCCCC;
    text-align: center;
}

    .tabPage ul {
        /*position: relative;
        top: 0;
        left: 0;*/
        display: block;
        padding: 0;
        margin: 0;
    }

    .tabPage a {
        color: #373737;
        cursor: pointer;
    }

        .tabPage a:link {
            text-decoration: none;
        }

        .tabPage a:visited {
            text-decoration: none;
        }

        .tabPage a:hover {
            text-decoration: none;
        }

        .tabPage a:active {
            text-decoration: none;
        }

.tab-link {
    float: left;
    top: 0;
    left: 0;
    min-width: 95px;
    padding: 0 10px 0 10px;
    height: 38px;
    background-color: #CCCCCC;
    margin-right: 2px;
    vertical-align: central;
    list-style: none;
}

li.tab-link {
    padding-top: 17px;
    /*border: 1px solid #b9b9b9;*/
}

li.active {
    background-color: #F7B500;
}

    li.active a {
        /*font-size: 16px;*/
        color: #4A3F18;
    }
