  /**
  * Solutionfinder header
  *
  */  
  
  .sf_header { 
  	width:100%;
  	margin: 0 0 2px 0;
  	height: 20px;
  	padding: 0;  	
	background: #A4B6C4 url(solutionfinder_arrow.gif) no-repeat center right; 	
	cursor: pointer;	
  }
  .sf_button {  	
  	color: #fff;
   	float: left; 
	padding-left: 6px;
	padding-right: 8px;
	height: 16px;
	overflow: hidden;
	cursor: pointer;
	margin: 3px 0px 0px 0px;	
  }
  
  /**
   * Solutionfinder selection
   *
  */
  .sf_selection { 	
  	width: 100%;	
	z-index: 100;
	overflow: hidden;	
  }
    
  .sf_selection ul{
  	list-style: none;
	margin:0px 8px 0px 0px ;			
  } 
    
  .sf_selection ul li{
  	line-height: 14px; 
	margin:0;  		
  } 
  
  .sf_selection ul li a, .sf_selection ul li a:focus, .sf_selection ul li a:active {
  	width: 100%;			
    text-decoration: none;
    display: block;
	color: #fff;
	/* background: #a3b6c5; */ 
	border-bottom: 1px solid #bbcbd8; 		
	padding: 3px 0px 3px 8px;	
  }
  
  .sf_selection ul li a:hover{
  	background: #7b95ac;
	text-decoration: none;  
  }
  
  .sf_item_selected a, #sf_item_selected a:focus,#sf_item_selected a:active {
  	background: #6F95AC;
  }
  .sf_item_non_selected a, #sf_item_non_selected a:focus, #sf_item_non_selected a:active {
  	background: #a3b6c5;
  }
    
