@charset "utf-8";
/* CSS Document */
div#banner_1{
	width:310px;
	height:321px;
	float:left;
	margin-right:14px;
}

div#banner_2{
	width:310px;
	height:321px;
	float:left;
}
div#banner_3{
	width:310px;
	height:321px;
	float:right;
}

div#title_banner{
	background:url(../img/title_banner.jpg) 0 0 no-repeat;
	width:300px;
	padding-top:8px;
	font-size:22px;
	color:#FFF;
	padding-left:10px;
	height:40px;
}
div#conteudo_banner{
	width:299px;
	color:#333;
	height:253px;
	background-color:#FFF;
	padding:5px;
	padding-top:10px;
}
div#produto_loop{
	height:90px;
	margin-bottom:10px;
	padding-bottom:5px;
	border-bottom:1px dashed #333;
}
div#produto_loop p img{
	float:left;
	margin-right:5px;
	border:2px solid #333;
}
p.titulo_produto a{
	font-size:15px;
	font-weight:bold;
	margin-bottom:0;
	color:#06c;
}
p.fabricante{
	font-style:italic;
}
p.preco{
	float:right;
	margin-top:10px;
	margin-right:10px;
}
p.preco strong{
	color:#900;
	font-size:14px;
}

ul#list_aplicacao{
	padding-left:25px;
	height:192px;
}
ul#list_aplicacao a{
	text-decoration:none;
	color:#333;
}
div#telefone_mda{
	color:#FFF;
	font-weight:bold;
	float:left;
	margin-left:200px;
	padding-top:6px;
	font-size:14px;
}
ul#list_aplicacao a:hover{
	color:#900;
	text-decoration:underline;
}
div#title_central{
	background:url(../img/title_central.jpg) 0 0 no-repeat;
	width:952px;
	padding-top:7px;
	height:40px;
	font-size:22px;
	color:#FFF;
	padding-left:10px;
}
div#conteudo_central{
	background-color:#FFF;
	width:942px;
	min-height:280px;
	
	padding:10px;
	margin-bottom:10px;
	overflow:hidden;
	padding-bottom:30px;
}
ul#lista{
	padding-left:25px;
	list-style-image:url(../administrador/images/arrow-000-small.gif);
}
.block{
	padding-left:10px;	
	margin-bottom:10px;
	padding-top:3px;
	padding-bottom:3px;
	margin-right:15px;
}
div#campo_lista{
	min-height:250px;
	overflow:hidden;
}
div#campo_lista a#pg{
	padding-left:6px;
	padding-bottom:5px;
	padding-top:5px;	
	margin-right:5px;
	padding-right:6px;
}
div.link-container{
	margin-top:20px;
	float:right;
	margin-bottom:20px;
}
a#link_noticia:hover{
	text-decoration:underline;
	color:#900;
}
div#conteudo_banner li{
	list-style-image:url(../administrador/images/arrow-000-small.gif);
}
div.leitor{
	padding:10px;
}
p.titulo_noticia{
	font-size:16px;
	font-weight:bold;
	color:#900;
}
p.fonte-data{
	color:#333;
	font-style:italic;
	margin-bottom:15px;
}


/* -------------------- Forms -------------------- */

fieldset {
	margin-top: 15px; 
	margin-bottom: 15px; 
	}
	
legend {
	margin-bottom: 10px; 
	display: block; 
	}
	
label { 
	display: block; 
	margin-bottom: 5px; 
}
	
.input-short,
.input-medium,
.input-long { 
	padding: 3px; 
	}
	
select { 
	padding: 2px; 
	}
	
textarea { 
	padding: 3px; 
	}
	
.input-short { 
	width: 25% 
	}
	
.input-medium { 
	width: 50% 
	}
	
.input-long { 
	width: 75% 
	}
	
input.input-short,
input.input-medium,
input.input-long, 
select, 
textarea {
	background: url(../administrador/images/input-bg.gif) top left repeat-x #f6f6f6;
	border: 0;
	border: 1px solid #cccccc;
	margin-bottom:5px;
	}

input.input-short:focus,
input.input-medium:focus,
input.input-long:focus, 
select:focus, 
textarea:focus {
	background: url(../administrador/images/input-bg-focus.gif) top left repeat-x #ffffff;
	border-color: #a9c2d1;
	}

input.submit-green { 
	background: url(../images/submit-green-bg.gif) top left repeat-x; 
	border: 0; 
	border-top: 1px solid #6bd091; 
	border-left: 1px solid #6bd091; 
	border-right: 1px solid #349c5c; 
	border-bottom: 1px solid #349c5c; 
	color: #ffffff; 
	font-size: 14px; 
	padding: 2px 12px; 
	margin: 0px 10px 0 0;
	cursor: pointer;
	}

input.submit-green-hover { 
	background-image: url(../administrador/images/submit-green-bg-hover.gif);
	}

