/**************/
/* Left panel */
/**************/
	
#pl {
	float:left;
	width: 190px;
	padding: 0;
	margin: 10px 0 0 10px;
	display: inline;
	border: none;
	}


/*****************/
/* .bt, .bc, .bb */
/*****************/

#pl .ritm .bc, #pl .dept .bc, #pl .brnd .bc, #pl .info .bc {
	background: #FFFFFF;
	width: 190px;
	float: left;
	}

#pl .bnr{
padding-bottom: 6px;
}

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

#pl .prom .bb, #pl .news .bb, #pl .info .bb, 
#pl .dept .bb, #pl .art .bb, #pl .cust .bb, 
#pl .prod .bb, #pl .search .bb, #pl .bskt .bb, #pl .ritm .bb, #pl .brnd .bb, #pl .sign .bb {
	width:190px;
	margin-bottom: 0px;
	float: left;
	}

html>body #pl .prom .bb, #pl .news .bb, #pl .info .bb, #pl .dept .bb, #pl .art .bb, #pl .cust .bb, #pl .prod .bb, #pl .search .bb, #pl .bskt .bb, #pl .bnr .bb, #pl .ritm .bb, #pl .brnd .bb, #pl .sign .bb {
	margin-bottom: 10px;
	*margin-bottom: 0px;
	}


/*************************************/
/* For All Browsers                  */
/*************************************/

#pl a {
	width: 170px;
	text-align: left;
	font-weight: normal;
	float: left;
	color: #333333;
	padding: 5px 10px 5px 10px;
	font-weight: normal;
	background: #FFFFFF;
	text-decoration: none;
	}

#pl .ritm a {
	border-bottom:1px solid #F7F7F7;
	padding: 10px;
	}

html>body #pl a {
	width: 170px;
	border-right:1px solid #E3E3E3;
	}

#pl a:hover {
	background: #E3E3E3;
	text-decoration: underline;
	}

#pl p {
	width: 100%;
	padding: 10px;
	margin: 0px;
	text-align: center;
	font-weight: normal;
	color: #000000;
	background: #FFFFFF;
	}

#pl h3 {
	text-align: center;
	text-transform: uppercase;
	}

#pl .bnr a {
	padding: 0;
	margin: 0 0 10px 0;
	}


/*******************************/
/* For Non IE Browsers Only    */
/*******************************/

html>body #pl p {
	width: 170px;
	}


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

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

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

#pl .bc label {
	margin: 0px 0px 5px 0px;
	width: 60px;
	}


/**************/
/*   Lists    */
/**************/

#pl .bc ul {
	list-style-type:none;
	float:left;
	}


