/* 
    Document   : default
    Created on : 30/11/2009, 09:31:28
    Author     : 
    Description:
    Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

/*
    Fontes
*/
@import url(https://fonts.googleapis.com/css?family=Ubuntu|Ubuntu+Condensed|Francois+One|Open+Sans);


.home-assine-revista{ width: 91px; }
.home-assine-revista-anteriores{ width: 105px; }
.home-article-rev-ultimato{ width: 115px;}
.home-mod-revista{
    width: 100px;
    height: 130px;
}

.home-mod-revista-anteriores{
    width: 55px;
    height: 65px;
}


/*
    Elementos padroes
*/

/* Cor Fundo Titulo Menu */
#painel_esquerdoloja{
  background-color: #52afb4;
}

#painel_esquerdo{
    background-color: #52afb4;
}

#painel_esquerdoult{
    background-color: #52afb4;
}

.border-top-color{
    border-top-color: #52afb4;
}

/* -- */

* {
    margin:0px;
    padding:0px;
}
html, body {
    font-size:13px;
    color:#333;
}

a {
    color:#333;
    text-decoration:none;
}
a:hover {
    color: #176b85;
    text-decoration:none;
}


.p_link a{
    color: #428bca;
}

.p_link a img {
   width: 90px;
   height: 110px;
   margin: 3px 15px 5px 0;
}

.p_link img {
   width: 90px;
   height: 110px;
   margin: 3px 15px 5px 0;
}


h1 {
    margin-bottom: 10px;
}
h2, h3 {
    text-transform: uppercase;
    color: #176b85;
    margin-right:15px;
}


.btn-ultimato{
 color: #FFF;
 background-color: #098D94;
 border-color: #0B7378;   
}

.abas-ultimato{
    background: #00909E none repeat scroll 0% 0%;    
} 

.abas-ultimato li a.on {
    background: #FFF none repeat scroll 0% 0%;
    color: #00909E;
}


.btn-reduzido-ultimato{
 display: inline-block;
 padding: 2px 4px;
 margin-bottom: 0px;
 margin-top: -10px;
 font-size: 12px;
 font-weight: normal;
 line-height: 1.42857;
 text-align: center;
 white-space: nowrap;
 vertical-align: middle;
 cursor: pointer;
 border: 1px solid transparent;
 border-radius: 4px;
 -moz-user-select: none;   
}

.imagemesquerda {
    margin:3px 15px 5px 0;
}

.fontepequena {font-size: 80%;}
#aviso_back {
    display: none;
    position: fixed;
    z-index: 11;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.4;
    filter:alpha(opacity=40);
}
#aviso {
    padding: 10px;
    font-size: 120%;
    display: none;
    z-index: 12;
    width: 400px;
    background: #fff;
    position: fixed;
    top: 40%;
    left: 37%;
    border: 1px solid #999;
    -moz-border-radius:7px;
    -webkit-border-radius:7px;
}
#aviso .icone {
    border: 0;
    float: left;
    margin: -21px 0 0 -32px;
}
#aviso p {
    padding: 10px;
    text-align: center;
}


.aviso {
    color: red;
    font-weight: bold;
}

.atencao { 
    border:1px solid #FFDBB7;
    padding:7px 10px;
    margin:7px 0;
    background:#FFFFE8;
    clear: both;
}
.atencao a {
    color:#C00;
    text-decoration:underline;
}
.atencao a:hover {
    color:#C00;
    text-decoration:none;
}

.meta-dados {
    font-size: 12px;
    color: #666;
    margin: 5px 0 3px 0;
}
.meta-dados li {
    display: inline-block;
    vertical-align: middle;
}
.meta-dados li.assuntos {
    background: url(../img/layout/tags.png) left no-repeat;
    padding-left: 20px;
}

.highlight {
    background: #ff6;
}

.link-atencao {
    color:#C00;
    text-decoration:underline;
}
.link-atencao:hover {
    color:#C00;
    text-decoration:none;
}
.link {
    color:#000;
    text-decoration:underline;
}
.link:hover {
    color: #176b85;
    text-decoration:none;
}

.small {
    font-size: 80%;
}

.fundo-cheio { background:#f4f4f4; }

.botaoMaior, #abas .botaoMaior {
    padding: 5px 10px;
    background: #fff url(../img/layout/bg_botaoMaior.png) no-repeat;
    background-position: right -12px;
    border: 1px solid #cdcdcd;
    color: #333;
    font-size: 10px;
    text-transform: uppercase;
    margin: 0 3px 7px 0;
    display: block;
    text-align: center;
    font-weight: bold;
    -moz-border-radius:7px;
    -webkit-border-radius:7px;
}
.botaoMaior:hover, #abas .botaoMaior:hover {
    font-weight: bold;
    background-position: right -2px;
    text-decoration: none !important;
}

