﻿.tabs
{
    float: left;
    /* background-image: url(images/nav_bg.jpg); */
    width: 100%;
}
.tabs ul
{
    float: left;
    width: 100%;
    line-height: 20px;
    background: #eee;   
    margin: 0px;
    padding :0px
}


.tabs ul li
{
    float: left;
    line-height: 24px;
    margin: 0;
    padding: 2px 5px 0 5px;
}

.tab-nav
{
    background: #ddd;
    border-bottom: 1px solid #ccc;
    cursor: pointer;
}
.tab-nav-action
{
    background: #fff;
    border: 1px solid #ccc;
    border-bottom: 1px solid #fff;
    font-weight: bolder;
    cursor: pointer;
}
.tab-nav-end
{
    background: #eee;
    border-bottom: 1px solid #ddd;
}
.tabs-body
{
    border-top: none;
    clear: both;
    float: left;
    width: 100%;
    background: #fff;
    -moz-border-radius-bottomright: 5px;
    -khtml-border-radius-bottomright: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-bottomleft: 5px;
    -khtml-border-radius-bottomleft: 5px;
    -webkit-border-bottom-left-radius: 5px;
}


.tabs-body div
{
    padding: 0px;
}
