/* paramentros gerais */

body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	background-color: #767273;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
}

html {
     overflow: -moz-scrollbars-vertical;
  }
  
/* para topo.htm */  
  
#menu {
	text-align:center;
	color:#FFFFFF;
	font-size: 11px;
	font-weight: bold;	
}

#menu input {
	font-size: 11px;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #FF7109;
	background-color: #F8F8F8;
	border: #ffffff 1px solid;
	font-weight: bold;
	padding: 0 0 0 1px;
}
  
a.menu1 {
	color:#FFFFFF;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
}

a.menu1:hover {
	color:#113C8F;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;		
}

a.menu2 {
	color:#FFFFFF;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
}

a.menu2:hover {
	color:#A94E0A;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
}

/* fim topo htm*/

/* para banner.htm */

#banners {
	text-align:center;
	background-color:#FFFFFF;
	padding-top: 6px;
}

#espaco_banner {
	padding-bottom: 10px;
}

#promo_banners {
	text-align:right;
}

.borda1_promo {
	border: 2px solid #2D71F8;
}

.borda2_promo {
	border: 2px solid #F7A32C;
}

#txt_banner {
	font-size: 11px;
	color:#333333;
	text-align:center;
	padding: 8px 0 10px 0;
	line-height: 135%;
}

.nome_produto {
	font-weight: bold;
	font-size: 12px;
	text-transform:uppercase;
	color: #ff8933;
}

.img_novidades {
	float:right;
}

.img_notebook {
	margin: 3px 0 0;
}
/* fim banner.htm */

/* para menu.htm */

#menu_p {
	text-align:center;
	background-color:#FFFFFF;
	font-size: 11px;
	margin:0;
	padding:0;
}

#menu_links {
	text-align:center;
	background-color:#FFFFFF;
	font-size: 11px;
	padding-left: 8px;
}

#espaco_menu_p {
	padding-bottom: 10px;
}

#txt_menu a {
	font-size: 11px;
	color:#333333;
	line-height: 135%;
	text-decoration:none;
	margin: 0;
}

#txt_menu a:hover {
	font-size: 11px;
	color:#000000;;
	line-height: 135%;
	padding: 0px 0px 0px 8px;
	text-decoration:underline;
		margin: 0;
}

a.txt_menu {
	font-size: 11px;
	color:#333333;
	line-height: 180%;
	text-decoration:none;
	margin: 10px 0px 0px 8px;

}

a.txt_menu:hover {
	font-size: 11px;
	color:#000000;;
	line-height: 180%;
	padding: 10px 0px 0px 8px;
	text-decoration:underline;
		margin: 0;
}

.bg_linha {
	background-image:url(../imagens/barra_menu.gif);
	background-repeat:no-repeat;
	width: 150px;
	height: 1px;
	margin: 5px 0 5px 0;
}

.titulo_menu_p {
	font-weight: bold;
	font-size: 12px;
	text-transform:uppercase;
}

/* fim menu.htm */

/*meio.htm*/

#tabela_meio {
	color: #333333;
	font-size: 11px;
}
	

.bg_meio {
	background-image: url(../imagens/meio/bg.gif);
	background-repeat: no-repeat;
	width:148px;
	height:241px;
	padding: 3px 10px 3px 10px;
}

.avista_preco {
	font-size: 12px;
	color: #9dc03e;
	font-weight: bold;
}

.parcelado_preco {
	font-size: 12px;
	color: #2d71f8;
	font-weight: bold;
}

.img_espaco {
	padding-bottom: 5px;
}

.rodape {	
font-size: 11px;
color:#333333;
font-weight: bold;
}



/* classes gerais */

.hide { 
	display: none; 
}

.clear {
	clear: both;
}

div.clear {
	clear:both;
}

img {
	border: none;
}

.img_left {
	float: left;
	padding: 0 10px 5px 0;
}

.img_right {
	float: right;
	padding: 0 0px 5px 10px;
}

hr {
	margin-left: 0px;
	padding-left: 0px;
}

.left { 
	float:left;
	clear:both;
}

.right {
	float:right;
	clear:both;
}



/* produto_especificado.htm */

#bg_produtoespecificado {
	background-image:url(../imagens/meio/banner_descricao.jpg);
	background-repeat:no-repeat;
	width: 442px;
	height: 28px;
	text-align: left;
	padding-left: 10px;
	color:#FFFFFF;
	font-weight:bold;
	
}

