.holder {
	overflow: none;
}

.left {
	float: left;
}

.right {
	float: right;
}

.big-img {
	border: 1px solid #e0e0e0;
	padding: 5px;
}

.small-img {
	border: 1px solid #e0e0e0;
	padding: 3px;
}

.box-imagem-colecao {
	float: left;
	margin-right: 9px;
	text-align: center;
}

.box-produto {
	float: left;
	width: 120px;
	margin-bottom: 25px;
	width: 145px;
	text-align: center
}


.box-imagem-dicas {
	text-align: center;
	width: 200px;
	float: left;
	margin-right: 15px;
}

.box-faq {
	margin-bottom: 12px;
}

.box-newsletter {
	float: left;
	margin-right: 40px;
	margin-bottom: 20px;
	font-size: 12px;
}




.p-box {
	background-image: url('../img/box-bg.gif');
	width: 920px;
	position: relative;
	padding-top: 5px;
	padding-bottom: 5px;
}

.p-box-header {
	background-image: url('../img/box-header.gif');
	height: 13px;
	background-repeat: no-repeat;
	width: 920px;
}

.p-box-footer {
	background-image: url('../img/box-footer.gif');
	height: 18px;
	background-repeat: no-repeat;
	width: 920px;
}


.p-box-title {
	background-image: url('../img/box-title-bg.gif');
	background-position: 10px;
	background-repeat: no-repeat;
	height: 41px;
	line-height: 41px;
	display: block;
	padding-left: 30px;
	font-size: 14px;
	color: white;
}

.p-box-title2 {
	background-image: url('../img/box-title-bg2.gif');
	background-position: 10px;
	background-repeat: no-repeat;
	height: 41px;
	line-height: 41px;
	display: block;
	padding-left: 50px;
	font-size: 14px;
	color: white;
}

.p-box-content {
	padding: 20px;
	font-size: 12px;
	color: black;
}

.p-box-content * {
	color: black !important;
	font-size: 12px;
	line-height: 18px;
}


.el {
	width: 360px;
	margin-bottom: 5px;
}

.el input {
	width: 350px;
	padding: 3px;
	font-size: 12px;
}

.el label {
	display: block;
	font-size: 12px;
}

.buttons {
	width: 350px;
	text-align: right;
}

