/* Generic Utility */
.hide { position: absolute; top: -9999px; left: -9999px; }

/* Specific to basic black*/
#tx-tabs .list-wrap { 
    background: url(images/module-content-bg.png) 0 100% repeat-x #242424; 
    padding: 10px; 
    border: none;
}

.list-wrap ul, #tx-tabs .nav { overflow: hidden; margin: 0; padding: 0; }
#tx-tabs .nav{list-style: none;}
#tx-tabs .nav li {
    float: left;  
    margin: 0 6px 0 0;
    display: block; 
}
#tx-tabs .nav li.last { margin-right: 0; }
#tx-tabs .nav li a { 
    background: url(images/tab-m.png) 0 0 repeat-x; 
    display: block; 
    padding: 6px 12px; 
    color: #fff; 
    font-size: 14px; 
    text-align: center; 
    border: 0; }

#tx-tabs li a.current{background :#242424; padding: 10px 15px; }
#tx-tabs li a.current,#tx-tabs li a.current:hover { background-color: #242424; color: #fff; }

#tx-tabs .nav li a:hover, #tx-tabs .nav li a:focus { background: #999;}

