/**********************************************
* PRODUTOS ALINHADOS 3 EM 3 COM DIVISOR EM BOLINHAS
**********************************************/

#produtos {
	clear: both;
}
#produtos p {
	margin: 0px;
	padding-left: 10px;
	text-align: left;
}
#produtos a {
	text-decoration: none;
	color: #000;
}
#produtos a .descricao {
	text-transform:uppercase;
	color: #000;
}
#produtos a .referencia {
	font-size: 9px;
	color: #000;
}
#produtos a .de {
	font-weight: bold;
	color: #008ebd;
	text-decoration: line-through;
}
#produtos a .por {
	font-weight: bold;
	color: #008ebd;
}
#produtos .promocao {
	font-weight: bold;
	color: #f00;
}
#produtos table {
	border-collapse: collapse;
}
#produtos table tr td {
	text-align: center;
	margin-top: 30px;
	width: 177px;
	background-image: url(../img/separador_produto.gif);
	background-repeat:no-repeat;
	background-position:right;
}
div.markup {
	height:150px;
	position:relative;
	width:150px;
}
div.markup img {
	left:50%;
	position:absolute;
	top:50%;
}


