/* IE Fix CSS */
div#Lista table {
	width: 488px;
}
div#Cidades table {
	width: 488px;
}

#Tipos a, #Tipos a:Visited {
	text-decoration: none;
	padding: 11px 10px 10px 10px; /* Hack border */
	float: left;
	text-align: center;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-width: 1px;
	border-bottom-color: #CCCCCC;

}
#Tipos a:Hover {
	padding: 11px 10x 10px 10px; /* Hack border */
	background-color: #F0F0F0;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-width: 1px;
	border-bottom-color: #CCCCCC;
}

/* Page Fix */
#Page {
	width: 760px;
}