body#pg_detalhes #conteudo {
}
body#pg_detalhes #conteudo #infoProduto {
    position: relative;
    height: 300px;
}
body#pg_detalhes #meio>#principal #conteudo #infoProduto {
    height: auto;
    min-height: 300px;
}

/*  preço unitario */

#opcoes #optPrecounit {
    font-size: 15px;
    padding: 10px 0 10px 30px;
    display:none;
}

/*fotos*/
#fotos {
    float: left;
    text-align: center;
}
#fotos ul li {
    float: left;
    overflow: hidden;
    width: 60px;
    height: 60px;
    margin-left: 5px;
    position: relative;
    left: -4px;
    cursor: pointer;
}
#fotos ul li img {
    width: 60px;
    margin: 0 auto;
}
/*destaque*/
#fotos p {
    height: 200px;
    width: 200px;
    overflow: hidden;
    margin: 0 0 10px 0;
}
#fotos p img#destaque {
    display: block;
    height: 200px;
    width: auto;
}
/*opcoes*/
#opcoes {
    float: right;
    width: 290px;
    position: relative;
}
/*CORES E TAMANHOS*/
#opcoes #coresTamanhos {
    position: relative;
    height: 80px;
    padding: 5px 10px 70px 10px;
    margin: 0 0 20px 0;
}

/*cores*/
#opcoes #estoque li {
    float: left;
    margin: 0 5px 10px 0;
    overflow: hidden;
    width: 40px;
    height: 40px;
}
#opcoes #estoque li.selecionado em {
    color: #fff;
    background-color: red;
}
#opcoes #estoque li.over em {
    background-color: #eee;
}
#opcoes #estoque li em {
    display: block;
    padding: 9px 0 0 0;
    width: 100%;
    height: 60px;
    font-size: 10px !important;
    font-style: normal;
    text-align: center;
    cursor: pointer;
    line-height: 10px;
}
#opcoes #estoque li img {
    cursor: pointer;
    height: 40px;
}
/*tamanhos*/
#opcoes #estoque li ul {
    visibility: hidden;
    display: none;
    position: absolute;
    bottom: 0px;
    left: 10px;
    width: 260px;
}
#opcoes #estoque li.over ul, #opcoes #estoque li.selecionado ul {
    visibility: visible !important;
    display: block;
}
#opcoes #estoque li ul li {
    float: left;
    width: auto;
    padding: 5px;
    height: 20px;
    text-align: center;
    cursor: pointer;
}
#opcoes #estoque li.over ul {
    z-index: 1000 !important;
}
/*NOME DAS CORES E TAMANHOS*/
#opcoes #estoque #nmCor, #opcoes #estoque #nmTam {
    display: block !important;
    float: none !important;
    height: 20px !important;
    width: auto !important;
    height: auto !important;
    border: none !important;
    padding: 0 !important;
    margin: 0 0 5px 0 !important;
    text-align: left !important;
    background: transparent !important;
}
#opcoes #estoque li span {
    position: absolute;
    top: 6px;
    left: 60px;
    display: none;
    font-size: 10px;
    font-weight: bold;
    text-transform: uppercase;
    z-index: 1;
    background-color: #fff;
    width: 200px;
    text-align: left !important;
}
#meio>#principal #opcoes #estoque li span {
    top: 5px;
}
#opcoes #estoque li li span {
    top: 0 !important;
    display: none;
}
#opcoes #estoque li.over span {
    z-index: 1000 !important;
}
#opcoes #estoque li.over span, #opcoes #estoque li.selecionado span {
    display: block !important;
}
#opcoes #estoque li.over li span, #opcoes #estoque li.selecionado li span {
    display: none !important;
}
#opcoes #estoque li.over li span {
    display: none !important;
}
#opcoes #estoque li.selecionado li.over span {
    display: block !important;
    z-index: 10000 !important;
}
#opcoes #estoque li.selecionado li.selecionado span {
    display: block !important;
}
.qtd 
{Position:relative;
    padding:5px 2px 20px;
    font-size:16px;
    left:60px;
    
    
}
.qtd input
{
    width:20px;
    
    
    
}


