
	.avisar
	{
		color:red
	}

/*------------------------------------------
	LISTAGEM
--------------------------------------------*/
	.itemprincipal
	{
		height: 230px;
		width: 140px;
		padding:5px;
		border: 0px dashed black;		
	}

	.nome_produto
	{
		width: 130px;
		height: 40px;
		overflow: auto;
		text-align:center;
	}

	.img_produto
	{
		height: 110px;
		text-align: center;
		width: 130px;
		display: table-cell;
		vertical-align: bottom;
		border: 0px solid gold;
	}
	
	img.valign
	{
		height:100%;
		width:0px;
		vertical-align:bottom;
	}
	
	.img_produto img { vertical-align: bottom }

	.preco
	{
		color: rgb(246, 115, 0);
	}

	.preco_promocao
	{
		color: #666;
		font-size: 11px;
	}

	.de
	{
		color: #666;
		text-decoration: line-through;
		font-size: 9px;
	}

	.por
	{
		font-size: 11px;
		color: #666;
	}
	
/*------------------------------------------
	PAGINACAO
--------------------------------------------*/
	
	.paginacao
	{
		color: #747474;	
		font-size:10px;	
		text-align: left;
		background-color: #FFF;
	}

	.paginacao a, .paginacao a:link, .paginacao a:visited, .paginacao a:hover
	{
		color:#747474;
		font-size:10px;
		text-decoration: underline;
	}

	.paginacao .paginaatual
	{
		color: #747474;
		font-weight: bold;
	}
	
	#listagem
	{
		border: 0px solid #DFDEDE;
		padding-bottom:25px;
	}
	
	.boxlistagem
	{
		width: 140px;
		height: 230px;
		padding-top:10px;
		float: left;
		/*border-bottom:1px dashed black;*/
		background: url("../img/m33.gif");
		background-position: bottom;
		background-repeat: repeat-x;
		/*background-color: red;*/
		text-align:center;
		
		
	}
	
	.horizontal_separator
	{
		float:left;
		width:1px;
		height:188px;
		background: url("../img/m32.gif");
		background-repeat: repeat-y;
	}

	.v_titulo, .v_titulo a:link, .v_titulo a:visited
	{
		color:#552229;
		font-size:12px;
		text-decoration:none;
		height: 15px;
		overflow: auto;
	}

	.v_titulo, .v_titulo a:hover
	{
		color: #552229;
		text-decoration: underline;
	}
	
	.desejos
	{
		background: url('../img/desejos.gif');
		border: none;
		background-repeat: no-repeat;
		background-position: top left;
		width: 23px;
		/*height: 54px;*/
	}
	