The Super B TBA 2000 comes with 36 of the most important bike tools needed to start working on your bike. It offers great value for its prices in allowing anyone to begin fixing their bike.
Read more..
Price Matching
Easy Returns
Fast Shipping
Information
The kit includes the following:
1-L handle
3-Steel core tire lever
1-1/4" Dr. to hex socket adaptor
3-1/4" Dr. socket, size: 8/9/10 mm
1-8 mm hex key wrench with 1/2" Dr. adaptor
1-Headset wrench, size: 32 x 36 mm
1-Double-ended wrench, size: 8 x 10 mm
6-Hex key wrench, size: 2/2.5/3/4/5/6 mm
2-Hub cone wrench, size: 13 x 14 x 15 x 17 mm
1-Chainring nut wrench
1-B-shaped spoke wrench, size: 3.2/3.3/3.5/4.0 mm
1-2 in 1 cotterless crank tool for standard square, splined Shimano® octalink and ISIS Drive® B.B. spindles
1-2 in 1 Chain rivet extractor for 8, 9 & 10 speed chains with 1 spare pin and 1 chain hook
1-Freewheel turner for 5 to 10 speed cassettes
1-Cartridge B.B. tool for Shimano® B.B. and ISIS Drive®
1-B.B. wrench for Shimano®, SRAM®, Campagnolo® and similar external B.B. cups with 16 notches
1-Crank installation tool
1-Multi-function 15 mm pedal wrench with 14 x 15 box wrenches
6-25L bits with holder, size: Phillips 1/2, slotted 5/7 and Torx® 25/30 mm
1-Freewheel remover for Shimano®, SunRace®, SRAM®, Chris King®, SunTour® and similar cassette lockrings
// Get the modal
var modal = document.getElementById("myModal");
// Get the button that opens the modal
var btn = document.getElementById("myBtn");
// Get the element that closes the modal
var span = document.getElementsByClassName("close")[0];
// When the user clicks on the button, open the modal
btn.onclick = function() {
modal.style.display = "block";
}
// When the user clicks on (x), close the modal
span.onclick = function() {
modal.style.display = "none";
}
// When the user clicks anywhere outside of the modal, close it
window.onclick = function(event) {
if (event.target == modal) {
modal.style.display = "none";
}
}