/*
	Fisher-Price Legal Footer CSS
	For site-wide .NET template implementation
	By Eric Shepherd
	October, 2005
*/

div#legal_footer * {
	margin: 0;
	padding: 0;
}

div#legal_footer {
	clear: both;
	margin: 0 auto;
	padding-top: 2em;
	padding-bottom: 1em;
	text-align: center;
	font-family: arial, verdana, sans-serif;
	font-size: small;
}

div#legal_footer ul, div#legal_footer p {
	font-size: 86%;
}

div#legal_footer a {
	text-decoration: none;
}

div#legal_footer a:hover {
	text-decoration: underline;
}

ul#footer_legallinks {
	text-transform: uppercase;
	font-weight: bold;
	list-style: none;
}

ul#footer_legallinks li {
	display: inline;
	margin: 0;
}

ul#footer_helplinks {
	margin: 0;
}

ul#footer_helplinks li {
	display: inline;
	margin: 0;
}

ul#footer_helplinks li.first {
	list-style-type: none;
}

ul#footer_helplinks li#fphome {
	display: block;
	list-style: none;
}