/* IE FLOAT 3JOG FIX ========================================= */
* html .bbrListBox ul.bbrLevel3 li p {
	padding-left: 10px;
	padding-top:1px;
}
* html .bbrListBox ul.bbrLevel3 p.bbrTextStyle1, /* failes if LI is added in between */
* html .bbrListBox ul.bbrLeve13 p.bbrTextStyle2  {
	padding-left: 10px;
	padding-top:1px;
}
* html .bbrListBox .bbrItemHdr {
	float:left;
	margin-left: 0px;
	width:40px;
}

/* Hide from IE5-mac. Only IE-win sees this. \*/ 
* html .bbrListBox .bbrTogPane  p.bbrTextStyle1 .bbrText {   margin-left: 67px; }  		  	
* html .bbrListBox .bbrTogPane  p.bbrTextStyle2 .bbrText {  margin-left: 67px; }  		  	
* html .bbrListBox .bbrTogPane  p.bbrTextStyle1 .bbrText {	height: 1%; }		
* html .bbrListBox .bbrTogPane  p.bbrTextStyle2 .bbrText {	height: 1%; }		
* html .bbrListBox .bbrTogPane .bbrItemHdr { margin-right: -3px; }
/*	* html .br-IE6 {display:block} /*Jog fix causes IE6 to wrap lines. This fixes */
/* End hide from IE5/mac */
 
* html .bbrListBox .bbrTogPane  p.bbrItemFooter {
 	margin-left:80px;
 }
/* END IE FLOAT 3JOG FIX ====================================================== */