@charset "utf-8";

.dica{
	width: 460px;
	height: 150px;
	float: left;
	margin: 5px;
	border: 3px #FFEBD7 solid;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	overflow: hidden;
}
.dicimg{
	height: 150px;
	width: 160px;
	overflow: hidden;
	float: left;
	margin-right: 3px;
}
.dicimg img{
	min-width: 160px;
	min-height: 150px;
}
.dica a.dictitulo{
	text-decoration: none;
}
.dictitulo{
	float: left;
	text-decoration: none;
	font-size: 14px;
	width: 292px;
	background-color: #F29200;
	padding-left: 3px;
}
.dica p{
	width: 292px;
	float: left;
	height: 115px;
	margin-bottom: 0px;
}
.dica .leiamais{
	float: right;
	margin-top: -18px;
	margin-right: -70px;
	background-color: #FC0;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 3px;
	padding-bottom: 4px;
	border: 3px #FFEBD7 solid;
	transition: all 0.3s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	-webkit-transition: all 0.2s;
	-webkit-border-top-left-radius: 6px;
	-moz-border-radius-topleft: 6px;
	border-top-left-radius: 6px;
}
.dica:hover .leiamais{
	margin-right: -3px;
}
.leiamais a{
	text-decoration: none;
	font-style: italic;
}
div.voltar{
	float: right;
	margin-top: 21px;
	transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	padding: 5px;
	background-color: #FC0;
}
div.voltar:hover{
	background-color: #FFF;
}
.imagem{
	float: right;
	width: 250px;
	margin-left: 4px;
	margin-top: 4px;
	-webkit-border-bottom-right-radius: 6px;
	-moz-border-radius-bottomright: 6px;
	border-bottom-right-radius: 6px;
}

/* fornecedores */
.forn{
	float: left;
	width: 210px;
	height: 210px;
	border: 1px #999999 solid;
	margin: 12px;
	text-align: center;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-color: #FFF;
}
.fornimg{
	width: 206px;
	height: 160px;
	overflow: hidden;
	margin-left: 2px;
	margin-top: 2px;
}
.fornimg img{
	min-width: 206px;
	min-height: 160px;
}

/* produtos */
.menulateral{
	float: left;
	width: 210px;
	height: auto;
	border-top: 1px #F29200 solid;
	border-bottom: 1px #F29200 solid;
	border-right: 3px #F29200 solid;
	-webkit-border-top-right-radius: 20px;
	-webkit-border-bottom-right-radius: 20px;
	-moz-border-radius-topright: 20px;
	-moz-border-radius-bottomright: 20px;
	border-top-right-radius: 20px;
	border-bottom-right-radius: 20px;
	background-color: #FFF;
	overflow: hidden;
}
.menulateral h2{
	margin-left: 4px;
}
.menulateral ul{
	margin-top: -13px;
	list-style-image: url(../imagens/list_menu.png);
	margin-left: 20px;
}
.menulateral ul a{
	text-decoration: none;
}
.menulateral li{
	margin-bottom: 2px;
	font-size: 13px;
	transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-webkit-transition: all 0.3s;
}
.menulateral li:hover{
	background-color: #DFDFDF;
	padding-left: 4px;
}
.menulateral li.checked{
	background-color: #DFDFDF;
	padding-left: 4px;
	font-weight: bold;
}
.produtos{
	float: left;
	width: 180px;
	height: 210px;
	border: 1px #999999 solid;
	margin: 2px;
	text-align: center;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-color: #FFF;
}
.produtos:hover{
	border: 1px #666666 solid;
	box-shadow: 10px 2px 6px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 10px 2px 6px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 1px 2px 6px rgba(0, 0, 0, 0.5);
}
.prodimg{
	width: 176px;
	height: 160px;
	overflow: hidden;
	margin-left: 2px;
	margin-top: 2px;
}
.prodimg img{
	min-width: 176px;
	min-height: 160px;
}
.prodimg2{
	float: right;
	margin-left: 4px;
	margin-top: 4px;
	width: 220px;
	height: auto;
}