*{
    outline:none;
}
form{
    margin: 0px;
    padding: 0px;
}

html{
    height: 100%;
}

img{
    border: 0px;
}

body {
    position:relative;
    margin:0px;
    background-color:#e7e7e7;
    text-align:center;
    height: 100%;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #808080;
    background-image: url(../imagens/page_bg.jpg);
    background-repeat: repeat-x;
    
}

body.simple{
    background-image: none;
}

.erro{
    color: red;
}
.direita{
    text-align: right;
}
.centro{
    text-align: center;
}
.esquerda{
    text-align: left;
}

.clearB{
    clear: both;
    float: none;
    border: 0px;
    height: 0em;
    line-height: 0px;
}

#wrapper {
    text-align: center;
    position: relative;
    position: relative;
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -86px; /* the bottom margin is the negative value of the footer's height */
    background-image: url(../imagens/wrapper_bg.jpg);
    background-position: top center;
    background-repeat: repeat-y;
}

.simple #wrapper{
    background-image: none;
}
/*
//main//
*/
#main{
    position: relative;
    width: 964px;
    margin: auto;
    padding-bottom: 86px;
}

.simple #main{
    width: 100%;
    padding: 0px;
}

/*
//header//
*/
#headerContainer{
    position: relative;
    text-align: center;
    width: 964px;
    height: 140px;
    background-image: url(../imagens/headerContainer_bg.jpg);
    background-repeat: repeat-x;
    background-position: 0px 74px;
    border-bottom: 1px solid #d6d6d7;
}
#header{
    position: relative;
    width: 938px;
    height: 100%;
    margin: auto;
}

#logo{
    position: absolute;
    top: 5px;
    left: 13px;
}
#logo img{
    border: 0px;
}
#carrinho{
    position: absolute;
    left: 709px;
    top: 15px;
    width: 230px;
    height: 110px;
    background-image: url(../imagens/carrinho_bg.png);
    background-repeat: no-repeat;
}
#menuTopo{
    position: absolute;
    left: 9px;
    top: 62px;
    width: 650px;
    height: 60px;
    border: 1px solid #cdcdcd;
    overflow: hidden;
    
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;
}
/*
//menu//
*/
/*#menuContainer{
    position: relative;
    width: 100%;
    text-align: center;
    height: 43px;
    padding-top: 29px;
    background-image: url(../imagens/menu_bg.png);
    background-position: left bottom;
    background-repeat: repeat-x;
    background-color: #f1f1f1;
    z-index: 0;
}
#linguas{
    position: absolute;
    top:-30px;
    right: 250px;
}
#linguas a{
    text-decoration: none;
    color: #FFFFFF;
    padding: 0px;
    padding-left: 4px;
    padding-right: 4px;
    border-right: 1px solid #FFF;
}
#linguas a.last{
    border-right: 0px;
}
#linguas a:hover,
#linguas a.selected{
    color: #b8c72b;
}


/*
//conteudos//
*/
#conteudosContainer{
    position: relative;
    width: 938px;
    margin: auto;
    text-align: center;
    background-image: url(../imagens/conteudos_bg.jpg);
    background-repeat: repeat-y;
    background-position: 689px;
    margin-top: 10px;
}
.simple #conteudosContainer{
    background-image: none;
    width: 100%;
}

#conteudosArea{
    position: relative;
    width: 100%;
    /*overflow:auto;*/
}

#conteudosLeft{
    position:relative;
    float:left;
    width: 689px;
    text-align: left;
}

.simple #conteudosLeft{
    float: none;
    width: 100%;
}

#conteudosRight{
    position:relative;
    float:right;
    width: 232px;
    text-align: left;
    padding-bottom: 20px;
}

.areaDestaque,
#conteudosRight > .area{
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;
    
    color: #545454;
    padding: 10px;
    background-color: #f3f3f3;
    border: 1px solid #e2e2e3;
    margin-bottom: 10px;
}

.areaDestaque,
#conteudosRight > .area.seta{
    position: relative;
    border: 1px solid #676767;
}

#conteudosRight > .area .seta{
    position: absolute;
    top:50%;
    left: -40px;
    width: 41px;
    height: 118px;
    overflow: hidden;
    background-image: url(../imagens/setaAjuda.png);
    background-repeat: no-repeat;
    background-position: left top;
}

.areaDestaque h1,
#conteudosRight > .area h1{ 
    border-bottom: 1px solid #e2e2e3;
    margin: 0px;
    padding: 0px;
    font-size: 12px;
    font-weight: 700;
    padding-bottom: 5px;
    margin-bottom: 5px;
}
.areaDestaque > .area,
#conteudosRight > .area > div{ 
    font-size: 11px;
    line-height: 16px;
}

#conteudos{
    padding-right: 10px;
}


.paginaConteudos{
    line-height: 18px;
}

#conteudos a{
    text-decoration: underline;
    color: #86a312;
}
#conteudos a:hover{
    text-decoration: none;
}

/*
//login//
*/
#formDiv{
    margin-left: auto;
    margin-top: 50px;
    width: 280px;
}

#formDiv p{
    margin: 0px;
    margin-top: 10px;
}

#formDiv .textInput{
    margin-bottom: 10px;
}

/*
//rodape//
*/
#rodapeContainer{
    font-size: 10px;
    position: relative;
    width: 100%;
    text-align: left;
    height: 86px;
    background-image: url(../imagens/rodape_bg.jpg);
    background-position: top left;
    background-repeat: repeat-x;
}
#rodape{
    position: relative;
    margin: auto;
    width: 935px;
    padding-left: 15px;
}

#menuRodape{
    padding-top: 15px;
}

#menuRodape ul{
    margin:0;
    padding:0;
    list-style-type:none;
    list-style-position:outside;
    position:relative;
    line-height:1.5em;
    text-align: center;
}


#menuRodape li{
    display: block;
    float: left;
    /*display: inline;*/
    border-right: 1px solid #FFFFFF;
}
#menuRodape li.last{
    border-right: 0px solid #FFFFFF;
}

#menuRodape li a{
    color: #FFFFFF;
    text-decoration: none;
    padding-left: 10px;
    padding-right: 10px;
}
#menuRodape li a.selected,
#menuRodape li a:hover{
    color: #000000;
}

#social{
    clear: both;
    color: #FFFFFF;
    padding-top: 3px;
    padding-left: 10px;
}
#copy{
    clear: both;
    color: #666666;
    padding-top: 3px;
    padding-left: 10px;
}


.listaProdutosFormatos{
    position: relative;
}
.listaProdutosFormatos .item{
    position: relative;
    overflow: auto;
    border-bottom: 1px solid #d6d6d7;
    padding-bottom: 5px;
    margin-bottom: 5px;
    min-height: 50px;
}
.listaProdutosFormatos .item .img{
    position: absolute;
    left: 0px;
    top: 0px;
    width: 50px;
    height: 50px;
    text-align: center;
    overflow: hidden;
}
.listaProdutosFormatos .item .img imh{
    height: 50px;
}
.listaProdutosFormatos .item .texto{
    position: relative;
    padding-left: 60px;
    text-align: left;
}
