0

No products in the cart.

CALL SUPPORT

+1 (240) 913-5802

Shop

Tire Catalog


.atctireinfo-quantityinfo, .atctireinfo-quantitylabel {display:none !important;}

var brandButtonId = ‘dnn_ctr11000_ViewAutoTireCatalogView_SearchView_btnBrandSearchGo’;
var brandButtonFunction, vehicleQuoteHref, vehicleFindHref,
vehicleEnabled, sizeEnabled, brandEnabled,
vehiclePanel, sizePanel, brandPanel;

var findTireButtonId = ‘dnn_ctr11000_ViewAutoTireCatalogView_SearchView_btnVehicleLookupCatalog2’;
var getQuoteButtonId = ‘dnn_ctr11000_ViewAutoTireCatalogView_SearchView_btnVehicleLookupQuote2’;
var animationTime = 1000;

function disableClick(type) {
if (type == “brand”) {
$(‘#’ + brandButtonId).attr(“href”, “javascript:void(0);”);
$(‘#’ + brandButtonId).attr(“onclick”, “”);
$(‘#’ + brandButtonId).addClass(‘aspNetDisabled’);
} else {
$(‘#’ + findTireButtonId).addClass(‘aspNetDisabled’);
$(‘#’ + getQuoteButtonId).addClass(‘aspNetDisabled’);
}
return false;
}

function clearDisabledClass(type) {
if (type == “brand”) {
$(‘#’ + brandButtonId).removeClass(‘aspNetDisabled’);
$(‘#’ + brandButtonId).removeAttr(“disabled”);
$(‘#’ + brandButtonId).attr(“href”, brandHref);
$(‘#’ + brandButtonId).attr(“onclick”, brandButtonFunction);
} else {
$(‘#’ + findTireButtonId).removeClass(‘aspNetDisabled’);
$(‘#’ + getQuoteButtonId).removeClass(‘aspNetDisabled’);
}
}

function clickSidewall() {
$.fancybox.open({
‘padding’: 0,
‘autoScale’: false,
‘transitionIn’: ‘none’,
‘transitionOut’: ‘none’,
‘type’: ‘image’,
‘image’: {
‘css’: {
‘width’: ‘287px’,
‘height’: ‘1293px’,
}
},
‘src’:’//a2.nd-cdn.us/img/tire-catalog/sidewall-lightv3.jpg’,
‘overlayShow’: true,
‘overlayColor’ : ‘#000’
});
}

function vehicleClick(){
sizePanel.hide();
brandPanel.hide();
addCssColor(“1”);
vehiclePanel.fadeIn(animationTime);
//vehiclePanel.show(‘slide’, { direction: ‘up’, easing: ‘easeInCubic’ }, animationTime);
}
function tireClick(){
vehiclePanel.hide();
brandPanel.hide();
addCssColor(“2”);
sizePanel.fadeIn(animationTime);
//sizePanel.show(‘slide’, { direction: ‘up’, easing: ‘easeInCubic’ }, animationTime);
}

function brandClick(){
vehiclePanel.hide();
sizePanel.hide();
addCssColor(“3”);
brandPanel.fadeIn(animationTime);
//brandPanel.show(‘slide’, { direction: ‘up’, easing: ‘easeInCubic’ }, animationTime);
}

$.urlParam = function(name){
var results = new RegExp(‘[\?&]’ + name + ‘=([^&#]*)’).exec(window.location.href);
if (results==null) {
return null;
}
return decodeURI(results[1]) || 0;
}

$(window).on(‘load’,function () {

vehiclePanel = $(“#dnn_ctr11000_ViewAutoTireCatalogView_SearchView_pnlVehicleLookup”);
sizePanel = $(“#dnn_ctr11000_ViewAutoTireCatalogView_SearchView_pnlDirectInput”);
brandPanel = $(“#dnn_ctr11000_ViewAutoTireCatalogView_SearchView_pnlBrandSearch”);

vehicleEnabled = true;
sizeEnabled = true;
brandEnabled = true;

vehicleQuoteHref = $(‘#’ + getQuoteButtonId).attr(“href”);
vehicleFindHref = $(‘#’ + findTireButtonId).attr(“href”);
brandHref = $(‘#’ + brandButtonId).attr(“href”);

brandButtonFunction = $(‘#’ + brandButtonId).attr(“onclick”);

$(“.atc-headertab1, .atc-textheader1”).click(function(){
vehicleClick();
});
$(“.atc-headertab2, .atc-textheader2”).click(function(){
tireClick();
});
$(“.atc-headertab3, .atc-textheader3”).click(function(){
brandClick();
});

HidePanelsAndAddClasses();

var disableButtons = true;
deleteNDcookie(“AtcCompareNumber”);

if (getNDcookie(“vehicle”) != null) {
populateVehicleInfo();
if (vehicleInfo[3] != null && checkVehicle()) {
disableButtons = false;
}
}

if (disableButtons) {
disableClick(“vehicle”);
} else {
clearDisabledClass(“vehicle”);
}

disableClick(“brand”);
});

function addCssColor(number){
var customColor = $(“.ndcustomcolorclass”).css(‘background-color’);
addColor(“gray”, “1”);
addColor(“gray”, “2”);
addColor(“gray”, “3”);
addColor(customColor, number);
$(“.atc-textheader1”).removeClass(“ndmoduletextcolor1”);
$(“.atc-textheader2”).removeClass(“ndmoduletextcolor1”);
$(“.atc-textheader3”).removeClass(“ndmoduletextcolor1”);
$(“.atc-textheader” + number).addClass(“ndmoduletextcolor1”);
}

function addColor(color, number){
$(“.atc-headertab” + number).css(“border-color”, color + ” transparent”);
}

function HidePanelsAndAddClasses(){
if(vehicleEnabled){
vehiclePanel.show();
sizePanel.hide();
brandPanel.hide();
addCssColor(“1”);
}
else if (sizeEnabled){
sizePanel.show();
brandPanel.hide();
addCssColor(“2”);
}
else if (brandEnabled){
addCssColor(“3”);
brandPanel.show();
}

if(!vehicleEnabled){
$(“.atc-headertab1”).hide();
$(“.atc-textheader1”).hide();
}

if(!sizeEnabled){
$(“.atc-headertab2”).hide();
$(“.atc-textheader2”).hide();
}

if(!brandEnabled){
$(“.atc-headertab3”).hide();
$(“.atc-textheader3”).hide();
}

if(window.location.href.indexOf(‘?’) > 0){
var searchMode = $.urlParam(‘searchmode’);
if(searchMode == ‘vehicle’){
vehicleClick();
}
else if (searchMode == ‘tire’){
tireClick();
}
else if (searchMode == ‘brand’){
brandClick();
}
}

$(“.atc-search-full-container”).show();
}

.bookmark1,
.bookmark2,
.bookmark3 {
margin: 0 auto !important;
display:inline-block !important;
padding:10px 0 !important;
width: 100% !important;
text-align: center !important;
line-height:14px !important;
}

.prog1text,
.prog2text,
.prog3text{
width:50px !important;
display: inline-block !important;
font-weight:bold !important;
color:#9b9b9b;
font-size:12px !important;
}

.prog1text{
float:left;
}
.prog2text{
text-align:center;
}
.prog3text{
float:right;
}

.breadcrumbs img{
width:400px;
}

@media only screen and (min-width: 768px) {
.breadcrumbs {
text-align: center;
margin: 0 auto;
width: 536px;
max-width:580px;
}

.bookmark1,
.bookmark2,
.bookmark3 {
min-width: 536px;
max-width:580px;
}

.prog1text {
margin-left: 4%;
}

.prog3text {
margin-right: 4%;
}
}

@media only screen and (max-width: 767px) {

.breadcrumbs {
text-align: center;
margin: 0 auto;
width: 320px;
max-width: 380px;
}

.bookmark1,
.bookmark2,
.bookmark3 {
min-width: 320px;
max-width: 380px;
}
}

$(window).on(‘load’,function () {
svgFill();
$(“.bookmark1”).show();
});

Search by Vehicle
Search by Tire Size
Search by Brand

 


 


 

The use of the tire and other automotive data and information accessible through this webpage is limited to and intended for persons located in the United States of America and Canada.

ALTHOUGH THE DATA AND INFORMATION ARE BELIEVED TO BE ACCURATE, NO WARRANTY OR GUARANTEE IS MADE REGARDING THE QUALITY OR ACCURACY OF THE DATA. YOU ASSUME ALL RISK RELATED TO THE DATA AND ITS USE.


No products were found matching your selection.

Tyre Size
Season
Car Type
Tyre Brand