.txt_detalhes {
	font-size: 12px;
	color:#222222;
}

.valor {
	color: #76922E;
	padding-left: 3px;
	font-weight: bold;
}

.detalhes {
	color: #3D7DF9;
	padding-left: 3px;
	font-weight: bold;
}

.tb_especificacao {
	padding: 5px 5px 15px 5px;
}

.nome2 {
	font-size: 13px;
	font-weight: bold;
	text-transform:uppercase;
	color:#666666;
}
#linha {
	background-image:url(../imagens/meio/linha.jpg);
	background-repeat:no-repeat;
	height: 2px;
	width:400px;
	
}

/* fim produto_especificado.htm */


#bg_fundotopo {
	background-image:url(../imagens/meio/banner_descricao.jpg);
	background-repeat:no-repeat;
	width: 442px;
	height: 28px;
	text-align: left;
	padding-left: 10px;
	color:#FFFFFF;
	font-weight:bold;
	
}

/* login.htm */

.texto4 {
	color: #FF8832;
	font-weight: bold;
	font-size: 14px;
}

.texto5 {
	color: #2F73FA;
	font-weight: bold;
	font-size: 12px;
}

.texto6 {
	color: #9FBF40;
	font-weight: normal;
	font-size: 11px;
	padding-left: 5px;
}

#login p {
	margin: 0;
	padding: 5px 0 10px 0;
}

.obrigatorio {
	color:#B00000;
	font-size: 11px;
	padding-left: 10px;
	font-weight: bold;
}

.texto7 {
	color:#9DC03E;
	font-weight: bold;
}

.texto8 {
	color:#FF8A33;
	font-weight: bold;
}

#login2 input {
	font-size: 11px;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	background-color: #F8F8F8;
	border: #cccccc 1px solid;
	font-weight: bold;
	padding: 0 0 0 1px;
}

#login2 textarea {
	font-size: 11px;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	background-color: #F8F8F8;
	border: #cccccc 1px solid;
	font-weight: bold;
	padding: 0 0 0 1px;
	width: 75%;
}

#login2 select {
	font-size: 11px;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	background-color: #F8F8F8;
	border: #cccccc 1px solid;
	font-weight: bold;
	padding: 0 0 0 1px;
}

#login3 input {
	font-size: 11px;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	background-color: #F8F8F8;
	border: #cccccc 1px solid;
	font-weight: bold;
	padding: 0 0 0 1px;
}

#login3 textarea {
	font-size: 11px;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	background-color: #F8F8F8;
	border: #cccccc 1px solid;
	font-weight: bold;
	padding: 0 0 0 1px;
	width: 75%;
}

#login3 select {
	font-size: 11px;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	background-color: #F8F8F8;
	border: #cccccc 1px solid;
	font-weight: bold;
	padding: 0 0 0 1px;
}

#login3 table {
	font-size: 11px;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}


a.link2 {
	color:#CE4300;
	font-size: 11px;
	font-weight: bold;
	text-decoration:underline;
}

a.link2:hover {
	color:#CE4300;
	font-size: 11px;
	font-weight: bold;
	text-decoration:none;
}

a.link3 {
	color:#ffffff;
	font-size: 11px;
	font-weight: bold;
	text-decoration:none;
}

a.link3:hover {
	color:#ffffff;
	font-size: 11px;
	font-weight: bold;
	text-decoration:underline;
}

.texto9 {
	color:#FF8A33;
	font-weight: bold;
	font-size: 12px;
}

.tabela_precos {
	color:#333333;
	font-weight: normal;
	font-size: 11px;

}

.texto11 {
	color:#9DC03E;
	font-weight: bold;
	font-size: 12px;
}


.texto12 {
	color:#666666;
	font-size: 11px;
}

.texto13 {
	color:#84A334;
	font-weight: bold;
	font-size: 12px;
}

a.ttl_produto {
	text-transform: uppercase;
	color: #FF6C00;
	text-decoration: underline;
	letter-spacing: 1px;
	font-size: 15px;
}

a.ttl_produto:hover {
	text-transform: uppercase;
	color: #FF8E3C;
	text-decoration: none;
	font-size: 15px;
	letter-spacing: 1px;	
}

