/*
    Document   : main
    Created on : 05/08/2009, 14:35:26
    Author     : luan
    Description:

        Purpose of the stylesheet follows.
*/

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

root {
    display: block;
}

body,html{
    margin:0px;
    padding:0px;
    width:100%;
    font-family:verdana;
    text-align: center;
}

body ul{
    margin:0;
}

#all{
    margin:0 auto;
    width: 1000px;
    text-align: left;
}

a{
    text-decoration:none;
    color:#225289;
}

img{
    border:0px;
}

/*Topo*/
#topo{
    background:url(../imgs/header_bg.png) no-repeat bottom center ;
    height:140px;
    width:100%;
}

#topo-logo{
    float:left;
    padding:35px 0 0 50px;
    width:22%;
}

#topo-links{
    float:left;
    height:37px;
    padding-left:10%;
    padding-top:25px;
    text-align:right;
    width:452px;
}

#topo-links ul li{
    float:left;
    list-style:none;
    padding-left:10px;
    font-size:11px;
    color:white;
}

#topo-busca{
    float:left;
    height:35px;
    padding:0;
}

.input-busca{
    margin: 0 5px;
    float:left;
    background:url(../imgs/input_busca.png) no-repeat center center;
    height:28px;
    width:549px;
}

.botao-busca a{
    background:transparent url(../imgs/botao_buscar.png) no-repeat scroll 0 0;
    color:#464646;
    display:block;
    font-size:14px;
    height:23px;
    text-align:center;
    width:69px;
}

.botao-busca{
    margin:2px 0;
    float:left;
}

.botao-busca-topo{

}

/*Toposubmenu*/
#topo-links ul.menu-title li ul {
    display: none;
    border:1px solid #CDCDCD;
}

#topo-links ul.menu-title li:hover ul {
    display: block;
}

.topo-submenu{
    font-size:9px;
    background:white;
    width:130px;
    margin:0px ;
    text-align:left;
    font-family:verdana;
    line-height:10px;
    padding:10px 0px  10px 5px;
    position:absolute;
}

.menu-title{
    float:right;
}

.topo-hover{
    color:white;
    display:block;
}

.topo-submenu-title a{
    color:#1B1464;
    font-size:8px;
}

.topo-submenu-title a:hover{
    color:#666;
}

.topo-submenu-title{
    font-family:verdana;
    font-size:9px;
    line-height:10px;
    margin:0;
    opacity:0.9;
    padding:10px 0 10px 5px;
    text-align:left;
    width:130px;
}

/*Menu*/
#left{
    float:left;
    margin:0 0 0 10px;
    width:16%;
}

#menu{
    background:url(../imgs/menu_bg.png) repeat-x center center;
    width:100%;
    height:42px;
}

/*Categorias*/
#categorias{
    margin:5px 0;
}

#cat-topo img{
    vertical-align:middle;
    padding:0 5%;
}

#cat-topo{
    background:transparent url(../imgs/titulos_bg.png) repeat-x scroll center center;
    color:white;
    font-family:Arial;
    font-size:11px;
    font-weight:bold;
    height:35px;
    line-height:35px;
    text-align:left;
    text-transform:uppercase;
}

#cat-conteudo ul{
    padding-left: 0;
    margin:0px;
}

#cat-conteudo ul li a{
    padding-top: 3px;
    padding-bottom: 3px;
    color:#004f6b;
    display: block;
    padding-left: 3px;
}

#cat-conteudo ul li a:hover{
    background:#F0F0F0;
    color: #004F6B;
}

#cat-conteudo ul li{
    list-style:none;
    font-size:12px;
    padding-bottom: 5px;
}

#cat-conteudo{
    font-size:12px;
    border:1px solid #CDCDCD;
    background-color:white;
}

/**/
#footer{
    height:138px;
    width:100%;
    float:left;
    background:url(../imgs/footer_bg.png) repeat-x center center;
}

