X

7'x26' Timpte Utility 1026R3TSEZ

2026 Timpte 7x26  Utility Tilt Trailer 

1026

Overall Width 102”

Overall Length 31’ 2”

Payload Capacity 7,360 lbs.

Tongue Length 58.5”

Deck Height 24”

Distance between Fenders 85-1/4”

Loading Angle <4°

Wheel Size 15”

Tire Size ST225/75R15E - 10 ply

Number of Lug Bolts 6 per wheel (24)

Axle/Suspension Torsion

Brakes Electric Self-Adjusting

Coupler 2-5/16” 

Coupler Position Adjustable 

Jack Style Side Crank

Jack Rating 2,000 lbs. 

Tie-Downs Standard with (4) movable D-Rings

and an integrated L-Track on the

front and on both sides of the deck.

Stake Pockets 8

Lighting LED

7'x26' Timpte Utility 1026R3TSEZ
Price: $20,700 On Sale! $19,999
Silver - Utility/Car Racing
Location
Watertown
N2047 Sawmill Rd
Watertown, WI 53098
(920) 390-2258
Get a Quote
Specs
Stock Number: 003287
VIN: 1TDU23129TE003287
Condition: New
Year: 2026
Manufacturer: Timpte
Model: 1026R3TSEZ
Length: 26'
Width: 7'
Height:
GVWR (lbs): 10,000
Weight (lbs): 2,640
Payload (lbs): 7,360
Features:

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'; }); });