/* Estilização da página dos produtos */
div.cores p {
  clear: both;
  color: #F00;
  text-align: center;
}
/*
   Tintas Acrilicas */
#body {
	height: 1930px;
}
#classica td.head {
	background: url(../images/classicahead.jpg) no-repeat;
}
#colonial td.head {
	background: url(../images/colonialhead.jpg) no-repeat;
}
#standard td.head {
	background: url(../images/standardhead.jpg) no-repeat;
}
#classica th, #classica dt, dt.premium {
	color: rgb(0,147,221);
}
#colonial th, #colonial dt, dt.extra {
	color: rgb(231,120,23);
}
#standard th, #standard dt, dt.economica {
	color: rgb(245,182,53);
}
#classica th {
	background: url(../images/th-backgr-classica.gif) repeat-x;
}
#colonial th {
	background: url(../images/th-backgr-colonial.gif) repeat-x;
}
#standard th {
	background: url(../images/th-backgr-standard.gif) repeat-x;
}
#classica div.cores {
	height: 50px;
}
#colonial td div.cores {
  height: 625px; /* necessário para o firefox */
}
#standard td div.cores {
	height: 260px;
}
td.descrDetal dl {
	clear: both
}
		/* Fim das Tintas Acrílicas */
/* Fim da página dos produtos */

/* ==============================FIM============================== */