input.submit-gray { 
	background: url(../administrador/images/submit-gray-bg.gif) top left repeat-x; 
	border: 0; 
	border-top: 1px solid #cccccc; 
	border-left: 1px solid #cccccc; 
	border-right: 1px solid #888888; 
	border-bottom: 1px solid #888888; 
	color: #ffffff; 
	font-size: 14px; 
	padding: 2px 12px; 
	margin: 0px 10px 0 0;
	cursor: pointer;
	}

input.submit-gray-hover { 
	background-image: url(../images/submit-gray-bg-hover.gif); 
	}




.notification-input{
	padding-left:20px;
	font-style:italic;
	background:url(../administrador/images/cross.gif) 0 0 no-repeat;
}

.confirmacao_contato{
	font-size:16px;
	color:#060;
	font-weight:bold;
	font-style:italic;
	margin-left:15px;
}
.bt_voltar{
	padding-left:15px;
	color:#333;
	font-style:italic;
}
p.title_categoria{
	background:url(../img/title_categorias.jpg) 0 0 no-repeat;
	height:28px;
	color:#FFF;
	padding-left:30px;
	padding-top:3px;
	font-size:16px;
	margin-bottom:0;
}
div#categorias{
	width:260px;
	min-height:420px;
	overflow:hidden;
	border-right:1px dashed #999;
	padding-right:10px;
	float:left;
}
div#lista_categorias{
	background:url(../img/fundo_categorias.jpg) 0 0 repeat-y;
	border:1px solid #999;
	padding:10px;
}

div#categorias ul{
	padding-left:15px;
	margin:0;
	list-style:url(../administrador/images/arrow-000-small.gif);
}
div#categorias a{
	color:#06C;
}
div#produtos{
	margin-left:10px;
	padding:10px;
	float:left;
	min-height:500px;
	overflow:hidden;
	width:630px;
}
div#produto_item{
	width:256px;
	min-height:270px;
	overflow:hidden;
	margin-right:15px;
	margin-bottom:10px;
	border:1px solid #CCC;
	float:left;
	padding:5px;
}
p.title_localizador{
	color:#06C;
	font-weight:bold;
	margin-bottom:5px;
}
div#opcoes_produto{
	width:615px;
	padding-bottom:5px;
	height:50px;
	background:url(../img/bar.jpg) 0 0 no-repeat;
	padding-left:15px;
	padding-top:2px;
	margin-bottom:10px;
}
div#buscador{
	float:left;
	width:400px;
}
div#orderby{
	float:right;
	margin-right:10px;
}
p.titulo_produto{
	font-size:14px;
	font-weight:bold;
	color:#900;
}
p.id-fabricante{
	font-style:italic;
	border-bottom:1px dashed #999;
	margin-bottom:10px;
	padding-bottom:5px;
	
}
p.imagem_produto{
	border-bottom:1px solid #999;
	padding-bottom:5px;
	text-align:center;
	margin-bottom:10px;
}
a.add-carrinho{
	color:#FFF;
	float:left;
	margin-top:10px;
	padding-left:10px;
	padding-right:10px;	
	padding-bottom:5px;
	padding-top:5px;
	background-color:#900;
	font-size:12px;
	font-weight:bold;
	margin-right:5px;
}
p.carrinho_add a {
	color:#FFF;
}
p.preco_produto{
	text-align:center;
}
p.preco_produto b{
	font-size:22px;
	color:#06c;
	text-align:right;
}
.alinha_lista{
	margin-left:40px;
}
.alinha_lista_c{
	margin-left:28px;
}
.detalhe_produto{
	font-size:20px;
	color:#06c;
	font-weight:bold;
}
p.de_img_produto{
	float:left;
	border:1px solid #999;
	height:220px;
	margin-right:10px;
	margin-bottom:10px;
}
div.dados_cobranca{
	padding:10px;
	background-color:#EEE;
	float:right;
	width:395px;
	height:200px;
	border:1px solid #999;
}
p.valor_produto strong{
	font-size:20px;
	color:#900;
}
p.parcelamento{
	margin-top:10px;
	margin-bottom:5px;
	border-bottom:1px dashed #999;
	padding-bottom:5px;
	font-style:italic;
	font-weight:bold;
	color:#06c;
}
div#detalhes_produto{
	background:url(../img/topo_conteudo.gif) 0 8px no-repeat;
	width:630px;
	min-height:250px;
	overflow:hidden;
	margin-top:20px;
	float:left;
}
span.left{
	background:url(../img/b_left.jpg) 0 0 no-repeat;
	width:7px;
	height:45px;
	float:left;
	margin-left:10px;
	
}
span.right{
	background:url(../img/b_right.jpg) 0 0 no-repeat;
	width:7px;
	height:45px;
	float:left;	
}
p.aba a{
	background:url(../img/b_center.jpg) 0 0 repeat-x;
	height:35px;
	padding-left:10px;
	padding-right:10px;
	font-size:14px;
	padding-top:10px;
	font-weight:bold;
	float:left;
}
p.aba{
	width:610px;
	float:left;
	margin-bottom:10px;
}
div#paginas_produto div.link-container{
	width:610px;
}
div#paginas_produto div.link-container a{
	padding-left:8px;
	padding-right:8px;
	margin-right:5px;
	padding-bottom:3px;
	padding-top:3px;

}
p.tag_produto{
	background:url(../img/tag_icon.png) 0 0 no-repeat;
	padding-left:20px;
	margin-left:10px;
}
div#dados_co{
	float:left;
	width:280px;
}
div#bt_comprar{
	float:right;
}
p.titulo_carrinho{
	border-bottom:1px dashed #333;
	padding-bottom:5px;
	margin-bottom:10px;
	font-size:15px;
	font-weight:bold;
	color:#900;
	background:url(../administrador/images/arrow.gif) 0 2px no-repeat;
	padding-left:25px;
}
table.bordar{
	border:1px solid #ccc;
	text-align:center;
}

