/* ------------------------------------------------------------------------- */
/* TAGS HTML --------------------------------------------------------------- */
/* ------------------------------------------------------------------------- */
a, a:visited {
	text-decoration: none;
    color: #fcc236;
    font-size : 11px;
    font-weight: bold; 
}

a:hover {
	text-decoration: underline;
}

h1 {
    padding:0;
	margin: 0px 0px 10px 0px;
    color: #010000;
    font-size : 17px;
    font-weight: bold;
    text-align: left;    
}

h2 {
	margin: 0 0 10px 0;
	padding: 0;
    color: #eba702;
    font-size: 13px;
    font-weight: bold;
    text-align: left;
}

/* UTILIZADO PARA MENSAGENS DE ERRO */
h4 {
	color: #800000;
	font-size: 11px;
}

hr {
	clear: both;
	margin: 20px 0;
    height: 2px;
    border: 0;
	border-top: #ececec solid 1px;
	border-bottom: #fcfbfb solid 1px;
}

img {
	margin: 0 0 15px 0;
	padding: 0;
}

img.titulo {
	margin: 0 0 5px 0;
}

.contato input {
	color:#A8A8A8;
	font-size:12px;
	width:352px;
}

.contat input, .contato textarea, .contato select {
	font-family:inherit;
	font-size:inherit;
	font-weight:inherit;
	width:352px;
	color:#000000;
}

.contato .btnEnviar {
	width: 82px;
	height: 30px;
	border: 0px;
}


li, ul {
    list-style-type: square;
    color: #838383;
}

li {
	margin: 0 0 5px 0;	
}

p {
	margin: 0 0 10px 0;
	padding: 0;
    color: #838383;
    font-size : 11px;
    line-height: 21px; 
}

table {    
    color : #838383;
    border: 0;
    font-size : 11px;
    text-decoration : none;
    text-transform : none;
    vertical-align : middle;
}

td {
	padding: 3px;
}

tr, td, th {
	border: 0;
	border:0 none;
	font-size:12px;
	font-weight:bold;
	color:#000000;
}

ul {
	margin: 0 0 10px 15px;
}
/* ------------------------------------------------------------------------- */
/* ESTRUTURA PRINCIPAL ----------------------------------------------------- */
/* ------------------------------------------------------------------------- */
html,body {    
    background: url("../../images/estrutura/bg-body.jpg") top left repeat-x #ffffff; 
    color: #838383;
    font-family : Trebuchet MS, Verdana, Arial;
    font-size : 11px;
    font-weight: normal;
    text-align: center;
}

#corpo {
	width: 1000px;
    margin: 0 auto;
    text-align: left;
    position: relative;
}

#container, #container-capa {	
	position: relative;
	width: 1000px;
	_z-index: -1;
}

#container {
	background: url("../../images/estrutura/bg-container.jpg") top left no-repeat;
	padding: 108px 0 0 0;
}

/* ------------------------------------------------------------------------- */
/* LOGO -------------------------------------------------------------------- */
/* ------------------------------------------------------------------------- */

#logo {
	background: url("../../images/estrutura/bg-logo.jpg") top left no-repeat;
	width: 1000px;
    height: 190px;
    position: relative;    
}

#logo_estatico { /* IMAGEM */
	position: relative;
	top: 20px;
	left: 29px;	
}

#logo_estatico img {
	margin: 0;
	padding: 0;
	border: 0;
}		

#logo_dinamico { /* FLASH */

}

/* ------------------------------------------------------------------------- */
/* COLUNA ESQUERDA --------------------------------------------------------- */
/* ------------------------------------------------------------------------- */

#colunaesquerda {	
}

#sponsors {
}

/* ------------------------------------------------------------------------- */
/* COLUNA DIREITA ---------------------------------------------------------- */
/* ------------------------------------------------------------------------- */

#colunadireita {
}

#sponsors2 {
}

/* ------------------------------------------------------------------------- */
/* RODAPÉ ------------------------------------------------------------------ */
/* ------------------------------------------------------------------------- */

#rodape {
	background: url("../../images/estrutura/bg-rodape.jpg") top left repeat-x;
	position: relative;
	width: 100%;	
	height: 570px;	
	text-align: center;
}

