@charset "utf-8";
/* CSS Document */

body {
	background-image: url(layout/bg.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	height: 1304;
	margin: 0;
	background-color: #7c8292;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
.centraliza {
	margin: 0 auto;
	width: 992px;
}
.topo {
	height: 136px;
	width: 992px;
}
.corpo {
	background-color: #FFF;
	padding: 10px;
	width: 972px;
	margin-bottom: 20px;
}
h1 {
	font-size: 24px;
	color: #676b4e;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #d1da98;
	font-weight: lighter;
	margin-top: 00px;
}
.produto {
	background-image: url(layout/bg_produto.jpg);
	background-repeat: no-repeat;
	height: 280px;
	width: 209px;
	font-size: 11px;
	color: #757575;
	text-align: center;
	overflow: hidden;
	float: left;
	margin-right: 16px;
	margin-left: 18px;
	margin-bottom: 20px;
}
.rodape {
	text-align: center;
	font-size: 11px;
	color: #ededed;
}
a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.foto_produto {
	margin: 10px 10px 20px 10px;
	height: 189px;
	width: 189px;
	overflow: hidden;
}.pagina_interna {
	width: 972px;
	margin-top: 20px;
}
.menu_interno {
	float: left;
	width: 220px;
}
.corpo_interno {
	float: left;
	width: 732px;
	margin-left: 20px;
}
h2 {
	color: #ED1E24;
	font-size: 24px;
	font-weight: lighter;
}
h3 {
	font-size: 18px;
	color: #343494;
	margin: 0px;
}
h3 a{
	color: #343494;
	text-decoration:none;
}

.menu_interno ul li {
	margin: 0px;
	list-style-type: none;
}

.menu_interno ul li ul li {
	margin: 0px;
	padding: 0px;
}
.pagina_interna .menu_interno ul li a {
	color: #333;
	text-decoration: none;
	padding: 5px;
}
.mais {
	color: #FFF;
	background-color: #006;
	width: 300px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.mais a {
	color: #FFF;
	text-decoration: none;
}
.categoria {
	padding: 3px;
	background-color: #E6E7EB;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E0E1E5;
	cursor: pointer;
}
.subcategoria {
	padding: 2px 2px 2px 10px;
	font-size:11px;
	background-color: #F1F1F3;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D5D6DB;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #D5D6DB;
	cursor: pointer;

}
.categoria a {
	color: #404B77;
	text-decoration: none;
	font-size: 12px;
}
.subcategoria a {
	color: #EB232D;
	text-decoration: none;
}
.mypets a {
	text-decoration: none;
	color: #363A93;
}
.mypets {
	background-color: #D8D9F1;
	font-size: 18px;
	padding: 3px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #BDBFE8;
	cursor: pointer;
}
.div_busca {
	float: right;
	height: 30px;
	width: 300px;
	position: absolute;
	margin-left: 400px;
	margin-top: 35px;
	font-size: 12px;
}
#marcas {
	margin: 0px;
	padding: 0px;
}
#marcas li {
	background-color: #CCCCCC;
	margin: 0px 0px 3px 0px;
}
#marcas li a {
	color: #FFF;
}
