
.credits {
	margin: -5px 0 3.5em;
	padding-left: 15px;
	font: 130%/110% "Courier New", Courier, monospace;
}
.credits a {
	color: #000;
	background: #c3e4e2;
	border-bottom: solid 1px #a36e36;
	text-decoration: none;
	text-transform: uppercase;
	padding: 0 .5em;
	font-size: 110%;
}
.credits Preco {
	color: #fff;
	background: #000;
	border-bottom: solid 1px #a36e36;
	padding: 0 .3em;
}

.credits Produto {
	color: #fff;
	background: #000;
	border-bottom: solid 1px #a36e36;
	padding: 0 .1em;
}

img {
	border: none;
}

.gallery {
	list-style: none;
	margin: 0;
	padding: 0;
}
.gallery li {
	margin: 5px 2px 2px;
	padding: 8px;
	background: url(../imagens/bg_cat.jpg) no-repeat;
	float: left;
	position: relative;
	width: 210px;
	height: 220px;
}
.gallery span {

	width: 77px;
	height: 27px;
	display: block;
	position: absolute;
	left: 100px;
	top: -12px;
}
.gallery Preco {
	display: block;
	text-align: center;
	font-family: "Century Gothic", Tahoma, Verdana, Arial;
	font-size: 13px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #666666;
	text-decoration: none;

}

.gallery Produto {
	display: block;
	text-align: center;
	font-family: "Century Gothic", Tahoma, Verdana, Arial;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #666666;
	text-decoration: none;
}