#creditos {
	padding: 90px 30px 0 30px;
	width: 940px;
	_width: 1000px;
	height: 480px;	
	_height: 570px;	
	position: relative;
	clear: both;
	margin: 0 auto;
	font-family: Verdana, Trebuchet MS, Arial;
}

#creditos img {
	clear: both;
	margin: 0 0 40px;
}

#creditos p{
   color: #706d6d;
   font-size: 10px;
   font-weight: normal;
   text-decoration: none;
}

#creditos a, #creditos a:visited {
	font-size: 10px;
	font-weight: normal;
}

#creditos #texto-rodape {
	position: absolute;
	bottom: 10px;
	left: 30px;
	width: 940px;
}

/* LOGOMARCA DO b2mlportal */ 
#rodape_b2ml {
	position: absolute;
	width: 120px;
	height: 30px;
	right: 45px;
	bottom: 25px;
	_bottom: 15px;
}

#rodape_b2ml img {
	border: 0px;
	padding: 0px;
	margin: 0px;	
}

/* ------------------------------------------------------------------------- */
/* CONTEÚDO EM GERAL ------------------------------------------------------- */
/* ------------------------------------------------------------------------- */

#conteudo, .conteudo {
	background: url("../../images/estrutura/bg-conteudo.jpg") top left repeat-x #ffffff;
	position: relative;
	left: 0px;
	width: 940px;
	_width: 1000px;
	min-height: 560px;
	_height: 600px;
	padding: 40px 30px 0 30px;
    text-align: left;
}

/* Meia seção */
.quadro {
	width: 43%;
	_width: 45%;
	overflow: hidden; 
	float: left;
	border: none; 
	margin: 5px 2% 5px 2%; 
	padding: 0 1% 0 1%;
	text-align: left; 
	display: block;
}

/* Imagens ------------------------------- */
.imagem_canto, .imagem_esquerda {
	margin: 0 15px 15px 0;
	padding: 0;
	float: left;
}

.imagem_centralizada { 
   margin: 0 0 15px 0;
   padding: 0;
   clear: both;
}

.imagem_direita {
   margin: 0 0 15px 15px;
   padding: 0;
   float: right;
}

img.imagem_direita {
	float: right;
}

/* Produtos -------------------------------- */

.produto{
	width: 30%;
	height: 210px;
	float: left;
	text-align: center;
}

.produto img{
	border:1px solid #EBA702;
}

.produto h2{
	text-align: center;
}

.produto p{
	line-height:10px;
}

.produto a{
	color: #575757;
}

.preco-destaque{
	font-weight: bold;
	font-size: 12px;
}

/* Notícias -------------------------------- */
.comentario {
	width: 50%;
}

.bloco_de_noticias{
	margin: 0px 0px 10px 0px;
   	padding: 0;
   	border: 0;
   	color: #838383;
    font-size: 11px;
   	text-align: left;
}

.data-destaque {
	font-size: 11px;
	color: #938d6f;
}

.bloco_de_noticias p{  
    color: #838383;
    font-size: 11px;
}

.bloco_de_noticias a, .bloco_de_noticias a:visited{  
    font-size: 11px;
    text-transform: none;
    text-decoration: none;    
    font-weight:normal;
}

.bloco_de_noticias a:hover{      
    text-decoration: underline;    
}

/* Painel de Busca ------------------------- */
#busca {
	height: 25px;
	position: absolute;
	right: 20px;
	top: 59px;
	width: 250px;
}

#busca .campos{
	background: url("../../images/estrutura/bg-campo-busca.jpg") top left no-repeat;
	position: absolute;
	left: 0px;
	top: 0px;
	width: 190px;
	height: 22px;
	padding: 3px 5px;
	color: #9d9d9d;    
    font-weight: normal;
    font-size: 11px;
    text-decoration: none;
    border: 0;
}

#busca .botao{
	position: absolute;
	left: 200px;
	top: 1px;
	width: 42px;
	height: 21px;
}

/* Vídeos */
#video {
	padding: 10px 5px;
}

/* ------------------------------------------------------------------------- */
/* ESTILOS DO FORM DE CONTATO DO RODAPÉ (AJAX) ----------------------------- */
/* ------------------------------------------------------------------------- */

#contato-ajax {
	background: url("../../images/estrutura/bg-form-contato.jpg") top left no-repeat;
	position: absolute;
	right:20px;
	top:22px;
	width: 374px;
	height: 477px;
}

