/* ===========================================
   tab styles */

.tabs{
    border-bottom: 1px solid #cccccc;
    padding-left: 20px;
}

.tabs ul{
    padding:            6px 0;
    margin-left:        0;
    margin-top:         1px;
    margin-bottom:      0;
    font:               10px verdana; /*must be set this way*/
    list-style-type:    none;
}

.tabs li{
    display: inline;
    margin: 0;
}

.tabs li .tab{
    text-decoration:    none;
    padding:            6px 15px;
    margin-right:       2px;
    border-top:         1px solid #cccccc;
    border-bottom:      1px solid #cccccc;
    color:              #2d2b2b;
    background-color:   #e7e7e7;
    cursor:             pointer;
}

.tabs li.selected .tab{ /*selected main tab style */
    border-bottom:      1px solid #e7e7d0;
    background-color:   #e7e7d0;
    cursor:             auto;
}

.tabs_title{
    padding:            12px;
    background-color:   #e7e7d0;
    border-bottom:      1px solid #cccccc;
    margin-bottom:      20px;
}

.tabs_title_top{
    padding:            12px;
    background-color:   #e7e7d0;
    border-bottom:      1px solid #cccccc;
    border-top:         1px solid #cccccc;
    margin-bottom:      20px;
}
