#advertise {
	position: absolute;
	top: 0;
	left: 0;
	width: 130px;
	background: #fff;
}
#advertise p.sac {
	font-weight: bold;
	text-align: center;
}
#advertise ul {
	margin: 6px 0 0;
	padding: 0;
	list-style: none outside none;
	display: block;
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	line-height: 120%;
	width: 130px;
	border-top: 1px solid #bac4b0;
}
#advertise ul li {
	margin: 0;
	padding: 0;
}
#advertise ul li a {
	display: block;
	text-decoration: none;
	color: #62614c;
	background: #fff url('/images/carrinho_bg1.png') no-repeat left bottom;
	padding: 4px 0 1px 0;
	width: 130px;
}
#advertise ul li a:hover {
	background: #ebebdd url('/images/carrinho_bg2.png') no-repeat left bottom;
}
