/***********************************************************************/
/*  Furniture countrywide                                              */
/***********************************************************************/
/* Bottom panel                                                        */
/***********************************************************************/

#pb
{
	clear: both;
	text-align: center;
	color: #CCCCCC;
	font-size: 12px;
	font-weight: 500;
}

#pb ul
{
	width: 100%;
	float: left;
}

#pb li
{
	display: inline;
}

/***********************************************************************/
/*  Information panel                                                  */
/***********************************************************************/

#pb .info
{
	clear: both;
	float: left;
	width: 1190px;
	background-color: #FFFFFF;
	border-top: solid 1px #CCCCCC;
	border-bottom: solid 1px #CCCCCC;
}

#pb .info ul
{
	margin-top: 0px;
	padding: 6px 0px 6px 0px;
	text-align: center;
}

#pb .info li
{
	margin: 0px;
	margin-left: 2px;
	margin-right: 2px;
}

#pb .info .pipe
{
	color: #606060;
}

#pb .info a
{
	color: #606060;
	font-size: 14px;
}

#pb .info a:hover
{
	color: #606060;
	text-decoration: underline;
}

/***********************************************************************/
/* Copyright and Managed by                                            */
/***********************************************************************/

#pb p
{
	width: 500px;
}

#pb p.copy
{
	float: left;
	text-align: left;
}

#pb p.etail
{
	float: right;
	text-align: right;
}

#pb p.etail a, #pb p.etail a:hover, #pb p.etail a:visited
{
	color: #cccccc;
}


/***********************************************************************/
/* Debug panel                                                         */
/***********************************************************************/

#pd
{
	clear: both;
	width: 100%;
	text-align: center;
	color: #505050;
}


/***********************************************************************/