.lista {
    padding: 0 7px 5px 10px;
    margin: 5px 0;
}
.lista li {
    list-style: url(../img/layout/bullet-arrow-list.png);
    margin: 0 5px 0 13px;
    background: url(../img/layout/borderbottom.gif) repeat-x left bottom;
    padding: 5px 0 6px 0;
}

.lista-content { text-align: center; }

.lista_conteudo {
    border-top: 1px solid #cdcdcd;
    padding: 11px 0 12px 0;
    text-align: left;
}
.lista_conteudo:first-child {
    border-top: 0;
}
.lista_conteudo .esquerda {
    width: 170px;
    float: left;
    margin-right: 20px;
    font-size: 80%;
}
.lista_conteudo .direita {
    height: 100px;
}

.lista-produtosloja img {border: 3px solid #fff;}
.lista-produtosloja a:hover img {border: 3px solid;}
.lista-produtosloja .titulo {font-weight: bold;}
.lista-produtosloja .autor {color: #777; font-size: 90%;}
.lista-produtosloja .preco {display: block; color: red; margin: 3px 0;}
.lista-produtosloja .preco .fontepequena {color: #555; font-size: 80%;}
.lista-produtosloja .assunto a {font-size: 85%; color: #777; text-decoration: underline;}
.lista-produtosloja .assunto a:hover {text-decoration: none;}
.lista-produtosloja .prevenda {
    text-align: center;
    width: 105px;
    position: absolute;
    top: -7px;
    left: 3px;
    padding:2px 0;
    background:#FFD700;
    color: #c00;
    font-size: 85%;
    font-weight: bold;
    -moz-border-radius:5px;
    -moz-border-radius-bottomleft: 0;
    -moz-border-radius-bottomright: 0;
    -webkit-border-radius:5px;
    -webkit-border-bottom-left-radius: 0;
    -webkit-border-bottom-right-radius: 0;
}
.lista-produtosloja .posicao {
    position: absolute;
    top: -2px;
    left: 0;
    padding:3px 4px 2px 5px;
    background:#FFD700;
    color: #c00;
    font-size: 85%;
    font-weight: bold;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
}
.lista-produtosloja .hotsites {
    background:#CFCFCF;
    padding: 10px 10px 7px 10px;
    font-size: 85%;
    font-weight: bold;
    -moz-border-radius:7px;
    -moz-border-radius-topleft: 0;
    -moz-border-radius-topright: 0;
    -webkit-border-radius:7px;
    -webkit-border-top-left-radius: 0;
    -webkit-border-top-right-radius: 0;
}
.lista-produtosloja .hotsites p {margin-top: 4px;}
.lista-produtosloja .hotsites img {border: 4px solid #fff;}
.lista-produtosloja .hotsites a {color: #fff;}
.lista-produtosloja .hotsites a:hover img {border: 4px solid;}



.lista-produtos {
    float: left;
    width: 135px;
    height: 362px;
    text-align: left;
    margin: 0 5px 0 20px;
    position: relative;
}
.lista-produtos img {border: 3px solid #fff;}
.lista-produtos a:hover img {border: 3px solid;}
.lista-produtos .titulo {font-weight: bold;}
.lista-produtos .autor {color: #777; font-size: 90%;}
.lista-produtos .preco {display: block; color: red; margin: 3px 0;}
.lista-produtos .preco .fontepequena {color: #555; font-size: 80%;}
.lista-produtos .assunto a {font-size: 85%; color: #777; text-decoration: underline;}
.lista-produtos .assunto a:hover {text-decoration: none;}
.lista-produtos .prevenda {
    text-align: center;
    width: 105px;
    position: absolute;
    top: -7px;
    left: 3px;
    padding:2px 0;
    background:#FFD700;
    color: #c00;
    font-size: 85%;
    font-weight: bold;
    -moz-border-radius:5px;
    -moz-border-radius-bottomleft: 0;
    -moz-border-radius-bottomright: 0;
    -webkit-border-radius:5px;
    -webkit-border-bottom-left-radius: 0;
    -webkit-border-bottom-right-radius: 0;
}
.lista-produtos .posicao {
    position: absolute;
    top: -2px;
    left: 0;
    padding:3px 4px 2px 5px;
    background:#FFD700;
    color: #c00;
    font-size: 85%;
    font-weight: bold;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
}
.lista-produtos .hotsites {
    background:#CFCFCF;
    padding: 10px 10px 7px 10px;
    font-size: 85%;
    font-weight: bold;
    -moz-border-radius:7px;
    -moz-border-radius-topleft: 0;
    -moz-border-radius-topright: 0;
    -webkit-border-radius:7px;
    -webkit-border-top-left-radius: 0;
    -webkit-border-top-right-radius: 0;
}
.lista-produtos .hotsites p {margin-top: 4px;}
.lista-produtos .hotsites img {border: 4px solid #fff;}
.lista-produtos .hotsites a {color: #fff;}
.lista-produtos .hotsites a:hover img {border: 4px solid;}

table.paginacao {
    background:#fff url(../img/layout/bg_degrade.jpg) repeat-x 0 -80px;
    padding: 5px 0;
    border:1px solid #ccc;
    margin:20px 0;
    font-size:11px;
}
table.paginacao input {
    font-size: 80%;
    width: 16px;
    height: 14px;
    padding: 0 2px;
}
table.paginacao input[type='button'] {
    border: 0;
    background: #176b85;
    color: #fff;
    height: 17px;
    width: 20px;
    padding: 0 2px;
    font-size: 85%;
}
div.busca_conteudo {
    text-align: left;
    margin-top: 10px;
}

/*
    Elementos do topo
*/

#top-faixa-sup {
    height:40px;
    line-height:40px;
    color: #fff;
}
#top-faixa-sup ul {
    list-style-type:none;
}
#top-faixa-sup li {
    list-style-type:none;
    display:inline;
}
#top-faixa-sup img {
    position:relative;
    top:6px;
    margin:0 8px;
    padding:0;
}
#top-faixa-sup .link {
    color:#fff;
    text-decoration:none;
    padding:3px 8px;
}
#top-faixa-sup .link:hover {
    background:#f2f2f2;
    color:#000;
    border-radius:3px;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
    text-decoration:none;
}
#top-faixa-sup .link-login {
    border-left:1px dotted #fff;
    border-right:1px dotted #fff;
    color:#fff;
    text-decoration:none;
    padding:3px 21px 3px 8px;
    background:url(../img/layout/seta-login.gif) no-repeat 44px center;
}
#top-faixa-sup .link-login:hover {
    color:#000;
    background:#f2f2f2 url(../img/layout/seta-login.gif) no-repeat 44px center;
}
#top-faixa-sup .link-logout {
    border-left:1px dotted #999;
    border-right:1px dotted #999;
    color:#000;
    text-decoration:none;
    padding:3px 8px 3px 8px;
}
#top-faixa-sup .link-logout:hover {
    background:#f2f2f2;
}
#top-faixa-sup .ult_menuini_bemvindo{
    float: left;
    padding-right: 10px; 
}

#top {
    width:100%;    
}
#top .content {
    width:986px;
    height:123px;
}
#top .content .left {
    width:290px;
    float:left;
    text-align: left;
    height:123px;
}
#top .content .left img {
    margin-top: 17px;
    border: 0;
}
#top .content .right {
    width:696px;
    float:right;
    position: relative;
    height:123px;
}
#top .busca {
    background:#fff url(../img/layout/bg_degrade.jpg) repeat-x 0 -60px;
    height:40px;
    line-height:40px;
    width: 540px;
    float: right;
    text-align: center;
    *line-height:40px;
    _line-height:40px;
    border: 1px solid #cdcdcd;
}
#top .busca .txt {
    background:#fff;
    border:none;
    width:250px;
    font-size:90%;
    margin:0 10px 0 15px;
    border: 1px solid #ccc;
}
#top .busca .txt, #top .busca select {
    padding:5px 3px 3px 4px;
    background-color: #fff;
    background-image: url(../img/layout/back_input.gif);
    background-position: top;
    background-repeat: repeat-x;
}
#top .busca select {
    border:1px solid #ccc;
    font-size:90%;
    padding:4px 2px 2px 3px;
}
#top .busca .botao {
    padding: 1px 5px 2px 5px;
    margin-left: 10px;
    font-size:85%;
    width:30px;
}

