.cct-merchant {
    clear: both;
    margin: 0.7em 0;
}

.cct_image {
    /*position: relative;*/
    margin: 4px 0 4px 0;
    padding: 0;
    display: block;
    text-decoration: none;
    cursor: pointer;
}

.cct_image.cct_image_align-left {
    float: left;
    margin-right: 1.5em;
}
.cct_image.cct_image_align-right {
    float: right;
    margin-left: 1.5em;
}

a.cct_candy_link:link,
a.cct_candy_link:hover,
a.cct_candy_link:active,
a.cct_candy_link:visited {
    text-decoration: none;
    color: #000000;
}

div.cct_text {
    margin: 1em 0;
}

.cct_table_button {
    clear: both;
    position: relative;
    margin: 0 0 1em 0;
    padding: 0;
    display: block;
    text-decoration: none;
    cursor: pointer;
    padding-bottom: 0.5em;
}

.cct_table_button-text {
    padding-top: 0.5em;
}

/* test-type button */
.cct_button-text {
    display: inline-block;
    zoom: 1;
    display: inline;
    text-align: center;
    color: black;
    line-height: 1;
    font-size: 20px;
    padding: 5px 15px;
    border-width: 1px;
    border-style: solid;
    border-radius: 20px;
}
.cct_button-text:hover {
    text-decoration: underline;
}

span.cct_candy_button {
    display: block;
    margin: 1em 0 0 0;
    padding: 0;
    border: none;
}

img.cct_button-image {
    display: block !important;
    float: none !important;
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
}

/* text on button */
span.cct_candy_text {
    position: relative;
    display: block;
    left: 0;
    right: 0;
    top: 50%;
    line-height: 1.2em;
    text-align: center;
    vertical-align: top;
    font-family: "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;
    cursor: inherit;
    text-decoration: none;
}