#bottom-busca{
    height:45px;
    margin:0 auto;
    padding:20px 0 0;
    width:630px;
}

#bottom-busca input{
    border:0px;
    height:20px;
    margin:5px 0 0 5px;
    width:540px;
    background:transparent;
}

#bottom-busca .botao-busca a{
    color:#3d3d3f;
}

.input-busca{
    margin: 0 5px;
    background:url(../imgs/input_busca.png) no-repeat center center ;
    height:28px;
    width:549px;
    color:#3d3d3f;
}

#bottom-info{
    color:#1B1464;
    font-size:11px;
    height:20px;
    line-height:8px;
    /*margin-left:20%;*/
}

#footer-bottom-info a{
    color:#1B1464;
}

#footer-bottom-info{
    width:100%;
    margin:0 auto;
    color:#1B1464;
    font-size:11px;
    height:45px;
    line-height:45px;
}

#bottom-logo{
    float:right;
    width:200px;
}

#bottom-conteiner ul{
    width:100%;
    margin:0px;
    padding:0px;
    font-size:11px;
    clear:both
}
#bottom-conteiner ul li a{
    color:#7f7f7f;
}

#bottom-conteiner ul li{
    display:inline;
    margin:5px;
    padding:5px;
}

#bottom-links{
    margin:0 auto;
    width:604px;
}

/*Acompanhe*/
#acompanhe{
    float:left;
    width:100%;
    height:70px;
    text-align:center;
    border: 0px solid;
}

#acompanhe #acompanhe-center h5{
    border: 0px solid;
    margin: 0px 0px 15px;
    color: #3CB7D7;
}

#acompanhe #acompanhe-center a{
    float: left;
    margin:0px 3px;
}

#acompanhe #acompanhe-center a img{
    padding-left: 2px;
}

/*Agenda*/
#agenda{
    margin:5px 0;
    width:168px;
    float:left;
}

#agenda #agenda-topo{
    font-size:11px;
    font-weight:bold;
    color:white;
    line-height:33px;
    text-align:left;
    background:url(../imgs/titulos_bg.png) repeat-x center center;
    height:33px;
}

#agenda #agenda-topo img{
    vertical-align:middle;
    padding:0 5%;
}

#agenda #agenda-conteudo ul {
    padding:0px;
    margin:10px 0px 20px 7px;
    width:90%;
    float: left;
    border: 0px solid;
}

#agenda #agenda-conteudo ul li{
    list-style:none;
    text-align:left;
    font-size: 11px;
}

#agenda #agenda-conteudo ul li a{
    color:#004f6b;
}

#agenda #agenda-conteudo img{

}

#agenda #agenda-conteudo{
    text-align:center;
    font-size:12px;
    border:1px solid #CDCDCD;
    background:white url(../imgs/boxs_bg.png) repeat-x bottom center;
}

#agenda #agenda-conteudo ul li#texto{
    line-height: 15px;
    margin: 5px 0px;
    float: left;
}

.bgbox{
    background:white url(../imgs/boxs_bg.png) repeat-x bottom center;
}

div.content-min{
    float:left;
    width: 49%;
    margin: 0px 0px 5px 0px;
    margin-left: 1px;
    font-family: Verdana, Arial;
	font-size: 10px;
    color: #717171;
}

div.content-min div.content div.bgbox div.info2 ul{
	margin: 10px 0px;
	list-style:none;
}

div.content-w{
    width: 100%;
    font-family: Verdana, Arial;
    margin: 5px 0;
    color: #717171;
}

div.content-w img{
    border: 0;
}

div.tabs ul{
    padding: 0px;
    margin: 0px;
    list-style: none;
}

div.tabs ul li{
    float: left;
    line-height: 35px;
    display: inline-block;
    padding-left: 10px;
    padding-right: 10px;
    font-family: Arial;
    font-weight: bold;
    color: #1B1464;
}

