/***********************************************************************/
/* Doors and Fittings                                                  */
/***********************************************************************/
/*  Left panel                                                         */
/*  Set width                                                          */
/***********************************************************************/

#pl
{
	width: 200px;	
	padding: 0px;
	clear: left;
	float: left;
	margin: 14px 0 0 0;

}

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

#pl .bt h3
{
	width: 167px;
	height: 21px;
	padding: 2px 8px 2px 25px;
	color: #656565;
	background-image: url(/csi/146178048/146309120/i/site/categories_background.png );
	text-align: left;
	float: left;
}

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

#pl .bc
{
	width: 200px;
	background-color: #ffffff;
	float: left;
}

#pl a
{
	font-size: 90%;
	width: 175px;
	padding: 3px 0px 3px 25px;
	background-color: #ffffff;
	float: left;
	border-bottom: dotted 1px #999999;
}

#pl a:hover
{
	background: #3377D6;
	color: #ffffff;
}

/* Hide Departments */
#pl #p279838721.dept .bt
{
	display: none;
}

/***********************************************************************/
/* 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, #pl label
{
	width: 178px;
	padding: 5px 10px 2px 10px;
	text-align: center;
	float: left;
}

/* Testimonials image */
#p280526856 a
{
	padding: 5px 0px 5px 0px;
}

#p280526856 a:hover
{
	background: #ffffff;
}


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

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

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

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