* {
	font-family: "Trebuchet MS", Verdana, Helvetica, sans-serif;
	font-size: 12px;
}
body {
	background: #E8E8E8;
}
body, html {
	height: 100%;
	margin: 0;
	overflow: hidden;
	width: 100%;
}
#tudo {
	height: 570px;
	left: 50%;
	margin: -285px 0 0 -442px;
	position: absolute;
	top: 50%;
	width: 884px;
}
#flash {
	border: 2px solid #CCC;
}
#rodape {
	height: 20px;
	text-align: right;
}
#rodape a {
	color: #000;
	font-size: 10px;
	text-decoration: none;
}
#rodape a:hover {
	text-decoration: underline;
}

#transparente {
	background-color: #FFF;
	height: 100%;
	position: absolute;
	width: 100%;
	
	opacity: 0.8;
	filter: alpha(Opacity=80);
	-khtml-opacity: 0.8;
}
#transparente a {
	display: block;
	height: 100%;
	width: 100%;
}
#v_produtos {
	background: #FEFEFE;
	border: 2px solid #007ACB;
	height: 400px;
	margin-left: -307px;
	margin-top: -207px;
	left: 50%;
	padding: 5px;
	position: absolute;
	top: 50%;
	z-index: 99999;
	width: 600px;
}
#v_produtos a {
	color: #000;
	margin: 0 0 10px 0;
	padding: 2px;
	text-decoration: none;
}
#loader {
	height: 70px;
	left: 50%;
	line-height: 30px;
	position: absolute;
	margin-left: -50px;
	margin-top: -35px;
	text-align: center;
	top: 50%;
	width: 100px;
}
#txtprod {
	height: 350px;
	margin-top: 10px;
	max-height: 350px;
	overflow: auto;
	overflow-x: hidden;
	padding: 10px;
	text-align: justify;
}
#nomeprod {
	color: #000;
	font-size: 16px;
}
#txtprod img {
	float: left;
	margin: 0 10px 10px 0;
}