﻿/*
    GENERIC CSS

    NOTE: these should be limited to application functionality and may be overridden by themes
*/

ul#cc-images li {
    list-style-type: none;
    display: inline-block;
    margin-right: 4px;
}

    ul#cc-images li img:hover {
        cursor: pointer;
    }

ul#cc-images {
    margin-bottom: 2px;
}

select.tsDropDownLists_creditCardTypes.cc-type-images {
    display: none !important;
}

.paypalButton {
    cursor: pointer;
} 