﻿.tituloLaranja
{
    font-family: Tahoma;
    font-size: 16px;
    font-weight: bolder;
    color: #FF9900;
    vertical-align: super;
}

.preco
{
    color: #003399;
    font-weight: bolder;
    line-height: 30px;
    font-family: Tahoma;
    font-size: 12px;
    text-decoration: none;
}

.preco a
{
    color: #003399;
    font-weight: bolder;
    line-height: 30px;
    font-family: Tahoma;
    font-size: 12px;
    text-decoration: none;
}

.preco:hover
{
    text-decoration: underline;
}

.divtitShop
{
    background-image: url('../../mf_novo/bg_lateral.png');
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #CCCCCC;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-topright: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    position: relative;
    z-index: 1;
    width: 500px;
    right: -5px;
    top: 49px;
    padding-left: 5px;
    padding-top: 5px;
}

.linkProduto 
{
    font-size: 12px;
    font-family: Tahoma;
    color: #000000;
    text-decoration: none;
    font-weight: bolder;
}

.linkProduto:hover
{
    text-decoration: underline;
}
