* { margin: 0; padding: 0; font-family:Arial, Helvetica, sans-serif; }
label.erro_validacao { background: url(../../imagem/img_erro.png) no-repeat 5px 0px; color: #F00; display: inline; font-family:Arial, Helvetica, sans-serif; font-size:11px; font-weight: bold; padding-left: 25px; width: auto; }
html, body { height: 100%; background:url(../../imagem/fundo.gif) center 0px repeat-x; }
#all_site { min-height: 100%; position: absolute; width:100%; }
#all_topo { height: 155px; min-width: 960px; width: 100%; }
#topo { border: 0px solid #000; margin: 0 auto; width: 960px; }
.border_topo	{	background: #000000; height: 25px; margin:0px 0px 5px 0px; width: 100%; }
.border_topo_centro { color:#FFF; font-size:12px; margin: 0 auto; width:960px; }
.border_topo_centro img { padding-top: 5px; }
.border_topo_centro label { position:absolute; top:8px; }
.border_topo_centro_direito { padding-left:740px; position:absolute; top:7px; }
.border_topo_centro_direito a { color:#FFF; }
.border_topo_centro_direito a:hover { color:#FF0; }
.mensagem_correta { font-size:24px; color:#036; }
.mensagem_incorreta { font-size:24px; color:#B70000; }
#all_centro { padding-bottom: 100px; min-width: 960px; width: 100%; }
#centro { border: 0px solid #000; margin: 0 auto; width: 960px; }
#centro table { font-family:Arial; font-size:14px; }

.botao_compra { 
	background-image:url(../../imagem/carrinho_compra.png);	
	background-repeat:no-repeat; 
	background-position: 3px; 
	background-color:#CFCFCF; 
	padding-left: 20px; 
	height: 28px; 
	width: 100px; 
	margin-top: 5px; 
	border: solid 1px #C6C6C6;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:12px;
	color:#000000;
	cursor:pointer;
}

.botao_finalizar { 
	background-image:url(../../imagem/salvar.png);	
	background-repeat:no-repeat; 
	background-position: 3px;
	background-color:#CFCFCF; 
	padding-left: 20px;
	height: 28px;
	width: 150px;
	margin-top: 5px;
	border: solid 1px #C6C6C6;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:12px;
	color:#000000;
	cursor:pointer;
}

.botao {
	background-color:#0072C6; 
	min-height: 28px;
	border: solid 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:12px;
	color:#FFF;
	cursor:pointer;	
	padding: 0px 6px 0px 6px;
}

.botao:hover {
	background-color:#1E82CC;
}

/* Função para ajustar as divs */
.clearfix:after {	content: ".";	clear: both; display: block; height: 0; line-height: 0; visibility: hidden; }
.clearfix { display: inline-block; }
html[xmlns] .clearfix {	display: block; }
* html .clearfix { height: 1%; }
.clear { clear: both; }
.detalhamento_produto_esquerdo { float:left; font-family:Arial, Helvetica, sans-serif; font-size:14px; width:120px; }
.classe_titulo { border-bottom:2px solid #0072C6; color:#0072C6; font-size:21px; }
#all_rodape{ background: #000; bottom: 0px; height: 40px; min-width: 960px; position: absolute; width: 100%; }
#rodape { border: 1px solid #000; color:#FFF; font-family:Arial; font-size:12px; margin: 0 auto; padding-top:10px; width: 960px; }
#all_centro input, #all_centro textarea, #all_centro select{ font-family:Arial, Helvetica, sans-serif; font-size:11px; color:#666; line-height:13px }	
#all_centro textarea{	padding:5px; border:1px solid #ccc; -webkit-border-radius: 6px;	-moz-border-radius: 6px; border-radius: 6px; width:97%;	min-height:100px; }
#all_centro input[type=text], #all_centro input[type=password]{ padding:5px;	border:1px solid #ccc; -webkit-border-radius: 6px; -moz-border-radius: 6px;	border-radius: 6px;}
#all_centro input[type=text]:focus, #all_centro textarea:focus, #all_centro input[type=password]:focus,.input:focus{	border-color:#0072C6; background:#f2f2f2; -webkit-box-shadow: inset 2px 2px 1px 1px #ccc; -moz-box-shadow: inset 2px 2px 1px 1px #ccc;	box-shadow: inset 2px 2px 1px 1px #ccc; }