/* Thank you message shown after a purchase, test it visiting your file list page adding the parameter "?thankyou" */
.file-commerce-pro-thankyou {
    border: 1px solid #9d9;
    background-color: #efe;
    color: #000;
    padding: 20px;
    margin: 20px;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}

/* A single file box of the file list */
.file-commerce-pro-file {
    border: 1px dashed #aaa;
    /*border-radius: 10px;*/
    /*-moz-border-radius: 10px;*/
    /*-webkit-border-radius: 10px;*/
    /*background-color: #eef;*/
    padding: 10px;
    margin-bottom: 20px;
}

.file-commerce-pro-title {
    font-size: 16px;
    margin-bottom: 5px;
    font-weight: bold;
    text-shadow: 1px 1px #eee;
    /*border-bottom: 1px solid #ccf;*/
    /*padding-bottom: 3px;*/
}

/* Use this to change the title style for file with an active contract */
/*
.file-commerce-pro-file-active .file-commerce-pro-title {
    color: #900;
}
*/

.file-commerce-pro-description {
    margin-bottom: 10px;
    font-size: .9em;
}

.file-commerce-pro-image {
    float: left;
    margin-right: 15px;
}

.file-commerce-pro-price {
    text-align: center;
    font-size: 24px;
    margin-bottom: 20px;
    clear: both;
}

/* Use this to change the price style for file with an active contract */
/*
.file-commerce-pro-file-active .file-commerce-pro-price {
    font-size: .8em;
}
*/

/* A DIV containig the login/register link when login is required to buy */
.file-commerce-pro-login {
    text-align: center;
    margin-bottom: 10px;
}

/* Payment buttons */
.file-commerce-pro-buttons {
    text-align: center;
    margin-bottom: 10px;
}

.file-commerce-pro-buttons a {
    font-size: 16px;
}

/* Use this to change the buttons style for file with an active contract */
/*
.file-commerce-pro-file-active .file-commerce-pro-buttons img {
    height: 15px;
}
*/

/* The DIV containing the optional note under the buy now buttons */
.file-commerce-pro-buttons-note {
    text-align: center;
    margin-bottom: 10px;
    font-size: 0.8em;
    color: #999;
}

/* Use this to change the notes style for file with an active contract */
/*
.file-commerce-pro-file-active .file-commerce-pro-buttons-note {
    font-size: .8em;
}
*/

/* The DIV containig the download link */
.file-commerce-pro-download, .file-commerce-pro-purchased {
    font-size: 18px;
    text-align: center;
    /*
    border: 1px solid #ee9;
    background-color: #ffe;
    padding: 10px;
    */
    margin-bottom: 10px;
}

/* TODO */
.file-commerce-pro-contracts {}

