@charset "utf-8";

.tit_dicas{
	float: left;
	width: 230px;
	height: auto;
	background-color: #787878;
	margin-right: 2px;
	box-shadow: 0px 0px 5px rgba(255,255,255, .3);
	-moz-box-shadow: 0px 0px 5px rgba(255,255,255, .3);
	-ms-box-shadow: 0px 0px 5px rgba(255,255,255, .3);
	-o-box-shadow: 0px 0px 5px rgba(255,255,255, .3);
	-webkit-box-shadow: 0px 0px 5px rgba(255,255,255, .3);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	overflow: hidden;
}
.tit_dicas span{
	font-size: 16px;
	display: block;
	background-color: #2B2B2B;
	padding: 4px;
	color:#CCC;
}
.tit_dicas ul{
	list-style: none;
	padding: 2px;
	border-bottom: 2px #CCCCCC solid;
	border-top: 2px #CCCCCC solid;
}
.tit_dicas ul li{
	margin: 5px 0px 5px 0px;
	padding: 3px 2px 3px 2px;
	transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	-webkit-transition: all .3s;
}
.tit_dicas ul li:hover, .menulateral ul li:hover{
	background-color: #999;
	text-shadow: 0px 0px 5px #000;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.tit_dicas ul a, .menulateral ul a{
	text-decoration: none;
	color: #FFF;
}
.dicaprincipal{
	float: right;
	width: 710px;
	text-align: justify;
}

.fornecedor{
	float: left;
	width: 210px;
	height: 150px;
	padding: 5px;
	margin: 0px 10px 25px 10px;
	box-shadow: 0px 0px 3px #FFF;
	-moz-box-shadow: 0px 0px 3px #FFF;
	-ms-box-shadow: 0px 0px 3px #FFF;
	-o-box-shadow: 0px 0px 3px #FFF;
	-webkit-box-shadow: 0px 0px 3px #FFF;
	background-color: rgba(206, 206, 206, 0.4);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	-webkit-transition: all .3s;
}
.fornecedor:hover{
	box-shadow: 0px 0px 5px #FFF;
	-moz-box-shadow: 0px 0px 5px #FFF;
	-ms-box-shadow: 0px 0px 5px #FFF;
	-o-box-shadow: 0px 0px 5px #FFF;
	-webkit-box-shadow: 0px 0px 5px #FFF;
}
.fornecedor .fornimg{
	float: left;
	width: 210px;
	height: 150px;
	overflow: hidden;
	background-color: #FFF;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	text-align: center;
	color: #999;
	font-weight: bold;
}
.fornecedor .fornimg img{
	min-width: 210px;
	min-height: 150px;
}
.fornecedor .tituloforn{
	float: left;
	width: 204px;
	height: 34px;
	margin-top: -40px;
	background-color: rgba(255,255,255, .7);
	-webkit-border-bottom-right-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-radius-bottomright: 3px;
	-moz-border-radius-bottomleft: 3px;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
	padding: 3px;
	color: #333;
	font-weight: bold;
	text-shadow: 0px 0px 4px #FFF;
}

.imgdir{
	float: right;
	margin: 5px 0px 1px 5px;
	width: 210px;
	height: auto;
}

.pativo, .n_pativo{
	float: left;
	text-align: center;
	padding: 2px 5px 2px 5px;
	margin: 2px;
	background-color: rgba(206, 206, 206, 0.4);
	font-weight: bold;
}
a .n_pativo, a:visited .n_pativo{
	color: #000;
}
.n_pativo a{
	text-decoration: none;
	color: #000;
}
.pativo{
	font-size: 16px;
	margin-top: -1px;
}

.menulateral{
	float: left;
	width: 213px;
	height: auto;
	background-color: #787878;
	margin-right: 0px;
	box-shadow: 0px 0px 5px rgba(255,255,255, .3);
	-moz-box-shadow: 0px 0px 5px rgba(255,255,255, .3);
	-ms-box-shadow: 0px 0px 5px rgba(255,255,255, .3);
	-o-box-shadow: 0px 0px 5px rgba(255,255,255, .3);
	-webkit-box-shadow: 0px 0px 5px rgba(255,255,255, .3);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	overflow: hidden;
}
.menulateral span{
	font-size: 16px;
	display: block;
	background-color: #2B2B2B;
	padding: 4px;
	color:#FFF;
}
.menulateral ul{
	list-style: none;
	padding: 2px;
	border-bottom: 2px #CCCCCC solid;
	border-top: 2px #CCCCCC solid;
}
.menulateral ul li{
	margin: 5px 0px 5px 0px;
	padding: 3px 2px 3px 2px;
	transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	-webkit-transition: all .3s;
	background-repeat: no-repeat;
	background-position: right;
}
.menulateral ul li:hover{
	background-color: #999;
	text-shadow: 0px 0px 5px #000;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-image: url(../imagens/arrow-right.png);
}
.checked{
	background-color: #999;
}

.produt{
	float: right;
	width: 730px;
	min-height: 400px;
}
.produto{
	float: left;
	margin: 0px 0px 10px 10px;
	width: 233px;
	height: 300px;
	background-color: #E8E8E8;
	color: #999;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	-webkit-transition: all .3s;
}
.produto a{
	text-decoration: none;
	color: #666;
}
.prodimg{
	width: 203px;
	height: 193px;
	margin: 15px 15px 3px 15px;
	overflow: hidden;
	padding-bottom: 3px;
	border-bottom: 1px #CCCCCC dotted;
	text-align: center;
}
.maisdetalhes{
	height: 18px;
	width: 109px;
	margin-left: 46px;
	margin-bottom: 0px;
	margin-top: -18px;
	position: relative;
	color: #FFF;
	text-align: center;
	transition: all .2s linear;
	-moz-transition: all .2s linear;
	-ms-transition: all .2s linear;
	-o-transition: all .2s linear;
	-webkit-transition: all .2s linear;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	border-left: 1px #FFFFFF solid;
	border-right: 1px #FFFFFF solid;
	background-color: rgba(0, 0, 0, 0.52);
}
.produto:hover .maisdetalhes{
	margin-bottom: -18px;
	margin-top: 0px;
}
.produto:hover{
	box-shadow: 0px 0px 20px #CCC;
	-moz-box-shadow: 0px 0px 20px #CCC;
	-ms-box-shadow: 0px 0px 20px #CCC;
	-o-box-shadow: 0px 0px 20px #CCC;
	-webkit-box-shadow: 0px 0px 20px #CCC;
	position: relative;
	z-index: 1000;
}
.produto .prodesc{
	width: 203px;
	height: auto;
	margin: 2px 15px 0px 15px;
	text-align: justify;
	color: #000;
}
.prodimg img{
	min-width: 203px;
	min-height: 193px;
}

a.voltar{
	float: left;
	display: block;
	padding: 2px 4px 2px 4px;
	text-decoration: none;
	background-color: rgba(206, 206, 206, 0.4);
	color: #FFF;
	font-size: 16px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}
