#grupo_a {
	width:580px;
	margin-bottom:15px;
	
	
}
#grupo_b {
	width:580px;
	margin-bottom:15px;
	background-color:#CCCCCC;
}
.coluna_a {
	width:182px;
	float:left;
	margin-right: 5px;
	background-color:#ededed;
}

div.coluna_a:hover {
	width:182px;
	float:left;
	border:1px dotted #FF0000;
	
}
.coluna_b {
	width:182px;
	float:left;
	margin-right: 5px;
	background-color:#ededed;
}

div.coluna_b:hover {
	width:182px;
	float:left;
	border:1px dotted #FF0000;
	
}

.teste {
	width:180px;
	float:left;
	margin-right: 5px;
	margin-top:10px;
	background-color:#ededed;
	text-align:center;
	
}
div.teste:hover {
	width:180px;
	float:left;
	background-color:#ededed;
	border:1px dotted #FF0000;
	
	}

#tudo {
	width:160px;
	float:left;
	margin-right:10px;
	margin-top:15px;
	
}
#imagem {
	width:180px;
}
.descricao {
	width:179px;
	clear:both;
	padding-bottom:5px;
	padding-top:5px;
	color: #000000;
}


.nome_produto {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #0d19a6;
}
.descricao_produto {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
}
.preco_produto {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #CC3300;
}