#top-faixa-sup .content {
    position: relative;
    top: 0;
    left: 0;
}

/*
	Formulario de login
*/

#form_login {
    display: none;
    position: absolute;
    z-index: 30;
    top: 10px;
    /*left: 380px;*/
    width: 210px;
    font-size: 11px;
    line-height: 20px;
    text-align:left;
    color:#333;
}

#form_login fieldset {
    background: #fff url(../img/layout/bg_degrade.jpg) repeat-x 0 -20px;
    border: 1px solid #ccc;
    padding: 5px 10px 7px 10px;
    -moz-border-radius:7px;
    -moz-border-radius-topleft: 0;
    -webkit-border-radius:7px;
    -webkit-border-top-left-radius: 0;
}
#form_login a {
    color:#36c;
    text-decoration:none;
}
#form_login a:hover {
    color:#333;
    text-decoration:underline;
}
#form_login input {
    font-size: 100%;
}
#form_login input[type="submit"]{
    padding:3px 6px;
    margin-left: 3px;
}

/*
#form_login input[type="text"], #form_login input[type="password"] {
    width: 129px;
    width: 125px\9;
    margin-bottom: 3px;
}
*/

/*
	Formulario de login (login.php)
*/
#login_leftFN{
    padding: 15px 18px;
    margin: 15px 0;
    border: 1px solid #ccc;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    background: #fff url(../img/layout/bg_degrade.jpg) repeat-x 0 -20px;
}
#login_left form, #cadastre-se form {
    width: 100%;
}

