/***********************************************************************/
/*  Left panel                                                         */
/*  Set width                                                          */
/***********************************************************************/

#pl
{
	width: 235px;
	margin-left: 25px;
	padding: 6px;
	clear: left;
	float: left;
	overflow: auto;
	background-color: #EFEFEF;
}

/***********************************************************************/
/* Pane header                                                         */
/* Set background and text color for non graphic headers               */
/***********************************************************************/

#pl .bt h3
{
	width: 234px;
	padding: 5px 8px 5px 8px;
	color: #FFFFFF;
	background-color: #000000;
	text-align: left;
	float: left;
}

/***********************************************************************/
/* Pane center with links                                              */
/* Set background, border and link colors                              */
/* Set widths and padding                                              */
/***********************************************************************/

#pl .bc
{
	width: 232px;
	border-left: 1px solid #E3E3E3;
	border-top: 1px solid #E3E3E3;
	border-right: 1px solid #E3E3E3;
	background-color: #FFFFFF;
	float: left;
}

#pl a
{
	color: #333333;
	float: left;
	padding: 0px 0px 6px 0px;
}

#pl a:hover
{
	color: #3333FF;
}

/***********************************************************************/
/* Images                                                              */
/***********************************************************************/

#pl #p82804738 .bc, #pl #p82804738 .bb, #pl #p82804740 .bc, #pl #p82804740 .bb
{
	background-color: #efefef;
	border: none;
}

/***********************************************************************/
/* Social bookmarks                                                    */
/***********************************************************************/

#pl #p82804741 .bc, #pl #p82804741 .bb
{
	background-color: #efefef;
	border: none;
}

#pl #p82804741 .bnr
{
	float: left;
	width: 33px;
}

/***********************************************************************/
/* Pane bottom                                                         */
/* Set borders and colors to match pane center                         */
/***********************************************************************/

#pl .bb
{
	width: 232px;
	margin-bottom: 6px;
	padding-bottom: 0px;
	border-left: 1px solid #E3E3E3;
	border-bottom: 1px solid #E3E3E3;
	border-right: 1px solid #E3E3E3;
	float: left;
}

/***********************************************************************/
/* Base text and images                                                */
/***********************************************************************/

#pl img
{
	display: block;
	clear: both;
}

#pl p, #pl label
{
	width: 158px;
	padding: 5px 10px 2px 10px;
	text-align: center;
	float: left;
}

/***********************************************************************/
/* Forms                                                               */
/***********************************************************************/
/* Search                                                              */
/***********************************************************************/

#pl .search .bc
{
	height: 30px;
}

#pl .search label
{
	margin: 0px;
	padding: 2px 0px 2px 10px;
	text-align: left;
}

#pl .search form input
{
	float: left;
	margin-left: 10px;
	margin-top: 0px;
}

#pl .search form input.inputtext
{
	width: 160px;
}

/***********************************************************************/
/* Newsletter subscribe                                                */
/***********************************************************************/

#pl .news .bc
{
	height: 50px;
}

#pl .news label
{
	margin: 0px;
	padding: 2px 0px 2px 10px;
	text-align: left;
}

#pl .news form input
{
	float: left;
	margin-left: 10px;
	margin-top: 0px;
}

#pl .news form input.inputtext
{
	width: 160px;
}

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

