/* Tabs CSS begin */
.tab {display: none;}
.tabs ul {
    padding-left: 0;
}
.tabs ul > li {list-style: none;}
.tabs ul > li a {
    text-decoration: none;
    padding:10px;
    color: #ccc;
    display:block;
    line-height: 18px;
}
.tabs ul > li a:hover {
    background-color: #111;
}
.tabs ul > li a.active { color:#e1a408;}
/* Tabs CSS end */