#content p, #content h2, #content h3, #content h4 {	
	margin-bottom: 1em;
}

#content h2 {
	font-size: 140%;
	line-height: 2em;
	color: #111d73;
	font-family: "Century Gothic";
}

#content h3, #content h3 a {
	font-size: 120%;
	line-height: 2em;
	color: #111d73;
	font-family: "Century Gothic";
}

#content p {
	color: #666;
}
#content a {
	color: #666;
}

#content #pecas li {
	list-style-type: none;
	float: left;
	width: 155px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: 10px;
	text-align: center;
}

#content #pecas li img {
	border: none;
}
#content #pecas li strong {
	display: block;
	font-family: "Century Gothic";
	color: #666;
	font-size: 90%;
}

#content #novidades li {
	list-style-type: none;	
	margin: 20px 0 20px 0;
	display: table;
	width: 100%;
	border-bottom: 2px solid #CCC;	
}

#content table {
	border: 1px solid #333;
	border-collapse: collapse;
}

#content table th {
	background-color: #FAFAFA;
	border: 1px solid #333;
	line-height: 1.6em;
}

#content table td {
	border: 1px solid #333;
	padding: 4px;
	vertical-align: top;
}
#content table.profissionais {
	border: 1px solid #E8E9EB;
}

#content table.profissionais th {
	background-color: #F4C100;
	border: 1px solid #E8E9EB;
	color: #111D73;
	text-align: left;
	padding:  4px;
}

#content table.profissionais td {
	background-color: #Fafafa;
	border: 1px solid #E8E9EB;
}

