/*
FOLHA DE ESTILOS - PRODUTOS
*/

* {
	margin: 0;
	padding: 0;
}

body {
	margin: 0px 0;
	background: #FFFFFF ;
	padding: 0px 0  0 15px;
	
}

body, th, td, input, textarea {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}

.post {
}

.post .title {
	margin: 0;
	font-weight: normal;
}

.post h1.title {
	
	padding: 15px 0  0 15px;
	height: 30px;
	font-size: 1.1em;
}

.post .entry {
	padding: 10px 10px 10px 15px;
	font-size: 1.1em;
	line-height: normal;
}

/* Footer */

#footer {
	text-align: center;
	font-size: 9px;
	color: #CCCCCC;
}
