﻿.trip_orange
{
    background-image: url(../icons/trip_s.png);
    background-repeat: no-repeat;
    color: #DF6C39;
    border-bottom: solid;
    float: left;
    font-size: 10px;
    font-weight: 400;
    padding-top: 39px;
    margin-right: 5px;
    text-align: center;
    width: 100px;
    background-position: 21px 3px;
    cursor: pointer;
}
.trip_orange:hover
{
    background-position: -86px 3px;
    color: #3c5a9a;
    border-bottom: solid;
    cursor: pointer;
}
.trip_blue
{
    background-image: url(../icons/trip_s.png);
    background-repeat: no-repeat;
    color: #3c5a9a;
    border-bottom: solid;
    float: left;
    font-size: 10px;
    font-weight: 400;
    padding-top: 39px;
    margin-right: 5px;
    text-align: center;
    width: 100px;
    background-position: -86px 3px;
    cursor: pointer;
}
.trip_blue:hover
{
    background-position: 21px 3px;
    color: #DF6C39;
    border-bottom: solid;
    cursor: pointer;
}
.pump_blue
{
    background-image: url(../icons/pump_s.png);
    background-repeat: no-repeat;
    color: #3c5a9a;
    border-bottom: solid;
    float: left;
    font-size: 10px;
    font-weight: 400;
    padding-top: 39px;
    margin-right: 5px;
    text-align: center;
    width: 100px;
    background-position: -71px 4px;
    cursor: pointer;
}
.pump_blue:hover
{
    background-position: 37px 4px;
    color: #DF6C39;
    border-bottom: solid;
    cursor: pointer;
}
.pump_orange
{
    background-image: url(../icons/pump_s.png);
    background-repeat: no-repeat;
    color: #DF6C39;
    border-bottom: solid;
    float: left;
    font-size: 10px;
    font-weight: 400;
    padding-top: 39px;
    margin-right: 5px;
    text-align: center;
    width: 100px;
    background-position: 37px 4px;
    cursor: pointer;
}
.pump_orange:hover
{
    background-position: -71px 4px;
    color: #3c5a9a;
    border-bottom: solid;
    cursor: pointer;
}

.toll_blue
{
    background-image: url(../icons/toll_s.png); 
    background-repeat: no-repeat;
    border-bottom: solid;
     color: #3c5a9a;
    float: left;
    font-size: 10px;
    font-weight: 400;
    padding-top: 39px;
    margin-right: 5px;
    text-align: center;
    width: 100px;
    background-position: -69px 4px;
    cursor: pointer;
}
.toll_blue:hover
{
    background-position: 39px 4px;
    color: #DF6C39;
    border-bottom: solid;
    cursor: pointer;
}
.toll_orange
{
    background-image: url(../icons/toll_s.png);
    background-repeat: no-repeat;
    color: #DF6C39;
    border-bottom: solid;
    float: left;
    font-size: 10px;
    font-weight: 400;
    padding-top: 39px;
    margin-right: 5px;
    text-align: center;
    width: 100px;
    background-position: 37px 4px;
    cursor: pointer;
}
.toll_orange:hover
{
    background-position: -71px 4px;
    color: #3c5a9a;
    border-bottom: solid;
    cursor: pointer;
}


.load_blue
{
    background-image: url(../icons/load_s.png);
    background-repeat: no-repeat;
    color: #3c5a9a;
    border-bottom: solid;
    float: left;
    font-size: 10px;
    font-weight: 400;
    padding-top: 39px;
    margin-right: 5px;
    text-align: center;
    width: 100px;
    background-position: -69px 4px;
    cursor: pointer;
}
.load_blue:hover
{
    background-position: 36px 4px;
    color: #DF6C39;
    border-bottom: solid;
    cursor: pointer;
}
.load_orange
{
    background-image: url(../icons/load_s.png);
    background-repeat: no-repeat;
    color: #DF6C39;
    border-bottom: solid;
    float: left;
    font-size: 10px;
    font-weight: 400;
    padding-top: 39px;
    margin-right: 5px;
    text-align: center;
    width: 100px;
    background-position: 34px 4px;
    cursor: pointer;
}
.load_orange:hover
{
    background-position: -71px 4px;
    color: #3c5a9a;
    border-bottom: solid;
    cursor: pointer;
}

.truck_blue
{
    background-image: url(../icons/truck2_s.png);
    background-repeat: no-repeat;
    color: #3c5a9a;
    border-bottom: solid;
    float: left;
    font-size: 10px;
    font-weight: 400;
    padding-top: 39px;
    margin-right: 5px;
    text-align: center;
    width: 100px;
    background-position: -69px 4px;
    cursor: pointer;
}
.truck_blue:hover
{
    background-position: 26px 4px;
    color: #DF6C39;
    border-bottom: solid;
    cursor: pointer;
}
.truck_orange
{
    background-image: url(../icons/truck2_s.png);
    background-repeat: no-repeat;
    color: #DF6C39;
    border-bottom: solid;
    float: left;
    font-size: 10px;
    font-weight: 400;
    padding-top: 39px;
    margin-right: 5px;
    text-align: center;
    width: 100px;
    background-position: 26px 4px;
    cursor: pointer;
}
.truck_orange:hover
{
    background-position: -69px 4px;
    color: #3c5a9a;
    border-bottom: solid;
    cursor: pointer;
}

.petrolpump_blue
{
    background-image: url(../icons/petrol_pump_s.png);
    background-repeat: no-repeat;
    color: #3c5a9a;
    border-bottom: solid;
    float: left;
    font-size: 10px;
    font-weight: 400;
    padding-top: 39px;
    margin-right: 5px;
    text-align: center;
    width: 100px;
    background-position: -77px 4px;
    cursor: pointer;
}
.petrolpump_blue:hover
{
    background-position: 33px 4px;
    color: #DF6C39;
    border-bottom: solid;
    cursor: pointer;
}
.petrolpump_orange
{
    background-image: url(../icons/petrol_pump_s.png);
    background-repeat: no-repeat;
    color: #DF6C39;
    border-bottom: solid;
    float: left;
    font-size: 10px;
    font-weight: 400;
    padding-top: 39px;
    margin-right: 5px;
    text-align: center;
    width: 100px;
    background-position: 33px 4px;
    cursor: pointer;
}
.petrolpump_orange:hover
{
    background-position: -77px 4px;
    color: #DF6C39;
    border-bottom: solid;
    cursor: pointer;
}
.fuelpump_blue
{
    background-image: url(../icons/fuel_pump_s.gif);
    background-repeat: no-repeat;
    color: #3c5a9a;
    border-bottom: solid;
    float: left;
    font-size: 10px;
    font-weight: 400;
    padding-top: 39px;
    margin-right: 5px;
    text-align: center;
    width: 100px;
    background-position: -79px 4px;
    cursor: pointer;
}
.fuelpump_blue:hover
{
    background-position: 34px 3px;
    color: #DF6C39;
    border-bottom: solid;
    cursor: pointer;
}
.fuelpump_orange
{
    background-image: url(../icons/fuel_pump_s.gif);
    background-repeat: no-repeat;
    color: #DF6C39;
    border-bottom: solid;
    float: left;
    font-size: 10px;
    font-weight: 400;
    padding-top: 39px;
    margin-right: 5px;
    text-align: center;
    width: 100px;
    background-position: 34px 3px;
    cursor: pointer;
}
.fuelpump_orange:hover
{
    background-position: -79px 4px;
    color: #DF6C39;
    border-bottom: solid;
    cursor: pointer;
}