img {border:0;}

.tab_produto {
	background:#FFF;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.tab_produto_pagina {
	background:#EEEEEE;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.tab_produto_pagina:hover {
	background:#CCC;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.letra_produto {
	font-family: "Segoe UI", Arial, Tahoma;
	font-size:15px;
}