/**
 * GAZETA PRESS v5
 * @year		2007
 * @template	SmartyTemplate
 * @author		Douglas Miguel <dmosilveira@fcl.com.br>
 * @author		Daniel Ribeiro França <drfranca@fcl.com.br>
 */

@import url(mesadeluz.css);
@import url(capas_box.css);
@import url(fotoZoom.css);
@import url(paginacao.css);

* { margin: 0px; padding: 0px; }
img { border: none; cursor: pointer; }
body { font-family: Arial, Helvetica, sans-serif; font-size: 12px; margin-bottom: 22px; }
p { font-size: 11px; line-height: 18px; }
a { text-decoration: none; color: #333; }
a:hover { color: #000; cursor: pointer; }
/* TÍTULO */
h1.principal span {
	font-size: 16px;
	color: #000;
	margin: 0px 10px;
}
h2.principal span {
	font-size: 12px;
	color: #999;
	margin: 0px 10px;
}
h1.principal {
	font-size: 16px;
	padding: 0px 15px 5px;
	text-align: right;
	display: block;
	border-bottom: 1px solid #CCC;
	color: #DE4400;
}
h2.principal {
	font-size: 12px;
	padding: 5px 10px;
	text-align: right;
	display: block;
	background-color: #FAFAFA;
	color: #333;
}
h3.principal {
	font-size: 11px;
	padding: 5px 10px;
	text-align: right;
	display: block;
	background-color: #FDFDFD;
	color: #333;
}
.pBt {
	margin-bottom: 15px;
}

h2.pedido {
	font-size: 11px;
	font-weight: normal;
	text-align: center;
}
h2.pedido span {
	font-size: 16px;
	font-weight: bold;
	color: #FF0000;
}
/* TOPO */
#logado {
	position: absolute;
	top: 12px;
	left: 180px;
	line-height: 20px;
	font-size: 14px;
}
#logado a,#logado a:visited {
	color: #333;
	font-weight: bold;
	font-size: 11px;
}
#logado a:hover {
	color: #FF6600;
}

#topoLogomarca {
	position: absolute;
	top: 6px; left: 35px;
	width: 88px;
	height: 85px;
	z-index: 100;
}
#topoBase1,#topoBase2 {
	display: block;
}
#topoMenu {
	width: 990px;
	display: block;
	padding: 8px 10px 8px 0px;
	height: 15px;
	text-align: right;
}
#topoMenu a {
	margin: 0px 8px;
}
#topoTitulo {
	width: 1000px;
	padding: 14px 0px 0px;
	text-align: right;
	height: 51px;
}
#topoTitulo a:hover{
	cursor: pointer !important;
}
.nohand { cursor: default; }
/* BASE */
#base {
	width: 1000px;
	display: block;
	border: none;
}
/* RODAPÉ */
#rodapeBase1,#rodapeBase2 {
	display: block;
}
#rodapeMenu1,#rodapeMenu2 {
	width: 100%;
	height: 16px;
	padding: 4px 0px 0px 0px;
	font-size: 0.9em;
	text-align: center;
}
#rodapeMenu1 a,#rodapeMenu2 a {
	margin: 0px 8px;
}
#rodapeCreditos {
	width: 1000px;
	height: 17px;
	padding: 4px 0px 0px 0px;
	color: #FFF;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
}

/* FORMULÁRIOS */
form {
	text-align: center;
	margin: 0 auto;
}
form fieldset {
	padding: 10px;
	font-size: 11px;
	border: none;
	text-align: left;
}
form fieldset legend {
	font-size: 12px;
	font-weight: bold;
	color: #F06200;
}
form fieldset label {
	display: block;
	float: left;
	text-align: right;
	padding: 7px 3px 0px 0px;
}
form fieldset label b {
	margin: 0px 1px;
	color: #FF0000;
}
form fieldset input,form fieldset textarea {
	font-size: 11px;
	border: 1px solid #000;
	padding: 2px;
	margin: 5px 0px;
}
form fieldset select {
	padding: 1px;
	margin: 5px 0px;
}

form fieldset ul {
	list-style: none;
}

form fieldset .itens {
	float: left;
	border: 1px solid #F0F0F0;
}
form fieldset .itens label {
	float: left;
	cursor: auto;
	display: block;
}
form fieldset .itens ul {
	margin: 5px 0px 5px 10px;
	float: left;
}
form fieldset .itens ul li {
	display: block;
}
form fieldset .itens ul li input {
	float: left;
	border: none;
}
form fieldset .itens ul li label {
	float: left;
	text-align: left;
	cursor: pointer;
	margin-left: 5px;
}

.frmPreenchimentoObrigatorio {
	padding: 10px;
	font-size: 11px;
	color: #666;
}
.frmPreenchimentoObrigatorio b {
	font-size: 12px;
	font-weight: bold;
	color: #FF0000;
	margin-right: 5px;
}
/* CAMADA */
#camada { 
	position: absolute; 
	top: 0; 
	left: 0; 
	padding: 0px; 
	margin: 0px;
	z-index: 50; 
	width: 100%; 
	height: 0px; 
	opacity: 0.4;
}
.camada1 {
	background-color: #321974;
}
.camada2 {
	background-color: #FFF;
}
#busca_editorias{
	display:none; 
	width:410px; 
	height:300px; 
	overflow:auto; 
	background-color:#FFF; 
	color:#000066; 
	z-index:100; 
	border-top:1px solid #321974;
	
}
#box_editoriasFechar {
	margin: -16px 0px 0px 396px;
	position: absolute !important;
}
#box_editorias_titulo{
	background-color: #DFDFFF;
	height: 20px;
	display: block;
	font-size: 13px;
	font-weight: bold;
	color: #000033;
	text-align: center;
	padding-top: 5px;
}
#box_editorias{
	display:none; 
	position:absolute; 
	width:410px; 
	height:330px; 
	background-color:#FFF; 
	color:#000066; 
	z-index:90; 
	margin-left:-205px; 
	left:50%; 
	border:2px solid #321974;
}
/* javascript: visibilidade */
.visHidden {
	visibility: hidden;
	display: none;
}
.visVisible {
	visibility: visible;
	/*display: block;*/
}

.calendarioForm a {
	margin: 0px 5px 0px 2px;
}

/* DESTAQUE */
.destaque {
	display: block;
	text-align: center;
}
.sugestao{
	display:none;
	position:absolute;
	width:150px;
	background-color:#FFF;
	z-index: 2000;
	border:1px solid #CCC;
	font:10px Verdana, Arial, Helvetica, sans-serif;

}
.sugestao ol {
	margin: 3px 3px;
	list-style: none;
}
.sugestao ol li:hover{
	background-color: #FFFFCC;
	cursor: pointer;
}

.aviso .centralAtendimento {
	font-size: 12px;
	padding: 10px;
	margin: 10px;
	line-height: 20px;
}
.aviso .centralAtendimento a,.aviso .centralAtendimento a:visited {
	font-weight: normal;
	font-size: 12px;
}
.aviso .centralAtendimento a:hover {
	text-decoration: underline;
}

h4 { padding: 5px; color: #333; }

.texto_ul {
	margin: 0px 20px;
}
.texto_ul li {
	list-style: square;
	padding: 3px;
}
.orcamento {
	width: 350px;
	display: block;
	margin: 5px auto;
	padding: 10px;
	background-color: #F0F0F0;
	text-align: center;
}
.slogan { text-align: center; }
.teste{ border:0px solid #000;}