#contato-ajax a#link-topo {
	position: absolute;
	top: 4px;
	right: 10px;
}

#contato-ajax a#link-topo img {
	margin: 0;	
}

#contato-ajax input {
	position: absolute;
	width: 352px;
	height: 17px;
	background: none;
	border: 0;
	font-size: 11px;
	color: #a8a8a8;
	padding: 2px;
}

#contato-ajax #campo-nome {	
	top: 28px;
	left: 10px;
}

#contato-ajax #campo-email {
	top: 88px;
	left: 10px;
}

#contato-ajax #campo-telefone {
	top: 148px;
	left: 10px;
}

#contato-ajax #campo-empresa {
	top: 208px;
	left: 10px;
}

#contato-ajax #campo-comentario {
	position: absolute;
	background: none;	
	border: 0;
	width: 352px;
	height: 134px;	
	top: 268px;
	left: 10px;
	font-size: 11px;
	color: #a8a8a8;
	padding: 2px;
}

#contato-ajax #btn-enviar {
	background: url("../../images/estrutura/btn-enviar.jpg") top left no-repeat;
	position: absolute;
	bottom: 19px;
	left: 9px;
	width: 82px;
	height: 30px;
	cursor: pointer;	
}

#contato-ajax #loading {
	display: none;
	position: absolute;
	bottom: 20px;
	_bottom: 15px;
	left: 110px;
	width: 253px;
}

#contato-ajax #loading img {
	margin: 0 15px 0 0;
	padding: 0;
	border: 0;
	float: left;
}

#contato-ajax #mensagem  {
	display: none;
	position: absolute;
	bottom: 20px;
	left: 110px;
	font-size: 10px;
	line-height: 15px;
	margin: 0;
	color: #d89e42;
	width: 252px;	
}

/* ------------------------------------------------------------------------- */
/* ESTILOS DO FORUM -------------------------------------------------------- */
/* ------------------------------------------------------------------------- */

.form-forum input {
	width: 240px;
	font-size: 11px;
}

.form-forum .btnEnviar {
	width: 150px;	
}

#forum {
	width: 90%;
	margin: 0 auto 15px auto;
	text-align: center;
	clear: both;
}

#forum .topico {
	background: #FFFFFF;
	width: 100%;
	border: 1px solid #a5a5a5;
	position: relative;
	padding: 0;
	margin: 0 auto 5px auto;
}

#forum .topico h1 {
	font-size: 12px;
	color: #285783;
	width: 97.7%;
	_width: 100%;
	display: block;	
	background: #efefef;
	padding: 12px 0 3px 10px;
	margin: 0; 
}

#forum .topico h1 a {
	font-size: 12px;
	color: #285783;
}

#forum .topico .data-autor {
	position: absolute;
	color: #000000;
	top: 0;
	right: 10px;
	font-size: 10px;
}

#forum .topico p {
	text-align: left;
	padding: 10px;
	margin: 0;
	color: #000000;
	font-size: 11px;
}

#novotopico, #novaresposta {
	border: 1px solid #a9c4df;
	background-color: #f2f5f8;
	margin: 0 0 10px; 
}

.btnNovoTopico, .btnNovaResposta {
	font-size: 11px;
	width: 80px;
}

/* ------------------------------------------------------------------------- */
/* ESTILOS DE SEÇÕES E COMPONENTES ESPECÍFICOS ----------------------------- */
/* ------------------------------------------------------------------------- */

.quadro.c7 {
	margin: 0 0 15px;
	padding: 0 20px 0 0;
	width: 449px;
	_width: 470px;
	border-right: 1px solid #ececec;
}

.quadro.c8 {
	margin: 0 0 15px;
	padding: 0 0 0 20px;
	width: 449px;
	_width: 470px;
	border-left: 1px solid #ffffff;
}

.quadro.c10, .quadro.c12 {
	margin: 0 36px 0 0;
	padding: 0;
	width: 289px;
}

.quadro.c13 {
	margin: 0;
	padding: 0;
	width: 289px;
}

/*Imagens "Como Funciona", "Porque Comprar" e "Como Comprar" do rodapé*/
#creditos img.c16, #creditos img.c17, #creditos img.c18 {
	margin: 0 0 21px;
}