﻿/*site*/
body{margin:0; padding:0;background:#F1F1F1; font:11px Tahoma, Geneva, sans-serif; color:#6C6B6B}
#site{width:750px; margin:0 auto;}
.site{float:left; width:750px; background:#fff; border:1px solid #000; border-top:none; overflow:hidden}
.logo{width:350px; height:68px; float:left; padding-left:17px; padding-top:3px; margin-bottom:3px}
.menu{width:330px; height:20px; float:right; margin-top:22px;}
.menu ul{margin:0; padding:0; list-style:none; }
.menu ul li{float:left;}
.menu ul li a{color:#6C6B6B;padding:0 4px; font-size: 11px;font-family: tahoma; text-decoration:none}
.banner{ width:750px; height:165px; float:left; background:#9C0; overflow:hidden}
.conteudo{width:740px; float:left; margin-left:10px; margin-top:20px;}
.rodape{width:730px; background:#FFDD00; float:left; padding:5px 10px; text-align:center}
.rodape a{text-decoration:none; color:#666;}
/*controle*/
.ctrGeral{width:730px; text-align:center;}

.ctrCabecalho{width:730px; font-size:12px; font-weight:bold; color:#F60;}

.ctrCabecalho h1{display:none;}

.ctrCategoria{width:730px; padding-bottom:15px; font-size:12px;}

.ctrCategoria .ddlCategoria{margin-top:5px; font-size:12px;}

.ctrLocalRevelacao{width:730px; margin-top:15px; margin-bottom:15px;}

.ctrPaginacao{float:left; width:678px; padding-left:26px; padding-right:26px; margin-top:10px; margin-bottom:10px; font-size:11px; font-weight:bold; letter-spacing:1px; text-align:center;}

.ctrPaginacao table{float:left; left:50%; margin-left:-22%; position:relative; display:inline;}

.ctrProdutos{float:left; width:730px; text-align:center;}

.ctrItem{
	float:left;
	width:200px;
	height: 200px;
	text-align:center;
	background:#FFF;
	border:1px solid #EFEFEF;        
	padding-top:20px;
	margin:10px;
	cursor:pointer;         
	position:relative;
	margin-left:26px;
	display:inline;
}

.ctrItem .itemDescricao{margin-top:7px; display:block; font-size:12px;}

.ctrItem .itemDisponibilidade{margin-top:5px; display:block; font-size:12px; font-weight:bold; color:#F40;}


/*CAIXA ALERTA*/
#mask {
  position:absolute;
  left:0;
  top:0;
  z-index:9000;
  background-color:#000;
  display:none;
  _display:none;
  overflow:hidden;
}
.dialog
{
position:fixed;
_position:absolute;
background:#FFF;
z-index:9999;
width:400px;
left:50%;
top:50%;
margin-left:-200px;
margin-top:-100px;
min-height: 110px;
padding: 1px;
display: none;
font-size: 11px;
border:2px solid #F4EA8A;
}

.dialog p{padding: 10px;}

.dialog .topologia
{
width:400px;
height:30px;
background:#FCF9DE;
}

.dialog .topologia .titulo
{
float:left;
padding-left:10px;
font-size: 14px;
letter-spacing:1px;
line-height:30px;
color:#B3A311;
}
.dialog .topologia .fechar
{
background: url(img/b_fechar.jpg) no-repeat;
width:30px;
height:30px;
float:right;
border:none;
cursor:pointer;
}

.bAlertaOk{float:left; width:96px; height:36px; display:inline; margin-left:140px; margin-right:150px; margin-bottom:20px; border:none; background:url(img/b_continuar.jpg) left top no-repeat; cursor:pointer; text-indent:-999px; line-height:0px;}

#checkNaoMostrar{float: left; margin-left:3px; margin-right:3px; display:inline;}


