﻿.gdBtnStyle {
    background: url(../../Scripts/shoppingparts/add_to_basket.gif) no-repeat;
    height: 46px;
    width: 105px;
    border-style: none;
}
.gdBtnStyle:hover {
    background: url(../../Scripts/shoppingparts/add_to_basket_over.gif) no-repeat;
}

.gdBtnStyleSmall {
    background: url(../../Scripts/shoppingparts/add_to_basket_sm.gif) no-repeat;
    height: 26px;
    width: 105px;
    border-style: none;
}
.gdBtnStyleSmall:hover {
    background: url(../../Scripts/shoppingparts/add_to_basket_sm_over.gif) no-repeat;
}