/* Thank you message shown after a purchase, test it visiting your file list page adding the parameter "?thankyou" */
.file-commerce-thankyou {
    border: 1px solid #999;
    background-color: #eee;
    color: #000;
    padding: 20px;
    margin: 20px;
}

/* A single file box of the file list */
.file-commerce-file {
    border: 1px solid #999;
    background-color: #eee;
    padding: 20px;
    margin-bottom: 25px;
}

.file-commerce-title {
    font-size: 24px;
    margin-bottom: 10px;
    border-bottom: 1px solid #ccf;
    padding-bottom: 3px;
}

.file-commerce-description {
    margin-bottom: 10px;
}

.file-commerce-price {
    text-align: center;
    font-size: 24px;
    margin-bottom: 20px;
}

/* A DIV containig the login/register link when login is required to buy */
.file-commerce-login {
    text-align: center;
    margin-bottom: 10px;
}

/* Payment buttons */
.file-commerce-buttons {
    text-align: center;
    margin-bottom: 10px;
}

/* The DIV containing the optional note under the buy now buttons */
.file-commerce-buttons-note {
    text-align: center;
    margin-bottom: 10px;
    font-size: 0.9em;
}

/* The DIV containig the download link */
.file-commerce-download {
    font-size: 20px;
    text-align: center;
    border: 1px solid #ee9;
    background-color: #ffe;
    padding: 10px;
    margin-bottom: 10px;
}

.file-commerce-contracts {}

