purchaseBanner.css 691 Bytes
.purchaseBanner
{
    width:400px;
    height:118px;
    background-image:url('/img/purchase_banner.jpg');
}

@media (max-width:550px)
{

    .purchaseBanner
    {
        width:250px;
        height:74px;
        background-image:url('/img/purchase_banner_small.jpg');
    }

    .purchaseSmallButtons
    {
        display:inline-block !important;

    }

}

@media (min-width:550px)
{

    .purchaseBanner
    {
        width:400px;
        height:118px;
        background-image:url('/img/purchase_banner.jpg');
    }

    .purchaseLargeButtons
    {
        display:inline-block !important;
    }

}

@media (min-width:970px)
{

    .purchaseBanner
    {
        float:right;
    }

}