.non-shop-button {
    background-color: #e2001a;
    color: white;
    display: block;
    min-width: 176px;
    text-align: center;
    text-transform: uppercase;
    padding-top: 9px;
    height: 26px;
    font-family: "NeueHelveticaW02Bold";
    font-size: 14px;
}

a.non-shop-button:hover{
    color: white;
    background-color: #c80017;
}

.nonShopButtonWrapper {
    background-color: #e2001a;
    cursor: pointer;
    display: block;
    position: relative;
    text-align: center;
    width: 238px !important;
}

.nfc-variant-area-nonshop
{
    width: 100%;
}

#nfc_vendor_list_container {
    margin-top: 5px;
}

#nfc_vendor_list_container .nfc-vendor-wrapper {
    clear: both;
    position: relative;
    z-index: 100;
}

#nfc_vendor_list_container .nfc-vendor-list {
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #e2001a;
    padding: 10px;
    position: absolute;
    top: 0;
}

#nfc_vendor_list_container .nfc-vendor-image {
    float: left;
    width: 150px;
}

#nfc_vendor_list_container .nfc-vendor-image a {
    color: #e2001a;
    text-decoration: none;
    text-transform: uppercase;
}

#nfc_vendor_list_container .nfc-vendor-image a:hover{
    color: #c80017;
}

#nfc_vendor_list_container .nfc-vendor-detail {
    float: right;
    width: 244px;
}
