@charset "utf-8";

/*PRODUTOS*/
#produtos {
	width: 100%;
	overflow: auto;
}

#produtos #produtos-titulo {
	padding: 10px 0px;
	height: 20px;
}

#produtos #produtos-titulo h2.principais-produtos {
	text-indent: -9000px;
	overflow: hidden;
	float: left;
	background:url(../img/titulo_produtos.jpg) no-repeat left center;
	width: 179px;
	height:20px;
}

#produtos #produtos-titulo h2.principais-produtos-mensagem {
	text-indent: -9000px;
	overflow: hidden;
	float: left;
	background:url(../img/titulo_produtos_mensagem.jpg) no-repeat left center;
	width: 447px;
	height:21px;
}

#produtos div { overflow: hidden; }

#produtos div.produtos-itens {
	float: left;
	width: 294px;
	padding: 0px 50px 31px 0px;
}

#produtos div.produtos-itens-final {
	padding-right: 0px;
	width: 296px;
}

#produtos div a span.img-produto {
	width: 294px;
	height: 199px;
	float:left;
	border: solid 1px #CCCCCC;
}

#produtos div a span.img-produto img {
	max-width: 294px;
	max-height: 199px;
}

#produtos div h3 {
	font: bold 80% "Trebuchet MS", Arial, Helvetica, sans-serif;
	max-width: 240px;
	color: #10498C;
}

#produtos div img.img1 { margin-bottom: 10px; }

#produtos div img.img2 { clear: right; }

#produtos div ul {
	float: left;
	width: 260px;
}

#produtos div ul li {
	font: 70% "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #888785;
	margin-left: 30px;
}

#produtos div ul li a {
	font-weight: bolder;
	color:#000000;
}

#produtos div.div-videos {
	clear: left;
	display: none;
	width: 425px;
	height: 344px;
}

/* Modal Container */
#simplemodal-container {
	width: 425px;
	height: 344px;
	background-color:#fff;
	border:3px solid #ccc;
	padding: 5px;
}
