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

@import url(global.css);

#containerprodutos{
	width: 580px;
	height: 365px;
	float: left;
	display: block;
	margin: 15px 0px 0px 15px;
}
#containerdesstaques{
	margin-top: 18px;
	width: 230px;
	font-size:19px;
	font-family:Arial,Verdana,Helvitica,sans-serif;
	color: #C2FF00;
	font-weight: bold;
}
#produtosdetalhado{
	width: 270px;
	height: 150px;
	float: left;
	border: 2px dashed #FFFFFF;
	margin: 15px 0px 0px 10px;
}
#funcsep {
	background: url(../img/seplayout.png) repeat-x;
	width: 585px;
	clear: both;
	font-size: 1px;
	margin: 3px 0px;
	overflow: hidden;
	line-height: 1px;
	height: 1px;
}

