/* CSS Shopping Certo 06.08.2007  */

body
{
    background-color: #212121;
    margin: 5px;
    font-family: "Arial" , Helvetica, sans-serif;
    font-size: 12px;
    color: #666666;
}

#base
{
    min-width: 940px;
    _min-width: 990px;
}

img
{
    border: none;
}

/* moldura geral */
#main
{
    background-color: #FFFFFF;
    padding: 5px;
}


/* banner full */
#bannerfull
{
    height: 35px;
    margin-top: 5px;
    margin-bottom: 5px;
    border: 1px solid #cdcdcd;
    background-color: #CF0506;
    text-align: center;
}
#bannerfull p
{
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    margin: 9px 0 0 0;
}

#bannerfull p a
{
    color: #fff;
    text-decoration: none;
}

#bannerfull p a:visited
{
    color: #fff;
    text-decoration: none;
}

#bannerfull p a:hover
{
    color: #ccc;
    text-decoration: none;
}

/* conteudo central */
#contentWrap
{
    position: relative;
}


#content
{
    background-color: #FFF;
    text-align: center;
    padding: 0px;
    margin: 0px 170px 0px 170px;
    min-width: 400px; *position:relative;
}

/* 
#content:after {content: ".";
                display: block;
                height: 0;     
                visibility: hidden;
               }
*/

* html #content
{
    height: 1%;
}


div#leftCol
{
    width: 170px;
    background-color: #FFF;
    float: left;
    text-align: left;
    border: 1px solid #cdcdcd;
}
div#rightCol
{
    width: 170px;
    background-color: #FFF;
    float: right;
    text-align: left;
    border: 1px solid #cdcdcd;
}

/* listagem de produtos */
#products
{
    background-color: #fff;
    padding: 5px;
    margin: 0px 5px 0px 5px;
    border: 1px solid #cdcdcd;
    _border: 0px;
    min-width: 398px;
    position: relative;
}
.boxProducts
{
    background-color: #fff;
    padding: 5px;
    margin: 0px 5px 0px 5px;
    border: 1px solid #cdcdcd;
    _border: 0px;
    min-width: 398px;
    position: relative;
}
.boxprod
{
    width: 130px;
    position: relative;
    float: left;
    min-height: 240px;
    _height: 168px;
}
.boxprod p
{
    margin: 0px;
}
.boxprod p a:hover
{
    text-decoration: underline;
}

.txtprod
{
    font-size: 12px;
    color: #555555;
    text-decoration: none;
}
.txtprod:hover
{
    color: #000000;
    text-decoration: none;
}
.preco
{
    font-size: 12px;
    color: #0099CF;
    text-decoration: none;
}
.preco:hover
{
    color: #0099CF;
    text-decoration: none;
}
.precos
{
    font-size: 16px;
    color: #0099CF;
    text-decoration: none;
}
.precos:hover
{
    color: #0099CF;
    text-decoration: none;
}

#titulos
{
    width: 170px;
    background-color: #FFF;
}

/* banner central */
div#banner
{
    height: 160px;
    padding: 0px;
    margin: 0px 5px 5px 5px;
    border: 1px solid #cdcdcd;
}

/* meio ofertas */
#ofertas
{
    height: 20px;
    background-color: #E7E7E7;
    margin: 0px 5px 0px 5px;
    border-left: 1px solid #cdcdcd;
    border-right: 1px solid #cdcdcd;
    text-align: right;
}

#ofertasdir
{
    float: right;
    padding: 3px 10px 0px 0px;
    position: relative;
}
#ofertasesq
{
    float: left;
    padding: 3px 0px 0px 10px;
    position: relative;
}

.titOfera
{
    font-size: 12px;
    color: #000;
    text-decoration: none;
    font-weight: bold;
}
.titOferb
{
    font-size: 11px;
    color: #000;
    text-decoration: none;
}
.titOferm
{
    font-size: 10px;
    color: #555555;
    text-decoration: none;
}
.titOferm:hover
{
    color: #CF0506;
    text-decoration: none;
}

/* meio lista produtos */
#titLista
{
    height: 27px;
    background-color: #E7E7E7;
    margin: 0px 5px 0px 5px;
    border: 1px solid #cdcdcd;
    border-bottom: 0px;
    text-align: left;
}

#titLista p
{
    margin: 0px;
    font-weight: bold;
    margin-left: 10px;
    margin-top: 5px;
    color: #000;
}

#titLista h3 { font-size:16px;
               margin:0px;
               padding:0px;               
               margin-left: 10px;
               margin-top: 5px;
               color: #000;
               }

/* detalhes produtos */

#fotoProd
{
    width: 240px;
    float: left;
    position: relative;
    margin: 5px;
    margin-right:0px;
}

#detalhesLoja
{
    text-align: left;
    margin: 0px 5px 15px 5px;
    padding:10px;
    font-size:12px;
    float:left;
    border:1px #fe8f19 dashed;     
}

