@charset "utf-8";


.cel{
	width: 465px;
	height: 220px;
	float: left;
	background-color: #FFF;	
	margin-bottom: 35px;
	
	-webkit-box-shadow: 1px 1px 2px 0px rgba(50, 50, 50, 0.3);
	-moz-box-shadow:    1px 1px 2px 0px rgba(50, 50, 50, 0.3);
	box-shadow:         1px 1px 2px 0px rgba(50, 50, 50, 0.3);

	-webkit-transition:	all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
	
	
	
}
#cel1{
	margin-right: 10px;
}
#cel2{
	margin-left: 10px;
}
.cel li{
	list-style: none;
	margin-left: 8px;
	margin-top: 3px;
	font-size: 16px;
	color: #333;
	font-weight:bold;
	
}
.cel:hover{
	
	-webkit-transition:	all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
	
	transform: scale(1.05);
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-o-transform: scale(1.05);
	
	-webkit-box-shadow: 2px 2px 2px 0px rgba(50, 50, 50, 0.35);
	-moz-box-shadow:    2px 2px 2px 0px rgba(50, 50, 50, 0.35);
	box-shadow:         2px 2px 2px 0px rgba(50, 50, 50, 0.35);
}
.celimg{
	width: 198px;
	border: 1px #999 solid;
	float: left;
	height: 165px;
	overflow: hidden;
	color: #CCC;
	text-align: center;
}
.celimg img{
	min-width: 198px;
	min-height: 165px;
}
.cel:hover .celimg{
	border-color: #000;
}

.celtextg{
	width: 440px;
	height: 165px;
	padding-left: 8px;
	padding-right: 8px;
	margin-top: 3px;
	overflow: hidden;
	color: #666;
}
.celtextp{
	float: right;
	overflow: hidden;
	width: 254px;
	height: 165px;
	padding-left: 8px;
	padding-right: 8px;
	margin-top: 3px;
	color: #666;
}
.celdata{
	float: left;
	margin-top: -13px;
	background-color: #FFF;
	color: #999;
	font-weight: bold;
	padding-left: 3px;
	padding-right: 3px;
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-topright: 4px;
	border-top-right-radius: 4px;
	z-index: 560;
	position: relative;
	
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-radius-bottomleft: 3px;
	border-bottom-left-radius: 3px;
}
.celleiamais{
	float: right;
	margin-top: -28px;
	overflow: hidden;
	width: 0px;
	height: 27px;
	padding-left: 10px;
	padding-top:3px;
	background-color: #006500;
	transition: all .25s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	-webkit-transition: all .3s linear;
}
.cel:hover .celleiamais{
	width: 100px;
	
}
.celleiamais a{
	text-decoration: none;
	color: #fff;
	font-weight: normal;
}

.imgdir{
	float: right;
	margin-top: 4px;
	margin-left: 8px;
	width: 250px;
	border: 1px solid #CCC;
	padding: 3px;
	-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;
}
.imgdir:hover{
	box-shadow: 0px 0px 10px #DFDFDF;
	-moz-box-shadow: 0px 0px 10px #DFDFDF;
	-ms-box-shadow: 0px 0px 10px #DFDFDF;
	-o-box-shadow: 0px 0px 10px #DFDFDF;
	-webkit-box-shadow: 0px 0px 10px #CCC;
}



.pativo, .n_pativo{
	float: left;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	margin-left: 5px;
	margin-right:5px;
	margin-bottom:15px;
	font-family: Arial, Helvetica, sans-serif;
	background:#eee;
	
	-webkit-box-shadow: inset 1px 1px 3px 0px rgba(50, 50, 50, 0.6);
	-moz-box-shadow: inset 1px 1px 3px 0px rgba(50, 50, 50, 0.6);
	box-shadow: inset 1px 1px 3px 0px rgba(50, 50, 50, 0.6);

}
.pativo{/*20 77 153*/
	background-color: #333;
	color: #FFF;
	
	-webkit-box-shadow: inset 1px 1px 3px 0px rgba(50, 50, 50, 0.6);
	-moz-box-shadow: inset 1px 1px 3px 0px rgba(50, 50, 50, 0.6);
	box-shadow: inset 1px 1px 3px 0px rgba(50, 50, 50, 0.6);

}
.n_pativo{
	color: #000;
}
.n_pativo:hover{
	background-color: #DDD;
}

