/**
 * @package tdownloadstore T-Download Store for Joomla
 * @subpackage com_tdownloadstore
 * @copyright Copyright (C) 2013 T.V.T Marine Automation (aka TVTMA). All rights reserved.
 * @license http://www.gnu.org/licences GNU/GPL version 2 or later; see LICENSE.txt
 * @author url: http://ma.tvtmarine.com
 * @author TVTMA support@ma.tvtmarine.com
 */
.tdownloadstore .discount-main {
        position: relative;
}
.tdownloadstore .discount-main .discount-title {
        border-bottom: 1px;
        font-weight: bold;
}
.tdownloadstore .discount-main .discount-code{
        padding: 5px 0;
        font-weight: bold;
}
.tdownloadstore .discount-main .discount-desc{
        padding: 5px;
}
.tdownloadstore .discount-main .discount-value {
        padding: 30px 0px 10px;
        font-size: 400%;
        text-align: center;
        font-weight: bold;
}
.tdownloadstore .discount-main .discount-status {
        font-weight: bold;
}
.tdownloadstore .discount-main .discount-label {
        z-index: 9999;
        border-width: 50px 0px 50px 50px;
        border-color: green transparent transparent transparent;
        position: absolute;
        top: 0;
        right: 0;
        width: 0px;
        height: 0px;
        border-style: solid;
}
.tdownloadstore .discount-main .discount-label span{
        position: absolute;
        top: -34px;
        right: -6px;
        z-index: 1000;
        -moz-transform:rotate(45deg);
        -webkit-transform:rotate(45deg);
        -o-transform:rotate(45deg);
        -ms-transform:rotate(45deg);
        filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=45);
        color: #fff;
        font-weight: bold;
        text-align: center;
        content: "";
        width: 50px;
        text-transform: uppercase;
        font-size: 60%;
        line-height: 10px;
}
.tdownloadstore .plantable-more {
        padding: 10px;
        border: 1px solid #f2f2f2;
        /*background: #f2f2f2;*/
}