div.tabs ul li.title{
    background: url(../imgs/tab.png) repeat-x;

}

div.tabs ul li.title img.seta{
    vertical-align: middle;
    padding-right: 7px;
}

div.tabs ul li.subtitle{
    background: url(../imgs/subtab.png) repeat-x;
}

div.content{
    clear: both;
}

div.content div.info{
    background-color:white;
}

div.content div.barra-busca{
    line-height: 36px;
    background: url(../imgs/barra.png) repeat-x;
    padding-right: 20px;
    text-align: right;
}

div.content div.barra-busca a{
    text-decoration: none;
    font-size: 10px;
    color: #555555;
}

div.content div.barra-busca img{
    padding-right: 5px;
    vertical-align: middle;
}

/*Mais buscados*/
#mais-buscados{
    text-align: center;
    background-color:white;
    width:170px;
    margin-top:30px;
}

.mais-buscados-topo h3{
    font-weight:normal;
    color:#11a9cf;
    margin-bottom:0px;
}

.mais-buscados-titulo{
    margin:0 auto;width:143px;
}

.mais-buscados-all a {
    text-decoration: none;
    text-transform: uppercase;
    color: #58595B;
}

.mais-buscados-all a:hover {
    text-decoration: underline;
}

.mais-buscados-all a span.h1{
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bold;
}

.mais-buscados-all a span.h2{
    font-size: 14px;
    text-transform: uppercase;
}

.mais-buscados-all a span.h3{
    font-size: 12px;
    text-transform: uppercase;
}

.mais-buscados-all a span.h4{
    font-size: 10px;
    text-transform: uppercase;
    font-weight: bold;
}

/*mais vendidos*/
#mais-vendidos{
    margin:5px auto;
    background:url(../imgs/mais_vendidos.png) no-repeat center center;
    width:173px;
    height:559px;
}

div.form-success-msgs, div.form-warning-msgs,  div.form-error-msgs {
    width: 100%;
    margin-top: 5px;
    margin-bottom: 5px;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding: 5px 0px 5px 0px;
    margin: 0px auto;
    border-bottom: 2px solid #ddd;
    text-align: center;
}

div.form-success-msgs h2, div.form-warning-msgs h2, div.form-error-msgs h2 {
    color: #000;
    font-size: 18px;
    margin: 7px 0px 7px 0px;
}

div.form-success-msgs ul, div.form-warning-msgs ul, div.form-error-msgs ul {
    list-style-type: none;
    padding: 0px;
    margin: 0px
}

div.form-success-msgs ul li, div.form-warning-msgs ul li, div.form-error-msgs ul li {
    font-family: verdana;
    font-size: 12px;
    padding: 0px;
    margin: 10px 0px 10px 0px;
}

div.form-success-msgs a, div.form-warning-msgs a, div.form-error-msgs a {
    color: #00569D;
    text-decoration: none;
    font-weight: bold
}

div.form-success-msgs a:hover, div.form-warning-msgs a:hover, div.form-error-msgs a:hover {
    color: #0076bD;
}

div.success{
    padding:30px;
    text-align: center;
}

div.buscados {
    background:#fff;
    padding:10px 0px 10px 0px;
    margin:3px 0px 5px 0px;
    border: 1px solid #B0DDF3;
}

div.buscados a {
    color:#666;
    font-size:12px;
    text-align:left;
    text-decoration:none;
}

div.buscados h1 a {
    color:#000;
    font-size:16px;
    text-align:left;
    text-decoration:none;
}

div.buscados p {
    color:#666;
    font-size:12px;
    text-align:left;
    margin:4px;
    text-indent:7px;
}

div.buscados p.not-found {
    text-align:center;
    margin:15px
}

div.buscados h1 {
    text-align:left;
    margin:10px 3px 3px 10px;
    font-size:16px;
    color:#333;
}

