/* Folha de estilo do site da FofysFactory */

body {
	background-color: #4dc2b1;
	background-image:url(textura-fundo-petit-pois.gif);
	background-repeat:repeat;
	font-family: Trebuchet MS, Trebuchet, sans-serif;
	margin-top: 10px;
}

h1 {
	color: #e56;
	font-size: 1.4em;
}

h1 img {
	
}

p {

}

.texto_home {
	color: #fff;
	font-size: 0.8em;
	text-indent: 37px;
}

.texto_home a {
	color: #fff;
}

.container {
	background-color: #fff;
	padding: 20px;
	width: 760px;
	position: relative;
	left: 50%;
	margin-left: -380px;
	text-align: left;
}

#cabecalho {
	margin: 12px;
}

#cabecalho p {
	color: #333;
	font-size: 0.9em;
}

.rodape {
	font-size: 0.7em;
	color: #008877;
	clear: left;
	margin-top: 10px;
	text-align: center;
}

.produto {
	float: left;
	background: url(produto_fundo.png) no-repeat;
	margin: 8px;
	padding: 6px 6px 12px 10px;
	height: 102px;
	width: 342px;
}


.produto img {	
	border: 1px solid black;
	float: left;
	margin-top: 4px;
}

/* FORMATAÇÃO DAS INFORMAÇÕES DE CADA PRODUTO */

.info {
	color: #fff;
	margin-left: 94px;
	position: relative;
	width: 232px;
}

.info a {
	color: #fff;
}


.nome {	
	font-size: 1em;
	font-weight: bold;
	line-height: 18px;
	margin: 0 0 4px 0;
	padding-bottom: 4px;
	border-bottom: 1px solid #fba;
}

.dimensoes {
	font-size: 0.75em;
	margin: 0;
}

.preco {
	font-size: 1em;
	font-weight: bold;
	margin: 0;
}