#Conteudo h2
{
	background: url(../Image/titProdutos.gif) 10px 10px no-repeat;
}
#Produtos
{
	margin: 0 0 0 20px;
	width: 728px;
	list-style-type: none;
	height: 330px;
}
#Produtos h3
{
	font-size: 12px;
	color: #1C4473;
	font-weight: bold;
}
.Moldura
{
	width: 169px;
	height: 130px;
	background: url(../Image/MiniMoldura.gif) center center no-repeat;
	float: left;
	margin-right: 5px;
}
.Moldura img
{
	width: 160px;
	height: 120px;
	margin: 4px;
}

#Produtos li
{
	display: block;
	width: 350px;
	height: 155px;
	overflow:hidden;
	margin:10px 10px 0 0;
	border-bottom: solid 1px #2F94D0;
	float:left;
}
#Produtos dl
{
	height: 107px;
	overflow: hidden;
	color: #666;
}
#Produtos dt
{
	font-weight: bold;				
	font-size:10px;
}
#Produtos dd
{
	margin-left: 8px;
	font-size:10px;
}
#Produtos a
{
	display: block;
	width: 57px;
	height: 20px;
	background: url(../Image/btDetalhes.gif) no-repeat;
	text-indent: -2000px;
	overflow: auto;
}
#Produtos a:hover
{
	background-position: bottom;
}
#Paginacao
{
	width: 728px;
	height: 30px;
	text-align: center;
	color: #CCC;
	clear: both;
	margin: 0px 5px;
	padding-top: 5px;
	bottom: 0px;
	font-size: 12px;
}
#Paginacao a
{
	text-decoration: none;
	color: #069;
	font-size: 12px;
}
#Paginacao a:hover
{
	text-decoration: underline;
}

