/* CSS Document */

div.produtoThumb {
	background-color: #E77918;
	color: #FFFFFF;
	width: 210px;
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
}

div.produtoThumb p {
	margin: 0;
	padding: 0;
}

div.produtoThumb h2, div.produtoThumb h2 a {
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	padding: 5px 0;
	text-decoration: none;
}

div.produtoThumb a:hover {
	
}

.nomargin {
	margin-right: 0;
}

