@charset "iso-8859-1";
/* CSS Document */

#topo-direita{
	width:150px;
	height:auto;
	background-color:#C00;
	-moz-border-radius:0 10px 0 0;
	border-radius:0 10px 0 0;
}
#lojas{
	width:150px;
	height:auto;
	background:#FFF;
}
#fim-direita{
	width:150px;
	height:30px;
	-moz-border-radius:0 0 10px 0;
	border-radius:0 0 10px 0;
	background:#C00 url(sombra-direita.png) no-repeat left;
}