.menulateral{
	float: right;
	width: 220px;
	height: 30px;
	border-bottom: 2px #000099 solid;
	border-top: 2px #000099 solid;
	overflow: hidden;
	position: absolute;
	top: 270px;
	right: 0px;
	z-index: 600;
	background-color: #E6E6E6;
}
.menulateral:hover{
	height: auto;
}
.menulateral h4{
	margin: 0px;
	padding: 4px;
	background-color: #00F;
	color: #FFF;
	margin-top:2px;
	margin-bottom: 2px;
	box-shadow:inset 0 0 10px #F8F8F8;
}
.menulateral ul, .menulateral a{
	list-style: none;
	text-decoration: none;
	margin-bottom: 5px;
}
.menulateral li{
	padding: 4px;
	background-color: #FFF;
	margin-bottom: 2px;
	
	transition: all .2s;
	-moz-transition: all .2s;
	-ms-transition: all .2s;
	-o-transition: all .2s;
	-webkit-transition: all .2s;
}
.menulateral li:hover{
	padding-left: 8px;
	border-left: 1px #FFCC00 dotted;
}
.checked{
	font-weight: bold;
	color: #000;
}

.produt{
	float: right;
	width: 730px;
	min-height: 100px;
}
.produto{
	float: left;
	margin: 0px 0px 10px 10px;
	width: 233px;
	height: 280px;
	background-color: #FFF;
	
	
}
.produto a{
	text-decoration: none;
}
.prodimg{
	width: 203px;
	height: 193px;
	margin: 15px 15px 3px 15px;
	overflow: hidden;
	padding-bottom: 3px;
	border-bottom: 1px #CCCCCC dotted;
}
.maisdetalhes{
	height: 18px;
	margin-bottom: 0px;
	margin-top: -18px;
	position: relative;
	background-image: url(../imagens/fp.png);
	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;
}
.produto:hover .maisdetalhes{
	margin-bottom: -18px;
	margin-top: 0px;
}
.produto .prodesc{
	width: 203px;
	height: auto;
	margin: 2px 15px 0px 15px;
	text-align: justify;
}
.prodimg img{
	/*min-width: 203px;
	min-height: 193px;*/
	max-width: 100%;
}

.prodimg2{
	float: right;
	width: 220px;
	height: auto;
	margin-top: 4px;
	margin-left: 6px;
	border: 3px;
	border-bottom: 30px;
	border-color: #FFF;
	border-style: solid;
	box-shadow: 0px 0px 30px #CCC;
	-moz-box-shadow: 0px 0px 30px #CCC;
	-ms-box-shadow: 0px 0px 30px #CCC;
	-o-box-shadow: 0px 0px 30px #CCC;
	-webkit-box-shadow: 0px 0px 30px #CCC;
}
#apDiv1 #nome{
	margin-top: 9px;
	margin-left: 0px;
	border: 0px;
	padding-left: 5px;
	width: 271px;
	height: 30px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	outline: none;
	float: left;
}
#apDiv1 .tit1{
	float: left;
	margin-top: 14px;
	margin-left: 15px;
	font-size: 16px;
}
#apDiv1 #nome:focus #apDiv1 .tit1{
	background-color: #09F;
}
#apDiv1 #email{
	margin-top: 5px;
	margin-left: 0px;
	border: 0px;
	padding-left: 5px;
	width: 271px;
	height: 30px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	outline: none;
	float: left;
}
#apDiv1 .tit2{
	float: left;
	margin-top: 9px;
	margin-left: 15px;
	font-size: 16px;
	width: 47px;
}
#apDiv1 #ok{
	float: right;
	margin-top: 10px;
	border: 0px;
	margin-right: 13px;
	width: 53px;
	height: 24px;
	background-color: transparent;
	cursor: pointer;
}


.cliente{
	float: left;
	width: 210px;
	height: 225px;
	box-shadow: 0px 0px 4px #CCCCCC;
	margin: 0px 15px 30px 15px;
	background-color: #FFF;
	transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	
	-webkit-box-shadow: 1px 1px 2px 0px rgba(50, 50, 50, 0.3);
	-moz-box-shadow:    1px 1px 2px 0px rgba(50, 50, 50, 0.3);
	box-shadow:         1px 1px 2px 0px rgba(50, 50, 50, 0.3);
}
.cliente span.titulo{
	background: #064BB3; /* Old browsers */
	display: block;
	font-size:13px;
	text-align:center;
	float: left;
	width: 200px;
	height: 35px;
	line-height: 35px;
	color: #FFF;
	padding: 0px 5px;
	overflow: hidden;
	font-family: Arial, Helvetica, sans-serif;
}
.cliente .cli_img{
	/*float: left;*/
	width: 210px;
	height: 155px;
	line-height: 155px;
	text-align: center;
	overflow: hidden;
	vertical-align: middle;
	display: table-cell;
}
.cliente .cli_img img{
	/*min-width: 210px;
	min-height: 155px;*/
	max-width: 160px;
}
.cliente a.cli_link{
	text-decoration: none;
	display: block;
	float: left;
	width: 200px;
	height: 25px;
	line-height: 25px;
	padding: 5px;
}
.cliente:hover{
	transform: scale(1.05);
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-o-transform: scale(1.05);
	
	-webkit-box-shadow: 2px 2px 2px 0px rgba(50, 50, 50, 0.35);
	-moz-box-shadow:    2px 2px 2px 0px rgba(50, 50, 50, 0.35);
	box-shadow:         2px 2px 2px 0px rgba(50, 50, 50, 0.35);
}
.cliente span.desc{
	padding: 5px;
	display: block;
	float: left;
	width: 200px;
	text-align: left;
}

