div.areaentrega {
    font-family: Verdana, Arial;
    font-size: 10px;
    text-align: center;
    background-color: #FCE8C9;
    border: 1px solid #B0251D;
    border-top: 0;
    padding: 5px;
    margin: 0px;
}

/* Início da CSS referente ŕ vitrine de produtos Ofertas/Novos */
#vitrine {
    overflow: hidden;
}

#vitrine h1 {
    clear: both;
}

#vitrine .lista_vitrine {
    text-align: center;
    background-color: #FFFFFF;
    padding: 0px;
    width: 100%;
    color: #44929F;
}

.lista_vitrine tbody tr td {
    width: 25%;
    padding: 5px;
    overflow: hidden;
    font-size: 10px;
    vertical-align: bottom;
}

#vitrine .lista_vitrine img {
    vertical-align: middle;
}

#vitrine .lista_vitrine form {
    margin: 0;
    padding: 0;
    /*
    display: inline;
    float: left;
    */
}

#vitrine .lista_vitrine a {
    vertical-align: middle; /* aligns the img/caption container */
    text-decoration: none;
}

#vitrine .lista_vitrine strong {
    color: #FF0000;
    font-size: 13px;
    padding: 5px 0;
}

.nada p {
    background-color: #ffffff;
}

.promo_validity {
    font-size: 0.8em;
}

#vitrine .promo_validity {
    font-size: 1.1em;
}

table.listBoxTBL {
    font-family: Verdana, Arial;
    font-size: 11px;
    color: #000000;
}

table.listBoxTBL tr td {
    border-bottom: 1px solid #C0C0C0;
    empty-cells: show;
}
table.listBoxTBL tr.with-wholesale td {
    border-bottom: 0;
}
table.listBoxTBL tr.with-wholesale td.first,
table.listBoxTBL tr.with-wholesale td.last {
    border-bottom: 1px solid #C0C0C0;
}
table.listBoxTBL tr.with-promo td,
table.listBoxTBL tr.with-promo td.first,
table.listBoxTBL tr.with-promo td.last {
    border-bottom: 0;
}

table.listBoxTBL td.promo div.promo_image,table.listBoxTBL td.promo strong
{
    display: block;
    text-align: center;
    font-size: 1.2em;
}

table.listBoxTBL td.product_price span,
table.listBoxTBL td.wholesale span {
    color: #FF0000;
    font-weight: bold;
    font-size: 1.2em;
}

em {
    font-style: normal;
}

em strong {
    color: #B0251D;
}
#banners-tv-container {
    position: relative;
}
#banners-tv {
    position: relative;
    height: 340px;
}
#banner-1 {
    position: absolute;
    width: 100%;
}
#banner-2,
#banner-3, 
#banner-4 {
    position: absolute;
    width: 100%;
    display: none;
}
.banner-tv {
    text-align: center;
}
#canais-container {
    position: absolute;
    text-align: center;
    width: 100%;
    z-index: 99;
    height: 30px;
    top: 290px;    
}
#canais {
    display: none;
    text-align: right;
    width: 100%;
    z-index: 100;
    padding: 7px 0;
}
#canais span {
    background-color: #FFFFFF;
    padding: 2px 5px;
    margin: 0 3px;
    border: 2px solid #44929F;
    color: #44929F;
    cursor: pointer;
}
#canais .current {
    background-color: #44929F;
    border: 2px solid #FFFFFF;
    color: #FFFFFF;
}

#floater {
    position: absolute;
    background-color: transparent;
    display: none;
}
#floater-close {
    float: right;
    cursor: pointer;
    position: absolute;
    right: 0;
}
#floater-progress {
    background-color: #cc0000;
    height: 2px;
    position: absolute;
    font-size: 2px;
}

