/***********************************************************************/
/* Doors and Fittings                                                  */
/***********************************************************************/
/* Bottom panel                                                        */
/***********************************************************************/

#pb
{
	width: 960px;
	clear: both;
	float: left;
	margin-top: 8px;
	border-bottom: solid 1px #EDEDED;
	margin-bottom: 10px;
}

#pb ul
{
	width: 960px;
	float: left;
}

#pb li
{
	display: inline;
}

/***********************************************************************/
/*  Information panel                                                  */
/***********************************************************************/

#pb .info
{
	clear: both;
	float: left;
}

#pb .info ul
{
	float: left;
	border-top: solid 1px #EDEDED;
	border-bottom: solid 1px #EDEDED;
	padding: 4px 0px 4px 0px;
}

#pb .info li
{
	float: left;
	margin-right: 5px;
}

#pb .info .pipe
{
	color: #EDEDED;
}

#pb .info a
{
	color: #A2C529;
	font-size: 12px;
	font-weight: bold;
}

#pb .info a:hover
{
	color: #999999;
}

#p280526851.info ul
{
	border-top: none;
}

/***********************************************************************/
/*  Articles                                                           */
/***********************************************************************/

#pb .artp
{
	float: left;
	clear: left;
	color: #cccccc;
}

#pb #a279674895 .artp
{
	margin-top: 30px;
	color: #656565;
	font-weight: bold;
}

#pb .artp a
{
	color: #cccccc;
}


/***********************************************************************/
/*  Bannners                                                           */
/***********************************************************************/

#pb .pbnr
{
	float: right;
	padding: 0px;
	margin-top: -35px;
	margin-bottom: 8px;
}

/***********************************************************************/
/*  Debug panel                                                        */
/***********************************************************************/

#pd
{
	clear: both;
	width: 100%;
}

/***********************************************************************/