.submenu_prod{
	float: left;
	width: 210px;
	height: auto;
		
}
.submenu_prod ul{
	list-style: none;
	padding: 6px;
	background:#eee;
	
	
	-webkit-box-shadow: inset 1px 1px 3px 0px rgba(50, 50, 50, 0.6);
	-moz-box-shadow: inset 1px 1px 3px 0px rgba(50, 50, 50, 0.6);
	box-shadow: inset 1px 1px 3px 0px rgba(50, 50, 50, 0.6);

}
.submenu_prod ul a{
	text-decoration: none;
	color: #000;
}
.submenu_prod ul li{
	height: 35px;
	line-height: 35px;
	font-family: Arial, Helvetica, sans-serif;
	padding: 0px 4px;
	margin: 4px 0px;
	
	text-align: left;
	overflow: hidden;
}
.submenu_prod ul li:hover{
	background:#006500;
	color: #FFF;
}
a li.checked{
	background-color: #999;
	color: #FFF;
}

.produt{
	float: right;
	width: 730px;
	height: auto;
}
.produto{
	float: left;
	margin: 0px 0px 10px 10px;
	width: 233px;
	height: 275px;
	background-color: #FFF;
	color: #999;
	
	-webkit-box-shadow: 1px 1px 2px 0px rgba(50, 50, 50, 0.3);
	-moz-box-shadow:    1px 1px 2px 0px rgba(50, 50, 50, 0.3);
	box-shadow:         1px 1px 2px 0px rgba(50, 50, 50, 0.3);
	
	-webkit-transition:	all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
	
}
.produto a{
	text-decoration: none;
}
.prodimg{
	width: 203px;
	height: 193px;
	line-height: 193px;
	margin: 15px 15px 3px 15px;
	overflow: hidden;
	padding-bottom: 3px;
	border-bottom: 1px #CCCCCC dotted;
	text-align: center;
	color: #999;
	font-weight: bold;
}
.maisdetalhes{
	width: 109px;
	height: 26px;
	line-height: 18px;
	margin-left: 46px;
	margin-bottom: 0px;
	margin-top: -33px;
	padding-top:5px;
	position: relative;
	color: #FFF;
	text-align: center;
	border-left: 1px #FFFFFF solid;
	border-right: 1px #FFFFFF solid;
	background-color: #006500;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	
}
.produto:hover .maisdetalhes{
	margin-bottom: -33px;
	margin-top: 0px;
}
.produto:hover{
	
	transform: scale(1.05);
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-o-transform: scale(1.05);
	
	-webkit-box-shadow: 2px 2px 2px 0px rgba(50, 50, 50, 0.35);
	-moz-box-shadow:    2px 2px 2px 0px rgba(50, 50, 50, 0.35);
	box-shadow:         2px 2px 2px 0px rgba(50, 50, 50, 0.35);
	
	-webkit-transition:	all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.produto .prodesc{
	width: 203px;
	height: auto;
	margin: 2px 15px 0px 15px;
	text-align: justify;
	color: #000;
}
.prodimg img{
	/*min-width: 203px;
	min-height: 193px;*/
	max-width: 100%;
	max-height: 98%;
}

a.voltar{
	display: block;
	float: right;
	text-align: center;
	text-decoration: none !important;
	color: #006500 !important;
	background-color: #eee;
	width: 80px;
	height: 35px;
	padding-top:7px;
	line-height: 30px;
	font-size: 1.1em;
	margin-bottom:20px;
	margin-top:20px;
	
	-webkit-box-shadow: inset 1px 1px 3px 0px rgba(50, 50, 50, 0.6);
	-moz-box-shadow: inset 1px 1px 3px 0px rgba(50, 50, 50, 0.6);
	box-shadow: inset 1px 1px 3px 0px rgba(50, 50, 50, 0.6);
	
}
a.voltar:hover{
	font-weight:bold;
}