#produtos {
	margin: 0px;
	display: inline;
	text-align: center;
}
#produtos li {
	float: left;
	height: 244px;
	width: 200px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
	list-style-type: none;
	margin-top: 15px;
	margin-right: 15px;
	margin-bottom: 15px;
	margin-left: 13px;
}

#produtos li.meia {
	width: 100px !important;
	border: 0px !important;
}

#produtos li .titulo {
	background-color: #F1F2F2;
	height: 39px;
	padding-top: 5px;
	font-family: "Asap", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #6D6E71;
	text-align: center;
	font-size: 14px;
}

#produtos li .one-line {
	line-height: 34px !important;
}

#produtos li .foto {
	height: 190px;
	padding-top: 10px;
	text-align: center;
}

#produtos li p {
	line-height: 26px;
	color: #666;
	font-size: 16px;
}

#papelao {
	margin: 0px;
}
#papelao li {
	float: left;
	height: 200px;
	width: 275px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
	list-style-type: none;
	margin: 14px;
	line-height: 26px;
	color: #666;
	font-size: 14px;
}
#papelao li .titulo {
	background-color: #F1F2F2;
	height: 44px;
	font-family: "Asap", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #6D6E71;
	text-align: center;
	line-height: 44px;
}
#papelao li .foto {
	height: 160px;
	padding-top: 10px;
	text-align: center;
}
