.tabs { background:#dcdcdc; overflow:auto; padding:3px 0 0 10px; margin: 0px;}
.tabs li { float:left; display:inline; _font-size:12px; padding:10px; border-radius: 2px 2px 0px 0px; }
.tabs li.selected { background:#fff; }

.tabs li a, .tabs li a:hover {
    text-decoration: none;
    font-weight: bold;
    color: #333333;
}

.tab { clear:both; display:none; padding:10px; border:1px solid #e4e4e4;}

.tabs { background: #6ccff6 }
.tabs li { font-size: none; }
.tabs li a, .tabs li a:hover {
    font-weight: normal;
    color: #ffffff;
}
.tabs li.selected a, .tabs li.selected a:hover {
    color: #333333;
}
