@import url(global.css); /* import global */

body#bodyProdutos #navegacao ul li.produtos a {
	background-position:-64px top;
}

#nucleo h2 {
	background: url(../imgs/bg_cabLinhasdeProdutos.jpg) no-repeat;
	height:17px;
	margin-bottom:22px;
	width:155px;
}

#nucleo ul#listaCategorias:after {
	content:".";
	display:block;
	clear:both;
	visibility:hidden;
	height:0;
	overflow:hidden;
}

#nucleo ul li {
	border:5px solid #f4f4f4;
	float:left;
	height:211px;
	margin:0 22px 22px 0;
	width:228px;
}

#nucleo ul li a {
	display:block;
	cursor:pointer;
}

#nucleo ul li a big {
	display:block;
	text-align:center;
	padding:5px ;
	background:none;
	color:#0066CC;
	font:bold 20px "Trebuchet MS";
	height:inherit;
	letter-spacing:-1px;
	overflow:inherit;
	text-indent:inherit;
	text-decoration:underline;
}

#nucleo ul li a img {
	background:#fff;
	display:block;
	margin:5px auto 12px auto;
}

#nucleo ul li a span.botao {
	background:#f4f4f4 url(../imgs/bg_botaoVejaMaisProdutos.jpg) no-repeat right center;
	display:block;
	height:36px;
	overflow:hidden;
	text-indent:-5000px;
	width:100%;
	
}