div.categorias {
    margin-top:5px;
    margin-bottom:10px;
}

div.categorias-conteudo{
    border:1px solid #cecece;
    border-top:0px;
    padding:10px 0px 10px 0px
}

div.categorias-conteudo a {
    color:#555;
    text-decoration:none;
    font-size:10px;
    font-weight:bold;
}

div.categorias-conteudo a:hover span {
    color:#555;
}

div.categorias-conteudo div.collapse a:hover strong {
    color:#666;
}

div.categorias-conteudo span {
    color:#004F6B;
    text-decoration:none;
    font-size:10px;
    font-weight:bold;
}

div.categorias-conteudo div.collapse {
    margin-top:2px;
    border-top:1px dotted #888;
    background:#efefef;
    margin-bottom:10px;
    padding-bottom:2px;
}

#topo-busca input{
    border-bottom:1px solid #F2F2F2;
    border-top:1px solid #949494;
    height:16px;
    width:680px;
}

#topo-busca{
    height:35px;
    margin-top:10px;
    padding:0;
}

.input-busca-topo{
    margin: 0 5px;
    float:left;
    height:28px;
}

.topo-conteiner{
    background:#CDCDCD none repeat scroll 0 0;
    height:24px;
    margin:0 auto 0 9px;
    width:980px;
    border-bottom:1px solid #8C9195;
    border-top:1px solid #D5DADE;
    padding-top:3px;
}

#topo-links{
    float:left;
    height:20px;
    padding-left:10%;
    text-align:right;
    width:560px;
}

#topo-links div.logado{
    color:#FFF; 
    margin: 0px 115px 5px 0px;
    font-size: 11px;
        height:13px;
}


#topo-links ul{
    border:0px solid;
    margin-right: 115px;
}

#topo-busca input{
    border-bottom:1px solid #F2F2F2;
    border-top:1px solid #949494;
    width:680px;
    background:white;
    float:left;
}

.botao-busca-topo{
    margin-left:15px;
    background-color:#52799A;
    height:20px;
    line-height:20px;
    width:40px;
    float:left;
}

.botao-busca-topo a{
    color:white;
    text-align:center;
    display:block;
    text-align:center;
}

ul.box_newsletters{
    border:0px solid red;
    float:left;
    width: 163px;
    height: 86px;
    text-align: center;
}

ul.box_newsletters li{
    list-style: none;
}

/*Agenda*/
#box_twitter{
    margin:10px 0px;
    width:161px;
    float:left;
}

#box_twitter_topo{
    font-size:11px;
    font-weight:bold;
    color:white;
    line-height:33px;
    text-align:left;
    background:url(../imgs/titulos_bg.png) repeat-x center center;
    height:33px;
}

#box_twitter_topo img{
    vertical-align:middle;
    padding:0 5%;
}

#box_twitter_conteudo{
    text-align:center;
    font-size:12px;
    border:1px solid #CDCDCD;
    background:white url(../imgs/boxs_bg.png) repeat-x bottom center;
}


#box_twitter #box_twitter_conteudo ul {
    padding:0px;
    margin:5px 7px;
    float: left;
    width:90%;
}

#box_twitter #box_twitter_conteudo ul li{
    list-style:none;
    font-size:12px;
    text-align:left;
    float: left;
}

#box_twitter #box_twitter_conteudo ul li a{
    color:#004f6b;
    float: left;
}

#box_twitter #box_twitter_conteudo ul li#texto{
    line-height: 15px;
    float:left;
}

#box_twitter #box_twitter_conteudo ul li#texto p{
    color:#004F6B;
    margin:5px 0px 15px;
    float: left;
    border: 0px solid;
    font-size: 11px;
    max-width: 141px;
    word-wrap: break-word;
}

#box_twitter #box_twitter_conteudo ul li#texto a{
    color:#717171;
    line-height: 15px;
    float: left;
    margin-right: 5px;
}
/*
 style="color:#004F6B;margin:0 0 5px 0;"
*/

