
ul.tabs_tabs {
    margin: 0;
    padding: 0;
}

ul.tabs_tabs li {
    margin: 0;
    padding: 0;
    display: inline;
}

ul.tabs_tabs li a {
    float: left;
    padding: 4px 15px;
    background: url(../../img/popup_button.gif) top left repeat-x;
    margin-right: 1px;
    border-bottom: 1px #E2E2E2 solid;
    color: #646464;
    text-decoration: none;
}

ul.tabs_tabs li a:hover {
    background: #fff;
}

ul.tabs_tabs li a.selected {
    border-bottom: 1px #fff solid;
    background: #fff;
    color: #6699CC;
}

div.tab_content {
    background: #fff;
    clear: both;
    padding: 10px;
}
