.product_meta
{
    font-size: 10px;
    line-height: 22px;
    font-weight: bold;
    text-transform: uppercase;
    margin: 0px;
    padding: 22px 30px 22px;
    text-align: left;
    padding: 0;
    clear: left;

    > span
    {
        display: block;
        text-transform: uppercase;

        a
        {
            font-size: 10px;
            font-weight: normal;
            text-transform: uppercase;
            transition: color 0.3s;
            font-weight: bold;
        }

    }

}
