@charset "utf-8";
/* CSS Document */

#background {
	background-color: #fff; 
	display:none;  
	filter:alpha(opacity=50); 
	left: 0; 
	opacity: 0.5; 
	position: absolute; 
	top: 0; 
	bottom: 0;
	width: 100%; 
	height:1180px !important;
	z-index: 999; 
}

#conteudo {
	position:absolute;
	z-index:1000;
	display:none;
	width:441px;
	height:355px;	
	top:320px;
	float:left;
	background:#ccc;
	padding-left:10px;
	padding-top:10px;
	margin-left:520px;
	margin-top:45px;
}
.box{	
	width:551px;
	height:350px;	
	background:#CCC;
	border:solid 1px red;
}

.fechar{
	float:right;
	margin-right:10px;
	margin-top:5px;
}

.carregando{
	position:absolute; 
	z-index:1; 
	top:150px; 
	left:180px; 
	color:#FFF
}

.all_lojas li{
	list-style:none;
	text-align:left !important;
	width:245px
}