#login_left form fieldset, #cadastre-se form fieldset {
    padding: 15px 18px;
    margin: 15px 0;
    border: 1px solid #ccc;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    background: #fff url(../img/layout/bg_degrade.jpg) repeat-x 0 -20px;
}

#login_left form label, #cadastre-se form label {
    display: block;
    margin-bottom:5px;
}

#login_left form input[type="checkbox"] {
    float: left;
}

#login_left form input, #cadastre-se form input[type="text"], #cadastre-se form input[type="password"], #cadastre-se form select {
    display: block;
}

#cadastre-se form input[type="text"], #cadastre-se form input[type="password"] {
    width: 400px;
}

#login_left {
    width:462px;
    padding:0 15px 0 8px;
    min-height: 500px;
    float: left;
}

#login_right {
    float: right;
    width:470px;
    padding:0 15px 0 8px;
}

.input_ok {
    padding: 10px;
    background: #cfc;
    border: 1px solid #9c9;
}
.input_error {
    padding: 10px;
    background: #fcc;
    border: 1px solid #c99;
}
#login_right #msg_email, #login_right #msg_senha, #login_right #msg_cpf, #login_right #msg_cnpj {
    color: #600;
    font-size: 85%;
}

/*
    Barra de navegacao geral
*/
.navegacao-geral {
    width: 100%;
    color: #666;
    font-size: 85%;
    clear: both;
    height: 30px;
    background: #fff;
    line-height: 30px;
    _line-height: 30px;
    *line-height: 30px;
}
.navegacao-geral .content {
    width: 986px;
    text-align: left;
    overflow: hidden;   
}
.navegacao-geral a {text-decoration: underline; color: #666;}
.navegacao-geral a:hover {text-decoration: none;}
.navegacao-geral .navega-links {margin-left: 20px; float: left;}
.navegacao-geral .navega-links-abas {float: right; margin-right: 5px;}
.navegacao-geral .navega-links-abas a {
    background: #e3e3e3;
    padding: 0 12px;
    text-decoration: none;
    display: block;
    height: 23px;
    line-height: 23px;
    font-size: 110%;
    color: #444;
    margin-top: 7px;
    -moz-border-radius:8px;
    -moz-border-radius-bottomleft: 0;
    -moz-border-radius-bottomright: 0;
    -webkit-border-radius:8px;
    -webkit-border-bottom-left-radius: 0;
    -webkit-border-bottom-right-radius: 0;
}
.navegacao-geral .navega-links-abas a:hover {color: #fff; background: #cbcbcb;}

/*
    Elementos do miolo
*/
#miolo {
    width: 100%;
    
    /*min-width: 986px;*/
    
    overflow:hidden;
    position:relative;
    background-color: #fff;
    /*background-image: url(../img/layout/bg_miolo.png);
    background-repeat: repeat-y;
    background-position: top center;*/
}
#miolo .content {
    
    text-align:left;
    overflow: hidden;
}
#miolo .busca {
    background:#fff url(../img/layout/bg_degrade.jpg) repeat-x 0 -60px;
    text-align: center;
    border: 1px solid #cdcdcd;
    margin: 15px 0;
    padding: 7px;
    line-height: 30px;
}
#miolo .busca select {
    border:1px solid #ccc;
    font-size:120%;
    margin-left: 10px;
}
#miolo .busca .botao {
    margin-left: 10px;
    font-size:100%;
    width:70px;
    text-align: center;
    vertical-align: middle;
    height: 20px;
    margin-top: -1px;
}
#miolo_center {
    width: 800px;
    margin: auto;
}
#miolo_left {
    padding:0 18px 0 0;
    width: 650px;
    float: left;
}
#miolo_left .content {
    width: 645px;
}
#miolo_left .content p {
    margin: 10px 0;
}
#miolo_right {
    width:300px;
    float:right;
}

