﻿.selectOpcoes {
border: 1px solid #CCCCCC;
padding: 2px 2px 2px 2px;
color: #808080;
font-size: 11px;
}

.produtosValor
{
    font-family: oswald;
    font-size: 17px;
    font-weight: lighter;
    color: #FF0000;
}

.divQuantidade
{
    float: right;
}

    .divQuantidade img
    {
        cursor: pointer;
    }

#divCarrinho
{
    display: none;
    font-weight: bold;
    color: #669900;
}

.inputQuantidade
{
    width: 20px;
    border: 1px solid #CCCCCC;
    padding: 2px 5px 2px 5px;
    color: #808080;
}

.selectOpcoes
{
    border: 1px solid #CCCCCC;
    padding: 2px 2px 2px 2px;
    color: #808080;
    font-size: 11px;
}

.adicionarAlternativos
{
    float: right;
    background-image: url('adicionar.png');
    width: 120px;
    height: 32px;
    background-repeat: no-repeat;
    cursor: pointer;
}

.outrasOpcoes
{
    font-weight: bold;
}

.outrasOfertas
{
    padding: 0px 6px 6px 6px;
    font-family: Oswald;
    font-size: 20px;
    font-weight: lighter;
    color: #CC3300;
    display: block;
    background-color: #F2F2F2;
    margin-bottom: 8px;
}

/* Style for Usual tabs */
.usual
{
    color: #111;
    width: 100%;
}

    .usual li
    {
        list-style: none;
        float: left;
    }

    .usual ul a
    {
        display: block;
        padding: 6px 10px;
        text-decoration: none!important;
        margin: 1px;
        margin-left: 0;
        font: 12px Trebuchet MS;
        color: #c0c0c0;
        background: #fff;
        border-style: solid;
        border-width: 1px 1px 0px 1px;
        border-color: #DDD;
    }

        .usual ul a:hover
        {
            color: #FFF;
            background: #111;
        }

        .usual ul a.selected
        {
            margin-bottom: 0;
            color: #000;
            background: whiteSmoke;
            border-bottom: 1px solid snow;
            cursor: default;
            border-style: solid;
            border-width: 1px 1px 0px 1px;
            border-color: #DDD;
        }

    .usual div
    {
        border-style: solid;
        border-width: 0px 1px 1px 1px;
        border-color: #DDD;
        padding: 10px 10px 8px 10px;
        *padding-top: 3px;
        *margin-top: -15px;
        clear: left;
        background: whiteSmoke;
        font: 10pt 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
        color: #333333;
    }



        .usual div a
        {
            color: #000;
            font-weight: bold;
        }
