#conteudo p {
	line-height: 1.5em;
	padding-bottom: 1em;
}
#conteudo a {
	color:#999;
	text-decoration: underline;
}
#categorias li {
	line-height: 2em;
	background: url(../img/padrao/marcador.jpg) no-repeat left 8px;
	padding-left: 15px;
}
#produtos li {
	border-bottom: 1px dashed #ddd;
	padding-bottom: 5px;
	width: 560px;
	margin-bottom: 10px;
}
#produtos div {
	float: left;
	width: 150px;
	border: 1px solid #eee;
	margin-right: 10px;
}
#produtos div a {
	margin: 5px auto;
}
#produtos h3 {
	font-size: 130%;
	color: #999;
	padding-bottom: 0.5em;
}
#conteudo table {
	border: 1px solid #DCE8F6;
	border-collapse: collapse;
	margin-bottom: 10px;
}
#conteudo thead th {
	background-color: #DCE8F6;
	line-height: 2em;
	border: 1px solid #FFF;
}
#conteudo tbody td {
	line-height: 1.5em;
	border: 1px solid #DCE8F6;
	padding: 5px;
}
#conteudo table input {
	text-align: center;
	border-top: 1px solid #999;
	border-right: 2px solid #eee;
	border-bottom: 2px solid #eee;
	border-left: 1px solid #999;
	padding: 1px 2px;
}
#menu-cesta {
	width: 560px;
}
#menu-cesta a {
	background-color: #1C4C8C;
	display: block;
	height: 20px;
	width: 120px;
	line-height: 20px;
	text-align: center;
	font-style: normal;
	color: #FFF;
	text-decoration: none;
}
#menu-cesta a:hover {
	background-color: #7AA3D7;
	color: #FFF;
}
#pedidos dt {
	font-weight: bold;
	padding-bottom: 5px;
}
#pedidos dd {
	padding-bottom: 10px;
}
#lista-dicas li {
	line-height: 1.5em;
	margin-bottom: 5px;
	border-bottom: 1px dashed #ddd;
	padding-bottom: 5px;
}
.align-center {
	text-align: center;
}