#texto {
    line-height: 17px;
    font-size: 15px;
    line-height: 22px;
}
#texto p {
    margin-bottom: 20px
}
#texto ol, #texto ul {margin:10px 0 10px 20px;}
#texto li {margin: 0 0 7px 10px;}
#texto a { text-decoration: none; color: rgb(51, 102, 255); }
#texto a:hover {text-decoration: underline;}
#texto img { padding: 7px; }
/*
	Box de ferramentas
*/
.ferramentas{
    background:#fff url(../img/layout/bg_degrade.jpg) repeat-x 0 -80px;
    padding:2px 0 0 0;
    border:1px solid #ccc;
    margin:10px 0;
    font-family:Tahoma, Arial, Geneva, sans-serif;
    font-size:12px;
    text-align:center;
    clear: both;
}
.ferramentas ul { list-style:none; }
.ferramentas li { 
    display:inline;
    padding:0 10px 0 8px;
    border-right:1px dotted #999;
    height:22px;
    line-height:22px;
    vertical-align:middle;
}
.ferramentas .ultimo{border:none;}


/*
	Comentarios
*/
.comentario {
    margin-top: 10px;
    background: #fff url(../img/layout/comment-div-start.png) repeat-y left;
    overflow: hidden;
}

.comentario .img img {
    float: left;
    margin-right: 5px;
    border: 0;
    padding: 3px;
    border: 1px solid #cdcdcd;
}

.comentario .top {
    width: 515px;
    height: 25px;
    background: #fff url(../img/layout/postinfo-bg.gif) repeat-x top;
    line-height: 25px;
    overflow: hidden;
}

.comentario .top h3 {
    display: inline;
    margin-left: 5px;
    margin-right: 3px;
}
.comentario .top img {
    margin-right: 3px;
}
.comentario .top, .comentario .coment {
    margin-left: 85px;
}

.comentario .coment {
    background: #fff url(../img/layout/comment-bg.png) repeat-x top;
    padding: 7px 5px;
    font-size: 95%;
    color: #333;
}
.comentario .coment p {
    width: 505px;
    padding-top: 0px;
    margin-top: 0px;
}
.comentario .coment ul {
    margin: 7px 0 0 30px;
}
.comentario .numero {
    color: #c60;
    display: inline;
    margin-left: 5px;
}

.comentario .rodape {
    margin-top: 3px;
    font-size: 90%;
    color: #666;
}

#form_comentario {
    display: none;
}

#comentario {
    margin: 10px;
    padding: 10px;
}
#opiniao_top {
    margin-top:25px;
}
#opiniao_top h2 {
    display: inline;
}
#area_comentarios{
    margin:10px 0;
}
.reply {
    margin-top: 10px;
    clear: both;
}
.reply .top {
    margin-left: 64px;
    width: 444px;
}
.reply .coment {
    margin-left: 64px;
    width: 434px;
}
.reply .coment p {
    width: 434px;
}

/*
    Elementos do rodape
*/

#rodape {
    width:100%;
    min-width: 986px;
    background:#fff url(../img/layout/bg_degrade.jpg) repeat-x top;
    border-top:1px solid #ccc;
    padding-bottom:10px;
    z-index: 5;
}
#rodape .content {
    width:966px;
    text-align:left;
    overflow: hidden;
    margin: 25px auto 0;
    padding: 0 10px;
}
#rodape a{
    color:#555;
    text-decoration:none;
}
#rodape a:hover {
    color:#000;
    text-decoration:underline;
}
#rodape h3{
    color:#176b85;
    text-transform:uppercase;
    font-weight:normal;
    font-size:135%;
    margin-right: 3px;
    text-shadow: 1px 1px 1px #ccc;
}
#rodape h3 a{
    color:#176b85;
    text-decoration:none;
}
#rodape h3 a:hover{
    color:#176b85;
    text-decoration:none;
}
#rodape .rodape-links{
    float:left;
    position: relative;
    margin-bottom: 30px;
}
#rodape .rodape-links ul{
    font-size:80%;
    list-style-type:none;
    margin-right:25px;
    border-left:1px solid #cdcdcd;
    padding-left:20px;
    float: left;
}
.rodape-connect{
    float: right;
    text-align:right;
}
.rodape-connect h3{
    color:#176b85;
    text-transform:uppercase;
    font-weight:normal;
    font-size:100%;
    margin-bottom:5px;
}
.rodape-connect ul{
    font-size:80%;
    list-style-type:none;
}
.rodape-connect li{
    list-style-type:none;
    display:inline;
    margin-left:5px;
}
.rodape-connect img{
    border:0;
    opacity: 0.66;
    filter:alpha(opacity=65);
}
.rodape-connect a:hover img {
    opacity: 1;
    filter:alpha(opacity=100);
}
.rodape-connect-links { margin-top: 15px; font-size: 90%; }
.rodape-connect-links a { text-decoration: underline; }
.rodape-connect-links a:hover { text-decoration: none; }
.copyright{
    clear: both;
    font-size:80%;
    overflow:hidden;
    margin-bottom: 5px;
}
.copyright img{
    float:left;
    margin-right: 7px;
    border:none;
}

