@charset "iso-8859-1";
/* CSS Document */

.caixas_produtos_home
{
	float: left;
	text-align: left;
	width: 159px;
	border-left: 1px dashed #e5e5e5;
	display:inline;
	padding: 5px 30px 5px 5px;
	margin: 5px;
	height: 250px;
	background-color:#ffffff;
}


.caixas_produtos
{
	float: left;
	text-align: left;
	width: 220px;
	border-left: 1px dashed #e5e5e5;
	display:inline;
	padding: 5px 5px 5px 5px;
	margin: 5px;
	height: 220px;
	background-color:#ffffff;
}

.caixa_imagem
{
	float: left;
	text-align: center;
	width: 159px;
	height: 110 px
	display:inline;	
}


.caixa_descricao
{
	float: left;
	text-align: center;
	width: 159px;
	display:inline;	
	height: 70px;
	font-family: "Trebuchet MS", Arial; font-size: 13px; color: #656363; text-decoration: none;
	font-weight: normal;
	
}

.caixa_codigo
{
	float: left;
	text-align: center;
	width: 159px;
	display:inline;	
	font-family: "Trebuchet MS", Arial; font-size: 12px; color: #000435; text-decoration: none;
	font-weight: bold;
	height: 20px;
	
}

.caixa_preco
{
	float: left;
	text-align: center;
	width: 159px;
	display:inline;	
	font-family: "Trebuchet MS", Arial; font-size: 12px; color: #247ae0; text-decoration: none;
	font-weight: bold;
	height: 20px;
}


.caixa_sobconsulta
{
	float: left;
	text-align: center;
	width: 159px;
	display:inline;	
	font-family: "Trebuchet MS", Arial; font-size: 14px; color: #ff0000; text-decoration: none;
	font-weight: bold;
	height: 20px;
}

.caixa_botao
{
	float: left;
	text-align: center;
	width: 159px;
	display:inline;	
	height: 36px;
}



	
a.descricao:link  {font-family: "Trebuchet MS", Arial; font-size: 13px; color: #656363; text-decoration: none;  font-weight: bold;}
a.descricao:visited  {font-family: "Trebuchet MS", Arial; font-size: 13px; color: #656363; text-decoration: none;  font-weight: bold;}
a.descricao:active  {font-family: "Trebuchet MS", Arial; font-size: 13px; color: #656363; text-decoration: none;  font-weight: bold;}
a.descricao:hover { color: #7f7b7b; }