@charset "utf-8";
/* CSS Document */

#Escurece {
	background: url(/images/estore-br/bgEscurece.png) repeat;
	display: none;
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 999;
}

#LightBox {
	background: url(/images/estore-br/bgLightBox.png) repeat-x #f2f3f5;
	border: 1px solid #00737a;
	box-shadow:  0px 0px 18px 0px #000000;
	-webkit-box-shadow:  0px 0px 18px 0px #000000;
	display: none;
	height: 401px;
	left: 50%;
	margin: -200px 0 0 -291px;
	padding: 0 0 0 25px;
	position: fixed;
	top: 50%;
	width: 557px;
	z-index: 9999;
}

#LightBox #Close {
	background: url(/images/estore-br/Close.png) no-repeat;
	cursor: pointer;
	height: 39px;
	left: 553px;
	margin: 0 0 0 -14px;
	position: relative;
	top: -21px;
	width: 39px;
}

#LightBox #Selecione {
	background: url(/images/estore-br/LinhaBg.png) bottom left repeat-x;
	color: #6a6a6a;
	float: left;
	font-family: /*'FedrasBook'*/ Arial;
	font-size: 24px;
	margin: -20px 0 0 0;
	padding: 0 0 16px 0;
	width: 531px;
}

#LightBox table {
	color: #6a6a6a;
	font-family: Arial /*'FedrasBook'*/;
}

#LightBox table p {
	font-size: 13px;
	margin: 15px 0 0 2px;
	width: 150px;
}