/*
        NEWSLETTER
*/
.aside {
    width:158px;
    float:right;
    margin:30px 0 0 0;
    overflow:hidden;
}
.news {
    margin: 0 0 14px 10px;
    overflow:hidden;
    width:151px;
    background:url(../imgs/bg-news.jpg) no-repeat bottom;
}
.news h4 {
    background:url(../imgs/ico-news.jpg) no-repeat;
    font:11px Trebuchet MS;
    color:#B1B3B3;
    text-transform:uppercase;
    width:121px;
    height:44px;
    padding:0 0 13px 36px;
}
.news form {
    width:151px;
    overflow:hidden;
    background:url(../imgs/bg-formNews.jpg) no-repeat top;
    padding:28px 0 0 0;
}
.news form fieldset {
    border:none;
    display:block;
}
.news form fieldset label {
    width:151px;
    display:block;
    overflow:hidden;
}
.news form fieldset label strong {
    text-transform:uppercase;
    color:#666;
    font-size:12px;
}
.news form fieldset label input {
    background:#EFEFEF;
    width:151px;
    font:12px Trebuchet MS;
    color:#666;
    height:19px;
    border:none;
}
.news form fieldset button {
    color:#fff;
    text-align:center;
    text-transform:uppercase;
    width:82px;
    height:25px;
    background:url(../imgs/enviar.png) no-repeat;
    cursor:pointer;
    border:none;
    font-size:11px;
    display:block;
    margin:15px  auto;
}

.agenda ul {
    padding: 5px 0px;
}

.agenda ul li{
    list-style: none;
    font-size: 10px;
    text-align: left;
    font-family: Verdana,Arial;
    margin-bottom: 5px;
}

.agenda ul li a.link-evento{
    color: #717171;
    text-decoration: underline;
}

.agenda ul li#texto{
    line-height: 15px;
    margin: 0 auto;
    padding: 0 auto;
}

.agenda ul li#texto p{
    color:#717171;
    margin:0 0 5px 0;
}

.content div.break {
    clear: both;
    margin: 10px;
    padding-top: 3px;
}

.content .formCadastro div.fields label {
    display: block;
    float: left;
    margin: 2px;
    padding: 2px;
}

.content div.break label.leftTwo {
    text-align: right;
    width: 149px;
}

div.login{
    border: 0px solid;
    width: 300px;
    text-align: right;
}

.logar {
    background: url("../imgs/enviar.png") no-repeat scroll 0 0 transparent;
    border: 0px solid !important;
    height: 26px;
    width: 85px;
}

.texto-inscricao{
    border: 0px solid;
    text-align: left;
    display: block;
    width:90%;
    margin:20px auto;
}

.finalizar-inscricao{
    border: 0px solid !important;
}

input.finalizar-inscricao{
    background: url("../imgs/bt_finalizar.png") no-repeat scroll 0 0 transparent;
    color: #FFFFFF;
    font-weight: bold;
    width: 121px;
}

.aviso-inscricao{
    margin: 10px;
}

dl.evento_informacoes{
    border-bottom: 1px solid;
    float:left;
    width:98%;
    margin:15px 0px 15px 10px;
    padding-bottom: 5px;
    display: block;
}

dl.evento_informacoes dt{
    color: #1C4570;
    padding:5px 0px;
    font-weight: bold;
}

.boxIdentificacao{
    border: 0px solid;
    float:left;
    width:70%;
    overflow:hidden;
}

.boxIdentificacao .boxLogin{
    float:left;
    overflow:hidden;
    display:block;
    width:100%;
    margin-left: 50px;
}

.boxIdentificacao .boxCadastrase{
    float:left;
    overflow:hidden;
    display:block;
    width:45%;
}

.boxIdentificacao .boxLogin form{
    margin: 50px 0 0 50px;
}