/*
	Elementos da publicidade
*/
.zonabanner{}
#publicidade-fim-texto{ margin:20px 0;}
#publicidade-fim-texto p { padding-bottom:2px; border-bottom:1px dotted #ccc; }
#publicidade-fim-texto ul { background:#f8f8f8; padding:8px 10px; }
#publicidade-fim-texto li { display:inline; list-style:none; }
#publicidade-fim-texto .botaobanner { padding-left:17px; margin-left:14px; }
#banner-varios-sidebar { margin:7px 0 20px 0; clear: both; }
#banner-varios-sidebar .left {float: left; width: 145px; text-align: center;}
#banner-varios-sidebar .right {margin-left: 150px; text-align: center;}
#banner-varios-sidebar .bannerbotao {margin-top: 30px;}




#banner728x90-rodape { 
    width:100%;
    height:90px;
    min-width: 986px;
    margin: 15px 0;
    clear: both;
    overflow:hidden;
    text-align:center;
    background-color: white;
}
#banner728x90-rodape img { background-color: #fff; }
#banner300x250-sidebar1 { margin-bottom: 20px; z-index: 0; }
#banner300x100-sidebar1 { margin-bottom: 20px; z-index: 0; }


/* 
	Elementos do leia mais
*/
#leiamais{ margin:20px 0 10px 0; }
#leiamais p{
    text-transform:lowercase;
    width:auto;
    background:#777 url(../img/layout/box_fundo_topo.png) repeat-x 0 -13px;
    color:#FFF;
    font-size:180%;
    font-weight: normal;
    padding:3px 15px;
}
#leiamais p a { color:#FFF; text-decoration:none; text-shadow:#000 1px 1px 1px; }
#leiamais p a:hover { color:#FFF; text-decoration:none; text-shadow:none; }
#leiamais ul { list-style:none; border:1px solid #ccc; border-top:0; }
#leiamais li { padding:10px 15px; font-size:85%; }
#leiamais li a { color:#555; }
#leiamais li a:hover { color:#000; }

.agenda_item {
    margin: 10px 0;
}
#p_agenda {
    height: 73px;
    margin: 10px 0;
}
#p_agenda img {
    float: left;
}

#frases {
    margin: 25px 0;
    background: #fff url(../img/layout/abreaspas.gif) no-repeat left top;
    font-size: 90%;
    color: #444;
}

#frases p {
    margin-left: 45px;
}

#frases .item {
    background: #fff url(../img/layout/fechaaspas.gif) no-repeat right bottom;
    min-height: 30px;
}

/*
    Elementos do sidebar
*/
.sidebar-box{
    margin-bottom: 20px;
    border: 1px solid #cdcdcd;
    border-top: 3px solid #00909e;
}
.sidebar-box .box-rotulo {
    text-transform:uppercase;
    color: #00909e;
    font-size: 150%;
    font-weight:normal;
    border-bottom: 1px solid #cdcdcd;
    padding: 7px 10px;
    text-shadow: 1px 1px 1px #ccc;
}
.sidebar-box .box-content {
    font-size: 85%;
    background: #fff url(/img/layout/bg_degrade_inclinado.png) no-repeat right 40px;
    overflow: hidden;
}
.sidebar-box .box-content a img {border: 3px solid transparent;}
.sidebar-box .box-content a:hover img {border: 3px solid;}

