#content .titulo h2 {
	float: left;
	display: inline;
}
h3 {
	color: #5c3e2f;
	font-size: 18px;
	font-weight: normal;
	margin: 40px 0 30px;
}
#content .titulo span {
	float: left;
	display: inline;
	font-size: 22px;
	margin-top: 14px;
	margin-left: 10px;
	color: #7a523e;
}
#content .titulo span a {
	color: #7a523e;
}

#content .lista-categorias li {
	float: left;
	display: inline;
	width: 162px;
	margin-right: 27px;
	margin-bottom: 40px;
}
#content .lista-categorias li.quebra {
	margin-right: 0;
}
#content .lista-categorias li a {
	display: block;
	color: #68686a;
	font-size: 14px;
}
#content .lista-categorias li a img {
	border: 1px solid #818183;
	margin-bottom: 5px;
}
#content .lista-categorias li a:hover {
	text-decoration: none;
	color: #7a523e;
}
#content .lista-categorias li a:hover img {
	border-color: #412c23;
}

#content .lista-produtos li {
	float: left;
	display: inline;
	width: 300px;
	margin-right: 1px;
	margin-bottom: 45px;
	min-height: 230px;
}
#content .lista-produtos li.quebra,
#content .lista-produtos li.last {
	margin-right: 0;
}
#content .lista-produtos li a {
	display: block;
	padding: 9px;
}
#content .lista-produtos li a img {
	margin-bottom: 5px;
	border: 1px solid #8a8a8b;
	min-width: 281px;
	min-height: 103px;
}
#content .lista-produtos li a strong {
	display: block;
	font-size: 16px;
	margin-bottom: 7px;
}
#content .lista-produtos li a span {
	display: block;
	width: 98px;
	height: 22px;
	text-indent: -9999em;
	background: url(../img/layout/bt_verdelhates.png) no-repeat;
	margin-top: 6px;
}
#content .lista-produtos li a {
	text-decoration: none;
	color: #68686a;
}

#content .lista-produtos li a:hover {
	color: #7a523e;
	background: #f2e9e4;
}
#content .lista-produtos li a:hover img {
	border-color: #412c23;
}

/*--------------*/
.view #content {
	text-align: justify;
}
.view #content .produto-img {
	float: right;
	display: inline;
	margin-bottom: 20px;
}
.view #content strong {
	display: block;
	font-weight: bold;
	color: #7a523e;
	margin-bottom: 5px;
}
.view #content p {
	text-align: justify;
}
.view #content .comprar a {
	display: block;
	background: url(../img/layout/bt_comprar.png) no-repeat;
	width: 104px;
	height: 30px;
	text-indent: -9999em;
	overflow: hidden;
}

.view #content .ambientes {
	display: block;
	width: 920px;
	clear: both;
	border-top: 1px solid #e6e1df;
}
.view #content .lista-ambientes-exibe li {
	float: left;
	display: inline;
	margin-right: 16px;
	margin-bottom: 16px;
}
.view #content .lista-ambientes-exibe li.quebra,
.view #content .lista-ambientes-exibe li.last {
	margin-right: 0;
}
.view #content .lista-ambientes-exibe li img {
	border: 1px solid #706d6d;
	width: 138px;
	height: 90px;
}
.view #content .fotos-produto {
	float: right;
	display: inline;
	width: 400px;
	margin-left: 20px;
	padding-bottom: 20px;
}
.view #content .fotos-produto ul {
	display: block;
}
.view #content .fotos-produto ul li {
	float: left;
	display: inline;
	margin-right: 9px;
	margin-bottom: 9px;
	width: 127px;
	height: 82px;
}
.view #content .fotos-produto ul li.quebra {
	margin-right: 0;
}