th{
	color:#FFF;
	font-weight:bold;
	background:url(../img/fundo_tabela.jpg) 0 0 repeat-x;
	height:20px;
}
td.frete, td.soma{
	text-align:right;
	background-color:#E8E8E8;
	border:1px solid #ccc;
	padding-right:10px;
	font-weight:bold;
}
td.result{
	background-color:#333;
	color:#FFF;
	border:1px solid #666;
}
div#calculo_cep{
	height:140px;
	margin-top:20px;
}
div#resultado_cep{
	padding:10px;
	background-color:#EAEAEA;
	border:1px solid #ccc;
}
a.finaliza-compra{
	float:right;
	margin-top:10px;
	padding-left:10px;
	padding-right:10px;	
	padding-bottom:5px;
	padding-top:5px;
	background-color:#900;
	font-size:12px;
	font-weight:bold;
	margin-right:5px;
}
div#box_boleto li{
	list-style:url(../administrador/images/arrow-000-small.gif);
}
div#login{
	float:left;
	width:430px;
	margin-right:15px;
	height:250px;
	padding-right:5px;
}
div#criar-conta{
	width:460px;
	float:right;
}
div#opcoes_conta{
	border:1px solid #ccc;
	width:250px;
	float:left;
	background-color:#EAEAEA;	
}
p.titulo_painel{
	background-color:#333;
	color:#FFF;
	text-transform:uppercase;
	height:18px;
	padding-top:2px;
	padding-left:10px;
	margin-bottom:7px;
}
div#opcoes_conta p a{
	color:#333;
	padding-left:10px;
}
p.item_painel{
	height:18px;
	border-bottom:1px solid #ccc;	
	margin-bottom:2px;
}
div#informacoes_painel{
	float:right;
	width:660px;
}
p.boas_p{
	color:#F60;
	font-weight:bold;
	font-size:12px;
}
.espaco_box{
	margin-top:20px;
}
div#conteudo_form{
	background-color:#FBFBFB;
	border:1px solid #CCC;
	padding:10px;
	margin-bottom:10px;
}
p.notificacao_erro{
	height:50px;
	padding-top:25px;
	color:#900;
	background:url(../administrador/images/cross-on-white.gif) 0 25px no-repeat;
	padding-left:20px;
}
p.confirm_text_topo{
	font-size:14px;
	color:#060;
	font-weight:bold;
}
p.atencao{
	font-style:italic;
	color:#666;
	margin-bottom:20px;
}
p.titulo_ticket{
	font-size:14px;
	color:#900;
	font-weight:bold;
}
p.numero_ticket{
	background-color:#F8F8F8;
	padding-left:10px;
	padding-right:10px;
	padding-top:4px;
	padding-bottom:4px;
	border:1px #333 solid;
	margin-top:10px;
	margin-bottom:10px;
	text-align:center;
	font-size:24px;
}
a.bt_voltar{
	float:right;
	background-color:#900;
	padding-left:10px;
	padding-right:10px;	
	padding-top:4px;
	padding-bottom:4px;
	color:#FFF;
}
p.data{
	font-size:12px;
	font-style:italic;
	margin-bottom:10px;
}
/*style="padding:10px; margin-top:10px;"*/
div#detalhes_produto{
	width: 605px;
	float: left;
}
div#descricao_dados_produto{
	padding:10px;
	width:605px;
	float:left;
	padding-top:0px;
}

div#descricao_dados_produto table, th, td{
	background: none;
}
p.de_img_produt2o{
	float: left;
	margin-right:10px;
	border: 1px solid #333;
}
.titulo_tr{
	color:#fff;
	background:url('../img/fundo_tabela.jpg') 0 0 repeat-x;
	font-weight: bold;
}