#detalhesLoja img 
{
    margin-right:5px;
    margin-top:5px;
    }

#descricao
{
    text-align: left;
    position: relative;
    float: left;
    margin-left: 0px;
}

#descricao h3
{
    font-size: 16px;
}

#precos
{
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    padding: 2px;
    text-align: center;
    font-size: 13px;
    _margin-left: 10px;
    width: 370px;
}

#colPrecosD
{
    width: 170px;
    position: relative;
    float: left;
}

#colPrecosE
{
    width: 170px;
    position: relative;
    float: left;
}

.caract
{
    position: relative;
    text-align: left;
    clear: left;
}

.caract p
{
    margin: 0px;
    padding: 2px;
}

.caract h4
{
    font-size: 14px;
    margin: 0px;
    padding: 2px;
    border-bottom: 1px solid #ccc;
    margin-top: 10px;
}

/* login */
#cadastrado
{
    border: 1px solid #ccc;
    background-color: #f5f5f5;
    width: 250px;
    padding: 2px;
    margin: 5px;
    position: relative;
    text-align: left;
    height: 100px;
    float: left;
}

#cadastrado h3, #primeiraVez h3
{
    margin: 2px;
    padding: 0px;
    font-size: 16px;
    margin-bottom: 5px;
    color:#cf0506;
}

#cadastrado input, #primeiraVez input
{
    border: 1px solid #ccc;
    margin-bottom: 2px;
}

#primeiraVez
{
    border: 1px solid #ccc;
    background-color: #f5f5f5;
    width: 250px;
    position: relative;
    margin: 5px;
    text-align: left;
    padding: 2px;
    height: 75px;
    float: left;
}

/******** Ajax **************/

.validatorCalloutHighlight
{
    background-color: lemonchiffon;
}

/******** PLANOS **************/
#bronze
{
    width: 495px;
    height: 70px;
    text-align: left;
    background-image: url(images/pbronze.jpg);
    background-repeat: no-repeat;
    padding-left: 75px;
    padding-top: 40px;
    position: relative;
    margin-top: 5px;
}

#prata
{
    width: 495px;
    height: 70px;
    text-align: left;
    background-image: url(images/pprata.jpg);
    background-repeat: no-repeat;
    padding-left: 75px;
    padding-top: 40px;
    position: relative;
    margin-top: 5px;
}

#ouro
{
    width: 495px;
    height: 70px;
    text-align: left;
    background-image: url(images/pouro.jpg);
    background-repeat: no-repeat;
    padding-left: 75px;
    padding-top: 40px;
    position: relative;
    margin-top: 5px;
}

.add
{
    width: 495px;
    height: 52px;
    float: inherit;
    text-align: left;
    background-image: url(images/add.jpg);
    background-repeat: no-repeat;
    background-position: center;
    padding-left: 75px;
    padding-top: 12px;
    position: relative;
    margin-top: 0px;
}

.valor
{
    width: 150px;
    height: 2px;
    clear: both;
    float: right;
    text-align: right;
    padding-right: 5px;
    padding-top: 2px;
    position: relative;
    margin-right: 28px;
    _margin-right: 15px;
    margin-top: 0px;
}

#addtopo
{
    width: 495px;
    height: 25px;
    float: inherit;
    text-align: left;
    background-image: url(images/add_topo.jpg);
    background-repeat: no-repeat;
    padding-left: 75px;
    padding-top: 35px;
    position: relative;
    margin-top: 30px;
}

#addrodape
{
    width: 495px;
    height: 18px;
    clear: both;
    text-align: left;
    background-image: url(images/add_rodape.jpg);
    background-repeat: no-repeat;
    padding-left: 75px;
    position: relative;
    margin-top: 0px;
    margin-bottom: 20px;
}

.tablePlanos
{
    width: 100%;
    border: 1px #ccc;
    border-style: dashed;
}
.tablePlanos th
{
    text-align: center;
    background-color: #fff;
}
.tablePlanos td
{
    text-align: center;
}

.topicos
{
    font-weight: bold;
    background-color: #efefef;
}

.corNao
{
    background-color: #eceffa;
}

.boxes
{
    width: 191px;
    background-image: url(images/bgBoxes.gif);
    position: relative;
    margin-left: 14px;
    float: left;
    text-align: left;
}

.boxesRod
{
    background-image: url(images/rodapeBox.gif);
    clear: both;
    width: 191px;
    height: 18px;
    clear: both;
}

.boxes ul
{
    list-style-image: url(images/tique.gif);
}

h2
{
    font-size: 18px;
    padding: 0px;
    margin-bottom: 10px;
}
/* BUSCA / LISTAGEM DE PRODUTOS */
.semRegistro
{
    border: dotted 1px #000;
    background-color: #ccc;
    text-align: center;
    width: 80%;
    padding: 10px;
}

.titInterna
{
    color: #cf0506;
    font-size: 16px;
}                                                                                                               