/*PRODUTOS
*****************************************************************************************/
		#conteudo h2 {
			background:url(../images/produtos/titulo.gif) no-repeat;
			width:509px;
			height:47px;
			position:relative;
			margin-bottom:10px;
		}

/*DIVS PRODUTOS
*****************************************************************************************/
		
		.produtos {
			background:url(../images/produtos/back_produto.gif) no-repeat;
			width:520px;
			height:59px;
			margin-top:15px;
			margin-bottom:10px;
		}
		
		.nome,.referencia,.preco {
			font-size:11px;
			color:#666666;
			top:20px;
			left:15px;
		}
		
		.referencia,.preco{
			margin-left:150px;
		}
		
		.nome:hover,.referencia:hover,.preco:hover {
			text-decoration:underline;
		}

/*EXIBIÇÃO DE PÁGINAS
*****************************************************************************************/
		
		#anteriores {
			background:url(../images/produtos/anteriores.gif) no-repeat;
			display:block;
			width:110px;
			height:28px;
			border:0;
			float:left;
			left:50px;
			position:relative;
			padding-bottom:20px;
		}
		
		#exibindo {
			float:left;
			top:5px;
			font-size:11px;
			left:60px;
			position:relative;
			padding-bottom:20px;
		}
		
		#proximas {
			background:url(../images/produtos/proximas.gif) no-repeat;
			display:block;
			width:110px;
			height:28px;
			border:0;
			float:left;
			position:relative;
			left:70px;
			padding-bottom:20px;
		}
