/* /resources/components/footer/style.css */

#footerArea {
	width: 100%;
}
#footerArea .footerComponent {
	height: 55px;
	margin: 0 auto;
/*	width: 947px;/**/
	width: 1000px;
	border-top: 1px solid #c6c0bd;
	padding: 7px 0 0;
	overflow: hidden;
}
.mini-logo {
	float: left;
	overflow: hidden;
	width: 250px;
	font-weight: bold;
	padding: 0 0 2px 35px;
	background: url(/resources/images/site/icon1.gif) no-repeat;
}
#footerArea .box {
	float: right;
	overflow: hidden;
	padding: 2px 0 0;
}
#footerArea .box ul {
	margin: 0 -9px 4px 0;
	overflow: hidden;
	padding: 0;
	list-style: none;
}
#footerArea .box ul li {
	line-height: 1em;
	display: inline;
	padding: 0 9px 0 6px;
	background: url(/resources/images/site/separator.gif) no-repeat 100% 50%;
}
#footerArea .box p {
	margin: 0;
	text-align: right;
}