body#pg_detalhes #conteudo {
    padding: 10px;
}
body#pg_detalhes #conteudo #infoProduto {
    margin: 0 0 20px 0;
}

/*FOTOS*/
#fotos p {
    border: 4px solid #ddd;
}
#fotos li {
    border: 1px solid #aaa;
}

/*INFORMACOES E OPCOES*/
#opcoes {
    padding: 40px 10px 5px 10px;
    border: 1px solid #aaa;
}
/*site seguro*/
#opcoes #siteSeguro {
    position: absolute;
    top: 0;
    left: 0;
    width: 310px;
    height:34px;
    font-family: Arial;
    background-image:url(../imagens/seguro.gif);
}
#opcoes #siteSeguro p {
    display: none;
    padding: 12px 5px 10px 5px;
    margin: 0;
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    line-height: 12px;
    color: #fff;
    background-color: Transparent;
}
/*preco*/
#opcoes #optPreco {
    font-size: 15px;
    padding: 10px 0 10px 30px;
}
#opcoes #optPreco strong {
    font-size: 23px;
}
#opcoes #optPreco span {
    display: block;
}
#opcoes .promo {
    line-height: 23px;
}
/*de*/
#opcoes #optPreco #promo-de {
    font-size: 13px !important;
}
#opcoes #optPreco #promo-de strong {
    font-size: 13px !important;
}

/*contato*/
#opcoes #mInfo {
    padding: 10px;
    font-size: 11px;
    text-transform: uppercase;
    text-align: center;
    background-color: #efefef;
}
#opcoes #mInfo em {
    padding: 0 0 0 10px;
    font-size: 15px;
    font-weight: bold;
    font-style: normal;
}

/*CORES E TAMANHOS*/
#opcoes #coresTamanhos {
    border: 1px solid #eee;
}
/*cores*/
#opcoes #estoque li {
    border: 2px dotted #777;
}
#opcoes #estoque li.over {
    border: 2px solid #777;
}
#opcoes #estoque li.selecionado {
    border: 2px solid #c00;
}
/*tamanhos*/
#opcoes #estoque li ul {
    background-color: #fff;
}
#opcoes #estoque li.over ul {
    z-index: 3000;
}
#opcoes #estoque li li {
    font-weight: bold;
    color: #aaa;
    border: 1px dotted !important;
    border-color: #aaa !important;
}
#opcoes #estoque li.selecionado li {
    color: #333;
    background-color: #eee;
}
#opcoes #estoque li li.over {
    background-color: #ccc;
    border: 1px dotted #333;
}
#opcoes #estoque li.selecionado li.selecionado {
    color: #fff;
    background-color: #c00;
    border: 1px solid #333 !important;
}
/*nome das cores e tamanhos*/
#opcoes #nmCor {
    font-weight: normal;
    text-transform: uppercase;
}
#opcoes #estoque #nmTam {   
    font-weight: normal !important;
    text-transform: uppercase;
}
#opcoes #estoque li span {
    font-size: 10px;
    font-weight: bold;
    text-transform: uppercase;
    color: #333 !important;
    background-color: #fff;
}

/*OPÇÕES DE COMPRA*/
#optCompra li {
    margin: 0 0 5px 0;
}
#optCompra li a {
    display: block;
    margin: 0 auto;
    width: 199px;
}
#optCompra li a span {
    display: none;
}
/*botao comprar*/
#optCompra #optLiComprar a { 
    height: 31px;
    background-image: url('../imagens/bt_detalhes_comprar.gif');   
}
/*botao formas de pagamento*/
#optCompra #optLiFpgto a {
    height: 31px;
    width:199px;
    background-image: url('../imagens/btn_ver_formas_pagamento.gif');
}

/*TEXTOS*/
h4 {
    font-size: 15px;
    font-weight: bold !important;
    text-transform: uppercase;
}
#optIndisponivel {
    background-image:url(../imagens/bt_produto_indisponivel.gif);
    background-repeat:no-repeat;
    height:24px;
    position:relative;
    left:60px;
}
#optIndisponivel span {
    display:none;
}
#fotos span {
    position:absolute;
    bottom:95px;
    left:5px;
    display:block;
    background-image:url(tem_frete.png);
    width:76px;
    height:22px;
    text-indent:-5000px;
    z-index:1000;
}
#fotos span {
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../dominios/amurelshop/css/tem_frete.png', sizingMethod='scale');
    background-image:none;
}


#descricao {
    margin: 0 0 20px 0;
}
