/* CSS Document */
.tabs{ }

.tabs .links{ margin-bottom:-1px; }
.tabs .links a{ }
.tabs .links a:hover,
.tabs .links a.active{ }
.tabs .links a.active{ }

.tabs .contents{ }
.tabs .contents .item{ display:none; }
.tabs .contents .item.active{ display:block; }