.sidebar-box ul {
    list-style: none;
    padding: 0 10px;
}
.sidebar-box li{
    background: #fff url(../img/layout/borderbottom.gif) repeat-x left bottom;
    padding: 5px 0;
    font-size: 90%;
}
.sidebar-box li.ultimo{
    background-image: none;
}
.sidebar-box .oculto {
    display: none;
}
.sidebar-box .link-destaque {
    font-weight: bold;
    font-size: 120%;
    text-align: center;
    text-transform: uppercase;
    color: #00909e;
    display: block;
    width: 100%;
}
.sidebar-box .link-destaque:hover {
    color: #f00;
}
.sidebar-box .limitado {padding: 0 10px 5px 10px;}
.sidebar-box .limitado li {
    list-style: url(../img/layout/bullet-arrow-list.png);
    margin: 0 5px 0 13px;
    background: #fff url(../img/layout/borderbottom.gif) repeat-x left bottom;
    padding: 5px 0 6px 0;
    font-size: 90%;
}
.sidebar-box .bot-expandir {
    height: 8px;
    background-color: #00909e;
    background-image: url(../img/layout/seta-box-mais.png);
    background-position: center 2px;
    background-repeat: no-repeat;
    color: #fff;
    cursor: pointer;
}
.sidebar-box .horizontal { margin: 12px 0 7px 0; }
.sidebar-box .horizontal li {
    display: inline;
    border: 0;
    background: none;
    padding-right: 7px;
}

/*
   Formularios
*/
/*
select, input[type="text"], input[type="password"] {
    font-size: 95%;
    padding: 5px 2px 3px 2px;
    background: #fff url(../img/layout/back_input.gif);
    background-position: top;
    background-repeat: repeat-x;
    border: 1px solid #cdcdcd;
}
*/
textarea{
    font-size: 95%;
    padding: 5px 2px 3px 2px;
    background: #fff url(../img/layout/back_input.gif);
    background-position: top;
    background-repeat: repeat-x;
    border: 1px solid #cdcdcd;
}

select {padding: 4px 2px 2px 2px;}
/*
input[type="submit"]{
    background:#777 url(../img/layout/box_fundo_topo.png) repeat-x 0 -7px;
    border: 1px solid #666;
    font-family:'Ubuntu', Arial, Helvetica, sans-serif;
    font-size: 85%;
    text-transform: uppercase;
    padding: 1px 5px 2px 5px;
    height: 23px;
    margin: 0;
    color: #fff;
    cursor: auto;
}

input[type="submit"]:hover{
    background:#777 url(../img/layout/box_fundo_topo.png) repeat-x 0 -20px;
    border: 1px solid #555;
}
*/
input[type="button"], .botao {
    background:#777 url(../img/layout/box_fundo_topo.png) repeat-x 0 -7px;
    border: 1px solid #666;
    font-size: 85%;
    text-transform: uppercase;
    padding: 1px 5px 2px 5px;
    height: 26px;
    margin: 0;
    color: #fff;
    cursor: pointer;
}
input[type="button"]:hover, .botao:hover {
    background:#777 url(../img/layout/box_fundo_topo.png) repeat-x 0 -20px;
    border: 1px solid #555;
    color: #fff;
}
/*
    
*/
.formulario {
    margin: 15px 0;
    background:#fff url(../img/layout/bg_degrade.jpg) repeat-x 0 0;
    border: 1px solid #cdcdcd;
}
.formulario form {
    margin: 10px 15px;
}
.formulario form input {
    margin: 2px 0 7px 0;
}
.formulario form input[type="text"], .formulario form input[type="password"] {
    width: 98%;
}
.formulario form select, .formulario form textarea {
    margin: 2px 0 7px 0;
    width: 98%;
}
.formulario form select option {
    padding: 1px 3px;
}

.formulario form select, .formulario form textarea, /*.formulario form input[type="text"],*/
.formulario form input[type="password"] {
    font-size: 95%;
    padding: 5px 2px 3px 2px;
    background-color: #fff;
    background-image: url(../img/layout/back_input.gif);
    background-position: top;
    background-repeat: repeat-x;
    border: 1px solid #cdcdcd;
}
.formulario ul {padding: 7px 0;}
.formulario ul li {
    list-style: url(../img/layout/bullet-arrow-list.png);
    margin-left: 25px;
    padding: 3px 0;
}
/*

*/
#maismais {
    border: 1px solid #cdcdcd;
    border-top: 3px solid #00909e;
}
#maismais > ul {
    clear: right;
    height: 30px;
}
#limaislidos, #limaiscomentados {
    list-style: none;
    float: left;
    line-height: 30px;
    display: block;
    width: 139px;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: normal;
    padding-left: 10px;
    cursor: pointer;
    margin: 0;
    background: #00909e;
    color: #fff;   
    text-shadow: none;
}
#limaislidos.on, #limaiscomentados.on {
    background: #fff;
    color: #00909e;
    text-shadow: 1px 1px 1px #bbb;
}
#maislidos, #maiscomentados {
    width: 100%;
    padding: 5px 0;
}
#maiscomentados {
    display: none;
}
#maislidos li, #maiscomentados li {
    list-style: url(../img/layout/bullet-arrow-list.png);
    margin: 0 5px 0 23px;
    /*background: #fff url(../img/layout/borderbottom.gif) repeat-x left bottom;*/
    padding: 5px 0 6px 0;
}
#maislidos a, #maiscomentados a {
    text-decoration: none;
    color: #000;
}
#maislidos a:hover, #maiscomentados a:hover {
    color: #00909e;
}

