/***********************************************************************/
/*  Furniture countrywide                                              */
/***********************************************************************/
/*  Left panel                                                         */
/*  Set width                                                          */
/***********************************************************************/

#pl
{
	width: 235px;
	margin: 0px 0px 0px 5px;
	padding: 0px;
	clear: left;
	float: left;
}

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

#pl .bt h3
{
	width: 219px;
	padding: 8px 8px 8px 8px;
	background-image: url(/csi/148602882/148701186/i/bdr/top_bck.gif);
	background-repeat: repeat-x;
	color: #FFFFFF;
	text-align: left;
	float: left;
}

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

#pl .bc
{
	width: 223px;
	border: 1px solid #CCCCCC;
	background-image: url( '/csi/148602882/148701186/i/bdr/left_bck.gif' );
	background-repeat: repeat-y;
	padding: 0px 10px 0px 0px;
	font-size: 14px;
	float: left;
}

#pl .pbnr .bc
{
	border: none;
}

#pl a
{
	width: 223px;
	height:17px;
	padding: 9px 0px 8px 10px;
	border-bottom: 1px solid #CCCCCC;
	color: #555555;
	font-weight: bold;
	float: left;
}

#pl a:hover
{
	color:#1772A1;
}

#pl .ritm a
{
	font-size:80%;
	font-family:arial narrow;
}


#pl a.lnkcurr
{
	color:#1772A1;
}


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

#pl .bb
{
	display: none;
}

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

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

#pl p
{
	text-align: center;
	padding-bottom: 2px;
	width: 178px;
}

#pl label
{
	width: 178px;
	float: left;
}

/***********************************************************************/
/* Forms */
/***********************************************************************/

#pl .bc form
{
	text-align: center;
}

#pl .bc input
{
	margin: 0px;
	padding: 0px;
}

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