﻿/****** Tyre search ******/
.tyreHeader
{
    width: 100%;
    border-bottom: solid 1px #000000;
    font-weight: bold;
    background-color: #c61f09;
    color: #ffffff;
    padding-bottom: 6px;
    padding-top: 6px;
}
.tyreItem
{
    width: 100%;
    border-bottom: solid 1px #e3e6ef;
    height: 48px;
}

.tyrePicture{ width: 50px; }
.tyreBrand{ width: 300px; font-weight: bold; color: #565656; }
.tyreStockStatus { }
.tyreSize{ width: 100px; font-weight: bold; color: #565656; }
.tyreDescription{ width: 200px; }
.tyreGrossPriceText{ width: 60px; font-weight: bold; color: #565656; }
.tyreGrossPrice{text-align: right; padding-right: 10px; width: 60px; }
.tyreAddToCart{}

.tyreTxtSearch{ width: 70px; }
.tyreTxtWidth{ width: 22px; }
.tyreTxtProfile{ width: 16px; }
.tyreTxtDiameter{ width: 16px; }
.tyreTxtSpeedCode{ width: 80px; }

/****** Oil search ******/
.oilHeader
{
    width: 100%;
    border-bottom: solid 1px #000000;
    font-weight: bold;
    background-color: #c61f09;
    color: #ffffff;
    padding-bottom: 6px;
    padding-top: 6px;
}
.oilItem
{
    width: 100%;
    border-bottom: solid 1px #e3e6ef;
    height: 48px;
}

.oilPicture{width: 50px;}
.oilType{width: 226px;}
.oilViscosity{width: 60px; font-weight: bold;}
.oilLitres{width: 115px;}
.oilGrossPriceText{width: 60px; font-weight: bold; color: #565656;}
.oilGrossPrice{text-align: right; padding-right: 10px; width: 60px;}
.oilStockStatus{}
.oilDescription{}
.oilCartons{width: 115px; color: #717171;}
.oilNetPriceText{width: 60px;}
.oilNetPrice{text-align: right; padding-right: 10px; width: 60px;}
.oilAddToCart{}

/****** exhaust search ******/
.exhaustHeader
{
    width: 100%;
    border-bottom: solid 1px #000000;
    font-weight: bold;
    background-color: #c61f09;
    color: #ffffff;
    padding-bottom: 6px;
    padding-top: 6px;
}
.exhaustItem
{
    width: 100%;
    border-bottom: solid 1px #e3e6ef;
    height: 48px;
}

.exhaustPicture{width: 50px;}
.exhaustType{width: 406px;}
.exhaustGrossPriceText{width: 60px; font-weight: bold; color: #565656;}
.exhaustGrossPrice{text-align: right; padding-right: 10px; width: 60px;}
.exhaustStockStatus{}
.exhaustDescription{}
.exhaustCartons{width: 115px; color: #717171;}
.exhaustNetPriceText{width: 60px;}
.exhaustNetPrice{text-align: right; padding-right: 10px; width: 60px;}
.exhaustAddToCart{}

/****** Alu search ******/
.aluHeader
{
    width: 100%;
    border-bottom: solid 1px #000000;
    font-weight: bold;
    background-color: #c61f09;
    color: #ffffff;
    padding-bottom: 6px;
    padding-top: 6px;
}
.aluItem
{
    width: 100%;
    border-bottom: solid 1px #e3e6ef;
    height: 48px;
}

.aluPicture{width: 50px;}
.aluBrand{width: 150px; font-weight: bold;}
.aluDesign{width: 150px;}
.aluDiameter{width: 110px; font-weight: bold;}
.aluMot{width: 134px;}
.aluDrill{width: 110px;}
.aluSpace{width: 134px;}
.aluGrossPriceText{width: 60px; font-weight: bold; color: #565656;}
.aluGrossPrice{text-align: right; padding-right: 10px; width: 60px;}
.aluStockStatus{}
.aluDescription{}
.aluNetPriceText{width: 60px;}
.aluNetPrice{text-align: right; padding-right: 10px; width: 60px;}
.aluAddToCart{}


.steelBrand{width: 284px; font-weight: bold;}
.steelDesign{width: 284px;}
