.grid_produtos_box{
	padding-left: 40px;
	margin-left: 52px;
	margin-top: 20px;
}

.grid_produtos{
	padding-left: 0px;
	margin-left: 0px;
}
.grid_produtos ul{
	list-style: none;
}
.grid_produtos li{
	margin-bottom: 40px;
}
.grid_produtos li a{
	display: block;
	width: 120px;
	height: 120px;
	background: #003E59;
	border-radius: 100%;
	color: white;
	box-shadow: 0px 0px 3px #000;
	-webkit-transition: all 200ms ease-in-out;
	-moz-transition: all 200ms ease-in-out;
	-ms-transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;
}
.grid_produtos li img{
    height: 63px;
    top: 10px;
    left: 20px;
}
.grid_produtos li .tex{
	font-size: 13px;
	text-align: center;
	color: #fff;
	top: 13px;
	width: 109px;
	left: 5px;
}

.grid_produtos .box{
	width: 775px; 
	overflow: hidden; 
	background: #f7f7f7; 
	border: 1px solid #cdcdcd;
	padding: 10px; 
	color: gray;
	margin-bottom: 6px;
}
.grid_produtos .title{
	font-size: 12px;
	padding: 10px 0px 0px 0px;
}
.grid_produtos .title1{
	font-size: 12px;
}
.grid_produtos .grid_1{
	width: 80%;

}
.grid_produtos .grid_2{
	text-align: center;
}
.grid_produtos .conposition{
	text-align: justify;
	font-size: 12px;
	margin-top: -6px;
}
.grid_produtos .table{
	overflow: hidden;
	background: #fff;
	border: 0px solid #cdcdcd; 
	color: gray;
	margin-bottom: 10px;
}

/* PETS */

.grid_pets{
}
.grid_pets ul{
	list-style: none;
}
.grid_pets li{
	padding: 4px 0 26px 0;
	height: 100px;
}
.grid_pets li a{
	display: block;
}
.grid_pets img{
	margin-top: 0px;
}
.grid_pets .tex{
	top: 8px;
}

.grid_pets .box{
	overflow: hidden; 
	background: #f7f7f7; 
	border: 1px solid #cdcdcd;
	color: gray;
	margin-bottom: 2px;
}
.grid_pets .title{
	font-style: italic;
	font-size: 12px;
}
.grid_pets .grid_1{
	width: 592px;
	padding-right: 28px
}
.grid_pets .grid_2{
	text-align: center;
}
.grid_pets .conposition{
	text-align: justify;
	font-size: 12px;
}

/* FIM */

.grid_pets .table{
	width: 47%; 
	overflow: hidden;
	background: #fff;
	border: 1px solid #cdcdcd; 
	padding: 10px; 
	color: gray;
	margin-bottom: 10px;
}

table{
	width: 100%;
}
table tr{ 
	background: #f4f4f4;
}
table tr:hover {
	background: #FBFBFB;
}

table tr td{
	font: 12px Arial, Helvetica, sans-serif;
	color: #AAA;
	padding: 10px;
	border-bottom: 1px solid #CDCDCD;
	border-left: 1px solid #DCDCDC;
	border-right: 1px solid #DCDCDC;
}

caption {
	font: 12px Arial, Helvetica, sans-serif;
	height: 20px;
	width: 96,5%;
	background: #F8F8F8;
	background: -moz-linear-gradient(top, #F8F8F8 0%, #EBEBEB 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#F8F8F8), color-stop(100%,#EBEBEB));
	background: -webkit-linear-gradient(top, #F8F8F8 0%,#EBEBEB 100%);
	background: -o-linear-gradient(top, #F8F8F8 0%,#EBEBEB 100%);
	background: -ms-linear-gradient(top, #F8F8F8 0%,#EBEBEB 100%);
	background: linear-gradient(to bottom, #F8F8F8 0%,#EBEBEB 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8f8f8', endColorstr='#ebebeb',GradientType=0 );
}
caption{
	padding: 10px;
	border-top: 1px solid #CDCDCD;
	border-left: 1px solid #CDCDCD;
	border-right: 1px solid #CDCDCD;
	font: 12px Arial;
	color: #999;
	font-weight: bold;
}
table tr.origem {
	height: 20px;
	background: white;
}
table tr.origem td {
	font: 12px Arial;
	padding: 10px 0;
	color: #000;
	border: 0px;
}