/* Largest Red Button*/
a.buttonBigRed
{
    background: transparent url(http://www.profileimages.nl/images/profiletyrecenter2010/images/Buttons/searchBtnRedDop.png) no-repeat scroll top right;
    color: white;
    display: block; /*float: left;*/
    font: normal 13px "Trebuchet MS" , sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    height: 42px;
    margin-right: 0px;
    padding-right: 14px; /* sliding doors padding */
    text-decoration: none;
    cursor: pointer;
    width: 65px;
}

a.buttonBigRed span
{
    background: transparent url(http://www.profileimages.nl/images/profiletyrecenter2010/images/Buttons/searchBtnRed.png) no-repeat;
    display: block;
    line-height: 32px;
    padding: 3px 0px 5px 14px;
    text-align: center;
    color: White;
}


a.buttonBigRed:active
{
    background-position: bottom right;
    color: white;
    outline: none;
}

a.buttonBigRed:active span
{
    background-position: bottom left;
    padding: 5px 0 5px 18px;
}

/* Largest Red Button on White background*/
a.buttonBigRedWhite
{
    background: transparent url(http://www.profileimages.nl/images/profiletyrecenter2010/images/Buttons/searchBtnRedDopW.png) no-repeat scroll top right;
    color: white;
    display: block; /*float: left;*/
    font: normal 13px "Trebuchet MS" , sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    height: 42px;
    margin-right: 0px;
    padding-right: 18px; /* sliding doors padding */
    text-decoration: none;
    cursor: pointer;
    width: 65px;
}

a.buttonBigRedWhite span
{
    background: transparent url(http://www.profileimages.nl/images/profiletyrecenter2010/images/Buttons/searchBtnRedW.png) no-repeat;
    display: block;
    line-height: 32px;
    padding: 3px 0px 5px 18px;
    text-align: center;
    color: White;
}


a.buttonBigRedWhite:active
{
    background-position: bottom right;
    color: white;
    outline: none;
}

a.buttonBigRedWhite:active span
{
    background-position: bottom left;
    padding: 5px 0 5px 18px;
}


/* Large Red Button*/
a.buttonBig
{
    background: transparent url(http://www.profileimages.nl/images/profiletyrecenter2010/images/Buttons/searchBtnDop.png) no-repeat scroll top right;
    color: white;
    display: block; /*float: left;*/
    font: normal 13px "Trebuchet MS" , sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    height: 33px;
    margin-right: 0px;
    padding-right: 4px; /* sliding doors padding */
    text-decoration: none;
    cursor: default;
    width: 65px;
}

a.buttonBig span
{
    background: transparent url(http://www.profileimages.nl/images/profiletyrecenter2010/images/Buttons/searchBtn.png) no-repeat;
    display: block;
    line-height: 23px;
    padding: 5px 0px 5px 4px;
    text-align: center;
}


a.buttonBig:active
{
    background-position: bottom right;
    color: white;
    outline: none;
}

a.buttonBig:active span
{
    background-position: bottom left;
    padding: 6px 0 4px 4px;
}
/* Large Black Button*/
a.buttonBigBlack
{
    background: transparent url(http://www.profileimages.nl/images/profiletyrecenter2010/images/Buttons/zoek_button_dop.png) no-repeat scroll top right;
    color: black;
    display: block; /*float: left;*/
    font: normal 14px "Trebuchet MS" , sans-serif;
    font-weight: bold;
    height: 35px;
    margin-right: 0px;
    padding-right: 12px; /* sliding doors padding */
    text-decoration: none;
    text-transform: uppercase;
    cursor: default;
    width: 85px;
}

a.buttonBigBlack span
{
    background: transparent url(http://www.profileimages.nl/images/profiletyrecenter2010/images/Buttons/zoek_button.png) no-repeat;
    display: block;
    line-height: 25px;
    padding: 5px 0px 5px 9px;
    text-align: center;
}


a.buttonBigBlack:active
{
    background-position: bottom right;
    color: white;
    outline: none;
}

a.buttonBigBlack:active span
{
    background-position: bottom left;
    padding: 6px 0 4px 9px;
}

/* Small Black Button*/
a.buttonSmallBlack
{
    background: transparent url(http://www.profileimages.nl/images/profiletyrecenter2010/images/Buttons/blackBtnBgd_dop.png) no-repeat scroll top right;
    color: white;
    display: block; /*float: left;*/
    font: normal 12px "Trebuchet MS" , sans-serif;
    font-weight: bold;
    height: 26px;
    margin-right: 0px;
    padding-right: 9px; /* sliding doors padding */
    text-decoration: none;
    cursor: default;
    width: 65px;
}

a.buttonSmallBlack span
{
    background: transparent url(http://www.profileimages.nl/images/profiletyrecenter2010/images/Buttons/blackBtnBgd.png) no-repeat;
    display: block;
    line-height: 16px;
    padding: 5px 0px 5px 9px;
    text-align: center;
}


a.buttonSmallBlack:active
{
    background-position: bottom right;
    color: white;
    outline: none;
}

a.buttonSmallBlack:active span
{
    background-position: bottom left;
    padding: 6px 0 4px 9px;
}

/* Extra Small Red Button*/
a.buttonSmall
{
    background: transparent url(http://www.profileimages.nl/images/profiletyrecenter2010/images/Buttons/redBtnDop.png) no-repeat scroll top right;
    color: white;
    display: block; /*float: left;*/
    font: normal 10px "Trebuchet MS" , sans-serif;
    font-weight: bold;
    height: 22px;
    margin-right: 0px;
    padding-right: 12px; /* sliding doors padding */
    text-decoration: none;
    text-transform: uppercase;
    cursor: default;
    width: 65px;
    cursor: pointer;
}

a.buttonSmall span
{
    background: transparent url(http://www.profileimages.nl/images/profiletyrecenter2010/images/Buttons/redBtn.png) no-repeat;
    display: block;
    line-height: 12px;
    padding: 5px 0px 5px 11px;
    text-align: center;
    cursor: pointer;
}


a.buttonSmall:active
{
    background-position: bottom right;
    color: white;
    outline: none;
    cursor: pointer;
}

a.buttonSmall:active span
{
    background-position: bottom left;
    padding: 6px 0 4px 13px;
    cursor: pointer;
}

/* Extra Small Red Button*/

/* Small Red Button*/
a.buttonSmallOld
{
    background: transparent url(http://www.profileimages.nl/images/profiletyrecenter2010/images/Buttons/redBtnBgd_dop.png) no-repeat scroll top right;
    color: white;
    display: block; /*float: left;*/
    font: normal 11px "Trebuchet MS" , sans-serif;
    font-weight: bold;
    height: 26px;
    margin-right: 0px;
    padding-right: 9px; /* sliding doors padding */
    text-decoration: none;
    text-transform: uppercase;
    cursor: default;
    width: 65px;
}

a.buttonSmallOld span
{
    background: transparent url(http://www.profileimages.nl/images/profiletyrecenter2010/images/Buttons/redBtnBgd.png) no-repeat;
    display: block;
    line-height: 16px;
    padding: 5px 0px 5px 9px;
    text-align: center;
}


a.buttonSmallOld:active
{
    background-position: bottom right;
    color: white;
    outline: none;
}

a.buttonSmallOld:active span
{
    background-position: bottom left;
    padding: 6px 0 4px 9px;
}

/* Extra Small Red Button*/
a.buttonExtraSmall
{
    background: transparent url(http://www.profileimages.nl/images/profiletyrecenter2010/images/Buttons/redBtnDop.png) no-repeat scroll top right;
    color: white;
    display: block; /*float: left;*/
    font: normal 10px "Trebuchet MS" , sans-serif;
    font-weight: bold;
    height: 22px;
    margin-right: 0px;
    padding-right: 12px; /* sliding doors padding */
    text-decoration: none;
    text-transform: uppercase;
    cursor: default;
    width: 65px;
    cursor: pointer;
}

a.buttonExtraSmall span
{
    background: transparent url(http://www.profileimages.nl/images/profiletyrecenter2010/images/Buttons/redBtn.png) no-repeat;
    display: block;
    line-height: 12px;
    padding: 5px 0px 5px 11px;
    text-align: center;
    cursor: pointer;
}


a.buttonExtraSmall:active
{
    background-position: bottom right;
    color: white;
    outline: none;
    cursor: pointer;
}

a.buttonExtraSmall:active span
{
    background-position: bottom left;
    padding: 6px 0 4px 13px;
    cursor: pointer;
}

/* Extra Small Red Button*/
a.buttonExtraSmallGray
{
    background: transparent url(http://www.profileimages.nl/images/profiletyrecenter2010/images/Buttons/grayBtnDop.png) no-repeat scroll top right;
    color: black;
    display: block; /*float: left;*/
    font: normal 11px "Trebuchet MS" , sans-serif;
    font-weight: bold;
    height: 22px;
    margin-right: 0px;
    padding-right: 12px; /* sliding doors padding */
    text-decoration: none; /*text-transform:uppercase;*/
    cursor: default;
    width: 65px;
    cursor: pointer;
}

a.buttonExtraSmallGray span
{
    background: transparent url(http://www.profileimages.nl/images/profiletyrecenter2010/images/Buttons/grayBtn.png) no-repeat;
    display: block;
    line-height: 12px;
    padding: 5px 0px 5px 11px;
    text-align: center;
    cursor: pointer;
}


a.buttonExtraSmallGray:active
{
    background-position: bottom right;
    color: #808080;
    outline: none;
    cursor: pointer;
}

a.buttonExtraSmallGray:active span
{
    background-position: bottom left;
    padding: 6px 0 4px 13px;
    cursor: pointer;
}


/*Disabled*/
a.buttonExtraSmallGrayDisabled
{
    background: transparent url(http://www.profileimages.nl/images/profiletyrecenter2010/images/Buttons/grayBtnDop.png) no-repeat scroll top right;
    color: black;
    display: block; /*float: left;*/
    font: normal 11px "Trebuchet MS" , sans-serif;
    font-weight: bold;
    height: 22px;
    margin-right: 0px;
    padding-right: 12px; /* sliding doors padding */
    text-decoration: none; /*text-transform:uppercase;*/
    width: 65px;
    color: #808080;
    outline: none;
    cursor: default;
}

a.buttonExtraSmallGrayDisabled span
{
    background: transparent url(http://www.profileimages.nl/images/profiletyrecenter2010/images/Buttons/grayBtn.png) no-repeat;
    display: block;
    line-height: 12px;
    padding: 5px 0px 5px 11px;
    text-align: center;
    cursor: default;
}




/* Small Gray Button*/
a.buttonSmallGray
{
    background: transparent url(http://www.profileimages.nl/images/profiletyrecenter2010/images/Buttons/grayBtnDop.png) no-repeat scroll top right;
    color: black;
    display: block; /*float: left;*/
    font: normal 11px "Trebuchet MS" , sans-serif;
    font-weight: bold;
    height: 22px;
    margin-right: 0px;
    padding-right: 12px; /* sliding doors padding */
    text-decoration: none; /*text-transform:uppercase;*/
    cursor: default;
    width: 65px;
    cursor: pointer;
}

a.buttonSmallGray span
{
    background: transparent url(http://www.profileimages.nl/images/profiletyrecenter2010/images/Buttons/grayBtn.png) no-repeat;
    display: block;
    line-height: 12px;
    padding: 5px 0px 5px 11px;
    text-align: center;
    cursor: pointer;
}


a.buttonSmallGray:active
{
    background-position: bottom right;
    color: #808080;
    outline: none;
    cursor: pointer;
}

a.buttonSmallGray:active span
{
    background-position: bottom left;
    padding: 6px 0 4px 13px;
    cursor: pointer;
}


/* Small Gray Button*/
a.buttonSmallGrayDisabled
{
    background: transparent url(http://www.profileimages.nl/images/profiletyrecenter2010/images/Buttons/grayBtnDop.png) no-repeat scroll top right;
    color: #8a8a8a;
    display: block; /*float: left;*/
    font: normal 11px "Trebuchet MS" , sans-serif;
    font-weight: bold;
    height: 22px;
    margin-right: 0px;
    padding-right: 12px; /* sliding doors padding */
    text-decoration: none; /*text-transform:uppercase;*/
    cursor: default;
    width: 65px;
    cursor: default;
}

a.buttonSmallGrayDisabled span
{
    background: transparent url(http://www.profileimages.nl/images/profiletyrecenter2010/images/Buttons/grayBtn.png) no-repeat;
    display: block;
    line-height: 12px;
    padding: 5px 0px 5px 11px;
    text-align: center;
    cursor: default;
}


a.buttonSmallGrayDisabled:active
{
    background-position: bottom right;
    color: white;
    outline: none;
    cursor: default;
}

a.buttonSmallGrayDisabled:active span
{
    background-position: bottom left;
    padding: 6px 0 4px 13px;
    cursor: default;
}


/* Small Gray Button*/
a.buttonSmallGray2
{
    background: transparent url(http://www.profileimages.nl/images/profiletyrecenter2010/images/Buttons/grayBtnDop.jpg) no-repeat scroll top right;
    color: gray;
    display: block; /*float: left;*/
    font: normal 10px "Trebuchet MS" , sans-serif;
    font-weight: normal;
    height: 26px;
    margin-right: 0px;
    padding-right: 9px; /* sliding doors padding */
    text-decoration: none;
    cursor: default;
    width: 65px;
}

a.buttonSmallGray2:hover
{
    background: transparent url(http://www.profileimages.nl/images/profiletyrecenter2010/images/Buttons/redBtnBgd_dop.png) no-repeat scroll top right;
}

a.buttonSmallGray2:hover span
{
    background: transparent url(http://www.profileimages.nl/images/profiletyrecenter2010/images/Buttons/redBtnBgd.png) no-repeat;
    color: White;
}

a.buttonSmallGray2 span
{
    background: transparent url(http://www.profileimages.nl/images/profiletyrecenter2010/images/Buttons/grayBtnBgd.jpg) no-repeat;
    display: block;
    line-height: 16px;
    padding: 5px 0px 5px 9px;
    text-align: center;
}


a.buttonSmallGray2:active
{
    background-position: bottom right;
    color: white;
    outline: none;
}

a.buttonSmallGray2:active span
{
    background-position: bottom left;
    padding: 6px 0 4px 9px;
}

/* Small Red Button for Moneyback*/
a.buttonSmallRedMoney
{
    background: transparent url(http://www.profileimages.nl/images/profiletyrecenter2010/images/Buttons/redBtnBgd_dop.png) no-repeat scroll top right;
    color: white;
    display: block; /*float: left;*/
    font: normal 12px "Trebuchet MS" , sans-serif;
    font-weight: bold;
    height: 26px;
    margin-right: 0px;
    padding-right: 9px; /* sliding doors padding */
    text-decoration: none;
    cursor: default;
    width: 90px;
}

a.buttonSmallRedMoney:hover
{
    background: transparent url(http://www.profileimages.nl/images/profiletyrecenter2010/images/Buttons/blackBtnBgd_dop.png) no-repeat scroll top right;
}

a.buttonSmallRedMoney:hover span
{
    background: transparent url(http://www.profileimages.nl/images/profiletyrecenter2010/images/Buttons/blackBtnBgd.png) no-repeat;
    color: White;
}

a.buttonSmallRedMoney span
{
    background: transparent url(http://www.profileimages.nl/images/profiletyrecenter2010/images/Buttons/redBtnBgd.png) no-repeat;
    display: block;
    line-height: 16px;
    padding: 5px 0px 5px 9px;
    text-align: center;
}


a.buttonSmallRedMoney:active
{
    background-position: bottom right;
    color: white;
    outline: none;
}

a.buttonSmallRedMoney:active span
{
    background-position: bottom left;
    padding: 6px 0 4px 9px;
}


/* Menu button*/
a.buttonMeAndCar
{
    background: transparent url(http://www.profileimages.nl/images/profiletyrecenter2010/images/Buttons/menuBtnDopWhite.jpg) no-repeat scroll top right;
    color: black;
    display: block; /*float: left;*/
    font: normal 13px "Trebuchet MS" , sans-serif;
    font-weight: normal;
    height: 25px;
    margin-right: 1px;
    padding-right: 6px; /* sliding doors padding */
    text-decoration: none;
    cursor: pointer;
    width: 65px;
}

a.buttonMeAndCar:hover
{
    background: transparent url(http://www.profileimages.nl/images/profiletyrecenter2010/images/Buttons/menuBtnDopWhite.jpg) no-repeat scroll top right;
    color: black;
    display: block; /*float: left;*/
    font: normal 13px "Trebuchet MS" , sans-serif;
    font-weight: normal;
    height: 25px;
    padding-right: 6px; /* sliding doors padding */
    text-decoration: none;
    cursor: pointer; /*width: 65px;*/
}

a.buttonMeAndCar span
{
    background: transparent url(http://www.profileimages.nl/images/profiletyrecenter2010/images/Buttons/menuBtnBgdWhite.jpg) no-repeat;
    display: block;
    line-height: 15px;
    padding: 5px 0px 5px 6px;
    text-align: center;
    cursor: pointer;
}


a.buttonMeAndCar:active
{
    background-position: bottom right;
    color: white;
    outline: none;
}

a.buttonMeAndCar:active span
{
    background-position: bottom left;
    padding: 5px 0 5px 6px;
}




a.buttonMenu
{
    background: transparent url(http://www.profileimages.nl/images/profiletyrecenter2010/images/Buttons/menuBtnDop.jpg) no-repeat scroll top right;
    color: white;
    display: block; /*float: left;*/
    font: normal 13px "Trebuchet MS" , sans-serif;
    font-weight: normal;
    height: 25px;
    margin-right: 1px;
    padding-right: 6px; /* sliding doors padding */
    text-decoration: none;
    cursor: pointer;
    width: 65px;
}

a.buttonMenu:hover
{
    background: transparent url(http://www.profileimages.nl/images/profiletyrecenter2010/images/Buttons/menuBtnDop_gol.jpg) no-repeat scroll top right;
    color: white;
    display: block; /*float: left;*/
    font: normal 13px "Trebuchet MS" , sans-serif;
    font-weight: normal;
    height: 25px;
    padding-right: 6px; /* sliding doors padding */
    text-decoration: none;
    cursor: pointer; /*width: 65px;*/
}

a.buttonMenu span
{
    background: transparent url(http://www.profileimages.nl/images/profiletyrecenter2010/images/Buttons/menuBtnBgd.jpg) no-repeat;
    display: block;
    line-height: 15px;
    padding: 5px 0px 5px 6px;
    text-align: center;
    cursor: pointer;
}

a.buttonMenu:hover span
{
    background: transparent url(http://www.profileimages.nl/images/profiletyrecenter2010/images/Buttons/menuBtnBgd_gol.jpg) no-repeat;
    display: block;
    line-height: 15px;
    padding: 5px 0px 5px 6px;
    text-align: center;
    cursor: pointer;
}

a.buttonMenu:active
{
    background-position: bottom right;
    color: white;
    outline: none;
}

a.buttonMenu:active span
{
    background-position: bottom left;
    padding: 5px 0 5px 6px;
}

a.buttonMenuSelected
{
    background: transparent url(http://www.profileimages.nl/images/profiletyrecenter2010/images/Buttons/menuBtnDop_gol.jpg) no-repeat scroll top right;
    color: white;
    display: block; /*float: left;*/
    font: normal 13px "Trebuchet MS" , sans-serif;
    font-weight: normal;
    height: 25px;
    margin-right: 1px;
    padding-right: 6px; /* sliding doors padding */
    text-decoration: none;
    cursor: default;
    width: 65px;
}

a.buttonMenuSelected:hover
{
    background: transparent url(http://www.profileimages.nl/images/profiletyrecenter2010/images/Buttons/menuBtnDop_gol.jpg) no-repeat scroll top right;
    color: white;
    display: block; /*float: left;*/
    font: normal 13px "Trebuchet MS" , sans-serif;
    font-weight: normal;
    height: 25px;
    margin-right: 1px;
    padding-right: 6px; /* sliding doors padding */
    text-decoration: none;
    cursor: default;
    width: 65px;
}

a.buttonMenuSelected span
{
    background: transparent url(http://www.profileimages.nl/images/profiletyrecenter2010/images/Buttons/menuBtnBgd_gol.jpg) no-repeat;
    display: block;
    line-height: 15px;
    padding: 5px 0px 5px 5px;
    text-align: center;
}


a.buttonMenuSelected:active
{
    background-position: bottom right;
    color: white;
    outline: none;
}

a.buttonMenuSelected:active span
{
    background-position: bottom left;
    padding: 5px 0 5px 5px;
}



/* Done */
.buttonZakelijke
{
    background: transparent url(http://www.profileimages.nl/images/profiletyrecenter2010/images/Buttons/button_ZakelijkeRijders.jpg) no-repeat scroll top right;
    width: 152px;
    height: 46px;
}

.buttonMaster4Fleets
{
    background: transparent url(http://www.profileimages.nl/images/profiletyrecenter2010/images/Buttons/button_masters4fleets.jpg) no-repeat scroll top right;
    width: 152px;
    height: 46px;
}

.buttonToComercial
{
    background: transparent url(http://www.profileimages.nl/images/profiletyrecenter2010/images/Buttons/btnComercial.jpg) no-repeat scroll top right;
    width: 164px;
    height: 43px;
}

.buttonToPersonen
{
    background: transparent url(http://www.profileimages.nl/images/profiletyrecenter2010/images/Buttons/btnPersonalCar.jpg) no-repeat scroll top right;
    width: 164px;
    height: 43px;
}











a.button
{
    background: transparent url(http://www.profileimages.nl/images/profiletyrecenter2010/images/bg_button_a.gif) no-repeat scroll top right;
    color: white;
    display: block; /*float: left;*/
    font: normal 12px "Trebuchet MS" , sans-serif;
    font-weight: bold;
    height: 24px;
    margin-right: 6px;
    padding-right: 18px; /* sliding doors padding */
    text-decoration: none;
    cursor: default;
    width: 65px;
}

a.button span
{
    background: transparent url(http://www.profileimages.nl/images/profiletyrecenter2010/images/bg_button_span.gif) no-repeat;
    display: block;
    line-height: 14px;
    padding: 5px 0px 5px 18px;
    text-align: left;
}


a.button:active
{
    background-position: bottom right;
    color: white;
    outline: none;
}

a.button:active span
{
    background-position: bottom left;
    padding: 6px 0 4px 18px;
}

a.buttonTyreSearch
{
    background: transparent url(http://www.profileimages.nl/images/profiletyrecenter2010/images/Buttons/grayBtnDop.jpg) no-repeat scroll top right;
    color: Gray;
    display: block; /*float: left;*/
    font: normal 12px "Trebuchet MS" , sans-serif;
    font-weight: normal;
    height: 26px;
    margin-right: 6px;
    padding-right: 9px; /* sliding doors padding */
    text-decoration: none;
    cursor: default;
    width: 65px;
}

a.buttonTyreSearch span
{
    background: transparent url(http://www.profileimages.nl/images/profiletyrecenter2010/images/Buttons/grayBtnBgd.jpg) no-repeat;
    display: block;
    line-height: 16px;
    padding: 5px 0px 5px 9px;
    text-align: center;
}


a.buttonTyreSearch:active
{
    background-position: bottom right;
    color: white;
    outline: none;
}

a.buttonTyreSearch:active span
{
    background-position: bottom left;
    padding: 6px 0 4px 9px;
}

a.buttonTyreSearchPink
{
    background: transparent url(http://www.profileimages.nl/images/profiletyrecenter2010/images/Buttons/grayBtnDop_pink.jpg) no-repeat scroll top right;
    color: Gray;
    display: block; /*float: left;*/
    font: normal 12px "Trebuchet MS" , sans-serif;
    font-weight: normal;
    height: 26px;
    margin-right: 6px;
    padding-right: 9px; /* sliding doors padding */
    text-decoration: none;
    cursor: default;
    width: 65px;
}

a.buttonTyreSearchPink span
{
    background: transparent url(http://www.profileimages.nl/images/profiletyrecenter2010/images/Buttons/grayBtnBgd_pink.jpg) no-repeat;
    display: block;
    line-height: 16px;
    padding: 5px 0px 5px 9px;
    text-align: center;
}


a.buttonTyreSearchPink:active
{
    background-position: bottom right;
    color: white;
    outline: none;
}

a.buttonTyreSearchPink:active span
{
    background-position: bottom left;
    padding: 6px 0 4px 9px;
}

a.buttonPurple
{
    background: transparent url(http://www.profileimages.nl/images/profiletyrecenter2010/images/Buttons/colorBtnDop_vid.png) no-repeat scroll top right;
    color: white;
    display: block; /*float: left;*/
    font: normal 16px "Trebuchet MS" , sans-serif;
    font-weight: bold;
    height: 28px;
    margin-right: 6px;
    padding-right: 14px; /* sliding doors padding */
    text-decoration: none;
    cursor: default;
    width: 65px;
}

a.buttonPurple span
{
    background: transparent url(http://www.profileimages.nl/images/profiletyrecenter2010/images/Buttons/colorBtnBgd_vid.png) no-repeat;
    display: block;
    line-height: 18px;
    padding: 5px 0px 5px 5px;
    text-align: center;
}


a.buttonPurple:active
{
    background-position: bottom right;
    color: white;
    outline: none;
}

a.buttonPurple:active span
{
    background-position: bottom left;
    padding: 5px 0 5px 5px;
}

a.buttonPurpleTransparent
{
    background: transparent url(http://www.profileimages.nl/images/profiletyrecenter2010/images/Buttons/colorBtnDop.jpg) no-repeat scroll top right;
    color: white;
    display: block; /*float: left;*/
    font: normal 14px "Trebuchet MS" , sans-serif;
    font-weight: bold;
    height: 28px;
    margin-right: 6px;
    padding-right: 14px; /* sliding doors padding */
    text-decoration: none;
    cursor: default;
    width: 65px;
}

a.buttonPurpleTransparent span
{
    background: transparent url(http://www.profileimages.nl/images/profiletyrecenter2010/images/Buttons/colorBtnBgdTransparent.gif) no-repeat;
    display: block;
    line-height: 18px;
    padding: 5px 0px 5px 5px;
    text-align: center;
}


a.buttonPurpleTransparent:active
{
    background-position: bottom right;
    color: white;
    outline: none;
}

a.buttonPurpleTransparent:active span
{
    background-position: bottom left;
    padding: 5px 0 4px 5px;
}




a.buttonSearch
{
    background: transparent url(http://www.profileimages.nl/images/profiletyrecenter2010/images/Buttons/searchBtnDop.png) no-repeat scroll top right;
    color: white;
    display: block; /*float: left;*/
    font: normal 14px "Trebuchet MS" , sans-serif;
    font-weight: bold;
    height: 33px;
    margin-right: 6px;
    padding-right: 4px; /* sliding doors padding */
    text-decoration: none;
    cursor: default;
    width: 65px;
}

a.buttonSearch span
{
    background: transparent url(http://www.profileimages.nl/images/profiletyrecenter2010/images/Buttons/searchBtn.png) no-repeat;
    display: block;
    line-height: 23px;
    padding: 5px 0px 5px 5px;
    text-align: center;
}


a.buttonSearch:active
{
    background-position: bottom right;
    color: white;
    outline: none;
}

a.buttonSearch:active span
{
    background-position: bottom left;
    padding: 5px 0 5px 5px;
}

a.buttonRedLarge
{
    background: transparent url(http://www.profileimages.nl/images/profiletyrecenter2010/images/Buttons/redLargeBtnDop.png) no-repeat scroll top right;
    color: white;
    display: block; /*float: left;*/
    font: normal 12px "Trebuchet MS" , sans-serif;
    font-weight: normal;
    height: 34px;
    margin-right: 6px;
    padding-right: 18px; /* sliding doors padding */
    text-decoration: none;
    cursor: pointer;
    width: 200px;
    text-transform: uppercase;
}


a.buttonRedLarge span
{
    background: transparent url(http://www.profileimages.nl/images/profiletyrecenter2010/images/Buttons/redLargeBtn.png) no-repeat;
    display: block;
    line-height: 24px;
    padding: 5px 0px 5px 10px;
    text-align: center;
}

a.buttonRedLarge:active
{
    background-position: bottom right;
    color: black;
    outline: none;
}


a.buttonRedLarge:active span
{
    background-position: bottom left;
    padding: 5px 0 5px 5px;
}

a.buttonGrayLarge
{
    background: transparent url(http://www.profileimages.nl/images/profiletyrecenter2010/images/Buttons/grayLargeBtnDop.png) no-repeat scroll top right;
    color: black;
    display: block; /*float: left;*/
    font: normal 13px "Trebuchet MS" , sans-serif;
    font-weight: normal;
    height: 34px;
    margin-right: 6px;
    padding-right: 18px; /* sliding doors padding */
    text-decoration: none;
    cursor: pointer;
    width: 200px;
}

a.buttonGrayLarge2
{
    background: transparent url(http://www.profileimages.nl/images/profiletyrecenter2010/images/Buttons/grayLargeBtnDop.png) no-repeat scroll top right;
    color: gray;
    display: block; /*float: left;*/
    font: normal 11px "Trebuchet MS" , sans-serif;
    font-weight: bold;
    height: 34px;
    margin-right: 6px;
    padding-right: 9px; /* sliding doors padding */
    text-decoration: none;
    cursor: default;
    width: 65px;
}

a.buttonGrayLarge span
{
    background: transparent url(http://www.profileimages.nl/images/profiletyrecenter2010/images/Buttons/grayLargeBtn.png) no-repeat;
    display: block;
    line-height: 24px;
    padding: 5px 0px 5px 10px;
    text-align: center;
}

a.buttonGrayLarge2 span
{
    background: transparent url(http://www.profileimages.nl/images/profiletyrecenter2010/images/Buttons/grayLargeBtn.png) no-repeat;
    display: block;
    line-height: 25px;
    padding: 5px 0px 5px 5px;
    text-align: center;
}

a.buttonGrayLarge:active
{
    background-position: bottom right;
    color: black;
    outline: none;
}

a.buttonGrayLarge:active span
{
    background-position: bottom left;
    padding: 5px 0 5px 5px;
}

/* Small Blue Button*/
a.buttonBlueSmall
{
    background: transparent url(http://www.profileimages.nl/images/profiletyrecenter2010/images/Buttons/blueBtnDop.png) no-repeat scroll top right;
    color: white;
    display: block; /*float: left;*/
    font: normal 11px "Trebuchet MS" , sans-serif;
    font-weight: bold;
    height: 26px;
    margin-right: 0px;
    padding-right: 7px; /* sliding doors padding */
    text-decoration: none;
    text-transform: uppercase;
    cursor: default;
    width: 190px;
}

a.buttonBlueSmall span
{
    background: transparent url(http://www.profileimages.nl/images/profiletyrecenter2010/images/Buttons/blueBtn.png) no-repeat;
    display: block;
    line-height: 16px;
    padding: 5px 0px 5px 9px;
    text-align: center;
}


a.buttonBlueSmall:active
{
    background-position: bottom right;
    color: white;
    outline: none;
}

a.buttonBlueSmall:active span
{
    background-position: bottom left;
    padding: 6px 0 4px 9px;
}

a.MainSearchButton
{
    background: transparent url(http://www.profileimages.nl/images/profiletyrecenter2010/images/Buttons/MainZoekBtn.jpg) no-repeat;
    width: 203px;
    height: 48px;
}

a.MainSearchButton180
{
    background: transparent url(http://www.profileimages.nl/images/profiletyrecenter2010/images/Buttons/MainZoekBtn180.jpg) no-repeat;
    width: 203px;
    height: 48px;
}
/*Medium Buttons*/
a.buttonRedMedium
{
    background: transparent url(images/Buttons/nextBtnDop.png) no-repeat scroll top right;
    color: white;
    display: block; /*float: left;*/
    font: normal 12px "Trebuchet MS" , sans-serif;
    font-weight: normal;
    height: 37px;
    margin-right: 6px;
    padding-right: 8px; /* sliding doors padding */
    text-decoration: none;
    cursor: pointer;
    width: 250px;
    text-transform: uppercase;
}


a.buttonRedMedium span
{
    background: transparent url(images/Buttons/nextBtnRed.png) no-repeat;
    display: block;
    line-height: 27px;
    padding: 5px 0px 5px 10px;
    text-align: center;
}

a.buttonRedMedium:active
{
    background-position: bottom right;
    color: white;
    outline: none;
}


a.buttonRedMedium:active span
{
    background-position: bottom left;
    padding: 5px 0 5px 5px;
}

a.largeBrownButton
{
    background: transparent url(images/UsedTyres/largeBrownBtnDop.png) no-repeat scroll top right;
    color: white;
    display: block; /*float: left;*/
    font: normal 20px "Trebuchet MS" , sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    height: 42px;
    margin-right: 0px;
    padding-right: 42px; /* sliding doors padding */
    text-decoration: none;
    cursor: pointer;
    width: 65px;
}

a.largeBrownButton span
{
    background: transparent url(images/UsedTyres/largeBrownBtn.png) no-repeat;
    display: block;
    line-height: 32px;
    padding: 5px 0px 5px 2px;
    text-align: center;
    color: White;
}


a.largeBrownButton:active
{
    background-position: bottom right;
    color: white;
    outline: none;
}

a.largeBrownButton:active span
{
    background-position: bottom left;
    padding: 5px 0 5px 4px;
}

a.smallBrownButton
{
    background: transparent url(images/UsedTyres/smallBrownBtnDop.png) no-repeat scroll top right;
    color: white;
    display: block; /*float: left;*/
    font: normal 18px "Trebuchet MS" , sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    height: 37px;
    margin-right: 0px;
    padding-right: 6px; /* sliding doors padding */
    text-decoration: none;
    cursor: pointer;
    width: 65px;
}

a.smallBrownButton span
{
    background: transparent url(images/UsedTyres/smallBrownBtn.png) no-repeat;
    display: block;
    line-height: 27px;
    padding: 5px 0px 5px 6px;
    text-align: center;
    color: White;
}


a.smallBrownButton:active
{
    background-position: bottom right;
    color: white;
    outline: none;
}

a.smallBrownButton:active span
{
    background-position: bottom left;
    padding: 5px 0 5px 8px;
}