#miniCarrinho {
    width: 300px;
    background: #fff;
    position: absolute;
    line-height: 14px;
    top: 20px;
   /* right: 40px;*/
    margin-left: -280px;
    z-index: 30;
    text-align: left;
    display: none;
    cursor: pointer;
    border: 1px solid #cdcdcd;
    border-top: 3px solid #00909e;
    -moz-border-radius: 7px;
    -moz-border-radius-topleft: 0;
    -moz-border-radius-topright: 0;
    -webkit-border-radius:7px;
    -webkit-border-top-left-radius: 0;
    -webkit-border-top-right-radius: 0;
}


#miniCarrinho h2 {
    text-transform:uppercase;
    color: #00909e;
    font-size: 170%;
    font-weight:normal;
    border-bottom: 1px solid #cdcdcd;
    text-align: center;
    margin: 0;
    width: 100%;
}
#miniCarrinho table {
    width: 300px;
    font-size: 85%;
    list-style: none;
}
#miniCarrinho table td {background: #fff url(../img/layout/borderbottom.gif) repeat-x left bottom; padding: 3px 0 4px 0; color: #000;}
#miniCarrinho .quantidade{width: 20px; text-align: center;}
#miniCarrinho .preco{width: 60px; text-align:right; padding-right: 8px;}
#miniCarrinho .total{
    text-align: right;
    font-weight: bold;
    padding: 2px 8px;
    background:#fff url(../img/layout/bg_degrade.jpg) repeat-x 0 -85px;
    -moz-border-radius: 7px;
    -moz-border-radius-topleft: 0;
    -moz-border-radius-topright: 0;
    -webkit-border-radius:7px;
    -webkit-border-top-left-radius: 0;
    -webkit-border-top-right-radius: 0;
}

/*
    Abas para divisao de conteudo dento do miolo left
*/
#abas {
    margin-bottom: 30px;
    padding: 15px 20px;
    border: 1px solid #cdcdcd;
    background: #fff url(../img/layout/bg_degrade_inclinado.png) no-repeat right bottom;
    -moz-border-radius:10px;
    -webkit-border-radius:10px;
    overflow: hidden;
}
#abas #texto {
    width: 600px;
    font-size: 95%;
}
#abas .content .show_extra {
    display: none;
    overflow: hidden;
}

#abas-menu-top {
    /*width: 608px;*/
    
    /*height: 35px;*/
    
    background: #00909e;
    margin-bottom: 10px;
    border-radius:7px;
    -moz-border-radius:7px;
    -webkit-border-radius:7px;
}

#abas-menu-top li {
    margin: 10px 0 0 10px;
    line-height: 19px;
    _line-height: 19px;
    *line-height: 19px;
    list-style: none;
    float: left;
}

#abas-menu-top li a {
    display: block;
    background: #00909e;
    color: #fff;
    padding: 2px 9px 4px 10px;
    text-transform: lowercase;
    font-weight: normal;
    font-size: 16px;
    border-radius: 7px 7px 0 0;
    -moz-border-radius: 7px;
    -moz-border-radius-bottomleft: 0;
    -moz-border-radius-bottomright: 0;
    -webkit-border-radius:7px;
    -webkit-border-bottom-left-radius: 0;
    -webkit-border-bottom-right-radius: 0;
}

#abas-menu-top li a.on {
    background: #fff;
    color: #00909e;
}

#abas-menu-top li a:hover {
    background: #00909e;
    color: #FFD700;
}

#abas-menu-top li a.on:hover {
    background: #fff;
    color: #00909e;
}


.col-a-loja {
    width: 743px;
    float: left;
    padding: 20px 20px 0;    
    border-right: 1px solid #dedede;
}
.col-b-loja {
    width: 340px;
    float: left;
    padding: 20px 20px 0;
    
    margin-left: -1px;
}


.botao_submit{
    background:#777 url(../img/layout/box_fundo_topo.png) repeat-x 0 -7px;
    border: 1px solid #666;
    font-size: 85%;
    text-transform: uppercase;
    padding: 1px 5px 2px 5px;
    height: 23px;
    margin: 0;
    color: #fff;
    cursor: auto;
}