/* shared footer styles */
#footerSharedContainer
{
	clear: both;
	margin: 0;
	padding: 0;
	height: 20px;
	background-color: #CCC;
	text-align: left;
	border-bottom: solid 1px #FFF;
}

#footerSharedContainer *
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
}

#footerSharedContainer ul
{
	margin: 0;
	padding: 0;
}

#footerSharedContainer a
{
	color: #666;
	text-decoration: none;
}

#footerSharedContainer a:hover
{
	color: #000;
	text-decoration: underline;
}

#footerShared
{
	margin: 0;
	padding: 0;
	width: 760px;
	height: 20px;
	background-color: #FFF;
	color: #666;
}

/* navigation links structure */
.navigation
{
	margin-left: 10px;
}

/* piped list */
.navigation ul
{
	list-style: none;
	margin: 0;
	padding: 0;
}

.navigation ul li
{
	display: inline;
	margin: 0;
	padding: 0;
}

.navigation ul li a
{
	white-space: nowrap;
}

.navigation[class~=navigation] ul li a
{
	white-space: normal;
}

.navigation ul li:after
{
	content: " |";
}

.navigation ul li:last-child:after
{
	content: "";
}

.navigation ul li.label
{
	border-left: 0; 
	border-right: 0; 
}

.navigation ul li.label:after
{
	content: "";
}

/* for IE */
* html .navigation ul li
{
	border-right: 1px solid;
	margin: 0 0.2em 0 -0.4em;
	padding: 0 0.4em 0 0.4em;
	/* Mac IE hide \*/
	margin: 0 0.4em 0 -0.4em;
	padding: 0 0.4em 0 0.4em;
	/* end hide */
}

/* Mac IE hide \*/
* html .navigation ul
{
	height: 1%;
}

* html .navigation ul li
{
	display: block;
	float: left;
}
/* end hide */

/* for Mac IE */
* html .navigation ul li:first-child
{
	border-left: 0; 
	margin-left: 0;
	padding-left: 0;
}

* html .navigation ul li:last-child, .navigation .last
{
	border-right: 0; 
	margin-right: 0;
	padding-right: 0;
}

#footerShared ul
{
	margin: 0 0 0 1px;
	padding: 3px 0 0 13px;
	height: 20px;
	float: left;
	background-color: #CCC;
	/* filter for IE5x */
	voice-family: "\"}\"";
	voice-family:inherit;
	height: 17px;
}

#footerShared>ul
{
	padding: 2px 0 0 9px;
	height: 18px;
}

#footerShared ul.first
{
	margin: 0;
	width: 100px;
	/* filter for IE5x */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 87px;
}

/* compatibility with other browsers */
html>body #footerShared ul.first
{
	width: 91px;
}

#footerShared ul.second
{
	width: 375px;
	/* filter for IE5x */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 362px;
}

/* compatibility with other browsers */
html>body #footerShared ul.second
{
	width: 366px;
}

#footerShared ul.third
{
	width: 283px;
	/* filter for IE5x */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 270px;
}

/* compatibility with other browsers */
html>body #footerShared ul.third
{
	width: 274px;
}

#footerShared ul li
{
	font-size: 10px;
	font-weight: bold;
}

#footerShared ul li:after
{
	color: #666;
}

* html #footerShared ul li
{
	border-right-color: #666;
}

#footerShared a
{
	font-size: 10px;
	color: #666;
}

#footerShared a:hover
{
	color: #000;
}

/* styles required for quirks-mode IE */
/* if a proper doctype is specified, these styles are unnecessary */
/*
* html #footerShared ul
{
	height: 20px;
}

* html #footerShared ul.first
{
	width: 100px;
}

* html #footerShared ul.second
{
	width: 375px;
}

* html #footerShared ul.third
{
	width: 283px;
}
*/