X

8.5'x26' Big Tex Trailers Deckover/Equipment 14OT-26

2026 Big Tex 8.5x26 Deckover Equipment Trailer

14OT-26

Axles, 2 - 7,000# Premium, with Quick-Lubricating Hubs,  

Brakes, Forward Self-Adjusting Electric Brakes on Both Axles,  

Suspension, Multi-Leaf Slipper Spring w/ Equalizer,  

Coupler, Adjustable 2-5/16" Demco EZ Latch, 

Safety Chains, 3/8" Grade 70 w/ Safety Latch Hook (2 ea),  

Jack, 12,000# Drop-Leg Jack (Side Wind)  

Frame, 8" I-Beam, 10# / 13# on 26' Models

Cross-Members, 3" Channel,  

Front Stop Rail, 3/16" Fabricated Front Stop Rail (Bumper Pull Only),  

Floor, Treated Pine Floor 

Stake Pockets, Stake Pockets Along Both Sides (Quantity Varies by Length),  

Trailer Plug, 7-Way RV,  

Lights, Recessed, Grommet-Mounted L.E.D. Lighting,  

Wiring, Sealed, Modular Cold-Weather Wiring Harness,  

Tires, ST235/80 R-16 Load Range E Radial Tires 

Bolt Pattern, 8-Bolt,  

Spare Mount, Front Spare Tire Mount,  

Paint Type, Professional Finish w/ Primer Standard,  

Tilt Deck Dimensions, 102" Wide with 1/4" Diamond plate Knife Edge,  

Tilt Deck Operation, Power Up/Power Down with Hydraulic System,  

Rubrail, Rub Rail Along Both Sides,  

Break-Away Kit, Complete Breakaway System w/ Zip?? Breakaway Cable and Charger,  

Power, Power Up/Power Down & Gravity Down Hydraulic Pump,  

Tilt Deck Angle, 16°,  

Winch Plate, Front Mounted Steel Winch Plate 

8.5'x26' Big Tex Trailers Deckover/Equipment 14OT-26
Price: $12,900 On Sale! $12,199
Black - Deckover/Equipment
Location
Edgerton
979 County Hwy A
Edgerton, WI 53534
(608) 770-0999
Get a Quote
Specs
Stock Number: 427276
VIN: 16V1F3224T2427276
Condition: New
Year: 2026
Manufacturer: Big Tex Trailers
Model: 14OT-26
Length: 26'
Width: 8.5'
Height:
GVWR (lbs): 14,000
Weight (lbs): 5,343
Payload (lbs): 8,657
Features: Spare Mount, Tongue Box

Other Recommendations

// Function to set a cookie on the Message Box function setCookie(name, value, days) { const date = new Date(); date.setTime(date.getTime() + (days * 24 * 60 * 60 * 1000)); document.cookie = `${name}=${value}; expires=${date.toUTCString()}; path=/`; } // Function to get a cookie function getCookie(name) { const cookies = document.cookie.split('; '); for (let cookie of cookies) { const [key, value] = cookie.split('='); if (key === name) return value; } return null; } // Check if the cookie exists and hide the message box if it does document.addEventListener('DOMContentLoaded', () => { const messageBox = document.querySelector('.message-box'); const closeButton = document.querySelector('.mb-close'); if (getCookie('hideMessageBox')) { messageBox.style.display = 'none'; } // Set a cookie when the close button is clicked and hide the message box closeButton.addEventListener('click', () => { setCookie('hideMessageBox', 'true', 7); // Cookie expires in 7 days messageBox.style.display = 'none'; }); });