#shopping { clear:both; margin-top:20px; padding-top:15px; }
#shopping h1 {
	margin:13px 0 5px 0;
	border-bottom:1px dotted #65AC15;
	font:20px Trebuchet MS;
	color:#65AC15;
}

#shopping-tags {
	padding:0px;
}
	#shopping-tags ul {
		
	}
	#shopping-tags ul li { float:left; margin:5px; font:75% Trebuchet MS; margin-top:13px; }
	#shopping-tags ul li a { display:block; color:#8D8D8D; text-decoration:underline; }
	#shopping-tags ul li a:hover { text-decoration:none; }
	
	.menu-destaque-principal {
		margin-top:-4px;
		font-size:17px;
		font-weight:bold;
	}
	.menu-destaque-secundario {
		margin-top:-2px;
		color:#006600;
		font-size:14px;
		font-weight:bold;
	}
	
#shopping-listagem {
	clear:both;
	padding-top:15px;
	padding-left:7px;
}

#shopping-listagem h2 {
	background:url(http://www.weblivre.net/imagens/base/conteudo.autor.fundo.jpg);
	padding:4px;
	margin-bottom:15px;
	margin-right:20px;
	font:80% Trebuchet MS;
	color:#666666;
}
	
	.itens {
		display:block;
		float:left;
		width:189px;
		height:280px;
		margin:0 15px 15px 0;
		border:1px solid #CCCCCC;
		padding:15px;
		text-align:center;
	}
	.itens:hover { border:1px solid #009900; }
	.itens:hover h3 { color:#009900; }
	
	.itens h3 {
		font:bold 75% Trebuchet MS;
		color:#333333;
	}
	.itens p {
		font:70% Trebuchet MS;
		color:#666666;
	}
	.itens h4 {
		font:75% Trebuchet MS;
		color:#797979;
	}
	.itens a { font:70% arial; text-decoration:underline; color:#333333; }
	.itens a:hover { text-decoration:none; }