a.link_marca {
	text-transform: uppercase;
	color: #FF6100;
	text-decoration: none;
	letter-spacing: 1px;
	font-size: 12px;
	font-weight:bold;
}

a.link_marca:hover {
	text-transform: uppercase;
	color: #FF6100;
	text-decoration: underline;
	font-size: 12px;
	letter-spacing: 1px;	
		font-weight:bold;
}

a.link_subprodutos {
	color: #3274EC;
	text-decoration: underline;
	font-size: 12px;
	font-weight:bold;
	padding-left: 10px;
}

a.link_subprodutos:hover {
	color: #3274EC;
	text-decoration: none;
	font-size: 12px;
	font-weight:bold;
	padding-left: 10px;	
}

a.link_central {
	color: #FF8832;
	text-decoration: none;
	font-size: 15px;
	font-weight:bold;
}

a.link_central:hover {
	color: #FF8832;
	text-decoration: underline;
	font-size: 15px;
	font-weight:bold;
}

.npedido {
	font-size: 15px;
	color: #F47A00;
	font-weight:bold;
} 

.dadospedido{
	font-size: 11px;
	color: #666666;
} 

.mailpedido{
	font-size: 11px;
	color: #0080FF;
	text-decoration:underline;
	font-weight:bold;
}
 
.destaque_ver {
	color:#EA0000;
	font-size: 13px;
	
}

.texto14 {
	color:#3C53F7;
	font-weight: bold;
	font-size: 12px;
}

.texto15 {
	color:#589818;
	font-weight: bold;
	font-size: 12px;
}

.dados_entrega {
	line-height: 145%;
	font-weight: bold;
	color:#333333;
	font-size: 11px;
}

.texto15 {
	color: #4C83B6;
	font-weight: bold;
	font-size: 16px;
	line-height: 250%;
	text-transform:uppercase;
}

.dados_entrega2 {
	line-height: 145%;
	color:#777777;
	font-size: 11px;
}

#bg_endereco {
	padding: 8px 8px 8px 8px;
	color: #333333;
	background-color: #F4F4F4;
	width: 80%
}

.texto16 {
	color: #61AB56;
	font-weight: bold;
	font-size: 12px;
}

.texto17 {
	color:#444444;
	font-size: 12px;
	font-weight: bold;
}

.texto18 {
	color:#0059B3;
	font-size: 14px;
	font-weight: bold;
}

.titulo_produto {
    font-size: 14px;
    text-transform: uppercase;
    color: #2358BF;
    font-weight: bold;
}

a.link_ampliar {
    color: #3073F6;
    text-decoration: underline;
    font-size: 11px;
    padding-left: 5px;

}

a.link_ampliar:hover {
    color: #0947BB;
    text-decoration: none;
    font-size: 11px;
    padding-left: 5px;

}

.img_randomicos {	
	padding: 40px 0 5px 0px;
}

.texto_lancamento {
	color: #9DC03E;
	font-weight: bold;
	font-size: 12px;
	text-transform:uppercase;
	padding: 0px 15px 0 10px;
	text-align: center;
	width: 180px;
}

.texto_promocao {
	color: #3275F8;
	font-weight: bold;
	font-size: 12px;
	text-transform:uppercase;
	padding: 0px 15px 0 10px;
	text-align: center;
	width: 180px;
}

.texto_destaque {
	color: #FFD02B;
	font-weight: bold;
	font-size: 12px;
	text-transform:uppercase;
	padding: 0px 15px 0 10px;
	text-align: center;
	width: 180px;
}

.texto_vendidos {
	color: #C60001;
	font-weight: bold;
	font-size: 12px;
	text-transform:uppercase;
	padding: 0px 15px 0 10px;
	text-align: center;
	width: 180px;
}

.table_promo_semana {
	border-left:1px #2971ff solid; 
	border-right:1px #2971ff solid;
}

.box_img_semana {
	width:150px; 
	float:left;
	margin:5px 0 0 5px;
	text-align:center;
}

.box_text_semana {
	width: 253px; 
	*width: 255px; 
	font-size: 11px; 
	padding:5px 0 0 10px; 
	float:left;
}

.span_semana_chamada {
	font-weight: bold;
	font-size: 12px;
	text-transform:uppercase;
	color: #ff8933;
}